@charset "utf-8";
/* CSS Document */


/* Common reset settings */
*{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
img {
	max-width: 100%;
	vertical-align: middle;  /*this will eliminate extra white space below images */
	margin: 0;
	padding:0;
	border:0;
}

body, html, ul, li {
	margin:0;
	padding:0;
}

/* Place your website specific setting below */

/*GLOBAL STYLES*/

body{
	background-image: url(../images/pageBkgd_allMedia.jpg);
	margin: auto;/*centre page*/
	max-width: 1300px;/*web page width*/
	padding: 5px;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #202020;
	background-color: #c4c4c4;
	background-repeat: repeat-x;
	}
	
.promo{
	padding:0;
	overflow:hidden;
	margin-top:0;	
	padding-bottom:0.5%;
	text-align:right;
	}
	
.promo h3{
	text-align:right;
	padding-right:1%;
	margin-bottom:0;
	display:inline;
	color:#8fca3c;
	}

.promo h3 i{
	font-size:23px;
	padding-right:4px;
	vertical-align:middle;
	}
	
.promo .login i{
	font-size: 20.5px;
	padding-right: 4px;
	vertical-align: middle;
	width: 20px;
	height: 21px;
	padding: 0 2px;
	background-color: #56BAEC;
	color:#006594;
	border-radius:4px;
	margin-right:3px;
	}	
	
.promo .login a{
	color:#006594
	}
	
.promo .login a:hover{
	color: #0093D9
	}
	
.promo a h3{
	padding-left:1%;	
	color:#663366;
	}
	
.promo a{
	text-decoration:none;
	}

.promo a h3:hover{
	color: #9C4E9C;
	}
	
.promo .quote a{
	color:#663366;
	}	
	
.promo .quote a:hover{
	color: #9D4F9D;
	}	
	
.promo .quote i{
	color:#663366;
	}

header{
	width:100%;
	padding:1%;
	background-color:#FFF;
	border-top: thin solid #CCC;
	border-left: thin solid #CCC;
	border-right: thin solid #CCC;
	}
	
.masthead{
	width:100%;
	overflow:hidden;
	}
	
.logo{
	float:left;
	width:25%;
	padding-bottom:1.5%;	
	margin-right:5%;
	}

.clients{
	float:right;
	width:25%;
	margin-right:0;
	margin-left:2%;
	/*position:absolute;
	top:20px;
	right:8%;*/	
	}
	
.clients ul{
	background-color:red;
	width:auto;
	text-align:left;
	padding-left:2px;
	text-align:right;
	
	/*padding-right:10px;*/
	/*margin-right:15px;*/
	}
	
.clients ul li i{
	font-size:26.5px;
	vertical-align:middle;
	padding-right:4px;
	display:inline-block;
	}

.clients ul li{
	list-style:none;
	display:block;
	/*padding-right:25px;*/
	}
	
.clients ul li a{
	text-decoration: none;
	font-size: 16px;
	color: #7A7A7A;
	font-weight: bold;
	}
	
.clients ul li a:hover{
	color:#8fca3c;
	}
	
.clients .fa fa-sign-in{
	color: #202020;
	font-size: 36px;	/*font-size:50px;*/
	}
	
.mobile-menu-btn{
	display:none;
	}	
	
nav{
	background-color:#8fca3c;
	padding:1px 0;
	border-left: thin solid #CCC;
	border-right: thin solid #CCC;
	}
	
nav ul{
	list-style:none;
	text-transform:uppercase;
	font-size:0;/*CCC hack*/
	padding-left:2.9%;
	}
	
nav ul li{/*Display links horizontally (inline-block) and set margins between links*/
	display:inline-block;
	/*width:16%;*//*to avoid uneven spacing between the links, turn off link width measurement*/
	margin-right:6%;
	position:relative;/*use position relative to coodinate top coordinates of drop-down menu*/
	width:auto;
	}

nav ul .drop-down-menu a i{/*Turn off arrow for drop-down sub menu on desktop devices*/
	display:none;
	}	
	
nav ul li:last-child{
	margin-right:0;
	}
	
nav ul li a{
	text-decoration:none;
	color:#FFF;
	font-size:16px;/*add a font size to the link in the nav after the CSS hack is used*/
	display:inline-block;/*makes the entire button clickable--NOT JUST THE TEXT IN THE LINKS*/
	padding:1px 0;/*add space to the area around the <a> element*/
	margin-left:15px;
	text-transform:uppercase;
	text-align:left;
	}
	
/*nav a{
	background:pink;
	height:100%;
	transition: all 0.8s;
	}	*/
	
nav a:hover{
	/*color:#4F4F4F;*/
	color: #FFF0AA;
	font-size:16px;
	padding:1px 0;
	}
	
/*drop down menu starts*/
nav li ul{
	color: #4F4F4F;
	font-size: 15px;
	/*padding: 0 5px;*/
	padding:0;/*test*/
	height:0;
	position: absolute;
	top: 22px;
	width: auto;
	margin-left: 10px;
	/*color:#333;*/
	text-transform: none;
	overflow: hidden;
	display: block;
	/*background-color: #D1EAB0;*/
	background: rgb(76, 67, 65);
	transition: all 0.8s;
	color: #D7ECB9;
	/*transition:max-height 0.9s ease;*/
	}
	
nav li ul li{
	width:100%;
	}
	
nav li ul li a{
	/*padding-top:5px;
	padding-bottom:5px;*/
	padding-top:5px;
	text-transform:none;
	font-size: 16px;
	color: #FFF;
	padding-top:7px;
	margin-left:0;
	padding-left:5px;
	padding-right:5px;
	border-bottom:solid thin #666;
	padding-bottom:10px;
	width:100%;
	white-space:nowrap;	
	}	
	
nav li ul li a:hover{
	font-size: 16px;
	/*color: #BEE18E;*/
	color: #FFF0AA;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
	margin-left: 0;
	width: 100%;
	}
	
	
nav li:hover ul{
	/*height:100px;*/
	height:auto;
	/*padding-right:5px;*/
	/*padding-top:5px;*/
	padding-top:0;
	z-index:5;
	transition: all 0.8s;	
	}
	
nav li:hover ul::after{
	content:"";
  position:absolute;
  /*bottom:-7px;*/
  top:-24px;
  border-bottom:-30px;
  left:50%;
  margin-left:-37px;
 /* border-right:1px solid #68DAF2;*/
  border-right:30px solid transparent;
  border-left:30px solid transparent;
  /*border-top:30px solid #68DAF2;*/
  /*border-top:30px solid #FAAC1D;*/
  border-top:30px solid #8fca3c;
  /*border-bottom:15px solid transparent;*/
  z-index:0;
	/*border-top:solid thick red;*/
	}	
/*drop down menu ends*/		
	
.breadcrumbs{
	overflow:hidden;
	padding-left:1%;
	border-left: thin solid #CCC;
	border-right: thin solid #CCC;
	}
	
.breadcrumbs p a{
	text-decoration:none;
	color:#79af30;
	}
	
.breadcrumbs p a:hover{
	color:#333333;
	}
	
.slideshow{
	padding:1% 1% 1.5% 1%;
	overflow:hidden;
	border-left: thin solid #CCC;
	border-right: thin solid #CCC;
	border-top: none;
	border-bottom: none;	
	}
	
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 80%;
	padding: 0;
	margin: 0;
	border: thin solid #DDDDDD;
	margin-left: 10%;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.welcome{
	 /*width:1000px;
	 height:300px;*/
	 overflow:hidden;
	}

.welcome img{
	float:left;
	width:450px;
	height:270px;
	margin-right:5%;
	}

.welcome h1{
	display:inline;
	float:left;
	text-align:left;
	width:35%;
	color:#8fca3c;
	font-family:verdana, helvetica, sans-serif;
	padding-top:1%;
	}
	
.welcome h2{
	display:inline;
	float:left;
	text-align:left;
	width:35%;
	color:#666666;
	font-family:verdana, helvetica, sans-serif;
	margin-top:-18px;
	padding:0; 
	}
  
.slide1{
	 /*width:1000px;
	 height:300px;*/
	 overflow:hidden;
	  }
	  
.slide1 h1{
	display:inline;
	float:left;
	text-align:left;
	width:35%;
	color:#8fca3c;
	font-family:verdana, helvetica, sans-serif;
	padding-top:1%;
	}
	 
.slide1 h2{
	display:inline-block;
	float:left;
	text-align:left;
	width:35%;
	color:#666666;
	font-family:verdana, helvetica, sans-serif;
	/*padding-right:3%;
	padding-left:3%;*/
	margin-top:-18px;
	padding-top:0;
	/*vertical-align:middle;
	position:absolute;
	top:100px;
	right:30px;
	z-index:1;*/
	}
	 
.slide1 img{
	float:left;
	width:300px;
	height:270px;
	margin-right:5%;
	margin-left:15%;
	}
	
.slide2{
	 /*width:1000px;
	 height:300px;*/
	 overflow:hidden;
	  }
	  
.slide2 img{
	float:left;
	width:264px;
	height:270px;
	padding:1%;
	margin-right:5%;
	margin-left:15%;
	}
	
.slide2 h1{
	display:inline;
	float:left;
	text-align:left;
	width:35%;
	color:#8fca3c;
	font-family:verdana, helvetica, sans-serif;
	padding-top:1%;
	}
	
.slide2 h2{
	display:inline;
	float:left;
	text-align:left;
	width:35%;
	color:#666666;
	font-family:verdana, helvetica, sans-serif;
	/*padding-right:3%;
	padding-left:3%;*/
	padding-top:0;
	margin-top:-18px;
	/*vertical-align:middle;
	position:absolute;
	top:100px;
	right:30px;
	z-index:1;*/
	}	
 
.slide3{
	 /*width:1000px;
	 height:300px;*/
	 overflow:hidden;
	  }
	  
.slide3 img{
	float:left;
	width:300px;
	height:270px;
	margin-right:5%;
	margin-left:15%;
	}
	
.slide3 h1{
	display:inline;
	float:left;
	text-align:left;
	width:35%;
	color:#8fca3c;
	font-family:verdana, helvetica, sans-serif;
	padding-top:1%;
	}	
	
.slide3 h2{
	display:inline;
	float:left;
	text-align:left;
	width:35%;
	color:#666666;
	font-family:verdana, helvetica, sans-serif;
	/*padding-right:3%;
	padding-left:3%;*/
	padding-top:0;
	margin-top:-18px;
	/*vertical-align:middle;
	position:absolute;
	top:100px;
	right:30px;
	z-index:1;*/
	}
 
.slide4{
	 /*width:1000px;
	 height:300px;*/
	 overflow:hidden;
	  }
	  
.slide4 img{
	float:left;
	width:270px;
	height:270px;
	margin-right:7%;
	margin-right:5%;
	margin-left:15%;
	}
	
.slide4 h1{
	display:inline;
	float:left;
	text-align:left;
	width:35%;
	color:#8fca3c;
	font-family:verdana, helvetica, sans-serif;
	padding-top:1%;
	}		
	
.slide4 h2{
	display:inline;
	float:left;
	text-align:left;
	width:35%;
	color:#666666;
	font-family:verdana, helvetica, sans-serif;
	/*padding-right:3%;
	padding-left:3%;*/
	padding-top:0;
	margin-top:-18px;
	/*vertical-align:middle;
	position:absolute;
	top:100px;
	right:30px;
	z-index:1;*/
	}

 
 
.promo-content-container{
	 overflow:hidden;
	 border-left: thin solid #CCC;
	 border-right: thin solid #CCC;
	 border-top: none;
	 border-bottom: none;
	 padding-top:1.5%;
	 /*padding:1%;*/
	 }

.promo-content{
	float:left;
	width:30.6%;
	margin-right:4.1%;
	}
/*text starts*/	
.promo-content3{
	float:left;
	width:30.6%;
	margin-right:0;
	}
	
.promo-content3 p{	
	background-color:#FFF;	
	/*height:auto;*//*original*/
	height:253px;
	margin-top:-16px;
	}	
/*test ends*/	
	
	
.promo-content p{
	background-color:#FFF;	
	height:253px;
	margin-top:-16px;
	}
	
.purple{
	background-color:#663366;
	color:#FFF;
	padding:1%;
	}
	
.gray{
	background-color:#666666;
	color:#FFF;
	padding:1%;
	}

.blue{
	background-color:#2393D6;
	color:#FFF;
	padding:1%;
	}
	
.promo-content:last-child{
	margin-right:0;
	}
	
.promo-content p{
	padding:1%;
	}
	
	
.main-content-container{
	overflow:hidden;
	width:100%;
	background-color:#FFF;
	border-left: thin solid #CCC;
	border-right: thin solid #CCC;
	min-height:425px;
	padding-bottom:3%;
	}	
	
.left-col{
	float: right;
	width: 20%;
	margin-right: 1%;
	padding-top: 72px;
	}
	
.left-col ul{
	list-style:none;
	}
	
.left-col ul li{
	display:block;
	padding-bottom:10px;
	text-align:left;
	padding-left: 14px;
	font-size:16px;
	}
	
.left-col ul li strong{
	color: #414141;
	text-transform:uppercase;
	font-size:15px;
	}
	
.left-col ul li a{
	text-decoration: none;	
	font-size: 16.5px;
	color: #79AF30;
	}
	
.left-col ul li a:hover{
	text-decoration: none;
	font-size: 16.5px;
	color: #333333;
	}
	
.right-col{
	float:left;
	width:75%;
	margin-top:0;
	padding-left:1%;
	padding-right:1%;
	}
	
.right-col:last-child{
	margin-right:0;
	}

.right-col h1{
	color:#79AF30;
	}
	
.right-col h4{
	color: #414141;
	}

.right-col h5{
	color: #414141;
	}
	
.right-col h1 i{
	font-size: 80px;
	color: #FEB021;
	margin-left: 35%;
	padding: 3% 0;
	}	

.right-col ul {
	margin-left:15px;
	}

.pageNav{
	text-align:right;
	font-size: 16.5px;
	position:relative;/*temp*/
	padding-top:1px;
	/*padding-top:1px;*/
	}
	
/*.pageNav a{
	text-decoration:none;
	color:#79AF30;
	margin:0 2%;
	}
	
.pageNav a:hover{
	color: #333333;
	}*/

.prev{
	width:55px;
	height:24px;
	background-color:#8fca3c;
	position:relative;
	text-transform:uppercase;
	padding: 4px 8px;
	vertical-align:bottom;
	float:left;
	margin-left:15%;
	}
	
.prev::before{
	content:"";
	position:absolute;
	left:-6%;
	top:-1px;
	/*border-right:-25px;*/
	margin-left:-39px;
	border-bottom:13px solid transparent;
	border-left:30px solid transparent;
	border-right:13px solid #8fca3c;
	border-top:13px solid transparent;
	}
	
.prev a{
	text-decoration:none;
	color:#FFF;
	}
	
.prev:hover::before{
	border-right: solid 13px #8C8C8C;
	}	
	
.next{
	width:55px;
	height:24px;
	background-color:#8fca3c;
	position:relative;
	text-transform:uppercase;
	padding: 4px 0 4px 12px;	
	vertical-align:bottom;
	float:right;
	margin-right:15%;
	}
	
.next::after{
	content:"";
	position:absolute;
	right:-47%;
	top:-1px;
	/*border-right:-25px;*/
	/*margin-left:-39px;*/
	border-bottom:13px solid transparent;
	border-left:13px solid #8fca3c;
	border-right:13px solid transparent;
	border-top:13px solid transparent;
	}		
	
.next a{
	text-decoration:none;
	color:#FFF;
	}	
	
.next:hover::after{
	border-left: solid 13px #8C8C8C;
	}	

footer{
	width:100%;
	/*overflow:hidden;*/
	padding:1% 6%;
	/*padding-right:3%;*/	
	}

.footer-column-container{
	width:100%;
	overflow:hidden;
	padding-left: 4%;
	}

footer ul{
	list-style:none;
	}
	
footer ul li{
	padding-bottom:6%;
	}
	
footer ul li a{
	text-decoration: none;
	color: #121212;
	font-size: 14.5px;
	}
	
footer ul li a:hover{
	text-decoration: none;
	font-size: 14.5px;
	color: #5F5F5F;
	}
	
.footer-col{
	display:inline-block;
	width:20%;
	margin-right:6%;
	float:left;
	}

.footer-col:last-child{
	margin-right:0;
	}
	
.footer-col:last-child ul li{
	margin-right:0;
	display:inline-block;
	padding-right:20px;
	}

.footer-col:last-child ul .twitter img{
	display:none;
	}
	
.footer-col:last-child ul .facebook img{
	display:none;
	}	
	
.footer-col:last-child ul .linkedin img{
	display:none;
	}

/*.footer-col .fa fa-twitter-square fa-2x, .fa fa-facebook-square fa-2x, .fa fa-linkedin-square fa-2x{
	padding-right:1%;
	}*/



.footer-col h3{
	color:#663366;
	text-transform:uppercase;
	}
	
footer p{
	text-align:center;
	padding:2.5% 0;
	}
	
footer p a{
	text-decoration: none;
	color: #663366;
	font-size: 14.5px;
	}

footer p a:hover{
	text-decoration: none;
	color: #432143;
	font-size: 14.5px;
	}
	
footer .footer-col {
	/*display:inline;*/
	/*width:10.6%;*/
	/*float:left;
	overflow:hidden;
	margin-right:10%;*/
	}

/*Login form*/
.login-to-d3pr{
	width:275px;
	margin-left:auto;
	margin-right:auto;
	margin-top:2%;
	border:solid thin #ccc;
	padding:0 10px;	
	overflow:hidden;
	}
	
#error-messages{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:2%;
	padding:0 10px;	
	overflow:hidden;
	padding-bottom:2%;
	}
	
