@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,300,400italic);
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

@font-face {
    font-family: 'MistralRegular';
    src: url('../_fonts/mistral-webfont.eot');
    src: url('../_fonts/mistral-webfont.eot?iefix') format('eot'),
         url('../_fonts/mistral-webfont.woff') format('woff'),
         url('../_fonts/mistral-webfont.ttf') format('truetype'),
         url('../_fonts/mistral-webfont.svg#webfontnaiIjw7k') format('svg');
    font-weight: normal;
    font-style: normal;
}

.desktop 	{
	display: inline-block;
	visibility: visible;
	}
.mobile	{
	display: none!important;
	visibility: hidden;
	}
html{
overflow-y:scroll;
}
input[type=submit],
input[type=text],
input[type=password],
input[type=file],
textarea{
	-webkit-appearance:none;
	-webkit-border-radius:0;
}
input[type="image"]{
	padding:0;
	border:none;
}
	
/*html5 display rule*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, section, summary, .hiddenInfo {
	display: block;
	}	
body	{
	margin: 0 auto;
	height: 100%;
	padding: 0;
	position: relative;
	/* font-family: 'Open Sans', sans-serif; */
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: auto;
	text-rendering: optimizelegibility;
	}
a:link, a:visited	{
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	 transition:.5s;
	 text-decoration: none;
	 }
a:hover	{
	 -webkit-transition: all .5s ease-in-out;
	 }
header	{
	width: 100%;
	position: relative;
	}
footer	{
	width: 100%;
	position: relative;
	font-size: 12px;
	}
a.logo	{
	opacity: 1;
	position: relative;
	transition: all .5s ease-in-out;	
	}
a:hover.logo	{
	opacity: .5;
	-ms-transition:.5s!important;
	-moz-transition:.5s!important;
	-webkit-transition:.5s!important;
	 transition:.5s!important;	
	}	
a#toTop	{
	display: block; 
	position: fixed; 
	z-index: 10001;
	bottom: 40px; 
	right: 10px; 
	width: 40px; 
	height: 40px; 
	line-height: 2rem;	 
	text-align: center; 
	text-decoration: none; 
	font-size: 1.5rem; 
	border-radius: 6px;
/* 	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px; */
	}
a:hover#toTop	{
	}
.sm	{
	font-size: 13px;
	}
.fa	{
	font-family: FontAwesome;
	}
.cta:after	{
	content: "\f0da";
	margin: 0 5px 0 0;
	padding-left: 5px;
	font-family: FontAwesome;
	}
.quote	{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	padding: 15px;
	margin-top: 25px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	}
.quoteLeft	{
	float: left;
	clear: both;
	display: block;
	width: 100%;
	padding: 10px 0 10px 25px;
	}
	
.quoteLeft:before	{
	content: "\f10d";
	font-family: FontAwesome;
	float: left;
	margin-left: -25px;
	color: #ccc;	
	}	
	
.boxed	{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	padding: 15px;
	background: #fff;
	background: rgba(255,255,255,.95);
	margin-top: 25px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	}	
.boxed h3	{
	background: #000;
	color: #fff;
	padding: 10px;
	font-size: 16px;
	font-weight: 400!important;
	text-transform: uppercase;
	margin: -15px -15px 15px -15px;
	}
	
p, ul.bullet li	{
	margin: 0 0 15px 0;
	line-height: 1.5em;
	}	
h1	{

/*  	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px 0!important;
	max-width: 100%;
	padding: 0 10px 5px 10px;
	clear: both;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;  */
	}
h1	{
	font-weight: 400;
	font-size: 3rem;
	margin: 0 0 10px 0;
	font-family: 'MistralRegular', cursive;
	}
h2	{
	font-size: 22px;
/* 	border-bottom: 1px solid #DEDBD1; */
	}
h3	{
	font-size: 19px;
	font-weight: 700!important;
	}
.boxedHolder h2	{
	font-family: MistralRegular;
	font-size: 2.5rem;
	}
