
body{
	overflow:auto;
}

/* #Site Styles
================================================== */

#site{
	
}

sup {
	vertical-align: super;
	font-size: 60%;
}

.tc{
	text-align:center;
}


/* #Header
================================================== */

.header{
	padding:20px 0;
	background:#000;
	background:rgba(0, 0, 0, .7);
	
	width:100%;

	position:fixed;
	top:0;
	z-index:9999;
	
}



.logo{
	position:relative;
}







.nav{
	float:left;
	margin:0;
}

.nav.right{
	float:right;
}

.nav li{
	display:inline;
	float:left;
	font-family:"OpenSansRegular";
	margin:0 30px 0 0;
}

.nav.right li{
	margin:0 0 0 12px;
	font-size:13px;
	/* text-transform:uppercase;	 */	
}






.nav li a{
	color:#fff;
	padding:10px 8px;
	line-height:60px;
	
	background:url(../images/nav-bg.jpg) center -90px no-repeat;
	
	transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
}

.nav li a strong{
	text-transform:uppercase;
	font-family: 'OpenSansSemiBold';
}

.nav li a:hover{
	color:#fff;
	/* background:#5a2e80; */
	/* background:rgba(90, 46, 128, .6); */
	background:url(../images/nav-bg.jpg) center center no-repeat;
}

.nav li a.active{
	color:#fff;
}








/* mobil nav */


a.toggleMenu, a.toggleMenu:hover{
	width:30px;
	height:30px;
	color:#fff;
	background:url(../images/menu-icon.png) center center no-repeat;
	background-color:#d2232a; 
	font-family: "OpenSansRegular";
	font-size:13px;
	
	position:absolute;
	right:0px;
	top:15px;
	
	display:none;
}



.mobilenav {
	width:250px;
    list-style: none;
     *zoom: 1;
     background:#000;
	 float:right;
}
.mobilenav:before,
.mobilenav:after {
    content: " "; 
    display: table; 
}
.mobilenav:after {
    clear: both;
}
.mobilenav ul {
    list-style: none;
    display: block;
        width: 100%;
	margin:0px;
	padding:0px;
}


	
.mobilenav a {
    padding: 15px 15px;
    color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}

.mobilenav a:hover {
    color:#fff;
	background:#d2232a;
}




.mobilenav a strong{
	text-transform:uppercase;
	font-family: 'OpenSansSemiBold';
}

.mobilenav li {
    position: relative;
	margin:0px;
	padding:0px;
}


.mobilenav li {
    border-top: 1px solid #222; 
	font-size:13px;
	font-family:"OpenSansRegular";
}
.mobilenav .parent {
    background-image: url("../images/downArrow.png");
    background-repeat: no-repeat;
   background-position: 96% 50%;
}
.mobilenav > li > a {
    display: block;
}
.mobilenav li ul, .mobilenav li ul li ul {
	display:none;
}

.mobilenav li li a {
    display: block;
    position: relative;
	padding-left:15px;
    z-index:100;
}
.mobilenav li li li a {
	display: block;
	padding-left:30px;
    z-index:200;
}


	
.onmobile{
	display:none;
	
	width:100%;
	position:fixed;
	z-index:99999;
	
	top:80px;
	
}


.fixednav{
	width:100%;
	position:fixed;
	top:190px;
	z-index:1;
}


.fixednav li{
	margin:0 0 2px 0;
	width:100%;
	float:left;
}


.fixednav li a{
	line-height:normal;
	background:url(../images/nav-bg.jpg) center -90px no-repeat rgba(0, 0, 0, .5);
	text-transform:uppercase;
	display:block;
}




/* #Content 
================================================== */

.home {
	width: 100%;
	position: relative;
}




.content{
	position:relative;
	padding:190px 0 40px 0;
}

.content .container12{
	
}

.content .pattern{
	width:100%;
	height:100%;
	position:absolute;
	z-index:0;
	left:0px;
	top:0px;
	background: transparent url(../images/pattern.png) repeat top left;
	
	display:none;
}

.content.p1{
	background: url(../images/page2.jpg) center center no-repeat #222;
	background-size: cover;
}


.content.p2{
	background: url(../images/page1.jpg) center center no-repeat #222;
	background-size: cover;
}

.content.p3{
	background: url(../images/page3.jpg) center center no-repeat #222;
	background-size: cover;
}


.content.p4{
	background: url(../images/page4.jpg) center center no-repeat #222;
	background-size: cover;
}


.content.p5{
	background: url(../images/page4.jpg) center center no-repeat #222;
	background-size: cover;
}

.content.p6{
	background: url(../images/page4.jpg) center center no-repeat #222;
	background-size: cover;
}

.content.fixedbg{
	background-attachment:fixed;
}

.content .main{
	padding:40px 60px 20px 60px;
	
	position:relative;
	
	
	z-index:9990;
	
	background:#000;
	background:rgba(0, 0, 0, .85);
	
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.2);
	box-shadow:  0px 0px 5px rgba(0,0,0,.2);
	
}