/*Registration form*/

.my-registration-form{
	width:300px;
	margin-left:auto;
	margin-right:auto;
	margin-top:2%;
	border:solid thin #ccc;
	padding:0 10px;	
	overflow:hidden;
	padding-bottom:1%;
	}
	
#clients{
	/*background-color:red;*/
	/*width:238px;*/
	
	}
	
#clients h4 a{
	font-weight:lighter;
	color:#F17112;
	text-decoration:none;
	display:block;
	}
	
#clients h4 a:hover{
	color: #D0600D;
	}

.username{
	padding-bottom:2%;
	}
	
.username-textbox{
	width: 100%;
	height: 40px;
	margin-bottom: 2%;
	color: #666666;
	border:solid thin #8fca3c;
	padding-left:4px;
	font-family:verdana, helvetica, sans-serif;
	font-size:14px;
	display:block;
	}
	
.password{
	padding-bottom:2%;
	}
		
.password-textbox{
	width: 100%;
	height: 40px;
	margin-bottom: 2%;
	color: #666666;
	border:solid thin #8fca3c;
	padding-left:4px;
	font-family:verdana, helvetica, sans-serif;
	font-size:14px;
	display:block;
	}
	
/*.email-textbox{
	width: 100%;
	height: 40px;
	margin-bottom: 2%;
	color: #666666;
	border:solid thin #8fca3c;
	padding-left:4px;
	font-family:verdana, helvetica, sans-serif;
	font-size:14px;
	display:block;
	}*/
	
