@charset 'UTF-8';
.pswp button.pswp__button,
.pswp button.pswp__button:hover{
border: none;
background-color: transparent;
box-shadow: none;
} .pswp {
display: none;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
-ms-touch-action: none;
touch-action: none;
z-index: 999999;
-webkit-text-size-adjust: 100%; -webkit-backface-visibility: hidden;
outline: none; }
.pswp * {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.pswp img {
max-width: none; } .pswp--animate_opacity { opacity: 0.001;
will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp--open {
display: block; }
.pswp--zoom-allowed .pswp__img { cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.pswp--zoomed-in .pswp__img { cursor: -webkit-grab;
cursor: -moz-grab;
cursor: grab; }
.pswp--dragging .pswp__img { cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: grabbing; } .pswp__bg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0;
-webkit-backface-visibility: hidden;
will-change: opacity; }
.pswp__scroll-wrap {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden; }
.pswp__container,
.pswp__zoom-wrap {
-ms-touch-action: none;
touch-action: none;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; } .pswp__container,
.pswp__img {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.pswp__zoom-wrap {
position: absolute;
width: 100%;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top; -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp__bg {
will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
-webkit-transition: none;
transition: none; }
.pswp__container,
.pswp__zoom-wrap {
-webkit-backface-visibility: hidden; }
.pswp__item {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow: hidden; }
.pswp__img {
position: absolute;
width: auto;
height: auto;
top: 0;
left: 0; } .pswp__img--placeholder {
-webkit-backface-visibility: hidden; } .pswp__img--placeholder--blank {
background: #222; }
.pswp--ie .pswp__img {
width: 100% !important;
height: auto !important;
left: 0;
top: 0; } .pswp__error-msg {
position: absolute;
left: 0;
top: 50%;
width: 100%;
text-align: center;
font-size: 14px;
line-height: 16px;
margin-top: -8px;
color: #CCC; }
.pswp__error-msg a {
color: #CCC;
text-decoration: underline; }.pswp__button {
width: 44px;
height: 44px;
position: relative;
background: none;
cursor: pointer;
overflow: visible;
-webkit-appearance: none;
display: block;
border: 0;
padding: 0;
margin: 0;
float: right;
opacity: 0.75;
-webkit-transition: opacity 0.2s;
transition: opacity 0.2s;
-webkit-box-shadow: none;
box-shadow: none; }
.pswp__button:focus,
.pswp__button:hover {
opacity: 1; }
.pswp__button:active {
outline: none;
opacity: 0.9; }
.pswp__button::-moz-focus-inner {
padding: 0;
border: 0; } .pswp__ui--over-close .pswp__button--close {
opacity: 1; }
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
background: url(//lindoguitars.com/wp-content/plugins/wooswipe/pswp/default-skin/default-skin.png) 0 0 no-repeat;
background-size: 264px 88px;
width: 44px;
height: 44px; }
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) { .pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
background-image: url(//lindoguitars.com/wp-content/plugins/wooswipe/pswp/default-skin/default-skin.svg); }
.pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
background: none; } }
.pswp__button--close {
background-position: 0 -44px; }
.pswp__button--share {
background-position: -44px -44px; }
.pswp__button--fs {
display: none; }
.pswp--supports-fs .pswp__button--fs {
display: block; }
.pswp--fs .pswp__button--fs {
background-position: -44px 0; }
.pswp__button--zoom {
display: none;
background-position: -88px 0; }
.pswp--zoom-allowed .pswp__button--zoom {
display: block; }
.pswp--zoomed-in .pswp__button--zoom {
background-position: -132px 0; } .pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
visibility: hidden; } .pswp__button--arrow--left,
.pswp__button--arrow--right {
background: none;
top: 50%;
margin-top: -50px;
width: 70px;
height: 100px;
position: absolute; }
.pswp__button--arrow--left {
left: 0; }
.pswp__button--arrow--right {
right: 0; }
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
content: '';
top: 35px;
background-color: rgba(0, 0, 0, 0.3);
height: 30px;
width: 32px;
position: absolute; }
.pswp__button--arrow--left:before {
left: 6px;
background-position: -138px -44px; }
.pswp__button--arrow--right:before {
right: 6px;
background-position: -94px -44px; } .pswp__counter,
.pswp__share-modal {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.pswp__share-modal {
display: block;
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 10px;
position: absolute;
z-index: 1600;
opacity: 0;
-webkit-transition: opacity 0.25s ease-out;
transition: opacity 0.25s ease-out;
-webkit-backface-visibility: hidden;
will-change: opacity; }
.pswp__share-modal--hidden {
display: none; }
.pswp__share-tooltip {
z-index: 1620;
position: absolute;
background: #FFF;
top: 56px;
border-radius: 2px;
display: block;
width: auto;
right: 44px;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
-webkit-transform: translateY(6px);
-ms-transform: translateY(6px);
transform: translateY(6px);
-webkit-transition: -webkit-transform 0.25s;
transition: transform 0.25s;
-webkit-backface-visibility: hidden;
will-change: transform; }
.pswp__share-tooltip a {
display: block;
padding: 8px 12px;
color: #000;
text-decoration: none;
font-size: 14px;
line-height: 18px; }
.pswp__share-tooltip a:hover {
text-decoration: none;
color: #000; }
.pswp__share-tooltip a:first-child { border-radius: 2px 2px 0 0; }
.pswp__share-tooltip a:last-child {
border-radius: 0 0 2px 2px; }
.pswp__share-modal--fade-in {
opacity: 1; }
.pswp__share-modal--fade-in .pswp__share-tooltip {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } .pswp--touch .pswp__share-tooltip a {
padding: 16px 12px; }
a.pswp__share--facebook:before {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
top: -12px;
right: 15px;
border: 6px solid transparent;
border-bottom-color: #FFF;
-webkit-pointer-events: none;
-moz-pointer-events: none;
pointer-events: none; }
a.pswp__share--facebook:hover {
background: #3E5C9A;
color: #FFF; }
a.pswp__share--facebook:hover:before {
border-bottom-color: #3E5C9A; }
a.pswp__share--twitter:hover {
background: #55ACEE;
color: #FFF; }
a.pswp__share--pinterest:hover {
background: #CCC;
color: #CE272D; }
a.pswp__share--download:hover {
background: #DDD; } .pswp__counter {
position: absolute;
left: 0;
top: 0;
height: 44px;
font-size: 13px;
line-height: 44px;
color: #FFF;
opacity: 0.75;
padding: 0 10px; } .pswp__caption {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
min-height: 44px; }
.pswp__caption small {
font-size: 11px;
color: #BBB; }
.pswp__caption__center {
text-align: left;
max-width: 420px;
margin: 0 auto;
font-size: 13px;
padding: 10px;
line-height: 20px;
color: #CCC; }
.pswp__caption--empty {
display: none; } .pswp__caption--fake {
visibility: hidden; } .pswp__preloader {
width: 44px;
height: 44px;
position: absolute;
top: 0;
left: 50%;
margin-left: -22px;
opacity: 0;
-webkit-transition: opacity 0.25s ease-out;
transition: opacity 0.25s ease-out;
will-change: opacity;
direction: ltr; }
.pswp__preloader__icn {
width: 20px;
height: 20px;
margin: 12px; }
.pswp__preloader--active {
opacity: 1; }
.pswp__preloader--active .pswp__preloader__icn { background: url(//lindoguitars.com/wp-content/plugins/wooswipe/pswp/default-skin/preloader.gif) 0 0 no-repeat; }
.pswp--css_animation .pswp__preloader--active {
opacity: 1; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
-webkit-animation: clockwise 500ms linear infinite;
animation: clockwise 500ms linear infinite; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }
.pswp--css_animation .pswp__preloader__icn {
background: none;
opacity: 0.75;
width: 14px;
height: 14px;
position: absolute;
left: 15px;
top: 15px;
margin: 0; }
.pswp--css_animation .pswp__preloader__cut { position: relative;
width: 7px;
height: 14px;
overflow: hidden; }
.pswp--css_animation .pswp__preloader__donut {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 14px;
height: 14px;
border: 2px solid #FFF;
border-radius: 50%;
border-left-color: transparent;
border-bottom-color: transparent;
position: absolute;
top: 0;
left: 0;
background: none;
margin: 0; }
@media screen and (max-width: 1024px) {
.pswp__preloader {
position: relative;
left: auto;
top: auto;
margin: 0;
float: right; } }
@-webkit-keyframes clockwise {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes clockwise {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@-webkit-keyframes donut-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0); }
50% {
-webkit-transform: rotate(-140deg);
transform: rotate(-140deg); }
100% {
-webkit-transform: rotate(0);
transform: rotate(0); } }
@keyframes donut-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0); }
50% {
-webkit-transform: rotate(-140deg);
transform: rotate(-140deg); }
100% {
-webkit-transform: rotate(0);
transform: rotate(0); } }  .pswp__ui {
-webkit-font-smoothing: auto;
visibility: visible;
opacity: 1;
z-index: 1550; } .pswp__top-bar {
position: absolute;
left: 0;
top: 0;
height: 44px;
width: 100%; }
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
-webkit-backface-visibility: hidden;
will-change: opacity;
-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); } .pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
visibility: visible; }
.pswp__top-bar,
.pswp__caption {
background-color: rgba(0, 0, 0, 0.5); } .pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
background-color: rgba(0, 0, 0, 0.3); } .pswp__ui--idle .pswp__top-bar {
opacity: 0; }
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
opacity: 0; } .pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right { opacity: 0.001; } .pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
display: none; }
.pswp__element--disabled {
display: none !important; }
.pswp--minimal--dark .pswp__top-bar {
background: none; }ul.slick-slider
{
position: relative;
margin-left: 25px;
margin-right: 25px;
display: block;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0 25px 0 25px;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
} .woocommerce-main-image {
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.single-product-main-image {
overflow: hidden;
}
.thumbnails { margin-top: 15px;
}
.thumbnails li {
margin-right: 5px;
margin-left: 5px;
outline: none !important;
cursor: pointer;
}
.thumbnails img {
height: auto;
width: 100%;
}
.thumbnails ul{
padding: 0 !important;
margin: 0 !important;
}
.slick-next,
.slick-prev {
height: 100%;
top: 0;
margin-top: 0;
width: 35px;
text-align: center;
font-style: normal;
z-index: 10;
background: rgba(255, 255, 255, 0.5);
box-shadow: none;
}
.thumbnails .slick-next:before,
.thumbnails .slick-prev:before {
color: black;
}
.slick-next:hover:before,
.slick-prev:hover:before {
color: black;
}
.slick-next {
right: 0px;
}
.slick-next:before {
content: '\f105';
}
.slick-prev {
left: 0px;
}
.slick-prev:before {
content: '\f104';
}
 .slick-loading .slick-list
{
background: #fff url(https://lindoguitars.com/wp-content/plugins/wooswipe/slick/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(https://lindoguitars.com/wp-content/plugins/wooswipe/slick/fonts/slick.eot);
src: url(https://lindoguitars.com/wp-content/plugins/wooswipe/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://lindoguitars.com/wp-content/plugins/wooswipe/slick/fonts/slick.woff) format('woff'), url(https://lindoguitars.com/wp-content/plugins/wooswipe/slick/fonts/slick.ttf) format('truetype'), url(https://lindoguitars.com/wp-content/plugins/wooswipe/slick/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
margin-top: -10px;
padding: 0;
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
} button.slick-arrow,
button.slick-arrow:hover,
button.slick-arrow:focus{
text-shadow: none;
border-radius: 0;
background: none !important;
outline: 0 !important;
box-shadow: none !important;
padding: 0 !important;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: rgba(255, 255, 255, 0.8);
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .1;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{ }
[dir='rtl'] .slick-prev
{ left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{ }
[dir='rtl'] .slick-next
{
right: auto; }
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -45px;
display: block;
width: 100%;
padding: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}#wooswipe .thumbnails{
list-style: none;
height: 100px;
overflow: hidden;
max-height: 100%;
padding: 0;
}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(//lindoguitars.com/wp-content/themes/classico/fonts/glyphicons-halflings-regular.eot);src:url(//lindoguitars.com/wp-content/themes/classico/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(//lindoguitars.com/wp-content/themes/classico/fonts/glyphicons-halflings-regular.woff) format('woff'),url(//lindoguitars.com/wp-content/themes/classico/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(//lindoguitars.com/wp-content/themes/classico/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;width:100% \9;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;width:100% \9;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:400;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}mark,.mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#428bca}a.text-primary:hover{color:#3071a9}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=radio],input[type=checkbox]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#777;opacity:1}.form-control:-ms-input-placeholder{color:#777}.form-control::-webkit-input-placeholder{color:#777}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{line-height:34px;line-height:1.42857143 \0}input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;min-height:20px;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{position:absolute;margin-top:4px \9;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type=radio][disabled],input[type=checkbox][disabled],input[type=radio].disabled,input[type=checkbox].disabled,fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm,.form-horizontal .form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.input-lg,.form-horizontal .form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:25px;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{top:0;right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.3px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn:focus,.btn:active:focus,.btn.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#3071a9;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#428bca;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#428bca;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px solid}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn>input[type=radio],[data-toggle=buttons]>.btn>input[type=checkbox]{position:absolute;z-index:-1;filter:alpha(opacity=0);opacity:0}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=radio],.input-group-addon input[type=checkbox]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}.navbar-nav.navbar-right:last-child{margin-right:-15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-15px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}.navbar-text.navbar-right:last-child{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#777}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#777}.navbar-inverse .navbar-nav>li>a{color:#777}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#777}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#777}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#428bca;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-right:auto;margin-left:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar[aria-valuenow="1"],.progress-bar[aria-valuenow="2"]{min-width:30px}.progress-bar[aria-valuenow="0"]{min-width:30px;color:#777;background-color:transparent;background-image:none;-webkit-box-shadow:none;box-shadow:none}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{color:#555;text-decoration:none;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{color:#777;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#428bca}.panel-primary>.panel-heading .badge{color:#428bca;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate3d(0,-25%,0);-o-transform:translate3d(0,-25%,0);transform:translate3d(0,-25%,0)}.modal.in .modal-dialog{-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-size:12px;line-height:1.4;visibility:visible;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{right:5px;bottom:0;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{display:table;content:" "}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed;-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none!important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}* {
padding: 0;
margin: 0;
}
body {
font-family: Verdana, sans-serif;
-webkit-font-smoothing: antialiased;
font-size: 14px;
font-weight: 400;
color: #737373;
height: auto !important;
}
body .vc_non_responsive {
-webkit-text-size-adjust: 100%;
}
a {
text-decoration: none;
-webkit-transition: color .25s ease;
-moz-transition: color .25s ease;
-o-transition: color .25s ease;
-ms-transition: color .25s ease;
transition: color .25s ease;
color: #3d3d3d;
cursor: pointer;
}
a:hover {
text-decoration: none;
color: #8a8a8a;
outline: none !important;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
a:focus {
text-decoration: none;
outline: none;
color: #8a8a8a;
}
a.active {
color: #8a8a8a;
}
a.active:hover {
color: #252525;
}
a.color-white {
color: #FFF;
}
a.color-white:hover {
text-decoration: underline;
color: #FFF;
}
a.underline {
text-decoration: underline;
}
address {
font-style: italic;
}
img,
.wp-caption {
max-width: 100%;
height: auto;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.disp-ib {
display: inline-block;
width: 100%;
}
embed,
iframe,
object,
video {
max-width: 100%;
}
p {
margin-bottom: 20px;
line-height: 1.8;
font-size: 1em;
}
p.active,
em.active,
li.active,
strong.active,
span.active {
color: #8a8a8a;
}
.vc_separator {
padding: 40px 0;
}
.content li {
list-style: inherit;
}
.content ul,
.content ol {
padding-left: 20px;
}
.content .wpb_text_column ul {
padding-left: 0;
}
.content .wpb_text_column ul li {
list-style: none;
line-height: 1.8;
}
.content .simple-list li {
padding: 5px 0;
}
.lis-none li {
list-style: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Georgia;
font-weight: 400;
text-transform: uppercase;
margin-top: 0;
line-height: 1.3;
color: #3d3d3d;
}
h1.active,
h2.active,
h3.active,
h4.active,
h5.active,
h6.active {
color: #8a8a8a;
}
h1.active a,
h2.active a,
h3.active a,
h4.active a,
h5.active a,
h6.active a {
color: #8a8a8a;
}
h1.active a:hover,
h2.active a:hover,
h3.active a:hover,
h4.active a:hover,
h5.active a:hover,
h6.active a:hover {
color: #767676;
} .title h1 {
font-size: 2.571em;
color: #3d3d3d;
letter-spacing: 1px;
}
.title h3 {
font-size: 1.143em;
letter-spacing: 1px;
color: #999;
font-family: Verdana, sans-serif;
margin-bottom: 0.714em;
font-weight: 400;
text-transform: none;
}
.title.title-left {
text-align: left;
}
.title.title-center {
text-align: center;
}
.title.title-right {
text-align: right;
}
.title .title-info {
font-size: 11.286em;
}
.title.design-2 h3 {
color: #FFF;
font-size: 1.714em;
font-weight: 500;
position: relative;
text-transform: none;
font-family: 'Open Sans', sans-serif;
}
.title.design-2 h3:after {
content: "";
height: 1px;
display: inline-block;
position: absolute;
left: 50%;
bottom: -30px;
margin-left: -17px;
border-bottom: 2px solid #fff;
border-left: 0;
border-right: 0;
margin-top: 10px;
margin-bottom: 10px;
width: 40px;
}
.title.design-2 h1 {
color: #FFF;
font-size: 8.571em;
font-weight: 400;
font-family: 'Cookie', cursive;
text-transform: none;
}
h4.title {
font-size: 1.143em;
color: #000;
padding-bottom: 0.714em;
margin-bottom: 1.071em;
border-bottom: 1px solid #e6e6e6;
} table {
background-color: transparent;
}
th {
text-align: left;
}
table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd;
}
table > thead > tr > th {
vertical-align: bottom;
border-bottom: 1px solid #ddd;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
border-top: 0;
}
table > tbody + tbody {
border-top: 2px solid #ddd;
}
input[type="checkbox"] {
float: left;
display: block !important;
-moz-appearance: none;
-webkit-appearance: none;
border: 1px solid #d5d5d5;
width: 12px !important;
height: 12px !important;
border-radius: 0 !important;
padding: 0 !important;
position: relative;
margin-right: 10px;
cursor: pointer;
}
input[type="checkbox"]:focus {
border-color: #d5d5d5 !important;
outline: none;
}
input[type="checkbox"]:checked {
background-color: transparent;
}
input[type="checkbox"]:checked:before {
content: "";
position: absolute;
width: 13px;
height: 11px;
background-image: url(//lindoguitars.com/wp-content/themes/classico/images/check-icon.png);
background-repeat: no-repeat;
background-position: center center;
left: 1px;
top: -2px;
}
select {
max-width: 100%;
-webkit-appearance: none;
-moz-appearance: none;
display: block;
height: 38px;
padding: 8px 10px;
background: #fff;
overflow: hidden;
line-height: 22px;
font-size: 13px;
-webkit-border-radius: 0;
border-radius: 0;
white-space: nowrap;
text-overflow: ellipsis;
position: relative;
border: 1px solid #D5D5D5;
background-image: url(//lindoguitars.com/wp-content/themes/classico/images/select-arrow.png);
background-position: 96% 50%;
background-repeat: no-repeat;
}
select:focus {
outline: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea {
display: block;
border-radius: 0;
-webkit-box-shadow: none !important;
box-shadow: none !important;
padding: 10px;
border: 1px solid #d5d5d5;
-webkit-border-radius: 0px !important;
border-radius: 0px !important;
height: 39px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus {
-webkit-box-shadow: none !important;
box-shadow: none !important;
border-color: #252525;
outline: none !important;
}
textarea:focus {
border-color: #252525 !important;
}
.btn:active,
.btn.active {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.btn[disabled] {
opacity: 1;
}
.wpb_wpb_button i {
margin-right: 0 !important;
}
textarea {
padding: 9px 6px;
}
textarea:focus {
-webkit-box-shadow: none;
box-shadow: none;
border-color: #252525;
}
label {
font-weight: 400;
font-size: 14px;
}
.tp-caption a.btn {
color: #000 !important;
}
.payment_methods input[type="radio"] {
-webkit-appearance: none;
-moz-appearance: none;
border: none !important;
background-image: url(//lindoguitars.com/wp-content/themes/classico/images/radio-icon.png);
background-repeat: no-repeat;
background-position: center center;
cursor: pointer;
margin-top: 0;
margin-right: 0;
padding: 0;
width: 14px;
height: 14px;
position: relative;
top: 2px;
}
.payment_methods input[type="radio"]:checked {
background-image: url(//lindoguitars.com/wp-content/themes/classico/images/radio-icon-check.png);
background-repeat: no-repeat;
background-position: center center;
}
button:focus,
input {
outline: none !important;
}
del {
font-size: smaller;
}
ins {
text-decoration: none;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
position: absolute !important;
white-space: nowrap;
height: 1px;
width: 1px;
overflow: hidden;
}
.tooltip.top {
margin-top: -5px;
}
.tooltip-inner {
background-color: #333;
}
.tooltip.top .tooltip-arrow {
border-top-color: #333;
}
small {
font-size: 75%;
color: #767676;
font-weight: 400 !important;
}
.mb30 {
margin-bottom: 30px !important;
}
.btn,
.button,
.wishlist_table .add_to_cart.button,
.wpcf7-submit {
border-color: #CBCBCB;
color: #000;
text-transform: uppercase;
border-radius: 0;
font-family: 'Open Sans', sans-serif;
font-size: 12px;
font-weight: 400;
letter-spacing: 1px;
padding: 9px 18px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.btn:hover,
.button:hover,
.wishlist_table .add_to_cart.button:hover,
.wpcf7-submit:hover {
color: #000;
border: 1px solid #000;
background-color: transparent;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.btn:focus,
.button:focus,
.wishlist_table .add_to_cart.button:focus,
.wpcf7-submit:focus {
outline: none !important;
}
.btn.gray {
color: #000;
border: none;
background: #e9e9e9;
text-transform: uppercase;
border-radius: 0;
font-size: 13px;
padding: 10px 6px;
}
.btn.gray:hover,
.btn.gray:focus {
background: #f5f5f5;
color: #000;
}
button,
.button,
input[type=button],
input[type=submit],
.wishlist_table .add_to_cart.button,
.btn-black,
.btn.btn-black,
.subscription-toggle {
color: #fff;
padding: 6px 18px;
display: inline-block;
-webkit-border-radius: 0;
border: none !important;
background-color: #262626;
text-transform: uppercase;
border-radius: 0;
font-size: 13px;
font-weight: 400;
-webkit-transition: color 0.2s, background-color 0.2s;
-moz-transition: color 0.2s, background-color 0.2s;
-ms-transition: color 0.2s, background-color 0.2s;
-o-transition: color 0.2s, background-color 0.2s;
transition: color 0.2s, background-color 0.2s;
-webkit-font-smoothing: antialiased;
}
button:hover,
.button:hover,
input[type=button]:hover,
input[type=submit]:hover,
.wishlist_table .add_to_cart.button:hover,
.btn-black:hover,
.btn.btn-black:hover,
.subscription-toggle:hover,
button:focus,
.button:focus,
input[type=button]:focus,
input[type=submit]:focus,
.wishlist_table .add_to_cart.button:focus,
.btn-black:focus,
.btn.btn-black:focus,
.subscription-toggle:focus {
background-color: #444;
color: #fff;
text-decoration: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.btn-active {
background-color: #8a8a8a;
color: #FFF;
border-color: #8a8a8a;
}
.btn-active:hover {
text-decoration: underline;
}
.btn.small,
.button.small,
.btn.btn-small {
font-size: 11px;
padding: 6px 8px !important;
letter-spacing: 1px;
line-height: 1.42857143;
}
.btn.small i,
.button.small i,
.btn.btn-small i {
margin-right: 5px;
}
.btn.btn-mini {
font-size: 10px;
padding: 5px 7px !important;
letter-spacing: 1px;
}
.btn.btn-mini i {
margin-right: 5px;
}
.btn.medium,
.button.medium {
padding: 9px 28px;
line-height: 15px;
font-size: 13px;
}
.btn.medium i,
.button.medium i {
margin-right: 8px;
font-size: 16px;
}
.btn.big,
.button.big,
.subscription-toggle,
.btn.btn-large {
line-height: 36px;
height: 40px;
padding: 0 28px !important;
font-size: 13px;
letter-spacing: 1px;
}
.btn.big i,
.button.big i,
.subscription-toggle i,
.btn.btn-large i {
margin-right: 12px;
font-size: 20px;
position: relative;
top: 2px;
}
.btn.filled {
color: #fff;
display: inline-block;
-webkit-border-radius: 0;
background-color: #262626;
border-color: #262626;
text-transform: uppercase;
border-radius: 0;
font-size: 13px;
font-weight: 400;
-webkit-font-smoothing: antialiased;
}
.btn.filled:hover,
.btn.filled:focus {
background-color: #000;
border-color: #000;
color: #fff !important;
text-decoration: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
padding-left: 39px !important;
}
.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
padding-right: 39px !important;
}
.vc_general.vc_btn3.vc_btn3-style-outline {
border: solid !important;
}
.btn.filled.big {
line-height: 38px;
}
.btn.filled.medium {
padding: 9px 28px;
}
.border-btn {
border-color: #000;
border-radius: 0;
width: 42px;
height: 40px;
padding: 0;
text-align: center;
line-height: 40px;
}
.border-btn:focus {
outline: none !important;
}
.border-btn:hover {
background: #000;
}
.border-white {
border: 2px solid #fff;
color: #fff;
text-transform: uppercase;
border-radius: 0;
line-height: 15px;
font-size: 13px;
padding: 7px 30px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.border-white:focus,
.border-white:hover {
color: #000;
outline: none !important;
background-color: #FFF;
border: 2px solid #fff;
}
.btn-white {
border: 1px solid #fff;
color: #FFF !important;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.btn-white:hover {
border: 1px solid #fff;
background-color: #FFF !important;
color: #000 !important;
}
.esg-loadmore {
-webkit-border-radius: 0px !important;
border-radius: 0px !important;
font-weight: 400;
border-color: #CBCBCB;
color: #000 !important;
text-transform: uppercase;
border-radius: 0;
font-family: 'Open Sans', sans-serif;
font-size: 11px !important;
font-weight: 600 !important;
letter-spacing: 1px;
margin-top: 15px;
padding: 9px 18px !important;
line-height: 16px !important;
background-color: #e9e9e9 !important;
position: relative;
left: 50%;
-webkit-box-shadow: none !important;
box-shadow: none !important;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.esg-loadmore:hover {
background-color: #444 !important;
color: #fff !important;
border-color: #444 !important;
}
.tp-caption a.btn-white {
color: #FFF !important;
}
.tp-caption a.btn-white:hover {
color: #000 !important;
}
.tp-caption .slider-btn {
color: #FFF;
border: 2px solid #fff;
padding: 12px 22px;
font-weight: 500;
text-transform: uppercase;
margin: 0 10px;
}
.tp-caption .slider-btn:hover {
background-color: rgba(255, 255, 255, 0.7);
color: #000;
}
.btn.filled.active {
color: #fff;
border: 2px solid #8a8a8a;
border-width: 2px !important;
background: #8a8a8a;
}
.btn.filled.active:hover,
.btn.filled.active:focus {
opacity: 0.9;
color: #fff;
}
.btn.filled.active.medium {
border: 2px solid #8a8a8a;
}
button {
-webkit-font-smoothing: antialiased;
}
button.btn {
color: #FFF;
}
hr,
hr.divider {
height: 1px;
display: inline-block;
background: none;
border-top: none;
border-bottom: 2px solid #e4e4e4;
border-left: 0;
border-right: 0;
margin-top: 10px;
margin-bottom: 10px;
width: 35px;
}
hr.wide,
hr.divider.wide {
width: 100%;
border-bottom: 1px solid #e4e4e4;
}
hr.active {
border-color: #8a8a8a;
}
.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor,
.aligncenter {
opacity: 1;
}
.gallery-caption {
padding-top: 10px;
}
img.aligncenter {
margin: 5px auto;
}
img.alignright {
float: right;
margin: 2px 0 20px 20px;
}
img.alignleft {
float: left;
margin: 2px 20px 20px 0px;
}
.banner-content hr.horizontal-break {
margin: 10px auto !important;
width: 45px;
}
blockquote {
padding-left: 55px;
border-left: none;
position: relative;
}
blockquote:before {
content: "\f10d";
font-family: FontAwesome;
color: #767676;
font-size: 40px;
position: absolute;
top: 0;
left: 0;
}
blockquote.style2 {
background-color: #fafafa;
padding-left: 70px;
}
blockquote.style2:before {
opacity: 0.1;
top: 30px;
left: 20px;
}
.horizontal-break-alt {
display: block;
margin: 15px auto;
width: 100%;
border: none;
position: relative;
}
.horizontal-break-alt:after {
content: "";
display: block;
width: 64px;
height: 3px;
position: absolute;
bottom: 0;
left: 50%;
margin-left: -32px;
background: #8a8a8a;
}
iframe,
.vimeo-video iframe,
.youtube-video iframe {
max-width: 100% !important;
}
iframe {
border: none;
}
.image-hover img {
opacity: 0.5;
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
-ms-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
.image-hover img:hover {
opacity: 1;
}
.et-twitter-slider .et-tweets,
.et-twitter-grid .et-tweets {
padding-left: 0;
}
.et-twitter-slider .et-tweet,
.et-twitter-grid .et-tweet {
list-style: none;
padding-left: 30px;
}
.et-twitter-slider .et-tweet:before,
.et-twitter-grid .et-tweet:before {
content: "\f099";
font-family: FontAwesome;
font-size: 20px;
margin-right: 10px;
left: 15px;
margin-top: 5px;
position: absolute;
}
.et-twitter-slider .et-tweet {
padding-left: 35px;
} .et-brands-grid,
.et-brands-slider {
text-align: center;
}
.et-brands-grid .et-brand,
.et-brands-slider .et-brand {
display: inline-block;
padding: 10px;
}
.et-brands-grid .et-brand h3,
.et-brands-slider .et-brand h3 {
margin-bottom: 0;
}
.et-brands-slider .owl-pagination {
margin-top: 0 !important;
}
.et-brands-grid.columns-number-2 .et-brand {
width: 50%;
}
.et-brands-grid.columns-number-2 .et-brand:nth-child(2n+1) {
clear: both;
}
.et-brands-grid.columns-number-3 .et-brand {
width: 33.33%;
}
.et-brands-grid.columns-number-3 .et-brand:nth-child(3n+1) {
clear: both;
}
.et-brands-grid.columns-number-4 .et-brand {
width: 25%;
}
.et-brands-grid.columns-number-4 .et-brand:nth-child(4n+1) {
clear: both;
}
.et-brands-grid.columns-number-5 .et-brand {
width: 20%;
}
.et-brands-grid.columns-number-5 .et-brand:nth-child(5n+1) {
clear: both;
}
.et-brands-grid.columns-number-6 .et-brand {
width: 16.66%;
}
.et-brands-grid.columns-number-6 .et-brand:nth-child(n+1) {
clear: both;
}
.added_to_cart {
display: none !important;
}  footer {
margin-top: 20px;
}
footer .container .widget-title,
footer .container .widgettitle,
footer .container .twitter-slider-title {
font-size: 1.1428em;
color: #000;
padding-bottom: 10px;
margin-bottom: 15px;
border-color: #e6e6e6;
border-width: 0px 0px 1px 0px;
border-style: solid;
}
footer .container .widget-container {
margin-bottom: 0;
}
footer .container .widget-container .blog-post-list {
margin-bottom: 0;
}
footer .container .widget-container .blog-post-list li {
list-style: none;
border-width: 0px 0px 1px 0px;
border-style: solid;
border-color: #e6e6e6;
padding: 20px 0;
margin-bottom: 0;
}
footer .container .widget-container .blog-post-list a.pull-left {
display: none;
}
footer .container .widget-container .blog-post-list .media a {
font-size: 16px;
text-transform: none;
font-weight: 400;
color: #5b5b5b;
}
footer .container .widget-container .blog-post-list:last-child li {
border-bottom: none;
}
footer .container .widget-container .product_list_widget li {
border-width: 0px 0px 1px 0px;
border-style: solid;
}
footer .container .widget-container .textwidget ul {
padding-top: 10px;
}
footer .container .widget-container .textwidget ul li {
padding: 5px 0;
padding-left: 0;
}
footer .container .widget-container .textwidget ul li a {
color: #737373;
font-size: 14px;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
footer .container .widget-container .textwidget ul li a:hover {
color: #000;
}
footer .container .widget-container .textwidget ul li:last-child {
border-bottom: none;
}
footer .container .widget-container .twitter-list li {
padding: 0 0 30px;
padding-left: 0px;
position: relative;
list-style: none;
border-bottom: 1px solid #e6e6e6;
}
footer .container .widget-container .twitter-list li:last-child {
border-bottom: none;
}
footer .container .widget-container .twitter-list li i {
font-size: 20px;
margin-right: 10px;
margin-top: 5px;
}
footer .container .widget-container .twitter-list li .media {
line-height: 1.8;
}
footer .container .woocomposer_list.woocommerce li {
display: inline-block;
width: 100%;
border-bottom: 1px solid #e6e6e6;
padding: 1.4285em 0;
line-height: 1.8;
list-style: none;
}
footer .container .woocomposer_list.woocommerce li.lastItem {
border-bottom: none;
}
footer .container .woocomposer_list.woocommerce li img {
margin-right: 20px;
float: left;
height: auto !important;
}
footer .container .woocomposer_list.woocommerce li a span {
font-size: 1em;
font-weight: 400;
font-family: 'Open Sans', sans-serif;
line-height: 10px;
color: #5A5858;
-webkit-transition: color 0.2s ease-in-out;
-moz-transition: color 0.2s ease-in-out;
-ms-transition: color 0.2s ease-in-out;
-o-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
}
footer .container .woocomposer_list.woocommerce li a span:hover {
color: #000;
}
footer .container .woocomposer_list.woocommerce li > span.amount {
font-size: 1.0714em !important;
font-weight: 400;
color: #000;
display: table-cell;
}
footer .container .woocomposer_list.woocommerce li > span.amount del {
font-size: 1.0714em;
color: #989898;
}
footer .container .woocomposer_list.woocommerce li:first-child {
padding-top: 0;
}
footer .vc_wp_posts .widget_recent_entries li {
border-width: 0px 0px 1px 0px;
border-style: solid;
border-color: #e6e6e6;
}
footer .vc_wp_posts .widget_recent_entries li:last-child {
border-bottom: none;
}
footer .footer-list li {
padding: 0.357em 0;
list-style: none;
}
footer .footer-list li a {
font-size: 1em;
color: #737373;
font-family: 'Open Sans', sans-serif;
}
footer .footer-list li a:hover {
color: #000;
}
footer img {
max-width: 100%;
}
footer .logo-fixed {
display: inline-block;
}
footer .logo-default {
display: none;
}
footer .footer-demo-links {
margin-bottom: 0;
}
footer .footer-demo-links li {
display: inline-block;
}
footer .footer-demo-links li a {
font-family: Georgia, serif;
font-size: 1em;
text-transform: uppercase;
padding: 0.714em 1.0714em;
}
footer hr.footer-divider {
width: 100px;
height: 1px;
border: none;
background-color: #e6e6e6;
margin: 20px auto;
}
footer .menu-social-icons li {
float: none;
display: inline-block;
margin-right: 0;
margin-left: 12px;
}
footer .menu-social-icons li i {
width: auto;
}
footer .menu-social-icons li.lastItem {
margin-right: 0;
}
footer .et-twitter-slider .owl-buttons {
display: none !important;
}
footer .et-twitter-slider .owl-pagination .owl-page span {
width: 10px;
height: 10px;
}
footer .et-twitter-slider li {
list-style: none;
}  header {
background-color: transparent;
}
.header-wrapper {
width: 100%;
position: relative;
}
.header-wrapper .header-logo img {
height: inherit;
}
.top-bar {
color: #737373;
padding: 4px 0;
max-height: 100px;
}
.top-bar a {
color: #737373;
font-size: 13px;
text-transform: none;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.top-bar a:hover,
.top-bar a:focus {
color: #737373;
text-decoration: none;
}
.top-bar .languages-area .menu-social-icons {
display: inline-block;
margin-bottom: 0;
}
.top-bar .languages-area .menu-social-icons li {
margin-right: 5px;
}
.top-bar .languages-area .menu-social-icons li i {
background-color: transparent;
color: inherit;
font-size: 16px;
}
.top-bar .languages-area .menu-social-icons li i:hover {
opacity: 0.5;
color: #fff;
}
.top-bar .languages-area .menu-social-icons li .circle {
display: none;
}
.top-bar .languages-area #lang_sel {
z-index: 2;
}
.top-bar .widget_nav_menu .menu > li {
line-height: 11px;
}
.top-bar .widget_nav_menu .menu > li > a {
padding: 0;
color: #737373;
font-size: 13px;
text-transform: none;
font-family: 'Open Sans', sans-serif;
}
.top-bar .widget_nav_menu .menu > li > a:hover {
text-decoration: underline;
}
.top-bar .widget_nav_menu .menu > li:after {
content: 'I';
font-family: 'Open Sans', sans-serif;
display: inline-block;
width: 1px;
height: 10px;
color: #8a8a8a;
margin: 2px 12px 0;
}
.top-bar .widget_nav_menu .menu > li:last-child:after {
content: "";
margin-left: 0;
margin-right: 0;
}
.fixNav-enabled .header-wrapper {
z-index: 1002;
left: 0;
top: 0;
width: 100%;
}
.fixNav-enabled .header-wrapper .container {
position: relative;
}
.fixNav-enabled .menu-wrapper {
z-index: 1;
}
.fixNav-enabled .menu-wrapper:hover {
overflow: visible;
}
.fixNav-enabled .fixed-active .header-wrapper {
position: fixed !important;
top: -100px;
bottom: auto;
visibility: hidden;
-webkit-transition: top 0.3s ease-in-out;
-moz-transition: top 0.3s ease-in-out;
-ms-transition: top 0.3s ease-in-out;
-o-transition: top 0.3s ease-in-out;
transition: top 0.3s ease-in-out;
border-bottom: 1px solid #e6e6e6;
background-color: #fff;
}
.fixNav-enabled .fixed-active .header-wrapper:hover .menu-wrapper {
max-height: 100px;
}
.fixNav-enabled .fixed-active .header-wrapper .menu-wrapper {
overflow: hidden;
border-top: none;
}
.fixNav-enabled .fixed-active .header-wrapper .menu-wrapper .nav-sublist-dropdown {
top: 60px;
}
.fixNav-enabled .fixed-active .header-wrapper .top-bar {
max-height: 0;
overflow: hidden;
padding: 0;
}
.fixNav-enabled .fixed-active .header-wrapper .top-content {
display: none;
}
.fixNav-enabled .fixed-active .header-type-2.menu-wrapper {
border-bottom: none;
}
.fixNav-enabled .fixed-active .navbar {
padding: 15px 0 !important;
}
.fixNav-enabled .fixed-active .shop-text {
display: none;
}
.fixNav-enabled .fixed-active .navbar-right .header-search input::-webkit-input-placeholder,
.fixNav-enabled .fixed-active .tbs.blog-description {
color: #999 !important;
}
.fixNav-enabled .fixed-active .header-logo img {
max-width: 170px !important;
}
.fixNav-enabled .fixed-active .header-logo img.logo-default {
display: none;
}
.fixNav-enabled .fixed-active .header-logo img.logo-fixed {
display: inline-block;
}
.fixNav-enabled .fixed-active .menu-wrapper {
max-height: 0;
}
.fixNav-enabled .fixed-active .menu-wrapper .menu > li > a {
color: #000;
}
.fixNav-enabled .fixed-active .menu-wrapper .menu > li > a:hover {
color: #8a8a8a ;
}
.fixNav-enabled .fixed-active .menu-wrapper .menu > li > a:after {
color: #000 !important;
}
.fixNav-enabled .fixed-active .menu-wrapper:hover {
overflow: visible;
}
.fixNav-enabled .fixed-active header {
padding-bottom: 0;
}
.fixNav-enabled .fixed-active.fixed-active-animate .header-wrapper {
top: 0;
visibility: visible;
}
.fixNav-enabled .fixed-active.fixed-active-animate .header-wrapper .menu-wrapper {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.fixNav-enabled.admin-bar .header-wrapper {
top: auto;
}
.fixNav-enabled.admin-bar .fixed-active {
top: auto;
}
.fixNav-enabled.admin-bar .fixed-active .header-wrapper {
top: -100px;
}
.fixNav-enabled.admin-bar .fixed-active.fixed-active-animate {
top: 32px;
}
.languages-area {
float: left;
height: 23px;
}
.languages-area #lang_sel li {
z-index: 1;
width: 170px;
}
.languages-area .lang_sel_list_horizontal a {
background-color: transparent !important;
color: #FFF !important;
line-height: 20px !important;
}
.languages-area .lang_sel_list_horizontal a:hover {
color: #8a8a8a;
}
.languages-area .lang_sel_list_horizontal #lang_sel_list img.iclflag {
top: 0;
}
.languages-area .lang_sel_list_horizontal#lang_sel_list {
font-size: 11px !important;
height: 20px;
}
.languages-area .lang_sel_list_horizontal#lang_sel_list li {
margin-right: 5px !important;
}
.languages-area .widget_icl_lang_sel_widget + .widget_currency_sel_widget,
.languages-area .widget_currency_sel_widget + .widget_icl_lang_sel_widget {
position: relative;
}
.languages-area .widget_icl_lang_sel_widget + .widget_currency_sel_widget:before,
.languages-area .widget_currency_sel_widget + .widget_icl_lang_sel_widget:before {
content: "";
display: inline-block;
float: left;
left: -20px;
width: 1px;
height: 8px;
background: #fff;
margin: 6px 12px 0;
}
.languages-area .widget_icl_lang_sel_widget {
float: left;
padding-top: 3px;
}
.languages-area .widget_icl_lang_sel_widget #lang_sel a.lang_sel_sel {
background-image: url(//lindoguitars.com/wp-content/themes/classico/images/select-arrow.jpg);
background-position: 97% 50%;
background-repeat: no-repeat;
}
.languages-area .widget_currency_sel_widget {
float: left;
margin-right: 20px;
padding-top: 3px;
}
.languages-area .widget_currency_sel_widget select {
height: 26px;
line-height: 20px;
border: 1px solid #cdcdcd;
min-width: 70px;
}
.languages-area .widget_currency_sel_widget ul.wcml_currency_switcher li {
border: none;
font-size: 11px;
text-transform: uppercase;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.languages-area .widget_currency_sel_widget ul.wcml_currency_switcher li:hover {
color: #8a8a8a;
}
.languages-area .widget_currency_sel_widget .wcml_currency_switcher.curr_list_horizontal {
display: inline-block;
}
.links {
padding: 0;
margin: 0;
list-style: none;
display: inline-block;
}
.links li {
display: inline-block;
position: relative;
}
.links li a:hover {
text-decoration: underline;
}
.navbar-toggle .icon-bar {
background-color: #888;
}
.navbar-toggle.show-nav .icon-bar {
background-color: #3d3d3d;
}
.navbar-toggle {
border-color: #DDD;
float: left;
margin: 59px 30px 0 0;
background: #dfdfdf;
}
.navbar-toggle.collapsed {
background: #F8F8F8;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-left: 0;
margin-right: 0;
padding: 0;
}
.page-wrapper .header-type-3.slider-overlap .header .navbar-header {
width: 13% !important;
}
.navbar-collapse {
padding-left: 0;
padding-right: 0;
max-height: none;
}
.collapse {
vertical-align: middle;
}
.tbs {
display: table-cell;
vertical-align: middle;
}
.tbs.blog-description {
width: 33.33%;
}
.navbar {
margin-bottom: 0;
padding: 40px 0;
display: table;
margin: 0;
width: 100%;
}
.navbar .container-fluid {
display: table-row;
}
.languages {
float: left;
}
.languages li {
margin-right: 8px;
font-size: 12px;
line-height: 28px;
}
.languages li.lastItem {
margin-right: 0;
}
.languages li.lastItem:after {
content: '';
display: inline-block;
width: 1px;
height: 8px;
background: #fff;
margin: 7px 12px 0;
}
.languages li a {
font-size: 12px;
}
.languages li.active {
font-weight: 400;
}
.currency {
float: left;
margin-left: 14px;
}
.currency li {
font-size: 11px;
margin-right: 8px;
line-height: 26px;
}
.currency li.lastItem {
margin-right: 0;
}
.currency li a {
font-size: 11px;
}
.currency li:first-child a:before {
content: "";
width: 1px;
height: 10px;
top: 1px;
display: inline-block;
position: relative;
left: -12px;
background-color: #8a8a8a;
}
.top-links {
float: right;
padding-top: 3px;
padding-bottom: 3px;
}
.top-links li.lastItem a:after {
content: none;
}
.top-links li:after {
content: 'I';
font-family: 'Open Sans', sans-serif;
display: inline-block;
width: 1px;
height: auto;
margin: 2px 12px 0;
}
.top-links li:last-child:after {
display: none;
}
.top-links li.popup_link:before {
content: "\f003";
position: relative;
left: -10px;
font-family: FontAwesome;
-webkit-transition: color 0.25s ease-in-out;
-moz-transition: color 0.25s ease-in-out;
-ms-transition: color 0.25s ease-in-out;
-o-transition: color 0.25s ease-in-out;
transition: color 0.25s ease-in-out;
}
.top-links li.popup_link:hover:before {
text-decoration: none;
}
.top-links li.popup_link:after {
-webkit-transition: color 0.25s ease-in-out;
-moz-transition: color 0.25s ease-in-out;
-ms-transition: color 0.25s ease-in-out;
-o-transition: color 0.25s ease-in-out;
transition: color 0.25s ease-in-out;
}
.top-links .lastItem:after {
content: none;
}
.topbar-widget {
display: inline-block;
font-family: 'Open Sans', sans-serif;
margin-left: 15px;
font-size: 13px;
font-weight: 400;
}
.topbar-widget ul li {
display: inline-block;
list-style: none;
}
.topbar-widget ul {
display: inline-block;
margin-bottom: 0;
}
.topbar-widget p {
margin-bottom: 0;
}
.topbar-widget .menu-social-icons {
top: 0 !important;
}
.topbar-widget .menu-social-icons li {
margin-right: 0;
}
.topbar-widget .menu-social-icons li:after {
display: none;
}
.topbar-widget .menu-social-icons li i {
height: auto;
font-size: 14px;
line-height: 11px;
width: 23px;
color: #FFF;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.main-header > .container {
position: relative;
}
.header-logo {
float: none;
display: table-cell;
vertical-align: middle;
width: 33.33% !important;
position: relative;
text-align: center;
}
.header-logo img {
max-width: 280px;
}
.header-logo img.logo-fixed {
display: none;
} .navbar-right {
padding: 0;
float: none !important;
display: table-cell;
vertical-align: middle;
min-width: 100px;
width: 33.33% !important;
text-align: right;
}
.navbar-right span {
display: inline-block;
padding-right: 15px;
}
.navbar-right a.popup-with-form {
color: #3d3d3d;
}
.navbar-right .header-search {
display: inline-block;
}
.navbar-right .header-search input[type="text"] {
width: 170px;
display: inline-block;
padding-right: 30px;
color: #999 !important;
font-size: 12px;
}
.navbar-right .header-search button[type="submit"] {
display: inline-block;
font-size: 0;
position: relative;
margin-left: -36px;
top: 1px;
background-color: transparent;
text-align: center;
line-height: 12px;
padding: 7px 10px;
width: 36px;
}
.navbar-right .header-search button[type="submit"] i {
font-size: 14px;
color: #999;
}
.navbar-right .header-search .search-dropdown .popup-with-form {
display: none;
}
.navbar-right .navbar-right {
float: right !important;
width: 100% !important;
}
.header-search .search-with-form {
position: relative;
}
.header-search .search-with-form .popup-with-form span {
display: none;
}
.header-search .search-with-form .popup-with-form i {
font-size: 18px;
line-height: 18px;
padding-top: 5px;
}
.header-search .search-with-form form {
position: absolute;
z-index: 1000;
top: 65px;
width: 350px;
right: 0;
padding: 20px;
visibility: hidden;
opacity: 0;
border: 1px solid #e6e6e6;
background-color: #FFF;
transition: all 0.25s ease-in-out;
}
.header-search .search-with-form form button[type="submit"] {
font-size: 0.9285em;
background-color: #262626;
float: right;
width: auto;
color: #fff;
height: 34px;
top: 0 !important;
line-height: 20px;
}
.header-search .search-with-form form button[type="submit"] i {
display: none;
}
.header-search .search-with-form form button[type="submit"]:hover {
background-color: #000;
}
.header-search .search-with-form form input[type="text"] {
float: left;
height: 34px;
width: 215px;
font-size: 1em !important;
padding-right: 10px;
}
.header-search .search-with-form form input[type="text"]:focus {
border-color: #000 !important;
}
.header-search .search-with-form form:before {
content: '';
display: block;
top: -15px;
left: auto;
right: 0;
border: solid transparent;
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-bottom-color: #E6E6E6;
border-width: 7px 8px;
margin-left: -6px;
}
.header-search .search-with-form:hover form {
visibility: visible;
opacity: 1;
top: 50px;
}
.header-search .search-with-form:hover form:after {
content: "";
display: block;
width: 100%;
height: 50px;
position: absolute;
top: -30px;
left: 30px;
}
.page-heading-slider {
float: left;
width: 100%;
}
.move-bottom-button {
width: 50px;
height: 50px;
display: block;
font-size: 0;
-webkit-border-radius: 100%;
border-radius: 100%;
background-image: url(//lindoguitars.com/wp-content/themes/classico/images/move-bottom.png);
background-repeat: no-repeat;
background-position: center center;
}
.search-no-results .blog-masonry {
height: auto !important;
}  .register-link,
.login-link {
position: relative;
}
.register-link .register-popup,
.login-link .register-popup,
.register-link .login-popup,
.login-link .login-popup {
visibility: hidden;
opacity: 0;
z-index: 10000;
filter: alpha(opacity=0);
-webkit-transition: all 0.3s ease 0.25s;
-ms-transition: all 0.3s ease 0.25s;
-o-transition: all 0.3s ease 0.25s;
transition: all 0.3s ease 0.25s;
padding: 20px 25px 10px;
width: 300px;
background: #fff;
border: 2px solid #E6E6E6;
position: fixed;
top: 51px;
left: auto;
right: auto;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
color: #767676;
-webkit-box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.07);
box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.07);
}
.register-link .register-popup:before,
.login-link .register-popup:before,
.register-link .login-popup:before,
.login-link .login-popup:before {
content: ' ';
display: block;
top: -15px;
left: 149px;
border: solid transparent;
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-bottom-color: #E6E6E6;
border-width: 7px 8px;
margin-left: -6px;
}
.register-link .register-popup .popup-title,
.login-link .register-popup .popup-title,
.register-link .login-popup .popup-title,
.login-link .login-popup .popup-title {
float: left;
width: 100%;
margin: -10px 0 20px;
border-bottom: 1px solid #252525;
}
.register-link .register-popup .popup-title span,
.login-link .register-popup .popup-title span,
.register-link .login-popup .popup-title span,
.login-link .login-popup .popup-title span {
font-size: 15px;
font-weight: 500;
color: #252525;
background-color: #FFF;
padding-right: 20px;
text-transform: uppercase;
letter-spacing: 1px;
position: relative;
top: 10px;
}
.register-link .register-popup .login-remember,
.login-link .register-popup .login-remember,
.register-link .login-popup .login-remember,
.login-link .login-popup .login-remember {
margin-bottom: 0;
}
.register-link .register-popup .login-remember label,
.login-link .register-popup .login-remember label,
.register-link .login-popup .login-remember label,
.login-link .login-popup .login-remember label {
margin-top: 5px;
}
.register-link .register-popup p,
.login-link .register-popup p,
.register-link .login-popup p,
.login-link .login-popup p {
float: left;
width: 100%;
margin-bottom: 10px;
}
.register-link .register-popup label,
.login-link .register-popup label,
.register-link .login-popup label,
.login-link .login-popup label {
float: left;
width: 100%;
margin-bottom: 5px;
font-size: 14px;
font-weight: 400;
}
.register-link .register-popup input,
.login-link .register-popup input,
.register-link .login-popup input,
.login-link .login-popup input {
float: left;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #d5d5d5;
height: 40px;
padding: 10px;
margin-bottom: 5px;
}
.register-link .register-popup input:focus,
.login-link .register-popup input:focus,
.register-link .login-popup input:focus,
.login-link .login-popup input:focus {
outline: none;
border-color: #252525;
}
.register-link .register-popup input[type=submit],
.login-link .register-popup input[type=submit],
.register-link .login-popup input[type=submit],
.login-link .login-popup input[type=submit] {
float: left;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 13px !important;
font-weight: 400;
letter-spacing: 1px;
margin-top: 10px;
padding: 10px 22px;
}
.register-link .register-popup a.border-grey,
.login-link .register-popup a.border-grey,
.register-link .login-popup a.border-grey,
.login-link .login-popup a.border-grey {
background-color: #B8B8B8;
border-color: #B8B8B8;
padding: 10px 22px;
margin-top: 10px;
font-size: 13px !important;
float: right;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.register-link .register-popup a.border-grey:hover,
.login-link .register-popup a.border-grey:hover,
.register-link .login-popup a.border-grey:hover,
.login-link .login-popup a.border-grey:hover {
background-color: #262626;
border-color: #262626;
color: #FFF;
}
.register-link .register-popup .popup-terms,
.login-link .register-popup .popup-terms,
.register-link .login-popup .popup-terms,
.login-link .login-popup .popup-terms {
font-size: 14px !important;
margin-bottom: 0px;
}
.register-link .register-popup .popup-terms a,
.login-link .register-popup .popup-terms a,
.register-link .login-popup .popup-terms a,
.login-link .login-popup .popup-terms a {
color: #8a8a8a;
text-transform: none;
font-size: 14px;
}
.register-link .register-popup .popup-terms a:hover,
.login-link .register-popup .popup-terms a:hover,
.register-link .login-popup .popup-terms a:hover,
.login-link .login-popup .popup-terms a:hover {
color: #252525;
}
.register-link .register-popup .form-row.right,
.login-link .register-popup .form-row.right,
.register-link .login-popup .form-row.right,
.login-link .login-popup .form-row.right {
margin-bottom: 10px;
}
.register-link .register-popup,
.login-link .register-popup {
left: -250px;
}
.register-link .register-popup:before,
.login-link .register-popup:before {
left: 260px;
}
.register-link:hover .register-popup,
.login-link:hover .register-popup,
.register-link:hover .login-popup,
.login-link:hover .login-popup {
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
top: 36px;
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.et-register-form {
display: inline-block;
width: 100%;
}
.et-register-form .form-row.right {
display: inline-block;
float: right;
}
.et-register-form .form-row.right .btn {
float: right;
}
.woocommerce-account .sidebar {
display: none !important;
}
.woocommerce-account.logged-in .sidebar.sidebar-left {
display: block !important;
}
.woocommerce-account.logged-in .content {
width: 75% !important;
}
.woocommerce-account.logged-in .sidebar-position-without .content {
width: 100% !important;
}
.woocommerce-account form fieldset {
padding: 1px;
margin-top: 10px;
}
.woocommerce-account form fieldset legend {
font-size: 16px;
font-weight: 600;
color: #000;
padding-bottom: 10px;
margin-bottom: 15px;
border-bottom: 1px solid #e6e6e6;
}
.woocommerce-account .woocommerce > h3 {
font-size: 30px;
}
@media only screen and (max-width: 425px) {
.woocommerce-account.logged-in .content {
width: 100% !important;
}
.woocommerce-MyAccount-content .woocommerce-Message--info.woocommerce-info .woocommerce-Button {
top: 0.9em;
}
}
.woocommerce .col2-set.addresses {
width: 100%;
display: inline-block;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
float: left;
width: 48%;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
float: right;
width: 48%;
}
.addresses {
margin-bottom: 30px;
}
.register-link .btn-black {
width: 100% !important;
color: #fff;
}
.captcha-block {
float: left;
width: auto;
margin-bottom: 20px;
}
.captcha-block img {
float: left;
margin-top: 8px;
}
.captcha-block input {
float: left !important;
width: 70px !important;
margin-top: 8px;
height: 24px !important;
padding: 2px 10px !important;
margin-left: 20px;
}
.spinner {
display: none;
}   .shopping-container,
.cart_list.product_list_widget {
float: right;
position: relative;
}
.shopping-container ul > li:first-child,
.cart_list.product_list_widget ul > li:first-child {
padding-top: 20px;
}
.shopping-container .medium-h,
.cart_list.product_list_widget .medium-h {
border-bottom: 1px solid  #e4e4e4;
}
.shopping-container .media a img,
.cart_list.product_list_widget .media a img {
max-width: 80px;
}
.shopping-container .small-h,
.cart_list.product_list_widget .small-h {
font-size: 16px;
color: #252525;
line-height: 25px;
font-weight: 400;
font-family: 'Open Sans', sans-serif;
border-bottom: none;
}
.shopping-container .big-coast,
.cart_list.product_list_widget .big-coast {
color: #252525;
font-size: 16px;
font-weight: 400;
padding-right: 0;
}
.shopping-container .big-coast span,
.cart_list.product_list_widget .big-coast span {
padding-right: 0;
}
.shopping-container .big-coast:hover,
.cart_list.product_list_widget .big-coast:hover {
color: #252525;
}
.shopping-container .btn.border-grey,
.cart_list.product_list_widget .btn.border-grey {
padding: 10px 6px !important;
margin-bottom: 10px;
font-size: 13px !important;
background-color: #B8B8B8;
border-color: #B8B8B8;
color: #fff;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.shopping-container .btn.border-grey:hover,
.cart_list.product_list_widget .btn.border-grey:hover {
background-color: #8a8a8a;
border: 1px solid #8a8a8a;
color: #fff;
}
.cart_list.product_list_widget {
float: left;
width: 100%;
}
.shopping-container:hover .cart-popup-container {
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
top: 57px;
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.shopping-container:hover .cart-popup-container:after {
content: "";
position: absolute;
top: -37px;
height: 37px;
width: 100%;
left: 10px;
display: block;
}
.shopping-container .woocommerce-mini-cart-item .woocommerce-Price-amount {
padding-right: 0px;
}
.shopping-container .woocommerce-mini-cart-item .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
padding-right: 0px;
}
.cart-design-1 .shopping-cart-widget {
padding: 0 0;
border: none;
}
.cart-design-1 .shopping-cart-widget .shop-text,
.cart-design-1 .shopping-cart-widget .total,
.cart-design-1 .shopping-cart-widget .badge-number {
display: none;
}
.cart-design-1 .shopping-cart-widget .cart-bag {
position: relative;
padding-top: 3px;
right: 0;
margin-left: 20px;
}
.cart-design-1 .shopping-cart-widget .ico-sum {
width: 18px;
height: 21px;
background: url(//lindoguitars.com/wp-content/themes/classico/images/icons-sprite.png) no-repeat 0 0;
display: block;
background-position: -7px -6px;
}
.cart-design-2 .shopping-cart-widget {
padding: 0;
border: none;
margin-left: 20px;
}
.cart-design-2 .shopping-cart-widget .shop-text {
margin-top: 4px;
font-size: 0px;
float: left;
text-transform: none;
padding-right: 0;
font-family: Georgia;
color: #909090;
display: inline-block !important;
}
.cart-design-2 .shopping-cart-widget .shop-text .total {
color: #292929;
padding-right: 0;
font-weight: 500;
font-size: 14px;
}
.cart-design-2 .shopping-cart-widget .shop-text .total span {
padding-right: 0;
}
.cart-design-2 .shopping-cart-widget .cart-bag {
margin-left: 5px;
height: 25px;
position: relative;
display: inline-block;
padding: 0;
right: 0;
top: 2px;
float: right;
text-align: center;
}
.cart-design-2 .shopping-cart-widget .cart-bag:before {
content: "";
position: relative;
display: block;
z-index: 1;
width: 14px;
height: 26px;
top: -8px;
left: 50%;
background-color: transparent;
border: 2px solid #3d3d3d;
border-radius: 15px;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: top 0.3s ease-in-out;
-moz-transition: top 0.3s ease-in-out;
-ms-transition: top 0.3s ease-in-out;
-o-transition: top 0.3s ease-in-out;
transition: top 0.3s ease-in-out;
}
.cart-design-2 .shopping-cart-widget .cart-bag:hover:before {
top: -10px;
}
.cart-design-2 .shopping-cart-widget .cart-bag .badge-number {
background-color: #fff;
color: #fff;
display: block;
min-width: 20px;
border: 2px solid #3d3d3d;
-webkit-border-radius: 0px;
border-radius: 0px;
font-weight: 600;
z-index: 1;
font-size: 13px;
font-family: "Open Sans", sans-serif;
line-height: 16px;
margin-top: -25px;
right: 0;
padding: 0 5px !important;
position: relative;
-webkit-transition: color 0.3s ease-in-out;
-moz-transition: color 0.3s ease-in-out;
-ms-transition: color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out;
transition: color 0.3s ease-in-out;
}
.cart-design-2 .shopping-cart-widget .cart-bag .badge-number:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: inherit;
z-index: -1;
box-shadow: inset 0 0 0 35px #3d3d3d;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
transition: box-shadow 0.3s, transform 0.3s;
}
.cart-design-2 .shopping-cart-widget .cart-bag .badge-number:after {
content: "";
width: 100%;
position: absolute;
display: none !important;
bottom: -6px;
height: 2px;
left: -2px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
background-color: #3d3d3d;
border-left: 2px solid #3d3d3d;
border-right: 2px solid #3d3d3d;
display: block;
}
.cart-design-2 .shopping-cart-widget .cart-bag .badge-number:hover {
color: #252525;
-webkit-transition: color 0.3s ease-in-out;
-moz-transition: color 0.3s ease-in-out;
-ms-transition: color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out;
transition: color 0.3s ease-in-out;
}
.cart-design-2 .shopping-cart-widget .cart-bag .badge-number:hover:before {
box-shadow: inset 0 0 0 1px #3d3d3d;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
-webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
transition: box-shadow 0.3s, transform 0.3s;
}
.cart-design-2 .shopping-cart-widget .ico-sum {
background: none;
display: none;
}
@media (min-width: 992px) {
.cart-design-2.design-white .shop-text,
.breadcrumbs-type-8:not(.home) .cart-design-2 .shop-text,
.breadcrumbs-type-8:not(.home) .header-wrapper:not(.header-vertical) .cart-design-2 .shop-text,
.cart-design-2.design-white .total,
.breadcrumbs-type-8:not(.home) .cart-design-2 .total,
.breadcrumbs-type-8:not(.home) .header-wrapper:not(.header-vertical) .cart-design-2 .total {
color: #FFF !important;
}
.cart-design-2.design-white .cart-bag:before,
.breadcrumbs-type-8:not(.home) .cart-design-2 .cart-bag:before,
.breadcrumbs-type-8:not(.home) .header-wrapper:not(.header-vertical) .cart-design-2 .cart-bag:before {
border-color: #fff;
}
.cart-design-2.design-white .cart-bag .badge-number,
.breadcrumbs-type-8:not(.home) .cart-design-2 .cart-bag .badge-number,
.breadcrumbs-type-8:not(.home) .header-wrapper:not(.header-vertical) .cart-design-2 .cart-bag .badge-number {
border-color: #fff;
color: #3d3d3d;
line-height: 16px !important;
padding: 0 5px !important;
min-width: 20px !important;
}
.cart-design-2.design-white .cart-bag .badge-number:before,
.breadcrumbs-type-8:not(.home) .cart-design-2 .cart-bag .badge-number:before,
.breadcrumbs-type-8:not(.home) .header-wrapper:not(.header-vertical) .cart-design-2 .cart-bag .badge-number:before {
-webkit-box-shadow: inset 0 0 0 35px #fff;
box-shadow: inset 0 0 0 35px #fff;
}
.cart-design-2.design-white .cart-bag .badge-number:after,
.breadcrumbs-type-8:not(.home) .cart-design-2 .cart-bag .badge-number:after,
.breadcrumbs-type-8:not(.home) .header-wrapper:not(.header-vertical) .cart-design-2 .cart-bag .badge-number:after {
background-color: #fff;
border-left: 2px solid #fff;
border-right: 2px solid #fff;
}
.cart-design-2.design-white .cart-bag .badge-number:hover:before,
.breadcrumbs-type-8:not(.home) .cart-design-2 .cart-bag .badge-number:hover:before,
.breadcrumbs-type-8:not(.home) .header-wrapper:not(.header-vertical) .cart-design-2 .cart-bag .badge-number:hover:before {
-webkit-box-shadow: inset 0 0 0 1px #fff;
box-shadow: inset 0 0 0 1px #fff;
}
.cart-design-2.design-white .shop-text,
.breadcrumbs-type-8:not(.home) .cart-design-2 .shop-text,
.breadcrumbs-type-8:not(.home) .header-wrapper:not(.header-vertical) .cart-design-2 .shop-text {
margin-top: 5px;
}
.header-vertical-enable .navbar-right {
text-align: center;
margin-top: 20px;
}
.header-vertical-enable .cart-design-2 {
float: none;
display: inline-block;
}
}
.fixNav-enabled .fixed-active .cart-design-2.design-white .shop-text,
.fixNav-enabled.home .fixed-active .header-type-3.slider-overlap .cart-design-2 .shop-text,
.fixNav-enabled.home .fixed-active .header-type-6.slider-overlap .cart-design-2 .shop-text,
.fixNav-enabled.breadcrumbs-type-8 .fixed-active .header-wrapper .cart-design-2 .shop-text,
.fixNav-enabled .fixed-active .cart-design-2.design-white .total,
.fixNav-enabled.home .fixed-active .header-type-3.slider-overlap .cart-design-2 .total,
.fixNav-enabled.home .fixed-active .header-type-6.slider-overlap .cart-design-2 .total,
.fixNav-enabled.breadcrumbs-type-8 .fixed-active .header-wrapper .cart-design-2 .total {
color: #3d3d3d !important;
}
.fixNav-enabled .fixed-active .cart-design-2.design-white .cart-bag,
.fixNav-enabled.home .fixed-active .header-type-3.slider-overlap .cart-design-2 .cart-bag,
.fixNav-enabled.home .fixed-active .header-type-6.slider-overlap .cart-design-2 .cart-bag,
.fixNav-enabled.breadcrumbs-type-8 .fixed-active .header-wrapper .cart-design-2 .cart-bag {
top: 3px;
}
.fixNav-enabled .fixed-active .cart-design-2.design-white .cart-bag:before,
.fixNav-enabled.home .fixed-active .header-type-3.slider-overlap .cart-design-2 .cart-bag:before,
.fixNav-enabled.home .fixed-active .header-type-6.slider-overlap .cart-design-2 .cart-bag:before,
.fixNav-enabled.breadcrumbs-type-8 .fixed-active .header-wrapper .cart-design-2 .cart-bag:before {
border-color: #3d3d3d;
}
.fixNav-enabled .fixed-active .cart-design-2.design-white .cart-bag .badge-number,
.fixNav-enabled.home .fixed-active .header-type-3.slider-overlap .cart-design-2 .cart-bag .badge-number,
.fixNav-enabled.home .fixed-active .header-type-6.slider-overlap .cart-design-2 .cart-bag .badge-number,
.fixNav-enabled.breadcrumbs-type-8 .fixed-active .header-wrapper .cart-design-2 .cart-bag .badge-number {
border-color: #3d3d3d !important;
color: #fff;
line-height: 16px !important;
padding: 0 5px !important;
min-width: 20px !important;
}
.fixNav-enabled .fixed-active .cart-design-2.design-white .cart-bag .badge-number:before,
.fixNav-enabled.home .fixed-active .header-type-3.slider-overlap .cart-design-2 .cart-bag .badge-number:before,
.fixNav-enabled.home .fixed-active .header-type-6.slider-overlap .cart-design-2 .cart-bag .badge-number:before,
.fixNav-enabled.breadcrumbs-type-8 .fixed-active .header-wrapper .cart-design-2 .cart-bag .badge-number:before {
-webkit-box-shadow: inset 0 0 0 35px #3d3d3d;
box-shadow: inset 0 0 0 35px #3d3d3d;
}
.fixNav-enabled .fixed-active .cart-design-2.design-white .cart-bag .badge-number:after,
.fixNav-enabled.home .fixed-active .header-type-3.slider-overlap .cart-design-2 .cart-bag .badge-number:after,
.fixNav-enabled.home .fixed-active .header-type-6.slider-overlap .cart-design-2 .cart-bag .badge-number:after,
.fixNav-enabled.breadcrumbs-type-8 .fixed-active .header-wrapper .cart-design-2 .cart-bag .badge-number:after {
background-color: #3d3d3d;
border-left: 2px solid #3d3d3d;
border-right: 2px solid #3d3d3d;
}
.fixNav-enabled .fixed-active .cart-design-2.design-white .cart-bag .badge-number:hover,
.fixNav-enabled.home .fixed-active .header-type-3.slider-overlap .cart-design-2 .cart-bag .badge-number:hover,
.fixNav-enabled.home .fixed-active .header-type-6.slider-overlap .cart-design-2 .cart-bag .badge-number:hover,
.fixNav-enabled.breadcrumbs-type-8 .fixed-active .header-wrapper .cart-design-2 .cart-bag .badge-number:hover {
color: #3d3d3d;
}
.fixNav-enabled .fixed-active .cart-design-2.design-white .cart-bag .badge-number:hover:before,
.fixNav-enabled.home .fixed-active .header-type-3.slider-overlap .cart-design-2 .cart-bag .badge-number:hover:before,
.fixNav-enabled.home .fixed-active .header-type-6.slider-overlap .cart-design-2 .cart-bag .badge-number:hover:before,
.fixNav-enabled.breadcrumbs-type-8 .fixed-active .header-wrapper .cart-design-2 .cart-bag .badge-number:hover:before {
-webkit-box-shadow: inset 0 0 0 1px #3d3d3d;
box-shadow: inset 0 0 0 1px #3d3d3d;
}
.fixNav-enabled .fixed-active .cart-design-2.design-white .shop-text,
.fixNav-enabled.home .fixed-active .header-type-3.slider-overlap .cart-design-2 .shop-text,
.fixNav-enabled.home .fixed-active .header-type-6.slider-overlap .cart-design-2 .shop-text,
.fixNav-enabled.breadcrumbs-type-8 .fixed-active .header-wrapper .cart-design-2 .shop-text {
margin-top: 5px;
}
.cart-popup-container {
z-index: 1000;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
padding: 20px 25px 25px;
width: 300px;
text-align: left;
background-color: #fff !important;
border: 1px solid #E6E6E6;
position: absolute;
top: 65px;
right: 0;
}
.cart-popup-container p {
font-size: 14px;
color: #737373;
margin: 0;
padding-bottom: 8px;
border-bottom: 1px solid #e6e6e6;
}
.cart-popup-container .cart-popup .empty {
margin-bottom: 0;
}
.cart-popup-container:before {
content: '';
display: block;
top: -15px;
left: auto;
right: 0;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-bottom-color: #E6E6E6;
border-width: 7px 8px;
margin-left: -6px;
}
.cart-summ {
color: #000;
}
.cart-summ:hover,
.cart-summ:focus {
color: #000;
text-decoration: none;
}
.order-list {
padding: 0;
list-style: none;
margin: 0 0 1.0714em;
}
.order-list li {
width: 100%;
border-bottom: 1px solid #E4E4E4;
padding: 0.7142em 0 0.7142em !important;
position: relative;
}
.order-list .media-heading a {
font-size: 0.9285em;
line-height: 1.0714em;
text-transform: uppercase;
}
.order-list .descr-box {
line-height: 1.5714em;
}
.order-list .descr-box dl {
float: left;
width: 100%;
margin-bottom: 0;
}
.order-list .descr-box dl dt,
.order-list .descr-box dl dd {
font-size: 0.8571em;
color: #767676;
display: block;
font-weight: 400;
float: left;
clear: both;
}
.order-list .descr-box dl dt p,
.order-list .descr-box dl dd p {
margin-bottom: 0;
padding-bottom: 0;
margin-top: 3px;
border-bottom: none;
line-height: 1.2857em;
font-size: 0.8571em;
color: #252525;
}
.order-list .descr-box dl dd {
margin-right: 5px;
clear: none;
}
.order-list .size {
font-size: 0.8571em;
color: #767676;
display: block;
}
.order-list .media {
margin-top: 0;
}
.order-list .media-body {
padding-right: 1.5em;
}
.order-list .coast {
color: #000;
}
.medium-coast {
font-weight: 400;
}
.close-order-li {
background: url(//lindoguitars.com/wp-content/themes/classico/images/icons-sprite.png) no-repeat -7px -73px;
width: 16px;
height: 16px;
position: absolute;
right: 0;
top: 16px;
border: none;
}
.close-order-li:hover {
opacity: 0.8;
}
.big-coast {
font-weight: 500;
margin-bottom: 1.4285em;
}
.big-coast:hover {
text-decoration: none;
}
.bottom-btn .btn {
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.bottom-btn .btn.btn-grey {
margin-bottom: 3px;
}
.bottom-btn .btn.btn-black:hover {
background-color: #8a8a8a;
border-color: #8a8a8a;
}  .header-wrapper .widget-container {
margin-bottom: 0;
}  .page-heading {
padding: 1.7857em 0;
margin-bottom: 2.142em;
text-align: center;
}
.page-heading.bc-type-default,
.page-heading.bc-type-2 {
text-transform: uppercase;
}
.page-heading.bc-type-default .title,
.page-heading.bc-type-2 .title {
display: none;
}
.page-heading.bc-type-default a,
.page-heading.bc-type-2 a {
text-transform: uppercase;
}
.page-heading.bc-type-default .breadcrumbs,
.page-heading.bc-type-2 .breadcrumbs,
.page-heading.bc-type-default .woocommerce-breadcrumb,
.page-heading.bc-type-2 .woocommerce-breadcrumb {
font-size: 0.8571em;
}
.page-heading.bc-type-default .back-history,
.page-heading.bc-type-2 .back-history {
font-size: 0.8571em;
}
.page-heading.bc-type-default .breadcrumbs .back-history,
.page-heading.bc-type-2 .breadcrumbs .back-history {
font-size: 1em;
}
.page-heading.bc-type-2 {
text-align: left;
}
.page-heading.bc-type-3 {
padding: 2.8571em 0 2.1428em;
text-align: center;
-webkit-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.page-heading.bc-type-4 {
text-align: left;
padding: 2.8571em 0 2.1428em;
}
.page-heading.bc-type-5,
.page-heading.bc-type-6,
.page-heading.bc-type-7,
.page-heading.bc-type-8 {
padding: 3.5714em 0;
background-attachment: fixed !important;
-webkit-background-size: 100%;
-o-background-size: 100%;
background-size: 100%;
}
.page-heading.bc-type-5 h1.title,
.page-heading.bc-type-6 h1.title,
.page-heading.bc-type-7 h1.title,
.page-heading.bc-type-8 h1.title {
font-size: 3.4285em;
color: #FFF;
margin: 0 auto;
max-width: 770px;
}
.page-heading.bc-type-5 .delimeter,
.page-heading.bc-type-6 .delimeter,
.page-heading.bc-type-7 .delimeter,
.page-heading.bc-type-8 .delimeter {
color: #FFF;
}
.page-heading.bc-type-5 .breadcrumbs,
.page-heading.bc-type-6 .breadcrumbs,
.page-heading.bc-type-7 .breadcrumbs,
.page-heading.bc-type-8 .breadcrumbs,
.page-heading.bc-type-5 .woocommerce-breadcrumb,
.page-heading.bc-type-6 .woocommerce-breadcrumb,
.page-heading.bc-type-7 .woocommerce-breadcrumb,
.page-heading.bc-type-8 .woocommerce-breadcrumb {
color: #FFF;
font-size: 1em;
}
.page-heading.bc-type-5 .breadcrumbs a,
.page-heading.bc-type-6 .breadcrumbs a,
.page-heading.bc-type-7 .breadcrumbs a,
.page-heading.bc-type-8 .breadcrumbs a,
.page-heading.bc-type-5 .woocommerce-breadcrumb a,
.page-heading.bc-type-6 .woocommerce-breadcrumb a,
.page-heading.bc-type-7 .woocommerce-breadcrumb a,
.page-heading.bc-type-8 .woocommerce-breadcrumb a {
color: #fff;
}
.page-heading.bc-type-5 .breadcrumbs a:hover,
.page-heading.bc-type-6 .breadcrumbs a:hover,
.page-heading.bc-type-7 .breadcrumbs a:hover,
.page-heading.bc-type-8 .breadcrumbs a:hover,
.page-heading.bc-type-5 .woocommerce-breadcrumb a:hover,
.page-heading.bc-type-6 .woocommerce-breadcrumb a:hover,
.page-heading.bc-type-7 .woocommerce-breadcrumb a:hover,
.page-heading.bc-type-8 .woocommerce-breadcrumb a:hover {
color: #FFF;
}
.page-heading.bc-type-5 .back-history,
.page-heading.bc-type-6 .back-history,
.page-heading.bc-type-7 .back-history,
.page-heading.bc-type-8 .back-history {
color: #FFF;
}
.page-heading.bc-type-5 .back-history:hover:before,
.page-heading.bc-type-6 .back-history:hover:before,
.page-heading.bc-type-7 .back-history:hover:before,
.page-heading.bc-type-8 .back-history:hover:before {
color: #FFF !important;
}
.page-heading.bc-type-6 {
text-align: left;
}
.page-heading.bc-type-6 h1.title {
max-width: 100%;
}
.page-heading.bc-type-7,
.page-heading.bc-type-8 {
background-attachment: scroll !important;
-webkit-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
@media (min-width: 1400px) {
.breadcrumbs-type-8 .page-heading.bc-type-8 {
padding: 20em 0 16.4285em;
}
}
.page-heading.bc-type-9 {
display: none !important;
}
.breadcrumbs,
.woocommerce-breadcrumb {
list-style: none;
display: block;
width: 100%;
padding: 0;
font-size: 1em;
font-weight: 400;
margin: 0;
color: #999;
}
.breadcrumbs .prev-history a,
.woocommerce-breadcrumb .prev-history a {
color: #999;
}
.breadcrumbs a,
.woocommerce-breadcrumb a {
color: #999;
}
.breadcrumbs a:hover,
.woocommerce-breadcrumb a:hover {
color: #8a8a8a;
}
.breadcrumbs li,
.woocommerce-breadcrumb li {
display: inline-block;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.breadcrumbs li a,
.woocommerce-breadcrumb li a {
color: #8a8a8a;
}
.breadcrumbs li a:hover,
.woocommerce-breadcrumb li a:hover {
color: #767676;
}
.breadcrumbs li:after,
.woocommerce-breadcrumb li:after {
content: '/';
font-size: 0.9285em;
margin: 0 0.3571em 0 0.5em;
}
.breadcrumbs li.lastItem:after,
.woocommerce-breadcrumb li.lastItem:after {
display: none;
}
.back-history {
position: absolute;
right: 20px;
top: 50%;
margin-top: -9px;
font-size: 1em;
color: #999;
font-weight: 400;
}
.back-history:hover,
.back-history:focus {
text-decoration: none;
}
.back-history:hover:before,
.back-history:focus:before {
color: #8a8a8a;
}
.back-history:before {
content: "\f104";
font-family: FontAwesome;
padding-right: 0.35714em;
}
.single-post .back-history {
display: none;
}  .header-type-1 .menu-wrapper .nav-sublist-dropdown {
top: 59px;
}
.header-type-1 .cart-design-1 .cart-bag {
padding-top: 3px;
}  .header-type-2 .menu-wrapper .menu > li {
margin-bottom: -5px;
}
.header-type-2 .menu-wrapper .nav-sublist-dropdown {
top: 59px;
}
.header-type-2 .menu-wrapper .menu > li > a {
text-transform: none;
font-size: 16px;
padding-top: 25px;
padding-bottom: 25px;
}
.fixed-active .header-type-2 .menu-wrapper {
border: none;
}
.fixed-active .header-type-2 .menu-wrapper .nav-sublist-dropdown {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}  .header-type-3 {
width: 100%;
}
.header-type-3.slider-overlap {
z-index: 1000;
}
.header-type-3.slider-overlap .header {
margin-bottom: 0;
padding-bottom: 0;
}
.header-type-3.slider-overlap .header .header-logo {
width: auto !important;
text-align: left;
}
.header-type-3.slider-overlap .header .menu-wrapper {
display: table-cell;
vertical-align: middle;
text-align: right;
}
.header-type-3.slider-overlap .header .menu-wrapper .menu > li > a {
text-transform: none;
font-size: 16px;
}
.header-type-3.slider-overlap .header .header-search {
margin-top: 1px;
}
.header-type-3.slider-overlap .header .header-search .popup-with-form {
display: block;
font-size: 18px;
}
.header-type-3.slider-overlap .header .navbar-right {
width: auto !important;
}
.header-type-3.slider-overlap .cart-popup-container:before {
left: auto;
right: -2px;
top: -15px;
}
.home .header-type-3 .header {
background-color: transparent;
}
.fixed-active .header-type-3 .menu-wrapper {
max-height: none !important;
}
.fixed-active .header-type-3 .menu-wrapper .menu > li > a {
color: #000;
}
.fixed-active .header-type-3 .menu-wrapper .menu > li > a:hover {
color: #8a8a8a;
}
.fixed-active .header-type-3 .header .header-search .popup-with-form {
color: #3d3d3d !important;
}
.fixed-active .header-type-3 .header .shopping-cart-widget .ico-sum {
background-position: -7px -6px !important;
}
.home .header-type-3.slider-overlap {
position: absolute;
}
.home .header-type-3 .top-bar {
background-color: rgba(0, 0, 0, 0.3);
}
.home .header-type-3 .header .header-logo {
width: auto !important;
text-align: left;
}
.home .header-type-3 .header .menu-wrapper {
border-top: none;
text-align: right;
}
.home .header-type-3 .header .menu-wrapper .menu > li > a {
text-transform: none;
font-size: 16px;
}
.home .header-type-3 .header .header-search .popup-with-form {
display: block;
font-size: 18px;
}
.home .header-type-3 .header .navbar-right {
width: auto !important;
}
.home .header-type-3 .header .cart-design-1 .shopping-cart-widget .ico-sum {
background-position: -88px -6px;
}
.home .header-type-3 .header .menu-icon {
color: #FFF;
cursor: pointer;
}
.page-heading-slider .wpb_revslider_element {
overflow: hidden;
}  body .fixed-icon {
display: none;
}
body.home .fixed-icon {
display: block;
position: fixed;
top: 65px;
left: -500px;
color: #fff;
font-size: 30px;
opacity: 1;
z-index: 5000;
cursor: pointer;
transition: opacity .3s, left .4s, color 0.3s;
-webkit-transition: opacity .3s, left .4s, color 0.3s;
-moz-transition: opacity .3s, left .4s, color 0.3s;
}
body.home .header-type-4,
body.home .header-type-11 {
position: absolute;
-webkit-transform: translateZ(0px);
top: 30px;
left: 30px;
bottom: 0;
background: transparent;
z-index: 5000;
width: 315px;
text-align: center;
transition: left .3s !important;
-webkit-transition: left .3s !important;
-moz-transition: left .3s !important;
}
body.home .header-type-4 header,
body.home .header-type-11 header {
background-color: transparent;
}
body.home .header-type-4 .top-bar,
body.home .header-type-11 .top-bar {
display: none;
}
body.home .header-type-4 .container .navbar-right,
body.home .header-type-11 .container .navbar-right,
body.home .header-type-4 .container .tbs.blog-description,
body.home .header-type-11 .container .tbs.blog-description {
display: none;
}
body.home .header-type-4 .container .header-logo,
body.home .header-type-11 .container .header-logo {
display: block;
width: 100% !important;
text-align: left;
}
body.home .header-type-4 .container .header-logo img,
body.home .header-type-11 .container .header-logo img {
max-width: 240px;
}
body.home .header-type-4 .container .menu > li,
body.home .header-type-11 .container .menu > li {
width: 100%;
}
body.home .header-type-4 .container .menu > li > a,
body.home .header-type-11 .container .menu > li > a {
color: #FFF;
font-size: 16px;
padding-top: 12px;
padding-bottom: 12px;
text-transform: uppercase;
}
body.home .header-type-4 .container .menu > li .nav-sublist-dropdown,
body.home .header-type-11 .container .menu > li .nav-sublist-dropdown {
right: -50px;
left: auto;
top: -12px !important;
background-color: rgba(38, 38, 38, 0.95);
opacity: 0.95;
}
body.home .header-type-4 .container .menu > li .nav-sublist-dropdown ul,
body.home .header-type-11 .container .menu > li .nav-sublist-dropdown ul {
border: none;
padding: 20px 0;
}
body.home .header-type-4 .container .menu > li .nav-sublist-dropdown ul .nav-sublist ul,
body.home .header-type-11 .container .menu > li .nav-sublist-dropdown ul .nav-sublist ul {
background-color: rgba(38, 38, 38, 0.95);
opacity: 0.95;
top: -20px;
}
body.home .header-type-4 .container .menu > li .nav-sublist-dropdown li a,
body.home .header-type-11 .container .menu > li .nav-sublist-dropdown li a {
color: #bdbdbd;
font-size: 14px;
}
body.home .header-type-4 .container .menu > li .nav-sublist-dropdown:before,
body.home .header-type-11 .container .menu > li .nav-sublist-dropdown:before {
content: "";
display: block;
position: absolute;
left: -14px;
top: 25px;
width: 0;
height: 0;
border-style: solid;
border-width: 11px 14px 11px 0;
opacity: 0.95;
border-color: transparent #262626 transparent transparent;
}
body.home .header-type-4 .menu-wrapper,
body.home .header-type-11 .menu-wrapper {
border-top: none;
max-height: none !important;
}
body.home .header-type-11 .container .menu > li > a {
color: #3d3d3d;
}
body.home .template-content.show-fixed:before {
opacity: 1;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
body.home .template-content.show-fixed .header-type-4,
body.home .template-content.show-fixed .header-type-11 {
left: 0 !important;
}
body.home .template-content.show-fixed .fixed-icon {
left: -500px !important;
opacity: 1;
}
body.home .template-content.fixed-active .header-type-4,
body.home .template-content.fixed-active .header-type-11 {
left: -315px;
}
body.home .template-content.fixed-active .fixed-icon {
color: #3d3d3d;
left: 40px;
}
body.home .template-content.fixed-active.show-fixed .header-type-4,
body.home .template-content.fixed-active.show-fixed .header-type-11 {
left: 0;
position: fixed;
}
@media (min-width: 992px) {
body.home .header-type-4 .container,
body.home .header-type-11 .container {
width: 100%;
}
.header-type-7 + .page-heading.bc-type-8,
.header-type-8 + .page-heading.bc-type-8,
.header-type-10 + .page-heading.bc-type-8 {
margin-top: 0 !important;
}
.fixNav-enabled .header-wrapper {
position: relative;
}
.home.fixNav-enabled .header-wrapper.slider-overlap {
position: absolute;
}
.mobile-menu-wrapper {
display: none !important;
}
.admin-bar.fixNav-enabled .fixed-active-animate .header-wrapper {
top: 32px;
}
.menu .nav-sublist-dropdown ul > li.menu-item-has-children > .nav-sublist {
display: none;
}
.menu .nav-sublist-dropdown ul > li.menu-item-has-children:hover > .nav-sublist {
display: block;
}
}  .header-type-5 {
position: relative;
background-color: #FFF;
}
.header-type-5 .header {
margin-bottom: 0;
}
.header-type-5 .header .navbar {
padding: 25px 0;
}
.header-type-5 .header .header-logo {
width: auto !important;
text-align: left;
}
.header-type-5 .header .header-logo img {
max-width: 250px;
}
.header-type-5 .header .menu-wrapper {
text-align: right;
max-height: 100%;
overflow: visible !important;
display: table-cell;
vertical-align: middle;
}
.header-type-5 .header .menu-wrapper .menu > li > a {
text-transform: uppercase;
}
.header-type-5 .header .header-search {
line-height: 23px;
}
.header-type-5 .header .header-search form {
display: none;
}
.header-type-5 .header .header-search form input[type="text"] {
float: left;
}
.header-type-5 .header .header-search form button {
float: right;
top: 5px;
}
.header-type-5 .header .header-search .search-with-form form {
display: block;
}
.header-type-5 .header .header-search .popup-with-form {
font-size: 18px;
display: block;
}
.header-type-5 .header .navbar-right {
width: auto !important;
}
.header-type-5 .header .navbar-right span {
padding-right: 0;
}
.header-type-5 .header .menu-icon {
cursor: pointer;
}
.header-type-5 .advert-block {
display: none !important;
}
.fixed-active .header-type-5 .navbar-right {
min-width: 200px;
}
@media (min-width: 992px) {
.breadcrumbs-type-8:not(.home) .header-wrapper {
position: absolute ;
}
.breadcrumbs-type-8:not(.home) .page-wrapper {
padding-top: 0 !important;
}
.breadcrumbs-type-8:not(.home) .top-bar,
.breadcrumbs-type-8:not(.home) header {
background-color: transparent;
}
.breadcrumbs-type-8:not(.home) .top-bar .navbar,
.breadcrumbs-type-8:not(.home) header .navbar {
padding: 20px 0;
}
.breadcrumbs-type-8:not(.home) .top-bar .menu > li.menu-item-has-children > a:after,
.breadcrumbs-type-8:not(.home) header .menu > li.menu-item-has-children > a:after {
color: #FFF;
}
.breadcrumbs-type-8:not(.home) .top-bar .shopping-cart-widget .ico-sum,
.breadcrumbs-type-8:not(.home) header .shopping-cart-widget .ico-sum {
background-position: -88px -6px !important;
}
.breadcrumbs-type-8:not(.home) .top-bar {
background-color: transparent !important;
}
.breadcrumbs-type-8:not(.home) .top-bar .widget_nav_menu .menu > li:after {
color: #FFF;
}
.breadcrumbs-type-8:not(.home) .top-bar .topbar-widget .menu-social-icons li i {
color: #FFF;
}
.breadcrumbs-type-8:not(.home) .top-bar .topbar-widget .menu-social-icons li i:hover {
color: #ececec;
}
.breadcrumbs-type-8:not(.home) .top-bar .languages li.active,
.breadcrumbs-type-8:not(.home) .top-bar .currency li.active {
color: #FFF;
}
.breadcrumbs-type-8:not(.home) .top-bar a,
.breadcrumbs-type-8:not(.home) .top-bar .textwidget {
color: #FFF !important;
}
.breadcrumbs-type-8:not(.home) .top-bar .currency li:first-child a:before {
background-color: #FFF;
}
.breadcrumbs-type-8:not(.home) a.popup-with-form {
color: #FFF;
}
.breadcrumbs-type-8 .page-heading.bc-type-8 {
padding: 14.2857em 0 7.8571em;
}
.breadcrumbs-type-8 .page-heading.bc-type-8 h1.title {
color: #FFF;
font-size: 4em;
}
.breadcrumbs-type-8 .breadcrumbs,
.breadcrumbs-type-8 .woocommerce-breadcrumb {
color: #FFF;
}
.breadcrumbs-type-8 .breadcrumbs a,
.breadcrumbs-type-8 .woocommerce-breadcrumb a {
color: #FFF;
}
.breadcrumbs-type-8 .header-type-1 + .page-heading.bc-type-8,
.breadcrumbs-type-8 .header-type-2 + .page-heading.bc-type-8,
.breadcrumbs-type-8 .header-type-4 + .page-heading.bc-type-8,
.breadcrumbs-type-8 .header-type-6 + .page-heading.bc-type-8,
.breadcrumbs-type-8 .header-type-13 + .page-heading.bc-type-8,
.breadcrumbs-type-8 .header-type-14 + .page-heading.bc-type-8,
.breadcrumbs-type-8 .header-type-15 + .page-heading.bc-type-8 {
padding: 240px 0 120px;
}
.breadcrumbs-type-8 .header-type-1 .menu-wrapper,
.breadcrumbs-type-8 .header-type-2 .menu-wrapper,
.breadcrumbs-type-8 .header-type-4 .menu-wrapper,
.breadcrumbs-type-8 .header-type-11 .menu-wrapper,
.breadcrumbs-type-8 .header-type-13 .menu-wrapper,
.breadcrumbs-type-8 .header-type-14 .menu-wrapper,
.breadcrumbs-type-8 .header-type-15 .menu-wrapper,
.breadcrumbs-type-8 .header-type-16 .menu-wrapper {
border-top: none;
border-bottom: none;
}
.breadcrumbs-type-8 .header-type-1 .top-content,
.breadcrumbs-type-8 .header-type-2 .top-content,
.breadcrumbs-type-8 .header-type-4 .top-content,
.breadcrumbs-type-8 .header-type-11 .top-content,
.breadcrumbs-type-8 .header-type-13 .top-content,
.breadcrumbs-type-8 .header-type-14 .top-content,
.breadcrumbs-type-8 .header-type-15 .top-content,
.breadcrumbs-type-8 .header-type-16 .top-content {
border-bottom: none;
}
.breadcrumbs-type-8 .header-type-1 .top-content .header-search .popup-with-form i,
.breadcrumbs-type-8 .header-type-2 .top-content .header-search .popup-with-form i,
.breadcrumbs-type-8 .header-type-4 .top-content .header-search .popup-with-form i,
.breadcrumbs-type-8 .header-type-11 .top-content .header-search .popup-with-form i,
.breadcrumbs-type-8 .header-type-13 .top-content .header-search .popup-with-form i,
.breadcrumbs-type-8 .header-type-14 .top-content .header-search .popup-with-form i,
.breadcrumbs-type-8 .header-type-15 .top-content .header-search .popup-with-form i,
.breadcrumbs-type-8 .header-type-16 .top-content .header-search .popup-with-form i,
.breadcrumbs-type-8 .header-type-1 .top-content .shopping-container .shopping-cart-widget .shop-text,
.breadcrumbs-type-8 .header-type-2 .top-content .shopping-container .shopping-cart-widget .shop-text,
.breadcrumbs-type-8 .header-type-4 .top-content .shopping-container .shopping-cart-widget .shop-text,
.breadcrumbs-type-8 .header-type-11 .top-content .shopping-container .shopping-cart-widget .shop-text,
.breadcrumbs-type-8 .header-type-13 .top-content .shopping-container .shopping-cart-widget .shop-text,
.breadcrumbs-type-8 .header-type-14 .top-content .shopping-container .shopping-cart-widget .shop-text,
.breadcrumbs-type-8 .header-type-15 .top-content .shopping-container .shopping-cart-widget .shop-text,
.breadcrumbs-type-8 .header-type-16 .top-content .shopping-container .shopping-cart-widget .shop-text,
.breadcrumbs-type-8 .header-type-1 .top-content .shopping-container .shopping-cart-widget .total,
.breadcrumbs-type-8 .header-type-2 .top-content .shopping-container .shopping-cart-widget .total,
.breadcrumbs-type-8 .header-type-4 .top-content .shopping-container .shopping-cart-widget .total,
.breadcrumbs-type-8 .header-type-11 .top-content .shopping-container .shopping-cart-widget .total,
.breadcrumbs-type-8 .header-type-13 .top-content .shopping-container .shopping-cart-widget .total,
.breadcrumbs-type-8 .header-type-14 .top-content .shopping-container .shopping-cart-widget .total,
.breadcrumbs-type-8 .header-type-15 .top-content .shopping-container .shopping-cart-widget .total,
.breadcrumbs-type-8 .header-type-16 .top-content .shopping-container .shopping-cart-widget .total {
color: #FFF;
}
.breadcrumbs-type-8 .header-type-1 .tbs.blog-description,
.breadcrumbs-type-8 .header-type-2 .tbs.blog-description,
.breadcrumbs-type-8 .header-type-4 .tbs.blog-description,
.breadcrumbs-type-8 .header-type-11 .tbs.blog-description,
.breadcrumbs-type-8 .header-type-13 .tbs.blog-description,
.breadcrumbs-type-8 .header-type-14 .tbs.blog-description,
.breadcrumbs-type-8 .header-type-15 .tbs.blog-description,
.breadcrumbs-type-8 .header-type-16 .tbs.blog-description,
.breadcrumbs-type-8 .header-type-1 .navbar-right,
.breadcrumbs-type-8 .header-type-2 .navbar-right,
.breadcrumbs-type-8 .header-type-4 .navbar-right,
.breadcrumbs-type-8 .header-type-11 .navbar-right,
.breadcrumbs-type-8 .header-type-13 .navbar-right,
.breadcrumbs-type-8 .header-type-14 .navbar-right,
.breadcrumbs-type-8 .header-type-15 .navbar-right,
.breadcrumbs-type-8 .header-type-16 .navbar-right {
color: #FFF;
}
.breadcrumbs-type-8 .header-type-1 .navbar-right .header-search input[type="text"],
.breadcrumbs-type-8 .header-type-2 .navbar-right .header-search input[type="text"],
.breadcrumbs-type-8 .header-type-4 .navbar-right .header-search input[type="text"],
.breadcrumbs-type-8 .header-type-11 .navbar-right .header-search input[type="text"],
.breadcrumbs-type-8 .header-type-13 .navbar-right .header-search input[type="text"],
.breadcrumbs-type-8 .header-type-14 .navbar-right .header-search input[type="text"],
.breadcrumbs-type-8 .header-type-15 .navbar-right .header-search input[type="text"],
.breadcrumbs-type-8 .header-type-16 .navbar-right .header-search input[type="text"] {
background-color: transparent;
color: #FFF;
}
.breadcrumbs-type-8 .header-type-1 .navbar-right .header-search input[type="text"]:focus,
.breadcrumbs-type-8 .header-type-2 .navbar-right .header-search input[type="text"]:focus,
.breadcrumbs-type-8 .header-type-4 .navbar-right .header-search input[type="text"]:focus,
.breadcrumbs-type-8 .header-type-11 .navbar-right .header-search input[type="text"]:focus,
.breadcrumbs-type-8 .header-type-13 .navbar-right .header-search input[type="text"]:focus,
.breadcrumbs-type-8 .header-type-14 .navbar-right .header-search input[type="text"]:focus,
.breadcrumbs-type-8 .header-type-15 .navbar-right .header-search input[type="text"]:focus,
.breadcrumbs-type-8 .header-type-16 .navbar-right .header-search input[type="text"]:focus {
border-color: #fff;
}
.breadcrumbs-type-8 .header-type-1 .navbar-right .header-search button[type="submit"] i,
.breadcrumbs-type-8 .header-type-2 .navbar-right .header-search button[type="submit"] i,
.breadcrumbs-type-8 .header-type-4 .navbar-right .header-search button[type="submit"] i,
.breadcrumbs-type-8 .header-type-11 .navbar-right .header-search button[type="submit"] i,
.breadcrumbs-type-8 .header-type-13 .navbar-right .header-search button[type="submit"] i,
.breadcrumbs-type-8 .header-type-14 .navbar-right .header-search button[type="submit"] i,
.breadcrumbs-type-8 .header-type-15 .navbar-right .header-search button[type="submit"] i,
.breadcrumbs-type-8 .header-type-16 .navbar-right .header-search button[type="submit"] i {
color: #FFF;
}
.breadcrumbs-type-8 .header-type-6,
.breadcrumbs-type-8 .header-type-5 {
background-color: transparent;
}
.breadcrumbs-type-8 .header-type-6 .header,
.breadcrumbs-type-8 .header-type-5 .header {
background-color: transparent !important;
}
.breadcrumbs-type-8 .fixed-active .header-type-5 .header .shopping-cart-widget .ico-sum,
.breadcrumbs-type-8 .fixed-active .header-type-9 .header .shopping-cart-widget .ico-sum {
background-position: -7px -6px !important;
}
.breadcrumbs-type-8 .fixed-active .header-search .popup-with-form {
color: #3d3d3d;
}
.breadcrumbs-type-8:not(.home) .header-type-5 .shopping-cart-widget .shop-text {
color: #FFF;
}
.breadcrumbs-type-8:not(.home) .header-type-5 .shopping-cart-widget .shop-text .total {
color: #FFF;
}
.breadcrumbs-type-8:not(.home) .header-type-5 .shopping-cart-widget .cart-bag:before {
border: 2px solid #fff;
border-radius: 15px 15px 0 0;
}
.breadcrumbs-type-8:not(.home) .header-type-5 .shopping-cart-widget .cart-bag .badge-number {
color: #3d3d3d;
border: 2px solid #fff;
}
.breadcrumbs-type-8:not(.home) .header-type-5 .shopping-cart-widget .cart-bag .badge-number:before {
-webkit-box-shadow: inset 0 0 0 35px #fff;
box-shadow: inset 0 0 0 35px #fff;
}
.breadcrumbs-type-8:not(.home) .header-type-5 .shopping-cart-widget .cart-bag .badge-number:hover:before {
-webkit-box-shadow: inset 0 0 0 1px #fff;
box-shadow: inset 0 0 0 1px #fff;
}
.breadcrumbs-type-8 .fixed-active .header-type-5 .cart-bag:before {
border: 2px solid #3d3d3d;
}
.breadcrumbs-type-8 .fixed-active .header-type-5 .cart-bag .badge-number {
color: #fff;
border: 2px solid #3d3d3d;
}
.breadcrumbs-type-8 .fixed-active .header-type-5 .cart-bag .badge-number:before {
-webkit-box-shadow: inset 0 0 0 35px #3d3d3d;
box-shadow: inset 0 0 0 35px #3d3d3d;
}
.breadcrumbs-type-8 .fixed-active .header-type-5 .cart-bag .badge-number:hover:before {
-webkit-box-shadow: inset 0 0 0 1px #3d3d3d;
box-shadow: inset 0 0 0 1px #3d3d3d;
}
.breadcrumbs-type-8 .fixed-active .header-type-5 .navbar-right .shop-text {
color: #909090;
}
.breadcrumbs-type-8 .fixed-active .header-type-5 .navbar-right .shop-text .total {
color: #292929;
}
.home.breadcrumbs-type-8 a.popup-with-form {
color: #3d3d3d;
}
.home.breadcrumbs-type-8 .slider-overlap a.popup-with-form {
color: #FFF;
}
.breadcrumbs-type-8:not(.home) .header-wrapper {
position: absolute;
}
}  .header-type-6.slider-overlap {
z-index: 1000;
width: 100%;
}
.header-type-6.slider-overlap .top-bar {
background-color: rgba(0, 0, 0, 0.3);
}
.header-type-6.slider-overlap .header .header-logo {
width: 100% !important;
text-align: center;
}
.header-type-6.slider-overlap .header .menu-wrapper {
text-align: right;
}
.header-type-6.slider-overlap .header .menu-wrapper .collapse > div {
display: inline-block;
margin: 0 10px;
}
.header-type-6.slider-overlap .header .menu-wrapper .menu > li > a {
text-transform: none;
font-size: 18px;
padding-left: 20px;
padding-right: 20px;
}
.header-type-6.slider-overlap .header .menu-wrapper .menu li.menu-item-has-children > a:after {
font-size: 16px;
}
.header-type-6.slider-overlap .header .header-search {
position: relative;
top: -20px;
}
.header-type-6.slider-overlap .header .header-search .search-dropdown form {
display: none;
}
.header-type-6.slider-overlap .header .header-search .search-with-form:hover form {
top: 48px;
}
.header-type-6.slider-overlap .header .header-search .popup-with-form {
font-size: 16px;
}
.header-type-6.slider-overlap .header .navbar-right {
width: auto !important;
}
.header-type-6.slider-overlap .header .shopping-container {
float: none;
top: -12px;
}
.header-type-6.slider-overlap .header .shopping-container.cart-design-1 {
top: -14px;
}
.header-type-6.slider-overlap .header .shopping-container.cart-design-2 {
top: -8px;
}
.header-type-6.slider-overlap .header .shopping-container.cart-design-2 .cart-popup-container {
right: 0;
top: 40px;
}
.header-type-6.slider-overlap .header .shopping-container .cart-popup-container:before {
right: -2px;
top: -15px;
}
.header-type-6.slider-overlap .header .menu-icon {
cursor: pointer;
}
.header-type-6.slider-overlap .cart-popup-container:before {
left: auto;
right: 2px;
top: -16px;
}
.home .header-type-6.slider-overlap {
width: 100%;
position: absolute;
}
.home .header-type-6.slider-overlap .header {
background-color: transparent;
margin-bottom: 0;
}
.home .header-type-6.slider-overlap .header .shopping-container .shopping-cart-widget .ico-sum {
background-position: -88px -6px;
}
.home .header-type-6.slider-overlap .header .header-search .popup-with-form {
color: #fff;
}
.fixNav-enabled .fixed-active .header-type-6 .shopping-container .cart-popup-container {
top: 28px;
}
.fixNav-enabled .fixed-active .header-type-6 .shopping-container .shopping-cart-widget .ico-sum {
background-position: -7px -6px !important;
}
.fixNav-enabled .fixed-active .header-type-6 .header-search .popup-with-form {
color: #3d3d3d !important;
}
.fixNav-enabled .fixed-active .header-type-6 .menu-wrapper > li > a {
color: #000 !important;
}
.fixNav-enabled .fixed-active .header-type-6 .menu-wrapper .nav-sublist-dropdown {
top: 63px !important;
}
.page-heading-slider .wpb_revslider_element {
overflow: hidden;
}
.single-product-fixed .woocommerce-variation-add-to-cart {
display: inline-block;
}
.tp-rightarrow.default {
width: 45px !important;
height: 45px !important;
border: 2px solid #fff;
background-image: none;
-webkit-border-radius: 100%;
border-radius: 100%;
text-align: center;
}
.tp-rightarrow.default:before {
content: "\f105";
font-family: FontAwesome;
font-size: 30px;
color: #FFF;
position: relative;
top: -1px;
right: -1px;
}
.tp-leftarrow.default {
width: 45px !important;
height: 45px !important;
border: 2px solid #fff;
background-image: none;
-webkit-border-radius: 100%;
border-radius: 100%;
text-align: center;
}
.tp-leftarrow.default:before {
content: "\f104";
font-family: FontAwesome;
font-size: 30px;
color: #FFF;
position: relative;
top: -1px;
left: -1px;
}
.tp-rightarrow.default,
.tp-leftarrow.default {
line-height: 42px;
top: 50% !important;
margin-top: -21px;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.tp-rightarrow.default:before,
.tp-leftarrow.default:before {
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.tp-rightarrow.default:hover,
.tp-leftarrow.default:hover {
background-color: #FFF;
}
.tp-rightarrow.default:hover:before,
.tp-leftarrow.default:hover:before {
color: #3d3d3d;
}  .header-vertical-enable .page-wrapper {
margin-left: 250px;
padding-top: 0 !important;
}
.header-vertical-enable .page-heading-slider .fullscreen-container {
width: 100% !important;
left: 0 !important;
}
.header-vertical-enable .page-heading-slider .fullscreen-container .tp-rightarrow {
right: 40px !important;
}
.header-vertical-enable .page-heading-slider .fullscreen-container .tp-leftarrow {
left: 40px !important;
}
.header-vertical-enable .page-heading-slider .fullscreen-container .tp-bullets {
margin-left: -25px !important;
}
.header-vertical-enable .page-heading.bc-type-8 {
padding-top: 110px;
}
.header-vertical-enable .header-vertical {
position: fixed !important;
visibility: visible !important;
width: 250px !important;
left: 0;
top: 0 !important;
border-right: 1px solid #e6e6e6;
margin-top: 0 !important;
z-index: 1002;
height: 100%;
padding-top: 0;
background-color: #FFF;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.header-vertical-enable .header-vertical .container {
width: 100%;
}
.header-vertical-enable .header-vertical .container > div {
display: block;
}
.header-vertical-enable .header-vertical .container .navbar {
padding: 40px 0 !important;
}
.header-vertical-enable .header-vertical .container .navbar-right {
width: 100% !important;
display: inline-block;
}
.header-vertical-enable .header-vertical .container .navbar-right .header-search {
vertical-align: top;
}
.header-vertical-enable .header-vertical .container .navbar-right .cart-design-2 .shopping-cart-widget {
margin-left: 0;
margin-right: 20px;
}
.header-vertical-enable .header-vertical .container .navbar-right .cart-design-2 .shopping-cart-widget .cart-bag {
float: left;
margin-left: 0;
margin-right: 17px;
}
.header-vertical-enable .header-vertical .container .navbar-right .cart-design-2 .shopping-cart-widget .cart-bag .badge-number {
color: #FFF;
}
.header-vertical-enable .header-vertical .container .navbar-right .cart-design-2 .shopping-cart-widget .cart-bag .badge-number:before {
-webkit-box-shadow: inset 0 0 0 35px #3d3d3d;
box-shadow: inset 0 0 0 35px #3d3d3d;
}
.header-vertical-enable .header-vertical .container .navbar-right .cart-design-2 .shopping-cart-widget .shop-text {
color: #3d3d3d !important;
}
.header-vertical-enable .header-vertical .container .navbar-right .cart-design-1 {
float: none;
display: inline-block;
margin-right: 0;
top: 3px;
}
.header-vertical-enable .header-vertical .container .navbar-right .cart-design-1 .cart-bag {
margin-left: 0;
margin-right: 10px;
display: inline-block;
}
.header-vertical-enable .header-vertical .container .navbar-right .cart-design-1 .shop-text,
.header-vertical-enable .header-vertical .container .navbar-right .cart-design-1 .total {
display: inline-block;
}
.header-vertical-enable .header-vertical .container .navbar-right .cart-design-1 .shop-text {
font-size: 0;
}
.header-vertical-enable .header-vertical .container .navbar-right .cart-design-1 .total {
font-size: 14px;
position: relative;
top: -3px;
}
.header-vertical-enable .header-vertical .container .navbar-right .cart-popup-container {
display: none;
}
.header-vertical-enable .header-vertical .container .header-logo {
width: 100% !important;
display: inline-block;
padding: 0 10px;
}
.header-vertical-enable .header-vertical .container .header-logo img {
max-width: 100% !important;
width: 100%;
}
.header-vertical-enable .header-vertical .top-bar {
display: none;
}
.header-vertical-enable .header-vertical .menu-wrapper {
max-height: none !important;
overflow: visible;
}
.header-vertical-enable .header-vertical .menu-wrapper .container {
padding: 0;
}
.header-vertical-enable .header-vertical .menu-wrapper .menu > li {
padding: 0 20px;
width: 100%;
}
.header-vertical-enable .header-vertical .menu-wrapper .menu > li > a {
padding-top: 12px;
padding-bottom: 12px;
text-transform: none;
font-size: 16px;
color: #3d3d3d;
}
.header-vertical-enable .header-vertical .menu-wrapper .menu > li > a:after {
color: #3d3d3d;
}
.header-vertical-enable .header-vertical .menu-wrapper .menu > li .nav-sublist-dropdown {
left: 100% !important;
right: auto !important;
top: 0 !important;
}
.header-vertical-enable .header-vertical .menu-wrapper .menu > li .nav-sublist-dropdown ul {
width: 210px;
}
.header-vertical-enable .header-vertical .menu-wrapper .menu > li .nav-sublist-dropdown ul > li a {
padding: 6px 25px;
}
.header-vertical-enable .header-vertical .menu-wrapper .menu > li.menu-item-has-children > a:after {
position: relative;
top: 2px;
content: "\f105";
font-family: FontAwesome !important;
font-size: 16px;
margin-left: 4px;
}
.header-vertical-enable .header-vertical .tbs.blog-description {
display: none;
}
.header-vertical-enable .header-vertical .languages-area {
position: absolute;
bottom: 30px;
left: 0;
width: 100%;
height: auto;
padding: 18px;
text-align: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.header-vertical-enable .header-vertical .languages-area .menu-social-icons {
width: 100%;
display: inline-block;
margin-bottom: 0;
}
.header-vertical-enable .header-vertical .languages-area .menu-social-icons i {
width: auto;
height: auto;
}
.header-vertical-enable .header-vertical .languages-area .menu-social-icons i:hover {
color: #3d3d3d;
}
.header-vertical-enable .header-vertical .languages-area .menu-social-icons li {
margin-right: 23px;
}
.header-vertical-enable .header-vertical .languages-area li {
font-size: 13px;
}
.header-vertical-enable .header-vertical .languages-area li a {
font-size: 13px;
font-weight: 500;
color: #737373;
}
.header-vertical-enable .header-vertical .languages-area li.active {
font-weight: 500;
color: #000;
}
.header-vertical-enable .header-vertical .languages-area .languages {
display: inline-block;
float: none;
margin-left: 12px;
}
.header-vertical-enable .header-vertical .languages-area .currency {
display: none;
}
.header-vertical-enable.vertical-right .page-wrapper {
margin-left: 0;
margin-right: 250px;
}
.header-vertical-enable.vertical-right .header-vertical {
left: auto !important;
right: 0 !important;
border-left: 1px solid #e6e6e6;
}
.header-vertical-enable.vertical-right .header-vertical .menu-wrapper .menu > li .nav-sublist-dropdown {
left: auto !important;
right: 100% !important;
}
.header-vertical-enable.vertical-right .header-vertical .menu-wrapper .menu > li .nav-sublist-dropdown ul > li ul {
left: auto;
right: 100%;
}
.header-vertical-enable.vertical-right .header-vertical .menu-wrapper .menu > li .nav-sublist-dropdown ul > li.menu-item-has-children > a:after {
display: none;
}
.header-vertical-enable.vertical-right .header-vertical .menu-wrapper .menu > li .nav-sublist-dropdown ul > li.menu-item-has-children > a:before {
content: "\f104";
font-family: FontAwesome !important;
position: relative;
display: inline-block;
padding-right: 8px;
margin-left: -15px;
}
.header-vertical-enable.vertical-right .header-vertical .menu-wrapper .menu > li.menu-item-has-children > a:after {
display: none;
}
.header-vertical-enable.vertical-right .header-vertical .menu-wrapper .menu > li.menu-item-has-children > a:before {
content: "\f104";
font-family: FontAwesome !important;
position: relative;
display: inline-block;
padding-right: 10px;
margin-left: -15px;
}
.header-vertical-enable.vertical-right .header-vertical .menu-wrapper .menu > li > a:after {
display: none;
}
.header-vertical-enable .row-count-4 .product {
width: 25% !important;
}
.header-vertical-enable .row-count-4 .product {
width: 25% !important;
}
.breadcrumbs-type-9 .page-content,
.breadcrumbs-type-9 .content-page,
.breadcrumbs-type-9 .sidebar,
.breadcrumbs-type-9.blog .content,
.breadcrumbs-type-9 .shop-full-width {
padding-top: 30px !important;
}
.breadcrumbs-type-9.home .page-content {
padding-top: 0;
}
.breadcrumbs-type-9.woocommerce .page-wrapper > .container .row > .content {
padding-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.banner-type-2:hover .banner-content h3 {
margin-bottom: 0;
}
.banner-type-2:hover .banner-content p {
padding-top: 0;
}
.banner-type-2:hover .banner-content a.btn {
margin-top: 0;
}
.single-product-large .col-md-9 .product-information > div .yith-wcwl-add-to-wishlist,
.single-product-large .col-md-9 .product-information > div .email-link,
.single-product-large .col-md-9 .product-information > div .sku_wrapper {
text-align: center;
display: inline-block;
width: 100%;
margin-right: 0;
margin-bottom: 10px;
}
.single-product-large .col-md-9 .product-information > div .product_meta,
.single-product-large .col-md-9 .product-information > div .share-title,
.single-product-large .col-md-9 .product-information > div .menu-social-icons {
text-align: center;
width: 100%;
}
.single-product-large .col-md-9 .product-information > div .menu-social-icons li {
float: none;
display: inline-block;
}
.navbar-right {
min-width: 50px;
}
.blog-full-width article {
width: 33.3% !important;
}
.var-8 {
border-width: 8px !important;
font-size: 90px;
line-height: 100px;
}
.woocommerce-product-search input[type="search"] {
width: 100% !important;
margin-bottom: 1.0714em;
}
}
@media (min-width: 992px) and (max-width: 1500px) {
.header-vertical-enable .container {
width: 100%;
}
.header-vertical-enable .page-wrapper > .container,
.header-vertical-enable footer > .container {
padding-right: 30px;
padding-left: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.header-vertical-enable article.content-small .content-article {
width: 44.2%;
}
.header-vertical-enable .filter-wrap .view-switcher {
width: 100px;
}
.product-content.sidebar-position-without .fixed-product-block {
min-height: 100vh !important;
}
}
@media (min-width: 1200px) and (max-width: 1500px) {
.header-vertical-enable .blog-full-width article {
width: 33.2%;
}
.header-vertical-enable .products-grid .product {
width: 25% !important;
}
.header-vertical-enable .products-grid .product:nth-child(4n+1) {
clear: both !important;
}
.header-vertical-enable .row-count-2 .product {
width: 50% !important;
}
.header-vertical-enable .row-count-3 .product {
width: 33.333% !important;
}
.header-vertical-enable .row-count-6 .product:nth-child(6n+1) {
clear: none !important;
}
.header-vertical-enable .row-count-5 .product:nth-child(5n+1) {
clear: none !important;
}
.header-vertical-enable .row-count-3 .product:nth-child(4n+1) {
clear: none !important;
}
.header-vertical-enable .carousel-area .owl-controls .owl-pagination {
display: block !important;
}
.header-vertical-enable .carousel-area .owl-controls .owl-buttons {
display: none;
}
.boxed .header-vertical-enable.template-container,
.framed .header-vertical-enable.template-container {
width: 970px;
}
.boxed .header-vertical-enable.template-container .page-heading.bc-type-8 .back-history,
.framed .header-vertical-enable.template-container .page-heading.bc-type-8 .back-history {
display: none;
}
.boxed .owl-carousel .owl-controls .owl-buttons > div,
.framed .owl-carousel .owl-controls .owl-buttons > div {
display: none;
}
}
@media (max-width: 767px) {
.shop_table td.product-remove,
.shop_table th.product-remove,
.shop_table .product-price,
.shop_table .product-subtotal {
display: none;
}
.shop_table .quantity.buttons_added input[type="number"] {
width: 40px;
}
.shop_table .product-details {
max-width: 170px;
text-align: left;
}
.shop_table td.product-details a {
white-space: pre-wrap;
text-transform: none;
}
.shop_table td.product-details .remove {
text-decoration: underline;
text-transform: none;
padding: 5px 0;
}
.woocommerce-cart .shop_table td.product-name {
width: auto;
max-width: 100px;
padding-top: 10px;
padding-left: 10px;
padding-right: 5px;
}
}
@media (min-width: 768px) and (max-width: 1200px) {
.header-vertical-enable .row-count-6 .product,
.header-vertical-enable .row-count-5 .product,
.header-vertical-enable .row-count-4 .product,
.header-vertical-enable .row-count-3 .product {
width: 33.3% !important;
}
.header-vertical-enable .row-count-2 .product {
width: 50% !important;
}
.product-category.columns-6 {
width: 33.33%;
}
}
@media (max-width: 767px) {
.header-vertical-enable .row-count-6 .product,
.header-vertical-enable .row-count-5 .product,
.header-vertical-enable .row-count-4 .product,
.header-vertical-enable .row-count-3 .product,
.header-vertical-enable .row-count-2 .product {
width: 100% !important;
}
}  .home .header-type-9 {
position: absolute;
bottom: 0;
top: auto;
width: 100%;
left: 0;
z-index: 1001;
border-bottom: 1px solid #ebebeb;
}
.home .header-type-9 .top-bar {
display: none;
}
.home .header-type-9 .header {
background-color: #FFF;
border-top: 1px solid #e6e6e6;
margin-bottom: 0;
padding: 0 50px;
}
.home .header-type-9 .header .container {
width: 100%;
padding: 0;
}
.home .header-type-9 .header .container .navbar {
padding: 20px 0;
}
.home .header-type-9 .header .header-logo {
width: 25%!important;
}
.home .header-type-9 .header .menu-wrapper {
width: 50%;
text-align: center;
display: table-cell;
vertical-align: middle;
}
.home .header-type-9 .header .menu-wrapper .nav-sublist-dropdown {
top: auto !important;
bottom: 71px;
}
.home .header-type-9 .header .menu-wrapper .nav-sublist-dropdown:before {
top: auto;
bottom: -25px;
}
.home .header-type-9 .header .menu > li > a {
font-size: 16px;
text-transform: none;
}
.home .header-type-9 .header .menu .item-design-full-width:before {
bottom: 31px;
}
.home .header-type-9 .header .search-with-form:hover form {
top: -117px;
}
.home .header-type-9 .header .search-with-form:hover form:before {
display: none;
}
.home .header-type-9 .header .search-with-form:hover form:after {
top: 75px;
}
.home .header-type-9 .shopping-container .cart-popup-container {
-webkit-box-shadow: none;
box-shadow: none;
border-width: 1px;
}
.home .header-type-9 .shopping-container .cart-popup-container:after {
content: "";
position: absolute;
bottom: -50px;
height: 50px;
width: 100%;
left: 0;
display: block;
}
.home .header-type-9 .shopping-container .cart-popup-container:before {
display: none;
}
.home .header-type-9 .shopping-container .cart-popup-container {
top: auto;
bottom: 65px;
}
.home .header-type-9 .advert-block {
width: 100%;
display: table !important;
}
.home .header-type-9 .advert-block .table-cell {
display: table-cell;
vertical-align: middle;
}
.home .header-type-9 .advert-block .table-cell img {
margin-left: 5px;
-webkit-filter: grayscale(1);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.home .header-type-9 .advert-block .table-cell img:hover {
-webkit-filter: grayscale(0);
}
.header-type-9 {
border-bottom: 1px solid #e6e6e6;
}
.header-type-9 .header .container .navbar {
padding: 20px 0;
}
.header-type-9 .header .navbar-header {
text-align: right;
width: auto !important;
}
.header-type-9 .header .navbar-header .navbar-right {
display: block;
width: auto !important;
}
.header-type-9 .header .header-search .search-dropdown form {
display: none;
}
.header-type-9 .header .header-search .popup-with-form {
font-size: 16px;
display: block;
}
.header-type-9 .header .header-logo {
text-align: left;
}
.header-type-9 .header .header-logo img {
max-width: 220px;
}
.header-type-9 .header .menu-wrapper {
vertical-align: middle;
display: table-cell;
}
.header-type-9 .header .menu-wrapper .menu > li > a {
text-transform: none;
font-size: 16px;
padding-left: 8px;
padding-right: 8px;
}
.header-type-9 .header .badge-number {
background-color: #424242;
}
.header-type-9 .header .menu-icon {
cursor: pointer;
}
.header-type-9 .header .advert-block {
display: none;
}
.header-type-9 + .page-heading-slider .wpb_revslider_element {
margin-bottom: 0 !important;
}
.breadcrumbs-type-8 .header-type-9 {
border-bottom: none;
}
.fixed-active .header-type-9 .menu-wrapper {
max-height: 100%;
}
.fixed-active .header-type-9 .menu-wrapper .nav-sublist-dropdown {
top: 60px !important;
bottom: auto !important;
}
.fixed-active .header-type-9 .menu-wrapper .nav-sublist-dropdown:before {
bottom: auto !important;
top: -10px !important;
}
.fixed-active .header-type-9 .shopping-container .cart-popup-container {
border-width: 1px;
}
.fixed-active .header-type-9 .shopping-container .cart-popup-container:before {
display: block;
}
.fixed-active .header-type-9 .shopping-container:hover .cart-popup-container {
top: 55px !important;
bottom: auto !important;
}  .header-vertical-enable .header-type-10 {
background-repeat: no-repeat;
-webkit-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-right: none;
}
.header-vertical-enable .header-type-10 header {
background: transparent;
}
.header-vertical-enable .header-type-10 header .menu-wrapper {
overflow: visible !important;
}
.header-vertical-enable .header-type-10 header .menu-wrapper .menu > li .nav-sublist-dropdown {
left: 85% !important;
}
.header-vertical-enable .header-type-10 .top-bar {
display: none;
}  .header-type-12 .tbs.blog-description,
.header-type-12 .navbar-right {
display: none;
}
.header-type-12 .header-logo {
width: 100%;
text-align: center;
}
.header-type-12 header {
margin-bottom: 0;
}
.header-type-12 .navbar {
padding: 25px 0;
}
.header-type-12 .menu-wrapper {
border-bottom: 1px solid #e6e6e6;
}
.header-type-12 .menu-wrapper .menu > li > a {
padding: 20px 25px 15px 25px;
}  .header-type-13 header,
.header-type-16 header {
margin-bottom: 0;
}
.header-type-13 .top-bar,
.header-type-16 .top-bar {
display: none;
}
.header-type-13 .navbar,
.header-type-16 .navbar {
padding: 0;
}
.header-type-13 .top-content,
.header-type-16 .top-content {
padding: 15px 0;
border-bottom: 1px solid #e6e6e6;
width: 100%;
font-size: 14px;
display: inline-block;
}
.header-type-13 .top-content .tbs.blog-description,
.header-type-16 .top-content .tbs.blog-description {
float: left;
display: inline-block;
}
.header-type-13 .top-content > .navbar-right,
.header-type-16 .top-content > .navbar-right {
float: right !important;
display: inline-block;
}
.header-type-13 .top-content > .navbar-right .pull-right > span,
.header-type-16 .top-content > .navbar-right .pull-right > span {
float: right;
padding-left: 10px;
padding-right: 0;
}
.header-type-13 .top-content .header-search form,
.header-type-16 .top-content .header-search form {
display: none;
}
.header-type-13 .top-content .header-search .popup-with-form,
.header-type-16 .top-content .header-search .popup-with-form {
display: block;
}
.header-type-13 .top-content .header-search .popup-with-form i,
.header-type-16 .top-content .header-search .popup-with-form i {
color: #737373;
}
.header-type-13 .top-content .shopping-container,
.header-type-16 .top-content .shopping-container {
float: right;
}
.header-type-13 .top-content .shopping-container .shopping-cart-widget,
.header-type-16 .top-content .shopping-container .shopping-cart-widget {
border: none;
padding: 0;
text-transform: none;
}
.header-type-13 .top-content .shopping-container .shopping-cart-widget .cart-bag,
.header-type-16 .top-content .shopping-container .shopping-cart-widget .cart-bag {
display: none;
}
.header-type-13 .top-content .shopping-container .shopping-cart-widget .shop-text,
.header-type-16 .top-content .shopping-container .shopping-cart-widget .shop-text {
text-transform: none;
color: #737373;
font-size: 14px;
font-weight: 300;
padding-left: 30px;
padding-right: 3px;
}
.header-type-13 .top-content .shopping-container .shopping-cart-widget .total,
.header-type-16 .top-content .shopping-container .shopping-cart-widget .total {
color: #737373;
font-size: 14px;
font-weight: 300;
}
.header-type-13 .header-content,
.header-type-16 .header-content {
width: 100%;
display: inline-block;
padding: 20px 0;
}
.header-type-13 .header-logo,
.header-type-16 .header-logo {
width: auto !important;
}
.header-type-13 .menu-wrapper,
.header-type-16 .menu-wrapper {
border-top: none;
width: 75%;
display: table-cell;
vertical-align: middle;
}
.header-type-13 .menu-wrapper .menu,
.header-type-16 .menu-wrapper .menu {
text-align: right;
}  .header-type-14 .tbs.blog-description,
.header-type-14 .navbar-right {
display: none;
}
.header-type-14 .header-logo {
width: 100%;
text-align: center;
}
.header-type-14 .menu-wrapper {
border-bottom: 1px solid #e6e6e6;
}
.header-type-14 .menu-wrapper .menu > li > a {
text-transform: none;
font-size: 16px;
}
.header-type-14 .navbar {
padding: 20px;
}  .header-type-15 .tbs.blog-description,
.header-type-15 .navbar-right {
display: none;
}
.header-type-15 .header-logo {
text-align: left;
}  .header-type-16 .menu-wrapper {
width: 100% !important;
display: block;
float: left;
background-color: #333;
}
.header-type-16 .menu-wrapper .menu {
text-align: center !important;
}
.header-type-16 .menu-wrapper .menu > li {
border-left: 1px solid #515151;
margin-bottom: -4px;
margin-right: -3px;
}
.header-type-16 .menu-wrapper .menu > li > a {
color: #FFF;
font-size: 16px;
padding: 27px 20px;
text-transform: none;
}
.header-type-16 .menu-wrapper .menu .nav-sublist-dropdown {
top: 76px !important;
}
.header-type-16 .header-logo {
float: left;
text-align: left;
display: inline-block !important;
position: relative;
max-width: 280px;
padding: 0 20px;
-webkit-transform: translateY(50%);
-moz-transform: translateY(50%);
-ms-transform: translateY(50%);
-o-transform: translateY(50%);
transform: translateY(50%);
}
.header-type-16 .header-logo img {
max-width: 100%;
}
.header-type-16 .advert-block {
max-width: 70%;
display: inline-block;
}  .header-type-17 .top-bar {
padding: 0;
}
.header-type-17 .top-bar .container > div {
border-bottom: 1px solid #e6e6e6;
display: inline-block;
width: 100%;
padding: 8px 0;
}
.header-type-17 .header-logo {
width: 25% !important;
}
.header-type-17 .navbar-header.navbar-right {
width: 75% !important;
text-align: center;
}
.header-type-17 .navbar-header.navbar-right .header-search {
float: left;
position: relative;
left: 50%;
-webkit-transform: translateX(-75%);
-moz-transform: translateX(-75%);
-ms-transform: translateX(-75%);
-o-transform: translateX(-75%);
transform: translateX(-75%);
}
.header-type-17 .navbar-header.navbar-right .header-search input[type="text"] {
width: 450px;
float: left;
height: 45px;
border: 2px solid #f2f2f2;
}
.header-type-17 .navbar-header.navbar-right .header-search button[type="submit"] {
margin-left: -41px;
top: 0px;
background-color: #f2f2f2;
padding: 0;
width: 36px;
height: 44px;
line-height: 10px;
}
.header-type-17 .navbar-header.navbar-right .cart-design-1 .shopping-cart-widget,
.header-type-17 .navbar-header.navbar-right .cart-design-2 .shopping-cart-widget {
top: 10px;
position: relative;
}
.header-type-17 .navbar-header.navbar-right .cart-design-2:hover .cart-popup-container:after {
top: -22px;
}
.header-type-17 .navbar-header.navbar-right .menu > li > a {
font-family: inherit;
font-weight: 400;
}
.page .header-type-17 .menu-wrapper {
border-bottom: none;
}
.breadcrumbs-type-8 .header-type-17 .top-content {
border-bottom: none;
}
.breadcrumbs-type-8 .header-type-17 .top-content .tbs.blog-description,
.breadcrumbs-type-8 .header-type-17 .top-content .top-links {
color: #FFF;
}
.breadcrumbs-type-8 .header-type-17 .top-content .top-links a {
color: #FFF;
}
.breadcrumbs-type-8 .header-type-17 .menu-wrapper {
border-top: none;
}
.breadcrumbs-type-8 .header-type-17 .navbar-header.navbar-right .shopping-cart-widget .shop-text,
.breadcrumbs-type-8 .header-type-17 .navbar-header.navbar-right .shopping-cart-widget .total {
color: #FFF;
}
.breadcrumbs-type-8 .fixed-active .header-type-17 .navbar-header.navbar-right .shopping-cart-widget .shop-text,
.breadcrumbs-type-8 .fixed-active .header-type-17 .navbar-header.navbar-right .shopping-cart-widget .total {
color: #3d3d3d;
}  @media (min-width: 992px) {
.cart-widget-on .header-wrapper .header-search .search-dropdown form {
display: none;
}
.cart-widget-on .header-wrapper .header-search .search-dropdown .popup-with-form {
display: block;
font-size: 18px;
padding-top: 6px;
line-height: 1px;
}
.cart-widget-on .header-wrapper.header-type-17 .header-search form {
display: block !important;
}
.cart-widget-on .header-wrapper.header-type-17 .header-search .search-dropdown .popup-with-form {
display: none !important;
}
.cart-widget-off .header-wrapper .header-search form {
display: block;
}
.cart-widget-off .header-wrapper .header-search .search-dropdown .popup-with-form {
display: none;
line-height: 14px;
}
.cart-widget-off .header-wrapper.header-type-3 .header-search .search-dropdown .popup-with-form,
.cart-widget-off .header-wrapper.header-type-6 .header-search .search-dropdown .popup-with-form {
display: block !important;
}
.cart-widget-off .header-wrapper.header-type-3 .header-search .search-dropdown form,
.cart-widget-off .header-wrapper.header-type-6 .header-search .search-dropdown form {
display: none;
}
}  .menu-wrapper {
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
vertical-align: middle;
}
.menu-wrapper h4.a-center {
padding: 0 15px;
text-align: center;
font-size: 16px;
}
.mobile-menu-wrapper {
display: none;
}
.mobile-menu-wrapper .open-child {
display: none;
}
.menu {
padding: 0;
margin: 0;
text-align: center;
}
.menu > li {
text-decoration: none;
list-style: none;
position: relative;
}
.menu > li.current-menu-item > a,
.menu > li.current_page_ancestor > a {
color: #8a8a8a;
}
.menu > li.current-menu-item > a:after,
.menu > li.current_page_ancestor > a:after {
color: #8a8a8a;
}
.menu li.menu-disable_titles > a {
font-size: 0 !important;
line-height: 0 !important;
padding: 0 !important;
}
.menu li.menu-disable_titles > a:after {
display: none;
}
.menu li a span.menu-item-descr {
font-size: 12px;
color: #8a8a8a;
font-family: 'Open Sans', sans-serif;
display: inline-block;
line-height: 1.6;
width: 100%;
padding-top: 5px;
}
.menu li a i {
padding-right: 10px;
}
.menu li.menu-label-new a,
.menu li.menu-label-hot a,
.menu li.menu-label-sale a {
position: relative;
width: auto !important;
}
.menu li.menu-label-new a:before,
.menu li.menu-label-hot a:before,
.menu li.menu-label-sale a:before {
content: "";
position: absolute !important;
right: -20px;
top: 8px;
padding: 3px 5px;
font-family: 'Open Sans', sans-serif;
font-size: 9px !important;
line-height: 10px;
font-weight: bold;
text-transform: uppercase;
}
.menu li.menu-label-new a:before {
content: "new" !important;
color: #fff;
background-color: #B2B2B2;
}
.menu li.menu-label-sale a:before {
content: "sale" !important;
color: #fff;
background-color: #C11718;
}
.menu li.menu-label-hot a:before {
content: "hot" !important;
color: #fff;
background-color: #B2B2B2;
}
.menu > li {
float: none;
display: inline-block;
}
.menu > li.menu-item-has-children > a:after {
content: "\f107";
font-family: FontAwesome !important;
position: relative;
top: 1px;
margin: 0 0 0 3px;
}
.menu > li > a {
float: left;
display: block;
cursor: pointer;
text-transform: uppercase;
font-size: 14px;
font-family: Georgia, serif;
line-height: 1 !important;
padding: 20px 10px 15px 10px;
color: #000;
position: relative;
}
.menu > li.sfHover > a,
.menu > li > a:hover {
text-decoration: none;
color: #8a8a8a;
}
.menu .nav-sublist-dropdown {
position: absolute;
top: 60px !important;
left: 0;
z-index: 1000;
visibility: hidden;
background-color: #FFF;
margin-top: -5px;
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.menu .nav-sublist-dropdown:before {
content: "";
position: absolute;
top: -17px;
width: 100%;
height: 50px;
left: 0;
}
.menu .nav-sublist-dropdown .container {
width: auto;
padding: 0;
}
.menu .nav-sublist-dropdown ul {
padding: 15px 0 15px;
border: 1px solid #E6E6E6;
width: 200px;
display: inline-block;
}
.menu .nav-sublist-dropdown ul > li {
position: relative;
display: inline-block;
width: 100%;
}
.menu .nav-sublist-dropdown ul > li.menu-item-has-children > a {
position: relative;
}
.menu .nav-sublist-dropdown ul > li.menu-item-has-children > a:after {
content: "\f105";
font-family: FontAwesome;
font-size: 13px;
color: #b9b9b9;
position: absolute;
right: 15px;
top: 50%;
margin-top: -10px;
}
.menu .nav-sublist-dropdown ul > li.menu-item-has-children:hover:after {
color: #000;
}
.menu .nav-sublist-dropdown ul > li.current-menu-item > a {
color: #000;
}
.menu .nav-sublist-dropdown ul > li.lastItem {
border-bottom: none;
}
.menu .nav-sublist-dropdown ul > li ul {
position: absolute;
top: -16px;
z-index: 0;
-webkit-box-shadow: none;
box-shadow: none;
background-color: #FFF;
}
.menu .nav-sublist-dropdown ul > li ul ul {
z-index: -2;
-webkit-box-shadow: none;
box-shadow: none;
}
.menu .nav-sublist-dropdown ul > li > a {
font-size: 14px;
color: #767676;
display: inline;
font-family: 'Open Sans', sans-serif;
padding: 6px 20px;
font-weight: 300;
float: left;
width: 100%;
text-align: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-transform: none;
}
.menu .nav-sublist-dropdown ul li a:hover {
color: #000;
text-decoration: none;
}
.menu > li:hover .nav-sublist-dropdown {
visibility: visible;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
opacity: 1;
}
.menu-item-language .submenu-languages {
position: absolute;
top: 60px;
left: 0;
z-index: 1000;
visibility: hidden;
background-color: #FFF;
margin-top: -5px;
opacity: 0;
padding: 15px 0 15px;
border: 1px solid #E6E6E6;
width: 200px;
display: inline-block;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.menu-item-language .submenu-languages > li {
position: relative;
display: inline-block;
list-style: none;
width: 100%;
}
.menu-item-language .submenu-languages > li a {
font-size: 14px;
color: #767676;
display: inline;
font-family: 'Open Sans', sans-serif;
padding: 6px 20px;
font-weight: 400;
float: left;
width: 100%;
text-align: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-transform: none;
}
.menu-item-language .submenu-languages:before {
content: "";
position: absolute;
top: -17px;
width: 100%;
height: 40px;
left: 0;
}
.menu-item-language:hover .submenu-languages {
visibility: visible;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
opacity: 1;
}
#lang_sel_list ul {
border-top: none !important;
}
@media only screen and (min-width: 992px) {
.menu .item-design-full-width .nav-sublist-dropdown {
border: 1px solid #e6e6e6;
left: auto;
padding: 30px 15px 20px;
text-align: left;
overflow: hidden;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-background-size: auto;
-o-background-size: auto;
background-size: auto;
}
.menu .item-design-full-width .nav-sublist-dropdown ul {
padding: 0;
width: auto !important;
border: none;
background-color: transparent;
}
.menu .item-design-full-width .nav-sublist-dropdown ul > li {
width: 171px;
float: left;
display: block;
}
.menu .item-design-full-width .nav-sublist-dropdown ul > li > a {
font-size: 16px;
width: auto;
color: #3d3d3d;
}
.menu .item-design-full-width .nav-sublist-dropdown ul > li > a:after {
display: none;
}
.menu .item-design-full-width .nav-sublist-dropdown ul > li > a:hover {
color: #8a8a8a;
}
.menu .item-design-full-width .nav-sublist-dropdown ul > li.menu-parent-item > a {
padding-bottom: 10px;
text-transform: uppercase;
font-size: 14px;
}
.menu .item-design-full-width .nav-sublist-dropdown ul > li.menu-parent-item > a:before {
display: none !important;
}
.menu .item-design-full-width .nav-sublist-dropdown > ul > li {
padding-left: 15px;
padding-right: 15px;
}
.menu .item-design-full-width .nav-sublist-dropdown li.menu-label-new a:before,
.menu .item-design-full-width .nav-sublist-dropdown li.menu-label-hot a:before,
.menu .item-design-full-width .nav-sublist-dropdown li.menu-label-sale a:before {
right: -15px !important;
top: 9px !important;
}
.menu .item-design-full-width .nav-sublist-dropdown .nav-sublist {
display: block !important;
}
.menu .item-design-full-width .nav-sublist-dropdown .nav-sublist li a {
font-size: 14px;
color: #737373;
line-height: 22px !important;
width: auto;
}
.menu .item-design-full-width .nav-sublist-dropdown .nav-sublist li a:hover {
color: #3d3d3d;
}
.menu .item-design-full-width .nav-sublist-dropdown ul > li ul {
position: static;
}
.menu .item-design-full-width .nav-sublist-dropdown .nav-item-image img {
margin-top: 10px;
width: 100%;
}
.menu .item-design-full-width .nav-sublist-dropdown .item-design-image-no-space a {
padding: 0;
font-size: 0;
line-height: 0;
}
.menu .item-design-full-width .nav-sublist-dropdown .item-design-image-no-space a .nav-item-image {
margin: -30px -15px -25px -15px;
}
.menu .item-design-full-width .nav-sublist-dropdown .item-design-image-no-space a .nav-item-image img {
margin-top: 0;
width: 100%;
}
.menu .item-design-full-width .nav-sublist-dropdown li li.menu-label-new a,
.menu .item-design-full-width .nav-sublist-dropdown li li.menu-label-hot a,
.menu .item-design-full-width .nav-sublist-dropdown li li.menu-label-sale a {
position: relative;
}
.menu .item-design-full-width .nav-sublist-dropdown li li.menu-label-new a:before,
.menu .item-design-full-width .nav-sublist-dropdown li li.menu-label-hot a:before,
.menu .item-design-full-width .nav-sublist-dropdown li li.menu-label-sale a:before {
content: "";
position: absolute !important;
right: -10px;
top: 2px;
padding: 3px 5px;
font-size: 9px;
line-height: 10px;
font-weight: bold;
text-transform: uppercase;
}
.menu .item-design-full-width .nav-sublist-dropdown li li.menu-label-new a:before {
content: "new" !important;
color: #fff;
background-color: #B2B2B2;
}
.menu .item-design-full-width .nav-sublist-dropdown li li.menu-label-sale a:before {
content: "sale" !important;
color: #fff;
background-color: #C11718;
}
.menu .item-design-full-width .nav-sublist-dropdown li li.menu-label-hot a:before {
content: "hot" !important;
color: #fff;
background-color: #B2B2B2;
}
.menu .item-design-full-width.columns-2 .nav-sublist-dropdown {
width: 380px;
}
.menu .item-design-full-width.columns-2 .nav-sublist-dropdown ul > li:nth-child(2n+1) {
clear: both;
}
.menu .item-design-full-width.columns-3 .nav-sublist-dropdown {
width: 550px;
}
.menu .item-design-full-width.columns-3 .nav-sublist-dropdown ul > li:nth-child(3n+1) {
clear: both;
}
.menu .item-design-full-width.columns-4 .nav-sublist-dropdown {
width: 720px;
}
.menu .item-design-full-width.columns-4 .nav-sublist-dropdown ul > li:nth-child(4n+1) {
clear: both;
}
.menu .item-design-full-width.columns-5 .nav-sublist-dropdown {
width: 890px;
}
.menu .item-design-full-width.columns-5 .nav-sublist-dropdown ul > li:nth-child(5n+1) {
clear: both;
}
.menu .item-design-full-width.columns-6 .nav-sublist-dropdown {
width: 1060px;
}
.menu .item-design-full-width.columns-6 .nav-sublist-dropdown ul > li:nth-child(6n+1) {
clear: both;
}
.menu .item-design-full-width.demo-column .nav-sublist-dropdown {
width: 885px;
}
.menu .item-design-full-width.demo-column .nav-sublist-dropdown ul > li {
width: 213px;
margin-bottom: 10px;
}
.menu .item-design-full-width.demo-column .nav-sublist-dropdown ul > li a {
text-align: center;
font-size: 14px;
line-height: 14px;
color: #3d3d3d;
text-transform: uppercase;
font-family: Georgia;
}
.menu .item-design-full-width.demo-column .nav-sublist-dropdown ul > li a img {
margin-top: 4px;
}
.menu .item-design-full-width.demo-column .nav-sublist-dropdown ul > li a .menu-item-descr {
font-size: 14px;
font-family: 'Open Sans', sans-serif;
color: #999;
font-weight: 400;
text-transform: none;
padding-top: 0;
margin-top: -1px;
margin-bottom: 3px;
}
.menu .item-design-full-width.demo-column .nav-sublist-dropdown ul > li a:hover {
color: #DC4348;
}
.menu .item-design-full-width:before {
content: "";
display: block;
width: 100%;
height: 40px;
position: absolute;
bottom: -15px;
}
}  article.blog-post,
article.post-grid {
margin-bottom: 50px;
}
article.blog-post .content-article,
article.post-grid .content-article {
font-size: 14px;
line-height: 1.8;
}
article.blog-post .wp-picture,
article.post-grid .wp-picture {
position: relative;
margin-bottom: 30px;
text-align: center;
width: auto;
margin-left: 0;
margin-right: auto;
display: table;
}
article.blog-post .wp-picture:hover .zoom,
article.post-grid .wp-picture:hover .zoom {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
visibility: visible;
}
article.blog-post .wp-picture img,
article.post-grid .wp-picture img {
width: 100%;
}
article.blog-post.sticky,
article.post-grid.sticky {
position: relative;
}
article.blog-post.sticky .sticky-post,
article.post-grid.sticky .sticky-post {
position: absolute;
right: 1px;
top: 0;
display: inline-block;
color: #fff;
background-color: #8a8a8a;
padding: 8px 20px;
z-index: 100;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
}
article.blog-post .more-link,
article.post-grid .more-link {
display: inline-block;
width: 100%;
margin-top: 20px;
}
article.blog-post .more-link span,
article.post-grid .more-link span {
float: left !important;
font-weight: 400;
}
article.blog-post .owl-item,
article.post-grid .owl-item {
padding: 0;
}
article.blog-post .zoom,
article.post-grid .zoom {
-webkit-transition: all 0.25s ease;
-ms-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
opacity: 0;
visibility: hidden;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
article.blog-post .zoom .btn_group,
article.post-grid .zoom .btn_group {
position: absolute;
top: 50%;
left: 0;
width: 100%;
margin: -22px 0 0 0;
z-index: 2;
text-align: center;
}
article.blog-post .zoom .btn_group a,
article.post-grid .zoom .btn_group a {
margin: 5px 5px;
background-color: #262626;
padding: 11px 11px;
}
article.blog-post .zoom .btn_group a:hover,
article.post-grid .zoom .btn_group a:hover {
background-color: #444;
}
article.blog-post .zoom .btn_group a i:before,
article.post-grid .zoom .btn_group a i:before {
content: "";
background-image: url(//lindoguitars.com/wp-content/themes/classico/images/big-black-cross.png);
background-repeat: no-repeat;
background-position: center center;
width: 51px;
display: block;
height: 51px;
}
article.blog-post .zoom > i,
article.post-grid .zoom > i {
background-color: #fff;
opacity: 0.7;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
width: 100%;
height: 100%;
}
article.blog-post h6.active,
article.post-grid h6.active {
display: inline-block;
}
article.blog-post h6.active a,
article.post-grid h6.active a {
color: #8a8a8a;
}
article.blog-post h2,
article.post-grid h2 {
font-size: 26px;
text-transform: none;
font-weight: 400;
margin-bottom: 5px;
}
article.blog-post .meta-post,
article.post-grid .meta-post {
font-size: 14px;
margin-bottom: 15px;
}
article.blog-post .content-article p,
article.post-grid .content-article p {
font-size: 14px;
line-height: 1.8;
}
article.blog-post .share-post .share-title,
article.post-grid .share-post .share-title {
margin-bottom: 5px;
display: inline-block;
}
article.blog-post .share-post li,
article.post-grid .share-post li {
margin-right: 10px;
}
article.post-grid.content-mosaic > div {
border: 1px solid #e6e6e6;
}
article.post-grid.content-mosaic > div .wp-picture {
margin-bottom: 15px;
}
article.post-grid.content-mosaic > div h6.active,
article.post-grid.content-mosaic > div h2,
article.post-grid.content-mosaic > div .meta-post,
article.post-grid.content-mosaic > div .content-article {
padding: 0 30px;
}
article.post-grid.content-mosaic > div .content-article,
article.post-grid.content-mosaic > div .content-article p {
font-size: 14px;
}
article.post-grid.content-mosaic > div h2 {
font-size: 24px;
}
article.content-timeline {
position: relative;
margin-bottom: 35px;
}
article.content-timeline .meta-post-timeline {
border: none;
position: absolute;
z-index: 1;
top: 0px;
float: left;
padding: 10px 30px;
font-weight: 400;
color: #3d3d3d;
border: 1px solid #e6e6e6;
}
article.content-timeline .meta-post-timeline:after {
content: "";
position: absolute;
width: 1px;
left: 10px;
height: 30px;
top: 40px;
z-index: 0;
background-color: #e6e6e6;
}
article.content-timeline > div {
border: 1px solid #e6e6e6;
}
article.content-timeline > div .content-article,
article.content-timeline > div .meta-post,
article.content-timeline > div h2,
article.content-timeline > div h6 {
padding: 0 25px;
}
article.content-timeline > div:after {
content: "";
position: absolute;
width: 1px;
left: 10px;
height: 35px;
bottom: -35px;
z-index: 0;
background-color: #e5e5e5;
}
article.content-timeline.byline-on {
padding-top: 70px;
}
article.content-small {
width: 100%;
display: inline-block;
}
article.content-small .wp-picture,
article.content-small .post-gallery-slider {
float: left;
width: 50%;
margin-right: 30px;
}
article.content-small .wp-picture img,
article.content-small .post-gallery-slider img {
width: 100%;
}
article.content-small .content-article {
width: 45.5%;
float: left;
}
.blog .blog-post .content-article > .vc_row,
.blog .post-grid .content-article > .vc_row,
.blog .blog-post .content-article > .wpb_text_column,
.blog .post-grid .content-article > .wpb_text_column {
margin-bottom: 0 !important;
}
.blog-full-width .row {
margin-right: 0;
margin-left: 0;
}
.blog-full-width .row .content {
padding: 0;
}
.blog-full-width .row .content .blog-masonry {
margin-left: 0;
margin-right: 0;
}
.blog-full-width article {
margin-left: -1px;
}
.blog-full-width article .wp-picture {
margin-bottom: 0 !important;
display: block;
}
.blog-full-width article h6.active {
margin-top: 35px;
}
.blog-full-width article.post-grid.col-md-3 .zoom .btn_group {
margin-top: -25px;
}
article.blog-post.col-md-4 .zoom .btn_group a,
article.post-grid.col-md-4 .zoom .btn_group a {
padding: 11px 11px;
}
article.blog-post.col-md-3,
article.post-grid.col-md-3 {
margin-left: -1px;
}
article.blog-post.col-md-3 .zoom .btn_group,
article.post-grid.col-md-3 .zoom .btn_group {
margin-top: -50px;
}
article.post-grid {
margin-left: -1px;
}
.single-post article.blog-post .zoom .btn_group a,
.single-essential_grid article.blog-post .zoom .btn_group a {
padding: 0;
background-color: transparent !important;
}
.single-post .title-alt span,
.single-essential_grid .title-alt span {
font-size: 16px;
font-weight: 400;
color: #3d3d3d;
}
.single-post .menu-social-icons,
.single-essential_grid .menu-social-icons {
padding-left: 0;
display: inline-block;
width: auto;
margin-bottom: 0;
position: relative;
top: 8px;
}
.single-post .menu-social-icons li,
.single-essential_grid .menu-social-icons li {
margin-right: 0 !important;
margin-left: 7px;
}
.single-post .menu-social-icons .ico-envelope,
.single-essential_grid .menu-social-icons .ico-envelope {
width: 22px;
}
.single-post .single-tags,
.single-essential_grid .single-tags {
width: auto;
float: left;
max-width: 550px;
}
.single-post .single-tags span,
.single-essential_grid .single-tags span {
display: none;
}
.single-post .share-post,
.single-essential_grid .share-post {
float: right;
width: auto;
}
.single-post .share-title,
.single-essential_grid .share-title {
font-size: 16px;
color: #3d3d3d;
text-transform: uppercase;
font-family: Georgia;
}
.single-post .author-info,
.single-essential_grid .author-info {
width: 100%;
display: inline-block;
margin-bottom: 40px;
}
.single-post .author-info .title-alt,
.single-essential_grid .author-info .title-alt {
font-weight: 500;
margin-bottom: 5px;
line-height: 12px;
}
.single-post .author-info .title-alt span,
.single-essential_grid .author-info .title-alt span {
font-size: 12px;
letter-spacing: 1px;
color: #8c8c8c;
}
.single-post .author-info .media-heading,
.single-essential_grid .author-info .media-heading {
font-size: 22px;
text-transform: none;
color: #1a1a1a;
font-weight: 400;
position: relative;
margin-bottom: 10px;
}
.single-post .author-info .media-body,
.single-essential_grid .author-info .media-body {
padding-left: 20px;
line-height: 1.8;
}
.single-post .author-info .author-link,
.single-essential_grid .author-info .author-link {
margin-top: 10px;
display: block;
}
.single-post .wp-picture img,
.single-essential_grid .wp-picture img {
width: 100%;
}
.single-post .recentCarousel .owl-item,
.single-essential_grid .recentCarousel .owl-item {
padding: 0 10px;
}
.single-post .recentCarousel .owl-item h3,
.single-essential_grid .recentCarousel .owl-item h3 {
font-size: 18px;
}
.single-post .recentCarousel .owl-item .post-news,
.single-essential_grid .recentCarousel .owl-item .post-news {
margin-bottom: 10px;
}
.single-tags {
width: 100%;
margin-bottom: 30px;
font-size: 0;
}
.single-tags span {
font-size: 16px;
font-weight: 600;
margin-bottom: 5px;
color: #3d3d3d;
text-transform: uppercase;
display: block;
}
.single-tags a {
display: inline-block;
border: 1px solid #e6e6e6;
padding: 7px 10px;
font-size: 13px !important;
margin: 5px 5px 5px 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.single-tags a:hover {
border: 1px solid #000;
color: #000;
}
.articles-nav {
margin-top: 10px;
}
.articles-nav .right {
float: right;
}
.articles-nav .left {
float: left;
}
.post-gallery-slider .owl-controls .owl-prev {
left: 20px !important;
font-size: 0;
}
.post-gallery-slider .owl-controls .owl-prev:before {
color: #fff !important;
}
.post-gallery-slider .owl-controls .owl-next {
right: 20px !important;
font-size: 0;
}
.post-gallery-slider .owl-controls .owl-next:before {
color: #fff !important;
}
.post-gallery-slider .owl-controls .owl-prev:hover,
.post-gallery-slider .owl-controls .owl-next:hover {
border-color: #fff !important;
}
.post-gallery-slider .owl-controls .owl-prev:hover:before,
.post-gallery-slider .owl-controls .owl-next:hover:before {
color: #fff !important;
}
.comment-respond {
display: inline-block;
width: 100%;
}
.comment-respond #comment {
width: 100%;
height: auto;
}
.comment-respond #wp-comment-cookies-consent {
margin-top: 7px;
}
.comment-respond h3 {
font-size: 16px;
font-weight: 400;
color: #3d3d3d;
}  .sidebar-widget,
.sidebar-slider,
.widget-container {
margin-bottom: 2.8571em;
display: inline-block;
width: 100%;
}
.sidebar-widget .widget-title,
.sidebar-slider .widget-title,
.widget-container .widget-title {
font-size: 1.1428em;
color: #000;
padding-bottom: 0.7142em;
margin-bottom: 1.0714em;
border-bottom: 1px solid #e6e6e6;
}
.sidebar-widget li,
.sidebar-slider li,
.widget-container li {
line-height: 1.4285em;
list-style: none;
}
.sidebar-widget li .media strong,
.sidebar-slider li .media strong,
.widget-container li .media strong {
font-weight: 400;
}
.sidebar-widget.widget_recent_entries li,
.sidebar-slider.widget_recent_entries li,
.widget-container.widget_recent_entries li {
margin-bottom: 10px;
list-style: none;
}
.sidebar-widget.widget_recent_entries li a,
.sidebar-slider.widget_recent_entries li a,
.widget-container.widget_recent_entries li a {
font-size: 1em;
}
.sidebar-widget.widget_categories li,
.sidebar-slider.widget_categories li,
.widget-container.widget_categories li,
.sidebar-widget.widget_archive li,
.sidebar-slider.widget_archive li,
.widget-container.widget_archive li,
.sidebar-widget.widget_pages li,
.sidebar-slider.widget_pages li,
.widget-container.widget_pages li,
.sidebar-widget.widget_meta li,
.sidebar-slider.widget_meta li,
.widget-container.widget_meta li,
.sidebar-widget.widget_nav_menu li,
.sidebar-slider.widget_nav_menu li,
.widget-container.widget_nav_menu li {
position: relative;
display: inline-block;
width: 100%;
text-align: left;
}
.sidebar-widget.widget_categories li a,
.sidebar-slider.widget_categories li a,
.widget-container.widget_categories li a,
.sidebar-widget.widget_archive li a,
.sidebar-slider.widget_archive li a,
.widget-container.widget_archive li a,
.sidebar-widget.widget_pages li a,
.sidebar-slider.widget_pages li a,
.widget-container.widget_pages li a,
.sidebar-widget.widget_meta li a,
.sidebar-slider.widget_meta li a,
.widget-container.widget_meta li a,
.sidebar-widget.widget_nav_menu li a,
.sidebar-slider.widget_nav_menu li a,
.widget-container.widget_nav_menu li a {
font-size: 1em;
padding: 0.7142em 0 0.7142em 1.0714em;
display: inline-block;
position: relative;
font-family: inherit;
color: #575757;
font-weight: 500;
}
.sidebar-widget.widget_categories li a:before,
.sidebar-slider.widget_categories li a:before,
.widget-container.widget_categories li a:before,
.sidebar-widget.widget_archive li a:before,
.sidebar-slider.widget_archive li a:before,
.widget-container.widget_archive li a:before,
.sidebar-widget.widget_pages li a:before,
.sidebar-slider.widget_pages li a:before,
.widget-container.widget_pages li a:before,
.sidebar-widget.widget_meta li a:before,
.sidebar-slider.widget_meta li a:before,
.widget-container.widget_meta li a:before,
.sidebar-widget.widget_nav_menu li a:before,
.sidebar-slider.widget_nav_menu li a:before,
.widget-container.widget_nav_menu li a:before {
content: "\f105";
font-family: FontAwesome;
font-size: 1em;
display: inline-block;
position: relative;
left: -0.5714em;
}
.sidebar-widget.widget_categories li a:hover,
.sidebar-slider.widget_categories li a:hover,
.widget-container.widget_categories li a:hover,
.sidebar-widget.widget_archive li a:hover,
.sidebar-slider.widget_archive li a:hover,
.widget-container.widget_archive li a:hover,
.sidebar-widget.widget_pages li a:hover,
.sidebar-slider.widget_pages li a:hover,
.widget-container.widget_pages li a:hover,
.sidebar-widget.widget_meta li a:hover,
.sidebar-slider.widget_meta li a:hover,
.widget-container.widget_meta li a:hover,
.sidebar-widget.widget_nav_menu li a:hover,
.sidebar-slider.widget_nav_menu li a:hover,
.widget-container.widget_nav_menu li a:hover {
color: #8a8a8a;
}
.sidebar-widget.widget_categories li ul.children,
.sidebar-slider.widget_categories li ul.children,
.widget-container.widget_categories li ul.children,
.sidebar-widget.widget_archive li ul.children,
.sidebar-slider.widget_archive li ul.children,
.widget-container.widget_archive li ul.children,
.sidebar-widget.widget_pages li ul.children,
.sidebar-slider.widget_pages li ul.children,
.widget-container.widget_pages li ul.children,
.sidebar-widget.widget_meta li ul.children,
.sidebar-slider.widget_meta li ul.children,
.widget-container.widget_meta li ul.children,
.sidebar-widget.widget_nav_menu li ul.children,
.sidebar-slider.widget_nav_menu li ul.children,
.widget-container.widget_nav_menu li ul.children {
border-top: 1px solid #e6e6e6;
}
.sidebar-widget.widget_categories li ul.children li a,
.sidebar-slider.widget_categories li ul.children li a,
.widget-container.widget_categories li ul.children li a,
.sidebar-widget.widget_archive li ul.children li a,
.sidebar-slider.widget_archive li ul.children li a,
.widget-container.widget_archive li ul.children li a,
.sidebar-widget.widget_pages li ul.children li a,
.sidebar-slider.widget_pages li ul.children li a,
.widget-container.widget_pages li ul.children li a,
.sidebar-widget.widget_meta li ul.children li a,
.sidebar-slider.widget_meta li ul.children li a,
.widget-container.widget_meta li ul.children li a,
.sidebar-widget.widget_nav_menu li ul.children li a,
.sidebar-slider.widget_nav_menu li ul.children li a,
.widget-container.widget_nav_menu li ul.children li a {
padding-left: 2.1428em;
}
.sidebar-widget.widget_categories li ul.children li:first-child a,
.sidebar-slider.widget_categories li ul.children li:first-child a,
.widget-container.widget_categories li ul.children li:first-child a,
.sidebar-widget.widget_archive li ul.children li:first-child a,
.sidebar-slider.widget_archive li ul.children li:first-child a,
.widget-container.widget_archive li ul.children li:first-child a,
.sidebar-widget.widget_pages li ul.children li:first-child a,
.sidebar-slider.widget_pages li ul.children li:first-child a,
.widget-container.widget_pages li ul.children li:first-child a,
.sidebar-widget.widget_meta li ul.children li:first-child a,
.sidebar-slider.widget_meta li ul.children li:first-child a,
.widget-container.widget_meta li ul.children li:first-child a,
.sidebar-widget.widget_nav_menu li ul.children li:first-child a,
.sidebar-slider.widget_nav_menu li ul.children li:first-child a,
.widget-container.widget_nav_menu li ul.children li:first-child a {
padding-top: 1.0714em;
}
.sidebar-widget.widget_categories li ul.children li:last-child,
.sidebar-slider.widget_categories li ul.children li:last-child,
.widget-container.widget_categories li ul.children li:last-child,
.sidebar-widget.widget_archive li ul.children li:last-child,
.sidebar-slider.widget_archive li ul.children li:last-child,
.widget-container.widget_archive li ul.children li:last-child,
.sidebar-widget.widget_pages li ul.children li:last-child,
.sidebar-slider.widget_pages li ul.children li:last-child,
.widget-container.widget_pages li ul.children li:last-child,
.sidebar-widget.widget_meta li ul.children li:last-child,
.sidebar-slider.widget_meta li ul.children li:last-child,
.widget-container.widget_meta li ul.children li:last-child,
.sidebar-widget.widget_nav_menu li ul.children li:last-child,
.sidebar-slider.widget_nav_menu li ul.children li:last-child,
.widget-container.widget_nav_menu li ul.children li:last-child {
border-bottom: none;
}
.sidebar-widget.widget_categories select,
.sidebar-slider.widget_categories select,
.widget-container.widget_categories select,
.sidebar-widget.widget_archive select,
.sidebar-slider.widget_archive select,
.widget-container.widget_archive select,
.sidebar-widget.widget_pages select,
.sidebar-slider.widget_pages select,
.widget-container.widget_pages select,
.sidebar-widget.widget_meta select,
.sidebar-slider.widget_meta select,
.widget-container.widget_meta select,
.sidebar-widget.widget_nav_menu select,
.sidebar-slider.widget_nav_menu select,
.widget-container.widget_nav_menu select {
min-width: 150px;
width: 100%;
max-width: 300px;
}
.sidebar-widget.widget_recent_comments li,
.sidebar-slider.widget_recent_comments li,
.widget-container.widget_recent_comments li,
.sidebar-widget.etheme_widget_recent_comments li,
.sidebar-slider.etheme_widget_recent_comments li,
.widget-container.etheme_widget_recent_comments li {
padding-bottom: 0.7142em;
}
.sidebar-widget.widget_calendar td,
.sidebar-slider.widget_calendar td,
.widget-container.widget_calendar td {
border-top: none;
}
.sidebar-widget.widget_calendar table thead > tr > th,
.sidebar-slider.widget_calendar table thead > tr > th,
.widget-container.widget_calendar table thead > tr > th {
border-bottom: 1px solid #ddd;
}
.sidebar-widget.product-brands a,
.sidebar-slider.product-brands a,
.widget-container.product-brands a {
font-size: 1.1428em;
text-align: center;
color: #222;
display: block;
}
.sidebar-widget.product-brands a:hover,
.sidebar-slider.product-brands a:hover,
.widget-container.product-brands a:hover {
color: #8a8a8a;
}
.sidebar-widget.etheme_widget_brands li,
.sidebar-slider.etheme_widget_brands li,
.widget-container.etheme_widget_brands li {
padding: 4px 0;
}
.sidebar-widget.etheme_widget_brands li a,
.sidebar-slider.etheme_widget_brands li a,
.widget-container.etheme_widget_brands li a {
font: 1em/0.9em 'Open Sans', sans-serif;
}
.sidebar-widget.etheme_widget_brands .et_brand-dropdown,
.sidebar-slider.etheme_widget_brands .et_brand-dropdown,
.widget-container.etheme_widget_brands .et_brand-dropdown {
width: 100%;
max-width: 300px;
min-width: 150px;
}
.sidebar-widget.etheme_widget_brands li,
.sidebar-slider.etheme_widget_brands li,
.widget-container.etheme_widget_brands li {
padding: 5px 0;
display: inline-block;
float: left;
clear: both;
font: 1em/0.9em 'Open Sans', sans-serif;
-webkit-transition: color .25s ease;
-moz-transition: color .25s ease;
-o-transition: color .25s ease;
-ms-transition: color .25s ease;
transition: color .25s ease;
color: #3d3d3d;
cursor: pointer;
}
.sidebar-widget.etheme_widget_brands li:hover,
.sidebar-slider.etheme_widget_brands li:hover,
.widget-container.etheme_widget_brands li:hover {
color: #dc4348;
}
.sidebar-widget.etheme_widget_brands li.level-1:before,
.sidebar-slider.etheme_widget_brands li.level-1:before,
.widget-container.etheme_widget_brands li.level-1:before,
.sidebar-widget.etheme_widget_brands li.level-2:before,
.sidebar-slider.etheme_widget_brands li.level-2:before,
.widget-container.etheme_widget_brands li.level-2:before,
.sidebar-widget.etheme_widget_brands li.level-3:before,
.sidebar-slider.etheme_widget_brands li.level-3:before,
.widget-container.etheme_widget_brands li.level-3:before,
.sidebar-widget.etheme_widget_brands li.level-4:before,
.sidebar-slider.etheme_widget_brands li.level-4:before,
.widget-container.etheme_widget_brands li.level-4:before,
.sidebar-widget.etheme_widget_brands li.level-5:before,
.sidebar-slider.etheme_widget_brands li.level-5:before,
.widget-container.etheme_widget_brands li.level-5:before {
font-family: "FontAwesome";
font-weight: normal;
font-style: normal;
text-decoration: inherit;
content: "\f105";
margin-right: 7px;
-webkit-font-smoothing: antialiased;
float: left;
line-height: 14px;
font-size: 12px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.sidebar-widget.etheme_widget_brands li.level-1,
.sidebar-slider.etheme_widget_brands li.level-1,
.widget-container.etheme_widget_brands li.level-1 {
margin-left: 0.7142em;
}
.sidebar-widget.etheme_widget_brands li.level-2,
.sidebar-slider.etheme_widget_brands li.level-2,
.widget-container.etheme_widget_brands li.level-2 {
margin-left: 1.4284em;
}
.sidebar-widget.etheme_widget_brands li.level-3,
.sidebar-slider.etheme_widget_brands li.level-3,
.widget-container.etheme_widget_brands li.level-3 {
margin-left: 2.1426em;
}
.sidebar-widget.etheme_widget_brands li.level-4,
.sidebar-slider.etheme_widget_brands li.level-4,
.widget-container.etheme_widget_brands li.level-4 {
margin-left: 2.8568em;
}
.sidebar-widget.etheme_widget_brands li.level-5,
.sidebar-slider.etheme_widget_brands li.level-5,
.widget-container.etheme_widget_brands li.level-5 {
margin-left: 3.571em;
}
.sidebar-widget.etheme_widget_brands li[uled="uled"],
.sidebar-slider.etheme_widget_brands li[uled="uled"],
.widget-container.etheme_widget_brands li[uled="uled"] {
font-weight: 700;
}
.sidebar-widget.widget_price_filter,
.sidebar-slider.widget_price_filter,
.widget-container.widget_price_filter {
padding-bottom: 20px;
}
.sidebar-widget.widget_nav_menu li a,
.sidebar-slider.widget_nav_menu li a,
.widget-container.widget_nav_menu li a {
text-transform: none;
}
.sidebar-widget.widget_nav_menu li a:after,
.sidebar-slider.widget_nav_menu li a:after,
.widget-container.widget_nav_menu li a:after {
display: none;
}
.sidebar-widget.widget_nav_menu li .sub-menu,
.sidebar-slider.widget_nav_menu li .sub-menu,
.widget-container.widget_nav_menu li .sub-menu {
display: inline-block;
width: 100%;
}
.sidebar-widget.widget_nav_menu li .sub-menu li:last-child,
.sidebar-slider.widget_nav_menu li .sub-menu li:last-child,
.widget-container.widget_nav_menu li .sub-menu li:last-child {
border-bottom: none;
}
.sidebar-widget.widget_nav_menu li .sub-menu li a,
.sidebar-slider.widget_nav_menu li .sub-menu li a,
.widget-container.widget_nav_menu li .sub-menu li a {
padding-left: 1.7857em;
}
.sidebar-widget.widget_nav_menu li .sub-menu li .sub-menu li a,
.sidebar-slider.widget_nav_menu li .sub-menu li .sub-menu li a,
.widget-container.widget_nav_menu li .sub-menu li .sub-menu li a {
padding-left: 2.8571em;
}
.sidebar-widget.widget_nav_menu li .sub-menu li .sub-menu li .sub-menu li a,
.sidebar-slider.widget_nav_menu li .sub-menu li .sub-menu li .sub-menu li a,
.widget-container.widget_nav_menu li .sub-menu li .sub-menu li .sub-menu li a {
padding-left: 3.5714em;
}
.sidebar-widget.widget_nav_menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li a,
.sidebar-slider.widget_nav_menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li a,
.widget-container.widget_nav_menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li a {
padding-left: 4.2857em;
}
.sidebar-widget.widget_nav_menu li:first-child a,
.sidebar-slider.widget_nav_menu li:first-child a,
.widget-container.widget_nav_menu li:first-child a {
padding-top: 1.0714em;
}
.sidebar-widget.widget_nav_menu li.current-menu-item a,
.sidebar-slider.widget_nav_menu li.current-menu-item a,
.widget-container.widget_nav_menu li.current-menu-item a {
color: #8a8a8a;
}
.sidebar-widget.widget_nav_menu .menu > li.menu-parent-item > a,
.sidebar-slider.widget_nav_menu .menu > li.menu-parent-item > a,
.widget-container.widget_nav_menu .menu > li.menu-parent-item > a {
color: #3d3d3d;
}
.sidebar-widget.widget_nav_menu .menu > li.menu-parent-item > a:before,
.sidebar-slider.widget_nav_menu .menu > li.menu-parent-item > a:before,
.widget-container.widget_nav_menu .menu > li.menu-parent-item > a:before {
display: none;
}
.sidebar-widget.null-instagram-feed,
.sidebar-slider.null-instagram-feed,
.widget-container.null-instagram-feed {
text-align: center;
}
.sidebar-widget.null-instagram-feed li,
.sidebar-slider.null-instagram-feed li,
.widget-container.null-instagram-feed li {
margin-bottom: 0.7142em;
display: inline-block;
}
.sidebar-widget.null-instagram-feed li img,
.sidebar-slider.null-instagram-feed li img,
.widget-container.null-instagram-feed li img {
opacity: 1;
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
-ms-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.sidebar-widget.null-instagram-feed li img:hover,
.sidebar-slider.null-instagram-feed li img:hover,
.widget-container.null-instagram-feed li img:hover {
opacity: 0.7;
}
.sidebar-widget.null-instagram-feed .instagram-no-space .owl-item,
.sidebar-slider.null-instagram-feed .instagram-no-space .owl-item,
.widget-container.null-instagram-feed .instagram-no-space .owl-item {
padding: 0;
}
.sidebar-widget.null-instagram-feed .instagram-no-space .owl-controls .owl-prev,
.sidebar-slider.null-instagram-feed .instagram-no-space .owl-controls .owl-prev,
.widget-container.null-instagram-feed .instagram-no-space .owl-controls .owl-prev {
left: -50px;
}
.sidebar-widget.null-instagram-feed .instagram-no-space .owl-controls .owl-next,
.sidebar-slider.null-instagram-feed .instagram-no-space .owl-controls .owl-next,
.widget-container.null-instagram-feed .instagram-no-space .owl-controls .owl-next {
right: -50px;
}
.sidebar-widget.null-instagram-feed .instagram-size-thumbnail li,
.sidebar-slider.null-instagram-feed .instagram-size-thumbnail li,
.widget-container.null-instagram-feed .instagram-size-thumbnail li {
width: 33.333%;
padding: 0 0.3571em;
}
.sidebar-widget.null-instagram-feed .instagram-size-small,
.sidebar-slider.null-instagram-feed .instagram-size-small,
.widget-container.null-instagram-feed .instagram-size-small {
text-align: center;
}
.sidebar-widget.null-instagram-feed .instagram-size-small li,
.sidebar-slider.null-instagram-feed .instagram-size-small li,
.widget-container.null-instagram-feed .instagram-size-small li {
width: 50%;
display: inline-block;
padding: 0 0.3571em;
}
.sidebar-widget.null-instagram-feed .instagram-slider,
.sidebar-slider.null-instagram-feed .instagram-slider,
.widget-container.null-instagram-feed .instagram-slider {
padding-left: 0;
}
.sidebar-widget.null-instagram-feed .instagram-slider li,
.sidebar-slider.null-instagram-feed .instagram-slider li,
.widget-container.null-instagram-feed .instagram-slider li {
width: 100% !important;
padding: 0 !important;
}
.sidebar-widget.widget_search,
.sidebar-slider.widget_search,
.widget-container.widget_search {
display: inline-block;
width: 100%;
}
.sidebar-widget.widget_search .form-group,
.sidebar-slider.widget_search .form-group,
.widget-container.widget_search .form-group {
margin: 0 !important;
display: inline-block;
}
.sidebar-widget.widget_search .form-group.has-border,
.sidebar-slider.widget_search .form-group.has-border,
.widget-container.widget_search .form-group.has-border {
width: 140px;
}
.sidebar-widget.widget_search .form-group.has-border input,
.sidebar-slider.widget_search .form-group.has-border input,
.widget-container.widget_search .form-group.has-border input {
height: 34px;
border-color: #d5d5d5;
color: #333;
font-size: 0.9285em;
}
.sidebar-widget.widget_search .form-group.has-border input:focus,
.sidebar-slider.widget_search .form-group.has-border input:focus,
.widget-container.widget_search .form-group.has-border input:focus {
border-color: #252525;
}
.sidebar-widget.widget_search .form-group.form-button,
.sidebar-slider.widget_search .form-group.form-button,
.widget-container.widget_search .form-group.form-button {
float: right;
}
.sidebar-widget.widget_search .form-group .col-xs-10,
.sidebar-slider.widget_search .form-group .col-xs-10,
.widget-container.widget_search .form-group .col-xs-10 {
width: 100% !important;
padding: 0;
}
.sidebar-widget.widget_search .form-group button,
.sidebar-slider.widget_search .form-group button,
.widget-container.widget_search .form-group button {
height: 34px;
}
.sidebar-widget.widget_search .modal-form,
.sidebar-slider.widget_search .modal-form,
.widget-container.widget_search .modal-form {
margin-top: 0;
}
.sidebar-widget.etheme_widget_search,
.sidebar-slider.etheme_widget_search,
.widget-container.etheme_widget_search {
display: inline-block;
width: 100%;
}
.sidebar-widget.etheme_widget_search input[type="text"],
.sidebar-slider.etheme_widget_search input[type="text"],
.widget-container.etheme_widget_search input[type="text"],
.sidebar-widget.etheme_widget_search input[type="email"],
.sidebar-slider.etheme_widget_search input[type="email"],
.widget-container.etheme_widget_search input[type="email"],
.sidebar-widget.etheme_widget_search input[type="password"],
.sidebar-slider.etheme_widget_search input[type="password"],
.widget-container.etheme_widget_search input[type="password"] {
display: inline-block;
height: 34px;
}
.sidebar-widget.etheme_widget_search .button,
.sidebar-slider.etheme_widget_search .button,
.widget-container.etheme_widget_search .button {
height: 34px;
margin-top: 0px;
float: right;
}
.sidebar-widget.etheme_widget_recent_entries li,
.sidebar-slider.etheme_widget_recent_entries li,
.widget-container.etheme_widget_recent_entries li {
margin-bottom: 2.1428em;
list-style: none;
}
.sidebar-widget.etheme_widget_recent_entries .date-event,
.sidebar-slider.etheme_widget_recent_entries .date-event,
.widget-container.etheme_widget_recent_entries .date-event {
margin-right: 5px;
border: 1px solid #e6e6e6;
padding: 0.571em 0;
font-size: 1em;
font-weight: 400;
color: #3d3d3d;
display: block;
text-align: center;
}
.sidebar-widget.etheme_widget_recent_entries .date-event .number,
.sidebar-slider.etheme_widget_recent_entries .date-event .number,
.widget-container.etheme_widget_recent_entries .date-event .number {
width: 100%;
display: inline-block;
font-weight: 400;
padding-bottom: 1.0714em;
font-size: 1.5714em;
}
.sidebar-widget.etheme_widget_recent_entries .date-event .number:after,
.sidebar-slider.etheme_widget_recent_entries .date-event .number:after,
.widget-container.etheme_widget_recent_entries .date-event .number:after {
content: "";
width: 20px;
position: relative;
height: 2px;
background-color: #e6e6e6;
bottom: -10px;
margin: 0 auto;
display: block;
}
.sidebar-widget.etheme_widget_recent_entries .media-heading,
.sidebar-slider.etheme_widget_recent_entries .media-heading,
.widget-container.etheme_widget_recent_entries .media-heading {
font-size: 16px;
text-transform: none;
font-weight: 400;
}
.sidebar-widget.etheme_widget_recent_entries .media-heading strong,
.sidebar-slider.etheme_widget_recent_entries .media-heading strong,
.widget-container.etheme_widget_recent_entries .media-heading strong {
font-weight: 400;
color: #3d3d3d;
}
.sidebar-widget.etheme_widget_recent_entries .owl-buttons,
.sidebar-slider.etheme_widget_recent_entries .owl-buttons,
.widget-container.etheme_widget_recent_entries .owl-buttons {
display: none;
}
.wpb_widgetised_column .widget-container.null-instagram-feed ul {
padding-left: 0;
}
.wpb_widgetised_column .widget-container.null-instagram-feed .instagram-size-small li {
width: 25%;
}
.wpb_widgetised_column .widget-container.null-instagram-feed .instagram-size-thumbnail li {
width: 12.5%;
}
.wpb_widgetised_column .widget-container.null-instagram-feed .instagram-size-large li {
width: 33.33%;
padding: 0 0.3571em;
}
.wpb_widgetised_column .widget-container.null-instagram-feed .instagram-no-space li {
padding: 0 !important;
margin: 0 !important;
}
.col-md-4.sidebar .sidebar-widget.widget_search .form-group.has-border {
width: 65%;
}
.col-md-2.sidebar .widget_search .form-group.has-border {
width: 100%;
margin-bottom: 10px !important;
}
.sidebar-slider .product_list_widget li {
width: 100%;
} .shop-filters-area .sidebar-widget {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
.shop-filters-area .sidebar-widget > .widget-content {
position: absolute;
overflow: scroll;
overflow-x: hidden;
top: 45px;
right: 0 !important;
padding-right: 10px;
bottom: 0;
width: 100%;
}
.shop-filters-area .sidebar-widget > .widget-content:focus {
outline: none;
}
.shop-filters-area .sidebar-widget > .widget-content::-webkit-scrollbar {
display: none !important;
}
.shop-filters-area .sidebar-widget::-webkit-scrollbar {
display: none !important;
}
.shop-filters-area .nano-pane {
background: rgba(0, 0, 0, 0.2);
position: absolute;
width: 5px;
right: 0;
top: 45px;
bottom: 0;
height: 204px;
visibility: hidden; opacity: .1;
-webkit-transition: .2s;
-moz-transition: .2s;
-o-transition: .2s;
transition: .2s;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.shop-filters-area .nano-pane > .nano-slider {
background: rgba(0, 0, 0, 0.3);
position: relative;
margin: 0 1px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.sidebar-widget:hover .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
visibility: visible; opacity: 0.99;
}
.shop-filters-area {
display: flex;
display: webkit-flex;
justify-content: flex-start;
flex-wrap: wrap;
}
.shop-filters-area select {
width: 100%;
}
.shop-filters-area .sidebar-widget {
margin: 0 1%;
flex: 1 1 23%;
margin-bottom: 35px;
}
.shop-filters-area .sidebar-widget .widget-title {
margin-bottom: 13px;
}
.shop-filters-area .sidebar-widget:first-child {
padding-left: 0;
margin-left: 0;
}
.shop-filters-area .sidebar-widget:last-child {
padding-right: 0;
margin-right: 0;
}
.shop-filters-area .sidebar-widget ul {
padding-left: 0;
}
.shop-filters-area .sidebar-widget.nano-scroll-apply {
height: 260px;
}
.shop-filters-area .product-categories > li > a {
padding: 9px 0 8px 0;
}
.shop-filters-area .product_list_widget li {
margin-right: 10px;
}
.shop-filters-area .price_slider_wrapper .ui-slider .ui-slider-handle:last-child {
margin-left: -10px;
}
.etheme_widget_qr_code {
border: 1px solid #ebebeb;
padding: 15px 0 0 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 12px;
}
.etheme_widget_qr_code h4 {
margin-bottom: 10px !important;
margin-top: 10px !important;
}
.etheme_widget_qr_code .widget-title {
border: none;
padding: 0;
float: left;
width: 100%;
font-size: 16px !important;
}
.etheme_widget_qr_code .qr-lighbox {
font-size: 0;
width: 85px;
height: 120px;
display: block;
float: right;
margin-top: -55px;
background-image: url(//lindoguitars.com/wp-content/themes/classico/images/qr-bg.png);
-webkit-background-size: 100%;
-o-background-size: 100%;
background-size: 100%;
background-repeat: no-repeat;
background-position: 0 0;
}
.etheme_widget_qr_code .qr-lighbox:hover {
text-decoration: none;
}
.tagcloud a {
display: inline-block;
border: 1px solid #e6e6e6;
padding: 0.5em 0.7142em;
font-size: 0.928em !important;
margin: 0.357em;
font-family: 'Open Sans', sans-serif;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.sidebar-slider .owl-carousel .owl-buttons {
display: none;
}
.vc_wp_posts .widget_recent_entries li {
margin-bottom: 1.0714em;
padding-bottom: 1.0714em;
border-bottom: 1px solid #e6e6e6;
list-style: none;
}
.vc_wp_posts .widget_recent_entries li a {
font-size: 1.0714em;
display: block;
font-family: 'Open Sans', sans-serif;
padding-bottom: 0.3571em;
}
.vc_wp_posts .widget_recent_entries li a:hover {
color: #000;
}
.vc_wp_posts .widget_recent_entries li span {
display: inline-block;
width: 100%;
font-size: 0.928em;
}
.categories-menu-element .widget_product_categories {
border: 3px solid #f2f2f2;
}
.categories-menu-element .widget_product_categories .widgettitle {
font-size: 16px;
color: #000;
padding: 25px 20px;
text-align: center;
background-color: #F2F2F2;
margin-bottom: 0;
}
.categories-menu-element .widget_product_categories .product-categories {
margin-bottom: 0;
}
.categories-menu-element .widget_product_categories .product-categories .open-this {
top: 10px;
right: 10px;
}
.categories-menu-element .widget_product_categories .product-categories > li {
border-bottom: 1px solid #f2f2f2;
}
.categories-menu-element .widget_product_categories .product-categories > li > a {
font-weight: 300;
padding-left: 25px;
color: #737373;
}
.categories-menu-element .widget_product_categories .product-categories > li ul.children li {
border-top: 1px solid #f2f2f2;
}
.categories-menu-element .widget_product_categories .product-categories > li ul.children li a {
font-weight: 300;
color: #737373;
padding-left: 35px;
}
.categories-menu-element .widget_product_categories .product-categories li a {
padding-top: 15px !important;
padding-bottom: 15px !important;
}
.categories-menu-element .widget_product_categories .product-categories li a:hover {
color: #3d3d3d !important;
}
.flickr_badge_image {
background-color: #333 !important;
}
.flickr_badge_image img {
opacity: 1;
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
-ms-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
.flickr_badge_image:hover img {
opacity: 0.8;
}
.comment-respond .form-group input {
width: 50%;
}
.gallery-item {
margin-top: 20px;
}   .category-description {
margin-bottom: 30px;
} .filter-wrap {
border-bottom: 1px solid #e6e6e6;
margin-bottom: 30px;
position: relative;
float: left;
width: 100%;
}
.filter-wrap .woocommerce-result-count,
.filter-wrap .woocommerce-ordering,
.filter-wrap .view-switcher,
.filter-wrap .pagination-cubic {
display: inline-block;
float: left;
width: 209px;
letter-spacing: 0;
margin-bottom: 10px;
}
.filter-wrap .pagination-cubic {
width: auto;
}
.filter-wrap .woocommerce-result-count {
line-height: 34px;
font-size: 14px;
}
.filter-wrap .woocommerce-ordering select {
height: 35px;
line-height: 18px;
padding: 7px 10px;
width: 100%;
}
.filter-wrap .view-switcher label {
display: none;
}
.filter-wrap .view-switcher .switchToGrid {
float: left;
margin-left: 8px;
border: 1px solid #e6e6e6;
width: 35px;
height: 35px;
line-height: 15px;
cursor: pointer;
text-align: center;
}
.filter-wrap .view-switcher .switchToGrid .icon-th-large {
width: 14px;
height: 14px;
display: inline-block;
margin: 9px 0;
opacity: 0.4;
background-image: url(//lindoguitars.com/wp-content/themes/classico/images/grid-icon.png);
background-repeat: no-repeat;
background-position: center center;
}
.filter-wrap .view-switcher .switchToGrid .icon-th-large:before {
display: none;
}
.filter-wrap .view-switcher .switchToList {
float: left;
margin-left: 8px;
border: 1px solid #e6e6e6;
width: 35px;
height: 35px;
line-height: 15px;
cursor: pointer;
text-align: center;
}
.filter-wrap .view-switcher .switchToList .icon-th-list {
width: 14px;
height: 14px;
display: inline-block;
margin: 9px 0;
opacity: 0.4;
background-image: url(//lindoguitars.com/wp-content/themes/classico/images/list-icon.png);
background-repeat: no-repeat;
background-position: center center;
}
.filter-wrap .view-switcher .switchToList .icon-th-list:before {
display: none;
}
.filter-wrap .view-switcher .switcher-active i {
opacity: 1 !important;
}
body #yith-wcwl-popup-message {
display: none !important;
}
.yith-wcwl-share ul,
.yith-wcwl-share li {
padding-left: 0;
} .pagination-cubic {
float: right !important;
}
.pagination-cubic ul {
padding-left: 0;
display: inline-block;
text-align: right;
width: 100%;
margin-top: 0;
margin-bottom: 0;
}
.pagination-cubic ul li {
list-style: none;
display: inline-block;
float: left;
padding: 0 4px 0 4px;
}
.pagination-cubic ul li a,
.pagination-cubic ul li span {
font: 14px/15px 'Open Sans', sans-serif;
font-weight: 400;
color: #3d3d3d;
display: block;
background-color: #EBEBEB;
padding: 10px 13px;
height: 35px;
line-height: 14px;
float: left;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.pagination-cubic ul li span.current,
.pagination-cubic ul li a:hover {
background-color: #505050;
color: #FFF;
height: 35px;
line-height: 14px;
}
.pagination-cubic ul li:last-child {
padding-right: 0;
}
.products-list .product-details {
display: block !important;
} .price,
.amount {
font-family: "Open Sans", sans-serif;
}
.product {
margin-bottom: 30px;     }
.product .content-product.loading {
position: relative !important;
left: 0;
top: 0;
}
.product .product-image-wrapper {
position: relative;
overflow: hidden;
max-width: 100%;
margin: 0 auto;
text-align: center;
}
.product .product-image-wrapper .footer-product {
position: absolute;
-webkit-transform: translateY(45px);
-moz-transform: translateY(45px);
-ms-transform: translateY(45px);
-o-transform: translateY(45px);
transform: translateY(45px);
bottom: 0;
text-align: right;
height: 35px;
right: 5px;
-webkit-transition: all 0.25s ease;
-ms-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
color: #fff;
z-index: 4;
padding: 8px 15px 9px;
}
.product .product-image-wrapper .footer-product .show-quickly {
color: #fff;
display: inline-block;
font-size: 0;
font-weight: 600;
cursor: pointer;
}
.product .product-image-wrapper .footer-product .show-quickly:before {
content: "";
font-family: FontAwesome;
font-size: 14px;
background-image: url(//lindoguitars.com/wp-content/themes/classico/images/search-quick.png);
background-repeat: no-repeat;
background-position: center center;
width: 14px;
height: 14px;
display: block;
}
.product .product-image-wrapper .footer-product .yith-wcwl-add-to-wishlist {
display: inline-block;
margin-top: 0;
padding-right: 10px;
}
.product .product-image-wrapper .footer-product .yith-wcwl-add-to-wishlist a {
color: #FFF;
font-size: 0;
font-weight: 600;
}
.product .product-image-wrapper .footer-product .yith-wcwl-add-to-wishlist a:before {
content: "\f08a";
font-family: FontAwesome;
font-size: 14px;
}
.product .product-image-wrapper .footer-product .yith-wcwl-add-to-wishlist a.button {
padding: 0;
background-color: transparent;
}
.product .product-image-wrapper .footer-product .yith-wcwl-add-to-wishlist .ajax-loading {
display: none !important;
}
.product .product-image-wrapper .footer-product .yith-wcwl-add-to-wishlist span.feedback {
display: none;
}
.product .product-image-wrapper .footer-product .yith-wcwl-add-to-wishlist + .clear {
display: none;
}
.product .product-image-wrapper .footer-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a:before,
.product .product-image-wrapper .footer-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a:before {
content: "\f004";
}
.product .product-image-wrapper .out-stock {
position: absolute;
left: 50%;
top: 50%;
width: 70px;
height: 70px;
font-weight: 700;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
padding-top: 19px;
line-height: 15px;
margin-left: -35px;
margin-top: -35px;
color: #3d3d3d;
text-align: center;
background-color: #ffffff;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.product .product-image-wrapper:hover .footer-product {
-webkit-transform: translateY(0) !important;
-moz-transform: translateY(0) !important;
-ms-transform: translateY(0) !important;
-o-transform: translateY(0) !important;
transform: translateY(0) !important;
}
.product .product-image-wrapper.hover-effect-disable .footer-product {
display: none;
}
.product .product-image-wrapper.hover-effect-default-light .footer-product,
.product .product-image-wrapper.hover-effect-swap .footer-product {
background-color: transparent;
height: 36px;
padding: 0;
margin: 0;
}
.product .product-image-wrapper.hover-effect-default-light .footer-product .show-quickly,
.product .product-image-wrapper.hover-effect-swap .footer-product .show-quickly,
.product .product-image-wrapper.hover-effect-default-light .footer-product .yith-wcwl-add-to-wishlist,
.product .product-image-wrapper.hover-effect-swap .footer-product .yith-wcwl-add-to-wishlist {
background-color: #fff;
color: #222;
width: 32px;
height: auto;
padding: 0;
text-align: center;
opacity: 0.7;
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
-ms-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
.product .product-image-wrapper.hover-effect-default-light .footer-product .show-quickly:hover,
.product .product-image-wrapper.hover-effect-swap .footer-product .show-quickly:hover,
.product .product-image-wrapper.hover-effect-default-light .footer-product .yith-wcwl-add-to-wishlist:hover,
.product .product-image-wrapper.hover-effect-swap .footer-product .yith-wcwl-add-to-wishlist:hover {
opacity: 1;
}
.product .product-image-wrapper.hover-effect-default-light .footer-product .yith-wcwl-add-to-wishlist a:before,
.product .product-image-wrapper.hover-effect-swap .footer-product .yith-wcwl-add-to-wishlist a:before {
color: #222;
line-height: 32px;
}
.product .product-image-wrapper.hover-effect-default-light .footer-product .show-quickly,
.product .product-image-wrapper.hover-effect-swap .footer-product .show-quickly {
height: 32px;
top: -4px;
position: relative;
}
.product .product-image-wrapper.hover-effect-default-light .footer-product .show-quickly:before,
.product .product-image-wrapper.hover-effect-swap .footer-product .show-quickly:before {
background-image: url(//lindoguitars.com/wp-content/themes/classico/images/search-quick-dark.png);
position: relative;
background-position: center center;
top: 8px;
width: 17px;
height: 17px;
display: inline-block;
}
.product .product-image-wrapper.hover-effect-default-dark .footer-product {
background-color: transparent;
height: 36px;
padding: 0;
margin: 0;
}
.product .product-image-wrapper.hover-effect-default-dark .footer-product .show-quickly,
.product .product-image-wrapper.hover-effect-default-dark .footer-product .yith-wcwl-add-to-wishlist {
background-color: rgba(0, 0, 0, 0.7);
color: #fff;
width: 32px;
height: auto;
padding: 0;
text-align: center;
opacity: 0.7;
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
-ms-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
.product .product-image-wrapper.hover-effect-default-dark .footer-product .show-quickly:hover,
.product .product-image-wrapper.hover-effect-default-dark .footer-product .yith-wcwl-add-to-wishlist:hover {
opacity: 1;
}
.product .product-image-wrapper.hover-effect-default-dark .footer-product .yith-wcwl-add-to-wishlist a:before {
color: #fff;
line-height: 32px;
}
.product .product-image-wrapper.hover-effect-default-dark .footer-product .show-quickly {
height: 32px;
top: -4px;
position: relative;
}
.product .product-image-wrapper.hover-effect-default-dark .footer-product .show-quickly:before {
background-image: url(//lindoguitars.com/wp-content/themes/classico/images/search-quick.png);
position: relative;
background-position: center center;
top: 8px;
width: 17px;
height: 17px;
display: inline-block;
}
.product .product-image-wrapper.hover-effect-mask {
position: relative;
}
.product .product-image-wrapper.hover-effect-mask .footer-product {
display: none;
}
.product .product-image-wrapper.hover-effect-mask + .product-details {
display: none;
}
.product .product-image-wrapper.hover-effect-mask .hover-mask {
position: absolute;
opacity: 0;
left: 0;
right: 0;
z-index: 100;
margin: 15px;
bottom: 0;
padding: 15px;
background-color: #fff;
text-align: center;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: opacity 0.25s ease-in-out;
-moz-transition: opacity 0.25s ease-in-out;
-ms-transition: opacity 0.25s ease-in-out;
-o-transition: opacity 0.25s ease-in-out;
transition: opacity 0.25s ease-in-out;
}
.product .product-image-wrapper.hover-effect-mask .hover-mask .products-page-cats {
font-size: 13px;
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
-ms-transform: translateY(10px);
-o-transform: translateY(10px);
transform: translateY(10px);
-webkit-transition: transform 0.3s ease-in-out;
-moz-transition: transform 0.3s ease-in-out;
-ms-transition: transform 0.3s ease-in-out;
-o-transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
}
.product .product-image-wrapper.hover-effect-mask .hover-mask .product-title {
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
-ms-transform: translateY(10px);
-o-transform: translateY(10px);
transform: translateY(10px);
-webkit-transition: transform 0.3s ease-in-out;
-moz-transition: transform 0.3s ease-in-out;
-ms-transition: transform 0.3s ease-in-out;
-o-transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
}
.product .product-image-wrapper.hover-effect-mask .hover-mask .product-title a {
color: #3d3d3d;
font-size: 16px;
margin: 5px 0;
display: block;
width: 100%;
}
.product .product-image-wrapper.hover-effect-mask .hover-mask .product-title a:hover {
color: #8a8a8a;
}
.product .product-image-wrapper.hover-effect-mask .hover-mask .price {
margin-bottom: 0;
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
-ms-transform: translateY(10px);
-o-transform: translateY(10px);
transform: translateY(10px);
-webkit-transition: transform 0.3s ease-in-out;
-moz-transition: transform 0.3s ease-in-out;
-ms-transition: transform 0.3s ease-in-out;
-o-transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
}
.product .product-image-wrapper.hover-effect-mask .hover-mask .star-rating,
.product .product-image-wrapper.hover-effect-mask .hover-mask a.btn {
display: none;
}
.product .product-image-wrapper.hover-effect-mask:hover .hover-mask {
opacity: 1;
}
.product .product-image-wrapper.hover-effect-mask:hover .products-page-cats,
.product .product-image-wrapper.hover-effect-mask:hover .product-title,
.product .product-image-wrapper.hover-effect-mask:hover .price {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px);
}
.product .product-image-wrapper.hover-effect-slider {
position: relative;
}
.product .product-image-wrapper.hover-effect-slider .footer-product {
display: none;
}
.product .product-image-wrapper.hover-effect-slider .sm-arrow {
position: absolute;
top: 0;
height: 100%;
background-color: rgba(255, 255, 255, 0.7);
width: 30px;
color: #3d3d3d;
text-align: center;
font-size: 0;
cursor: pointer;
overflow: hidden;
opacity: 1;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.product .product-image-wrapper.hover-effect-slider .sm-arrow::selection {
background-color: transparent !important;
}
.product .product-image-wrapper.hover-effect-slider .sm-arrow:before {
font-family: FontAwesome;
font-size: 20px;
position: absolute;
top: 50%;
margin-top: -14px;
opacity: 0;
-webkit-transition: all 0.25s ease-in-out 0.1s;
-moz-transition: all 0.25s ease-in-out 0.1s;
-ms-transition: all 0.25s ease-in-out 0.1s;
-o-transition: all 0.25s ease-in-out 0.1s;
transition: all 0.25s ease-in-out 0.1s;
}
.product .product-image-wrapper.hover-effect-slider .sm-arrow.arrow-left {
left: -40px;
}
.product .product-image-wrapper.hover-effect-slider .sm-arrow.arrow-left:before {
left: -5px;
content: "\f104";
}
.product .product-image-wrapper.hover-effect-slider .sm-arrow.arrow-right {
right: -40px;
}
.product .product-image-wrapper.hover-effect-slider .sm-arrow.arrow-right:before {
right: -5px;
content: "\f105";
}
.product .product-image-wrapper.hover-effect-slider:hover .sm-arrow {
opacity: 1;
}
.product .product-image-wrapper.hover-effect-slider:hover .sm-arrow:before {
opacity: 1;
}
.product .product-image-wrapper.hover-effect-slider:hover .sm-arrow.arrow-right {
right: 0;
}
.product .product-image-wrapper.hover-effect-slider:hover .sm-arrow.arrow-right:before {
right: 12px !important;
}
.product .product-image-wrapper.hover-effect-slider:hover .sm-arrow.arrow-left {
left: 0;
}
.product .product-image-wrapper.hover-effect-slider:hover .sm-arrow.arrow-left:before {
left: 12px !important;
}
.product .product-image-wrapper.hover-effect-swap .show-image {
opacity: 0;
position: absolute;
left: auto;
top: 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
-ms-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.product .product-image-wrapper.hover-effect-swap:hover .show-image {
opacity: 1;
z-index: 1;
}
.product .product-details {
margin-top: 20px;
}
.product .progress-button,
.product .product_type_simple,
.product .product_type_grouped,
.product .product_type_external {
position: relative;
display: inline-block;
outline: none;
background-color: #e9e9e9;
border: 1px solid #fff;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 12px;
-webkit-transition: opacity 0.3s linear, color 0.1s, background-color 0.1s;
-moz-transition: opacity 0.3s linear, color 0.1s, background-color 0.1s;
-ms-transition: opacity 0.3s linear, color 0.1s, background-color 0.1s;
-o-transition: opacity 0.3s linear, color 0.1s, background-color 0.1s;
transition: opacity 0.3s linear, color 0.1s, background-color 0.1s;
}
.product .progress-button:hover,
.product .product_type_simple:hover,
.product .product_type_grouped:hover,
.product .product_type_external:hover {
background-color: #444;
color: #FFF;
}
.product .product-slide .product-details {
margin-top: 20px;
}
.product .btn.product_type_variable {
background-color: #e9e9e9;
border: 1px solid #fff;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.product .btn.product_type_variable:hover {
background-color: #444;
color: #FFF;
}
.product #floatingCirclesG {
background-image: url(//lindoguitars.com/wp-content/themes/classico/images/loading.gif) no-repeat center center !important;
position: absolute;
top: 30%;
left: 50%;
margin-left: -25px;
z-index: 10000;
}
.product .content-product .product-image-wrapper:before,
.product .content-product .product-image-wrapper:after {
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.product .content-product.loading .product-image-wrapper:after {
content: "";
background-image: url(//lindoguitars.com/wp-content/themes/classico/images/quick-view-loader.gif);
background-repeat: no-repeat;
background-position: center center;
position: absolute;
left: 50%;
top: 50%;
display: block;
width: 40px;
height: 40px;
z-index: 102;
margin-left: -20px;
margin-top: -20px;
}
.product .content-product.loading .product-image-wrapper:before {
content: "";
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.9);
position: absolute;
display: block;
z-index: 101;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.product .products-list #floatingCirclesG {
width: 50px;
left: 50%;
margin-left: -25px;
}
.product .slide-item .progress-button {
position: static;
}
.product .progress-button[disabled],
.product .progress-button[disabled].state-loading {
cursor: default;
}
.product .progress-button .content {
position: relative;
display: block;
}
.product .progress-button .content::after {
position: absolute;
right: 20px;
color: #000;
font-family: FontAwesome;
opacity: 0;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.product .progress-button.state-success .content::after {
content: ""; background-color: #fff;
background-image: url(//lindoguitars.com/wp-content/themes/classico/images/check-new.png);
background-repeat: no-repeat;
background-position: center center;
width: 100%;
height: 22px;
text-align: center;
}
.product .progress-button.state-success {
border-color: #fff;
background-color: #fff;
}
.product .progress-button.state-success .content::before,
.product .progress-button.state-success .content::after {
opacity: 1;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.product .progress-button.state-success .content .ico-smallpacket {
opacity: 0;
}
.product .notransition {
-webkit-transition: none !important;
transition: none !important;
}
.product .progress-button .progress {
background: #4b4b4b;
}
.product .progress-button .progress-inner {
position: absolute;
left: 0;
background: #4b4b4b;
}
.product .progress-button[data-horizontal] .progress-inner {
top: 0;
width: 0;
height: 100%;
-webkit-transition: opacity 0.01s;
transition: opacity 0.01s;
}
.product .progress-button[data-style="shrink"] .ico-smallpacket {
background-position: -116px -90px;
}
.product .progress-button[data-style="shrink"]:hover {
color: #fff;
}
.product .progress-button[data-style="shrink"] .progress-inner {
background: #000;
}
.product .progress-button[data-style="shrink"].state-success {
background-color: transparent;
border-color: transparent;
font-size: 0;
}
.product .progress-button[data-style="shrink"].state-success:hover {
background-color: transparent;
border-color: transparent;
}
.product .progress-button[data-style="shrink"].state-success .content {
width: 30px;
height: 13px;
}
.product .progress-button[data-style="shrink"].state-success .content:after {
background-color: transparent;
}
.product .progress-button { -webkit-transition: -webkit-transform 0.1s, color 0.1s, background-color 0.1s, border-color 0.1s;
transition: transform 0.1s, color 0.1s, background-color 0.1s, border-color 0.1s;
}
.product .progress-button[data-style="shrink"][data-horizontal] .content {
-webkit-transition: opacity 0.1s, -webkit-transform 0.2s;
transition: opacity 0.1s, transform 0.2s;
}
.product .progress-button[data-style="shrink"][data-horizontal] .content::before,
.product .progress-button[data-style="shrink"][data-horizontal] .content::after {
left: 0;
right: auto;
}
.product .progress-button[data-style="shrink"][data-horizontal].state-loading {
-webkit-transform: scaleY(0.19);
transform: scaleY(0.19);
-ms-transform: scaleY(0.19);
border: none;
background-color: #e2e2e2;
}
.product .progress-button[data-style="shrink"][data-horizontal].state-loading .content {
opacity: 0;
}
.product .progress-button[data-style="shrink"][data-horizontal].state-success .content,
.product .progress-button[data-style="shrink"][data-horizontal].state-error .content {
opacity: 1;
}
.product .product-excerpt {
display: none;
}
.product .product-details .products-page-cats {
margin-bottom: 0.3571em;
}
.product .product-details .products-page-cats a {
font-weight: 400;
color: #999;
font-size: 1em;
}
.product .product-details .products-page-cats a:hover {
color: #8a8a8a;
}
.product .product-details .product-title a {
font-weight: 400;
color: #3d3d3d;
font-size: 1.0714em;
display: block;
text-transform: uppercase;
font-family: Georgia;
width: 100%;
margin-bottom: 0.7142em;
}
.product .product-details .product-title a:hover {
color: #8a8a8a;
}
.product .price {
width: 100%;
text-align: center;
margin-bottom: 1.0714em;
display: block;
font-size: 1.1428em;
line-height: 1.4285em;
color: #000;
}
.product .price ins {
background-color: transparent;
}
.product .price del {
font-size: 1em;
color: #8a8a8a;
}
.product .price del span.amount {
color: #8a8a8a;
}
.star-rating {
font-size: 0;
width: 91px;
height: 14px;
display: block;
margin: 0 auto 15px;
position: relative;
background-image: url(//lindoguitars.com/wp-content/themes/classico/images/rating-inactive.png);
background-repeat: no-repeat;
background-position: 0 0;
}
.star-rating span {
position: absolute;
left: 0;
top: 0;
height: 14px;
background-image: url(//lindoguitars.com/wp-content/themes/classico/images/rating-active.png);
background-repeat: no-repeat;
background-position: 0 0;
}
.progress-button.adding-to-cart {
opacity: 0.4;
} .shop-full-width .shop-filters-area {
padding: 0 15px;
}
.shop-full-width .shop-filters-area .sidebar-widget:first-child {
margin-left: 1%;
}
.shop-full-width .shop-filters-area .sidebar-widget:last-child {
margin-right: 1%;
}
.shop-full-width .products-grid {
margin: 0 15px;
border-bottom: none;
}
.shop-full-width .products-grid.row-count-2 .product {
width: 50%;
}
.shop-full-width .products-grid.row-count-2 .product img {
width: 100%;
}
.shop-full-width .products-grid.row-count-3 .product {
width: 33.3%;
}
.shop-full-width .products-grid.row-count-3 .product img {
width: 100%;
}
.shop-full-width .products-grid.row-count-4 .product {
width: 25%;
}
.shop-full-width .products-grid.row-count-4 .product img {
width: 100%;
}
.shop-full-width .products-grid.row-count-4 .product:nth-child(3n+1) {
clear: none !important;
}
.shop-full-width .products-grid.row-count-5 .product {
width: 20%;
}
.shop-full-width .products-grid.row-count-5 .product img {
width: 100%;
}
.shop-full-width .products-grid.row-count-5 .product:nth-child(3n+1) {
clear: none !important;
}
.shop-full-width .products-grid.row-count-6 .product {
width: 16.66%;
}
.shop-full-width .products-grid.row-count-6 .product img {
width: 100%;
}
.shop-full-width .products-grid.row-count-6 .product:nth-child(3n+1) {
clear: none !important;
}
.shop-full-width .term-description {
display: none;
}
.shop-full-width .filter-wrap {
border-bottom: none;
padding: 0 30px;
}
.shop-full-width .filter-wrap .filter-content {
border-bottom: 1px solid #e6e6e6;
float: left;
width: 100%;
}
.shop-full-width .products-list .product .product-image-wrapper {
width: auto;
}
.shop-full-width .products-list .product .product-details {
width: auto;
float: none;
}
.shop-full-width .products-list .product .product-details .star-rating {
display: inline-block;
}
.after-shop-loop .pagination-cubic {
border-top: 1px solid #e6e6e6;
width: 100%;
margin-top: 10px;
padding-top: 15px;
text-align: right;
}
.after-shop-loop .pagination-cubic .page-numbers {
width: auto;
} @media only screen and (min-width: 980px) {
.row-count-2 .product:nth-child(2n+1),
.row-count-3 .product:nth-child(3n+1),
.row-count-4 .product:nth-child(3n+1),
.row-count-5 .product:nth-child(3n+1),
.row-count-6 .product:nth-child(3n+1) {
clear: both;
}
.row-count-1 .product {
width: 100%;
text-align: center;
}
.row-count-2 .product {
width: 50%;
text-align: center;
}
.row-count-2 .product:nth-child(2n+1) {
clear: both;
}
.row-count-5 .product .product-image-wrapper.hover-effect-mask .hover-mask .product-title a,
.row-count-4 .product .product-image-wrapper.hover-effect-mask .hover-mask .product-title a,
.row-count-6 .product .product-image-wrapper.hover-effect-mask .hover-mask .product-title a {
font-size: 14px;
}
.row-count-6 .product .price {
line-height: 20px;
}
.filter-wrap .woocommerce-result-count {
display: none;
}
.row-count-3 .product:nth-child(3n+1),
.sidebar-position-without .row-count-3 .product:nth-child(3n+1) {
clear: both;
}
.shop_table.wishlist_table td.product-name {
width: 240px !important;
}
.shop_table.wishlist_table td,
.shop_table.wishlist_table th {
padding: 15px 8px !important;
}
.owl-carousel .product-category {
width: 100% !important;
}
.row-count-2.products-grid .product-category {
width: 50% !important;
}
.row-count-5 .product-category:nth-child(5n+1),
.row-count-6 .product-category:nth-child(5n+1) {
clear: none !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
@-ms-viewport {
width: device-width;
}
.row-count-2 .product:nth-child(2n+1),
.row-count-3 .product:nth-child(3n+1),
.row-count-4 .product:nth-child(3n+1),
.row-count-5 .product:nth-child(3n+1),
.row-count-6 .product:nth-child(3n+1) {
clear: both;
}
.row-count-2 .product {
width: 360px;
}
.owl-carousel .product-category {
width: 100% !important;
}
.row-count-2.products-grid .product-category {
width: 50% !important;
}
.shop-full-width .products-grid.row-count-2 .product {
width: 50%;
}
.shop-full-width .products-grid.row-count-3 .product {
width: 33.3%;
}
.shop-full-width .products-grid.row-count-4 .product {
width: 50%;
}
.shop-full-width .products-grid.row-count-5 .product {
width: 50%;
}
.shop-full-width .products-grid.row-count-6 .product {
width: 33.3%;
}
.shop-full-width .products-grid.row-count-6 .product img {
width: 100%;
}
.banner.banner-type-2 .banner-content:before,
.banner.banner-type-2 .banner-content:after {
top: 10px !important;
right: 10px !important;
left: 10px !important;
bottom: 10px !important;
}
.banner.banner-type-2 .banner-content p {
padding: 0 !important;
}
.banner.banner-type-2 .banner-content h3 {
padding-top: 15px !important;
margin-bottom: 0 !important;
}
article.post-grid {
width: 50%;
}
article.content-small .content-article {
width: auto;
float: none;
}
article.content-small .wp-picture,
article.content-small .post-gallery-slider {
margin-bottom: 15px;
}
}
@media only screen and (max-width: 767px) {
@-ms-viewport {
width: device-width;
}
.row-count-2 .product:nth-child(2n+1),
.row-count-3 .product:nth-child(2n+1),
.row-count-4 .product:nth-child(2n+1),
.row-count-5 .product:nth-child(2n+1),
.row-count-6 .product:nth-child(2n+1) {
clear: both !important;
}
.row-count-2.products-grid .product-category {
width: 50% !important;
}
.shop-full-width .products-grid.row-count-2 .product,
.shop-full-width .products-grid.row-count-3 .product,
.shop-full-width .products-grid.row-count-4 .product,
.shop-full-width .products-grid.row-count-5 .product,
.shop-full-width .products-grid.row-count-6 .product {
width: 50%;
}
}
@media only screen and (max-width: 480px) {
@-ms-viewport {
width: device-width;
}
.product {
width: 100%;
margin-bottom: 50px;
}
.row-count-2.products-grid .product-category {
width: 100% !important;
}
.shop-full-width .products-grid.row-count-2 .product,
.shop-full-width .products-grid.row-count-3 .product,
.shop-full-width .products-grid.row-count-4 .product,
.shop-full-width .products-grid.row-count-5 .product,
.shop-full-width .products-grid.row-count-6 .product {
width: 100%;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
width: 100%;
float: none;
}
} .products-list .product {
width: 100% !important;
text-align: left;
}
.products-list .product .product-image-wrapper {
float: left;
margin-right: 30px;
width: 35%;
}
.products-list .product .product-details {
width: 60%;
float: left;
text-align: left !important;
}
.products-list .product .product-details .product-excerpt {
display: block;
line-height: 1.8;
margin-bottom: 1.4285em;
}
.products-list .product .product-details .star-rating {
margin: 0;
margin-bottom: 0.7142em;
}
.products-list .product .product-details .price {
text-align: left;
}
.header-vertical-enable .products-list .product {
width: 100% !important;
} .sidebar .woocommerce_product_categories .widget-title,
.sidebar .widget_product_categories .widget-title {
color: #FFF;
background-color: #252525;
text-align: center;
border: none;
padding: 1.2142em 0;
font-size: 1.2857em;
letter-spacing: 0.0714em;
}
.sidebar .woocommerce_product_categories select,
.sidebar .widget_product_categories select {
width: 100%;
max-width: 300px;
background: none;
} .product-categories {
padding-left: 0 !important;
}
.product-categories > li {
list-style: none;
display: inline-block;
width: 100%;
}
.product-categories > li.firstItem {
padding-top: 0;
}
.product-categories > li > a {
font-size: 1em;
line-height: 1.2857em;
display: inline;
font-weight: 500;
text-transform: none;
position: relative;
display: inline-block;
padding: 0.5714em 0;
}
.product-categories > li > ul {
padding: 0;
}
.product-categories > li > ul.children li {
list-style: none;
}
.product-categories > li > ul.children li > a {
font-size: 1em;
line-height: 1.0714em;
color: #575757;
font-weight: 500;
text-transform: none;
position: relative;
display: inline-block;
padding-left: 0.7142em;
padding-bottom: 0.5714em;
padding-top: 0.5714em;
}
.product-categories > li > ul.children li > a:hover {
color: #8a8a8a;
}
.product-categories > li > ul.children li.current-cat > a {
color: #333;
}
.product-categories > li > ul.children li.opened > .open-this {
background-image: url(//lindoguitars.com/wp-content/themes/classico/images/small-minus.png);
}
.product-categories > li > ul a:before {
font-family: "FontAwesome";
font-weight: normal;
font-style: normal;
text-decoration: inherit;
content: "\f105";
-webkit-font-smoothing: antialiased;
float: left;
line-height: 14px;
font-size: 12px;
margin-right: 7px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.product-categories > li.opened > .open-this {
background-image: url(//lindoguitars.com/wp-content/themes/classico/images/small-minus.png);
}
.product-categories > li.current-cat {
color: #8a8a8a;
}
.product-categories > li.current-cat a {
color: #8a8a8a;
}
.product-categories > li.current-cat span {
color: #8a8a8a;
}
.product-categories > li.current-cat .children span.count {
color: #333 !important;
}
.product-categories > li span {
cursor: pointer;
}
.product-categories > li span:hover {
color: #8a8a8a;
}
.product-categories .open-this {
cursor: pointer;
float: right;
height: 26px;
position: relative;
top: 4px;
z-index: 1;
font-size: 0;
width: 26px;
display: block;
margin: 0;
background-image: url(//lindoguitars.com/wp-content/themes/classico/images/small-plus.png);
background-repeat: no-repeat;
background-position: center center;
}
.product-categories.with-accordion ul.children {
display: none;
}
.product-categories.with-accordion ul.children li.over > .open-this {
background-image: url(//lindoguitars.com/wp-content/themes/classico/images/small-minus.png);
}
.product-categories.with-accordion ul.children li a:hover {
color: #8a8a8a;
}
.product-categories.with-accordion ul.children li ul li a {
padding-left: 20px;
} .home .sidebar-widget.widget_product_categories {
border: 3px solid #f2f2f2;
}
.home .sidebar-widget.widget_product_categories .widget-title {
background-color: #f2f2f2;
}
.home .sidebar-widget.widget_product_categories .widget-title span {
color: #333;
font-size: 16px;
}
.home .sidebar-widget.widget_product_categories ul {
margin-bottom: 0;
}
.home .sidebar-widget.widget_product_categories li {
padding-left: 25px;
border-bottom: 1px solid #f2f2f2;
}
.home .sidebar-widget.widget_product_categories li > a {
color: #737373;
font-size: 14px;
padding: 15px 0;
}
.home .sidebar-widget.widget_product_categories li > a:hover {
color: #8a8a8a;
}
.home .sidebar-widget.widget_product_categories li.firstItem > a {
padding-top: 0;
}
.product-category {
text-align: center;
}
.product-category.columns-5 {
width: 20%;
} .product_list_widget li {
border-bottom: 1px solid #eee;
padding: 1.4285em 0;
display: inline-block;
}
.product_list_widget li h4 {
text-transform: none;
font-size: 1em;
}
.product_list_widget li h4 a {
font-size: 1em;
font-family: 'Open Sans', sans-serif;
}
.product_list_widget li h4 .small-coast {
font-size: 1.0714em;
}
.product_list_widget li .rating {
display: none;
}
.product_list_widget li img {
max-width: 4.2857em;
}
.product_list_widget li .small-coast {
color: #8a8a8a;
font-size: 1.0714em;
font-weight: 500;
}
.product_list_widget li .small-coast del {
font-size: 1em;
color: #8a8a8a;
}
.product_list_widget li:first-child {
padding-top: 0;
}
.product_list_widget li.lastItem {
padding-bottom: 0;
border-bottom: none;
} .price_slider_wrapper {
margin-top: 20px;
}
.price_slider_wrapper .ui-range {
margin-bottom: 21px;
}
.price_slider_wrapper .ui-corner-all {
height: 3px;
margin-top: -1px;
margin-bottom: 20px;
position: relative;
background-color: #ddd;
top: 0;
box-sizing: border-box;
}
.price_slider_wrapper .ui-slider .ui-slider-handle {
border: none;
background-color: #3d3d3d;
cursor: pointer;
height: 10px;
outline: none;
position: absolute;
top: -3px;
margin-left: -1px;
width: 10px;
z-index: 2;
}
.price_slider_wrapper .ui-slider .ui-slider-range {
background-color: #8a8a8a !important;
}
.price_slider_wrapper .button {
float: left;
}
.price_slider_wrapper .price_label {
text-align: right;
line-height: 28px;
font-size: 14px;
}
.widget_layered_nav li {
position: relative;
list-style: none;
}
.widget_layered_nav li a {
font: 14px/12px 'Open Sans', sans-serif;
padding: 12px 0 10px 25px;
text-transform: none;
color: #737373;
display: block;
}
.widget_layered_nav li a:before {
content: "";
position: absolute;
width: 12px;
height: 12px;
top: 50%;
left: 0;
margin-top: -6px;
border: 1px solid #D9D9D9;
display: inline-block;
}
.widget_layered_nav li a:hover {
color: #000;
}
.widget_layered_nav li .count {
font: 14px/12px 'Open Sans', sans-serif;
color: #737373;
display: block;
position: absolute;
right: 0;
top: 50%;
margin-top: -7px;
cursor: pointer;
}
.widget_layered_nav li.chosen a {
color: #252525;
}
.widget_layered_nav li.chosen a:after {
content: "";
position: absolute;
width: 13px;
height: 11px;
top: 50%;
left: 0;
margin-top: -6px;
margin-left: 2px;
background-image: url(//lindoguitars.com/wp-content/themes/classico/images/check-icon.png);
background-repeat: no-repeat;
background-position: center center;
}
.widget_layered_nav li.firstItem a:before {
margin-top: -6px;
}
.widget_layered_nav li.firstItem a:after {
margin-top: -6px;
}
.widget_layered_nav li.firstItem .count {
margin-top: -6px;
}
.widget_layered_nav_filters li {
display: inline-block;
margin-right: 10px;
border: 1px solid #ebebeb;
overflow: hidden;
padding: 7px 18px;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.widget_layered_nav_filters li a {
position: relative;
left: 0;
-webkit-transition: left 0.25s ease-in-out;
-moz-transition: left 0.25s ease-in-out;
transition: left 0.25s ease-in-out;
}
.widget_layered_nav_filters li a:before {
content: "x";
position: absolute;
right: -30px;
font-size: 16px;
line-height: 20px;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.widget_layered_nav_filters li:hover {
border-color: #000;
}
.widget_layered_nav_filters li:hover a {
color: #000;
left: -8px;
}
.widget_layered_nav_filters li:hover a:before {
right: -17px;
}
#etheme-popup {
margin: 0 auto;
background-color: #FFF;
padding: 60px;
border: 1px solid #e6e6e6;
}
#etheme-popup p {
margin-bottom: 0;
}
#etheme-popup .checkbox-label input {
position: relative;
top: 3px;
}
#etheme-popup h1 {
font-weight: 400;
margin-bottom: 0;
}
#etheme-popup .mc4wp-form {
margin-top: 20px;
}
#etheme-popup .mc4wp-form input[type="email"] {
width: 260px;
float: left;
height: 40px;
}
#etheme-popup .mc4wp-form input[type="submit"] {
height: 40px;
}
#etheme-popup .mc4wp-form label {
display: none;
}
#etheme-popup span {
display: inline-block;
margin-top: 10px;
font-weight: 400;
margin-bottom: 20px;
}
.widget_product_tag_cloud .tagcloud a {
display: inline-block;
border: 1px solid #e6e6e6;
padding: 0.5em 0.714em;
font-family: 'Open Sans', sans-serif;
font-size: 0.928em !important;
margin: 5px 5px 5px 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.widget_product_tag_cloud .tagcloud a:hover {
border: 1px solid #000;
color: #000;
}
.woocommerce.widget_recent_reviews .product_list_widget li img {
max-width: 3.3571em;
float: left;
height: auto;
margin-right: 0.7142em;
}
.woocommerce.widget_recent_reviews .product_list_widget li a {
font-size: 1em;
color: #3d3d3d;
font-weight: 400;
line-height: 1.0714em;
}
.woocommerce.widget_recent_reviews .product_list_widget li .reviewer {
display: none;
}
.woocommerce.widget_recent_reviews .product_list_widget li .star-rating {
float: left;
margin-top: 5px;
}
.woocommerce.widget_product_search .woocommerce-product-search label {
display: none;
}
.woocommerce.widget_product_search .woocommerce-product-search input[type="search"] {
height: 34px;
width: 160px;
border: 1px solid #d5d5d5;
color: #333;
font-size: 0.9285em;
padding: 0.7142em;
-webkit-transition: border-color 0.2s ease-in-out;
-moz-transition: border-color 0.2s ease-in-out;
-ms-transition: border-color 0.2s ease-in-out;
-o-transition: border-color 0.2s ease-in-out;
transition: border-color 0.2s ease-in-out;
}
.woocommerce.widget_product_search .woocommerce-product-search input[type="search"]:focus {
border-color: #252525;
}
.woocommerce.widget_product_search .woocommerce-product-search input[type="submit"] {
height: 34px;
float: right;
}
.woocommerce-message,
.alert-success,
.success,
.woocommerce-error,
.alert-error,
.error,
.woocommerce-info,
.alert-info,
.info,
.woocommerce-warning,
.alert-warning,
.warning {
border: 1px solid transparent;
font-size: 0.9285em;
color: #767676;
padding: 1.0714em;
width: 100%;
position: relative;
padding-left: 4.2857em !important;
line-height: 1.7142em;
margin-bottom: 2.1428em !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce-message li,
.alert-success li,
.success li,
.woocommerce-error li,
.alert-error li,
.error li,
.woocommerce-info li,
.alert-info li,
.info li,
.woocommerce-warning li,
.alert-warning li,
.warning li {
list-style: none;
}
.woocommerce-message:before,
.alert-success:before,
.success:before,
.woocommerce-error:before,
.alert-error:before,
.error:before,
.woocommerce-info:before,
.alert-info:before,
.info:before,
.woocommerce-warning:before,
.alert-warning:before,
.warning:before {
content: "";
position: absolute;
top: 50%;
left: 25px;
margin-top: -10px;
line-height: 1;
font-size: 1.7142em;
font-family: FontAwesome;
}
.woocommerce-message .button,
.alert-success .button,
.success .button,
.woocommerce-error .button,
.alert-error .button,
.error .button,
.woocommerce-info .button,
.alert-info .button,
.info .button,
.woocommerce-warning .button,
.alert-warning .button,
.warning .button {
position: absolute;
right: 0.7142em;
top: 0.7142em;
}
.woocommerce-message {
text-align: left;
}
.woocommerce-message,
.alert-success,
.success {
background-color: #dff0d8;
border-color: #d6e9c6;
}
.woocommerce-message:before,
.alert-success:before,
.success:before {
content: "\f00c";
}
.woocommerce-error,
.alert-error,
.error {
background-color: #f2dede;
border-color: #ebccd1;
}
.woocommerce-error:before,
.alert-error:before,
.error:before {
content: "\f00d";
}
.woocommerce-info,
.alert-info,
.info,
.info {
background-color: #d9edf7;
border-color: #bce8f1;
}
.woocommerce-info:before,
.alert-info:before,
.info:before,
.info:before {
content: "\f129";
}
.woocommerce-warning,
.alert-warning,
.warning,
.warning {
background-color: #fcf8e3;
border-color: #faebcc;
}
.woocommerce-warning:before,
.alert-warning:before,
.warning:before,
.warning:before {
content: "\f12a";
}
.empty-cart-block {
text-align: center;
}
.empty-cart-block a.btn.filled.active {
margin-top: 20px;
background-color: #E9E9E9;
color: #000;
border: none;
line-height: 42px;
}
.empty-cart-block a.btn.filled.active:hover {
background-color: #f2f2f2;
color: #000 !important;
}
.empty-cart-block .icon-shopping-cart {
font-size: 70px;
margin-bottom: 30px;
display: block;
}
.empty-category-block {
text-align: center;
}
.product-category > a {
display: block;
position: relative;
}
.product-category > a img {
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
-ms-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.product-category > a:hover img {
opacity: 0.8;
}
.product-category .categories-mask {
position: absolute;
opacity: 1;
left: 0;
right: 0;
margin: 15px;
bottom: 0;
padding: 15px;
background-color: #fff;
text-align: center;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.product-category .categories-mask span {
color: #3d3d3d;
}
.product-category .categories-mask span.more {
display: none;
}
.product-category .categories-mask h4 {
font-size: 22px;
margin-bottom: 0;
-ms-word-break: break-word;
word-break: break-word;
}
.categoriesCarousel.owl-carousel .owl-pagination {
display: none;
}
@media only screen and (max-width: 375px) {
.woocommerce-MyAccount-content .woocommerce-Message--info {
padding: 10px;
}
.woocommerce-MyAccount-content .woocommerce-Message--info .woocommerce-Button {
margin-top: -7px;
position: relative;
float: right;
}
}
@media only screen and (max-width: 425px) {
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content {
overflow-x: scroll;
}
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content::-webkit-scrollbar {
height: 0.4em;
}
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content::-webkit-scrollbar-thumb {
background-color: darkgrey;
outline: 1px solid slategrey;
}
}  .product-information {
margin-bottom: 30px;
}
.product-information .price {
float: left;
text-align: left;
width: 100%;
margin-top: 20px;
margin-bottom: 25px;
font-size: 24px;
font-weight: 400;
color: #3d3d3d !important;
}
.product-information .price ins {
text-decoration: none;
display: inline-block;
}
.product-information .price del {
font-size: 22px;
}
.product-information .price del .amount {
font-size: 22px;
}
.product-information .product_title {
font-size: 24px;
letter-spacing: 1px;
margin-bottom: 10px;
}
.product-information .woocommerce-product-rating .star-rating {
margin: 0;
margin-right: 15px;
float: left;
}
.product-information .woocommerce-product-rating .woocommerce-review-link {
font-size: 14px;
color: #3d3d3d;
font-weight: 400;
}
.product-information .woocommerce-product-rating .woocommerce-review-link:hover {
color: #8a8a8a;
}
.product-information .short-description {
float: left;
width: 100%;
margin-bottom: 25px;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #8c8c8c;
}
.product-information .short-description p {
margin-bottom: 0;
}
.product-information table.variations {
margin-bottom: 0;
}
.product-information table.variations td.label {
width: 100%;
padding: 0;
border-top: none;
display: inline-block;
text-align: left;
vertical-align: middle;
}
.product-information table.variations td.label label {
color: #000;
font-weight: 400;
font-size: 14px;
margin-bottom: 8px;
text-transform: uppercase;
}
.product-information table.variations td.value {
border-top: none;
padding: 0;
display: inline-block;
vertical-align: middle;
width: 100%;
}
.product-information table.variations td.value select {
width: 250px;
margin-bottom: 10px;
}
.product-information form.variations_form.cart .single_variation_wrap {
display: inline-block;
width: 100%;
margin-top: 20px;
}
.product-information .size_guide {
margin-bottom: 20px;
display: inline-block;
width: 100%;
}
.product-information .email-link {
margin-bottom: 10px;
display: inline-block;
}
.product-information .product_meta {
padding-bottom: 20px;
margin-bottom: 20px;
width: 100%;
}
.product-information .product_meta .wcml_currency_switcher {
display: none;
}
.product-information .product_meta > span {
display: block;
margin-bottom: 10px;
}
.product-information .product_meta span.sku {
position: relative;
top: 0;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
color: #3d3d3d;
}
.product-information .cart {
float: left;
width: 100%;
padding: 20px 0;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
margin-bottom: 25px;
}
.product-information .cart button[type="submit"],
.product-information .cart .button {
float: left;
font-size: 13px;
height: 100%;
line-height: 40px;
padding: 0 28px;
letter-spacing: 1px;
}
.product-information .cart button[type="submit"]:hover,
.product-information .cart .button:hover {
background-color: #444;
text-decoration: none;
}
.product-information .cart button[type="submit"] {
margin-left: 30px;
}
.product-information .share-title {
float: left;
text-transform: uppercase;
font-size: 16px;
line-height: 30px;
color: #3d3d3d;
}
.product-information .menu-social-icons {
float: right;
width: auto;
}
.product-information .menu-social-icons li {
margin-right: 5px;
}
.product-information .menu-social-icons a i {
font-size: 18px;
color: #a8a8a8;
background-color: transparent;
}
.product-information .menu-social-icons a i:hover {
color: #8a8a8a;
}
.product-information .menu-social-icons a svg {
display: none;
}
.product-information .woocommerce-cart {
min-height: 62vh;
}
.product-information .woocommerce-price-suffix {
display: inline-block;
width: 100%;
margin-top: 10px;
font-size: 16px;
color: #767676;
font-weight: 500;
font-family: 'Open Sans', sans-serif;
}
.product-information .out-stock-wrapper {
float: left;
width: 100%;
margin-bottom: 20px;
}
.product-information .out-stock {
position: relative;
display: inline-block;
width: 100%;
padding: 15px 0;
margin: 0;
text-align: center;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
border-radius: 0;
left: 0;
}
.product-information .out-stock .wr-c {
font-size: 16px;
margin-top: 15px;
margin-bottom: 15px;
color: #444;
font-family: Georgia;
text-transform: uppercase;
border: none;
}
.product-information .out-of-stock {
font-size: 16px;
width: 100%;
text-align: center;
margin-bottom: 0;
padding: 10px 0;
text-transform: uppercase;
color: #8a8a8a;
display: inline-block;
}
.product-information .yith-wcwl-add-to-wishlist a,
.product-information .email-link,
.product-information .sku_wrapper {
font-size: 14px;
font-weight: 400;
}
.product-information .yith-wcwl-add-to-wishlist {
display: inline-block;
margin-top: 0;
padding-right: 10px;
}
.product-information .yith-wcwl-add-to-wishlist span.feedback {
display: none;
}
.product-information .yith-wcwl-add-to-wishlist img {
display: none !important;
}
.product-information .yith-wcwl-add-to-wishlist a {
padding-left: 5px;
}
.product-information .yith-wcwl-add-to-wishlist a:before {
content: "\f08a";
font-family: FontAwesome;
position: relative;
left: -5px;
}
.product-information .yith-wcwl-add-to-wishlist a.button {
-webkit-border-radius: 0px;
border-radius: 0px;
padding: 0 28px;
line-height: 40px;
font-size: 0.9285em;
margin-bottom: 20px;
}
.product-information .email-link {
margin-right: 10px;
padding-left: 5px;
}
.product-information .email-link:before {
content: "\f003";
position: relative;
font-family: FontAwesome;
left: -5px;
}
.product-information .clear {
display: none;
}
.hide-product-name .product_title {
display: none;
}
.product-images .out-stock {
display: none;
}
.shop_attributes td,
.shop_attributes th {
vertical-align: middle;
font-weight: 400;
padding: 3px 0;
border: none;
}
.shop_attributes td p,
.shop_attributes th p {
margin-bottom: 0;
}
.single-product .carousel-area {
margin-top: 10px;
}
.label-product {
text-align: center;
z-index: 1;
}
.label-product > div {
position: absolute;
z-index: 100;
}
.type-label-1 {
top: 7px;
right: 10px;
background: rgba(121, 121, 121, 0.9);
color: #fff;
border-radius: 100%;
width: 45px;
height: 45px;
font-size: 13px;
line-height: 45px;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
}
.type-label-1 .new {
display: inline-block;
}
.type-label-2 {
top: 7px;
left: 10px;
background: #8a8a8a;
color: #fff;
border-radius: 100%;
width: 45px;
height: 45px;
line-height: 45px;
font-size: 13px;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
}
.type-label-2 .sale {
display: inline-block;
}
.type-label-2 .big-T {
font-size: 18px;
border: none;
display: block;
}
.group_table tr,
.group_table td {
border: none;
}
.group_table td.price {
width: auto;
margin: 0;
float: none;
padding: 0;
line-height: 50px;
vertical-align: top;
}
.group_table td.price .amount {
font-size: 22px;
}
.group_table td.price .out-of-stock {
font-size: 12px;
padding-top: 0;
}
.group_table td.label {
line-height: 50px;
display: table-cell;
text-align: left;
vertical-align: middle;
}
.group_table td:first-child {
vertical-align: top;
}
.product-type-grouped button[type="submit"] {
margin-left: 0 !important;
}
.quantity {
position: relative;
border: 1px solid #ddd;
float: left;
width: 71px; }
.quantity .buttons_added input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
}
.quantity input[type="button"] {
position: absolute;
right: 0;
width: 27px;
height: 19px;
padding: 0;
font-size: 14px;
color: #000;
background-color: #FFF;
}
.quantity input[type="button"]:hover {
color: #fff;
background-color: #000;
text-decoration: none;
}
.quantity input[type="button"]:focus {
background-color: #fff;
color: #000 !important;
}
.quantity .minus {
bottom: 0;
}
.quantity .plus {
top: 0;
border-bottom: 1px solid #e6e6e6;
}
.quantity.buttons_added {
width: auto;
border: none;
padding-right: 30px;
border: 1px solid #e6e6e6;
}
.quantity.buttons_added input[type="number"] {
width: 50px;
height: 40px;
border: none;
font-weight: 400;
border-right: 1px solid #e6e6e6;
-webkit-border-radius: 0px;
border-radius: 0px;
}
.quantity.buttons_added input[type="number"]::-webkit-inner-spin-button {
display: none;
}
.quantity.buttons_added .plus,
.quantity.buttons_added .minus {
background-color: #FFF;
width: 30px;
height: 20px;
}
.quantity.buttons_added .plus:hover,
.quantity.buttons_added .minus:hover {
background-color: #FFF;
}
.quantity.buttons_added .minus {
background-image: url(//lindoguitars.com/wp-content/themes/classico/images/small_minus.png);
background-position: center center;
background-repeat: no-repeat;
font-size: 0;
}
.quantity.buttons_added .plus {
background-image: url(//lindoguitars.com/wp-content/themes/classico/images/small_plus.png);
background-position: center center;
background-repeat: no-repeat;
font-size: 0;
}
.quantity input[type="number"],
.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty {
height: 38px;
width: 70px;
line-height: 38px;
text-align: center;
font: 16px/30px 'Open Sans', sans-serif;
font-weight: 500;
display: block;
color: #3d3d3d;
border: none;
border-right: 1px solid #ddd;
} .affix-bottom {
position: absolute;
}
.product-summary-fixed .product_title {
font-size: 1.5714em;
text-transform: none;
}
.product-summary-fixed .product_title:after {
content: "";
height: 2px;
display: block;
position: absolute;
width: 35px;
}
.product-content.sidebar-position-without .fixed-product-block {
min-height: 65vh;
display: table;
}
.product-content.sidebar-position-without .fixed-product-block .fixed-content {
display: table-cell;
vertical-align: middle;
}
.product-content.sidebar-position-right .product-information table.variations td.value select {
width: 100%;
}
.fixed-product-block .fixed-content {
text-align: center;
}
.fixed-product-block .fixed-content .share-title {
display: none;
}
.fixed-product-block .fixed-content .woocommerce-review-link {
display: none;
}
.fixed-product-block .fixed-content .menu-social-icons {
text-align: center;
}
.fixed-product-block .fixed-content .menu-social-icons li {
float: none;
margin-right: 0;
display: inline-block;
}
.fixed-product-block .fixed-content .price {
text-align: center;
margin-bottom: 20px;
}
.fixed-product-block .fixed-content .cart {
border: none;
padding: 0;
}
.fixed-product-block .fixed-content .cart button[type="submit"],
.fixed-product-block .fixed-content .cart .button {
float: none;
margin: 0 auto;
display: inline-block;
}
.fixed-product-block .fixed-content .quantity {
float: none;
margin: 0 auto 20px;
}
.fixed-product-block .fixed-content table.variations td.label {
text-align: center;
}
.fixed-product-block .fixed-content .group_table td.label {
vertical-align: top;
}
.large-product-block .quantity {
float: none;
margin: 0 auto 20px;
}
.large-product-block .single_add_to_cart_button {
float: none !important;
margin: 0 auto !important;
display: block;
}
.single-product-large .col-md-9 .product-information .large-product-block {
padding: 25px 15px;
}
.single_add_to_cart_button.wc-variation-is-unavailable {
cursor: not-allowed;
}
.product-content .product-images {
margin-bottom: 40px;
}
.product-content .product-images .type-label-2 {
left: 22px;
}
.product-content .product-images .type-label-1 {
right: 22px;
} .reviews-position-outside .tabs {
width: 60% !important;
float: left;
padding-right: 15px;
}
.reviews-position-outside .tabs.tabs-default {
margin-top: 12px;
}
.reviews-position-outside .tabs.right-bar {
padding-right: 0;
}
.reviews-position-outside .tabs.accordion {
margin-top: 2px;
}
.reviews-position-outside #reviews {
width: 40%;
padding-left: 15px;
padding-top: 22px;
float: left;
}
.reviews-position-outside #reviews .reviews-title {
font-size: 14px;
font-weight: 400;
margin-bottom: 20px;
line-height: 15px;
color: #3d3d3d;
}
.vc_tta-panel-body {
padding: 2em 0 !important;
}
.vc_tta-style-classic .vc_tta-tab.vc_active a {
color: #3d3d3d !important;
border-color: transparent !important;
background-color: transparent !important;
}
.vc_tta-style-classic .vc_tta-tab.vc_active a span:after {
content: '';
display: block;
width: 100%;
height: 22px;
border-bottom: 2px solid #afafaf;
position: absolute;
top: 2px;
left: 0;
}
.vc_tta-style-classic .vc_tta-tab a {
border-color: transparent !important;
background-color: transparent !important;
font-size: 18px;
color: #999;
display: inline-block;
text-transform: none;
font-family: Georgia;
font-weight: 400;
position: relative;
margin-right: 15px;
padding: 0 !important;
}
.vc_tta-style-classic .vc_tta-tab a:after {
content: '';
display: block;
width: 1px;
height: 12px;
position: absolute;
right: -19px;
top: 2px;
}
.product-images-slider {
margin-bottom: 20px;
position: relative;
}
.product-images-slider .owl-item {
padding: 0 !important;
text-align: center;
}
.product-images-slider .owl-item img {
max-width: 100%;
}
.product-images-slider .owl-controls {
position: static;
}
.product-images-slider .owl-controls .owl-buttons div {
position: absolute;
z-index: 3;
font-size: 0;
top: 0;
width: 30px;
margin-top: 0;
height: 100%;
display: block;
cursor: pointer;
-webkit-border-radius: 0;
border-radius: 0;
border: none;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.product-images-slider .owl-controls .owl-buttons div:before {
content: "" !important;
}
.product-images-slider .owl-controls .owl-prev {
left: 0 !important;
}
.product-images-slider .owl-controls .owl-prev:hover {
background: rgba(255, 255, 255, 0.7);
}
.product-images-slider .owl-controls .owl-prev:after {
content: '';
display: block;
background: url(//lindoguitars.com/wp-content/themes/classico/images/icons-sprite.png) no-repeat -7px -35px;
width: 12px !important;
height: 25px !important;
position: absolute;
left: 50% !important;
top: 50% !important;
margin-top: -12px;
margin-left: -6px;
}
.product-images-slider .owl-controls .owl-next {
right: 0 !important;
}
.product-images-slider .owl-controls .owl-next:hover {
background: rgba(255, 255, 255, 0.7);
}
.product-images-slider .owl-controls .owl-next:after {
content: '';
display: block;
background: url(//lindoguitars.com/wp-content/themes/classico/images/icons-sprite.png) no-repeat -28px -35px;
width: 12px !important;
height: 25px !important;
position: absolute;
left: 50% !important;
top: 50% !important;
margin-top: -12px;
margin-left: -6px;
}
.product-images-slider .owl-controls .owl-pagination {
display: none;
}
.product-images-slider .product-image {
cursor: default;
}
.product-images-gallery div {
margin-bottom: 15px;
position: relative;
}
.single-product .tabs.tabs-default {
width: 100%;
}
.single-product .tabs .tab-title {
font-family: Georgia;
font-weight: 400;
}
.product-lightbox-btn {
position: absolute;
left: 17px;
bottom: 17px;
font-size: 0;
z-index: 1001;
padding: 0;
width: 40px;
height: 40px;
border: 1px solid #3a3a3a;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.product-lightbox-btn:before {
content: "\f065";
font-family: FontAwesome;
font-size: 16px;
color: #3a3a3a;
line-height: 39px;
}
.product-lightbox-btn:hover {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#product-pager {
margin: 0 auto;
padding: 0 35px;
width: auto;
}
#product-pager .owl-item {
text-align: center;
padding: 0 6px;
}
#product-pager .owl-item img {
width: 100%;
opacity: 0.7; }
#product-pager .owl-item a {
display: block;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#product-pager .owl-item a:hover {
border-color: #8d8d8d;
}
#product-pager .owl-item a:hover img {
opacity: 1;
}
#product-pager .owl-item.active-thumbnail a {
border-color: #8d8d8d;
}
#product-pager .owl-item.active-thumbnail a img {
opacity: 1;
}
#product-pager .owl-item .active-thumbnail {
border-color: #8d8d8d;
}
#product-pager .owl-item .active-thumbnail img {
opacity: 1;
}
#product-pager .owl-next,
#product-pager .owl-prev {
position: absolute;
top: 0;
margin-top: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
#product-pager .owl-next:hover,
#product-pager .owl-prev:hover {
background-color: rgba(255, 255, 255, 0.7);
}
#product-pager .owl-next:after,
#product-pager .owl-prev:after {
display: none;
}
#product-pager .owl-prev {
left: 0;
width: 35px;
height: 100%;
display: inline-block;
background: none;
border: none !important;
border-radius: 0;
}
#product-pager .owl-prev:before {
content: "";
position: absolute;
top: 50%;
margin-top: -12px;
background: url(//lindoguitars.com/wp-content/themes/classico/images/icons-sprite.png) no-repeat -7px -35px;
width: 12px;
height: 25px;
right: 12px;
left: 12px;
display: block;
}
#product-pager .owl-prev:focus {
outline: none;
}
#product-pager .owl-next {
right: 0;
width: 35px;
height: 100%;
display: inline-block;
background: none;
border: none !important;
border-radius: 0;
}
#product-pager .owl-next:before {
content: "";
position: absolute;
top: 50%;
margin-top: -12px;
background: url(//lindoguitars.com/wp-content/themes/classico/images/icons-sprite.png) no-repeat -28px -35px;
width: 12px;
height: 25px;
left: 13px;
display: block;
}
#product-pager .owl-next:focus {
outline: none;
}
#product-pager .owl-item .video-thumbnail {
border: 1px solid #D5D5D5;
padding: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#product-pager .owl-item .video-thumbnail span {
cursor: pointer;
display: block;
font-size: 0;
background-image: url(//lindoguitars.com/wp-content/themes/classico/images/play1.png);
background-repeat: no-repeat;
background-position: center center;
width: 83px;
height: 110px;
}
#product-pager .owl-controls {
position: static;
}
#product-pager .owl-controls .owl-pagination {
display: none;
}
#product-pager .owl-controls .owl-buttons {
opacity: 1 !important;
}
.single-product-large .product-information > div {
padding: 65px;
border: 1px solid #e6e6e6;
display: inline-block;
}
.single-product-large .product-information > div h4.title {
display: none;
}
.single-product-large .product-information > div .product_title {
font-weight: 400;
}
.single-product-large .product-information > div .product_meta {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #ebebeb;
}
.single-product-large .product-information > div .menu-social-icons {
margin-bottom: 0;
}
.single-product-large .col-md-9 .product-information > div {
padding: 25px;
border: 1px solid #e6e6e6;
}  #customer_login .col-1,
#customer_login .col-2 {
width: 50%;
padding: 0 15px;
float: left;
}
#customer_login .col-1 h2,
#customer_login .col-2 h2 {
font-size: 16px;
color: #000;
font-weight: 400;
padding-bottom: 10px;
line-height: 1.3;
margin-bottom: 15px;
border-bottom: 1px solid #e6e6e6;
}
#customer_login .col-1 label,
#customer_login .col-2 label {
font-weight: 400;
}
#customer_login .col-1 label[for="rememberme"],
#customer_login .col-2 label[for="rememberme"] {
font-weight: 400;
}
#customer_login .col-1 .button,
#customer_login .col-2 .button {
float: left;
font-size: 13px;
line-height: 40px;
width: auto;
padding: 0 28px;
letter-spacing: 1px;
}
#customer_login .col-1 label.inline,
#customer_login .col-2 label.inline {
padding-left: 20px;
line-height: 40px;
margin-bottom: 0;
}
#customer_login .col-1 label.inline input,
#customer_login .col-2 label.inline input {
top: 10px;
}
#customer_login .col-1 .lost_password,
#customer_login .col-2 .lost_password {
float: right;
line-height: 40px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
}
#customer_login .col-1 {
border: 1px solid #e6e6e6;
padding: 35px;
}
#customer_login .col-1 .form-row:nth-child(3n) {
width: auto;
}
#customer_login .col-2 {
padding: 15px 0 15px 60px;
}
#customer_login .col-2 form.register {
margin-top: 10px;
}  .comments-list li {
border: 1px solid #e6e6e6;
padding: 40px 20px;
width: 100%;
display: inline-block;
margin-bottom: 30px;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.comments-list li .media-heading {
font-size: 16px;
font-weight: 500;
text-transform: none;
}
.comments-list li .comment-reply-link {
color: #3d3d3d;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
font-weight: 400;
letter-spacing: 0px;
text-transform: none;
}
.comments-list li .comment-reply-link:hover {
color: #8a8a8a;
}
.comments-list li .star-rating {
margin-left: 0;
float: right;
}
.comments-list li ul.children {
margin-top: 30px;
}
.comment-respond .comment-form-rating {
margin-bottom: 10px;
margin-top: 10px;
}
.comment-respond .comment-form-rating label {
margin-bottom: 0;
}
p.stars {
display: inline-block;
margin: 0 0 0 10px !important;
position: relative;
top: 9px;
}
p.stars span {
background: url(//lindoguitars.com/wp-content/themes/classico/images/star-silver.png) repeat-x left 0;
float: left;
height: 20px;
position: relative;
width: 75px;
}
p.stars span a {
float: left;
height: 0;
left: 0;
overflow: hidden;
padding-top: 22px;
position: absolute;
top: 0;
width: 15px;
}
p.stars span a:hover,
p.stars span a:focus,
p.stars span a:hover,
p.stars span a:focus {
background: url(//lindoguitars.com/wp-content/themes/classico/images/star.png) repeat-x left 0;
}
p.stars span a.active,
p.stars span a.active {
background: url(//lindoguitars.com/wp-content/themes/classico/images/star.png) repeat-x left 0;
border: none;
}
p.stars span a.star-1,
p.stars span a.star-1 {
width: 15px;
z-index: 10;
}
p.stars span a.star-2,
p.stars span a.star-2 {
width: 30px;
z-index: 9;
}
p.stars span a.star-3,
p.stars span a.star-3 {
width: 45px;
z-index: 8;
}
p.stars span a.star-4,
p.stars span a.star-4 {
width: 60px;
z-index: 7;
}
p.stars span a.star-5,
p.stars span a.star-5 {
width: 75px;
z-index: 6;
}  table.shop_table {
border: none;
}
table.shop_table thead tr {
border-top: 1px solid #ddd;
}
table.shop_table thead tr:first-child {
border-top: none;
}
table.shop_table thead tr th:first-child {
border-left: none;
}
table.shop_table thead tr th:last-child {
border-right: none;
}
table.shop_table thead tr th {
border-left: none;
border-right: none;
border-bottom-width: 1px;
padding: 12px 8px;
font-size: 14px;
font-family: Georgia;
text-align: center;
font-weight: 400;
text-transform: uppercase;
color: #3d3d3d;
}
table.shop_table thead tr th.product-remove {
width: 85px;
}
table.shop_table thead tr th.product-name {
text-align: left;
}
table.shop_table td:first-child {
border-left: none !important;
}
table.shop_table td:last-child {
border-right: none !important;
}
table.shop_table td {
border-right: none !important;
border-left: none !important;
vertical-align: middle !important;
text-align: center;
padding: 14px 8px;
}
table.shop_table td.product-remove a.btn.remove-item {
padding: 7px 11px;
}
table.shop_table td.product-name .product-thumbnail img {
width: 100%;
}
table.shop_table td.product-name {
width: 115px;
vertical-align: top !important;
}
table.shop_table td.product-details a {
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
color: #000;
}
table.shop_table td.product-details a:hover {
color: #8a8a8a;
}
table.shop_table td.product-details dl {
margin-bottom: 0;
}
table.shop_table td.product-details dd,
table.shop_table td.product-details dt {
display: inline-block;
font-weight: 400;
}
table.shop_table td.product-details dd p,
table.shop_table td.product-details dt p {
margin-bottom: 0;
}
table.shop_table td.product-price .amount,
table.shop_table td.product-subtotal .amount {
font-size: 16px;
font-weight: 400;
color: #000;
}
table.shop_table td.product-quantity .quantity {
float: none;
margin: 0 auto;
}
.cart_totals > h2 {
display: none;
}
.cart_totals p small {
font-size: 100%;
}
.bag-total-table > a.checkout-button {
display: none;
}
.select2-drop-active {
border: 1px solid #d5d5d5;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices,
.select2-container .select2-choice {
border: 1px solid #d5d5d5;
height: 40px;
line-height: 40px;
-webkit-border-radius: 0px;
border-radius: 0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.select2-drop-active input[type="text"]:focus {
border-color: #d5d5d5;
}
#customer_details .create-account {
display: inline-block;
}
#customer_details .create-account .form-row#account_username_field {
margin-right: 10px;
}
#customer_details .create-account .form-row#billing_phone_field {
margin-left: 10px;
}
.shop_table.wishlist_table td.product-name a {
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
color: #000;
}
.shop_table.wishlist_table td.product-remove a {
padding: 0px 5px 2px;
border: 1px solid #CBCBCB;
font-size: 14px;
}
.shop_table.wishlist_table td.product-remove a:hover {
border-color: #000;
color: #000;
}
.shop_table.wishlist_table td span.wishlist-in-stock {
font-size: 14px;
}
.shop_table.wishlist_table th.product-name {
text-align: left;
}
.actions {
margin-bottom: 40px;
}
.actions input[type="submit"]:first-child {
margin-right: 15px;
}
.actions .checkout-button {
display: none;
}
.woocommerce table.wishlist_table {
font-size: 100%;
}
h3.underlined {
font-size: 16px;
color: #000;
font-weight: 400;
padding-bottom: 10px;
line-height: 1.3;
margin-bottom: 15px;
border-bottom: 1px solid #e6e6e6;
}
.checkout_coupon {
display: inline-block;
width: 100%;
margin-bottom: 30px;
}
.sidebar-position-left .coupon,
.sidebar-position-right .coupon {
display: inline-block;
}
.sidebar-position-left .coupon [name="apply_coupon"],
.sidebar-position-right .coupon [name="apply_coupon"] {
clear: both;
float: left!important;
margin-top: 20px;
}
.reference p {
padding: 20px 30px;
border: 1px solid #ddd;
}
.bag-total-table {
margin-bottom: 30px;
text-align: right;
}
.bag-total-table th,
.bag-total-table td {
padding: 20px 0 5px 0 !important;
vertical-align: bottom;
}
.bag-total-table td {
text-align: right !important;
}
.bag-total-table th {
font-weight: 500;
color: #8c8c8c;
text-transform: uppercase;
font-size: 14px;
font-family: 'Open Sans', sans-serif;
}
.bag-total-table .cart-subtotal th,
.bag-total-table .cart-subtotal td {
border-top: none;
}
.bag-total-table .cart-subtotal td {
text-align: right;
}
.bag-total-table .cart-subtotal td .amount {
font-weight: 400;
font-size: 16px;
color: #000;
}
.bag-total-table .tax-rate td .amount {
font-size: 20px;
color: #000;
font-weight: 400;
}
.bag-total-table .shipping select {
width: 100%;
}
.bag-total-table .shipping th {
vertical-align: middle;
}
.bag-total-table .woocommerce-shipping-calculator {
margin-top: 3px;
}
.bag-total-table .woocommerce-shipping-calculator > p {
margin-bottom: 0;
line-height: 20px;
}
.bag-total-table .woocommerce-shipping-calculator .shipping-calculator-form {
margin-top: 10px;
}
.bag-total-table .order-total {
border-bottom: 1px solid #ddd;
}
.bag-total-table .order-total th {
vertical-align: bottom !important;
}
.bag-total-table .order-total .amount {
font-size: 24px;
color: #000;
font-weight: 400 !important;
}
.bag-total-table .checkout-button {
line-height: 40px;
height: 40px;
padding: 0 28px !important;
font-size: 13px;
letter-spacing: 1px;
}
#shipping_method {
padding-left: 0;
margin-bottom: 0;
}
#shipping_method li {
list-style: none;
line-height: 24px;
}
#shipping_method li label {
margin-bottom: 0;
}
.shipping_calculator input[type="text"],
.shipping_calculator input[type="email"],
.shipping_calculator input[type="password"],
.shipping_calculator input[type="tel"] {
width: 233px;
}
.cart-collaterals .title {
font-size: 14px;
color: #000;
font-weight: 400;
padding-bottom: 8px;
margin-bottom: 20px;
border-bottom: 1px solid #3d3d3d;
}  .woocommerce-info {
background-color: #fafafa;
padding: 20px;
width: 100%;
border: 1px solid #e6e6e6;
margin-bottom: 30px;
color: #3d3d3d;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce-info a {
color: #000;
}
.woocommerce-info a:hover {
color: #8a8a8a;
}
h3.step-title,
h4.step-title {
font-size: 16px;
color: #3d3d3d;
font-weight: 400;
padding-bottom: 15px;
margin-bottom: 20px;
letter-spacing: 1px;
border-bottom: 1px solid #e6e6e6;
}
.woocommerce-checkout .form-row .chosen-container-single .chosen-single,
.woocommerce-checkout .form-row .chosen-container-single .chosen-single:hover {
height: 28px !important;
}
.form-row {
float: left;
width: 50%;
}
.form-row.form-row-wide {
width: 100%;
}
.form-row.form-row-first {
padding-right: 10px;
}
.form-row.form-row-last {
padding-left: 10px;
}
.form-row.form-row.notes {
width: 100%;
}
.form-row input {
width: 100%;
}
.form-row label {
color: #3d3d3d;
}
.form-row.create-account input {
margin-top: 6px;
}
.form-row.create-account input[type=checkbox] {
margin-left: 0;
}
.form-row.create-account span {
margin-left: 20px;
}
.form-row.create-account label {
float: none;
margin: 0;
display: inline-block;
}
.woocommerce-account-fields .create-account,
.woocommerce-account-fields .form-row {
width: 100%;
}
.woocommerce-account-fields .create-account input,
.woocommerce-account-fields .form-row input {
width: 100%;
}
.woocommerce-shipping-fields {
margin-top: 0;
width: 100%;
display: inline-block;
}
.woocommerce-shipping-fields .woocommerce-additional-fields h3 {
font-size: 16px;
color: #3d3d3d;
font-weight: 400;
padding-bottom: 15px;
margin-bottom: 20px;
letter-spacing: 1px;
border-bottom: 1px solid #e6e6e6;
}
#order_comments_field textarea {
width: 100%;
height: 120px;
}
.woocommerce-checkout-review-order-table tr.tax-rate td {
text-align: right;
}
.woocommerce-checkout-review-order-table tr.tax-rate td .amount {
font-weight: bold;
font-size: 16px;
color: #000;
}
.woocommerce-shipping-fields label {
color: #3d3d3d;
}
.woocommerce-shipping-fields textarea:focus {
outline: none;
}
.order_details {
padding-left: 0 !important;
}
.order_details li {
list-style: none;
line-height: 30px;
}
table.order_details tr,
table.shop_table_responsive.customer_details tr,
table.order_details td,
table.shop_table_responsive.customer_details td,
table.order_details th,
table.shop_table_responsive.customer_details th {
vertical-align: middle;
}
.before-checkout-form .form-row {
width: 100%;
}
.before-checkout-form .form-row input {
width: 40%;
margin: 0;
}
.before-checkout-form .form-row input[type="submit"] {
width: auto;
}
.before-checkout-form .form-row input[type="checkbox"] {
margin-right: 10px;
margin-top: 6px;
}
.before-checkout-form .form-row label.inline {
padding-left: 20px;
}
.before-checkout-form .form-row.form-row-last {
padding-left: 0;
}
.order-review .shop_table {
margin-bottom: 30px;
}
.order-review th {
border-bottom-width: 1px;
padding: 12px 8px;
font-size: 14px;
text-align: left;
font-weight: 400;
font-family: 'Open Sans', sans-serif !important;
text-transform: uppercase;
color: #3d3d3d;
}
.order-review th,
.order-review td {
padding: 20px 0 5px 0 !important;
vertical-align: bottom;
}
.order-review tr.shipping td {
font-size: 16px;
}
.order-review td.product-name {
text-align: left;
}
.order-review .cart_item {
font-size: 14px;
font-weight: 400;
}
.order-review .cart_item .variation {
margin-top: 5px;
margin-bottom: 0;
}
.order-review .cart_item .variation dt {
float: left;
}
.order-review .cart_item .variation dd {
float: left;
padding-left: 10px;
}
.order-review .cart_item .variation dd p {
line-height: 20px;
margin-bottom: 0;
}
.order-review .product-total,
.order-review .cart-subtotal td,
.order-review .shipping td,
.order-review .order-total td {
text-align: right;
}
.order-review td .amount {
font-weight: 400;
font-size: 16px;
color: #000;
}
.order-review .order-total {
border-bottom: 1px solid #e6e6e6;
}
.order-review .order-total .amount {
font-size: 24px;
font-weight: 400 !important;
}
.order-review .payment_methods.methods {
padding-left: 0;
}
.order-review .payment_methods.methods li {
list-style: none;
padding-bottom: 10px;
}
.order-review .payment_methods.methods .payment_method_paypal img {
max-width: 120px;
margin-right: 10px;
margin-left: 10px;
}
.form-row.place-order {
width: auto;
}
.form-row.place-order input[type="button"] {
width: 100%;
}
.form-row.place-order .form-row.terms {
width: 100%;
}
.form-row.place-order .form-row.terms label {
display: inline-block;
width: auto;
float: none;
}
.form-row.place-order .form-row.terms input[type="checkbox"] {
float: left;
display: inline-block !important;
margin-left: 0;
position: relative;
top: 4px;
}
.form-row.place-order input[type="submit"] {
padding: 0 28px;
height: 40px;
line-height: 40px !important;
}  .banner {
position: relative;
overflow: hidden;
background-color: #252525;
margin-bottom: 20px;    }
.banner img {
width: 100%;
height: auto;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-ms-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.banner .banner-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.banner .banner-content a.border-white {
border: 1px solid #fff;
}
.banner:hover {
cursor: pointer;
}
.banner:hover img {
opacity: 0.8;
}
.banner.font-style-dark p,
.banner.font-style-dark h3,
.banner.font-style-dark a {
color: #3d3d3d !important;
}
.banner.font-style-dark.banner-type-1 h3 {
color: #FFF !important;
}
.banner.banner-type-1 .banner-content {
top: auto;
bottom: 0;
padding: 1em;
height: 60px;
background: #3d3d3d;
color: #fff;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.banner.banner-type-1 .banner-content p {
position: absolute;
bottom: 1.5em;
padding: 1em;
text-align: center;
color: #fff;
width: 100%;
left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-weight: 400;
line-height: 24px;
text-transform: none;
font-size: 16px;
opacity: 0;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
-webkit-backface-visibility: hidden;
}
.banner.banner-type-1 .banner-content h3 {
display: inline-block;
width: 100%;
text-align: center;
color: #FFF;
margin-bottom: 0;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, 200%, 0);
transform: translate3d(0, 200%, 0);
}
.banner.banner-type-1 .banner-content a {
margin: 10px auto;
display: table;
}
.banner.banner-type-1:hover .banner-content,
.banner.banner-type-1:hover h3 {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.banner.banner-type-1:hover p {
opacity: 1;
}
.banner.banner-type-1:hover h3 {
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
}
.banner.banner-type-3 {
background-color: #3d3d3d;
text-align: center;
}
.banner.banner-type-3 img {
opacity: 1;
-webkit-transition: all 0.35s;
transition: all 0.35s;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.banner.banner-type-3 .banner-content h3 {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
color: #FFF;
padding-top: 20%;
}
.banner.banner-type-3 .banner-content p {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
color: #FFF;
font-weight: 400;
font-size: 16px;
}
.banner.banner-type-3 .banner-content a {
margin: 10px auto;
display: table;
}
.banner.banner-type-3:hover img {
opacity: 0.8;
-webkit-transform: scale3d(1.1, 1.1, 1);
transform: scale3d(1.1, 1.1, 1);
}
.banner.banner-type-3:hover h3 {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.banner.banner-type-3:hover p {
opacity: 1;
-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0);
transform: perspective(1000px) rotate3d(1, 0, 0, 0);
}
.banner.banner-type-4 {
background-color: #3d3d3d;
text-align: center;
}
.banner.banner-type-4 img {
opacity: 1;
-webkit-transition: all 0.35s;
transition: all 0.35s;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.banner.banner-type-4 .banner-content:before {
position: absolute;
top: 20px;
right: 20px;
bottom: 20px;
left: 20px;
border: 1px solid #fff;
box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
content: '';
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale3d(1.4, 1.4, 1);
transform: scale3d(1.4, 1.4, 1);
}
.banner.banner-type-4 .banner-content h3 {
margin: 20% 0 10px 0;
-webkit-transition: all 0.35s;
transition: all 0.35s;
color: #FFF;
}
.banner.banner-type-4 .banner-content p {
padding: 0 20px;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(1.5);
transform: scale(1.5);
color: #FFF;
font-weight: 400;
font-size: 16px;
}
.banner.banner-type-4 .banner-content a {
margin: 10px auto;
display: table;
}
.banner.banner-type-4:hover img {
opacity: 0.4;
}
.banner.banner-type-4:hover h3 {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
.banner.banner-type-4:hover p,
.banner.banner-type-4:hover .banner-content:before {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
.banner.banner-type-5 {
background-color: #3C3C3C;
text-align: center;
}
.banner.banner-type-5 img {
opacity: 1;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(1.15);
transform: scale(1.15);
}
.banner.banner-type-5 .banner-content h3 {
margin-top: 15%;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
color: #FFF;
}
.banner.banner-type-5 .banner-content p {
margin: 0;
padding: 0 20px;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0, 20px, 0) scale(1.1);
transform: translate3d(0, 20px, 0) scale(1.1);
color: #FFF;
font-weight: 400;
font-size: 16px;
}
.banner.banner-type-5 .banner-content a {
margin: 10px auto;
display: table;
}
.banner.banner-type-5:hover img {
opacity: 0.5;
-webkit-transform: scale(1);
transform: scale(1);
}
.banner.banner-type-5:hover h3 {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.banner.banner-type-5:hover p {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1);
}
.banner.banner-type-6 {
text-align: center;
font-weight: 400;
}
.banner.banner-type-6.text-left {
text-align: left;
}
.banner.banner-type-6.text-left .banner-content {
padding-left: 30px;
}
.banner.banner-type-6.text-left .banner-content h1 {
font-size: 40px;
}
.banner.banner-type-6 .banner-content {
height: auto;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.banner.banner-type-6.font-style-light {
color: #FFF;
}
.banner.banner-type-6.font-style-light h1 {
color: #FFF;
}
.banner.banner-type-6 h3 {
text-transform: uppercase;
font-size: 14px;
color: #FFF;
font-weight: 400;
}
.banner.banner-type-6 h1 {
font-size: 48px;
line-height: 48px;
font-weight: 300;
}
.banner.banner-type-6 img {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.banner.banner-type-6:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.banner.banner-type-6.valign-bottom .banner-content {
top: auto;
bottom: 0;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}
.banner.banner-type-2 img,
.team-member img {
opacity: 1;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.banner.banner-type-2 .banner-content,
.team-member .banner-content,
.banner.banner-type-2 .member-content,
.team-member .member-content {
text-align: center;
}
.banner.banner-type-2 .banner-content:before,
.team-member .banner-content:before,
.banner.banner-type-2 .member-content:before,
.team-member .member-content:before {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
}
.banner.banner-type-2 .banner-content:before,
.team-member .banner-content:before,
.banner.banner-type-2 .member-content:before,
.team-member .member-content:before,
.banner.banner-type-2 .banner-content:after,
.team-member .banner-content:after,
.banner.banner-type-2 .member-content:after,
.team-member .member-content:after {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
content: '';
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.banner.banner-type-2 .banner-content:after,
.team-member .banner-content:after,
.banner.banner-type-2 .member-content:after,
.team-member .member-content:after {
pointer-events: none;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
}
.banner.banner-type-2 .banner-content h3,
.team-member .banner-content h3,
.banner.banner-type-2 .member-content h3,
.team-member .member-content h3 {
padding-top: 14%;
color: #FFF;
opacity: 0;
-webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
transition: transform 0.35s, opacity 0.35s;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
.banner.banner-type-2 .banner-content p,
.team-member .banner-content p,
.banner.banner-type-2 .member-content p,
.team-member .member-content p {
padding: 10px 2.5em;
opacity: 0;
font-size: 16px;
color: #FFF;
font-weight: 400;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
.banner.banner-type-2 .banner-content > a,
.team-member .banner-content > a,
.banner.banner-type-2 .member-content > a,
.team-member .member-content > a {
z-index: 1000;
text-indent: 200%;
white-space: nowrap;
font-size: 0;
opacity: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.banner.banner-type-2 .banner-content .btn,
.team-member .banner-content .btn,
.banner.banner-type-2 .member-content .btn,
.team-member .member-content .btn {
margin-top: 10px;
}
.banner.banner-type-2:hover .banner-content:before,
.team-member:hover .banner-content:before,
.banner.banner-type-2:hover .banner-content:after,
.team-member:hover .banner-content:after,
.banner.banner-type-2:hover .member-content:before,
.team-member:hover .member-content:before,
.banner.banner-type-2:hover .member-content:after,
.team-member:hover .member-content:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.banner.banner-type-2:hover img,
.team-member:hover img {
opacity: 0.7;
}
.banner.banner-type-2:hover h3,
.team-member:hover h3,
.banner.banner-type-2:hover p,
.team-member:hover p {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.banner.banner-type-2.font-style-dark .banner-content:before,
.team-member.font-style-dark .banner-content:before {
border-top: 1px solid #3d3d3d;
border-bottom: 1px solid #3d3d3d;
}
.banner.banner-type-2.font-style-dark .banner-content:after,
.team-member.font-style-dark .banner-content:after {
border-right: 1px solid #3d3d3d;
border-left: 1px solid #3d3d3d;
}
.team-member .member-image {
position: relative;
display: inline-block;
background-color: #252525;
margin-bottom: 20px;
overflow: hidden;
}
.team-member .member-content .menu-social-icons {
position: absolute;
top: 50%;
margin-bottom: 0;
margin-top: -14px;
padding-left: 0;
width: 100%;
left: 0;
text-align: center;
opacity: 0;
-webkit-transition: opacity 0.25s ease-in-out;
-moz-transition: opacity 0.25s ease-in-out;
-ms-transition: opacity 0.25s ease-in-out;
-o-transition: opacity 0.25s ease-in-out;
transition: opacity 0.25s ease-in-out;
}
.team-member .member-content .menu-social-icons li {
float: none;
display: inline-block;
margin-right: 0px;
-webkit-transform: translateY(20px);
-moz-transform: translateY(20px);
transform: translateY(20px);
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.team-member .member-content .menu-social-icons li a i {
color: #FFF;
-webkit-transition: opacity 0.25s ease-in-out;
-moz-transition: opacity 0.25s ease-in-out;
transition: opacity 0.25s ease-in-out;
}
.team-member .member-content .menu-social-icons li a i:hover {
opacity: 0.5;
color: #FFF !important;
}
.team-member .member-content .menu-social-icons li:nth-child(2) {
-webkit-transition-delay: 0.05s;
-moz-transition-delay: 0.05s;
transition-delay: 0.05s;
}
.team-member .member-content .menu-social-icons li:nth-child(3) {
-webkit-transition-delay: 0.1s;
-moz-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.team-member .member-content .menu-social-icons li:nth-child(4) {
-webkit-transition-delay: 0.15s;
-moz-transition-delay: 0.15s;
transition-delay: 0.15s;
}
.team-member .member-content .menu-social-icons li:nth-child(5) {
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.team-member .member-details {
line-height: 1.8;
}
.team-member .member-details h4 {
position: relative;
margin-bottom: 40px;
}
.team-member .member-details h4:after {
content: "";
position: absolute;
bottom: -30px;
left: 0;
height: 1px;
display: inline-block;
border-bottom: 2px solid #e4e4e4;
margin-bottom: 10px;
width: 35px;
}
.team-member .member-details .member-email {
margin-bottom: 5px;
display: inline-block;
width: 100%;
}
.team-member:hover img {
opacity: 0.4;
}
.team-member:hover .menu-social-icons {
opacity: 1;
}
.team-member:hover .menu-social-icons li {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}  .vc_progress_bar .vc_single_bar {
margin-top: 50px;
-webkit-border-radius: 0px !important;
border-radius: 0px !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.vc_progress_bar .vc_single_bar .vc_bar {
height: 10px;
background-color: #ccc;
-webkit-border-radius: 0px !important;
border-radius: 0px !important;
}
.vc_progress_bar .vc_single_bar .vc_label {
padding: 0 !important;
top: -20px;
letter-spacing: 1px;
font-family: 'Open Sans', sans-serif;
font-weight: 600 !important;
font-size: 14px;
line-height: 10px;
text-transform: uppercase;
color: #3d3d3d !important;
}
.vc_progress_bar .vc_single_bar .vc_label .vc_label_units {
color: #9A9A9A;
padding-left: 5px;
}  .pricing-table table {
border-collapse: separate;
border-spacing: 0;
margin-bottom: 30px;
}
.pricing-table table .plan-price {
background: none repeat scroll 0 0 #FAFAFA;
color: #999999;
font-family: Georgia;
font-size: 16px;
font-style: italic;
font-weight: normal;
line-height: 1.2;
}
.pricing-table table.table th,
.pricing-table table.table td {
border-left: 1px solid #DDDDDD;
padding: 15px;
text-align: center;
}
.pricing-table table.table th:last-child,
.pricing-table table.table td:last-child {
border-right: 1px solid #DDDDDD;
}
.pricing-table table.table th.selected,
.pricing-table table.table td.selected {
background: none repeat scroll 0 0 #FCFCFC;
}
.pricing-table table.table thead:first-child tr:first-child th {
border-top: 1px solid #DDDDDD;
color: #292D33;
font-family: Georgia;
font-size: 18px;
text-transform: uppercase;
}
.pricing-table table.table tfoot tr:last-child td,
.pricing-table table.table tfoot tr:last-child th {
border-bottom: 1px solid #DDDDDD;
}
.pricing-table.style3 table .plan-price,
.pricing-table.style2 table .plan-price {
background: none repeat scroll 0 0 #333333;
border-color: #333333 !important;
color: #FFFFFF;
font-size: 48px;
}
.pricing-table.style3 table .plan-price sup,
.pricing-table.style2 table .plan-price sup {
color: #BABABA;
font-family: Georgia;
font-size: 18px;
font-weight: normal;
margin: 0 4px;
top: -0.7em;
}
.pricing-table.style3 table .plan-price sub,
.pricing-table.style2 table .plan-price sub {
bottom: 0;
color: #6A6A6A;
font-family: "Open Sans", Arial;
font-size: 12px;
margin: 0 4px 0 -24px;
}
.pricing-table.style3 table .plan-price {
background: none repeat scroll 0 0 #FAFAFA;
border-color: #DDDDDD !important;
color: #6F6F6F;
}
.pricing-table.style3 table .plan-price sup {
color: #6F6F6F;
}
.pricing-table.style3 table .plan-price sub {
color: #6F6F6F;
}
.pricing-table ul {
-moz-box-sizing: border-box;
float: left;
list-style: none outside none;
margin: 0 0 30px 0;
padding: 0;
}
.pricing-table ul li {
padding: 15px;
background-color: #fafafa;
margin: 0 10px;
text-align: center;
font-size: 15px;
color: #666;
-webkit-transition: background-color 0.2s ease-in-out;
-moz-transition: background-color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out;
-o-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
border-bottom: 1px solid #f0f0f0;
}
.pricing-table ul li:hover {
background-color: #f5f5f5;
}
.pricing-table ul li:last-child {
border-bottom: none;
padding: 35px 0;
}
.pricing-table ul li.row-title {
border-top: 1px solid #EBEBEB;
background-color: #474747;
color: #fff;
letter-spacing: 2px ;
font-weight: 600;
font-size: 16px;
padding: 23px 0;
text-transform: uppercase;
}
.pricing-table ul li.row-price {
color: #474747;
font-size: 60px;
font-weight: normal;
line-height: 20px;
padding-top: 50px;
padding-bottom: 20px;
border-bottom: none;
}
.pricing-table ul li.row-price small {
font-size: 24px;
color: #737373;
}
.pricing-table ul li.row-price span {
width: 100%;
font-size: 14px;
color: #737373;
text-align: center;
display: inline-block;
}
.pricing-table ul:first-child {
margin-left: 0;
}
.pricing-table.style2 ul li.row-price {
background: none repeat scroll 0 0 #333333;
border-color: #464646;
color: #FFFFFF;
font-size: 30px;
}
.pricing-table.style2 ul li.row-price sup {
color: #BABABA;
font-family: Georgia;
font-size: 18px;
font-weight: normal;
margin: 0 4px;
top: -0.4em;
}
.pricing-table.style2 ul li.row-price sub {
bottom: -5px;
color: #6A6A6A;
font-family: "Open Sans", Arial;
font-size: 12px;
margin: 0 4px 0 -24px;
}
.pricing-table.style2 ul.selected-column li {
background: none repeat scroll 0 0 #333333;
border-color: #464646;
color: #FFFFFF;
}
.pricing-table.style2 ul.selected-column li.row-price {
background: none repeat scroll 0 0 #1F1F1F;
border-color: #1F1F1F;
}
.pricing-table.style3 ul li.row-price {
background: none repeat scroll 0 0 #FAFAFA;
border-color: #DDDDDD;
color: #8a8a8a;
font-size: 30px;
}
.pricing-table.style3 ul li.row-price sup {
color: #8a8a8a;
font-family: Georgia;
font-size: 18px;
font-weight: normal;
margin: 0 4px;
top: -0.4em;
}
.pricing-table sup,
.pricing-table sub {
float: none !important;
}
.pricing-table.style3 ul li.row-price sub {
bottom: -5px;
color: #8a8a8a;
font-family: "Open Sans", Arial;
font-size: 12px;
margin: 0 4px 0 -24px;
}
.pricing-table.columns2 > ul {
width: 50%;
}
.pricing-table.columns3 > ul {
width: 33%;
}
.pricing-table.columns4 > ul {
width: 25%;
}
.pricing-table.columns5 > ul {
width: 20%;
}  .icon-box .icon {
display: table-cell;
vertical-align: top;
padding-right: 20px;
}
.icon-box .icon i {
font-size: 40px;
color: #ccc;
}
.icon-box .icon-content {
display: table-cell;
vertical-align: middle;
line-height: 1.8;
padding-bottom: 10px;
}
.icon-box .icon-content h3 {
font-size: 18px;
letter-spacing: 1px;
margin-bottom: 5px;
}
.icon-box .icon-content .icon-text {
font-family: 'Open Sans', sans-serif;
}
.icon-box .read-more-btn {
color: #3d3d3d;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 500;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.icon-box .read-more-btn:hover {
color: #8a8a8a;
}
.icon-box.top-icon {
text-align: center;
}
.icon-box.top-icon .icon {
display: inline-block;
width: 100%;
padding-bottom: 15px;
padding-right: 0;
}
.icon-box.top-icon .icon-content {
width: 100%;
display: inline-block;
}
.icon-box.right-icon .icon {
padding-right: 0;
padding-left: 20px;
float: right;
padding-top: 0;
}
.icon-box.right-icon .icon-content {
text-align: right;
}
.icon-box.design-1 {
border: 1px solid #e6e6e6;
padding: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.icon-box.design-2 .icon {
text-align: center;
}
.icon-box.design-2 .icon i {
width: 70px;
height: 70px;
line-height: 41px;
background-color: #ccc;
color: #FFF !important;
padding: 15px;
-webkit-border-radius: 100%;
border-radius: 100%;
font-size: 32px;
}
.icon-box.design-3 .icon i {
width: 90px;
height: 90px;
line-height: 1em;
border: 2px solid #c0c0c0;
color: #c0c0c0;
padding: 23px 25px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.icon-box.design-3:hover i {
color: #8a8a8a;
background-color: transparent !important;
border-color: #8a8a8a;
}
.icon-box.animation-1 {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.icon-box.animation-1 .icon,
.icon-box.animation-1 .icon-content {
-webkit-transition: transform 0.3s, opacity 0.3s ease-in-out;
-moz-transition: transform 0.3s, opacity 0.3s ease-in-out;
-ms-transition: transform 0.3s, opacity 0.3s ease-in-out;
-o-transition: transform 0.3s, opacity 0.3s ease-in-out;
transition: transform 0.3s, opacity 0.3s ease-in-out;
}
.icon-box.animation-1 .read-more-btn {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s, color 0.2s;
transition: opacity 0.35s, transform 0.35s, color 0.2s;
-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
.icon-box.animation-1:hover {
background-color: #fafafa;
}
.icon-box.animation-1:hover .icon {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
opacity: 0;
}
.icon-box.animation-1:hover .icon-content {
-webkit-transform: translateY(-25%);
-moz-transform: translateY(-25%);
-ms-transform: translateY(-25%);
-o-transform: translateY(-25%);
transform: translateY(-25%);
}
.icon-box.animation-1:hover .read-more-btn {
opacity: 1;
-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0);
transform: perspective(1000px) rotate3d(1, 0, 0, 0);
}
.icon-box.animation-2 .icon i {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.icon-box.animation-2:hover .icon i {
background-color: #3d3d3d !important;
border-color: #3d3d3d !important;
}
.dark-hover .icon-box i {
-webkit-transition: color 0.2s ease-in-out;
-moz-transition: color 0.2s ease-in-out;
-ms-transition: color 0.2s ease-in-out;
-o-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
}
.dark-hover .icon-box:hover i {
color: #444 !important;
}   .flexslider {
overflow: hidden;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.flexslider .flex-control-nav {
bottom: 0 !important;
}
.flexslider .flex-direction-nav a:before {
font-family: FontAwesome !important;
font-size: 44px !important;
}
.flexslider .flex-direction-nav a {
width: 45px;
margin-top: -22px;
height: 45px;
opacity: 1 !important;
font-size: 0 !important;
line-height: 42px;
border: 1px solid #eee !important;
border-radius: 100%;
text-shadow: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.flexslider .flex-direction-nav a.flex-next:before {
content: "\f105";
position: absolute;
font-size: 30px !important;
font-family: FontAwesome;
line-height: 42px !important;
color: #fff;
left: 18px;
top: 0px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.flexslider .flex-direction-nav a.flex-next:after {
content: "";
position: absolute;
width: 88px;
height: 300px;
left: -20px;
top: -140px;
}
.flexslider .flex-direction-nav a.flex-prev:before {
content: "\f104";
position: absolute;
font-size: 30px !important;
font-family: FontAwesome;
line-height: 42px !important;
color: #fff;
left: 15px;
top: 0px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.flexslider .flex-direction-nav a.flex-prev:after {
content: "";
position: absolute;
width: 88px;
height: 300px;
left: -20px;
top: -140px;
} .nivoSlider {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.nivo-controlNav {
position: relative;
margin-top: -30px;
z-index: 10;
}
.slider-text-block {
background-color: #FFF;
padding: 40px;
width: 660px;
}
.slider-text-block h1 {
padding-bottom: 20px;
border-bottom: 1px solid #e6e6e6;
font-size: 24px !important;
}
.slider-text-block div {
display: inline-block;
max-width: 100%;
-ms-word-break: break-all;
word-break: break-all;
}  .owl-carousel {
position: relative;
}
.owl-carousel:hover .owl-controls .owl-buttons {
opacity: 1;
}
.owl-carousel .owl-item {
padding: 0 10px;
}
.owl-carousel .owl-buttons {
opacity: 0;
}
.owl-carousel .owl-controls {
position: static;
opacity: 1;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.owl-carousel .owl-controls .owl-prev {
position: absolute;
left: -45px;
top: 50%;
width: 45px;
line-height: 42px;
height: 45px;
margin-top: -22px;
border: 1px solid #eee;
border-radius: 100%;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.owl-carousel .owl-controls .owl-prev:before {
content: "\f104";
position: absolute;
font-size: 30px;
font-family: FontAwesome;
color: #252525;
left: 15px;
top: 0px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.owl-carousel .owl-controls .owl-prev:after {
content: "";
position: absolute;
width: 88px;
height: 300px;
left: -20px;
top: -140px;
}
.owl-carousel .owl-controls .owl-prev:hover {
border-color: #252525;
}
.owl-carousel .owl-controls .owl-next {
position: absolute;
right: -45px;
top: 50%;
width: 45px;
margin-top: -22px;
height: 45px;
line-height: 42px;
border: 1px solid #eee;
border-radius: 100%;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.owl-carousel .owl-controls .owl-next:before {
content: "\f105";
position: absolute;
font-size: 30px;
font-family: FontAwesome;
color: #252525;
left: 18px;
top: 0px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.owl-carousel .owl-controls .owl-next:after {
content: "";
position: absolute;
width: 88px;
height: 300px;
left: -20px;
top: -140px;
}
.owl-carousel .owl-controls .owl-next:hover {
border-color: #252525;
}
.owl-carousel .owl-controls .owl-buttons > div.disabled {
border-color: #eee !important;
cursor: default;
}
.owl-carousel .owl-pagination {
display: inline-block;
width: 100%;
margin-top: 20px;
text-align: center;
opacity: 1;
}
.owl-carousel .owl-pagination .owl-page {
display: inline-block;
}
.owl-carousel .owl-pagination .owl-page span {
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
opacity: 0.5;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #ccc;
}
.owl-carousel .owl-pagination .owl-page.active span,
.owl-carousel .owl-pagination .owl-page:hover span {
opacity: 1;
}
.carousel-area h2 {
font-size: 20px;
font-weight: 400;
padding-bottom: 10px;
margin-bottom: 20px;
border-bottom: 1px solid #e6e6e6;
}
.carousel-area .productCarousel .owl-controls .owl-pagination {
display: none;
}
.carousel-area .productCarousel .owl-controls .owl-prev,
.carousel-area .productCarousel .owl-controls .owl-next {
top: 45%;
}
.carousel-area .productCarousel .owl-controls .owl-next {
right: -50px;
}
.carousel-area .productCarousel .owl-controls .owl-prev {
left: -50px;
}  .et-swiper-container {
margin: 0 auto;
position: relative;
overflow: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden; z-index: 1;
}
.swiper-wrapper {
position: relative;
width: 100%;
-webkit-transition-property: -webkit-transform, left, top;
-webkit-transition-duration: 0s;
-webkit-transform: translate3d(0px, 0, 0);
-webkit-transition-timing-function: ease;
-moz-transition-property: -moz-transform, left, top;
-moz-transition-duration: 0s;
-moz-transform: translate3d(0px, 0, 0);
-moz-transition-timing-function: ease;
-o-transition-property: -o-transform, left, top;
-o-transition-duration: 0s;
-o-transform: translate3d(0px, 0, 0);
-o-transition-timing-function: ease;
-o-transform: translate(0px, 0px);
-ms-transition-property: -ms-transform, left, top;
-ms-transition-duration: 0s;
-ms-transform: translate3d(0px, 0, 0);
-ms-transition-timing-function: ease;
transition-property: transform, left, top;
transition-duration: 0s;
transform: translate3d(0px, 0, 0);
transition-timing-function: ease;
-webkit-box-sizing: content-box !important;
-moz-box-sizing: content-box !important;
box-sizing: content-box !important;
}
.swiper-free-mode > .swiper-wrapper {
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-ms-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
margin: 0 auto;
}
.swiper-slide {
float: left;
width: 450px;
max-width: 100%;
opacity: 0.4;
}
.swiper-slide.swiper-slide-active {
opacity: 1;
}
.swiper-slide .footer-product,
.swiper-slide .sm-arrow {
display: none !important;
} .swiper-wp8-horizontal {
-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
-ms-touch-action: pan-x;
}  .widget.widget_search .form-group.has-border {
float: left;
width: 75%;
margin-right: 0;
}
.widget.widget_search .form-group.has-border .col-xs-10 {
width: 100%;
}
.widget.widget_search .form-group.has-border .col-xs-10 input {
width: 100%;
}
.widget.widget_search .form-group.form-button {
width: 25%;
float: left;
margin-left: 0;
}
.widget.widget_search .form-group.form-button button {
height: 39px;
}
.widget.widget_meta ul,
.widget.widget_recent_comments ul {
padding-left: 0;
}
.widget.widget_meta ul li,
.widget.widget_recent_comments ul li {
list-style: none;
line-height: 20px;
}
.widget.widget_pages ul {
padding-left: 0;
}
.widget.widget_pages ul li {
border-bottom: 1px solid #e6e6e6;
position: relative;
display: inline-block;
width: 100%;
text-align: left;
}
.widget.widget_pages ul li a {
font-size: 14px;
padding: 15px 0 15px 15px;
display: inline-block;
position: relative;
font-family: inherit;
color: #737373;
}
.widget.widget_pages ul li a:before {
content: "\f105";
font-family: FontAwesome;
font-size: 14px;
display: inline-block;
position: relative;
left: -8px;
}
.widget.widget_pages ul li a:hover {
color: #8a8a8a;
}
.widget.widget_pages ul li ul.children {
border-top: 1px solid #e6e6e6;
}
.widget.widget_pages ul li ul.children li a {
padding-left: 30px;
}
.widget.widget_pages ul li ul.children li .children li a {
padding-left: 40px;
}
.widget.widget_pages ul li ul.children li .children li .children li a {
padding-left: 50px;
}
.widget.widget_pages ul li ul.children li .children li .children li .children li a {
padding-left: 60px;
}
.widget.widget_pages ul li ul.children li:first-child a {
padding-top: 15px;
}
.widget.widget_pages ul li ul.children li:last-child {
border-bottom: none;
}
.widget.widget_nav_menu ul,
.widget.widget_categories ul,
.widget.widget_archive ul {
padding-left: 0;
}
.widget.widget_nav_menu ul li,
.widget.widget_categories ul li,
.widget.widget_archive ul li {
border-bottom: 1px solid #e6e6e6;
position: relative;
display: inline-block;
width: 100%;
text-align: left;
}
.widget.widget_nav_menu ul li a,
.widget.widget_categories ul li a,
.widget.widget_archive ul li a {
font-size: 14px;
padding: 15px 0 15px 15px;
display: inline-block;
position: relative;
font-family: inherit;
color: #737373;
}
.widget.widget_nav_menu ul li a:before,
.widget.widget_categories ul li a:before,
.widget.widget_archive ul li a:before {
content: "\f105";
font-family: FontAwesome;
font-size: 14px;
display: inline-block;
position: relative;
left: -8px;
}
.widget.widget_nav_menu ul li a:hover,
.widget.widget_categories ul li a:hover,
.widget.widget_archive ul li a:hover {
color: #8a8a8a;
}
.widget.widget_nav_menu ul li:first-child a,
.widget.widget_categories ul li:first-child a,
.widget.widget_archive ul li:first-child a {
padding-top: 0;
}
.widget.widget_nav_menu ul li ul.sub-menu,
.widget.widget_categories ul li ul.sub-menu,
.widget.widget_archive ul li ul.sub-menu {
display: inline-block;
width: 100%;
border-top: 1px solid #e6e6e6;
padding-left: 0;
}
.widget.widget_nav_menu ul li ul.sub-menu li a,
.widget.widget_categories ul li ul.sub-menu li a,
.widget.widget_archive ul li ul.sub-menu li a {
padding-left: 30px;
}
.widget.widget_nav_menu ul li ul.sub-menu li:first-child a,
.widget.widget_categories ul li ul.sub-menu li:first-child a,
.widget.widget_archive ul li ul.sub-menu li:first-child a {
padding-top: 15px;
}
.widget.widget_nav_menu ul li ul.sub-menu li:last-child,
.widget.widget_categories ul li ul.sub-menu li:last-child,
.widget.widget_archive ul li ul.sub-menu li:last-child {
border-bottom: none;
}
.widget_rss .widget-title img {
display: none;
}
.widget_rss ul {
padding-left: 0;
}
.widget_rss ul li {
padding: 5px 0;
list-style: none;
line-height: 20px;
}
.widget_rss ul li a {
font-size: 14px;
display: inline-block;
}  .tabs {
margin: 0 0 3.5714em;
display: inline-block;
width: 100%;
}
.tabs.right-bar {
margin: 0 0 1.5714em;
}
.tabs.left-bar {
margin: 0 0 1.5714em;
}
.tabs .tab-content {
-moz-box-sizing: border-box;
display: none;
float: right;
border-top: 1px solid #ddd;
padding: 30px 0;
width: 100%;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #8c8c8c;
line-height: 1.8;
}
.tabs .tab-content h2 {
font-size: 18px;
}
.tabs .tab-content .list li {
display: list-item;
}
.tabs .tab-content .reviews-title {
display: none;
}
.tabs.tabs-default {
border-bottom: none;
}
.tabs .tabs-nav {
width: 100%;
margin-bottom: 0;
}
.tabs .tabs-nav li {
display: inline-block;
list-style: none;
}
.tabs .tab-title,
.wpb_tabs .wpb_tabs_nav li a {
margin: 10px 30px 20px 0;
display: inline-block;
position: relative;
font: 14px/15px 'Open Sans', sans-serif;
font-weight: 500;
color: #999;
padding: 0 !important;
text-transform: uppercase;
}
.tabs .tab-title i,
.wpb_tabs .wpb_tabs_nav li a i {
padding-right: 10px;
}
.tabs .tab-title:hover,
.wpb_tabs .wpb_tabs_nav li a:hover {
color: #000;
}
.tabs .tab-title:hover,
.wpb_tabs .wpb_tabs_nav li a:hover,
.tabs .tab-title:focus,
.wpb_tabs .wpb_tabs_nav li a:focus {
text-decoration: none !important;
}
.tabs .tab-title:first-child,
.wpb_tabs .wpb_tabs_nav li a:first-child {
margin-left: 0 !important;
}
.tabs .tab-title:after,
.wpb_tabs .wpb_tabs_nav li a:after {
content: '';
display: block;
width: 1px;
height: 12px;
position: absolute;
right: -19px;
top: 2px;
}
.tabs .tab-title.lastItem:after,
.wpb_tabs .wpb_tabs_nav li a.lastItem:after {
display: none;
}
.tabs .tab-title.opened,
.wpb_tabs .wpb_tabs_nav li a.opened {
position: relative;
color: #3d3d3d;
}
.tabs .tab-title.opened:hover,
.wpb_tabs .wpb_tabs_nav li a.opened:hover {
text-decoration: none;
}
.tabs .tab-title.opened:after,
.wpb_tabs .wpb_tabs_nav li a.opened:after {
content: '';
display: block;
width: 100%;
height: 36px;
border-bottom: 3px solid #3d3d3d;
position: absolute;
top: 1px;
left: 0;
}
.wpb_tabs.faq-tabs .wpb_tabs_nav {
border-bottom: 1px solid #ddd;
margin-bottom: 30px;
}
.wpb_tab {
padding: 0 !important;
background-color: transparent !important;
}
.wpb_tabs .wpb_tabs_nav li {
background-color: transparent !important;
}
.wpb_tabs .wpb_tabs_nav {
border-bottom: 1px solid #ddd;
margin-bottom: 30px;
}
.wpb_tabs .wpb_tabs_nav li:focus {
outline: none;
}
.wpb_tabs .wpb_tabs_nav li.ui-tabs-active a {
color: #3d3d3d;
}
.wpb_tabs .wpb_tabs_nav li.ui-tabs-active a:after {
content: '';
display: block;
width: 100%;
height: 36px;
border-bottom: 3px solid #3d3d3d;
position: absolute;
top: 1px;
left: 0;
}
.single-product .tabs .tab-content ul {
padding-left: 20px;
}
.single-product .tabs .tab-content .comments-list {
padding-left: 0;
}
.faq-tabs {
border-bottom: none !important;
}
.faq-tabs .wpb_tour_tabs_wrapper {
width: 100%;
}
.tabs.accordion {
border: none;
width: 100%;
}
.tabs.accordion .comments-list li {
padding: 20px;
}
.tabs.accordion .comment-reply-link {
top: 40px !important;
}
.tabs.accordion li {
width: 100%;
}
.tabs.accordion li a {
padding: 20px 0 !important;
}
.tabs.accordion .tab-title,
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
font: 14px/15px Georgia;
font-weight: 400;
color: #999;
display: block;
display: inline-block;
text-transform: uppercase;
width: 100%;
margin-top: -2px;
background-color: transparent;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 20px;
border: 1px solid #D5D5D5;
border-left: none;
border-right: none;
position: relative;
}
.tabs.accordion .tab-title:hover,
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header:hover,
.tabs.accordion .tab-title:focus,
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header:focus {
text-decoration: none !important;
color: #3d3d3d;
outline: none;
}
.tabs.accordion .tab-title:after,
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header:after {
display: none;
}
.tabs.accordion .tab-title.opened:before,
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.opened:before {
position: static;
border-width: 0px !important;
}
.tabs.accordion .tab-title a,
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
padding: 0;
}
.tabs.accordion .tab-title .ui-accordion-header-icon,
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header .ui-accordion-header-icon {
display: none !important;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
float: left;
}
.tabs.accordion .tab-title:first-child {
margin-left: 0;
margin-right: 0;
}
.tabs.accordion .active a {
background: #F7F7F7;
cursor: default;
}
.tabs.accordion .tab-content {
margin-bottom: 0;
margin-top: 0 !important;
border: 1px solid #ddd !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.tabs.accordion .tab-content .tab-content-inner {
padding: 20px;
}
.tabs.accordion .tab-title:before {
content: none;
}
.tabs.accordion .tab-title.opened {
color: #3D3D3D !important;
border-left: none;
border-right: none;
}
.tabs.accordion .tab-title {
border-left: none;
border-right: none;
padding-left: 0;
margin: 0;
margin-top: -1px;
}
.tabs.accordion .tab-content {
border: none !important;
padding: 0 !important;
}
.tabs.accordion .tab-content .tab-content-inner {
padding: 30px 0;
}
.left-bar,
.right-bar {
border: 1px solid #ddd;
width: 100%;
}
.left-bar .left-titles,
.right-bar .left-titles {
float: left;
height: 100%;
border-right: 1px solid #ddd;
width: 20%;
}
.left-bar .left-titles .tab-title-left,
.right-bar .left-titles .tab-title-left {
display: block;
padding: 20px 20px;
border-style: solid;
border-color: #ddd;
border-width: 1px 1px 0 0;
margin-right: -1px;
position: relative;
text-transform: uppercase;
z-index: 1;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.left-bar .left-titles .tab-title-left:hover,
.right-bar .left-titles .tab-title-left:hover {
text-decoration: underline;
background-color: #FFF;
}
.left-bar .left-titles .tab-title-left i,
.right-bar .left-titles .tab-title-left i {
padding-right: 10px;
}
.left-bar .left-titles .tab-title-left.opened,
.right-bar .left-titles .tab-title-left.opened {
border-right: none;
}
.left-bar .left-titles .tab-title-left.opened:after,
.right-bar .left-titles .tab-title-left.opened:after {
content: '';
display: block;
width: 1px;
height: 100%;
background-color: #000;
position: absolute;
top: 0px;
left: -1px;
}
.left-bar .left-titles .tab-title-left.opened:before,
.right-bar .left-titles .tab-title-left.opened:before {
content: '';
display: block;
bottom: 50%;
left: 0;
margin-bottom: -4px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-left-color: #000;
border-width: 4px 4px;
}
.left-bar .left-titles .tab-title-left:first-child,
.right-bar .left-titles .tab-title-left:first-child {
border-top: none;
}
.left-bar .left-titles .tab-title-left:last-child,
.right-bar .left-titles .tab-title-left:last-child {
border-bottom: 1px solid #ddd;
margin-bottom: -1px;
}
.left-bar .wpb_tabs_nav,
.right-bar .wpb_tabs_nav,
.left-bar .tabs-nav,
.right-bar .tabs-nav {
width: 30%;
float: left;
margin-bottom: 0;
border-bottom: none;
}
.left-bar .wpb_tabs_nav li,
.right-bar .wpb_tabs_nav li,
.left-bar .tabs-nav li,
.right-bar .tabs-nav li {
width: 100%;
margin-left: 0;
margin-right: 0;
border-bottom: 1px solid #e6e6e6;
border-top: none;
display: block;
}
.left-bar .wpb_tabs_nav li a,
.right-bar .wpb_tabs_nav li a,
.left-bar .tabs-nav li a,
.right-bar .tabs-nav li a {
display: block;
padding: 20px 30px !important;
border-style: solid;
border-color: #ddd;
font-size: 0.9285em;
z-index: 2;
border-width: 0 1px 0 0;
margin: 0;
margin-right: -1px;
position: relative;
text-transform: uppercase;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.left-bar .wpb_tabs_nav li a:after,
.right-bar .wpb_tabs_nav li a:after,
.left-bar .tabs-nav li a:after,
.right-bar .tabs-nav li a:after {
display: none !important;
}
.left-bar .wpb_tabs_nav li.ui-tabs-active a,
.right-bar .wpb_tabs_nav li.ui-tabs-active a,
.left-bar .tabs-nav li.ui-tabs-active a,
.right-bar .tabs-nav li.ui-tabs-active a {
border-right-color: #fff;
}
.left-bar .wpb_tabs_nav li.ui-tabs-active a:after,
.right-bar .wpb_tabs_nav li.ui-tabs-active a:after,
.left-bar .tabs-nav li.ui-tabs-active a:after,
.right-bar .tabs-nav li.ui-tabs-active a:after {
display: none;
}
.left-bar .wpb_tabs_nav li:last-child,
.right-bar .wpb_tabs_nav li:last-child,
.left-bar .tabs-nav li:last-child,
.right-bar .tabs-nav li:last-child {
margin-bottom: -1px;
}
.left-bar .wpb_tab,
.right-bar .wpb_tab,
.left-bar .tab-content,
.right-bar .tab-content {
width: 70%;
float: left;
position: relative;
z-index: 1;
border-top: none;
padding: 30px 20px !important;
border-left: 1px solid #e6e6e6;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.right-bar {
border: 1px solid #ddd;
width: 100%;
}
.right-bar .left-titles {
float: right;
margin-left: -1px;
border-left: 1px solid #ddd;
width: 20%;
position: relative;
z-index: 1;
}
.right-bar .left-titles .tab-title-left {
display: block;
padding: 20px 20px;
border-style: solid;
border-color: #ddd;
border-width: 1px 0 0 1px;
margin-left: -1px;
text-transform: uppercase;
position: relative;
}
.right-bar .left-titles .tab-title-left:hover {
text-decoration: underline;
background-color: #FFF;
}
.right-bar .left-titles .tab-title-left i {
padding-right: 10px;
}
.right-bar .left-titles .tab-title-left.opened {
border-left-color: #fff;
}
.right-bar .left-titles .tab-title-left.opened:after {
content: '';
display: block;
width: 1px;
height: 100%;
background-color: #000;
position: absolute;
top: 0px;
right: -1px;
}
.right-bar .left-titles .tab-title-left.opened:before {
content: '';
display: block;
bottom: 50%;
right: 0;
margin-bottom: -4px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-right-color: #000;
border-width: 4px 4px;
}
.right-bar .left-titles .tab-title-left:first-child {
border-top: none;
}
.right-bar .left-titles .tab-title-left:last-child {
border-bottom: 1px solid #ddd;
margin-bottom: -1px;
}
.right-bar .wpb_tabs_nav,
.right-bar .tabs-nav {
float: right;
}
.right-bar .wpb_tabs_nav li.ui-tabs-active a,
.right-bar .tabs-nav li.ui-tabs-active a {
border-right-color: #e6e6e6;
border-left: 1px solid #FFF;
margin-left: -1px !important;
}
.right-bar .wpb_tabs_nav li.ui-tabs-active a:after,
.right-bar .tabs-nav li.ui-tabs-active a:after {
display: none;
}
.right-bar .wpb_tabs_nav li a,
.right-bar .tabs-nav li a {
border-left-width: 1px;
}
.right-bar .wpb_tab {
border-left: none;
border-right: 1px solid #e6e6e6;
}
.right-bar .tab-title {
display: none;
}
.right-bar .tab-content {
float: left !important;
margin: 0;
padding: 30px 20px 20px 20px !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-right: 1px solid #ddd;
border-left: none;
width: 70% !important;
min-height: 1px !important;
border-top: none;
position: relative;
right: -1px;
}
.sidebar-position-without .products-list .product-category a {
text-align: center;
}
.sidebar-position-without .tabs.right-bar .tab-content {
border-top: none;
}
.header-vertical-enable .sidebar-position-without .right-bar .left-titles {
width: 20% !important;
}
.header-vertical-enable .sidebar-position-without .tabs.right-bar .tab-content {
width: 80% !important;
}
.header-vertical-enable .sidebar-position-without .left-bar .left-titles {
width: 20% !important;
}
.header-vertical-enable .sidebar-position-without .tabs.left-bar .tab-content {
width: 80% !important;
}
.left-titles a:hover,
.tab-title-left:hover {
text-decoration: none !important;
color: #8a8a8a;
background: none !important;
}
.products-tabs {
text-align: center;
width: 100%;
border-bottom: none;
}
.products-tabs .wpb_tab {
padding: 2em 0 !important;
background-color: transparent !important;
}
.products-tabs .wpb_tabs_nav {
border-bottom: none;
margin-bottom: 0;
}
.products-tabs .wpb_tabs_nav li {
float: none !important;
display: inline-block;
background-color: transparent !important;
}
.products-tabs .wpb_tabs_nav li:focus {
outline: none;
}
.products-tabs .wpb_tabs_nav li > a {
font-size: 18px;
color: #999;
display: inline-block;
text-transform: none;
font-family: Georgia;
font-weight: 400;
position: relative;
margin-right: 15px;
padding: 0 !important;
}
.products-tabs .wpb_tabs_nav li > a:first-child {
margin-left: 15px !important;
}
.products-tabs .wpb_tabs_nav li.ui-tabs-active a {
color: #3d3d3d;
}
.products-tabs .wpb_tabs_nav li.ui-tabs-active a:after {
height: 22px;
border-bottom: 2px solid #afafaf;
}
.products-tabs .tab-title {
font-size: 18px;
text-transform: none;
margin-left: 15px;
margin-right: 15px;
}
.products-tabs .tab-title.opened:after {
height: 22px;
border-bottom: 2px solid #afafaf;
}
.products-tabs .tab-content {
border: none;
}
.products-tabs .products-grid {
border-bottom: none;
}
@media only screen and (max-width: 768px) {
.left-bar .wpb_tab {
width: 100%!important;
}
.right-bar .wpb_tab {
width: 100%!important;
}
.left-bar .tab-content {
width: 100%!important;
}
.right-bar .tab-content {
width: 100%!important;
}
}  .menu-social-icons li {
float: left;
margin-right: 14px;
position: relative;
list-style: none;
}
.menu-social-icons li a:focus {
outline: none;
}
.menu-social-icons li a i {
font-size: 18px;
color: #a8a8a8;
background-color: transparent;
-webkit-transition: color 0.2s ease-in-out;
-moz-transition: color 0.2s ease-in-out;
-ms-transition: color 0.2s ease-in-out;
-o-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
}
.menu-social-icons li a i:hover {
color: #222;
}
.menu-social-icons li a svg {
display: none;
}
.menu-social-icons i {
position: relative;
z-index: 2;
font-style: normal;
font-size: 16px;
background-color: #252525;
color: #FFF;
border-radius: 100%;
line-height: 26px;
text-align: center;
}
.menu-social-icons .ico-twitter {
display: block;
width: 28px;
height: 28px;
}
.menu-social-icons .ico-twitter:before {
content: "\f099";
font-family: FontAwesome;
}
.menu-social-icons .ico-facebook {
display: block;
width: 28px;
height: 28px;
}
.menu-social-icons .ico-facebook:before {
content: "\f09a";
font-family: FontAwesome;
}
.menu-social-icons .ico-youtube {
display: block;
width: 28px;
height: 28px;
}
.menu-social-icons .ico-youtube:before {
content: "\f167";
font-family: FontAwesome;
}
.menu-social-icons .ico-pinterest {
display: block;
width: 28px;
height: 28px;
}
.menu-social-icons .ico-pinterest:before {
content: "\f0d2";
font-family: FontAwesome;
}
.menu-social-icons .ico-google-plus {
display: block;
width: 28px;
height: 28px;
}
.menu-social-icons .ico-google-plus:before {
content: "\f0d5";
font-family: FontAwesome;
}
.menu-social-icons .ico-envelope {
display: block;
width: 28px;
height: 28px;
}
.menu-social-icons .ico-envelope:before {
content: "\f003";
font-family: FontAwesome;
}
.menu-social-icons .ico-skype {
display: block;
width: 28px;
height: 28px;
}
.menu-social-icons .ico-skype:before {
content: "\f17e";
font-family: FontAwesome;
}
.menu-social-icons .ico-instagram {
display: block;
width: 28px;
height: 28px;
}
.menu-social-icons .ico-instagram:before {
content: "\f16d";
font-family: FontAwesome;
}
.menu-social-icons .ico-linkedin {
display: block;
width: 28px;
height: 28px;
}
.menu-social-icons .ico-linkedin:before {
content: "\f0e1";
font-family: FontAwesome;
}  .emodal {
position: fixed;
top: 40%;
left: 0;
z-index: 20302;
visibility: hidden;
padding: 20px;
min-width: 320px;
max-width: 525px;
min-height: 140px;
width: 50%;
height: auto;
background: white;
opacity: 0;
border: 1px solid #e6e6e6;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
background-repeat: no-repeat;
background-position: center center;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.emodal-border {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
box-sizing: border-box;
}
.emodal.eloading {
background: #ffffff url(//lindoguitars.com/wp-content/themes/classico/images/loading.gif) no-repeat center center;
}
.emodal.eloading .close-modal {
display: none;
}
.emodal.shown ~ .wrapper {
filter: blur(3px);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-filter: blur(3px);
-moz-filter: blur(3px);
}
.emodal.shown {
left: 50%;
-webkit-transform: translateX(-48%);
-moz-transform: translateX(-48%);
-ms-transform: translateX(-48%);
-o-transform: translateX(-48%);
transform: translateX(-48%);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.emodal-overlay.with-transitions {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.emodal.with-transitions {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.emodal-overlay.shown,
.emodal.shown {
visibility: visible;
opacity: 1;
}
.emodal-overlay.shown {
opacity: 0.8;
}
.emodal .close-modal {
width: 30px;
height: 30px;
line-height: 28px;
top: -45px;
right: 0px;
cursor: pointer;
background-color: #3d3d3d !important;
position: absolute;
background-image: url(//lindoguitars.com/wp-content/themes/classico/images/icons-sprite.png) !important;
background-repeat: no-repeat;
background-position: -30px -67px !important;
text-decoration: none;
text-align: center;
opacity: 0.6;
color: white;
font-style: normal;
font-size: 20px;
font-family: Arial, Baskerville, monospace;
}
.emodal .close-modal i {
font-family: Arial, Baskerville, monospace;
}
.emodal .close-modal i:before {
content: "";
font-family: Arial, Baskerville, monospace;
}
.close {
font-size: 30px;
font-weight: normal;
}
.emodal .close-modal:hover {
opacity: 0.8;
}
.emodal-overlay {
position: fixed;
top: 0;
left: 0;
z-index: 20301;
visibility: hidden;
width: 100%;
height: 100%;
background-color: #FFF;
opacity: 0.8;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.emodal .emodal-title {
margin-bottom: 5px;
font-size: 16px;
}
.emodal .emodal-text {
float: right;
width: 75%;
position: relative;
z-index: 1;
}
.emodal.emodal-image-none .emodal-text {
width: 100%;
}
.emodal img {
float: left;
max-width: 20%;
}
.emodal .emodal-text h3 {
margin-bottom: 10px;
}
.emodal .emodal-text .btn {
margin-right: 15px;
margin-top: 20px;
float: left;
border: none !important;
font-family: 'Open Sans', sans-serif;
-webkit-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
-moz-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
-ms-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
-o-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
transition: color 0.2s, background-color 0.2s, opacity 0.2s;
}
.emodal .emodal-text .button:last-child {
margin-right: 0;
padding-right: 30px;
}
.modal-header h3 {
margin: 0;
font-size: 18px !important;
line-height: 20px !important;
}
.emodal .emodal-text .button span {
position: relative;
}
.emodal .emodal-text .button:last-child span:after {
content: "";
background: url(//lindoguitars.com/wp-content/themes/classico/images/arrow-right-white.png) no-repeat center center;
width: 9px;
height: 17px;
position: absolute;
top: -1px;
right: -19px;
}  .error404 {
text-align: center;
}
.error404 .top-bar {
background-color: #000;
}
.error404 .header-wrapper .tbs.blog-description,
.error404 .header-wrapper .navbar-right {
color: #737373;
}
.error404 .bc-type-8 {
padding-top: 120px !important;
}
.error404 .bc-type-8 .container {
display: none;
}
.error404 footer {
text-align: left;
}
.error404 .page-404 {
margin-top: 100px;
margin-bottom: 100px;
}
.error404 .page-404 h1 {
font-size: 30px;
font-weight: 300;
text-transform: none;
}
.error404 .page-404 .largest {
font-size: 200px;
font-weight: 300;
line-height: 190px;
}
.error404 .page-404 p {
font-size: 16px;
}
.error404 .page-404 .form-horizontal {
width: 100%;
display: inline-block;
margin-bottom: 30px;
}
.error404 .page-404 .form-group.has-border {
display: inline-block;
margin: 0;
}
.error404 .page-404 .form-group.form-button {
display: inline-block;
margin: 0;
position: relative;
top: -16px;
}
.error404 .page-404 .form-group.form-button button {
height: 39px;
}
.error404 .page-404 .col-xs-10 {
width: 350px;
}
.error404 .page-404 .form-control {
width: 300px;
margin: 0 auto;
}  .login-form h3,
.register h3,
.lost_reset_password h3 {
font-size: 16px;
font-weight: 600;
padding-bottom: 15px;
margin-bottom: 20px;
letter-spacing: 1px;
border-bottom: 1px solid #e6e6e6;
}
.login-form .form-row,
.register .form-row,
.lost_reset_password .form-row {
float: none;
display: inline-block;
width: 100%;
}
.login-form label.inline,
.register label.inline,
.lost_reset_password label.inline {
float: left;
width: 100%;
margin-top: 10px;
display: inline-block;
}
.login-form input,
.register input,
.lost_reset_password input {
font-size: 14px;
}
.lost_reset_password .form-row {
width: 50%;
}
.lost_reset_password .form-row .button {
float: left;
line-height: 40px;
width: auto;
padding: 0 28px;
letter-spacing: 1px;
}
form.login input[type="submit"] {
width: auto;
line-height: 40px;
height: 40px;
padding: 0 28px !important;
font-size: 13px;
letter-spacing: 1px;
}
.register .button.big {
width: auto;
}
.login .lost-password {
line-height: 40px;
margin-bottom: 0;
font-size: 14px;
}
.quick-view-popup {
background-color: #FFF !important;
width: 90%;
max-width: 800px;
margin: 0 auto;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #e6e6e6;
}
.quick-view-popup.without-content {
max-width: 400px;
}
.quick-view-popup.without-content .product-images {
width: 100%;
}
.quick-view-popup.without-content .product-information {
display: none;
}
.quick-view-popup .image-none .product-information {
padding-left: 40px;
padding-right: 40px;
padding-bottom: 15px;
}
.quick-view-popup .images img {
width: 100%;
height: auto;
}
.quick-view-popup .main-image-slider {
margin-bottom: 0;
}
.quick-view-popup .product-info {
margin-bottom: 0;
}
.quick-view-popup .product-name {
margin-bottom: 0;
}
.quick-view-popup .button {
float: left !important;
}
.quick-view-popup .product-images,
.quick-view-popup .product-images-slider {
margin-bottom: 0;
}
.quick-view-popup .product-lightbox-btn {
display: none;
}
.quick-view-popup .yith-wcwl-add-button {
float: left;
}
.quick-view-popup .product-content {
margin-bottom: 0;
}
.quick-view-popup .product-navigation {
display: none;
}
.quick-view-popup .product-information {
padding-top: 25px;
padding-right: 45px;
margin-bottom: 0;
}
.quick-view-popup .product-information h4.meta-title {
font-size: 16px;
color: #000;
font-weight: 400;
padding-bottom: 10px;
line-height: 1.3;
margin-bottom: 15px;
border-bottom: 1px solid #e6e6e6;
}
.quick-view-popup .product-information .cart button[type="submit"] {
width: auto !important;
}
.quick-view-popup .product-information .menu-social-icons {
width: auto;
float: right;
}
.quick-view-popup .product-information .show-full-details {
display: inline-block;
line-height: 30px;
float: left;
text-transform: uppercase;
}
.quick-view-popup .product-information .star-rating {
margin: 10px 0 0 0;
}
.quick-view-popup .product-information .cart {
padding-bottom: 20px;
}
.quick-view-popup .product-information .price {
font-size: 22px;
}
.quick-view-popup .product-information .price del {
color: #8a8a8a;
}
.quick-view-popup .product-information .price del span {
color: #8a8a8a;
font-size: 22px;
}  span.dropcap {
font-size: 60px;
line-height: 60px;
padding-right: 10px;
float: left;
color: #3d3d3d;
}
span.dropcap.dark {
margin-right: 10px;
padding: 10px;
color: #FFF;
background-color: #3d3d3d;
}  .posts-carousel .post-item .post-thumb {
margin-bottom: 20px;
}
.posts-carousel .post-item .post-thumb a {
position: relative;
display: block;
}
.posts-carousel .post-item .post-thumb a:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #202020;
opacity: 0;
-webkit-transition: opacity 0.25s ease-in-out;
-moz-transition: opacity 0.25s ease-in-out;
-ms-transition: opacity 0.25s ease-in-out;
-o-transition: opacity 0.25s ease-in-out;
transition: opacity 0.25s ease-in-out;
}
.posts-carousel .post-item .post-thumb a:after {
content: "";
display: block;
position: absolute;
width: 25px;
height: 25px;
left: 50%;
opacity: 0;
z-index: 1;
top: 50%;
margin-left: -12px;
margin-top: -12px;
background-image: url(//lindoguitars.com/wp-content/themes/classico/images/hover-cross.png);
background-position: center center;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.posts-carousel .post-item .post-thumb a:hover:before {
opacity: 0.7;
}
.posts-carousel .post-item .post-thumb a:hover:after {
opacity: 1;
}
.posts-carousel .post-item h2.post-title {
font-size: 16px;
font-weight: 600;
margin-bottom: 10px;
line-height: 1.6;
}
.posts-carousel .post-item .meta-post {
margin-bottom: 25px;
text-transform: uppercase;
position: relative;
}
.posts-carousel .post-item .meta-post span {
color: #8a8a8a;
padding: 0 2px 0 0;
display: inline-block;
}
.posts-carousel .post-item .meta-post span:after {
content: "/";
padding-left: 5px;
}
.posts-carousel .post-item .meta-post span:first-child {
padding-left: 0;
}
.posts-carousel .post-item .meta-post span:last-child:after {
display: none;
}
.posts-carousel .post-item .meta-post span a {
color: #8a8a8a;
}
.posts-carousel .post-item .meta-post span a:hover {
color: #3d3d3d;
}
.posts-carousel .post-item .meta-post:after {
content: "";
position: relative;
display: block;
bottom: -15px;
left: 0;
width: 35px;
height: 2px;
background-color: #e4e4e4;
}
.posts-carousel .post-item .entry-content {
line-height: 1.8;
margin-bottom: 10px;
}
.posts-carousel .post-item .vc_read_more {
text-transform: uppercase;
display: block;
margin-bottom: 10px;
}
.posts-carousel .post-item.post-format-quote .entry-content {
border-left: 3px solid #eee;
padding-left: 10px;
}
.posts-carousel .post-item.post-format-quote .vc_read_more {
padding-left: 13px;
}
.posts-carousel.carousel-design-2 .post-item {
border: 1px solid #e4e4e4;
padding-bottom: 30px;
}
.posts-carousel.carousel-design-2 .post-item h2.post-title {
padding: 10px 30px 0 30px;
}
.posts-carousel.carousel-design-2 .post-item .meta-post,
.posts-carousel.carousel-design-2 .post-item .entry-content {
padding: 0 30px;
}
.posts-carousel.carousel-design-2 .post-item.post-format-quote .entry-content {
border-left: none;
}
.posts-carousel.carousel-design-3 .post-item {
position: relative;
}
.posts-carousel.carousel-design-3 .post-item .meta-post {
position: static;
}
.posts-carousel.carousel-design-3 .post-item .meta-post span:nth-child(2):after {
display: none;
}
.posts-carousel.carousel-design-3 .post-item .category-list {
position: absolute;
top: 30px;
right: 0;
background-color: #8a8a8a;
padding: 8px 15px;
}
.posts-carousel.carousel-design-3 .post-item .category-list a {
color: #FFF;
font-weight: 600;
}
.posts-carousel.carousel-design-3 .post-item .category-list a:hover {
color: #FFF;
text-decoration: underline;
}
.posts-carousel.carousel-design-3 .post-item.post-format-quote .category-list {
position: static;
background: none;
padding: 0;
}
.posts-carousel.carousel-design-3 .post-item.post-format-quote .category-list a {
color: #8a8a8a;
}
.posts-carousel.carousel-design-3 .post-item.post-format-quote .category-list a:hover {
color: #8a8a8a;
}
.posts-design-1 .vc_gitem-zone,
.posts-design-4 .vc_gitem-zone,
.posts-design-2 .vc_gitem-zone {
background-color: transparent !important;
}
.posts-design-1 .vc_gitem-zone .vc_btn,
.posts-design-4 .vc_gitem-zone .vc_btn,
.posts-design-2 .vc_gitem-zone .vc_btn,
.posts-design-1 .vc_gitem-zone .vc_btn3-container a,
.posts-design-4 .vc_gitem-zone .vc_btn3-container a,
.posts-design-2 .vc_gitem-zone .vc_btn3-container a {
border: none;
color: #000 !important;
text-transform: none;
border-radius: 0;
font-family: 'Open Sans', sans-serif;
background-color: transparent;
font-size: 14px;
font-weight: 400;
padding: 0 !important;
line-height: 15px !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-top: 0 !important;
}
.posts-design-1 .vc_gitem-zone .vc_btn:hover,
.posts-design-4 .vc_gitem-zone .vc_btn:hover,
.posts-design-2 .vc_gitem-zone .vc_btn:hover,
.posts-design-1 .vc_gitem-zone .vc_btn3-container a:hover,
.posts-design-4 .vc_gitem-zone .vc_btn3-container a:hover,
.posts-design-2 .vc_gitem-zone .vc_btn3-container a:hover,
.posts-design-1 .vc_gitem-zone .vc_btn:focus,
.posts-design-4 .vc_gitem-zone .vc_btn:focus,
.posts-design-2 .vc_gitem-zone .vc_btn:focus,
.posts-design-1 .vc_gitem-zone .vc_btn3-container a:focus,
.posts-design-4 .vc_gitem-zone .vc_btn3-container a:focus,
.posts-design-2 .vc_gitem-zone .vc_btn3-container a:focus {
color: #8a8a8a !important;
background-color: transparent;
}
.posts-design-1 .vc_gitem-zone .vc_gitem-post-data,
.posts-design-4 .vc_gitem-zone .vc_gitem-post-data,
.posts-design-2 .vc_gitem-zone .vc_gitem-post-data {
margin-bottom: 0 !important;
}
.posts-design-1 .vc_gitem-zone .vc_gitem-post-data p,
.posts-design-4 .vc_gitem-zone .vc_gitem-post-data p,
.posts-design-2 .vc_gitem-zone .vc_gitem-post-data p {
margin-bottom: 10px !important;
}
.posts-design-1 .vc_gitem-zone .vc_custom_heading h4,
.posts-design-4 .vc_gitem-zone .vc_custom_heading h4,
.posts-design-2 .vc_gitem-zone .vc_custom_heading h4 {
font-size: 16px;
line-height: 24px;
position: relative;
margin-bottom: 20px;
}
.posts-design-1 .vc_gitem-zone .vc_custom_heading h4:before,
.posts-design-4 .vc_gitem-zone .vc_custom_heading h4:before,
.posts-design-2 .vc_gitem-zone .vc_custom_heading h4:before {
content: "";
position: absolute;
left: 0;
bottom: -10px;
display: block;
width: 35px;
height: 2px;
background-color: #e4e4e4;
}
.posts-design-1 .vc-gitem-zone-height-mode-auto:before,
.posts-design-4 .vc-gitem-zone-height-mode-auto:before,
.posts-design-2 .vc-gitem-zone-height-mode-auto:before {
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
opacity: 1;
background-color: transparent;
}
.posts-design-1 .vc-gitem-zone-height-mode-auto:hover:before,
.posts-design-4 .vc-gitem-zone-height-mode-auto:hover:before,
.posts-design-2 .vc-gitem-zone-height-mode-auto:hover:before {
background-color: #FFF;
opacity: 0.8;
}
.posts-design-1 .vc-gitem-zone-height-mode-auto:after,
.posts-design-4 .vc-gitem-zone-height-mode-auto:after,
.posts-design-2 .vc-gitem-zone-height-mode-auto:after {
content: "";
background-image: url(//lindoguitars.com/wp-content/themes/classico/images/big-black-cross.png);
background-repeat: no-repeat;
background-position: center center;
width: 51px;
display: block;
height: 51px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -25px;
margin-top: -25px;
opacity: 0;
-webkit-transition: opacity 0.25s ease-in-out;
-moz-transition: opacity 0.25s ease-in-out;
-ms-transition: opacity 0.25s ease-in-out;
-o-transition: opacity 0.25s ease-in-out;
transition: opacity 0.25s ease-in-out;
}
.posts-design-1 .vc-gitem-zone-height-mode-auto:hover:after,
.posts-design-4 .vc-gitem-zone-height-mode-auto:hover:after,
.posts-design-2 .vc-gitem-zone-height-mode-auto:hover:after {
opacity: 1;
}
.posts-design-1 .vc_gitem_row .vc_gitem-col,
.posts-design-4 .vc_gitem_row .vc_gitem-col,
.posts-design-2 .vc_gitem_row .vc_gitem-col {
padding: 30px 0 15px;
}
.posts-design-2 .vc_grid-item-mini {
border: 1px solid #e4e4e4;
padding-right: 0;
}
.posts-design-2 .vc_grid-item-mini .vc_gitem-post-data,
.posts-design-2 .vc_grid-item-mini .entry-content {
padding: 0 30px;
}
.posts-design-2 .vc_grid-item-mini .vc_btn {
display: none !important;
}
.posts-design-2 .vc_grid-item-mini .vc_btn3-container a {
margin-left: 30px;
}
.posts-design-4 .vc_gitem-zone-mini {
display: none;
}
.tp-bullets.simplebullets.round .bullet {
background-image: none !important;
background-color: transparent !important;
border: 2px solid #fff;
width: 18px !important;
position: relative;
height: 18px !important;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.tp-bullets.simplebullets.round .bullet.selected {
background-color: transparent !important;
}
.tp-bullets.simplebullets.round .bullet.selected:before {
content: "";
width: 10px;
height: 10px;
left: 2px;
top: 2px;
display: block;
position: absolute;
background-color: #FFF;
-webkit-border-radius: 100%;
border-radius: 100%;
}  .teaser_grid_container .isotope-inner {
padding: 0 10px;
}
.teaser_grid_container .isotope-inner .post-thumb {
margin-bottom: 20px;
}
.teaser_grid_container .isotope-inner .post-thumb a {
position: relative;
display: block;
}
.teaser_grid_container .isotope-inner .post-thumb a:before {
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
background-color: #202020;
opacity: 0;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
width: 100%;
height: 100%;
content: "";
display: block;
}
.teaser_grid_container .isotope-inner .post-thumb a:after {
content: "";
display: block;
position: absolute;
width: 25px;
height: 25px;
left: 50%;
opacity: 0;
z-index: 1;
top: 50%;
margin-left: -12px;
margin-top: -12px;
background-image: url(//lindoguitars.com/wp-content/themes/classico/images/hover-cross.png);
background-position: center center;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.teaser_grid_container .isotope-inner .post-thumb a:hover:before {
opacity: 0.6;
}
.teaser_grid_container .isotope-inner .post-thumb a:hover:after {
opacity: 1;
}
.teaser_grid_container .isotope-inner h2.post-title {
font-size: 16px;
font-weight: 600;
margin-bottom: 10px;
line-height: 1.6;
}
.teaser_grid_container .isotope-inner .meta-post {
margin-bottom: 25px;
text-transform: uppercase;
position: relative;
}
.teaser_grid_container .isotope-inner .meta-post span {
color: #8a8a8a;
padding: 0 2px 0 0;
display: inline-block;
}
.teaser_grid_container .isotope-inner .meta-post span:after {
content: "/";
padding-left: 5px;
}
.teaser_grid_container .isotope-inner .meta-post span:first-child {
padding-left: 0;
}
.teaser_grid_container .isotope-inner .meta-post span:last-child:after {
display: none;
}
.teaser_grid_container .isotope-inner .meta-post span a {
color: #8a8a8a;
}
.teaser_grid_container .isotope-inner .meta-post span a:hover {
color: #8a8a8a;
}
.teaser_grid_container .isotope-inner .meta-post:after {
content: "";
position: relative;
display: block;
bottom: -15px;
left: 0;
width: 35px;
height: 2px;
background-color: #e4e4e4;
}
.teaser_grid_container .isotope-inner .entry-content {
line-height: 1.8;
margin-bottom: 10px;
}
.teaser_grid_container .isotope-inner .vc_read_more {
text-transform: uppercase;
display: block;
margin-bottom: 10px;
}
.teaser_grid_container .isotope-inner.post-format-quote .entry-content {
border-left: 3px solid #eee;
padding-left: 10px;
}
.teaser_grid_container .isotope-inner.post-format-quote .vc_read_more {
padding-left: 13px;
}
.element-no_space .teaser_grid_container .isotope-inner {
padding: 0;
}
.element-no_space .teaser_grid_container .isotope-item {
margin-bottom: 0 !important;
}
.element-no_space .teaser_grid_container .isotope-item .post-thumb {
margin-bottom: 0 !important;
}
.element-full-width {
position: relative;
}
.wpb_teaser_grid .categories_filter,
.wpb_categories_filter {
text-align: center;
}
.wpb_teaser_grid .categories_filter li,
.wpb_categories_filter li {
float: none !important;
display: inline-block !important;
}  .wpb_posts_slider h2.post-title {
font-size: 16px;
font-weight: 600;
margin-bottom: 10px;
line-height: 1.6;
}
.wpb_posts_slider .flex-control-paging {
opacity: 0;
-webkit-transition: opacity 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out;
-ms-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
bottom: 10px !important;
}
.wpb_posts_slider:hover .flex-control-paging {
opacity: 1;
}
.wpb_posts_slider .flex-caption,
.wpb_posts_slider .nivo-caption {
padding: 20px !important;
}  .vc_toggle.vc_toggle_default,
.toggle-block {
margin-bottom: 0 !important;
line-height: 1.5;
}
.vc_toggle.vc_toggle_default:last-child,
.toggle-block:last-child {
border-bottom: 1px solid #e6e6e6;
}
.vc_toggle.vc_toggle_default.bordered:last-child,
.toggle-block.bordered:last-child {
border-bottom: none;
}
.vc_toggle.vc_toggle_default {
padding: 30px 0;
border-top: 1px solid #e6e6e6;
}
.vc_toggle.vc_toggle_default .vc_toggle_title {
padding-left: 0 !important;
}
.vc_toggle.vc_toggle_default .vc_toggle_title > h4 {
font-family: 'Open Sans', sans-serif;
font-weight: 500;
text-transform: none;
color: #3b3b3b;
display: inline-block;
width: 100%;
padding: 0 35px;
margin-bottom: 0;
position: relative;
background: none !important;
}
.vc_toggle.vc_toggle_default .vc_toggle_title:before {
content: "\f107";
position: absolute;
color: #3d3d3d;
font-family: FontAwesome;
font-size: 18px;
right: 25px;
-webkit-transition: transform 0.5s ease-in-out;
-moz-transition: transform 0.5s ease-in-out;
-ms-transition: transform 0.5s ease-in-out;
-o-transition: transform 0.5s ease-in-out;
transition: transform 0.5s ease-in-out;
}
.vc_toggle.vc_toggle_default .vc_toggle_title i {
display: none !important;
}
.vc_toggle_title > h4 {
font-weight: 500;
}
.toggle-element {
margin-bottom: 0 !important;
border-top: 1px solid #e6e6e6;
padding: 25px 0 !important;
}
.toggle-content {
margin-top: 10px;
line-height: 1.8;
color: #737373;
display: none;
}
.toggle-block .toggle-title {
padding-left: 0 !important;
font-family: 'Open Sans', sans-serif;
font-weight: 500;
text-transform: none;
color: #3b3b3b;
display: inline-block;
width: 100%;
padding: 0 35px;
font-size: 18px;
line-height: 1.5;
margin-bottom: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
background: none !important;
}
.toggle-block .toggle-title:before {
content: "\f107";
position: absolute;
color: #3d3d3d;
font-family: FontAwesome;
font-size: 18px;
right: 25px;
top: 2px;
-webkit-transition: transform 0.5s ease-in-out;
-moz-transition: transform 0.5s ease-in-out;
-ms-transition: transform 0.5s ease-in-out;
-o-transition: transform 0.5s ease-in-out;
transition: transform 0.5s ease-in-out;
}
.toggle-block .toggle-title .open-this {
font-size: 0;
}
.vc_toggle_default.vc_toggle_active .vc_toggle_title:before,
.toggle-block .opened .toggle-title:before {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-transform-origin: 50%, 50%;
-moz-transform-origin: 50%, 50%;
-o-transform-origin: 50%, 50%;
-ms-transform-origin: 50%, 50%;
transform-origin: 50%, 50%;
}
.vc_toggle_default .vc_toggle_content {
padding-left: 35px !important;
margin-bottom: 0 !important;
}
.vc_toggle_default .vc_toggle_content p {
margin-bottom: 0;
}
.toggle-block.bordered .toggle-element {
border: 1px solid #e6e6e6;
margin: 15px 0;
padding: 25px 0 25px 25px !important;
-webkit-transition: border-color 0.2s ease-in-out;
-moz-transition: border-color 0.2s ease-in-out;
-ms-transition: border-color 0.2s ease-in-out;
-o-transition: border-color 0.2s ease-in-out;
transition: border-color 0.2s ease-in-out;
}
.toggle-block.bordered .toggle-element.opened {
border-color: #ccc;
}  .advert-block img,
.advert-block iframe {
max-width: 100%;
}
header .advert-block {
float: right;
}
header .advert-block.ad-big {
width: 728px;
height: 90px;
}
.sidebar .advert-block {
text-align: center;
}  blockquote.testimonials-text {
background-color: #FFF;
border: 1px solid #d5d5d5;
color: #767676;
font-size: 13px;
position: relative;
padding: 20px;
}
blockquote.testimonials-text:before {
bottom: -32px;
top: auto;
left: 7%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(213, 213, 213, 0);
border-top-color: #D5D5D5;
border-width: 16px;
margin-left: 0;
}
blockquote.testimonials-text:after {
bottom: -31px;
left: 7%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(255, 255, 255, 0);
border-top-color: #ffffff;
border-width: 16px;
margin-left: 0;
}
.testimonials-slider .owl-controls {
top: auto;
bottom: -8px;
background-color: #FFF;
}  .testimonial-grid .item {
margin-bottom: 30px;
}
.testimonial-info {
display: table-row;
margin-top: 2px;
}
.testimonial-info .testimonial-author {
display: table-cell;
vertical-align: middle;
}
.testimonial-info .testimonial-author .url a {
color: #8a8a8a;
}
.testimonial-info .testimonial-author .url a:hover {
color: #767676;
}
.testimonial-info .avatar-link {
margin-right: 15px;
display: block;
}  .list ul {
list-style: none;
padding-left: 0;
margin-bottom: 15px;
}
.list li {
display: inline-block;
padding: 5px 0 5px 5px;
}
.list li:before {
content: "\f105";
float: left;
font-family: "FontAwesome";
font-size: 12px;
font-style: normal;
font-weight: normal;
line-height: inherit;
margin-right: 10px;
position: relative;
top: 2px;
text-decoration: inherit;
}
.list.list-circle li:before {
content: "\f111";
font-size: 12px;
margin-top: 1px;
}
.list.list-star li:before {
content: "\f005";
}
.list.list-square li:before {
content: "\f0c8";
font-size: 6px;
margin-top: 5px;
}
.list.list-dash li:before {
content: "\f068";
margin-top: 3px;
}  .contact-form.design-2 input[type="text"] {
width: 100%;
}
@media only screen and (max-width: 768px) {
.contact-form.design-2 input[type="text"] {
width: 100%;
}
.vc_tta-style-classic .vc_tta-panel-heading {
background-color: transparent !important;
border: none !important;
}
.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-bottom: 2px solid #afafaf !important;
border-radius: 0;
}
}  body.page-template-blank header,
body.page-template-blank .header-wrapper {
display: none;
}
body.page-template-blank .template-container {
width: 100%;
}
body.page-template-blank .page-wrapper {
display: block;
width: auto;
padding-top: 0 !important;
}
body.page-template-blank .container.blank-page {
width: auto;
display: block;
vertical-align: middle;
}
body.page-template-blank .container.blank-page h1 {
font-size: 72px;
font-family: 'Times New Roman', serif;
font-weight: 400;
}
body.page-template-blank .container.blank-page p {
font-size: 16px;
}
body.page-template-blank .container.blank-page .container {
width: 100%;
}
body.page-template-blank .container.blank-page .ult_countdown {
float: none;
display: inline-block;
}
body.page-template-blank .container.blank-page span.ult_countdown-section {
border: 1px solid #e6e6e6;
display: inline-block;
padding: 20px 30px;
margin: 0 30px;
position: relative;
}
body.page-template-blank .container.blank-page span.ult_countdown-section:after,
body.page-template-blank .container.blank-page span.ult_countdown-section:before {
content: "";
position: absolute;
width: 11px;
height: 11px;
background-color: #e6e6e6;
display: block;
}
body.page-template-blank .container.blank-page span.ult_countdown-section:before {
top: 40px;
right: -36px;
}
body.page-template-blank .container.blank-page span.ult_countdown-section:after {
bottom: 40px;
right: -36px;
}
body.page-template-blank .container.blank-page span.ult_countdown-section:last-child:before,
body.page-template-blank .container.blank-page span.ult_countdown-section:last-child:after {
display: none;
}
body.page-template-blank .container.blank-page .form.mc4wp-form {
width: 440px;
margin: 0 auto;
}
body.page-template-blank .container.blank-page .form.mc4wp-form input[type="email"] {
margin-top: 5px;
margin-bottom: 20px;
}
body.page-template-blank .container.blank-page .form.mc4wp-form p {
margin-bottom: 0 !important;
}
body.page-template-blank footer {
display: none !important;
}  .portfolio.with-transition {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-ms-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
}
.portfolio.with-transition.columns-count-4 {
width: 24.5%;
}
.portfolio-filters {
text-align: center;
margin-bottom: 30px;
}
.portfolio-filters li {
list-style: none;
display: inline-block;
margin: 0 5px;
}
.portfolio-filters li a {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
background-color: #e9e9e9;
border-color: #e9e9e9;
height: 34px !important;
line-height: 32px !important;
padding: 0 24px !important;
}
.portfolio-filters li a.active,
.portfolio-filters li a:hover {
border-color: #444;
color: #fff;
background-color: #444;
}
.portfolio-item.with-transition {
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.portfolio-item {
margin-bottom: 30px;
}
.portfolio-item.col-md-3 {
margin-right: -1px;
}
.portfolio-item.col-md-2 {
margin-right: -1px;
}
.portfolio-image {
position: relative;
}
.portfolio-image:hover .zoom {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
visibility: visible;
}
.portfolio-image img {
width: 100%;
}
.portfolio-image .btn_group {
position: absolute;
top: 50%;
left: 0;
width: 100%;
margin: -20px 0 0 0;
z-index: 2;
text-align: center;
}
.portfolio-image .btn_group a {
background: #262626;
opacity: 0.9;
color: #FFF !important;
margin: 0 8px;
position: relative;
border: 1px solid #262626;
padding: 13px 15px !important;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.portfolio-image .btn_group a:focus {
outline: none;
}
.portfolio-image .btn_group a:after {
content: '';
display: block;
width: 10px;
height: 10px;
position: absolute;
top: -2px;
left: -2px;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.portfolio-image .btn_group a:before {
content: '';
display: block;
width: 10px;
height: 10px;
position: absolute;
top: -2px;
right: -2px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.portfolio-image .btn_group a:hover {
opacity: 1;
}
.portfolio-image .btn_group a span {
text-transform: uppercase;
}
.portfolio-image .btn_group a span i {
font-size: 16px;
position: relative;
left: 1px;
right: 1px;
}
.portfolio-image .btn_group a span:after {
content: '';
display: block;
width: 10px;
height: 10px;
position: absolute;
bottom: -2px;
left: -2px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.portfolio-image .btn_group a span:before {
content: '';
display: block;
width: 10px;
height: 10px;
position: absolute;
bottom: -2px;
right: -2px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.portfolio-image .zoom {
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
opacity: 0;
visibility: hidden;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
.portfolio-image .zoom > i {
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
background-color: #fff;
opacity: 0.6;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
width: 100%;
height: 100%;
}
.portfolio-single-item .project-navigation {
border: none;
padding: 0;
}
.portfolio-single-item .project-navigation .hide-info {
opacity: 0 !important;
}
.portfolio-single-item .project-navigation a:hover + .hide-info {
opacity: 1 !important;
}
.vc_row-no-padding .wpb_column {
padding: 0;
}
.vc_row-no-padding .vc_grid-item {
padding: 0;
}
.page-template-portfolio .pagination-cubic {
width: 100%;
}
.page-template-portfolio .pagination-cubic .page-numbers {
text-align: center;
}
.page-template-portfolio .pagination-cubic .page-numbers li {
float: none;
}
.project-navigation {
margin-top: 20px;
display: inline-block;
width: 100%;
margin-bottom: 40px;
padding: 30px;
border: 1px solid #e6e6e6;
}
.project-navigation + .title-alt {
margin-top: 0;
}
.project-navigation .next-project,
.project-navigation .prev-project {
position: relative;
float: left;
}
.project-navigation .next-project a,
.project-navigation .prev-project a {
padding: 9px 12px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
font-size: 0;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.project-navigation .next-project a:before,
.project-navigation .prev-project a:before {
content: "";
position: relative;
line-height: 12px;
display: block;
font-family: FontAwesome;
font-size: 14px;
color: #3d3d3d;
}
.project-navigation .next-project .hide-info,
.project-navigation .prev-project .hide-info {
position: absolute;
white-space: nowrap;
display: inline-block;
padding: 6px 20px;
opacity: 1;
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
-ms-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
.project-navigation .next-project .hide-info img,
.project-navigation .prev-project .hide-info img {
display: none;
}
.project-navigation .next-project .hide-info span,
.project-navigation .prev-project .hide-info span {
font-weight: 500;
font-size: 14px;
display: block;
margin: 0 !important;
color: #3d3d3d;
text-transform: none;
display: table-cell;
vertical-align: middle;
padding: 0;
}
.project-navigation .next-project a:hover + .hide-info,
.project-navigation .prev-project a:hover + .hide-info {
opacity: 1;
}
.project-navigation .prev-project a {
float: left;
}
.project-navigation .prev-project a:before {
content: "\f104";
}
.project-navigation .prev-project .hide-info {
right: auto;
text-align: center;
}
.project-navigation .prev-project .hide-info img {
float: left;
margin-right: 10px;
margin-left: 0;
}
.project-navigation .prev-project .hide-info span {
margin-right: 10px;
right: 0;
}
.project-navigation .prev-project .hide-info:before,
.project-navigation .prev-project .hide-info:after {
left: 0;
right: auto;
}
.project-navigation .next-project {
margin-left: 15px;
}
.project-navigation .next-project a {
float: right;
}
.project-navigation .next-project a:before {
content: "\f105";
left: 1px;
}
.project-navigation .next-project .hide-info {
right: 35px;
left: auto;
text-align: center;
}
.project-navigation .next-project .hide-info:before,
.project-navigation .next-project .hide-info:after {
left: 160px;
right: 20px;
}
.project-navigation .next-project img {
float: right !important;
margin-right: 0 !important;
margin-left: 10px;
}
.project-navigation .next-project span {
text-align: left;
margin-left: 10px;
left: 0;
}
.related-posts h3.title {
font-size: 20px;
font-weight: 400;
padding-bottom: 10px;
margin-bottom: 20px;
border-bottom: 1px solid #e6e6e6;
}  .vc_call_to_action,
.vc_general.vc_cta3.vc_cta3-style-classic {
padding: 80px 30px !important;
position: relative;
}
.vc_call_to_action hgroup,
.vc_general.vc_cta3.vc_cta3-style-classic hgroup,
.vc_call_to_action p,
.vc_general.vc_cta3.vc_cta3-style-classic p {
max-width: 75%;
display: inline-block;
}
.vc_call_to_action h4,
.vc_general.vc_cta3.vc_cta3-style-classic h4 {
font-size: 1.1428em;
color: #999;
margin-bottom: 0;
text-transform: none;
font-weight: 400;
}
.vc_call_to_action h2,
.vc_general.vc_cta3.vc_cta3-style-classic h2 {
font-size: 2.5714em;
color: #3d3d3d;
font-weight: 400;
}
.vc_call_to_action hgroup,
.vc_general.vc_cta3.vc_cta3-style-classic hgroup {
position: relative;
margin-bottom: 10px;
}
.vc_call_to_action hgroup:after,
.vc_general.vc_cta3.vc_cta3-style-classic hgroup:after {
content: "";
position: absolute;
width: 35px;
height: 2px;
background: #e4e4e4;
left: 0;
bottom: -10px;
}
.vc_call_to_action .vc_btn,
.vc_general.vc_cta3.vc_cta3-style-classic .vc_btn {
position: absolute;
right: 40px;
top: 50%;
font-weight: 600;
font-size: 13px;
text-transform: uppercase;
margin-top: -20px !important;
display: inline-block;
letter-spacing: 1px;
background-color: #262626 !important;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.vc_call_to_action .vc_btn:hover,
.vc_general.vc_cta3.vc_cta3-style-classic .vc_btn:hover {
background-color: #444 !important;
}
.vc_call_to_action .vc_btn3-container a,
.vc_general.vc_cta3.vc_cta3-style-classic .vc_btn3-container a {
font-weight: 600;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 1px;
padding: 10px 16px;
line-height: 1.33;
}
.vc_call_to_action .vc_btn3-container a:hover,
.vc_general.vc_cta3.vc_cta3-style-classic .vc_btn3-container a:hover {
background-color: #444;
}
.vc_call_to_action.vc_txt_align_right .vc_btn,
.vc_general.vc_cta3.vc_cta3-style-classic.vc_txt_align_right .vc_btn {
left: 40px;
right: auto;
}
.vc_call_to_action.vc_txt_align_right hgroup:after,
.vc_general.vc_cta3.vc_cta3-style-classic.vc_txt_align_right hgroup:after {
left: auto;
right: 0;
}
.vc_call_to_action .vc_btn3-container a,
.vc_general.vc_cta3.vc_cta3-style-classic .vc_btn3-container a {
font-weight: 400 !important;
font-family: Verdana, sans-serif;
}
.vc_general.vc_cta3.vc_cta3-style-classic {
background-color: #fafafa !important;
border: none !important;
}
.vc_general.vc_cta3.vc_cta3-style-classic h4 {
margin-bottom: 20px;
position: relative;
}
.vc_general.vc_cta3.vc_cta3-style-classic h4:after {
content: "";
position: absolute;
width: 35px;
height: 2px;
background: #e4e4e4;
left: 0;
bottom: -12px;
}
.vc_general.vc_cta3.vc_cta3-style-classic.vc_cta3-actions-left h4:after {
right: 0;
left: auto;
} .mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #fff;
opacity: 0.9;
filter: alpha(opacity=80);
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #cccccc;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #cccccc;
}
.mfp-preloader a:hover {
color: white;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-close {
width: 31px;
height: 31px;
line-height: 28px;
top: -45px;
right: 0px;
background-color: #3d3d3d !important;
position: absolute;
text-decoration: none;
text-align: center;
opacity: 0.6;
padding: 0 0 18px 10px;
color: white;
font-style: normal;
font-size: 0px;
font-family: Arial, Baskerville, monospace;
background-image: url(//lindoguitars.com/wp-content/themes/classico/images/icons-sprite.png) !important;
background-repeat: no-repeat;
background-position: -30px -67px !important;
}
.mfp-close:hover {
background-color: #3d3d3d !important;
color: #FFF !important;
opacity: 0.8;
}
.single-post .mfp-close {
right: 0;
}
.mfp-close-btn-in .mfp-close {
color: #fff;
}
.mfp-counter {
position: absolute;
top: 0;
right: 50%;
margin-right: -22px;
color: #3d3d3d;
font-weight: 500;
font-size: 18px;
line-height: 18px;
}
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow:hover {
opacity: 1;
background-color: #e6e6e6;
}
.mfp-arrow:before {
content: '\f105';
font-family: FontAwesome;
font-size: 40px;
line-height: 30px;
color: #000;
display: block;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:before {
content: "\f104";
right: 4px;
position: relative;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:before {
position: relative;
left: 2px;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: black;
} img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0 auto;
} .mfp-figure {
line-height: 0;
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
background: #444444;
}
.mfp-figure small {
color: #bdbdbd;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #f3f3f3;
word-wrap: break-word;
padding-right: 36px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure { }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}  #contact-form .fields-left {
width: 80%;
}
#contact-form .fields-right {
margin-left: 0;
width: 100%;
}
.woocommerce-MyAccount-navigation {
margin-bottom: 40px;
}
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
width: 100% !important;
}
}
.mfp-ie7 .mfp-img {
padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
padding: 0;
}
.mfp-ie7 .mfp-content {
padding-top: 44px;
}
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0;
}  .my-mfp-zoom-in .zoom-anim-dialog {
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
} .my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
} .my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
opacity: 0;
} .my-mfp-slide-bottom.mfp-bg {
opacity: 0;
-webkit-transition: opacity 0.4s ease-out;
-moz-transition: opacity 0.4s ease-out;
-o-transition: opacity 0.4s ease-out;
transition: opacity 0.4s ease-out;
} .my-mfp-slide-bottom.mfp-ready.mfp-bg {
opacity: 0.9;
} .my-mfp-slide-bottom.mfp-removing.mfp-bg {
opacity: 0;
}  .my-mfp-slide-bottom .zoom-anim-dialog,
.my-mfp-slide-bottom .quick-view-popup,
.my-mfp-slide-bottom .mfp-figure {
opacity: 0;
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
-webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
-moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
-ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
-o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
.my-mfp-slide-bottom.effect-delay2 .zoom-anim-dialog,
.my-mfp-slide-bottom.effect-delay2 .quick-view-popup,
.my-mfp-slide-bottom.effect-delay2 .mfp-figure {
opacity: 0;
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
} .my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog,
.my-mfp-slide-bottom.mfp-ready .quick-view-popup,
.my-mfp-slide-bottom.mfp-ready .mfp-figure {
opacity: 1;
-webkit-transform: translateY(0) perspective(600px) rotateX(0);
-moz-transform: translateY(0) perspective(600px) rotateX(0);
-ms-transform: translateY(0) perspective(600px) rotateX(0);
-o-transform: translateY(0) perspective(600px) rotateX(0);
transform: translateY(0) perspective(600px) rotateX(0);
} .my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog,
.my-mfp-slide-bottom.mfp-removing .quick-view-popup,
.my-mfp-slide-bottom.mfp-removing .mfp-figure {
opacity: 0;
-webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
-moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
-ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
-o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
#searchModal {
width: 680px;
margin: 0 auto;
max-width: 85%;
background-color: #FFF;
padding: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #e6e6e6;
}
#searchModal button i {
display: none;
}
#searchModal small {
font-size: 14px;
}
#searchModal input[type="text"] {
margin: 20px 10px 20px 0;
display: inline-block;
width: 80%;
}
#searchModal button[type="submit"] {
height: 39px;
position: relative;
top: -1px;
}  .back-top {
position: fixed;
z-index: 999;
right: 25px;
bottom: 50px;
visibility: hidden;
}
.back-top a {
padding: 17px 13px 15px;
display: block;
border: 1px solid #3d3d3d;
-webkit-border-radius: 100%;
text-align: center;
border-radius: 100%;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.back-top a:focus {
outline: none;
text-decoration: none;
}
.back-top a:hover {
background-color: #252525;
border-color: #252525;
color: #FFF;
text-decoration: none;
}
.back-top span {
width: 15px;
height: 9px;
display: block;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.back-top span:before {
content: "\f106";
color: #3d3d3d;
font-size: 24px;
line-height: 33px;
position: relative;
top: -15px;
font-family: FontAwesome;
}
.back-top:hover span:before {
color: #FFF;
}
.back-top.bounceIn {
visibility: visible;
}   .owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
} .owl-carousel {
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} .grabbing {
cursor: url(//lindoguitars.com/wp-content/themes/classico/images/grabbing.png) 8 8, move;
} .owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
} .sxy-zoom-container {
display: inline-block;
max-width: 100%;
}
.sxy-zoom-container .sxy-zoom-viewport img {
max-width: none !important;
border-radius: 0 !important;
}
.sxy-zoom-container .sxy-zoom-viewport {
z-index: 1000;
}
.sxy-zoom-container img {
border: 0;
}
.sxy-zoom-container div {
margin: 0;
padding: 0;
border: 0;
}
.sxy-zoom-container .sxy-zoom-dragpad,
.sxy-zoom-container .sxy-overlay,
.sxy-zoom-container .inner-thumb,
.sxy-zoom-container .sxy-zoom-bg {
width: 100%;
height: 100%;
}
.sxy-zoom-bg {
left: 0;
top: 0;
position: absolute;
}
.sxy-zoom-container .sxy-controls {
height: 100%;
}
.sxy-zoom-container .overlay {
height: 100%;
}
.sxy-zoom-container .sxy-slider {
height: 100%;
}
.sxy-zoom-container .sxy-zoom-dragpad {
position: absolute !important;
left: 0;
top: 0;
}
.sxy-zoom-container .sxy-controls {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
width: 26px;
left: -26px;
top: 0px;
position: absolute;
overflow: hidden;
filter: inherit;
}
.sxy-zoom-container .sxy-controls .overlay {
position: absolute;
top: 0px;
left: 0px;
width: 26px;
border-top-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
-moz-border-radius-topleft: 3px;
border-bottom-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomleft: 3px;
background: #fff;
filter: inherit;
}
.sxy-zoom-container .in {
filter: inherit;
left: 2px;
width: 22px;
height: 23px;
position: relative;
display: block;
top: 3px;
}
.sxy-zoom-container .out {
filter: inherit;
width: 22px;
height: 23px;
position: relative;
left: 2px;
display: block;
}
.sxy-zoom-container .sxy-slider {
filter: inherit;
position: relative;
}
.sxy-zoom-container .sxy-handle {
filter: inherit;
left: 2px;
width: 20px;
height: 16px;
top: 20px;
position: absolute;
font-size: 0;
}
.sxy-zoom-container {
position: relative;
}
.sxy-zoom-container .sxy-zoom-viewfinder {
position: absolute;
border: 4px solid rgba(255, 255, 255, 0.4);
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.sxy-zoom-container .inner-thumb {
position: absolute;
top: 0;
left: 0;
}
.sxy-zoom-container .sxy-zoom-dragpad {
position: relative;
}
.sxy-zoom-container .sxy-zoom-dragpad .sxy-overlay {
position: absolute;
top: 0px;
left: 0px;
}
.sxy-zoom-container .sxy-zoom-viewport {
position: absolute;
overflow: hidden;
top: 0;
}
.sxy-zoom-container .sxy-zoom-viewport img {
position: absolute;
}
.sxy-zoom-container.sxy-zoom-loading .sxy-loading {
display: none;
background: #fff;
padding: 5px;
position: absolute;
top: 0;
left: 0;
margin: 5px;
opacity: 0.6;
border: 1px solid #ebebeb;
}
.sxy-zoom-container.sxy-zoom-loading .sxy-loading span {
background: #ffffff url(//lindoguitars.com/wp-content/themes/classico/images/loading.gif) no-repeat;
width: 48px;
height: 48px;
display: block;
}
.sxy-zoom-mode-dock .sxy-zoom-viewport {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border: 1px solid #000;
position: absolute;
overflow: hidden;
top: 0;
box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68);
-webkit-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68);
-moz-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68);
}
.sxy-zoom-mode-dock .sxy-zoom-dragpad .sxy-overlay {
background: #000000;
opacity: 0.0;
}
.sxy-zoom-mode-window .sxy-zoom-viewfinder {
z-index: 1001;
}
.sxy-zoom-mode-lens .sxy-zoom-viewport {
border: 1px solid #000;
position: absolute;
overflow: hidden;
top: 0;
box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68);
-webkit-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68);
-moz-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68);
}
.sxy-zoom-mode-slippy .sxy-zoom-dragpad {
cursor: pointer;
}
.sxy-zoom-mode-slippy .sxy-zoom-dragpad.down {
cursor: move;
}  .et-tooltip {
position: relative;
font-size: 0;
width: 12px;
height: 12px;
cursor: pointer;
margin-top: 5px;
-webkit-border-radius: 100%;
border-radius: 100%;
background-color: #FFF;
-webkit-box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.2);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.et-tooltip > div {
position: absolute;
left: -300px;
background-color: rgba(0, 0, 0, 0.5);
opacity: 0;
font-size: 12px;
width: 250px;
padding: 20px;
visibility: hidden;
z-index: -1;
white-space: normal;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.et-tooltip > div a {
color: #fff;
}
.et-tooltip > div a:hover,
.et-tooltip > div .price {
color: #8a8a8a;
}
.et-tooltip > div:before {
content: "";
border-color: rgba(0, 0, 0, 0.4);
border: solid transparent;
border-left-color: rgba(0, 0, 0, 0.4);
border-width: 15px;
right: -30px;
margin-top: -13px;
top: 50%;
position: absolute;
width: 10px;
height: 10px;
z-index: 2;
}
.et-tooltip > div:after {
content: "";
border-color: rgba(0, 0, 0, 0.2);
border: solid transparent;
border-left-color: rgba(0, 0, 0, 0.2);
border-width: 16px;
right: -32px;
margin-top: -14px;
top: 50%;
position: absolute;
width: 10px;
height: 10px;
z-index: 1;
}
.et-tooltip > div > div {
max-width: 100% !important;
}
.et-tooltip > div > div h5 {
font-size: 16px;
color: #FFF;
}
.et-tooltip > div > div p {
color: #FFF;
margin-bottom: 0;
font-weight: 400;
color: #fafafa;
}
.et-tooltip:hover {
background-color: #8a8a8a;
}
.et-tooltip:hover:before {
content: "";
position: absolute;
width: 100px;
height: 130px;
left: -96px;
top: -70px;
}
.et-tooltip:hover > div {
opacity: 1;
z-index: 1;
left: -270px;
visibility: visible;
}
.et-tooltip.from-right > div {
left: auto;
right: -300px;
}
.et-tooltip.from-right > div:before {
right: auto;
left: -30px;
border-left-color: transparent;
border-right-color: rgba(0, 0, 0, 0.4);
}
.et-tooltip.from-right > div:after {
right: auto;
left: -32px;
border-left-color: transparent;
border-right-color: rgba(0, 0, 0, 0.2);
}
.et-tooltip.from-right:hover > div {
right: -270px;
}
.et-tooltip.from-right:before {
right: -96px;
left: auto;
top: -70px;
}
.et-tooltip.from-top > div {
left: auto;
right: auto;
top: -150px;
margin-left: 6px;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.et-tooltip.from-top > div:before {
right: auto;
left: 50%;
bottom: -30px;
border-left-color: transparent;
margin-left: -16px;
border-top-color: rgba(0, 0, 0, 0.4);
top: auto;
}
.et-tooltip.from-top > div:after {
right: auto;
left: 50%;
bottom: -32px;
border-left-color: transparent;
margin-left: -16px;
border-top-color: rgba(0, 0, 0, 0.4);
top: auto;
}
.et-tooltip.from-top:hover > div {
top: -185px;
right: auto;
}
.et-tooltip.from-top:before {
width: 100px;
height: 90px;
left: -50px;
top: -36px;
}
.et-tooltip.from-bottom > div {
left: auto;
right: auto;
top: 100px;
margin-left: 6px;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.et-tooltip.from-bottom > div:before {
right: auto;
left: 50%;
top: -17px;
border-left-color: transparent;
margin-left: -16px;
border-bottom-color: rgba(0, 0, 0, 0.4);
bottom: auto;
}
.et-tooltip.from-bottom > div:after {
right: auto;
left: 50%;
top: -18px;
border-left-color: transparent;
margin-left: -17px;
border-bottom-color: rgba(0, 0, 0, 0.2);
bottom: auto;
}
.et-tooltip.from-bottom:hover > div {
top: 50px;
right: auto;
}
.et-tooltip.from-bottom:before {
width: 100px;
height: 90px;
left: -50px;
top: -36px;
}
.var-8 {
border: 15px solid #fff;
border-width: 15px !important;
padding: 30px;
line-height: 166px;
font-weight: 600;
font-family: 'Raleway', sans-serif;
}
.tp-caption .var-5:hover {
border: 2px solid #000 !important;
background-color: transparent !important;
}
@media only screen and (min-width: 1200px) { .boxed .template-container,
.framed .template-container {
width: 1230px;
margin: 0 auto;
}
.boxed .header-vertical-enable .page-wrapper,
.framed .header-vertical-enable .page-wrapper {
margin-left: 0;
}
.boxed .header-vertical-enable .header-vertical,
.framed .header-vertical-enable .header-vertical {
left: 0;
}
.boxed.header-vertical-enabled,
.framed.header-vertical-enabled {
padding-left: 250px;
}
.framed.fixNav-enabled .header-wrapper {
z-index: 1000;
}
.framed.fixNav-enabled .fixed-active .header-wrapper {
top: -160px;
}
.framed.fixNav-enabled .fixed-active-animate .header-wrapper {
top: 0;
}
.framed .template-container {
margin-top: 50px;
margin-bottom: 50px;
}
.framed .header-vertical-enable .page-wrapper {
margin-left: 0;
}
.boxed .header-wrapper,
.framed .header-wrapper {
left: auto;
width: 1230px;
}
.bordered {
border: 20px solid #f5f5f5;
border-top: none;
}
.bordered .body-border-left,
.bordered .body-border-top,
.bordered .body-border-right,
.bordered .body-border-bottom {
position: fixed;
z-index: 1001;
background-color: #f5f5f5;
}
.bordered .body-border-left {
left: 0;
top: 0;
bottom: 0;
width: 20px;
}
.bordered .body-border-right {
right: 0;
top: 0;
bottom: 0;
width: 20px;
}
.bordered .body-border-top {
height: 20px;
left: 0;
right: 0;
top: 0;
}
.bordered .body-border-bottom {
height: 20px;
left: 0;
right: 0;
bottom: 0;
}
.bordered.fixNav-enabled .fixed-active.fixed-active-animate .header-wrapper {
top: 20px;
}
.bordered.admin-bar .body-border-top {
height: 52px;
}
.bordered.admin-bar.fixNav-enabled .fixed-active.fixed-active-animate .header-wrapper {
top: 52px;
}
.bordered .et-open-panel {
left: 20px;
}
.row-count-2 .product:nth-child(2n+1) {
clear: both;
}
.row-count-4 .product:nth-child(4n+1),
.sidebar-position-without .row-count-4 .product:nth-child(4n+1) {
clear: both !important;
}
.row-count-4 .product:nth-child(3n+1),
.sidebar-position-without .row-count-4 .product:nth-child(3n+1) {
clear: none;
}
.row-count-3 .product:nth-child(3n+1),
.sidebar-position-without .row-count-3 .product:nth-child(3n+1) {
clear: both;
}
.row-count-5 .product:nth-child(5n+1),
.row-count-6 .product:nth-child(5n+1) {
clear: both;
}
.row-count-5 .product:nth-child(3n+1),
.row-count-6 .product:nth-child(3n+1) {
clear: none;
}
.sidebar-position-without .row-count-5 .product:nth-child(5n+1),
.sidebar-position-without .row-count-6 .product:nth-child(6n+1) {
clear: both;
}
.sidebar-position-without .row-count-6 .product:nth-child(5n+1) {
clear: none;
}
.row-count-5 .product-category {
width: 20% !important;
}
.row-count-4 .product {
width: 25%;
}
.sidebar-position-without .row-count-4 .product {
width: 25%;
}
.row-count-5 .product,
.row-count-6 .product {
width: 20%;
}
.sidebar-position-without .row-count-5 .product {
width: 20%;
}
.sidebar-position-without .row-count-6 .product {
width: 16.66%;
}
.row-count-3 .product-category,
.products-list .product-category {
width: 33.3% !important;
}
.team-member.member-type-2 .member-image {
width: 200px;
}
} @media (min-width: 979px) and (max-width: 1200px) {
.woocommerce-MyAccount-navigation {
width: 27% !important;
}
.woocommerce-MyAccount-content {
width: 70% !important;
}
}
@media only screen and (max-width: 1200px) {
.template-container .back-history {
display: none;
}
.page-heading.bc-type-8 {
margin-top: 0 !important;
}
.breadcrumbs-type-8 .page-wrapper {
padding-top: 0 !important;
}
.breadcrumbs-type-8 .page-heading.bc-type-8 {
background-attachment: scroll !important;
}
.page-heading.bc-type-5,
.page-heading.bc-type-6,
.page-heading.bc-type-7,
.page-heading.bc-type-8 {
background-attachment: scroll !important;
-webkit-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.widget_search .form-group.has-border,
.etheme_widget_search input[type="text"],
.etheme_widget_search input[type="email"],
.etheme_widget_search input[type="password"] {
width: 100% !important;
margin-bottom: 10px !important;
}
.filter-wrap .woocommerce-result-count {
display: none;
}
.banner {
margin-bottom: 30px !important;
}
.header-type-5 .header .shopping-cart-widget .shop-text {
display: none !important;
}
.header-type-5 .header .shopping-cart-widget .cart-bag {
margin-left: 0;
}
.header-type-5 .header .cart-design-1 .shopping-cart-widget .cart-bag {
margin-left: 20px;
}
.tp-bannertimer {
height: 7px !important;
background-color: rgba(0, 0, 0, 0.25) !important;
}
.upb_row_bg {
background-attachment: scroll !important;
}
.header-type-9 .advert-block {
display: none !important;
}
.header-type-9 .navbar-header .navbar-right {
display: block;
}
.header-type-17 .navbar-header.navbar-right .header-search {
margin-left: 30px;
position: static;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}
.header-type-17 .navbar-header.navbar-right .header-search input[type="text"] {
width: 300px;
}
.header .shopping-cart-widget .shop-text {
display: none !important;
}
.header-vertical-enable .cart-design-2 .shopping-cart-widget .shop-text {
display: inline-block !important;
}
.header-search .popup-with-form {
color: #3d3d3d;
}
.swiper-wrapper .product .product-image-wrapper.hover-effect-mask .hover-mask {
opacity: 1;
}
.swiper-wrapper .product .product-image-wrapper.hover-effect-mask .products-page-cats,
.swiper-wrapper .product .product-image-wrapper.hover-effect-mask .product-title,
.swiper-wrapper .product .product-image-wrapper.hover-effect-mask .price {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px);
}
.product .product-image-wrapper.hover-effect-default-light .footer-product,
.product .product-image-wrapper.hover-effect-default-dark .footer-product {
-webkit-transform: translateY(0) !important;
-moz-transform: translateY(0) !important;
transform: translateY(0) !important;
}
.productCarousel .owl-controls .owl-buttons {
opacity: 1;
}
.quick-view-popup .menu-social-icons li {
margin-right: 0;
}
.quick-view-popup .product-information .cart {
text-align: center;
}
.quick-view-popup .product-information .cart button[type="submit"] {
margin-left: 0;
float: none !important;
}
.quick-view-popup .product-information .cart table {
display: block;
}
.quick-view-popup .product-information .cart table tr {
text-align: left;
display: inline-block;
width: 100%;
padding-bottom: 20px;
}
.quick-view-popup .product-information .cart table td {
display: block;
float: left;
line-height: 14px !important;
padding-top: 0;
padding-left: 0;
}
.quick-view-popup .product-information .cart table td.label label {
width: 100%;
display: inline-block;
}
article.blog-post .zoom .btn_group a,
article.post-grid .zoom .btn_group a {
margin: 5px 5px;
}
.widget_layered_nav_filters li a {
left: -8px;
}
.widget_layered_nav_filters li a:before {
right: -17px;
}
.project-navigation .next-project .hide-info:after,
.project-navigation .prev-project .hide-info:after {
display: none;
}
.recentCarousel .owl-controls .owl-buttons > div {
display: none;
}   .et-follow-buttons.buttons-size-large a {
width: 34px;
height: 34px;
line-height: 35px;
font-size: 18px;
}
}
@media only screen and (max-width: 992px) {
.buttons_added.quantity input[type="number"] {
font-size: 14px !important;
display: inline-block;
float: none !important;
}
.header-type-7 .navbar-header.navbar-right {
right: 5px;
}
.header-type-8 .navbar-header.navbar-right {
right: 5px;
}
.template-container { }
.template-container .mobile-menu-block {
left: 0;
}
.template-container .page-wrapper {
padding-top: 0 !important;
}
.template-container .header-wrapper {
background-image: none;
}
.template-container .header-wrapper .top-content {
display: none;
}
.template-container .navbar,
.template-container .fixed-active .navbar {
padding: 25px 0 !important;
}
.template-container .fixed-active .header-logo img {
max-width: 100% !important;
}
.template-container .fixed-active .top-bar {
max-height: 100% !important;
}
.template-container .top-bar .top-links {
display: none;
}
.template-container .page-heading-slider .wpb_revslider_element {
margin-top: 0 !important;
}
.template-container .home .header-vertical-enable .esg-container {
padding-left: 0 !important;
padding-right: 0 !important;
}
.template-container .menu-wrapper {
display: none !important;
}
.template-container .mobile-menu-wrapper {
max-height: none;
display: none;
padding-top: 10px;
padding-bottom: 30px;
border-top: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
}
.template-container .mobile-menu-wrapper .menu > li {
padding-left: 5px;
position: relative;
}
.template-container .mobile-menu-wrapper .menu > li.menu-item-has-children > a:after {
display: none;
}
.template-container .mobile-menu-wrapper .menu > li.over > a {
color: #dc4348;
}
.template-container .mobile-menu-wrapper .menu > li .open-child {
display: block;
position: absolute;
right: 5px;
top: 12px;
z-index: 100;
font-size: 0;
width: 35px;
height: 35px;
text-align: center;
cursor: pointer;
}
.template-container .mobile-menu-wrapper .menu > li .open-child:before {
content: "\f107";
font-family: FontAwesome;
font-size: 22px;
color: #737373;
display: block;
}
.template-container .mobile-menu-wrapper .menu > li > a {
text-transform: uppercase;
font-size: 14px;
z-index: 1;
padding: 15px 0;
color: #000;
}
.template-container .mobile-menu-wrapper .menu > li > a:hover {
color: #737373;
}
.template-container .mobile-menu-wrapper .menu > li > a span.menu-item-descr {
display: none;
}
.template-container .mobile-menu-wrapper .menu > li .sub-menu {
position: static;
float: left;
visibility: visible;
display: inline-block;
width: 100%;
margin-top: 0;
padding: 10px 0px 15px 10px;
display: none;
opacity: 1 !important;
background-image: none;
}
.template-container .mobile-menu-wrapper .menu > li .sub-menu li {
float: left;
position: relative;
width: 100%;
display: inline-block;
text-align: left;
}
.template-container .mobile-menu-wrapper .menu > li .sub-menu li.over > a {
color: #DC4348;
}
.template-container .mobile-menu-wrapper .menu > li .sub-menu li a {
font-size: 16px !important;
font-weight: 400;
font-family: Georgia;
line-height: 1.3 !important;
color: #000;
width: auto;
display: block;
padding: 10px 40px 10px 0 !important;
}
.template-container .mobile-menu-wrapper .menu > li .sub-menu li a:hover {
color: #737373;
}
.template-container .mobile-menu-wrapper .menu > li .sub-menu li a:after {
display: none;
}
.template-container .mobile-menu-wrapper .menu > li .sub-menu li ul {
position: static;
width: 100%;
}
.template-container .mobile-menu-wrapper .menu > li .sub-menu li.item-design-image-column {
display: none;
}
.template-container .mobile-menu-wrapper .menu > li .sub-menu li .nav-item-image {
display: none;
}
.template-container .mobile-menu-wrapper .menu > li .sub-menu ul {
width: 100%;
border: none;
display: none;
padding: 0;
padding: 10px 0px 15px 10px;
}
.template-container .mobile-menu-wrapper .menu > li .sub-menu ul .open-child {
top: 10px;
}
.template-container .navbar-toggle {
display: block;
font-size: 28px;
float: left;
position: absolute;
top: 50%;
z-index: 10;
padding: 8px;
-webkit-border-radius: 0;
border-radius: 0;
background-color: transparent;
cursor: pointer;
margin-top: -15px;
color: #737373 !important;
}
.template-container .navbar-toggle.show-nav {
background-color: #e7e7e7;
}
.template-container .navbar-collapse .menu > li {
float: left;
display: inline-block;
width: 100%;
}
.template-container .blog-description {
position: absolute !important;
width: 22px;
height: 26px;
left: 0;
top: 50%;
margin-top: -13px;
cursor: pointer;
}
.template-container .blog-description span {
display: none;
}
.template-container .header {
margin-bottom: 0;
border-top: none;
padding: 0 !important;
}
.template-container .header .advert-block {
width: 100% !important;
max-width: 100%;
height: auto !important;
margin: 20px auto;
padding: 0 40px;
float: none !important;
display: inline-block;
}
.template-container .header-type-5 .advert-block,
.template-container .header-type-9 .advert-block {
display: none !important;
}
.template-container .header-logo {
float: left;
display: block;
position: relative;
left: 50%;
width: auto !important;
max-width: 270px;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.template-container .header-search {
position: static !important;
}
.template-container .header-search .popup-with-form {
font-size: 18px !important;
display: block !important;
}
.template-container .header-search .popup-with-form i {
color: #3d3d3d !important;
}
.template-container .header-search .search-with-form .popup-with-form i {
padding-top: 3px;
}
.template-container .header-search .search-with-form form:after {
display: none;
}
.template-container .shopping-container {
float: right !important;
}
.template-container .shopping-container .cart-popup-container {
display: none;
}
.template-container .shopping-container .shopping-cart-widget .ico-sum {
background-position: -7px -6px !important;
}
.instagram-slider .owl-buttons {
display: none;
}
.error404 .header-search .search-with-form {
display: none;
}
.error404 .page-404 .form-group.form-button {
top: 5px;
}
table.shop_table td.product-quantity .quantity {
overflow: visible;
}
.header-vertical-enable .header-vertical .container .navbar-right .cart-design-1 {
top: 0;
margin-right: 0;
}
.breadcrumbs-type-8 .tbs.blog-description,
.breadcrumbs-type-8 .navbar-right {
color: #737373 !important;
}
.breadcrumbs-type-8 .top-bar {
background-color: #000;
}
.breadcrumbs-type-8 .page-heading.bc-type-8 {
padding: 120px 0 !important;
}
.breadcrumbs-type-8 .header-vertical-enable .header-vertical {
background-color: transparent;
background-image: none !important;
}
.breadcrumbs-type-8:not(.home) .cart-design-2 .shop-text,
.breadcrumbs-type-8:not(.home) .cart-design-2 .total {
color: #FFF !important;
}
.breadcrumbs-type-8:not(.home) .cart-design-2 .cart-bag:before {
border-color: #3d3d3d;
}
.breadcrumbs-type-8:not(.home) .cart-design-2 .cart-bag .badge-number {
border-color: #3d3d3d;
color: #fff;
line-height: 16px !important;
padding: 0 5px !important;
min-width: 20px !important;
}
.breadcrumbs-type-8:not(.home) .cart-design-2 .cart-bag .badge-number:before {
-webkit-box-shadow: inset 0 0 0 35px #3d3d3d;
box-shadow: inset 0 0 0 35px #3d3d3d;
}
.breadcrumbs-type-8:not(.home) .cart-design-2 .cart-bag .badge-number:after {
background-color: #3d3d3d;
border-left: 2px solid #3d3d3d;
border-right: 2px solid #3d3d3d;
}
.breadcrumbs-type-8:not(.home) .cart-design-2 .cart-bag .badge-number:hover {
color: #3d3d3d;
}
.breadcrumbs-type-8:not(.home) .cart-design-2 .cart-bag .badge-number:hover:before {
-webkit-box-shadow: inset 0 0 0 1px #3d3d3d;
box-shadow: inset 0 0 0 1px #3d3d3d;
}
.breadcrumbs-type-8:not(.home) .cart-design-2 .shop-text {
margin-top: 5px;
}
.home .header-type-9 .header .header-logo,
.home .header-type-9 .header .menu-wrapper {
width: auto !important;
}
.home .header-type-9 .header .container {
padding-left: 15px;
padding-right: 15px;
}
.header-vertical-enable .header-vertical .languages-area {
display: none;
}
.header-type-10 .header .header-search .popup-with-form,
.header-type-14 .header .header-search .popup-with-form {
font-size: 16px;
display: block;
}
.header-type-13 .header-content,
.header-type-16 .header-content {
padding: 0;
}
.header-type-4 .container .header-logo,
.header-type-11 .container .header-logo {
text-align: center !important;
}
.header-vertical-enable .page-wrapper {
margin-left: 0 !important;
margin-right: 0 !important;
}
.page-wrapper {
background-color: #FFF;
}
.header-wrapper {
position: static !important;
width: 100% !important;
padding-top: 0 !important;
}
.header-wrapper .tbs.blog-description {
display: block;
}
.header-wrapper.header-type-1 .tbs.blog-description,
.header-wrapper.header-type-2 .tbs.blog-description {
display: none;
}
.header-vertical-enable .header-vertical {
position: static !important;
}
.navbar-right span {
display: none;
}
.product-images {
margin-bottom: 40px;
}
.header-logo img {
max-width: 100% !important;
}
.header-logo img.logo-fixed {
display: block !important;
}
.header-logo img.logo-default {
display: none !important;
}
.navbar-header.navbar-right {
position: absolute;
right: 0;
top: 50%;
margin-top: -12px;
width: 33px !important;
display: table-cell !important;
}
.navbar-header.navbar-right .navbar-right {
min-width: 60px;
width: auto !important;
display: table-cell !important;
}
.navbar-header.navbar-right .navbar-right label {
margin-bottom: 0;
cursor: pointer;
display: none;
font-size: 18px;
}
.navbar-header.navbar-right .navbar-right .header-search {
margin-top: 0;
float: left;
display: block;
}
.navbar-header.navbar-right .navbar-right .header-search form {
display: block;
}
.navbar-header.navbar-right .navbar-right .cart-bag {
padding: 0;
top: 1px !important;
display: block !important;
}
.header-vertical-enable .header-vertical .container .navbar-right {
width: auto !important;
}
.header-vertical-enable .header-vertical .container .navbar-right .header-search {
margin-right: 20px;
padding-top: 3px;
}
.header-vertical-enable .header-vertical .container .navbar-right .cart-design-2 .shopping-cart-widget {
margin-right: 0;
}
.header-vertical-enable .header-vertical .container .navbar-right .cart-design-2 .shopping-cart-widget .cart-bag {
margin-right: 0;
}
.header-type-5 .header .shopping-cart-widget .cart-bag {
right: 0px;
}
.header-type-6.slider-overlap .header .navbar-right .header-search {
float: left;
}
.header-type-6.slider-overlap .header .shopping-container.cart-design-1,
.header-type-6.slider-overlap .header .shopping-container.cart-design-2 {
top: 0;
}
.fixNav-enabled .header-wrapper,
.fixNav-enabled .fixed-active .header-wrapper {
position: static !important;
}
.fixNav-enabled .header-wrapper.slider-overlap {
position: absolute;
}
.header-vertical-enable .header-vertical {
width: 100% !important;
height: auto !important;
}
.header-vertical-enable .header-vertical .container .navbar {
padding: 20px 0 !important;
}
.emodal {
width: 70%;
}
.reviews-position-outside .tabs {
width: 100% !important;
padding: 0;
}
.reviews-position-outside #reviews {
width: 100%;
padding: 0;
}
.shop-filters-area {
flex-flow: row wrap;
}
.shop-filters-area .sidebar-widget {
flex: 0 0 48%;
}
.single-product-fixed .product-summary-fixed {
margin-bottom: 30px;
}
.single-product-fixed .product-images {
width: 100%;
margin-bottom: 0;
display: inline-block;
}
.single-product-fixed .product-images .product-images-gallery > div {
width: 50%;
float: left;
padding: 0 15px;
}
.single-product-fixed .product-images .product-images-gallery > div:nth-child(2n+1) {
clear: both;
}
.single-product-fixed .product-images .product-images-gallery > div .product-lightbox-btn {
left: 20px;
bottom: 20px;
}
.single-product-fixed .product-images .type-label-2 {
top: 10px;
left: 40px;
}
.single-product-fixed .fixed-product-block .fixed-content {
display: block;
width: 100%;
}
.single-product-fixed .fixed-product-block table.variations td.value select {
margin-left: auto;
margin-right: auto;
}
.header-vertical-enable .header-vertical .container > div {
display: table;
-webkit-box-shadow: none;
box-shadow: none;
}
.header-vertical-enable .header-vertical .container .navbar-collapse {
width: 100%;
display: block;
}
.header-type-7 .navbar-right .header-search,
.header-type-8 .navbar-right .header-search {
margin-top: 10px;
}
.header-type-7 .navbar-right .header-search .search-dropdown .popup-with-form,
.header-type-8 .navbar-right .header-search .search-dropdown .popup-with-form {
display: block;
font-size: 16px;
}
.header-type-13 .top-content {
height: 0;
padding: 0;
display: block;
border-bottom: none;
}
.header-type-13 .top-content .header-search {
position: absolute;
top: 50%;
margin-top: -10px;
}
.header-type-17 .navbar-header.navbar-right .popup-with-form {
display: block;
}
.header-type-17 .navbar-header.navbar-right .header-search {
margin-left: 0;
}
.header-type-17 .navbar-header.navbar-right .cart-bag {
right: 0;
}
.header-type-17 .navbar-header.navbar-right .shopping-cart-widget {
top: 0 !important;
}
.et-search-trigger input {
position: absolute;
width: 100% !important;
left: -2px !important;
top: 0;
height: 100% !important;
border: 2px solid #fff !important;
font-size: 16px !important;
color: #3d3d3d !important;
opacity: 0;
background-color: #fff !important;
z-index: -1;
cursor: pointer;
-webkit-transition: opacity 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out;
-ms-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}
.et-search-trigger input:focus {
z-index: 99;
opacity: 1;
-webkit-transition: opacity 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out;
-ms-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}
.et-search-trigger button {
display: none !important;
}
.et-search-trigger.search-with-form input {
position: relative;
width: 180px !important;
opacity: 1;
height: 40px !important;
border: 1px solid #e6e6e6 !important;
}
.et-search-trigger.search-with-form input::-webkit-input-placeholder {
color: #737373 !important;
}
.et-search-trigger.search-with-form button {
display: block !important;
}
.header-type-3.slider-overlap .header .shopping-cart-widget .ico-sum {
background-position: -7px -6px !important;
}
.owl-carousel .owl-controls .owl-next:after,
.owl-carousel .owl-controls .owl-prev:after {
top: -20px;
left: -20px;
height: 70px;
}
#customer_login .col-1,
#customer_login .col-2 {
width: 100%;
margin-bottom: 30px;
}
.sidebar {
width: 100%;
display: inline-block;
margin-top: 60px;
}
.sidebar-widget,
.sidebar-slider {
margin-bottom: 40px;
}
.sidebar-widget .product_list_widget li {
padding-right: 30px;
}
.sidebar-widget .product_list_widget li .star-rating {
float: none !important;
}
.sidebar-widget.null-instagram-feed li {
width: 16.6666% !important;
display: inline-block;
padding: 0 0.3571em;
}
.banner.banner-type-6 h1 {
font-size: 32px;
line-height: 32px;
}
.banner.banner-type-6 h3 {
margin-bottom: 5px;
}
.banner.banner-type-6 p {
line-height: 1.5;
}
#etheme-popup {
width: 100% !important;
}
.blog-full-width article {
width: 49%;
}
article.blog-post.col-md-3 .zoom .btn_group,
article.post-grid.col-md-3 .zoom .btn_group {
margin-top: -25px;
}
.fixed-product-block {
height: auto;
display: block;
min-height: 100px;
}
.product-category.columns-5 {
width: 33.33%;
}
footer .container .widget-title,
footer .container .widgettitle,
footer .container .twitter-slider-title {
font-size: 1em;
}
footer .container .widget-container .twitter-list li i {
display: none;
}
.footer .etheme_widget_socials .et-follow-buttons.buttons-size-large a {
width: 28px;
height: 28px;
font-size: 16px;
line-height: 28px;
}
.mobile-sidebar-widget .widget-title {
text-transform: none;
font-size: 16px;
}
.mobile-sidebar-widget.etheme_widget_socials .et-follow-buttons {
text-align: left;
}
.mobile-sidebar-widget.etheme_widget_socials .et-follow-buttons a {
font-size: 22px;
color: #999;
padding: 0 8px;
}
}
@media only screen and (max-width: 768px) {
.top-bar .languages-area {
position: relative;
left: 50%;
height: auto;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.shop-full-width .products-list .product .product-image-wrapper {
left: 0%;
transform: translateX(0%);
}
.vc_separator {
padding: 10px 0;
}
.cart-design-2 .shopping-cart-widget .cart-bag {
margin-left: 0;
}
.banner,
.icon-box {
margin-bottom: 30px !important;
}
.wpb_single_image img {
width: 100%;
margin-top: 10px;
}
.vc_col-xs-12 {
float: none;
display: inline-block;
}
.btn.border-white {
padding: 0 18px !important;
}
.products-tabs .wpb_tabs_nav li {
padding-bottom: 20px;
}
.left-bar .wpb_tabs_nav,
.right-bar .wpb_tabs_nav,
.left-bar .tabs-nav,
.right-bar .tabs-nav {
width: 100%;
}
.products-tabs .wpb_tabs_nav li > a:first-child {
margin-left: 0 !important;
}
.products-tabs .wpb_tabs_nav li > a {
font-size: 16px;
}
.quick-view-popup .doubled-border > .row {
margin: 0;
}
.quick-view-popup .doubled-border .product-images {
padding: 0;
}
.quick-view-popup .doubled-border .product-information {
padding-right: 15px;
}
.quick-view-popup .doubled-border .product-information .cart button[type="submit"] {
margin-left: 20px;
}
.shop-filters-area {
flex-flow: row wrap;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
}
.shop-filters-area .sidebar-widget {
flex: 0 0 100%;
}
.woocommerce table.wishlist_table tbody td.product-price {
max-width: 80px;
}
.woocommerce table.wishlist_table tbody td.product-price .amount {
font-size: 15px;
}
.woocommerce table.wishlist_table tr td.product-remove {
max-width: 40px;
}
.woocommerce table.wishlist_table tr td.product-thumbnail {
padding-right: 0;
padding-left: 0;
}
.woocommerce table.wishlist_table tbody td.product-add-to-cart {
padding-right: 0;
}
.carousel-area .owl-controls .owl-pagination {
display: block !important;
margin-top: 0;
}
.carousel-area .owl-controls .owl-buttons {
display: none;
}
.products-tabs .wpb_tab {
padding: 0 !important;
}
#searchModal input[type="text"] {
width: 90%;
}
.filter-wrap {
text-align: center;
}
.filter-wrap .woocommerce-ordering select {
width: 220px;
margin: 0 auto;
}
.filter-wrap .view-switcher .switchToGrid,
.filter-wrap .view-switcher .switchToList {
display: inline-block;
text-align: center;
float: none;
}
.pagination-cubic {
width: 100%;
text-align: center;
}
.pagination-cubic ul {
width: auto;
}
.product_list_widget li {
border: none !important;
}
.sidebar-widget .product_list_widget li {
padding-right: 30px;
}
.carousel-area .productCarousel {
margin: 0;
}
.products-list .product {
margin-bottom: 50px;
}
.products-list .product .product-details {
width: 100%;
text-align: center !important;
}
.products-list .product .product-image-wrapper {
width: auto;
position: relative;
float: left;
left: 50%;
margin: 0;
margin-bottom: 10px;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.products-list .product .product-details .star-rating {
margin: 0 auto 10px;
}
.products-list .product .product-details .price {
text-align: center;
}
.comment-respond .form-group input {
width: 100% !important;
}
article.content-small .content-article,
article.content-small .wp-picture,
article.content-small .post-gallery-slider {
width: 100%;
margin-right: 0;
}
.project-navigation .next-project .hide-info,
.project-navigation .prev-project .hide-info {
opacity: 0;
}
footer .container .widget-container .twitter-list li i {
position: static;
}
footer .container .widget-container .product_list_widget li {
padding-right: 20px;
}
.ultimate-map-wrapper {
margin-bottom: 30px;
}
.blog-full-width article {
width: 100%;
}
}
.ult-vc-seperator svg {
left: 0;
}
.test .vc-row-translate-wrapper .wpb_column {
position: fixed !important;
top: 50%;
left: 0;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.filter-wrap .woocommerce-result-count,
.filter-wrap .pagination-cubic,
.filter-wrap .woocommerce-ordering,
.filter-wrap .view-switcher {
width: auto;
}
} @media only screen and (max-width: 480px) {
.navbar-right .header-search .search-with-form form {
right: -30px;
width: 280px;
top: 49px;
}
.navbar-right .header-search .search-with-form form input[type="text"] {
width: 160px !important;
}
.navbar-right .header-search .search-with-form form button[type="submit"] {
height: 40px;
}
.navbar-right .header-search .search-with-form form:before {
display: none;
}
.shop-full-width .products-list .product .product-image-wrapper {
left: 50%;
transform: translateX(-50%);
}
.shop-full-width .products-list .product .product-details {
float: left;
width: 100%;
}
.woocommerce-page .woocommerce-message {
text-align: left;
}
.woocommerce-page .main-products-loop .woocommerce-message,
.woocommerce-page .page-content .woocommerce-message {
padding-top: 40px;
}
.woocommerce-page .main-products-loop .woocommerce-message .button,
.woocommerce-page .page-content .woocommerce-message .button {
right: 50% !important;
-webkit-transform: translateX(50%) !important;
-ms-transform: translateX(50%) !important;
transform: translateX(50%) !important;
position: absolute;
top: 5px;
}
#ship-to-different-address-checkbox {
position: relative;
margin-left: 0px;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
padding: 9px 8px;
}
.woocommerce table.wishlist_table .product-thumbnail {
display: none;
}
.woocommerce table.wishlist_table thead th {
padding: 16px 0px;
}
.woocommerce table.wishlist_table tbody td {
padding: 16px 1px;
}
.products-grid .product {
width: 50%;
margin-bottom: 3em;
}
.products-list .product .product-image-wrapper {
width: 100%;
}
.product .product-details .product-title a,
.product .product-details .products-page-cats a {
font-size: 0.9285em;
}
.product-category.columns-5 {
width: 100%;
}
.et-brands-grid .et-brand {
width: 50% !important;
}
.et-brands-grid .et-brand:nth-child(2n+1) {
clear: both;
}
#product-pager .owl-item a {
border: none;
padding: 0;
}
.single-product .tabs {
margin-bottom: 20px;
}
.single-product .product-information {
margin-bottom: 50px;
}
.single-product-fixed .product-images .product-images-gallery > div {
width: 100%;
}
.error404 .page-404 .col-xs-10 {
width: 100%;
}
.type-label-2,
.type-label-1 {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 0.8571em;
}
.vc_call_to_action h2,
.vc_general.vc_cta3.vc_cta3-style-classic h2 {
font-size: 2em;
}
.vc_call_to_action p,
.vc_general.vc_cta3.vc_cta3-style-classic p {
max-width: 100%;
}
.vc_call_to_action,
.vc_general.vc_cta3.vc_cta3-style-classic {
padding: 50px 20px !important;
}
.vc_btn3-container.vc_btn3-right {
text-align: left !important;
margin-top: 10px;
}
.pagination-cubic ul li {
padding: 0 3px 5px;
}
.close-order-li {
top: 12px;
}
.single-product-large .product-information > div {
padding: 12px;
border: 5px solid #f5f5f5;
}
.single-product-large .product-information > div .yith-wcwl-add-to-wishlist,
.single-product-large .product-information > div .email-link,
.single-product-large .product-information > div .sku_wrapper {
text-align: center;
display: inline-block;
width: 100%;
margin-right: 0;
margin-bottom: 10px;
}
.single-product-large .product-information > div .product_meta,
.single-product-large .product-information > div .share-title,
.single-product-large .product-information > div .menu-social-icons {
text-align: center;
width: 100%;
}
.single-product-large .product-information > div .menu-social-icons li {
float: none;
display: inline-block;
}
.emodal.shown {
transform: translateX(-50%);
}
.filter-wrap .woocommerce-result-count,
.filter-wrap .woocommerce-ordering,
.filter-wrap .view-switcher,
.filter-wrap .pagination-cubic {
float: none !important;
}
.woocommerce.widget_product_search .woocommerce-product-search input[type="search"] {
width: 100%;
margin-bottom: 15px;
}
.portfolio-filters li {
margin: 5px;
}
.single-post .share-post,
.single-essential_grid .share-post {
width: 100%;
margin-bottom: 2.142em;
}
.cart-design-2 .shopping-cart-widget {
margin-left: 15px;
}
.wpb_widgetised_column .widget-container.null-instagram-feed .instagram-size-small li {
width: 33.33%;
}
.wpb_widgetised_column .widget-container.null-instagram-feed .instagram-size-thumbnail li {
width: 33.33%;
}
.wpb_widgetised_column .widget-container.null-instagram-feed .instagram-size-large li {
width: 50%;
padding: 0 0.3571em;
}
.wpb_widgetised_column .widget-container.null-instagram-feed .instagram-no-space li {
padding: 0 !important;
margin: 0 !important;
}
.comments-list li .media .pull-left {
margin-bottom: 10px;
}
.comments-list li .media-body {
width: 100%;
}
.products-tabs .tab-title {
margin-right: 15px;
font-size: 14px;
margin-bottom: 0;
}
.vc_row.vc_row-no-padding .wpb_column {
padding-left: 15px;
padding-right: 15px;
}
.title.design-1 h1 {
font-size: 2.1em;
}
.title.design-1 h3 {
font-size: 1em;
}
.title.design-2 h1 {
font-size: 6em;
line-height: 1em;
}
.products-tabs .wpb_tabs_nav li {
padding-bottom: 0 !important;
}
.page-heading {
text-align: center !important;
}
.back-history {
display: none;
}
.contact-form .pull-right {
width: 100%;
text-align: center;
}
.project-navigation {
display: none;
}
.banner,
.icon-box {
margin-bottom: 10px;
}
.banner-type-2:hover .banner-content h3 {
margin-bottom: 0;
}
.banner-type-2:hover .banner-content p {
padding-top: 0;
}
.banner-type-2:hover .banner-content a.btn {
margin-top: 0;
}
.banner.banner-type-6 {
overflow: hidden;
}
.banner.banner-type-6 img {
height: 100%;
width: auto;
max-width: none;
}
.checkout_coupon .form-row {
width: 50%;
}
.checkout_coupon input {
width: 100% !important;
}
.checkout_coupon input[type="text"] {
margin-bottom: 10px;
}
.checkout_coupon input[type="submit"] {
height: 39px;
line-height: 30px;
}
.bag-total-table {
margin-bottom: 50px;
}
.bag-total-table .wc-proceed-to-checkout .checkout-button {
width: 100%;
text-align: center;
height: 45px;
line-height: 45px;
}
.form-row.place-order .form-row.terms label {
width: 75%;
}
.payment_method_paypal label a {
display: none;
}
.ultimate-map-wrapper {
max-height: 200px;
margin-bottom: 30px;
}
.ultimate_google_map {
height: 200px !important;
}
.sidebar-widget.null-instagram-feed li {
width: 33.333% !important;
display: inline-block;
padding: 0 0.3571em;
}
.error404 .page-404 {
margin: 50px 0;
}
.error404 .page-404 .largest {
font-size: 120px;
line-height: 120px;
}
.breadcrumbs-type-8 .header-type-1 + .page-heading.bc-type-8,
.breadcrumbs-type-8 .header-type-2 + .page-heading.bc-type-8,
.breadcrumbs-type-8 .header-type-4 + .page-heading.bc-type-8,
.breadcrumbs-type-8 .header-type-6 + .page-heading.bc-type-8,
.breadcrumbs-type-8 .header-type-13 + .page-heading.bc-type-8,
.breadcrumbs-type-8 .header-type-14 + .page-heading.bc-type-8,
.breadcrumbs-type-8 .header-type-15 + .page-heading.bc-type-8 {
padding: 50px 0;
}
.breadcrumbs-type-8 .page-heading.bc-type-8 {
padding: 80px 0 !important;
}
.breadcrumbs-type-8 .page-heading.bc-type-8 .breadcrumbs,
.breadcrumbs-type-8 .page-heading.bc-type-8 .woocommerce-breadcrumb {
margin-bottom: 20px;
}
.breadcrumbs-type-8 .page-heading.bc-type-8 h1.title {
font-size: 2.5em;
}
article.blog-post .zoom .btn_group,
article.post-grid .zoom .btn_group {
margin-top: -32px;
}
article.blog-post .zoom .btn_group a,
article.post-grid .zoom .btn_group a {
margin: 5px;
}
footer .container .widget-container .twitter-list li {
padding-left: 10px;
list-style: none;
}
footer .container .widget-container .twitter-list li i {
position: static;
}
.template-container .header-logo {
max-width: 150px !important;
}
footer .container {
padding-bottom: 20px;
}
footer .wpb_text_column {
width: 100% !important;
}
footer .widget-container {
margin-bottom: 20px;
}
footer .menu-social-icons {
text-align: center;
}
footer .menu-social-icons li {
float: none;
display: inline-block;
}
footer .menu-social-icons li:first-child {
margin-left: 0;
}
.lost_reset_password .form-row {
width: 100%;
}
#etheme-popup {
padding: 25px 20px;
}
#etheme-popup h1 {
font-size: 24px;
}
#etheme-popup p {
width: 100% !important;
}
#etheme-popup .checkbox-label {
text-align: center;
}
#etheme-popup .checkbox-label input[type="checkbox"] {
float: none;
display: inline-block !important;
}
#etheme-popup .mc4wp-form {
text-align: center;
}
#etheme-popup .mc4wp-form input[type="email"] {
margin-bottom: 10px;
}
.var-8 {
border-width: 5px !important;
}
#searchModal {
padding: 19px;
}
#searchModal input {
margin-right: 0 !important;
}
} #bbpress-forums {
font-size: 1em;
}
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums {
border: none;
font-size: 1em;
}
#bbpress-forums .bbp-forum-title {
padding-left: 0;
}
#bbpress-forums .bbp-forum-title:before {
display: none;
}
#bbpress-forums ul.bbp-forums {
font-size: 1em;
}
#bbpress-forums div.odd,
#bbpress-forums ul.odd {
background-color: transparent;
}
#bbpress-forums .bbp-search-form {
width: 100%;
margin-bottom: 30px;
}
#bbpress-forums .bbp-search-form input[type="text"] {
width: 85% !important;
height: 40px;
}
#bbpress-forums .bbp-search-form input[type="submit"] {
height: 39px;
line-height: 40px;
float: right;
}
#bbpress-forums .bbp-breadcrumb {
display: none;
}
#bbpress-forums li.bbp-header {
border: none;
background-color: transparent;
padding: 0 0 0.7142em 0;
}
#bbpress-forums li.bbp-header .forum-titles li {
color: #3d3d3d;
text-transform: uppercase;
font-weight: 400;
font-size: 1.1428em;
font-family: Georgia, serif;
}
#bbpress-forums li.bbp-footer {
background-color: transparent;
}
#bbpress-forums ul.bbp-forums {
border: none;
}
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
padding: 2.5em 0;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
font-size: 1em;
font-weight: 400;
line-height: 1.7142em;
}
#bbpress-forums .bbp-forum-title {
font-size: 1em;
text-transform: uppercase;
display: block;
margin-bottom: 1.0714em;
font-weight: 400;
}
#bbpress-forums .bbp-forums-list {
margin-left: 0;
margin-top: 0.714285714286em;
}
#bbpress-forums .bbp-forums-list li {
font-size: 0.9285em;
}
#bbpress-forums img.avatar {
margin-bottom: 0 !important;
}
#bbpress-forums .bbp-topics li.bbp-header {
padding: 0.7142em 1.4285em;
}
#bbpress-forums .bbp-topics ul.topic {
padding-left: 1.4285em !important;
padding-right: 1.4285em !important;
}
#bbpress-forums li.bbp-topic-title {
font-size: 1em;
}
#bbpress-forums li.bbp-topic-title a {
text-transform: uppercase;
}
#bbpress-forums li.bbp-topic-title .bbp-author-avatar {
display: none;
}
#bbpress-forums li.bbp-topic-title .bbp-author-name {
font-size: 12px;
}
#bbpress-forums fieldset.bbp-form legend {
border-bottom: none;
width: auto;
}
#bbpress-forums textarea {
height: auto;
border: 1px solid #e6e6e6;
border-top: none;
}
#bbpress-forums input#bbp_topic_subscription {
margin-bottom: 0;
margin-top: 8px;
margin-right: 5px;
}
#bbpress-forums #bbp-search-form p {
margin-bottom: 20px !important;
}
#bbpress-forums #bbp-search-form #bbp_search {
width: 85%;
}
#bbpress-forums #bbp-search-form #bbp_search #bbp_search_submit {
position: static;
font-size: 14px;
text-indent: 0;
float: right;
width: auto;
background: none;
background-color: #262626;
line-height: 38px;
height: 38px;
padding: 0 28px !important;
font-size: 13px;
letter-spacing: 1px;
}
#bbpress-forums div.bbp-template-notice,
#bbpress-forums div.indicator-hint {
background-color: #fafafa;
border: 1px solid #e6e6e6;
padding: 10px;
-webkit-border-radius: 0px;
border-radius: 0px;
}
#bbpress-forums .bbp-replies .bbp-header {
padding-top: 0.7142em;
}
#bbpress-forums .bbp-replies #subscription-toggle {
margin-right: 10px;
background-color: #3d3d3d;
font-size: 0;
}
#bbpress-forums .bbp-replies #subscription-toggle:hover {
background-color: #444;
}
#bbpress-forums .bbp-replies #subscription-toggle span {
font-size: 1em;
}
#bbpress-forums .bbp-replies #favorite-toggle {
margin-right: 1.4285em;
position: relative;
top: 10px;
}
#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header {
clear: none;
border-top: none;
}
#bbpress-forums div.bbp-reply-content {
border: 1px solid #ebebeb;
margin-bottom: 30px;
position: relative;
padding-top: 0;
padding-right: 0;
}
#bbpress-forums div.bbp-reply-content p {
padding: 10px;
}
#bbpress-forums .bbp-replies {
border: none !important;
}
#bbpress-forums .bbp-reply-author img.avatar {
margin-top: 0 !important;
margin-bottom: 10px !important;
}
.bbp-template-notice.info {
border-color: #eee;
border-radius: 0px;
padding: 25px !important;
}
.bbp-template-notice.info p {
margin: 0;
}
.bbp-template-notice.info:before {
display: none;
}
#bbpress-forums div.bbp-template-notice img.avatar {
display: none;
}
.subscription-toggle {
margin-bottom: 20px;
}
.subscription-toggle:before {
content: "\f00c";
font-family: FontAwesome;
margin-right: 5px;
}
.is-subscribed .subscription-toggle:before {
content: "\f00d";
}   .et-follow-buttons a {
display: inline-block;
padding: 0 6px;
text-align: center;
font-size: 16px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.et-follow-buttons.buttons-size-normal a {
font-size: 18px;
padding: 0 7px;
}
.et-follow-buttons.buttons-size-large a {
display: inline-block;
width: 44px;
height: 44px;
color: #999 !important;
margin: 0 4px 8px 4px;
line-height: 45px;
background-color: #f2f2f2;
font-size: 16px;
padding: 0;
}
.et-follow-buttons.buttons-size-large a:hover {
color: #fff!important;
}
.et-follow-buttons a:first-child {
padding-left: 0;
}
.et-follow-buttons a:last-child {
padding-right: 0;
}
.et-follow-buttons.icons-colorfull.buttons-size-large .follow-facebook:hover {
background-color: #3a5795;
}
.et-follow-buttons.icons-colorfull.buttons-size-large .follow-twitter:hover {
background-color: #55ACF2;
}
.et-follow-buttons.icons-colorfull.buttons-size-large .follow-instagram:hover {
background-color: #2d5a82;
}
.et-follow-buttons.icons-colorfull.buttons-size-large .follow-google:hover {
background-color: #dd4c3e;
}
.et-follow-buttons.icons-colorfull.buttons-size-large .follow-pinterest:hover {
background-color: #bd2126;
}
.et-follow-buttons.icons-colorfull.buttons-size-large .follow-linkedin:hover {
background-color: #1898b9;
}
.et-follow-buttons.icons-colorfull.buttons-size-large .follow-tumblr:hover {
background-color: #35465c;
}
.et-follow-buttons.icons-colorfull.buttons-size-large .follow-youtube:hover {
background-color: #e2282e;
}
.et-follow-buttons.icons-colorfull.buttons-size-large .follow-vimeo:hover {
background-color: #2ab8e8;
}
.et-follow-buttons.icons-colorfull.buttons-size-large .follow-rss:hover {
background-color: #f97636;
}
.et-follow-buttons.icons-colorfull.buttons-size-large a:hover {
color: #fff !important;
}
.et-follow-buttons.icons-colorfull.buttons-size-normal .follow-facebook:hover,
.et-follow-buttons.icons-colorfull.buttons-size-small .follow-facebook:hover {
color: #3a5795;
}
.et-follow-buttons.icons-colorfull.buttons-size-normal .follow-twitter:hover,
.et-follow-buttons.icons-colorfull.buttons-size-small .follow-twitter:hover {
color: #55ACF2;
}
.et-follow-buttons.icons-colorfull.buttons-size-normal .follow-instagram:hover,
.et-follow-buttons.icons-colorfull.buttons-size-small .follow-instagram:hover {
color: #2d5a82;
}
.et-follow-buttons.icons-colorfull.buttons-size-normal .follow-google:hover,
.et-follow-buttons.icons-colorfull.buttons-size-small .follow-google:hover {
color: #dd4c3e;
}
.et-follow-buttons.icons-colorfull.buttons-size-normal .follow-pinterest:hover,
.et-follow-buttons.icons-colorfull.buttons-size-small .follow-pinterest:hover {
color: #bd2126;
}
.et-follow-buttons.icons-colorfull.buttons-size-normal .follow-linkedin:hover,
.et-follow-buttons.icons-colorfull.buttons-size-small .follow-linkedin:hover {
color: #1898b9;
}
.et-follow-buttons.icons-colorfull.buttons-size-normal .follow-tumblr:hover,
.et-follow-buttons.icons-colorfull.buttons-size-small .follow-tumblr:hover {
color: #35465c;
}
.et-follow-buttons.icons-colorfull.buttons-size-normal .follow-youtube:hover,
.et-follow-buttons.icons-colorfull.buttons-size-small .follow-youtube:hover {
color: #e2282e;
}
.et-follow-buttons.icons-colorfull.buttons-size-normal .follow-vimeo:hover,
.et-follow-buttons.icons-colorfull.buttons-size-small .follow-vimeo:hover {
color: #2ab8e8;
}
.et-follow-buttons.icons-colorfull.buttons-size-normal .follow-rss:hover,
.et-follow-buttons.icons-colorfull.buttons-size-small .follow-rss:hover {
color: #f97636;
}
.header-wrapper.header-inline .et-follow-buttons a {
padding-right: 0;
}
.header-wrapper.header-inline .et-follow-buttons a i {
color: #fff;
font-size: 16px;
width: 23px;
}
.header-wrapper.header-top-menu .et-follow-buttons {
margin-right: 15px;
padding: 16px 0;
margin-bottom: 0;
top: 0;
position: static;
}
.header-wrapper.header-top-menu .et-follow-buttons li,
.header-wrapper.header-top-menu .et-follow-buttons > a {
float: none;
margin-left: 0;
display: inline-block;
margin-right: 0;
}
.header-wrapper.header-top-menu .menu-social-icons li i,
.header-wrapper.header-top-menu .et-follow-buttons li i,
.header-wrapper.header-top-menu .menu-social-icons > a i,
.header-wrapper.header-top-menu .et-follow-buttons > a i {
color: #fff;
font-size: 16px;
width: 22px;
background-color: transparent !important;
}
.header-wrapper.header-top-menu .menu-social-icons li i:hover,
.header-wrapper.header-top-menu .et-follow-buttons li i:hover,
.header-wrapper.header-top-menu .menu-social-icons > a i:hover,
.header-wrapper.header-top-menu .et-follow-buttons > a i:hover {
opacity: 0.7;
}
.et-follow-buttons a {
color: #a8a8a8;
}
.woocommerce-MyAccount-content {
width: 73%;
float: left;
}
.woocommerce-MyAccount-content .button {
color: #fff;
}
.woocommerce-MyAccount-navigation {
width: 25%;
float: left;
margin-right: 20px;
}
.woocommerce-MyAccount-navigation ul {
padding-left: 0;
}
.woocommerce-MyAccount-navigation ul li {
list-style: none !important;
}
.woocommerce-MyAccount-navigation ul li a {
font-size: 1em;
display: inline;
padding-left: 10px;
color: #575757;
font-weight: 500;
position: relative;
display: inline-block;
padding: 15px 0;
}
.hover-effect-quick-view .show-quickly {
position: absolute;
z-index: 1000;
width: 100%;
height: 100%;
left: 0;
cursor: pointer;
}
@media only screen and (max-width: 992px) {
.sidebar-mobile-top {
float: left;
}
.sidebar-mobile-top > .row {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.sidebar-mobile-top .row .content {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
width: 100%;
}
.sidebar-mobile-top .row .sidebar {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
margin-top: 0;
}
}
.checkbox input[type=checkbox] {
margin-left: 0;
}
#customer_details,
.order-review {
display: inline-block;
width: 100%;
}
#ship-to-different-address label.checkbox span {
display: inline-block;
margin-left: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.price_slider_wrapper .price_label {
display: block;
float: left;
margin-top: 5px;
text-align: left;
}
}
@media only screen and (max-width: 600px) {
.woocommerce-page :not(.woocommerce-orders) .woocommerce-message .button {
display: table-cell;
position: relative;
top: 0;
right: 0;
}
.woocommerce-page :not(.woocommerce-orders) .woocommerce-page .woocommerce-message {
text-align: left;
}
}
@media only screen and (max-width: 380px) {
.etheme_add_to_cart_button,
.product_type_variable {
padding: 9px 8px;
}
.woocommerce-MyAccount-content .woocommerce-MyAccount-orders .button {
padding: 6px 5px;
}
.woocommerce-MyAccount-content .woocommerce-MyAccount-orders thead tr th {
padding: 12px 0px;
}
.woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td {
padding: 14px 5px;
}
}
@media only screen and (max-width: 350px) {
.etheme_add_to_cart_button,
.product_type_variable {
padding: 9px 8px;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
white-space: normal;
}
}
.product .product-image-wrapper .hover-effect-mask .hover-mask {
visibility: hidden;
}
.product .product-image-wrapper .hover-effect-mask:hover .hover-mask {
visibility: visible;
}
@media only screen and (max-width: 992px) {
.template-container {
overflow: hidden;
}
.template-container .mobile-menu-wrapper .menu > li .open-child {
top: 0;
padding-top: 12px;
}
.template-container .mobile-menu-wrapper .menu > li .sub-menu ul .open-child {
top: 0;
padding-top: 10px;
}
}
menu .nav-sublist-dropdown ul > li ul {
left: 100%;
}.logged-in .custom-phone-number{
position: absolute;
top: 6px;
right: 460px;
}
.top-links li.popup_link:before{
display:none;
}
.top-links .etheme-popup.open-click:before {
content: "\f003";
position: relative;
left: -10px;
font-family: FontAwesome;
}
.top-links  a {
text-decoration: none !important;
} .mfp-close:hover {
background-color: #8A8A8A !important;
color: #fff !important;
opacity: 0.8;
}  #etheme-popup .checkbox-label input {
display: none !important;
} button:hover, .button:hover, input[type="button"]:hover, input[type="submit"]:hover, .wishlist_table .add_to_cart.button:hover, .btn-black:hover, .btn.btn-black:hover, .subscription-toggle:hover, button:focus, .button:focus, input[type="button"]:focus, input[type="submit"]:focus, .wishlist_table .add_to_cart.button:focus, .btn-black:focus, .btn.btn-black:focus, .subscription-toggle:focus {
background-color: #8A8A8A;
box-sizing: border-box;
color: #fff;
text-decoration: none;
}
button, .button, input[type="button"], input[type="submit"], .wishlist_table .add_to_cart.button, .btn-black, .btn.btn-black, .subscription-toggle {
background-color: #820000;
border: medium none !important;
border-radius: 0;
color: #fff;
display: inline-block;
font-size: 13px;
font-weight: 400;
padding: 6px 18px;
text-transform: uppercase;
transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
}
.mfp-close {
background-color: #820000 !important;
} .fixNav-enabled .fixed-active .menu-wrapper .menu > li > a::after {
color: #fff !important;
} .cart-design-2 .shopping-cart-widget .cart-bag .badge-number::before {
border-radius: inherit;
box-shadow: 0 0 0 35px #FFFFFF inset;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
transform: scale3d(1, 1, 1);
transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
width: 100%;
z-index: -1;
}
.cart-design-2 .shopping-cart-widget .cart-bag .badge-number {
background-color: #fff;
border: 2px solid #fff;
border-radius: 0;
color: #820000;
display: block;
font-family: "Open Sans",sans-serif;
font-size: 13px;
font-weight: 600;
line-height: 16px;
margin-top: -25px;
min-width: 20px;
padding: 0 5px !important;
position: relative;
right: 0;
transition: color 0.3s ease-in-out 0s;
z-index: 1;
}
.cart-design-2 .shopping-cart-widget .cart-bag .badge-number:hover::before {
display: none;
}
.cart-design-2 .shopping-cart-widget .cart-bag::before {
background-color: transparent;
border: 2px solid #fff;
border-radius: 15px;
content: "";
display: block;
height: 26px;
left: 50%;
position: relative;
top: -8px;
transform: translateX(-50%);
transition: top 0.3s ease-in-out 0s;
width: 14px;
z-index: 1;
} .template-container .header-search .popup-with-form i {
color: #fff!important;
} .navbar-toggle .icon-bar {
background-color: #fff;
} .cart-design-2 .shopping-cart-widget .shop-text .total {
color: #fff;
font-size: 14px;
font-weight: 500;
} .template-container .mobile-menu-wrapper .menu > li .open-child::before {
color: #FFFFFF;
display: block;
font-family: FontAwesome;
font-size: 22px;
}
.template-container .mobile-menu-wrapper .menu > li .sub-menu li a {
color: #fff;
display: block;
font-family: Open Sans;
font-size: 16px !important;
font-weight: 400;
line-height: 1.3 !important;
padding: 10px 40px 10px 0 !important;
width: auto;
}
.template-container .mobile-menu-wrapper .menu > li.over > a {
color: #8A8A8A;
} .header-type-5 .header .menu-wrapper .menu > li > a:hover {
color: #a0a0a0;
} .template-container .mobile-menu-wrapper {
border-bottom: 1px solid #820000 !important;
border-top: 1px solid #820000 !important;
display: none;
max-height: none;
padding-bottom: 30px;
padding-top: 10px;
}
.fixNav-enabled .fixed-active .header-wrapper {
position: fixed !important;
top: -100px;
bottom: auto;
visibility: hidden;
-webkit-transition: top 0.3s ease-in-out;
-moz-transition: top 0.3s ease-in-out;
-ms-transition: top 0.3s ease-in-out;
-o-transition: top 0.3s ease-in-out;
transition: top 0.3s ease-in-out;
border-bottom: 1px solid #820000;
background-color: #fff;
} .header-type-5 .header .header-logo img {
max-width: 170px;
} .btn.filled:hover,
.btn.filled:focus {
background-color: #750000;
border-color: #750000 !important;
color: #fff !important;
text-decoration: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.btn.filled {
color: #fff;
display: inline-block;
-webkit-border-radius: 0;
background-color: #820000;
border-color: #820000;
text-transform: uppercase;
border-radius: 0;
font-size: 13px;
font-weight: 400;
-webkit-font-smoothing: antialiased;
}
.title h1 {
font-family: "Open Sans Condensed";
color: #3d3d3d;
font-size: 3.2em;
letter-spacing: 1px;
}
.icon-box.design-2 .icon i {
background-color: #820000;
border-bottom-left-radius: 100%;
border-bottom-right-radius: 100%;
border-top-left-radius: 100%;
border-top-right-radius: 100%;
color: #fff !important;
font-size: 32px;
height: 70px;
line-height: 41px;
padding-bottom: 15px;
padding-left: 15px;
padding-right: 15px;
padding-top: 15px;
width: 70px;
}
.icon-box.animation-2:hover .icon i {
background-color: #750000 !important;
border-bottom-color: #3d3d3d !important;
border-left-color: #3d3d3d !important;
border-right-color: #3d3d3d !important;
border-top-color: #3d3d3d !important;
}
.title h3 {
font-family: "Open Sans" !important;
}
h3 {
font-family: "Open Sans Condensed" !important;
} .product-category .categories-mask {
background-color: #820000;
padding: 15px;
margin: 0px;
}
.product-category .categories-mask span {
display:none;
}
h4 {
font-family: "Open Sans Condensed" !important;
color: #fff;
} .products-tabs .wpb_tabs_nav li > a:first-child {
text-transform: uppercase;
} .product-categories > li > a {
font-weight: 500;
} .product-categories > li > ul.children li.current-cat > a {
font-weight: 700;	
color: #820000;
} .vc_btn-black, a.vc_btn-black, button.vc_btn-black {
background-color: #820000 !important;
font-family: "Open Sans Condensed" !important;
text-transform: uppercase;
} footer img {
max-width: 175px;
} article.blog-post .meta-post, article.post-grid .meta-post {
display: none;
}
article.blog-post h6.active a, article.post-grid h6.active a {	
display: none;
} .page-heading.bc-type-5, .page-heading.bc-type-6, .page-heading.bc-type-7, .page-heading.bc-type-8 {
padding: 6em 0;
} table.shop_table thead tr th {
font-family: "Open Sans Condensed" !important;
text-transform: uppercase;
}
.languages li, .links li  {
color: #8a8a8a !important;
} @media only screen and (max-width: 767px){
.vc_custom_1432104688478 a{
font-size: 40px;
}}
@media only screen and (max-width: 480px){
.vc_custom_1432104688478 a{
font-size: 30px;
}} .mfp-close {
opacity: 1.0 !important;
}
.mfp-close:hover {
opacity: 1.0 !important;
} .mfp-counter {
font-family: "Open Sans" !important;
font-size: 14px !important;
font-weight: 700 !important;
}
.mfp-arrow:hover {
opacity: 1;
background-color: #820000;
}
.mfp-arrow:before {
content: '\f105';
font-family: FontAwesome;
font-size: 40px;
line-height: 30px;
color: #fff;
display: block;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:before {
content: "\f104";
right: 4px;
position: relative;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:before {
position: relative;
left: 2px;
}
.tab-content h2 {
display: none;
}
.pagination-cubic ul li span.current, .pagination-cubic ul li a:hover {
background-color: #820000 !important;
} .free-delivery {
position: absolute;
top: 6px;
color: #fff;
}
.menu .nav-sublist-dropdown ul > li.current-menu-item > a {
color: #a0a0a0;
} .page-wrapper {
background-color: #FFF;
}
.product .product-image-wrapper.hover-effect-swap .show-image {
left: 0;
}
.quantity {
border: 1px solid #3d3d3d;
}
.menu-social-icons .ico-twitter {
display: block;
width: 28px;
height: 28px;
color: #ffffff;  
}
.menu-social-icons .ico-twitter:hover{
color: #A8A8A8;  
}
.menu-social-icons .ico-facebook {
display: block;
width: 28px;
height: 28px;
color: #ffffff;
}
.menu-social-icons .ico-facebook:hover {
color: #a8a8a8;
}
.menu-social-icons .ico-youtube {
display: block;
width: 28px;
height: 28px;
color: #ffffff;
}
.menu-social-icons .ico-youtube:hover {
color: #a8a8a8;
}
.menu-social-icons .ico-pinterest {
display: block;
width: 28px;
height: 28px;
color: #ffffff;  
}
.menu-social-icons .ico-pinterest:hover{
color: #A8A8A8;  
}
.menu-social-icons .ico-google-plus {
display: block;
width: 28px;
height: 28px;
color: #ffffff; 
}
.menu-social-icons .ico-google-plus:hover {
color: #A8A8A8;  
}
.menu-social-icons .ico-envelope {
display: block;
width: 28px;
height: 28px;
color: #ffffff; 
}
.menu-social-icons .ico-envelope:hover{
color: #A8A8A8;  
}
.menu-social-icons .ico-instagram {
display: block;
width: 28px;
height: 28px;
color: #ffffff; 
}
.menu-social-icons .ico-instagram:hover{
color: #A8A8A8;  
} .nav-sublist-dropdown ul li a:hover {
color: #A0A0A0 !important;
} .comments-list .comment .comment-reply-link  {
display: none;
}
a.comment-reply-login  {
display: none;
} #sagepaydirect-card-type{padding:0 !important;}