body {
	color: #333;
	font: 13px Arial, sans-serif;
	background: #fff;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px;
}
h1 {
	margin-bottom: 15px;
}
.main h1 {
	margin-top: -6px;
}
a {
	color: #0072C6;
}
a, a:focus, a:hover, a:active {
	outline: 0;
 	text-decoration: none;
}
a:hover {
	color: #0288d1;
}
.alert a {
    color: #fff;
}
div.checker,
div.radio {
	top: -1px;
}
select.form-control {
	color: #5f6d7b;
	border-radius: 2px;
	border-color: #e4e6e8;
	box-shadow: none;
}
select.form-control:focus {
	box-shadow: none;
	border-color: #999;
}
input.form-control,
textarea.form-control {
	border-color: #dbdbdb;
	color: #777;
	font: 14px Arial, sans-serif;
	border-radius: 2px;
	box-shadow: none;
}
input.form-control:focus,
textarea.form-control:focus {
	box-shadow: none;
	border: 1px solid #dbdbdb;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}
*+html .clearfix {
	zoom: 1;
}
.clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
.lead {
    font-size: 16px;
}
.font-transform-inherit {
	text-transform: inherit !important;
}
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #cecece;
}
::-webkit-scrollbar-thumb {
    background-color: #cecece;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}
::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}
::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}
@-ms-viewport{
	width: auto !important;
}
::-moz-selection {
  color: #fff;
  background: #0288d1;
}
::selection {
  color: #fff;
  background: #0288d1;
}
.pre-header {
	color: #fff;
	border-bottom: 1px solid #eee;
	padding-top: 10px;
	background: #0288d1;
}
.additional-site-info li {
	margin-top: 7px;
}
.additional-site-info li:first-child {
	padding-right: 15px;
	padding-left: 0;
}
.additional-site-info li a {
	color: #fff;
}
.additional-nav li {
	padding-left: 0;
	padding-right: 0;
}
.pre-header .fa {
	margin-right: 4px;
}
.pre-header > li.dropdown-account .dropdown-toggle > img {
	float: left;
	margin-top: -5px;
	margin-right: 5px;
	height: 29px;
	display: inline-block;
}
.pre-header li.dropdown-account .dropdown-menu {
	width: 175px;
	right: 0;
	left: auto;
}
.pre-header li.dropdown-account .dropdown-menu {
	margin-top: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.pre-header li.dropdown-account .dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 8px;
  display: inline-block !important;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #eee;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.pre-header li.dropdown-account .dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 9px;
  display: inline-block !important;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}
