@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,700&amp;subset=latin-ext);




/* reset v.0.003 beta :-) */

/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,
abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,
strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,
figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,
time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:top;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,
header,aside{display:block;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
sup{vertical-align:text-top;}
a,label,button,input[type='button'],input[type='checkbox'],input[type='radio'],
input[type='image'],input[type='reset'],input[type='submit']{cursor:pointer;}
/* /reset */

/* global */
html,body{min-height:100%;height:100%;}
html{background-color:#fff;}
body{color:#545454 ;font:14px/22px 'Open Sans', Tahoma, Verdana, Arial, sans-serif!important;width:100%;margin: 0 auto;}

a {
	color: #1885cf;
	text-decoration: none;
}
a:hover,
.wrapper > header nav li.active a,
.wrapper > header nav a:hover,
.wrapper2 aside ul li a:hover,
.side_testimonials > a:hover,
.blog_page section h3 a:hover,
.postf a:hover,
.wrapper > header nav a.hornow {
	color: #ffcb4e;
	text-decoration: underline;
}




h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight:normal;
	line-height:1.5em;
	/*text-align:center;*/
	margin: 2em 0 1em;
}
h1{
	color: #272727;
	font-size: 24px;
	line-height: 32px;
	margin: 20px 0 10px;
}
h2{
	font-size: 21px;
	font-weight: 600;
	line-height: 30px;
	margin: 10px 0;
	color: #5787a9;
}
h3{
	color: #2d434f;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	margin: 10px 0;
}
h4, .faq_page h3{
	color: #ababab;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	margin: 10px 0;
}
h5{font-size:1em;}
h6{font-size:.8em;}
h2+h3, h3+h4 {margin-top:0;}

p {
	margin-top: 10px;
	/*text-align:justify;*/

	-moz-hyphens: auto;
	-khtml-hyphens: auto;
	-webkit-hyphens: auto;
	-o-hyphens: auto;
	-ms-hyphens: auto;	
	hyphens: auto;
}
h1+p{
	margin-top: 0;
}
p + p {
	margin-top: 34px;
}
em {
	font-style: normal;
	color: #a1a1a1;
}
strong {
	font-weight: 600;
}

table, tr, th, td {}
table {margin: 50px 0;width:100%;}
th {
	background-color: #f3f5f2;
	font-weight: 600;
	text-align: left;
	padding: 21px 35px;
}
tr:nth-of-type(odd) td {
	background-color: #fdfdfd;
}
td {
	border-top: 1px solid #f3f5f2;
	border-bottom: 1px solid #f3f5f2;
	padding:12px 35px;
}
td:first-of-type, td:last-of-type {
	border-left: 1px solid #f3f5f2;
	border-right: 1px solid #f3f5f2;
}
hr {
	border: 1px dashed #464646;
	border-width: 1px 0 0;

	margin-top: 1.5em;
	margin-top: -moz-calc(1.5em - 1px);
	margin-top: -khtml-calc(1.5em - 1px);
	margin-top: -webkit-calc(1.5em - 1px);
	margin-top: -o-calc(1.5em - 1px);
	margin-top: -ms-calc(1.5em - 1px);
	margin-top: calc(1.5em - 1px);
}
.wrapper > header:after,
.wrapper2:after,
.art1 ul:after,
.reviews:after,
.samples:after,
footer:after{
	content: "";
	border: none;
    clear: both;
    float: none;
    font-size: 0;
    height: 0;
    line-height: 0;
	display: block;
	margin: 0;
    padding: 0;
}

.customSelect:after, .sft .btn:after,
.tel:before, .mail:before,
.faq h4::before, .faq.js_on:hover h4::before,
.side_search button {
	background: url('../style/icons.png') no-repeat;
	content: "";
}

/* Forms */
/*fieldset {
	margin-bottom: 1em;
}
legend {
    margin: 0.5em 0;
}*/
input, textarea,
select, option, optgroup,
button, .submit, .btn, .customSelect,
.side_search input[type="text"]{
	background-color: #fff;
	color:#2d434f;
	display: block;
	padding: 2px 30px;
	-moz-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
textarea, select, option, optgroup, input[type="text"], input[type="password"], textarea {
	font-size: 15px;
	line-height: 41px;
	height: 41px;
}
option, optgroup {
	height: auto;
	line-height: normal;
	padding: 11px 30px;
}
input, textarea, select, button, .submit, .btn, .customSelect {
	border: 1px solid #e5e5e5;
	width: 100%;
	margin: 0 0 8px;
}
.hasCustomSelect {
	z-index: 10;
	cursor: pointer;
}
.customSelect {
	height: 41px;
    line-height: 30px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.customSelect:after {
	background-position: 0 -47px;
	height: 6px;
	margin-top: -3px;
	position: absolute;
	top: 50%;
	right: 18px;
	width: 7px;
}
.customSelect.customSelectOpen {}
.customSelect.customSelectOpen:after {
	background-position: 0 -39px;
}
.customSelect.customSelectHover {}
.customSelect.customSelectFocus {}
.customSelectInner {}

input[type="text"], input[type="password"], textarea {
	padding: 2px 5px;
}

input[type="submit"], input[type="button"], button, .submit, .btn {
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	height: 41px;
	display: inline-block;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	text-align: center;
	width: 190px;
	cursor: pointer;
}
textarea {
	height: auto;
}

.btn1, .btn11 { /* orange */
	background: #fcbd26;
	background: -moz-linear-gradient(top, #fcbd26 0%, #da9a02 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcbd26), color-stop(100%,#da9a02));
	background: -webkit-linear-gradient(top, #fcbd26 0%,#da9a02 100%);
	background: -o-linear-gradient(top, #fcbd26 0%,#da9a02 100%);
	background: -ms-linear-gradient(top, #fcbd26 0%,#da9a02 100%);
	background: linear-gradient(to bottom, #fcbd26 0%,#da9a02 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcbd26', endColorstr='#da9a02',GradientType=0 );
	color:#fff;
	border: 1px solid #E5A60E;
}
.btn1:hover, .btn11:hover {
	background: #C18902;
	background: -moz-linear-gradient(top, #C18902 0%, #E4AC26 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C18902), color-stop(100%,#E4AC26));
	background: -webkit-linear-gradient(top, #C18902 0%,#E4AC26 100%);
	background: -o-linear-gradient(top, #C18902 0%,#E4AC26 100%);
	background: -ms-linear-gradient(top, #C18902 0%,#E4AC26 100%);
	background: linear-gradient(to bottom, #C18902 0%,#E4AC26 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C18902', endColorstr='#E4AC26',GradientType=0 );
}

.btn2, .btn21 { /* green */
	background: #abc955;
	background: -moz-linear-gradient(top, #abc955 0%, #88a631 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#abc955), color-stop(100%,#88a631));
	background: -webkit-linear-gradient(top, #abc955 0%,#88a631 100%);
	background: -o-linear-gradient(top, #abc955 0%,#88a631 100%);
	background: -ms-linear-gradient(top, #abc955 0%,#88a631 100%);
	background: linear-gradient(to bottom, #abc955 0%,#88a631 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abc955', endColorstr='#88a631',GradientType=0 );
	color:#fff;
}
.btn2:hover, .btn21:hover {
	background: #88a631;
	background: -moz-linear-gradient(top, #88a631 0%, #abc955 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88a631), color-stop(100%,#abc955));
	background: -webkit-linear-gradient(top, #88a631 0%,#abc955 100%);
	background: -o-linear-gradient(top, #88a631 0%,#abc955 100%);
	background: -ms-linear-gradient(top, #88a631 0%,#abc955 100%);
	background: linear-gradient(to bottom, #88a631 0%,#abc955 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88a631', endColorstr='#abc955',GradientType=0 );
}

.btn3 { /* gray */
	background: #bab9bd;
	background: -moz-linear-gradient(top, #bab9bd 0%, #97969a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bab9bd), color-stop(100%,#97969a));
	background: -webkit-linear-gradient(top, #bab9bd 0%,#97969a 100%);
	background: -o-linear-gradient(top, #bab9bd 0%,#97969a 100%);
	background: -ms-linear-gradient(top, #bab9bd 0%,#97969a 100%);
	background: linear-gradient(to bottom, #bab9bd 0%,#97969a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bab9bd', endColorstr='#97969a',GradientType=0 );
	color:#fff;
	border: 1px solid #9f9ea2;
}
.btn3:hover {
	background: #97969a;
	background: -moz-linear-gradient(top, #97969a 0%, #bab9bd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#97969a), color-stop(100%,#bab9bd));
	background: -webkit-linear-gradient(top, #97969a 0%,#bab9bd 100%);
	background: -o-linear-gradient(top, #97969a 0%,#bab9bd 100%);
	background: -ms-linear-gradient(top, #97969a 0%,#bab9bd 100%);
	background: linear-gradient(to bottom, #97969a 0%,#bab9bd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97969a', endColorstr='#bab9bd',GradientType=0 );
}


.btn11, .btn21 {
	font-size: 20px;
	height: 49px;
	line-height: 36px;
	border: 2px solid #fff;
}
input[type="submit"]:hover, input[type="button"]:hover, button:hover, .submit:hover, .btn:hover {
	color:#fff;
	text-decoration: none;
}
/*
textarea {
	min-height: 7em;
}
optgroup option {
	padding-left: 1em;
}
input[type="checkbox"], input[type="radio"] {
	width: auto;
	display: none;
}
input[type="checkbox"] + label, input[type="radio"] + label {
	position: relative;
	text-align: left;
	padding-left: 2em;
	margin-right: 2em;
}
input[type="checkbox"] + label:before, input[type="checkbox"] + label:after,
input[type="radio"] + label:before, input[type="radio"] + label:after {
	content: "";
	position: absolute;
}
input[type="radio"] + label:before, input[type="radio"] + label:after {
	border-radius: 100%;
}
input[type="checkbox"] + label:before, input[type="radio"] + label:before {
	background-color: #fff;
	box-shadow: 0 0 1px 0px #000 inset;
	border: 1px solid #666;
	left: 0;
	top: 0;
	width: 1em;
	height: 1em;
}
input[type="checkbox"]:checked + label:after, input[type="radio"]:checked + label:after {
	left: 5px;
	top: 5px;
	background-color: #03639F;
	width: .5em;
	height: .5em;
}
input[type="checkbox"] + label:hover:before, input[type="radio"] + label:hover:before {
	border: 1px solid #E5A128;
}
input[type="checkbox"]:checked + label:hover:after, input[type="radio"]:checked + label:hover:after {
	background-color: #E5A128;
}
input[type="checkbox"]:disabled + label, input[type="radio"]:disabled + label {
	color: #999;
}
input[type="checkbox"]:disabled + label:before, input[type="radio"]:disabled + label:before {
	border-color: #999;
}
input[type="checkbox"]:disabled + label:after, input[type="radio"]:disabled + label:after,
input[type="checkbox"]:checked:disabled + label:hover:after, input[type="radio"]:checked:disabled + label:hover:after {
	background-color: #999;
}

a {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-khtml-transition: all 0.2s linear;
	transition: all 0.2s linear;
}*/
/* /global */


.wrapper {
	height: auto !important;
	margin: 0 auto;
	min-height: 100%;
	padding-bottom: 340px;
	-moz-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.wrapper1 section {
    padding: 15px 10px 25px 10px;
	margin: 0 auto;
    max-width: 1240px;
}
.order_page {
	-moz-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}

/* header */
.wrapper > header {
	background-color: #5787a9;
	min-height: 95px;
}
header.index {
	background-image: url('../style/order_bg.jpg');
	background-position: 25% 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
.wrapper > header > div, .twrapper {
	max-width: 1240px;
	margin: 0 auto;
}
.wrapper > header h1 {
	margin: 0;
	max-width: 300px;
	float: left;
	padding: 4px;
}
.wrapper > header h1 a, .wrapper > footer h2 a {
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	display: block;
	background: url('../style/logo-t.png') no-repeat 50% 50% transparent;
	width: 139px;
	height: 55px;
	text-decoration: none;
}
.wrapper > header h1 a:hover {
	opacity: .75;
}
.wrapper > header nav {
	float: right;
}
.wrapper > header nav ul {
	text-align: justify;
}
.wrapper > header nav li {
	display: inline-block;
	list-style-type: none;
	text-align: center;
	padding: 37px 0 10px;
}
.wrapper > header nav li.active, .wrapper > header nav li:hover {
	background-color: #7099B6;
	border-bottom: 2px solid #fff;
	margin-bottom: -2px;
}
.wrapper > header nav li:last-of-type:hover{
	background-color: transparent;
	border-bottom: 0;
}
.wrapper > header nav a {
	color: #fff;
	font-size: 15px;
	padding: 10px 15px;
	text-decoration: underline;
}
.wrapper > header nav li:last-child a {
	background-color: #3a6e93;
}
.h_contact{
	padding-top: 36px; 
}
.tel,.mail {
	color: #fff;
	display: inline-block;
}
.tel {
	font-size: 19px;
	font-weight: 600;
	padding-left: 58px;
}
.mail {
	padding-left: 15px;
}
.tel:before, .mail:before {
	display: inline-block;
	height: 18px;
	width: 18px;
	vertical-align: unset;
	margin-right: 10px;
}
.mail:before {
	background-position: 0 -19px;
	margin-right: 3px;
}
.order_head {
	text-align: center;
	padding: 36px 0 23px;
	max-width: 875px;
	margin: 0 auto;
	clear: both;
}
.order_head h2 {
	color: #fff;
	font-size: 47px;
	line-height: 57px;
	text-transform: uppercase;
}
.order_head h2 span:first-child {
	color:#ffe88c;
}
.order_head h2 span:last-child {
	color:#cce782;
}
.order_head p {
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	line-height: 28px;
	margin-top: 21px;
}
.order_head .btn {
	margin: 48px 26px;
}
/* /header */

.wrapper2 {
    margin: 0 auto;
    padding: 15px 370px 0 0;
	max-width: 870px;
}
.wrapper2 > section, .wrapper2 > aside {
	float: left;
    position: relative;
}
.wrapper2 > section {
	width: 100%;
}
.wrapper2 > aside {
    margin-right: -100%;
    padding: 22px 0;
    width: 370px;
}
.wrapper2 section strong {
	color: #1f1e1e;
}
.page_title {
	margin: 12px 0 22px;
}
.wrapper ol {
	list-style-type: none;
	counter-reset: counter_;
	margin-bottom: 32px;
	display: table;
	border-collapse: collapse;
}
.wrapper ol li{
	border-top: 20px solid transparent;
	display: table-row;
}
.wrapper ol li:before {
	content: counter(counter_);
	counter-increment: counter_;
	color: #5787a9;
	width: 35px;
	font-size: 21px;
	font-weight: 600;
	display: table-cell;
	vertical-align: middle;
}
.wrapper2 ul {
	list-style-type: none;
	margin-bottom: 32px;
}
.wrapper2 ul li {
	padding-top: 20px;
}
.wrapper2 ul li:before {
	content: "-";
	float: left;
	width: 30px;
	font-weight: 600;
	color: #7d9d26;
	padding-left: 5px;
}
.wrapper2 > section a {
	text-decoration: underline;
}
.wrapper2 aside > div {
	background-color: #fff;
	width: 296px;
	margin: 0 0 10px auto;
	border: 1px solid #D5D8D4;
	padding: 10px 20px 17px;
}
.wrapper2 aside .aplace, .wrapper2 aside .side_search {
	background-color: #F3F5F2;
}
.wrapper2 aside h2, .wrapper2 aside h2 span{
	background: inherit;
	font-size: 19px;
	padding-right: 10px;
	position: relative;
	z-index: 2;
	margin-bottom: 28px;
}
.wrapper2 aside h2:after {
	border-bottom: 2px solid #d5d8d4;
	content: "";
	height: 50%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.contact_l, .contact_c, .contact_e {
    padding-left: 77px;
}
.contact_l {
	background: url('../style/location.png') no-repeat 10px 50%;
}
.contact_c {
	background: url('../style/chat.png') no-repeat 10px 50%;
}
.contact_e {
	background: url('../style/mail.png') no-repeat 10px 50%;
}
.contact_l h3, .contact_c h3, .contact_e h3 {
    margin-top: 20px;
}
.contact_e a {
	color: #5787a9;
	text-decoration: underline;
}
.reviews {
	background-color: #f3f5f2;
	margin-bottom: 20px;
    padding-bottom: 20px;
}
.reviews > div:first-of-type, .samples > div:first-of-type {
	background-color: #a0abb3;
	line-height: 24px;
    padding: 10px 30px 15px;
	color: #fff;
}
.reviews > div:first-of-type {
	font-style: italic;
	font-size: 12px;
	text-align: right;
}
.reviews > div:first-of-type span {
    float: left;
}
.reviews > div:last-of-type {
	float: right;
	line-height: 14px;
	padding-right: 30px;
}
.reviews > p {
    padding: 16px 30px;
}
.reviews span strong {
	font-weight: 800;
}
.samples {
    margin-top: 29px;
	background-color: #f3f5f2;
	padding-bottom: 19px;
}
.samples > div:first-of-type {
	margin-bottom: 22px;
	overflow: hidden;
}
.samples > div:first-of-type a {
	color: #fff;
}
.samples > div:first-of-type a:last-of-type {
	float: right;
}
.sample_pdf {
	float: left;
	margin-top: 6px;
	min-height: 38px;
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
	width: 92px;
}
.sample_pdf:before {
	content: '';
	background: url('../style/file_icons.png') no-repeat 0 -40px;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 50%;
	margin: -19px 0 0 -19px;
	left: 50%;
}
.samples:hover .sample_pdf:before {
	background-position: 0 0;
}
.samples ul {
	display: table-row;
	margin-top: 28px;
}
.wrapper2 .samples li {
	display: inline-block;
	width: 32%;
	min-width: 220px;
	padding: 0 0 7px;
}
.samples li:before, .samples .viewsample {
	content: "";
	display: none;
}

.sft {
	display: table;
	margin: 1px auto 21px;
	font-size: 15px;
}
.sft span {
	display: table-cell;
	vertical-align: middle;
	width: 75px;
	line-height: 16px;
}
.sft span:last-child {
	text-indent: 10px;
	width: 100px;
	text-align: center;
}
.sft .btn {
	width: 30px;
	min-width: 30px;
	background-color: #faf3e2;
	padding: 0;
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
}
.btnM:after, .btnP:after {
	height: 8px;
	left: 11px;
	position: absolute;
	top: 16px;
	width: 8px;
}
.sft .btnM::after {
	background-position: -10px -36px;
}
.sft .btnP::after {
	background-position: -10px -45px;
}
.sft input {
	width: 50px;
	min-width: 50px;
	text-align: center;
	margin-bottom: 0;
}
#count-pages {
	border-right: 0;
	border-left: 0;
}
.sfte {
	font-size: 30px;
	line-height: 36px;
	padding: 0 10px;
	color: #a4abac;
	vertical-align: middle;
	position: relative;
	top: -3px;
}
.sfte small{
	font-size: 20px;
	line-height: 30px;
	vertical-align: baseline;
}

.ordernow {
	background: #79A121;
	background: -moz-linear-gradient(top, #91B03B 0%, #79A220 50%, #6C9B19 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#91B03B), color-stop(50%,#79A220), color-stop(100%,#6C9B19));
	background: -webkit-linear-gradient(top, #91B03B 0%, #79A220 50%,#6C9B19 100%);
	background: -o-linear-gradient(top, #91B03B 0%, #79A220 50%,#6C9B19 100%);
	background: -ms-linear-gradient(top, #91B03B 0%, #79A220 50%,#6C9B19 100%);
	background: linear-gradient(to bottom, #91B03B 0%, #79A220 50%,#6C9B19 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91B03B', endColorstr='#6C9B19',GradientType=0 );
}
.wrapper2 + .ordernow {
	margin-top: 40px;
}
.ordernow > div {
	margin: 0 auto;
	padding: 28px 370px 28px 0;
	max-width: 870px;
	position: relative;
	min-height: 130px;
}
.ordernow h2, .ordernow p {
	padding-left: 95px;
	position: relative;
	z-index: 3;
}
.ordernow h2 {
	color: #fff;
	font-size: 32px;
	line-height: 40px;
}
.ordernow p {
	color: #c1e854;
}

.ordernow_i {
	margin-top: -15px;
	position: absolute;
	right: 135px;
	text-align: center;
	top: 50%;
}
.ordernow_i:before {
	content: '';
	position: absolute;
	bottom: 45px;
	left: -8px;
	background: url('../style/ordernow.png') no-repeat 50% 50%;
	width: 222px;
	height: 143px;
	z-index: 1;
}
.ordernow_i a {
	position: relative;
	z-index: 2;
}


.art1 h2 {
	color: #303030;
	font-size: 24px;
	font-weight: 400;
}
.art1 {
	text-align: center;
	padding: 30px 0;
}
.art1 li {
    background: url('../style/price_bg.png') no-repeat 0 0;
    color: #303030;
	display: inline-block;
	height: 148px;
	position: relative;
	width: 203px;
	margin: 23px 1% 16px;
}
.art1 li:nth-of-type(1) span,
.side_price li:nth-of-type(1):before,
.side_price li:nth-of-type(1) span {
	color: #70911d;
}
.art1 li:nth-of-type(2) {
	background-position: -245px 0;
}
.art1 li:nth-of-type(2) span,
.side_price li:nth-of-type(2):before,
.side_price li:nth-of-type(2) span  {
	color: #4e98c0;
}
.art1 li:nth-of-type(3) {
	background-position: -490px 0;
}
.art1 li:nth-of-type(3) span,
.side_price li:nth-of-type(3):before,
.side_price li:nth-of-type(3) span  {
	color: #ea8093;
}
.art1 li:nth-of-type(4) {
	background-position: -735px 0;
}
.art1 li:nth-of-type(4) span,
.side_price li:nth-of-type(4):before,
.side_price li:nth-of-type(4) span  {
	color: #62c3ab;
}
.art1 li:nth-of-type(5) {
	background-position: -980px 0;
}
.art1 li:nth-of-type(5) span,
.side_price li:nth-of-type(5):before,
.side_price li:nth-of-type(5) span  {
	color: #afa5d5;
}
.side_price li strong {
	font-weight: 400;
}
.art1 h3 {
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    padding: 17px 0 0;
}
.art1 p {
    text-transform: uppercase;
	font-size: 15px;
	margin-top: 7px;
	vertical-align: baseline;
}
.art1 p small {
	display: block;
    font-size: 13px;
	margin-bottom: 9px;
	text-transform: none;
}
.art1 li p span {
    font-size: 30px;
	vertical-align: baseline;
}
.art1 li p span strong {
	font-size: 40px;
	font-weight: 400;
	vertical-align: baseline;
}
.art1 li.vfprice {
	display: none;
	line-height: 40px;
    vertical-align: bottom;
}
.art_testimonials > a, .copyright a {
	text-decoration: underline;
}
li.vfprice a:hover, a.viewmore:hover, .art_testimonials > a:hover,
.copyright a:hover {
	color: #545454;
}

.w_maintext {
	position: relative;
	padding-bottom: 840px;
}
aside.maintext {
	height: 460px;
    bottom: 380px;
    left: 0;
    position: absolute;
    right: 0;
	overflow: auto;
}
aside.maintext > div {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}
aside.maintext > div > div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
aside.maintext > div > div:first-child {
	padding-right: 25px;
}
aside.maintext > div > div:last-child {
	padding-left: 25px;
}
aside.maintext h1 {
	text-align: center;
	margin: 34px 0 16px;
}
aside.maintext p + p {
	margin-top: 22px;
}
aside.maintext li {
	list-style: none;
	background-position: 10px 50%;
	background-repeat: no-repeat;
	padding-left: 70px;
	margin-bottom: 22px;
}
aside.maintext li:nth-child(1) {
	background-image: url('../style/main_1.png');
}
aside.maintext li:nth-child(2) {
	background-image: url('../style/main_2.png');
}
aside.maintext li:nth-child(3) {
	background-image: url('../style/main_3.png');
}
aside.maintext li span {
	color: #6b9b12;
	font-weight: 700;
}
.viewmore {
	text-decoration: underline;
	display: none;
}
.wrapper2 aside ul {
	margin-bottom: 0;
}
.wrapper2 aside ul li {
    padding-bottom: 15px;
	padding-left: 38px;
	padding-top: 0;
}
.wrapper2 aside ul li a {
	color: #2d434f;
	text-decoration: underline;
}
.blog_page section article {
	max-width: 799px;
	padding-bottom: 28px;
}
.blog_page section > h2 {
	margin-bottom: 20px;
}
.blog_page section h3 a {
	color: #2d434f;
	text-decoration: underline;
}
.blog_page section img {
    height: auto;
    width: 100%;
	margin: -23px 0 -17px;
}
a.postgod {
	color: #545454;
	text-decoration: underline;
}
.postf {
	padding-top: 42px;
}
.postmore {
	float: right;
	text-decoration: underline;
}
.backblog {
	text-decoration: underline;
	display: table;
	margin-top: 42px;
}
.wrapper section nav ul {
	text-align: center;
	padding: 24px 0 0;
	max-width: 799px;
}
.wrapper section nav ul li, .wrapper section nav ul li a {
	width: 32px;
	height: 32px;
	line-height: 32px;
	padding: 0;
	border: 0;
}
.wrapper section nav ul li {
	display: inline-block;
	background-color: #5787A9;
	color: #fff;
	-webkit-border-radius: 100% 100%;
	-moz-border-radius: 100% 100%;
	border-radius: 100% 100%;
}
.wrapper section nav ul li a {
	display: block;
	background-color: #fff;
	text-decoration: underline;
}
.wrapper section nav ul li::before {
	content: "";
	display: none;
}
.side_price ul {
	display: table;
}
.side_price li {
	display: table-row;
	height: 48px;
}
.wrapper2 aside ul li::before {
	float: none;
	font-size: 16px;
	font-weight: 700;
	margin-left: -40px;
	padding-left: 10px;
	padding-right: 24px;
}
.wrapper2 .side_price ul li::before {
	margin-left: 0;
}
.side_price li h3, .side_price li p {
    display: table-cell;
	vertical-align: baseline;
	margin: 0;
}
.side_price li h3 {
	font-size: 15px;
	font-weight: 400;
	color: #2d434f;
	line-height: 20px;
	width: 50%;
	min-width: 100px;
}
.side_price li p {
	font-size: 12px;
	text-transform: uppercase;
}
.side_price li p span {
	font-size: 20px;
	vertical-align: baseline;
}
.side_price li p span {
	font-size: 30px;
}
.side_search form {
	position: relative;
}
.side_search button {
	background-position: 0 -126px;
	text-indent: -9999px;
	overflow: hidden;
	width: 16px;
	height: 16px;
	float: right;
	padding: 0;
	top: 50%;
	margin-top: -8px;
	right: 14px;
	position: absolute;
	border: 0;
}

li.vfprice {
    display: none;
    line-height: 40px;
    vertical-align: bottom;
}
.art1 li {
    background: rgba(0, 0, 0, 0) url("../style/price_bg.png") no-repeat scroll 0 0;
    color: #303030;
    display: inline-block;
    height: 148px;
    margin: 23px 1% 16px;
    position: relative;
    width: 203px;
}
.art_testimonials {
	padding: 33px 0 25px;
	background-color: #F3F5F2;
}

.twrapper {
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
}
.twrapper > div {
	width: 380px;
	display: inline-block;
	text-align: left;
	padding-bottom: 22px;
	white-space: normal;
}
.art_testimonials > a {
	display: table;
	margin: 0 auto;
}
.twrapper img {
	float: left;
	padding-right: 20px;
}
.twrapper p, .side_testimonials p {
	font-size: 17px;
	margin-top: 6px;
	margin-bottom: 11px;
	color: #455455;
}
.twrapper div span, .side_testimonials div span {
	color: #223a47;
	line-height: 14px;
}
.side_testimonials div span:nth-of-type(1) {
	font-style: italic;
}
.twrapper div span:nth-of-type(1), .side_testimonials div span:nth-of-type(1) {
	font-size: 12px;
}
.twrapper div span:nth-of-type(2) {
	
}
.twrapper div span strong {
	color: #314d67;
} 
.side_testimonials > a {
	display: table;
	margin: 14px 0 0 auto;
	text-decoration: underline;
	color: #1885cf;
}
.order_page h2 {
	text-align: center;
}

/* rating */
.rating, .rating span {
	display: inline-block;
	width: 90px;
	position: relative;
	background: url('../style/icons.png') repeat 0 -70px transparent;
	height: 14px;
	padding: 0;
}
.rating span {
	background-position: 0 -55px;
}
.rating0 span {width: 0;}
.rating1 span {width: 18px;}
.rating2 span {width: 36px;}
.rating3 span {width: 54px;}
.rating4 span {width: 72px;}
.rating5 span {width: 90px;}

.e404 {
	text-align: center;
}
.e404 img {
    display: block;
    margin: 90px auto 0;
	max-width: 100%;
}
.e404 img:nth-of-type(1) {
	margin-bottom: 47px;
}
.e404 .btn {
	margin: 0 10px 8px;
}
.tableWrap {
	overflow: auto;
}
.tableWrap table {
	min-width: 600px;
	margin-top: 18px;
}
.faq {
	margin-bottom: 11px;
	background-color: #f3f5f2;
}
.faq.activefaq {
	margin-bottom: 20px;
}
.faq + h3 {
	margin-top: 20px;
}
.faq h4 {
	color: #545454;
}
.faq h4, .faq.js_on:hover h4 {
	display: block;
	font-size: 14px;
	line-height: 24px;
	min-height: 24px;
	padding: 9px 48px 15px 32px;
	text-align: left;
	cursor: pointer;
	position: relative;
	margin: 0;
	font-weight: 700;
}
.faq h4:before, .faq.js_on:hover h4:before {
	background-position: 0 -104px;
	position: absolute;
	height: 17px;
	width: 17px;
	right: 10px;
	top: 14px;
}
.faq:hover h4, .faq.js_on.activefaq h4,
.faq:hover h4:before,
.faq.js_on:hover h4:before,
.faq.js_on.activefaq h4:before,
.samples:hover > div:first-of-type {
	background-position: 0 -85px;
	background-color: #96b43f;
	color: #fff;
}
.faq > div, .faq.js_on:hover > div {
	overflow: hidden;
	height: 0;
	padding: 0 40px;
}
.faq:hover > div, .faq.js_on.activefaq > div {
	height: auto;
}
.faq p:first-of-type {
	margin-top: 26px;
}
.faq p:last-of-type {
    margin-bottom: 26px;
}

/* footer */
footer {
	background: #f3f5f2 none repeat scroll 0 0;
	min-height: 280px;
	margin: -340px auto 0;
	position: relative;
	font-size: 13px;
	padding: 29px 0;
}
footer > div {
	max-width: 1240px;
	margin: 0 auto;
}
footer > div > div {
	width: 46%;
	float: right;
	margin: 0 2%;
}

.logo_b {
	text-indent: -9999px;
	overflow: hidden;
	background: url('../style/logo_b.png') no-repeat;
	width: 139px;
	height: 55px;
	display: inline-block;
	margin: 6px 0 1px;
	vertical-align: bottom;
}
.logo_b + ul {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 35px;
}
.paypal, .mastercard, .visa {
	width: 40px;
	height: 25px;
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
	background: url('../style/card.png') no-repeat;
	margin-left: 24px;
}
.paypal {
	background-position: 0 0;
}
.mastercard {
	background-position: -42px 0;
}
.visa {
	background-position: -84px 0;
}
footer nav ul {
	float: left;
	line-height: 23px;
	list-style: none;
	margin-bottom: 24px;
	width: 33%;
}
footer nav a {
	
	color: #676767;
}
footer p:first-of-type {
	margin-top: 83px;
	line-height: 23px;
}
footer p + p {
    margin-top: 27px;
}
.social {
	width: 66%;
	float: left;
	padding-top: 25px;
	min-height: 24px;
}
.social > div {
	display: inline-block;
	margin: 0 20px 0 0;
}
.social div.bot_soc_g > div, #___plusone_0,
.social div.bot_soc_f span {
	vertical-align: top !important;
}
.viewallservice {
	color: #1885cf;
	cursor: pointer;
}
/* /footer */

#login, #reset {
	width: 400px;
	margin: 0 auto;
	margin-top: 8px;
	margin-bottom: 2%;
	transition: opacity 1s;
	background: #f9f9f9;
	border: 1px solid #ededed;
}

#login label, #reset label {
	font-family: 'Open Sans', sans-serif;
	display: block;
	color: red;
	font-size: 12px;
	margin-bottom: 12px;
}

#login form, #reset form {
	padding: 6%;
}

#login input[type="text"], #login input[type="password"], #reset input[type="text"] {
	width: 94%;
	background: #fff;
	margin-bottom: 4%;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 95%;
	color: #555;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#login input[type=text]:focus, #login input[type="password"]:focus, #reset input[type="text"]:focus {
	border-color:#66afe9;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

#login button, #reset button {
	width: 100%;
	background: #5787A9;
	border: 0;
	border-radius: 4px;
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	color: #fff;
	cursor: pointer;
	transition: background .3s;	
    line-height: 22px;

}

#login button:hover, #reset button:hover {
	/*background: #2b802b;*/
	opacity: 0.8;
}

#login span, #reset span {
	display: block;
	font-family: 'Open Sans', sans-serif;
	margin-top: 2%;
	font-size: 12px;
}

#reset span.top {
	margin-top: 0;
	margin-bottom: 2%;
}

@media (max-width:1240px){
	.wrapper > header > div {
		padding: 0 10px;
	}
	.wrapper2, footer, .twrapper {
		padding-left: 10px;
	}
}
.order h2{
	text-align: center;
	font-size: 21px;
	font-weight: 600;
	line-height: 30px;
	margin: 10px 0;
	color: #5787a9;
}
.order section{
	margin-bottom: 10px;
}
.order textarea, .order select, .order option, .order optgroup, .order input[type="text"], .order input[type="password"]{
    font-size: 14px;
    line-height: 20px;
    height: 34px;
}
@media (min-width:1001px) and (max-width:1200px), (min-width:541px) and (max-width:740px){
	.h_contact {
		padding-top: 15px;
	}
	.tel, .mail {
		padding: 5px 0 0 30px;
		display: table;
	}
	.mail::before {
		margin-right: 12px;
	}
}
@media (max-width:1000px){
	.art1 > ul {
		padding: 0 40px;
	}
	.art1 li {
		background-image: none;
		width: 30%;
		margin: 0;
		height: auto;
		min-width: 360px;
		text-align: left;
	}
	.art1 li h3, .art1 li p, .art1 p small {
		display: inline-block;
		vertical-align: baseline;
	}
	.art1 li h3 {
		min-width: 150px;
	}
	.art1 li.vfprice {
		display: inline-block;
	}
}
@media (max-width:1000px){
	.h_contact {
		float: right;
	}
	.wrapper > header nav {
		cursor: pointer;
		float: right;
		margin: 28px 5px 0 30px;
	}
	.wrapper > header nav:before {
		background: url("../style/m_icons.png") no-repeat 0 -40px #3a6e93;
		color: #fff;
		content: "Menu";
		display: block;
		font-weight: 600;
		height: 43px;
		line-height: 40px;
		padding: 0 20px 0 40px;
		text-align: center;
		text-decoration: underline;
	}
	.wrapper > header nav ul {
		display: none;
		cursor: default;
		position: absolute;
		right: 15px;
		text-align: center;
		z-index: 9998;
		height: auto;
		background-color: #3a6e93;
		width: 180px;
		-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
		box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
		padding: 10px 0 20px;
	}
	.wrapper > header nav:hover ul, .wrapper > header nav#show ul {
		display: block;
	}
	.wrapper > header nav.menu_js_on:hover ul,
	.samples > div:first-of-type a:last-of-type {
		display: none;
	}
	.wrapper > header nav.menu_js_on ul {
		margin-top: 14px;
	}
	.wrapper > header nav ul li {
		display: block;
		width: 180px;
		padding: 0;
		position: static;
	}
	.wrapper > header nav ul li.active, .wrapper > header nav ul li:hover,
	.wrapper > header nav ul li:last-of-type a:hover{
		background-color: #365e7a;
		border: 0;
		margin-bottom: 0;
	}
	.wrapper > header nav ul li a,
	.wrapper > header nav ul li.active a{
		color: #fff;
		line-height: 40px;
		display: block;
		padding: 0;
	}
	.wrapper > header nav ul li a:hover,
	.wrapper > header nav ul li.active a:hover {
		color: #ffcb4e
	}
	.wrapper > header nav li:last-child a {
		color: #fff;
		display: block;
		padding: 0;
	}
	.wrapper > header nav li:last-child a:hover {
		color: #ffcb4e;
	}
	.ordernow > div {
		padding-right: 320px;
	}
	.ordernow h2, .ordernow p {
		padding-left: 35px;
	}
	.ordernow_i {
		right: 85px;
	}
	.samples .viewsample{
		display: table-row;
	}
}
@media (max-width:800px){
	.order_head h2 {
		font-size: 34px;
		line-height: 50px;
	}
	.wrapper2 {
		padding: 15px;
	}
	.wrapper2 > aside {
		margin: 0;
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.wrapper2 aside > div {
		text-align: left;
		display: inline-block;
		margin: 1%;
		width: 38%;
	}
/*	.wrapper2 aside > div:last-of-type:nth-child(odd) {

	}*/
	.ordernow > div {
		min-height: auto;
	}
	.ordernow h2 span {
		font-size: 24px;
		display: block;
		font-weight: 400;
	}
	.ordernow p {
		display: none;
	}
	.ordernow_i {
		top: auto;
		margin-top: auto;
		bottom: 10px;
	}
	.art1 li.vfprice {
		margin-top: 20px;
	}
	aside.maintext > div > div {
		width: 100%;
	}
	aside.maintext > div > div:first-child,
	aside.maintext > div > div:last-child {
		padding-left: 0;
		padding-right: 0;
	}
	aside.maintext.js_on > div > div:nth-child(1),
	aside.maintext.js_on > div > div:nth-child(2) p {
		display: none;
	}
	aside.maintext.js_on.show > div > div:nth-child(2) p {
		display: block;
	}
	.js_on .viewmore {
		display: table;
		margin: 0 auto;
	}
	footer > div > div {
		width: auto;
		margin: 0 2%;
		float: none;
	}
	footer > div > div > div {
		text-align: center;
	}
	footer p:first-of-type {
		margin-top: 20px;
	}
	footer nav ul {
		width: 25%;
		min-width: 150px;
	}
	.social {
		clear: both;
		float: none;
		padding-top: 10px;
		width: auto;
	}
	.social > div {
		margin: 0 20px 15px;
	}
}
@media (max-width:640px){
	.ordernow > div {
		width: auto;
		text-align: center;
		padding: 20px;
	}
	.ordernow h2 {
		font-size: 24px;
		padding: 0;
	}
	.ordernow h2 span {
		font-size: 19px;
		font-weight: 400;
	}
	.ordernow_i {
		margin: 0 auto;
		position: static;
	}
	.ordernow_i::before {
		display: none;
	}
	.faq > div, .faq.js_on:hover > div {
		padding: 0 20px;
	}
}
@media (max-width:540px){
	.wrapper > header {
		min-height: 70px;
	}
	.h_contact {
		padding-top: 13px;
	}
	.mail {
		display: none;
	}
	.tel {
		overflow: hidden;
		text-indent: -9999px;
		width: 43px;
		height: 43px;
		background: url('../style/m_icons.png') no-repeat 0 0 #3a6e93;
		padding: 0;
	}
	.tel:before {
		display: none;
	}
	.wrapper > header nav {
		margin-left: 5px;
		margin-top: 13px;
	}
	.wrapper > header nav:before {
		content: "";
		padding: 0;
		width: 43px;
		height: 43px;
	}
	.wrapper section nav ul {
		padding: 0;
		margin-bottom: 10px;
	}
	.order_head h2 {
		font-size: 22px;
		line-height: 36px;
	}
	.order_head p, .faq_page section > p {
		display: none;
	}
	.order_head .btn {
		font-size: 18px;
		line-height: 36px;
		margin: 20px 5px;
		padding: 2px 16px;
		width: auto;
	}
	aside.maintext li:nth-child(n) {
		background-image: none;
		padding-left: 0;
	}
	aside.maintext.js_on li:nth-child(n+2){
		display: none;
	}
	aside.maintext.js_on.show li:nth-child(n+2) {
		display: block;
	}
	.art1 > ul {
	    padding: 0 20px;
		display: table;
		margin: 0 auto;
	}
	.art1 li {
		display: table-row;
		min-width: auto;
		width: auto;
	}
	.art1 li h3 {
		font-size: 19px;
		min-width: 130px;
	}
	.art1 p small {
		display: none;
	}
	.art1 li p {
		font-size: 15px;
	}
	.art1 li p span {
		font-size: 20px;
	}
	.art1 li p span strong {
		font-size: 30px;
	}
	.wrapper2 aside > div {
		width: auto;
		display: block;
		margin-bottom: 10px;
	}
	.blog_page section img, .reviews > div:first-of-type span {
		display: none;
	}
	.postf {
		padding-top: 15px;
	}
	.postmore {
		float: none;
		display: block;
		padding-bottom: 15px;
	}
	.backblog {
		margin-left: auto;
		margin-right: auto;
	}
	input, textarea, select, option, optgroup, button, .submit, .btn, .customSelect {
		padding: 2px 10px;
	}
	.reviews > div:first-of-type {
		text-align: left;
	}
	.wrapper2 .samples li {
		min-width: auto;
		width: auto;
		display: block;
	}
	.logo_b {
		 margin: 15px 0;
	}
	.logo_b + ul {
		display: block;
		margin: 0 auto;
	}
	.paypal, .mastercard, .visa {
		margin: 0 10px;
	}
	footer nav ul {
		min-width: auto;
		width: 50%;
	}
	footer p:first-of-type {
		display: none;
	}
	.copyright {
		text-align: center;
	}
}
@media (max-width:320px){
	.wrapper > header nav ul {
		left: 15px;
		margin: 0;
	    right: 15px;
	    width: auto;
	}
	.wrapper > header nav ul li {
		width: 100%;
	}
	footer nav ul {
		width: 100%;
		text-align: center;
	}
}
/* global */

.right {text-align: right}
.left {text-align: left}
.center {text-align: center}

.bold{font-weight:bold}
q, .italic{font-style:italic}

.clear{clear:both}
.hide {display:none}

/* color */
.red {color: red}
.blue {color: #03639F}
.green {color: green}
.orange {color: #E5A128}
/* /global */


.table_first {
	margin: 15px;
}
.table {
	margin: 15px;
	float:left;
	width: 30%;
}
.colum {
	padding-left: 10px;
}

.clearfix:before, .clearfix:after {content:" ";display: table;}
.clearfix:after {clear: both;}

.cont {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 980px;
	}

.page{
	position: relative;
	clear: both;
	
}
 
.entry-content {
	max-width: 980px;
	position: absolute;
	bottom: -100px;
	height: 0px;
} 	
	
/* Youtube Reflexive */
.vid-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 35px; height: 0; overflow: hidden;
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}