@import"./reset.css";@import"./skeleton.css";@import"./carousel.css";@import"./forms.css";@import"./flexslider.css";@import url(../../../fonts.googleapis.com/css_6cd73521.css);
body{
	background: #282627;
	font:14px/18px Arial, Helvetica, sans-serif;
	color:#d5d2d2;
	position:relative;
	min-width:960px;
 -webkit-text-size-adjust: none;
}
html,body{height:100%;}
p{padding-bottom:18px;}
a{color:#fff;outline:none;cursor:pointer;text-decoration:none;}
a:hover{text-decoration:underline}
/*  Header styles */
h1,h2,h3,h4,h5,h6{line-height:1.3em;color:#fff; margin-bottom:22px;font-family: 'PT Sans Narrow', sans-serif; font-weight:normal;}
h1{font-size:40px;}
h2{font-size:35px;}
h3{font-size:30px;} 
h4{font-size:26px;}  
h5{font-size:22px;}
h6{font-size:18px;}
/* Global Structure---------------------------------------- */
/*----- txt,links,lines,titles -----*/
.extra-wrap{overflow:hidden;display:block;}
.fleft{float:left}
.fright{float:right}
.alignright{text-align:right}
.aligncenter{text-align:center}
.alignmiddle *{vertical-align:middle}
.color1{color:#ff2100;}

.main {
	width:960px;
	position:relative;
	padding-top:90px;
	padding-bottom:80px;
	margin:0 auto;
}

.last1 {
	margin-bottom:0 !important;
}

.last2 {
	padding-bottom:0 !important;
}

.wrapper {width:100%; overflow:hidden;}
 
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}

.reg {text-transform:uppercase;}

.title {margin-bottom:18px;}

.it {font-style:italic;}

.letter {letter-spacing:-1px;}

/*********************************boxes**********************************/
.margin-bot {margin-bottom:35px;}

.spacing {margin-right:35px;}

.indent {padding:0 0 0px 30px;}
.indent2 {padding-left:50px;}
.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:30px;}
.indent-bot3 {margin-bottom:45px;}

.img-indent-bot {margin-bottom:25px;}
.img-indent {float:left; margin:0 20px 0px 0;}	
.img-indent2 {float:left; margin:0 13px 0px 0;}	
.img-indent-r {float:right; margin:0 0px 0px 40px;}	

.prev-indent-bot {margin-bottom:10px;}	

.buttons a:hover {cursor:pointer;}
.clear {
 clear: both;
 display: block;
 overflow: hidden;
 visibility: hidden;
 width: 0;
 height: 0;
}

.logo {
	display:block; 
	width:250px; 
	height:187px; 
	text-indent:-5000px;
	background:url(../images/logo.png) 0 0 no-repeat;
}
/*touch-touch*/
.magnifier {
  position: relative;
  display: block;
}
.magnifier:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  background: url(../images/magnifier.png) center center no-repeat;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.magnifier:hover:after {
  opacity: 0.8;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
/*********************************header*************************************/
header {
	width:100%;
	background:url(../images/header-bg.gif) repeat-x 0 0 #231f20;
	position:relative; 
	z-index:2;
}

header h1 {
	padding:0;
	margin:0;
	position:absolute;
	left:0;
	top:0;
	box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.5);
	z-index:999;
	font-size:0;
	line-height:0;
}

/*** MENU ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu li {
	float:			left;
	position:		relative;
	margin: 0 11px;
}

.sf-menu a {
    color: #FFFFFF;
    display: block;
    font-family: 'PT Sans Narrow',sans-serif;
    font-size: 18px;
    line-height: 22px;
	transition: all 0.4s ease 0s;
    padding: 17px 11px 16px;
    position: relative;
    text-transform: uppercase;
}

.last4 {
	margin-right:0 !important;
}

nav {float:right;}

.sf-menu a:hover,
.sf-menu li.current>a,
.sf-menu li.sfHover > a {
	background:#ffd12c;
	text-decoration:none;
}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	background:#333333;
	padding:8px 10px;
	width:			160px; /* left offset of submenus need to match (see below) */
}

.sf-menu ul ul {
	background:#242323;
}

.sf-menu ul a:hover,
.sf-menu ul li.sfHover > a {
	color:#fff;
	background:none;
}

.last5 {background:none !important; padding-bottom:0 !important; margin-bottom:0 !important;}

.sf-menu ul li {
    background: url("../images/divider1.png") repeat-x scroll center bottom transparent;
    margin: 0 0 7px;
    padding: 0 0 9px;
    width: 100%;
}
.sf-menu ul a {
	color:#898989;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:none;
	line-height:15px;
	display:inline-block;
	padding:0;
}

.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			55px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 173px;
    top: -7px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

.sf-menu>li>a .menu-arrow{
    display:block;
    width:5px;
    height:3px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    text-indent:-100%;
    font-size:0;
    line-height:0;
    background: url('../images/menu_arrow.png') 0 -7px no-repeat;
    vertical-align: middle;
}
/********************** Content ************************/

#content {
	width:100%; 
	padding:40px 0 47px;
	position:relative;
	background:#000;
	z-index:1;
}

