/*
Theme Name: Edlund
Theme URI:
Description: Edlund Wordpress Theme 
Version:1.0
Author:
Author URI:http://p80w.com
Tags:white, blue, black, Worpdress 3
*/
/**********************************************/
/*     RESET             					  */
/**********************************************/
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {  display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
/**********************************************/
/*     CLEAR             					  */
/**********************************************/
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:after {
    clear: both;
    content: '';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
/*
The following zoom:1 rule is specifically for IE6 + IE7.
Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix,
*:first-child+html .clearfix {
    zoom: 1;
}
    
/**********************************************/
/*     GLOBALS             					  */
/**********************************************/
@font-face {
    font-family: 'source_sans_probold';
    src: url('font/sourcesanspro-bold-webfont.eot');
    src: url('font/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/sourcesanspro-bold-webfont.woff') format('woff'),
         url('font/sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('font/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_proregular';
    src: url('font/sourcesanspro-regular-webfont.eot');
    src: url('font/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/sourcesanspro-regular-webfont.woff') format('woff'),
         url('font/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('font/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('font/sourcesanspro-semibold-webfont.eot');
    src: url('font/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/sourcesanspro-semibold-webfont.woff') format('woff'),
         url('font/sourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('font/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	font-family: 'source_sans_proregular';
	font-weight:normal;
	font-size:14px;
	color:#1d1d1d;
	background:#eee;
	-webkit-text-size-adjust: 100%;
}
.wrap {
	width:980px;
	margin:0 auto;
	position:relative;
}
.alignleft {
	float:left;
	margin:0 20px 0 0;
}
.alignright {
	float:right;
	margin:0 0 0 20px;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #fff;
    max-width: 100%; /* Image does not overflow the content area */
    padding: 0;
    text-align: center;
	margin:0 auto 20px;
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}
.single-product .wp-caption {
max-width: 29%;
}
.wp-caption.alignnone {
    margin: 0 auto 20px;
}
.wp-caption.alignleft {
    margin: 0 20px 20px 0;
}
.wp-caption.alignright {
    margin: 0 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: normal;
    margin: 0 !important;
    padding: 12px;
}
.clear {
	clear:both;
}
.hidden {
	display:none;
	visibility:hidden;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Source Sans Pro', sans-serif;
	line-height:normal;
	margin:0 0 6px;
}
h1 {
	font-size:36px;
	font-family: 'source_sans_probold';
	font-weight:normal;
	line-height:42px;
	margin:0 0 24px;
}
h2 {
	font-size:18px;
	font-family: 'source_sans_probold';
	font-weight:normal;
	color:#005882;
	text-transform:uppercase;
}
h3 {
	font-size:18px;
	font-family: 'source_sans_probold';
	font-weight:normal;
}
h4 {
	font-size:16px;
}
ul, ol {
	margin:0 0 15px;
	padding:0 0 0 30px;
}
ul {
	list-style:disc outside;
}
ol {
	list-style:decimal outside;
}
ul li, ol li {
	margin:0 0 20px;
}
a {color:#005882;text-decoration:underline;}
a:hover {opacity:0.8;}
p {
	line-height:25px;
	margin:0 0 20px;
}
strong {
font-family: 'source_sans_probold';
font-weight:normal;
}
em {font-style:italic;}
sup {font-size:70%;vertical-align:top}
    
/**********************************************/
/*     HEADER            					  */
/**********************************************/
#header {
width:100%;
float:left;
position:relative;
z-index:1543;
background:#005882;
}
#header .logo {
width:148px;
height:52px;
display:block;
float: left;
margin-top: 13px;
margin-bottom: 13px;
position:relative;
z-index: 9999;
}
#header .logo a {
width:148px;
height:0;
padding:52px 0 0;
display:block;
overflow:hidden;
/*background:url(images/logo.jpg) no-repeat;*/
background: url('/wp-content/uploads/2014/04/logo-white.webp');
background-repeat: no-repeat;
background-size: 148px 52px;
}
#header .search-box {
width:188px;
height:27px;
float:right;
margin:13px 15px 6px 0;
border:solid 1px #4d8aa8;
}
#header .search-box input {
background:transparent;
float:left;
width:95%;
outline:0;
font-family: 'Source Sans Pro', sans-serif;
border:0;
padding:0;
margin:5px 0 0 8px;
color:#cad5de;
}
#header .lang-box {
width:157px;
float:right;
height:27px;
border:solid 1px #4d8aa8;
margin:13px 10px 0 0;
position:relative;
}
#header .lang-box .goog-te-gadget {
color:#fff;
padding:6px 0 0 0;
text-align:right;
}
#header .lang-box .goog-te-gadget .goog-te-gadget-icon {
position:absolute;
left:6px;
top:4px;
}
#header .lang-box .goog-te-gadget-simple {
color:#fff;
background:transparent;
border:0;
font-size:12px;
}
#header .lang-box .goog-te-gadget-simple .goog-te-menu-value {
color:#cad5de;
font-size:13px;
font-family: 'Source Sans Pro', sans-serif;
}
#header .top-nav {
float:right;
clear:both;
margin:0 0 18px;
}
#header .top-nav ul li,
#header .top-nav ul {
list-style:none;
padding:0;
margin:0;
}
#header .top-nav ul {
float:right;
}
#header .top-nav ul li {
float:left;
display:inline;
position:relative;
}
#header .top-nav ul li a {
display:block;
float:left;
font-size:16px;
color:#fff;
text-decoration:none;
height:37px;
line-height:37px;
padding:0 15px;
}
#header .top-nav ul li.sfHover > a,
#header .top-nav ul li a:hover {
background:#fff;
color:#005882;
opacity:1;
}
#header .top-nav ul ul {
display:block;
position:absolute;
width:177px;
left:0;
top:37px;
background:#fff;
float:none;
padding:8px 0;
}
#header .top-nav ul ul li {
float:none;
display:block;
}
#header .top-nav ul ul li a {
color:#005882;
float:none;
height:auto;
line-height:normal;
padding:8px 14px 8px 15px;
letter-spacing:-1px
}
#header .top-nav ul ul li a:hover {
text-decoration:underline;
background:#fff;
}
    
