/*
 Table of content
 ----------------------------------------
 1.)Index Page Css
 1.1)Global Typography
 1.2.)Header part css rules
 1.3)Footer part css rules
 1.4)WP css rules
 ---------------------------------------*/
/*
 1.1)Global Typography

 font-family: 'Oswald', sans-serif; 300
 font-family: 'Open Sans', sans-serif; 400 600 700
 font-family: 'Orbitron', sans-serif; 500

 font-family: 'MyriadProBold';
 font-family: 'MyriadProRegular';
 font-family: 'LucidaGrandeRegular';

 --------------------------------------*/
body {
	color: #333333;
	font-size: 15px;
	line-height: 1;
	font-weight: 400;
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
	background: url(../images/page-bg.jpg) center top no-repeat;
	/*background: url(../images/bg1.png) center top no-repeat;*/
}
.site-main {
	max-width: 1180px;
	margin: 0 auto;
	width: 100%;
}
#wrapper {
	/*padding-top: 25px*/
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 26px;
}
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 15px;
	font-weight: normal;
	line-height: 125%;
	color: #333333;
        font-weight: bold;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 15px;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #1a2246;
}
a:active, a:hover, a:link, a:focus {
	outline: none;
}
p {
	font-size: 13px;
	color: #333333;
	line-height: 135%;
	margin-bottom: 15px;
}
a {
	color: #fff;
}
ul, ol {
	padding: 20px 0;
}
ul ul, ol ol {
	padding: 10px 0 10px 30px;
}
ul {
	list-style: disc inside;
}
ul  ul {
	list-style: circle;
}
ol ol {
	list-style: lower-alpha;
}
ol {
	list-style: decimal inside;
}
blockquote {
	font-size: 20px;
	padding: 10px 15px;
	margin: 10px;
	font-style: italic;
}
strong {
	font-weight: bold;
}
table {
	background-color: #fff;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0.5em 0 1em;
	width: 100%;
}
table th {
	background: rgb(150, 150, 150);
	border: 1px solid rgb(203, 203, 203);
	font-weight: bold;
}
table th, table td {
	border-top: 1px solid rgb(221, 221, 221);
}
table th, table td {
	line-height: 20px;
	padding: 8px;
	text-align: left;
	vertical-align: top;
}
table td {
	background-color: rgb(250, 250, 250);
	border: 1px solid rgb(204, 204, 204);
}

form fieldset {
	border: 1px solid rgb(0,0,0);
	margin-bottom: 20px;
}
form {
	padding: 0 10px 10px;
}
form p {
	padding-top: 0 !important;
}
form fieldset {
	padding: 10px;
}
form  legend {
	padding: 0 10px;
}
form  fieldset > div {
	margin: 15px 0;
}
input, textarea, select {
	font-family: 'Open Sans', sans-serif;
}
textarea, input[type="text"], input[type="password"], select {
	padding: 2px;
}
form  button, form input[type="button"], form button:hover, form input[type="button"]:hover {
	color: rgb(255, 255, 255);
}
form button, form input[type="button"], .mod-box-color form button {
	background: none repeat scroll 0 0 rgb(67, 67, 67);
}
form button, form input[type="button"] {
	border: medium none;
	padding: 7px;
}
form button, form input[type="button"], form input[type="reset"] {
	vertical-align: middle;
}
button, input[type="button"], input[type="submit"] {
	padding: 2px 3px;
}
select, input, textarea, button {
	font: 12px Arial, sans-serif;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
}
/*
 1.2.)Header part css rules
 ------------------------------------------*/
.sidebar {
	float: left;
	padding-left: 60px;
	padding-top: 27px;
	width: 27%;
	position: relative;
	z-index: 1;
}
.logo-section {
	margin-bottom: 35px;
}
.logo {
	margin-bottom: 12px;
	display: inline-block;
	height: 69px;
}
.slogen-text {
	text-transform: uppercase;
	font-size: 17px;
	color: #1a2246;
}
.slogen-text strong {
	display: block;
	font-size: 15px;
	line-height: 17px;
}
.slogen-text span {
	font-size: 16px;
}
.nav {
	margin: 0 0 18px 0;
	padding: 0;
	list-style: none;
	min-height: 440px;
}
.nav > li {
	position: relative;
	/*width:225px;*/
}
.nav > li > a {
	padding: 0 15px;
	font-size: 14px;
	line-height: 28px;
	display: block;
	color: #1a2246;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	border-left: 1px solid #1a2246;
	padding-bottom: 1px;
}

.nav a {
	width: 230px;
	transition: margin 0.5s ease 0s;
	-webkit-transition: margin 0.5s ease 0s;
}

/*.nav > li:nth-child(4) {
 min-height: 58px;
 }*/

.nav > li.active-nav > a {
	background: rgba(142,119,75,.4);
	color: #fff;
	position: relative;
	padding-bottom: 0;
	/*margin-bottom: 1px;*/
}
/*.nav > li.parent-nav > a:after{
 border-top:7px solid #fff;
 border-left:5px solid transparent;
 border-right:5px solid transparent;
 content:" ";
 position: absolute;
 right: 10px;
 top: 10px;

 }*/