.content .main h2 strong{
	text-transform:uppercase;
	font-family: 'OpenSansRegular';
}

.content .main ul{
	list-style-type:square;
	padding:0;
	margin: 0 0 20px 30px;
}

.content .main ul li{
	padding:0;
	margin: 0 0 5px 0;
}

.content .nextpage{
	margin-top:20px;
	text-align:center;
}


.content .nextpage a{
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	display:inline-block;
	margin:0 10px;
}

.content .nextpage i{
	color:#fff;
}

.content .nextpage .next{
	color:#d2232a;
}


ul.list-menu{
	margin:20px 0 40px 60px !important;
	max-width:400px;
	list-style-type:square;
	list-style-position:inside;
}

ul.list-menu li{
	margin:0px;
	padding:10px 0;
	width:auto;
	border-bottom:1px solid #fff;
}

ul.list-menu li a{
	color:#fff;
	text-transform:uppercase;
}

ul.list-menu li a:hover{
	color:#d2232a;
}



.content blockquote {
	text-align: center;
	line-height: 20px;
	color: #8b8b8b;
	padding: 0;
	border:0px none;
	margin:120px 0 20px 0;
}

.content blockquote p{
	margin: 0 auto;
	position: relative;
}

.content blockquote p:after {
	color: #b79665;
	font-family: "Bookman Old Style", Bookman, Garamond, serif;
	line-height: 60px;
	width: 75px;
	height: 75px;
	font-size: 180px;
	z-index: 1;
	position:absolute;
	left: 0px;
	top: -30px;
	content: '\201C';
}

