body {
	padding: 0px;
	margin: 0px;
	font-family: 'Roboto', sans-serif;
	line-height: 1em;
	font-weight: 400;
	color: #464646;
	position: relative;
}

div {
	box-sizing: border-box;
}

.cuprum {
	font-family: 'Cuprum', sans-serif;
	font-weight: 700;
}

.clearfix {
	clear: both;
}

.cap {
	text-transform: uppercase;
}

.cen {
	text-align: center;
}

.contain {
	width: 100%;
	clear: both;
	position: relative;
}

.center {
	margin: 0px auto;
	width: 980px;
	clear: both;
	position: relative;
}

.block_cap {
	font-size: 38px;
	line-height: 36px;
	text-align: center;
	text-transform: uppercase;
}

.caption {
	font-size: 38px;
	line-height: 36px;
	margin: 50px 0 16px;
	font-weight: 600;
	color: #4d4d4d;
	text-align: center;
	text-transform: uppercase;
	width: 98%;
	float: left;
	clear: both;
}

/* =============================================================================
   modal windows & forms
   ========================================================================== */

.name {
	background: url(../img/lf_name.png) 11px 11px no-repeat #fff;
}

.phone {
	background: url(../img/lf_phone.png) 11px 11px no-repeat #fff;
}

input[type="text"] {
	box-sizing: border-box;
	border: 1px solid #9d9d9d;
	border-radius: 20px;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
	padding-left: 35px;
	color: #7b7b7b;
	width: 230px;
	height: 40px;
}

.modal1 input[type="text"],
.modal2 input[type="text"],
.modal3 input[type="text"],
.modal4 input[type="text"] {
	width: 300px;
	height: 50px;
	background-position: 11px 16px;
	border-radius: 30px;
	margin-bottom: 20px;
}

input:focus,
textarea:focus {
	border-color: #4d7ec0;
	box-shadow: 0 0 7px rgba(84, 135, 204, .4);
	transition: box-shadow 0.2s ease 0s, border-color 0.2s ease 0s;
}

input.error {
	border-color: red;
	color: red;
	background-color: #ffe3e3;
	transition: border-color 0.2s ease 0.2s, background-color 0.2s ease 0.2s;
}

input.error:focus {
	color: #4d4d4d;
}

.form_id {
	display: none;
}

form {
	text-align: center;
}

.modal1,
.modal2,
.modal3,
.modal4,
.modal_thanks {
	z-index: 999;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .8);
}

.modal1,
.modal2,
.modal3,
.modal4 {
	text-align: center;
	display: none;
	width: 450px;
	height: 430px;
	box-sizing: border-box;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -225px;
	margin-top: -255px;
	background: #fff;
}

.modal1 .form_cap,
.modal2 .form_cap,
.modal3 .form_cap,
.modal4 .form_cap {
	box-sizing: border-box;
	width: 450px;
	height: 166px;
	margin: 0 0 43px;
	padding-top: 40px;
	background: url(../img/form_banner.svg);
	background-size: 450px 166px;
	color: #fff;
	font-size: 26px;
	line-height: 28px;
}

.data_safe {
	margin-top: 30px;
	font-size: 14px;
	line-height: 18px;
	color: #a9a9a9;
	text-align: center;
}


.modal_thanks {
	display: none;
	width: 410px;
	height: 220px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -205px;
	margin-top: -110px;
	box-sizing: border-box;
	padding: 40px;
	font-size: 22px;
	line-height: 28px;
	text-align: center;
	background: #fff;
}

.modal_thanks .modal_close {
	top: 0;
}

.overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	z-index: 998;
}

.modal_close {
	width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
	position: absolute;
	/*top: -110px;*/
	right: -30px;
}

.modal_close img {
	width: 32px;
	height: 32px;
}

/* buttons */
.btn_yellow {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	border-radius: 8px;
	border: 1px solid;
	border-color: #ff6600;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	transition-duration: 0.5s;
	background-color: #ff6600;
	color: #fff;
	/* font-family: 'Roboto', sans-serif;
	font-weight: 700;
	border-radius: 8px;
	border: 0;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	transition-duration: 0.5s;
	background-color: rgb(255, 179, 0); */
	/* background-image: -moz-linear-gradient( 90deg, rgb(255,142,2) 0%, rgb(255,216,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,142,2) 0%, rgb(255,216,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,142,2) 0%, rgb(255,216,0) 100%); */
}

