/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
@font-face {
    font-family: 'ambleregular';
    src:url(../fonts/Amble-Regular-webfont.ttf) format('truetype');
}

p2{
	font-size:22px;
	text-align:center;
	color:white;
	 padding-left: 25px ;
	 padding-right: 25px ;
	font-weight:bold;
	line-height: 1.7em;
	font-family: Verdana, Times, Arial, Helvetica, sans-serif;
	background:#FF4116;
	border: 1px solid black;
	box-shadow: 5px 5px 5px #999999;
}

p3{
	font-size:18px;
	text-align:center;
	color:white;
	 padding-left: 25px ;
	 padding-right: 25px ;
	font-weight:bold;
	line-height: 1.7em;
	font-family: Verdana, Times, Arial, Helvetica, sans-serif;
	background: #FA8072;
	border: 1px solid black;
	box-shadow: 5px 5px 5px #999999;
}



A.footer:link    {font-family: Verdana, Arial,Helvetica, sans-serif;
	font-size:15px;
	width:100%;
	color: #FFFFFF; 
	text-decoration:none;
	font-style:normal;
	font-weight:bold;
}

A.footer:hover   {font-family: Verdana,Arial,Helvetica, sans-serif;
	color:#ffffff; 
	text-decoration:underline;
	
}

A.type1:link    {font-family: Verdana, Arial,Helvetica, sans-serif;
	font-size:30px;
	color: #FFFFFF; 
	text-decoration:none;
	font-style:normal;
	font-weight:bold;
}
A.type1:hover   {font-family: Verdana,Arial,Helvetica, sans-serif;
	color:#ffffff; 
	text-decoration:underline;
	font-style:normal;
	font-weight:bold;
}

A.type3:link    {font-family: Verdana, Arial,Helvetica, sans-serif;
	font-size:15px;
	color: #FFFFFF; 
	text-decoration:none;
	font-style:normal;
	font-weight:bold;
}
A.type3:hover   {font-family: Verdana,Arial,Helvetica, sans-serif;
	color:#ffffff; 
	text-decoration:underline;
	font-style:normal;
	font-weight:bold;
}

A.type2:link    {font-family: Verdana, times,  Arial,Helvetica, sans-serif;

	font-size: 17px;
	color:#F90408; 
	text-decoration:none;
	font-style:normal;
	font-weight:bold;
	
}

A.type2:hover   {font-family: Verdana, times, Arial,Helvetica, sans-serif;
	color:#FFFFFF; 
	font-size: 17px;
	text-decoration:underline;
	font-style:normal;
	font-weight:bold;
	text-shadow: 1px 1px 2px #888;
}
.wrap{
	width:70%;
	margin:0 auto;
	position:relative;
	
}

.wrap1{
	width:80%;
	margin:0 auto;
	position:relative;
	
}

.wrap2{
	width:95%;
	margin:0 auto;
	position:relative;
	
}
.wrap3{
	width:100%;
	margin:0 auto;
	
}


div.absolute{
    position: absolute;
    bottom: 0px;
    right: 0;
    
}

.img-circle{
	border-radius:50%;
}
.iframe {
	float: left;
	padding: 10px;
	
}
.para2{
	text-align:justify;
}
.col1{
	height: auto;
	padding: 20px;
	background: #e5f2ff;
	text-align:center;
	font-size:.95em;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
}
.col2 {
	padding-left: 20px;
}
#para1{
	background: #fff;
	color: red;
	border-top: 1px solid #C8C8C8;
	padding-left: 0px;
	padding-right: 0px; 
	border-bottom: 1px solid #ECECEC;
	padding:3% 10;
}
.img-responsive{
width:100%;
	margin-left:0px;
}

.para3{
	margin-left: 0px;
	font-size: 20px;
	padding-left: 0px; 
	
}


.dropdown{
	float:none;
	position: fixed;
	list-style: none;
	text-transform: uppercase;
}
	
.dropdown ul{
	background-color: white;
	font-weight:bold;
	float:none;
	border: 1px solid black;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 5px 5px 5px #999999;
}

