/* ---------------------------------------------------------
   1. Embedded fonts styles
   2. Common site styles
   3. Styles for responsive breakpoints
   ---------------------------------------------------------*/

/* ---------------------------------------------------------
   1. Embedded fonts styles
   ---------------------------------------------------------*/

@font-face {
	font-family: "fontello";
	src: url("../fonts/fontello.eot?18787428");
	src: url("../fonts/fontello.eot?18787428#iefix") format("embedded-opentype"), url("../fonts/fontello.svg?18787428") format("svg"), url("../fonts/fontello.woff?18787428") format("woff"), url("../fonts/fontello.ttf?18787428") format("truetype");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: inherit;
	margin-right: 0;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	margin-left: 0;
}

.icon-location:before {
	content: "\e800";
}

.icon-ok:before {
	content: "\e801";
}

.icon-right-open-big:before {
	content: "\e802";
}

/*html styles*/

html {
	height: 100%;
}

/*body styles*/

body {
	height: 100%;
	min-width: 320px;
}

/* ---------------------------------------------------------
   2. Common site styles
   ---------------------------------------------------------*/

h1 {
	line-height: 38px;
	margin: 0;
	color: #3c3839;
	text-transform: capitalize;
	font-weight: 300;
}

h2 {
	margin: 0;
	line-height: 30px;
}

.btn {
	white-space: normal;
	border: 0;
	border-radius: 0;
}

/*button styles*/

.btn-default {
	display: inline-block;
	vertical-align: top;
	border: 0;
	border-radius: 0;
	font-size: 22px;
	line-height: 24px;
}

.btn-default:hover,
.btn-default:focus {
	background: #d8151c;
	opacity: .80;
}

/*main wrapper styles*/

#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	display: table;
	table-layout: fixed;
	height: 100%;
}

/*logo styles*/

.logo {
	float: left;
	padding: 30px 0 0;
}

.logo a {
	display: block;
}

.logo a img {
	display: block;
}

.nav-area {
	background: #f7f6f3;
	border-bottom: 1px solid #dedcd8;
}

/*main navigation styles*/

#nav {
	margin: 0;
	display: table;
	width: 100%;
	font-size: 17px;
	font-weight: 300;
	line-height: 20px;
}

#nav li {
	display: table-cell;
	vertical-align: top;
	width: 1%;
	padding: 0;
	border-left: 1px solid #dedcd8;
}

#nav li:first-child {
	border: 0;
}

#nav li a {
	display: block;
	padding: 10px 9px 9px;
	color: #000;
	text-decoration: none;
	position: relative;
}

#nav li a:hover {
	background: #fff;
}

#nav li a:hover:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	right: 0;
	height: 4px;
	background: #da2128;
}

#nav li.active a {
	background: #fff;
}

#nav li.active a:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	right: 0;
	height: 4px;
	background: #da2128;
}

/*header content styles*/

.header-content {
	padding-top: 12px;
	padding-bottom: 10px;
}

.header-content .stamp {
	display: inline-block;
	vertical-align: top;
}

/*address area styles*/

.address-area {
	font-size: 18px;
	font-weight: 500;
	line-height: 21px;
	color: #8a8a8a;
}

.address-area .tel {
	color: #3c3839;
	font-size: 33px;
	line-height: 38px;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 1px;
	text-decoration: none;
}

.address-area address {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0 0 22px;
	margin: 0;
}

.address-area address:before {
	content: "\e800";
	position: absolute;
	left: 0;
	top: 2px;
	color: #da2128;
	font-size: 20px;
	font-weight: 400;
	font-family: "fontello";
	line-height: 20px;
}

.address-area .date-holder {
	padding: 12px 0 0;
}

.address-area .date-holder time {
	display: block;
}

.address-area .date-holder time span {
	color: #d8151c;
}

/*additional navigation styles*/

.add-nav {
	background: #d8151c;
	border-bottom: 6px solid #bfcbd3;
}

.add-nav .nav-list {
	display: table;
	width: 100%;
	margin: 0;
	font-size: 16px;
	line-height: 20px;
}

.add-nav .nav-list li {
	display: table-cell;
	vertical-align: top;
	padding: 0;
	border-left: 1px solid #e35056;
	border-right: 1px solid #bb0e14;
}

.add-nav .nav-list li:first-child {
	border-left: 0;
}

.add-nav .nav-list li:last-child {
	border-right: 0;
}

.add-nav .nav-list li a {
	display: block;
	padding: 13px 10px 12px;
	color: #fefefe;
	text-decoration: none;
}

.add-nav .nav-list li a:hover {
	opacity: .80;
}