/**********************************************/
/*     BANNER            					  */
/**********************************************/
#banner {
width:100%;
float:left;
position:relative;
background:#2b2929
}
#banner .wrap {
width:1200px;
}
#banner img {
margin:0 auto;
display:block;
position:relative;
z-index:1;
}
#banner span {
display:block;
position:absolute;
left:0;
width:100%;
}
#banner .border {
display:block;
position:absolute;
left:0;
width:100%;
height:3px;
background:url(images/bg-border.png) repeat-x;
z-index:2;
top:0;
}
#banner .gradient {
height:168px;
background:url(images/banner-gradient.png) repeat-x 0 100%;
z-index:3;
top:0;
}
#banner .title {
color:#fff;
font-size:48px;
font-family: 'source_sans_probold';
font-weight:normal;
left:110px;
bottom:14px;
z-index:4;
}
    
/**********************************************/
/*     NAV	            					  */
/**********************************************/
#nav {
width:100%;
float:left;
position:relative;
z-index:200;
background:#ebebeb url(images/bg-nav.jpg) repeat-x 0 0;
}
#nav .wrap {
width:1052px;
}
#nav ul li,
#nav ul {
list-style:none;
padding:0;
margin:0;
}
#nav ul li {
float:left;
display:inline;
}
#nav ul li  a {
float:left;
display:block;
font-size:14px;
color:#005882;
text-decoration:none;
height:63px;
line-height:63px;
padding:0 37px;
text-align:center;
font-family: 'source_sans_prosemibold';
font-weight:normal;
}
#nav ul li.double  a {
height:48px;
padding-top:15px;
line-height:normal;
}
#nav ul li a:hover {
background:#005882 url(images/bg-nav-active.jpg) repeat-x 0 100%;
color:#fff;
opacity:1;
}
#nav ul ul {
display:none
}
    
/**********************************************/
/*     TOP NAV MOBILE      					  */
/**********************************************/
.btn-mob {
display:none;
float:right;
width:40px;
text-align:right;
height:37px;
line-height:37px;
clear:both;
margin:10px -5px 8px 0;
font-size:24px;
color:#fff;
}
#top-nav-mob {
width:100%;
float:left;
background:#005882;
display:none;
}
#top-nav-mob ul li,
#top-nav-mob ul {
list-style:none;
padding:0;
margin:0;
}
#top-nav-mob ul {
border-top:solid 1px #004a6d;
}
#top-nav-mob ul li {
position:relative;
}
#top-nav-mob ul li span {
display:block;
position:absolute;
right:2%;
top:5px;
background:#004a6d;
z-index:33;
width:30px;
height:27px;
line-height:24px;
text-align:center;
color:#fff;
font-size:22px;
cursor:pointer;
}
#top-nav-mob ul li a {
display:block;
text-decoration:none;
font-size:16px;
color:#fff;
text-decoration:none;
height:37px;
line-height:37px;
padding:0 15px;
position:relative;
border-bottom:solid 1px #004a6d;
z-index:1;
opacity:1;
}
#top-nav-mob ul li a:hover {
color:#005882;
background:#fff;
}
#top-nav-mob ul ul {
background:#004a6d;
display:none;
border:0
}
#top-nav-mob ul ul li a {
border-bottom:solid 1px #013851;
}
    