.security{
	width: 100%;
	height: auto;
	margin-bottom: 4%;
	color: #666666;
	padding-left:0;
	font-family:verdana, helvetica, sans-serif;
	font-size:14px;
	display:block;
	}	
	
.drop-down-question-list{
	margin-top:2%;
	width: 100%;
	height: 30px;
	margin-bottom: 2%;
	color: #666666;
	padding-left:0;
	font-family:verdana, helvetica, sans-serif;
	border:solid thin #8fca3c;
	font-size:13px;
	display:block;
	}
	
.answer-textbox{
	width: 100%;
	height: 40px;
	margin-bottom: 3%;
	color: #666666;
	border:solid thin #8fca3c;
	padding-left:4px;
	font-family:verdana, helvetica, sans-serif;
	font-size:14px;
	display:block;
	}
	
/*Request A Quote Form*/
.request-quote{
	width:500px;
	margin-left:10%;
	margin-right:auto;
	margin-top:2%;
	margin-bottom:5%;
	border:solid thin #ccc;
	padding-left: 10px;	
	padding-right: 10px;	
	overflow:hidden;
	padding-bottom:1%;
	float:left;
	}
	
.request-quote .required-field-header{
	color:#F00;
	font-size:11.5px;
	font-style:italic;
	}	

.fname i, .lname i, .email i{
	color:red;
	font-size:14px;
	float:left;
	padding-left:6px;
	}
	
