* {
	margin:0; 
	padding:0;
}
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address,a,img{
	margin: 0;
	padding: 0;
}
img{
	border: none;
}
a img{
	border: none;
}
a{
	text-decoration: none !important;
	outline: none;	
	color: #006bac;
}
a:hover{
	text-decoration: none;
	outline: none;	
	color: #575757;
}
table{
	border: 0px 0px;
	border-style: none none none none;
	text-align: left;
	vertical-align: top;
	width: 100%;	
}
td, tr{
	padding: 0 4px;
	margin: 0;
	border-style: none none none none;
	text-align: left;
	vertical-align: top;
	valign: top;
}
input {outline:none;}
div, input{
	display: block;
	position:relative;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    box-sizing: border-box; 
}
a{
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    box-sizing: border-box; 
	
	transition:         all .25s linear;
	-webkit-transition: all .25s linear;
	-moz-transition:    all .25s linear;
	-o-transition:      all .25s linear;
}
li{
	margin-bottom: 15px;
}

/* ------------------------------------------------------------------- */
.hr20{
	display: block;
	clear: both;
	height:20px !important;
	width:100% !important;
	padding: 0px !important;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #cccccc;
}
.cleaner{
	display: block;
	clear: both;
	height:1px !important;
	width:100% !important;
	border: 0px !important;
	padding: 0px !important;
	margin: 0px;
}
.cleaner5{
	display: block;
	clear: both;
	height:5px !important;
	width:100% !important;
	border: 0px !important;
	padding: 0px !important;
	margin: 0px;
}
.cleaner10{
	display: block;
	clear: both;
	height:10px !important;
	width:100% !important;
	border: 0px !important;
	padding: 0px !important;
	margin: 0px;
}
.cleaner15{
	display: block;
	clear: both;
	height:20px !important;
	width:100% !important;
	border: 0px !important;
	padding: 0px !important;
	margin: 0px;
}
.cleaner20{
	display: block;
	clear: both;
	height:20px !important;
	width:100% !important;
	border: 0px !important;
	padding: 0px !important;
	margin: 0px;
}
.cleaner30{
	display: block;
	clear: both;
	height:30px !important;
	width:100% !important;
	border: 0px !important;
	padding: 0px !important;
	margin: 0px;
}
.cleaner40{
	display: block;
	clear: both;
	height:40px;
	width:100%;
	border: 0px !important;
	padding: 0px !important;
	margin: 0px;
}
.cleaner50{
	display: block;
	clear: both;
	height:50px;
	width:100%;
	border: 0px !important;
	padding: 0px !important;
	margin: 0px;
}

.sc_section{
	width: 100%;
	padding: 50px 0px;
}

/* ------------------------------------------------------------- */
body, html{
	position:relative;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-align: left;
	color: #575757;
	line-height: 1.4;
	width: 100%;
	min-height: 100%;
	background: #ffffff;
	overflow-x: hidden;
}
html{
	overflow-y: scroll;
}
h1,h2,h3,h4,h5,h6, .h_font{
	font-weight: 400;	
	color: #575757;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
h1{
	
}
h2{
	text-align: center;
    width: 100%;
	margin-bottom: 20px;
	font-size: 30px;
}
h3{
	margin-bottom: 10px;
}
h4{
	text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

/* header ------------------------------------------------------------- */
.seven-cols{
	display: inline-block;
	width: 13.8%;
}

.border_shadow{
	-webkit-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 2px 6px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 2px 6px 0px rgba(50, 50, 50, 0.2);
	/*padding:10px;*/
	border: 10px solid #ffffff;
}
.btn_type_2{
    width: 100%;
	max-width:250px;
	margin:0px auto;
    display: block;
    position: relative;
    background-color: #448ccb;
    color: #ffffff;
    border-radius: 0px;
    padding: 15px;
    font-size: 20px;
	text-align:center;
	
	transition:         all .25s linear;
	-webkit-transition: all .25s linear;
	-moz-transition:    all .25s linear;
	-o-transition:      all .25s linear;
}
.btn_type_2:hover{
	color: #ffffff;
	background-color: #5B9FDA;	
}
.miniature_plus{
	text-align:center;
	display: block;
}
.miniature_plus:hover .btn_plus{
	background-color: #575757;
}
.btn_plus{
	display: block;
	position: absolute;
	bottom:-7px;
	right:0px;
	width: 45px;
	height:45px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
	background: #627a90 url(../images/plus.png) no-repeat center center;
	
	transition:         background .25s linear;
	-webkit-transition: background .25s linear;
	-moz-transition:    background .25s linear;
	-o-transition:      background .25s linear;
}

#block_navigation{
	color: #ffffff;
	padding: 20px 0px;
	background: #f2f5f8 url(../images/bg_blue.jpg) no-repeat center center;
	background-size: cover;
	border-top: 1px solid #2e84bf;
	border-bottom: 1px solid #2e84bf;
}
#block_navigation a{
	color: #ffffff;
	text-decoration:underline !important;
}
#block_navigation a:hover{
	color: #ffffff;
	text-decoration: none !important;
}