.dropdown ul li a{
	background-color:;
	font-size:14px;
	font-weight:bold;
	float:none;
	
}
.dropdown li a:hover{
	background-color:#2B5467;
	font-size:14px;
	COLOR:white;
	font-weight:bold;
	float:none;
	
}
.header2{
	height: 110px;
	 position:fixed;
	 width: auto;
	 margin:auto;
	 left:0;
    right:0;
	 z-index:1;
	background-color: #000000;
	 background-image:-moz-linear-gradient(top, #000000 92%, #be272a  2%);
 background-image:-webkit-linear-gradient(top, #000000 92%, #be272a 2%);
 background-image:-ms-linear-gradient(top, #000000 92%, #be272a  2%);
 background-image:linear-gradient(top, #000000 92%,%, #be272a 1%);
 background-image:-o-linear-gradient(top, #000000 92%, #be272a 1%);
background-image:-webkit-gradient(linear, right top, right bottom, color-stop(92%,#be272a ), color-stop(2%,#000000)); border-bottom: 5px solid green;
 }


.header{
 height: 96px;
 background-image:-moz-linear-gradient(top, #003300 1%, #F39766 92%);
 background-image:-webkit-LINEAR-GRADIENT(top, #003300 1%, #f39766 92%);
 background-image:-ms-linear-gradient(top, #003300 1%, #f39766 92%);
 background-image:linear-gradient(top, #003300 1%, #f39766 92%);
 background-image:-o-linear-gradient(top, #003300 1%, #f39766 92%);
 background-image:-webkit-gradient(linear, right top, right bottom, color-stop(1%,#003300), color-stop(92%,#f39766));
 }

.header3{
 height: 110px;
 position:fixed;
  background-image:-moz-linear-gradient(top, #1f3945 1%, #4792b5 92%);
 background-image:-webkit-linear-gradient(top, #1f3945 1%, #4792b5 92%);
 background-image:-ms-linear-gradient(top, #1f3945 1%, #4792b5 92%);
 background-image:linear-gradient(top, #1f3945 1%, #4792b5 92%);
 background-image:-o-linear-gradient(top, #1f3945 1%, #4792b5 92%);
background-image:-webkit-gradient(linear, right top, right bottom, color-stop(1%,#1f3945), color-stop(92%,#4792b5));
	border-bottom: 3px solid red;
 }

.header4{
height: 100px;
position:fixed;
width: auto;
 background-image:-moz-linear-gradient(top, #000000 92%, #be272a  2%);
 background-image:-webkit-linear-gradient(top, #000000 92%, #be272a 2%);
 background-image:-ms-linear-gradient(top, #000000 92%, #be272a  2%);
 background-image:linear-gradient(top, #000000 92%,%, #be272a 1%);
 background-image:-o-linear-gradient(top, #000000 92%, #be272a 1%);
background-image:-webkit-gradient(linear, right top, right bottom, color-stop(92%,#be272a ), color-stop(2%,#000000)); border-bottom: 5px solid green;
 }

#roundcorners4 
{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 5px 5px 5px #666666;
} 

#roundcorners3
{	border:2px solid white;
	border-radius: 10px;
	box-shadow:  0 0 15px  #666;
	-moz-box-shadow: 0 0 15px  #666;
	-webkit-box-shadow: 0 0 15px  #666;
	-o-box-shadow: 0 0 15px  #666;
}

#footer {
    background-color:#000;
    min-height: 60px;
	width:auto;
    color:white;
	font-size: 18px;
	font-weight:bold;
   padding:5px;	
} 
.box{
padding: 15px;
color:E2437A;
font-weight: 700;
text-align: center;
border: 1px solid red;
margin: 0px;
background: #e6ffe6;
-webkit-box-shadow: 5px 5px 5px 5px gray;
-moz-box-shadow: 5px  5px 5px 5px gray;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.box2{
padding-right: 10px;
height:90px;
color:#334D00;
font-weight: 700;
text-align: center;
margin: 0px;
background: #DAEAF1;
border: 1px solid red;
-webkit-box-shadow: 5px 5px 5px 5px gray;
-moz-box-shadow: 5px  5px 5px 5px gray;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}	

.box3{
padding: 8px;
height:50px;
width: 50%;
font-weight: 700;
text-align: center;
margin: 0px;
background: black;
border: 1px solid red;
-webkit-box-shadow: 5px 5px 5px 5px gray;
-moz-box-shadow: 5px  5px 5px 5px gray;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}	
.ats{
padding: 15px;
color:white;
font-size: .95em;
font-weight: 700;
text-align: center;
font-family: verdana;
border: 1px solid black;
margin: 10px;
-webkit-box-shadow: 5px 5px 5px 5px gray;
-moz-box-shadow: 5px  5px 5px 5px gray;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.ats2{
padding: 15px;
color:black;
font-size: .75em;
font-weight: 400;
text-align: left;
font-family: verdana;
border: 1px solid black;
margin: 10px;
background:#eaeaea;
-webkit-box-shadow: 5px 5px 5px 5px gray;
-moz-box-shadow: 5px  5px 5px 5px gray;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#rochelle
{
background-color:#E1E1E1;
color: navy;
border:1px solid black;
border-radius:10px;
-moz-border-radius:15px;
-moz-box-shadow: 5px 5px 5px #888888; /* Firefox 3.6 and earlier */
box-shadow: 5px 5px 5px #888888;
}
#roundcorners5 
{
border: 2px solid white;
border-radius: 10px;
background:black ;
font: bold 150% verdana;
color: white; /*heading color*/
padding: 5px;
background:;
}
h1 {
    font-size: 2.5em; /* 40px/16=2.5em */
}

h2 {
    font-size: 1.875em;
    text-shadow: 1px 1px 2px #888;	/* 30px/16=1.875em */
}

h3 {
	font-size: 1.6em;
	text-shadow: 1px 1px 2px #888;
}

h4r {
	font-size: 20px;
	color:red;
	font-weight:bold;
	margin: 10%;
	text-shadow: 1px 1px 2px #888;
	
	}

h4 {
	font-size: 1.3em;
	color:black;
	text-shadow: 1px 1px 2px #888;

}

h5 {
	font-size: .875em;
	
}
img {
    float: right;
    margin: 0px 15px 15px 20px;
}
.navbar {
	background: #333;
}

.col-sm-2 img{
	display:block;
	font-size: 1.25em;
	border: 1px solid red;
	color: black;
	padding: 10px;	
}


.col-md-3{
	display:block;
	padding: 15px;
		
}

.videoWrapper {
	position: relative;
	padding-bottom: 53.00%; /* 16:9 */
	padding-top: 10px;
	padding-right: 30px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#roundcorners-trl 
{
padding: px;
background: ;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}



.dvhdr {
            background:#F3F0E7;
            font-family:arial;
            font-size:12px;
            font-weight:bold;
            border:1px solid #C8BA92;
            padding:5px;
            width:200px;
         }
         .dvbdy{
            font-family:verdana, arial;
            font-weight: ;
			line-height: 1.2em;
            color: #FFFFFF;
            background: #000000;
            font-size:10px;
            border-radius: 5px;
            opacity:1.0;
  			filter:alpha(opacity=100); 
            border:1px solid yellow;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            padding:5px;
            width:250px;        
	}
	.dvbdy2{
            font-family:verdana, arial;
            font-weight: ;
			line-height: 1.2em;
            color: #FFFFFF;
            background: #000000;
            font-size:10px;
            border-radius: 5px;
            opacity:1.0;
  			filter:alpha(opacity=100); 
            border:1px solid yellow;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            padding:5px;
            width:150px;        
	}
.more {
	padding-top:2%;
}
.btn.btn-primary {
	width: 200px;
	height: 35px;
	box-shadow: none;
	background: none;
	position: relative;
	display: inline-block;
	padding:8px 20px;
	font: 18px verdana, Arial,Helvetica,sans-serif;	
	color: #FFF;
	font-weight:bold;
	border: none;
	background-color: #E2437A;
	background-image: -moz-linear-gradient(top,#203c48,#000000);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#203c48),to(#000000));
	background-image: -webkit-linear-gradient(top,#203c48,#000000);
	background-image: -o-linear-gradient(top,#203c48,#000000);
	background-image: linear-gradient(to bottom,#203c48,#000000);
	background-repeat: repeat-x;
	letter-spacing: 0;
	text-transform: uppercase;
	text-shadow: none;
	text-decoration: none!important;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.btn.btn-primary2 {
	width: 200px;
	height: 38px;
	box-shadow: none;
	background: none;
	position: relative;
	display: inline-block;
	padding:8px 15px;
	margin-left: -10px;
	font: 12px verdana Arial,Helvetica,sans-serif;	
	color: #FFF;
	font-weight: bold;
	border:;
	background-color: #FF0000;
	background-image: -moz-linear-gradient(top,#FF0000,#000000);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#FF0000),to(#000000));
	background-image: -webkit-linear-gradient(top,#FF0000,#000000);
	background-image: -o-linear-gradient(top,#FF0000,#000000);
	background-image: linear-gradient(to bottom,#FF0000,#000000);
	background-repeat: repeat-x;
	letter-spacing: 0;
	text-transform: uppercase;
	text-shadow: none;
	text-decoration: none!important;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn.btn-primary3 {
	width: 200px;
	height: 38px;
	box-shadow: none;
	background: none;
	position: right;
	display: inline-block;
	padding:8px 20px;
	font: 12px verdana,Arial,Helvetica,sans-serif;	
	font-weight:bold;
	color: #FFF;
	border: none;
	background-color: #E2437A;
	background-image: -moz-linear-gradient(top,#203c48,#4792b5);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#203c48),to(#4792b5));
	background-image: -webkit-linear-gradient(top,#203c48,#4792b5);
	background-image: -o-linear-gradient(top,#203c48,#4792b5);
	background-image: linear-gradient(to bottom,#203c48,#4792b5);
	background-repeat: repeat-x;
	letter-spacing: 0;
	text-transform: uppercase;
	text-shadow: none;
	text-decoration: none!important;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn.btn-primary4 {
	width: 220px;
	height: 35px;
	box-shadow: none;
	background: none;
	position: relative;
	display: inline-block;
	padding:8px 20px;
	font: 12px verdana, Arial,Helvetica,sans-serif;	
	color: #FFF;
	font-weight:bold;
	border: none;
	background-color: #E2437A;
	background-image: -moz-linear-gradient(top,#203c48,#4792b5);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#203c48),to(#4792b5));
	background-image: -webkit-linear-gradient(top,#203c48,#4792b5);
	background-image: -o-linear-gradient(top,#203c48,#4792b5);
	background-image: linear-gradient(to bottom,#203c48,#4792b5);
	background-repeat: repeat-x;
	letter-spacing: 0;
	text-transform: uppercase;
	text-shadow: none;
	text-decoration: none!important;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.btn.btn-primary4:hover{
	background:#333;
	font-weight: bold;
	color:red;
}
.btn.btn-primary:hover{
	background:#333;
	font-weight: bold;
	color:red;
}
.btn.btn-primary3:hover{
	background:#fof;
}


.btn.btn-default:hover{
	background:#333;
	color:white;
	font-weight: bold;
}	
.jumbotron{
	height: 80px;
	padding: 25px 10px;
	text-align:center;
	background: #DAEAF1;
	box-shadow: 5px 5px 5px #999;
}
.jumbotron2{
	height: 120px;
	color:white;
	text-align:center;
	background: #0000ff;
	box-shadow: 5px 5px 5px #999;
}

.jumbotron h1{
	font-size: 3.0em;
	font-weight: bold;
	text-shadow: 2px 2px 4px #000000;
	color: white;
}
.jumbotron h2{
	
	font-size: 1.70em;
	text-transform: capitalize;
	text-shadow: 1px 1px 2px #000000;
	color: #fff;
}
.jumbotron h3{
	padding-top: 0px;
	font-size: 1.45em;
	font-style:;
	color: #1f3945;
}
.jumbotron h4{
	height: 130px;
	padding-top: 0px;
	font-size: 1.20em;
	font-style:;
	color:#1f3945;
}
.vertical-center {
  height:100%;
  width:100%;
  
}

.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: underline;
	padding: 0;
	font-family: 'ambleregular';
	font-size: 13px;
	color: #11B7F2;
	text-transform: uppercase;
	text-decoration: underline;
	border: none;
	letter-spacing: 0;
	text-shadow: none;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;	
}
.btn1:hover {
	text-decoration:none;
}
#footer {
	font-size: 15px;	
} 

/*--footer--*/
.footer3 {
	font-size: 1.00em;
	font-style: italic;
	text-align:center;
	color: #fff;
	float:none;
}
.footer2 {
	z-index: 50;
	font-size: .80em;
	font-style: italic;
	padding:.5% 0;
	color: #ff4116;
	
}
.footer1 {
	float:left;
	
   
        }
}