.btn_yellow:hover {
	background-color: #ff6600;
	color: #ffffff;
	background-color: #ff6600;
	border: 1px solid #ff6600;
	box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.181);
	/* background-image: -moz-linear-gradient( 90deg, rgb(255,169,62) 0%, rgb(255,248,63) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,169,62) 0%, rgb(255,248,63) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,169,62) 0%, rgb(255,248,63) 100%); */
}

.btn_green {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	padding: 7px 15px;
	font-weight: 700;
	border-radius: 8px;
	border: 1px solid;
	border-color: #ff6600;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	transition-duration: 0.5s;
	background-color: #ff6600;
	color: #fff;
}

.btn_green:hover {
	background-color: #ff6600;
	border: 1px solid #ff6600;
	box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.181);
	padding: 8px 16px;
}

.btn_whts {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	border-radius: 8px;
	border: 0;
	text-align: center;
	cursor: pointer;
	transition-duration: 0.5s;
	background-color: rgb(0, 192, 42);
	color: #fff;
}

.btn_whts:hover {
	border: 2px solid #fff;
	transition-duration: 0.4s;
}

.whts_img {
	width: 48px;
	vertical-align: top;
	margin-top: 10px;
}



#service_1 .btn_yellow,
#service_2 .btn_yellow,
#service_3 .btn_yellow {
	font-size: 24px;
	padding: 10px 0;
}

#service_1 .btn_yellow,
#service_2 .btn_yellow,
#service_3 .btn_yellow {
	width: 445px;
	margin: 40px auto 10px;
}

#leadform1 .send_btn,
#leadform2 .send_btn,
.modal1 .btn_yellow,
.modal2 .btn_yellow,
.modal3 .btn_yellow,
.modal4 .btn_yellow {
	font-size: 22px;
	margin-top: 10px;
	padding: 10px 15px;
}

/* end of buttons */


/* Main blocks */
#prehead {
	height: 80px;
}

#mainblock {
	height: 620px;
	background: url(../img/mainback.jpg) top center no-repeat;
}

#services {
	height: 500px;
	margin-bottom: 100px;
	text-align: center;
}

#sepline {
	height: 10px;
	background: url(../img/sepline.png);
}

#service_more {
	height: 100%;
	background: #eaeaea;
	padding-bottom: 36px;
}

#leadform {
	height: 328px;
	background: url(../img/banner.svg) top center no-repeat;
	background-size: 1512px;
}

#map {
	height: 420px;
	margin-top: 1px;
}

#footer {
	height: max-content;
}

/* end of Main blocks */

/* Sub blocks */
/* Prehead */
#prehead .btn_small {
	margin: 20px 4px 20px 78px;
}

#prehead .btn_small:hover {
	margin: 19px 4px 19px 77px;
}


.comp_name {
	vertical-align: bottom;
	font-size: 28px;
	margin: 20px 0 0 30px;
	float: left;
}

.phone_num_block {
	float: right;
	margin-top: 20px;
}

.phone_num_s,
.address {
	font-size: 20px;
	line-height: 20px;
	text-align: right;
}

.phone_num_s a {
	text-decoration: none;
	color: #464646;
}

.phone_num {
	font-size: 34px;
}

/* end of Prehead */

/* mainblock */
#descriptor {
	width: 470px;
	float: left;
	margin: 42px 0 0 84px;
	color: #fff;
}

#descriptor .line1,
#descriptor .line2,
#descriptor .line3 {
	text-transform: uppercase;
}

#descriptor .line1 {
	font-size: 40px;
	line-height: 40px;
}

#descriptor .line2 {
	font-size: 49px;
	line-height: 47px;
}

#descriptor .line3 {
	font-size: 85px;
	line-height: 77px;
}

#descriptor .line4 {
	font-size: 34px;
	line-height: 70px;
}

#leadform1 {
	padding: 16px;
	background: rgba(242, 242, 242, .9);
	position: relative;
	left: 55px;
	clear: both;
	float: left;
	border-radius: 6px;
}

.form_cap {
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	margin: 20px 0;
}

#leadform2 .form_cap {
	font-size: 24px;
	line-height: 26px;
}

/* end of mainblock */

/* indexes */
#services_cap {
	font-size: 44px;
	margin-top: 60px;
}

.cap_comment {
	margin: 15px 0 30px;
}