/**********************************************/
/*     NAV MOBILE      						  */
/**********************************************/
.btn-mob-2 {
display:none;
float:right;
width:150px;
text-align:right;
height:37px;
line-height:37px;
clear:both;
margin:10px -5px 8px 0;
font-size:24px;
color:#004a6d;
text-decoration:none;
}
.btn-mob-2 span {
font-size: 16px;
text-decoration: none;
position: relative;
top: -4px;
}
#nav-mob {
width:100%;
float:left;
background:#ebebeb;
display:none;
}
#nav-mob ul li,
#nav-mob ul {
list-style:none;
padding:0;
margin:0;
}
#nav-mob ul {
border-top:solid 1px #004a6d;
}
#nav-mob ul li {
position:relative;
}
#nav-mob ul li span {
display:block;
position:absolute;
right:2%;
top:5px;
background:#004a6d;
z-index:33;
width:30px;
height:27px;
line-height:24px;
text-align:center;
color:#fff;
font-size:22px;
cursor:pointer;
}
#nav-mob ul li a {
display:block;
text-decoration:none;
font-size:16px;
color:#004a6d;
text-decoration:none;
height:37px;
line-height:37px;
padding:0 15px;
position:relative;
border-bottom:solid 1px #004a6d;
z-index:1;
opacity:1;
}
#nav-mob ul li a br {
display:none;
}
#nav-mob ul li a:hover {
color:#fff;
background:#005882 url(images/bg-nav-active.jpg) repeat-x 0 100%;
opacity:1;
}
#nav-mob ul ul {
background:#004a6d;
display:none;
border:0
}
#nav-mob ul ul li a {
border-bottom:solid 1px #013851;
}
    
/**********************************************/
/*     SLIDER            					  */
/**********************************************/
#slider {
width:100%;
float:left;
position:relative;
z-index:10;
background:#2b2929 url(images/slide-gradient.png) repeat-x 0 100%;
}
#slider  img {
margin:0 auto;
display:block;
}
#slider .cycle-slide {
position:relative;
}
#slider .cycle-slide .border {
display:block;
position:absolute;
left:0;
width:100%;
height:3px;
background:url(images/bg-border.png) repeat-x;
z-index:2;
top:0;
}
#slider .cycle-slide .caption-1 {
display:block;
left:0;
top:0;
position:absolute;
font-size:50px;
color:#fff;
padding:25px 110px;
font-family: 'source_sans_probold';
font-weight:normal;
background:url(images/bg-caption1.png);
width:980px;
}
#slider .cycle-slide .caption-2 {
display:block;
left:0;
bottom:0;
position:absolute;
padding:0 110px 30px;
width:980px;
font-weight:normal;
z-index:5;
}
#slider .cycle-slide .caption-2 h3 {
font-weight:normal;
font-size:30px;
color:#fff;
margin-bottom:12px;
}
#slider .cycle-slide .caption-2 .more {
display:block;
width:104px;
height:30px;
line-height:30px;
color:#fff;
text-decoration:none;
font-family: 'source_sans_prosemibold';
font-weight:normal;
font-size:14px;
text-indent:8px;
background:#005882 url(images/arrow-right.jpg) no-repeat 115% 50%;
}
#pager {
width:100%;
float:left;
position:relative;
z-index:10;
background:#005882;
padding:6px 0;
text-align:center;
}
#pager span {
display:inline-block;
width:12px;
height:0;
padding:15px 0 0;
overflow:hidden;
margin:0 9px;
cursor:pointer;
background:url(images/pager-slide.jpg) no-repeat;
}
#pager .cycle-pager-active {
background-position:0 -15px;
}
    
