.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
padding: 0;
margin: 0;
border: 0;
outline: none;
vertical-align: top;
}
.fancybox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 8020;
}
.fancybox-skin {
position: relative;
background: #f9f9f9;
color: #444;
text-shadow: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.fancybox-opened {
z-index: 8030;
}
.fancybox-opened .fancybox-skin {
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
position: relative;
}
.fancybox-inner {
overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
-webkit-overflow-scrolling: touch;
}
.fancybox-error {
color: #444;
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 0;
padding: 15px;
white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
display: block;
width: 100%;
height: 100%;
}
.fancybox-image {
max-width: 100%;
max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url(../../../themes/musicclub-v1-05/plugins/fancybox/fancybox_sprite.png);
}
#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 8060;
}
#fancybox-loading div {
width: 44px;
height: 44px;
background: url(../../../themes/musicclub-v1-05/plugins/fancybox/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
position: absolute;
top: -18px;
right: -18px;
width: 36px;
height: 36px;
cursor: pointer;
z-index: 8040;
}
.fancybox-nav {
position: absolute;
top: 20%;
width: 40%;
height: 60%;
cursor: pointer;
text-decoration: none;
background: transparent url(../../../themes/musicclub-v1-05/plugins/fancybox/blank.gif); -webkit-tap-highlight-color: rgba(0,0,0,0);
z-index: 8040;
}
.fancybox-prev {
left: 0;
}
.fancybox-next {
right: 0;
}
.fancybox-nav span {
position: absolute;
top: 50%;
width: 36px;
height: 34px;
margin-top: -18px;
cursor: pointer;
z-index: 8040;
visibility: hidden;
}
.fancybox-prev span {
left: 10px;
background-position: 0 -36px;
}
.fancybox-next span {
right: 10px;
background-position: 0 -72px;
}
.fancybox-nav:hover span {
visibility: visible;
}
.fancybox-tmp {
position: absolute;
top: -99999px;
left: -99999px;
visibility: hidden;
max-width: 99999px;
max-height: 99999px;
overflow: visible !important;
} .fancybox-lock {
overflow: hidden !important;
width: auto;
}
.fancybox-lock body {
overflow: hidden !important;
}
.fancybox-lock-test {
overflow-y: hidden !important;
}
.fancybox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
display: none;
z-index: 8010;
background: url(../../../themes/musicclub-v1-05/plugins/fancybox/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
position: fixed;
bottom: 0;
right: 0;
}
.fancybox-lock .fancybox-overlay {
overflow: auto;
overflow-y: scroll;
} .fancybox-title {
visibility: hidden;
font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
position: relative;
text-shadow: none;
z-index: 8050;
}
.fancybox-opened .fancybox-title {
visibility: visible;
}
.fancybox-title-float-wrap {
position: absolute;
bottom: 0;
right: 50%;
margin-bottom: -35px;
z-index: 8050;
text-align: center;
}
.fancybox-title-float-wrap .child {
display: inline-block;
margin-right: -100%;
padding: 2px 20px;
background: transparent; background: rgba(0, 0, 0, 0.8);
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
text-shadow: 0 1px 2px #222;
color: #FFF;
font-weight: bold;
line-height: 24px;
white-space: nowrap;
}
.fancybox-title-outside-wrap {
position: relative;
margin-top: 10px;
color: #fff;
}
.fancybox-title-inside-wrap {
padding-top: 10px;
}
.fancybox-title-over-wrap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 10px;
background: #000;
background: rgba(0, 0, 0, .8);
}
#fancybox-thumbs {
position: fixed;
left: 0;
width: 100%;
overflow: hidden;
z-index: 8050;
}
#fancybox-thumbs.bottom {
bottom: 2px;
}
#fancybox-thumbs.top {
top: 2px;
}
#fancybox-thumbs ul {
position: relative;
list-style: none;
margin: 0;
padding: 0;
}
#fancybox-thumbs ul li {
float: left;
padding: 1px;
opacity: 0.5;
}
#fancybox-thumbs ul li.active {
opacity: 0.75;
padding: 0;
border: 1px solid #fff;
}
#fancybox-thumbs ul li:hover {
opacity: 1;
}
#fancybox-thumbs ul li a {
display: block;
position: relative;
overflow: hidden;
border: 1px solid #222;
background: #111;
outline: none;
}
#fancybox-thumbs ul li img {
display: block;
position: relative;
border: 0;
padding: 0;
max-width: none;
} @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url(../../../themes/musicclub-v1-05/plugins/fancybox/fancybox_sprite-2x.jpg);
background-size: 44px 152px; }
#fancybox-loading div {
background-image: url(../../../themes/musicclub-v1-05/plugins/fancybox/fancybox_loading-2x.jpg);
background-size: 24px 24px; }
}.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} .flexslider {margin: 0; padding: 0; zoom: 1; overflow: hidden; }
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position: relative; } .flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;} .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;} .flexslider { margin: 0; position: relative; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 0px; } .flex-direction-nav {*height: 0;}
.flex-direction-nav a  { z-index: 10; display: block; font-size: 20px; line-height: 20px; padding: 23px 11px; 
margin: -35px 0px 0px; position: absolute; top: 50%; overflow: hidden; opacity: 0; cursor: pointer; }
.flex-direction-nav .flex-prev { left: -0px; padding-right: 13px; }
.flex-direction-nav .flex-next { right: -0px; padding-left: 13px; }
.flexslider:hover .flex-prev, .flexslider:hover .flex-next { opacity: 0.8; }
.flex-direction-nav .flex-disabled { opacity: 0 !important; filter:alpha(opacity=0); cursor: default; }
.nav-container.style-1 .flex-direction-nav{ *height: auto; float: left; margin-left: 10px; }
.nav-container.style-1 .flex-direction-nav li{ float: left; margin-left: 7px; }
.nav-container.style-1 .flex-direction-nav a{ position: static;  opacity: 1; margin: 0px; padding: 4px 11px 4px 12px; 
border-width: 2px; border-style: solid; background: transparent; font-size: 14px;
-moz-border-radius: 16px; -webkit-border-radius: 16px; border-radius: 16px; }
.nav-container.style-1 .flex-control-nav{ display: none; } .flex-control-nav-wrapper{ text-align: center; line-height: 0; z-index: 10; }
.flex-control-nav { display: inline-block; padding: 15px 0px 0px; }
.flex-control-nav li { margin: 0 3px; float: left; }
.flex-control-paging li a { display: block; width: 8px; height: 8px; cursor: pointer;  
border-width: 1px; border-style: solid; text-indent: -9999px; 
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.flex-control-paging li a.flex-active { cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}html body{ min-width: 300px; }
#gdlr-main-navigation{ display: block; }
#gdlr-responsive-navigation{ display: none; } @media only screen and (max-width: 959px) {
body .container{ max-width: 768px; }	
body .body-wrapper.gdlr-boxed-style { max-width: 808px; }
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next { opacity: 1; }
.gdlr-header-wrapper .gdlr-logo{ float: none; margin: 20px auto; }
.gdlr-header-wrapper .gdlr-navigation{ float: none; text-align: center; margin-top: 0px; }
.gdlr-header-wrapper .gdlr-navigation > ul{ display: inline-block; float: none; }
.gdlr-header-wrapper .gdlr-main-menu > li > a{ padding-bottom: 16px; }
.gdlr-float-player .mejs-container .mejs-controls .gdlr-volumn-bar { display: none; } .gdlr-widget-event .event-content-inner-wrapper { padding-right: 0px; }
.gdlr-widget-event .event-content-wrapper .event-status-wrapper { position: static; 
text-align: left; margin-top: 15px; }
.gdlr-top-player .mejs-container .mejs-controls .gdlr-volumn-bar { display: none; }
.gdlr-top-player .mejs-container .mejs-controls .gdlr-time-elapse { width: 1px; visibility: hidden; }		
} @media only screen and (max-width: 767px) {
body .container{ max-width: 420px; }
body .body-wrapper.gdlr-boxed-style { max-width: 460px; }
body .body-wrapper{ overflow: hidden; }
.one-ninth, .one-eighth, .one-seventh,.one-fifth,
.two-fifth, .three-fifth, .four-fifth,
.one, .two, .three, .four, .five, .six, .seven,
.eight, .nine, .ten, .eleven, .twelve{ width: 100%; } .gdlr-header-wrapper .gdlr-logo{ float: none; text-align: center; margin: 30px 15px; padding-right: 65px; }
#gdlr-main-navigation{ display: none; }
#gdlr-responsive-navigation { display: block; height: 0px; position: static; float: none; }
#gdlr-responsive-navigation .dl-trigger{ position: absolute; right: 10px; top: -6px; }
.dl-menuwrapper .dl-menu, .dl-menuwrapper > .dl-submenu{ margin: 0px 15px; width: 390px; } .gdlr-stunning-text-item{ text-align: center; }
.gdlr-stunning-text-item.type-normal.gdlr-button-on{ padding-right: 0px; }
.gdlr-stunning-text-item.type-normal .stunning-text-button{ position: static; margin-top: 0px; }
.gdlr-stunning-text-item.with-padding.gdlr-button-on{ padding-right: 35px; }
html .woocommerce ul.products li.product, html .woocommerce-page ul.products li.product { width: 99% !important; } .gdlr-item-title-wrapper .gdlr-item-title { display: block !important; }
.gdlr-item-title-wrapper .gdlr-separator { display: none !important; }
.gdlr-item-title-wrapper .gdlr-item-caption { display: block !important; line-height: 1.3; } .gdlr-blog-medium .gdlr-blog-thumbnail{ width: 100%; float: none; margin-bottom: 20px; margin-right: 0px; } .gdlr-event-counter-item .gdlr-event-counter .upcoming-event-day.time-box,
.gdlr-event-counter-item .gdlr-event-counter .upcoming-event-hour.time-box { display: block; }
.gdlr-list-event .event-date-wrapper,
.gdlr-list-event .event-title,
.gdlr-list-event .event-location { float: none; width: auto; margin-bottom: 10px; text-align: center; }
.gdlr-list-event .event-status-wrapper { position: static; margin: 0px; clear: both; width: auto; } .gdlr-portfolio-style1 .gdlr-portfolio-description{ float: none; margin-right: 0px; width: auto; }
.gdlr-portfolio-style1 .gdlr-portfolio-info{ width: auto; float: none; margin-bottom: 30px; }	
.gdlr-portfolio-style2 .gdlr-portfolio-thumbnail {
max-width: 100%; float: none; margin-right: 0px; margin-left: 0px; width: auto !important;  }
.gdlr-single-event .gdlr-event-info-wrapper{ width: auto; float: none; margin: 0px 0px 40px; }
.gdlr-single-album .gdlr-album-info-wrapper{ width: auto; float: none; margin: 0px 0px 40px; } .gdlr-caption-wrapper .gdlr-caption .gdlr-caption-text { display: none; }
.gdlr-caption-wrapper .gdlr-caption .gdlr-caption-title { margin-bottom: 0px; font-size: 15px; }
.gdlr-caption-wrapper .gdlr-caption { max-width: 100%; padding: 13px 12px; } .gdlr-float-player .mejs-container { height: 140px !important; }
.gdlr-float-player .mejs-container .mejs-controls { padding-top: 70px; }
.gdlr-float-player .mejs-container .mejs-controls .gdlr-play-control { position: absolute; top: 0px; left: 0px; }
.gdlr-float-player .mejs-container .mejs-controls .gdlr-hide-float-bar { position: absolute; 
top: 0px; right: 0px; padding: 26px 12px; }
.gdlr-float-player .mejs-container .mejs-controls .gdlr-volumn-bar { display: none !important; }
.gdlr-float-player .mejs-container .mejs-controls .gdlr-top-player-download { position: absolute;
right: 45px; top: 0px; background: transparent; width: 82px; padding-right: 0px; padding-top: 24px; }
.gdlr-float-player .gdlr-top-player-download .top-player-list{ display: none !important; }
.gdlr-float-player .gdlr-player-list { display: none !important; }
.gdlr-float-player .mejs-container .mejs-controls .gdlr-time-elapse { display: none; }
.gdlr-float-player .mejs-container .mejs-controls .mejs-time-rail { padding-right: 0px; padding-left: 55px;
background: transparent; }	
.gdlr-float-player .mejs-container .mejs-controls .gdlr-top-player-thumbnail{ left: 0px; }
.gdlr-open-float-player{ display: block; }
.gdlr-float-player{ display: none; }
} @media only screen and (max-width: 419px) {
body .container{ max-width: 300px; }
body .body-wrapper.gdlr-boxed-style { max-width: 340px; }
.dl-menuwrapper .dl-menu, .dl-menuwrapper > .dl-submenu{ width: 270px; }
.gdlr-blog-full .blog-date-wrapper{ display: none; }
}html.ltie9 body, body{ min-width: 1140px; } .container{ max-width: 1140px; }
.body-wrapper.gdlr-boxed-style { max-width: 1240px; }
.gdlr-logo{ max-width: 40px; }
.gdlr-logo{ margin-top: 15px; }
.gdlr-logo{ margin-bottom: 15px; }
.gdlr-navigation{ margin-top: 5px; }
.gdlr-main-menu > li > a{ padding-bottom: 10px; }
.gdlr-page-title-wrapper { background-image: url(../../../uploads/2015/02/general_Header.jpg); }
body.single .gdlr-page-title-wrapper { background-image: url(../../../uploads/2015/02/general_Header.jpg); }
h1, h2, h3, h4, h5, h6{ font-family: "Lato"; }
body{ font-family: "Lato"; }
.gdlr-navigation{ font-family: "Lato"; }
.gdlr-slider-item{ font-family: "Lato"; }
body{ font-size: 14px; }
h1{ font-size: 47px; }
h2{ font-size: 41px; }
h3{ font-size: 32px; }
h4{ font-size: 26px; }
h5{ font-size: 21px; }
h6{ font-size: 16px; }
.gdlr-header-overlay{ background-color: #111111; }
.gdlr-main-menu > li > a{ color: #ffffff; }
.gdlr-main-menu > li:hover > a, .gdlr-main-menu > li.current-menu-item > a, .gdlr-main-menu > li.current-menu-ancestor > a{ color: #cccccc; }
.gdlr-main-menu > .gdlr-normal-menu .sub-menu, .gdlr-main-menu > .gdlr-mega-menu .sf-mega{ border-top-color: #74c6de; }
.gdlr-main-menu > .gdlr-normal-menu li , .gdlr-main-menu > .gdlr-mega-menu .sf-mega{ background-color: #262626; }
.gdlr-main-menu > li > .sub-menu a, .gdlr-main-menu > li > .sf-mega a{ color: #bebebe; }
.gdlr-main-menu > li > .sub-menu a:hover, .gdlr-main-menu > li > .sub-menu .current-menu-item > a, .gdlr-main-menu > li > .sub-menu .current-menu-ancestor > a, .gdlr-main-menu > li > .sf-mega a:hover, .gdlr-main-menu > li > .sf-mega .current-menu-item > a, .gdlr-main-menu > li > .sf-mega .current-menu-ancestor > a{ color: #ffffff; } .gdlr-main-menu .gdlr-normal-menu li > a.sf-with-ul:after { border-left-color: #ffffff; } 
.gdlr-main-menu .sf-mega-section-inner > ul > li > a:hover, .gdlr-main-menu .sf-mega-section-inner > ul > li.current-menu-item > a { background-color: #393939; } 
.gdlr-main-menu > li > .sub-menu *, .gdlr-main-menu > li > .sf-mega *{ border-color: #111111; }
.gdlr-main-menu > li > .sf-mega .sf-mega-section-inner > a { color: #ffffff; }
.gdlr-main-menu > li > .sf-mega .sf-mega-section-inner > a:hover, .gdlr-main-menu > li > .sf-mega .sf-mega-section-inner.current-menu-item > a, .gdlr-main-menu > li > .sf-mega .sf-mega-section-inner.current-menu-ancestor > a { color: #ffffff; }
#gdlr-responsive-navigation.dl-menuwrapper button { background-color: #262626; }
#gdlr-responsive-navigation.dl-menuwrapper button:hover, #gdlr-responsive-navigation.dl-menuwrapper button.dl-active, #gdlr-responsive-navigation.dl-menuwrapper ul{ background-color: #262626; }
.gdlr-nav-search-form-button { background-color: #f8f8f8; }
.gdlr-nav-search-form-button { color: #bfbfbf; }
.gdlr-nav-search-form-button { border-color: #ececec; }
.gdlr-nav-search-form{ background-color: #f5f5f5; }
.gdlr-nav-search-form i, .gdlr-nav-search-form input[type="text"]{ color: #a2a2a2; }
body{ background-color: #212121; }
.body-overlay{ background-color: #212121; }
.gdlr-page-title{ color: #ffffff; }
.gdlr-page-caption{ color: #ffffff; }
.gdlr-page-title-wrapper .gdlr-page-header-icon { border-color: #ffffff; color: #ffffff; }
h1, h2, h3, h4, h5, h6, .gdlr-title, .gdlr-title a{ color: #ffffff; }
.gdlr-item-title-wrapper .gdlr-item-title, .gdlr-item-title-wrapper .gdlr-separator{ color: #ffffff; border-color: #ffffff; }
.gdlr-item-title-wrapper .gdlr-item-caption{ color: #74c6de; }
body{ color: #c5c5c5; }
a{ color: #ffffff; }
a:hover{ color: #74c6de; }
body *{ border-color: #636363; }
.page-not-found-block{ background-color: #d65938; }
.page-not-found-block{ color: #ffffff; }
.page-not-found-search  .gdl-search-form input[type="text"]{ background-color: #963a20; }
.page-not-found-search  .gdl-search-form input[type="text"]{ color: #d57f5c; }
.gdlr-sidebar .gdlr-widget-title{ color: #ffffff; }
.gdlr-sidebar *{ border-color: #000000; }
.gdlr-sidebar ul li:before { border-color: #ffffff; }
.gdl-search-form input{ background-color: #ffffff; }
.gdl-search-form input{ color: #000000; }
.gdl-search-form input{ border-color: #3d3d3d; }
.tagcloud a{ background-color: #74c6de; }
.tagcloud a, .tagcloud a:hover{ color: #ffffff; }
ul.gdlr-twitter-widget li:before{ color: #74C6DE; }
.gdlr-accordion-item.style-1 .accordion-title{ background-color: #333333; }
.gdlr-accordion-item.style-1 .accordion-title{ color: #ffffff; }
.gdlr-accordion-item.style-1 .accordion-title i{ background-color: #74c6de; }
.gdlr-accordion-item.style-1 .accordion-title i{ color: #3a3a3a; }
.gdlr-box-with-icon-item{ background-color: #303030; }
.gdlr-box-with-icon-item > i, .gdlr-box-with-icon-item .box-with-icon-title{ color: #ffffff; }
.gdlr-box-with-icon-item{ color: #cccccc; }
.gdlr-button, .gdlr-button:hover, input[type="button"], input[type="submit"]{ background-color: #74c6de; }
.gdlr-button, .gdlr-button:hover, input[type="button"], input[type="submit"], .gdlr-top-menu > .gdlr-mega-menu .sf-mega a.gdlr-button{ color: #ffffff; }
.gdlr-button, input[type="button"], input[type="submit"]{ border-color: #519ead; }
.column-service-icon, .column-service-title{ color: #292929; }
.list-with-icon .list-with-icon-title{ color: #74c6de; }
.gdlr-pie-chart-item .pie-chart-title{ color: #313131; }
.gdlr-price-inner-item{ background-color: #303030; }
.gdlr-price-item .price-title-wrapper{ background-color: #1e1e1e; }
.gdlr-price-item .price-title{ color: #ffffff; }
.gdlr-price-item .price-tag{ background-color: #4c4c4c; }
.gdlr-price-item .best-price .price-tag{ background-color: #74c6de; }
.gdlr-price-item .price-tag{ color: #ffffff; }
.gdlr-process-tab .gdlr-process-icon{ background-color: #303030; }
.gdlr-process-tab .gdlr-process-icon{ border-color: #3d3d3d; }
.gdlr-process-tab .gdlr-process-icon i{ color: #ffffff; }
.gdlr-process-tab .process-line .process-line-divider{ border-color: #6b6b6b; } .gdlr-process-tab .process-line .icon-chevron-down, .gdlr-process-tab .process-line .icon-chevron-right{ color: #6b6b6b; }
.gdlr-process-wrapper .gdlr-process-tab .gdlr-process-title{ color: #ffffff; }
.stunning-text-title{ color: #414141; }
.stunning-text-caption{ color: #949494; }
.gdlr-stunning-text-item.with-padding{ background-color: #f3f3f3; }
.gdlr-stunning-text-item.with-border{ border-color: #f3f3f3; }
.tab-title-wrapper .tab-title{ background-color: #383838; }
.tab-title-wrapper .tab-title{ color: #ffffff; }
.tab-title-wrapper .tab-title.active, .tab-content-wrapper{ background-color: #444444; }
table tr th{ background-color: #74c6de; }
table tr th{ color: #ffffff; }
table.style-2 tr:nth-child(odd){ background-color: #303030; }
table.style-2 tr:nth-child(odd){ color: #949494; }
table.style-2 tr:nth-child(even){ background-color: #282828; }
table.style-2 tr:nth-child(even){ color: #949494; }
.gdlr-blog-title, .gdlr-blog-title a{ color: #74c6de; }
.gdlr-blog-title a:hover{ color: #74c6de; }
.blog-date-wrapper{ color: #ffffff; }
.blog-date-wrapper, .blog-date-wrapper *{ border-bottom-color: #74c6de; }
.blog-info, .blog-info a, .comment-time, .comment-time a{ color: #a0a0a0; }
.gdlr-blog-grid .gdlr-standard-style{ background-color: #191919; }
.blog-info i, .comment-time i, .comment-reply i{ color: #6f6f6f; }
.gdlr-blog-thumbnail .gdlr-sticky-banner{ background-color: #74c6de; }
.gdlr-blog-thumbnail .gdlr-sticky-banner{ color: #ffffff; }
.gdlr-standard-style .gdlr-single-blog-tag a{ background-color: #74c6de; }
.gdlr-standard-style .gdlr-single-blog-tag a{ color: #ffffff; }
.format-aside .gdlr-blog-content{ background-color: #74c6de; }
.format-aside .gdlr-blog-content{ color: #ffffff; }
.format-quote .gdlr-top-quote blockquote{ color: #8d8d8d; }
.format-quote .gdlr-quote-author{ color: #74c6de; }
.gdlr-single-nav > div i{ background-color: #353535; }
.gdlr-single-nav > div i{ color: #ffffff; }
.portfolio-item-filter a{ background-color: #424242; }
.portfolio-item-filter a{ color: #a0a0a0; }
.portfolio-item-filter a:hover, .portfolio-item-filter a.active{ background-color: #74c6de; }
.portfolio-item-filter a:hover, .portfolio-item-filter a.active{ color: #ffffff; }
.gdlr-image-link-shortcode .gdlr-image-link-overlay, .portfolio-thumbnail .portfolio-overlay{ background-color: #42b9dd; }
.portfolio-title a{ color: #ffffff; }
.portfolio-title a:hover{ color: #ffffff; }
.portfolio-info, .portfolio-info a{ color: #979797; }
.gdlr-modern-portfolio .portfolio-content-wrapper{ background-color: #0a0a0a; }
.portfolio-item-holder .gdlr-modern-portfolio .portfolio-title a{ color: #ffffff; }
.gdlr-pagination .page-numbers{ background-color: #3d3d3d; }
.gdlr-pagination .page-numbers{ color: #ffffff; }
.gdlr-pagination .page-numbers:hover, .gdlr-pagination .page-numbers.current{ background-color: #74c6de; }
.gdlr-pagination .page-numbers:hover, .gdlr-pagination .page-numbers.current{ color: #ffffff; }
.gdlr-album-song-list li{ background-color: #080808; }
.gdlr-album-item .gdlr-album-content{ background-color: #2f2f2f; }
.gdlr-album-item .gdlr-album-content:hover{ background-color: #53bbd9; }
.gdlr-album-item .gdlr-album-content, .gdlr-album-item .gdlr-album-content a{ color: #ffffff; }
.gdlr-top-player{ background: #000000; }
.gdlr-top-player .gdlr-top-player-title{ color: #ffffff; }
.gdlr-top-player .mejs-container .mejs-controls{ background: #1c1c1c; }
.gdlr-player-item .gdlr-player-list li{ background: #262626; }
.gdlr-player-item .gdlr-player-list li, .gdlr-top-player .mejs-container .mejs-controls{ border-top-color: #373737; } .gdlr-top-player .mejs-controls .mejs-time-rail{ border-left-color: #373737; }
.gdlr-player-item .gdlr-player-list li, .gdlr-top-player .mejs-container .mejs-controls{ border-bottom-color: #030303; } .gdlr-top-player .mejs-button.mejs-playpause-button{ border-right-color: #030303; }
.gdlr-top-player .mejs-controls .mejs-time-rail .mejs-time-total, .gdlr-float-player .mejs-controls .mejs-time-rail .mejs-time-total, .gdlr-float-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{ background: #0b0b0b; }
.gdlr-top-player .mejs-controls .mejs-time-rail .mejs-time-loaded, .gdlr-top-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .gdlr-float-player .mejs-controls .mejs-time-rail .mejs-time-loaded{ background: #464849; }
.gdlr-top-player .mejs-controls .mejs-time-rail .mejs-time-current, .gdlr-top-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .gdlr-float-player .mejs-controls .mejs-time-rail .mejs-time-current, .gdlr-float-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{ background: #7facb7; }
.event-status-wrapper, .gdlr-single-event .gdlr-event-info .gdlr-head{ color: #ffffff; }
.gdlr-single-event .gdlr-event-title, .event-status-wrapper .sold-out{ color: #74c6de; }
.gdlr-single-event .gdlr-event-location{ color: #ffffff; }
.gdlr-widget-event .event-title a{ color: #74c6de; }
.gdlr-widget-event .event-date-wrapper{ color: #ffffff; }
.gdlr-list-event .event-date-wrapper{ color: #74c6de; }
.gdlr-list-event .event-location a, .gdlr-list-event .event-title a{ color: #ffffff; }
.gdlr-personnel-item .personnel-item-inner{ background-color: #303030; }
.gdlr-personnel-item .personnel-author{ color: #ffffff; }
.gdlr-personnel-item .personnel-author-image{ border-color: #74c6de; }
.gdlr-personnel-item .personnel-position{ color: #969696; }
.gdlr-personnel-item .personnel-content{ color: #cccccc; }
.gdlr-personnel-item .personnel-social i{ color: #ffffff; }
.gdlr-testimonial-item .testimonial-item-inner, .gdlr-testimonial-item .testimonial-author-image{ background-color: #303030; }
.gdlr-testimonial-item .testimonial-content{ color: #9b9b9b; }
.gdlr-testimonial-item .testimonial-author{ color: #74c6de; }
.gdlr-testimonial-item .testimonial-position{ color: #ffffff; }
.gdlr-testimonial-item .testimonial-author-image{ border-color: #74c6de; }
.gdlr-testimonial-item.box-style .testimonial-item-inner:after{ border-top-color: #565656; border-left-color: #565656; }
.gdlr-gallery-thumbnail .gallery-item{ background-color: #3a3a3a; }
.gdlr-gallery-thumbnail-container .gallery-caption{ background-color: #000000; }
.gdlr-gallery-thumbnail-container .gallery-caption{ color: #ffffff; }
.nivo-controlNav a, .flex-control-paging li a, .ls-flawless .ls-bottom-slidebuttons a{ background-color: #ffffff; }
.nivo-controlNav a:hover, .nivo-controlNav a.active, .flex-control-paging li a:hover, .flex-control-paging li a.flex-active,.ls-flawless .ls-bottom-slidebuttons a.ls-nav-active, .ls-flawless .ls-bottom-slidebuttons a:hover { background-color: #5e5e5e; }
.nivo-controlNav a, .flex-control-paging li a, .ls-flawless .ls-bottom-slidebuttons a{ border-color: #5e5e5e !important; }
.nivo-directionNav a, .flex-direction-nav a, .ls-flawless .ls-nav-prev, .ls-flawless .ls-nav-next{ background-color: #000000; }
body .nivo-directionNav a, body .flex-direction-nav a, body .flex-direction-nav a:hover, .ls-flawless .ls-nav-prev, .ls-flawless .ls-nav-next{ color: #ffffff; }
.gdlr-caption{ background-color: #000000; }
.gdlr-caption-title{ color: #ffffff; }
.gdlr-caption-text{ color: #ffffff; }
.gdlr-caption-wrapper.post-slider{ background-color: #000000; }
.gdlr-caption-wrapper.post-slider .gdlr-caption-title{ color: #ffffff; }
.gdlr-caption-wrapper.post-slider .gdlr-caption-text{ color: #dddddd; }
.nav-container.style-1 .flex-direction-nav a{ border-color: #74c6de; }
.nav-container.style-1 .flex-direction-nav i{ color: #ffffff; }
input[type="text"], input[type="email"], input[type="password"], textarea{ background-color: #3d3d3d; }
input[type="text"], input[type="email"], input[type="password"], textarea{ color: #cccccc; }
.footer-wrapper{ border-top-color: #74c6de; }
.footer-wrapper{ background-color: #111111; }
.footer-wrapper .gdlr-widget-title, .footer-wrapper .gdlr-widget-title a{ color: #ffffff; }
.footer-wrapper{ color: #cccccc; }
.footer-wrapper a{ color: #ffffff; }
.footer-wrapper a:hover{ color: #4fa0b5; }
.footer-wrapper *{ border-color: #363636; }
.footer-wrapper input[type="text"], .footer-wrapper input[type="email"], .footer-wrapper input[type="password"], .footer-wrapper textarea{ background-color: #333333; }
.footer-wrapper input[type="text"], .footer-wrapper input[type="email"], .footer-wrapper input[type="password"], .footer-wrapper textarea{ color: #a5a5a5; }
.footer-wrapper .tagcloud a{ background-color: #74c6de; }
.footer-wrapper .tagcloud a, .footer-wrapper .tagcloud a:hover{ color: #ffffff; }
.copyright-wrapper{ background-color: #282828; }
.copyright-wrapper{ color: #6d6d6d; }
.footer-wrapper .copyright-wrapper{ border-color: #3f3f3f; }
html  .woocommerce span.onsale, html  .woocommerce-page span.onsale, html .woocommerce-message,html .woocommerce div.product .woocommerce-tabs ul.tabs li.active, html .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,html .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, html .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {  background: #d39e41; }html .woocommerce .star-rating, html .woocommerce-page .star-rating, html .woocommerce .star-rating:before, html .woocommerce-page .star-rating:before, html .woocommerce div.product span.price, html .woocommerce div.product p.price, html .woocommerce #content div.product span.price, html .woocommerce #content div.product p.price, html .woocommerce-page div.product span.price, html .woocommerce-page div.product p.price, html .woocommerce-page #content div.product span.price, html .woocommerce-page #content div.product p.price {color: #d39e41; }
html .woocommerce-message  a.button, html .woocommerce-error  a.button, html .woocommerce-info  a.button, html .woocommerce-info a.showcoupon, html .woocommerce-message, html .woocommerce-error, html .woocommerce-info, html  .woocommerce span.onsale, html  .woocommerce-page span.onsale, html .woocommerce div.product .woocommerce-tabs ul.tabs li.active,html .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, html .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, html .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active, html .woocommerce nav.woocommerce-pagination ul li span.current, html .woocommerce-page nav.woocommerce-pagination ul li span.current, html .woocommercenav.woocommerce-pagination ul li a:hover, html .woocommerce-page nav.woocommerce-pagination ul li a:hover{ color: #000000; }
html .woocommerce-info{ background: #389ec5; }
html .woocommerce-error{ background: #C23030; }
html .woocommerce a.button.alt:hover, html .woocommerce button.button.alt:hover, html .woocommerce input.button.alt:hover, html .woocommerce #respond input#submit.alt:hover, html .woocommerce #content input.button.alt:hover, html .woocommerce-page a.button.alt:hover, html .woocommerce-page button.button.alt:hover, html .woocommerce-page input.button.alt:hover, html .woocommerce-page #respond input#submit.alt:hover, html .woocommerce-page #content input.button.alt:hover, html .woocommerce a.button.alt, html .woocommerce button.button.alt, html .woocommerce input.button.alt, html .woocommerce #respond input#submit.alt, html .woocommerce #content input.button.alt, html .woocommerce-page a.button.alt, html .woocommerce-page button.button.alt, html .woocommerce-page input.button.alt, html .woocommerce-page #respond input#submit.alt, html .woocommerce-page #content input.button.alt, html .woocommerce a.button, html .woocommerce button.button, html .woocommerce input.button, html .woocommerce #respond input#submit, html .woocommerce #content input.button, html .woocommerce-page a.button, html .woocommerce-page button.button, html .woocommerce-page input.button, html .woocommerce-page #respond input#submit, html .woocommerce-page #content input.button, html .woocommerce a.button:hover, html .woocommerce button.button:hover, html .woocommerce input.button:hover, html .woocommerce #respond input#submit:hover, html .woocommerce #content input.button:hover, html .woocommerce-page a.button:hover, html .woocommerce-page button.button:hover, html .woocommerce-page input.button:hover, html .woocommerce-page #respond input#submit:hover, html .woocommerce-page #content input.button:hover, html .woocommerce ul.products li.product a.loading, html .woocommerce div.product form.cart .button, html .woocommerce #content div.product form.cart .button, html .woocommerce-page div.product form.cart .button, html .woocommerce-page #content div.product form.cart .button{ background: #d39e41; }
html .woocommerce a.button.alt:hover, html .woocommerce button.button.alt:hover, html .woocommerce input.button.alt:hover, html .woocommerce #respond input#submit.alt:hover, html .woocommerce #content input.button.alt:hover, html .woocommerce-page a.button.alt:hover, html .woocommerce-page button.button.alt:hover, html .woocommerce-page input.button.alt:hover, html .woocommerce-page #respond input#submit.alt:hover, html .woocommerce-page #content input.button.alt:hover, html .woocommerce a.button.alt, html .woocommerce button.button.alt, html .woocommerce input.button.alt, html .woocommerce #respond input#submit.alt, html .woocommerce #content input.button.alt, html .woocommerce-page a.button.alt, html .woocommerce-page button.button.alt, html .woocommerce-page input.button.alt, html .woocommerce-page #respond input#submit.alt, html .woocommerce-page #content input.button.alt, html .woocommerce a.button, html .woocommerce button.button, html .woocommerce input.button, html .woocommerce #respond input#submit, html .woocommerce #content input.button, html .woocommerce-page a.button, html .woocommerce-page button.button, html .woocommerce-page input.button, html .woocommerce-page #respond input#submit, html .woocommerce-page #content input.button, html .woocommerce a.button:hover, html .woocommerce button.button:hover, html .woocommerce input.button:hover, html .woocommerce #respond input#submit:hover, html .woocommerce #content input.button:hover, html .woocommerce-page a.button:hover, html .woocommerce-page button.button:hover, html .woocommerce-page input.button:hover, html .woocommerce-page #respond input#submit:hover, html .woocommerce-page #content input.button:hover, html .woocommerce ul.products li.product a.loading, html .woocommerce div.product form.cart .button, html .woocommerce #content div.product form.cart .button, html .woocommerce-page div.product form.cart .button, html .woocommerce-page #content div.product form.cart .button{ color: #0a0a0a; }
html .woocommerce a.button.alt:hover, html .woocommerce button.button.alt:hover, html .woocommerce input.button.alt:hover, html .woocommerce #respond input#submit.alt:hover, html .woocommerce #content input.button.alt:hover, html .woocommerce-page a.button.alt:hover, html .woocommerce-page button.button.alt:hover, html .woocommerce-page input.button.alt:hover, html .woocommerce-page #respond input#submit.alt:hover, html .woocommerce-page #content input.button.alt:hover, html .woocommerce a.button.alt, html .woocommerce button.button.alt, html .woocommerce input.button.alt, html .woocommerce #respond input#submit.alt, html .woocommerce #content input.button.alt, html .woocommerce-page a.button.alt, html .woocommerce-page button.button.alt, html .woocommerce-page input.button.alt, html .woocommerce-page #respond input#submit.alt, html .woocommerce-page #content input.button.alt, html .woocommerce a.button, html .woocommerce button.button, html .woocommerce input.button, html .woocommerce #respond input#submit, html .woocommerce #content input.button, html .woocommerce-page a.button, html .woocommerce-page button.button, html .woocommerce-page input.button, html .woocommerce-page #respond input#submit, html .woocommerce-page #content input.button, html .woocommerce a.button:hover, html .woocommerce button.button:hover, html .woocommerce input.button:hover, html .woocommerce #respond input#submit:hover, html .woocommerce #content input.button:hover, html .woocommerce-page a.button:hover, html .woocommerce-page button.button:hover, html .woocommerce-page input.button:hover, html .woocommerce-page #respond input#submit:hover, html .woocommerce-page #content input.button:hover, html .woocommerce ul.products li.product a.loading, html .woocommerce div.product form.cart .button, html .woocommerce #content div.product form.cart .button, html .woocommerce-page div.product form.cart .button, html .woocommerce-page #content div.product form.cart .button{ border-bottom: 3px solid #000000; }
html .woocommerce #reviews #comments ol.commentlist li img.avatar, html .woocommerce-page #reviews #comments ol.commentlist li img.avatar { background: #636363; }html .woocommerce #reviews #comments ol.commentlist li img.avatar, html .woocommerce-page #reviews #comments ol.commentlist li img.avatar,html .woocommerce #reviews #comments ol.commentlist li .comment-text, html .woocommerce-page #reviews #comments ol.commentlist li .comment-text,html .woocommerce ul.products li.product a img, html .woocommerce-page ul.products li.product a img, html .woocommerce ul.products li.product a img:hover ,html .woocommerce-page ul.products li.product a img:hover, html .woocommerce-page div.product div.images img, html .woocommerce-page #content div.product div.images img,html .woocommerce form.login, html .woocommerce form.checkout_coupon, html .woocommerce form.register, html .woocommerce-page form.login,html .woocommerce-page form.checkout_coupon, html .woocommerce-page form.register, html .woocommerce table.cart td.actions .coupon .input-text,html .woocommerce #content table.cart td.actions .coupon .input-text, html .woocommerce-page table.cart td.actions .coupon .input-text,html .woocommerce-page #content table.cart td.actions .coupon .input-text { border: 1px solid #636363; }html .woocommerce div.product .woocommerce-tabs ul.tabs:before, html .woocommerce #content div.product .woocommerce-tabs ul.tabs:before,html .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, html .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,html .woocommerce table.shop_table tfoot td, html .woocommerce table.shop_table tfoot th, html .woocommerce-page table.shop_table tfoot td,html .woocommerce-page table.shop_table tfoot th, html .woocommerce table.shop_table tfoot td, html .woocommerce table.shop_table tfoot th,html .woocommerce-page table.shop_table tfoot td, html .woocommerce-page table.shop_table tfoot th { border-bottom: 1px solid #636363; }html .woocommerce .cart-collaterals .cart_totals table tr:first-child th, html .woocommerce .cart-collaterals .cart_totals table tr:first-child td,html .woocommerce-page .cart-collaterals .cart_totals table tr:first-child th, html .woocommerce-page .cart-collaterals .cart_totals table tr:first-child td { border-top: 3px #636363 solid; }html .woocommerce .cart-collaterals .cart_totals tr td, html .woocommerce .cart-collaterals .cart_totals tr th,html .woocommerce-page .cart-collaterals .cart_totals tr td, html .woocommerce-page .cart-collaterals .cart_totals tr th { border-bottom: 2px solid #636363; }
html .woocommerce div.product .woocommerce-tabs ul.tabs li, html .woocommerce #content div.product .woocommerce-tabs ul.tabs li, html .woocommerce-page div.product .woocommerce-tabs ul.tabs li, html .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li ,html .woocommerce table.cart a.remove, html .woocommerce #content table.cart a.remove, html .woocommerce-page table.cart a.remove, html .woocommerce-page #content table.cart a.remove, html .woocommerce #payment, html .woocommerce-page #payment, html .woocommerce .customer_details,html .woocommerce ul.order_details, html .woocommerce nav.woocommerce-pagination ul li a, html .woocommerce-page nav.woocommerce-pagination ul li a,html .woocommerce form .form-row input.input-text, html .woocommerce form .form-row textarea, html .woocommerce-page form .form-row input.input-text, html .woocommerce-page form .form-row textarea, html .woocommerce .quantity input.qty, html .woocommerce #content .quantity input.qty, html .woocommerce-page .quantity input.qty, html .woocommerce-page #content .quantity input.qty,html .woocommerce .widget_shopping_cart .total, html .woocommerce-page .widget_shopping_cart .total { background: #444444; }html .woocommerce .quantity input.qty, html .woocommerce #content .quantity input.qty, html .woocommerce-page .quantity input.qty, html .woocommerce-page #content .quantity input.qty { border: 1px solid #444444; }
html .woocommerce .widget_shopping_cart .total, html .woocommerce-page .widget_shopping_cart .total { border-top: 2px solid #636363; }html .woocommerce table.cart a.remove:hover, html .woocommerce #content table.cart a.remove:hover, html .woocommerce-page table.cart a.remove:hover,html .woocommerce-page #content table.cart a.remove:hover, html #payment div.payment_box, html .woocommerce-page #payment div.payment_box { background: #636363; }
html .woocommerce table.shop_table tfoot td, html .woocommerce table.shop_table tfoot th, html .woocommerce-page table.shop_table tfoot td,html .woocommerce-page table.shop_table tfoot th, .cart-subtotal th, .shipping th , .total th, html .woocommerce table.shop_attributes .alt th,html .woocommerce-page table.shop_attributes .alt th, html .woocommerce ul.products li.product .price, html.woocommerce-page ul.products li.product .price { color: #ffffff; }
html .woocommerce ul.products li.product .price del, html .woocommerce-page ul.products li.product .price del,html .woocommerce table.cart a.remove, html .woocommerce #content table.cart a.remove, html .woocommerce-page table.cart a.remove,html .woocommerce-page #content table.cart a.remove { color: #c4c4c4; }
html .woocommerce .quantity .plus, html .woocommerce .quantity .minus, html .woocommerce #content .quantity .plus, html .woocommerce #content .quantity .minus, 
html .woocommerce-page .quantity .plus, html .woocommerce-page .quantity .minus, html .woocommerce-page #content .quantity .plus, 
html .woocommerce-page #content .quantity .minus { border: 1px solid #7f7f7f; }
html .woocommerce .quantity .plus, html .woocommerce .quantity .minus, html .woocommerce #content .quantity .plus, html .woocommerce #content .quantity .minus, 
html .woocommerce-page .quantity .plus, html .woocommerce-page .quantity .minus, html .woocommerce-page #content .quantity .plus, 
html .woocommerce-page #content .quantity .minus { color: #ffffff; }
html .woocommerce .quantity .plus, html .woocommerce #content .quantity .plus,  html .woocommerce-page .quantity .plus,html .woocommerce-page #content .quantity .plus, html .woocommerce .quantity .plus:hover, html .woocommerce #content .quantity .plus:hover,html .woocommerce-page .quantity .plus:hover,  html .woocommerce-page #content .quantity .plus:hover{ background: #4f4f4f; }
html .woocommerce .quantity .minus, html .woocommerce #content .quantity .minus,  html .woocommerce-page .quantity .minus,html .woocommerce-page #content .quantity .minus, html .woocommerce .quantity .minus:hover, html .woocommerce #content .quantity .minus:hover,html .woocommerce-page .quantity .minus:hover,  html .woocommerce-page #content .quantity .minus:hover{ background: #727272; }
.gdlr-skin-dark-skin, .gdlr-skin-dark-skin .gdlr-skin-content{ color: #f4f4f4; }
.gdlr-skin-dark-skin i{ color: #494949; }
.gdlr-skin-dark-skin h1, .gdlr-skin-dark-skin h2, .gdlr-skin-dark-skin h3, .gdlr-skin-dark-skin h4, .gdlr-skin-dark-skin h5, .gdlr-skin-dark-skin h6, .gdlr-skin-dark-skin .gdlr-skin-title, .gdlr-skin-dark-skin .gdlr-skin-title a{ color: #ffffff; }
.gdlr-skin-dark-skin .gdlr-skin-title a:hover{ color: #e2e2e2; }
.gdlr-skin-dark-skin .gdlr-skin-info, .gdlr-skin-dark-skin .gdlr-skin-info a, .gdlr-skin-dark-skin .gdlr-skin-info a:hover{ color: #bababa; }
.gdlr-skin-dark-skin a, .gdlr-skin-dark-skin .gdlr-skin-link, .gdlr-skin-dark-skin .gdlr-skin-link-color{ color: #ffffff; }
.gdlr-skin-dark-skin a:hover, .gdlr-skin-dark-skin .gdlr-skin-link:hover{ color: #dbdbdb; }
.gdlr-skin-dark-skin .gdlr-skin-box{ background-color: #ffffff; }
.gdlr-skin-dark-skin *, .gdlr-skin-dark-skin .gdlr-skin-border{ border-color: #ffffff; }
.gdlr-skin-white-text, .gdlr-skin-white-text .gdlr-skin-content{ color: #ffffff; }
.gdlr-skin-white-text i{ color: #ffffff; }
.gdlr-skin-white-text h1, .gdlr-skin-white-text h2, .gdlr-skin-white-text h3, .gdlr-skin-white-text h4, .gdlr-skin-white-text h5, .gdlr-skin-white-text h6, .gdlr-skin-white-text .gdlr-skin-title, .gdlr-skin-white-text .gdlr-skin-title a{ color: #ffffff; }
.gdlr-skin-white-text .gdlr-skin-title a:hover{ color: #ffffff; }
.gdlr-skin-white-text .gdlr-skin-info, .gdlr-skin-white-text .gdlr-skin-info a, .gdlr-skin-white-text .gdlr-skin-info a:hover{ color: #ffffff; }
.gdlr-skin-white-text a, .gdlr-skin-white-text .gdlr-skin-link, .gdlr-skin-white-text .gdlr-skin-link-color{ color: #ffffff; }
.gdlr-skin-white-text a:hover, .gdlr-skin-white-text .gdlr-skin-link:hover{ color: #ffffff; }
.gdlr-skin-white-text .gdlr-skin-box{ background-color: #ffffff; }
.gdlr-skin-white-text *, .gdlr-skin-white-text .gdlr-skin-border{ border-color: #ffffff; }
.gdlr-album-item .gdlr-album-title {
font-size: 9px;
}
.gdlr-page-title-wrapper .gdlr-page-title-container {
position: relative;
height: 52px;
}
.gdlr-boxed-style .body-overlay {
opacity: 0.7;
}html .woocommerce h2 {
font-size: 22px;
}
html .woocommerce h3 {
font-size: 18px;
}
html  .woocommerce-message, html  .woocommerce-error, html  .woocommerce-info {
-webkit-box-shadow: none;
box-shadow:  none; 
}
.woocommerce .gdlr-item-start-content{
padding-top: 20px;
}
html .woocommerce a.button.alt:hover, html .woocommerce button.button.alt:hover, html .woocommerce input.button.alt:hover, html .woocommerce #respond input#submit.alt:hover, html .woocommerce #content input.button.alt:hover, html .woocommerce-page a.button.alt:hover, html .woocommerce-page button.button.alt:hover, html .woocommerce-page input.button.alt:hover, html .woocommerce-page #respond input#submit.alt:hover, html .woocommerce-page #content input.button.alt:hover, html .woocommerce a.button.alt, html .woocommerce button.button.alt, html .woocommerce input.button.alt, html .woocommerce #respond input#submit.alt, html .woocommerce #content input.button.alt, html .woocommerce-page a.button.alt, html .woocommerce-page button.button.alt, html .woocommerce-page input.button.alt, html .woocommerce-page #respond input#submit.alt, html .woocommerce-page #content input.button.alt ,
html .woocommerce a.button, html .woocommerce button.button, html .woocommerce input.button, html .woocommerce #respond input#submit, html .woocommerce #content input.button, html .woocommerce-page a.button, html .woocommerce-page button.button, html .woocommerce-page input.button, html .woocommerce-page #respond input#submit, html .woocommerce-page #content input.button {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding: 13px 17px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
text-transform: uppercase;
border-top: 0;
border-right: 0;
border-left: 0;
text-shadow: none;
font-weight: bold;
}
html .woocommerce ul.products li.product h3, html .woocommerce-page ul.products li.product h3 {
font-size: 18px;
font-weight: lighter;
padding-top: 5px;
}
html .woocommerce ul.products li.product, html .woocommerce-page ul.products li.product {
text-align: center;
}
html .woocommerce ul.products li.product .price, html .woocommerce-page ul.products li.product .price {
font-size: 24px;
font-weight: bold;
}
.product ins {
text-decoration: none;
}
html  .woocommerce span.onsale, html  .woocommerce-page span.onsale {
text-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 10px;
padding: 5px; 
line-height: 40px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
min-height: 32px;
min-width: 40px;
}
html .woocommerce ul.products li.product .onsale, html .woocommerce-page ul.products li.product .onsale {
margin: -18px -18px 0 0;
}
html .woocommerce ul.products li.product a img, html .woocommerce-page ul.products li.product a img, html .woocommerce ul.products li.product a img:hover , html .woocommerce-page ul.products li.product a img:hover {
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
}
html .woocommerce ul.products li.product a:hover, html .woocommerce-page ul.products li.product a:hover {
transition: none;
-moz-transition: none;
-o-transition: none;
-webkit-transition: none;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
}
html .woocommerce div.product span.price, html .woocommerce div.product p.price, html .woocommerce #content div.product span.price, html .woocommerce #content div.product p.price, html .woocommerce-page div.product span.price, html .woocommerce-page div.product p.price, html .woocommerce-page #content div.product span.price, html .woocommerce-page #content div.product p.price {
font-size: 22px;
font-weight: bold;
}
html .woocommerce div.product div.images img, html .woocommerce #content div.product div.images img, html .woocommerce-page div.product div.images img, html .woocommerce-page #content div.product div.images img {
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
}
html .woocommerce-result-count, html .woocommerce-page .woocommerce-result-count, html .woocommerce .woocommerce-ordering, html .woocommerce-page .woocommerce-ordering {
margin-bottom: 45px;
}
html .woocommerce ul.products li.product a img, html .woocommerce-page ul.products li.product a img {
margin: 0 0 20px;
}
.woocommerce .tagged_as, .woocommerce .posted_in{ display: block; }
html .woocommerce .quantity input.qty, html .woocommerce #content .quantity input.qty, html .woocommerce-page .quantity input.qty, html .woocommerce-page #content .quantity input.qty {
color: #fff;
width: 50px;
height: 49px;
box-shadow: none;
-webkit-box-shadow:  none;
-moz-box-shadow:  none;
-webkit-border-top-left-radius:  0px;
-webkit-border-bottom-left-radius:  0px;
-moz-border-radius-topleft:  0px;
-moz-border-radius-bottomleft:  0px;
border-top-left-radius:  0px;
border-bottom-left-radius: 0px;
}
html .woocommerce .quantity, html .woocommerce #content .quantity, html .woocommerce-page .quantity, html .woocommerce-page #content .quantity {
width: 73px;
}
html .woocommerce .quantity .plus, html .woocommerce .quantity .minus, html .woocommerce #content .quantity .plus, html .woocommerce #content .quantity .minus, html .woocommerce-page .quantity .plus, html .woocommerce-page .quantity .minus, html .woocommerce-page #content .quantity .plus, html .woocommerce-page #content .quantity .minus {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
text-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
height: 26px;
width: 24px;
line-height: 12px;
}
html .woocommerce div.product form.cart .button, html .woocommerce #content div.product form.cart .button, html .woocommerce-page div.product form.cart .button, html .woocommerce-page #content div.product form.cart .button{
margin-left: 5px;
padding: 18px;
text-shadow: none;
}
html .woocommerce div.product form.cart, html .woocommerce #content div.product form.cart, html .woocommerce-page div.product form.cart, html .woocommerce-page #content div.product form.cart {
margin: 36px 0px 30px;
}
.product_title.entry-title {
font-size: 35px;
font-weight: normal;
margin-bottom: 13px;
}
html .woocommerce .woocommerce-breadcrumb, html .woocommerce-page .woocommerce-breadcrumb {
margin-bottom: 22px;
margin-top: 6px;
border-bottom-width: 1px;
border-bottom-style: solid;
padding-bottom: 20px;
}
html .single-product.woocommerce .woocommerce-breadcrumb, html .single-product.woocommerce-page .woocommerce-breadcrumb {
border-bottom: 0;
margin-bottom: 3px;
}
html .woocommerce .related ul.products li.product, html .woocommerce .related ul li.product, html .woocommerce .upsells.products ul.products li.product, html .woocommerce .upsells.products ul li.product, html .woocommerce-page .related ul.products li.product, html .woocommerce-page .related ul li.product, html .woocommerce-page .upsells.products ul.products li.product, html .woocommerce-page .upsells.products ul li.product {
width: 24%;
}
.woocommerce-tabs h2 {
font-size: 20px;
margin-top: 35px;
margin-bottom: 25px;
}
.related.products h2 {
font-size: 24px;
font-weight: lighter;
margin-top: 50px;
}
html .woocommerce div.product .woocommerce-tabs ul.tabs, html .woocommerce #content div.product .woocommerce-tabs ul.tabs, html .woocommerce-page div.product .woocommerce-tabs ul.tabs, html .woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
padding-top: 35px;
padding-left: 0;
}
html .woocommerce div.product .woocommerce-tabs ul.tabs li, html .woocommerce #content div.product .woocommerce-tabs ul.tabs li, html .woocommerce-page div.product .woocommerce-tabs ul.tabs li, html .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
border: 0;
display: inline-block;
position: relative;
z-index: 0;
-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
box-shadow: none;
margin: 0px -2px;
padding: 8px 20px;
}
html .woocommerce div.product .woocommerce-tabs ul.tabs li.active, html .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, html .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, html .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
border-bottom-color: transparent;
}
html .woocommerce div.product .woocommerce-tabs ul.tabs li a, html .woocommerce #content div.product .woocommerce-tabs ul.tabs li a, html .woocommerce-page div.product .woocommerce-tabs ul.tabs li a, html .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
display: inline-block;
padding: .5em 0;
font-weight: bold;
color: #b0b0b0;
text-shadow: none;
}
html .woocommerce ul.tabs li:before, 
html .woocommerce ul.tabs li:after {
display: none;
}
html .woocommerce div.product .woocommerce-tabs .panel, html .woocommerce #content div.product .woocommerce-tabs .panel, html .woocommerce-page div.product .woocommerce-tabs .panel, html .woocommerce-page #content div.product .woocommerce-tabs .panel {
margin: 0 0 35px;
}
html .woocommerce .products ul, html .woocommerce ul.products, html .woocommerce-page .products ul, html .woocommerce-page ul.products {
margin-bottom: 40px;
}
html .woocommerce #reviews #comments ol.commentlist li .comment-text, html .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
html .woocommerce #reviews #comments ol.commentlist li .comment-text, html .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
padding: 20px;
}
html .woocommerce .add_review {
padding-left: 50px;
}
html .woocommerce-message, html .woocommerce-error, html .woocommerce-info {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
html .woocommerce-message:before, html .woocommerce-error:before, html .woocommerce-info:before {
background-color: transparent;
}
html .woocommerce-message:before, html .woocommerce-error:before, html .woocommerce-info:before {
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
line-height: 26px;
text-shadow: none;
left: 16px;
}
html .woocommerce-message, html .woocommerce-error, html .woocommerce-info {
padding: 15px 13px 15px 45px;
margin: 0 0 25px;
position: relative;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
font-weight: bold;
border-top: 0;
text-shadow: none;
}
html .woocommerce-message  a.button, html .woocommerce-error  a.button, html .woocommerce-info  a.button, html .woocommerce-message  a.button:hover, html .woocommerce-error  a.button:hover, html .woocommerce-info  a.button:hover{
background: transparent;
border-bottom: 0px !important;
padding: 5px 4px;
}
html .woocommerce-info:before {
font-size: 16px;
margin-top: -5px;
}
html .woocommerce .products .star-rating, html .woocommerce-page .products .star-rating {
display: inline-block;
font-size: 14px;
}
html .woocommerce a.added_to_cart, html .woocommerce-page a.added_to_cart {
display: block;
margin-left: 23px;
}
html .woocommerce a.button.added:before, html .woocommerce button.button.added:before, html .woocommerce input.button.added:before, html .woocommerce #respond input#submit.added:before, html .woocommerce #content input.button.added:before, html .woocommerce-page a.button.added:before, html .woocommerce-page button.button.added:before, html .woocommerce-page input.button.added:before, html .woocommerce-page #respond input#submit.added:before, html .woocommerce-page #content input.button.added:before {
top: 49px;
right: auto;
left: 17px;
}
html .woocommerce table.shop_table, html .woocommerce-page table.shop_table {
border: 0;
}
html .woocommerce table.shop_table th, html .woocommerce-page table.shop_table th {
padding: 15px 12px;
font-size: 15px;
}
html .woocommerce table.shop_table td, html .woocommerce-page table.shop_table td {
border-top: 0px;
}
html .woocommerce .shop_table .quantity.buttons_added{
margin: 0;
}
html .woocommerce table.cart a.remove, html .woocommerce #content table.cart a.remove, html .woocommerce-page table.cart a.remove, html .woocommerce-page #content table.cart a.remove {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
padding: 5px;
font-weight: normal;
}
html .woocommerce table.cart a.remove:hover, html .woocommerce #content table.cart a.remove:hover, html .woocommerce-page table.cart a.remove:hover, html .woocommerce-page #content table.cart a.remove:hover {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
padding: 5px;
font-weight: normal;
}
html .woocommerce table.cart img, html .woocommerce #content table.cart img, html .woocommerce-page table.cart img, html .woocommerce-page #content table.cart img {
width: 66px;
}
html .woocommerce table.shop_table td, html .woocommerce-page table.shop_table td {
padding: 12px 12px;
}
html .woocommerce table.cart td.actions .coupon .input-text, html .woocommerce #content table.cart td.actions .coupon .input-text, html .woocommerce-page table.cart td.actions .coupon .input-text, html .woocommerce-page #content table.cart td.actions .coupon .input-text {
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
padding: 6px 6px 5px;
margin: 0 11px 0 0;
outline: 0;
line-height: 27px;
}
html .woocommerce table.cart td.actions .button.alt, html .woocommerce #content table.cart td.actions .button.alt, html .woocommerce-page table.cart td.actions .button.alt, html .woocommerce-page #content table.cart td.actions .button.alt {
margin-left: 10px;
}
html .woocommerce .cart-collaterals .shipping_calculator, html .woocommerce-page .cart-collaterals .shipping_calculator {
display: inline-block;
}
html .woocommerce .cart-collaterals .cart_totals, html .woocommerce-page .cart-collaterals .cart_totals {
display: inline-block;
float: left;
}
html .woocommerce .cart-collaterals .cart_totals h2, html .woocommerce-page .cart-collaterals .cart_totals h2{
font-size: 15px;
float: left;
}
html .woocommerce .cart-collaterals .cart_totals tr td, html .woocommerce .cart-collaterals .cart_totals tr th, html .woocommerce-page .cart-collaterals .cart_totals tr td, html .woocommerce-page .cart-collaterals .cart_totals tr th {
border-top: 0;
padding: 12px;
}
html .woocommerce .cart-collaterals .cart_totals tr.shipping th, html .woocommerce-page .cart-collaterals .cart_totals tr.shipping th {
font-size: 14px;
}
html .woocommerce .cart-collaterals .shipping_calculator h2, html .woocommerce-page .cart-collaterals .shipping_calculator h2 {
font-size: 15px;
}
html .woocommerce .cart-collaterals .shipping_calculator, html .woocommerce-page .cart-collaterals .shipping_calculator {
margin-top: 0;
}
html .woocommerce table.shop_table, html .woocommerce-page table.shop_table {
margin: 0px -1px 45px 0px;
}
html .woocommerce .cart-collaterals, html .woocommerce-page .cart-collaterals {
margin-bottom: 50px;
}
html .woocommerce form .form-row input.input-text, html .woocommerce form .form-row textarea, html .woocommerce-page form .form-row input.input-text, html .woocommerce-page form .form-row textarea {
color: #ccc;
padding: 15px;
}
html .woocommerce form .form-row select, html .woocommerce-page form .form-row select {
height: 30px;
}
html .woocommerce form .form-row, html .woocommerce-page form .form-row {
padding: 0px;
margin: 0 0 12px;
}
html .woocommerce .woocommerce-ordering select, html .woocommerce-page .woocommerce-ordering select {
height: 30px;
}
html .woocommerce form .form-row textarea, html .woocommerce-page form .form-row textarea {
height: 47px;
}
html .woocommerce .checkout h3 { 
font-size: 20px; 
margin: 20px 0px 30px; 
}
html .woocommerce table.shop_table tfoot tr.total td, html .woocommerce table.shop_table tfoot tr.total th, html .woocommerce-page table.shop_table tfoot tr.total td, html .woocommerce-page table.shop_table tfoot tr.total th {
border-bottom: 0;
}
html .woocommerce .col2-set, html .woocommerce-page .col2-set {
margin-bottom: 40px;
}
html .woocommerce #payment, html .woocommerce-page #payment {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
padding: 15px 15px 2px 15px;
}
html .woocommerce #payment div.payment_box:after, html .woocommerce-page #payment div.payment_box:after {
display: none;
}
html #payment div.payment_box, html .woocommerce-page #payment div.payment_box {
color: #fff;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
text-shadow: none;
}
html .woocommerce #payment ul.payment_methods, html .woocommerce-page #payment ul.payment_methods {
border-bottom: 0;
}
html .woocommerce #payment div.form-row, html .woocommerce-page #payment div.form-row {
border-top: 0;
}
html .woocommerce table.shop_table tfoot tr:last-child td, html .woocommerce table.shop_table tfoot tr:last-child th, html .woocommerce-page table.shop_table tfoot tr:last-child td, html .woocommerce-page table.shop_table tfoot tr:last-child th{
border-bottom: 0;
}
html .woocommerce .customer_details {
margin-bottom: 45px;
padding: 20px;
}
html .woocommerce ul.order_details {
padding: 20px;
}
html .woocommerce .order_details.bacs_details, html .woocommerce-page .order_details.bacs_details {
margin: 0 0 40px;
}
html .woocommerce .order_details, html .woocommerce-page .order_details {
margin: 0 0 20px;
}
html .woocommerce form .form-row-first, html .woocommerce form .form-row-last, html .woocommerce-page form .form-row-first, html .woocommerce-page form .form-row-last {
width: 48%;
}
html .woocommerce .lost_password, html .woocommerce-page .lost_password {
margin-left: 15px;
}
html .woocommerce .checkout_coupon .form-row.form-row-first, html .woocommerce-page .checkout_coupon .form-row.form-row-first, html .woocommerce .checkout_coupon .form-row.form-row-last, html .woocommerce-page .checkout_coupon .form-row.form-row-last{
margin-bottom: 0;
}
.woocommerce .gdlr-item-start-content.sidebar-right-item, .woocommerce-page .gdlr-item-start-content.sidebar-right-item, .woocommerce .gdlr-item-start-content.sidebar-left-item, .woocommerce-page .gdlr-item-start-content.sidebar-left-item  {
padding-top: 60px;
}
html .woocommerce .gdlr-sidebar h3.gdlr-widget-title, html .woocommerce-page .gdlr-sidebar h3.gdlr-widget-title { font-size: 14px; }
html .woocommerce .woocommerce-content h1.page-title, html .woocommerce-page .woocommerce-content h1.page-title{ display: none; }
html .woocommerce-result-count {
display: none;
}
html .woocommerce .woocommerce-ordering, html .woocommerce-page .woocommerce-ordering {
margin: 0 0 22px;
float: left;
}
html .woocommerce ul.cart_list li img, html .woocommerce ul.product_list_widget li img, html .woocommerce-page ul.cart_list li img, html .woocommerce-page ul.product_list_widget li img {
width: 65px;
float: left;
margin-left: 0;
margin-right: 18px;
}
html .woocommerce ul.cart_list li, html .woocommerce ul.product_list_widget li, html .woocommerce-page ul.cart_list li, html .woocommerce-page ul.product_list_widget li {
padding: 15px 0;
border-bottom-width: 1px;
border-bottom-style: solid;
}
html .woocommerce ul.cart_list li a, html .woocommerce ul.product_list_widget li a, html .woocommerce-page ul.cart_list li a, html .woocommerce-page ul.product_list_widget li a {
font-size: 14px;
}
html .woocommerce ul.cart_list li del .amount, html .woocommerce ul.product_list_widget li del .amount, html .woocommerce-page ul.cart_list li del .amount, html .woocommerce-page ul.product_list_widget li del .amount {
margin-top: 0px;
font-size: 11px;
font-weight: normal;
}
html .woocommerce ul.cart_list li ins .amount, html .woocommerce ul.product_list_widget li ins .amount, html .woocommerce-page ul.cart_list li ins .amount, html .woocommerce-page ul.product_list_widget li ins .amount {
margin-left: 5px;
display: inline-block;
font-size: 14px;
font-weight: bold;
line-height: 1.1;
font-weight: bold;
margin-top: 4px;
}
html .woocommerce ul.cart_list li .amount, html .woocommerce ul.product_list_widget li .amount, html .woocommerce-page ul.cart_list li .amount, html .woocommerce-page ul.product_list_widget li .amount {
font-size: 14px;
font-weight: bold;
} html .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, html .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
-webkit-border-radius: 1em;
-moz-border-radius: 1em;
border-radius: 1em;
background: #f3f3f3;
}
html .woocommerce .widget_price_filter .ui-slider .ui-slider-range, html .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
background: #f1f1f1;
box-shadow: inset 0 0 0 1px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 0 0 0 1px rgba(204, 204, 204, 0.5);
-moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.5);
}
html .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range, html .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
html .woocommerce .widget_price_filter .ui-slider .ui-slider-range, html .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
}
html .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, html .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1em;
height: 1em;
-webkit-border-radius: 1em;
-moz-border-radius: 1em;
border-radius: 1em;
border: 1px solid #522100;
cursor: pointer;
background: #ff9852;
background: -webkit-gradient(linear,left top,left bottom,from(#ff9852),to(#ff7a1f));
background: -webkit-linear-gradient(#ff9852,#ff7a1f);
background: -moz-linear-gradient(center top,#ff9852 0%,#ff7a1f 100%);
background: -moz-gradient(center top,#ff9852 0%,#ff7a1f 100%);
outline: none;
top: -.3em;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3), inset 0 0 0 1px rgba(255,255,255,0.65);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3), inset 0 0 0 1px rgba(255,255,255,0.65);
box-shadow: 0 1px 2px rgba(0,0,0,0.3), inset 0 0 0 1px rgba(255,255,255,0.65);
}
html .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, html .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
border: 1px solid #cecece;
background: #e4e4e4;
box-shadow: none;
}
html .woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child, html .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
margin-left: -1em;
}
html .woocommerce .widget_price_filter .price_slider_amount, html .woocommerce-page .widget_price_filter .price_slider_amount{
text-align: right;
line-height: 2.4em;
font-size: 0.8751em;
}
html .woocommerce .widget_price_filter .price_slider_amount .price_label, html .woocommerce-page .widget_price_filter .price_slider_amount .price_label{
font-size: 12px;
font-weight: bold;
margin-top: 8px;
display: block;
float: right;
}
html .woocommerce .ui-widget-content { border: 0; } 
html .woocommerce .widget_price_filter .ui-slider-horizontal, html .woocommerce-page .widget_price_filter .ui-slider-horizontal {
height: .6em;
}
html .woocommerce .widget_price_filter .price_slider, html .woocommerce-page .widget_price_filter .price_slider {
margin-bottom: 1.9em;
}
html .woocommerce .with-sidebar-content ul.products li.product.gdlr-1-product-per-row{ width: 99%; }
html .woocommerce .with-sidebar-content ul.products li.product.gdlr-2-product-per-row{ width: 48%; }
html .woocommerce .with-sidebar-content ul.products li.product.gdlr-3-product-per-row{ width: 29.5%; }
html .woocommerce .with-sidebar-content ul.products li.product.gdlr-4-product-per-row{ width: 22%; }
html .woocommerce .with-sidebar-content ul.products li.product.gdlr-5-product-per-row{ width: 16.5%; } html .woocommerce .gdlr-widget.widget_product_search input[type="text"], html .woocommerce .gdlr-widget.widget_product_search input[type="email"], html .woocommerce .gdlr-widget.widget_product_search input[type="password"]{ width: 57%;
padding: 15px; }
html .woocommerce .gdlr-widget.widget_product_search input[type="submit"]{ padding: 13px 17px; margin-bottom: 0; }
html .woocommerce .gdlr-widget.widget_product_search .screen-reader-text { display: none; }
.woocommerce ul.product-categories li:before, .woocommerce-page ul.product-categories li:before{
content: "\f105";
font-family: FontAwesome;
text-align: center;
position: absolute;
left: 0px;
display: block;
height: 20px;
width: 20px;
border-style: solid;
border-width: 0px;
margin-top: -1px;
-moz-border-radius: 11px;
-webkit-border-radius: 11px;
border-radius: 11px;
}
.woocommerce ul.product-categories li, .woocommerce-page ul.product-categories li{
margin-bottom: 12px;
padding-left: 25px;
line-height: 20px;
padding-bottom: 12px;
border-bottom-width: 1px;
border-bottom-style: solid;
}
.woocommerce ul.product-categories, .woocommerce-page ul.product-categories {
list-style: none;
margin-left: 0;
position: relative;
}
html .woocommerce .star-rating, html .woocommerce-page .star-rating{
margin: 5px 0px 5px;
}
html .woocommerce .widget_shopping_cart .total, html .woocommerce-page .widget_shopping_cart .total {
padding: 7px 12px;
font-weight: bold;
margin-top: 10px;
}
html .woocommerce ul.cart_list li:last-child, html .woocommerce-page ul.cart_list li:last-child{
border-bottom-width: 0px;
}
html .woocommerce .widget_shopping_cart .widget_shopping_cart_content .buttons a:first-child, html .woocommerce-page .widget_shopping_cart .widget_shopping_cart_content .buttons a:first-child{
margin-right: 5px;
}
html .woocommerce nav.woocommerce-pagination ul, html .woocommerce #content nav.woocommerce-pagination ul, html .woocommerce-page nav.woocommerce-pagination ul, html .woocommerce-page #content nav.woocommerce-pagination ul {
border: 0;
}
hmtl .woocommerce nav.woocommerce-pagination ul li, html .woocommerce #content nav.woocommerce-pagination ul li, html .woocommerce-page nav.woocommerce-pagination ul li, html .woocommerce-page #content nav.woocommerce-pagination ul li {
border-right: 0;
}
html .woocommerce nav.woocommerce-pagination ul li span.current, html .woocommerce-page nav.woocommerce-pagination ul li span.current, html .woocommercenav.woocommerce-pagination ul li a:hover, html .woocommerce-page nav.woocommerce-pagination ul li a:hover{
margin-right: 4px;
padding: 9px 7px;
}
html .woocommerce nav.woocommerce-pagination ul li a, html .woocommerce-page nav.woocommerce-pagination ul li a{
margin-right: 4px;
padding: 9px 7px;
}
html .woocommerce nav.woocommerce-pagination, html .woocommerce #content nav.woocommerce-pagination, html .woocommerce-page nav.woocommerce-pagination, html .woocommerce-page #content nav.woocommerce-pagination {
text-align: center;
margin-bottom: 40px;
margin-top: -20px;
display: inline-block;
float: right;
}
html .woocommerce .with-sidebar-content ul.products li.product, html .woocommerce-page .with-sidebar-content ul.products li.product {
width: 29.5%;
}
html .woocommerce ul.products li.product, html .woocommerce-page ul.products li.product {
margin-top: 25px;
}
html .woocommerce-info a.showcoupon{ 
margin-left: 15px;
}
html .woocommerce table.shop_table tfoot td, html .woocommerce table.shop_table tfoot th, html .woocommerce-page table.shop_table tfoot td, html .woocommerce-page table.shop_table tfoot th, .cart-subtotal th, .shipping th , .total th, html .woocommerce table.shop_attributes .alt th, html .woocommerce-page table.shop_attributes .alt th  {
background: transparent;
}  @media only screen and (max-width: 767px) {
html .woocommerce div.product div.images, html .woocommerce #content div.product div.images, html .woocommerce-page div.product div.images, html .woocommerce-page #content div.product div.images {
width: 100%;
}
html .woocommerce div.product div.summary, html .woocommerce #content div.product div.summary, html .woocommerce-page div.product div.summary, html .woocommerce-page #content div.product div.summary {
width: 100%;
}
html .woocommerce table.shop_table .product-price , html .woocommerce-page table.shop_table .product-quantity{
display: none;
}
html .woocommerce .cart-collaterals .cart_totals, html .woocommerce-page .cart-collaterals .cart_totals {
width: 100%;
margin-bottom: 30px;
}
html .woocommerce .cart-collaterals .shipping_calculator, html .woocommerce-page .cart-collaterals .shipping_calculator {
width: 100%;
}
html .woocommerce table.cart td.actions .button.alt, html .woocommerce #content table.cart td.actions .button.alt, html .woocommerce-page table.cart td.actions .button.alt, html .woocommerce-page #content table.cart td.actions .button.alt {
margin-top: 10px;
}
html .woocommerce .col2-set .col-1, html .woocommerce-page .col2-set .col-1 {
width: 100%;
}
html .woocommerce .col2-set .col-2, html .woocommerce-page .col2-set .col-2 {
width: 100%;
}
html .woocommerce .order_details li, html .woocommerce-page .order_details li {
border-right: 0px;
width: 100%;
padding: 10px 5px;
}
} @media only screen and (max-width: 419px) {
html .woocommerce table.cart td.actions .coupon, html .woocommerce #content table.cart td.actions .coupon, html .woocommerce-page table.cart td.actions .coupon, html .woocommerce-page #content table.cart td.actions .coupon {
float: right;
margin-bottom: 10px;
}
}.epyt-debug{cursor:pointer;text-align:left;background-color:#ddd;color:#000}iframe.__youtube_prefs__{border-width:0}.epyt-gallery{text-align:center}.epyt-gallery iframe{margin-bottom:0}.epyt-gallery.epyt-lb iframe{display:none;height:0!important}.epyt-gallery-list{margin:0 -8px 0 -8px;position:relative;transition:opacity ease-out .3s;display:block}.epyt-gallery-list p{display:none}.epyt-gallery-clear{clear:both}.epyt-gallery-list.epyt-loading{opacity:.5;transition:opacity ease-out .3s}.epyt-gallery-thumb{box-sizing:border-box;overflow-y:hidden;display:block!important;cursor:pointer;opacity:1;float:left;padding:0 8px 10px 8px}.epyt-gallery-thumb.hover{position:relative;opacity:1;transition:opacity ease-out .3s}.epyt-gallery-img-box{width:100%}.epyt-gallery-img{height:0;width:100%;padding-top:56.25%!important;position:relative;overflow:hidden!important;background-size:cover!important;background-position:center!important}.epyt-gallery-playhover{opacity:0;position:absolute;top:-10px;left:0;width:100%;height:100%;vertical-align:middle;text-align:center;transition:opacity ease-out .3s}.epyt-gallery-thumb.hover .epyt-gallery-playhover,.epyt-gallery-thumb.epyt-current-video .epyt-gallery-playhover{opacity:1;top:0;transition:all ease-out .3s}.epyt-gallery-thumb .epyt-gallery-playcrutch{display:inline-block;height:100%;vertical-align:middle;width:0}.epyt-gallery-playhover .epyt-play-img{height:auto!important;max-width:15%!important;padding:0!important;margin:0!important;min-width:30px!important;vertical-align:middle!important;display:inline-block!important;width:auto;border:0;box-sizing:border-box}.epyt-gallery-title{font-size:80%;line-height:120%;padding:10px}.epyt-gallery-notitle{padding:4px}.epyt-gallery-notitle span{display:none}.epyt-gallery-rowtitle{text-align:center;width:100%;position:absolute;left:0;top:100%;opacity:0;z-index:10;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.epyt-gallery-rowtitle.hover{opacity:1;transition:opacity linear .2s}.epyt-gallery-rowbreak{clear:both}.epyt-pagination{clear:both;text-align:center;padding:10px 8px 10px 8px}.epyt-pagination>div,.epyt-pagenumbers>div{display:inline-block;padding:0 2px 0 2px;vertical-align:middle}.epyt-pagination .epyt-pagebutton{cursor:pointer;display:inline-block;padding:0 10px 0 10px}.epyt-pagebutton>div{display:inline}.epyt-pagination .epyt-loader{display:none}.epyt-gallery-list.epyt-loading .epyt-pagination .epyt-loader{display:inline-block}body .lity-container{width:100%;max-width:964px}.epyt-curtain .lity-opened iframe{opacity:0;transition:opacity .3s linear .5s}.epyt-gallery-allthumbs.epyt-cols-1 .epyt-gallery-thumb{width:100%}.epyt-gallery-allthumbs.epyt-cols-2 .epyt-gallery-thumb{width:50%}.epyt-gallery-allthumbs.epyt-cols-3 .epyt-gallery-thumb{width:33.333%}.epyt-gallery-allthumbs.epyt-cols-4 .epyt-gallery-thumb{width:25%}.epyt-gallery-allthumbs.epyt-cols-5 .epyt-gallery-thumb{width:20%}.epyt-gallery-allthumbs.epyt-cols-6 .epyt-gallery-thumb{width:16.666%}.epyt-gallery-allthumbs.epyt-cols-7 .epyt-gallery-thumb{width:14.285%}.epyt-gallery-allthumbs.epyt-cols-8 .epyt-gallery-thumb{width:12.5%}.epyt-gallery-allthumbs.epyt-cols-9 .epyt-gallery-thumb{width:11.111%}.epyt-gallery-allthumbs.epyt-cols-10 .epyt-gallery-thumb{width:10%}.epyt-gallery-allthumbs.epyt-cols-11 .epyt-gallery-thumb{width:9.090%}.epyt-gallery-allthumbs.epyt-cols-12 .epyt-gallery-thumb{width:8.333%}.epyt-gallery-allthumbs.epyt-cols-13 .epyt-gallery-thumb{width:7.692%}.epyt-gallery-allthumbs.epyt-cols-14 .epyt-gallery-thumb{width:7.142%}.epyt-gallery-allthumbs.epyt-cols-15 .epyt-gallery-thumb{width:6.666%}.epyt-gallery-allthumbs.epyt-cols-16 .epyt-gallery-thumb{width:6.25%}.epyt-gallery-allthumbs.epyt-cols-17 .epyt-gallery-thumb{width:5.882%}.epyt-gallery-allthumbs.epyt-cols-18 .epyt-gallery-thumb{width:5.555%}.epyt-gallery-allthumbs.epyt-cols-19 .epyt-gallery-thumb{width:5.263%}.epyt-gallery-allthumbs.epyt-cols-20 .epyt-gallery-thumb{width:5%}.epyt-pagebutton.hide,.epyt-pagenumbers.hide{display:none!important;opacity:0!important;visibility:hidden!important}.epyt-gallery-subscribe{text-align:center;padding:15px 0 10px 0;clear:both}.epyt-gallery-subscribe a.epyt-gallery-subbutton,.epyt-gallery-subscribe a.epyt-gallery-subbutton:hover{display:inline-block;padding:5px 10px;background-color:#e62117!important;color:#fff!important;text-decoration:none!important;border-radius:3px}.epyt-gallery-subscribe a.epyt-gallery-subbutton img{width:20px!important;height:auto!important;vertical-align:middle!important;padding:0 6px 3px 0;display:inline-block;background:transparent;-webkit-box-shadow:none;box-shadow:none}