/*nav-select styles*/

.nav-select {
	display: none;
}

/*visual block styles*/

.visual-block {
	background: #ebebeb;
}

.visual-block .container {
	padding-top: 31px;
	padding-bottom: 37px;
}

/*visual styles*/

.visual {
	position: relative;
	overflow: hidden;
}

.visual h1 {
	color: #fff;
	font-size: 54px;
	font-weight: 300;
	line-height: 62px;
	margin: 0;
}

.visual .img-holder {
	height: 100%;
}

.visual .img-holder img {
	width: 100%;
	height: 100% !important;
}

.visual .caption-holder {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	white-space: nowrap;
}

.visual .caption-holder:after {
	content: "";
	display: inline-block;
	vertical-align: bottom;
	height: 100%;
}

.visual .caption-holder .caption {
	display: inline-block;
	vertical-align: bottom;
	white-space: normal;
	width: 100%;
	padding: 0 103px 48px 0;
	color: #fff;
}

.visual .caption-holder .caption-frame {
	position: relative;
	padding: 11px 0 13px 30px;
	background: rgba(36, 33, 33, .85);
}

.visual .heading {
	max-width: 200px;
	float: left;
}

.visual .detail {
	overflow: hidden;
	padding: 0 0 0 42px;
	font-size: 26px;
	line-height: 32px;
}

.visual .detail p {
	margin: 0;
}

.visual .detail p .value {
	font-size: 36px;
	font-weight: 700;
	font-style: italic;
	line-height: 36px;
}

.visual .more {
	position: absolute;
	right: -103px;
	width: 103px;
	top: 0;
	bottom: 0;
	background: rgba(216, 21, 29, .8);
	text-decoration: none;
}

.visual .more:after {
	content: "\e802";
	position: absolute;
	left: 0;
	top: 50%;
	margin: -30px 0 0;
	color: #fff;
	text-align: center;
	width: 100%;
	z-index: 1000;
	font-size: 58px;
	font-weight: 400;
	font-family: "fontello";
	line-height: 60px;
}

.visual .more:hover {
	opacity: .90;
}

/*.visual caption styles*/

.visual-caption {
	background: #5c6f7c;
	padding: 0 0 126px;
	position: relative; /*info list styles*/
}

.visual-caption h2 {
	color: #fff;
	margin: 0;
	font-size: 40px;
	font-weight: 300;
	line-height: 44px;
	text-transform: capitalize;
	margin: 0 0 15px;
}

.visual-caption .content {
	padding: 26px 34px 17px;
}

.visual-caption .info-list {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 24px;
	margin: 0;
	padding: 20px 18px 0;
	border-top: 1px solid #fff;
}

.visual-caption .info-list li {
	position: relative;
	padding: 0 0 9px 33px;
}

.visual-caption .info-list li span {
	font-weight: 700;
	font-style: italic;
}

.visual-caption .info-list li:before {
	content: "\e801";
	position: absolute;
	left: 0;
	top: 2px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	font-family: "fontello";
	line-height: 18px;
}

.visual-caption .btn-area {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.visual-caption .btn-area .title {
	font-size: 30px;
	font-weight: 300;
	color: #fff;
	line-height: 34px;
	text-transform: capitalize;
	background: #d8151c;
	padding: 10px 10px 15px;
	position: relative;
	border-color: #d8151c;
}

.visual-caption .btn-area .title:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border: 0;
	border-color: #d8151c;
	top: 100%;
	left: 50%;
	margin-top: -1px;
	margin-left: -17px;
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	border-top: 17px solid #d8151c;
	border-top-color: inherit;
}

.visual-caption .btn-area .title:before {
	z-index: 100;
}

.visual-caption .btn-area .learn-more {
	display: block;
	padding: 21px;
	background: #3c3839;
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	font-weight: 300;
	line-height: 26px;
}

.visual-caption .btn-area .learn-more span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 60px 0 0;
}

.visual-caption .btn-area .learn-more span:after {
	content: "\e802";
	position: absolute;
	right: 0;
	top: 50%;
	margin: -15px 0 0;
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	font-family: "fontello";
	line-height: 30px;
}

.visual-caption .btn-area .learn-more:hover {
	opacity: .80;
}


#tick li:before {    
font-family: "fontello";
content: "\e801";
margin:0 10px 0 -25px;
color: #f00;
}




/*featured block styles*/

.featured-block .header {
	background: #bebebe;
	border-top: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
}

.featured-block .header .heading {
	background: #3c3839;
	padding: 13px 30px 10px;
	min-width: 380px;
	float: left;
	position: relative;
}