/**********************************************/
/*     CONTENT            					  */
/**********************************************/
#content {
width:100%;
float:left;
position:relative;
z-index:10;
}
#content .wrap {
padding:20px 0;
}
.home #content .wrap {
padding:34px 0;
}
#content .product-item {
display:block;
width:100%;
float:left;
margin:0 21px 20px 0;
position:relative;
background:#fff;
border:solid 1px #fff;
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}
@media (min-width: 768px) {

  #content .product-item {
  display:block;
  width:45%;
  float:left;
  margin:0 21px 20px 0;
  position:relative;
  background:#fff;
  border:solid 1px #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
  }

}
#content .product-item.last {
margin-right:0;
}
#content .product-item a {
position:relative;
display:block;
}
#content .product-item img {
display:block;
width:100%;
height:auto;
position:relative;
z-index:1;
}
#content .product-item .gradient {
position:absolute;
left:0;
top:0;
z-index:2;
}
#content .product-item .title {
display:block;
width:90%;
position:absolute;
left:8px;
bottom:8px;
z-index:3;
font-size:24px;
color:#fff;
text-decoration:none;
font-family: 'source_sans_probold';
font-weight:normal;
}
#content .main {
float:left;
width:610px;
margin:0 0 0 20px;
}
.products #content .main {
margin:0;
width:646px;
}
    #content .main.parts-and-accessories{
        width: 100% !important;
    }
