@import url(http://fonts.googleapis.com/css?family=Raleway:400,600,700);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

.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: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	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;
	}
a.logo	{
	opacity: 1;
	position: relative;
	transition: all .5s ease-in-out;	
	}
a:hover.logo	{
	opacity: .7;
	-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: 0px; 
	right: 0px; 
	width: 40px; 
	height: 30px; 
	line-height: 27px;	 
	text-align: center; 
	text-decoration: none; 
	font-size: 21px; 
	}
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;
	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: #4C2C1F;
	color: #fff;
	padding: 10px;
	font-size: 16px;
	font-weight: 400!important;
	text-transform: uppercase;
	margin: -15px -15px 15px -15px;
	}
	
p	{
	margin: 0 0 15px 0;
	}	
h1	{
	font-size: 30px;
	margin: 0 0 20px 0!important;
	}
h1	{
	font-weight: 400;
	font-size: 2em;
	margin: 0 0 10px 0;
	font-family: 'Raleway', cursive;
	text-transform: uppercase;
	position: relative;
	}
h2	{
	font-size: 22px;
	font-family: 'Raleway', cursive;
	text-transform: uppercase;
	position: relative;
	}
h3	{
	font-size: 19px;
	font-weight: 700!important;
	}	
header h3	{
	color: #CA9D52;
	font-size: 15px;
	font-weight: 400!important;
	text-transform: uppercase;
	text-shadow: none;
	position: absolute;
	bottom: -5px;
	right: 0;
	}

header a	{
	display: inline-block;
	}
header a .fa-envelope	{
	font-size: 19px;
	color: #fff!important;
	transition: all .5s ease-in-out;
	background: #f55757;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 5px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: absolute;
	top: 0px!important;
	right: 0;
	transition: all .5s ease-in-out;
	}
header a:hover .fa-envelope	{
	color: #fff;
	background: #C12222;
	-ms-transition:.5s!important;
	-moz-transition:.5s!important;
	-webkit-transition:.5s!important;
	 transition:.5s!important;	
	}
header a .fa-facebook	{
	font-size: 21px;
	color: #ddd;
	transition: all .5s ease-in-out;
	background: #2766ba;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 5px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: absolute;
	top: 0px!important;
	right: 45px;
	transition: all .5s ease-in-out;
	}
header a:hover .fa-facebook	{
	color: #fff;
	background: #09418D;
	-ms-transition:.5s!important;
	-moz-transition:.5s!important;
	-webkit-transition:.5s!important;
	 transition:.5s!important;	
	}

footer a	{
	display: inline-block;
	margin: 5px!important;
	}
	
	
footer a .fa-envelope	{
	font-size: 21px;
	color: #fff;
	transition: all .5s ease-in-out;
	background: #f55757;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	padding: 5px;
	display: table-cell;
	vertical-align: middle;
	}
footer a:hover .fa-envelope	{
	color: #fff;
	background: #C12222;
	-ms-transition:.5s!important;
	-moz-transition:.5s!important;
	-webkit-transition:.5s!important;
	 transition:.5s!important;	
	}	
footer a .fa-facebook	{
	font-size: 21px;
	color: #ddd;
	transition: all .5s ease-in-out;
	background: #2766ba;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	padding: 5px;
	display: table-cell;
	vertical-align: middle;
	}
footer a:hover .fa-facebook	{
	color: #fff;
	background: #09418D;
	-ms-transition:.5s!important;
	-moz-transition:.5s!important;
	-webkit-transition:.5s!important;
	 transition:.5s!important;	
	}	
	
h3 i	{
	font-weight: 400!important;
	}
h4	{
	font-size: 15px;
	font-weight: 400!important;
	margin: 0 0 5px 0!important;
	color: #231F20
	}
ul 	{
	margin: 0;
	padding: 0;
	}
.gridFull.first ul, .boxed ul	{
	margin: 0 0 15px 20px;
	}
ul li	{
	margin: 0;
	padding: 0;
	}
a.btn	{
	text-decoration: none;
	background: #3966A1;
	display: inline-block;
	padding: 7px 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: #EAE8E2;
	color: #3966A1!important;
	text-shadow: 1px 1px 1px #fff;
	}
.lg	{
	font-size: 17px;
	}
.lg p.dc:first-letter	{
	font-size: 43px!important;
	}
.borderedHardShadow	{
	border: 1px solid #bbb;
	box-shadow: 5px 5px 0 0 #bbb;
}
.centerLine span {
	background: #fff;
	padding: 0 10px 0 0;
	position: relative;
	z-index: 1;
}
.centerLine:before {
  background: #CFA052;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
	top: 50%;
  width: 100%;
  opacity: .5;
}
.centerLine:before {
  left: 0;
}	
	
/* 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: #3966A1;
	}
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;
	}
	
a {cursor:pointer;}

a.read-more:after	{
	content: " \21d2";
	}	
.framed	{
	border: 1px solid #bbb;
	background: #E5E3DB;
	}
.bordered	{
	border: 1px solid #bbb!important;
	background: #E5E3DB!important;
	padding: 4px;
	}
.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: 38px;
	line-height: 32px;
	padding: 0 2px 0 0;
	margin-top: 4px;
	text-shadow: 1px 1px 1px #fff, 1px 1px 3px #fff;
	font-weight: 300;
	font-family: 'Raleway', cursive;
	color: #CA9D52;
	}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  p.dc:first-letter {
    margin-top: 0px;
  }
}	
	
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: 1px; 
	border-top-left-radius:3px;  
	border-top-right-radius:3px;
	outline:none;
	}
.tabs li a {
	padding: 5px 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: #E5E3DB;
	color: #6a5f4b!important;
	outline:none;
	border-bottom: solid 1px #E5E3DB;
	}
.tabs li a:hover, .tabs li a.inactive:hover {
	color: #6a5f4b!important;
	outline:none;
	}
.tabContent {
    clear: both;
	background: #fff;           
    width:100%;
	padding: 20px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	position: relative;
	z-index: 1;
	top: -1px;
	}
.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 .thumb	{
	float: left;
	display: block;
	/* width: 110px; */
	text-align: center;
	margin: 6px;
	line-height: 11px;
	/* overflow: hidden; */
	}
.thumb-container .thumb img, .thumb-container .thumb a img	{
	display: block;
	width: 150px!important;
	height: 100px!important;
	margin: 0!important;
	padding: 0!important;
	}	
.thumb-container .thumb a	{
	float: left;
	display: block;
	font-size: 10px;	
	padding: 0;
	margin: 3px;
	color: #333;
	border: 1px solid #bbb;
	box-shadow: 3px 3px 0 0 #ccc;
	text-decoration: none;
}	
*+html .thumb-container .thumb a	{
	margin: 12px;
	}	
	
.thumb-container .thumb a:hover	{
	border: 1px solid #aaa;
	box-shadow: 3px 3px 0 0 #aaa;
	}
	
	
