html {font-size:100.01%;}
body{
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	background:#090909 url(../images/body_bg.jpg) 0 0;
	padding:0px;
	margin:0px;
	text-align:center;
	color:#000;
}
p{
	margin:0px 0px 1.3em 0px;
	line-height:1.6em;
}

h1{
	margin:0px 0px 20px 0px;
	padding:0px;
	line-height:1.2em;
	font-size:50px;
	color:#000;
	font-weight:normal;
	font-family:'BrushScriptMTItalic';
}

.hdng{
	padding:10px 20px;
	background-color:#810100;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px -20px 12px -20px;
	font-size:20px;
}

h2{
	margin:0px 0px 20px 0px;
	padding:0px;
	line-height:1.2em;
	font-size:45px;
	color:#000;
	font-weight:normal;
	font-family:'BrushScriptMTItalic';
}
h3{
	margin:0px 0px 20px 0px;
	padding:0px;
	line-height:1.2em;
	font-size:40px;
	color:#000;
	font-weight:normal;
	font-family:'BrushScriptMTItalic';
}
h4{
	margin:0px 0px 15px 0px;
	padding:0px;
	line-height:1.2em;
	font-size:35px;
	color:#000;
	font-weight:normal;
	font-family:'BrushScriptMTItalic';
}
h5{
	margin:0px 0px 4px 0px;
	color:#000;
	font-size:15px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
h6{
	margin:0px 0px 2px 0px;
	color:#000;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
a{
	text-decoration:none;
	color:#ad0000;
}
a:hover{
	color:#000;
}
a img{
	border:none;
}
.main-heading{ background:url(../images/main-heading-bg.jpg) repeat-x; text-align:center; font-family:BrushScriptStd; color:#fffad7; -moz-text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.61); -webkit-text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.61); text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.61); -moz-box-shadow: 0px 5px 17px -4px #000; -webkit-box-shadow: 0px 5px 17px -4px #000; box-shadow: 0px 5px 17px -4px #000; margin: -25px -25px 25px; font-size:31px; padding:5px 0px; }
/*--------------------------------------------------------------------*/
.masthead img{ width: 100%;}
.navbar{
	width:835px;
	float:right;
	list-style:none;
	margin:52px 0px 0px;
	padding:0px;
	font-family:BrushScriptMTitalic;
}
.navbar li{
	float:left;
	margin-right:5px;
}
.navbar a{
	display:inline-block;
	padding:0px 16px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height:31px;
	line-height:31px;
	font-size:23px;
	color:#fff;
	font-weight:normal;
	font-style:italic;
}
.navbar a:hover, .navbar a.act{
	color:#D6AF78;
}
/*--------------------------------------------------------------------*/
.logo{
	width:297px;
	background:url(../images/logo.jpg) no-repeat 0 0;
	margin:0px;
	padding:0px;
	float:left;
}
.logo a{
	display:block;
	height:150px;
}
.logo a span{ display:none;}
/*--------------------------------------------------------------------*/
.header{ background-color:#000; position: relative;}
.header-i1{ width:1200px; margin:0 auto; box-sizing:border-box;}
/*--------------------------------------------------------------------*/
.wrapper{ text-align:center;}
.container{  box-sizing:border-box; box-shadow: 0px -15px 94px rgba(219, 219, 219, 0.8); background: #fff;}
.container-inner{max-width:1200px; margin:0 auto;}
.content-body{ background-color:#FFF; padding:25px 25px 20px;}
/*--------------------------------------------------------------------*/
.bx-s1{margin: 0 -25px 25px; padding: 67px 0px 0px; overflow:hidden;}
.content-body .bx-s1:last-child{ margin-bottom:-20px;}
.bx-s1-i1{position: relative; background-color:#fff7bb; z-index: 1; padding: 15px 26px;}
.bx-s1-i1:before, .bx-s1-i1:after {
	position: absolute;
	content: '';
	pointer-events: none;
	top: 0;
	left: 0%;
	z-index: -1;
	width: 110%;
	height: 75%;
	background: inherit;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.bx-s1-i1:before {
	background: #af8200;
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	-webkit-transform-origin: -3% 0;
	transform-origin: -3% 0;
	height:50%;
}
/*--------------------------------------------------------------------*/
.highlight-block{ text-align:center; margin-bottom: 25px;}
/*.highlight-block h1{font-family:core_rhino_65_boldregular;}*/
/*--------------------------------------------------------------------*/
.team-row{overflow:hidden; padding: 10px 0px 10px 10px; background:url(../images/section-sep.png) no-repeat 50% 100%; padding: 10px 10px 65px 10px; margin-bottom: 35px;}
.team-row .tmb{ float:left; width:30%; margin-right:2%; box-sizing:border-box; background-color:#fff; padding:5px; box-shadow:0px 0px 10px 0px #000;}
.team-row .tmb img{ width:100%; height:auto;}
.team-row .desc{ float:right; width:65%; box-sizing: border-box; padding-top:32px; text-align: left;}
.team-row .desc-i1{position: relative; background-color:#fff7bb; z-index: 1; padding: 15px 26px; box-sizing: border-box;}
.team-row .desc-i1:before, .team-row .desc-i1:after {
	position: absolute;
	content: '';
	pointer-events: none;
	top: 0;
	left: 0%;
	z-index: -1;
	width: 110%;
	height: 75%;
	background: inherit;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.team-row .desc-i1:before {
	background: #af8200;
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	-webkit-transform-origin: -3% 0;
	transform-origin: -3% 0;
	height:50%;
}
/*--------------------------------------------------------------------*/

/*News
=====================================*/
.videos-2col{overflow: hidden;}
.videos-2col [class*="col"]{
	float: left; width: 48%; margin-right: 2%;
}
.videos-2col [class*="col"]:nth-child(2){
	margin-right: 0;
}

.footer{
	background:url(../images/footer-bg.jpg) repeat-x 0 0;
	height:113px;
	padding-top:1px;
	color:#dbdbdb;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.footer .footer-i1{
	width:1020px;
	margin:13px auto 0px auto;
}
.footer .footer-lnks{
	list-style:none;
	margin:0px 0px 8px 0px;
	padding:0px;
}
.footer-i1 .footer-lnks li{
	display:inline;
}
.footer .footer-lnks li a{
	display:inline-block;
	color:#dbdbdb;
	padding:15px 8px;
	margin:0px 8px;
}
.footer .footer-lnks li a:hover{
	color:#fff;
}
.footer .footer-lnks li.last{
	border:none;
}
.footer .share-icons{
    display: inline-block;
        margin-bottom: 15px;
}
.footer .share-icons .f-icon{
    background: url(../images/facebook.png) no-repeat;
    height: 41px;
    width: 41px;
    display: inline-block;
    margin-right: 10px;
}
.footer .share-icons .t-icon{
    background: url(../images/twitter.png) no-repeat 0 0;
    height: 41px;
    width: 41px;
    display: inline-block;
    
}
.footer .share-icons .f-icon:hover{
    background-position: 0 100%;
}
.footer .share-icons .t-icon:hover{
    background-position: 0 100%;
}
/*---------------------------------------------------------------*/
.button {
   border-top: 1px solid #a80000;
   background: #a80000;
   background: -webkit-gradient(linear, left top, left bottom, from(#460000), to(#a80000));
   background: -webkit-linear-gradient(top, #460000, #a80000);
   background: -moz-linear-gradient(top, #460000, #a80000);
   background: -ms-linear-gradient(top, #460000, #a80000);
   background: -o-linear-gradient(top, #460000, #a80000);
   padding: 9.5px 19px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: 0 1px 8px #232323;
   -moz-box-shadow: 0 1px 8px #232323;
   box-shadow: 0 1px 8px #232323;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   font-size: 24px;
   font-family: Georgia, Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #bd9513;
   background: #bd9513;
   color: #000000;
   }
.button:active {
   border-top-color: #bd9513;
   background: #bd9513;
   }

/*--------------------------------------------------------------------*/
.txt_highlight{
	color:#6abc00;
}
.txt-light{
	color:#666;
}
/*--------------------------------------------------------------------*/
.fleft{
	float:left;
}
.fright{
	float:right;
}
img.fleft{
	margin:5px 12px 2px 0px;
}
img.fright{
	margin:5px 0px 2px 10px;
}
.border-s1{
	background-color:#FFF;
	padding:2px;
	border:1px solid #CCC;
}
/*---------------------------------------------------------------*/



hr {background:url(../images/hr-bg.png) no-repeat 50% 0;clear:both;float:none;width:100%;height:13px;margin:0 0 20px;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;margin:0 0 20px;}
.clearfix:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix {
	display:block;
	*display:inline-block;
	_display:block;
	_height: 1%;	
}
.clear {clear:both;}