#content .main .main-title {
margin:0;
}
#content .main .sub-title {
margin:0 0 16px;
}
#content .main ul li,
#content .main ul {
list-style:none;
padding:0;
}
#content .main ul {
margin:0 0 20px;
}
#content .main ul li {
padding:0 0 8px 21px;
margin:0;
background:url(images/bullet.jpg) no-repeat 14px 5px;
}
.events-archive #content .main ul li {
padding:0;
margin:0;
background:transparent;
}
#content .main .splash {
margin:0 0 20px;
border:solid 1px #fff;
position:relative;
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}
#content .main .splash img {
display:block;
position:relative;
z-index:1;
}
#content .main .splash span {
display:block;
position:absolute;
left:0;
width:100%;
}
#content .main .splash .gradient {
height:248px;
background:url(images/bg-splash.png) repeat-x 0 100%;
z-index:2;
}
#content .main .splash .title {
color:#fff;
z-index:4;
font-size:24px;
left:10px;
bottom:10px;
font-family: 'source_sans_probold';
font-weight:normal;
}
#content .main .paging {
padding:10px 0 0;
}
#content .main .paging a {
display:block;
width:157px;
background:#005882 no-repeat 0 0;
height:52px;
line-height:52px;
color:#fff;
font-size:18px;
border:solid 1px #d7d7d7;
text-decoration:none;
}
#content .main .paging .alignleft a {
background-image:url(images/arrow-left.jpg);
background-position:0 50%;
padding-left:38px;
}
#content .main .paging .alignright a {
background-image:url(images/arrow-right.jpg);
background-position:100% 50%;
padding-right:38px;
text-align:right;
}
.single-product #content .main {
width:570px;
}
#content  {
margin:0 0 20px;
}
#content table {
border:solid 1px #dbdbdb;
background:#fff;
width:100%;
}
#content table th,
#content table thead td {
border-right:solid 1px #dbdbdb;
background:#fff;
text-align:center;
vertical-align:middle;
padding:7px 25px;
color:#292929;
font-family: 'source_sans_prosemibold';
font-weight:normal;
}
#content table th.left {
text-align:left;
}
#content table td {
padding:5px 25px;
border-right:solid 1px #dbdbdb;
text-align:center;
color:#808080;
}
#content table td.left {
text-align:left;
}
#content table tr:last-child td {
padding:7px 25px 20px 25px;
}
#content .sidebar {
float:right;
width:314px;
position:relative;
}
#content .sidebar .sub-wrap {
background:#fff;
margin:0 0 29px;
border:solid 1px #d7d7d7;
padding:18px 21px 18px 41px;
position:relative;
}
#content .sidebar .widget {
position:relative;
padding:0 0 48px;
}
#content .sidebar .widget-last {
padding:0 0 28px;
}
#content .sidebar ul li,
#content .sidebar ul {
list-style:none;
padding:0;
margin:0;
}
#content .sidebar ul li {
padding:0 0 8px;
}
#content .sidebar p {
margin:0 0 8px;
}
#content .sidebar h3 {
background: #005882;
font-weight:normal;
color: #fff;
margin: 0 0 16px -41px;
padding: 15px 0 15px 41px;
border: solid 1px #d7d7d7;
}
#content .sidebar .more {
font-family: 'source_sans_probold';
font-weight:normal;
text-transform:uppercase;
}
#content .sub-page-menu {
display:block;
}
#content .side-menu > li > a {
display:none;
}
#content .sub-page-menu li {
padding:0 !important;
}
#content .sub-page-menu a {
font-weight:normal;
text-decoration:none;
font-size:18px;
text-decoration:none;
display:block;
margin: 0 0 0 -41px;
padding: 15px 0 15px 41px;
border: solid 1px #fff;
color: #292929;
background: #fff;
}
#content .sub-page-menu li.current-menu-item > a,
#content .sub-page-menu li a:hover,
#content .sub-page-menu li.current a {
border: solid 1px #d7d7d7;
color: #fff;
background: #005882;
opacity:1;
}
.single-product #content .sidebar {
width:344px;
}
.single-product #content .sub-wrap {
/*padding-top:244px;*/
padding-top: 0px;
}
.single-product #content .feat-prod {
	/*
position:absolute;
display:block;
left:-25px;
top:-99px;
*/
margin-left: -65px;
margin-top: -130px;
margin-bottom: 20px;
border:solid 3px #fff;
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}
.single-product #content .logos {
text-align:center;
margin:0 0 36px;
}
.single-product #content .logos img {
padding:0 4px;
}
.single-product #content .assets li  {
padding:0 0 9px 16px;
}
.single-product #content .assets li  a {
display:block;
height:32px;
line-height:32px;
padding:0 0 0 57px;
text-decoration:none;
font-size:16px;
font-family: 'source_sans_prosemibold';
font-weight:normal;
background:url(images/icon-assets.png) no-repeat;
}
.single-product #content .assets li.as-2  a {
background-position:0 -40px;
}
.single-product #content .assets li.as-3  a {
background-position:0 -80px;
}
#content .entry {
margin:0 0 40px;
}
#content .entry h3.entry-title {
margin:0 0 4px;
}
#content .entry h3.entry-title a {
margin:0;
text-decoration:none;
}
#content .entry .meta {
margin:0 0 20px;
font-size:12px;
}
#content .entry .meta a {
text-decoration:none;
}
#content .wpcf7 textarea,
#content .wpcf7 input[type=email],
#content .wpcf7 input[type=text],
#content .wpcf7 input[type=date],
#content .wpcf7 input[type=tel],
#content .wpcf7 select {
padding:8px 6px;
border:solid 1px #d7d7d7;
min-width:323px;
box-sizing:border-box;
}
#content .wpcf7 input[type=date] {
padding:5px 6px;
}
#content .wpcf7 select {
padding:8px 2px;
}
#content .wpcf7 p {
margin:0 0 10px;
}
#content .wpcf7 p img {
vertical-align:middle;
}
#content .wpcf7 .wpcf7-submit  {
border:0;
outline:0;
cursor:pointer;
display: block;
width: 104px;
height: 30px;
line-height: 30px;
text-align:left;
color: #fff;
text-decoration: none;
font-family: 'source_sans_prosemibold';
font-weight:normal;
font-size: 14px;
text-indent: 8px;
margin:0 0 0 3px;
background: #005882 url(images/arrow-right.jpg) no-repeat 115% 50%;
}
#content div.wpcf7-response-output {
margin: 2em 0 !important;
padding: 0.2em 1em;
} 



/*
Request for Return form
*/
#content .wpcf7 .return-form p {
    width: 48%;
    float: left;
    margin-right: 5px;
}
#content .wpcf7 .return-form section p:last-child {
    float: none;
}
#content .wpcf7 .return-form h3 span {
    font-size: 15px;
    font-weight: normal;
    font-family: sans-serif;
}
#content .wpcf7 .return-form section {
    margin-bottom: 35px;
}
#content .wpcf7 .return-form section.return-items {
    margin-bottom: 0;
}
#content .wpcf7 .return-form article.return-item-field {
    margin-bottom: 20px;
}
#content .wpcf7 .return-form section.return-add-item {
    margin-bottom: 50px;
}
#content .wpcf7 .return-form hr {
    width: 94.5%;
    margin: 0 0 15px 0;
}