/* header ------------------------------------------------------------- */
#header{
	padding: 20px 0px;
}
.block_menu{
	display:block;
	text-align: right;
	margin-top: 25px;
	text-transform: uppercase;
}
.block_menu a{
	margin-left:10px;
	text-align: right;
	color: #575757;
	font-size: 14px;
}
.block_menu a:hover, .block_menu a:active{
	color: #3c94ca;
}
.block_menu a.active{
	color: #3c94ca;
}

.block_icon{
	position: relative;
	width: 100%;
	padding:0px 0px 15px 25px;
}
.block_icon i{
	position: absolute;
	display:block;
	top:0px;
	left:0px;
	padding-left: 2px;	
}

.block_logo{
	width: 100%;
	max-width: 527px;
}
	
/* block_Buttons ------------------------------------------------------------- */
.block_button_t1{
    margin: 10px 3px;
	text-align: center;
	display: block;
	position:relative;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    box-sizing: border-box;	
}
.block_button_t1:hover{
	-webkit-box-shadow: 0px 6px 20px 0px rgba(50, 50, 50, 0.12);
	-moz-box-shadow:    0px 6px 20px 0px rgba(50, 50, 50, 0.12);
	box-shadow:         0px 6px 20px 0px rgba(50, 50, 50, 0.12);
}
.block_button_t1 .miniature{
	padding: 0px;
}
.block_button_t1 .miniature img{
	width: 100%;
	max-width: 268px;
}
.block_button_t1 .text{
	text-align:center;
	padding-top:30px;
}
.block_button_t1 .text img{
	margin-bottom: 7px;
}

/* block_OrderForms ------------------------------------------------------------- */
#block_OrderForms{
	background-color: #f2f5f8;
	border-top: 1px solid #d7dcdf;
	border-bottom: 1px solid #d7dcdf;
}
.text_type_1{
	text-align: center;
	margin-top: 60px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
}

#block_OrderForms .miniature_plus .btn_plus{
	left: 50%;
    margin-left: 75px;
}

/* block_AvailableForms ------------------------------------------------------------- */
#block_AvailableForms .seven-cols{
	text-align: center;
	font-size:14px;
	padding: 0px 15px;
}
#block_AvailableForms .seven-cols .miniature_plus{
	margin-top: 10px;
	text-align: center;
}
#block_AvailableForms .seven-cols .miniature_plus img{
	border: 1px solid #cfdad8;
	width: 114px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 1px 2px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 1px 2px 0px rgba(50, 50, 50, 0.2);
}

/* block_Customers ------------------------------------------------------------- */
#block_Customers{
	background: #f2f5f8 url(../images/bg_pattern_01.png) repeat;
	border-top: 1px solid #d7dcdf;
}
.text_type_2{
	display: block;
	color: #627a90;
	width: 94%;
	max-width: 800px;
	margin:0px auto;
}
.text_type_3{
    font-size: 28px;
    font-weight: 700;
	line-height: 1;
}
.btn_type_1{
	width: 80px;
	height:80px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
	background: #627a90 url(../images/arrow_right.png) no-repeat center center;
	transition:         all .25s linear;
	-webkit-transition: all .25s linear;
	-moz-transition:    all .25s linear;
	-o-transition:      all .25s linear;
}
.text_type_2:hover .btn_type_1{
	background: #575757 url(../images/arrow_right.png) no-repeat center center;
}

