@import"reset.css";
@import"skeleton.css";
/*@import"flexslider.css";*/

/*@import url(http://fonts.googleapis.com/css?family=ABeeZee:400,400italic);*/

html {overflow-y:scroll;}
body {
	/*background:#232323;*/
	background:#c1c1c1;
	font:16px/22px Helvetica, sans-serif;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
   
	color:#454545;
	position:relative;
	min-width:320px;
}

html,body {
	height:100%;
}
a {
	color:#848484;
	outline:none;
	cursor:pointer;
	text-decoration:none;
}
img {
	max-width:100%;
	height:auto;
}

/* GLOBAL STRUCTURE
========================================================================= */
.clear {
	clear:both;
	line-height:0;
	font-size:0;
	overflow:hidden;
	height:0;
	width:100%;
}
.wrapper {
	width:100%;
	overflow:hidden;
	position:relative;
}

.home {
	color:#2c61c2;
}

.home a {
	color:#eaefef;
}

.home strong, .home strong a {
	font-weight:bold;
	color:#2c61c2;
}
	.home strong a:hover {
		color:#8ab2fb;
	}

.wrapper p {margin-bottom: 15px; line-height:22px;}

.wrapper .ta-r {text-align:right; padding-right:4px;}

.wrapper .ta-r a {color:#2455ae;}
.wrapper .ta-r a:hover {color:#3466c1;}

.wrapper ul li:first-child {
	background:none;
}
.wrapper ul li {
	padding-left: 9px;
	padding: 4px 0 4px 0px;
	margin-left:9px;
	border-bottom:1px dashed #adc7f7;
}

.extra-wrap {
	overflow:hidden;
	display:block;
}
.fleft {float:left;}
.fright {float:right;}

.bg-main {
	position:relative;
}
.bg-head {
	
}

/* TYPOGRAPHY
========================================================================= */
h1 {
	float:left;
	padding-top:40px;
	padding-left:0px;
}
h1 a {
	display:inline-block;
	color:#1f343a;
	font:300 60px/72px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	letter-spacing:1.5pt;
}
h2 {
	font: 300 21px/36px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color:#225ba8;

}
h3 {
	font: 300 21px/36px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color:#ff1814;
}

h4 {
	font: bold 19px/30px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color:#396eb3;
	font-style:italic;
}


h5 {
	font: 300 16px/26px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

h5 a, h5 a:visited , h5 a:hover{
	color:#396eb3;
	font-weight:600;
}


strong, strong a {
	font-weight:bold;
	/*color:#5e8ada;*/
}
	strong a:hover {
		color:#2f2c2c;
	}

strong.color {color:#164499;}

/* IDENTS
========================================================================= */
.indent-bot-1 {margin-bottom: 18px;}
.indent-bot-2 {margin-bottom: 12px;}
.indent-bot-3 {margin-bottom: 24px;}
.indent-bot-4 {margin-bottom: 22px;}
.indent-bot-5 {margin-bottom: 21px;}
.indent-bot-6 {margin-bottom: 26px;}
.indent-bot-7 {margin-bottom: 6px;}
.indent-bot-8 {margin-bottom: 14px;}
.indent-bot-9 {margin-bottom: 17px;}
.indent-bot-10 {margin-bottom: 48px;}
.indent-bot-11 {margin-bottom: 40px;}
.indent-bot-12 {margin-bottom: 45px;}

.indent-top-1 {padding-top: 25px;}

.indent-left-1 {padding-left: 5px;}

/* HEADER
========================================================================= */
header {
	padding-bottom:18px;
}

.banner{
	position:relative;
	width:100%;
	height:auto;
}
.overlay{
	position:relative;
	margin:-57px auto 20px;
	text-align:center;
	display:block;
}

/* CONTENT
========================================================================= */
#content {
	padding:0 0 0 0;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	position:relative;
}


.heading_line_simple{
	text-align:center;
}

.heading_line{
	background:#ade1f3;
	text-align:center;
}

.heading_line_gray{
	background:#d7d7d7;
	text-align:center;
}

.page_text{
	padding:15px 0;
}
.no_top{
	padding-top:0px !important;
}

blockquote{
	padding-left:50px;
}

.center{
	text-align:center;
}

.blue{
	color:#225ba8;
}

.red{
	color:#ff1814;
}

.blue_dot{
	font-size:22px;
	font-weight:bold;
	color:#225ba8;
}

.block-1 {
	border: 1px solid #fff;
	padding:24px 24px 33px 19px;
}
.block-2 {
	background-color:#f3f3f3;
	padding:36px 20px 27px 20px;
	margin-top:40px;
	line-height:20px;
	position:relative;
}
.block-2:before, .block-3:before {
	display:block;
	content:'';
	width:42px;
	height:47px;
	position:absolute;
	right:9px;
	top:-19px;
	/*background: url('../images/staple.png') no-repeat;*/
}
.block-3 {
	background-color:#f3f3f3;
	padding:36px 28px 40px 27px;
	margin-top:40px;
	line-height:20px;
	position:relative;
	margin-right:0px;
}
.block-3 .ta-r {text-align:right; padding-right:4px;}

.block-3 .ta-r a {color:#164499;}
.block-3 .ta-r a:hover {color:#848484;}

.line {
	/*background: #dddddd;*/
	border-bottom:1px dashed #adc7f7;
	height: 1px;
	overflow:hidden;
}

.b-1 {
	font:18px/26px "Trebuchet MS", sans-serif;
	color:#858585;
	margin-bottom:8px;
}
.lh-1 {
	line-height:18px;
}
.color-1 {
	color:#5387e6;
}
.col-1 {
	width:165px;
	float:left;
	margin-right:24px;
}
.col-2 {
	width:130px;
	float:left;
}

.col-3 {
	width:204px;
	float:left;
	margin-right:24px;
}

.col-3.last {
	margin-right:0;
}

.col-4 {
	width:205px;
	float:left;
	margin-right:24px;
	margin-bottom:20px;
}
.col-4 img {
	margin-bottom:26px;
}
.col-4.last {margin-right:0;}

.border-bottom {
	border-bottom: 1px solid #eaeaea;
	padding-bottom:12px;
}

.rt-indent-1 {padding-right: 32px;}
.rt-indent-2 {padding-right: 60px;}
.rt-indent-3 {padding-left: 24px; padding-right:15px;}
.rt-indent-4 {padding-right: 25px;}
.rt-indent-5 {padding-left: 24px; padding-right:24px;}
.rt-indent-6 {padding-right: 24px;}
.rt-indent-7 {padding-right: 74px;}

/* BUTTONS, LINKS
========================================================================= */
.button, .button-2 {
	display:inline-block;
	color:#fff;
	font-size:17px;
	font-weight:bold;
	font-family:Arial, sans-serif;
	background-color:#ff1814;
	padding: 5px 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	line-height:27px;
	text-transform:uppercase;
}
	.button:hover {
		background-color:#2455AE;
	}
.button-2 {
	background-color:#164499;
}
	.button-2:hover {
		background-color:#2455AE;
	}

/* FOOTER
========================================================================= */
footer {
	padding:20px 0 20px 0;
	position:relative;
}
.policy {
	color: #396eb3;
	word-spacing:1px;
}
.policy a {
	color: #396eb3;
	text-decoration:underline;
}
	.policy a:hover {
		color:#164499;
	}
	

/* MEDIA */
/*==========================================*/
@media only screen and (min-width: 768px) and (max-width: 995px) {
	.hide-pl{display:none;}
	
	h2 {
		letter-spacing:0;
	}
	
	.rt-indent-1 {padding-right: 16px;}
	.rt-indent-2 {padding-right: 30px;}
	.rt-indent-3 {padding-left: 12px; padding-right:8px;}
	.rt-indent-5 {padding-left: 12px; padding-right:12px;}
	.rt-indent-7 {padding-right: 30px;}
	
	.rt-grid-1 {
		float:none;
	}
	.col-3 {
		margin-right:58px;
	}
	
	.col-4 {
		width:173px;
		float:left;
		margin-right:12px;
	}
	.col-4.last {margin-right:0;}
	
	.block-3 {margin-right:0;}
	
	.rt-reset {
		padding-left:10px;
		padding-right:10px;
	}
	
}
@media only screen and (max-width: 767px) {
	.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10б , .grid_11, .grid_12, .grid_13, .grid_14 {margin-bottom:30px;}
    .last-col{margin-bottom:0 !important;}
	.hide-ip{display:none;}
	
	.img-100 {width:100%;}
	
	.rt-indent-1, .rt-indent-2, .rt-indent-5, .rt-indent-3, .rt-indent-7 {padding: 0;}
	
	.policy {
		padding:0;
		text-align:center;
	}
	.col-1 {
		margin-bottom:20px;
	}
	.col-3 {
		width:auto;
		margin:0;
		margin-bottom:30px;
	}
	.col-4 {width:100%;}
	
	.rt-reset {
		padding-left:5px;
		padding-right:5px;
	}
	.block-2 {margin-top:0;}
	
	.img-1 {
		float:none;
		margin-right:0;
		margin-left:0;
		margin-bottom:20px;
	}
	.rt-extra-wrap {
		overflow:visible;
	}
	
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	 .hide-iw{display:none;}
	 
	 .col-4 {
		width:200px;
		margin-right:10px;
	 }
	.col-4.last, .col-4.last-rt {margin-right:0;}
	
	.overlay{
		position:relative;
		margin:10px auto 10px;
		text-align:center;
		display:block;
	}
	
	blockquote{
		padding-left:0;
	}

	
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
	 .hide-iw{display:none;}
	 
	 .overlay{
		position:relative;
		margin:10px auto 10px;
		text-align:center;
		display:block;
	}
	
	blockquote{
		padding-left:0;
	}
	
}

/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */