﻿html,body  {
	top:0; width:100%;height:100%; margin:0; padding:0;font-family:'Jaldi', arial, verdana, sans serif; color:#323232; text-rendering:optimizeLegibility; background-color:#fff; }

h1 {font-family: 'Lato', arial, verdana, sans serif;font-weight:400; color: #98222a; margin: 0; font-size:46px; line-height:40px;  }
h2 {font-family: 'Lato', arial, verdana, sans serif; font-weight:400; color: #323232; margin: 0px 0px 10px 0px;  font-size:28px; line-height:30px;}
h3 {font-family: 'Lato', arial, verdana, sans serif; font-weight:400; color: #98222a; margin: 0px;   line-height:normal; font-size: 20px;}
h4 {font-family: 'Lato', arial, verdana, sans serif; font-weight:400; color: #98222a; margin: 0px; line-height:normal; font-size:18px;}
h5 {font-family: 'Lato', arial, verdana, sans serif; font-weight:400; color: #98222a; margin: 10px 0 0 0;   line-height:normal; font-size: 18px;}
#containerMain {	
	height:100%;
	min-height:100%;
	width:100%;
    margin:0 auto;
  }
#headerBackgroundNoShadow {
	width:100%; 
	height:120px;
	padding:0;
	margin:0;
	background:#fff;
	border-top:5px #98222a solid;
	top:0;
	overflow:hidden;
}
#header { height:119px; width:100%; margin:0 auto; border-bottom:1px #98222a solid; background:#f9f9f9; }
#logo { float:left; width:600px; height:89px; margin:0 0 10px 50px; padding:0; font-size:70px; text-transform:uppercase; color:#323232;}
#logo A:link {
	padding:0 10px; font-weight: normal;  color: #323232;
}
#logo A:visited {
	 color:#323232; 
}
#logo A:focus {
	color:#98222a TEXT-DECORATION: none
}
#logo A:active {
	color: #98222a; TEXT-DECORATION: none
}
#logo A:hover {
	color:#98222a; TEXT-DECORATION: none
}
#logo img {width:100%; height:auto;}

.boxOutlineShaded {
	width:90%;
	border-radius:5px; 
	padding:40px 5% 10px 5%;
	margin: 10px auto 10px auto;
	background-color: rgba(255,255,255,0.6);
	overflow:hidden;
}
#form, #joinLeft, .joinLeft { width:45%; float:left; padding: 20px 0; }
#form, #joinRight, .joinRight {width:45%; float:right;padding: 20px 0; }
.loginBox {width:35%;}
#socialMenuTop { font-family: 'Jaldi', arial, verdana, sans serif; font-weight:400; color: #ffffff;line-height:normal; LIST-STYLE-TYPE: none; text-align: right; margin:5px 70px 0 0; padding:0; overflow:hidden;}

#socialMenuTop LI {
	padding: 0; margin:0; DISPLAY: inline; font-size: 80%; line-height:normal; font-family:'Jaldi', arial, sans serif; text-align: right; 
}
#socialMenuTop A:link {
	padding:0 10px; font-weight: normal;  color: #999;
}
#socialMenuTop A:visited {
	 color:#999; 
}
#socialMenuTop A:focus {
	color:#999 TEXT-DECORATION: none
}
#socialMenuTop A:active {
	color: #ae122a; TEXT-DECORATION: none
}
#socialMenuTop A:hover {
	color:#ae122a; TEXT-DECORATION: none
}
#socialMenuTop .socialMenuIcon A:link {padding:0 10px 0 5px; width:26px;}
#socialMenuTop .socialMenuIcon A:link img {width:16px;}

/************************************************************************************
NAV
*************************************************************************************/
#topnav {float:right;  height:55px; margin:0 50px 0 0; padding:0; LIST-STYLE-TYPE: none; text-align:right;}
#topnav ul {margin:5px 0 0 0; padding:0; list-style: none; }
#topnav ul li {
	margin:0; padding:0; DISPLAY:inline;  font-size:0.95em; font-family: 'Lato', verdana, arial, sans serif; font-weight:400; text-transform:uppercase;  position:relative; float:left; 
}
#topnav A:link {
	padding: 15px 30px; margin: 0;
	color: #333;
	/* animate the change */
    -webkit-transition: color 300ms, background 500ms, border-color 700ms;
    transition: color 300ms, background 500ms, border-color 700ms;
}
#topnav A:visited {
	 font-weight: normal;  color:#333; 
}
#topnav A:focus {
	color:#98222a; TEXT-DECORATION: none
}
#topnav A:active {
	color: #98222a; TEXT-DECORATION: none
}
#topnav A:hover {
	color:#fff; TEXT-DECORATION: none;
	background:#333;
}