.indexes {
	width: 760px;
	height: 500px;
	margin: 20px auto 100px auto;
	text-align: justify;
}

.ind_block_1 {
	width: 220px;
	height: 232px;
	display: block;
	margin-left: 25px;
	margin-bottom: 24px;
	padding-top: 20px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 5px;
	float: left;
	transition: border-color 0.2s ease 0.1s, box-shadow 0.2s ease 0.1s;
	-moz-transition: border-color 0.2s ease 0.1s, box-shadow 0.2s ease 0.1s;
	-webkit-transition: border-color 0.2s ease 0.1s, box-shadow 0.2s ease 0.1s;
}

.ind_block_2 {
	width: 220px;
	height: 232px;
	display: block;
	margin-left: 25px;
	margin-bottom: 80px;
	padding-top: 20px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 5px;
	float: left;
	transition: border-color 0.2s ease 0.1s, box-shadow 0.2s ease 0.1s;
	-moz-transition: border-color 0.2s ease 0.1s, box-shadow 0.2s ease 0.1s;
	-webkit-transition: border-color 0.2s ease 0.1s, box-shadow 0.2s ease 0.1s;
}


.ind_block_1:hover {
	border: 1px solid #ff6600;
	box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
}

.ind_block_2:hover {
	border: 1px solid #ff6600;
	box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
}

.ind_icon {
	margin-bottom: 25px;
}

.ind_more {
	color: #ff6600;
	cursor: pointer;
	margin-top: 12px;
}

.ind_more:hover {
	text-decoration: underline;
}

/* end of indexes */

/* service */
.service_maincap {
	background: url(../img/service_maincapback.png) top center no-repeat;
	color: #fff;
	box-sizing: border-box;
	padding: 20px 10px;
	position: relative;
	top: -60px;
	margin-bottom: -60px;
}

.cervice_block {
	box-sizing: border-box;
	margin: 28px;
	padding: 55px 45px 35px 70px;
	background: #fff;
	box-shadow: 0 7px 15px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
}



.service_icon,
.service_cap {
	float: left;
}

.service_icon {
	width: 72px;
	height: 72px;
}

.service_cap {
	font-size: 38px;
	line-height: 36px;
	margin-left: 20px;
}

.service_descript {
	margin-top: 20px;
}

#service_1 .setuptime,
#service2 .setupcomment {
	float: left;
}

#service_1 .setuptime,
#service_2 .setupblock {
	color: #ff6600;
	font-size: 18px;
	line-height: 18px;
	margin-top: 40px;
	font-weight: 700;
	text-transform: uppercase;
}

#service_1 .setuptime {
	margin-left: 50px;
}

#service_1 .setuptime span {
	font-size: 91px;
	line-height: 0px;
	margin-left: -55px;
}

#service_1 .setuptime span span {
	font-size: 32px;
	margin-left: -5px;
}

#service_1 .setupcomment {
	font-size: 15px;
	line-height: 18px;
	font-weight: 500;
	box-sizing: border-box;
	margin: 20px 0 0 190px;
	padding: 15px;
	border: 2px solid #ff6600;
	border-radius: 6px;
}

#service_1 .leftpart,
#service_1 .rightpart {
	margin-top: 20px;
	width: 45%;
}

#service_1 .leftpart {
	float: left;
}

#service_1 .discount {
	font-size: 28px;
	line-height: 16px;
	font-weight: 700;
	margin: 55px 0;
}

#service_1 .discount span {
	font-size: 68px;
}

#service_1 .rightpart {
	width: 410px;
	height: 285px;
	float: right;
	background: url(../img/serv1.jpg) top left no-repeat;
}

#service_1 .produce_block {
	width: 182px;
	height: 175px;
	margin-top: 60px;
	float: right;
}

#service_1 .produce_cap {
	width: 182px;
	height: 40px;
	text-align: center;
	background: #ff6600;
	padding: 10px;
	color: #fff;
}

#service_1 .produce_imgs {
	height: 135px;
	background: rgba(255, 255, 255, .9);
	text-align: center;
}

#service_1 .produce_imgs img {
	margin-top: 12px;
	display: inline-block;
}

#service_2 .setuptime:first-child {
	float: left;
	margin-left: 0px;
}

#service_2 .setuptime {
	float: left;
	margin-left: 90px;
}