.hint strong{
	color:white;
	font-size:12px;
	float:right;
	padding-left:6px;
	height:15px;
	width:15px;
	background-color:red;
	border-radius:10px;
	}

.fname-textbox{
	width: 100%;
	height: 40px;
	margin-bottom: 3%;
	color: #666666;
	border:solid thin #8fca3c;
	padding-left:4px;
	font-family:verdana, helvetica, sans-serif;
	font-size:14px;
	display:block;
	float:left;
	}
	
.lname-textbox{
	width: 100%;
	height: 40px;
	margin-bottom: 3%;
	color: #666666;
	border:solid thin #8fca3c;
	padding-left:4px;
	font-family:verdana, helvetica, sans-serif;
	font-size:14px;
	display:block;
	float:left;
	}	
	
.areacode{
	/*overflow:hidden;
	width:25%;
	float:left;
	margin-right:2%;*/
	}


.phone	{
	/*overflow:hidden;
	width:73%;
	float:left;
	margin-right:0;*/
	}
	
.phone: last-child{
	margin-right:0;
	}
	
.areacode-textbox{
	/*width: 100%;
	height: 40px;
	margin-bottom: 3%;
	color: #666666;
	border:solid thin #8fca3c;
	padding-left:4px;
	font-family:verdana, helvetica, sans-serif;
	font-size:14px;*/
	/*display:block;*/
	}
	
.phone-textbox{
	width: 100%;
	height: 40px;
	margin-bottom: 3%;
	color: #666666;
	border:solid thin #8fca3c;
	padding-left:4px;
	font-family:verdana, helvetica, sans-serif;
	font-size:14px;
	display:block;
	float:left;
	}
	
.email-textbox{
	width: 100%;
	height: 40px;
	margin-bottom: 2%;
	color: #666666;
	border:solid thin #8fca3c;
	padding-left:4px;
	font-family:verdana, helvetica, sans-serif;
	font-size:14px;
	display:block;
	float:left;
	}

.needs-description{
	width:100%;
	}
	
#webURL{
	width:100%;
	}
	
/*test extra web question begins*/
.extra-web-questions{
	display:none;
	}		
	
.webQuoteRequest .extra-web-questions{
	display:block;
	transition: all 2s;/*display the survey questions in 0.8s*/
	-webkit-transition: all 2s;
	}

.url{
	display:none;
	}
	
/*.url{
	display:none;
	}

.webQuoteRequestCurrentWebStatus, .url{
	display:block;
	transition: all 2s;
	-webkit-transition: all 2s;
	width: 100%;
	height: auto;
	margin-bottom: 2%;
	color: #242424;
	border: none;
	padding-left: 4px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 14px;
	
	}



.cover .url
	{
	display: none;
	}	
	
.url{
	display:none;
	}	*/

/*test extra web question ends*/
	
/*.url,*/ .site-maintenance, .database, .options, .issue-statement, .website-status{
	width: 100%;
	height: auto;
	margin-bottom: 2%;
	color: #242424;
	border: none;
	padding-left: 4px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 14px;
	display: block;
	}	
	
.login-btn, .register-btn, .submit-btn{
	width:100%;
	height:40px;
	background-color:#8fca3c;
	color:#fff;
	font-family:verdana, helvetica, sans-serif;
	font-size:14px;
	border:none;
	text-align:center;
	}
 	
.login-btn:hover, .register-btn:hover, .submit-btn:hover {
	/*background-color:#8fca3c;*/
	background-color: #666666;
	}
	
	
/*FORM GENERIC STYLES BEGIN*/
.form-disclaimer{
	padding-top:2%;
	font-style:italic;
	font-size:12px;	
	}	
	
.form-field, .other-source-of-info, .submit-application{
	width:100%;
	display:block;
	float:left;
	margin-bottom: 2%;
	}	

.fitness-application-form, .contestant-application-form, .couples-application-form, .av-application-form, .visiter-feedback{
	width:500px;
	margin-left:10%;
	margin-right:auto;
	margin-top:2%;
	margin-bottom:5%;
	border:solid thin #ccc;
	padding-left: 10px;	
	padding-right: 10px;	
	overflow:hidden;
	padding-bottom:1%;
	float:left;
	}
	
.contestant-application-form .form-subtitles, .contest-info{
	width:100%;
	float:none;
	display:inline-block;
	/*height:auto;*/
	}	
	
.needs-description{
	border:solid thin #8fca3c;
	}			
	
/*FORM GENERIC STYLES END*/	
	
	
/*STYLES FOR FITNESS MODEL APPLICATION FORM BEGIN*/	
.fitness-application-form .required-field-header{
	color:#F00;
	font-size:11.5px;
	}		

.fitness-application-form .form-subtitles{
	color:#663366;
	font-size:16px;
	padding-top:2%;
	}

.applicant-weightfield{
	width: 100%;
	height: 40px;
	margin-bottom: 3%;
	color: #666666;
	border:solid thin #8fca3c;
	padding-left:4px;
	font-family:verdana, helvetica, sans-serif;
	font-size:14px;
	display:block;
	float:left;
	}	
	
.applicant-experience{
	border:none;
	width: 100%;
	height: 40px;
	margin-bottom: 3%;
	color: #666666;
	padding-left:4px;
	font-family:verdana, helvetica, sans-serif;
	font-size:14px;
	display:block;
	float:left;
	}	

/*STYLES FOR FITNESS MODEL APPLICATION FORM END*/


/*STYLES FOR AV MODELS BEGIN*/	
.other-companies-worked-for{
	display:none;	
	}
	
.adult-other-source-of-info{
	display:none;
	}	
	
/*#applicant-otherText{
	width:100%;
	}	
	
#applicant-otherAdultStudios{
	width:100%;
	}	*/
	
.applicant-penis-length, .sexual-orientation, .body-type, .body-hair, .sex-position, .couple-demo-link, .otherAVexperience-textbox{
	width: 100%;
	height: 40px;
	margin-bottom: 3%;
	color: #666666;
	border:solid thin #8fca3c;
	padding-left:4px;
	font-family:verdana, helvetica, sans-serif;
	font-size:14px;
	display:block;
	float:left;	
	}

.art, .pierce{
	border:none;
	width: 100%;
	height: 40px;
	margin-bottom: 3%;
	color: #666666;
	padding-left:4px;
	font-family:verdana, helvetica, sans-serif;
	font-size:14px;
	display:block;
	float:left;	
	}

.preference{
	width:100%;
	display:block;
	float:left;
	border:none;
	}

.av-application-form .form-subtitles{
	color:#663366;
	font-size:16px;
	padding-top:2%;
	}

.av-application-form .required-field-header{
	color:#F00;
	font-size:11.5px;
	font-style:italic;
	}
/*STYLES FOR AV MODELS END*/

/*STYLES FOR FEEDBACK FORM BEGIN*/