#topnav .current_page_item
{
	/* ENTER CODE HERE IF YOU WANT THE SELECTED PAGE BUTTON TO APPEAR DIFFERENTLY */
	background:#666;
	color:#ffffff !important;
}
#topnav ul li:hover a {
	background:#333;
	color:#ffffff;
}

/* SUBMENUS */
#topnav ul:after {
		content: ""; clear: both; display: block; position:relative;
	}
	
#topnav ul ul {
	position:absolute;
	visibility:hidden;
	opacity:0;
	transition:visibility 0s linear 0.2s,opacity 0.2s linear;
	z-index:9999999;
}

#topnav ul li:hover > ul {
	visibility:visible!important;
	opacity:1;
	transition-delay:0s;
}		
		
#topnav ul li ul {
		background: #333; 
		z-index:9999999;
		padding:5px;
		margin: 15px 0 0 0;
		width:auto;
		min-width:200px;
		height:auto;	
	}
#topnav ul ul li {
			display:block;	
			list-style: none;
			margin:0;  
			font-family:'Jaldi', verdana, sans serif; 
			color: #ffffff;  
			line-height:normal; 
			font-size:18px;
			position: relative;
			padding:0;
			width:100%;
			min-width:220px;
			text-align:left;
		}
#topnav ul ul li a:link {
	display:block;	
	color: #ffffff;
	TEXT-DECORATION: none;
	padding:2px 3%;
	margin: 0 0 0 0;
	width:94%;
	-webkit-transition: background 400ms;
    transition: background 400ms;
	background:none;
}
#topnav ul ul li a:hover {
	 color:#333; 
	 background-color: rgba(255,255,255,1);
}

#mobileMenu {visibility:hidden; height:0;}
.taglineSmall {	
	width:40%;
	min-width:500px;
	height:auto;
	padding:30px;
	overflow:hidden;
	text-align:left;
	position:relative;
	top:50px;
	left:50px;
	background-color: rgba(0,0,0,0.65);
	color:#fff;
	font-size:36px; 
	font-family: 'Jaldi', arial, sans serif;
	line-height: 36px; 
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	z-index:2;
}

.tagline {	
	width:94%;
	min-height:280px;
	padding:50px 3% 10px 3%;
	text-align:center;
	position:relative;
	background-color: rgba(0,0,0,0.80);
	color:#fff;
	font-size:36px; 
	font-family: 'Jaldi', arial, sans serif;
	line-height: 36px; 
	margin:33% auto 0 auto;
}
.taglineWrapper {	
	width:100%;
	max-width:1200px;
	margin: 0 auto;
}

.taglineText {
	float:right;
	width:300px;
	text-align:left;
	color:#fff;
	padding:30px 40px;
	color: #ffffff;
}
.taglineHeader {
	color:#fdbd01;
}
.taglineLocations {
	color:#fdbd01;
	font-size:26px;
	margin:30px 0; 
}

.tagline::after {
	border-bottom: 1px solid #333333;
content: "";
display: block;
height: 2px;
width: 25px;
}