#service_2 .setuptime span {
	font-size: 60px;
	line-height: 10px;
	margin-left: -45px;
}

#service_2 .setuptime span span {
	font-size: 32px;
	margin-left: -5px;
}

#service_2 .link_block {
	box-sizing: border-box;
	width: 100%;
	height: 329px;
	margin: 45px 0 0;
}

#service_2 .link_img,
#service_2 .link_list,
#service_2 .link_content {
	float: left;
}

#service_2 .link_img {
	width: 61px;
	height: 100%;
	margin-right: 15px;
	background: url(../img/pack.svg) top left no-repeat;
	background-size: 61px 100%;
}

#service_2 .link_list {
	width: 144px;
	margin-right: 15px;
}

#link1,
#link3,
#link4 {
	width: 144px;
	height: 60px;
	margin-top: 18px;
	margin-bottom: 30px;
}

#link2 {
	width: 144px;
	height: 60px;
	margin-top: -10px;
	margin-bottom: 40px;
}

#service_2 .link_list a {
	text-decoration: none;
	font-size: 18px;
	line-height: 14px;
	color: #7b7b7b;
}

#service_2 .link_list a:hover {
	color: #ff6600;
}

#service_2 .link_content {
	width: 568px;
	height: 100%;
	border: 2px solid #ff6600;
	padding: 10px 35px;
	border-radius: 6px;
	/*overflow: scroll;*/
}

.abs_prod {
	text-align: center;
}

.abs_prod img {
	margin: 10px 15px;
	width: 190px;
}

#arrow {
	width: 15px !important;
	height: 34px !important;
	position: relative;
	background: url(../img/pointer.svg);
	top: -340px;
	left: 222px;
	transition: left, 0.5s;
	z-index: 2;
}

#service_2 .moreinfo,
#service_3 .moreinfo {
	box-sizing: border-box;
	margin-top: 25px;
	padding: 22px 22px 25px 75px;
}

#service_2 .moreinfo {
	background: url(../img/tools.svg) 17px 24px no-repeat #eff5fa;
}

#service_3 .moreinfo {
	background: url(../img/ex_orange.svg) 17px 24px no-repeat #eff5fa;
}

#service_6 {
	margin-bottom: 28px;
}

/* end of service */

/* warning */

#warning .warning_frame {
	border: 2px solid #ff6600;
	margin: 60px 30px 40px;
	padding: 25px 35px;
	border-radius: 6px;
}

#warning .warning_moreinfo {
	margin: 0 30px 50px;
	padding-left: 60px;
	background: url(../img/ex_orange.svg) top left no-repeat;
}

/* end of warning */
#leadform2 {
	width: 490px;
	height: 100%;
	margin: 48px 60px 0 0;
	float: right;
	background-color: rgba(245, 149, 1, 0.15);
	border-radius: 8px;
}

/* leadform */

/* end of leadform */

/* footer */
#footer .phone_num_block {
	margin: 25px 25px 0 0;
}

.go_back {
	width: 58px;
	height: 15px;
	margin: 15px auto;
	cursor: pointer;
	display: block;
}

.go_back_img {
	width: 58px;
}

#creator {
	width: 182px;
	height: 46px;
	margin: 60px auto 0;
}


.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: black;
	padding: 0.2em 0;
}

.map-frame {
	display: block;
	margin: auto;
	width: 100%;
}


/* new */

#service_4,
#service_5,
#service_last {
	font-size: 12px;
}

.mini_service_block {
	width: 297.3px;
	box-sizing: border-box;
	margin: 8px;
	padding: 20px;
	background: #fff;
	box-shadow: 0 7px 15px rgba(0, 0, 0, 0.15);
	height: max-content;
	border-radius: 6px;
}

.mini_service_block:first-child {
	margin-left: 28px;
}

.mini_service_block:last-child {
	margin-right: 28px;
}

#service_4 .service_descript,
#service_5 .service_descript,
#service_last .service_descript {
	text-align: justify;
}

#service_4 .service_icon,
#service_5 .service_icon,
#service_last .service_icon {
	width: 75px;
	height: 75px;
}

#service_4 .btn_yellow,
#service_5 .btn_yellow,
#service_last .btn_yellow {
	width: max-content;
	padding: 12px;
}

#service_4 .service_cap,
#service_5 .service_cap,
#service_last .service_cap {
	float: none;
	width: max-content;
}