.visiter-feedback .required-field-header{
	color:#F00;
	font-size:11.5px;
	font-style:italic;	
	}
	

/*STYLES FOR FEEDBACK FORM END*/


/*STYLES FOR COUPLES FORM BEGINS*/
.couples-application-form .form-subtitles{
	color:#663366;
	font-size:16px;
	padding-top:2%;
	}

.couples-application-form .required-field-header{
	color:#F00;
	font-size:11.5px;
	font-style:italic;
	}

/*STYLES FOR COUPLES FORM ENDS*/

	
/*STYLES FOR CONTESTANT APPLICATION FORM BEGIN*/	
.contestant-application-form .form-subtitles{
	color:#663366;
	font-size:16px;
	padding-top:0;
	}

.contestant-application-form .required-field-header{
	color:#F00;
	font-size:11.5px;
	font-style:italic;
	}

.other-source-of-info{
	display:none;
	}
	
/*.contestant-application-form{
	width:500px;
	margin-left:10%;
	margin-right:auto;
	margin-top:2%;
	margin-bottom:5%;
	border:solid thin #ccc;
	padding-left: 10px;	
	padding-right: 10px;	
	overflow:hidden;
	padding-bottom:1%;
	float:left;
	}*/


.applicant-fname-textbox, .applicant-lname-textbox, .applicant-email-textbox, .applicant-city-textbox, .applicant-province, .applicant-height,
.weight-textbox, .age-textbox, .job-textbox, .otherText-textbox, .describe-personality, .describe-motivation, .describe-weight-impact,
.describe-challenge, .couple-demo-link, .partner-fname-textbox, .partner-lname-textbox, .partner-email-textbox, .partner-city-textbox,
.partner-province, .partner-phone-textbox, .partner-height, .partner-weight-textbox, .partner-job-textbox {
	width: 100%;
	height: 40px;
	margin-bottom: 3%;
	color: #666666;
	border:solid thin #8fca3c;
	padding-left:4px;
	font-family:verdana, helvetica, sans-serif;
	font-size:14px;
	display:block;
	float:left;
	}

.gender, .partner-gender, .weightRange, .partner-weightRange, .contest-info{
	border:none;
	width: 100%;
	height: 40px;
	margin-bottom: 3%;
	color: #666666;
	padding-left:4px;
	font-family:verdana, helvetica, sans-serif;
	font-size:14px;
	display:block;
	float:left;
	}
	
#checkMale, checkFemale{
	display:inline;
	}	
	
	
.required-field{
	font-family:verdana, helvetica, sans-serif;
	font-size:14px;
	color:red;	
	}
	
.describe-personality, .describe-motivation, .describe-weight-impact, .describe-challenge {
	border:solid thin #8fca3c;
	}	
	
	
/*label{
	display:inline-block;
	font-family:verdana, helvetica, sans-serif;
	font-size:14px;
	color:#000;
	margin-bottom:0;
	}*/

/*STYLES FOR CONTESTANT APPLICATION FORM END*/
	