#content .wpcf7 .return-form textarea,
#content .wpcf7 .return-form input[type=email],
#content .wpcf7 .return-form input[type=text],
#content .wpcf7 .return-form input[type=date],
#content .wpcf7 .return-form input[type=tel],
#content .wpcf7 .return-form select {
    min-width: initial;
    width: 95%;
}
#content .wpcf7 .return-form p.return-desc {
    width: 99.5%;
}
#content .wpcf7 .return-form p.return-desc textarea {
    resize: vertical;
}

#content .sidebar .return-request-container {
    padding-bottom: 10px;
}
#content .sidebar .return-request-link {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-decoration: none;
    padding: 5px 0px;
}

    
/**********************************************/
/*     FOOTER            					  */
/**********************************************/
#footer {
width:100%;
float:left;
position:relative;
background:#fff;
}
#footer .wrap {
padding:35px 0 20px 30px;
}
#footer .logo-footer {
float:left;
width:220px;
height:0;
padding:78px 0 0;
overflow:hidden;
/*background:url(images/logo.jpg) no-repeat;*/
background:url('/wp-content/uploads/2014/04/logo-blue.webp');
background-repeat: no-repeat;
background-size: 220px 78px;
}
#footer .footer-menu li,
#footer .footer-menu {
list-style:none;
padding:0;
margin:0;
}
#footer .footer-menu {
float:right;
margin:15px 0 0;
}
#footer .footer-menu li {
float:left;
display:inline;
padding:0 0 0 20px;
}
#footer .footer-menu li a {
float:left;
display:block;
font-size:13px;
font-family: 'source_sans_prosemibold';
font-weight:normal;
color:#005983;
text-transform:uppercase;
text-decoration:none;
}
#footer .contact-info {
position:relative;
padding:32px 100px 0 0;
font-size:14px;
color:#333;
line-height:18px;
}
#footer .contact-info .ali-logo {
width:70px;
height:0;
padding:51px 0 0;
overflow:hidden;
background:url(images/logo-ali.jpg) no-repeat;
position:absolute;
right:20px;
top:32px;
}
#footer .contact-info small {
font-size:12px;
font-family: 'source_sans_prosemibold';
font-weight:normal;
color:#4c4c4c;
}
#footer .contact-info strong {
font-size:16px;
font-family: 'source_sans_prosemibold';
font-weight:normal;
color:#000000;
}
#footer .contact-info strong small {
color:#000;
}
#footer .connect-box {
padding:28px 0 0;
color:#333;
}
#footer .connect-box img {
vertical-align:middle;
margin:0 2px;
}
.logoFooter {
    padding-top: 15px;
    margin-top: 5px;
    margin-bottom: 25px;
    width: 100%;
    text-align: center;
}
.logoFooter hr {
    width: auto;
    height: 1px;
    background: #d2d2d2;
	border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #fff;
    margin: 0 0 20px;
	box-sizing: content-box;
}