.p9 {
	padding:28px 0 68px !important;
}

.border1,
.border2,
.border5,
.border4,
.border3 
{
	position:relative;
}


.border1:after {
    background: none repeat scroll 0 0 #2D2E2E;
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    right: -21px;
    top: 31px;
    width: 1px;
}




.border2:after {
    background: none repeat scroll 0 0 #2D2E2E;
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 31px;
    width: 1px;
}



.border3:after {
    background: none repeat scroll 0 0 #2D2E2E;
    content: " ";
    display: block;
    height: 100%;
    left: -21px;
    position: absolute;
    top: 31px;
    width: 1px;
}

.border4:after {
    background: none repeat scroll 0 0 #2D2E2E;
    content: " ";
    display: block;
    height: 100%;
    right: 0px;
    position: absolute;
    top: 31px;
    width: 1px;
}

.border5:after {
    background: none repeat scroll 0 0 #2D2E2E;
    content: " ";
    display: block;
    height: 100%;
    right: 0px;
    position: absolute;
    top: 31px;
    width: 1px;
}
																									/***** Page 1 *****/

.text1 {
	text-transform:uppercase;
	color:#fff;
	display:block;
	margin-bottom:25px;
	font-size:30px;
	line-height:36px;
	font-family: 'PT Sans Narrow', sans-serif;
}

.text1 strong {
	color:#ffd12c;
	font-weight:normal;
}

.page1-img1 {

}

.link1 {
	color:#d6d6d6;
	text-transform:uppercase;
	transition: all 0.4s ease 0s;
	font-size:12px;
	line-height:15px;
}
.link1:hover {
	color:#fff;
	text-decoration:none;
}

#carousel {position:relative;margin-right: 4px;}

.p6 {
	margin-bottom:35px;
}

.page1-img2 {
	margin:0 18px 9px 0;
	float:left;
	background:#fff;
}

.p7 {
	margin-right:0 !important;
}

.page1-img3 {
	margin-bottom:19px;
}

.page1-box1 {
	padding-left:47px;
}

.button1 {
	display:inline-block;
	background:url(../images/button1.gif) repeat-x 0 0 #202020;
	padding:6px 11px;
	font-size:12px;
	line-height:15px;
	color:#999999;
}

.button1:hover {
	background:#ffd12c;
	color:#fff;
	text-decoration:none;
}

.list1 {
	border-top:1px solid #2b2b2b;
	padding:14px 0;
}

.list1 a {
	color:#757575;
	line-height:20px;
	font-size:12px;
	transition: all 0.4s ease 0s;
}

.p14 a {
	color:#8c8c8c;
}


.list1 a:hover {
	color:#fff;
	text-decoration:none;
}



.list1 li {
    border-bottom: 1px solid #2B2B2B;
    display: block;
    line-height: 15px;
    margin-bottom: 14px;
    padding-bottom: 16px;
}

.p8 {
	margin-bottom:19px;
}

aside h6 {
    border-bottom: 1px solid #2B292A;
    color: #A9A9A9;
    margin-bottom: 13px;
    padding-bottom: 9px;
}

aside {
	position:relative;
	width:100%;
	background:#191718;
	padding:5px 0 10px;
	margin:0;
}

.list2 a {
	color:#4e4e4e;
	font-size:12px;
	transition: all 0.4s ease 0s;
}

.list2 a:hover {
	color:#fff;
	text-decoration:none;
}

.list2 li {
	display:block;
	line-height:15px;
	padding-bottom:9px;
}

.soc-links a {
	display:block;
	width:24px;
	height:24px;
	transition: all 0.4s ease 0s;
}

.soc-links li {
	display:block;
	float:left;
	margin-right:7px;
}

.soc-links a:hover {
	background-position:0 -24px;
}

.soc-links {
    padding-left: 2px;
    padding-top: 5px;
}

.soc-link1 {
	background:url(../images/soc-link1.png) no-repeat 0 0;
}
.soc-link2 {
	background:url(../images/soc-link2.png) no-repeat 0 0;
}
.soc-link3 {
	background:url(../images/soc-link3.png) no-repeat 0 0;
}
.soc-link4 {
	background:url(../images/soc-link4.png) no-repeat 0 0;
}

.p13 {
	padding: 14px 0 0 !important;
}
																									/***** Page 2 *****/

.link2 {
	color:#fff;
	text-transform:uppercase;
	transition: all 0.4s ease 0s;
}

.link2:hover {
	color:#ffd12c;
	text-decoration:none;
}

.page2-box1 {
	overflow:hidden;
	padding:0 55px 0 4px;
}

.p10 {
	margin-bottom:17px;
}

.page2-img1 {margin-top:5px;}


.p11 {
    margin-bottom: 19px;
    padding-top: 43px;
}

.page6-box1 {
	overflow:hidden;
	padding-right:48px;
}





.page3-box1 {
	overflow:hidden;
	margin-bottom:7px;
}

.tab-nav a {
	color:#fff;
	transition: all 0.4s ease 0s;
	font-size:30px;
	font-family: 'PT Sans Narrow', sans-serif;
	line-height:36px;
}

