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

.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: 'Raleway', 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;
	 }
a:hover	{
	 -webkit-transition: all .5s ease-in-out;
	 }
header	{
	width: 100%;
	position: relative;
	}
footer	{
	width: 100%;
	position: relative;
	}
.logo	{
	}
a#toTop	{
	display: block; 
	position: fixed; 
	z-index: 1000;
	bottom: 0px; 
	right: 5px; 
	width: 40px; 
	height: 30px; 
	line-height: 27px;	 
	text-align: center; 
	text-decoration: none; 
	font-size: 17px; 
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	}
a:hover#toTop	{
	}
h1,h2,h3,h4	{
	font-weight: 400;
	text-shadow: 1px 1px 1px #fff;
	margin: 0 0 10px 0;
	}
h1 span	{
	display: block;
	font-size: 18px;
	line-height: 21px;
	}
.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);
	min-height: 130px;
	}	
p	{
	margin: 0 0 15px 0;
	}	
h1	{
	font-size: 30px;
	border-left: 1px solid #DEDBD1;
	border-bottom: 1px solid #DEDBD1;
	margin: 0 0 20px 0!important;
	max-width: 100%;
	padding: 0 10px 5px 10px;
	clear: both;
	}
h2	{
	font-size: 22px;
/* 	border-bottom: 1px solid #DEDBD1; */
	}
h3	{
	font-size: 19px;
	}
h4	{
	font-size: 15px;
	}
ul 	{
	margin: 0;
	padding: 0;
	}
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;
	}
	
	
	
	
	
	
/* 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.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	{
	background: #fff;
	padding: 7px;
	border: 1px solid #bbb;
	}
.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	{
	color: #3966A1;
	float: left;
	font-size: 46px!important;
	line-height: 24px;
	padding: 0 1px 0 0;
	margin-top: 0;
	text-shadow: 1px 1px 1px #fff, 1px 1px 3px #fff;
	font-weight: 300;
	}