/*Mobile Styles*/	
@media (max-width:480px){
	
body{
	width:100%;
	padding:1px;/*Responsive Menu (slide in/out) Set max-width for body tag*/
	}	
	
header{
	width:100%;
	}	
	
.masthead{
	width:100%;
	}
	
/*.logo{
	float:none;	
	}
	
.logo img{
	text-align:center;
	}*/

.clients ul li{
	text-align:left;
	padding-left:103px;
	}

/*Mobile Menu*/

nav{
	position:fixed;
	margin:auto;
	top:96px;
	max-width:100%;
	width:auto;
	left:-325px;
	z-index:3;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	padding:0;/*temp*/
	}
	
.clicked nav{/*bring menu back when button is clicked*/
	left:0;
	transition: all 0.8s;/*display the menu in 0.8s*/
	-webkit-transition: all 0.8s;
	}	

.mobile-menu-btn{/*show the mobile menu button that is hidden for large browsers*/
	display:block;
	position: absolute; /*keep the menu at the top in one place*/
	top: 31px;
	right:6.5px;
	font-size:25px;
	color:#7A7A7A;
	background:#8fca3c;
	width:40px;/*define the size of the box/button*/
	height:40px;/*define the size of the box/button*/
	text-align:center;
	padding-top:5px;/*was set to 8px in class demo*/
	cursor:pointer;
	transition:all 0.4s;/*time for transition rotation*/
}

.clicked .mobile-menu-btn{
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	}	
	
nav ul{
	padding-left:2px;
	width:300px;
	}
	
nav ul li{
	display: block;
	width: 100%;/*width of first level menu items*/
	margin-right: 10px;
	/*margin-bottom: 10px;*/
	padding-left: 0;
	border-top: solid thin gray;/*temp*/
	padding:0;/*temp*//*remove padding from first row menu*/
	}	

nav ul .drop-down-menu a i{/*Display arrow to indicate drop-down sub menu on mobile screens*/
	display:inline-block;
	font-size:13px;
	position:absolute;
	right:12px;
	}	
	
nav ul li:hover{
	background-color: #7EB832;	/*background-color: #88C536;*/
	}
	
nav ul li a{
	display:block;
	width:100%;
	padding:10px 0;/*add padding around links first row to help format layout of drop-down menu times */
	}
	
nav ul li a:hover{
	color: #FFF0AA;
	padding:10px 0;/*add padding around links first row to help format layout of drop-down menu times */
	}	

/*test for clickable mobile menu beings*/

nav li ul{/*drop down starts*/
	color: #4F4F4F;
	font-size: 15px;
	/*padding: 0 5px;*/
	padding:0;/*test*/
	height: 0;
	position:static;
	top: 28px;
	width: 100%;
	z-index:5;
	margin-left: 0;
	/*color:#333;*/
	text-transform: none;
	overflow: hidden;
	display:block;
	/*background-color: #D1EAB0;*/
	/*background: rgb(76, 67, 65);*/
	background: rgb(76, 67, 65);
	transition: all 0.8s;
	color: #D7ECB9;
	/*transition:max-height 0.9s ease;*/
	/*transition: all 0.8s;*/
	}		
	
nav li:hover ul{/*turn off hover effect on drop-down menu*/
	height:0;	
	transition: all 0.8s;
	}		

.drop nav li:hover ul{
	/*height:100px;*/
	height:100%;
	/*padding-right:5px;*/
	/*padding-top:5px;*/
	padding-top:0;
	z-index:5;
	transition: all 0.8s;	
	}

nav li:hover ul::after{
	content:"";
	position:absolute;
	/*bottom:-7px;*/
	top:40px;
	border-bottom:-30px;
	left:50%;
	margin-left:-37px;
	/* border-right:1px solid #68DAF2;*/
	border-right:7px solid transparent;
	border-left:7px solid transparent;
	/*border-top:30px solid #68DAF2;*/
	/*border-top:30px solid #FAAC1D;*/
	border-top:6px solid #8fca3c;
	/*border-bottom:15px solid transparent;*/
	z-index:0;
	/*border-top:solid thick red;*/
	}	

/*test for clickable mobile menu end*/	

.slideshow{
	width:100%;
	}

.rslides {
	width:100%;
	margin-left: 0;
	}
	
.welcome{
	 overflow:hidden;
	}

.welcome img{
	float:left;
	width:43%;
	height:43%;
	margin-right:2%;
	padding-top:2.5%;
	padding-bottom:2.5%;
	}

.welcome h1{
	display:inline;
	float:left;
	text-align:left;
	width:55%;
	color:#8fca3c;
	font-family:verdana, helvetica, sans-serif;
	font-size:16px;
	padding-top:0;
	padding-right:0;
	}
	
.welcome h2{
	display:inline;
	float:left;
	text-align:left;
	width:55%;
	color:#666666;
	font-family:verdana, helvetica, sans-serif;
	font-size:100%;
	margin-top:-12px;
	padding-right:0; 
	}	
	
.slide1{
	 overflow:hidden;
	 /*width:auto;
	 height:auto;*/
	  }
	  
.slide1 img{
	float:left;
	width:43%;
	height:43%;
	margin-left:0;
	margin-right:2%;
	padding-top:2.5%;
	padding-bottom:2.5%;
	}
	
.slide1 h1{
	display:inline;
	float:left;
	text-align:left;
	width:55%;
	color:#8fca3c;
	font-family:verdana, helvetica, sans-serif;
	font-size:16px;
	margin-top:8%;
	padding-right:0;
	padding-left:3%;
	}
	
.slide1 h2{
	display:inline;
	float:left;
	text-align:left;
	width:55%;
	color:#666666;
	font-family:verdana, helvetica, sans-serif;
	font-size:100%;
	margin-top:-12px;
	padding-right:2%;
	padding-left:3%; 
	}	
	
.slide2{
	 overflow:hidden;
	 /*width:auto;
	 height:auto;*/
	 }
	  
.slide2 img{
	float:left;
	width:43%;
	height:43%;
	margin-left:0;
	margin-right:2%;
	padding-top:2.5%;
	padding-bottom:2.5%;
	}

.slide2 h1{
	display:inline;
	float:left;
	text-align:left;
	width:55%;
	color:#8fca3c;
	font-family:verdana, helvetica, sans-serif;
	font-size:16px;
	margin-top:4%;
	padding-right:0;
	padding-left:3%;
	}
	
.slide2 h2{
	display:inline;
	float:left;
	text-align:left;
	width:55%;
	color:#666666;
	font-family:verdana, helvetica, sans-serif;
	font-size:100%;
	margin-top:-12px;
	padding-right:2%;
	padding-left:3%;
	}	
	
.slide3{
	 overflow:hidden;
	 /*width:auto;
	 height:auto;*/
	  }
	  
.slide3 img{
	float:left;
	width:43%;
	height:43%;
	margin-left:0;
	margin-right:2%;
	padding-top:1%;
	padding-bottom:2.5%;
	}
	
.slide3 h1{
	display:inline;
	float:left;
	text-align:left;
	width:55%;
	color:#8fca3c;
	font-family:verdana, helvetica, sans-serif;
	font-size:16px;
	margin-top:4%;
	padding-right:0;
	padding-left:3%;
	}
	
.slide3 h2{
	display:inline;
	float:left;
	text-align:left;
	width:55%;
	color:#666666;
	font-family:verdana, helvetica, sans-serif;
	font-size:100%;
	margin-top:-12px;
	padding-right:2%;
	padding-left:3%;
	}	
	
.slide4{
	 overflow:hidden;
	 /*width:auto;
	 height:auto;*/
	  }
	  
.slide4 img{
	float:left;
	width:43%;
	height:43%;
	margin-left:0;
	margin-right:2%;
	padding-top:0;
	padding-bottom:2.5%;
	}
	
.slide4 h1{
	display:inline;
	float:left;
	text-align:left;
	width:55%;
	color:#8fca3c;
	font-family:verdana, helvetica, sans-serif;
	font-size:16px;
	margin-top:7%;
	padding-right:0;
	padding-left:3%;
	}
	
.slide4 h2{
	display:inline;
	float:left;
	text-align:left;
	width:55%;
	color:#666666;
	font-family:verdana, helvetica, sans-serif;
	font-size:100%;
	margin-top:-12px;
	padding-right:2%;
	padding-left:3%;
	}	

.promo-content-container{
	/*border-left:none;
	border-right:none;*/
	padding-top:0;
	background-color:#FFF;
	}

.promo-content{
	float:none;
	width:100%;
	margin-right:0;	
	}
	
.promo-content p{
	background-color:#FFF;	
	height:130px;
	margin-top:-16px;
	}
	
/*text starts*/	
.promo-content3{
	float:none;
	width:100%;
	margin-right:0;
	height:280px;
	padding-bottom:5%;
	}
	
.promo-content3 p{	
	background-color:#FFF;	
	height:130px;
	margin-top:-16px;
	}	
/*test ends*/	
	
.promo-content:last-child{
	margin-right:0;
	}
	
/*.main-content-container{
	padding-bottom:4%;
	}*/	
	
	
.left-col{
	float: none;
	width: 100%;
	padding-top:40px;
	padding-left:1%;
	padding-top:60px;
	}
	
.left-col ul li{	
	padding-left: 3px;	
	}
	
.right-col{
	float: none;
	width: 100%;
	padding-left: 3px;
	padding-right: 4px;
	}	
	
.pageNav{
	text-align:center;
	font-size: 16.5px;
	padding-right:7px;
	padding-top:0;
	/*padding-top:0;*/
	}

.prev{
	width:55px;
	height:24px;
	background-color:#8fca3c;
	position:relative;
	text-transform:uppercase;
	padding: 4px 8px;
	vertical-align:bottom;
	float:left;
	margin-left:5%;
	}
	
.next{
	width:55px;
	height:24px;
	background-color:#8fca3c;
	position:relative;
	text-transform:uppercase;
	padding: 4px 0 4px 12px;	
	vertical-align:bottom;
	float:right;
	margin-right:5%;
	}

/*.pageNav a {
	background-color: #8fca3c;
	padding:3%;
	color: #535353;
	width:100px;
	height:65px;
	border-radius:10%;
	margin: 0 16%;
	}

	
.pageNav a:hover {
	color: #E8FCE4;	
	}*/
	
footer{
	padding: 1% 0;
	}	

.footer-column-container{
	padding-left: 0;
	}	
	
	
.footer-col{
	float:none;
	width:100%;	
	}
	
.footer-col h3{
	text-align:center;
	}	
	
.footer-col ul li{
	text-align:center;
	}
	
.footer-col ul li i{
	font-size:45px;
	}
	
.footer-col:last-child ul li{
	margin-right:0;
	display:block;
	}
	
/*.my-login-form{
	width:238px;
	margin-left:auto;
	margin-right:auto;
	margin-top:2%;
	border:solid thin #666;
	padding:0 2% 0 6%;	
	}	*/

/*Login form*/
/*#clients{
	background-color:red;
	width:214px;
	width:69.35%;
	margin:0 auto;
	border:solid thin #666;
	padding:0 2% 5% 2%;	
	}*/
	
/*Request A Quote Form*/
.request-quote{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:2%;
	margin-bottom:1%;
	border:solid thin #ccc;
	padding-left: 10px;	
	padding-left: 10px;
	overflow:hidden;
	padding-bottom:1%;
	float:none;
	}
	
.areacode{
	overflow:hidden;
	width:30%;
	float:left;
	margin-right:2%;
	}


.phone	{
	overflow:hidden;
	width:100%;
	float:left;
	margin-right:0;
	}
	
/*FORM GENERIC STYLES BEGIN*/
.contestant-gender, .over-weight-range, .stats, .job, .form-field{
	width:100%;
	float:none;
	display:block;
	padding-left:0;
	}

.gender, .weightRange, .partner-weightRange, .partner-gender {
	width:100%;
	float:none;
	display:inline-block;
	height:auto;
	}
	
.other-source-of-info{
	margin-top:3%;
	}
	
.radio-button-style{
	width:100%;
	float:none;
	display:block;
	}
	

	
.contestant-application-form .form-subtitles, .contest-info{
	width:100%;
	float:none;
	display:inline-block;
	/*height:auto;*/
	}	

.fitness-application-form, .contestant-application-form, .couples-application-form, .av-application-form, .visiter-feedback{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:2%;
	margin-bottom:1%;
	border:solid thin #ccc;
	padding-left: 10px;	
	padding-left: 10px;
	overflow:hidden;
	padding-bottom:1%;
	float:none;
	}
	
/*.form-field{
	overflow:hidden;
	width:100%;
	float:left;
	margin-right:0;
	margin-bottom:2%;
	}	*/
	
/*FORM GENERIC STYLES END*/		
	
/*footer{
	background-color:#c4c4c4;
	}*/
	
	}
	
	