/************************************************************************************
MAIN
*************************************************************************************/
#body {
	width:100%;
}
#mainTextWrapper {
	 clear:both; 
	 width:100%; 
	 max-width: 1200px; 
	 margin: 0 auto 0 auto;
}
.mainTextHeader {	
	width:95%;
	height:auto;
	padding:30px 0 0 5%;
	margin: 0 auto;
	text-align:left;
	color:#fff;
	background:rgba(0,0,0,0.50);
}
.mainTextHeader h1 {font-family: 'Jaldi', arial, verdana, sans serif;font-weight:700; color: #fff; margin:0px; font-size:28px;  }
.mainText {	
	width:90%;
	max-width:1200px;
	height:auto;
	padding:2% 5%;
	text-align:left;
	color:#000;
	margin:0 auto;
	font-size:110%;
	line-height:115%;
}

.imgWrap {width:100%; height:350px; position:relative; }
.imgWrap img {width:100%; height:100%; }
.whiteWrap {background:#fff;color:#333; padding:2% 5%;position:relative; }
.blackWrap {background:#000;color:#ffffff; font-size:40px; padding:0.5% 5%;position:relative; text-align:center; border-top:1px #fff solid; -webkit-box-shadow:0 10px 10px 10px rgba(0,0,0,0.1);box-shadow:0 10px 10px 10px rgba(0,0,0,0.1); }
.blackWrap_arrow {text-align:center; margin:-10px 0 0 0; padding:0; z-index:99999; background:#f1f1f1;}
.greyWrap {color:#ffffff; font-size:36px; padding:4% 1% 100px 1%;position:relative; text-align:center; border-top:1px #fff solid; line-height: 36px; overflow:hidden; 	 color:#fff;
	 text-align:justify;
	 font-family: 'Jaldi', arial, verdana, sans serif; font-weight:400; 
	 font-size:20px; 
	 line-height:28px;
	 background: 
    /* top, transparent black, faked with gradient */ 
    linear-gradient(
      rgba(0,0,0, 0.80), 
      rgba(0, 0, 0, 0.80)
    ),
    /* bottom, image */
   url(/images/backgrounds/urban-audio-madness_MkN9MKSu.jpg);
	 -webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;
	 border:1px;}
.greyWrapText {width:90%;  margin: 0 auto;}
.greyWrap h2 { background: #98222a; color:#fff; max-width:350px; margin: 30px auto 50px auto; text-align:center; padding:3px 15px; font-family:'Jaldi', arial, verdana, sans serif; font-weight:400; font-size:0.875em; text-transform:uppercase; letter-spacing:1px;
}
.redWrap {background:#98222a; width:100%; height:auto; overflow:visible; position:relative; clear:both; color:#fff;}
.redWrap h2, h3, h4 {color:#fff;}
.yellowWrap {background:#fdbd01; width:100%; height:auto; overflow:hidden; position:relative; clear:both; }
.transWrap {width:100%; height:auto; overflow:hidden; position:relative; clear:both; }
.clientsWrap {width:100%; max-height:150px; position:relative;}

.halfScreen { float:left; width:50%; background:#fff; }
.halfScreenImage { float:left; width:50%; height:400px; overflow: hidden; background-size: 100% auto !important; background-position: center center !important; background-repeat: no-repeat !important;}
.onethirdScreen { float:left;  width:33.33%; max-height:100%; background-size: 100% auto !important; background-position: center center !important; background-repeat: no-repeat !important; }
.twothirdsScreen { float:left; width:66%; min-height:70px; max-height:80%; background-size: 100% auto !important; background-position: center center !important; background-repeat: no-repeat !important; }
.sixtyPercentScreen { float:left;  width:60%;height:100%; }
.fortyPercentScreen { float:left; width:40%; height:100%; min-height:370px;  }
.fortyPercentScreenIntroImage {background:
/* top, transparent black, faked with gradient */ 
    linear-gradient(
      rgba(0,0,0, 0), 
      rgba(0, 0, 0, 0)
    ),
    /* bottom, image */
	url('/images/IMG_7332-2058.jpg'); 	 
	-webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;}
	 
.fiftyPercentScreen { float:left;  width:50%;height:100%;  min-height:370px; }
.fiftyPercentScreenIntroImage {background:
/* top, transparent black, faked with gradient */ 
    linear-gradient(
      rgba(0,0,0, 0), 
      rgba(0, 0, 0, 0)
    ),
    /* bottom, image */
	url('/images/IMG_7332-2058.jpg'); 	 
	-webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;}

.leftTextBox {padding:80px 50px; }
.leftTextBox h1 {font-family:'Jaldi', arial, verdana, sans serif; color:#999; font-size:0.9em; text-transform:uppercase; margin: 0 0 30px 0; letter-spacing:1px;}
.leftTextBox h2 { font-size:1.8em; line-height:1.5; margin:0;}

.fullTextBox {padding:70px 50px 5px 50px; }
.fullTextBox h1 {font-family:'Jaldi', arial, verdana, sans serif; color:#999; font-size:0.9em; text-transform:uppercase; margin: 0 0 20px 0; letter-spacing:1px;}
.fullTextBox h2 { font-size:1.8em; line-height:1.5; margin:0;}

.servicesIconBox {width:14%; height:18%; float:left;margin:5% 2% 4% 2%;text-align:center; }
.servicesIconCircle {width:100%; max-width:170px; max-height:170px; min-height:170px; border:1px #fdbd01 solid;  border-radius:50%;}
.servicesIconCircle img {}
.servicesIconBox h2{ color:#323232; margin:30px auto 0 auto; padding:0; font-family:'Jaldi', arial, verdana, sans serif; font-weight:400; text-align:center; font-size:1.1em; line-height:1.1em; text-transform:uppercase; letter-spacing:1px;}

.aboutWrap {
	clear:both;
	width:100%; 
	min-height:440px;
	padding:30px 0;
	background: 
    /* top, transparent black, faked with gradient */ 
    linear-gradient(
      rgba(0,0,0, 0.50), 
      rgba(0, 0, 0, 0.50)
    ),
    /* bottom, image */
   url(/images/backgrounds/urban-audio-madness_MkN9MKSu.jpg);
	 -webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;
	 border:1px;
	 color:#fff;
	 text-align:justify;
	 font-family: 'Jaldi', arial, verdana, sans serif; font-weight:400; 
	 font-size:20px; 
	 line-height:28px;
}
.aboutWrap h2 { background: #98222a; color:#fff; max-width:200px; margin: 30px auto 50px auto; text-align:center; padding:3px 15px; font-family:'Jaldi', arial, verdana, sans serif; font-weight:400; font-size:0.875em; text-transform:uppercase; letter-spacing:1px;}

.experienceWrap {
	clear:both;
	width:100%;
	background:#333;  
	min-height:372px;
	padding:0;
	color:#fff;
	text-align:left;
	overflow:hidden;
}
.experienceWrap h2 {color:#fdbd01; font-family:'Jaldi', arial, verdana, sans serif; font-weight:700; font-size:2.4em; text-transform:uppercase; letter-spacing:1px;padding:30px 50px 0 50px;  margin:0; }

.provensuccessWrap {
	clear:both;
	width:100%;
	background:#333;  
	padding:0;
	color:#fff;
	text-align:left;
	overflow:hidden;
}
.provensuccessWrap h2 {color:#fdbd01; font-family:'Jaldi', arial, verdana, sans serif; font-weight:700; font-size:2.4em; text-transform:uppercase; letter-spacing:1px;padding:30px 50px 30px 50px;  margin:0; }

.locationsWrap {
	clear:both;
	width:100%; 
	min-height:200px;
	padding:80px 0;
	background: 
    /* top, transparent black, faked with gradient */ 
    linear-gradient(
      rgba(0,0,0, 0), 
      rgba(0, 0, 0, 0)
    ),
    /* bottom, image */
   url(/images/worldMap.png);
	 -webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;
	 border:1px;
	 color:#fff;
	 text-align:center;
	 font-family: 'Lato', arial, verdana, sans serif; font-weight:400; font-size:24px; 
	 line-height:42px;
}
.citiesWrap { width:100%; margin: 0 auto 0 auto; text-align:center;}
.hoverTrans {background:#fff;}
.hoverTrans:hover {opacity:0.3; }
.orangeBkg {background:#fdbd01; }
.locationsBox { float:left; width:27%; margin: 0 3% ; text-align:center;  }
.locationsCircle { width:300px; height: 300px;  border-radius:50%; margin: 0 auto;}
.locationsBox h2 { color:#fdbd01; margin: 10px auto 0 auto; font-family:'Jaldi', arial, verdana, sans serif; font-weight:700; text-align:center; font-size:1.1em; text-transform:uppercase; letter-spacing:1px;}
.centeredTextBox { padding:0 50px; margin:0 auto;
}

.bxSliderClients {margin:80px auto 0 auto; height:100%;}
.bxSliderExperience { width:100%;  overflow:hidden;}
/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	margin:0; width:100%; overflow:hidden;
	background:#98222a;
	font-size:80%;
   width:100%;
   color:#fff; 
   border-top:1px #323232 solid;
   text-align:center; 
}
.footerWrap {
	margin: 30px auto 0 auto; padding:10px; width:100%;  text-align:center; overflow:hidden;  
}
#footer .header { 
	width:100%;  font-family: 'Jaldi', arial, sans serif;  font-weight:400;  color: #ffffff; margin: 0;  padding:0; line-height:normal; font-size:16px;
}

.break {clear:both;}

.colSpan1of3 {
	float:left;
	width:30.8%;
	margin:5px;
}
.colSpan2of3 {
	float:left;
	width:65%;
	margin: 5px;
}
.colSpan3of3 {
	float:left;
	width:98%;
	margin: 5px;
}

.colSpan1of2 {
	float:left;
	width:46%;
	padding:1%;
	margin: 1% 1% 1% 1%;
}
.colSpan2of2 {
	float:left;
	padding:10px;
}
.colSpan1of4 {
	float:left;
	width:25%;
}
.colSpan3of4 {
	float:left;
	width:75%;
}
.colSpan1of5 {
	float:left;
	width:20%;
}
.colSpan1of6 {
	float:left;
	width:13%;
	margin: 5px;
}
.colSpan5of6 {
	float:left;
	width:85%;
	margin: 5px;
}
.extraLRPadding {padding: 0 20px;}
.greyedOut {
	background:#f1f1f1;
	width:100%;
	overflow:hidden;
	margin:30px auto;
	padding:20px 2%;
	border-radius:5px;
}
.greyedOutline {
	border:1px #C0C0C0 solid;
	padding:10px;
}
.clearBoth {clear:both;}


/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	float:right;
	width: 30%;
	margin:0 0 5px 5px;
}

.sidebarAd {
	text-align:center;
	padding:10px;
	margin: 10px auto 10px auto;
	width:200px;

}
#sidebar .checkoutcurrent{color:#4CAD47;}
#sidebar .checkoutcompleted{ color:#666666;}



ul {
	padding: 0px 0px 0px 20px; list-style-type: square; color:#333; line-height:20px; 
}
ol {
	padding: 0px 0px 0px 3em;
}
li	{
	padding: 0px 0px 5px 0px;
}

a:link {	color:#B42117; TEXT-DECORATION: none; }
a:active{ color: #666; text-decoration: none;  }
a:visited {	color: #B42117; TEXT-DECORATION: none;   }
a:hover { color:#666; TEXT-DECORATION: none; }

a.white:link {	color:#fff; TEXT-DECORATION: none; }
a.white:active{ color: #fff; text-decoration: none;  }
a.white:visited {	color: #fff; TEXT-DECORATION: none;   }
a.white:hover { color:#fff; TEXT-DECORATION: none; }

a.plainlink:link { color:#262626; text-decoration: none; }
a.plainlink:active{ color: #262626; text-decoration: none;}
a.plainlink:visited { color:#262626; text-decoration: none;}
a.plainlink:hover{ color:#262626; text-decoration: none;}

a.smalllink:link { color: #0E664A; font-size:0.8em;  }
a.smalllink:active{ color: #666; font-size:0.8em;  }
a.smalllink:visited { color: #0E664A;font-size:0.8em;  }
a.smalllink:hover{ color:#666; font-size:0.8em; }

table.tableOutline {padding: 8px; margin:5px; border:#ccc 1px solid;  border-radius:10px; }
table.tableOutlineResultsDisplay {padding: 8px; margin:0px; border:#ccc 1px solid; background:#fff; border-radius:10px; }
table.Displaytable { border:#ccc 1px dotted; padding: 8px;border-radius:10px; }
table.sidebarTable {margin:5px 0px 5px 0px;  }
table.highlightTableHome { border:#ccc 1px dotted; padding: 8px; margin:5px; background:#f1f1f1;border-radius:10px; }
table.highlightTable2Home { border:#ccc 1px dotted; padding: 8px; margin:5px; background:#e2e2e2; border-radius:10px;}
td.cellOutlinebottom {border-bottom:#ccc 1px dotted;  }
td.cellOutlineBottom	{border-bottom:#ccc 1px dotted;  }
td.cellOutline {border:#ccc 1px dotted;  }
td.cellOutlinePlain {border: #ccc 1px solid; padding:8px; margin:5px; }
td {padding:5px; }
td.header {padding: 5px; color:#592D8C; background:#d1d1d1; font-weight: bold; font-size: 14px; border-radius:5px; font-family: 'Oswald', arial, verdana, sans serif; font-weight:700; text-transform:uppercase; font-size:20px;}
td.headersmall {padding: 2px; color: #592D8C; background:#d1d1d1; font-weight: bold; font-size: 14px;border-radius:5px; font-family: 'Oswald', arial, verdana, sans serif; font-weight:700; text-transform:uppercase; font-size:18px;}
td.cell {background: #F3F8FC;}
td.cellRight {text-align: right; }
td.cellLeft {text-align: left; }
td.cellCenter {text-align:center;}
td.cellResults {background: #F3F8FC; padding:5px;}
td.color1 {background: #e2e2e2; border-radius:10px;}
td.color2 {background: #f1f1f1; border-radius:10px;}
td.form {}
td.formleft { text-align: left; }

.errorForm {color: #4CAD47; font-weight: bold; margin-right:5px; font-family: 'Jaldi', arial, verdana, sans serif; font-weight:700; text-transform:uppercase; font-size:18px;}
.errorFormInput {color: #4CAD47;  }
.errorFormInputSmall { color:#4CAD47; font-size: 0.8em;}
.smalltextInput { font-family:verdana; font-size: 9px;  }

label {width:100%; padding: 0; margin: 0; color: #333; font-family: 'Jaldi', arial, verdana, sans serif; font-weight:700; font-size:16px;}
input.textbox { font-size: 14px;  color:#323232; 
	border: 1px solid #666666; 
	margin: 0px 0px 8px 0; 
	width:94%; padding:3%; 
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	background-color: rgba(255,255,255,0.8);
}
input.textarea { font-size: 14px;  color:#323232; border: 1px solid #666666; margin: 0px 0px 8px 0; width:94%; padding:3%; 
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	background-color: rgba(255,255,255,0.8);
	}
textarea { font-size: 14px;  color:#323232; border: 1px solid #666666; margin: 0px 0px 8px 0; width:94%;padding:3%; 
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	background-color: rgba(255,255,255,0.8);
	}
select {font-size:14px; border: 1px solid #ccc; padding:2%;color:#323232; border: 1px solid #666666; margin: 0px 0px 8px 0; width:96%;
-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	background-color: rgba(255,255,255,0.8);
	 }
option {font-size:14px; padding:3px;color:#666; }
option.search {font-size:14px; width:200px; padding:3px;color:#666;}
checkbox { font-size: 14px; border: 1px solid #ccc;  margin: 0px 0px 8px 1px; padding:3px;color:#666; }  
.checkbox { font-size: 14px; border: 1px solid #ccc;   padding:3px;color:#666;} 

.button{
	margin: 0; 
	width:100%; padding:3%; 
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	background-color:#666;
	border: 1px solid #666666; 
	color:#fff;
	font-family: 'Lato', arial, verdana, sans serif; font-weight:400; 
	font-size:16px;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}
.button:hover  {
	background-color:#98222a;
	cursor:pointer;
	color:#fff;
}
.button:active {

}


.smallbreak {font-size: 0.1em; font-family: Verdana;}
.superLargeText { font-size:350%; line-height:200%;}
.text { font-style: normal; color:#333; }
.smalltext {font-size:0.8em; color:#666;  }
.xsmalltext {font-size:0.7em; color:#666; }
.largetext {font-size:1.0em;  font-weight: bold; color:#000;}
.120PercentText {font-size:120%;  }
.notice { font-family: Arial,sans-serif; font: 0.8em bold #ff0000;}
.center {text-align:center;}
.white {color:#ffffff;}
.red {color:#9C0023;}
.blue {color:#187CBC;}
.grey {color:#666;}
.ltgrey { color:#999;}
.alignLeft {text-align:left;}
.alignRight {text-align:right;}
.alignCenter {text-align:center;}

hr { color:#cccccc; border-style: none none solid; width: 100%; margin:15px auto 15px auto; }

.imgLeft {float:left; margin: 0 10px 0 0;}
.imgRight {float:right; margin: 0 10px 0 0;}
.partnerLogo {margin-bottom:30px !important;}

a:link.buttonLink{
	background-color:#a9bf19;
	border:1px #a9bf19 solid;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	text-indent:0;
	display:inline-block;
	color:#000000;
	font-family: 'source_sans_prosemibold', arial, verdana, sans serif;text-transform:uppercase; 
	font-size:13px;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	margin:0 10px 0 0;
	padding:3px 20px;
}
a:hover.buttonLink {
	background:none;
	border:1px #ffffff solid;
	color:#ffffff;
	cursor:hand;
	/* animate the change */
    -webkit-transition: color 300ms, background 500ms, border-color 700ms;
    transition: color 300ms, background 500ms, border-color 700ms;
}
a:visited.buttonLink {
	color:#a9bf19;
	cursor:hand;
}

.ghost
            {
				margin:10px auto;
				border-radius:2px;
				-webkit-border-radius:2px;
				-moz-border-radius:2px;
                /* text styles */
                font-family: 'Jaldi', arial, verdana, sans serif; font-weight:400; text-transform:uppercase; 
                font-size: 30px;
                letter-spacing: 0.05em;
                color:#ffffff;
                /* modify text */
                text-decoration:none;
                text-rendering:optimizeLegibility;
                /* add a border */
                border:0.1em solid #B42117;
				background:#B42117;
                padding:5px 10px;
                /* animate the change */
                -webkit-transition: color 300ms, background 500ms, border-color 700ms;
                transition: color 300ms, background 500ms, border-color 700ms;
            }
.ghost:hover
            {
                background:none;
                border-color:#666666;
                color:#666666;
            }
a:link.ghost{ color:#fff; }
a:visited.ghost{ color:#fff; }
a:hover.ghost{ color:#666666; }

.ghostSM
            {
				position:relative;
				margin:0;
				border-radius:3px;
				-webkit-border-radius:3px;
				-moz-border-radius:3px;
                /* text styles */
                font-family: 'Jaldi', arial, verdana, sans serif; font-weight:400; 
                font-size: 16px;
                letter-spacing: 0.05em;
                color:#ffffff;
                /* modify text */
                text-decoration:none;
                text-rendering:optimizeLegibility;
                /* add a border */
                border:0.1em solid #fff;
				background:none;
                padding:3px 7px !important;
                /* animate the change */
                -webkit-transition: color 300ms, background 500ms, border-color 700ms;
                transition: color 300ms, background 500ms, border-color 700ms;
            }
.ghostSM:hover
            {
                background:#B42117;
                border-color:#666666;
                color:#ffffff !important;
            }
a:link.ghostSM{ color:#fff; }
a:visited.ghostSM{ color:#fff; }
a:hover.ghostSM{ color:#ffffff; }
/*SHOW-MORE-LESS JAVASCRIPT */
.more {
	display: none;
}
a.showHide:link {	display:block; color:#592D8C; TEXT-DECORATION: none; font-family: 'Oswald', arial, verdana, sans serif; font-weight:700; text-transform:uppercase; font-size:18px; margin: 10px 0 10px 0; }
a.showHide:active{ color: #666;  }
a.showHide:visited {	color: #592D8C;  }
a.showHide:hover { color:#666;  }

#mobileMenu {visibility:hidden; height:0;}
.hide {}

.responsive-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; margin:20px auto;  }
.responsive-container iframe { position: absolute; top: 0; left:0; width:100%; height: 100%; }

.thumbnail-excerpt-wrapper {clear:both; width:100%;  margin: 10px auto 10px auto; border-top:1px #e2e2e2 solid; padding: 20px 0 20px 0; overflow:hidden; }
.thumbnail-wrapper-div {float:left; width:100$; height:100%; margin: 0 30px 40px 0; background-size: cover;
    background-position: center center; overflow:hidden;}
.thumbnail-wrapper-div img {width:100%; height:100%; background-size: cover; background-position: center center; margin: 0; max-height:200px; overflow:hidden;}
.thumbnail-wrapper {float:left; width:300px; margin: 0 30px 0 0; }
.entry-thumbnail {display:none;}
.iconSmall {margin: -10px 0 0 0;}



figure {
	margin: 0.75%;
	padding: 0;
	position: relative;
	display: block;
	cursor: pointer;
	overflow: hidden;
	border:10px #fff solid;
	border-radius:2px;
	float:left;
	width:21.5%;
	height:350px;
	background:#fff;
}

figure:hover figcaption {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
	top: 0;
}
figure.logosm {
	height:180px !important;
}

figcaption {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.7);
	color: #fff;
	-webkit-transition: all .9s ease;
	-moz-transition: all .9s ease;
	-o-transition: all .9s ease;
	-ms-transition: all .9s ease;
	transition: all .9s ease;
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	-o-transition-delay: .2s;
	-ms-transition-delay: .2s;
	transition-delay: .2s;
}

figure img {
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-o-transition: all 1.5s;
	-ms-transition: all 1.5s;
	transition: all 1.5s;
	object-fit:contain;
	object-position: 50% 0;
	max-width:100%;
}

figure:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	margin:
}
figure img.logo {
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-o-transition: all 1.5s;
	-ms-transition: all 1.5s;
	transition: all 1.5s;
	max-width:100%;
	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
}

figure:hover img.logo {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

figcaption h3 {
	font-weight: 700;
	color: #fff;
	padding: 5px 20px;
	margin-bottom: 0;
	position: relative;
	margin-top: 80px;
	font-size: 20px;
	text-align:center;
}

figcaption h3.logosm {
	font-weight: 700;
	color: #fff;
	padding: 5px 20px;
	margin-bottom: 0;
	position: relative;
	margin-top: 20px;
	font-size: 20px;
	text-align:center;
}

figcaption p {
	padding: 10px 20px;
	margin-bottom: 0;
	margin-top: 20px;
	position: relative;
	left: 100%;
	font-size: 12px;
	line-height:normal;
	text-align:center;
}

figure:hover h3,figure:hover p {
	left: 0;
}

figcaption a {
	color: #4f5856;
	background: #fff;
	border: 2px solid #fff;
	padding: 4px 10px;
	text-decoration: none;
}

figcaption a:hover {
	color: #fff;
	background: #98222a;
}
.thumbnailPhoto {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit:cover;
  object-position: 50% 0;
}
.largePhoto {
  position: relative;
  width: 850px;
  height: 850px;
  overflow: hidden;
  text-align:center;
  object-fit: contain 
}
.centered-and-cropped { object-fit: cover }



/* Small Devices, Tablets */
@media only screen and (max-width : 640px) {
#headerBackground {	width:100%; height:auto;padding:0; background-color: rgba(0,0,0,0); box-shadow: none; z-index:1;	position:absolute;	top:0; text-align:center;}
#header { HEIGHT:auto; width: 100%; margin: 0 auto 0 auto; position:relative; z-index:2;}
#logoHeader {float:right; width:100%; height:144px; overflow:visible; }
#logo { float:none; text-align:center; width:212px; height:110px;  margin:20px auto 0 auto; padding:0; }
#logo img {width:100%; max-width:212px;}
#socialMenuTop {display:none;}
.homeCircleIcon {width:70%; text-align:center; float:none; margin: 10px auto; }

img {max-width:99%;}
.hide {display:none;}
#topnav {display:none;}
#topnavDonate {display:none;}
#topnav ul li ul {	min-width:0;	}
#topnav ul ul li { 		min-width:0;	}
#mobileMenu { width:100%; height:auto; background:#000; visibility:visible; z-index:999999;  }
.amazingslider-nav-2 {display:none;}
.amazingslider-nav-container-2 {display:none;}
.quote {margin:10% auto;	}
.mainWrapHome {
	width:100%;
	margin: 0 auto 0 auto;
	padding:0;
	overflow:hidden;
	clear:both;
}
.mainWrap {
	width:100%;
	margin: 0 auto 0 auto;
	padding:15px 20px 25px 20px;
	overflow:hidden;
	clear:both;
}
#footerWrap {
	margin: 0 auto 0 auto; width:100%; text-align:center;
}
#footer .header {margin: 2px 0 0 0;}
#footer .footerTag { text-align:center; margin: 20px 0 5px 0;}
#footer .logo {float:none; margin:0 auto;}
#footerLeft {width:98%; float:none; text-align:center; padding :1%;}
#footerRight {width:98%; float:none; text-align:center; padding :1%;}
#footerCredits {text-align:center;}
.responsive-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; margin:20px auto; }
.responsive-container iframe { position: absolute; top: 0; left:0; width: 100%; height: 100%; }

}



/* Custom Smartphones */ 
@media only screen and (max-width : 500px) { 

#headerImgHome {
	width:100%; height:500px; 
}  
#headerImgHom .amazingslider-img-box-2 {width:100% !important;}

#headerImgBlog {
	width:100%; height:450px; 
	background:url(http://www.epic-usa.org/wp-content/uploads/2015/11/TheChaikhana01.jpg) no-repeat left top #b42117; 
		 -webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;
}
.amazingslider-slider-2 {margin: 0 !important;}
.amazingslider-background-image-2 { align-content:center; margin: 0 !important;}
.amazingslider-text-box-2 { margin: 0 !important;}
.amazingslider-text-wrapper-2 { margin: 0 !important;}
.mainWrap {
	width:98%;
	margin: 0 auto 0 auto;
	padding:5px 1%;
}
.whiteWrap {padding:20px 0 30px 0;}
.greyWrap {padding:20px 0 30px 0;}
.tagline {	
	position:relative;
	width:350px; 
	height:auto;
	padding:30px 40px;
	margin:100px auto 5px auto;
	background-color: rgba(0,0,0,0.50);
	font-family: 'Jaldi', 'Jaldi', arial, sans serif;font-weight:400; color: #ffffff; font-size:44px; 
	}
.blogtagline {	
	position:relative;
	width:auto; 
	height:auto;
	padding:0;
	margin:100px auto 0 auto;
	text-align:center;
	}
.blogtagline h1 {font-size:80px;}
.blogtagline  h3 { font-size:22px; }
.colSpan1of1,
.colSpan1of2 ,
.colSpan2of2 ,
.colSpan1of3 ,
.colSpan2of3 ,
.colSpan3of3 ,
.colSpan1of4 ,
.colSpan2of4 ,
.colSpan3of4 ,
.colSpan4of4 ,
.colSpan1of5,
.colSpan2of5 ,
.colSpan3of5 ,
.colSpan4of5 ,
.colSpan5of5 ,
.colSpan1of6 ,
.colSpan2of6 ,
.colSpan3of6 ,
.colSpan4of6 ,
.colSpan5of6 ,
.colSpan6of6  {
	width:98%;
	float:none;
}
.whatWeDoIcons {
	float:none;
	width:80%;
	margin:2% auto;
	text-align:center;
}
.extraLRPadding {padding: 0 0 0 0;}
 .ih-item.circle.effect11 .info p{ line-height:16px; margin-top:-30px !important;}
.videoDescription {
	width:94%;
	padding:2%;
	float:left;
	margin:0 2%;
}
 .fancybox {}
}