html, body {
	background: #0c538b url(../images/body-bg.jpg) fixed center top;
	/*background: #b0d6e3 url(../images/body-bg-ny.jpg) no-repeat fixed center bottom;*/
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	width: 100%;
	height: 100%;
}
a {
	color: #0099cc;
}
a:hover {
	color: #666;
}
a.action {
	text-decoration: none;
	border-bottom: 1px dashed #0099cc;
}
a.action:hover {
	border-bottom: 1px dashed #666;
}
a img {
	border: 0;
}
a.promo-win, a.promo-prof, a.promo-guide {
	display: block;
	width: 185px;
	height: 90px;
	font-family: 'PT Sans Narrow', 'Trebuchet MS', sans-serif;
	font-size: 17px;
	color: #fff;
	font-weight: 700;
	background: url(../images/promo-bg.jpg) no-repeat left top;
	text-decoration: none;
	line-height: 100%;
	padding: 30px 100px 0 15px;
}
a.promo-win {
	background: url(../images/promo-bg2.jpg) no-repeat left top;
}
a.promo-guide {
	background: url(../images/promo-bg3.jpg) no-repeat left top;
	padding: 35px 100px 0 15px;
	height: 85px;
}
a.promo-win span, a.promo-prof span, a.promo-guide span {
	font-size: 25px;
	display: block;
	line-height: 100%;
}
span.date {
	font-family: 'PT Sans', 'Trebuchet MS', sans-serif;
	font-size: 13px;
	color: #333;
	display: block;
}
span.date span {
	font-size: 15px;
	font-weight: 700;
	margin-right: 5px;
}
span.marg {
	margin-left: 73px;
}
.blue {
	color: #0099cc;
}
p {
	margin-bottom: 20px;
}
h1 {
	font-family: 'PT Sans', 'Trebuchet MS', sans-serif;
	font-size: 34px;
	font-weight: 400;
	color: #0099CC;
	margin-bottom: 20px;
	line-height: 100%;
}
h2 {
	font-family: 'PT Sans Narrow', 'Trebuchet MS', sans-serif;
	font-size: 25px;
	font-weight: 700;
	color: #333;
	margin-bottom: 15px;
	line-height: 100%;
	outline: none;
}
h2.bordered {
	border-bottom: 1px dashed #999;
	padding-bottom: 10px;
	position: relative;
}
h2.bordered a {
	position: absolute;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 14px;
	bottom: 5px;
	right: 0px;
}
h3 {
	font-family: 'PT Sans Narrow', 'Trebuchet MS', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 100%;
	margin-bottom: 15px;
	outline: none;
}
h3.for-slider {
	font-family: 'PT Sans', 'Trebuchet MS', sans-serif;
	font-size: 34px;
	font-weight: 400;
	color: #0099CC;
	margin-bottom: 20px;
	line-height: 100%;
}
h3 img {
	margin-right: 7px;
	vertical-align: middle;
}
h4 {
	font-family: 'PT Sans Narrow', 'Trebuchet MS', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 100%;
	margin-bottom: 15px;
}
h5 {
	font-family: 'PT Sans', 'Trebuchet MS', sans-serif;
	font-size: 15px;
	font-weight: 700;
	outline: none;
}
h6 {
	font-family: 'PT Sans', 'Trebuchet MS', sans-serif;
	font-size: 15px;
	font-weight: 400;
	outline: none;
	margin-bottom: 5px;
}
ul {
	margin-bottom: 15px;
}
ul li {
	padding: 0 0 7px 15px;
	background: url(../images/bullet2.png) no-repeat left 0.6em;
}
hr {
	border: 0;
	height: 1px;
	border-bottom: 1px dashed #999;
	margin: 20px 0;
}
input, select, textarea {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #e1e1e1;
	color: #666;
	vertical-align: middle;
	line-height: 30px;
	height: 28px;
	padding: 0 5px;
	outline: none;
}
select {
	padding-right: 0px;
}
textarea {line-height: 120%;}
input.btn, a.btn {
	font-family: 'PT Sans Narrow', 'Trebuchet MS', sans-serif;
	font-size: 18px;
	border: 0px;
	color: #fff;
	line-height: normal;
	background: url(../images/blue-btn-bg.png) repeat-x left top #0099cc;
	line-height: 34px;
	height: 34px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font-weight: 700;
	padding: 0 10px;
	width: auto !important;
	cursor: pointer;
	text-decoration: none;
}
input.btn.grey, a.btn.grey {
	background: url(../images/grey-btn-bg.png) repeat-x left top;
}
.btn.appstore {
	height: 36px;
	line-height: 36px;
	padding: 5px 9px 3px 9px;
}
.btn.full-size {
	text-align: center;
	width: 100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
th {
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 2px solid #999;
}
td {
	padding: 10px 10px 10px 0;
	vertical-align: top;
	border-top: 1px solid #dedede;
}
table.form td {
	border-top: 0;
}
div.main {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	background: url(../images/all-bg.png) repeat-y center top;
}
div.social {
	position: fixed;
	right: 100px;
	bottom: 0px;
	background: #fff;
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-o-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,0.3);
	box-shadow: 0 0 7px rgba(0,0,0,0.3);
	padding: 10px 10px 0 10px;
	z-index: 9999;
	border: 1px solid #f2f2f2;
}
div.social a {
	width: 30px;
	height: 30px;
	margin-bottom: 10px;
}
div.social a.facebook {
	background: url(../images/facebook-icon-left.png) no-repeat left top;
}
div.social a.twitter {
	background: url(../images/twitter-icon-left.png) no-repeat left top;
}
div.social a.vk {
	background: url(../images/vk-icon-left.png) no-repeat left top;
}
div.social a.youtube {
	background: url(../images/youtube-icon-left.png) no-repeat left top;
}
div.social a.instagram {
	background: url(../images/instagram_sm.png) no-repeat;
}
div.header {
	padding: 20px 0;
}
.header-btns {
	color: #666;
}
.header-btns .phone {
	display: inline-block;
	vertical-align: middle;
	font-size: 28px;
	font-weight: 700;
	padding: 0 0 0 35px;
	color: #09c;
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.823%22%20height%3D%2222.831%22%20viewBox%3D%220%200%2022.823%2022.831%22%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M5.23.83L4.578.265%204.527.24C4.253.1%203.954.007%203.63%200c-.286-.012-.573.03-.835.13L2.733.16c-.287.112-.548.293-.76.53-.262.28-.536.617-.784%201.04h.004-.006c-.237.412-.48.885-.66%201.458-.8%202.38-.648%204.935.16%207.37.86%202.58%202.47%205.053%204.5%207.084%202.03%202.03%204.504%203.64%207.09%204.498%202.44.822%204.983.96%207.363.162.543-.18%201.022-.398%201.41-.636l.062-.024c.41-.25.747-.512%201.034-.773.23-.223.41-.485.523-.76.11-.287.167-.585.148-.91-.013-.323-.094-.622-.225-.884h-.013c-.125-.255-.3-.474-.51-.66l-.075-.056-4.337-3.37c-.218-.163-.46-.288-.71-.362l-.05-.013c-.262-.074-.535-.087-.822-.05h-.025c-.298.037-.56.137-.814.274h.006c-.25.15-.455.35-.636.586h.013l-1.234%201.694c-.236.1-.748.224-1.396-.23-1.034-.717-2-1.52-2.885-2.405-.885-.884-1.688-1.837-2.41-2.87-.45-.65-.325-1.172-.226-1.41L8.1%208.246l.063-.03c.225-.163.41-.356.548-.58l.025-.05c.15-.25.25-.51.286-.798.044-.3.025-.585-.037-.86-.075-.25-.188-.473-.35-.698l-.035-.063L5.232.83zM7.22%206.24l.01.032c.038.03.045.07.057.106%200%20.044.013.1%200%20.156-.007.055-.018.105-.043.15l-.014.024c-.024.024-.055.068-.092.093l-.07.043-1.78%201.302c-.106.075-.175.162-.237.262-.005%200-1.108%201.55.212%203.438.786%201.122%201.658%202.162%202.604%203.11v.005c.947.947%201.98%201.807%203.115%202.604%201.896%201.32%203.44.218%203.44.212.124-.062.218-.162.286-.273l1.32-1.813h.014c.024-.043.068-.08.105-.105.043-.024.094-.038.144-.05h.012c.063-.006.1-.006.148.012h.025c.037.014.075.038.105.063l.007.013h-.007l4.337%203.358.03.02c.038.037.064.075.082.105.018.044.036.106.036.17.007.062-.006.123-.02.167l-.005.006v-.008c-.02.057-.043.094-.093.137-.2.18-.45.38-.748.56l-.038.02c-.306.18-.66.35-1.078.487-2%20.672-4.16.535-6.268-.162-2.298-.768-4.54-2.23-6.392-4.082-1.85-1.85-3.31-4.08-4.08-6.392-.696-2.1-.82-4.268-.16-6.268.15-.442.318-.803.506-1.11.193-.304.38-.553.554-.753.05-.037.1-.075.144-.093l.025-.013c.043-.01.093-.018.144-.018.06.007.123.02.16.045l.025.005c.037.025.075.063.106.106l3.37%204.33zM5.23.83zm-.004%200h.006-.006z%22%2F%3E%3C%2Fsvg%3E') no-repeat left center;
}
.header-btns .phone a {
	text-decoration: none;
}
.header-btns p:first-child {
	margin-bottom: 0;
}
.header-btns p:first-child + p span {
	display: inline-block;
	vertical-align: middle;
	width: 130px;
	text-align: left;
}
.header-btns .header-recall {
	display: none;
	font-size: 13px;
	text-decoration: none;
	padding: 6px 10px 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
	background: #09c;
	color: #fff;
}
.header-btns .header-recall:hover {
	color: #fff;
	background: #666;
}
div.tagline {
	text-transform: uppercase;
	color: #fff;
	font-family: 'PT Sans', 'Trebuchet MS', sans-serif;
	font-size: 22px;
	width: 500px;
	text-align: center;
}
.header p {
	margin: 0 0 10px;
}
.header-order, .login, .header-order:hover {
	vertical-align: middle;
	display: inline-block;
	border: 0;
	font-family: 'PT Sans Narrow', 'Trebuchet MS', sans-serif;
	font-size: 20px;
	color: #fff;
	line-height: normal;
	line-height: 44px;
	height: 44px;
	font-weight: 700;
	padding: 0 15px 0 45px;
	width: auto !important;
	text-decoration: none;
}
.header-order {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.023%22%20height%3D%2222.037%22%20viewBox%3D%220%200%2022.023%2022.037%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M.882%200h6.985c.497%200%20.88.397.88.89V13.275h12.394c.486%200%20.884.403.884.89v6.982c0%20.486-.397.89-.883.89H.883c-.49%200-.882-.405-.882-.89V.888C0%20.396.39%200%20.882%200zm3.56%2013.01c-.29%200-.535-.24-.535-.53%200-.302.246-.542.536-.542h2.534v-1.135H5.57c-.29%200-.52-.24-.52-.536s.23-.536.52-.536h1.407V8.598H4.443c-.29%200-.536-.24-.536-.542%200-.29.246-.53.536-.53h2.534V6.392H5.57c-.29%200-.52-.246-.52-.542%200-.29.23-.517.52-.517h1.407V4.18H4.443c-.29%200-.536-.247-.536-.537%200-.29.246-.53.536-.53h2.534v-1.33H1.765v18.47h18.48V15.05h-1.33v2.536c0%20.303-.24.535-.528.535-.297%200-.536-.23-.536-.534V15.05h-1.14v1.4c0%20.297-.24.53-.536.53-.29%200-.522-.233-.522-.53v-1.4h-1.154v2.536c0%20.303-.233.535-.523.535-.29%200-.542-.23-.542-.534V15.05h-1.135v1.4c0%20.297-.246.53-.535.53-.297%200-.536-.233-.536-.53v-1.4h-1.14v2.536c0%20.303-.234.535-.524.535-.303%200-.542-.23-.542-.534V15.05H7.868c-.5%200-.89-.395-.89-.887V13.01H4.443z%22%2F%3E%3C%2Fsvg%3E') no-repeat 15px center, rgb(255,25,25);
	background:  url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.023%22%20height%3D%2222.037%22%20viewBox%3D%220%200%2022.023%2022.037%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M.882%200h6.985c.497%200%20.88.397.88.89V13.275h12.394c.486%200%20.884.403.884.89v6.982c0%20.486-.397.89-.883.89H.883c-.49%200-.882-.405-.882-.89V.888C0%20.396.39%200%20.882%200zm3.56%2013.01c-.29%200-.535-.24-.535-.53%200-.302.246-.542.536-.542h2.534v-1.135H5.57c-.29%200-.52-.24-.52-.536s.23-.536.52-.536h1.407V8.598H4.443c-.29%200-.536-.24-.536-.542%200-.29.246-.53.536-.53h2.534V6.392H5.57c-.29%200-.52-.246-.52-.542%200-.29.23-.517.52-.517h1.407V4.18H4.443c-.29%200-.536-.247-.536-.537%200-.29.246-.53.536-.53h2.534v-1.33H1.765v18.47h18.48V15.05h-1.33v2.536c0%20.303-.24.535-.528.535-.297%200-.536-.23-.536-.534V15.05h-1.14v1.4c0%20.297-.24.53-.536.53-.29%200-.522-.233-.522-.53v-1.4h-1.154v2.536c0%20.303-.233.535-.523.535-.29%200-.542-.23-.542-.534V15.05h-1.135v1.4c0%20.297-.246.53-.535.53-.297%200-.536-.233-.536-.53v-1.4h-1.14v2.536c0%20.303-.234.535-.524.535-.303%200-.542-.23-.542-.534V15.05H7.868c-.5%200-.89-.395-.89-.887V13.01H4.443z%22%2F%3E%3C%2Fsvg%3E') no-repeat 15px center, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMTkxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMzEyMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:  url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.023%22%20height%3D%2222.037%22%20viewBox%3D%220%200%2022.023%2022.037%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M.882%200h6.985c.497%200%20.88.397.88.89V13.275h12.394c.486%200%20.884.403.884.89v6.982c0%20.486-.397.89-.883.89H.883c-.49%200-.882-.405-.882-.89V.888C0%20.396.39%200%20.882%200zm3.56%2013.01c-.29%200-.535-.24-.535-.53%200-.302.246-.542.536-.542h2.534v-1.135H5.57c-.29%200-.52-.24-.52-.536s.23-.536.52-.536h1.407V8.598H4.443c-.29%200-.536-.24-.536-.542%200-.29.246-.53.536-.53h2.534V6.392H5.57c-.29%200-.52-.246-.52-.542%200-.29.23-.517.52-.517h1.407V4.18H4.443c-.29%200-.536-.247-.536-.537%200-.29.246-.53.536-.53h2.534v-1.33H1.765v18.47h18.48V15.05h-1.33v2.536c0%20.303-.24.535-.528.535-.297%200-.536-.23-.536-.534V15.05h-1.14v1.4c0%20.297-.24.53-.536.53-.29%200-.522-.233-.522-.53v-1.4h-1.154v2.536c0%20.303-.233.535-.523.535-.29%200-.542-.23-.542-.534V15.05h-1.135v1.4c0%20.297-.246.53-.535.53-.297%200-.536-.233-.536-.53v-1.4h-1.14v2.536c0%20.303-.234.535-.524.535-.303%200-.542-.23-.542-.534V15.05H7.868c-.5%200-.89-.395-.89-.887V13.01H4.443z%22%2F%3E%3C%2Fsvg%3E') no-repeat 15px center, -moz-linear-gradient(top,  rgba(255,25,25,1) 0%, rgba(179,18,45,1) 100%);
	background:  url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.023%22%20height%3D%2222.037%22%20viewBox%3D%220%200%2022.023%2022.037%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M.882%200h6.985c.497%200%20.88.397.88.89V13.275h12.394c.486%200%20.884.403.884.89v6.982c0%20.486-.397.89-.883.89H.883c-.49%200-.882-.405-.882-.89V.888C0%20.396.39%200%20.882%200zm3.56%2013.01c-.29%200-.535-.24-.535-.53%200-.302.246-.542.536-.542h2.534v-1.135H5.57c-.29%200-.52-.24-.52-.536s.23-.536.52-.536h1.407V8.598H4.443c-.29%200-.536-.24-.536-.542%200-.29.246-.53.536-.53h2.534V6.392H5.57c-.29%200-.52-.246-.52-.542%200-.29.23-.517.52-.517h1.407V4.18H4.443c-.29%200-.536-.247-.536-.537%200-.29.246-.53.536-.53h2.534v-1.33H1.765v18.47h18.48V15.05h-1.33v2.536c0%20.303-.24.535-.528.535-.297%200-.536-.23-.536-.534V15.05h-1.14v1.4c0%20.297-.24.53-.536.53-.29%200-.522-.233-.522-.53v-1.4h-1.154v2.536c0%20.303-.233.535-.523.535-.29%200-.542-.23-.542-.534V15.05h-1.135v1.4c0%20.297-.246.53-.535.53-.297%200-.536-.233-.536-.53v-1.4h-1.14v2.536c0%20.303-.234.535-.524.535-.303%200-.542-.23-.542-.534V15.05H7.868c-.5%200-.89-.395-.89-.887V13.01H4.443z%22%2F%3E%3C%2Fsvg%3E') no-repeat 15px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,25,25,1)), color-stop(100%,rgba(179,18,45,1)));
	background:  url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.023%22%20height%3D%2222.037%22%20viewBox%3D%220%200%2022.023%2022.037%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M.882%200h6.985c.497%200%20.88.397.88.89V13.275h12.394c.486%200%20.884.403.884.89v6.982c0%20.486-.397.89-.883.89H.883c-.49%200-.882-.405-.882-.89V.888C0%20.396.39%200%20.882%200zm3.56%2013.01c-.29%200-.535-.24-.535-.53%200-.302.246-.542.536-.542h2.534v-1.135H5.57c-.29%200-.52-.24-.52-.536s.23-.536.52-.536h1.407V8.598H4.443c-.29%200-.536-.24-.536-.542%200-.29.246-.53.536-.53h2.534V6.392H5.57c-.29%200-.52-.246-.52-.542%200-.29.23-.517.52-.517h1.407V4.18H4.443c-.29%200-.536-.247-.536-.537%200-.29.246-.53.536-.53h2.534v-1.33H1.765v18.47h18.48V15.05h-1.33v2.536c0%20.303-.24.535-.528.535-.297%200-.536-.23-.536-.534V15.05h-1.14v1.4c0%20.297-.24.53-.536.53-.29%200-.522-.233-.522-.53v-1.4h-1.154v2.536c0%20.303-.233.535-.523.535-.29%200-.542-.23-.542-.534V15.05h-1.135v1.4c0%20.297-.246.53-.535.53-.297%200-.536-.233-.536-.53v-1.4h-1.14v2.536c0%20.303-.234.535-.524.535-.303%200-.542-.23-.542-.534V15.05H7.868c-.5%200-.89-.395-.89-.887V13.01H4.443z%22%2F%3E%3C%2Fsvg%3E') no-repeat 15px center, -webkit-linear-gradient(top,  rgba(255,25,25,1) 0%,rgba(179,18,45,1) 100%);
	background:  url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.023%22%20height%3D%2222.037%22%20viewBox%3D%220%200%2022.023%2022.037%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M.882%200h6.985c.497%200%20.88.397.88.89V13.275h12.394c.486%200%20.884.403.884.89v6.982c0%20.486-.397.89-.883.89H.883c-.49%200-.882-.405-.882-.89V.888C0%20.396.39%200%20.882%200zm3.56%2013.01c-.29%200-.535-.24-.535-.53%200-.302.246-.542.536-.542h2.534v-1.135H5.57c-.29%200-.52-.24-.52-.536s.23-.536.52-.536h1.407V8.598H4.443c-.29%200-.536-.24-.536-.542%200-.29.246-.53.536-.53h2.534V6.392H5.57c-.29%200-.52-.246-.52-.542%200-.29.23-.517.52-.517h1.407V4.18H4.443c-.29%200-.536-.247-.536-.537%200-.29.246-.53.536-.53h2.534v-1.33H1.765v18.47h18.48V15.05h-1.33v2.536c0%20.303-.24.535-.528.535-.297%200-.536-.23-.536-.534V15.05h-1.14v1.4c0%20.297-.24.53-.536.53-.29%200-.522-.233-.522-.53v-1.4h-1.154v2.536c0%20.303-.233.535-.523.535-.29%200-.542-.23-.542-.534V15.05h-1.135v1.4c0%20.297-.246.53-.535.53-.297%200-.536-.233-.536-.53v-1.4h-1.14v2.536c0%20.303-.234.535-.524.535-.303%200-.542-.23-.542-.534V15.05H7.868c-.5%200-.89-.395-.89-.887V13.01H4.443z%22%2F%3E%3C%2Fsvg%3E') no-repeat 15px center, -o-linear-gradient(top,  rgba(255,25,25,1) 0%,rgba(179,18,45,1) 100%);
	background:  url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.023%22%20height%3D%2222.037%22%20viewBox%3D%220%200%2022.023%2022.037%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M.882%200h6.985c.497%200%20.88.397.88.89V13.275h12.394c.486%200%20.884.403.884.89v6.982c0%20.486-.397.89-.883.89H.883c-.49%200-.882-.405-.882-.89V.888C0%20.396.39%200%20.882%200zm3.56%2013.01c-.29%200-.535-.24-.535-.53%200-.302.246-.542.536-.542h2.534v-1.135H5.57c-.29%200-.52-.24-.52-.536s.23-.536.52-.536h1.407V8.598H4.443c-.29%200-.536-.24-.536-.542%200-.29.246-.53.536-.53h2.534V6.392H5.57c-.29%200-.52-.246-.52-.542%200-.29.23-.517.52-.517h1.407V4.18H4.443c-.29%200-.536-.247-.536-.537%200-.29.246-.53.536-.53h2.534v-1.33H1.765v18.47h18.48V15.05h-1.33v2.536c0%20.303-.24.535-.528.535-.297%200-.536-.23-.536-.534V15.05h-1.14v1.4c0%20.297-.24.53-.536.53-.29%200-.522-.233-.522-.53v-1.4h-1.154v2.536c0%20.303-.233.535-.523.535-.29%200-.542-.23-.542-.534V15.05h-1.135v1.4c0%20.297-.246.53-.535.53-.297%200-.536-.233-.536-.53v-1.4h-1.14v2.536c0%20.303-.234.535-.524.535-.303%200-.542-.23-.542-.534V15.05H7.868c-.5%200-.89-.395-.89-.887V13.01H4.443z%22%2F%3E%3C%2Fsvg%3E') no-repeat 15px center, -ms-linear-gradient(top,  rgba(255,25,25,1) 0%,rgba(179,18,45,1) 100%);
	background:  url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.023%22%20height%3D%2222.037%22%20viewBox%3D%220%200%2022.023%2022.037%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M.882%200h6.985c.497%200%20.88.397.88.89V13.275h12.394c.486%200%20.884.403.884.89v6.982c0%20.486-.397.89-.883.89H.883c-.49%200-.882-.405-.882-.89V.888C0%20.396.39%200%20.882%200zm3.56%2013.01c-.29%200-.535-.24-.535-.53%200-.302.246-.542.536-.542h2.534v-1.135H5.57c-.29%200-.52-.24-.52-.536s.23-.536.52-.536h1.407V8.598H4.443c-.29%200-.536-.24-.536-.542%200-.29.246-.53.536-.53h2.534V6.392H5.57c-.29%200-.52-.246-.52-.542%200-.29.23-.517.52-.517h1.407V4.18H4.443c-.29%200-.536-.247-.536-.537%200-.29.246-.53.536-.53h2.534v-1.33H1.765v18.47h18.48V15.05h-1.33v2.536c0%20.303-.24.535-.528.535-.297%200-.536-.23-.536-.534V15.05h-1.14v1.4c0%20.297-.24.53-.536.53-.29%200-.522-.233-.522-.53v-1.4h-1.154v2.536c0%20.303-.233.535-.523.535-.29%200-.542-.23-.542-.534V15.05h-1.135v1.4c0%20.297-.246.53-.535.53-.297%200-.536-.233-.536-.53v-1.4h-1.14v2.536c0%20.303-.234.535-.524.535-.303%200-.542-.23-.542-.534V15.05H7.868c-.5%200-.89-.395-.89-.887V13.01H4.443z%22%2F%3E%3C%2Fsvg%3E') no-repeat 15px center, linear-gradient(to bottom,  rgba(255,25,25,1) 0%,rgba(179,18,45,1) 100%);
}
.header-order:hover {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.023%22%20height%3D%2222.037%22%20viewBox%3D%220%200%2022.023%2022.037%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M.882%200h6.985c.497%200%20.88.397.88.89V13.275h12.394c.486%200%20.884.403.884.89v6.982c0%20.486-.397.89-.883.89H.883c-.49%200-.882-.405-.882-.89V.888C0%20.396.39%200%20.882%200zm3.56%2013.01c-.29%200-.535-.24-.535-.53%200-.302.246-.542.536-.542h2.534v-1.135H5.57c-.29%200-.52-.24-.52-.536s.23-.536.52-.536h1.407V8.598H4.443c-.29%200-.536-.24-.536-.542%200-.29.246-.53.536-.53h2.534V6.392H5.57c-.29%200-.52-.246-.52-.542%200-.29.23-.517.52-.517h1.407V4.18H4.443c-.29%200-.536-.247-.536-.537%200-.29.246-.53.536-.53h2.534v-1.33H1.765v18.47h18.48V15.05h-1.33v2.536c0%20.303-.24.535-.528.535-.297%200-.536-.23-.536-.534V15.05h-1.14v1.4c0%20.297-.24.53-.536.53-.29%200-.522-.233-.522-.53v-1.4h-1.154v2.536c0%20.303-.233.535-.523.535-.29%200-.542-.23-.542-.534V15.05h-1.135v1.4c0%20.297-.246.53-.535.53-.297%200-.536-.233-.536-.53v-1.4h-1.14v2.536c0%20.303-.234.535-.524.535-.303%200-.542-.23-.542-.534V15.05H7.868c-.5%200-.89-.395-.89-.887V13.01H4.443z%22%2F%3E%3C%2Fsvg%3E') no-repeat 15px center, rgb(200,0,0);
}
.header-recall {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.823%22%20height%3D%2222.831%22%20viewBox%3D%220%200%2022.823%2022.831%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M5.23.83L4.578.265%204.527.24C4.253.1%203.954.007%203.63%200c-.286-.012-.573.03-.835.13L2.733.16c-.287.112-.548.293-.76.53-.262.28-.536.617-.784%201.04h.004-.006c-.237.412-.48.885-.66%201.458-.8%202.38-.648%204.935.16%207.37.86%202.58%202.47%205.053%204.5%207.084%202.03%202.03%204.504%203.64%207.09%204.498%202.44.822%204.983.96%207.363.162.543-.18%201.022-.398%201.41-.636l.062-.024c.41-.25.747-.512%201.034-.773.23-.223.41-.485.523-.76.11-.287.167-.585.148-.91-.013-.323-.094-.622-.225-.884h-.013c-.125-.255-.3-.474-.51-.66l-.075-.056-4.337-3.37c-.218-.163-.46-.288-.71-.362l-.05-.013c-.262-.074-.535-.087-.822-.05h-.025c-.298.037-.56.137-.814.274h.006c-.25.15-.455.35-.636.586h.013l-1.234%201.694c-.236.1-.748.224-1.396-.23-1.034-.717-2-1.52-2.885-2.405-.885-.884-1.688-1.837-2.41-2.87-.45-.65-.325-1.172-.226-1.41L8.1%208.246l.063-.03c.225-.163.41-.356.548-.58l.025-.05c.15-.25.25-.51.286-.798.044-.3.025-.585-.037-.86-.075-.25-.188-.473-.35-.698l-.035-.063L5.232.83zM7.22%206.24l.01.032c.038.03.045.07.057.106%200%20.044.013.1%200%20.156-.007.055-.018.105-.043.15l-.014.024c-.024.024-.055.068-.092.093l-.07.043-1.78%201.302c-.106.075-.175.162-.237.262-.005%200-1.108%201.55.212%203.438.786%201.122%201.658%202.162%202.604%203.11v.005c.947.947%201.98%201.807%203.115%202.604%201.896%201.32%203.44.218%203.44.212.124-.062.218-.162.286-.273l1.32-1.813h.014c.024-.043.068-.08.105-.105.043-.024.094-.038.144-.05h.012c.063-.006.1-.006.148.012h.025c.037.014.075.038.105.063l.007.013h-.007l4.337%203.358.03.02c.038.037.064.075.082.105.018.044.036.106.036.17.007.062-.006.123-.02.167l-.005.006v-.008c-.02.057-.043.094-.093.137-.2.18-.45.38-.748.56l-.038.02c-.306.18-.66.35-1.078.487-2%20.672-4.16.535-6.268-.162-2.298-.768-4.54-2.23-6.392-4.082-1.85-1.85-3.31-4.08-4.08-6.392-.696-2.1-.82-4.268-.16-6.268.15-.442.318-.803.506-1.11.193-.304.38-.553.554-.753.05-.037.1-.075.144-.093l.025-.013c.043-.01.093-.018.144-.018.06.007.123.02.16.045l.025.005c.037.025.075.063.106.106l3.37%204.33zM5.23.83zm-.004%200h.006-.006z%22%2F%3E%3C%2Fsvg%3E') no-repeat 15px center, rgb(0,204,255);
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.823%22%20height%3D%2222.831%22%20viewBox%3D%220%200%2022.823%2022.831%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M5.23.83L4.578.265%204.527.24C4.253.1%203.954.007%203.63%200c-.286-.012-.573.03-.835.13L2.733.16c-.287.112-.548.293-.76.53-.262.28-.536.617-.784%201.04h.004-.006c-.237.412-.48.885-.66%201.458-.8%202.38-.648%204.935.16%207.37.86%202.58%202.47%205.053%204.5%207.084%202.03%202.03%204.504%203.64%207.09%204.498%202.44.822%204.983.96%207.363.162.543-.18%201.022-.398%201.41-.636l.062-.024c.41-.25.747-.512%201.034-.773.23-.223.41-.485.523-.76.11-.287.167-.585.148-.91-.013-.323-.094-.622-.225-.884h-.013c-.125-.255-.3-.474-.51-.66l-.075-.056-4.337-3.37c-.218-.163-.46-.288-.71-.362l-.05-.013c-.262-.074-.535-.087-.822-.05h-.025c-.298.037-.56.137-.814.274h.006c-.25.15-.455.35-.636.586h.013l-1.234%201.694c-.236.1-.748.224-1.396-.23-1.034-.717-2-1.52-2.885-2.405-.885-.884-1.688-1.837-2.41-2.87-.45-.65-.325-1.172-.226-1.41L8.1%208.246l.063-.03c.225-.163.41-.356.548-.58l.025-.05c.15-.25.25-.51.286-.798.044-.3.025-.585-.037-.86-.075-.25-.188-.473-.35-.698l-.035-.063L5.232.83zM7.22%206.24l.01.032c.038.03.045.07.057.106%200%20.044.013.1%200%20.156-.007.055-.018.105-.043.15l-.014.024c-.024.024-.055.068-.092.093l-.07.043-1.78%201.302c-.106.075-.175.162-.237.262-.005%200-1.108%201.55.212%203.438.786%201.122%201.658%202.162%202.604%203.11v.005c.947.947%201.98%201.807%203.115%202.604%201.896%201.32%203.44.218%203.44.212.124-.062.218-.162.286-.273l1.32-1.813h.014c.024-.043.068-.08.105-.105.043-.024.094-.038.144-.05h.012c.063-.006.1-.006.148.012h.025c.037.014.075.038.105.063l.007.013h-.007l4.337%203.358.03.02c.038.037.064.075.082.105.018.044.036.106.036.17.007.062-.006.123-.02.167l-.005.006v-.008c-.02.057-.043.094-.093.137-.2.18-.45.38-.748.56l-.038.02c-.306.18-.66.35-1.078.487-2%20.672-4.16.535-6.268-.162-2.298-.768-4.54-2.23-6.392-4.082-1.85-1.85-3.31-4.08-4.08-6.392-.696-2.1-.82-4.268-.16-6.268.15-.442.318-.803.506-1.11.193-.304.38-.553.554-.753.05-.037.1-.075.144-.093l.025-.013c.043-.01.093-.018.144-.018.06.007.123.02.16.045l.025.005c.037.025.075.063.106.106l3.37%204.33zM5.23.83zm-.004%200h.006-.006z%22%2F%3E%3C%2Fsvg%3E') no-repeat 15px center, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwY2NmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDk5Y2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.823%22%20height%3D%2222.831%22%20viewBox%3D%220%200%2022.823%2022.831%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M5.23.83L4.578.265%204.527.24C4.253.1%203.954.007%203.63%200c-.286-.012-.573.03-.835.13L2.733.16c-.287.112-.548.293-.76.53-.262.28-.536.617-.784%201.04h.004-.006c-.237.412-.48.885-.66%201.458-.8%202.38-.648%204.935.16%207.37.86%202.58%202.47%205.053%204.5%207.084%202.03%202.03%204.504%203.64%207.09%204.498%202.44.822%204.983.96%207.363.162.543-.18%201.022-.398%201.41-.636l.062-.024c.41-.25.747-.512%201.034-.773.23-.223.41-.485.523-.76.11-.287.167-.585.148-.91-.013-.323-.094-.622-.225-.884h-.013c-.125-.255-.3-.474-.51-.66l-.075-.056-4.337-3.37c-.218-.163-.46-.288-.71-.362l-.05-.013c-.262-.074-.535-.087-.822-.05h-.025c-.298.037-.56.137-.814.274h.006c-.25.15-.455.35-.636.586h.013l-1.234%201.694c-.236.1-.748.224-1.396-.23-1.034-.717-2-1.52-2.885-2.405-.885-.884-1.688-1.837-2.41-2.87-.45-.65-.325-1.172-.226-1.41L8.1%208.246l.063-.03c.225-.163.41-.356.548-.58l.025-.05c.15-.25.25-.51.286-.798.044-.3.025-.585-.037-.86-.075-.25-.188-.473-.35-.698l-.035-.063L5.232.83zM7.22%206.24l.01.032c.038.03.045.07.057.106%200%20.044.013.1%200%20.156-.007.055-.018.105-.043.15l-.014.024c-.024.024-.055.068-.092.093l-.07.043-1.78%201.302c-.106.075-.175.162-.237.262-.005%200-1.108%201.55.212%203.438.786%201.122%201.658%202.162%202.604%203.11v.005c.947.947%201.98%201.807%203.115%202.604%201.896%201.32%203.44.218%203.44.212.124-.062.218-.162.286-.273l1.32-1.813h.014c.024-.043.068-.08.105-.105.043-.024.094-.038.144-.05h.012c.063-.006.1-.006.148.012h.025c.037.014.075.038.105.063l.007.013h-.007l4.337%203.358.03.02c.038.037.064.075.082.105.018.044.036.106.036.17.007.062-.006.123-.02.167l-.005.006v-.008c-.02.057-.043.094-.093.137-.2.18-.45.38-.748.56l-.038.02c-.306.18-.66.35-1.078.487-2%20.672-4.16.535-6.268-.162-2.298-.768-4.54-2.23-6.392-4.082-1.85-1.85-3.31-4.08-4.08-6.392-.696-2.1-.82-4.268-.16-6.268.15-.442.318-.803.506-1.11.193-.304.38-.553.554-.753.05-.037.1-.075.144-.093l.025-.013c.043-.01.093-.018.144-.018.06.007.123.02.16.045l.025.005c.037.025.075.063.106.106l3.37%204.33zM5.23.83zm-.004%200h.006-.006z%22%2F%3E%3C%2Fsvg%3E') no-repeat 15px center, -moz-linear-gradient(top,  rgba(0,204,255,1) 0%, rgba(0,153,204,1) 100%);
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.823%22%20height%3D%2222.831%22%20viewBox%3D%220%200%2022.823%2022.831%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M5.23.83L4.578.265%204.527.24C4.253.1%203.954.007%203.63%200c-.286-.012-.573.03-.835.13L2.733.16c-.287.112-.548.293-.76.53-.262.28-.536.617-.784%201.04h.004-.006c-.237.412-.48.885-.66%201.458-.8%202.38-.648%204.935.16%207.37.86%202.58%202.47%205.053%204.5%207.084%202.03%202.03%204.504%203.64%207.09%204.498%202.44.822%204.983.96%207.363.162.543-.18%201.022-.398%201.41-.636l.062-.024c.41-.25.747-.512%201.034-.773.23-.223.41-.485.523-.76.11-.287.167-.585.148-.91-.013-.323-.094-.622-.225-.884h-.013c-.125-.255-.3-.474-.51-.66l-.075-.056-4.337-3.37c-.218-.163-.46-.288-.71-.362l-.05-.013c-.262-.074-.535-.087-.822-.05h-.025c-.298.037-.56.137-.814.274h.006c-.25.15-.455.35-.636.586h.013l-1.234%201.694c-.236.1-.748.224-1.396-.23-1.034-.717-2-1.52-2.885-2.405-.885-.884-1.688-1.837-2.41-2.87-.45-.65-.325-1.172-.226-1.41L8.1%208.246l.063-.03c.225-.163.41-.356.548-.58l.025-.05c.15-.25.25-.51.286-.798.044-.3.025-.585-.037-.86-.075-.25-.188-.473-.35-.698l-.035-.063L5.232.83zM7.22%206.24l.01.032c.038.03.045.07.057.106%200%20.044.013.1%200%20.156-.007.055-.018.105-.043.15l-.014.024c-.024.024-.055.068-.092.093l-.07.043-1.78%201.302c-.106.075-.175.162-.237.262-.005%200-1.108%201.55.212%203.438.786%201.122%201.658%202.162%202.604%203.11v.005c.947.947%201.98%201.807%203.115%202.604%201.896%201.32%203.44.218%203.44.212.124-.062.218-.162.286-.273l1.32-1.813h.014c.024-.043.068-.08.105-.105.043-.024.094-.038.144-.05h.012c.063-.006.1-.006.148.012h.025c.037.014.075.038.105.063l.007.013h-.007l4.337%203.358.03.02c.038.037.064.075.082.105.018.044.036.106.036.17.007.062-.006.123-.02.167l-.005.006v-.008c-.02.057-.043.094-.093.137-.2.18-.45.38-.748.56l-.038.02c-.306.18-.66.35-1.078.487-2%20.672-4.16.535-6.268-.162-2.298-.768-4.54-2.23-6.392-4.082-1.85-1.85-3.31-4.08-4.08-6.392-.696-2.1-.82-4.268-.16-6.268.15-.442.318-.803.506-1.11.193-.304.38-.553.554-.753.05-.037.1-.075.144-.093l.025-.013c.043-.01.093-.018.144-.018.06.007.123.02.16.045l.025.005c.037.025.075.063.106.106l3.37%204.33zM5.23.83zm-.004%200h.006-.006z%22%2F%3E%3C%2Fsvg%3E') no-repeat 15px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,204,255,1)), color-stop(100%,rgba(0,153,204,1)));
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.823%22%20height%3D%2222.831%22%20viewBox%3D%220%200%2022.823%2022.831%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M5.23.83L4.578.265%204.527.24C4.253.1%203.954.007%203.63%200c-.286-.012-.573.03-.835.13L2.733.16c-.287.112-.548.293-.76.53-.262.28-.536.617-.784%201.04h.004-.006c-.237.412-.48.885-.66%201.458-.8%202.38-.648%204.935.16%207.37.86%202.58%202.47%205.053%204.5%207.084%202.03%202.03%204.504%203.64%207.09%204.498%202.44.822%204.983.96%207.363.162.543-.18%201.022-.398%201.41-.636l.062-.024c.41-.25.747-.512%201.034-.773.23-.223.41-.485.523-.76.11-.287.167-.585.148-.91-.013-.323-.094-.622-.225-.884h-.013c-.125-.255-.3-.474-.51-.66l-.075-.056-4.337-3.37c-.218-.163-.46-.288-.71-.362l-.05-.013c-.262-.074-.535-.087-.822-.05h-.025c-.298.037-.56.137-.814.274h.006c-.25.15-.455.35-.636.586h.013l-1.234%201.694c-.236.1-.748.224-1.396-.23-1.034-.717-2-1.52-2.885-2.405-.885-.884-1.688-1.837-2.41-2.87-.45-.65-.325-1.172-.226-1.41L8.1%208.246l.063-.03c.225-.163.41-.356.548-.58l.025-.05c.15-.25.25-.51.286-.798.044-.3.025-.585-.037-.86-.075-.25-.188-.473-.35-.698l-.035-.063L5.232.83zM7.22%206.24l.01.032c.038.03.045.07.057.106%200%20.044.013.1%200%20.156-.007.055-.018.105-.043.15l-.014.024c-.024.024-.055.068-.092.093l-.07.043-1.78%201.302c-.106.075-.175.162-.237.262-.005%200-1.108%201.55.212%203.438.786%201.122%201.658%202.162%202.604%203.11v.005c.947.947%201.98%201.807%203.115%202.604%201.896%201.32%203.44.218%203.44.212.124-.062.218-.162.286-.273l1.32-1.813h.014c.024-.043.068-.08.105-.105.043-.024.094-.038.144-.05h.012c.063-.006.1-.006.148.012h.025c.037.014.075.038.105.063l.007.013h-.007l4.337%203.358.03.02c.038.037.064.075.082.105.018.044.036.106.036.17.007.062-.006.123-.02.167l-.005.006v-.008c-.02.057-.043.094-.093.137-.2.18-.45.38-.748.56l-.038.02c-.306.18-.66.35-1.078.487-2%20.672-4.16.535-6.268-.162-2.298-.768-4.54-2.23-6.392-4.082-1.85-1.85-3.31-4.08-4.08-6.392-.696-2.1-.82-4.268-.16-6.268.15-.442.318-.803.506-1.11.193-.304.38-.553.554-.753.05-.037.1-.075.144-.093l.025-.013c.043-.01.093-.018.144-.018.06.007.123.02.16.045l.025.005c.037.025.075.063.106.106l3.37%204.33zM5.23.83zm-.004%200h.006-.006z%22%2F%3E%3C%2Fsvg%3E') no-repeat 15px center, -webkit-linear-gradient(top,  rgba(0,204,255,1) 0%,rgba(0,153,204,1) 100%);
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.823%22%20height%3D%2222.831%22%20viewBox%3D%220%200%2022.823%2022.831%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M5.23.83L4.578.265%204.527.24C4.253.1%203.954.007%203.63%200c-.286-.012-.573.03-.835.13L2.733.16c-.287.112-.548.293-.76.53-.262.28-.536.617-.784%201.04h.004-.006c-.237.412-.48.885-.66%201.458-.8%202.38-.648%204.935.16%207.37.86%202.58%202.47%205.053%204.5%207.084%202.03%202.03%204.504%203.64%207.09%204.498%202.44.822%204.983.96%207.363.162.543-.18%201.022-.398%201.41-.636l.062-.024c.41-.25.747-.512%201.034-.773.23-.223.41-.485.523-.76.11-.287.167-.585.148-.91-.013-.323-.094-.622-.225-.884h-.013c-.125-.255-.3-.474-.51-.66l-.075-.056-4.337-3.37c-.218-.163-.46-.288-.71-.362l-.05-.013c-.262-.074-.535-.087-.822-.05h-.025c-.298.037-.56.137-.814.274h.006c-.25.15-.455.35-.636.586h.013l-1.234%201.694c-.236.1-.748.224-1.396-.23-1.034-.717-2-1.52-2.885-2.405-.885-.884-1.688-1.837-2.41-2.87-.45-.65-.325-1.172-.226-1.41L8.1%208.246l.063-.03c.225-.163.41-.356.548-.58l.025-.05c.15-.25.25-.51.286-.798.044-.3.025-.585-.037-.86-.075-.25-.188-.473-.35-.698l-.035-.063L5.232.83zM7.22%206.24l.01.032c.038.03.045.07.057.106%200%20.044.013.1%200%20.156-.007.055-.018.105-.043.15l-.014.024c-.024.024-.055.068-.092.093l-.07.043-1.78%201.302c-.106.075-.175.162-.237.262-.005%200-1.108%201.55.212%203.438.786%201.122%201.658%202.162%202.604%203.11v.005c.947.947%201.98%201.807%203.115%202.604%201.896%201.32%203.44.218%203.44.212.124-.062.218-.162.286-.273l1.32-1.813h.014c.024-.043.068-.08.105-.105.043-.024.094-.038.144-.05h.012c.063-.006.1-.006.148.012h.025c.037.014.075.038.105.063l.007.013h-.007l4.337%203.358.03.02c.038.037.064.075.082.105.018.044.036.106.036.17.007.062-.006.123-.02.167l-.005.006v-.008c-.02.057-.043.094-.093.137-.2.18-.45.38-.748.56l-.038.02c-.306.18-.66.35-1.078.487-2%20.672-4.16.535-6.268-.162-2.298-.768-4.54-2.23-6.392-4.082-1.85-1.85-3.31-4.08-4.08-6.392-.696-2.1-.82-4.268-.16-6.268.15-.442.318-.803.506-1.11.193-.304.38-.553.554-.753.05-.037.1-.075.144-.093l.025-.013c.043-.01.093-.018.144-.018.06.007.123.02.16.045l.025.005c.037.025.075.063.106.106l3.37%204.33zM5.23.83zm-.004%200h.006-.006z%22%2F%3E%3C%2Fsvg%3E') no-repeat 15px center, -o-linear-gradient(top,  rgba(0,204,255,1) 0%,rgba(0,153,204,1) 100%);
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.823%22%20height%3D%2222.831%22%20viewBox%3D%220%200%2022.823%2022.831%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M5.23.83L4.578.265%204.527.24C4.253.1%203.954.007%203.63%200c-.286-.012-.573.03-.835.13L2.733.16c-.287.112-.548.293-.76.53-.262.28-.536.617-.784%201.04h.004-.006c-.237.412-.48.885-.66%201.458-.8%202.38-.648%204.935.16%207.37.86%202.58%202.47%205.053%204.5%207.084%202.03%202.03%204.504%203.64%207.09%204.498%202.44.822%204.983.96%207.363.162.543-.18%201.022-.398%201.41-.636l.062-.024c.41-.25.747-.512%201.034-.773.23-.223.41-.485.523-.76.11-.287.167-.585.148-.91-.013-.323-.094-.622-.225-.884h-.013c-.125-.255-.3-.474-.51-.66l-.075-.056-4.337-3.37c-.218-.163-.46-.288-.71-.362l-.05-.013c-.262-.074-.535-.087-.822-.05h-.025c-.298.037-.56.137-.814.274h.006c-.25.15-.455.35-.636.586h.013l-1.234%201.694c-.236.1-.748.224-1.396-.23-1.034-.717-2-1.52-2.885-2.405-.885-.884-1.688-1.837-2.41-2.87-.45-.65-.325-1.172-.226-1.41L8.1%208.246l.063-.03c.225-.163.41-.356.548-.58l.025-.05c.15-.25.25-.51.286-.798.044-.3.025-.585-.037-.86-.075-.25-.188-.473-.35-.698l-.035-.063L5.232.83zM7.22%206.24l.01.032c.038.03.045.07.057.106%200%20.044.013.1%200%20.156-.007.055-.018.105-.043.15l-.014.024c-.024.024-.055.068-.092.093l-.07.043-1.78%201.302c-.106.075-.175.162-.237.262-.005%200-1.108%201.55.212%203.438.786%201.122%201.658%202.162%202.604%203.11v.005c.947.947%201.98%201.807%203.115%202.604%201.896%201.32%203.44.218%203.44.212.124-.062.218-.162.286-.273l1.32-1.813h.014c.024-.043.068-.08.105-.105.043-.024.094-.038.144-.05h.012c.063-.006.1-.006.148.012h.025c.037.014.075.038.105.063l.007.013h-.007l4.337%203.358.03.02c.038.037.064.075.082.105.018.044.036.106.036.17.007.062-.006.123-.02.167l-.005.006v-.008c-.02.057-.043.094-.093.137-.2.18-.45.38-.748.56l-.038.02c-.306.18-.66.35-1.078.487-2%20.672-4.16.535-6.268-.162-2.298-.768-4.54-2.23-6.392-4.082-1.85-1.85-3.31-4.08-4.08-6.392-.696-2.1-.82-4.268-.16-6.268.15-.442.318-.803.506-1.11.193-.304.38-.553.554-.753.05-.037.1-.075.144-.093l.025-.013c.043-.01.093-.018.144-.018.06.007.123.02.16.045l.025.005c.037.025.075.063.106.106l3.37%204.33zM5.23.83zm-.004%200h.006-.006z%22%2F%3E%3C%2Fsvg%3E') no-repeat 15px center, -ms-linear-gradient(top,  rgba(0,204,255,1) 0%,rgba(0,153,204,1) 100%);
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.823%22%20height%3D%2222.831%22%20viewBox%3D%220%200%2022.823%2022.831%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M5.23.83L4.578.265%204.527.24C4.253.1%203.954.007%203.63%200c-.286-.012-.573.03-.835.13L2.733.16c-.287.112-.548.293-.76.53-.262.28-.536.617-.784%201.04h.004-.006c-.237.412-.48.885-.66%201.458-.8%202.38-.648%204.935.16%207.37.86%202.58%202.47%205.053%204.5%207.084%202.03%202.03%204.504%203.64%207.09%204.498%202.44.822%204.983.96%207.363.162.543-.18%201.022-.398%201.41-.636l.062-.024c.41-.25.747-.512%201.034-.773.23-.223.41-.485.523-.76.11-.287.167-.585.148-.91-.013-.323-.094-.622-.225-.884h-.013c-.125-.255-.3-.474-.51-.66l-.075-.056-4.337-3.37c-.218-.163-.46-.288-.71-.362l-.05-.013c-.262-.074-.535-.087-.822-.05h-.025c-.298.037-.56.137-.814.274h.006c-.25.15-.455.35-.636.586h.013l-1.234%201.694c-.236.1-.748.224-1.396-.23-1.034-.717-2-1.52-2.885-2.405-.885-.884-1.688-1.837-2.41-2.87-.45-.65-.325-1.172-.226-1.41L8.1%208.246l.063-.03c.225-.163.41-.356.548-.58l.025-.05c.15-.25.25-.51.286-.798.044-.3.025-.585-.037-.86-.075-.25-.188-.473-.35-.698l-.035-.063L5.232.83zM7.22%206.24l.01.032c.038.03.045.07.057.106%200%20.044.013.1%200%20.156-.007.055-.018.105-.043.15l-.014.024c-.024.024-.055.068-.092.093l-.07.043-1.78%201.302c-.106.075-.175.162-.237.262-.005%200-1.108%201.55.212%203.438.786%201.122%201.658%202.162%202.604%203.11v.005c.947.947%201.98%201.807%203.115%202.604%201.896%201.32%203.44.218%203.44.212.124-.062.218-.162.286-.273l1.32-1.813h.014c.024-.043.068-.08.105-.105.043-.024.094-.038.144-.05h.012c.063-.006.1-.006.148.012h.025c.037.014.075.038.105.063l.007.013h-.007l4.337%203.358.03.02c.038.037.064.075.082.105.018.044.036.106.036.17.007.062-.006.123-.02.167l-.005.006v-.008c-.02.057-.043.094-.093.137-.2.18-.45.38-.748.56l-.038.02c-.306.18-.66.35-1.078.487-2%20.672-4.16.535-6.268-.162-2.298-.768-4.54-2.23-6.392-4.082-1.85-1.85-3.31-4.08-4.08-6.392-.696-2.1-.82-4.268-.16-6.268.15-.442.318-.803.506-1.11.193-.304.38-.553.554-.753.05-.037.1-.075.144-.093l.025-.013c.043-.01.093-.018.144-.018.06.007.123.02.16.045l.025.005c.037.025.075.063.106.106l3.37%204.33zM5.23.83zm-.004%200h.006-.006z%22%2F%3E%3C%2Fsvg%3E') no-repeat 15px center, linear-gradient(to bottom,  rgba(0,204,255,1) 0%,rgba(0,153,204,1) 100%);
}
.small-menu .header-order {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.023%22%20height%3D%2222.037%22%20viewBox%3D%220%200%2022.023%2022.037%22%3E%3Cpath%20fill%3D%22%23d31524%22%20d%3D%22M.882%200h6.985c.497%200%20.88.397.88.89V13.275h12.394c.486%200%20.884.403.884.89v6.982c0%20.486-.397.89-.883.89H.883c-.49%200-.882-.405-.882-.89V.888C0%20.396.39%200%20.882%200zm3.56%2013.01c-.29%200-.535-.24-.535-.53%200-.302.246-.542.536-.542h2.534v-1.135H5.57c-.29%200-.52-.24-.52-.536s.23-.536.52-.536h1.407V8.598H4.443c-.29%200-.536-.24-.536-.542%200-.29.246-.53.536-.53h2.534V6.392H5.57c-.29%200-.52-.246-.52-.542%200-.29.23-.517.52-.517h1.407V4.18H4.443c-.29%200-.536-.247-.536-.537%200-.29.246-.53.536-.53h2.534v-1.33H1.765v18.47h18.48V15.05h-1.33v2.536c0%20.303-.24.535-.528.535-.297%200-.536-.23-.536-.534V15.05h-1.14v1.4c0%20.297-.24.53-.536.53-.29%200-.522-.233-.522-.53v-1.4h-1.154v2.536c0%20.303-.233.535-.523.535-.29%200-.542-.23-.542-.534V15.05h-1.135v1.4c0%20.297-.246.53-.535.53-.297%200-.536-.233-.536-.53v-1.4h-1.14v2.536c0%20.303-.234.535-.524.535-.303%200-.542-.23-.542-.534V15.05H7.868c-.5%200-.89-.395-.89-.887V13.01H4.443z%22%2F%3E%3C%2Fsvg%3E') no-repeat left center;
	background-size: 25px;
	padding: 0 0 0 35px;
	color: #d31524;
	font-size: 14px;
	width: 80px !important;
	height: 30px;
	line-height: 14px;
	text-align: left;
	text-transform: uppercase;
}
.small-menu .header-order:hover {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.023%22%20height%3D%2222.037%22%20viewBox%3D%220%200%2022.023%2022.037%22%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M.882%200h6.985c.497%200%20.88.397.88.89V13.275h12.394c.486%200%20.884.403.884.89v6.982c0%20.486-.397.89-.883.89H.883c-.49%200-.882-.405-.882-.89V.888C0%20.396.39%200%20.882%200zm3.56%2013.01c-.29%200-.535-.24-.535-.53%200-.302.246-.542.536-.542h2.534v-1.135H5.57c-.29%200-.52-.24-.52-.536s.23-.536.52-.536h1.407V8.598H4.443c-.29%200-.536-.24-.536-.542%200-.29.246-.53.536-.53h2.534V6.392H5.57c-.29%200-.52-.246-.52-.542%200-.29.23-.517.52-.517h1.407V4.18H4.443c-.29%200-.536-.247-.536-.537%200-.29.246-.53.536-.53h2.534v-1.33H1.765v18.47h18.48V15.05h-1.33v2.536c0%20.303-.24.535-.528.535-.297%200-.536-.23-.536-.534V15.05h-1.14v1.4c0%20.297-.24.53-.536.53-.29%200-.522-.233-.522-.53v-1.4h-1.154v2.536c0%20.303-.233.535-.523.535-.29%200-.542-.23-.542-.534V15.05h-1.135v1.4c0%20.297-.246.53-.535.53-.297%200-.536-.233-.536-.53v-1.4h-1.14v2.536c0%20.303-.234.535-.524.535-.303%200-.542-.23-.542-.534V15.05H7.868c-.5%200-.89-.395-.89-.887V13.01H4.443z%22%2F%3E%3C%2Fsvg%3E') no-repeat left center;
	background-size: 25px;
	color: #666;
}
.small-menu .header-recall {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.823%22%20height%3D%2222.831%22%20viewBox%3D%220%200%2022.823%2022.831%22%3E%3Cpath%20fill%3D%22%2309c%22%20d%3D%22M5.23.83L4.578.265%204.527.24C4.253.1%203.954.007%203.63%200c-.286-.012-.573.03-.835.13L2.733.16c-.287.112-.548.293-.76.53-.262.28-.536.617-.784%201.04h.004-.006c-.237.412-.48.885-.66%201.458-.8%202.38-.648%204.935.16%207.37.86%202.58%202.47%205.053%204.5%207.084%202.03%202.03%204.504%203.64%207.09%204.498%202.44.822%204.983.96%207.363.162.543-.18%201.022-.398%201.41-.636l.062-.024c.41-.25.747-.512%201.034-.773.23-.223.41-.485.523-.76.11-.287.167-.585.148-.91-.013-.323-.094-.622-.225-.884h-.013c-.125-.255-.3-.474-.51-.66l-.075-.056-4.337-3.37c-.218-.163-.46-.288-.71-.362l-.05-.013c-.262-.074-.535-.087-.822-.05h-.025c-.298.037-.56.137-.814.274h.006c-.25.15-.455.35-.636.586h.013l-1.234%201.694c-.236.1-.748.224-1.396-.23-1.034-.717-2-1.52-2.885-2.405-.885-.884-1.688-1.837-2.41-2.87-.45-.65-.325-1.172-.226-1.41L8.1%208.246l.063-.03c.225-.163.41-.356.548-.58l.025-.05c.15-.25.25-.51.286-.798.044-.3.025-.585-.037-.86-.075-.25-.188-.473-.35-.698l-.035-.063L5.232.83zM7.22%206.24l.01.032c.038.03.045.07.057.106%200%20.044.013.1%200%20.156-.007.055-.018.105-.043.15l-.014.024c-.024.024-.055.068-.092.093l-.07.043-1.78%201.302c-.106.075-.175.162-.237.262-.005%200-1.108%201.55.212%203.438.786%201.122%201.658%202.162%202.604%203.11v.005c.947.947%201.98%201.807%203.115%202.604%201.896%201.32%203.44.218%203.44.212.124-.062.218-.162.286-.273l1.32-1.813h.014c.024-.043.068-.08.105-.105.043-.024.094-.038.144-.05h.012c.063-.006.1-.006.148.012h.025c.037.014.075.038.105.063l.007.013h-.007l4.337%203.358.03.02c.038.037.064.075.082.105.018.044.036.106.036.17.007.062-.006.123-.02.167l-.005.006v-.008c-.02.057-.043.094-.093.137-.2.18-.45.38-.748.56l-.038.02c-.306.18-.66.35-1.078.487-2%20.672-4.16.535-6.268-.162-2.298-.768-4.54-2.23-6.392-4.082-1.85-1.85-3.31-4.08-4.08-6.392-.696-2.1-.82-4.268-.16-6.268.15-.442.318-.803.506-1.11.193-.304.38-.553.554-.753.05-.037.1-.075.144-.093l.025-.013c.043-.01.093-.018.144-.018.06.007.123.02.16.045l.025.005c.037.025.075.063.106.106l3.37%204.33zM5.23.83zm-.004%200h.006-.006z%22%2F%3E%3C%2Fsvg%3E') no-repeat left center;
	background-size: 25px;
	padding: 0 0 0 35px;
	color: #09c;
	font-size: 14px;
	width: 80px !important;
	height: 30px;
	line-height: 14px;
	text-align: left;
	text-transform: uppercase;
	font-family: 'PT Sans Narrow', 'Trebuchet MS', sans-serif;
	display: inline-block;
	font-weight: 700;
	text-decoration: none;
	vertical-align: middle;
	border: 0;
}
.small-menu .header-recall:hover {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.823%22%20height%3D%2222.831%22%20viewBox%3D%220%200%2022.823%2022.831%22%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M5.23.83L4.578.265%204.527.24C4.253.1%203.954.007%203.63%200c-.286-.012-.573.03-.835.13L2.733.16c-.287.112-.548.293-.76.53-.262.28-.536.617-.784%201.04h.004-.006c-.237.412-.48.885-.66%201.458-.8%202.38-.648%204.935.16%207.37.86%202.58%202.47%205.053%204.5%207.084%202.03%202.03%204.504%203.64%207.09%204.498%202.44.822%204.983.96%207.363.162.543-.18%201.022-.398%201.41-.636l.062-.024c.41-.25.747-.512%201.034-.773.23-.223.41-.485.523-.76.11-.287.167-.585.148-.91-.013-.323-.094-.622-.225-.884h-.013c-.125-.255-.3-.474-.51-.66l-.075-.056-4.337-3.37c-.218-.163-.46-.288-.71-.362l-.05-.013c-.262-.074-.535-.087-.822-.05h-.025c-.298.037-.56.137-.814.274h.006c-.25.15-.455.35-.636.586h.013l-1.234%201.694c-.236.1-.748.224-1.396-.23-1.034-.717-2-1.52-2.885-2.405-.885-.884-1.688-1.837-2.41-2.87-.45-.65-.325-1.172-.226-1.41L8.1%208.246l.063-.03c.225-.163.41-.356.548-.58l.025-.05c.15-.25.25-.51.286-.798.044-.3.025-.585-.037-.86-.075-.25-.188-.473-.35-.698l-.035-.063L5.232.83zM7.22%206.24l.01.032c.038.03.045.07.057.106%200%20.044.013.1%200%20.156-.007.055-.018.105-.043.15l-.014.024c-.024.024-.055.068-.092.093l-.07.043-1.78%201.302c-.106.075-.175.162-.237.262-.005%200-1.108%201.55.212%203.438.786%201.122%201.658%202.162%202.604%203.11v.005c.947.947%201.98%201.807%203.115%202.604%201.896%201.32%203.44.218%203.44.212.124-.062.218-.162.286-.273l1.32-1.813h.014c.024-.043.068-.08.105-.105.043-.024.094-.038.144-.05h.012c.063-.006.1-.006.148.012h.025c.037.014.075.038.105.063l.007.013h-.007l4.337%203.358.03.02c.038.037.064.075.082.105.018.044.036.106.036.17.007.062-.006.123-.02.167l-.005.006v-.008c-.02.057-.043.094-.093.137-.2.18-.45.38-.748.56l-.038.02c-.306.18-.66.35-1.078.487-2%20.672-4.16.535-6.268-.162-2.298-.768-4.54-2.23-6.392-4.082-1.85-1.85-3.31-4.08-4.08-6.392-.696-2.1-.82-4.268-.16-6.268.15-.442.318-.803.506-1.11.193-.304.38-.553.554-.753.05-.037.1-.075.144-.093l.025-.013c.043-.01.093-.018.144-.018.06.007.123.02.16.045l.025.005c.037.025.075.063.106.106l3.37%204.33zM5.23.83zm-.004%200h.006-.006z%22%2F%3E%3C%2Fsvg%3E') no-repeat left center;
	background-size: 25px;
	color: #666;
}
div.search {
	position: relative;
	width: 420px;
}
div.search input.text {
	width: 380px;
	padding: 7px 50px 7px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	font-size: 18px;
	color: #999;
}
.header-btns.v1 {
	width: 253px;
}
div.search.v1 {
	width: 507px;
}
div.search.v1 input.text {
	width: 480px;
}
.header-btns.v2 {
	width: 180px;
}
.header-btns.v2 .header-recall {
	padding: 10px 15px;
	font-size: 16px;
	background: rgb(0,204,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwY2NmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDk5Y2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,204,255,1) 0%, rgba(0,153,204,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,204,255,1)), color-stop(100%,rgba(0,153,204,1)));
	background: -webkit-linear-gradient(top,  rgba(0,204,255,1) 0%,rgba(0,153,204,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,204,255,1) 0%,rgba(0,153,204,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,204,255,1) 0%,rgba(0,153,204,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,204,255,1) 0%,rgba(0,153,204,1) 100%);
	font-family: 'PT Sans Narrow', 'Trebuchet MS', sans-serif;
	font-size: 20px;
	font-weight: 700;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div.search.v2 {
	width: 540px;
}
div.search.v2 input.text {
	width: 530px;
}
.header-btns.v3 {
	width: 160px;
}
.header-btns.v3 .header-recall {
	padding: 10px 15px;
	font-size: 16px;
	background: rgb(0,204,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwY2NmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDk5Y2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,204,255,1) 0%, rgba(0,153,204,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,204,255,1)), color-stop(100%,rgba(0,153,204,1)));
	background: -webkit-linear-gradient(top,  rgba(0,204,255,1) 0%,rgba(0,153,204,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,204,255,1) 0%,rgba(0,153,204,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,204,255,1) 0%,rgba(0,153,204,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,204,255,1) 0%,rgba(0,153,204,1) 100%);
	font-family: 'PT Sans Narrow', 'Trebuchet MS', sans-serif;
	font-size: 20px;
	font-weight: 700;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div.search.v3 {
	width: 610px;
}
div.search.v3 input.text {
	width: 590px;
}
div.search .search-btn {
	display: inline-block;
	vertical-align: middle;
	border: 0;
	width: 30px;
	height: 30px;
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.439%22%20height%3D%2220.44%22%20viewBox%3D%220%200%2020.439%2020.44%22%3E%3Cpath%20fill%3D%22%2309C%22%20d%3D%22M12.52%2012.543c-1.027%201.026-2.318%201.562-3.873%201.605s-2.853-.49-3.895-1.605c-1.04-1.115-1.576-2.413-1.605-3.895-.03-1.48.506-2.772%201.605-3.87%201.1-1.1%202.398-1.644%203.895-1.63%201.496.016%202.786.56%203.872%201.63%201.084%201.07%201.627%202.36%201.627%203.87-.06%201.57-.602%202.868-1.628%203.895zm7.457%205.214l-4.202-4.202c1.012-1.467%201.52-3.102%201.52-4.906-.046-1.13-.273-2.245-.684-3.345-.41-1.1-1.025-2.024-1.847-2.772S13.017%201.17%2011.99.685%209.85-.025%208.648.002C7.444.032%206.322.26%205.28.684c-1.04.426-1.957%201.042-2.75%201.85S1.124%204.263.684%205.303C.243%206.347.015%207.46%200%208.65c-.015%201.188.213%202.31.683%203.366.47%201.056%201.085%201.973%201.848%202.75s1.68%201.394%202.75%201.85c1.07.453%202.193.68%203.367.68%201.804%200%203.44-.505%204.906-1.517l4.202%204.2c.293.31.652.463%201.077.463.426%200%20.8-.153%201.122-.462.323-.308.484-.675.484-1.1%200-.44-.153-.814-.46-1.12z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
	margin: 0 0 0 -40px;
	cursor: pointer;
	position: relative;
}
div.search .search-btn:hover {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.439%22%20height%3D%2220.44%22%20viewBox%3D%220%200%2020.439%2020.44%22%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M12.52%2012.543c-1.027%201.026-2.318%201.562-3.873%201.605s-2.853-.49-3.895-1.605c-1.04-1.115-1.576-2.413-1.605-3.895-.03-1.48.506-2.772%201.605-3.87%201.1-1.1%202.398-1.644%203.895-1.63%201.496.016%202.786.56%203.872%201.63%201.084%201.07%201.627%202.36%201.627%203.87-.06%201.57-.602%202.868-1.628%203.895zm7.457%205.214l-4.202-4.202c1.012-1.467%201.52-3.102%201.52-4.906-.046-1.13-.273-2.245-.684-3.345-.41-1.1-1.025-2.024-1.847-2.772S13.017%201.17%2011.99.685%209.85-.025%208.648.002C7.444.032%206.322.26%205.28.684c-1.04.426-1.957%201.042-2.75%201.85S1.124%204.263.684%205.303C.243%206.347.015%207.46%200%208.65c-.015%201.188.213%202.31.683%203.366.47%201.056%201.085%201.973%201.848%202.75s1.68%201.394%202.75%201.85c1.07.453%202.193.68%203.367.68%201.804%200%203.44-.505%204.906-1.517l4.202%204.2c.293.31.652.463%201.077.463.426%200%20.8-.153%201.122-.462.323-.308.484-.675.484-1.1%200-.44-.153-.814-.46-1.12z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
}
div.search input.search-btn-404 {
	border-left: 0px;
	width: 30px;
	height: 30px;
	background: #fff url(../images/sprite.png) no-repeat left -295px;
	position: absolute;
}
.login {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.075%22%20height%3D%2219.65%22%20viewBox%3D%220%200%2016.075%2019.65%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.475%206.25C4.458%205.234%204.8%204.392%205.5%203.725%206.2%203.06%207.04%202.717%208.025%202.7c.983-.016%201.825.325%202.525%201.025S11.6%205.267%2011.6%206.25v2.7H4.475v-2.7zm11.2%203.075c-.25-.25-.566-.375-.95-.375h-.45v-2.7c.034-1.7-.574-3.167-1.824-4.4S9.726%200%208.026%200c-1.7%200-3.167.617-4.4%201.85s-1.85%202.7-1.85%204.4v2.7H1.35c-.367-.016-.684.11-.95.375-.267.267-.4.584-.4.95v8.05c.017.35.15.66.4.926.25.267.566.4.95.4h13.374c.367-.017.684-.15.95-.4s.4-.558.4-.925v-8.05c-.015-.383-.15-.7-.4-.95z%22%2F%3E%3C%2Fsvg%3E') no-repeat 15px center;
}
.login:hover {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.075%22%20height%3D%2219.65%22%20viewBox%3D%220%200%2016.075%2019.65%22%3E%3Cpath%20fill%3D%22%23ccc%22%20d%3D%22M4.475%206.25C4.458%205.234%204.8%204.392%205.5%203.725%206.2%203.06%207.04%202.717%208.025%202.7c.983-.016%201.825.325%202.525%201.025S11.6%205.267%2011.6%206.25v2.7H4.475v-2.7zm11.2%203.075c-.25-.25-.566-.375-.95-.375h-.45v-2.7c.034-1.7-.574-3.167-1.824-4.4S9.726%200%208.026%200c-1.7%200-3.167.617-4.4%201.85s-1.85%202.7-1.85%204.4v2.7H1.35c-.367-.016-.684.11-.95.375-.267.267-.4.584-.4.95v8.05c.017.35.15.66.4.926.25.267.566.4.95.4h13.374c.367-.017.684-.15.95-.4s.4-.558.4-.925v-8.05c-.015-.383-.15-.7-.4-.95z%22%2F%3E%3C%2Fsvg%3E') no-repeat 15px center;
	color: #ccc;
}
ul.menu, ul.menu li {
	margin: 0;
	padding: 0;
	overflow: visible !important;
}
ul.menu {
	list-style: none;
	line-height: normal;
	z-index: 2;
	position: relative;
	height: 29px;
	border-bottom: 1px solid #e1e1e1;
	padding-top: 15px;
	text-align: justify;
	text-align-last: justify;
}
ul.menu a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	z-index: 100;
	position: relative;
	font-family: 'PT Sans', 'Trebuchet MS', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	color: #000;
	font-size: 15px;
	height: 26px;
}
ul.menu a:hover {
	color: #666;
}
ul.menu li.current a {
	color: #0099cc;
}
ul.menu a, ul.menu li, ul.menu:after, div.staff img, div.staff div, div.customers img, div.customers div, div.chambers, div.energy-class, div.energy-class span, div.slider-main div.description, a.btn, div.history-slider div.nav a, div.social a, .three-d, .photo, .video, .lang span, .lang a {
	vertical-align: middle;
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
ul.menu li {
	position: relative;
	text-align: left;
	background: none;
	padding: 0px;
	height: 26px;
	margin-bottom: 3px;
}
ul.menu:after {
	width: 100%;
	height: 0;
	content: '\00a0';
}
li.backLava {
	border-bottom: 3px solid #e1e1e1;
}
ul.menu li div.sub {
	display: none;
	padding: 15px 15px 0 15px;
	z-index: 1020;
	cursor: default;
	position: absolute;
	top: 29px;
	left: 0px;
	background: #fff;
	-webkit-box-shadow: 2px 3px 7px rgba(40,130,183,0.3);
	-moz-box-shadow: 2px 3px 7px rgba(40,130,183,0.3);
	box-shadow: 2px 3px 7px rgba(40,130,183,0.3);
	border: 1px solid #f2f2f2;
}
ul.menu li div.sub a {
	color: #000;
	font-weight: 700;
	text-transform: none;
	padding: 0px;
	height: auto;
	line-height: normal;
	font-size: 12px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
ul.menu li div.sub a:hover {
	color: #0099cc;
}
ul.menu li div.sub ul, ul.menu li div.sub ul li ul {
	margin: 0px;
}
ul.menu li div.sub li {
	width: 150px;
	padding-bottom: 15px;
	height: auto !important;
}
ul.menu li div.sub ul li ul li {
	font-size: 12px;
	width: 135px;
	padding-bottom: 0px;
	padding-top: 5px;
	height: auto !important;
}
ul.menu li div.sub ul li ul li a {
	font-size: 10px;
}
ul.menu li div.sub h5 {
	margin-bottom: 10px
}
ul.menu li div.sub ul li strong {
	color: #0099cc;
}
div.grey-box {
	background: #EFEFEF;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	padding: 15px;
}
div.grey-box p {
	margin-bottom: 15px;
}
div.grey-box h2 {
	margin-bottom: 20px;
}
div.grey-box select {
	width: 265px;
}
div.grey-box input {
	width: 258px;
}
div.news, div.partners, div.grey-box {
	margin-bottom: 30px;
}
div.newsletter input.text {
	border-right: none;
	width: 213px;
	margin: 0px;
	*float: left;
}
div.newsletter input.newsletter-btn {
	border-left: none;
	height: 30px;
	background: #fff;
	cursor: pointer;
	color: #0099cc;
	font-weight: 700;
	padding: 0px 10px;
	*padding: 0px;
	width: auto !important;
	*width: 30px;
	font-family: 'PT Sans Narrow', 'Trebuchet MS', sans-serif;
	font-size: 18px;
	margin: 0px;
	*float: left;
}
div.empty {
	height: 250px;
}
div.footer-line {
	position: relative;
	margin: -245px auto 0 auto;
	height: 245px;
}
div.footer {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	background: #EFEFEF;
	padding: 30px 0;
	color: #333;
	line-height: 18px !important;
}
div.copyrights {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	color: #fff;
	background: #0c538b;
	padding: 15px 0 9px 0;
}
div.copyrights a {
	color: #fff;
}
div.submenu {
	text-align: right;
}
div.submenu a {
	margin-left: 30px;
}
div.twtr-hd, div.twtr-ft {
	display: none;
}
.twtr-widget .twtr-tweet-wrap {
	padding: 0 !important;
	margin-bottom: 15px;
}
div.social-links a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 30px;
	height: 30px;
	margin-right: 20px;
}
div.social-links a:hover {

}
div.social-links a.facebook {
	background: url(../images/facebook.png) no-repeat left top;
}
div.social-links a.twitter {
	background: url(../images/twitter.png) no-repeat left top;
}
div.social-links a.vk {
	background: url(../images/vk.png) no-repeat left top;
}
div.social-links a.youtube {
	background: url(../images/youtube.png) no-repeat left top;
}
div.social-links a.rss {
	background: url(../images/rss.png) no-repeat left top;
}
.overlay {
	display:none;
	-webkit-box-shadow: 2px 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 3px 7px rgba(0,0,0,0.3);
	box-shadow: 2px 3px 7px rgba(0,0,0,0.3);
	border: 1px solid #f2f2f2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #fff url(../images/popup-bg.png) repeat-x left bottom;
	padding: 30px;
	z-index: 9999;
}
.overlay input, .overlay select {
	width: 275px;
}
.overlay textarea {
	width: 275px;
	height: 60px;
}
.overlay input.btn {
	margin: 0 auto;
}
.overlay a.ui-dialog-titlebar-close, .ui-icon-closethick{
	position:absolute;
	cursor:pointer;
	height:15px;
	width:15px;
	background: url(../images/close.png) no-repeat left top;
	top: 25px;
	right: 10px;
	z-index: 2;
}
.overlay h6 {
	font-size: 12px;
	margin-top: -10px;
}
div.main-image-inner {
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}
div.main-image-inner div {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 620px;
	height: 100%;
	height: auto !important;
	min-height: 100%;
	background: url(../images/corporate-squares.png) no-repeat left top;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}
div.main-image-inner img {
	display: block;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}
div.right-menu {
	border-bottom: 1px dashed #999;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
div.right-menu ul {
	margin: 0px;
}
div.right-menu ul li {
	font-size: 17px;
	font-family: 'PT Sans Narrow', 'Trebuchet MS', sans-serif;
	margin-bottom: 7px;
	padding: 0 0 0 15px;
	background: url(../images/right-menu-bullet.png) no-repeat left 0.5em;
	font-weight: 700;
}
div.right-menu ul li.current {
	background: url(../images/right-menu-bullet-current.png) no-repeat left 0.5em;
}
div.right-menu ul li ul {
	margin-bottom: 10px;
}
div.right-menu ul li ul li {
	font-size: 13px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	padding: 0;
	margin-bottom: 5px;
	background: none;
	font-weight: 400;
}
div.right-menu ul li ul li a {
	text-decoration: none;
}
div.company-map {
	font-size: 17px;
	font-family: 'PT Sans Narrow', 'Trebuchet MS', sans-serif;
	font-weight: 700;
	color: #333;
	background: url(../images/company-map.png) no-repeat center top;
	padding: 25px 0 100px;
}
div.staff, div.customers {
	margin-bottom: 20px;
}
div.staff div {
	width: 200px;
}
div.customers div {
	width: 170px;
}
div.pager {
	padding: 0 0  30px 0;
	text-align: center;
	font-size: 15px;
}
div.pager span, div.pager a {
	margin: 0 5px;
}
div.filter {
	display: inline;
	line-height: 50px;
}
div.filter h2 {
	display: inline;
	margin: 0 20px 0 10px;
	white-space: nowrap;
}
div.filter span.new-line {
	display: block;
	margin: 0 0 20px 0;
}
/*-----------------------------------------------------------------------------*/
div.accordion {
	margin-bottom: 30px;
	border-top: 1px dashed #999;
}
div.accordion h5 {
	display: block;
	padding: 10px 20px;
	background: url(../images/plus.png) no-repeat 5px 1em;
	cursor: pointer;
	border-bottom: 1px dashed #999;
}
div.accordion div {
	padding: 20px 0;
	border-bottom: 1px dashed #999;
}
div.accordion h5.ui-state-active {
	background: url(../images/minus.png) no-repeat 6px 1.2em;
}
div.accordion ul {
	margin: 0px;
}
div.accordion ul li {
	padding: 0 0 7px 15px;
	font-weight: 700;
	background: url(../images/bullet.png) no-repeat left 0.3em;
}
/*-----------------------------------------------------------------------------*/
div.accordion2 {
	margin-bottom: 30px;
}
div.accordion2 h5 {
	margin-bottom: 10px;
}
div.accordion2 div {
	padding: 0 0 10px 0;
}
/*---------------------------------------------------------------------------------*/
div.slider-main {
	width: 940px;
	margin: 0 auto 30px auto;
}
div.slider-main div.slideshow2 {
	width: 940px;
	height: 350px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 15px rgba(40,130,183,0.35);
	-moz-box-shadow: 0 5px 15px rgba(40,130,183,0.35);
	box-shadow: 0 5px 15px rgba(40,130,183,0.35);
	background: #efefef;
	z-index: 1;
}
div.slider-main div {
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-o-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
}
div.slider-main img {
	-webkit-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-o-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
}
div.slider-main div.description {
	width: 377px;
	height: 310px;
	padding: 20px;
	background: #efefef url(../images/slider-text-bg.jpg) no-repeat right bottom;
}
div.slider-main div.description h2 {
	font-weight: 400;
	font-size: 35px;
}
div.slider-main div.no-spaces {
	width: 940px;
}
#slidenav2 a {
	background: url(../images/slider4-pager.png) no-repeat left 0px;
	text-decoration:none;
	width: 10px;
	height: 10px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin: 0 3px;
	text-indent: -9999px;
	outline: none;
}
#slidenav2 a:hover, #slidenav2 a.activeSlide {
	background: url(../images/slider4-pager.png) no-repeat left -10px;
}
/*---------------------------------------------------------------------*/
.slider-text {
	position:relative; height:240px;
	margin-bottom: 30px;
}
.carousel ul {
	position:absolute;
	overflow:hidden;
	margin:0;
	list-style:none;
}
.carousel .mask {
	position:relative;
	overflow: hidden;
	width:620px;
}
.carousel ul li {
	float:left;
	width:560px;
	height:240px;
	margin:0;
	padding: 0 40px;
	background: none;
}
.carousel .pagination-links {
	list-style:none;
	margin:0;
	padding:0;
	font-size: 13px;
	position: absolute;
	bottom: 20px;
	right: 40px;
}
.carousel .pagination-links li {
	display:inline;
}
.carousel .pagination-links li a {
	display: none;
}
.carousel .pagination-links li a span {
	color: #000;
}
.carousel .pagination-links li.current a {
	 display: inline;
	 text-decoration: none;
	 cursor: default;
	 color: #0099cc;
}
.slider-text a.next, .slider-text a.prev {
	display: block;
	width: 16px;
	height: 22px;
	background: url(../images/slider2-arrows.png) no-repeat left top;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -11px;
	text-indent: -9999px;
	overflow: hidden;
}
.slider-text a.prev {
	background: url(../images/slider2-arrows.png) left -22px;
	position: absolute;
	left: 0px;
	right: auto;
}
.slider-text a.prev.disabled {
	background: url(../images/slider2-arrows.png) left -66px;
	cursor:default;
}
.slider-text a.next.disabled {
	background: url(../images/slider2-arrows.png) left -44px;
	cursor:default;
}
.slider-text li div {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}
.slider-text li div.img {
	width: 160px;
}
.slider-text li div.description {
	width: 400px;
}
/*---------------------------------------------------------------------------*/
div.slider-img {
	width: 300px;
	height: 220px;
}
/*---------------------------*/
.slideshow {
	z-index: 0;
	overflow: hidden;
	width: 300px;
	height: 200px;
	-webkit-box-shadow: 0 5px 15px rgba(40,130,183,0.35);
	-moz-box-shadow: 0 5px 15px rgba(40,130,183,0.35);
	box-shadow: 0 5px 15px rgba(40,130,183,0.35);
}
.slideshow, .slideshow div, .slideshow img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.slidenav {
	margin: 0 auto;
	text-align: center;
	padding: 10px;
}
#slidenav a {
	background: url(../images/slider4-pager.png) no-repeat left 0px;
	text-decoration:none;
	width: 10px;
	height: 10px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin: 0 3px;
	text-indent: -9999px;
	outline: none;
}
#slidenav a:hover {
	background: url(../images/slider4-pager.png) no-repeat left -10px;
}
#slidenav a.activeSlide {
	background: url(../images/slider4-pager.png) no-repeat left -10px;
}
div.prof-item  {
	text-align: center;
	padding: 2px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	margin-bottom: 30px;
	width: 294px;
}
div.prof-item:hover  {
	border: 2px solid #00ccff;
	padding: 0px;
	position: relative;
}
div.prof-item:hover div.more-popup {
	display: block;
}
div.prof-item img  {
	margin: 20px 0;
}
div.more-popup {
	position: absolute;
	z-index: 1000;
	left: -2px;
	top: 250px;
	background: #0099cc url(../images/more-popup-bg.png) no-repeat left top;
	width: 258px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	color: #fff;
	text-align: left;
	padding: 20px;
	display: none;
}
div.more-popup h4 {
	margin: 0px;
}
div.more-popup a {
	color: #fff;
}
div.more-popup a:hover {
	color: #000;
}
div.more-popup hr {
	border-bottom: 4px solid #fff;
}
div.chambers {
	width: 75px;
	margin-right: 30px;
}
div.chambers span {
	height: 43px;
	width: 43px;
	line-height: 43px;
	font-size: 25px;
	font-weight: 700;
	display: block;
	text-align: center;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	margin-top: 5px;
	vertical-align: top;
}
div.energy-class {
	width: 140px;
	vertical-align: top;
}
div.energy-class span {
	height: 43px;
	line-height: 43px;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	background: #44cc00 url(../images/energy-class-bg.png) right top no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	margin-top: 5px;
	vertical-align: top;
	padding: 0 20px 0 15px;
}
div.tabs-box {
	display: none;
}
div.tab div.tabs-box.visible {
  display: block;
}
div.tabs {
	text-align: center;
	padding: 15px 0 25px 0;
	margin-bottom: 20px;
	cursor: pointer;
	min-height: 120px;
	*height: 120px;
}
div.tabs h4 {
	padding: 10px 10px 0;
}
div.tabs.current {
	background: url(../images/current-category-bg.png) no-repeat left top;
	cursor: default;
}
div.tabs.current h4 {
	font-weight: 700;
}
div.tabs.current h4 a {
	color: #000;
	border: 0px;
	text-decoration: none;
	cursor: text;
}
#map_contact {
	width: 620px;
	height: 260px;
}
#map_windows {
	width: 940px;
	height: 530px;
}
#map_profiles {
	width: 620px;
	height: 530px;
}
p.autoinput {
	position: relative;
}
p.autoinput img#suggest-city-indicator {
	position: absolute;
	top: 7px;
	right: 15px;
}
ul.ui-autocomplete {
    max-height: 270px;
    height:200px !ie;
    overflow-y: scroll;
	position: absolute;
	background-color: white;
	border: 1px solid #E7E4E2;
	margin: -1px 0 0 -1px;
	padding: 0;
	z-index: 1000;
	list-style-type: none;
}
ul.ui-autocomplete li.selected {
	background-color: #ffb;
}
ul.ui-autocomplete li {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 2px;
	padding: 5px;
	cursor: pointer;
	background: none;
}
ul.ui-autocomplete p {
	margin: 0px;
	padding: 2px;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
}
span.big {
	font-family: 'PT Sans Narrow', 'Trebuchet MS', sans-serif;
	font-size: 150px;
	font-weight: 700;
}
div.history-slider div.mask {
	width: 620px;
	height: 190px;
	overflow: visible;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 15px rgba(40,130,183,0.35);
	-moz-box-shadow: 0 5px 15px rgba(40,130,183,0.35);
	box-shadow: 0 5px 15px rgba(40,130,183,0.35);
}
div.history-slider div.item {
	width: 620px;
	height: 190px;
	position: absolute;
	top: 0;
	left: 0;
}
div.history-slider div.item img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
div.history-slider div.item div {
	padding: 15px 200px 15px 20px;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 11px;
}
div.history-slider div.item div h2 {
	font-size: 50px;
	font-weight: 400;
}
div.history-slider div.nav {
	padding-top: 20px;
	background: url(../images/slider-bar.png) repeat-x left 25px;
	position: relative;
}
div.history-slider div.nav ul {
	border: 0;
}
div.history-slider div.nav ul, div.history-slider div.nav ul li {
	margin: 0;
	padding: 0;
}
div.history-slider div.nav a {
	color: #0099CC;
	font-weight: 400;
	padding: 25px 0 0 0;
	background: url(../images/slider-item.png) no-repeat center top;
	z-index: -1;
}
p.error {
	color: red;
}