header h3	{
	color: #000;
	font-size: 15px;
	font-weight: 400!important;
	text-transform: uppercase;
	text-shadow: none;
	position: absolute;
	bottom: -5px;
	right: 0;
	}
header a .fa-envelope	{
	font-size: 18px;
	font-weight: 400!important;
	text-transform: uppercase;
	text-shadow: none;
	position: absolute;
	top: 0px!important;
	right: 0;
	color: #333;
	transition: all .5s ease-in-out;
	}
header a:hover .fa-envelope	{
	color: #000;
	-ms-transition:.5s!important;
	-moz-transition:.5s!important;
	-webkit-transition:.5s!important;
	 transition:.5s!important;	
	}	
h3 i	{
	font-weight: 400!important;
	}
h4	{
	font-size: 17px;
	font-weight: 400!important;
	}
ul 	{
	margin: 0;
	padding: 0;
	}
ul li	{
	margin: 0;
	padding: 0;
	}
a.btn	{
	text-decoration: none;
	background: #555;
	display: inline-block;
	padding: 10px 15px;
	color: #fff!important;
	font-size: 15px;
	border-radius: 3px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	font-weight: 600;
	}
a.btn:hover, a.hoverOn	{
	background: #fff;
	color: #000!important;
	text-shadow: 1px 1px 1px #fff;
	}
.lg	{
	font-size: 17px;
	}
.lg p.dc:first-letter	{
	font-size: 43px!important;
	}
p	{
	margin: 0 0 15px 0;
	line-height: 1.5em;
}
	
	
	
	
/* ul.bullet{
	margin: 0 0 15px 0;
	}	
ul.bullet li	{
	margin: 0;
	padding: 0 0 5px 20px;
	} */
.rule	{
	margin: 20px 0;
	border-top: 1px solid #DEDBD1;
	height: 1px;
	line-height: 1px;
	}
b	{
	font-weight: 600;
	}
strong	{
	font-weight: 600;
	color: #333;
	}
img	{
	max-width: 100%;
	height: auto;
	}
	
img.rt	{
	float: right;
	margin: 0 0 15px 15px;
	}
img.lf	{
	float: left;
	margin: 0 15px 15px 0;
	}
.ctr	{
	text-align: center;
	}
.offsite	{
	padding: 0 15px 0 0;
	background: url(../images/shell/icon_offsite.gif) no-repeat 100% 3px;
	}
.sideLines {
	overflow: hidden;
	position: relative;
}
.sideLines span {
	display: inline-block;
	position: relative;  
}
.sideLines span:before, .sideLines span:after {
	content: "";
	position: absolute;
	height: 2px;
	border-bottom: 1px solid #ccc;
	top: 45%;
	width: 2000px;
}
.sideLines span:before {
	right: 100%;
	margin-right: 5px;
}
.sideLines span:after {
	left: 100%;
	margin-left: 5px;
}
a {cursor:pointer;}

a.read-more:after	{
	content: " \21d2";
	}
img.transBorder {
  outline: 7px solid rgba(255,255,255,.5);
  outline-offset: -7px;
  transition: all .2s ease-in-out;
}	
.framed	{
	border: 1px solid #bbb;
	background: #E5E3DB;
	}
.bordered	{
	border: 1px solid #bbb!important;
	background: #f9f9f9!important;
	padding: 6px;
	}
.shadow	{
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	}
.shadowDark	{
	box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	}
.shadowAll	{
	box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	}
.bx-wrapper	{
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	}
.borderOpacity	{
	border: 5px solid rgba(0, 0, 0, 0.1)!important;
	}
/* .gridThird img.borderOpacity	{
	margin-top: 37px;
	} */
	
p.dc:first-letter	{
	float: left;
	font-size: 36px!important;
	line-height: 43px;
	padding: 0 2px 0 0;
	margin-top: 2px;
	text-shadow: 1px 1px 1px #fff, 1px 1px 3px #fff;
	font-weight: 300;
	font-family: 'MistralRegular', cursive;
	color: #333;
	}
a.materialsList	{
	position: relative;
	display: inline-block;
	text-decoration: none;
	padding-right: 17px;
	}