/* block_Quotations ------------------------------------------------------------- */
#block_Quotations{
	background: #f2f5f8 url(../images/bg_blue.jpg) no-repeat center center;
	background-size: cover;
	border-top: 1px solid #2e84bf;
	border-bottom: 1px solid #2e84bf;
	color: #ffffff;
}
#block_Quotations span{
    width: 100%;
    display: block;
    font-style: italic;
	margin-top:10px;
}
#block_Quotations p{
    width: 100%;
    display: block;
    font-style: italic;
	margin-top:10px;
}

/* block_About ------------------------------------------------------------- */
#block_About{
	background: #fdfdfd;
	border-bottom: 1px solid #f1efef;
}
#block_About .im_width{
	width: 100%;
	max-width: 271px;
	margin: 0px auto;
	display: block;
}
#block_About .col-sm-9{
	padding:40px 10px 0px 10px;
}

/* block_Services ------------------------------------------------------------- */
#block_Services a>img{
	display:block;
	margin-bottom:10px;	
}
#block_Services h3 span{
	font-size: 12px;
    color: #B5B5B5;
}
#block_Services .im_width{
	width: 100%;
	max-width: 311px;
	display: block;
}

/* block_Map ------------------------------------------------------------- */
#block_Map{
	width: 100%;
	height: 300px;
}

/* footer ------------------------------------------------------------- */
#footer{
	background: #2d363e;
	border-top: 4px solid #3c4751;
	padding: 30px 0px;
	font-size: 12px;
	color: #9c9c9c;
}
.block_menu_footer{
    text-align: right;	
}
.block_menu_footer a{
	color: #9c9c9c;
	margin-left:15px;
	text-transform: uppercase;
}
.block_menu_footer a:hover{
	color: #006bac;
}
.block_menu_footer a.active{
	text-decoration:underline !important;
}

/* slider ------------------------------------------------------------- */
.slider_text_type_1{
	font-family: Georgia, 'Times New Roman', Times, serif;
    color: #ffffff;
    font-size: 36px;
	text-transform: uppercase;
}
.slider_text_type_2{
    color: #ffffff;
	max-width:500px;
    font-size: 24px;
	font-weight: 300;
}
.slider_text_type_3{
	font-family: Georgia, 'Times New Roman', Times, serif;    
    font-size: 14px;
	color: #ffffff;
}
.slider_btn{	
	padding:15px 40px;
	background: #ffffff;
	font-weight: 300;
	font-size: 20px;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	display:block;
	
	transition:         opacity .25s linear;
	-webkit-transition: opacity .25s linear;
	-moz-transition:    opacity .25s linear;
	-o-transition:      opacity .25s linear;
}
.slider_btn:hover{	
	opacity: 0.8;
}

.block_citation{
	padding-left: 70px;
	background: url(../images/citation.png) no-repeat 10px;
}

/* bootstrap ------------------------------------------------------------- */
.has-error .form-control{
	    border-color: #F1524F;
}
.bg-danger, .bg-success{
	padding:20px;
}

/* media ------------------------------------------------------------- */
@media (max-width: 550px){
	.block_button_t1 .text{
		padding-top:5px;
	}
}
@media (max-width: 768px){
	#block_Services .col-sm-4{
		text-align:center;
		margin-bottom:20px;
	}
	#block_Services h3{
		text-align:center;
	}
	#block_Services .im_width{
		margin-left: auto;
		margin-right: auto;	
	}
}
@media (max-width: 992px){
	.cleaner_mobile{
		display: display;
		clear: both;
		height:30px;
		width:100%;
		border: 0px !important;
		padding: 0px !important;
		margin: 0px;
	}
	.block_button_t1{
		font-size:10px;
		margin: 10px auto;
		max-width: 500px;
	}
	.text_type_1{
		margin-top: 20px;
	}
	#footer{
		text-align: center;	
	}
	.block_menu_footer{
		text-align: center;	
		margin-top:25px;
	}
	.block_menu_footer a{
		display: block;
		width: 100%;
		margin-bottom:10px;
	}
	
	.seven-cols{
		width: 48.8%;
		margin-bottom:25px;
	}
	#block_navigation{
		text-align: center;
	}
}
@media (max-width: 1199px){
	.block_logo{
		position: relative;
		display:block;
		margin:0px auto;
	}
	.block_menu, .block_menu a{
		width: 100%;
	}
	.block_menu a{
		display:block;
		width: 100%;
		padding: 10px;
		margin: 0px;
		text-align: center;
	}
}