div.regions p {
	margin-bottom: 5px;
}

div.regions a {
	font-size: 15px;
	font-weight: bold;
}

.gallery a.current img, .gallery a:hover img, .gallery_item a.current img, .gallery_item a:hover img {
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

div.points-not-found {
	color: #999;
	font-family: 'PT Sans', 'Trebuchet MS', sans-serif;
	font-size: 20px;
}

.h3_for_slider
{
    font-family: 'PT Sans', 'Trebuchet MS', sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #0099CC;
    margin-bottom: 20px;
    line-height: 100%;
}
.h2_for_slider
{
    font-weight: 400;
    font-size: 35px;
}
.h2
{
    font-family: 'PT Sans Narrow', 'Trebuchet MS', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    line-height: 100%;
    outline: none;
}
.h3
{
    font-family: 'PT Sans Narrow', 'Trebuchet MS', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 15px;
    outline: none;
}
ol
{
	list-style: decimal;
	border: 0;
	margin: 0;
	padding: 10px;
}

.company-address-container
{
	max-height: 500px;
	overflow-y: auto;
	border-bottom: 1px
	#F0F0F0 solid;
	-webkit-overflow-scrolling: touch;
	display: block;
}

input.btn.red, a.btn.red {
	background: url(../images/red-btn-bg.png) repeat-x left top;
}
.small-menu ul.menu a {
	font-size: 13px;
}
.small-menu {
	position: fixed;
	width: 100%;
	left: 0;
	top: -100px;
	background: #fff;
	z-index: 9999;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.3);
	box-shadow: 0 0 15px rgba(0,0,0,.3);
}
.small-menu .header {
	padding: 10px 0 15px;
}
.order span {
	display: inline-block;
	vertical-align: middle;
	margin: -5px 7px 0 0;
	width: 22px;
	height: 23px;
	background: url(../images/sprite.png) no-repeat left -1004px;
}
.btn.order.big {
	height: 50px;
	background: url(../images/red-btn-bg-big.png) repeat-x left top;
	line-height: 50px;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 25px;
}
.order.big span {
	margin: -10px 10px 0 0;
	width: 34px;
	height: 36px;
	background: url(../images/sprite.png) no-repeat left -1046px;
}
.promo + .order {
	width: 100% !important;
}
.btn:active, .promo:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.3);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.3);
}
.hidephone > a{
display:none;
}
.hidephone > a.hidephone-text{
display:block !important;
}
span.hidephone {
display: inline-block;
}
.fixfixed .small-menu
{
	position: absolute;
}
#city_call_me_err, #fio_call_me_err, #phone_call_me_err, #agreement_call_me_err, .header-recall, .action-request{
	display: none;
}
#callme-suggest-city, #fio_call_me, #phone_call_me {
	width: 98%;
}
div.info-win .header-recall:hover {
	padding: 0px 10px;
	line-height: 34px;
	height: 34px;
	font-size: 18px;
}
.top-line {
	background: #0072b2;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.middle {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
h2.promotional {
	color: #d31524;
}
.autocompleteInput {
	width: 40%;
	margin: 10px 0;
}
.notFoundCity {
	margin: 10px 0;
	color: red;
}