@charset "utf-8";
/* CSS Document */


 @import url('https://fonts.googleapis.com/css?family=Roboto+Mono');
div {
	border:0px solid red;
	box-sizing:border-box;
}

* {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, th {
	font-weight:normal;
	font-style:normal;
}

strong {
	font-weight:bold;
}
p {
	margin-bottom:15px;
}
ul {
	list-style:square inside;
	padding-left:20px;
}
fieldset, img, hr {
	border:none;
}
caption, th {
	text-align:left;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
td {
	vertical-align:middle;
}
body {
	font:300 16px /24px "Roboto";
	color:#575757;
}
#wrapper {
	width: 100%;
	text-align:center;
	float: left;
	background:url(../images/header.png) repeat-x left top;
}
.container {
	margin:0 auto;
	max-width: 1170px;
	position:relative;
	text-align:left;
}
#header {
	min-height:200px;
}
#logo {
	float: left;
	margin: 57px 0 38px 0;
}
#logo-mobile {
	display: none;
}
.mobile-call {
	display: none;
}
#call span {
	font: 700 20px/24px "Roboto";
	color:#3f6eb4;
	display:block;
}
#call {
	width: 150px;
	float:right;
	margin-top:65px;
}
.mobile-call {
	display:none;
}
a, a img {
	outline:0px;
	border:0px;
	text-decoration:none;
	color:#999;
}
a:hover {
	color:#000;
}
img {
	display:block;
	max-width:100%;
}
.clear {
	clear:both;
	height:0 !important;
}
.clear-10 {
	clear:both;
	height:10px !important;
}
.clear-20 {
	clear:both;
	height:20px !important;
}
.clear-30 {
	clear:both;
	height:30px !important;
}
.clear-40 {
	clear:both;
	height:40px !important;
}
#content {
	background:#fff;
}
.left_content {
	width:62%;
	float:left;
}
#slider_wrap{background:url(../images/slide.jpg) no-repeat right top;
height:400px;
}
.side_bar {
	width:35%;
	float:left;
	margin:0 1.5%;
}
.slide-text{width:700px;}

.slide-text h1{padding: 30px 40px 5px 10px;
font:100 36px/40px Roboto;}

h2.heading{font:400 25px/40px Roboto;
padding:30px 0;}
h3.boxhead{font:400 18px/30px Roboto;
color:#26478e;
padding-bottom:25px;}

.slide-text a{background: #982881 none repeat scroll 0 0 !important;
    border-color: #842370 !important;
    border-radius: 6px !important;
    color: #ffffff !important;
	display: inline-block;
    font-size: 16px;
    line-height: 36px;
    margin: 20px 0 0 10px;
    min-height: 30px;
    padding: 0 12px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
	
	
	
	
	
	}
p {
	text-align:justify;
}
.pull-right {
	float:right!important;
}
.pull-center {
	float:none!important;
	margin:0 auto;
}
.pull-left {
	float:left!important;
}
.left-align {
	text-align:left!important;
}
.center_text {
	text-align:center!important;
}
.right-align {
	text-align:left!important;
}
#footer {
	margin:0 auto;
	background:#26478e;
	color:#fff;
	padding:10px;
}
.copy {
	width:50%;
	float:left;
}
.copy a {
	color:#CCC;
}
.copy a:hover {
	color:#FF8B00;
}
.social {
	width:50%;
	float:left;
}
.social a {
	float:right;
	margin-right:10px;
}
.span-50 {
	width:46%;
	padding:2%;
	float:left;
}
.span-100 {
	width:96%;
	padding:0 2%;
	float:left;
}
.nodes {
	list-style-image:none !important;
	list-style:none !important;
}
.nodes li {
	margin:0!important;
	padding:0!important;
	height:22px;
	background:url(../images/node.gif) no-repeat left top;
}
.nodes li a {
	margin:0!important;
	padding:0!important;
	line-height:22px!important;
	display:block;
	padding-left:30px!important;
}
.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
	float:left;
	box-sizing:border-box;
	padding:0 15px;
}
.row{
	width:100%;
	margin:0 -15px;
}
.col-12 {
	width:100%
}
.col-11 {
	width:91.66666667%
}
.col-10 {
	width:83.33333333%
}
.col-9 {
	width:75%
}
.col-8 {
	width:66.66666667%
}
.col-7 {
	width:58.33333333%
}
.col-6 {
	width:50%
}
.col-5 {
	width:41.66666667%
}
.col-4 {
	width:33.33333333%
}
.col-3 {
	width:25%
}
.col-2 {
	width:16.66666667%
}
.col-1 {
	width:8.33333333%
}
input, select, textarea {
	border:1px solid #dddddd;
	padding:0 15px;
	box-sizing:border-box;
	width:100%;
	height:40px;
	color:#299c9f;
}
.box{background:url(../images/box-bg.png) repeat-x left top ;
border:1px solid #ccc;
padding:25px;
min-height:270px;}