.featured-block .header .heading:before {
	background: #3c3839;
	content: "";
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	width: 9999px;
}

.featured-block .header .heading h2 {
	color: #fff;
	font-size: 34px;
	font-weight: 300;
	line-height: 38px;
	margin: 0;
	text-transform: capitalize;
}

/*products block styles*/

.products-block {
	padding-top: 33px;
	padding-bottom: 50px;
}

.products-block h2 {
	text-align: center;
	margin: 0 0 2px;
	min-height: 64px;
}

.products-block h2 a {
	color: #0d50a0;
	text-decoration: none;
}

.products-block h2 a:hover {
	opacity: .80;
}

/*product styles*/

.product .img-holder {
	text-align: center;
	margin: 0 0 11px;
}

.product .img-holder a {
	display: inline-block;
	vertical-align: top;
}

.product .img-holder a img {
	display: block;
}

.product .detail-list {
	color: #0d50a0;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	padding: 0 0 24px;
}

.product .detail-list li {
	position: relative;
	padding: 0 0 0 23px;
}

.product .detail-list li:before {
	content: "\e801";
	font-size: 16px;
	font-family: "fontello";
	line-height: 16px;
	color: #d8151c;
	position: absolute;
	left: 0;
	top: 5px;
}

.product .btn-default {
	min-width: 172px;
	padding: 9px 5px 10px;
	position: relative;
	border-color: #d8151c;
}

/*
.product .btn-default:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border: 0;
	border-color: #d8151c;
	top: 100%;
	left: 50%;
	margin-top: -1px;
	margin-left: -13px;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-top: 13px solid #d8151c;
	border-top-color: inherit;
}
*/
.amount {
	padding: 7px 6px 9px;
	margin: 0 0 18px;
	color: #0d50a0;
	border-top: 1px solid #0d50a0;
	border-bottom: 1px solid #0d50a0;
	font-size: 18px;
	line-height: 18px;
}

.amount .title {
	display: block;
	margin: 0 0 6px;
}

.amount .amount-holder .value {
	display: inline-block;
	vertical-align: bottom;
	font-size: 36px;
	font-weight: 400;
	line-height: 36px;
}

.amount .amount-holder .week {
	display: inline-block;
	vertical-align: bottom;
	padding: 0 3px;
}

.amount .amount-holder .week p {
	margin: 0;
}

/*list block styles*/

.list-block {
	border-top: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
}

.list-block .container {
	padding-top: 42px;
	padding-bottom: 50px;
}

.list-block .list-unstyled {
	margin: 0;
	letter-spacing: -4px;
}

.list-block h2 {
	text-transform: uppercase;
	color: #d8151c;
	margin: 0 0 21px;
	font-size: 30px;
	line-height: 34px;
	letter-spacing: 1px;
}

.list-block li {
	width: 33.3%;
	vertical-align: top;
	letter-spacing: 0;
	padding: 38px 20px 20px;
	font-size: 22px;
	font-weight: 300;
	line-height: 26px;
	color: #fff;
	position: relative;
}

.list-block li.red {
	background: #d8151c;
}

.list-block li.red:before {
	background: #ededed;
	position: absolute;
	content: "";
	right: 100%;
	top: 0;
	bottom: 0;
	width: 500px;
	z-index: 10;
}

.list-block li.white {
	background: #fff;
	color: #d8151c;
}

.list-block li.nevada {
	background: #5c6f7c;
}

.list-block li.nevada h2 {
	color: #fff;
}

.list-block li.nevada p {
	margin: 0 0 29px;
}

.list-block li .heading {
	background: #fff;
	padding: 10px;
	margin: -15px -25px 0;
	-ms-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

.list-block li .heading h2 {
	font-size: 36px;
	line-height: 40px;
	margin: 0;
}

.list-block li .detail {
	overflow: hidden;
	position: relative;
	z-index: 200;
	padding: 16px 0 0;
}

.list-block li .holder {
	padding: 7px 0 0;
}

.list-block li .btn-default {
	font-size: 18px;
	line-height: 20px;
	padding: 8px;
	min-width: 145px;
}

.list-block li .img-holder {
	float: right;
	position: relative;
	z-index: 100;
	margin: 0 -27px -43px;
}

.list-block li p {
	margin: 0 0 31px;
}

.list-block li p strong {
	font-size: 30px;
	font-weight: 500;
	font-style: italic;
	line-height: 26px;
}

.list-block li .more {
	background: #fff;
	padding: 7px 10px;
	margin: 0 25px 0 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	color: #d8151c;
	min-width: 110px;
	position: relative;
	position: relative;
	border-color: #fff;
}

.list-block li .more:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border: 0;
	border-color: #fff;
	top: 50%;
	left: 100%;
	margin-left: -1px;
	margin-top: -18px;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 18px solid #fff;
	border-left-color: inherit;
}