.pre-header li.dropdown-account .dropdown-menu > li > a i {
  width: 15px;
  display: inline-block;
  margin-right: 9px;
}
.header {
	box-shadow: 0 1px 3px #ddd;
	background: #fff;
	border-radius: 0;
	z-index: 999;
	position: relative;
}
.header .container {
	position: relative;
}
.ie8 .header {
	border-bottom: 1px solid #eee;
}
.site-logo {
	float: left;
	margin-right: 67px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.site-logo img {
	width: 150px;
}
.header .mobi-toggler {
	float: right;
	color: #D8D8D8;
	border: 1px solid #D8D8D8;
	border-radius: 100% !important;
	width: 32px;
	height: 32px;
	display: none;
	margin: 25px 0 0 30px;
	position: relative;
	background: #fff url(../img/icons/toggler.png) no-repeat 6px 8px;
}
.header .mobi-toggler i {
	display: none;
}
.header .mobi-toggler:hover {
	background: #0288d1 url(../img/icons/toggler.png) no-repeat 6px -28px;
	border-color: #0288d1;
	color: #fff;
}
.header-navigation {
	font-size: 22px;
	margin: 0;
	padding: 0;
	float: left;
}
.header-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.header-navigation > ul > li {
	float: left;
}
.header-navigation > ul > li > a {
	font-family:'rsu-regular';
	color: #fff;
	display: block;
	padding: 28px 12px 28px;
}
.header-navigation ul > li.active > a,
.header-navigation ul > li > a:hover,
.header-navigation ul > li > a:focus,
.header-navigation ul > li.open > a,
.header-navigation ul > li.open > a:hover,
.header-navigation ul > li.open > a:focus {
	color: #fff;
	text-decoration: none;
}
.header-navigation ul > li.active > a {
	border-bottom: 2px solid #0288d1;
}
@media (min-width: 1025px) {
	.header-navigation > ul > li:hover > .dropdown-menu {
		display: block;
	}
}
.header-navigation,
.header-navigation .dropdown {
	position: static;
}
.header-navigation .dropdown-menu {
	left: auto;
	top: 100%;
	padding: 0;
	background: #fff;
	position: absolute;
	border: none;
	box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
	text-transform: none;
	font-size: 14px;
	letter-spacing: 0;
	border-radius: 0;
	z-index: 9999;
}
.header-navigation .dropdown-menu:before,
.header-navigation .dropdown-menu:after {
	display: none !important;
}
.header-navigation > ul > li > .dropdown-menu {
	border-top: 3px solid transparent;
	z-index: 1001;
}
.header-navigation > ul > li.dropdown:hover > a:after {
	bottom: 0;
	width: 0;
	height: 0;
	z-index: 1002;
	content: " ";
	display: block !important;
	position: absolute;
	border-bottom: 8px solid #0288d1;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
.ie8 .header-navigation > ul > li.dropdown:hover > a:after {
	display: none !important;
}
.header-navigation .dropdown-menu > li:first-child {
	border-top: 2px solid #0288d1;
}
.header-navigation .dropdown-menu li {
	padding: 0;
	margin: 0;
	border-bottom: solid 1px #efefef;
	position: relative;
	float: none;
}
.header-navigation .dropdown-menu li:last-child {
	border: none;
}
.header-navigation .dropdown-menu li > a {
	padding: 10px 15px;
	color: #333;
}
.header-navigation .dropdown-menu > li > a:hover,
.header-navigation .dropdown-menu > li.active > a {
	background: #0288d1;
	color: #fff;
}
/* Top cart block */
.header .top-cart-block {
	float: right;
	margin-top: 25px;
	position: relative;
	font-size: 13px;
}
.top-cart-info {
	background: #f9f9f9;
	color: #333;
	border: 1px solid #ececec;
	border-radius: 16px !important;
	float: left;
	padding: 8px 39px 6px 13px;
	line-height: 1.2;
	cursor: pointer;
}
.top-cart-info a {
	color: #333;
}
.top-cart-info-count {
	float: left;
}
.top-cart-info-value {
	border-left: 1px solid #a5aab0;
	margin-left: 5px;
	padding-left: 5px;
}
.top-cart-block .fa-shopping-cart,
.top-cart-block .fa-spinner.fa-spin {
	position: absolute;
	top: 0;
	right: 0;
	background: #0288d1;
	color: #fff;
	padding: 8px 8px 7px;
	border-radius: 16px !important;
	font-size: 15px;
	cursor: pointer;
}
.top-cart-content-wrapper {
	position: absolute;
	right: -2px;
	top: 100%;
	z-index: 99999;
}
.top-cart-content {
	padding: 8px 0 10px;
	background: #fff;
	border-top: 2px solid #0288d1;
	border-radius: 2px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.22) !important;
	width: 364px;
	margin-top: 12px;
	color: #333;
	display: none;
	position: relative;
	transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
}
.top-cart-content:after {
	top: -8px;
	width: 0;
	height: 0;
	right: 8px;
	z-index: 2;
	content: " ";
	display: block;
	position: absolute;
	border-bottom: 8px solid #0288d1;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
.top-cart-block:hover .top-cart-content {
	/*display: block;*/
}
.top-cart-content p {
	margin: 7px 0 5px;
}
.top-cart-content ul {
	margin: 0;
	padding: 0 8px;
}
.top-cart-content .scroller {
	overflow: hidden;
}
.top-cart-content li {
	list-style: none;
	margin: 0;
	padding: 9px 0;
	border-bottom: 1px solid #f2f2f2;
	width: 100%;
	overflow: hidden;
}
.top-cart-content img,
.top-cart-content em,
.top-cart-content strong,
.top-cart-content span,
.top-cart-content .del-goods,
.top-cart-content .add-goods {
	float: left;
}
.top-cart-content img {
	border: 2px solid #fff;
	margin-right: 16px;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.top-cart-content span,
.top-cart-content strong,
.top-cart-content em {
	margin-right: 10px;
	overflow: hidden;
}
.top-cart-content span {
	width: 26px;
}
.top-cart-content strong {
	width: 180px;
	font-weight: normal;
}
.top-cart-content strong a {
	color: #717880;
}
.top-cart-content em {
	width: 65px;
	font-style: normal;
	text-align: right;
}
.del-goods,
.add-goods {
	width: 17px;
	height: 17px;
	color: #fff !important;
	border-radius: 22px !important;
	float: right;
	margin: 0 0 0 5px;
	line-height: 1;
	font-size: 12px;
}
.del-goods:hover,
.add-goods:hover {
	text-decoration: none;
}
.del-goods {
	background: #c1cad3 url(../img/icons/del-goods.png) no-repeat 50% 50%;
}
.del-goods:hover {
	background: #f36a5a url(../img/icons/del-goods.png) no-repeat 50% 50%;
}
.add-goods {
	background: #7bdd00 url(../img/icons/add-goods.png) no-repeat 50% 50%;
}
.add-goods:hover {
	background: #E94D1C url(../img/icons/add-goods.png) no-repeat 50% 50%;
}
.top-cart-content .text-right {
	margin-right: 8px;
	padding-top: 10px;
}
.top-cart-content .btn {
	font-size: 11px;
	padding: 8px 12px 7px;
}
.top-cart-content .btn-default {
	color: #fff;
	border: 1px solid #c1cad3;
	background: #c1cad3;
	margin-right: 4px;
}
.top-cart-content .btn-default:hover {
	border: 1px solid #A8AEB3;
	color: #fff;
	background: #A8AEB3;
}
.page-slider {
	margin-top: -25px;
	margin-bottom: 20px;
	clear: both;
}
.service-box {
	margin-bottom: 20px;
}
.service-box .service-box-heading {
	padding-top: 20px;
}
.service-box .service-box-heading img {
    height: 80px;
    width: 80px;
	margin-bottom: 20px;
}
.service-box .service-box-heading h3 {
	font-size: 21px;
	line-height: 25px;
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
}
.service-box p {
	color: #333;
	font-size: 13px;
}
.quote-v1 {
	background: #7C858E;
	padding: 10px 0;
	margin-left: 0;
	margin-right: 0;
}
.quote-v1 a {
	margin: 5px;
	display: inline-block;
}
.quote-v1 span {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	margin: 13px 5px 8px;
	line-height: 26px;
	display: inline-block;
}
.quote-v1 a.btn-transparent {
	color: #fff;
	font-size: 16px;
	padding: 8px 18px;
	white-space: nowrap;
	text-decoration: none;
	border: solid 1px #fff;
	background: none;
}
.quote-v1 a.btn-transparent:hover {
	background: #26a69a;
	color: #fff;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.quote-v1 a.btn-transparent i {
	margin-right: 10px;
}
.breadcrumbs {
	overflow: hidden;
	padding: 12px 0 11px;
	border-bottom: 1px solid #ebebeb;
	/*background: url(../img/breadcrumbs.png) repeat;*/
	background: #f5f5f5;
}
.breadcrumbs h1 {
	color: #666;
	font-size: 24px;
	margin: 10px 0 10px;
}
.breadcrumb {
	padding-right: 0;
	margin: 9px 0 0;
	background: none;
	position: relative;
}
.breadcrumb a {
	color: #333;
}
.breadcrumb li.active,
.breadcrumb li a:hover {
	color: #0288d1;
	text-decoration: none;
}
.pre-footer {
	background: #313030;
	color: #b0b0b0;
}
.pre-footer .container {
	padding-top: 45px;
}
.pre-footer-col {
	padding-bottom: 22px;
}
.pre-footer a {
	color: #57c8eb;
}
.pre-footer h2 {
	font-size: 21px;
	color: #c2c1c1;
}
.pre-footer p {
	margin-bottom: 20px;
}
.pre-footer li {
	margin-bottom: 6px;
}
.pre-footer .pre-footer-infomation ul li:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f105";
	padding-right: 12px;
}
.pre-footer address {
	line-height: 1.7;
}
.pre-footer .pre-footer-subscribe-box {
	padding-bottom: 14px;
}
.pre-footer .pre-footer-subscribe-box p {
	clear: both;
}
.pre-footer-subscribe-box .input-group {
	border: solid 1px #545454;
	padding: 1px 1px 0 0;
}
.pre-footer-subscribe-box h2 {
	float: left;
	margin-right: 20px;
	padding-top: 7px;
}
.pre-footer-subscribe-box input {
	border-radius: 0;
	background: #313030;
	border: solid 1px #313030;
	color: #909090;
	font: 13px Arial, sans-serif;
}
.pre-footer-subscribe-box input:focus {
	box-shadow: none;
	border: 1px solid #313030;
}
.pre-footer-subscribe-box .btn-primary {
	margin-left: 0 !important;
	border-bottom: none;
	margin-bottom: 1px;
}
.pre-footer .fb-like-box,
.pre-footer .fb-like-box span,
.pre-footer .fb-like-box span iframe {
	width: 100% !important;
}

/* footer */
.footer {
	background: #272626;
	color: #fff;
	font-size: 12px;
	padding: 15px 0;
}
.footer a {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footer .text-right {
	opacity: 0.5;
}
span.img-go-top {
	display: block;
	background: url(../img/up.png);
	width: 40px;
	height: 40px;
}
