@charset "utf-8";/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	border: 0 none;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
}
body {
	color: #323d46;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
}
p {
    font-size: 15px;
    margin-bottom: 20px;
}
a {
	color:#958458;
	outline:none;
	text-decoration:none;
}
a:hover {
	outline:none;
	text-decoration:none;
	color:#fff;
}
a:focus {
	outline:none;
	color:#dee2ef;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
}
.clearfix {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
::-moz-selection {
	text-shadow: none;
	background: #05abe8;
	color:#fff;
}
a, input, select, textarea, img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	outline:none;
}
::selection {
	text-shadow: none;
	background: #05abe8;
	color:#fff;
}
a:hover {
	color: #333;
	text-decoration: none;
}
.rowspan {
	margin-left:-15px;
	margin-right:-15px;
}
.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8, .column9, .column10,.column11, .column12 {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.column1 {
	width: 8.33333%;
}
.column2 {
	width: 16.6667%;
}
.column3 {
	width: 25%;
}
.column4 {
	width: 33.3333%;
}
.column5 {
	width: 41.6667%;
}
.column6 {
	width: 50%;
}
.column7 {
	width: 58.3333%;
}
.column8 {
	width: 66.6667%;
}
.column9 {
	width: 75%;
}
.column10 {
	width: 83.3333%;
}
.column11 {
	width: 91.6667%;
}
.column12 {
	width:100%;
}
.thumb-with-no-width {
	width:auto !important;
}
.nopadd {
	padding:0 !important;
}
.nomrgn {
	margin:0 !important;
}
#page {
	width:100%;
}
.wrapper {
	margin-left: auto;
	margin-right: auto;
}
.wrapper:before, .wrapper:after, .row:before, .row:after, .head-wrapper:before, .head-wrapper:after {
	content: "";
	display: table;
	line-height: 0;
}
.wrapper:after, .row:after, .head-wrapper:after {
	clear: both;
}
.wrapper {
	width:1110px;
}
#header {
	background:#000000;
}
.head-wrapper {
	padding-left:40px;
	padding-right:40px;
}
.logo {
	margin:12px 0;
	width:229px;
	float:center;
}
.logo img {
	max-width:100%;
	height:auto;
}
.search {
    background: rgba(0, 0, 0, 0) url("../images/seach-img.png") no-repeat scroll 0 0;
    float: right;
    height: 23px;
    margin: 27px 0 0;
    width: 107px;
}
.search input[type="text"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    float: left;
    line-height: 23px;
    padding: 0 6px;
    width: 85px;
}
.search input[type="submit"] {
    background: rgba(0, 0, 0, 0) url("../images/Search.png") no-repeat scroll 0 center;
    border: medium none;
    cursor: pointer;
    float: left;
    line-height: 23px;
    padding: 0;
    width: 16px;
}
.head-img {
    float: left;
    margin: 6px 0 0 10px;
    width: 63%;
}
.head-img img {
	max-width:100%;
	height:auto;
}
.nav {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    text-align: center;
    width: 100%;
	position:relative;
}
.nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
.nav li {
	display:inline-block;
	font-size:13px;
	color:#757575;
	text-transform:uppercase;
}
.nav li a {
	color:#757575;
	line-height:37px;
	padding:0 20px;
	display:block;
}
.nav li a:hover, .nav li.current-menu-item a {
	color:#333;
	background:#ebebeb;
}
.slider {
	position:relative;
	padding:13px 0 5px;
	text-align:center;
}
#container {
	padding-bottom:46px;
}
.img-section {
	display:inline-block;
	width:100%;
	text-align: center;
}
.left-img {
    float: left;
    margin: 5px 0;
    width: 39.5%;
}
.mid-img {
    display: inline-block;
    margin: 5px;
    width: 19.5%;
}
.right-img {
    float: right;
    margin: 5px 0;
    width: 39.5%;
}
.left-img img, .mid-img img, .right-img img {
	max-width:100%;
	height:auto;
	width:100%;
}
#footer {
	background:#000000;
	padding:5px 0;
	text-align:center;
}
#footer a {
	color:#fff;
}
.copy-txt {
    background: rgba(0, 0, 0, 0) url("../images/flag.png") no-repeat scroll right center;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    padding-right: 40px;
    vertical-align: middle;
}
.copy-txt p {
    font-size: 12px;
	margin:0;
}
.mail-info {
	display:inline-block;
	font-size:12px;
	color:#fff;
	width:40%;
    vertical-align: middle;
}
.social {
    display: inline-block;
    height: 35px;
    vertical-align: middle;
}
.social a {
	margin:0 2px;
}
.social img:hover {
	opacity:0.7;
}
.inn-header {
	padding-bottom:2px;
}
.inn-container {
	padding-top:40px;
	min-height:650px;
	background-color: #fff;
}
.product {
	border:1px solid #333;
	padding:15px;
	margin:15px 0;
	display:inline-block;
	width:100%;
}
.product-thumb {
	width:40%;
	float:left;
	margin-right:40px;
	text-align:center;
}
.product-thumb img {
	max-width:100%;
	height:auto;
}
.product .overflow {
	padding-top:20px;
	padding-bottom:20px;
}
.overflow {
	overflow:hidden;
}
.product h3 {
	font-size:22px;
	color:#333;
	font-weight:bold;
	text-transform:uppercase;
}
.product p {
	font-size:15px;
	margin-bottom:20px;
}
.btn {
	background:#333;
	color:#fff;
	display:inline-block;
	cursor:pointer;
	line-height:40px;
	padding:0 20px;
	border:1px solid transparent;
}
.btn:hover {
	background:#fff;
	color:#333;
	border-color:#333;
}
.pull-right-product {
	float:right;
	margin-left:40px;
	margin-right:0;
	text-align:center;
}
.page-title {
	font-size:30px;
	color:#333;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:20px;
}
.abt-info-box {
    background: #dfdfdf none repeat scroll 0 0;
    margin: 15px 0 0;
    padding: 20px;
    text-align: center;
}
.abt-info-box img {
    margin-bottom: 10px;
}
.img-list img {
	margin:20px 50px;
}
.mid-box-wrap {
	width:750px;
	margin:30px auto;
}
.links {
	margin-bottom:20px;
}
.links ul {
	list-style:none;
	margin:0;
	padding:0;
}
.links li {
	width:100%;
	margin:10px 0;
}
.links li a {
    background: #cdcdcd none repeat scroll 0 0;
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 15px;
    text-transform: uppercase;
	border:2px solid transparent;
}
.links li a:hover {
    background: #fff;
    color: #333;
	border-color:#333;
}
.review-img-box {
    border-bottom: 2px solid;
    padding: 40px 0;
    text-align: center;
}
.review-img-box h4 {
    border: 2px solid;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 5px 15px;
}
.dealers-list a {
    display: inline-block;
    margin: 6px;
    vertical-align: middle;
}
.bullet-list {
    list-style: outside none none;
    margin: 20px 0 20px 40px;
    padding: 0;
}
.bullet-list li {
    background: rgba(0, 0, 0, 0) url("../images/tick-mark.png") no-repeat scroll left 4px;
    font-size: 14px;
    padding: 0 0 0 30px;
}
.img-center {
	text-align:center;
	margin:20px 0;
}
.text-center {
	text-align:center !important;
}
.res-img {
	margin:20px 0;
	width:100%;
}
.res-img img {
	max-width:100%;
	height:auto;
}
.disclaimer {
	border-top:2px solid;
	margin-top:30px;
	border-bottom:none;
}
.disclaimer h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.disclaimer p i {
    color: #7c7c7c;
}
.disclaimer p {
	line-height:22px;
    font-size: 14px;
}
.img-left {
	float:left;
	margin:0 20px 20px 0;
}
.inner-para h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px;
}
#header #navbtn {
    background: rgba(0, 0, 0, 0) url("../images/menu.png") no-repeat scroll center center;
    display: none;
    height: 42px;
    left: 0;
    margin: 2px auto;
    overflow: hidden;
    right: 0;
    text-indent: -99999px;
    top: 0;
    width: 20px;
}


/* IAMDESIGN KUSTOM KODE */

.color-beige {
	color: #958458;
}
.font-weight-bold {
	font-weight: 700;
}

.background-color-black {
	background-color: #000000;
}
.padding-top-46 {
	padding-top: 46px;
}