.content blockquote cite {
	font-size: 10px;
	padding-top: 10px;
	display: inline-block;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.separator{
	text-align:center;
	background:#efefef;
	color:#999;
	text-transform:uppercase;
	line-height:60px;
}

.separator span{
	padding: 0 30px;
}


.people-list{
	width:24%;
	float:left;
	margin-right:1%;
	
	position:relative;
	margin-top:5px;
	margin-bottom:5px;
	
}

.people-list a{
	background:#000;
}

.people-list img{
	vertical-align:bottom;
	float:left;
	
	transition: all .4s ease;
    -webkit-transition: all .s ease;
    -moz-transition: all .s ease;
    -o-transition: all .4s ease;
}

.people-list .people-info{
	width:92%;
	padding:4%;
	background:#d2232a;
	color:#fff;
	font-size:11px;
	line-height:1.1em;
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:999;
	
	height:5.5em;
	

	
	transition: all .4s ease;
    -webkit-transition: all .s ease;
    -moz-transition: all .s ease;
    -o-transition: all .4s ease;
}




.people-list .people-info h4{
	color:#fff;
	font-size:12px;
	line-height:1em;
}

.people-list .people-info h5{
	color:#fff;
	font-size:12px;
	text-transform:none;
	line-height:1em;
}

.people-list.hovered img{
	opacity: 0.80;
}


.people-list.hovered .people-info{
	padding-bottom:20px;
}



.people{
	padding:150px 0 150px 0;
	
	background-color: #dddedf;
	background-color: -moz-linear-gradient(top,  #dddedf 0%, #ffffff 24%, #efefef 81%, #3f4147 100%);
	background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddedf), color-stop(24%,#ffffff), color-stop(81%,#efefef), color-stop(100%,#3f4147));
	background-color: -webkit-linear-gradient(top,  #dddedf 0%,#ffffff 24%,#efefef 81%,#3f4147 100%);
	background-color: -o-linear-gradient(top,  #dddedf 0%,#ffffff 24%,#efefef 81%,#3f4147 100%);
	background-color: -ms-linear-gradient(top,  #dddedf 0%,#ffffff 24%,#efefef 81%,#3f4147 100%);
	background-color: linear-gradient(to bottom,  #dddedf 0%,#ffffff 24%,#efefef 81%,#3f4147 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddedf', endColorstr='#3f4147',GradientType=0 );
	
	color:#231f20;
	line-height:1.5em;
	
	

}

.people .container12{
	z-index:2;
}

.people h5{
	color:#231f20;
	text-transform:none;
}

.people img{
	vertical-align:top;
}

.people .inner{
	padding-right:40px;
}

.people-pic{
	position:fixed;
	top:0px;
	left:0px;
	z-index:1;
	width:100%;
	height:100%;
	text-align:right;
}

.people-pic .pic{
	width:100%;
	max-width:1140px;
	height:100%;
	margin:0 auto;
}



.people-pic .pic img{
	max-height:100%;
	width:auto;
	vertical-align:bottom;
}


.people-pic .pic:before,
.people-pic .pic_before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
}

.people-pic .pic {
    behavior: expression(
        function(t){
            t.insertAdjacentHTML('afterBegin','<span class="pic_before"></span>');
            t.runtimeStyle.behavior = 'none';
        }(this)
    );
}

/* #Copyright
================================================== */

.copyright{
	text-align:center;
	background:#000;
	background:rgba(0, 0, 0, .85);
	padding:8px 0;
	
	font-size:12px;
	
	color:#666;
	
	
	width:100%;
	position:fixed;
	z-index:9999;
	bottom:0px;
}


.copyright strong{
	color:#999;
}

/* #Accordion Styles
================================================== */

.accordion dt a{  
	color:#fff;
	background:#d2232a;
	display:block;
	padding:10px;
	margin-bottom:1px;
	
	border:1px solid #222;
}

.accordion dt a strong{  
	text-transform:uppercase;
}


.accordion dd{  
	padding:10px 10px 0 10px;
	margin-bottom:5px;
}

.accordion dd p{  
	font-size: 13px;
	margin-bottom:10px;
}

img.team{
	float:left;
	margin:0 20px 20px 0;
	border:5px solid #fff;
}

/* peoples */

.peoples a{  
	color:#fff;
	background:#d2232a;
	display:block;
	padding:10px;
	margin-bottom:1px;
	
	border:1px solid #222;
}

.peoples a strong{  
	text-transform:uppercase;
}



/* #Flexible iFrame
================================================== */

.flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
	max-height:350px;
}

.flexible-container iframe,   
.flexible-container object,  
.flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



				

/* #Page Styles
================================================== */




/* #Media Queries
================================================== */

	/* Smaller than 1152 (devices and browsers) */
	@media only screen and (max-width: 1151px) {
		

		.people-list{
					width:49% !important;
					margin-right:1%;
				}
	

		
		}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		
				
				

		
		}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	
		
				.nav{
					display:none;
				}
				
				.onmobile, .toggleMenu{
					display:block !important;
				}
				
		
		
				.content, .content .pattern{
					padding:180px 0 60px 0;
				}
		
		
				.people-pic .pic img{
					max-height:80%;
				}
		

		
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
				
		
				
		
				.nav{
					display:none;
				}
				
				.onmobile, .toggleMenu{
					display:block !important;
				}
				
				
				.header .column4, .header .column8{
					margin-bottom:0px;
				}
				
				.content, .content .pattern{
					padding:180px 0 60px 0;
				}
				
				.content h1{
					font-size:28px;
				}
				
				.content h2{
					font-size:24px;
					line-height:normal;
				}
				
				
				
				
				.main{
					padding:40px 20px 20px 20px !important;
				}
				

				
				.people h2, .people h3, .people h4, .people h5{
					color:#fff;
				}
				
				.people .inner{
					padding:20px 20px 1px 20px;				
					color:#fff;				
					background:rgba(0, 0, 0, .5);										
				}
				
				.people .first-box{
					margin-top:150px;
				}
				
				.people-pic{
					text-align:center;
				}
				
				.people-pic .pic img{
					max-height:90%;
				}

				
				.copyright{
					display:none;
				}

			
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		
		
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
			
				
		}


/* #Font-Face
================================================== */


@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansLightItalic';
    src: url('../fonts/OpenSans-LightItalic-webfont.eot');
    src: url('../fonts/OpenSans-LightItalic-webfont.eot?') format('embedded-opentype'),
         url('../fonts/OpenSans-LightItalic-webfont.woff') format('woff'),
         url('../fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-LightItalic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansItalic';
    src: url('../fonts/OpenSans-Italic-webfont.eot');
    src: url('../fonts/OpenSans-Italic-webfont.eot?') format('embedded-opentype'),
         url('../fonts/OpenSans-Italic-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Italic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansSemiboldItalic';
    src: url('../fonts/OpenSans-SemiboldItalic-webfont.eot');
    src: url('../fonts/OpenSans-SemiboldItalic-webfont.eot?') format('embedded-opentype'),
         url('../fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'),
         url('../fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-SemiboldItalic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot?') format('embedded-opentype'),
         url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansBoldItalic';
    src: url('../fonts/OpenSans-BoldItalic-webfont.eot');
    src: url('../fonts/OpenSans-BoldItalic-webfont.eot?') format('embedded-opentype'),
         url('../fonts/OpenSans-BoldItalic-webfont.woff') format('woff'),
         url('../fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-BoldItalic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansExtrabold';
    src: url('../fonts/OpenSans-ExtraBold-webfont.eot');
    src: url('../fonts/OpenSans-ExtraBold-webfont.eot?') format('embedded-opentype'),
         url('../fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-ExtraBold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansExtraboldItalic';
    src: url('../fonts/OpenSans-ExtraBoldItalic-webfont.eot');
    src: url('../fonts/OpenSans-ExtraBoldItalic-webfont.eot?') format('embedded-opentype'),
         url('../fonts/OpenSans-ExtraBoldItalic-webfont.woff') format('woff'),
         url('../fonts/OpenSans-ExtraBoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-ExtraBoldItalic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}