/* Portrait tablet to landscape and desktop */
@media (max-width: 1200px) {
	#banner .wrap,
	#nav .wrap {
	width:100%;
	}
	#banner .wrap {
	padding:0
	}
	#banner img {
	width:100%;
	}
	#footer .wrap {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	}
	#nav ul li {
	display:block;
	float:left;
	width:16.66%;
	}
	#nav ul li a {
	padding-right:0;
	padding-left:0;
	width:100%;
	}
	#slider img {
	width:100%;
	height:auto;
	}
	#slider .cycle-slide .caption-2,
	#slider .cycle-slide .caption-1 {
	width:calc(100% - 220px)
	}
	#banner .title {
	left:0;
	width:96%;
	padding-left:2%;
	padding-right:2%;
	}
}
@media (max-width: 1020px) {
	.single-product #content .main {
	margin-left:0
	}
	.single-product #content .feat-prod {
	/*
	width:calc(100% - 6px);
	left: 0;
	top: -99px;
	*/
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	max-width: 100%;
	height: auto;
	margin: 0px 0px 10px 0px;;
	}
	.single-product #content .sub-wrap {
	/*padding-top:204px; */
	padding: 20px;

	}
}
@media (max-width: 995px) {
	#nav .wrap,
	.home #content .wrap,
	#content .wrap,
	.wrap{
	width:96%;
	padding-left:2%;
	padding-right:2%;
	}
	#header .logo {
	left:2%;
	}
	#header .search-box {
	margin-right:0
	}
	#nav ul li {
	width:18%;
	}
    #nav ul li a{
        font-size: 12px;
    }
	#nav ul li.i-1 {
	width:8%;
	}
	#nav ul li.i-2 {
	width:12%;
	}
	.home #content .product-item {
	width:31.5%;
	height:auto;
	margin-right:2%;
	}
	.home #content .product-item.last {
	margin-right:0
	}
	.products #content .product-item {
	width:48%;
	margin-right:2%;
	height:auto;
	}
	.products #content .product-item.last {
	margin-right:0
	}
}
@media (max-width: 981px) {
	.products #content .main,
	#content .main {
	width:calc(100% - 334px);
	margin:0
	}
	.single-product #content .main {
	width:calc(100% - 354px);
	}
	#content .main .splash img  {
	width:100%;
	height:auto;
	}
}
@media (max-width: 960px) {
	
	
	#header .top-nav ul li a {
	padding:0 8px;
	font-size:14px;
	}
	#slider .cycle-slide .caption-1 {
	font-size:30px;
	width:96%;
	padding-left:2%;
	padding-right:2%;
	}
	#slider .cycle-slide .caption-2 {
	width:96%;
	padding-left:2%;
	padding-right:2%;
	}
	#slider .cycle-slide .caption-2 h3 {
	font-size:20px;
	}
	.home #content .product-item .title {
	font-size:16px;
	}
	#banner img {
	display:none;
	}
	#banner .wrap {
	height:160px;
	background-repeat:no-repeat;
	background-position:50% 0;
	background-size:cover;
	}
	#banner .gradient {
	height:160px !important;
	}
	#footer .logo-footer {
	margin:0 0 30px;
	}
	#footer .footer-menu {
	float:none;
	clear:both;
	}
	#footer .footer-menu li {
	padding:0 20px 0 0;
	line-height:20px;
	}
}
/* iPad portrait */
@media (max-width: 768px) {
	#header .top-nav {
	display:none;
	}
	.btn-mob {
	display:block;
	}
	#nav ul {
	display:none;
	}
	.btn-mob-2 {
	display:block;
	}
	#slider .cycle-slide .gradient {
	background-position:0 70%
	}
	#content .main,
	#content .sidebar {
	width:100% !important;
	float:none;
	margin:0 0 30px;
	}
	#content .main {
	margin:0 0 50px !important;
	}
	#banner .title {
	font-size:30px;
	}
	.single-product #content .sub-wrap {
	/* padding-top:88%; */
	}
	.single-product #content .feat-prod {
	/*
	width:calc(100% + 54px);
	left:-30px;
	top:0;
	height:auto;
	*/
	}
	.single-product #content .sidebar {
	width:calc(100% - 60px) !important;
	margin:0 auto;
	}
	#content table td,
	#content table th,
	#content table tr,
	#content table tbody,
	#content table  head,
	#content table {
	display:block;
	}
	#content  table thead tr { 
	position: absolute;
	top: -9999px;
	left: -9999px;
	}
	#content  table td { 
	border: none;
	position: relative;
	padding-left: 50%  !important; 
	white-space: normal;
	border-bottom:0;
	text-align:left;
	}
	#content  table tr:last-child td {
	padding:7px 0 7px 50% !important
	}
	#content  table tbody tr { 
	border-bottom: 1px solid #eee; 
	}
	#content  table td:before { 
	position: absolute;
	top: 6px;
	left: 6px;
	width: 45%; 
	padding-right: 10px; 
	white-space: nowrap;
	text-align:left;
	font-family: 'source_sans_prosemibold';
	font-weight:normal;
	color:#292929;
	}
	#content  table td:before { content: attr(data-title); }
}

@media (max-width: 768px) {
	.cspc-column {
		display: block !important;
		float: none !important;
		width: auto !important;	
	}
}