/* asub */

.nav ul {
	display: none;
	padding: 0;
	list-style: none;
}
.nav ul li {
	margin-bottom: 1px;
}
.nav ul li a {
	padding: 0 15px;
	font-size: 14px;
	line-height: 28px;
	display: block;
	color: #1a2246;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	background: rgba(255,255,255,.2);
	position: relative;
}
.nav ul li a:hover {
	margin-left: 13px;
	color: #fff;
	background: rgba(142, 119, 75, 0.4);
}

.nav ul li a:hover:after {

	border-bottom: 14px solid transparent;
	border-left: 6px solid rgba(142, 119, 75, 0.4);
	border-top: 14px solid transparent;
	content: " ";
	position: absolute;
	right: -6px;
	top: 0;
}

.nav ul li a.active {
	background: rgba(142,119,75,.4);
	margin-left: 13px;
	color: #fff;
}
.nav ul li a.active:after {
	border-bottom: 14px solid transparent;
	border-left: 6px solid rgba(142,119,75,.4);
	border-top: 14px solid transparent;
	content: " ";
	position: absolute;
	right: -6px;
	top: 0;
}

.nav ul li.active a {
	background: #1a2246;
	margin-left: 13px;
	color: #fff;
}

.nav ul li.active a:after {
	border-bottom: 14px solid transparent;
	border-left: 6px solid #1a2246;
	border-top: 14px solid transparent;
	content: " ";
	position: absolute;
	right: -6px;
	top: 0;
}

.nav > li.active.parent-nav > a {
	color: #fff;
	background: rgba(142, 119, 75, 0.4);
}

.nav > li.active.parent-nav .arrow-mob:after {
	opacity: 1;
	border-top: 7px solid #fff;
}

.nav > li.active > a {
	background: #1a2246;
	color: #fff;
}
.nav > li:hover > a {
	background: rgba(142, 119, 75, 0.4);
	color: #fff;
}

.search-section form {
	margin: 0;
	padding: 12px 0 24px 6px;
}
.search-section input[type="text"] {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	float: right;
}
.search-section input[ type ="submit" ], .search-section input[ type ="image" ] {
	margin: 0 10px 0 0;
	padding: 0;
	border: none;
	background: url(../images/search-icon.png) left top no-repeat;
	font-size: 0;
	height: 15px;
	width: 15px;
	float: left;
}
.search-section {
	float: left;
	border: 1px solid hsl(0, 0%, 100%);
}
.login-nav {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
.login-nav li {
	float: left;
	text-transform: uppercase;
	padding: 0 8px;
	margin: 3px 0;
}
.login-nav li:last-child {
	padding-right: 0;
	border-left: 1px solid #fff;
}
.login-nav li:first-child {
	padding: 0 12px 0 0;
	font-weight: 700;
}
.login-nav a {
	display: block;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 1.5px
}
.login-nav li:last-child a:after {
	content: "»";
	font-size: 5px;
	font-size: 12px;
	letter-spacing: -3px;
	padding-left: 3px;
}
.content-header {

	position: absolute;
	left: 17px;
	top: 26px;
	width: 100%;
	max-width: 722px;
	z-index: 100;
}
/*
 1.3)Footer part css rules
 --------------------------------------*/
#footer {
	padding-left: 15px;
	padding-bottom: 27px;
}
.copy-right {
	border: 1px solid #fff;
	display: inline-block;
	font-size: 10px;
	line-height: 20px;
	padding: 0 15px;
	width: 130px;
	color: #fff;
	letter-spacing: 1px;
}

.site-map {
	list-style: none;
	margin: 0 0 13px 0;
	padding: 0;
	border: 1px solid #fff;
	border-top: none;
	display: inline-block;
	width: 130px;
}
.site-map li:first-child {
	border-right: 1px solid #fff;
}
.site-map li {
	float: left;
	width: 63px;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	padding: 0 3px;
}
.site-map a {
	color: #fff;
	letter-spacing: 1px;
}

.footer-link a, .social-link {
	display: inline-block;
}
.footer-link a {
	margin-right: 16px;
}

.footer-link a img {
        height:38px;
}

/* FlexSlider Necessary Styles
 *********************************/
.slider-section ul, .single_product ul, .single_product li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.single_product .slides > li {
	display: none;
}
.slider-section .slides > li {
	margin: 0;
	padding: 0;
	display: none;
	position: relative;
	list-style: none;
	-webkit-backface-visibility: hidden;
}
.product-image, .single_product li {
	text-align: center;
}
.product-image {
	background: url(../images/product-shadow.png) center bottom no-repeat;
	padding-bottom: 40px;
}

.slider-section .slides .product-image img {
	margin-top: 50px;
	display: inline-block;
}

/* Clearfix for the .slides element */
.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}

.no-js .slides > li:first-child {
	display: block;
}
.arrow-mob {
	/* background: url(../images/arrow-btn.png) right center no-repeat;
	 width: 40px;
	 height: 27px;
	 right: 28px;*/
	width: 0;
	height: 0;
	right: 0;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	z-index: 11;
}
.arrow-mob:after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #1a2246;
	content: " ";
	position: absolute;
	right: 40px;
	top: 10px;
	opacity: 0;
	transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
}
.nav > li.parent-nav:hover .arrow-mob:after {
	opacity: 1;
}