.tab-nav a.current,
.tab-nav a:hover {
	color:#ffd12c;
	text-decoration:none;
}

.tab-nav {
	margin-bottom:26px;
	overflow:hidden;
}


.tab-nav li {
	display:block;
	float:left;
	margin-right:34px;
}

.page4-box1 {
	float:left;
	margin-right:20px;
	width:206px;
}

.last6 {
	margin-right:0 !important;
}

.page4-img1 {
	float:left;
	margin-top:5px;
	margin-right:25px;
}

.p12 {
	margin-bottom:36px;
}
																									/***** Page 3 *****/

.page4-box2 .extra-wrap{padding-right: 40px;}

	.page6-box1 a {
		color:#757575;
		transition: all 0.4s ease 0s;
	}
	
	.page6-box1 span {
		display:block;
	color:#fff;
	text-transform:uppercase;
	}
	
	.page6-box1 a:hover {
		color:#fff;
		text-decoration:none;
	}
	
																								
.page5-img1 {
	margin-bottom:20px;
}

.link-form {
	float: right;
}

.dl1 dt {color:#fff; text-transform:uppercase;}

.dl1 span {float:left; width:83px;}

.dl1 dd { line-height:18px;}

.dl1 dd a {color:#757575; transition: all 0.4s ease 0s;}

.dl1 dd a:hover {color:#fff; text-decoration:none;}
	
/******************** Footer ******************/
footer {
	width:100%; 
	padding:13px 0 15px;
}

.foot-page1 {
	float:right;
	margin-left:10px;
	color:#5e5e5e;
}

.foot-page1 a {
	color:#5e5e5e;
	transition: all 0.4s ease 0s;
}
.foot-page1 a:hover {
	color:#fff;
	text-decoration:none;
}


.foot {float:right; margin-right:10px; color:#5e5e5e;}

/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1024px) {
 .flexslider{width: 960px;}
 .banner{top: 40%;}

}
@media only screen and (max-width: 995px) {
 body{min-width:768px;}
.flexslider{width: 100%;}
.main{width: 768px;}
#carousel{margin: 0;}
#carousel li{width: 187px !important;}
#carousel li img{width: 100%;}
.item_pad{padding-right: 10px;}
.border2:after, .border1:after{display: none;}
.page1-img2{margin-right: 5px;width: 80px;}
.page1-box1{padding-left: 0;}
.soc-links li{margin-right: 2px;}
.page2-box1{padding-right: 0;}
.page4-box1{width: 165px;}
.page4-box2 .extra-wrap{padding-right: 20px;overflow: visible;}
#form1 textarea, #form1 input{width: 100%;-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;}
  #map_canvas{width:100%;}
  #form1 label{display: block;}
  .border4:after{right: -10px;}
  .page6-box1{padding-right: 20px;}
  .banner{font-size: 60px;line-height: 74px;}
  .banner{top: 40%;text-align: right;width: auto;right: 60px;}
}

@media only screen and (max-width: 767px) {
 body{min-width:420px;}
 .main{width: 420px;}
  nav{
		float:none;
		font:12px/15px Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		color:#fff;
		padding:90px 0 20px;
	}
		nav:before{
			content:'Menu:';
			display:block;
			margin-bottom:5px;
		}
	.sf-menu{display:none;}
	nav select{
		font:12px/15px Arial, Helvetica, sans-serif;
		color:#464646;
		width:100%;
    outline: none;
    padding: 5px;
		border:2px solid #9e9e9e;
	}
  header h1{left: 50%;margin-left: -101px;}
  #carousel li{width: 210px !important;}
  .p7{margin-right: 5px !important;}
  .page1-img2{margin-right: 5px;margin-bottom: 5px;width: 135px;}
  .page1-img1{display: block;}
  .page4-img1 img, .page4-box1 img, .tab-content .page1-img1 img, .page1-img2 img, .page2-img1 img, .page1-img3 img{width: 100%;}
  .tab-content .page1-img1{display: block;}
  .page4-box1{width: auto;float: none;margin: 0 0 15px;}
  .page4-img1{float: none;margin: 0 0 15px;}
  .page6-box1{padding-right: 0;}
  .border5:after{display: none;}
   .banner{top: 20%;}
}

@media only screen and (max-width: 479px) {
 body{min-width:300px;}
 .main{width: 300px;}
 .banner{font-size: 40px;line-height: 48px;}
 .banner span{letter-spacing: 0;}
 #carousel li{width: 300px !important;}
 #carousel .page1-img1{display: block;}
 .page1-img2{width: 145px;}
 .banner{display: none;}
}

/* CSS For Contactus page */
.warning{border-style:solid !important;border-width:2px !important;border-color:#D92429 !important;}
#mailLoader{
background:url(../images/ajax-loader.gif);
width:32px;
height:32px;
position: absolute;
top: 37px;
left: 238px;
display:none;
}
#rightInsideDiv{
position:relative;	
}
#thankYou{
position: absolute;
top: 2px;
left: 200px;
display: none;	
}