@charset "utf-8";
/* Pods */
.sponsors {
	padding-bottom: 70px;
}

#sidebar .sponsors {
	padding-bottom: 0px;
}

.sponsors.sponsors_widget_holder {
	padding-bottom: 0px;
}

.sponsors.sponsors_widget_holder .sponsors_1col, .sponsors.sponsors_widget_holder .sponsors_2col, .sponsors.sponsors_widget_holder .sponsors_3col, .sponsors.sponsors_widget_holder .sponsors_4col {
	box-shadow: 0px 0px 0px 0px #EBEBEB;
}

.sponsors .sponsors_3col, .sponsors .sponsors_2col, .sponsors .sponsors_4col, .sponsors .sponsors_1col {
	/*border: thin solid #EBEBEB;*/
	box-shadow: 0px 0px 0px 1px #EBEBEB;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	text-align: center;
}

.sponsors .sponsors_1col {
	width: 70%;
	margin-right: 15%;
	margin-left: 15%;
}
.sponsors .sponsors_2col {
	width: 44%;
	margin-right: 3%;
	margin-left: 3%;
}
.sponsors .sponsors_3col {
	width: 31%;
	margin-right: 1.16%;
	margin-left: 1.16%;
}
.sponsors .sponsors_4col {
	width: 23%;
	margin-right: 1%;
	margin-left: 1%;
}

#sidebar .sponsors .sponsors_1col {
	margin-left: 10%;
    margin-right: 10%;
    width: 80%;
	/*box-shadow: 0 0 0 1px #EBEBEB;*/
	box-shadow: 0 0 0 0px #EBEBEB;
}


.sponsors img {
	 max-width: 95%;
}
.attachment-800x800 {
	width: 400px;
}
.attachment-640x640 {
	width: 320px;
}
.attachment-480x480 {
	width: 240px;
}
.attachment-320x320 {
	width: 160px;
}

.sponsor_sc_container {
	/*display: inline-block;*/
}
.sponsor_sc_field {
	margin-right: auto;
	margin-left: auto;
	/*padding-right: 2%;
	padding-left: 2%;*/
}
.sponsor_sc_field_span {

}
.sponsors_sc_fixed_container {
	max-width: 100%;
	min-height: 150px;
    max-height: auto;
}

.sponsors_sc_fixed_container img {
    max-width: 100%;
    height: auto;
}

.sponsor_sc_center {
	text-align: center;
}
.sponsor_sc_padding {
	padding: 5px;
}
.sponsors_clear {
	clear: both;
	margin-bottom: 20px;
}

/*.sponsors_1col a  {
	 width: 400px!important;
}
.sponsors_2col a  {
	 max-width: 325px!important;
}
.sponsors_3col a  {
	 max-width: 140px!important;
}
.sponsors_4col a  {
	 max-width: 115px!important;
}*/


@media only screen and (max-width: 1024px) {

.sponsors .sponsors_1col, .sponsors .sponsors_2col, .sponsors .sponsors_3col, .sponsors .sponsors_4col {
	width: 70%;
	margin-right: 15%;
	margin-left: 15%;
	margin-bottom:20px;	
}

.sponsors_clear {
    clear: both;
    margin-bottom: 0px!important;
}

}

@media only screen and (max-width: 800px) {


}

@media only screen and (max-width: 685px) {

	
}

@media only screen and (max-width: 480px) {

.sponsors .sponsors_1col, .sponsors .sponsors_2col, .sponsors .sponsors_3col, .sponsors .sponsors_4col {
	font-size: .9em;	
}


}

@media only screen and (max-width: 380px) {


}

@media only screen and (max-width: 320px) {

}
/****************************************************************************** END PODS */

/* MODAL BOXES */
.gb_modal {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333333;
}

.gb_modal h3 {
	margin-top: 0px!important;
	margin-bottom: 5px!important;
	padding-top: 0px!important;
	padding-bottom: 5px!important;
}

.gb_modal p {
	margin-top: 0px!important;
	margin-bottom: 10px!important;
}

.gb_modal.success {
	background-color: #E3FBD9;
	border-top-color: #55C611;
	border-right-color: #55C611;
	border-bottom-color: #55C611;
	border-left-color: #55C611;
}

.gb_modal.error {
	background-color: #FFEBE8;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
}

.gb_modal.warning {
	background-color: #FDE9AA;
}

/* Custom login form styles */
#login-register-password .gb_modal {
	width: 95%;
	margin-bottom: 20px;
}
/****************************************************************************** END MODAL BOXES */