a.materialsList:after	{
	position: absolute;
	right: 0;
	top: 0;
	font-family: FontAwesome;
	content: "\f1c1";
	margin: 0 0 0 5px;
	color: #b00;
	}
/*  PAGE TABS  */	
.tabs {
	width: 100%;
	height: auto; 
	}
a {cursor:pointer;}

.tabs li {
	float:left; 
	list-style:none; 
	border-top: 1px solid #ccc; 
	border-left: 1px solid #ccc; 
	border-right: 1px solid #ccc; 
	margin-right: 0px; 
	border-top-left-radius:3px;  
	border-top-right-radius:3px;
	outline:none;
	}
.tabs li a {
	padding: 10px 10px;
	display:block; 
	background: #fff;
	border-top-left-radius:3px; 
	border-top-right-radius:3px; 
	text-decoration:none;
	outline:none; 
	border-bottom: solid 1px #fff; 
	position: relative;
	z-index: 2;
	}
.tabs li a.inactive{
	background: #f0f0f0;
	color: #666!important;
	outline:none;
	border-bottom: solid 1px #ccc;
	}
.tabs li a:hover, .tabs li a.inactive:hover {
	color: #333!important;
	outline:none;
	}
.tabContent {
    clear: both;
	background: #fff;           
    width:100%;
	padding: 20px 0 20px 20px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	position: relative;
	z-index: 1;
	top: -1px;
	min-height: 450px;
	}
.tabContent.noLeft	{
	padding-left: 5px;
	}
	
/*  SWAP TABS  */	
	
.swapTabContainer	{
	float: left;
	position: relative;
	width: 100%;
	border: 1px solid #ccc;
	clear: both;
	}	
.swapTabContainer ul.tabs	{
	float: left!important;
	width: 25%!important;
	border: 0!important;
	}	
.swapTabContainer ul.tabs li {
    float: none!important; 
    border-top: 0!important;
    border-left: 0!important; 
    border-right: 1px solid #ccc!important;
	border-bottom: 1px solid #ccc!important; 
    margin: 0!important; 
    border-radius: 0!important;
	}
.swapTabContainer .tabContent {
    clear: none!important;
	float: left!important;
    width:75%!important;
	padding: 10px 20px;
	border: 0!important;
	top: 0!important;
	}
	
/* PHOTO GALLERY */

.thumb-container	{
	display: block;
	width: 100%;
	margin: 0 auto;
}
.thumb-container .thumb	{
	float: left;
	display: block;
	width: 116px;
	text-align: center;
	margin: 10px;
	line-height: 11px;
	/* overflow: hidden; */
	}
.thumb-container .thumb img, .thumb-container .thumb a img	{
	display: block;
	width: 100px!important;
	height: 67px!important;
	margin: 0!important;
	padding: 0!important;
	}	
.thumb-container.vertical .thumb img, .thumb-container.vertical .thumb a img	{
	width: 100px!important;
	height: auto!important;
	}
/* .thumb-container.vertical .thumb	{
	margin: 10px 20px 10px 0!important;
	}
.thumb-container.vertical .thumb:nth-child(1n+4)	{
	margin-left: 0!important;
	border: 1px solid orange!important;
	} */
	
	
	
	
	
	
	
.thumb-container.featured .thumb	{
	width: 210px;
	margin: 6px;
	}	
.thumb-container.featured .thumb img, .thumb-container.featured .thumb a img	{
	width: 200px!important;
	height: auto!important;
	}	
.thumb-container .thumb a	{
	float: left;
	display: block;
	font-size: 10px;	
	padding: 4px;
	color: #333;
	border: 1px solid #bbb;
	background: #f0f0f0;
	text-decoration: none;
}	
*+html .thumb-container .thumb a	{
	margin: 12px;
	}		
.thumb-container .thumb a:hover	{
	border: 1px solid #666!important;
	-webkit-box-shadow:  0px 0px 7px 0px rgba(0, 0, 0, .5);
	box-shadow:  0px 0px 7px 0px rgba(0, 0, 0, .5);
	}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