.list-block li .more span {
	position: relative;
	padding: 0 0 0 19px;
}

.list-block li .more span:before {
	content: "+";
	font-weight: 300;
	font-size: 16px;
	line-height: 16px;
	color: #d8151c;
	position: absolute;
	left: 0;
	top: 2px;
}

.list-block li .more:after {
	background: #d8151c;
	content: "";
	position: absolute;
	right: -5px;
	height: 5px;
	width: 10px;
	top: -5px;
}

.list-block li .more:hover {
	opacity: .90;
}

/*links block styles*/

.links-block {
	padding-top: 64px;
	padding-bottom: 61px;
}

.links-block a {
	background: #ededed;
	border: 1px solid #0d50a0;
	color: #0d50a0;
	width: 166px;
	height: 166px;
	border-radius: 100%;
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 26px;
	padding: 17px 5px;
	text-decoration: none;
}

.links-block a .icon {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 3px;
}

.links-block a.check .icon {
	position: relative;
}

.links-block a.check .icon:after {
	width: 58px;
	height: 5px;
	content: "";
	background: #282425;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0 0 0 -29px;
}

.links-block a strong {
	font-size: 50px;
	line-height: 50px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
}

.links-block a p {
	margin: 0;
}

.links-block a:hover {
	opacity: .80;
}

.links-block .stamp a {
	width: 100%;
	height: inherit;
	border: 0;
	background: none;
	padding: 0;
}

.links-block .no-job strong {
	font-size: 40px;
	line-height: 50px;
}

.links-block .install a {
	font-size: 20px;
}

.links-block .col-sm-2 {
	padding-bottom: 10px;
}

/*breadcrumb area styles*/

.breadcrumb-area {
	background: #ebebeb;
	border-bottom: 1px solid #9a9a9a;
}

.breadcrumb-area .container {
	padding-top: 13px;
	padding-bottom: 10px;
}

/*breadcrumb styles*/

.breadcrumb {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 12px 0 0;
	font-size: 15px;
	font-weight: 300;
	line-height: 18px;
}

.breadcrumb li + li {
	vertical-align: middle;
}

.breadcrumb li + li:before {
	content: ">";
	display: inline-block;
	vertical-align: middle;
	color: #3c3839;
	padding: 0 4px 1px 2px;
}

.breadcrumb li a {
	color: #3c3839;
	text-decoration: underline;
}

.breadcrumb li a:hover {
	text-decoration: none;
}

/*two columns styles*/

.two-columns {
	padding-top: 24px;
	padding-bottom: 20px;
}

.two-columns.add {
	padding-bottom: 102px;
}

.two-columns .products-block {
	padding: 0;
}

.two-columns .products-block .row {
	padding-top: 32px;
	padding-bottom: 45px;
	border-top: 1px solid #ebebeb;
}

.two-columns .products-block .row:first-child {
	border: 0;
}

.two-columns .products-block .col-sm-4 {
	padding-bottom: 15px;
}

/*#sidebar styles*/

#sidebar h2 {
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	color: #fff;
	padding: 10px 32px;
	background: #d8151c;
}

#sidebar h2 a {
	color: #fff;
	text-decoration: none;
	cursor: default;
}

#sidebar .widget {
	border: 1px solid #ebebeb;
}

#sidebar .widget ul {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0 0 0 33px;
}

#sidebar .widget ul li a {
	color: #0d50a0;
	display: block;
	text-decoration: none;
	padding: 8px 8px 8px 0;
}

#sidebar .widget ul li a:hover {
	opacity: .80;
}

#sidebar .widget ul li + li {
	border-top: 1px solid #ebebeb;
}

.sory-by {
	padding: 8px 10px;
	background: #ebebeb;
}

.sory-by select {
	color: #0d50a0;
	font-size: 16px;
	line-height: 20px;
	min-width: 236px;
}

.head {
	color: #0d50a0;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	border-bottom: 1px solid #0d50a0;
	padding: 0 0 14px;
}

.head h2 {
	font-size: 34px;
	line-height: 40px;
	text-transform: uppercase;
	margin: 0 0 2px;
}

.head p {
	margin: 0;
}

/*item block styles*/

.item-block .amount {
	padding: 16px 0 21px;
	border: 0;
	margin: 0;
}

/*order-form styles*/