#service_4 .cap,
#service_5 .cap,
#service_last .cap {
	font-size: 22px;
	line-height: normal;
	margin-left: 24pxpx;
	display: inline-block;
}

#service_last .moreinfo,
#service_4 .moreinfo,
#service_5 .moreinfo {
	box-sizing: border-box;
	margin-top: 12.5px;
	padding: 10px 15px 10px 40px;
	text-align: left;
	margin-bottom: 0;
	background: url(../img/ex_orange.svg) 8px 8px no-repeat #fff1de;
	background-size: 24px;
}


#services_div {
	padding-bottom: 28px;
}

#header_btn_whts {
	display: flex;
	width: max-content;
}

#header_whts_img {
	width: 38px;
	height: 38px;
	margin-top: 18px;

}

#leadform_whts_img {
	width: 38px;
	height: 38px;
	vertical-align: top;
	margin-top: -1px;
}

.ind_img {
	width: 90px;
}

#yoc_btn {
	display: block;
	width: max-content;
}

.socials {
	display: flex;
	justify-content: center;
}

.socials_img {
	display: flex;
	width: 102px;
	height: 102px;
	margin-left: 24px;
	margin-bottom: 24px;
	border-radius: 16px;
	transition-duration: 0.35s;
}

.socials_a {
	display: flex;
	margin-left: 18px;
	margin-bottom: 4px;
}

.socials_a:first-child {
	margin-left: 0;
}

.socials_img:last-child {
	width: 102px;
	height: 102px;
	background-color: #f2b650;
}


.socials_img:first-child {
	margin-left: 0;
}

.socials_img:hover {
	cursor: pointer;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.181);
}

#leadform1 .socials_img {
	width: 64px;
	height: 64px;
	margin-left: 12px;
	margin-bottom: 4px;
}

#leadform1 .socials_img:first-child {
	margin-left: 0;
}

#leadform1 .socials_a {
	margin-left: 12px;
}

#leadform1 .socials_a:first-child {
	margin-left: 0;
}

#leadform2 .socials_a {
	margin-left: 12px;
}

#leadform2 .socials_a:first-child {
	margin-left: 0;
}

.services_box {
	display: flex;
}

#to {
	margin-top: 12px;
}


#to_span {
	font-size: 16px;
	line-height: normal;
	vertical-align: top;
}

#under_services_btn {
	width: max-content;
	margin: 16px auto 10px;
	padding: 12px 12px;
	font-size: 24px;
	display: block;
}

#leadform2 .socials_img {
	width: 96px;
	height: 96px;
	margin-left: 18px;
}

#leadform2 .socials_img:first-child {
	margin-left: 0;
}

.accordion {
	background-image: url(../img/plus.svg);
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: 220px 18px;
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	border: none;
	border-radius: 4px;
	outline: none;
	transition: 0.4s;
}

.active {
	background-image: url(../img/minus.svg);
}

.active,
.accordion:hover {
	background-color: #ccc;
}

.panel {
	margin: 10px 0;
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	text-align: justify;
}

a {
	text-decoration: none;
	color: #000;
}

#adr {
	margin-top: 12px;
}

.address {
	color: #464646;
}

.moreinfo {
	background-color: #eaeaea !important;
	border-radius: 6px;
}

.footer_container {
	height: 80px;
}

#modal_text {
	background-color: #fff;
	color: #464646;
}

/* end of footer */

/* end of Sub blocks */



/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

[hidden] {
	display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: sans-serif;
	color: #222;
}

body {
	margin: 0;
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection {
	background: #4d7ec0;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #4d7ec0;
	color: #fff;
	text-shadow: none;
}


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

blockquote {
	margin: 1em 40px;
}

dfn {
	font-style: italic;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

small {
	font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
	margin: 1em 0;
}

/*dd { margin: 0 0 0 40px; }*/
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) {
	overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure {
	margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

form {
	margin: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
	cursor: pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
	white-space: normal;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button,
input {
	line-height: normal;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

/* button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; } */

/*
 * Re-set default cursor for disabled elements
 */

button[disabled],
input[disabled] {
	cursor: default;
}

/*
 * Consistent box sizing and appearance
 */

/* input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; } */

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

/* Colors for form validity */
/* input:valid, textarea:valid {  } */
input:invalid,
textarea:invalid {
	background-color: #f0dddd;
}


/* =============================================================================
   Tables
   ========================================================================== */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