.active-nav .arrow-mob:after {
	border-top: 7px solid #fff;
}

/* FlexSlider Default Theme
 *********************************/
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
        z-index: 9;
}
.loading .flex-viewport {
	max-height: 300px;
}
.slider-section .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px;
}
.tabslider {
	position: relative;
	width: 100%;
}
.tabslider .flex-viewport > ul, .tabslider .flex-viewport > ul > li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

.machin-slider {
	position: relative;
	/*  min-height: 386px; */
}
.inner-list {
	min-height: 386px;
}
.specific {
	height: 495px;
}
.tabslider ol.flex-control-paging {
	bottom: 4px;
}
.tabslider ol.flex-control-paging li {
	float: left;
	margin: 0 15px 0 0;
}
ol.flex-control-paging a.flex-active {
	background: none repeat scroll 0 0 hsl(40, 16%, 46%);
	/*    background: none repeat scroll 0 0 hsl(42, 16%, 64%);
	 cursor: pointer;
	 display: block;
	 font-size: 0;
	 height: 10px;
	 width: 10px;*/
}

/*.pagination-link a.current {
 background: none repeat scroll 0 0 hsl(40, 16%, 46%);
 }*/

.pagination-link a, .tabslider ol.flex-control-paging  a {
	color: hsl(0, 0%, 100%);
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	height: 21px;
	text-align: center;
	transition: all 0.5s ease 0s;
	width: 21px;
}
.tabslider ol.flex-control-paging  a {
	background: none;
}
/*** add by dharmesh **/
.machin-slider .flex-direction-nav {
	position: absolute;
	bottom: -35px;
	margin: 0;
	padding: 0;
	left: -36px;
	}
.machin-slider .flex-direction-nav  a {
	width: 21px;
	height: auto;
	padding: 1px 6px;
	font-size: 14px;
	background: #9b8f73;
	line-height: 21px;
	display: block;
}
.machin-slider .flex-direction-nav  li {
	float: left;
	margin: 0 12px;
}



.reg-waranty-wrap{
	overflow: hidden;
	margin-bottom: 15px;
	
}
.reg-waranty .hide {
	display: none !important;
}

.reg-waranty .reg-waranty-wrap > label, .reg-waranty .products label{
    color: rgb(0, 0, 0);
    display: block;
    float: left;
    font-size: 16px;
    margin-top: 7px;
    max-width: 127px;
    max-width: 180px;
    width: 100%;
}
.reg-waranty  {
	overflow: hidden;
}



.reg-waranty .reg-waranty-wrap input[type="text"], 
.reg-waranty .reg-waranty-wrap input[type="password"],
.reg-waranty .reg-waranty-wrap input[type="number"] {
    border: 1px solid rgb(0, 0, 0);
    float: left;
    font-size: 14px;
    height: 30px;
    max-width: 200px;
    text-indent: 10px;
    width: 100%;
    max-width: 300px;
}
 

.reg-waranty .products input[type="text"], 
.reg-waranty .products input[type="password"],
.reg-waranty .products input[type="number"],
.reg-waranty .products select {
    border: 1px solid rgb(0, 0, 0);
    float: left;
    font-size: 14px;
    height: 30px;
    max-width: 200px;
    text-indent: 10px;
    width: 300px !important;
    max-width: 300px !important;
}



.reg-waranty .products textarea {
    border: 1px solid rgb(0, 0, 0);
    float: left;
    font-size: 14px;
    max-width: 200px;
    text-indent: 10px;
    width: 300px !important;
    max-width: 300px !important;
}
.reg-waranty .products>div, 
.reg-waranty .products .modelnumber,
.reg-waranty .products .serialnumber,
.reg-waranty .products .pricepaid {
	margin-bottom: 15px;
}

.reg-waranty .products .p-control {
	float: left;
}
.reg-waranty  .products > label {
    clear: both;
    display: block !important;
    margin-bottom: 15px;
    width: 100% !important;
    max-width: 100%;
}


.reg-waranty .products .btn.btn-primary {
    clear: both;
    float: none;
    margin-top: 30px;
}
.reg-waranty .products .clicktorepeat {
	background: rgba(117, 97, 59, 0.3);
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 12px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: auto !important;
    cursor: pointer;
}
.reg-waranty .products .clicktorepeat :hover {
    background: rgb(117, 97, 59);
    color: #fff;
}
.reg-waranty .products .comment-text {
	clear: both;
}
.machin-slider .flex-direction-nav {
	position: absolute;
	bottom: -35px;
	margin: 0;
	padding: 0;
	left: -36px;
	}
.machin-slider .flex-direction-nav  a {
	width: 21px;
	height: auto;
	padding: 1px 6px;
	font-size: 14px;
	background: #9b8f73;
	line-height: 21px;
	display: block;
}
.machin-slider .flex-direction-nav  li {
	float: left;
	margin: 0 12px;
}

#content-1 {
    height: 458px;
}