/*Tablet: Portrait Styles*/
@media (min-width:481px) and (max-width:920px){
body{
	width:100%;
	padding:1px;/*Responsive Menu (slide in/out) Set max-width for body tag*/
	}	
	
.clients ul li{
	text-align:left;
	padding-left:103px;
	}
	
.masthead{
	overflow:hidden;
	width:100%;
	}
	
.logo{
	width:50%;
	float:left;
	}

.logo img{	
	margin-left:75%;
	}
	
.clients{
	width:40%;
	float:left;
	}
	
.clients ul li{
	padding-left:0;
	text-align:right;
	}

/*.promo .login{
	position:absolute;
	top:13px;
	right:57px;
	z-index:5;
	}*/

nav{
	position:fixed;
	margin:auto;
	top:96px;
	max-width:480px;
	width:auto;
	left:-325px;
	z-index:3;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	padding:0;/*temp*/
	}
	
.clicked nav{/*bring menu back when button is clicked*/
	left:0;
	transition: all 0.8s;/*display the menu in 0.8s*/
	-webkit-transition: all 0.8s;
	}	

.mobile-menu-btn{/*show the mobile menu button that is hidden for large browsers*/
	display:block;
	position: absolute; /*keep the menu at the top in one place*/
	top: 31px;
	left:6.5px;
	font-size:25px;
	color:#7A7A7A;
	background:#8fca3c;
	width:40px;/*define the size of the box/button*/
	height:40px;/*define the size of the box/button*/
	text-align:center;
	padding-top:5px;/*was set to 8px in class demo*/
	cursor:pointer;
	transition:all 0.4s;/*time for transition rotation*/
}

.clicked .mobile-menu-btn{
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	}		
	
nav ul{
	padding-left:2px;
	width:300px;
	}
	
nav ul li{
	display: block;
	width: 100%;
	margin-right: 10px;
	/*margin-bottom: 10px;*/
	padding-left: 0;
	border-top: solid thin gray;/*temp*/
	padding:0;/*temp*/
	}
	
nav ul .drop-down-menu a i{/*Display arrow to indicate drop-down sub menu on table screens*/
	display:inline-block;
	font-size:13px;
	position:absolute;
	right:12px;
	}	
	
nav ul li:hover{
	background-color: #7EB83;
	}
	
nav ul li a{
	display:block;
	width:100%;
	padding:10px 0;/*add padding around links first row to help format layout of drop-down menu times */
	}
	
nav ul li a:hover{
	color: #FFF0AA;
	padding:10px 0;/*add padding around links first row to help format layout of drop-down menu times */
	}	


/*test for clickable mobile menu beings*/

nav li ul{/*drop down starts*/
	color: #4F4F4F;
	font-size: 15px;
	/*padding: 0 5px;*/
	padding:0;/*test*/
	height: 0;
	position:static;
	top: 28px;
	width: 100%;
	z-index:5;
	margin-left: 0;
	/*color:#333;*/
	text-transform: none;
	overflow: hidden;
	display:block;
	/*background-color: #D1EAB0;*/
	/*background: rgb(76, 67, 65);*/
	background: rgb(76, 67, 65);
	transition: all 0.8s;
	color: #D7ECB9;
	/*transition:max-height 0.9s ease;*/
	/*transition: all 0.8s;*/
	}	
	
nav li:hover ul::after{
	content:"";
	position:absolute;
	/*bottom:-7px;*/
	top:40px;
	border-bottom:-30px;
	left:50%;
	margin-left:-37px;
	/* border-right:1px solid #68DAF2;*/
	border-right:7px solid transparent;
	border-left:7px solid transparent;
	/*border-top:30px solid #68DAF2;*/
	/*border-top:30px solid #FAAC1D;*/
	border-top:6px solid #8fca3c;
	/*border-bottom:15px solid transparent;*/
	z-index:0;
	/*border-top:solid thick red;*/
	}	
	
	
nav li:hover ul{/*turn off hover effect on drop-down menu*/
	height:0;	
	transition: all 0.8s;
	}		

.drop nav li:hover ul{
	/*height:100px;*/
	height:100%;
	/*padding-right:5px;*/
	/*padding-top:5px;*/
	padding-top:0;
	z-index:5;
	transition: all 0.8s;	
	}

/*test for clickable mobile menu end*/



	
	

.welcome{
	 overflow:hidden;
	 /*width:auto;
	 height:auto;*/
	  }
	  
.welcome img{
	float:left;
	width:43%;
	height:43%;
	margin-left:3%;
	margin-right:2%;
	padding-top:2%;
	padding-bottom:2.5%;
	}
	
.welcome h1{
	display:inline;
	float:left;
	text-align:left;
	width:51%;
	color:#8fca3c;
	font-family:verdana, helvetica, sans-serif;
	font-size:17.5px;
	margin-top:2%;
	padding-right:0;
	padding-left:5%;
	}
	
.welcome h2{
	display:inline;
	float:left;
	text-align:left;
	width:51%;
	color:#666666;
	font-family:verdana, helvetica, sans-serif;
	font-size:17.5px;
	margin-top:-12px;
	padding-right:2%;
	padding-left:5%;
	}
/*welcome slides end*/	
	
.slide1{
	 overflow:hidden;
	 /*width:auto;
	 height:auto;*/
	  }
	  
.slide1 img{
	float:left;
	width:43%;
	height:43%;
	margin-left:3%;
	margin-right:2%;
	padding-top:2%;
	padding-bottom:2.5%;
	}
	
.slide1 h1{
	display:inline;
	float:left;
	text-align:left;
	width:51%;
	color:#8fca3c;
	font-family:verdana, helvetica, sans-serif;
	font-size:17.5px;
	margin-top:7%;
	padding-right:0;
	padding-left:5%;
	}
	
.slide1 h2{
	display:inline;
	float:left;
	text-align:left;
	width:51%;
	color:#666666;
	font-family:verdana, helvetica, sans-serif;
	font-size:17.5px;
	margin-top:-12px;
	padding-right:2%;
	padding-left:5%;
	}	
	
/*slide 1 ends*/	
	
.slide2{
	 overflow:hidden;
	 /*width:auto;
	 height:auto;*/
	  }
	  
.slide2 img{
	float:left;
	width:43%;
	height:43%;
	margin-left:3%;
	margin-right:2%;
	padding-top:2%;
	padding-bottom:2.5%;
	}
	
.slide2 h1{
	display:inline;
	float:left;
	text-align:left;
	width:51%;
	color:#8fca3c;
	font-family:verdana, helvetica, sans-serif;
	font-size:17.5px;
	margin-top:4%;
	padding-right:0;
	padding-left:5%;
	}
	
.slide2 h2{
	display:inline;
	float:left;
	text-align:left;
	width:51%;
	color:#666666;
	font-family:verdana, helvetica, sans-serif;
	font-size:17.5px;
	margin-top:-12px;
	padding-right:2%;
	padding-left:5%;
	}	
	  
	  /*slide 2 ends*/
.slide3 img{
	float:left;
	width:43%;
	height:43%;
	margin-left:3%;
	margin-right:2%;
	padding-top:2%;
	padding-bottom:2.5%;
	}
	
.slide3 h1{
	display:inline;
	float:left;
	text-align:left;
	width:51%;
	color:#8fca3c;
	font-family:verdana, helvetica, sans-serif;
	font-size:17.5px;
	margin-top:4%;
	padding-right:0;
	padding-left:5%;
	}
	
.slide3 h2{
	display:inline;
	float:left;
	text-align:left;
	width:51%;
	color:#666666;
	font-family:verdana, helvetica, sans-serif;
	font-size:17.5px;
	margin-top:-12px;
	padding-right:2%;
	padding-left:5%;
	}	
	/*slide 3 ends*/
.slide4{
	 overflow:hidden;
	 /*width:auto;
	 height:auto;*/
	  }
	  
.slide4 img{
	float:left;
	width:43%;
	height:43%;
	margin-left:3%;
	margin-right:2%;
	padding-top:0;
	padding-bottom:2.5%;
	}
	
.slide4 h1{
	display:inline;
	float:left;
	text-align:left;
	width:51%;
	color:#8fca3c;
	font-family:verdana, helvetica, sans-serif;
	font-size:17.5px;
	margin-top:7%;
	padding-right:0;
	padding-left:5%;
	}
	
.slide4 h2{
	display:inline;
	float:left;
	text-align:left;
	width:51%;
	color:#666666;
	font-family:verdana, helvetica, sans-serif;
	font-size:17.5px;
	margin-top:-12px;
	padding-right:2%;
	padding-left:5%;
	}		
	
.promo-content-container{
	/*border-left:none;
	border-right:none;*/
	padding-top:0;
	/*background-color:#FFF;*/
	}
	
	
/*text starts*/	
.promo-content3{
	float:left;
	width:30.6%;
	margin-right:0;
	}
	
.promo-content3 p{	
	background-color:#FFF;	
	height:253px;
	margin-top:-16px;
	}	
/*test ends*/	


.promo-content p{
	background-color:#FFF;	
	height:253px;
	margin-top:-16px;
	}
	
.main-content-container{
	padding-bottom:4%;
	}

.left-col{
	float: right;
	width: 30%;
	padding-top:40px;
	margin-top:5%;
	}
	
.right-col{
	float: left;
	width: 65%;
	padding-left: 1%;
	padding-right: 0;
	}


/*Responsive page nav buttons begins*/	
.pageNav{
	text-align:right;
	font-size: 16.5px;
	padding-right:7px;
	padding-top:0;
	margin-bottom:7%;
	/*padding-top:0;*/
	}

.prev{
	width:55px;
	height:24px;
	background-color:#8fca3c;
	position:relative;
	text-transform:uppercase;
	padding: 4px 8px;
	vertical-align:bottom;
	float:left;
	margin-left:5%;
	}
	
.next{
	width:55px;
	height:24px;
	background-color:#8fca3c;
	position:relative;
	text-transform:uppercase;
	padding: 4px 0 4px 12px;	
	vertical-align:bottom;
	float:right;
	margin-right:5%;
	}


/*.pageNav a {
	background-color: #8fca3c;
	padding:3%;
	color: #535353;
	width:100px;
	height:65px;
	border-radius:10%;
	margin: 0 1%;
	}
	
.pageNav a:hover {
	color: #E8FCE4;	
	}*/		
/*Responsive page nav buttons ends*/	
	
	
footer {
	padding:1% 0;
	}

.footer-col ul li i{
	font-size:35px;
	}

.footer-col:last-child ul li{
	margin-right:0;
	display:inline-block;
	padding-right:5px;
	font-size:40px;
	}
	
/*Request A Quote Form*/
.request-quote{
	width:400px;
	margin-left:auto;
	margin-right:auto;
	margin-top:2%;
	border:solid thin #ccc;
	padding:0 10px;	
	overflow:hidden;
	padding-bottom:1%;
	}	
	
/*FORM GENERIC STYLES BEGIN*/

.fitness-application-form, .contestant-application-form, .couples-application-form, .av-application-form{
	width:400px;
	margin-left:auto;
	margin-right:auto;
	margin-top:2%;
	border:solid thin #ccc;
	padding:0 10px;	
	overflow:hidden;
	padding-bottom:1%;
	}
	
/*FORM GENERIC STYLES END*/	
	
/*Login form*/

/*.my-login-form{
	width:240px;
	margin-left:auto;
	margin-right:auto;
	margin-top:2%;
	border:solid thin #666;
	padding:0 3.5% 0 3.5%;	
	}*/

/*#clients{
	background-color:red;
	width:222px;
	width:45%;
	margin:0 auto;
	border:solid thin #666;
	padding:0 2% 5% 2%;	
	}*/
	
/*.footer-col:last-child ul li I{
	font-size:30px;
	}*/	
	
}