@media (max-width: 560px) {
	#nav .wrap,
	.home #content .wrap,
	#content .wrap,
	.wrap{
	width:94%;
	padding-left:3%;
	padding-right:3%;
	}
	#header .logo {
	left:3%;
	}
	#slider .cycle-slide .caption-1 {
	font-size: 20px;
	padding: 16px 3%;
	}
	#slider .cycle-slide .caption-2 {
	padding-bottom:10px;
	padding-left:3%;
	padding-right:3%;
	}
	#slider .cycle-slide .caption-2 h3 {
	font-size:16px;
	}
	#header .search-box {
	margin-right:40px;
	}
	#header .lang-box {
	clear:both;
	width:188px;
	margin-right:40px;
	margin-bottom:13px;
	}
	#header .btn-mob {
	position: absolute;
	right: 3%;
	bottom: 0;
	}
	.home #content .product-item {
	width:48%;
	margin-right:3%;
	}
	.home #content .product-item.last {
	margin-right:3%;
	}
	.home #content .product-item.product-item-2 {
	margin-right:0;
	}
	.single-product #content .sub-wrap {
	padding-top:92%;
	}

    /* 
    Request for Return form 
    */
    #content .wpcf7 .return-form p {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    #content .wpcf7 .return-form textarea,
    #content .wpcf7 .return-form input[type=email],
    #content .wpcf7 .return-form input[type=text],
    #content .wpcf7 .return-form input[type=date],
    #content .wpcf7 .return-form input[type=tel],
    #content .wpcf7 .return-form select {
        width: 99%;
    }
    #content .wpcf7 .return-form hr {
        width: 98.5%;
    }
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	.home #content .product-item {
	width:47.5%;
	margin-right:3%;
	}
	#banner .title {
	font-size:22px;
	}
	#content .product-item .title {
	font-size:16px;
	}
	#footer .footer-menu li a,
	#footer .footer-menu li,
	#footer .footer-menu  {
	float:none;
	margin:0;
	padding:0;
	}
	#footer .footer-menu li {
	display:block;
	}
	#footer .footer-menu li a {
	text-align:left;
	display:block;
	}
	.single-product #content .sidebar {
	width:100% !important;
	margin:0;
	}
	.single-product #content .sub-wrap {
		/*
	padding-top:84%;
	*/
	padding-left:3%;
	padding-right:3%;
	}
	.single-product #content .feat-prod {
		/*
	width:calc(100% - 6px);
	left: 0;
	top: 0;
	*/
	}
}
 
/* Landscape phones and down */
@media (max-width: 430px) {
	#header .wrap {
	padding-top:29px;
	}
	#header .logo {
	position:relative;
	margin:0 auto 29px auto;
	left:0;
	top:0;
	}
	#header .search-box,
	#header .lang-box {
	float:none;
	margin:0 0 20px;
	width:calc(100% - 50px)
	}
	#header .btn-mob {
	position: absolute;
	right: 3%;
	bottom: -4px;
	margin: 0 -5px 0 0;
	}
	#slider .cycle-slide .caption-2 h3 {
	font-size:14px;
	}
	#slider .cycle-slide .caption-2 .more {
	height:24px;
	line-height:24px;
	}
	.home #content .product-item {
	width:100%;
	float:none;
	margin:0 0 20px;
	}
	.home #content .product-item .title {
	font-size:24px;
	}
	.products #content .product-item {
	width:100%;
	float:left;
	margin:0 0 20px;
	}
	.products #content .product-item  .title {
	font-size:24px;
	}
	#content .main .paging {
	text-align:center;
	}
	#content .main .paging span {
	float:none;
	margin:0;
	}
	#content .main .paging a {
	display:inline-block;
	margin-bottom:10px;
	}
    #content .wpcf7 textarea,
    #content .wpcf7 input[type=email],
    #content .wpcf7 input[type=text],
    #content .wpcf7 input[type=date],
    #content .wpcf7 input[type=tel],
    #content .wpcf7 select {
    min-width: initial;
    width:99%;
    }
}
 
/* Portrait phones and down */
@media (max-width: 321px) {
	#slider .cycle-slide .caption-1 {
		font-size: 14px;
		padding: 12px 3%;
	}
	#slider .cycle-slide .caption-2 h3 {
	font-size:12px;
	}
	#slider .cycle-slide .gradient {
	background-position:0 70%
	}
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    aspect-ratio: 1200/500; /* Modern browsers */
    overflow: hidden;
}

/* Fallback for browsers that don't support aspect-ratio */
@supports not (aspect-ratio: 1200/500) {
    .video-container::before {
        float: left;
        padding-top: 41.66%; /* (500/1200) * 100 */
        content: '';
    }
    .video-container::after {
        display: block;
        content: '';
        clear: both;
    }
}

.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.hero-content {
    position: relative;
    z-index: 1;
}

/* Optional: Adjust for very small screens */
@media (max-width: 480px) {
    .video-container {
        min-height: 200px;
    }
}