@charset "utf-8";

body {
	font-weight: 300;
	background: #EEEEEE;
	margin: 0;
	padding: 0;
	color: #333;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
img.normal	{width:auto !important;}
a:link {
	color: #5F5287;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #5F5287;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}


h1{font-size:1.7em;  font-weight: normal; text-align:center; font-variant:small-caps; margin-bottom:20px;}
h2{font-size:1.4em; line-height:1.2em;}
h3{font-size:1.3em;}
h4{font-size:1.2em;}
h5{font-size:1.1em;}
h2, h3, h4, h5, h6 {
    font-family: "Open Sans",sans-serif;
    font-weight: normal;
    margin: 0px 0px 0px;
}
h1.maintitle {
    font-size: 1.4em;
    position: relative;
    z-index: 1; 
	line-height:1.9em;
	font-variant:normal;
	margin-bottom:15px;
}

h1.maintitle:before {
    border-top: 1px solid #878787;
    content:"";
    margin: 0 auto;
    position: absolute;
    top: 20px; left: 0; right: 0; bottom: 0;
    width: 100%;
    z-index: -1;
}
h1.maintitle span.whitebg { background: #fff; padding: 0 20px; color:#333; }
h1.maintitle span.greybg { background: #EEE; padding: 0 20px;  color:#333;}
h1.maintitle span.bluebg { background: #2E3D54; padding: 0 20px;  color:#FFF;}

.keytop	{
	display:none;}
.small {
	font-size:0.7em;}
.xl	{
	font-size:1.3em}

.bg1	{background:#FFF; }
.bg2	{background-color: #2E3D54; color:#FFF}
.bg2 .card	{color:#333}
.bg4 {	background: #E1DFE0;	color:#333;	}
.greybg	{background:#2E3D54; color:#FFF}
.greybdr	{border:1px solid #CCCCCC; -moz-border-radius: 12px; -webkit-border-radius: 12px; background:#FFF; }
.gold	{color:#D1B963}
.goldbg	{background-color:#D1B963;}
.btn-primary	{background-color:#2E3D54!important; color:#FFF !important;}
/* ~~ Forms ~~ */

.header	{ background:#5F5287; }
.banner	{height:200px;}
#tel	{ 
	color: #fff;
	text-align:center;
	font-size:1.7em;
	line-height:0.8em;
	padding-top:20px;}
#tel a	{ 
	color: #fff !important;
	}
#tel #tag	{ 
	display:none;
}	
	
#tel img	{ 
	display:none;
	}

.header H1	{ 
	color: #FFF;
	font-size:1.4em;
	text-align:center;
	line-height:1em;
	padding:15px 0;
	font-weight:normal;
	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif
}	
.steps	{line-height:1em;}
.steps img	{margin-bottom:10px; margin-right:10px; float:left; width:15%;}

.accom .card-body	{padding:10px 5px 5px 5px !important; text-align:center}

.greybdr	{border:1px solid #CCCCCC; -moz-border-radius: 12px; -webkit-border-radius: 12px; background:#FFF; }

.accordion .card-header	{background:none; padding:0;border:none;}
.accordion .card-header .btn-link	{color:#999 }
.accordion .card	{margin-bottom:10px; border:1px solid #eee !important;}
.services h3	{font-size:2em; clear:both; display:block; text-align:center}
.services img	{width:auto!important; vertical-align:middle; margin-right:15px; margin-bottom:20px;}
.catptcha img	{width:auto!important;}
#footer	{background:#2E3D54 !important; color:#FFF;	padding-top:20px;	text-align:center;}
#footer .social {	display:block;	text-align:center;}
#footer .social img {	width:15%;
}
#footer a	{	color:#fff !important;	}
#footer .left ul, #footer .right ul {	margin:0px;}
#footer li	{	list-style:none;	padding:4px 0;	border-bottom:1px solid #ccc;	}

.footertel	{background:#5F5287; color:#D1B963; text-align:center; font-size:1.7em; font-weight:600}
/* Tablet Portrait Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
	
h1 {
    font-size: 35px;
    line-height: 40px;
}
h3 {
    font-size: 18px;
    line-height: 25px;

}

/* ~~header~~ */


.header H1	{ 
	font-size:1.4em;}

/* ~~internal styling~~ */

}
/*  */
@media only screen and (min-width: 650px) {

#tel #tag	{ 
display:block;
	color:#D1B963;
	padding-top:10px;
	padding-bottom:10px;
	line-height:1em;
	font-size:0.8em;
	font-weight:600;
}
img.icon	{display:inline-block; width:5% !important; float:left; margin-right:2%; }
		.steps img	{ width:10%;} 
}
/* tablet landscape: 769px to a max of 960px.  Inherits styles from: Mobile Layout and Tablet Portrait Layout. */
@media only screen and (min-width: 769px) {
/* ~~header~~ */
.logo	{position:absolute; z-index:2000; padding:5px;}
#tel	{ 
	line-height:1.1em;
	text-align:right; 
	}
.header H1	{ 
	font-size:1.6em;}
.banner	{height:200px;}
	.steps img	{ width:14%;}
#footer 	{
	text-align:left;}

#footer li	{
	border-bottom:none;	padding:1px 0;}

/* Desktop Layout: 960px to a max of 1100px. Inherits styles from: Mobile Layout and Tablet Portrait Layout. */
@media only screen and (min-width: 960px) {

/* ~~header~~ */
.header H1	{ 
	font-size:1.8em;}
.banner	{height:280px;}

	.steps img	{ width:8%; font-size:1.1em} 
#footer .footercontact	{
	text-align:right
	}
}