input[type="text"], 
input[type="password"], 
input[type="email"], 
input[type="url"], 
input[type="number"], 
textarea {
    border: 1px solid #cccccc;
    color: #888888;
    font-family: Arial,Helvetica,sans-serif;
    height: 35px;
    padding: 3px;
    width: 100%;
	margin-bottom:10px ;
}
textarea{height:100px;}
.btn{background:#3f6eb4;
float:left;
width:auto;
color:#FFF;
border:1px solid #3f6eb4;}



/*.check-wrap {
    background:url(../images/spam-bg-1.png) no-repeat  left center;
    height: 76px;
}

label.cp {
    width: 55px !important;
}
input.r1 {
    display: none;
}
label.cp input[type="checkbox"] ~ span {
    background: #ffffff none repeat scroll 0 0;
    border: 3px solid #cccccc;
    cursor: pointer;
    display: block;
    height: 20px;
    margin: 0 auto;
    padding: 1px;
    vertical-align: middle;
    width: 20px;
}*/




.con{padding-bottom:20px;}







label {
    float: left;
    width: 75px;
	margin-top:25px;
}

.check-wrap {
	
	background:url(../images/spam-bg-1.png) no-repeat left center;
	height:76px;
		margin-bottom:10px;
	
}

input.r1 {
	display: none;
}
label.cp {
	width:55px !important;
}
label.cp input[type=checkbox] ~ span {
 display: inline-block;
 vertical-align: middle;
 cursor: pointer;
 background: #fff;
 border: 3px solid #ccc;
 padding: 1px;
 height: 20px;
 width: 20px;
 display:block;
 margin:0 auto;
}
 label.cp input[type=checkbox]:checked ~ span {
background:url(../images/spam-check.png) no-repeat center center;
 background-size: 100%;
}

.error{color:#f00;
width:100%;
margin: -10px 0 20px;
}

















 @media screen and (max-width: 770px) {
	 .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
	width:100%;
}
.row {
    margin: 0;
}

.box {
    min-height: 10px;
	margin-bottom:15px;
    
}
#content .container{padding:0 10px;}

#header {
    min-height: 10px;
	background:#3f6eb4
}
.slide-text{width:100%;}
#slider_wrap {
    background: rgba(0, 0, 0, 0) url("../images/slide.jpg") no-repeat scroll right top / cover ;
    height: 250px;
}


.slide-text h1 {
    color: #ffffff;
    font: 700 20px/24px Roboto;
    padding: 30px 40px 5px 10px;
    text-shadow: 3px 3px 3px #000000;
    width: 50%;
}















 #wrapper {
background:none;
}
 #logo {
 display: none;
}
 #call {
 display: none;
}
#logo-mobile {
 color: #fff;
 display: block;
 float: left;
 font: 700 15px/45px Open Sans;
 height: 45px;
 margin-left: 15%;
 text-align: center;
 width: 70%;
}
 .mobile-call {
 display: block;
 float: left;
 height: 45px;
 width: 15%;
}
 .mobile-call img {
float:right;
}
}

 @media screen and (max-width: 500px) {
.slide-text h1 {
    width: 100%;
}
}