.order-form {
	color: #0d50a0;
	background: #ebebeb;
	padding: 23px 18px;
	margin: 0 0 40px;
	font-weight: 300;
}

.order-form label {
	vertical-align: middle;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	margin: 0 0 2px;
}

.order-form select {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	float: left;
	width: 140px;
}

.order-form .select-holder {
	margin: 0 0 24px;
}

.order-form .select {
	float: right;
}

.order-form .select select {
	margin: 0 0 0 5px;
	float: right;
	width: 45px;
}

.order-form .title {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
	padding: 0 30px 0 42px;
}

.order-form .title:before {
	background: url(../images/icon06.png) no-repeat;
	width: 35px;
	height: 32px;
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
}

.order-form span {
	display: block;
	margin: 0 0 6px;
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
}

.order-form p {
	margin: 0 0 20px;
}

.order-form .btn-default {
	padding: 10px;
	position: relative;
	font-size: 22px;
	font-weight: 500;
	line-height: 24px;
	min-width: 170px;
	position: relative;
	border-color: #d8151c;
}

.order-form .btn-default:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border: 0;
	border-color: #d8151c;
	top: 100%;
	left: 50%;
	margin-top: -1px;
	margin-left: -13px;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-top: 13px solid #d8151c;
	border-top-color: inherit;
}

/*slideshow styles*/

.slideshow {
	position: relative;
	min-height: 200px;
	margin: 56px 0 0;
}

.slideshow .slideset {
	margin: 0 0 12px;
}

.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
}

.slideshow .slide.active {
	z-index: 2;
}

/*swither styles*/

.swither {
	margin: 0;
	letter-spacing: -4px;
}

.swither li {
	vertical-align: top;
	padding: 0 4px;
	letter-spacing: 0;
}

.swither li a {
	display: block;
	border: 1px solid #ebebeb;
}

/*tab content styles*/

.tab-content {
	border: 1px solid #ebebeb;
	margin: -1px 0 0;
	padding: 36px 28px 20px;
	font-size: 13px;
	line-height: 16px;
	color: #909090;
}

.tab-content > div {
	display: none;
}

.tab-content p {
	margin: 0 0 15px;
}

/*nav-tabs styles*/

.nav-tabs {
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
}

.nav-tabs > li > a {
	color: #0d50a0;
	border-radius: 0;
	padding: 10px 15px;
	min-width: 125px;
	text-align: center;
}

.nav-tabs > li > a:after {
	background: #ebebeb;
	position: absolute;
	left: 2px;
	top: 2px;
	bottom: 4px;
	right: 0;
	content: "";
	z-index: -1;
}

.nav-tabs > li > a:hover {
	background: #fff;
}

/*footer styles*/

#footer {
	display: table-footer-group;
	height: 1%; /*footer-b styles*/
}

#footer .bg-primary .container {
	padding-top: 65px;
	padding-bottom: 6px;
	letter-spacing: -4px;
}

#footer h2 {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin: 0 0 12px;
}

#footer .col {
	width: 12.5%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	padding: 0 5px 10px 0;
}

#footer .col ul {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	margin: 0 0 35px;
}

#footer .col ul li {
	margin: 0 0 12px;
}

#footer .col ul li a {
	color: #5f5f5f;
	text-decoration: none;
}

#footer .col ul li a:hover {
	opacity: .80;
}

#footer .footer-b {
	background: #d8151c;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
}

#footer .footer-b .container {
	padding-top: 26px;
	padding-bottom: 26px;
}

#footer .footer-b p {
	margin: 0;
}

#footer .footer-b a {
	color: #fff; /*.design-by styles*/
}

#footer .footer-b a:hover {
	opacity: .90;
	text-decoration: none;
}

#footer .footer-b a.design-by {
	margin: 0 0 0 15px;
	text-decoration: underline;
}

#footer .footer-b a.design-by:hover {
	opacity: 1;
	text-decoration: none;
}


/*JBS*/

	/*////////////	
	
	.features ul {
		font-size: 14px;
		line-height: 18px;
		margin: 0;
		letter-spacing: -4px;
	}

	.features ul li {
		padding: 0 0 3px 18px;
		list-style:
	}

	.features ul li:before {
		font-size: 14px;
		line-height: 14px;
		top: 2px;
	}	
	
	
/////////////*/

.features {height:144px;overflow:hidden;}

.features ul {	 
	color:#0d50a0;
	text-align:left !important;	
	margin:0; 
	padding 0 0 24px;
	font-size: 16px; 
	line-height:24px;
	}
.features p li {
	list-style:none; 
	text-align:left !important;
	color:#0d50a0;
	font-size: 16px; 
	line-height:24px; 
}





/* ---------------------------------------------------------
   3. Styles for Responsive web design
   ---------------------------------------------------------*/

/* styles for screens 1024px wide and larger */

/* styles for screens 767px wide and larger untill 992 */

/* styles for screens with width from 321px to 767px */

@media only screen and (min-width: 1025px) {
	.tel {
		cursor: default;
		pointer-events: none;
	}
}

@media only screen and (max-width: 1220px) {
	#nav {
		font-size: 15px;
		line-height: 18px;
	}

	#nav li a {
		padding: 7px 5px 8px;
	}

	.add-nav .nav-list {
		font-size: 15px;
	}

	.add-nav .nav-list li a {
		padding: 10px 7px;
	}

	.address-area .tel:hover {
		opacity: .80;
	}

	.visual-caption {
		padding: 0 0 112px;
	}

	.visual-caption .content {
		padding: 15px;
	}

	.visual-caption .info-list {
		padding: 12px 0 0;
	}

	.visual-caption h2 {
		font-size: 34px;
		line-height: 36px;
		margin: 0 0 10px;
	}

	.visual-caption .btn-area .learn-more {
		padding: 18px;
	}

	.visual-caption .btn-area .learn-more span {
		padding: 0 30px 0 0;
	}

	.visual-caption .btn-area .learn-more span:after {
		font-size: 24px;
		line-height: 24px;
		margin: -12px 0 0;
	}

	.visual-caption .btn-area .title {
		font-size: 26px;
		line-height: 30px;
		padding: 8px 8px 12px;
	}

	.visual .heading {
		float: none;
		margin: 0 0 10px;
	}

	.visual h1 {
		font-size: 48px;
		line-height: 52px;
	}

	.visual .detail {
		padding: 0;
	}

	.visual .caption-holder .caption-frame {
		padding: 10px 0 15px 20px;
	}

	.product .img-holder a img {
		width: 100%;
		height: auto;
	}

	.list-block li {
		padding: 38px 10px 20px;
	}

	.list-block li .heading {
		padding: 8px;
	}

	.list-block li .heading h2 {
		font-size: 28px;
		line-height: 30px;
	}

	.list-block li .img-holder {
		max-width: 180px;
		margin: 45px -20px -40px -30px;
	}

	.list-block li .img-holder img {
		width: 100%;
		height: auto;
	}

	.list-block li .holder {
		padding: 10px 0 0;
	}

	.links-block a {
		width: 132px;
		height: 132px;
		font-size: 18px;
		line-height: 20px;
	}

	.links-block a .icon {
		max-width: 27px;
		min-height: 38px;
	}

	.links-block a .icon img {
		width: 100%;
		height: auto;
	}

	.links-block a strong {
		font-size: 25px;
		line-height: 28px;
		margin: 0;
	}

	.links-block .stamp img {
		width: 100%;
		height: auto;
	}

	.links-block .no-job strong {
		font-size: 25px;
		line-height: 28px;
	}

	.links-block .install a {
		font-size: 18px;
	}

	#sidebar h2 {
		padding: 8px 15px;
	}

	#sidebar .widget ul {
		padding: 0 0 0 15px;
	}

	.slideshow .slide img {
		width: 100%;
		height: auto;
	}

	.item-block .row {
		margin-bottom: 20px;
	}

	.order-form {
		margin: 0 0 15px;
	}

	#footer .bg-primary .container {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	#footer .col {
		width: 25%;
		padding: 0 10px 0 0;
	}
}

@media only screen and (max-width: 1025px) {
	h2 {
		font-size: 24px;
		line-height: 28px;
	}

	.logo {
		padding: 35px 0 0;
	}

	.logo img {
		width: 100%;
		height: auto;
	}

	#nav {
		font-size: 14px;
		line-height: 16px;
	}

	#nav li {
		width: auto;
	}

	.address-area .tel {
		font-size: 28px;
		line-height: 30px;
	}

	.address-area .date-holder {
		padding: 8px 0 0;
	}

	.add-nav {
		border-bottom-width: 4px;
	}

	.add-nav .nav-list {
		font-size: 12px;
	}

	.add-nav .nav-list li a {
		padding: 5px;
	}

	.visual-block .container {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.visual-block .col-md-7 {
		padding-bottom: 15px;
	}

	.visual {
		height: inherit !important;
	}

	.visual .heading {
		margin: 0;
	}

	.visual .detail p br {
		display: none;
	}

	.visual-caption {
		height: inherit !important;
	}

	.featured-block .header .heading {
		padding: 13px 10px 10px;
		min-width: 330px;
	}

	.product .detail-list {
		font-size: 14px;
		line-height: 18px;
	}

	.product .detail-list li {
		padding: 0 0 3px 18px;
	}

	.product .detail-list li:before {
		font-size: 14px;
		line-height: 14px;
		top: 2px;
	}




	.product .amount {
		font-size: 15px;
		line-height: 15px;
	}

	.product .amount .amount-holder .value {
		font-size: 30px;
		line-height: 30px;
	}

	.product .btn-default {
		min-width: inherit;
		display: block;
		padding: 8px;
		font-size: 18px;
		line-height: 20px;
		position: relative;
		border-color: #d8151c;
	}

/*	.product .btn-default:before {
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		border: 0;
		border-color: #d8151c;
		top: 100%;
		left: 50%;
		margin-top: -1px;
		margin-left: -10px;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #d8151c;
		border-top-color: inherit;
	}*/

	.list-block h2 {
		font-size: 22px;
		line-height: 24px;
		margin: 0 0 15px;
	}

	.list-block li {
		font-size: 18px;
		line-height: 20px;
		padding: 20px 10px;
	}

	.list-block li .heading {
		margin: -5px -15px 0;
	}

	.list-block li .heading h2 {
		font-size: 22px;
		line-height: 24px;
	}

	.list-block li.nevada p {
		margin: 0 0 20px;
	}

	.list-block li .img-holder {
		max-width: 140px;
		margin: 40px -24px -30px;
	}

	.list-block li p {
		margin: 0 0 20px;
	}

	.list-block li p strong {
		font-size: 22px;
		line-height: 22px;
	}

	.list-block li .more {
		min-width: inherit;
	}

	.list-block li .btn-default {
		min-width: 125px;
	}

	.links-block {
		padding-top: 30px;
		padding-bottom: 15px;
	}

	.links-block .col-sm-4 {
		padding-bottom: 15px;
	}

	.links-block a {
		margin: 0 auto;
	}

	.links-block .stamp a {
		max-width: 132px;
	}

	#sidebar h2 {
		font-size: 17px;
	}

	.two-columns .products-block .row {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.two-columns.add {
		padding-bottom: 30px;
	}

	.tab-content {
		padding: 20px 20px 5px;
	}

	#footer .bg-primary .container {
		padding-bottom: 0;
	}

	#footer h2 {
		margin: 0 0 10px;
	}

	#footer .col ul {
		margin: 0 0 25px;
	}

	#footer .col ul li {
		margin: 0 0 10px;
	}

	#footer .footer-b .container {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {
	#header {
		position: relative;
	}

	.logo {
		max-width: 220px;
		margin: 0 auto 15px;
		padding: 0;
		float: none;
	}

	.address-area {
		font-size: 16px;
		line-height: 18px;
	}

	.address-area .tel {
		font-size: 22px;
		line-height: 24px;
	}

	.address-area address {
		padding: 0 0 0 15px;
	}

	.address-area address:before {
		font-size: 18px;
		line-height: 18px;
	}

	.address-area .date-holder {
		padding: 5px 0 0;
	}

	#nav {
		display: block;
		background: #fff;
	}

	#nav li {
		display: block;
		border: 0;
	}

	#nav li a {
		background: none;
		z-index: 0;
	}

	#nav li a:hover:after {
		bottom: 0;
	}

	#nav li.active a:after {
		bottom: 0;
	}

	.nav-area .nav-opener {
		float: right;
		width: 31px;
		height: 31px;
		background: #000;
		background: rgba(0, 0, 0, .5);
		position: absolute;
		right: 15px;
		top: 15px;
		z-index: 100;
		border-radius: 3px;
		text-indent: -9999px;
		overflow: hidden;
	}

	.nav-area .nav-opener span,
	.nav-area .nav-opener:after,
	.nav-area .nav-opener:before {
		background: #fff;
		border-radius: 4px;
		position: absolute;
		top: 16px;
		left: 25%;
		right: 25%;
		height: 3px;
		margin-top: -2px; /* height/2 */
		-webkit-transition: all .2s linear;
		transition: all .2s linear;
	}

	.nav-area .nav-opener:after,
	.nav-area .nav-opener:before {
		content: "";
		top: 10px;
	}

	.nav-area .nav-opener:after {
		top: 22px;
	}

	.nav-area.nav-active .nav-opener span {
		opacity: 0;
	}

	.nav-area.nav-active .nav-opener:before,
	.nav-area.nav-active .nav-opener:after {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 16px;
		left: 15%;
		right: 15%;
	}

	.nav-area.nav-active .nav-opener:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.nav-area.nav-active .container {
		max-height: 4000px;
	}

	.nav-area.nav-active .container > #nav {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.nav-area .container {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		width: 100%;
		z-index: 100;
		padding: 0;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
	}

	.nav-area .container > #nav {
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.add-nav .container {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.nav-select {
		display: block;
		width: 100%;
	}

	.visual h1 {
		font-size: 40px;
		line-height: 42px;
	}

	.visual .caption-holder {
		position: static;
	}

	.visual .caption-holder .caption {
		padding: 0 35px 0 0;
		position: relative;
	}

	.visual .caption-holder .caption-frame {
		padding: 8px 12px 12px;
	}

	.visual .img-holder img {
		height: auto !important;
	}

	.visual .more {
		width: 35px;
		right: -35px;
	}

	.visual .more:after {
		font-size: 28px;
		line-height: 28px;
		margin: -13px 0 0;
	}

	.visual .heading {
		margin: 0 0 5px;
	}

	.visual .detail {
		font-size: 18px;
		line-height: 22px;
	}

	.visual .detail p .value {
		font-size: 22px;
		line-height: 22px;
	}

	.visual-caption {
		padding: 0;
	}

	.visual-caption h2 {
		font-size: 30px;
		line-height: 34px;
	}

	.visual-caption .info-list {
		font-size: 16px;
		line-height: 20px;
	}

	.visual-caption .btn-area {
		position: static;
	}

	.visual-caption .btn-area .title {
		font-size: 22px;
		line-height: 24px;
		padding: 8px 8px 10px;
		position: relative;
		border-color: #d8151c;
	}

	.visual-caption .btn-area .title:before {
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		border: 0;
		border-color: #d8151c;
		top: 100%;
		left: 50%;
		margin-top: -1px;
		margin-left: -10px;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #d8151c;
		border-top-color: inherit;
	}

	.visual-caption .btn-area .learn-more {
		font-size: 17px;
		line-height: 20px;
		padding: 15px;
	}

	.visual-caption .btn-area .learn-more span {
		padding: 0 20px 0 0;
	}

	.visual-caption .btn-area .learn-more span:after {
		font-size: 16px;
		line-height: 16px;
		margin: -8px 0 0;
	}

	.featured-block .header .container {
		padding: 0;
	}

	.featured-block .header .heading {
		min-width: 100%;
		padding: 5px 15px;
	}

	.featured-block .header .heading h2 {
		font-size: 22px;
		line-height: 24px;
	}

	.products-block {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.products-block h2 {
		min-height: inherit;
		margin: 0 0 5px;
	}

	.products-block .col-sm-3 {
		padding-bottom: 25px;
	}

	.product .detail-list {
		height: auto !important;
	}

	.list-block .container {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.list-block li {
		width: 100%;
		height: auto !important;
	}

	.list-block li .img-holder {
		margin: 30px -10px -30px;
	}

	.list-block li .heading {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	.list-block li.red:after {
		background: none repeat scroll 0 0 #ededed;
		bottom: 0;
		content: "";
		position: absolute;
		left: 100%;
		top: 0;
		width: 500px;
		z-index: 10;
	}

	.list-block li .detail {
		text-align: left;
	}

	.sory-by select {
		width: 100%;
	}

	.breadcrumb-area .col-md-4,
	.breadcrumb-area .col-md-8,
	.breadcrumb-area .col-sm-6 {
		padding: 0;
		text-align: left;
	}

	.swither li {
		width: 90px;
	}

	.swither li img {
		width: 100%;
		height: auto;
	}

	#sidebar {
		padding-bottom: 20px;
	}

	#sidebar h2 {
		padding: 0;
	}

	#sidebar h2 a {
		padding: 8px 15px;
		display: block;
		cursor: pointer;
		cursor: pointer;
	}

	#sidebar .widget {
		position: relative;
	}

	#sidebar .widget .list-holder {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		z-index: 100;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
	}

	#sidebar .widget .list-holder > ul {
		padding: 0;
		border-left: 1px solid #ebebeb;
		border-right: 1px solid #ebebeb;
		border-bottom: 1px solid #ebebeb;
		background: #fff;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	#sidebar .widget .list-holder > ul li a {
		padding: 8px 15px;
	}

	#sidebar .widget.active .list-holder {
		max-height: 4000px;
	}

	#sidebar .widget.active .list-holder > ul {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	#footer .col {
		width: 50%;
	}

	#footer .footer-b a.design-by {
		margin: 0;
	}
}

