@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
.lvca-accordion .lvca-panel-title {
display: block;
cursor: pointer; }
.lvca-accordion .lvca-panel-content {
display: none;
overflow: hidden; }
.lvca-accordion.lvca-style1 .lvca-panel .lvca-panel-title, .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title {
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-accordion.lvca-style1 .lvca-panel .lvca-panel-title:after, .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title:after {
font-family: 'lvca-icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
content: "\e912";
right: 30px;
top: 26px;
font-size: 14px;
line-height: 1;
color: #666;
font-weight: 700;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-accordion.lvca-style1 .lvca-panel.lvca-active .lvca-panel-title:after, .lvca-accordion.lvca-style3 .lvca-panel.lvca-active .lvca-panel-title:after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title {
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title:after {
font-family: 'lvca-icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
right: 30px;
top: 25px;
content: "\e913";
color: #999;
font-size: 18px;
line-height: 1;
-webkit-transition: color .3s ease-in 0s, transform .3s ease-in-out 0s;
-webkit-transition: color .3s ease-in 0s, -webkit-transform .3s ease-in-out 0s;
transition: color .3s ease-in 0s, -webkit-transform .3s ease-in-out 0s;
transition: color .3s ease-in 0s, transform .3s ease-in-out 0s;
transition: color .3s ease-in 0s, transform .3s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.lvca-accordion.lvca-style2 .lvca-panel.lvca-active .lvca-panel-title:after {
-webkit-transform: rotate(90deg);
transform: rotate(90deg); } .lvca-accordion.lvca-style1 .lvca-panel {
margin: 20px 0 0;
background: #eee;
border-radius: 5px;
overflow: hidden; }
.lvca-accordion.lvca-style1 .lvca-panel .lvca-panel-title {
position: relative;
display: block;
padding: 20px 50px 20px 30px;
font-size: 18px;
line-height: 26px;
letter-spacing: 0;
font-weight: bold;
color: #666;
margin: 0; }
.lvca-accordion.lvca-style1 .lvca-panel .lvca-panel-content {
background: #f8f8f8;
padding: 30px 30px; }
.lvca-accordion.lvca-style1 .lvca-panel:hover .lvca-panel-title {
background: #e2e2e2; }
.lvca-accordion.lvca-style1 .lvca-panel.lvca-active .lvca-panel-title {
color: #333;
background: #e2e2e2; }
.lvca-accordion.lvca-style1 .lvca-panel.lvca-active .lvca-panel-title:after {
color: #333; } .lvca-accordion.lvca-style2 .lvca-panel {
margin: 20px 0 0;
color: #333;
-webkit-transition: color .3s;
transition: color .3s;
position: relative; }
.lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title {
position: relative;
display: block;
border-radius: 5px;
border: 1px solid #dcdcdc;
overflow: hidden;
padding: 20px 50px 20px 30px;
font-size: 18px;
line-height: 26px;
letter-spacing: 0;
font-weight: bold;
color: #666;
margin: 0;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
z-index: 1; }
.lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title:before {
position: absolute;
content: "";
left: 0;
bottom: 0;
height: 0;
width: 100%;
background: #4c5053;
-webkit-transition: height 0.3s cubic-bezier(0.77, 0, 0.175, 1);
transition: height 0.3s cubic-bezier(0.77, 0, 0.175, 1);
z-index: -1; }
.lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content {
padding: 20px 30px;
border-color: #dcdcdc;
border-style: solid;
border-width: 0 1px 1px 1px;
border-radius: 0 0 5px 5px; }
.lvca-accordion.lvca-style2 .lvca-panel:hover .lvca-panel-title, .lvca-accordion.lvca-style2 .lvca-panel:hover .lvca-panel-title:after {
color: #fff;
border-color: #333; }
.lvca-accordion.lvca-style2 .lvca-panel:hover .lvca-panel-title:before {
height: 100%; }
.lvca-accordion.lvca-style2 .lvca-panel.lvca-active .lvca-panel-title {
background: #4c5053;
color: #fff;
border-radius: 5px 5px 0 0;
border-color: #333; }
.lvca-accordion.lvca-style2 .lvca-panel.lvca-active .lvca-panel-title:after {
color: #fff; }
.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title {
color: #888;
border-color: #404040; }
.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title:before {
background: #e5e5e5; }
.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel:hover .lvca-panel-title {
color: #333; }
.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel:hover .lvca-panel-title:after {
color: #666; }
.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel.lvca-active .lvca-panel-title {
background: #e5e5e5;
color: #333;
border-color: #e5e5e5; }
.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel.lvca-active .lvca-panel-title:after {
color: #666; }
.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content {
border-color: #404040;
color: #909090; }
.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content h1, .lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content h2, .lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content h3, .lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content h4, .lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content h5, .lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content h6 {
color: #e5e5e5; } .lvca-accordion.lvca-style3 .lvca-panel {
margin: 0;
border-bottom: 1px solid #dcdcdc; }
.lvca-accordion.lvca-style3 .lvca-panel:first-child {
border-top: 1px solid #dcdcdc; }
.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title {
position: relative;
display: block;
padding: 20px 50px 20px 5px;
font-size: 14px;
line-height: 22px;
letter-spacing: 1px;
font-weight: bold;
text-transform: uppercase;
color: #666;
margin: 0; }
.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title:after {
top: 24px; }
.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content {
padding: 10px 50px 30px 5px; }
.lvca-accordion.lvca-style3 .lvca-panel:hover .lvca-panel-title {
color: #333; }
.lvca-accordion.lvca-style3 .lvca-panel.lvca-active .lvca-panel-title {
color: #333; }
.lvca-accordion.lvca-style3 .lvca-panel.lvca-active .lvca-panel-title:after {
color: #333; }
.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel {
border-color: #404040; }
.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title {
color: #b0b0b0; }
.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title:after {
color: #888; }
.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel:hover .lvca-panel-title {
color: #eaeaea; }
.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel:hover .lvca-panel-title:after {
color: #aaa; }
.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel.lvca-active .lvca-panel-title {
color: #eaeaea; }
.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel.lvca-active .lvca-panel-title:after {
color: #aaa; }
.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content {
color: #909090; }
.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h1, .lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h2, .lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h3, .lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h4, .lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h5, .lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h6 {
color: #e5e5e5; }.slick-slider
{
position: relative;
display: block;
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;
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;
margin-left: auto;
margin-right: auto;
}
.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;
}.lvca-carousel .lvca-carousel-item {
position: relative;
}
.lvca-carousel.lvca-container {
max-width: none;
}.lvca-clients {
clear: both;
overflow: hidden;
margin: 0 auto; }
@media (max-width: 479px) {
.lvca-clients .lvca-grid-mobile-1 .lvca-grid-item:nth-child(1n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-1 .lvca-grid-item:nth-child(-n + 1) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-2 .lvca-grid-item:nth-child(2n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-2 .lvca-grid-item:nth-child(-n + 2) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-3 .lvca-grid-item:nth-child(3n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-3 .lvca-grid-item:nth-child(-n + 3) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-4 .lvca-grid-item:nth-child(4n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-4 .lvca-grid-item:nth-child(-n + 4) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-5 .lvca-grid-item:nth-child(5n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-5 .lvca-grid-item:nth-child(-n + 5) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-6 .lvca-grid-item:nth-child(6n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-6 .lvca-grid-item:nth-child(-n + 6) {
border-top: 1px solid #ddd; } }
@media (min-width: 480px) and (max-width: 800px) {
.lvca-clients .lvca-grid-tablet-1 .lvca-grid-item:nth-child(1n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-1 .lvca-grid-item:nth-child(-n + 1) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-2 .lvca-grid-item:nth-child(2n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-2 .lvca-grid-item:nth-child(-n + 2) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-3 .lvca-grid-item:nth-child(3n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-3 .lvca-grid-item:nth-child(-n + 3) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-4 .lvca-grid-item:nth-child(4n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-4 .lvca-grid-item:nth-child(-n + 4) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-5 .lvca-grid-item:nth-child(5n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-5 .lvca-grid-item:nth-child(-n + 5) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-6 .lvca-grid-item:nth-child(6n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-6 .lvca-grid-item:nth-child(-n + 6) {
border-top: 1px solid #ddd; } }
@media only screen and (min-width: 801px) {
.lvca-clients .lvca-grid-desktop-1 .lvca-grid-item:nth-child(1n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-1 .lvca-grid-item:nth-child(-n + 1) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-2 .lvca-grid-item:nth-child(2n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-2 .lvca-grid-item:nth-child(-n + 2) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-3 .lvca-grid-item:nth-child(3n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-3 .lvca-grid-item:nth-child(-n + 3) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-4 .lvca-grid-item:nth-child(4n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-4 .lvca-grid-item:nth-child(-n + 4) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-5 .lvca-grid-item:nth-child(5n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-5 .lvca-grid-item:nth-child(-n + 5) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-6 .lvca-grid-item:nth-child(6n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-6 .lvca-grid-item:nth-child(-n + 6) {
border-top: 1px solid #ddd; } }
.lvca-clients .lvca-client {
position: relative;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
overflow: hidden; }
.lvca-dark-bg .lvca-clients .lvca-client {
border-color: #505050 !important; }
.lvca-clients .lvca-client img {
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
width: 100%;
margin: 0;
display: block; }
.lvca-clients .lvca-client .lvca-client-name {
position: absolute;
z-index: 2;
top: 50%;
text-align: center;
width: 100%;
height: 100%;
margin-top: -12px;
color: #fff;
font-size: 18px;
line-height: 26px;
-webkit-transition: opacity .4s ease-in-out 0s;
transition: opacity .4s ease-in-out 0s;
opacity: 0; }
.lvca-clients .lvca-client .lvca-client-name a {
color: #fff;
text-decoration: none; }
.lvca-clients .lvca-client .lvca-image-overlay {
position: absolute;
left: 0;
top: 0;
overflow: hidden;
width: 100%;
height: 100%;
background: #000;
filter: alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
-webkit-transition: opacity .4s ease-in-out 0s;
transition: opacity .4s ease-in-out 0s; }
.lvca-clients .lvca-client:hover .lvca-image-overlay {
opacity: 0.7; }
.lvca-dark-bg .lvca-clients .lvca-client:hover .lvca-image-overlay {
opacity: 0.8; }
.lvca-clients .lvca-client:hover .lvca-client-name {
opacity: 1; }.lvca-heading {
text-align: center;
margin: 0 auto 60px;
max-width: 640px; }
@media only screen and (max-width: 767px) {
.lvca-heading {
margin-bottom: 40px; } }
.lvca-heading .lvca-text {
font-size: 18px;
line-height: 28px;
margin: 0 auto; }
@media only screen and (max-width: 767px) {
.lvca-heading .lvca-text {
font-size: 15px;
line-height: 26px; } }
.lvca-heading.lvca-alignleft, .lvca-heading.lvca-alignright {
margin: 0; }
.lvca-heading.lvca-alignleft .lvca-text, .lvca-heading.lvca-alignright .lvca-text {
margin: 0; }
.lvca-heading.lvca-alignleft {
text-align: left; }
.lvca-heading.lvca-alignright {
text-align: right; }
.lvca-heading .lvca-title {
font-weight: 700;
font-size: 32px;
line-height: 42px;
margin: 0 auto 20px;
color: #333;
font-weight: bold; }
@media only screen and (max-width: 767px) {
.lvca-heading .lvca-title {
font-size: 24px;
line-height: 32px; } }
.lvca-dark-bg .lvca-heading .lvca-title {
color: #e5e5e5; }
.lvca-dark-bg .lvca-heading .lvca-subtitle {
color: #B0B0B0; }
.lvca-dark-bg .lvca-heading .lvca-text {
color: #909090; }
.lvca-heading.lvca-alignleft .lvca-title, .lvca-heading.lvca-alignright .lvca-title {
margin: 0 0 20px; }
.lvca-heading .lvca-subtitle {
margin: 0 auto 5px;
color: #888;
font-size: 12px;
line-height: 20px;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 2px;
position: relative;
display: inline-block;
padding: 0 10px; }
@media only screen and (max-width: 767px) {
.lvca-heading .lvca-subtitle {
font-size: 11px;
line-height: 18px; } }
.lvca-heading.lvca-alignleft .lvca-subtitle, .lvca-heading.lvca-alignright .lvca-subtitle {
margin: 0 0 5px;
padding: 0; }
.lvca-heading.lvca-alignleft .lvca-subtitle:before, .lvca-heading.lvca-alignleft .lvca-subtitle:after, .lvca-heading.lvca-alignright .lvca-subtitle:before, .lvca-heading.lvca-alignright .lvca-subtitle:after {
display: none; }
.lvca-heading.lvca-style3 {
margin: 0 auto 30px; }
.lvca-heading.lvca-style3 .lvca-title {
font-size: 22px;
line-height: 32px;
text-transform: uppercase;
letter-spacing: 1px; }
.lvca-heading.lvca-style3 .lvca-title:after {
width: 35px;
height: 1px;
background: #aaa;
display: block;
content: ""; }
.lvca-heading.lvca-style3 .lvca-title:after {
margin: 10px auto 20px; }
.lvca-dark-bg .lvca-heading.lvca-style3 .lvca-title:after {
background: #909090; }
@media only screen and (max-width: 767px) {
.lvca-heading.lvca-style3 .lvca-title {
font-size: 16px;
line-height: 24px; } }
.lvca-heading.lvca-style3.lvca-alignleft, .lvca-heading.lvca-style3.lvca-alignright {
margin: 0 0 30px; }
.lvca-heading.lvca-style3.lvca-alignleft .lvca-title:after, .lvca-heading.lvca-style3.lvca-alignright .lvca-title:after {
margin: 10px 0 20px; }.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
position: relative; }
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
position: relative; }
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
visibility: hidden; }
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
text-align: left;
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden; }
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
display: block; }
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
display: block;
-webkit-backface-visibility: hidden; }
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
display: block;
-webkit-transform: translateZ(0); }
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
position: absolute; }
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 2s;
transition: -webkit-transform 2s;
transition: transform 2s;
transition: transform 2s, -webkit-transform 2s; }
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
-webkit-transform: translateY(-100%);
transform: translateY(-100%); }
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
-webkit-transform: translateY(-100%);
transform: translateY(-100%); }
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 2s;
transition: -webkit-transform 2s;
transition: transform 2s;
transition: transform 2s, -webkit-transform 2s;
-webkit-transform: translateY(0);
transform: translateY(0); }
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
font-family: "Helvetica Neue", sans-serif;
line-height: 1.1em; }
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
text-align: center; } .lvca-odometers {
font-size: 0; }
.lvca-odometers .lvca-odometer {
display: inline-block;
vertical-align: top;
text-align: left;
position: relative;
margin-bottom: 50px; }
.lvca-odometers .lvca-odometer:last-child:after {
border: none; }
.lvca-odometers .lvca-odometer .lvca-prefix, .lvca-odometers .lvca-odometer .lvca-suffix {
display: inline;
font-size: 36px;
line-height: 48px;
color: #333;
vertical-align: middle; }
.lvca-odometers .lvca-odometer .lvca-prefix {
margin-right: 5px;
margin-left: 5px; }
.lvca-odometers .lvca-odometer .lvca-suffix {
margin-left: 5px; }
.lvca-odometers .lvca-odometer .lvca-number {
font-size: 60px;
line-height: 72px;
font-style: normal;
text-transform: none;
letter-spacing: 2px;
font-weight: 900;
color: #333;
margin-bottom: 10px; }
.lvca-odometers .lvca-odometer .lvca-number span {
font-size: 60px; }
.lvca-dark-bg .lvca-odometers .lvca-odometer .lvca-number {
color: #e5e5e5; }
.lvca-odometers .lvca-odometer .lvca-stats-title {
font-size: 18px;
line-height: 28px;
display: inline-block;
color: #888; }
.lvca-dark-bg .lvca-odometers .lvca-odometer .lvca-stats-title {
color: #909090; }
.lvca-odometers .lvca-odometer .lvca-stats-title span {
float: left;
margin-right: 15px; }
.lvca-odometers .lvca-odometer .lvca-stats-title .lvca-icon-wrapper {
font-size: 32px;
margin-right: 10px;
vertical-align: middle;
color: #ccc; }
@media only screen and (max-width: 960px) {
.lvca-odometers .lvca-odometer .lvca-number {
font-size: 48px;
line-height: 56px;
margin-bottom: 0; }
.lvca-odometers .lvca-odometer .lvca-number span {
font-size: 48px; }
.lvca-odometers .lvca-odometer .lvca-stats-title {
font-size: 15px;
line-height: 26px; } }
@media only screen and (max-width: 479px) {
.lvca-odometers .lvca-odometer {
text-align: center; } }.lvca-piechart {
position: relative;
text-align: center;
float: left;
overflow: hidden;
float: left;
padding: 10px; }
.lvca-piechart canvas {
position: relative;
top: 0;
left: 0;
max-width: 100%;
margin: 0 auto; }
.lvca-piechart .lvca-label {
text-align: center;
position: absolute;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
top: 55%;
max-width: 65%;
color: #888; }
.lvca-dark-bg .lvca-piechart .lvca-label {
color: #909090; }
.lvca-piechart .lvca-percentage span {
position: absolute;
top: 25%;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
font-size: 60px;
line-height: 60px;
font-weight: 300;
text-align: center;
color: #333;
font-weight: bolder; }
.lvca-dark-bg .lvca-piechart .lvca-percentage span {
color: #e5e5e5; }
.lvca-piechart .lvca-percentage sup {
font-size: 18px;
vertical-align: super; }
.lvca-piechart.dark-bg .lvca-label {
color: #fff; }
.lvca-piechart.dark-bg .lvca-percentage span {
color: #eee; }
@media only screen and (max-width: 479px) {
.lvca-piechart canvas {
margin-bottom: 15px; } }

.lvca-posts-carousel {
clear: both;
max-width: none; }
@media only screen and (min-width: 1024px) {
.lvca-posts-carousel {
max-width: 96%; } }
.lvca-posts-carousel .lvca-posts-carousel-item .hentry {
background: #fff;
border-radius: 6px;
border: none;
padding: 0;
margin: 0;
-webkit-transition: -webkit-box-shadow .25s ease 0s;
transition: -webkit-box-shadow .25s ease 0s;
transition: box-shadow .25s ease 0s;
transition: box-shadow .25s ease 0s, -webkit-box-shadow .25s ease 0s;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
overflow: hidden; }
.lvca-posts-carousel .lvca-posts-carousel-item .hentry:hover {
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image {
position: relative;
overflow: hidden; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .fl-photo-content {
width: 100%; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image img {
width: 100%;
display: block;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s;
max-width: 100%; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image:hover img {
-webkit-filter: brightness(50%);
filter: brightness(50%); }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info {
display: block;
text-align: center; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-entry-info {
text-align: center;
display: block;
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: auto;
max-width: 100%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-post-title {
padding: 10px;
margin: 0;
font-size: 22px;
line-height: 34px;
font-weight: 400;
color: #fff;
opacity: 0;
-webkit-transition: opacity .4s ease-in-out 0s;
transition: opacity .4s ease-in-out 0s; }
@media only screen and (max-width: 1024px) {
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-post-title {
font-size: 18px;
line-height: 26px; } }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-post-title a {
display: inline;
color: #fff;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
border-bottom: 1px solid transparent; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-post-title a:hover {
border-bottom: 2px solid #ccc; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-terms {
display: block;
color: #f9f9f9;
font-size: 14px;
line-height: 22px;
opacity: 0;
-webkit-transition: opacity .4s ease-in-out 0s;
transition: opacity .4s ease-in-out 0s; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-terms a {
color: #ddd;
position: relative;
display: inline;
zoom: 1;
font-size: 14px;
line-height: 22px;
font-style: italic;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-terms a:hover {
color: #fff; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image:hover .lvca-image-info .lvca-post-title, .lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image:hover .lvca-image-info .lvca-terms {
opacity: 1; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap {
text-align: center;
max-width: 650px;
margin: 0 auto;
padding: 25px 15px; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-title {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px;
font-size: 16px;
line-height: 24px;
margin-bottom: 10px; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-title:after, .lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-title:before {
display: none; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-title a {
color: #333333;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-title a:hover {
color: #888; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-entry-meta span {
display: inline-block;
padding: 0;
margin: 0;
font-style: italic;
color: #999; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-entry-meta span a {
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
font-style: normal; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-entry-meta span:after {
content: '//';
padding-left: 6px;
padding-right: 6px; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-entry-meta span:first-child {
border: none;
padding-left: 0; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-entry-meta span:last-child:after {
display: none; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-summary {
padding: 0;
margin: 10px auto 0; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-summary:before {
width: 35px;
height: 1px;
background: #aaa;
display: block;
content: "";
text-align: center;
margin: 0 auto 15px; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-category-list {
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-category-list:after {
width: 35px;
height: 1px;
background: #aaa;
display: block;
content: ""; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-category-list:after {
text-align: center;
margin: 10px auto 10px; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-category-list a {
font-style: italic;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lvca-posts-carousel .lvca-posts-carousel-item .type-post .lvca-entry-text-wrap .entry-summary:before {
display: none; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-read-more {
margin: 25px 0 0 0; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-read-more a:not(.lvca-button) {
color: #333;
font-size: 12px;
line-height: 1;
font-weight: 600;
text-transform: uppercase;
display: block;
padding: 0;
-webkit-transition: color 0.3s ease-in-out 0s;
transition: color 0.3s ease-in-out 0s; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-read-more a:not(.lvca-button):hover {
color: #666; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-read-more a:not(.lvca-button):after {
content: '›';
display: inline-block;
margin-left: 7px; }
.rtl .lvca-posts-carousel .lvca-posts-carousel-item .lvca-read-more a:not(.lvca-button):after {
margin: 0 7px 0 0; }.lvca-pricing-table .lvca-pricing-plan {
float: left;
padding: 10px; }
.lvca-center {
text-align: center; }
.lvca-pricing-table {
padding: 0; }
.lvca-pricing-table .lvca-top-header {
padding: 15px 0;
background-color: #494949;
border-bottom: 1px solid #2c2b2b; }
.lvca-pricing-table .lvca-top-header h3 {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px;
font-size: 20px;
line-height: 32px;
color: #fefefe;
margin: 0; }
.lvca-pricing-table .lvca-top-header img {
margin-top: 15px; }
.lvca-pricing-table .lvca-top-header .lvca-tagline {
display: block;
font-size: 15px;
line-height: 24px;
color: #EDEDED;
text-transform: none;
text-align: center;
margin-bottom: 5px; }
.lvca-pricing-table .lvca-pricing-plan {
background: #fff;
padding: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.1s ease-in-out 0s;
transition: all 0.1s ease-in-out 0s;
margin-bottom: 30px; }
.lvca-pricing-table .lvca-pricing-plan:hover .lvca-purchase {
background: #e5e5e5; }
.lvca-pricing-table .lvca-pricing-plan .lvca-plan-price {
color: #fff;
font-size: 22px;
line-height: 28px;
font-weight: 700;
margin: 0; }
.lvca-pricing-table .lvca-pricing-plan .lvca-plan-price span {
font-size: 22px;
line-height: 32px; }
.lvca-pricing-table .lvca-plan-header {
padding: 30px 0 30px;
background-color: #494949; }
.lvca-pricing-table .lvca-plan-price .lvca-text {
display: inline-block;
padding: 6px 25px;
border-radius: 25px;
background: #2C2B2B; }
.lvca-pricing-table .lvca-plan-price sup {
font-size: 18px;
line-height: 32px;
vertical-align: top;
margin-right: 2px;
position: static; }
.lvca-pricing-table .lvca-plan-details {
padding: 15px 0;
margin: 0;
border: 1px solid #eee; }
.lvca-pricing-table .lvca-plan-details .lvca-pricing-item {
list-style: none;
display: block;
padding: 6px;
margin: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
text-align: center; }
.lvca-pricing-table .lvca-plan-details .lvca-pricing-item i {
color: #777;
font-size: 18px;
display: inline;
margin-right: 8px; }
.lvca-pricing-table .lvca-plan-details .lvca-pricing-item .lvca-title {
color: #838383;
margin-bottom: 10px; }
.lvca-pricing-table .lvca-plan-details .lvca-pricing-item .lvca-value-wrap {
display: block; }
.lvca-pricing-table .lvca-plan-details .lvca-pricing-item .lvca-value-wrap:after {
position: relative;
content: "";
background: #ddd;
width: 120px;
height: 1px;
display: block;
margin: 12px auto 0; }
.lvca-pricing-table .lvca-plan-details .lvca-pricing-item .lvca-value {
color: #444;
font-size: 24px;
line-height: 32px;
display: inline; }
.lvca-pricing-table .lvca-plan-details .lvca-pricing-item s {
color: #b4c9d3; }
.lvca-pricing-table .lvca-plan-details .lvca-pricing-item:last-child .lvca-value-wrap:after {
display: none; }
.lvca-pricing-table .lvca-purchase {
text-align: center;
text-transform: uppercase;
padding: 15px 0;
margin: 0 auto;
background: #f1f1f1;
-webkit-transition: all 0.1s ease-in-out 0s;
transition: all 0.1s ease-in-out 0s;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
border-bottom: 1px solid #eee; }
.lvca-pricing-table .lvca-purchase a {
padding: 12px 25px;
border-radius: 5px;
letter-spacing: 0;
font-size: 16px;
line-height: 24px;
letter-spacing: 6px;
font-weight: bold; }
.lvca-pricing-table .lvca-pricing-plan.lvca-highlight {
background: #f5f5f5;
margin-top: -10px; }
.lvca-pricing-table .lvca-pricing-plan.lvca-highlight .lvca-plan-details {
border-color: #e5e5e5; }
.lvca-pricing-table .lvca-pricing-plan.lvca-highlight .lvca-top-header {
padding: 20px 0; }
.lvca-pricing-table .lvca-pricing-plan.lvca-highlight .lvca-pricing-table .lvca-top-header h3 {
color: #28c2ba !important; }
.lvca-pricing-table .lvca-pricing-plan.lvca-highlight .lvca-purchase {
padding: 20px 0;
background-color: #e5e5e5;
border-color: #ddd; }.lvca-services.lvca-style1 .lvca-service .lvca-icon-wrapper span {
display: block;
text-align: center;
font-size: 96px;
line-height: 1;
margin-bottom: 20px;
-webkit-transition: color .4s ease-in-out 0s;
transition: color .4s ease-in-out 0s; }
.lvca-services.lvca-style1 .lvca-service .lvca-image-wrapper img {
display: block;
max-width: 100%;
text-align: center;
margin: 0 auto 25px;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lvca-services.lvca-style1 .lvca-service .lvca-service-text {
text-align: center;
max-width: 300px;
margin: 0 auto; }
.lvca-services.lvca-style1 .lvca-service .lvca-service-text .lvca-title {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px;
margin-bottom: 20px; }
.lvca-services.lvca-style1 .lvca-service:hover .lvca-image-wrapper img {
-webkit-transform: scale(0.9, 0.9);
transform: scale(0.9, 0.9); } .lvca-services.lvca-style2 .lvca-service .lvca-image-wrapper img, .lvca-services.lvca-style2 .lvca-service .lvca-icon-wrapper span {
float: left;
margin-right: 18px; }
.lvca-services.lvca-style2 .lvca-service .lvca-icon-wrapper span {
font-size: 24px;
line-height: 32px; }
.lvca-services.lvca-style2 .lvca-service .lvca-service-text .lvca-title {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px;
margin-bottom: 20px; } .lvca-services.lvca-style3 .lvca-service .lvca-icon-wrapper span {
display: block;
text-align: left;
font-size: 80px;
line-height: 1;
margin-bottom: 25px;
color: #555; }
.lvca-dark-bg .lvca-services.lvca-style3 .lvca-service .lvca-icon-wrapper span {
color: #c5c5c5; }
.lvca-services.lvca-style3 .lvca-service .lvca-image-wrapper img {
display: block;
max-width: 100%;
text-align: left;
margin-bottom: 25px; }
.lvca-services.lvca-style3 .lvca-service .lvca-service-text {
text-align: left;
max-width: 300px;
margin: 0;
font-size: 14px;
line-height: 32px;
color: #888; }
.lvca-services.lvca-style3 .lvca-service .lvca-service-text ul.lvca-services-list {
padding: 0;
margin: 0;
border: none; }
.lvca-services.lvca-style3 .lvca-service .lvca-service-text ul.lvca-services-list li {
border-bottom: 1px solid #eee;
position: relative;
padding: 0;
margin: 0;
list-style: none;
line-height: 42px; }
.lvca-services.lvca-style3 .lvca-service .lvca-service-text ul.lvca-services-list li:hover {
padding: 0; }
.lvca-dark-bg .lvca-services.lvca-style3 .lvca-service .lvca-service-text ul.lvca-services-list li {
border-color: #333; }
.lvca-services.lvca-style3 .lvca-service .lvca-service-text ul.lvca-services-list li:before {
font-family: 'lvca-icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: relative;
display: inline-block;
height: auto;
width: auto;
background: none;
float: none;
vertical-align: middle;
margin: 0 15px 0 0;
content: "\e913";
color: #BBBBBB;
font-size: 12px;
line-height: 1; }
.lvca-dark-bg .lvca-services.lvca-style3 .lvca-service .lvca-service-text ul.lvca-services-list li:before {
color: #606060; }
.lvca-services.lvca-style3 .lvca-service .lvca-service-text .lvca-title {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px;
margin-bottom: 20px; } .lvca-services.lvca-style4 .lvca-service {
margin-bottom: 60px; }
.lvca-services.lvca-style4 .lvca-service .lvca-image-wrapper img, .lvca-services.lvca-style4 .lvca-service .lvca-icon-wrapper span {
display: block;
margin-bottom: 20px;
text-align: left; }
.lvca-services.lvca-style4 .lvca-service .lvca-icon-wrapper span {
font-size: 36px;
line-height: 1;
color: #888; }
.lvca-services.lvca-style4 .lvca-service .lvca-service-text .lvca-title {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px; } .lvca-services.lvca-style5 .lvca-service {
margin-bottom: 80px; }
@media only screen and (max-width: 767px) {
.lvca-services.lvca-style5 .lvca-service {
margin-bottom: 50px; } }
.lvca-services.lvca-style5 .lvca-service .lvca-icon-wrapper span {
display: block;
text-align: center;
font-size: 48px;
line-height: 1;
margin-bottom: 15px;
color: #999;
-webkit-transition: color .4s ease-in-out 0s;
transition: color .4s ease-in-out 0s; }
.lvca-services.lvca-style5 .lvca-service .lvca-image-wrapper img {
display: block;
max-width: 100%;
text-align: center;
margin: 0 auto 25px;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lvca-services.lvca-style5 .lvca-service .lvca-service-text {
text-align: center;
max-width: 300px;
margin: 0 auto; }
.lvca-services.lvca-style5 .lvca-service .lvca-service-text .lvca-title {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px;
font-size: 16px;
line-height: 26px;
margin-bottom: 10px; }
.lvca-services.lvca-style5 .lvca-service:hover .lvca-image-wrapper img {
-webkit-transform: scale(0.9, 0.9);
transform: scale(0.9, 0.9); } .lvca-services .lvca-service {
margin-bottom: 50px; }
.lvca-services .lvca-service .lvca-icon-wrapper span {
-webkit-transition: color .4s ease-in-out 0s;
transition: color .4s ease-in-out 0s; }
.lvca-services .lvca-service .lvca-service-text {
font-size: 15px;
line-height: 24px; }
.lvca-dark-bg .lvca-services .lvca-service .lvca-service-text {
color: #909090; }
.lvca-dark-bg .lvca-services .lvca-service .lvca-service-text .lvca-title {
color: #e5e5e5; }.lvca-stats-bars .lvca-stats-bar {
width: 100%;
display: block;
margin: 0 0 18px;
overflow: hidden; }
.lvca-stats-bars .lvca-stats-bar .lvca-stats-title {
margin: 0;
display: block;
color: #888;
font-style: normal;
font-size: 15px;
text-transform: none;
color: #333;
font-size: 16px;
line-height: 28px; }
.lvca-stats-bars .lvca-stats-bar .lvca-stats-title span {
margin-left: 5px; }
.lvca-dark-bg .lvca-stats-bars .lvca-stats-bar .lvca-stats-title {
color: #ddd; }
.lvca-stats-bars .lvca-stats-bar .lvca-stats-bar-wrap {
position: relative; }
.lvca-stats-bars .lvca-stats-bar .lvca-stats-bar-content {
background: #e55a54;
display: block;
height: 10px;
width: 0;
position: relative;
z-index: 1;
border-radius: 5px; }
.lvca-stats-bars .lvca-stats-bar .lvca-stats-bar-bg {
width: 100%;
background: rgba(0, 0, 0, 0.1);
height: 10px;
display: block;
margin-top: -10px;
border-radius: 5px; }
.lvca-dark-bg .lvca-stats-bars .lvca-stats-bar .lvca-stats-bar-bg {
background: rgba(255, 255, 255, 0.1); }@-webkit-keyframes lvca-fade {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes lvca-fade {
0% {
opacity: 0; }
100% {
opacity: 1; } } .lvca-tabs {
position: relative;
overflow: hidden; }
.lvca-tabs .lvca-tab-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.lvca-tabs .lvca-tab-nav .lvca-tab {
text-align: center;
-webkit-box-flex: 0;
box-flex: 0;
-moz-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto; }
.lvca-tabs .lvca-tab-nav .lvca-tab a {
display: block;
text-overflow: ellipsis;
white-space: normal;
padding: 20px 40px;
text-decoration: none;
border: none;
margin: 0;
outline: none;
-webkit-transition: color .3s ease-in-out 0s;
transition: color .3s ease-in-out 0s; }
@media only screen and (max-width: 1024px) {
.lvca-tabs .lvca-tab-nav .lvca-tab a {
padding: 20px 25px; } }
.lvca-tabs .lvca-tab-nav .lvca-tab span.lvca-icon-wrapper span {
font-size: 32px;
font-weight: 400;
vertical-align: middle;
margin-right: 10px; }
.lvca-tabs .lvca-tab-nav .lvca-tab span.lvca-image-wrapper img {
max-width: 24px;
display: inline-block;
vertical-align: middle;
height: auto;
width: auto;
padding: 0;
margin: 0 10px 0 0;
border: none; }
.lvca-tabs .lvca-tab-nav .lvca-tab span.lvca-tab-title {
font-size: 14px;
line-height: 1;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px; }
.lvca-tabs .lvca-tab-panes {
position: relative; }
.lvca-tabs .lvca-tab-panes .lvca-tab-pane {
padding: 40px;
display: none;
overflow: hidden; }
.lvca-tabs .lvca-tab-panes .lvca-tab-pane.lvca-active {
display: block;
-webkit-animation: lvca-fade 0.3s ease-in-out;
animation: lvca-fade 0.3s ease-in-out; } .lvca-no-flexbox .lvca-tab-nav {
display: block; }
.lvca-no-flexbox .lvca-tab-nav .lvca-tab {
min-width: 15%;
display: inline-block; } .lvca-tabs.lvca-vertical {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.lvca-tabs.lvca-vertical .lvca-tab-nav {
-webkit-box-flex: 1;
box-flex: 1;
-moz-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-webkit-box-orient: vertical;
box-orient: vertical;
-webkit-box-direction: normal;
box-direction: normal;
-moz-flex-direction: column;
flex-direction: column;
-ms-flex-direction: column;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.lvca-tabs.lvca-vertical .lvca-tab-panes {
-webkit-box-flex: 4;
box-flex: 4;
-moz-flex: 4 1 auto;
-ms-flex: 4 1 auto;
flex: 4 1 auto; }
.lvca-tabs.lvca-vertical.lvca-mobile-layout {
-webkit-box-orient: vertical;
box-orient: vertical;
-webkit-box-direction: normal;
box-direction: normal;
-moz-flex-direction: column;
flex-direction: column;
-ms-flex-direction: column; } .lvca-tab-mobile-menu {
display: none; position: absolute;
top: 23px;
right: 20px;
background: transparent;
border: none;
z-index: 10; }
.lvca-tab-mobile-menu i {
font-size: 18px;
color: #777;
font-weight: bold; }
.lvca-tabs.lvca-mobile-layout .lvca-tab-mobile-menu {
display: block; }
.lvca-tabs.lvca-mobile-layout .lvca-tab-nav {
-webkit-box-orient: vertical;
box-orient: vertical;
-webkit-box-direction: normal;
box-direction: normal;
-moz-flex-direction: column;
flex-direction: column;
-ms-flex-direction: column;
cursor: pointer; }
.lvca-tabs.lvca-mobile-layout .lvca-tab-nav .lvca-tab {
text-align: center;
display: none; }
.lvca-tabs.lvca-mobile-layout .lvca-tab-nav .lvca-tab.lvca-active {
display: block; }
.lvca-tabs.lvca-mobile-layout.lvca-mobile-open { }
.lvca-tabs.lvca-mobile-layout.lvca-mobile-open .lvca-tab-nav .lvca-tab {
display: block; }
.lvca-tabs.lvca-mobile-layout.lvca-mobile-open .lvca-tab-mobile-menu i:before {
content: '\e911'; } .lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab {
border-left: 1px solid #d9d9d9;
border-bottom: 1px solid #e2e2e2;
background: #e9e9e9; }
.lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab:first-child {
border-left-color: transparent;
border-radius: 5px 0 0 0; }
.lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab:last-child {
border-radius: 0 5px 0 0; }
.lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab.lvca-active {
border-bottom: none;
background: #f2f2f2; }
.lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab a {
color: #777; }
.lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab a:focus {
color: #333; }
.lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #333; }
.lvca-tabs.lvca-style1 .lvca-tab-panes {
background: #f2f2f2;
border-radius: 0 4px 4px 4px; }
.lvca-tabs.lvca-style1.lvca-mobile-layout:not(.lvca-mobile-open) .lvca-tab.lvca-active {
background: #eeeeee; }
.lvca-tabs.lvca-style1.lvca-mobile-layout .lvca-tab {
border-left: none;
border-bottom-color: #d9d9d9; }
.lvca-tabs.lvca-style1.lvca-mobile-layout .lvca-tab:first-child {
border-radius: 5px 5px 0 0; }
.lvca-tabs.lvca-style1.lvca-mobile-layout .lvca-tab:last-child {
border-radius: 0; }
.lvca-tabs.lvca-style1.lvca-mobile-layout .lvca-tab-panes {
border-radius: 0; } .lvca-tabs.lvca-style2 .lvca-tab-nav {
background: #f2f2f2;
border-radius: 5px 5px 0 0;
padding: 0 30px; }
.lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab {
padding: 20px 10px;
position: relative; }
.lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab a {
display: inline-block;
padding: 5px 20px;
border-radius: 34px;
color: #666;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab a:focus {
color: #888; }
.lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab.lvca-active:after {
content: '';
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 8px;
margin: 0 auto;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #3c3d41; }
.lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab.lvca-active a {
background: #838d8f;
color: #fff; }
.lvca-tabs.lvca-style2 .lvca-tab-panes {
background: #3c3d41;
border-radius: 0 0 5px 5px; }
.lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane {
color: #838d8f; }
.lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h1, .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h2, .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h3, .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h4, .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h5, .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h6 {
color: #fff; }
.lvca-tabs.lvca-style2.lvca-mobile-layout .lvca-tab-mobile-menu {
top: 27px; }
.lvca-tabs.lvca-style2.lvca-mobile-layout .lvca-tab-nav {
padding: 0; }
.lvca-tabs.lvca-style2.lvca-mobile-layout.lvca-mobile-open .lvca-tab {
border-bottom: 1px solid #e2e2e2; }
.lvca-tabs.lvca-style2.lvca-mobile-layout.lvca-mobile-open .lvca-tab:last-child {
border-bottom: none; }
.lvca-tabs.lvca-style2.lvca-mobile-layout.lvca-mobile-open .lvca-tab.lvca-active:after {
display: none; }
.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab a {
color: #333; }
.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab a:hover, .lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab a:focus {
color: #666; }
.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab.lvca-active a {
background: #aaa;
color: #fff; }
.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab.lvca-active:after {
border-bottom: 8px solid #e7e7e7; }
.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes {
background: #e7e7e7; }
.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane {
color: #666; }
.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h1, .lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h2, .lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h3, .lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h4, .lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h5, .lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h6 {
color: #333333; } .lvca-tabs.lvca-style3 .lvca-tab-nav {
background: #3c3d41;
border-radius: 5px 5px 0 0; }
.lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab {
position: relative;
border-right: 1px solid #4e4f53; }
.lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab a {
padding: 20px 30px;
border-radius: 34px;
color: #8f8e93;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab a:focus {
color: #ccc; }
.lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab.lvca-active:after {
content: '';
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 8px;
margin: 0 auto;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #f2f2f2; }
.lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab span.lvca-icon-wrapper span, .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab span.lvca-image-wrapper img {
margin: 0 auto; }
.lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab span.lvca-tab-title {
display: none; }
.lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #eeeeee; }
.lvca-tabs.lvca-style3 .lvca-tab-panes {
background: #f2f2f2;
border-radius: 0 0 5px 5px; }
.lvca-tabs.lvca-style3.lvca-mobile-layout .lvca-tab-nav {
-webkit-box-orient: horizontal;
box-orient: horizontal;
-webkit-box-direction: normal;
box-direction: normal;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
padding-right: 60px; }
.lvca-tabs.lvca-style3.lvca-mobile-layout.lvca-mobile-open .lvca-tab {
border-bottom: 1px solid #4e4f53; }
.lvca-dark-bg .lvca-tabs.lvca-style3.lvca-mobile-layout.lvca-mobile-open .lvca-tab {
border-bottom-color: #e5e5e5; }
.lvca-tabs.lvca-style3.lvca-mobile-layout.lvca-mobile-open .lvca-tab.lvca-active:after {
display: none; }
.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav {
background: #fff; }
.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab {
border-right: 1px solid #ececec; }
.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab a {
color: #969696; }
.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab a:hover, .lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab a:focus {
color: #666; }
.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #333; }
.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab.lvca-active:after {
border-bottom: 8px solid #e7e7e7; }
.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes {
background: #e7e7e7; }
.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane {
color: #666; }
.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane h1, .lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane h2, .lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane h3, .lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane h4, .lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane h5, .lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane h6 {
color: #333; } .lvca-tabs.lvca-style4 {
background: #f2f2f2;
border-radius: 5px; }
.lvca-tabs.lvca-style4 .lvca-tab-nav {
border-bottom: 1px solid #dddddd;
margin: 0 40px; }
.lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab {
position: relative;
z-index: 1;
margin-right: 20px; }
.lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab:last-child {
margin-right: 0; }
.lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab a {
color: #888;
padding: 30px 20px; }
.lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
background: transparent;
-webkit-transition: background .3s ease-in-out 0s;
transition: background .3s ease-in-out 0s; }
.lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab:hover a {
color: #565656; }
.lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #333; }
.lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab.lvca-active:before {
background: #f94213;
height: 2px; }
.lvca-tabs.lvca-style4 .lvca-tab-pane {
padding: 40px; }
.lvca-tabs.lvca-style4.lvca-mobile-layout .lvca-tab-nav {
cursor: pointer;
padding: 0;
margin: 0;
border: none; }
.lvca-tabs.lvca-style4.lvca-mobile-layout .lvca-tab-nav .lvca-tab {
margin: 0;
border-bottom: 1px solid #e0e0e0; }
.lvca-dark-bg .lvca-tabs.lvca-style4.lvca-mobile-layout .lvca-tab-nav .lvca-tab {
border-left: 1px solid #404040;
border-right: 1px solid #404040;
border-bottom-color: #404040; }
.lvca-dark-bg .lvca-tabs.lvca-style4.lvca-mobile-layout .lvca-tab-nav .lvca-tab:first-child {
border-top: 1px solid #404040; }
.lvca-tabs.lvca-style4.lvca-mobile-layout .lvca-tab-nav .lvca-tab a {
padding: 20px 25px; }
.lvca-tabs.lvca-style4.lvca-mobile-layout .lvca-tab-nav .lvca-tab:before {
display: none; }
.lvca-tabs.lvca-style4.lvca-mobile-layout.lvca-mobile-open .lvca-tab.lvca-active {
border-left: 2px solid #f94213;
border-right: 2px solid #f94213; }
.lvca-dark-bg .lvca-tabs.lvca-style4.lvca-mobile-layout:not(.lvca-mobile-open) .lvca-tab.lvca-active {
border-top: 1px solid #404040; }
.lvca-dark-bg .lvca-tabs.lvca-style4 {
background: transparent; }
.lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-nav {
margin: 0;
border-bottom: 1px solid #2a2a2a; }
.lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab a {
color: #707070; }
.lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab:hover a {
color: #b0b0b0; }
.lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #e5e5e5; }
.lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane {
padding: 40px 0 0;
color: #909090; }
.lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane h1, .lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane h2, .lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane h3, .lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane h4, .lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane h5, .lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane h6 {
color: #e5e5e5; } .lvca-tabs.lvca-style5 .lvca-tab-nav a {
padding: 20px 50px;
color: #777;
position: relative;
z-index: 1; }
.lvca-tabs.lvca-style5 .lvca-tab-nav a:after {
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
background-color: #e9e9e9;
content: '';
-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
-webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
transition: background-color 0.3s, -webkit-transform 0.3s;
transition: transform 0.3s, background-color 0.3s;
transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
-webkit-transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-perspective-origin: 50% 100%;
perspective-origin: 50% 100%; }
.lvca-tabs.lvca-style5 .lvca-tab-nav a:hover, .lvca-tabs.lvca-style5 .lvca-tab-nav a:focus {
color: #333; }
.lvca-tabs.lvca-style5 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #333; }
.lvca-tabs.lvca-style5 .lvca-tab-nav .lvca-tab.lvca-active a:after {
background-color: #f2f2f2;
-webkit-transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
transform: perspective(900px) rotate3d(1, 0, 0, 0deg); }
.lvca-tabs.lvca-style5 .lvca-tab-panes {
background: #f2f2f2; }
.lvca-tabs.lvca-style5.lvca-mobile-layout .lvca-tab-nav .lvca-tab {
background: #f2f2f2;
border-bottom: 1px solid #e5e5e5; }
.lvca-dark-bg .lvca-tabs.lvca-style5 .lvca-tab-nav .lvca-tab a {
color: #b0b0b0; }
.lvca-dark-bg .lvca-tabs.lvca-style5 .lvca-tab-nav .lvca-tab a:hover, .lvca-dark-bg .lvca-tabs.lvca-style5 .lvca-tab-nav .lvca-tab a:focus {
color: #dddddd; }
.lvca-dark-bg .lvca-tabs.lvca-style5 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #333; } .lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab, .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab {
text-align: left; }
.lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab a, .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab a {
padding: 5px 2px;
color: #666;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
border-top: 2px solid transparent;
border-bottom: 2px solid transparent;
display: inline-block; }
.lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab a:focus, .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab a:focus {
color: #333333; }
.lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab.lvca-active a, .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab.lvca-active a {
border-color: #f94213;
color: #333; }
.lvca-tabs.lvca-style6 .lvca-tab-pane, .lvca-tabs.lvca-style7 .lvca-tab-pane {
padding: 40px 0 0; }
.lvca-tabs.lvca-style6 .lvca-tab-nav {
margin: 0 auto;
text-align: left; }
.lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab {
margin-right: 50px; }
.lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab:last-child {
margin-right: 0; }
.lvca-tabs.lvca-style6 .lvca-tab-pane {
padding: 40px 0 0; }
.lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab {
padding: 0 25px 0 0; }
.lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab a {
max-width: none;
margin: 6px 0; }
@media only screen and (max-width: 479px) {
.lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab a {
text-align: center; } }
.lvca-tabs.lvca-style7 .lvca-tab-panes {
-webkit-box-flex: 6;
box-flex: 6;
-moz-flex: 6 1 auto;
-ms-flex: 6 1 auto;
flex: 6 1 auto; }
.lvca-tabs.lvca-style7 .lvca-tab-panes .lvca-tab-pane {
padding: 0 0 0 20px; }
.lvca-tabs.lvca-style6.lvca-mobile-layout .lvca-tab-mobile-menu, .lvca-tabs.lvca-style7.lvca-mobile-layout .lvca-tab-mobile-menu {
top: 22px; }
.lvca-tabs.lvca-style6.lvca-mobile-layout .lvca-tab-nav .lvca-tab, .lvca-tabs.lvca-style7.lvca-mobile-layout .lvca-tab-nav .lvca-tab {
padding: 12px 0;
width: 100%;
text-align: center; }
.lvca-tabs.lvca-style6.lvca-mobile-layout .lvca-tab-nav .lvca-tab a, .lvca-tabs.lvca-style7.lvca-mobile-layout .lvca-tab-nav .lvca-tab a {
margin: 0; }
.lvca-tabs.lvca-style6.lvca-mobile-layout .lvca-tab-pane, .lvca-tabs.lvca-style7.lvca-mobile-layout .lvca-tab-pane {
padding: 30px 0 0; }
.lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab a, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab a {
color: #b0b0b0; }
.lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab:hover a, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab:hover a {
color: #dddddd; }
.lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab.lvca-active a, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #eaeaea; }
.lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane {
color: #909090; }
.lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane h1, .lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane h2, .lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane h3, .lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane h4, .lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane h5, .lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane h6, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane h1, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane h2, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane h3, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane h4, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane h5, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane h6 {
color: #e5e5e5; } .lvca-tabs.lvca-style8 .lvca-tab-nav .lvca-tab {
margin: 2px 0; }
.lvca-tabs.lvca-style8 .lvca-tab-nav .lvca-tab a {
padding: 15px 30px;
border-radius: 4px;
background: #f2f2f2;
color: #777777;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
border-left: 3px solid transparent;
text-align: left; }
.lvca-tabs.lvca-style8 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style8 .lvca-tab-nav .lvca-tab a:focus {
color: #333333; }
.lvca-tabs.lvca-style8 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #333;
border-left-color: #f94213; }
.lvca-tabs.lvca-style8 .lvca-tab-pane {
padding: 0 0 0 40px; }
.lvca-tabs.lvca-style8.lvca-mobile-layout .lvca-tab-mobile-menu {
top: 18px; }
.lvca-tabs.lvca-style8.lvca-mobile-layout .lvca-tab-nav .lvca-tab a {
text-align: left; }
.lvca-tabs.lvca-style8.lvca-mobile-layout:not(.lvca-mobile-open) .lvca-tab.lvca-active a {
border-color: transparent !important; }
.lvca-tabs.lvca-style8.lvca-mobile-layout .lvca-tab-pane {
padding: 30px 0 0; }
.lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane {
color: #909090; }
.lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane h1, .lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane h2, .lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane h3, .lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane h4, .lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane h5, .lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane h6 {
color: #e5e5e5; } .lvca-tabs.lvca-style9 {
background: #f2f2f2;
border-radius: 5px; }
.lvca-tabs.lvca-style9 .lvca-tab-nav {
border-right: 1px solid #dddddd; }
.lvca-tabs.lvca-style9 .lvca-tab-nav .lvca-tab {
border-bottom: 1px solid #d8d8d8;
background: #e9e9e9; }
.lvca-tabs.lvca-style9 .lvca-tab-nav .lvca-tab.lvca-active {
margin-right: -1px;
background: #f2f2f2; }
.lvca-tabs.lvca-style9 .lvca-tab-nav .lvca-tab a {
padding: 20px 30px;
color: #777; }
.lvca-tabs.lvca-style9 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style9 .lvca-tab-nav .lvca-tab a:focus {
color: #333; }
.lvca-tabs.lvca-style9 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #333; }
.lvca-tabs.lvca-style9 .lvca-tab-panes {
-webkit-box-flex: 5;
box-flex: 5;
-moz-flex: 5 1 auto;
-ms-flex: 5 1 auto;
flex: 5 1 auto; }
.lvca-tabs.lvca-style9.lvca-mobile-layout .lvca-tab-nav {
border-right: none; }
.lvca-tabs.lvca-style9.lvca-mobile-layout:not(.lvca-mobile-open) .lvca-tab.lvca-active {
background: #eeeeee;
border: none; } .lvca-tabs.lvca-style10 .lvca-tab-nav {
background: #3c3d41;
border-radius: 5px 0 0 5px; }
.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab {
position: relative;
border-bottom: 1px solid #4e4f53;
padding: 0; }
.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab:last-child {
border-bottom: none; }
.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab a {
padding: 20px;
color: #8f8e93;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab a:focus {
color: #ccc; }
.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab.lvca-active:after {
content: '';
display: block;
position: absolute;
top: 32px;
right: 0;
height: 8px;
margin: 0 auto;
border-top: 8px solid transparent;
border-right: 8px solid #f2f2f2;
border-bottom: 8px solid transparent; }
.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab span.lvca-icon-wrapper span, .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab span.lvca-image-wrapper {
margin: 0 auto; }
.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab span.lvca-tab-title {
display: none; }
.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #fff; }
.lvca-tabs.lvca-style10 .lvca-tab-panes {
background: #f2f2f2;
border-radius: 0 5px 5px 0; }
.lvca-tabs.lvca-style10.lvca-mobile-layout {
-webkit-box-orient: horizontal;
box-orient: horizontal;
-webkit-box-direction: normal;
box-direction: normal;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row; }
.lvca-tabs.lvca-style10.lvca-mobile-layout .lvca-tab-mobile-menu {
display: none; }
.lvca-tabs.lvca-style10.lvca-mobile-layout .lvca-tab-nav .lvca-tab {
display: block; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav {
background: #fff; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab {
border-bottom: 1px solid #ececec; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab:last-child {
border-bottom: none; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab a {
color: #969696; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab a:hover, .lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab a:focus {
color: #666; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #333; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab.lvca-active:after {
border-right: 8px solid #e7e7e7; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes {
background: #e7e7e7; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane {
color: #666; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane h1, .lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane h2, .lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane h3, .lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane h4, .lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane h5, .lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane h6 {
color: #333; }.lvca-team-members .lvca-team-member .lvca-social-list {
margin-top: 20px; }
.lvca-team-members .lvca-team-member .lvca-social-list .lvca-social-list-item {
display: inline;
margin: 0 15px 0 0; }
.lvca-team-members .lvca-team-member .lvca-team-member-details {
font-size: 15px;
line-height: 24px; }
.lvca-team-members .lvca-team-member .lvca-team-member-text .lvca-title {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px; }
.lvca-team-members .lvca-team-member .lvca-team-member-text .lvca-team-member-position {
font-size: 15px;
line-height: 24px;
font-style: italic;
color: #888;
margin-bottom: 10px; } .lvca-team-members.lvca-style1 .lvca-team-member-wrapper {
float: left;
padding: 10px; }
.lvca-team-members.lvca-style1 .lvca-team-member {
max-width: 320px;
margin: 0 auto 40px; }
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper {
text-align: center;
position: relative; }
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper img {
max-width: 100%;
margin: 0 auto 30px;
border-radius: 50%;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper .lvca-social-list {
position: absolute;
height: 100%;
width: 100%;
top: 40%;
z-index: 2; }
@media only screen and (max-width: 767px) {
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper .lvca-social-list {
position: relative;
top: 0; } }
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper .lvca-social-list i {
font-size: 26px;
color: #fff;
opacity: 0;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper .lvca-social-list i:hover {
color: #ccc; }
@media only screen and (max-width: 767px) {
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper .lvca-social-list i {
color: inherit;
opacity: 1; }
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper .lvca-social-list i:hover {
color: inherit; } }
.lvca-team-members.lvca-style1 .lvca-team-member:hover .lvca-image-wrapper img {
-webkit-filter: brightness(50%);
filter: brightness(50%); }
@media only screen and (max-width: 767px) {
.lvca-team-members.lvca-style1 .lvca-team-member:hover .lvca-image-wrapper img {
-webkit-filter: brightness(80%);
filter: brightness(80%); } }
.lvca-team-members.lvca-style1 .lvca-team-member:hover .lvca-image-wrapper .lvca-social-list i {
opacity: 1; }
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-team-member-text {
text-align: center;
max-width: 650px; }
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-team-member-text .lvca-title {
margin-bottom: 10px; }
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-social-list {
margin: 10px auto; } .lvca-team-members.lvca-style2 {
position: relative;
max-width: 960px; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper {
clear: both;
margin-top: 100px; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper:first-child {
margin-top: 0; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper .lvca-image-wrapper {
float: left;
position: relative; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper .lvca-image-wrapper img {
max-width: 320px;
border-radius: 50%;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper .lvca-team-member-text {
margin: 10px 0 0;
vertical-align: middle;
padding-top: 20px; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper .lvca-team-member-text .lvca-title {
margin-bottom: 5px; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper .lvca-team-member-text .lvca-team-member-details {
margin: 10px 0 10px; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper .lvca-team-member-text .lvca-social-list i {
font-size: 24px; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper:hover .lvca-image-wrapper img {
-webkit-filter: brightness(80%);
filter: brightness(80%); }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper:nth-child(odd) .lvca-image-wrapper {
margin-right: 50px; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper:nth-child(even) .lvca-image-wrapper {
float: right;
margin-left: 50px; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper:nth-child(even) .lvca-team-member-text .lvca-title, .lvca-team-members.lvca-style2 .lvca-team-member-wrapper:nth-child(even) .lvca-team-member-text .lvca-team-member-position, .lvca-team-members.lvca-style2 .lvca-team-member-wrapper:nth-child(even) .lvca-team-member-text .lvca-team-member-details, .lvca-team-members.lvca-style2 .lvca-team-member-wrapper:nth-child(even) .lvca-team-member-text .lvca-social-list {
text-align: right; }
@media only screen and (max-width: 767px) {
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper {
margin-top: 75px; }
.lvca-team-members.lvca-style2 .lvca-team-member .lvca-image-wrapper, .lvca-team-members.lvca-style2 .lvca-team-member .lvca-team-member-text {
width: 100%;
float: none; }
.lvca-team-members.lvca-style2 .lvca-team-member .lvca-image-wrapper {
text-align: center; }
.lvca-team-members.lvca-style2 .lvca-team-member .lvca-image-wrapper img {
margin: 0 auto 20px; }
.lvca-team-members.lvca-style2 .lvca-team-member .lvca-team-member-text {
max-width: 400px;
margin: 0 auto;
padding-top: 0; }
.lvca-team-members.lvca-style2 .lvca-team-member .lvca-team-member-text .lvca-title, .lvca-team-members.lvca-style2 .lvca-team-member .lvca-team-member-text .lvca-team-member-position, .lvca-team-members.lvca-style2 .lvca-team-member .lvca-team-member-text .lvca-team-member-details, .lvca-team-members.lvca-style2 .lvca-team-member .lvca-team-member-text .lvca-social-list {
text-align: center !important; } }
.lvca-dark-bg .lvca-team-members .lvca-team-member .lvca-team-member-details {
color: #909090; }
.lvca-dark-bg .lvca-team-members .lvca-team-member .lvca-team-member-text .lvca-title {
color: #e5e5e5; }
.lvca-dark-bg .lvca-team-members .lvca-team-member .lvca-team-member-text .lvca-team-member-position {
color: #505050; }.lvca-testimonials .lvca-testimonial {
margin-bottom: 50px; }
.lvca-testimonials .lvca-testimonial-text {
background: #ffffff;
border: 1px solid #dbdbdb;
border-radius: 30px;
text-align: center;
position: relative;
padding: 20px;
margin-bottom: 40px;
font-style: italic;
font-size: 15px;
line-height: 24px;
color: #888;
text-align: center;
max-width: 450px; }
.lvca-dark-bg .lvca-testimonials .lvca-testimonial-text {
color: #666;
background: #eee; }
.lvca-testimonials .lvca-testimonial-text:after {
content: '';
display: block;
background: #fff;
border-left: 1px solid #dbdbdb;
border-bottom: 1px solid #dbdbdb;
background: #ffffff;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: skew(0deg, -44deg);
width: 24px;
height: 24px;
position: absolute;
bottom: -12px;
left: 40px;
margin: auto; }
.lvca-dark-bg .lvca-testimonials .lvca-testimonial-text:after {
background: #eee; }
.lvca-testimonials .lvca-testimonial-user {
display: table; }
.lvca-testimonials .lvca-testimonial-user .lvca-image-wrapper {
display: table-cell; }
.lvca-testimonials .lvca-testimonial-user .lvca-image-wrapper img {
max-width: 64px;
border-radius: 50%;
margin-right: 20px; }
.lvca-testimonials .lvca-testimonial-user .lvca-text {
display: table-cell;
vertical-align: middle;
color: #888; }
.lvca-dark-bg .lvca-testimonials .lvca-testimonial-user .lvca-text {
color: #909090; }
.lvca-testimonials .lvca-testimonial-user .lvca-text .lvca-author-name {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px;
font-size: 15px;
line-height: 24px;
margin-bottom: 5px;
color: #333; }
.lvca-dark-bg .lvca-testimonials .lvca-testimonial-user .lvca-text .lvca-author-name {
color: #e5e5e5; }.lvca-flex-container a:hover,
.lvca-flex-slider a:hover {
outline: none;
}
.lvca-slides,
.lvca-slides > li,
.lvca-flex-control-nav,
.lvca-flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.lvca-flex-pauseplay span {
text-transform: capitalize;
} .lvca-flexslider {
margin: 0;
padding: 0;
}
.lvca-flexslider .lvca-slides > li {
display: none;
-webkit-backface-visibility: hidden;
}
.lvca-flexslider .lvca-slides img {
width: 100%;
display: block;
}
html[xmlns] .lvca-flexslider .lvca-slides {
display: block;
}
* html .lvca-flexslider .lvca-slides {
height: 1%;
}
.no-js .lvca-flexslider .lvca-slides > li:first-child {
display: block;
} .lvca-flexslider {
margin: 0;
position: relative;
zoom: 1;
}
.lvca-flexslider .lvca-slides {
zoom: 1;
overflow: hidden;
}
.lvca-flexslider .lvca-slides img {
height: auto;
-moz-user-select: none;
}
.lvca-flex-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
transition: all 1s ease;
}
.loading .lvca-flex-viewport {
max-height: 300px;
}
.carousel li {
margin-right: 5px;
}
.lvca-flex-direction-nav {
*height: 0;
}
.lvca-flex-direction-nav a {
text-decoration: none;
display: block;
width: 40px;
height: 40px;
margin: -20px 0 0;
position: absolute;
top: 50%;
z-index: 10;
overflow: hidden;
opacity: 0;
cursor: pointer;
color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
a.lvca-flex-prev { font-size: 40px;  color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.lvca-flex-direction-nav a.lvca-flex-next:before {
content: '\f002';
}
.lvca-flex-direction-nav .lvca-flex-prev {
left: -50px;
}
.lvca-flex-direction-nav .lvca-flex-next {
right: -50px;
text-align: right;
}
.lvca-flex-direction-nav .lvca-flex-disabled {
opacity: 0!important;
filter: alpha(opacity=0);
cursor: default;
z-index: -1;
}
.lvca-flex-pauseplay a {
display: block;
width: 20px;
height: 20px;
position: absolute;
bottom: 5px;
left: 10px;
opacity: 0.8;
z-index: 10;
overflow: hidden;
cursor: pointer;
color: #000;
}
.lvca-flex-pauseplay a:before {
font-family: "flexslider-icon";
font-size: 20px;
display: inline-block;
content: '\f004';
}
.lvca-flex-pauseplay a:hover {
opacity: 1;
}
.lvca-flex-pauseplay a.lvca-flex-play:before {
content: '\f003';
}
.lvca-flex-control-nav {
width: 100%;
position: absolute;
bottom: -40px;
text-align: center;
}
.lvca-flex-control-nav li {
margin: 0 6px;
display: inline-block;
zoom: 1;
*display: inline;
}
.lvca-flex-control-paging li a {
width: 11px;
height: 11px;
display: block;
background: #666;
background: rgba(0, 0, 0, 0.5);
cursor: pointer;
text-indent: -9999px;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
border-radius: 20px;
}
.lvca-flex-control-paging li a:hover {
background: #333;
background: rgba(0, 0, 0, 0.7);
}
.lvca-flex-control-paging li a.lvca-flex-active {
background: #000;
background: rgba(0, 0, 0, 0.9);
cursor: default;
}
.lvca-flex-control-thumbs {
margin: 5px 0 0;
position: static;
overflow: hidden;
}
.lvca-flex-control-thumbs li {
width: 25%;
float: left;
margin: 0;
}
.lvca-flex-control-thumbs img {
width: 100%;
height: auto;
display: block;
opacity: .7;
cursor: pointer;
-moz-user-select: none;
-webkit-transition: all 1s ease;
transition: all 1s ease;
}
.lvca-flex-control-thumbs img:hover {
opacity: 1;
}
.lvca-flex-control-thumbs .lvca-flex-active {
opacity: 1;
cursor: default;
} @media screen and (max-width: 860px) {
.lvca-flex-direction-nav .lvca-flex-prev {
opacity: 1;
left: 10px;
}
.lvca-flex-direction-nav .lvca-flex-next {
opacity: 1;
right: 10px;
}
}.lvca-testimonials-slider {
position: relative; }
.lvca-testimonials-slider.lvca-container {
max-width: 900px;
margin: 0 auto; }
.lvca-testimonials-slider .lvca-testimonial-text {
text-align: center;
max-width: 750px;
margin: 0 auto 40px;
font-size: 18px;
line-height: 32px;
font-style: italic;
color: #666; }
.lvca-dark-bg .lvca-testimonials-slider .lvca-testimonial-text {
color: #ccc; }
.lvca-testimonials-slider .lvca-testimonial-text i {
color: #ccc;
font-size: 32px;
display: block;
margin-bottom: 35px;
background: none;
width: auto;
height: auto; }
.lvca-dark-bg .lvca-testimonials-slider .lvca-testimonial-text i {
color: #ddd; }
.lvca-testimonials-slider .lvca-testimonial-user {
display: table;
margin: 0 auto; }
.lvca-testimonials-slider .lvca-testimonial-user .lvca-image-wrapper {
display: table-cell; }
.lvca-testimonials-slider .lvca-testimonial-user .lvca-image-wrapper img {
max-width: 64px;
border-radius: 50%;
margin-right: 15px; }
.lvca-testimonials-slider .lvca-testimonial-user .lvca-text {
display: table-cell;
vertical-align: middle;
color: #888; }
.lvca-dark-bg .lvca-testimonials-slider .lvca-testimonial-user .lvca-text {
color: #909090; }
.lvca-testimonials-slider .lvca-testimonial-user .lvca-text .lvca-author-name {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px;
font-size: 15px;
line-height: 24px;
margin-bottom: 5px; }
.lvca-dark-bg .lvca-testimonials-slider .lvca-testimonial-user .lvca-text .lvca-author-name {
color: #e5e5e5; }

.lvca-portfolio-wrap {
clear: both;
overflow: hidden; }
.lvca-portfolio-wrap .lvca-portfolio-header {
position: relative;
max-width: 1140px;
margin: 0 auto 30px;
overflow: hidden;
clear: both;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.lvca-portfolio-wrap .lvca-portfolio-header.lvca-no-heading {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
@media only screen and (max-width: 800px) {
.lvca-portfolio-wrap .lvca-portfolio-header {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; } }
.lvca-portfolio-wrap .lvca-heading {
display: inline-block;
text-align: left;
max-width: none;
font-size: 32px;
line-height: 44px;
text-transform: uppercase;
letter-spacing: 1px;
color: #333;
margin: 0 100px 0 0; }
.lvca-dark-bg .lvca-portfolio-wrap .lvca-heading {
color: #e5e5e5; }
@media only screen and (max-width: 800px) {
.lvca-portfolio-wrap .lvca-heading {
margin-bottom: 30px; } }
.lvca-portfolio-wrap .lvca-taxonomy-filter {
display: block;
margin: 0;
padding: 0;
-webkit-align-self: center;
align-self: center;
-ms-flex-item-align: center; }
@media only screen and (max-width: 800px) {
.lvca-portfolio-wrap .lvca-taxonomy-filter {
-webkit-align-self: flex-start;
align-self: flex-start;
-ms-flex-item-align: start; } }
.lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item {
position: relative;
display: inline-block;
margin: 0 0 15px 0;
padding: 0;
font-style: normal;
border-bottom: 1px solid #ddd; }
.lvca-dark-bg .lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item {
border-color: #444; }
.lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item a {
font-size: 15px;
line-height: 24px;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s;
display: block;
color: #777;
padding: 0 15px 15px; }
.lvca-dark-bg .lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item a {
color: #999; }
.lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item a:hover {
color: #222; }
.lvca-dark-bg .lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item a:hover {
color: #fff; }
@media only screen and (max-width: 479px) {
.lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item a {
padding: 0 10px 8px; } }
.lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item.lvca-active a {
color: #222; }
.lvca-dark-bg .lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item.lvca-active a {
color: #fff; }
.lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item.lvca-active:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
border-bottom: 3px solid #f94213;
width: 100%; }
.lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item:last-child {
margin-right: 0; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .hentry {
margin: 0;
padding: 0;
border: none;
background: none;
-webkit-box-shadow: none;
box-shadow: none; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image {
position: relative;
overflow: hidden; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image img {
display: block;
width: 100%;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image:hover img {
-webkit-filter: brightness(50%);
filter: brightness(50%); }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info {
display: block;
text-align: center; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-entry-info {
text-align: center;
display: block;
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: auto;
max-width: 100%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-post-title {
padding: 10px;
margin: 0;
font-size: 18px;
line-height: 28px;
font-weight: 400;
color: #fff;
opacity: 0;
-webkit-transition: opacity .4s ease-in-out 0s;
transition: opacity .4s ease-in-out 0s; }
@media only screen and (max-width: 1024px) {
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-post-title {
font-size: 18px;
line-height: 26px; } }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-post-title a {
display: inline;
color: #fff;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
border-bottom: 1px solid transparent; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-post-title a:hover {
border-bottom: 1px solid #ccc; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-terms {
display: block;
color: #f9f9f9;
font-size: 14px;
line-height: 22px;
opacity: 0;
-webkit-transition: opacity .4s ease-in-out 0s;
transition: opacity .4s ease-in-out 0s; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-terms a {
color: #ddd;
position: relative;
display: inline;
zoom: 1;
font-size: 14px;
line-height: 22px;
font-style: italic;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-terms a:hover {
color: #fff; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image:hover .lvca-image-info .lvca-post-title, .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image:hover .lvca-image-info .lvca-terms {
opacity: 1; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-text-wrap {
text-align: center;
max-width: 650px;
margin: 20px auto 0; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title {
font-size: 18px;
line-height: 26px;
font-weight: normal;
margin-bottom: 10px; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title:after, .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title:before {
display: none; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title a {
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s;
color: #333; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title a:hover {
color: #888; }
.lvca-dark-bg .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title a {
color: #e0e0e0; }
.lvca-dark-bg .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title a:hover {
color: #fff; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-meta span {
display: inline-block;
padding: 0;
margin: 0;
font-style: italic;
color: #999; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-meta span:after {
content: '//';
padding-left: 6px;
padding-right: 6px; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-meta span:first-child {
border: none;
padding-left: 0; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-meta span:last-child:after {
display: none; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-meta span a {
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
font-style: normal; }
.lvca-dark-bg .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-meta span {
color: #707070; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-summary {
margin: 15px auto 0;
padding: 0; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-summary:before {
width: 35px;
height: 1px;
background: #aaa;
display: block;
content: "";
text-align: center;
margin: 0 auto 15px; }
.lvca-dark-bg .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-summary {
color: #999; }
.lvca-dark-bg .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-summary:before {
background: #505050; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-read-more {
margin: 25px 0 0 0; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-read-more a:not(.lvca-button) {
color: #333;
font-size: 12px;
line-height: 1;
font-weight: 600;
text-transform: uppercase;
display: block;
padding: 0;
-webkit-transition: color 0.3s ease-in-out 0s;
transition: color 0.3s ease-in-out 0s; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-read-more a:not(.lvca-button):hover {
color: #666; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-read-more a:not(.lvca-button):after {
content: '›';
display: inline-block;
margin-left: 7px; }
.rtl .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-read-more a:not(.lvca-button):after {
margin: 0 7px 0 0; }.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust:     100%;
}
body {
margin: 0;
}
mark {
background: transparent;
color: #242424;
text-decoration: underline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
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-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
ul li , ol li{
color: #8b8b8a;
font-size: 14px;
font-weight: 400;
line-height: 20px;
}
.jumbotron h1, .jumbotron .h1 {
line-height: 1.2;
}
.entry-content ol li {
color: #8b8b8a;
font-size: 15px;
font-weight: 400;
line-height: 20px;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
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 {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
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-appearance: textfield;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
}
table, th, td {
border: 1px solid #e6e6e6;
} 
td,
th {
padding: 10px 15px !important;
} body,
html,
#page {
height: 100%;
-webkit-font-smoothing: antialiased;
}
section {
position: relative;
}
section.cover {
background-size: cover;
}
img {
max-width: 100%;
}
.mt-full-screen {
width: 100%;
height: 100%;
}
.mt-half-page {
width: 100%;
height: 50%;
}
.mt-uppercase {
text-transform: uppercase;
}
.mt-blue {
background: #00adf1;
}
p.subtitle {
font-size: 20px;
font-weight: 600;
color: rgba(255,255,255,0.7);
}
.top-margin {
padding-top: 60px;
}
.mediu-margin {
padding-top: 25px;
padding-bottom: 25px;
}
p {
font-size: 16px;
line-height: 150%;
font-weight: 300;
color: #606060;
}
.mt-c-white {
color: #FFFFFF;
}
.bottom-background {
background: #FFFFFF url(//alt.retrosammler.de/wp-content/themes/ibid/images/bottom-background.png) repeat-x bottom left;
}
.mt-spacer {
margin-bottom: 50px;
clear: both;
}
.mt-half-spacer {
clear: both;
margin-bottom: 30px;
} .button {
color: #FFF;
font-size: 14px;
font-weight: 400;
display: inline-block;
padding: 10px 20px;
margin: 10px;
}
.button.outline-button {
border: 1px solid #FFFFFF;
}
.button:hover {
text-decoration: none;
color: #FFFFFF;
}
.button.outline-button.mt-blue {
border-color: #00adf1;
color: #FFFFFF;
}
.video-background {
height: 100%;
}
.wpb_button {
border: 1px solid #FFFFFF;
position: relative;
font-size: 14px;
font-weight: 400;
display: inline-block;
padding: 10px 20px;
margin: 10px;
background-color: transparent;
color: #FFFFFF;
text-shadow: none;
}
.wpb_button:hover {
text-decoration: none;
color: #FFFFFF;
background: transparent;
}
.wpb_button:after {
height: 100%;
left: 0;
top: 0;
width: 0;
content: "";
position: absolute;
transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
z-index: -1;
}
.wpb_button:hover:after {
width: 100%;
}
body .vc_btn, 
body a.vc_btn, 
body button.vc_btn {
color: #FFF;
font-size: 14px;
font-weight: 400;
display: inline-block;
padding: 10px 20px;
margin: 10px;
border-radius: 0;
} header.mt-full-screen {
background-size: cover;
}
.mt-fancy-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(//alt.retrosammler.de/wp-content/themes/ibid/images/overlay.png) no-repeat;
background-size: cover;
}
footer .logo a {
display: block;
line-height: 0;
}
footer  .logo a:hover {
color: #ffffff;
}
.top-footer {
background: #2695FF;
padding: 20px;
}
.top-footer div.left {
font-style: normal;
font-weight: 800;
font-size: 18px;
line-height: 40px;
color: #fff;
}
.top-footer .menu-search {
background: #fff;
border: none;
}
.top-footer .menu-search input.search-field {
font-weight: 300;
font-size: 14px;
}
.top-footer .menu-search .btn.btn-primary {
background: #484848;
}
.top-footer .menu-search .btn.btn-primary:hover {
background: #FFF;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.top-footer .menu-search .btn.btn-primary:hover i.fa {
color: #2695FF;
}
.sidebar-social-networks {
margin-left: -10px;
} .navbar-collapse.collapse.vc_col-md-9 {
width: 75%;
}
.navbar-collapse.collapse.in .menu .item {
text-align: left;
width: 100%;
}
.menu .item {
display: inline-block;
}
#navbar .menu-item {
padding: 15px 0px;
}
#navbar .menu-item.menu-category {
padding: 10px 0px;
margin-left: 15px;
}
#navbar .menu-item.black-friday-menu-link {
margin-left: 20px;
}
#navbar .menu-item.black-friday-menu-link > a {
padding: 10px 16px !important;
color: #fff !important;
}
.navbar-nav > li > a, 
.menu .item a {
color: #FFF;
font-size: 14px;
font-weight: 500;
padding: 10px 17px !important;
display: block;
line-height: 17px;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-o-transition: all 250ms ease;
}
.navbar-nav > li > a:hover,
.menu .item a:hover {
text-decoration: none;
} .mt-height-centered {
position: absolute;
top: 50%;
left: 0;
-ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
text-align: center;
color: #FFF;
width: 100%;
}
.mt-height-centered .mt-title {
font-size: 46px;
font-weight: 600;
} .section-title {
text-align: center;
text-transform: uppercase;
font-weight: bold;
font-size: 34px;
line-height: 1.2;
margin-bottom: 0;
}
.section-border {
width: 100%;
height: 30px;
background: url(//alt.retrosammler.de/wp-content/themes/ibid/images/section-border.png) no-repeat center center;
margin: 5px 0 10px;
}
header.section-header {
margin-bottom: 50px;
position: relative;
z-index: 10;
}
#dropdown-user-profile ul {
position: absolute;
top: 300%;
left: -70px;
width: 200px;
visibility: hidden;
opacity: 0;
background: #FFF;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
}
#dropdown-user-profile ul li {
display: inline;
}
#dropdown-user-profile ul li a {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
text-decoration: none;
display: block;
padding: 15px !important;
text-align: left;
color: #484848 !important;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
font-weight: 400;
font-size: 14px;
}
#dropdown-user-profile ul li:last-child a {
border-bottom: none;
}
#dropdown-user-profile ul li a:hover {
background: #FFF;
color: #2695FF !important;
}
#dropdown-user-profile ul li a i {
position: relative;
top: 1px;
padding-right: 5px;
}
#dropdown-user-profile {
float: right;
display: inline-block;
position: relative;
cursor: pointer;
list-style: none;
}
#dropdown-user-profile.open ul {
top: 125%;
visibility: visible;
opacity: 1;
}
li.nav-menu-account,
.my-account-navbar a {
color: #FFF;
font-size: 14px;
font-weight: bold;
padding: 15px !important;
display: block;
line-height: 17px;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-o-transition: all 250ms ease;
}
li#nav-menu-register:after {
content: '\f107';
padding-left: 5px;
font-size: 10px;
font-family: 'FontAwesome';
position: relative;
bottom: 1px;
font-weight: 100;
} .portfolio-item .portfolio-triangle {
width: 120px;
height: 120px;
background: transparent;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
margin: 0 auto;
position: relative;
top: 25px;
box-shadow: 0 0 0 6px #FFFFFF, 0 0 0 7px #dadbdb;
overflow: hidden;
}
.portfolio-triangle .content {
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
top: -35px;
position: absolute;
left: -37px;
width: 190px;
height: 190px;
}
.portfolio-hover {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: opacity 0.35s ease-in-out; transition: opacity 0.35s ease-in-out;
}
.portfolio-item .portfolio-triangle:hover .portfolio-hover {
opacity: 1;
}
.portfolio-items .vc_col-md-2:nth-child(7n+5) {
clear: left;
margin-left: 24.9999999%;
}
.portfolio-items .vc_col-md-2:nth-child(7n+1) {
clear: left;
margin-left: 16.6666666%;
}
article.portfolio {
overflow: hidden;
} .block-icon{
height: 130px;
margin-bottom: 25px;
position: relative;
}
.block-container {
text-align: center;
}
.block-triangle {
width: 80px;
height: 80px;
-ms-transform: none;
-webkit-transform: none;
transform: none;
margin: 0 auto;
position: relative;
top: 20px;
box-shadow: none;
border-radius: 50%;
}
.block-title p {
color: #2f383d;
font-size: 16px;
font-weight: 500;
}
.block-content p {
font-size: 15px;
color: #9aa7af;
font-weight: 300;
}
.services2 p {
color: #fff;
}
.services2 .block-triangle , .services2 .block-triangle i {
transition: all 300ms ease;
}
.services2 .block-triangle:hover {
background:transparent;
}
.block-icon i {
color: #FFFFFF;
font-size: 40px;
position: absolute;
left: 50%;
top: 50%;
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
} .left-block-container {
margin-bottom: 20px;
}
.left-block-container .block-title p {
text-transform: uppercase;
}
.left-block-container .block-title {
padding-top: 20px;
}
.left-block-container {
border-bottom: 1px solid #b1b6bb;
}
.left-block-container:last-child {
border-bottom: 0 none;
} .filters {
list-style: none;
text-align: center;
width: 100%;
}
.filters .filter {
display: inline-block;
} .testimonials-container ul {
list-style: none;
padding: 0;
}
.testimonials-container blockquote {
border: 0 none;
text-align: center;
padding: 40px 0 60px 0;
font-size: 26px;
color: rgba(255,255,255,0.5);
position: relative;
}
.testimonials-container blockquote * {
font-size: 26px;
}
.testimonail01-content {
background: #FFFFFF;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.04);
padding: 25px 38px;
border-radius: 30px;
}
.testimonail01-content p {
color: #343E47;
font-weight: normal;
}
.testimonail01-profile-img {
max-width: 91px;
margin: 0 15px 0px 0;
border-radius: 50%;
overflow: hidden;
border: 1px solid rgba(204, 204, 204, .3);
}
.testimonial-info-content {
display: inline-flex;
padding: 30px;
}
.testimonials-container-1 .owl-wrapper-outer {
padding: 20px 0px;
}
.testimonail01-name-position h2.name-test {
font-size: 20px;
color: #484848;
line-height: 20px;
}
.testimonail01-name-position p.position-test {
font-size: 14px;
color: #999999;
}
.testimonail01-content:after {
position: absolute;
top: 122px;
left: 11%;
content: "\f0d7";
color: #fff;
font-family: fontawesome;
font-size: 35px;
transition: all 300ms ease;
} .member-container {
position: relative;
}
.member-content {
position: relative;
z-index: 2;
-webkit-transition: all 0.7s; transition: all 0.7s;
}
.member-container:hover .member-content {
-ms-transform: translateY( -50% ); -webkit-transform: translateY( -50% ); transform: translateY( -50% );
}
.member-header {
border-bottom: 1px solid;
margin-bottom: 40px;
position: relative;
z-index: 2;
}
.member-header:before,
.member-header:after {
content: "";
display: block;
position: absolute;
bottom: -10px;
width: 1px;
height: 10px;
}
.member-header:before {
left: 0;
}
.member-header:after {
right: 0;
}
.member-header p,
.member-footer p {
font-size: 12px;
text-transform: uppercase;
}
.member-header h4,
.member-footer h4 {
font-size: 16px;
text-transform: uppercase;
}
.member-footer .social {
border-top: 1px solid;
margin-top: 20px;
position: relative;
padding-top: 20px;
}
.member-footer .social:before,
.member-footer .social:after {
content: "";
display: block;
position: absolute;
top: -10px;
width: 1px;
height: 10px;
}
.member-footer .social:before {
left: 0;
}
.member-footer .social:after {
right: 0;
}
.member-footer .social ul {
list-style: none;
padding: 0;
margin: 0;
}
.member-footer .social ul li {
display: inline-block;
}
.member-footer {
position: absolute;
bottom: 0;
width: 100%;
z-index: 1;
}
.social ul li i {
font-size: 20px;
color: #bdc0c2;
}
.social ul li a {
display: block;
margin: 0 5px;
}
.member-content img {
width: 100%;
}
.owl-item.open .member01-content {
visibility: visible;
opacity: 1;
top: -120px;
}
.member01-content {
visibility: hidden;
opacity: 0;
position: absolute;
top: -50px;
left: -45px;
width: 250px;
visibility: hidden;
opacity: 0;
background: #FFFFFF;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
}
p.member01_content-desc {
text-align: center;
font-size: 12px;
color: #999999;
}
.member01_social {
text-align: center;
margin-bottom: 20px;
}
.member01-content:after {
position: absolute;
top: 90px;
left: 47%;
content: "\f0d7";
color: #fff;
font-family: fontawesome;
font-size: 35px;
transition: all 300ms ease;
}
.member01_social a {
padding: 0px 10px;
}
.mt_members1 .owl-wrapper-outer {
overflow: visible;
}
.member01-content-inside h3 {
text-align: center;
font-size: 20px;
margin-bottom: 0px;
} .stats-head * {
font-size: 50px;
color: #FFF;
text-align: center;
}
.stats-block .stats-img, .stats-content p {
display: inline-block;
}
.stats-content p {
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 24px;
margin-bottom: 0;
opacity: 1;
text-align: left;
display: inline-block;
}
.stats-block .stats-img {
width: 70px;
height: 70px;
line-height: 1px;
}
.stats-content.percentage {
text-align: left;
padding: 0px 0px 10px;
position: relative;
z-index: 2;
}
.stats-img img {
width: 50px;
}
.stats-heading-img {
text-align: center;
}
.testimonial-img-holder .testimonial-img {
position: absolute;
margin-left: -15px;
margin-top: -10px;
}
span.skill-count {
display: block;
font-weight: bold;
text-align: left;
padding-bottom: 0px;
font-size: 30px;
line-height: 30px;
}
.stats-block.statistics {
position: relative;
text-align: center;
}
.stats-head i{
font-family:'FontAwesome';
padding-right :10px;
}
.timeline .post-cotnent-left {
padding-right: 60px;
}
.timeline .post-cotnent-right {
padding-left: 60px;
}
.timeline{
position: relative;
}
.timeline article {
padding-bottom: 40px;
position: relative;
}
.timeline:before {
content: "";
display: block;
width: 4px;
height: 100%;
position: absolute;
top: 0;
left: 50%;
margin-left: 2px;
background: #00adf1;
}
.timeline article:before {
content: "";
display: block;
position: absolute;
width: 15px;
height: 90px;
background: url(//alt.retrosammler.de/wp-content/themes/ibid/images/timeline-dot.jpg);
left: 50%;
top: 50%;
margin-left: -4px;
margin-top: -45px;
}
.pricing-table ul {
list-style:none;
padding: 0;
margin: 0;
width: 100%;
font-size: 12px;
color: #9aa7af;
text-transform: uppercase;
}
.button.solid-button,
.pricing-table .table-content,
button.vc_btn {
transition: all 300ms;
-webkit-transition: all 300ms;
}
.pricing-table.recomended .table-content,
.pricing-table .table-content:hover {
color: #ffffff;
}
.pricing-table.recomended ul li, .pricing-table .table-content:hover ul li {
border-bottom: 1px solid rgba(243, 243, 243, 0.5);
color: #ffffff;
}
.pricing-table.recomended .button.solid-button,
.pricing-table .table-content:hover .button.solid-button{
background: #ffffff;
}
.pricing-table ul li {
border-bottom: 1px solid rgba(243, 243, 243, 0.5);
font-size: 15px;
font-weight: 300;
padding: 20px 10px;
text-transform: none;
}
.pricing-table .table-content {
background: #FFFFFF;
}
.pricing-table .triangle-container {
height: 65px;
}
.table-content {
padding-top: 60px;
border: 1px solid #dadbdb;
}
.pricing-table .block-triangle .triangle-content {
-ms-transform: rotate(-45deg) translateY(-50%);
-webkit-transform: rotate(-45deg) translateY(-50%);
transform: rotate(-45deg) translateY(-50%);
position: absolute;
top: 50%;
} footer {
background: #2c3e50;
}
.prefooter{
padding: 0;
}
.prefooter .container {
padding-top: 40px;
padding-bottom: 40px;
} footer nav.menu {
background: transparent;
margin: 0;
}
nav ul li {
display: inline-block;
}
nav ul {
list-style: none;
margin: 0;
padding: 0;
}
footer .menu .menu-item a {
color: #606060;
display: block;
font-weight: 400;
letter-spacing: normal;
line-height: 20px;
margin-left: 5px;
margin-right: 5px;
padding: 0;
position: relative;
text-transform: none;
transition: all 300ms ease;
}
footer .menu .menu-item a:hover {
color: #242424;
}
footer .contact-details p {
color: #242424;
font-weight: lighter;
}
footer .menu .menu-item a:after {
content: '/';
display: block;
font-size: 12px;
position: absolute;
top: 0;
right: -10px;
color: rgba(255, 255, 255, 0.8);
}
footer nav ul li:last-child a {
margin-right: 0;
padding-right: 0;
}
p.copyright {
margin: 0;
color: #343E47;
font-weight: normal;
}
footer .theme-author {
text-transform: uppercase;
font-weight: 700;
}
body.single-post {
border: 0 none;
}
.single .markup-image-alignment .article-content p:last-of-type .alignright {
margin-top: 0;
}
.single .markup-image-alignment .article-content p:last-of-type {
clear: both;
} .button[type="submit"] {
border-bottom: 4px solid;
color: rgb(255, 255, 255);
font-style: normal;
font-weight: 500;
margin: 0;
padding: 10px;
} .ketchup-error {
display: none !important;
} .video-bg {
position: absolute;
width: 100%;
height: 100%;
top: 0;
z-index: 1;
} .btn-default:after {
background: #2c3e50;
height: 100%;
left: 0;
top: 0;
width: 0;
content: "";
position: absolute;
transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
z-index: -1;
}
.btn-default:hover:after {
width: 100%;
}
.alert-success {
background-color: #2ecc71;
border-color: #27ae60;
color: #FFFFFF;
}
.alert-info {
background-color: #3498db;
border-color: #2980b9;
color: #FFFFFF;
}
.alert-warning {
background-color: #f39c12;
border-color: #e67e22;
color: #FFFFFF;
}
.alert-danger {
background-color: #f02222;
border-color: #c0392b;
color: #FFFFFF;
}
.progress-bar {
background-color: #2c3e50;
}
.progress-bar-success {
background-color: #2ecc71;
}
.progress-bar-info {
background-color: #3498db;
}
.progress-bar-warning {
background-color: #f39c12;
}
.progress-bar-danger {
background-color: #f02222;
}
.list-group-item.active, 
.list-group-item.active:hover, 
.list-group-item.active:focus {
background-color: #2c3e50;
border-color: #ecf0f1;
}
.list-group-item {
border-color: #ecf0f1;
}
.panel-primary,
.panel-primary > .panel-heading {
border-color: #2c3e50;
}
.panel-primary > .panel-heading {
background-color: #2c3e50;
}
.panel-success > .panel-heading {
background-color: #2ecc71;
color: #FFF;
border-color: #27ae60;
}
.panel-success {
border-color: #27ae60;
}
.panel-info > .panel-heading {
color: #FFF;
background-color: #3498db;  
border-color: #2980b9;
}
.panel-info {
border-color: #2980b9;
}
.panel-warning > .panel-heading {
background-color: #f39c12;
color: #FFF;
border-color: #e67e22;  
}
.panel-warning {
border-color: #e67e22;
}
.panel-danger > .panel-heading {
background-color: #f02222;
border-color: #c0392b;
color: #FFFFFF;
}
.panel-danger {
border-color: #c0392b;
}
.thumbnail {
background: transparent;
padding: 0;
border: 0 none;
}
.btn-primary:hover{
background: rgba(52, 73, 94,1.0);
}
.navbar {
margin-bottom: 0;
}
.vc_container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.vc_container {
width: 750px;
}
}
@media (min-width: 992px) {
.vc_container {
width: 970px;
}
}
@media (min-width: 1200px) {
.vc_container {
width: 1170px;
}
} .aligncenter {
text-align: center;
}
.text-center {
text-align: center;
}
.clearfix {
clear: both;
}
.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 rgba(36, 36, 36, .3);
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,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;
} .vc_container .vc_row:nth-last-of-type(2) {
margin-bottom: 0;
} header#one-page-header {
position: absolute;
z-index: 999;
width: 100%;
top: 0;
background: rgba(0,0,0,0.2);
}
.mt-top-bar > div {
padding: 20px 0;
}
.mt-top-bar h1.logo {
margin: 0;
}
.navbar-header .logo {
margin: 30px 0px;
}
.logo-image {
line-height: 0;
}
h1.logo.logo-h {
height: 36px;
line-height: 36px;
}
.list-view .post-thumbnail {
margin-left: 0;
padding-left: 0;
}
.list-view .post-details {
margin-bottom: 30px;
padding-bottom: 30px;
}
.grid-view.col-md-12.list-view .col-md-8.post-details{
border: 0;
}
.grid-two-columns:nth-child(2n+1) {
clear: left;
}
.grid-three-columns:nth-child(3n+1) {
clear: left;
}
.grid-four-columns:nth-child(4n+1) {
clear: left;
}
.full-width-part {
width: 100%;
} .single .product_meta {
margin-top: 25px;
}
.product-type-auction .price {
display: inline !important;
}
.woocommerce .star-rating span::before{
font-family: "star";
}
.woocommerce div.product .woocommerce-product-rating {
margin-bottom: 25px;
border-bottom: 1px solid #e5e5e5;
padding-bottom: 20px;
}
.yith-wcwl-wishlistexistsbrowse.show a {
line-height: 10px;
}
.yith-wcwl-wishlistaddedbrowse.show a,
.overlay-components .component a,
.overlay-components .component a,
.vc_col-md-3 .overlay-components .component a {
border-radius: 30px;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
color: #484848;
width: 30px;
margin-top: 20px !important; 
}
.woocommerce.single-product .wishlist-container .yith-wcwl-wishlistaddedbrowse.show:before{
display: none;
}
.bottom-components .component a,
.bottom-components .component a,
.vc_col-md-3 .bottom-components .component a {
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
color: #484848;
background: #fff !important;
width: 33px;
height: 33px;
padding: 10px !important; 
}
.overlay-components .component.add-to-cart a, .bottom-components .component.add-to-cart a {
background: #2695FF !important;
color: #fff;
padding-left: 0 !important;
padding-right: 0 !important;
text-align: center;
}
.columns-4 .overlay-components .component a:hover,
.vc_col-md-4 .overlay-components .component a:hover,
.no-sidebar .vc_col-md-3 .overlay-components .component a:hover {
background: #2695FF !important;
color: #fff;
}
.bottom-components .component a:hover,
.bottom-components .component a:hover,
.bottom-components .component a:hover,
.woocommerce-page .overlay-components .component a:hover,
.woocommerce-page .vc_col-md-3 .overlay-components .component a:hover {
background: #2695FF !important;
color: #fff;
}
.vc_col-md-4 .hover-components .component:before,
.no-sidebar .vc_col-md-3 .hover-components .component:before {
font-size: 14px;
width: 30px;
}
.component.quick-view i.fa,
.component.add-to-cart i.fa {
font-size: 11px;
}
.component .yith-wcwl-add-to-wishlist .ajax-loading {
display: none !important;
}
.component.wishlist .yith-wcwl-add-to-wishlist {
margin-top: 0px;
}
.hover-components .component div {
margin-top: 0;
}
.hover-components .component a:hover {
background: none;
}
.overlay-components {
position: absolute;
display: grid;
margin-left: 20px;
z-index: 234;
}
.bottom-components {
position: absolute;
display: flex;
visibility: hidden;
opacity: 0;
}
.woocommerce_categories2 .bottom-components {
visibility: visible;
opacity: 1;
}
.woocommerce_categories2 .overlay-components {
display: none;
}
.hover-components .component {
margin-top: 5px;
min-width: 110px;
display: inline-block;
overflow: hidden;
position: relative;
}
.hover-components .component,
.bottom-components .component{
min-width: 38px;
}
.bottom-components .component {
margin-right: 10px;
z-index: 1000;
}
.hover-components .component::before {
color: #ffffff;
display: block;
font-family: "FontAwesome";
font-size: 12px;
left: 0;
position: absolute;
text-align: center;
line-height: 16px;
top: calc(50% - 8px);
width: 25px;
}
.hover-components .component.quick-view:before{
content: "\f002";
}
.hover-components .component.add-to-cart:before{
content: "\f07a";
}
.hover-components .component.compare:before{
content: "\f0ec";
}
.hover-components .component.wishlist:before{
content: "\f06b";
}
.products li.product:hover .hover-container .thumbnail-overlay {
opacity: 1;
}
.thumbnail-and-details {
border-bottom: 0;
overflow: hidden;
}
.woocommerce_categories2 .thumbnail-and-details {
border-bottom: 0;
overflow: hidden;
width: 35%;
float: left;
}
.woocommerce_categories2 .woocommerce-title-metas {
margin-top: 12px;
width: 60%;
float: right;
}
.woocommerce_categories2 ul.products li.product .price {
color: transparent;
text-align: left;
}
.woocommerce_categories2 .details-container {
border-bottom: none;
padding: 0;
}
.woocommerce_categories2 .info-details {
width: 50%;
float: left;
margin: 10px 0px;
}
.woocommerce_categories2  li.product .onsale {
display: none !important;
}
.woocommerce_categories2 ul.products li.product .archive-product-title {
border: none !important;
padding: 8px 0px !important;
padding-right: 20px;
text-align: left !important;
}
.woocommerce_categories2 .details-container > div.details-item .amount, .woocommerce_categories2 .details-container > div.details-item ins {
font-size: 14px;
line-height: 1.5;
font-weight: bold;
}
.woocommerce_categories2 ul.products li.product .price del {
display: none !important;
}
body .woocommerce_categories2 .category.item{
margin: 0px;
}
.woocommerce_categories2 .category.item,
.woocommerce_expired2 .category.item {
margin: 13px 0px;
padding-left: 0px;
}
.woocommerce_categories2_top .category.item {
margin: 15px 0px;
margin-top: 0 !important;
padding-left: 0px;
}
.woocommerce_categories2 .cat-count,
.woocommerce_expired2 .cat-count,
.woocommerce_categories2_top {
color: #FFFFFF;
font-size: 16px;
line-height: 34px;
}
.woocommerce_categories2 .category-wrapper,
.woocommerce_categories2_top .category-wrapper {
padding: 42% 15px;
text-align: center;
}
.woocommerce_categories2_top .products-wrapper {
box-shadow: none !important;
border: 1px solid #DDDDDD;
}
.woocommerce_categories2_top .overlay-components .component.add-to-cart a,
.woocommerce_categories2_top .overlay-components .component a, 
.woocommerce_categories2_top .overlay-components .component a {
border-radius: 0px !important;
}
.woocommerce_categories2_top .products .component i{
color: #252525 !important;
}
.woocommerce_categories2_top .products_by_categories .details-container {
width: 100%;
}
.woocommerce_expired2 .category-wrapper  {
padding: 38% 15px;
text-align: center;
}
.category-button.boxed a {
border-radius: 0px;
border: none;
color: #252525 !important;
font-weight: bold;
}
.category-button.boxed a:hover {
background: #fff;
color: #252525 !important;
}
.woocommerce_categories2 a.button {
color: #343E47;
}
.woocommerce_categories2 .button-winona:hover {
border-color: #fff;
background-color: transparent;
}
.woocommerce_expiring .columns-3 ul.products li.product {
width: 50%;
}
.woocommerce_expiring .thumbnail-and-details {
width: 50%;
float: left;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.woocommerce_expiring  .products-wrapper {
background: none !important;
box-shadow: none !important;
overflow: visible !important;
}
.woocommerce_expiring .woocommerce-title-metas {
margin:5px 12px;
width: 43%;
float: right;
}
.woocommerce_expiring ul.products li.product .archive-product-title {
border-top: none !important;
padding: 0px 0px 20px!important;
text-align: left !important;
}
.woocommerce_expiring .details-container .details-price-container{
text-align: left;
}
.woocommerce_expiring .products_by_categories .details-container,
.woocommerce_expiring ul.products li.product .archive-product-title{
background: none !important;
}
.woocommerce_expiring .products_by_categories .details-container {
float: unset !important;
padding: 0px;
}
.woocommerce_expiring .countdown_amount {
font-size: 20px;
font-weight: bold;
color: #EA3546;
}
.woocommerce_expiring .woocommerce-title-metas .product-description {
display: block;
}
.woocommerce_expired2 .flip-clock-wrapper ul li a div,
.woocommerce_expiring .flip-clock-wrapper ul li a div {
font-size: 16px !important;
}
.woocommerce_expired2 .countdownv2_holder .countdownv2,
.woocommerce_expiring .countdownv2_holder .countdownv2 {
display: flex;
padding: 0 !important;
}
.woocommerce_expired2 .flip-clock-wrapper ul,
.woocommerce_expiring .flip-clock-wrapper ul {
width: 15px !important;
}
.woocommerce_expired2 .products ul,
.woocommerce_expiring .products ul {
margin: 0px !important;
}
.woocommerce_expired2 .flip-clock-divider .flip-clock-label,
.woocommerce_expiring .flip-clock-divider .flip-clock-label {
top: 3.0em !important;
right: -35px;
font-size: 14px !important;
z-index: 100;
}
.woocommerce_expired2 .flip-clock-divider.minutes .flip-clock-label,
.woocommerce_expiring .flip-clock-divider.minutes .flip-clock-label,
.woocommerce_expired2 .flip-clock-divider.seconds .flip-clock-label,
.woocommerce_expiring .flip-clock-divider.seconds .flip-clock-label {
right: -50px !important;
}
.woocommerce_expired2 .flip-clock-divider.hours .flip-clock-label,
.woocommerce_expiring .flip-clock-divider.hours .flip-clock-label {
right: -55px !important;
}
.woocommerce_expired2 .flip-clock-divider.days .flip-clock-label,
.woocommerce_expiring .flip-clock-divider.days .flip-clock-label {
right: -30px !important;
}
.woocommerce_expired2 .flip-clock-divider,
.woocommerce_expiring .flip-clock-divider{
float: left;
display: inline-block;
position: relative;
width: 25px;
margin-right: 20px;
height: 80px;
border-right: 0.5px solid #D0D0D0;
}
.woocommerce_expired2 .flip-clock-divider:first-child,
.woocommerce_expiring .flip-clock-divider:first-child{
border: none;
width: 0px;
margin: 0px;
}
.woocommerce_expiring .countdownv2_holder {
width: 90%;
background: #FFFFFF;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
padding: 0px 20px !important;
margin-bottom: 30px;
display: block;
}
.woocommerce_expired2 .countdownv2_holder{
display: block;
width: 80%;
background: #FFFFFF;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
padding: 0px 20px !important;
position: absolute;
bottom: 115px;
right: 30px;
}
.woocommerce_expired2 ul.products.columns-3 li.product {
width: 30.75% ;
}
.woocommerce_expired2 .products_by_categories .details-container {
width: 100%;
}
.woocommerce_expired2 .countdown_section {
border-right: 0.5px solid #D0D0D0;
padding: 5px 5px;
}
.woocommerce_expired2 .countdown_section:last-child{
border: none;
}
.woocommerce_expired2 .countdown_show3 .countdown_section {
width: 33.3%;
color: #606060;
font-weight: normal;
}
.woocommerce_expired2 .countdown_row {
padding: 0px;
}
.woocommerce_expired2 .countdown_amount {
font-weight: bold;
font-size: 20px;
line-height: 24px;
color: #EA3546;
} .modeltheme_products_carousel .modeltheme-slider-wrapper {
background: #FFFFFF;
box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.1);
overflow: hidden;
padding: 0px;
}
.modeltheme_products_carousel .modeltheme-thumbnail-and-details {
border-bottom: 0;
overflow: hidden;
}
.modeltheme_products_carousel .modeltheme-title-metas {
padding: 17px 20px;
}
.modeltheme_products_carousel h3.modeltheme-archive-product-title {
text-align: center;
background: #fff;
margin-top: 10px;
}
.modeltheme_products_carousel .modeltheme-archive-product-title a {
align-self: center;
color: #484848;
display: block;
font-size: 19px;
line-height: 22px;
font-weight: bold;
width: 100%;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
}
.modeltheme_products_carousel .modeltheme-title-metas p:first-of-type {
margin-bottom: 0px;
}
.modeltheme_products_carousel .modeltheme-title-metas p {
margin-bottom: 5px;
font-size: 14px;
text-align: center;
}
.modeltheme_products_carousel img {
max-width: 100%;
height: auto;
border: 0;
background: transparent;
padding: 0;
}
.modeltheme_products_carousel img {
display: block;
width: 100%;
}
.modeltheme_products_carousel .modeltheme-button-bid a {
position: relative !important;
color: #fff !important;
display: block;
float: left;
font-size: 14px !important;
line-height: 1 !important;
width: auto !important;
padding: 12px 25px;
margin-left: calc(67% - 100px) !important;
background: red;
border-radius: 30px;
font-weight: 600;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
-ms-transition: all 250ms ease;
margin: 10px 0px 30px;
}
.modeltheme_products_carousel.owl-carousel .owl-wrapper-outer {
padding-bottom: 35px;
}
.modeltheme_products_carousel.owl-carousel{
width: 101% !important;
}
.modeltheme_products_carousel .owl-prev {
float: left;
top: 50%;
left: -30px;
position: absolute;
}
.modeltheme_products_carousel .owl-next {
float: right;
top: 50%;
right: -30px;
position: absolute;
}
.modeltheme_products_carousel .modeltheme-button-bid a:hover{
background-color: #ffffff !important;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.modeltheme_products_carousel.owl-theme .owl-controls .owl-buttons div {
font-size: 35px !important;
background: none !important;
color: blue;
} .woocommerce form.register{
margin:0;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
padding: 12px 25px;
text-transform: uppercase;
font-weight: bold;
}
.category-button a {
color: #FFFFFF !important;
font-weight: 600;
font-size: 14px;
border: 1px solid #fff;
padding: 12px 25px;
border-radius: 30px;
line-height: 1;
text-align: center;
margin: 10px 0px;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
-ms-transition: all 250ms ease;
} .mt-product-search .menu-search {
font-size: 12px;
overflow: hidden;
background: #FFFFFF;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
border-radius: 5px;
}
.mt-product-search .menu-search input.search-field{
padding-right: 0px;
width: 100%;
font-style: normal;
border-left-color: #DDDDDD !important;
border-left-style: solid !important;
border-left-width: 1px !important;
}
.mt-product-search .slider-state-select.select-categories {
padding-left: 0px;
}
.mt-product-search .slider-state-search {
padding-left: 0px;
padding-right: 0px;
}
.mt-product-search .menu-search .form-control {
display: block;
width: 100%;
height: 45px;
border: none !important;
font-style: normal;
}
.mt-product-search .menu-search .form-control:focus{
box-shadow: none;
}
.mt-product-search  .slider-state-submit.submit {
padding: 0px;
}
.mt-product-search .menu-search button.form-control:hover{
background: #252525 !important;
color: #fff;
} .woocommerce_categories.list .woocommerce ul.products li.product a img{
float: left;
width: 14%;
margin-right: 30px;
}
.woocommerce_categories.list .categories_shortcode {
width: 100%;
}
.woocommerce_categories.list .thumbnail-and-details {
overflow: initial;
}
.woocommerce_categories.list .woocommerce-title-metas .product-description {
display: block;
text-align: left;
}
.woocommerce_categories.list .details-container > div.details-item {
text-align: left;
}
.woocommerce_categories.list .woocommerce ul.products li.product .archive-product-title{
text-align: left;
}
.woocommerce_categories.list .overlay-components{
display: none;
}
.woocommerce_categories.list .woocommerce.columns-1 ul.products li.product {
margin: 20px 0px !important;
}
.woocommerce_categories.list .products_by_category.active {
padding: 0px 15px;
}
.woocommerce_categories.list .details-container {
padding-left: 0px;
width: 80%;
display: inline-block;
}
.woocommerce_categories.list .woocommerce a.button{
padding: 12px 15px !important;
margin: 0px 5px;
height: 38px;
bottom: 25px;
right: 18px;
}
.bottom-components-list {
display: none;
}
.woocommerce_categories.list .woocommerce ul.products li.product .archive-product-title {
padding: 30px 0px 15px;
border-top: none;
width: 80%;
display: inline-block;
}
.woocommerce_categories.list .woocommerce ul.products li.product a img:hover {
transform: none;
-ms-transform: none;
-webkit-transform: none;
}
.woocommerce_categories.list .bottom-components-list {
display: block !important;
margin-top: -30px;
}
.woocommerce_categories.list .category.item {
border: 1px solid #fff;
}
.woocommerce_categories.list span.cat-name {
text-transform: uppercase;
}
.woocommerce_categories.list .woocommerce ul.products li.product .button[data-tooltip]:before {
display: none;
}
.woocommerce .bottom-components-list {
display: none !important;
}
.woocommerce_categories.list .woocommerce ul.products li.product .button[data-tooltip]:after {
display: none;
}
.woocommerce_categories.list .woocommerce-title-metas{
overflow: hidden;
}
.bottom-components-list {
position: inherit;
float: right;
} .domain.woocommerce_categories .woocommerce-title-metas {
display: inline-flex;
padding: 0px 10px 10px;
}
.domain.woocommerce_categories .domain-bid {
display: inline-flex;
float: right;
}
.domain.woocommerce_categories .archive-product-title a {
font-size: 16px;
font-weight: bold;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
-ms-transition: all 250ms ease;
}
.domain.woocommerce_categories .post {
background: #FFFFFF;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
border-radius: 10px;
}
.domain .col-md-6.domain-list-shortcode {
padding-bottom: 30px;
}
.domain.woocommerce_categories .domains_category{
margin: 0 -15px;
}
.domain.woocommerce_categories .domain-bid p {
font-size: 14px;
padding-top: 23px;
margin-right: 30px;
}
.domain.woocommerce_categories .button-bid a {
background: #18AE91;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
border-radius: 5px;
color: #fff;
padding: 10px 20px;
font-weight: 600;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
-ms-transition: all 250ms ease;
}
.domain.woocommerce_categories .button-bid a:hover {
background: #FFFFFF !important;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
color: #252525;
}
.domain.woocommerce_categories .button-bid{
margin-top: 25px;
}
.domain-but button {
background-color: #18AE91 !important;
padding: 10px 25px !important;
font-weight: bold;
font-size: 16px !important;
line-height: 20px !important;
}
.domain-but button:hover {
opacity: .9;
} .woocommerce_simple_domain .col-md-12.post {
background: #FFFFFF;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
border-radius: 5px;
padding-left: 0px;
padding-right: 0px;
}
.woocommerce_simple_domain .products_category {
margin: 0 -15px;
}
.woocommerce_simple_domain .woocommerce-title-metas {
background: linear-gradient(132.14deg, #1DD3B0 0.87%, #00A6CD 100%);
padding: 6px;
}
.woocommerce_simple_domain h3.archive-product-title a {
font-size: 18px;
color: #fff;
font-weight: bold;
}
.woocommerce_simple_domain h3.archive-product-title{
text-align: center !important;
padding: 10px;
margin-bottom: 15px;
}
.woocommerce_simple_domain .domain-bid {
padding: 25px;
padding-bottom: 40px;
}
.woocommerce_simple_domain .domain-bid p {
text-align: center;
}
.woocommerce_simple_domain .domain-bid p.start-bid {
margin-bottom: 0px;
}
.woocommerce_simple_domain .button-bid a {
background: #18AE91;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
border-radius: 5px;
padding: 10px 25px;
color: #fff;
font-weight: bold;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
-ms-transition: all 250ms ease;
}
.woocommerce_simple_domain .button-bid a:hover {
background: #FFFFFF !important;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
color: #252525;
}
.woocommerce_simple_domain .button-bid{
margin-top: 25px;
} .woocommerce_categories.grid .woocommerce ul.products li.product a img {
width: 60%;
height: 83px;
}
.woocommerce_categories.grid .overlay-components{
display: none;
}
.woocommerce_categories.grid .woocommerce-title-metas {
overflow: hidden;
display: flex;
}
.woocommerce_categories.grid .thumbnail-and-details {
overflow: initial;
position: absolute;
}
.woocommerce_categories.grid .woocommerce ul.products li.product .archive-product-title {
padding: 30px 0px;
border-top: none;
width: 80%;
display: inline-block;
}
.woocommerce_categories.grid .details-container {
width: 18%;
display: inline-block;
padding: 30px 0px;
}
.woocommerce_categories.grid td.featured-image {
padding: 0px !important;
width: 13%;
}
.woocommerce_categories.grid td.product-title {
font-size: 14px;
font-weight: bold;
text-align: center;
}
.woocommerce_categories.grid td,
.woocommerce_categories.grid th{
text-align: center;
}
.woocommerce_categories.grid th{
color: #fff;
}
.woocommerce_categories.grid span.amount{
font-weight: 400;
}
.woocommerce_categories.grid .flip-clock-wrapper ul li a div {
font-size: 14px !important;
}
.woocommerce_categories.grid span.current.auction {
display: none;
}
.woocommerce_categories.grid .woocommerce ul.products .products-wrapper {
background: #FFFFFF;
box-shadow: none;
overflow: hidden;
border: 0.5px solid #392061;
}
.woocommerce_categories.grid .woocommerce ul.products {
margin: 0px;
}
.woocommerce_categories.grid .woocommerce ul.products li.product .archive-product-title a {
font-size: 14px;
}
.woocommerce_categories.grid td.add-cart a{
font-size: 14px;
font-weight: bold;
} .mt_products_slider .thumbnail-and-details {
border-bottom: 0;
overflow: hidden;
width: 55%;
float: left;
} 
.mt_products_slider .woocommerce-title-metas {
padding:40px;
width: 45%;
float: right;
background: #fff;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.mt_products_slider .button-bid a {
color: #fff !important;
display: block;
float: left;
font-size: 14px !important;
line-height: 1 !important;
padding: 12px 25px;
margin-left: 25%;
margin-top: 25px;
background: red;
border-radius: 30px;
font-weight: 600;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
-ms-transition: all 250ms ease;
}
.mt_products_slider .button-bid a:hover {
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.mt_products_slider .woocommerce-title-metas h3 a {
font-weight: bold;
font-size: 20px;
color: #484848;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
}
.mt_products_slider.owl-carousel .owl-wrapper-outer {
padding-bottom: 25px;
}
.mt_products_slider .woocommerce-title-metas p {
font-size: 14px;
margin-bottom: 0px;
}
span.end_date_prod {
font-size: 14px;
font-weight: 600;
color: #242424;
}
a.cause_prod {
font-size: 14px;
font-weight: 600;
}
.mt_products_slider .woocommerce-title-metas .archive-product-title {
margin-bottom: 25px;
}
.category-button a:hover {
background: #FFF;
border-color: #FFF;
color: #2695FF !important;
}
.woocommerce_categories2 .columns-3 ul.products li.product {
width: 33.3%;
}
.woocommerce_categories2 .columns-2 ul.products li.product {
width: 50%;
}
.woocommerce_categories2 .products_by_categories,
.woocommerce_categories2_top .products_by_categories{
margin-bottom: 30px;
padding-right: 0;
}
.woocommerce_categories2_top ul.products.columns-3 li.product {
width: 33.3%;
}
.products_by_categories .details-container {
text-align: left;
float: left;
overflow: visible;
}
.woocommerce_simple_boxed .products_by_categories .details-container{
width: 100%;
}
.woocommerce_simple_boxed ul.products .products-wrapper {
box-shadow: none !important;
border: 1px solid #DDDDDD;
}
.woocommerce_simple_boxed .overlay-components .component a, 
.woocommerce_simple_boxed .overlay-components .component{
border-radius: 0px !important;
}
.woocommerce_simple_boxed .products .component i{
color: #252525;
}
.woocommerce_categories2 .cat-name,
.woocommerce_expired2 .cat-name,
.woocommerce_categories2_top .cat-name {
font-weight: 800;
font-size: 27px;
line-height: 34px;
color: #FFFFFF;
text-transform: uppercase;
}
.details-container > div.details-item {
width: 100%;
float: left;
text-align: center;
}
.details-container > div.details-item .amount, 
.details-container > div.details-item ins {
font-size: 14px;
line-height: 1.5;
font-weight: bold;
text-decoration: none;
}
.details-container .details-price-container {
color: #606060;
font-weight: 300;
}
.details-container {
overflow: hidden;
padding: 5px 5px 20px;
background: #fff;
text-align: center;
}
.details-container > div.details-item .price {
margin-bottom: 0 !important;
}
.details-container .price ins,
.details-container .price del {
display: inline-block !important;
}
.woocommerce .products .details-review-container .star-rating {
margin: 8px auto;
height: 14px;
}
.woocommerce ul.products li.product .archive-product-title {
border-top: 1px solid #dfe5e9;
padding: 20px 20px 0px;
text-align: center;
background: #fff;
}
.woocommerce ul.products li.product a img {
margin-bottom: 0px;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
-ms-transition: all 250ms ease;
}
.woocommerce ul.products li.product a img:hover {
transform: scale(1.05);
-ms-transform: scale(1.05);
-webkit-transform: scale(1.05);
}
.woocommerce ul.products li.product .archive-product-title a {
align-self: center;
color: #484848;
display: block;
font-size: 18px;
line-height: 22px;
font-weight: bold;
width: 100%;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
-ms-transition: all 250ms ease;
}
.woocommerce ul.products li.product .archive-product-title a:hover {
color: #2695FF;
}
nav.woocommerce-pagination {
background: transparent;
}
.vc_row-fluid.no-margin-bottom {
margin-bottom: 0;
}
.wpb_wrapper h2.heading-bottom:first-child {
margin-top: 0;
}
.woocommerce .products ul, 
.woocommerce ul.products {
margin: 0 -15px;
}
.woocommerce ul.products li.product.vc_col-md-3, 
.woocommerce-page ul.products li.product.vc_col-md-3,
.woocommerce ul.products li.product.vc_col-md-4, 
.woocommerce-page ul.products li.product.vc_col-md-4,
.woocommerce ul.products li.product.vc_col-md-6, 
.woocommerce-page ul.products li.product.vc_col-md-6 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 15px 0 !important;
}   
.yith-wcwl-wishlistaddedbrowse .feedback {
color: #242424 !important;
display: block;
font-size: 8px;
font-weight: bold;
width: 100% !important;
padding: 12.5px 0 !important;
}
.woocommerce ul.cart_list li dl, 
.woocommerce ul.product_list_widget li dl {
border-left: 0 none;
clear: right;
float: left;
padding-left: 0;
display: none;
}
.header_mini_cart .quantity {
width: 100%;
font-size: 12px;
border: none;
color: #606060;
margin-top: 4px;
display: block;
}
.woocommerce ul.products li.product.vc_col-md-3, 
.woocommerce-page ul.products li.product.vc_col-md-3 {
width: 25%;
}
.woocommerce ul.products li.product.vc_col-md-4, 
.woocommerce-page ul.products li.product.vc_col-md-4 {
width: 33.33333333%;
}
.woocommerce ul.products li.product.vc_col-md-6, 
.woocommerce-page ul.products li.product.vc_col-md-6 {
width: 50%;
}
li.product .product-badge {
width: 40px;
height: 40px;
top: 20px;
right: 20px;
}
.woocommerce a.added_to_cart {
padding: 10px 16px !important;
display: inline-block !important;
width: 100px !important;
margin-top: 0px!important;
}
.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after{
display: none;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dd p {
font-weight: 300;
font-size: 14px;
color: #606060;
}
.woocommerce-MyAccount-content address {
font-weight: 300;
color: #606060;
} h1.product_title {
font-size: 18px;
font-weight: normal;
}
.single-product.woocommerce div.product p.price del,
.single-product .price ins {
display: inline-block;
}
.single-product .price ins {
text-decoration: none;
}
span.amount {
font-size: 14px;    
font-weight: 600;
color: #242424;
}
.product-price span.woocommerce-Price-amount.amount:after {
content: "/ piece";
color: #606060;
font-weight: 400;
margin-left: 5px;
}
.product-subtotal span.woocommerce-Price-amount.amount:after {
content: "in total";
color: #606060;
font-weight: 400;
margin-left: 5px;
}
del span.amount {
font-size: 18px;
color: #8b8b8a;
}
.product-description p {
font-size: 14px;
}
.product_meta {
clear: both;
}
.product_meta > span {
display: block;
color: #8b8b8a;
margin: 10px 0;
}
.product_meta > span a {
color: #484848 !important;
font-weight: bold;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-ms-transition: all 250ms ease;
}
.product_meta > span a:hover {
color: #2695FF !important;
}
.woocommerce div.product form.cart {
margin-bottom: 0;
width: 100%;
}
.wishlist-container {
display: inline-block;
}
.woocommerce div.product .wishlist-container {
display: block;
}
.woocommerce.single-product div.product form.cart .wishlist-container .button{
width: 40px;
}
.woocommerce.single-product div.product form.cart .button {
position: relative;
text-transform: uppercase;
font-weight: bold;
padding: 0 13px !important;
border-radius: 30px;
height: 40px;
line-height: 39px;
margin-right: 10px;
outline: none;
}
.woocommerce.single-product .screen-reader-text {
display: none;
height: auto;
width: auto;
position: static !important;
vertical-align: middle;
color: #242424;
margin-right: 10px;
font-weight: bold
}
.woocommerce.single-product .wishlist-container .yith-wcwl-wishlistaddedbrowse {
padding: .4em 1em;
}
.woocommerce.single-product .wishlist-container .yith-wcwl-wishlistaddedbrowse a {
color: #FFF;
font-weight: 400;
}
.woocommerce.single-product .wishlist-container .yith-wcwl-wishlistaddedbrowse span {
color: rgba(255,255,255,1) !important;
padding: 5.5px 0 !important;
font-size: 12px;
font-weight: bold;
}
.woocommerce.single-product .compare.button,
.woocommerce.single-product .wishlist-container a.button,
.woocommerce.single-product .wishlist-container .yith-wcwl-wishlistaddedbrowse {
padding-left:30px;
position:relative;
}
.woocommerce.single-product .wishlist-container a.button {
padding: 0 15px !important;
height: 40px;
line-height: 40px;
border-radius: 30px;
font-weight: bold;
text-transform: uppercase;
}
.related.products .compare.button:before,
.woocommerce.single-product .compare.button:before {
content: "\f0ec";
width: 20px;
display: block;
position: absolute;
top: 10px;
left: 10px;
font-size: 100%;
font-family: "FontAwesome";
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
clear: none;
}
.woocommerce ul.products .products-wrapper {
background: #FFFFFF;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
overflow: hidden;
margin-bottom: 30px;
}
.woocommerce_categories2 ul.products .products-wrapper {
padding: 10px;
margin-bottom: 30px;
}
.woocommerce.single-product .wishlist-container a.button:before {
content: "\f06b";
display: inline-block;
font-size: 100%;
font-family: "FontAwesome";
}
.woocommerce.single-product .wishlist-container .yith-wcwl-wishlistaddedbrowse:before {
content: "\f0ec";
width: 20px;
display: block;
position: absolute;
top: 5px;
left: 10px;
font-size: 100%;
font-family: "FontAwesome";
color: #FFF;
}
.woocommerce.single-product .wishlist-container .yith-wcwl-wishlistaddedbrowse.show:before {
top: 9px;
}
.woocommerce div.product form.cart div.quantity {
margin-right: 10px;
border: 1px solid #e5e5e5;
border-radius: 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border: 0 none;
position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
position: absolute;
content: "";
display: none;
height: 5px;
width: 100%;
left: 0;
top: 0;
background: #e9edef;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
border-bottom: 0 none;
}
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
width: 100%;
}
.shipping-calculator,
.cart-totals-container {
padding: 20px;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-cart .cart-collaterals .cart_totals p.form-row {
margin-bottom: 15px;
}
.woocommerce-shipping-calculator p.form-row:nth-child(2),
.woocommerce-shipping-calculator p.form-row:nth-child(3) {
width: 48%;
display: inline-block;
}
.woocommerce-shipping-calculator p.form-row:nth-child(2) {
margin-right: 3%;
}
p.form-row-button {
width: 100%;
text-align: right;
}
#order_review table .order-total th,
#order_review table .cart-subtotal th{
font-size: 16px;
}
#order_review table .order-total td span.amount,
.woocommerce-cart .cart_totals table .order-total td span.amount{
font-weight: 400;
font-size: 16px;
color: #454545;
}
#order_review table .cart_item .product-name{
font-weight: 400;
font-size: 16px;
}
#order_review table .cart_item .product-total span.amount,
#order_review table .cart-subtotal td span.amount,
.woocommerce-cart .cart_totals table .cart-subtotal td span.amount{
color: #999;
font-weight: 400;
font-size: 16px;
}
.woocommerce .woocommerce-cart-form table.shop_table td{
border: 0 none !important;
}
.woocommerce-cart .cart_totals table th, 
.woocommerce-cart .cart_totals table td {
padding: 20px 20px !important;
border: 1px solid #ebe9e8;
font-size: 16px;
}
.woocommerce-cart .cart_totals h2 {
padding-bottom: 15px;
}
#add_payment_method .cart-collaterals .cart_totals table td, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table th {
border-left: 1px solid #ebe9eb;
border-right: 1px solid #ebe9eb;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td, 
.woocommerce table.shop_table tbody:first-child tr:first-child th {
border-top: 1px solid #ebe9eb;
}
.woocommerce-cart .cart-collaterals .cart_totals table th{
width: 140px !important;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination {
font-size: 14px;
}
.cart-totals-container span.amount {
font-size: 14px;
font-weight: bold;
}
.cart-totals-container label {
text-indent: 0;
}
.wc-proceed-to-checkout {
text-align: right;
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
.wc-proceed-to-checkout a {
display: inline-block !important;
margin-bottom: 0 !important;
}
.woocommerce-cart table.cart img {
width: 100px;
}
.woocommerce-cart table.cart .product-thumbnail {
text-align: center;
}
.woocommerce-cart table.cart td.product-name {
font-size: 18px; 
font-weight: 600;
width: 50%;
}
.woocommerce-cart table.cart td.product-name a{
color: #242424 !important;
}
.woocommerce-cart table.cart td.product-name a:hover {
color: #2695ff !important;
}
.woocommerce a.remove {
width: 0px !important;
font-weight: 100;
font-size: 3.3em;
color: #656565 !important;
margin-left: 10px;
}
.woocommerce table.shop_table td.actions {
padding: 10px 0px!important;
}
.woocommerce-cart .entry-content h2 {
margin-bottom: 0;
}
.heading-holder h2,
.heading-holder{
font-size: 18px;
color: #2f383d;
}
.heading-holder h2,
.heading-holder i {
display: block;
}
.heading-holder i {
float: right;
padding: 5px;
color: #e1e1e1;
border: 1px solid #e1e1e1;
margin-top: 10px;
cursor: pointer;
}
.heading-holder h2 {
float: left;
}
.form-holder-addon {
width: 48%;
float:left;
}
.woocommerce form.checkout_coupon_form {
border-radius: 0;
}
.woocommerce form.checkout_coupon_form .form-row {
width: 100%;
}
.woocommerce form.checkout_coupon_form .form-row-last {
text-align: right;
padding: 0;
margin: 0;
}
.woocommerce form.checkout_coupon_form, 
.woocommerce form.login {
margin: 10px 0;
}
.form-holder-addon:nth-of-type(2) {
margin-left: 4%;
}
.woocommerce form.checkout_coupon_form {
border: 1px solid #e1e1e1;
padding: 20px;
}
.woocommerce form.login,
.woocommerce form.register {
border-radius: 0;
}
.checkout-form-holder .login .form-row:nth-of-type(4) {
width: 50%;
float: right;
text-align: right;
}
.checkout-form-holder .login .form-row:nth-of-type(4) label {
display: inline-block;
margin-right: 10px;
line-height: 30px;
}
.checkout-form-holder .login .form-row:nth-of-type(4) .button {
float: right;
}
.checkout-form-holder .login .lost_password {
line-height: 30px;
margin-left: 5px;
}
.woocommerce-billing-fields h3,
#ship-to-different-address,
h3#order_review_heading {
font-size: 18px;
}
.change-shipping-address {
float: right;
margin-top: 15px;
}
.change-shipping-address label,
.change-shipping-address input {
display: inline-block;
font-size: 12px;
color: #9aa7af;
margin: 0;
}
.select2-container .select2-choice {
border-radius: 0;
border-color: #e1e1e1;
padding: 5px 10px;
}
.woocommerce ul#shipping_method li {
text-indent: 0;
padding-left: 0;
}
.woocommerce-checkout #payment {
background: #FFF;
border-radius: 0;
}
.woocommerce-checkout #payment div.payment_box {
background: #e1e1e1;
width: 100%;
margin-bottom: 20px;
}
.woocommerce-checkout #payment ul.payment_methods li {
margin-bottom: 10px;
border-bottom: 1px solid #e1e1e1;
padding: 0 20px;
}
.woocommerce-checkout #payment ul.payment_methods {
border-bottom: 0 none;
padding: 20px 0 0;
}
.woocommerce-checkout #payment div.form-row {
padding: 0 20px 10px;
}
.wpb_tabs .wpb_tabs_nav {
background: #f5f6f7;
position: relative;
border-bottom: 1px solid #dfe5e9;
}
.wpb_tabs .wpb_tabs_nav:before{
position: absolute;
content: "";
display: block;
height: 5px;
width: 100%;
left: 0;
top: 0;
background: #e9edef;
}
.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
padding: 10px 20px;
}
.wpb_tabs .wpb_tabs_nav li{
border-top: 5px solid transparent;
}
.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
background: #FFF;
}
.wpb_tabs{
border-top: 0 none;
border-bottom: 1px solid #dfe5e9;
border-left: 1px solid #dfe5e9;
border-right: 1px solid #dfe5e9;
}
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
background: #FFF;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active {
background: #FFF;
position: relative;
}
.wpb_content_element .wpb_tabs_nav li {
background: transparent;
}
.wpb_tabs .wpb_tabs_nav li a {
border-right: 1px solid transparent;
border-left: 1px solid transparent;
}
.wpb_content_element .wpb_tabs_nav li:first-child a {
border-left: 0 none;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
position: relative;
border-color: #dfe5e9;
}
.wpb_tabs .wpb_tabs_nav li.ui-tabs-active a:after {
content: "";
display: block;
width: 100%;
height: 1px;
position: absolute;
left: 0;
bottom: -1px;
background: #FFF;
opacity: 1;
}
.wpb_content_element .wpb_tabs_nav {
background: #f5f6f7;
position: relative;
border-right: 1px solid #dfe5e9;
}
.wpb_tour {
border-right: 1px solid #dfe5e9;
border-top: 1px solid #dfe5e9;
border-bottom: 1px solid #dfe5e9;
}
.wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
padding: 15px 20px;
}
.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
padding-top: 10px;
padding-left: 10px;
}
.wpb_tour_next_prev_nav {
padding-right: 10px;
padding-left: 10px;
}
.wpb_tour .wpb_tabs_nav:before {
position: absolute;
content: "";
display: block;
height: 100%;
width: 5px;
left: 0;
top: 0;
background: #e9edef;
}
.wpb_tour .wpb_tabs_nav li {
border-left: 5px solid transparent;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav li a {
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
}
.wpb_tour .wpb_tabs_nav li:first-child a {
border-top: 0 none;
}
.wpb_tour .wpb_tabs_nav li:last-child a {
border-bottom: 0 none;
}
.wpb_tour .wpb_tabs_nav li.ui-tabs-active a {
border-color: #dfe5e9;
position: relative;
}
.wpb_tour .wpb_tabs_nav li.ui-tabs-active a:after {
content: "";
display: block;
width: 1px;
height: 100%;
position: absolute;
right: -1px;
top: 0;
background: #FFF;
opacity: 1;
}
.widget-title{
margin-bottom: 15px;
}
.no-margin-head .section-title {
margin-top: 0;
}
.widget-title,
h3#reply-title,
h2.heading-bottom {
font-size: 24px;
margin-top: 10px;
position: relative;
}
.comments-area h2.heading-bottom{
font-size: 25px;
line-height: 30px;
}
h3#reply-title.comment-reply-title {
color: #484848;
font-weight: bold;
font-size: 25px;
line-height: 30px;
margin-top: 30px;
margin-bottom: 20px;
}
h2.heading-bottom.text-left:after {
right: auto;
left: 0;
}
h2.heading-bottom.text-right:after {
left: auto;
right: 0;
}
.blog-posts.portfolio-posts.portfolio-shortcode {
margin: 10px 0 2px;
}
.ibid_call-to-action h2 {
font-size: 20px;
color: #FFF;
}
.ibid_call-to-action p {
font-size: 12px;
color: rgba( 255,255,255,0.8 );
font-weight: normal;
margin: 0;
}
.ibid_call-to-action .vc_col-md-4 {
padding-right: 0;
text-align: center;
}
.ibid_call-to-action .vc_col-md-8 {
padding-left: 0;
}
.ibid_call-to-action {
padding: 40px 0;
}
.vc_row {
background-size: cover;
}
.ibid_call-to-action .wpb_button {
margin-top: 20px;
}
.ibid_shortcode_blog {
padding: 8px 0;
overflow: hidden;
}
.ibid_shortcode_blog .post-name {
margin: 10px 0px;
}
.wpb_content_element {
margin: 20px 0;
}
.ibid_shortcode_blog.boxed .blog-content {
padding: 20px 25px;
}
.ibid_shortcode_blog.boxed .post-button a:hover {
background: #fff !important;
color: #252525;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
-ms-transition: all 250ms ease;
}
.ibid_shortcode_blog.boxed .post-wrapper {
background: #FFFFFF;
border: 1px solid #DDDDDD;
padding: 0;
}
.ibid_shortcode_blog.boxed .post-button a.more-link {
background: #fbde06;
color: #252525;
font-weight: bold;
padding: 12px 25px;;
text-transform: uppercase;
margin-top: 15px;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
-ms-transition: all 250ms ease;
}
.ibid_shortcode_blog.boxed .blog-thumbnail {
padding: 0px;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
background: #FFFFFF;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active { 
border-bottom: 1px solid #d5dadd;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active a {
color: #FFF;
}
.wpb_accordion_section {
margin-bottom: 10px;
border: 1px solid #d5dadd;
}
.vc_carousel-inner img,
.vc_carousel-inner .vc_inner > a {
min-width: 100% !important;
}
.vc_images_carousel .vc_carousel-control .icon-next {
color: #FFF;
}
.masonry_banner a {
display: block;
}
.masonry_banner a:before, 
.masonry_banner a: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;
}
.masonry_banner a:before {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: scale(0,1);
transform: scale(0,1);
}
.masonry_banner a:after {
border-right: 1px solid #fff;
border-left: 1px solid #fff;
-webkit-transform: scale(1,0);
transform: scale(1,0);
}
.masonry_banner:hover a:before, 
.masonry_banner:hover a:after {
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
}
.masonry_holder {
margin: 60px;
position: absolute;
top: 0;
width: 80%;
}
.domains .dark-skin .masonry_holder {
margin: 100px;
margin-top: 30px;
text-align: center;
width: 70%;
}
.domains .dark-skin .read-more{
margin-top: 15px;
}
.domains .default-skin .masonry_holder {
top: 19%;
width: 85%;
text-align: center;
}
.masonry_banners.banners_column.domains {
margin: 0 -15px;
}
.domains .default-skin .read-more {
margin-left: 37%;
}
.masonry_holder .category_name {
color: rgb(255, 255, 255);
font-size: 30px;
font-weight: 800;
margin: 0;
text-transform: uppercase;
}
p.category_count {
color: #FFFFFF;
font-weight: normal;
line-height: 26px;
margin-top: 5px;
font-weight: 300;
text-transform: capitalize;
}
.domains .masonry_banner .read-more {
margin-left: 34%;
border-radius: 5px;
}
.domains .dark-skin h2.category_prefix {
font-weight: 900;
font-size: 40px;
}
.domains h2.category_prefix {
font-weight: 900;
font-size: 60px;
line-height: 73px;
color: #FFE347;
}
.masonry_banner .read-more {
border: 1px solid;
color: rgb(255, 255, 255);
display: block;
float: left;
line-height: 1;
margin-top: 25px;
padding: 12px 25px;
border-radius: 30px;
font-weight: 600;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
-ms-transition: all 250ms ease;
position: relative;
z-index: 12;
}
.masonry_banner .read-more:hover,
.masonry_banner .read-more.boxed:hover {
background: #FFF;
border-color: #FFF;
color: #252525 !important;
}
.button-winona {
background: none;
vertical-align: middle;
position: relative;
display: inline-block;
-webkit-backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
}
.masonry_banner .read-more.boxed {
border-radius: 0px;
background: #FBDE06;
border: none;
color: #252525;
font-weight: bold;
}
.u-column2, .u-column1 {
}
.u-columns.woocommerce-Addresses {
margin-top: 20px;
}
.box-shadow-column {
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
} .admin-bar .is-sticky nav{
top: 32px !important;
}
@media screen and (min-width: 783px) {
.admin-bar .is-sticky nav{
top: 32px !important;
}
}
@media screen and (max-width: 782px) {
.admin-bar .is-sticky nav{
top: 46px !important;
}
} .button-winona:hover span {
color: #fff !important;
}
.button-winona {
overflow: hidden;
padding: 0;
-webkit-transition: border-color 0.3s, background-color 0.3s;
transition: border-color 0.3s, background-color 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-winona::after {
content: attr(data-text);
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
color: #FFF;
-webkit-transform: translate3d(0, 25%, 0);
transform: translate3d(0, 25%, 0);
padding: 12px 15px;
}
.button-winona > span {
display: block;
}
.button-winona::after,
.button-winona > span {
-webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
transition: transform 0.8s, opacity 0.8s;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-winona:hover {
border-color: rgba(36, 36, 36, 1);
background-color: rgba(36, 36, 36, 1);
}
.button-winona.button--inverted:hover {
border-color: #21333C;
background-color: #21333C;
}
.button-winona:hover::after {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.button-winona:hover > span {
opacity: 0;
-webkit-transform: translate3d(0, -25%, 0);
transform: translate3d(0, -25%, 0);
}
@media (max-width: 768px) {
.top-header .vc_col-md-6 {
text-align: center;
}   
.nav > li.search_products {
display: none;
}
.shop_feature > div {
width: 100%;
text-align: center;
}
.masonry_holder {
margin: 15px;
}
.masonry_holder .category_name {
font-size: 30px;
}
.complex-layout .subscribe > h3,
.complex-layout .subscribe > input[type="text"],
.complex-layout .subscribe > button[type="submit"] {
width: 100%;
margin-bottom: 10px;
}
.sale_banner {
margin-top: 10px;
}
}
.wpb_row {
margin-bottom: 80px;
}
.shop_feature {
margin-top: 4px;
padding-bottom: 40px;
}
.title-subtile-holder .section-title {
margin-top:0; 
}
.title-subtile-holder {
margin-bottom: 25px;
}
.wpb_column > .wpb_wrapper > .clients-container {
margin: 20px 0;
}
.title-subtile-holder.v2 .button.title-btn {
border: 1px solid grey;
margin-right: 0px;
padding: 10px 25px;
border-radius: 5px;
text-transform: uppercase;
font-weight: 600;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
}
.title-subtile-holder.v2 .section-title {
text-align: left;
font-size: 30px;
}
.title-subtile-holder.v2 .section-subtitle{
font-family: Impact;
text-align: left;
width: 66%;
opacity: 0.1;
font-size: 60px;
position: relative;
top: -65px;
float: left;
-webkit-text-fill-color: rgba(0, 0, 0, 0.37);
-webkit-text-stroke-width: 0px;
-webkit-text-stroke-color: rgba(0, 0, 0, 0.37);
margin-top: 0px;
}
.title-subtile-holder.v2 {
height: 50px;
}
.title-subtile-holder.v2 .button.title-btn{
display: inline-block;
vertical-align: top;
float: right;
margin-top: 2px;
color: #7A7A7A;
}
.title-subtile-holder.v2 .button.title-btn:hover {
color: #000;
}
.title-subtile-holder.v2 .title-content {
display: inline-block;
width: 57%;
padding-right: 10px;
}
.no-padding-bottom .container #main article .entry-content > .wpb_row.no-bottom-margin {
margin-bottom: 0;
}
.landing-right .cd-product-intro{
padding: 0px !important;
}@font-face{font-family:'FontAwesome';src:url(//alt.retrosammler.de/wp-content/themes/ibid/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//alt.retrosammler.de/wp-content/themes/ibid/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//alt.retrosammler.de/wp-content/themes/ibid/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//alt.retrosammler.de/wp-content/themes/ibid/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//alt.retrosammler.de/wp-content/themes/ibid/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//alt.retrosammler.de/wp-content/themes/ibid/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-WordPress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.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}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,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-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}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{border:0;padding: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-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0} @media print{*,*:before,*:after{background:transparent !important;color:#000 !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]: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}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}@font-face{font-family:'Glyphicons Halflings';src:url(//alt.retrosammler.de/wp-content/themes/ibid/fonts/glyphicons-halflings-regular.eot);src:url(//alt.retrosammler.de/wp-content/themes/ibid/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(//alt.retrosammler.de/wp-content/themes/ibid/fonts/glyphicons-halflings-regular.woff) format('woff'),url(//alt.retrosammler.de/wp-content/themes/ibid/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(//alt.retrosammler.de/wp-content/themes/ibid/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:normal;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,.glyphicon-eur: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:"Montserrat",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#242424;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;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;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{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;display:inline-block;max-width:100%;height:auto}.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;margin:-1px;padding:0;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:normal;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%}mark,.mark{background-color:#fcf8e3;padding:.2em}.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:#337ab7}a.text-primary:hover{color:#286090}.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:#337ab7}a.bg-primary:hover{background-color:#286090}.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;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;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;border-right:5px solid #eee;border-left:0;text-align:right}.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'}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:#242424;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#242424;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{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1300px){.container{width:1300px}} @media (min-width:1400px){.container{width:1400px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-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-left:15px;padding-right: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}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}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){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.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}.table-responsive{overflow-x:auto;min-height:0.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-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{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#242424;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}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,0.075);box-shadow:inset 0 1px 1px rgba(0,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, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.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}@media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{line-height:34px}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;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;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-left:0;padding-right:0}.input-sm,.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm,select.form-group-sm .form-control{height:30px;line-height:30px}textarea.input-sm,textarea.form-group-sm .form-control,select[multiple].input-sm,select[multiple].form-group-sm .form-control{height:auto}.input-lg,.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg,select.form-group-lg .form-control{height:46px;line-height:46px}textarea.input-lg,textarea.form-group-lg .form-control,select[multiple].input-lg,select[multiple].form-group-lg .form-control{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.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,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.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,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.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,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.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 .form-control-static{display:inline-block}.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{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.form-horizontal .has-feedback .form-control-feedback{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;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.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,.btn.focus{color:#242424;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#242424;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#242424;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.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:#242424}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.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.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:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.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.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.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.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.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.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.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.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{color:#337ab7;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.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:#23527c;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;visibility:hidden}.collapse.in{display:block;visibility:visible}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;-o-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function: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;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);-webkit-background-clip:padding-box;background-clip:padding-box}.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:normal;line-height:1.42857143;color:#242424;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#337ab7}.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;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.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+.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-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-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-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,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-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.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-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;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-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right: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:normal;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-bottom-right-radius:0;border-top-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-bottom-left-radius:0;border-top-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{margin-bottom:0;padding-left: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;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#337ab7}.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;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.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:#337ab7}.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{text-align:center;margin-bottom:5px}.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;visibility:hidden}.tab-content>.active{display:block;visibility:visible}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-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{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.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;visibility:visible !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-left:0;padding-right:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-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}@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;padding:15px 15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;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-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:8px;margin-bottom:8px}@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 .form-control-static{display:inline-block}.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}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-top-right-radius:4px;border-top-left-radius:4px;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-left:15px;margin-right:15px}}@media (min-width:768px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-15px}.navbar-right~.navbar-right{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:#242424;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{background-color:#e7e7e7;color:#555}@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:#242424;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:#242424}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#242424}.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:#9d9d9d}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.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:#242424}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#242424}.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{background-color:#080808;color:#fff}@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:#9d9d9d}.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:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.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{content:"/\00a0";padding:0 5px;color:#ccc}.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;line-height:1.42857143;text-decoration:none;color:#337ab7;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#23527c;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;background-color:#337ab7;border-color:#337ab7;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.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-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-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-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.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;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;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:#337ab7}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#286090}.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:bold;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;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}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px 15px;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,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding:48px 0}.container .jumbotron,.container-fluid .jumbotron{padding-left:60px;padding-right: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:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#242424}.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:bold}.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{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.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{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,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:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,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,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.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-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.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,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.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,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.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,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.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-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#242424}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;color:#555;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color:#eee;color:#777;cursor:not-allowed}.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:#337ab7;border-color:#337ab7}.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:#c7ddef}.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,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-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,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.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 caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr: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,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:3px;border-bottom-right-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,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{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{border:0;margin-bottom: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,.panel-group .panel-heading+.panel-collapse>.list-group{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:#242424;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:#242424}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.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,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width: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,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,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:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(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;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.modal-backdrop{position:absolute;top:0;right:0;left:0;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.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-left:5px;margin-bottom:0}.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,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;visibility:visible;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:normal;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.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;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;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;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-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;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:normal;line-height:1.42857143;text-align:left;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);white-space:normal}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;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{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,0.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;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,0.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-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}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000}.carousel-inner>.item.next,.carousel-inner>.item.active.right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0}}.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;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.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%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,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{left:20%;right: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{content:" ";display:table}.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-left:auto;margin-right: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}@-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}}@media only screen and (max-width: 319px) {
footer .footer-top  .widget .widget-title,
.woocommerce.single .button.wc-forward,
.woocommerce.single div.product form.cart {
margin-bottom: 10px;
}
.woocommerce.single .wishlist-container {
margin-left: 0;
width: 100%;
}
footer .widget.widget_text {
margin-bottom: 20px;
}
.woocommerce.single .quantity .qty,
.woocommerce.single div.product .woocommerce-tabs ul.tabs li,
.woocommerce.single #respond input#submit, 
.woocommerce.single a.button, 
.woocommerce.single button.button, 
.woocommerce.single input.button{
width: 100%;
}
.woocommerce.single-product.single div.product form.cart .button {
padding-left: 30px;
text-align: left;
}
.woocommerce.single-product div.product form.cart div.quantity {
margin-bottom: 15px;
margin-right: 0;
width: 100%;
}
.woocommerce.single-product .summary .product_meta {
margin-top: 10px;
}
.woocommerce ul.products li.product .archive-product-title {
height: 110px !important;
} }
@media only screen and (max-width: 320px) {
header .navbar-header h1.logo {
width: 40% !important;
} } @media only screen and (min-width: 320px) and (max-width: 479px) {
.testimonial-author-job > h4 {
font-size: 14px;
} } @media only screen and (max-width: 479px) {
.portfolio-items .col-md-2 {
width: 100%;
float: left;
margin-bottom: 80px;
}
.pagination .page-numbers{
margin-bottom: 15px;
}
.select2-container {
display: none !important;
visibility: hidden;
}
footer .top-footer .menu-search input.search-field {
width: 80%;
}
body.woocommerce.single-product .quantity .qty{
padding: 0;
}
.woocommerce-result-count,
.top-footer div.left,
.tp-leftarrow.default, 
.tp-rightarrow.default{
display: none;
}
.social-shareer {
display: block !important;
clear: both;
margin-left: 0 !important;
padding:0px;
}
.dokan-dashboard .dokan-dash-sidebar #dokan-navigation {
background: #2695ff !important;
}
.social-shareer li a {
margin-top: 10px;
}
body.woocommerce ul.products li.product.vc_col-md-4, .woocommerce-page ul.products li.product.vc_col-md-4 {
width: 100%;
}
.woocommerce ul.products li.product.vc_col-md-3, .woocommerce-page ul.products li.product.vc_col-md-3{
width: 100% !important;
}
.masonry_holder .category_name {
font-size: 12px !important;
}
.masonry_banner .read-more {
font-size: 12px !important;
}
.sale_banner_holder a {
font-size: 12px !important;
padding: 5px !important;
} } @media only screen and (min-width: 480px) and (max-width: 767px) {
.portfolio-items .col-md-2 {
width: 50%;
float: left;
margin-bottom: 80px;
}
body.woocommerce ul.products li.product.vc_col-md-4, .woocommerce-page ul.products li.product.vc_col-md-4 {
width: 50% !important;
}
.woocommerce ul.products li.product.vc_col-md-3, .woocommerce-page ul.products li.product.vc_col-md-3{
width: 50% !important;
}
.menu-item-has-children::after{
display: none !important;
} } @media only screen and (max-width: 767px) {
.woocommerce_categories.list .woocommerce-title-metas{
padding: 10px;
height: 110px;
clear: both;
text-align: center;
}
body .woocommerce_categories.list .bottom-components-list,
body .woocommerce_categories.list .woocommerce-title-metas .product-description{
display: none !important;
}
body .woocommerce_categories.list .woocommerce ul.products li.product .archive-product-title a{
text-align: left;
}
body .woocommerce_categories.list .details-container {
padding: 0;
}
body .woocommerce_categories.list .woocommerce ul.products li.product a img {
width: 100%;
margin: 0;
}
.woocommerce_categories.list .woocommerce ul.products li.product .archive-product-title {
height: auto;
}
body .woocommerce_categories.list .details-container,
body .woocommerce_categories.list .woocommerce ul.products li.product .archive-product-title{
width: 100%;
}
body .woocommerce_categories.list .woocommerce ul.products li.product .archive-product-title {
padding: 0;
}
#page {
overflow-x: hidden;
}
.top-header .header-top-contact-method {
display: inline-block;
}
.top-header .header-top-contact-method:last-child {
margin-right: 0;
}
.top-header .contact-header {
display: block !important;
padding-top: 8px !important;
padding-bottom: 8px !important;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs.wc-tabs-5 > li {
width: 100% !important;
}
h2.accent-color {
font-size: 50px !important;
line-height: 50px !important;
}
.mt_video img.buton_image_class {
width: 20% !important;
}
.modeltheme_products_simple h3.modeltheme-archive-product-title a {
font-size: 30px;
line-height: 30px;
}
.currency-language,
.top-header .header-top-contact-method span,
#mt_trigger-overlay{
display: none;
}
.fixed-search-inside .modeltheme-search {
width: 90% !important;
}
.navbar .mobile_only_icon_group {
display: inline-flex !important;
}
.mobile_footer_icon_wrapper {
display: inline-flex !important;
position: fixed;
bottom: -4px;
left: 0;
padding-top: 2px;
width: 100%;
background: #FFFFFF;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
z-index: 1300;
}
.mobile_footer_icon_wrapper .col-md-3:last-child{
border-right: 0 none;
}
.mobile_footer_icon_wrapper .col-md-3 {
padding: 10px;
border-right: 1px solid #DDDDDD;
width: 25%;
text-align: center;
}
.mobile_footer_icon_wrapper .col-md-3 a {
display: grid;
color: #151515;
font-weight: 600;
font-size: 12px;
}
.mobile_footer_icon_wrapper .col-md-3 a i {
margin-bottom: 5px;
font-size: 20px;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
padding: 10px 25px !important;
}
.woocommerce_categories2_top .category-wrapper {
padding: 13% 14px !important;
}
.mt-product-search .menu-search input.search-field {
padding-left: 15px;
}
.modeltheme_products_carousel.owl-carousel {
margin: 0px !important;
}
.navbar .mobile_only_header_wrapper {
display: inline-flex !important;
}
.navbar .mobile_only_icon_group {
margin: 25px 10px;
}
header #navbar .mega3menu ul.sub-menu {
display: none !important;
}
.woocommerce-notices-wrapper .woocommerce-error .button {
margin: 25px 0px 25px 25px;
}
.products_category_image_shortcode_holder .listings_category_footer {
padding-top: 17px !important;
width: 63% !important;
}
.get_mc4wp .newsletter-footer.light .email {
width: 100% !important;
}
.get_mc4wp .newsletter-footer.light input.submit{
width: 50% !important;
}
.ibid_shortcode_blog.boxed .post-button a.more-link{
display: none;
}
.title-subtile-holder.v2 .title-content{
width: 100% !important;
}
.title-subtile-holder.v2 .section-subtitle{
display: none;
}
.title-subtile-holder.v2 .button.title-btn{
display: none !important;
}
.woocommerce_simple_domain .col-md-12.post{
margin-bottom: 30px;
}
.ibid_shortcode_blog.boxed .blog-thumbnail img {
width: 100%;
height: fit-content;
}
#DataTable-icondrops-active tr th:nth-child(3),
#DataTable-icondrops-active tr td:nth-child(3),
#DataTable-icondrops-active tr th:nth-child(5),
#DataTable-icondrops-active tr td:nth-child(5),
#DataTable-icondrops-active tr th:nth-child(6),
#DataTable-icondrops-active tr td:nth-child(6),
#DataTable-icondrops-active tr th:nth-child(7),
#DataTable-icondrops-active tr td:nth-child(7){
display: none;
}
#navbar .no-menu{
color: #454545;
}
.woocommerce_categories2 .bottom-components .component a, 
.woocommerce_categories2 .bottom-components .component a, 
.woocommerce_categories2 .vc_col-md-3 .bottom-components .component a{
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) !important;
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) !important;
margin-bottom: 7px;
}
.header-v2 .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle {
border-color: #fff !important;
}
.header-v2 .navbar-default .navbar-toggle .icon-bar{
background: #fff !important;
}
.cd-tab-filter .placeholder a {
font-size: 20px;
font-weight: bold;
color: #000;
text-transform: uppercase;
}
.mt_products_slider .button-bid a{
margin-left: 30% !important;
}
.ibid_shortcode_cause .post {
margin-bottom: 40px;
}
.mt_products_slider{
margin: 0px !important;
}
.cd-gallery .button-bid a {
top: 64% !important;
}
.woocommerce_expired2 .countdownv2_holder .flip-clock-divider{
width: 25px !important;
margin-right: 20px !important;
}
.woocommerce div.product .woocommerce-tabs .panel#tab-simle_auction_history {
padding: 10px !important;
}
.woocommerce-tabs .auction-history-table td {
padding: 10px !important;
}
.sale_banner .masonry_holder .category_name {
font-size: 30px !important;
}
.cd-filter {
display: none;
}
body.woocommerce.single-product .quantity .qty {
width: 100px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs.wc-tabs-4 > li {
width: 100% !important;
}
.woocommerce div.product .woocommerce-tabs .panel {
padding: 25px !important;
}
.woocommerce-tabs #tab-more_seller_product ul.products li.product.col-md-4 {
width: 100% !important;
margin-bottom: 15px!important;
}
.countdownv2_holder .countdownv2 {
width: 150px !important;
}
.flip-clock-wrapper ul{
float: right !important;
}
.flip-clock-divider .flip-clock-label {
top: 1.5em !important;
}
.woocommerce_expiring .countdownv2_holder .countdownv2,
.woocommerce_expired2 .countdownv2_holder .countdownv2 {
width: auto !important;
}
.featured_product_shortcode .countdownv2_holder .countdownv2{
padding: 0px !important;
box-shadow: none !important;
}
.woocommerce_expiring .countdownv2_holder .flip-clock-divider {
width: 25px !important;
height: 80px !important;
float: left;
margin-right: 20px !important;
}
.woocommerce_expiring .countdownv2_holder .flip-clock-divider:first-child,
.woocommerce_expired2 .countdownv2_holder .flip-clock-divider:first-child {
margin: 0px !important;
width: 0px !important;
}
.countdownv2_holder .flip-clock-divider {
width: 100% !important;
height: auto !important;
float: none;
font-size: 14px;
margin: 0 !important;
}
.woocommerce_expiring .woocommerce-title-metas .product-description{
display: none !important;
}
.woocommerce_expiring .thumbnail-and-details {
width: 100% !important;
}
.woocommerce_expiring .woocommerce-title-metas {
margin: 15px 0px !important;
width: 100% !important;
}
.woocommerce_expiring .countdownv2_holder,
.woocommerce_expired2 .countdownv2_holder {
width: 80% !important;
}
.featured_product_shortcode {
padding: 42px 30px 0px !important;
background-image: none !important;
}
.featured_product_shortcode .flip-clock-divider .flip-clock-label {
top: 1.8em !important;
}
.featured_product_shortcode .featured_product_button{
display: none !important;
}
section.related.products {
padding: 0px 15px;
}
.woocommerce_expired2 ul.products.columns-3 li.product {
width: 100% !important;
margin-bottom: 15px !important;
}
.woocommerce_expired2 .category.item {
width: 103% !important;
}
.over-section img {
margin-right: 0px !important;
}
.featured-row.vc_column_container>.vc_column-inner .featured_product_shortcode {
padding: 0px !important;
margin-right: 50px!important;
}
body .woocommerce_categories2 ul.products li.product{
padding-left: 5px !important;
padding-right: 5px !important;
margin-bottom: 0px !important;
}
.woocommerce_categories2 .products_by_categories .details-container {
text-align: center !important;
margin-left: 13%;
}
li.clearfix.hide-on-mobile {
clear: none !important;
display: none !important;
visibility: hidden;
float: right;
}
.masonry_banner .read-more,
.dokan-pagination-container .dokan-pagination li.disabled a {
display: none !important;
}
.woocommerce_categories2 .bottom-components {
position: relative;
}
.woocommerce_categories2 .woocommerce-title-metas{
padding-left: 15px;
padding-right: 15px;
padding-bottom: 15px;
}
.masonry_banners .masonry_holder {
margin: 25px !important;
}
.domains .masonry_holder {
width: 88% !important;
}
.domains .default-skin .masonry_holder {
top: 3% !important;
}
.domains.masonry_banners img {
height: 200px !important;
}
.domain.woocommerce_categories .domain-bid p {
display: none;
}
body .masonry_holder .category_name{
font-size: 20px !important;
}
body .sidebar-content.sidebar-content-right-side {
padding-left: 15px;
}
body.woocommerce-checkout #payment ul.payment_methods li{
line-height: 1.5;
}
body.woocommerce-cart .entry-content,
.single .col-md-12.tabs-related {
padding: 0;
}
.single td.woocommerce-grouped-product-list-item__quantity {
padding-left: 0 !important;
}
body.single-product .ibid-breadcrumbs{
padding-top: 20px;
}
body .ibid-breadcrumbs .row{
padding-bottom: 20px;
}
body #navbar .menu-item .sub-menu .sub-menu > li > a {
padding-left: 45px !important;
}
body.woocommerce nav.woocommerce-pagination{
margin-top: 10px;
}
body #comments .children {
padding: 0;
}
.woocommerce_categories2 ul.products li.product, .woocommerce-page ul.products li.product {
width: 92% !important;
min-height: 160px!important;
}
.top-footer div.left {
font-size: 15px !important;
}
.woocommerce_categories2 .thumbnail-and-details,
.woocommerce_categories2 .woocommerce-title-metas{
width: 100% !important;
}
.woocommerce_categories2 ul.products .products-wrapper {
height: auto !important;
}
.woocommerce_categories2 .products_by_categories {
padding: 0 !important;
}
.woocommerce_categories2 ul.products li.product {
width: 100% !important;
margin: 15px 0px !important;
}
.woocommerce_categories2 .category.item {
padding-right: 0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
border-right: none !important;
}
header #navbar .cf-mega-menu.sub-menu * {
opacity: 1 !important;
visibility: visible !important;
}
body #navbar .menu > .menu-item:first-child > a {
padding-left: 15px !important;
}
.woocommerce div.product .auction_form.cart{
width: 47% !important;
}
.list-view .post-details {
padding-bottom: 1px !important;
}
#navbar ul.sub-menu li a:hover, #navbar .mt-icon-list-item:hover {
background-color: #000000 !important;
}
#navbar .menu-item .sub-menu .vc_column-inner a i,
#navbar .menu-item .sub-menu .vc_column-inner a,
#navbar .menu-item .sub-menu .vc_column-inner p{
color: #606060 !important;
}
#navbar .menu-item .sub-menu .vc_column-inner {
padding: 0px 20px;
}
body  header #navbar > div:first-child, body header nav ul{
width: 100%;
}
body #navbar .menu-item .sub-menu a {
pointer-events: initial;
border: 0 none !important;
}
body #navbar .menu-item .sub-menu {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
box-shadow: none !important;
top: 0;
padding: 0;
}
.testimonail01-content:after {
top: 192px !important;
left: 15% !important;
}
body #navbar .menu-item:hover .sub-menu {
opacity: 1;
top: 0;
position: relative;
visibility: visible;
width: 100%;
}
body #navbar .sub-menu .menu-item > a{
border-bottom: 1px solid rgba(221, 221, 221, 0.49) !important;
color: #606060 !important;
}
header .navbar-header h1.logo {
margin: 15px 0;
width: 50%;
text-align: left;
float: left;
}
.tagline > p{
text-align: center;
}
header #modeltheme-main-head.navbar{
min-height: auto;
border: 0 none;
}
body.single-post .post-name {
padding: 30px 30px 0px;
max-width: 100%;
}
body .post-category-comment-date {
margin: 0px 30px;
}
.navbar-header.col-md-3 {
border-bottom: 1px solid rgba(221, 221, 221, 0.49);
}
.contact-up .vc_column-inner{
margin-top: 0px !important;
margin-left: -10px !important;
}
.mt-icon-listgroup-item .mt-icon-listgroup-title {
line-height: 41px !important;
}
.navbar .first-part {
display: none;
}
.header-v2 .navbar .first-part .search-form-product {
display: none;
}
.header-v2 .navbar .first-part{
display: block;
background: #fff;
padding: 0px;
}
.header-v2 .navbar .first-part .menu-holder{
padding:0px;
}
.header-v2 .menu-products{
display: none !important;
}
nav {
background: #FFF !important;
min-height: 0px !important; 
}
#navbar .bot_nav_cat_inner {
display: none;
}
.woocommerce_categories2 .category-wrapper {    
padding: 13% 14px !important;
}
body .navbar ul li ul.sub-menu li ul.sub-menu{
top: 0 !important;
left: 0 !important;
transform: none !important;
}
body #navbar ul.menu .menu-item {
padding: 0 !important;
width: 100% !important;
}
body .single-post .post-name {
padding: 30px 30px 0px;
}
body .full-width-part.post-details {
margin-bottom: 25px;
}
.full-width-part .post-excerpt {
margin: 15px 20px !important;
padding: 10px !important;
margin-top: 0 !important;
}
p.read-more-holder{
margin-bottom: 0 !important;
}
body .grid-view.col-md-12.list-view .more-link{
margin-top: 0;
margin-bottom: 0;
}
.content-area .dokan-seller-search-form .dokan-w4 input[type=search] {
width: 175px !important;
}
.woocommerce.single-product .woocommerce-ordering select, .woocommerce.single-product .quantity .qty {
padding-left: 5px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
width: 100% !important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
width: 55%;
}
.checkbox input[type="checkbox"]#ship-to-different-address-checkbox {
position: relative;
margin-left: 0px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
width: 45% !important;
}
.woocommerce-account .woocommerce-MyAccount-content {
margin: 30px 0px;
}
.ibid_shortcode_blog .post-name {
margin-top: 10px !important;
}
.top-footer span {
font-size: 15px !important;
}
.ibid-contact.row {
margin: 0px !important;
}
#navbar ul.sub-menu li a:hover {
background-color: transparent !important;
}
#ibid-search {
display: none;
}
.navbar ul li ul.sub-menu {
background: transparent !important;
}
#navbar ul.sub-menu li a {
border-bottom: 1px solid rgba(221, 221, 221, 0.49);
}
.masonry_banner:hover a:before, .masonry_banner:hover a:after {
opacity: 0;
display: none;
}
.avatar.photo {
width: 50px;
margin-bottom: 15px;
}
.sale_banner:hover .sale_banner_holder:before, .sale_banner:hover .sale_banner_holder:after {
opacity: 0;
display: none;
}
body .shop_cart > a {
margin-left: 10px !important;
}
.account-urls {
display: none;
margin-top: 0px;
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.account-urls > a {
margin-left: 10px !important;
}
a.top-wishliist {
margin-left: 0px !important;
}
.navbar-default .navbar-nav li .link_text:before {
content: ''  !important;
}
.col-md-6.search-form-product {
min-width: 100% !important;
margin-top: 15px;
}
.search-form-product {
padding-left: 15px !important;
padding-right: 15px !important;
}  
.col-md-6.menu-products {
overflow: hidden;
}
.search-form-product {
overflow: hidden;
padding-left: 15px !important;
padding-right: 15px !important;
}
.mmm #mega_main_menu.first-lvl-align-left > .menu_holder > .menu_inner > ul {
text-align: center !important;
}
body.mmm #mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_woo_cart > .item_link::after, 
body.mmm #mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link::after, 
body.mmm #mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link:last-child::after, 
body.mmm #mega_main_menu.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link::before, 
body.mmm #mega_main_menu.first-lvl-align-right > .menu_holder > .menu_inner > .nav_logo::before, 
body.mmm #mega_main_menu.first-lvl-align-center > .menu_holder > .menu_inner > .nav_logo::before, 
body.mmm #mega_main_menu.first-lvl-align-left.primary_style-buttons > .menu_holder > .menu_inner > .nav_logo::before, 
body.mmm #mega_main_menu.language_direction-rtl.first-lvl-align-left > .menu_holder > .menu_inner > .nav_logo::before, 
body.mmm #mega_main_menu.language_direction-rtl.first-lvl-align-center > .menu_holder > .menu_inner > .nav_logo::before, 
body.mmm #mega_main_menu.primary_style-buttons > .menu_holder > .menu_inner > ul > li.nav_search_box::before, 
body.mmm #mega_main_menu.direction-horizontal > .menu_holder > .menu_inner > ul > li:first-child > .item_link::before,
body.mmm #mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link::before,
body.mmm #mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link::after{
display: none !important;
}
body.mmm #mega_main_menu.primary .menu-item {
padding: 0 !important;
}
body .navbar-header .logo {
margin: 20px 0 !important;
text-align: left;
}
.mmm .mobile_button {
left: 0;
position: absolute;
right: 0;
top: 0;
} 
.mobile_toggle span.symbol_menu {
font-weight: bold;
font-size: 25px;
position: relative;
bottom: 1px;
}
.mmm #mega_main_menu a{
width: 100% !important;
text-align: center;
} 
.mmm #mega_main_menu{
width: 100% !important;
}
footer .payment-methods{
text-align: center;
display: none;
}
footer .payment-methods img {
float: none !important;
}
.widget .widget_address_social_icons .social-links > li:first-child{
margin-left: 0;
}
.widget .widget_address_social_icons .social-links a i {
padding: 13px;
transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
}
.widget .widget_address_social_icons .social-links a {
height: 40px;
width: 40px;
}
.widget .widget_address_social_icons .social-links > li {
height: 40px;
margin-bottom: 5px;
margin-right: 1px;
transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
width: 40px;
}
.ibid-breadcrumbs h2{
font-size: 17px;
}
.latest-posts .single-post .vc_col-md-3.text-center {
display: none;
}    
.component.add-to-cart, 
.component.wishlist, 
.component.compare {
clear: both;
display: block;
width: auto;
}
footer nav.menu {
float: left;
}
footer nav.menu li:first-child a {
margin-left: 0;
}
body .navbar ul li:hover ul.sub-menu {
border: 0 none;
left: 0;
margin: 0;
opacity: 1;
position: relative;
top: 0;
visibility: visible;
width: 100%;
}
.menu-item-has-children {
cursor: pointer;
}
.menu-item-has-children a:first-child { 
pointer-events: auto;
}
body .navbar ul li ul.sub-menu {
border: 0 none;
left: 0;
margin: 0;
opacity: 1;
position: relative;
top: 0;
display: none;
visibility: visible;
width: 100%;
transform: none !important;
}
body #navbar .sub-menu li:last-child,
body #navbar .sub-menu li {
position: relative;
}
.widget.widget_flickr {
clear: both;
}
.widget_recent_entries_with_thumbnail .thumbnail-overlay {
width: 70px;
}
.widget_recent_entries_with_thumbnail .post-details {
padding: 0;
}
body .navbar-default .navbar-collapse{
border-color: rgba(0, 0, 0, 0);
width: 100% !important;
padding-right: 0px !important;
padding-left: 0px !important;        
}
body .navbar-default .navbar-form {
border-color: rgba(0, 0, 0, 0);
width: 100% !important;
padding-right: 15px !important;
padding-left: 15px !important;        
}
.navbar-collapse.vc_col-md-9.collapse.in {
width: 100%;
}
.navbar-collapse li {
width: 100%;
}
.header_mini_cart {
display: none;
}
.nav > li.shop_cart {
display: none;
}
.menu.nav-effect.nav-menu {
margin: 0;
text-align: left;
width: 100%;
}
.ibid-breadcrumbs .breadcrumb,
.modeltheme_skin_switcher {
display: none;
}
body .navbar-nav > li > a {
padding: 10px 15px !important;
font-size: 13px;
color: #606060 !important;
border-bottom: 1px solid rgba(221, 221, 221, 0.49);
}
body .navbar-nav > li > a:hover {
color: #F27928 !important;
}
.navbar ul li:hover > ul.sub-menu{
box-shadow: none !important;
}
#navbar ul.sub-menu li a:not(.action-expand) {
padding: 10px 30px !important;
font-weight: 500;
}
.navbar-collapse.collapse.in .menu .item:hover {
background: #253749;
}
.navbar-collapse.collapsing.col-md-9 {
padding: 0;
}
.navbar-collapse .menu .item,
.navbar-collapse.collapse.in .menu .item {
text-align: left;
width: 100%;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: transparent;
}
.logo {
margin: 15px 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle {
background: transparent;
border: 2px solid;
margin: 17px 0;
transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
}
.navbar-default .navbar-toggle .icon-bar {
background: #00adf1;
}
#ibid-main-head .navbar-collapse.col-md-9,
#ibid-main-head .navbar-collapse.collapse.col-md-9 {
margin: 0;
width: 100%;
}
.portfolio .col-md-2:nth-child(7n+5),
.portfolio .col-md-2:nth-child(7n+1){
margin-left: 0;
clear: none;
}
.testimonials .testimonials-container blockquote{
font-size: 16px;
}
.testimonials .testimonials-container blockquote::after,
.testimonials .testimonials-container blockquote::before{
font-size: 100px;
top: 34%;
}
.submit-comment .comment-form .form-comment {
padding: 0;
}
body .portfolio-items .vc_col-md-2:last-child{
margin-bottom: 0;
}
body .portfolio-items .vc_col-md-2{
margin-bottom: 80px;
}
body .portfolio-items .vc_col-md-2:nth-child(7n+5),
body .portfolio-items .vc_col-md-2:nth-child(7n+1) {
margin-left: 0;
}
body .testimonials-container blockquote * {
font-size: 16px;
}
.testimonials-container blockquote::after,
.testimonials-container blockquote::before{
content: "";
display: none;
}
.testimonials-container blockquote {
padding: 20px 0 20px;
margin: 0;
}
#navbar .menu .item a {
padding: 10px 0;
padding-left: 10px;
}
body .ibid_header_slider .tp-leftarrow.default::after, 
body .ibid_header_slider .tp-rightarrow.default::after {
font-size: 50px;
line-height: 60%;
opacity: 0.75;
}
body.woocommerce.single-product.single .summary.entry-summary {
width: 100% !important;
}
.expand {
position: absolute;
right: 0px;
top: 0px;
line-height: 35px;
height: 37px;
width: 37px;
text-align: center;
}
.menu-item-has-children .menu-item-has-children .expand {
top: 0;
height: 37px;
width: 37px;
text-align: center;
line-height: 20px;
}
.expand  a{
border: 0 !important;
}
#navbar .sub-menu li {
border: 0 !important;
}
.expand a {
padding: 8px 13px !important; 
font-size: 13px;
font-weight: bold;
}
.action-expand::after {
color:#242424;
content: "\f107";
font-family: FontAwesome;
font-weight: bold;
} } @media only screen and (min-width: 768px) and (max-width: 1023px) {
body .avatar.photo {
height: auto;
margin-bottom: 5px;
width: 50px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
height: 75px !important;
}
.menu-products {
display: none !important;
}
.header-v2 .col-md-5.menu-holder {
margin: 0px auto;
width: 53%;
}
.mt_products_slider .button-bid a {
margin-left: 35%;
}
.woocommerce_categories2 .category.item {
padding: 0px 25px !important;
}
.dokan-store .dokan-w3 {
width: 29% !important;
padding-left: 10px !important;
}
.dokan-single-store.dokan-w8 {
width: 66% !important;
}
.woocommerce ul.products li.product.vc_col-md-3, .woocommerce-page ul.products li.product.vc_col-md-3 {
width: 50% !important;
}
footer .payment-methods img {
float: none !important;
}
.woocommerce_categories2 .woocommerce-title-metas {
padding-top: 50px;
}
.newsletter-footer input.submit{
width: 20% !important;
}
.newsletter-footer .email{
width: 50% !important;
}
.ibid-contact.row {
width: 200% !important;
margin: 0px 20px !important;
}
footer p.copyright {
margin: 0px;
padding: 0;
text-align: center;
}
footer .payment-methods{
text-align: center;
}
.navbar-nav > li > a {
padding: 30px 0;
}
.widget .widget_address_social_icons .social-links > li:first-child {
margin-left: 3px;
}
.navbar-collapse.collapse.vc_col-md-9 {
float: left;
}
body .navbar-nav > li > a,
body .menu .item a{
font-size: 14px;
}
.first_header .navbar-collapse.collapse.col-md-10, .fifth_header .navbar-collapse.collapse.col-md-10 {
width: 100% !important;
}
#navbar .menu .item a {
padding: 30px 0;
}
.ibid-breadcrumbs h2{
font-size: 19px;
text-align: center;
} } @media screen and (max-width: 1000px) {
.no-results.not-found {
margin-bottom: 80px;
}
.account-urls {
text-align: center !important;
}
.top-header {
text-align: center;
}
.comment-form .form-comment {
padding: 0;
}
footer .footer-top h1.widget-title {
margin-bottom: 5px;
margin-top: 20px;
}
.navbar-collapse.collapse.vc_col-md-9 {
width: 100%;
}    
.prev.page-numbers {
border-left: 1px solid rgba(0, 0, 0, 0.1);
}    
.sidebar-content {
margin-top: 30px;
}
.widget_ibid_tweets_widget .tweet-title,
.widget_ibid_tweets_widget .tweeter-profile {
padding: 0;
}
.widget_ibid_tweets_widget .tweet-title .col-md-2,
.left-block-container .block-icon,
.latest-tweets .vc_col-md-2,
#contact_form .mt-half-spacer {
display: none;
}
#contact_form textarea,
#contact_form input {
margin-bottom: 15px;
}
.latest-posts .single-post .vc_col-md-3.text-center {
display: none;
}    
.component.add-to-cart, 
.component.wishlist, 
.component.compare {
clear: both;
display: block;
width: auto;
}
footer nav.menu {
float: left;
}
footer nav.menu li:first-child a {
margin-left: 0;
}
.widget.widget_flickr {
clear: both;
}
.widget_recent_entries_with_thumbnail .thumbnail-overlay {
width: 70px;
}
.widget_recent_entries_with_thumbnail .post-details {
padding: 0;
}
.logo {
margin: 15px 0;
}
.widget.widget_tag_cloud {
overflow: hidden;
}
.portfolio .col-md-2:nth-child(7n+5),
.portfolio .col-md-2:nth-child(7n+1){
margin-left: 0;
clear: none;
}
.testimonials .testimonials-container blockquote{
font-size: 16px;
}
.testimonials .testimonials-container blockquote::after,
.testimonials .testimonials-container blockquote::before{
font-size: 100px;
top: 34%;
}
.submit-comment .comment-form .form-comment {
padding: 0;
}
body .portfolio-items .vc_col-md-2:last-child{
margin-bottom: 0;
}
body .portfolio-items .vc_col-md-2{
margin-bottom: 80px;
}
body .portfolio-items .vc_col-md-2:nth-child(7n+5),
body .portfolio-items .vc_col-md-2:nth-child(7n+1) {
margin-left: 0;
}
body .testimonials-container blockquote * {
font-size: 16px;
}
.testimonials-container blockquote::after,
.testimonials-container blockquote::before{
content: "";
display: none;
}
.testimonials-container blockquote {
padding: 20px 0 20px;
margin: 0;
}
body .ibid_header_slider .tp-leftarrow.default::after, 
body .ibid_header_slider .tp-rightarrow.default::after {
font-size: 50px;
line-height: 60%;
opacity: 0.75;
} } @media only screen and (max-width: 1024px) {
.newspaper-info-bordered .col-md-5 {
text-align: center;
display: none;
}
.vc_row.missing-member {
display: none;
}
.woocommerce_categories2_top .category.item {
padding-right: 0px;
}
.bitwallet-single-point > a {
width: 25px !important;
height: 25px !important;
}
body .woocommerce_categories2_top ul.products li.product {
padding-left: 15px !important;
padding-right: 15px !important;
margin-bottom: 10px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs.wc-tabs-5 > li {
width: 100% !important;
}
.woocommerce_categories2_top .category-wrapper {
border: none !important;
width: auto !important;
}
.woocommerce.archive .sidebar-content:not(.header7) {
margin-left: 0px !important;
}
.ibid_shortcode_cause h3 a {
font-size: 17px;
}
.no-touch .cd-filter-trigger{
display: none;
}
.my-account-navbar {
display: none;
}
.cd-filter{
display: none;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-img {
display: none !important;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info {
padding: 32px 30px 0px !important;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
top: 0px !important;
}
.woocommerce-cart table.cart td.product-name{
width: 100% !important;
}
.woocommerce-cart-form  .quantity {
float: right;
margin-top: -20px;
}
.wishlist_table tr td.product-name,
.wishlist_table tr td.product-price,
.wishlist_table tr td.product-add-to-cart {
width: auto !important;
}
.woocommerce table.wishlist_table tbody td.product-name a {
font-size: 13px !important;
}
.wishlist_table tr td.product-name a.button{
display: none;
}
table.shop_table.cart.wishlist_table tr{
display: grid !important;
}
.blog-posts .sidebar-content{
padding: 0px 15px;
}
.single-post .sidebar-content:not(.header7) {
margin-left: 0px !important;
}
.custom-about {
width: 100% !important;
}
.box-shadow-column .vc_column-inner{
padding-left:30px !important;
margin-left: 10px;
}
.single-post .post-name {
line-height: 30px !important;
}
.woocommerce .woocommerce-ordering select{
width: 100% !important;
}
.woocommerce-page div.product div.summary{
margin-left: 0!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
padding: 20px 25px !important;
}
.ibid-breadcrumbs .breadcrumb {
margin: 0 0 10px;
padding-top: 0;
text-align: center !important;
}
.woocommerce_categories2 .category-wrapper{
border: none !important;
width: auto !important;
}
.mt-icon-listgroup-item .mt-icon-listgroup-holder p.mt-icon-listgroup-text {
display: none;
}
.mt-icon-listgroup-item .mt-icon-listgroup-title {
font-size: 18px !important;
}
.stats-content.percentage {
text-align: center !important;
}
span.skill-count {
text-align: center !important;
}
.newspaper-info .newspaper-info-bordered {
padding: 15px 0;
border: 0 none;
}
.card-icons1 {
background-position: center !important;
}
.single-post .sidebar-content:not(.header7) {
width: 85% !important;
}
.ibid_shortcode_blog .post {
margin-bottom: 30px;
}
.select2-container .select2-selection--single .select2-selection__rendered{
padding-left: 10px !important;
}
.menu-search select.form-control1 {
padding-left: 10px !important;
}
.navbar-header .logo {
margin: 15px 0 8px !important;
}
.menu.nav-effect.nav-menu {
margin: 0;
float: none !important;
}
.navbar-collapse.collapse.col-sm-12 {
width: 100% !important;
}
.col-md-6.search-form-product {
max-width: 80%;
margin-left: auto;
margin-right: auto;
} }
@media only screen and (min-width: 768px) {
.nav-menu .menu-item-has-children > a::after,
.nav-menu .mega_menu > a::after
{
content: '\f107';
padding-left: 5px;
font-size: 10px;
font-family: 'FontAwesome';
position: relative;
bottom: 1px;
font-weight: 100;
display: none;
}
}
@media only screen and (min-width: 1400px) {
.mt_products_slider .woocommerce-title-metas
{
height: 360px !important;
}
} @media only screen and (max-width: 1300px) {
.bot_nav_cat_inner{
display: none !important;
}
.top-header span {
display: inline-grid;
}
.woocommerce_categories2 .cat-name {
font-size: 20px !important;
}
.category-button a {
font-size: 12px !important;
padding: 9px 20px !important;
}
.mt_products_slider .thumbnail-and-details{
width: 100% !important;
}
.mt_products_slider .woocommerce-title-metas{
width: 100% !important;
} }
@media only screen and  (min-width: 1024px) and (max-width: 1190px) {
.cd-gallery li .post {
height: 400px;
}
.cd-gallery .woocommerce-title-metas a{
font-size: 16px !important;
}
}
@media only screen and  (min-width: 990px) and (max-width: 1300px) {
.woocommerce_categories2 ul.products .products-wrapper {
height: 185px !important;
}
.woocommerce_categories2 .category-wrapper {
padding: 70% 15px !important  ;
height: 400px !important;
}
.header-v2 .menu-products .shop_cart {
padding-left: 26px !important;
}
.header-v2 .col-md-5.menu-holder {
padding: 0px;
}
.header-v2 .navbar-nav > li > a {
font-size: 13px !important;
}
.header-v2 a.shop_cart::after{
display: none;
} } @media only screen and (min-width: 768px) and (max-width: 1023px){
.navbar-header h1.logo.logo-image {
text-align: center !important;
}
.masonry_holder {
margin: 54px !important;
}
.box-shadow-column {      
margin-left: 24px;
width: 97%;
}
.contact-up .vc_column-inner {
height: 365px !important;
width: 400% !important;
margin-top: 0px !important;
}
.cd-gallery li {
margin-bottom: 30px !important;
}
.ibid_shortcode_cause .post {
width: 50%;
float: left;
margin-bottom: 30px;
}
.woocommerce_categories2 .category-wrapper{
padding: 20% 14px !important;
}
.woocommerce_categories2 ul.products li.product, .woocommerce-page ul.products li.product {
width: 95% !important;
min-height: 258px!important;
}
.woocommerce-page div.product div.summary{
width: 98% !important;
}
.ibid_shortcode_blog .blog-thumbnail {
width: 20%;
}
.ibid_shortcode_blog .blog-content {
width: 80%;
margin-top: 20px;
}
.ibid_shortcode_blog .post { 
display: inline-flex;
} } @media only screen and (max-width: 600px) {
s
.top-header span {
display: block;
margin-bottom: 10px;
margin-right: 0px !important;
}
.woocommerce .woocommerce-ordering, 
.woocommerce-page .woocommerce-ordering,
.woocommerce .woocommerce-result-count, 
.woocommerce-page .woocommerce-result-count {
float: none !important;
}
ul.products li.product.col-md-3 {
padding: 15px !important;
width: 100% !important;
}
ul.products li.product.col-md-4 {
padding: 5px !important;
width: 100% !important;
}
.woocommerce ul.products li.product .archive-product-title a {
font-size: 16px !important;
text-align: center;
} }
@media only screen and (max-width: 992px) {
ol.breadcrumb.pull-right {
float: left !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
width: 50% !important;
margin: 0px !important;
width: 100%;
padding: 5px !important;
float: left !important;
clear: none !important;
}
.woocommerce ul.products .products-wrapper{
margin-bottom: 0px !important;
}
.woocommerce ul.products li.product .archive-product-title {
height: 70px;
}
.woocommerce.archive .container.blog-posts > .row  {
display: flex;
flex-direction: column;
}
.woocommerce.archive .container.blog-posts > .row  .sidebar-content {
order: 2;
width: 88% !important;
}
.woocommerce.archive .container.blog-posts > .row  .main-content {
order: 1;
}
.container.blog-posts > .row,
.single-post article > .container > .row {
display: flex;
flex-direction: column;
}
.col-md-3.sidebar-content {
order: 2;
}
.col-md-9.main-content {
order: 1;
}
}
@media only screen and (min-width: 992px) {
ul.products li.product.col-md-3 {
padding: 0px 15px;
width: 25% !important;
}
ul.products li.product.col-md-4 {
padding: 15px !important;
width: 50% ;
}
.post-type-archive-product ul.products li.product.col-md-4,
.tax-product_cat ul.products li.product.col-md-4,
.tax-product_tag ul.products li.product.col-md-4 {
width: 33.3% !important;
}
.dokan-store ul.products li.product.col-md-4 {
width: 33.3% !important;
}
.woocommerce-tabs ul.products li.product.col-md-4 {
width: 25% !important;
padding: 0px !important;
}
}.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(//alt.retrosammler.de/wp-content/themes/ibid/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);
}.owl-theme .owl-controls{
margin-top: 10px;
text-align: center;
} .owl-theme .owl-controls .owl-buttons div{
color: #FFF;
display: inline-block;
zoom: 1;
*display: inline; margin: 5px;
padding: 3px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background: #869791;
filter: Alpha(Opacity=50); opacity: 0.5;
}  .owl-theme .owl-controls.clickable .owl-buttons div:hover{
filter: Alpha(Opacity=100); opacity: 1;
text-decoration: none;
} .owl-theme .owl-controls .owl-page{
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-controls .owl-page span{
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50); opacity: 0.5;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
filter: Alpha(Opacity=100); opacity: 1;
} .owl-theme .owl-controls .owl-page span.owl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
} .owl-item.loading{
min-height: 150px;
background: url(//alt.retrosammler.de/wp-content/themes/ibid/css/AjaxLoader.gif) no-repeat center center
}
 .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
@keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
-ms-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
-ms-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
-ms-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
-ms-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
-ms-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
-ms-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
-ms-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
-ms-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
-ms-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
-ms-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
-ms-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
-ms-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
-ms-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
-ms-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
-ms-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
-ms-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
-ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
0% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
-ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
-ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
-ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
-ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
-ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
-ms-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
-ms-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
-ms-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
-ms-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
-ms-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
-ms-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
-ms-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
-ms-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
-ms-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
-ms-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
-ms-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
-ms-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
-ms-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
100% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
-ms-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
-ms-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
-ms-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
-ms-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
100% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
-ms-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
-ms-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
-ms-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
-ms-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
-ms-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
-ms-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
-ms-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
-ms-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
-ms-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
-ms-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
-ms-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
-ms-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
-ms-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
-ms-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
-ms-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
-ms-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
-ms-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
-ms-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
-ms-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
-ms-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
-ms-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
-ms-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
-ms-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
-ms-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
-ms-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
-ms-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
-ms-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
-ms-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
-ms-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
-ms-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
-ms-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
-ms-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
-ms-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
-ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
-ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
-ms-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
-ms-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
-ms-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-animation-duration: .75s;
animation-duration: .75s;
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
-ms-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
-ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
-ms-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
-ms-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
-ms-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
-ms-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
-ms-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
-ms-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
-ms-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
-ms-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
-ms-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0, 0, 1, 45deg);
transform: rotate(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0, 0, 1, 45deg);
-ms-transform: rotate(0, 0, 1, 45deg);
transform: rotate(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
-ms-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
-ms-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
-ms-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
-ms-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
-ms-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
-ms-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
-ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
-ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
-ms-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-ms-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-ms-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-ms-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-ms-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-ms-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-ms-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
opacity: 0;
}
}
@keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
-ms-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-ms-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
-ms-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
-ms-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
-ms-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
-ms-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-ms-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}@font-face {
font-family: 'simple-line-icons';
src:  url(//alt.retrosammler.de/wp-content/themes/ibid/fonts/Simple-Line-Icons.eot?v=2.2.2);
src:  url(//alt.retrosammler.de/wp-content/themes/ibid/fonts/Simple-Line-Icons.eot?#iefix&v=2.2.2) format('embedded-opentype'),
url(//alt.retrosammler.de/wp-content/themes/ibid/fonts/Simple-Line-Icons.ttf?v=2.2.2) format('truetype'),
url(//alt.retrosammler.de/wp-content/themes/ibid/fonts/Simple-Line-Icons.woff2?v=2.2.2) format('woff2'),
url(//alt.retrosammler.de/wp-content/themes/ibid/fonts/Simple-Line-Icons.woff?v=2.2.2) format('woff'),
url(//alt.retrosammler.de/wp-content/themes/ibid/fonts/Simple-Line-Icons.svg?v=2.2.2#simple-line-icons) format('svg');
font-weight: normal;
font-style: normal;
} .icon-user,
.icon-people,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-login,
.icon-logout,
.icon-emotsmile,
.icon-phone,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-map,
.icon-location-pin,
.icon-direction,
.icon-directions,
.icon-compass,
.icon-layers,
.icon-menu,
.icon-list,
.icon-options-vertical,
.icon-options,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-arrow-left-circle,
.icon-arrow-right-circle,
.icon-arrow-down-circle,
.icon-check,
.icon-clock,
.icon-plus,
.icon-close,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-mustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-disc,
.icon-cursor,
.icon-cursor-move,
.icon-crop,
.icon-chemistry,
.icon-speedometer,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglass,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-folder-alt,
.icon-folder,
.icon-film,
.icon-feed,
.icon-drop,
.icon-drawar,
.icon-docs,
.icon-doc,
.icon-diamond,
.icon-cup,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-frame,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-loop,
.icon-home,
.icon-grid,
.icon-graph,
.icon-microphone,
.icon-music-tone-alt,
.icon-music-tone,
.icon-earphones-alt,
.icon-earphones,
.icon-equalizer,
.icon-like,
.icon-dislike,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-calendar,
.icon-bulb,
.icon-chart,
.icon-ban,
.icon-bubble,
.icon-camrecorder,
.icon-camera,
.icon-cloud-download,
.icon-cloud-upload,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symble-female,
.icon-symbol-male,
.icon-target,
.icon-credit-card,
.icon-paypal,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-facebook,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pinterest,
.icon-social-github,
.icon-social-gplus,
.icon-social-reddit,
.icon-social-skype,
.icon-social-dribbble,
.icon-social-behance,
.icon-social-foursqare,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-youtube,
.icon-social-dropbox {
font-family: 'simple-line-icons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-user:before {
content: "\e005";
}
.icon-people:before {
content: "\e001";
}
.icon-user-female:before {
content: "\e000";
}
.icon-user-follow:before {
content: "\e002";
}
.icon-user-following:before {
content: "\e003";
}
.icon-user-unfollow:before {
content: "\e004";
}
.icon-login:before {
content: "\e066";
}
.icon-logout:before {
content: "\e065";
}
.icon-emotsmile:before {
content: "\e021";
}
.icon-phone:before {
content: "\e600";
}
.icon-call-end:before {
content: "\e048";
}
.icon-call-in:before {
content: "\e047";
}
.icon-call-out:before {
content: "\e046";
}
.icon-map:before {
content: "\e033";
}
.icon-location-pin:before {
content: "\e096";
}
.icon-direction:before {
content: "\e042";
}
.icon-directions:before {
content: "\e041";
}
.icon-compass:before {
content: "\e045";
}
.icon-layers:before {
content: "\e034";
}
.icon-menu:before {
content: "\e601";
}
.icon-list:before {
content: "\e067";
}
.icon-options-vertical:before {
content: "\e602";
}
.icon-options:before {
content: "\e603";
}
.icon-arrow-down:before {
content: "\e604";
}
.icon-arrow-left:before {
content: "\e605";
}
.icon-arrow-right:before {
content: "\e606";
}
.icon-arrow-up:before {
content: "\e607";
}
.icon-arrow-up-circle:before {
content: "\e078";
}
.icon-arrow-left-circle:before {
content: "\e07a";
}
.icon-arrow-right-circle:before {
content: "\e079";
}
.icon-arrow-down-circle:before {
content: "\e07b";
}
.icon-check:before {
content: "\e080";
}
.icon-clock:before {
content: "\e081";
}
.icon-plus:before {
content: "\e095";
}
.icon-close:before {
content: "\e082";
}
.icon-trophy:before {
content: "\e006";
}
.icon-screen-smartphone:before {
content: "\e010";
}
.icon-screen-desktop:before {
content: "\e011";
}
.icon-plane:before {
content: "\e012";
}
.icon-notebook:before {
content: "\e013";
}
.icon-mustache:before {
content: "\e014";
}
.icon-mouse:before {
content: "\e015";
}
.icon-magnet:before {
content: "\e016";
}
.icon-energy:before {
content: "\e020";
}
.icon-disc:before {
content: "\e022";
}
.icon-cursor:before {
content: "\e06e";
}
.icon-cursor-move:before {
content: "\e023";
}
.icon-crop:before {
content: "\e024";
}
.icon-chemistry:before {
content: "\e026";
}
.icon-speedometer:before {
content: "\e007";
}
.icon-shield:before {
content: "\e00e";
}
.icon-screen-tablet:before {
content: "\e00f";
}
.icon-magic-wand:before {
content: "\e017";
}
.icon-hourglass:before {
content: "\e018";
}
.icon-graduation:before {
content: "\e019";
}
.icon-ghost:before {
content: "\e01a";
}
.icon-game-controller:before {
content: "\e01b";
}
.icon-fire:before {
content: "\e01c";
}
.icon-eyeglass:before {
content: "\e01d";
}
.icon-envelope-open:before {
content: "\e01e";
}
.icon-envelope-letter:before {
content: "\e01f";
}
.icon-bell:before {
content: "\e027";
}
.icon-badge:before {
content: "\e028";
}
.icon-anchor:before {
content: "\e029";
}
.icon-wallet:before {
content: "\e02a";
}
.icon-vector:before {
content: "\e02b";
}
.icon-speech:before {
content: "\e02c";
}
.icon-puzzle:before {
content: "\e02d";
}
.icon-printer:before {
content: "\e02e";
}
.icon-present:before {
content: "\e02f";
}
.icon-playlist:before {
content: "\e030";
}
.icon-pin:before {
content: "\e031";
}
.icon-picture:before {
content: "\e032";
}
.icon-handbag:before {
content: "\e035";
}
.icon-globe-alt:before {
content: "\e036";
}
.icon-globe:before {
content: "\e037";
}
.icon-folder-alt:before {
content: "\e039";
}
.icon-folder:before {
content: "\e089";
}
.icon-film:before {
content: "\e03a";
}
.icon-feed:before {
content: "\e03b";
}
.icon-drop:before {
content: "\e03e";
}
.icon-drawar:before {
content: "\e03f";
}
.icon-docs:before {
content: "\e040";
}
.icon-doc:before {
content: "\e085";
}
.icon-diamond:before {
content: "\e043";
}
.icon-cup:before {
content: "\e044";
}
.icon-calculator:before {
content: "\e049";
}
.icon-bubbles:before {
content: "\e04a";
}
.icon-briefcase:before {
content: "\e04b";
}
.icon-book-open:before {
content: "\e04c";
}
.icon-basket-loaded:before {
content: "\e04d";
}
.icon-basket:before {
content: "\e04e";
}
.icon-bag:before {
content: "\e04f";
}
.icon-action-undo:before {
content: "\e050";
}
.icon-action-redo:before {
content: "\e051";
}
.icon-wrench:before {
content: "\e052";
}
.icon-umbrella:before {
content: "\e053";
}
.icon-trash:before {
content: "\e054";
}
.icon-tag:before {
content: "\e055";
}
.icon-support:before {
content: "\e056";
}
.icon-frame:before {
content: "\e038";
}
.icon-size-fullscreen:before {
content: "\e057";
}
.icon-size-actual:before {
content: "\e058";
}
.icon-shuffle:before {
content: "\e059";
}
.icon-share-alt:before {
content: "\e05a";
}
.icon-share:before {
content: "\e05b";
}
.icon-rocket:before {
content: "\e05c";
}
.icon-question:before {
content: "\e05d";
}
.icon-pie-chart:before {
content: "\e05e";
}
.icon-pencil:before {
content: "\e05f";
}
.icon-note:before {
content: "\e060";
}
.icon-loop:before {
content: "\e064";
}
.icon-home:before {
content: "\e069";
}
.icon-grid:before {
content: "\e06a";
}
.icon-graph:before {
content: "\e06b";
}
.icon-microphone:before {
content: "\e063";
}
.icon-music-tone-alt:before {
content: "\e061";
}
.icon-music-tone:before {
content: "\e062";
}
.icon-earphones-alt:before {
content: "\e03c";
}
.icon-earphones:before {
content: "\e03d";
}
.icon-equalizer:before {
content: "\e06c";
}
.icon-like:before {
content: "\e068";
}
.icon-dislike:before {
content: "\e06d";
}
.icon-control-start:before {
content: "\e06f";
}
.icon-control-rewind:before {
content: "\e070";
}
.icon-control-play:before {
content: "\e071";
}
.icon-control-pause:before {
content: "\e072";
}
.icon-control-forward:before {
content: "\e073";
}
.icon-control-end:before {
content: "\e074";
}
.icon-volume-1:before {
content: "\e09f";
}
.icon-volume-2:before {
content: "\e0a0";
}
.icon-volume-off:before {
content: "\e0a1";
}
.icon-calendar:before {
content: "\e075";
}
.icon-bulb:before {
content: "\e076";
}
.icon-chart:before {
content: "\e077";
}
.icon-ban:before {
content: "\e07c";
}
.icon-bubble:before {
content: "\e07d";
}
.icon-camrecorder:before {
content: "\e07e";
}
.icon-camera:before {
content: "\e07f";
}
.icon-cloud-download:before {
content: "\e083";
}
.icon-cloud-upload:before {
content: "\e084";
}
.icon-envelope:before {
content: "\e086";
}
.icon-eye:before {
content: "\e087";
}
.icon-flag:before {
content: "\e088";
}
.icon-heart:before {
content: "\e08a";
}
.icon-info:before {
content: "\e08b";
}
.icon-key:before {
content: "\e08c";
}
.icon-link:before {
content: "\e08d";
}
.icon-lock:before {
content: "\e08e";
}
.icon-lock-open:before {
content: "\e08f";
}
.icon-magnifier:before {
content: "\e090";
}
.icon-magnifier-add:before {
content: "\e091";
}
.icon-magnifier-remove:before {
content: "\e092";
}
.icon-paper-clip:before {
content: "\e093";
}
.icon-paper-plane:before {
content: "\e094";
}
.icon-power:before {
content: "\e097";
}
.icon-refresh:before {
content: "\e098";
}
.icon-reload:before {
content: "\e099";
}
.icon-settings:before {
content: "\e09a";
}
.icon-star:before {
content: "\e09b";
}
.icon-symble-female:before {
content: "\e09c";
}
.icon-symbol-male:before {
content: "\e09d";
}
.icon-target:before {
content: "\e09e";
}
.icon-credit-card:before {
content: "\e025";
}
.icon-paypal:before {
content: "\e608";
}
.icon-social-tumblr:before {
content: "\e00a";
}
.icon-social-twitter:before {
content: "\e009";
}
.icon-social-facebook:before {
content: "\e00b";
}
.icon-social-instagram:before {
content: "\e609";
}
.icon-social-linkedin:before {
content: "\e60a";
}
.icon-social-pinterest:before {
content: "\e60b";
}
.icon-social-github:before {
content: "\e60c";
}
.icon-social-gplus:before {
content: "\e60d";
}
.icon-social-reddit:before {
content: "\e60e";
}
.icon-social-skype:before {
content: "\e60f";
}
.icon-social-dribbble:before {
content: "\e00d";
}
.icon-social-behance:before {
content: "\e610";
}
.icon-social-foursqare:before {
content: "\e611";
}
.icon-social-soundcloud:before {
content: "\e612";
}
.icon-social-spotify:before {
content: "\e613";
}
.icon-social-stumbleupon:before {
content: "\e614";
}
.icon-social-youtube:before {
content: "\e008";
}
.icon-social-dropbox:before {
content: "\e00c";
}html,body { 
height: 100%; 
width: 100%; 
}
body{
overflow-x: hidden; 
outline: none;
}
* {
word-wrap: break-word;
}
a,
a:hover,
a:focus {
text-decoration: none;
outline: none;
}
select:focus, input:focus {
outline: none;
}
section {
position: relative;
}
section.cover{
overflow: hidden;
}
img {
max-width: 100%;
height: auto;
}
ol {
padding-left: 30px;
}
figure.gallery-item {
margin: 10px 0;
}
.wc_vendors_active form input[type="submit"],
.wcv-dashboard-navigation li a{
border-radius: 30px;
-webkit-border-radius: 30px;
}
.post-password-form input[type="password"], .post-password-form input[type="submit"] {
border-radius: 30px;
padding-left: 20px;
padding-right: 20px;
}
.post-password-form input[type="submit"] {
color: #ffffff;
}
#primary .main-content .sidebar-social-networks ul {
padding: 0 15px;
}
#primary .main-content ul.ibid-slider li{
position: unset;
}
#primary .main-content ul:not(.ibid-slider) li:not(.rotate45), 
#primary .main-content ul li:not(.rotate45),
#primary .main-content ul li:not(.rev_slider li) {
line-height: 25px;
list-style: outside none none;
margin-left: 30px;
margin-bottom: 5px;
position: relative;
}
.wpb_column{
height: auto;
}
p {
font-size: 14px;
font-weight: 300;
color: #8b8b8a;
margin-bottom: 15px;
}
p.subtitle {
font-size: 20px;
font-weight: 600;
color: rgba(255,255,255,0.7);
}
.top-margin {
padding-top: 60px;
}
.high-margin {
padding-top: 60px;
padding-bottom: 80px;
}
.bottom-margin {
padding-top: 0;
padding-bottom: 80px;
}
.mediu-margin {
padding-top: 25px;
padding-bottom: 25px;
}
.spacer {
margin-bottom: 50px;
}
.right-border {
padding: 15px;
border-right: 5px solid;
margin-bottom: 10px !important;
}
.left-border {
padding: 15px;
border-left: 5px solid;
margin-bottom: 10px !important;
}
.relative{
position: relative;
}
.absolute{
position: absolute;
}
.fixed{
position: fixed;
}
.top-no-margin {
padding-bottom: 100px;
padding-top: 0;
}
#navbar .no-menu {
margin: 22px;
color: #fff;
}
#navbar .no-menu a{
color: #fff;
}
.bot_nav_cat .no-menu,
.bot_nav_cat .no-menu a {
color: #484848 !important;
}
.navbar {
border-radius: 0px;
-webkit-border-radius: 0px;
}
.bottom-no-margin {
padding-bottom: 0;
padding-top: 60px;
}
.high-padding {
padding: 50px 0;
}
.medium-padding {
padding: 50px 0;
}
.container.high-padding {
padding: 80px 15px;
}
.form-control {
border-color: rgb(0, 173, 241);
border-width: 2px;
color: rgba(85, 85, 85, 0.8);
font-size: 15px;
font-style: italic;
font-weight: 300;
height: auto;
padding: 10px;
}
.video-bg {
position: absolute;
width: 100%;
height: 100%;
top: 0;
z-index: 1;
}
.block-triangle {
overflow: hidden;
} .flat-icon {
font-family: 'oxp-demo';
padding:23px 28px;
font-size: 45px;
font-weight: bold;
display: inline-block;
line-height: 100%;
overflow: hidden;
text-transform: uppercase;
margin-right: 15px;
}   body .no-margin{
margin-bottom: 0;
}
.text-white ul li,
.text-white .section-title {
color: white;
opacity: 0.9;
}
.img-center{
margin: 0 auto;
display: block;
}
.ibid_call-to-action h1,
.ibid_call-to-action h2,
.ibid_call-to-action h3,
.ibid_call-to-action h4,
.ibid_call-to-action h5,
.ibid_call-to-action h6 {
color: #fff;
} .margin-zero{
margin: 0;
}
.vc_btn.margin-zero {
margin: 10px 0;
}
.button.solid-button, 
button.vc_btn{
color: #fff;
}
.custom-btn button {
font-weight: bold;
font-size: 14px;
text-transform: uppercase;
padding: 12px 25px !important;
color: #fff !important;
}
.custom-btn button:hover {
background: #FFFFFF !important;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.styled-btn button {
font-family: BenchNine;
font-size: 22px !important;
text-transform: uppercase;
font-weight: 800;
}
.styled-btn button:hover {
background: #fff !important;
color: #E5B25D !important;
}
.button {
color: #FFF;
font-size: 14px;
font-weight: 400;
display: inline-block;
padding: 10px 20px;
margin: 10px;
}
.button.outline-button {
border: 1px solid #FFFFFF;
}
.button.solid-button {
background: #00adf1;
}
.button:hover {
text-decoration: none;
color: #FFFFFF;
}
.button.outline-button.mt-blue {
border-color: #00adf1;
color: #FFFFFF;
}
.video-background {
height: 100%;
}
.outline-button{
position: relative;
}
.outline-button::after {
background: #00ADF1;
height: 100%;
left: 0;
top: 0;
width: 0;
content: "";
position: absolute;
transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
z-index: -1;
}
.outline-button:hover::after {
width: 100%;
}
.solid-button{
position: relative;
transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
}
.solid-button::after {
background: #009ddb;
height: 100%;
left: 0;
top: 0;
width: 0;
content: "";
position: absolute;
transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
z-index: -1;
}
.solid-button:hover::after {
width: 100%;
}  .nav-effect a.active::before,
.nav-effect a.active::after,
.nav-effect .current-menu-item a::before,
.nav-effect .current-menu-item a::after,
.nav-effect a:hover::before,
.nav-effect a:hover::after {
opacity: 1;
transform: translateX(0px);
-o-transform: translateX(0px);
-moz-transform: translateX(0px);
-webkit-transform: translateX(0px);
-ms-transform: translateX(0px);
} .subscribe .result {
display: block;
width: 100% !important;
clear: both;
color: #fff !important;
text-align: center;
position: relative;
top: 10px;
}
.mc_embed_signup {
margin-top: 15px;
overflow: hidden;
}
.newspaper-info {
color: #ffffff;
}
textarea, 
input[type="text"], 
input[type="button"], 
input[type="search"], 
input[type="submit"]{
-webkit-appearance: none; 
}
.subscribe > input[type="text"] {
border: 0 none;
color: #fff;
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
float: left;
padding: 15px;
width: 70%;
outline: 0;
}
.subscribe > button[type="submit"] {
border: 0 none;
color: #ffffff;
float: left;
font-style: normal;
font-weight: bold;
text-transform: uppercase;
padding: 7px 20px;
width: 30%;
outline: 0;
transition: all 300ms;
-o-transition: all 300ms;
-ms-transition: all 300ms;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
}
.newspaper-info-bordered .holder {
padding: 10px 0 10px 15px;
}
.newspaper-info span:nth-of-type(1) {
font-weight: bold;
}
.newspaper-info-bordered .col-md-5 {
text-align: center;
}
.newspaper-info-bordered i {
font-size: 50px;
padding: 10px 0;
}
.newspaper-info span {
font-size: 17px;
display: block;
}
.complex-layout .subscribe h3 i {
margin-right: 10px;
}
.complex-layout .col-md-9 {
padding-left: 0;
}
.newspaper-info span:nth-of-type(2) {
font-style: italic;
}
.complex-layout .subscribe {
border: 1px solid rgb(223, 229, 233);
overflow: hidden;
padding: 30px;
}
.complex-layout .subscribe > button[type="submit"] {
padding: 14px 40px;
font-size: 14px;
width: 18%;
}
.complex-layout .subscribe > input[type="text"] {
border: 1px solid rgba(255, 255, 255, .7);
margin-right: 2%;
width: 50%;
font-size: 14px;
}
.complex-layout .subscribe > input[type="text"]::-webkit-input-placeholder {
color: rgba(255, 255, 255, .7);
}
.complex-layout .subscribe > input[type="text"]:-moz-placeholder {
color: rgba(255, 255, 255, .7);
}
.complex-layout .subscribe > input[type="text"]::-moz-placeholder {
color: rgba(255, 255, 255, .7);
}
.complex-layout .subscribe > input[type="text"]:-ms-input-placeholder {
color: rgba(255, 255, 255, .7);
}
.complex-layout .subscribe > h3 {
float: left;
font-size: 18px;
margin: 12px 0;
width: 30%;
line-height: initial;
color: #fff;
}
.newspaper-info-bordered {
border: 1px solid;
margin: 13px 0;
} blockquote {
background: none repeat scroll 0 0 #f6f6f6;
border-left: 5px solid;
color: #8b8b8a;
font-size: 15px;
font-weight: 300;
margin: 0 0 20px;
padding: 25px 25px 25px 90px;
position: relative;
}
blockquote::before {
border-radius: 50%;
-o-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-webkit-border-radius: 50%;
color: rgb(255, 255, 255);
content: "\"";
font-family: Arial;
font-size: 50px;
font-style: italic;
height: 35px;
left: 28px;
line-height: 55px;
padding: 3px;
position: absolute;
top: 23%;
width: 35px;
}
.testimonials-container blockquote:before {
content: "\"";
font-family: open sans;
font-size: 200px;
font-style: italic;
left: 15%;
line-height: 200px;
position: absolute;
transform: rotate(180deg);
-o-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
background: transparent;    
}
.testimonials-container blockquote p {
width: 65%;
margin: 0 auto;
}
.testimonials-container blockquote:after {
bottom: -48%;
content: "\"";
font-family: open sans;
font-size: 200px;
font-style: italic;
line-height: 200px;
position: absolute;
right: 13%;
transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
}
.testimonials-container blockquote{
background: transparent;
}
.testimonial-img-holder img {
border-radius: 50%;
border: 2px solid #2695FF;
max-width: 120%;
} .ibid_shortcode_cause h3 {
font-size: 18px;
padding: 20px;
}
.ibid_shortcode_cause h3 a{
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
}
.ibid_shortcode_cause .cause-wrapper {
background: #FFFFFF;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
border-radius: 10px;
padding: 20px;
}
.ibid_shortcode_cause .button-content a {
color: rgb(255, 255, 255);
display: block;
float: left;
line-height: 1;
margin-left: 30%;
padding: 12px 25px;
border-radius: 30px;
margin-bottom: -38px;
font-weight: 600;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
-ms-transition: all 250ms ease;
position: relative;
z-index: 12;
}
.ibid_shortcode_cause .button-content a:hover {
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
border: none;
} .no-results.not-found {
color: #8b8b8a;
text-align: center;
}
.search h2.page-title {
font-size: 35px;
color: black;
}
.no-results .search-form {
margin-top: 20px;
}
.no-results input[type="submit"] {
border: 0 none;
border-radius: 30px;
color: #fff;
display: initial;
padding: 12px 25px;
font-weight: bold;
text-transform: uppercase;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-o-transition: all 250ms ease;
}
.no-results input {
border: 1px solid rgb(229, 236, 239);
color: #8b8b8a ;
padding: 11px;
border-radius: 30px;
}
.ibid-search {
position: relative;
width: 0%;
min-width: 60px;
height: 60px;
float: right;
transition: width 0.3s;
-o-transition: width 0.3s;
-moz-transition: width 0.3s;
-webkit-transition: width 0.3s;
-ms-transition: width 0.3s;
-webkit-backface-visibility: hidden;
}
.ibid-search-open .ibid-search-input {
width: 400px;
}
.third_header .ibid-search, .second_header .ibid-search, .sixth_header .ibid-search, .seventh_header .ibid-search {
margin-top: 20px;
}
.header-v1 li.nav-menu-account, 
.header-v1 .my-account-navbar a{
color: #fff !important;
}
.header-v2 div#datafetch .search-result{
left: 140px;
}
.header-v2 li.nav-menu-account, 
.header-v2 .my-account-navbar a{
padding: 0 !important;
color: #fff;
font-weight: 300;
margin-top: 1px;
}
.header-v2 #dropdown-user-profile.open ul {
top: 33px;
}
.header-v2 a.shop_cart::after {
position: absolute;
bottom: 9px;
left: 50px;
font-size: 19px;
}
.header-v2 .menu-products .shop_cart {
width: 100%;
text-align: left;
padding-left: 55px;
padding-top: 14px;
padding-right: 22px;
padding-bottom: 13px;
font-weight: 400;
}
.header-v2 .menu-products {
display: initial;
}
.header-v2 .header_mini_cart_group {
background: #fff;
float: right;
border-radius: 30px;
-webkit-border-radius: 30px;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}
.header-v2 .top-header a,
.header-v2 .contact-header span{
color: #fff !important;
}
.header-v2 .menu-search{
background: #fff;
}
.header-v2 .top-header{
border-bottom: 0 none;
}
.header-v2 #navbar .menu > .menu-item {
padding: 30px 0px;
}
.header-v2 .top-header span{
color: #fff !important;
} .header-v2 .navbar-nav .search_products a, 
.header-v2 .navbar-default .navbar-nav > li > a{
color: #606060;
}
.header-v2 nav{
background: transparent;
}
.header-v2 .header_mini_cart.visible_cart {
top: 72px;
}
.header-v2 .header_mini_cart {
top: 150px;
}
.header-v2 .my-account-navbar{
padding: 0 !important;
}
.header-v2 .my-account-navbar ul {
padding-left: 25px;
}
.header-v2 #dropdown-user-profile ul {
z-index: 2222;
padding-left: 0;
right: 0;
left: auto;
}
.header-v3 .menu-products .shop_cart {
width: 100%;
text-align: left;
padding-left: 55px;
padding-top: 14px;
padding-right: 22px;
padding-bottom: 13px;
font-weight: 400;
border: 1px solid #d4a619;
border-radius: 30px;
}
.header-v3 .header_mini_cart_group {
float: right;
border-radius: 30px;
-webkit-border-radius: 30px;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}
.header-v3 .menu-products {
display: initial;
}
.header-v3 a.shop_cart::after {
position: absolute;
bottom: 9px;
left: 50px;
font-size: 19px;
}
.header-v3 .my-account-navbar {
padding: 0px 0px;
margin-top: 25px;
margin-bottom: 25px;
}
.header-v3 .menu-holder {
padding: 0px 0px;
margin-top: 15px;
}
.header-v3 .navbar-nav > li > a{
font-weight: bold;
}
.header-v3 #dropdown-user-profile.open ul {
padding-left: 0px;
}
.header-v3 #dropdown-user-profile ul {
padding: 0px;
}
.ibid-single-product-v2 .article-details img {
width: 100%;
height: 500px;
filter: brightness(0.15);
}
.ibid-single-product-v2 .header-title-blog-box h1 {
padding-bottom: 25px;
word-break: break-word;
}
.ibid-single-product-v2 .header-title-blog-box h1 {
margin: 0 auto;
color: #ffffff;
font-size: 50px;
line-height: 1.2;
font-weight: bold;
}
.ibid-single-product-v2 .header-title-blog-box {
margin: 0 auto;
display: inline-block;
}
.ibid-single-product-v2 .header-title-blog {
width: 100%;
position: absolute;
top: 25%;
left: 0;
bottom: 0;
right: 0;
display: table;
}
.ibid-single-product-v2 .thumbnails-summary {
margin-top: -15%;
}
.ibid-single-product-v2 .auction-time#countdown .auction-time-countdown {
box-shadow: none;
-webkit-box-shadow: none;
padding: 0px;
}
.ibid-single-product-v2 .countdown_show3 .countdown_section {
width: 10.5%;
}
.woocommerce .ibid-single-product-v2 div.product div.summary {
background: #FFFFFF;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
padding: 40px;
padding-bottom: 30px;
width: 56%;
}
.ibid-single-product-v2 .woocommerce-tabs .panel h2 {
display: block !important;
font-weight: 400 !important;
}
.ibid-single-product-v2 .woocommerce-tabs .panel {
display: block !important;
}
.woocommerce .ibid-single-product-v2 div.product .woocommerce-tabs ul.tabs{
display: none;
}
.woocommerce  .ibid-single-product-v2 div.product .woocommerce-tabs .panel {
padding: 20px 30px !important;
padding-bottom: 15px !important;
background: #FFFFFF;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1) !important;
margin-bottom: 30px;
}
.woocommerce .ibid-single-product-v2 div.product .woocommerce-tabs #tab-more_seller_product {
display: none !important;
}
.woocommerce .ibid-single-product-v2 section.related.products {
margin-top: 80px;
display: inline-block;
}
.woocommerce .ibid-single-product-v2 div.product .woocommerce-tabs div#tab-seller{
width: 48.5%;
float: right;
}
.woocommerce .ibid-single-product-v2 div.product .woocommerce-tabs div#tab-simle_auction_history{
width: 49.5%;
float: left;
padding-bottom: 35px !important;
}
.woocommerce .ibid-single-product-v2 .product_meta {
margin-top: 25px;
color: #8b8b8a;
}
.woocommerce-account .woocommerce .simple-auctions h2 {
text-align: left;
}
.woocommerce-MyAccount-content .simple-auctions.active-auctions {
margin-bottom: 30px;
}
.ibid-single-product-v2 div.product .woocommerce-tabs .panel {
display: block !important;
}
.ibid-single-product-v2 .header-title-blog-box p {
color: #fff;
}
.ibid-single-product-v2 a.cause_prod {
font-size: 16px;
}
.single-product .ibid-single-product-v2 .woocommerce-notices-wrapper {
position: relative;
top: -250px;
}
.woocommerce-notices-wrapper .woocommerce-message::before {
font-size: 25px;
left: 15px;
top: 13px;
}
.woocommerce-notices-wrapper .woocommerce-message {
border-radius: 5px;
border: 0 none;
line-height: 37px;
}
.newsletter-footer.light input[type="email"] {
background: #fff;
}
.ibid-search-input {
position: absolute;
top: 0px;
right: 0px;
border: medium none;
outline: medium none;
background: none repeat scroll 0% 0% #FFF;
width: 90%;
margin: 0px;
z-index: 10;
font-family: inherit;
color: #8b8b8a ;
font-size: 16px;
font-style: italic;
font-weight: 300;
padding: 10px;
box-sizing: border-box !important;
height: 100%;
transition: width 0.3s;
-o-transition: width 0.3s;
-moz-transition: width 0.3s;
-webkit-transition: width 0.3s;
-ms-transition: width 0.3s;
}
input[type="search"].ibid-search-input {
-webkit-appearance: none;
border-radius: 0px;
-o-border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
-ms-border-radius: 0px;
}
.ibid-search-input::-webkit-input-placeholder {
color: #d8d8d8;
}
.ibid-search-input:-moz-placeholder {
color: #d8d8d8;
}
.ibid-search-input::-moz-placeholder {
color: #d8d8d8;
}
.ibid-search-input:-ms-input-placeholder {
color: #d8d8d8;
}
.fixed-search-inside .search-form .search-field::-webkit-input-placeholder {
color: #fafafa;
}
.fixed-search-inside .search-form .search-field:-moz-placeholder {
color: #fafafa;
}
.fixed-search-inside .search-form .search-field::-moz-placeholder {
color: #fafafa;
}
.fixed-search-inside .search-form .search-field:-ms-input-placeholder {
color: #fafafa;
}
.fixed-search-inside .search-form .search-submit {
display: inline-block;
font-family: fontawesome;
background: transparent;
border: 0 none;
color: #fff;
font-size: 22px !important;
position: absolute;
right: 0;
bottom: 10px;
}
.search-form .search-submit {
display: none;
}
.ibid-icon-search,
.ibid-search-submit  {
width: 60px;
height: 60px;
display: block;
position: absolute;
right: 0;
top: 0;
padding: 0;
margin: 0;
line-height: 60px;
text-align: center;
cursor: pointer;
}
.ibid-search-submit {
background: #fff; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0;
color: transparent;
border: none;
outline: none;
z-index: -1;
}
.ibid-icon-menu{
font-family: 'FontAwesome';
background: #27ae60;
transition: all 300ms;
-o-transition: all 300ms;
-ms-transition: all 300ms;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
font-size: 22px;
}
.ibid-icon-menu:before {
content: "\f0c9";
}
.shop_feature i {
font-size: 40px;
padding: 4px 15px;
}
.shop_feature {
color: #ffffff;
overflow: hidden;
}
.shop_feature_description p {
color: #fff;
}
.shop_feature p {
margin: 0;
}
.shop_feature h4 {
color: #fff;
font-size: 25px;
font-weight: bold;
line-height: 30px;
margin: 0;
}
.ibid-icon-search {
transition: all 300ms;
-o-transition: all 300ms;
-ms-transition: all 300ms;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
color: #fff;
z-index: 90;
font-size: 22px;
font-family: 'FontAwesome';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
}
.ibid-icon-search:before {
content: "\f002";
}
.ibid-search.ibid-search-open,
.no-js .ibid-search {
width: 55%;
}
.ibid-search.ibid-search-open .ibid-icon-search,
.no-js .ibid-search .ibid-icon-search {
color: #fff;
z-index: 11;
}
.ibid-search.ibid-search-open .ibid-search-submit,
.no-js .ibid-search .ibid-search-submit {
z-index: 90;
}
.fashion-pins .map-shortcode {
overflow: visible;
}
.fashion-pins .bitwallet-single-point > a {
background: #FFFFFF !important;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1) !important;
}
.fashion-pins .bitwallet-single-point > a::before {
width: 3px !important;
background-color: #E5B25D;
}
.fashion-pins .bitwallet-single-point > a::after {
height: 3px !important;
background-color: #E5B25D;
} .success_message {
color: rgb(0, 173, 241);
display: none;
font-weight: 400;
padding-top: 5px;
text-align: center;
}
.ibid-contact-form input.wpcf7-form-control,
.ibid-contact-form textarea.wpcf7-form-control {
background: #EFEFEF;
border-radius: 8px;
border: none;
padding: 20px;
width: 100%;
outline: none;
}
.ibid-contact-form textarea.wpcf7-form-control {
height: 150px;
}
.ibid-contact-form .wpcf7-submit i {
margin-left: 5px;
}
.ibid-contact-form .wpcf7-submit {
margin-top: 0px !important;
width: auto !important;
}
.ibid-contact-form label {
width: 100%;
margin-bottom: 30px !important;
}
.ibid-contact-form input.wpcf7-form-control::placeholder,
.ibid-contact-form textarea.wpcf7-form-control::placeholder {
color: #999999;
font-weight: normal;
}
.contact-up .vc_column-inner {
height: 430px;
margin-top: -595px;
}
.box-shadow-column .vc_column-inner {
padding-top: 60px !important;
padding-right: 15px;
padding-bottom: 85px;
padding-left: 160px;
}
.contact-dark input {
font-size: 14px;
height: 55px;
margin-top: 10px;
width: 100%;
padding: 0 25px 0 75px !important;
border: 0 !important;
transition: all 250ms ease;
font-family: Open Sans;
background: #F7F8FA !important;
}
.contact-dark input, .contact-dark textarea {
border: 0;
width: 100%;
background: #fff;
box-shadow: 20px 37px 102px rgba(0, 0, 0, 0.098);
margin-bottom: 20px !important;
}
.contact-dark label i {
position: absolute;
top: 10px;
z-index: 1;
color: #fff;
font-size: 18px;
background: #000;
padding: 19px;
}
.contact-dark textarea {
margin-top: 10px;
font-size: 14px;
min-height: 150px;
padding: 17px 25px 0 75px !important;
}
.contact-dark textarea {
height: 213px;
outline: none;
}
.contact-dark label {
width: 100%;
color: #3D404F;
font-weight: 400;
}
.contact-dark label {
position: relative;
}
.contact-dark input.wpcf7-form-control.wpcf7-submit {
margin: 0 auto;
border: 1px solid transparent;
font-size: 30px;
font-weight: 700;
padding: 20px 48px !important;
color: #fff;
height: auto;
border-radius: 0px;
width: 97%;
transition: all 250ms ease;
margin-top: 5px;
margin-left: 2px;
background: #252525 !important;
font-family: BenchNine;
}
.contact-dark input.wpcf7-form-control.wpcf7-submit:hover {
background: #fff !important;
color: #000;
} .back-to-top:hover {
background: url(//alt.retrosammler.de/wp-content/themes/ibid/images/svg/back-to-top-arrow.svg) no-repeat scroll center 50% #484848;
}
.back-to-top {
display: inline-block;
height: 40px;
width: 40px;
border-radius: 30px;
position: fixed;
bottom: 30px;
right: 40px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
background: url(//alt.retrosammler.de/wp-content/themes/ibid/images/svg/back-to-top-arrow.svg) no-repeat scroll center 50% #2695FF;
visibility: hidden;
opacity: 0;
transition: all .3s 0s;
-o-transition: all .3s 0s;
-moz-transition: all .3s 0s;
-webkit-transition: all .3s 0s;
-ms-transition: all .3s 0s;
}
.back-to-top.ibid-is-visible, .back-to-top.ibid-fade-out, .no-touch .back-to-top:hover {
-webkit-transition: all .3s 0s;
-moz-transition: all .3s 0s;
-ms-transition: all .3s 0s;
-o-transition: all .3s 0s;
transition: all .3s 0s;
}
.back-to-top.ibid-is-visible {
visibility: visible;
opacity: 1;
}
.no-touch .back-to-top:hover {
background-color: #484848;
opacity: 1;
}
.post-password-form input {
border: 1px solid #e6e6e6;
padding: 7px;
}
#mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link > .link_content { 
float: left !important;
}    div#datafetch .search-result {
position: absolute;
z-index: 1;
background: #fff;
left: 200px;
margin-top: 20px;
padding: 15px 0px;
border-radius: 5px;
box-shadow: 0 0 25px rgba(0,0,0,.05);
-webkit-box-shadow: 0 0 25px rgba(0,0,0,0.1);
-moz-box-shadow: 0 0 25px rgba(0,0,0,.05);
-ms-box-shadow: 0 0 25px rgba(0,0,0,.05);
list-style-type: none;
}
div#datafetch .search-result li {
margin: 0;
line-height: 1;
font-size: 15px;
padding: 5px 20px;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-ms-transition: all 250ms ease;
transition: all 250ms ease;
text-align: left;
}
div#datafetch .search-result li:hover {
background: #f5f5f5;
}
div#datafetch .search-result li a {
font-size: 15px;
color: #252525;
}
div#datafetch .search-result::before,
div#datafetch .search-result::after {
left: 40px;
content: '';
display: block;
position: absolute;
width: 0;
height: 0;
border-style: solid;
top: -23px;
}
div#datafetch .search-result::before {
border-color: transparent;
-webkit-box-shadow: 0 0 25px rgba(0,0,0,0.1);
}
#datafetch img {
max-width: 30px;
margin-right: 10px;
border: 1px solid #e5e5e5;
}
div#datafetch .search-result::after {
border-color: transparent transparent #fff;
border-width: 12px;
} .second_header #mega_main_menu.first-lvl-align-left > .menu_holder > .menu_inner > ul,
.sixth_header #mega_main_menu.first-lvl-align-left > .menu_holder > .menu_inner > ul{
text-align: left !important;
}
.second_header #mega_main_menu.primary,
.second_header .menu.nav.nav-menu,
.sixth_header #mega_main_menu.primary,
.sixth_header .menu.nav.nav-menu {
width: 100%;
}
.second_header li.search_products ,
.sixth_header  li.search_products{
margin-top: 11px;
}
.second_header  nav.navbar.navbar-default {
border-top: 0;
}
.second_header #mega_main_menu.primary .menu-item,
.sixth_header #mega_main_menu.primary .menu-item {
padding: 0 !important;
}
.second_header .ibid-icon-search,
.sixth_header .ibid-icon-search{
font-size: 18px;
}
.second_header .ibid-search,
.sixth_header .ibid-search{
height: 40px;
min-width: 40px;
}
.second_header .ibid-icon-search, 
.second_header .ibid-search-submit,
.sixth_header .ibid-icon-search, 
.sixth_header .ibid-search-submit{
width: 40px;
height: 40px;
line-height: 40px;
}
body.second_header  .shop_cart > a,
body.sixth_header  .shop_cart > a {
padding: 10px 0 !important;
}
.second_header .search_products, 
.second_header .shop_cart,
.sixth_header .search_products, 
.sixth_header .shop_cart {
}
.sixth_header .navbar-header .logo {
margin: 10px 0;
}
.hide_post_featured_image .single-post-featured-img {
display: none;
}
.header_mini_cart .woocommerce-mini-cart__empty-message {
color: #242424;
margin: 0;
text-align: center;
font-weight: bold;
}
.first_header .header_mini_cart,
.second_header .header_mini_cart,
.third_header .header_mini_cart,
.fourth_header .header_mini_cart,
.fifth_header .header_mini_cart,
.sixth_header .header_mini_cart,
.seventh_header .header_mini_cart,
.eighth_header .header_mini_cart,
.first_header .header_mini_cart.visible_cart,
.second_header .header_mini_cart.visible_cart,
.third_header .header_mini_cart.visible_cart,
.fourth_header .header_mini_cart.visible_cart,
.fifth_header .header_mini_cart.visible_cart,
.sixth_header .header_mini_cart.visible_cart,
.seventh_header .header_mini_cart.visible_cart,
.eighth_header .header_mini_cart.visible_cart{
z-index: 10;
}
.second_header .shop_cart i,
.sixth_header .shop_cart i{
font-size: 12px;
} .third_header #mega_main_menu.primary,
.third_header .menu.nav.nav-menu,
.seventh_header #mega_main_menu.primary,
.seventh_header .menu.nav.nav-menu {
width: 100%;
}
.third_header li.search_products,
.seventh_header li.search_products  {
margin-top: 13px;
}
.third_header #mega_main_menu.first-lvl-align-left > .menu_holder > .menu_inner > ul,
.seventh_header #mega_main_menu.first-lvl-align-left > .menu_holder > .menu_inner > ul{
text-align: center !important;
}
.third_header #mega_main_menu.primary .menu-item,
.seventh_header #mega_main_menu.primary .menu-item {
padding: 0 !important;
} .fourth_header #mega_main_menu.primary,
.fourth_header .menu.nav.nav-menu,
.eighth_header #mega_main_menu.primary,
.eighth_header .menu.nav.nav-menu {
width: 100%;
}
.fourth_header #mega_main_menu.first-lvl-align-left > .menu_holder > .menu_inner > ul,
.eighth_header #mega_main_menu.first-lvl-align-left > .menu_holder > .menu_inner > ul{
text-align: center !important;
}
.fourth_header #mega_main_menu.primary .menu-item,
.eighth_header #mega_main_menu.primary .menu-item {
padding: 0 !important;
}
.fourth_header .navbar-header .logo,
.eighth_header .navbar-header .logo {
text-align: center;
}
header.mt-full-screen {
background: url(//alt.retrosammler.de/wp-content/themes/ibid/images/ibid-image.jpg) no-repeat center center;
background-size: cover;
}
.mt-fancy-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(//alt.retrosammler.de/wp-content/themes/ibid/images/overlay.png) no-repeat;
background-size: cover;
}
.mt-full-screen {
width: 100%;
height: 100%;
}
.mt-half-page {
width: 100%;
height: 50%;
}
.mt-uppercase {
text-transform: uppercase;
}
.mt-blue {
background: #00adf1;
}
.mt-c-white {
color: #FFFFFF;
}
.bottom-background {
background: #FFFFFF url(//alt.retrosammler.de/wp-content/themes/ibid/images/bottom-background.png) repeat-x bottom left;
}
.mt-spacer {
margin-bottom: 50px;
clear: both;
}
.mt-half-spacer {
clear: both;
margin-bottom: 30px;
}
.navbar-header .logo > a:hover,
.navbar-header .logo > a {
color: #242424 !important;
}
.logo img {
max-width: 150px;
}
footer .logo img {
max-width: 120px;
}
footer aside {
margin-bottom: 0px !important;
}
.logo a {
font-weight: bold;
color: #FFFFFF !important;
text-decoration: none;
font-size: 30px;
}
.logo a:hover {
color: #ffffff;
}
.col-md-7.col-sm-12.contact-header {
display: flex;
z-index: 999;
padding-top: 13px;
padding-bottom: 13px;
}
.top-header {
border-bottom: 1px solid rgba(221, 221, 221, 0.49);
background: #f02222;
color: #ffffff;
padding: 0;
font-size: 14px;
line-height: 20px;
font-weight: 300;
}
.top-header .header-top-contact-method {
margin-right: 20px;
}
.top-header span {
color: #334141;
}
.top-header span i {
margin-right: 5px;
font-weight: 100;
}
.currency-language {
margin: 0 -5px;
padding: 0;
list-style: none;
}
.currency-language > li {
padding: 0 5px;
}
.dropdown-box {
position: relative;
z-index: 10;
}
.menu-list a {
border-right: 1px solid #e5e5e5;
padding-right: 15px;
}
.dropdown-list {
background: #fff;
margin-top: 30px;
opacity: 0;
padding: 10px 0;
z-index: 1100;
position: absolute;
left: 0;
top: 100%;
visibility: hidden;
list-style: none;
width: 130px;
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
transition: all 0.35s ease-out 0s;
-webkit-transition: all 0.35s ease-out 0s;
}
.dropdown-box:hover .dropdown-list {
opacity: 1;
visibility: visible;
margin-top: 12px;
}
.list-inline-block > li {
display: inline-block;
vertical-align: top;
}
.dropdown-list li a {
display: block;
padding: 5px 15px;
color: #666;
}
.menu-list li:last-child a {
border-right: 0;
margin-right: 8px;
}
.currency-language > li .dropdown-box > a:after {
content: "\f107";
font-family: fontAwesome;
font-weight: 100;
opacity: 0.4;
margin-left: 5px;
display: inline-block;
vertical-align: middle;
} .navbar-collapse.collapse.col-md-9 {
width: 75%;
}
.first_header .navbar-collapse.collapse.col-md-9 {
padding:0;
}
.first_header .navbar-collapse.collapse.col-md-10,
.header-v2 .navbar-collapse.collapse.col-md-10,
.fifth_header .navbar-collapse.collapse.col-md-10{
width: 83.3333%;
padding: 0;
}
.navbar-collapse.collapse.in .menu .menu-item {
text-align: left;
width: 100%;
}
.navbar-default .navbar-nav > li > a, 
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
color: #242424;
}
.navbar-default .navbar-nav li .link_text:before {
position: absolute;
top: 65%;
left: 50%;
color: #f02222;
content: "\f111";
font-family: 'Fontawesome';
text-shadow: transparent 0px 0px;
font-size: 6px;
transform: translateX(-50%);
pointer-events: none;
transition: text-shadow 0.3s, color 0.3s;
transition: all 300ms ease;
opacity: 0;
}
.navbar-default .navbar-nav li:hover .link_text:before, 
.navbar-default .navbar-nav li:focus .link_text:before,
.navbar-default .navbar-nav .current-menu-item .link_text:before {
color: #f02222;
text-shadow: 10px 0 #f02222, -10px 0 #f02222;
opacity: 1;
}
.navbar-default .navbar-nav li.shop_cart .link_text:before , .navbar-default .mega_dropdown .link_text:before {
opacity: 0 !important;
}
#navbar ul.menu > .menu-item.current-menu-item > a::before, #navbar ul.menu > .menu-item:hover > a::before {
opacity: 1;
transform: scale(1);
}
#navbar ul.menu > .menu-item > a::before {
background: #fff none repeat scroll 0 0;
content: "";
height: 2px;
left: 35%;
position: absolute;
top: 5px;
width: 30%;
opacity: 0;
transform: scale(0);
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
}
.navbar-default .navbar-nav li.shop_cart a {
margin-left: 9px;
margin-right: 9px;
}
.menu-products .shop_cart {
font-weight: bold;
float: right;
font-size: 14px;
color: #484848;
}
.top-header a {
color: #334141 !important;
}
.top-header a:hover {
opacity: .8;
}
nav {
background: #2695FF;
}
.menu .menu-item {
display: inline-block;
}
.menu {
text-align: right;
margin-top: 20px;
margin-bottom: 20px;
}
#ibid-main-head {
width: 100%;
z-index: 800;
border: 0 none;
} .mt-height-centered {
position: absolute;
top: 50%;
left: 0;
-ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
text-align: center;
color: #FFF;
width: 100%;
}
.mt-height-centered .mt-title {
font-size: 46px;
font-family: 'Montserrat';
font-weight: 600;
}
.my-account-navbar {
padding: 10px 0px;
}
.my-account-navbar a {
padding: 11px 15px !important;
display: block;
line-height: 17px;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-o-transition: all 250ms ease;
}
li#nav-menu-login {
list-style: none;
float: right;
}
.menu-category {
margin-right: 20px;
height: 60px;
background: #fff;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.menu-category a {
color: #484848 !important;
text-transform: uppercase;
margin: 0px 20px !important;
} .section-border {
width: 100%;
height: 23px;
background: url(//alt.retrosammler.de/wp-content/themes/ibid/images/section-border.png) no-repeat center center;
margin: 5px 0 10px;
}
.section-subtitle {
color: #8b8b8a ;
font-size: 15px;
font-weight: 300;
margin-top: 7px;
text-align: center;
width: 70%;
margin: 0 auto;
margin-top: 5px;
}
header.section-header {
margin-bottom: 50px;
position: relative;
z-index: 10;
} .modeltheme-modal {
position: absolute;
top: 50%;
left: 50%;
width: 50%;
max-width: 630px;
min-width: 320px;
height: auto;
z-index: 2000;
visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.modeltheme-show {
visibility: visible;
}
.modeltheme-show ~ .modeltheme-overlay {
opacity: 1;
visibility: visible;
}
.modeltheme-overlay {
position: fixed;
width: 100%;
height: 100%;
visibility: hidden;
top: 0;
left: 0;
z-index: 1000;
opacity: 0;
background: rgba(0, 0, 0, 0.80);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.modeltheme-content#login-modal-content h3, .modeltheme-content#signup-modal-content h3 {
background: #484848;
border-radius: 11px 11px 0px 0px;
margin: 0;
padding: 25px;
font-size: 18px;
font-weight: bold;
text-transform: uppercase;
color: #fff;
}
.show_if_seller input {
font-style: normal;
}
.modeltheme-modal.modeltheme-show * {
opacity: 1;
visibility: visible;
}
.modeltheme-content h3 {
margin: 0;
padding: 25px;
font-size: 24px;
font-weight: 300;
background: #48A8A7;
color: white;
border-radius: 0;
-webkit-border-radius: 0;
}
.modeltheme-modal * {
opacity: 0;
visibility: hidden;
}
.modeltheme-content#login-modal-content, .modeltheme-content#signup-modal-content {
border-radius: 30px;
}
.modeltheme-content {
color: #3F3F3F;
background: #FFFFFF;
position: relative;
margin: 0 auto;
}
.modeltheme-modal * {
opacity: 0;
visibility: hidden;
}
.modeltheme-modal .modeltheme-content > div {
padding: 10px 15px 20px!important;
}
.separator-modal {
clear: both;
overflow: hidden;
text-align: center;
padding: 15px 0;
color: #cdcdcd;
font-weight: 600;
}
.separator-modal::before {
right: 0.5em;
margin-left: -6%;
}
.wc-social-login {
clear: both;
margin: 0 -5px;
}
.wc-social-login .ywsl-label {
padding: 20px 0 0 !important;
color: #686868;
display: none;
}
.wc-social-login a.ywsl-social {
display: inline-block;
margin-bottom: 10px !important;
width: 33.3%;
float: left;
margin: 0;
text-align: center;
padding: 0 5px;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
}
.wc-social-login a.ywsl-social img {
display: none;
}
.wc-social-login a.ywsl-social.ywsl-facebook::after {
content: 'Facebook';
background: #5867dd;
}
.wc-social-login a.ywsl-social::after {
font-weight: 600;
color: #fff;
width: 100%;
display: block;
text-transform: uppercase;
font-size: 14px;
height: 45px;
line-height: 45px;
border-radius: 30px;
}
.wc-social-login a.ywsl-social.ywsl-twitter::after {
content: 'Twitter';
background: #36a3f7;
}
.wc-social-login a.ywsl-social.ywsl-google::after {
content: 'Google';
background: #E1828D;
}
.wc-social-login a.ywsl-social:hover {
opacity: .8;
}
.separator-modal::before, .separator-modal:after {
background-color: #cdcdcd;
content: "";
display: inline-block;
height: 1px;
position: relative;
vertical-align: middle;
width: 50%;
}
.modeltheme-modal.modeltheme-show * {
opacity: 1;
visibility: visible;
}
.modeltheme-content > div {
padding: 15px 40px 30px;
margin: 0;
font-weight: 300;
font-size: 1.15em;
border-radius: 0px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
}
.modeltheme-modal #signup-modal-content, .modeltheme-modal #forgot-password-modal-content {
display: none;
}
.modeltheme-content#login-modal-content, .modeltheme-content#signup-modal-content {
border-radius: 15px;
}
.modeltheme-content > div p {
margin: 0;
padding: 10px 0;
}
.modeltheme-modal #loginform label {
color: #ffffff;
display: block;
font-size: 15px;
margin: 0;
font-weight: normal;
text-align: left;
}
#loginform label {
display: none !important;
}
.modal-content p i {
position: absolute;
margin-top: 30px;
left: 35px;
z-index: 999;
color: #2695FF;
font-size: 18px;
}
.modeltheme-modal #loginform input[type="text"], 
.modeltheme-modal #loginform input[type="password"] {
height: 55px;
margin-top: 10px;
width: 100%;
outline: none;
padding: 0 25px 0 55px !important;
border: 0 !important;
border-radius: 30px;
transition: all 250ms ease;
background: #F7F8FA !important;
}
#signup-modal-content .woocommerce-form-register.register input[type="text"], 
#signup-modal-content .woocommerce-form-register.register input[type="email"], 
#signup-modal-content .woocommerce-form-register.register input[type="tel"], 
#signup-modal-content .woocommerce-form-register.register input[type="password"], 
#signup-modal-content .woocommerce-form-register.register textarea {
height: 55px;
border-radius: 30px;
margin-top: 10px;
margin-bottom: 0px;
width: 100%;
outline: none;
padding: 0 25px 0 25px !important;
border: 0 !important;
transition: all 250ms ease;
background: #F7F8FA !important;
}
.modal-content p.login-submit {
float: left;
margin-right: 10px !important;
}
.um-register .um-button.um-alt, .btn-register, 
.modeltheme-modal #loginform input[type="submit"], 
form#login .register_button, form#login .submit_button {
background: #2695FF;
box-shadow: 20px 37px 102px rgba(0, 0, 0, 0.098);
border-radius: 25px;
}
#signup-modal-content .woocommerce-form-register.register .button[type='submit'] {
background: #2695FF;
box-shadow: 20px 37px 102px rgba(0, 0, 0, 0.098);
font-size: 14px;
font-weight: 600;
line-height: 1;
color: #fff;
padding: 0px 15px;
height: 45px;
width: 100%;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 30px;
border: 0 none;
outline: 0;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
text-transform: uppercase;
margin-top: 10px;
max-width: 150px;
}
.modeltheme-modal #loginform input[type="submit"],
form#login .register_button, 
form#login .submit_button,
a#register-modal {
border: 0 none;
color: #fff;
font-weight: 600;
text-transform: uppercase;
font-size: 14px;
padding: 10px 30px;
height: 45px;
outline: 0;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
width: auto;
}
a#register-modal {
border-radius: 30px;
padding: 0px 25px;
}
.modeltheme-modal p.btn-register-p {
float: left;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
margin-right: 20px !important;
}
.btn-register {
border: 0 none;
color: #fff !important;
font-weight: 600 !important;
padding: 0px 15px;
height: 45px;
outline: 0;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
width: 100%;
line-height: 45px;
text-transform: uppercase;
font-size: 14px;
}
p.woocommerce-LostPassword.lost_password {
float: left;
margin-top: 9px;
margin-right: 20px !important;
}   .single-portfolio .portfolio-details.heading-bottom {
margin-top: 30px;
}
.single-portfolio .portfolio-details h2.heading-bottom:first-child {
margin-top: 0;
}
.single.single-portfolio .high-padding {
padding: 87px 0;
}
.portfolio-details h2.heading-bottom {
font-size: 20px;
}
.portfolio-details h2.heading-bottom::after {
width: 75px;
}
section .portfolio-shortcode article.portfolio {
padding: 0;
}
section .portfolio-shortcode .ibid-item-info .desc {
opacity: 0.5;
} .related_portfolios .single-portfolio-item .item-description {
width: 100%;
}
.related_portfolios .single-portfolio-item {
overflow: hidden;
} .portfolio-item {
height: 120px;
}   
.portfolio-item .portfolio-triangle {
width: 120px;
height: 120px;
background: transparent;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
margin: 0 auto;
position: relative;
top: 25px;
box-shadow: 0 0 0 6px #FFFFFF, 0 0 0 7px #dadbdb;
overflow: hidden;
}
.portfolio-items {
margin-bottom: 50px;
padding-top: 10px;
margin-top: 0;
}
.portfolio-triangle .content {
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
top: -35px;
position: absolute;
left: -37px;
width: 190px;
height: 190px;
}
.portfolio-hover {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: opacity 0.35s ease-in-out; transition: opacity 0.35s ease-in-out;
}
.portfolio-item .portfolio-triangle:hover .portfolio-hover {
opacity: 1;
}
.portfolio-hover i {
color: rgba(255, 255, 255,.75);
font-size: 28px;
margin-top: 57px;
position: relative;
}
.portfolio-hover p {
color: #ffffff;
font-size: 16px;
font-weight: 500;
margin-top: 0;
}
.woo_catalog_media_images{
position: relative;
display: block;
}
.portfolio-items .col-md-2:nth-child(7n+5) {
clear: left;
margin-left: 24.9999999%;
}
.portfolio-items .col-md-2:nth-child(7n+1) {
clear: left;
margin-left: 16.6666666%;
}
.vc_row.main-content .single-portfolio-item {
padding: 0;
}
.latest-tweets .col-md-2:nth-child(7n+1){
margin: 0;
}
.latest-tweets .single-tweet .rotate45 {
width: 33px;
}
.portfolio-posts .main-content {
margin: 0;
}
.single-portfolio-item .item-description {
height: 100%;
top: 0;
width: 100%;
}
.item-description .holder-top {
height: 50%;
padding: calc(15% - 15px) 15px 15px;
text-align: center;
width: 100%;
opacity: 0;
position: absolute;
top: -50%;
transition: all 250ms ease-in-out 0s;
-o-transition: all 250ms ease-in-out 0s;
-moz-transition: all 250ms ease-in-out 0s;
-webkit-transition: all 250ms ease-in-out 0s;
-ms-transition: all 250ms ease-in-out 0s;
}
.item-description .holder-bottom {
background: none repeat scroll 0 0 rgb(44, 62, 80);
color: rgb(255, 255, 255);
height: 50%;
padding: calc(15% - 30px) 15px 15px;
position: absolute;
text-align: center;
width: 100%;
opacity: 0;
top: 100%;
transition: all 250ms ease-in-out 0s;
-o-transition: all 250ms ease-in-out 0s;
-moz-transition: all 250ms ease-in-out 0s;
-webkit-transition: all 250ms ease-in-out 0s;
-ms-transition: all 250ms ease-in-out 0s;
}
.single-portfolio-item:hover .holder-top {
opacity: 1;
top: 0;
}
.single-portfolio-item:hover .holder-bottom {
opacity: 1;
top: 50%;
}
.item-description i {
background: none repeat scroll 0 0 rgb(255, 255, 255);
color: rgb(182, 189, 191);
font-size: 19px;
padding: 10px;
width: 40px;
transition: all 250ms ease-in-out 0s;
-o-transition: all 250ms ease-in-out 0s;
-moz-transition: all 250ms ease-in-out 0s;
-webkit-transition: all 250ms ease-in-out 0s;
-ms-transition: all 250ms ease-in-out 0s;
}
.item-description i:hover {
background: none repeat scroll 0 0 rgb(44, 62, 80);
color: #fff;
}
.holder-top > a:first-child {
margin-right: 4px;
}
.holder-top > a:nth-child(2) {
margin-left: 4px;
}
.item-description .holder-bottom::before {
border-bottom: 15px solid #2c3e50;
border-left: 15px solid rgba(0, 0, 0, 0);
border-right: 15px solid rgba(0, 0, 0, 0);
content: " ";
height: 0;
left: 50%;
margin-left: -15px;
pointer-events: none;
position: absolute;
top: -14px;
width: 0;
}
.item-description .holder-bottom > h5 {
font-size: 15px;
margin: 0;
opacity: 0.5;
}
.item-description .holder-bottom h3 {
margin: 10px 0 15px;
}
.main-content article.single-portfolio-item {
padding: 0;
}
.vc_col-md-9.main-content article.single-portfolio-item.vc_col-md-4 .holder-bottom h3 {
margin: 8px 0;
}
.vc_col-md-9.main-content article.single-portfolio-item.vc_col-md-3 .holder-top i{
padding: 5px;
width: 30px;
}
.vc_col-md-9.main-content article.single-portfolio-item.vc_col-md-3 .holder-bottom h3{
font-size: 18px;
margin: 6% 0 1%;
} .portfolio_label {
color: #99abb7;
}
.portfolio-details .vc_row {
margin-bottom: 6px;
}
.portfolio-details .bottom {
margin-top: 25px;
}
.portfolio_thumbnails_slider .owl-buttons {
position: absolute;
top: 43%;
width: 100%;
}
.owl-theme .owl-controls .owl-buttons div {
background: none repeat scroll 0 0 #2c3e50;
}
.portfolio_thumbnails_slider .owl-buttons .owl-prev {
left: 20px;
position: absolute;
}
.portfolio_thumbnails_slider .owl-buttons .owl-next {
position: absolute;
right: 50px;
}
.portfolio_thumbnails_slider .owl-buttons .owl-next::before {
content: "\f105";
font-family: 'fontawesome';
display: block;
font-size: 20px;
width: 15px;
}
.portfolio_thumbnails_slider .owl-buttons .owl-prev::before {
content: "\f104";
font-family: 'fontawesome';
display: block;
font-size: 20px;
width: 15px;
}    .block-icon{
height: 130px;
margin-bottom: 25px;
position: relative;
}
.block-container {
text-align: center;
}
.block-triangle {
width: 80px;
height: 80px;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
margin: 0 auto;
position: relative;
top: 25px;
box-shadow: 0 0 0 6px #FFFFFF, 0 0 0 7px #dadbdb;
}
.block-title p {
color: #2f383d;
font-size: 16px;
font-weight: 500;
}
.block-content p {
font-size: 15px;
color: #8b8b8a;
font-weight: 300;
}
.block-icon i {
color: #FFFFFF;
font-size: 40px;
position: absolute;
left: 50%;
top: 50%;
-ms-transform: translate(-50%, -50%) rotate(-45deg);
-webkit-transform: translate(-50%, -50%) rotate(-45deg);
transform: translate(-50%, -50%) rotate(-45deg);
} .left-block-container {
margin-bottom: 20px;
}
.left-block-container .block-title p {
text-transform: uppercase;
}
.left-block-container .block-title {
padding-top: 20px;
}
.left-block-container {
border-bottom: 1px solid #dadee1;
}
.left-block-container:last-child {
border-bottom: 0 none;
margin-bottom: 0;
}
.left-block-container:last-child .block-icon {
margin-bottom: 0;
} .filters {
list-style: none;
text-align: center;
width: 100%;
}
.filters .filter {
display: inline-block;
}   .testimonial-img-holder {
padding: 10px 0px;
}
.testimonial-img {
margin-bottom: 10px;
width: 100px;
margin: 0 auto;
}
.testimonial-author-job {
text-align: center;
padding: 20px 45px;
border-right: 1px solid #DDDDDD;
}
.testimonial-author-job span {
float: right;
line-height: 17px;
font-weight: 300;
font-size: 14px;
color: #999999;
}
.testimonail-content {
padding: 20px;
line-height: 170%;
font-style: italic;
text-align: center;
font-weight: lighter;
}
.testimonail-content p {
color: #2457AA;
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 17px;
}
.testimonial-author-job h4 {
color: #999999;
font-size: 20px;
line-height: 5px;
text-align: right;
text-transform: uppercase;
}
.testimonials-container ul {
list-style: none;
padding: 0;
}
.testimonials-container blockquote {
border: 0 none;
text-align: center;
padding: 40px 0 40px 0;
font-size: 26px;
color: rgba(255,255,255,0.5);
position: relative;
margin: 0;
}
.testimonial-author {
font-size: 20px;
font-weight: 500;
margin-top: 10px;
}
.testimonial-job {
color: #8b8b8a;
font-size: 13px;
font-weight: 400;
}
.testimonail-content p:before {
font-family: "Libre Baskerville";
content: "''";
font-size: 200px;
font-style: italic;
left: 5%;
line-height: 0;
position: absolute;
transform: rotate(180deg);
-o-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
background: transparent;
top: -20px;
-webkit-transform: rotate(180deg);
background: transparent;
top: -20px;
opacity: .05;
}   .member-container {
position: relative;
}
.member-content {
position: relative;
z-index: 2;
-webkit-transition: all 0.7s; transition: all 0.7s;
}
.member-container:hover .member-content {
-ms-transform: translateY( -50% ); -webkit-transform: translateY( -50% ); transform: translateY( -50% );
}
.member-header {
border-bottom: 1px solid;
margin-bottom: 40px;
position: relative;
z-index: 2;
}
.member-header:before,
.member-header:after {
content: "";
display: block;
position: absolute;
bottom: -10px;
width: 1px;
height: 10px;
}
.member-header:before {
left: 0;
}
.member-header:after {
right: 0;
}
.member-header p,
.member-footer p {
font-size: 12px;
text-transform: uppercase;
}
.member-header h4,
.member-footer h4 {
font-size: 16px;
text-transform: uppercase;
}
.member-footer .social {
border-top: 1px solid;
margin-top: 20px;
position: relative;
padding-top: 20px;
}
.member-footer .social:before,
.member-footer .social:after {
content: "";
display: block;
position: absolute;
top: -10px;
width: 1px;
height: 10px;
}
.member-footer .social:before {
left: 0;
}
.member-footer .social:after {
right: 0;
}
.member-footer .social ul {
list-style: none;
padding: 0;
margin: 0;
}
.member-footer .social ul li {
display: inline-block;
}
.member-footer {
position: absolute;
bottom: 0;
width: 100%;
z-index: 1;
}
.social ul li i {
font-size: 20px;
color: #bdc0c2;
}
.member-content img {
width: 100%;
}
.memeber01-img-holder img {
border-radius: 50%;
}
.members_img_holder .tooltip {
display: block;
position: absolute;
top: 0;
left: 50%;
padding: 0.8rem 1rem;
border-radius: 40px;
font-size: 0.8rem;
font-weight: bold;
opacity: 0;
pointer-events: none;
text-transform: uppercase;
transform: translate(-50%, -100%);
transition: all 0.3s ease;
z-index: 1;
}
.members_img_holder .tooltip:after {
display: block;
position: absolute;
bottom: 1px;
left: 50%;
width: 0;
height: 0;
content: "";
border: solid;
border-width: 10px 10px 0 10px;
border-color: transparent;
transform: translate(-50%, 100%);
}   .stats-head * {
font-size: 50px;
color: #FFF;
text-align: center;
}
.aligncenter {
margin: 30px auto;
display: block;
}
.text-dark .statistics .stats-head *{
color: #00aeef;
}
.text-dark .statistics .stats-content p {
color: #747474;
}
.stats-block.statistics.bordered {
border: 1px solid #d1d1d1;
padding: 10px 0;
}
.stats-content p {
font-size: 20px;
color: #FFF;
text-align: center;
text-transform: uppercase;
}
.stats-head i{
font-family:'FontAwesome';
padding-right :10px;
}
.timeline .post-cotnent-left {
padding-right: 60px;
}
.timeline .post-cotnent-right {
padding-left: 60px;
}
.timeline{
position: relative;
}
.timeline article {
padding-bottom: 40px;
position: relative;
}
.timeline:before {
content: "";
display: block;
width: 4px;
height: 100%;
position: absolute;
top: 0;
left: 50%;
margin-left: 2px;
background: #00adf1;
}
.timeline article:before {
content: "";
display: block;
position: absolute;
width: 15px;
height: 90px;
background: url(//alt.retrosammler.de/wp-content/themes/ibid/images/timeline-dot.jpg);
left: 50%;
top: 50%;
margin-left: -4px;
margin-top: -45px;
}
.pricing-table ul {
list-style:none;
padding: 0;
margin: 0;
width: 100%;
font-size: 12px;
color: #8b8b8a;
text-transform: uppercase;
}
.pricing-table .price {
font-size: 22px;
}
.button.solid-button,
.pricing-table .table-content{
transition: all 300ms;
-webkit-transition: all 300ms;
}
.pricing-table.Recommended .table-content,
.pricing-table.recommended .table-content,
.pricing-table.recomended .table-content,
.pricing-table .table-content:hover {
color: #ffffff;
}
.pricing-table.Recommended ul li, 
.pricing-table.recommended ul li, 
.pricing-table.recomended ul li, 
.pricing-table .table-content:hover ul li {
color: #ffffff;
}
.pricing-table.Recommended .button.solid-button,
.pricing-table.recommended .button.solid-button,
.pricing-table.recomended .button.solid-button,
.pricing-table .table-content:hover .button.solid-button{
background: #ffffff;
}
.pricing-table ul li {
font-size: 15px;
font-weight: 300;
padding: 20px 10px;
text-transform: none;
}
.pricing-table .table-content {
background: #FFFFFF;
}
.pricing-table .triangle-container {
height: 65px;
}
.table-content {
padding-top: 60px;
border: 1px solid #dadbdb;
}
.pricing-table .block-triangle .triangle-content {
-ms-transform: rotate(-45deg) translateY(-50%);
-webkit-transform: rotate(-45deg) translateY(-50%);
transform: rotate(-45deg) translateY(-50%);
position: absolute;
top: 50%;
}   .hide-footer-row-1.hide-footer-row-2.hide-footer-row-3 .footer-top,
.hide-footer-bottom .footer.footer-copyright,
.hide-footer-row-1 .footer-row-1,
.hide-footer-row-2 .footer-row-2,
.hide-footer-row-3 .footer-row-3{
display: none;
}
footer {
background: #fff;
overflow: hidden;
}
footer .tagcloud {
overflow: hidden;
}
footer.has-footer-widgets .footer-top {
padding-bottom: 60px;
padding-top: 40px;
}
.widget_rss .rssSummary{
margin: 10px 0;
}
.widget_rss li a{
font-weight: 500;
}
.widget_rss li a.rsswidget {
font-size: 15px;
line-height: normal;
}
.widget_rss li a,
.widget_rss .widget-title a {
color: #454545;
}
aside.widget_rss li:last-of-type,
footer aside.widget:last-of-type {
margin-bottom: 0px;
}
aside.widget_rss li {
line-height: 1.7;
margin-bottom: 30px;
}
footer .product_list_widget a,
footer .product-title {
color: #ffffff;
}
.footer .payment-methods p {
text-align: right;
}
.footer-top .widget_nav_menu li {
text-align: left;
width: 100%;
padding-left: 16px;
position: relative;
}
.footer-top .widget_nav_menu li:before {
content: "\f101";
color: #8c8c8c;
font-family: 'fontawesome';
font-weight: bold;
left: 0;
margin-right: 6px;
position: absolute;
background: transparent !important;
opacity: .7;
}
.card-icons1 {
min-height: 34px;
background-repeat: no-repeat;
background-position: right;
background-size: 250px;
}
.before_footer{
background: #e9eaea;
}
.before_footer .widget-title{
color: black;
}
.footer-top .widget-title:after{
display: none;
}
.footer-top .widget-title {
border: 0 none;
color: #484848;
margin-bottom: 12px;
padding: 0;
}
.footer-top .widget_nav_menu ul {
margin: 0;
padding: 0;
}
footer .footer-top .menu .menu-item a::after{
content: "";
}
footer .footer-top .menu .menu-item a {
font-size: 14px;
margin-left: 0px;
margin-bottom: 10px;
}
footer .footer-top .menu .menu-item a:HOVER {
color: #0062BD;
opacity: .7;
}
span.newsletter-sentence span {
font-weight: bold;
border-bottom: 2px solid;
}
.get_mc4wp .newsletter-footer.light input.submit {
background: #6FCBF4;
border-radius: 0px 5px 5px 0px;
width: 15%;
position: absolute;
padding: 13px 23px;
height: 45px;
}
.get_mc4wp .newsletter-footer.light input.submit:hover {
background: #092a5f;
}
.get_mc4wp{      
margin-left: 50px;
width: 56.5%;
}
.get_mc4wp .newsletter-footer.light input[type="email"] {
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
border-radius: 5px;
}
.get_mc4wp .newsletter-footer.light .email {
width: 65%;
height: 45px;
}
.newsletter-footer .email {
border: 0;
height: 40px;
padding-left: 20px;
font-size: 14px;
outline: 0;
width: 63%;
background: transparent;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
border-radius: 20px;
color: #606060;
}
.newsletter-footer input.submit {
background: #484848;
box-shadow: none;
border: 0;
color: #FFF;
padding: 14px 25px;
line-height: 1;
width: 30%;
font-size: 12px;
margin-left: -15%;
border-radius: 30px;
outline: 0;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
text-transform: uppercase;
font-weight: 600;
}
.shop_feature_description p {
color: #fff;
}
.newsletter-footer.light .email {
height: 38px;
width: 75%;
}
.newsletter-footer.light input.submit {
width: 30%;
margin-left: -44px !important;
}
.newsletter-footer input.submit:hover ,
.newsletter-footer input.submit:focus {
background:#2695FF;
color: #FFF;
}
.newsletter-footer .email::-webkit-input-placeholder {
color: rgba(255, 255, 255, .7);
}
.complex-layout .subscribe > input[type="text"]:-moz-placeholder {
color: rgba(255, 255, 255, .7);
}
.newsletter-footer .email::-moz-placeholder {
color: rgba(255, 255, 255, .7);
}
.newsletter-footer .email:-ms-input-placeholder {
color: rgba(255, 255, 255, .7);
}
.newsletter-footer ::placeholder {
color: #606060 !important;
}
.footer-top .widget-title, .footer-top .widget-title {
font-weight: bold;
line-height: 24px;
}
.prefooter{
padding: 0;
}
.container.footer-top, 
.prefooter .container {
padding-bottom: 70px;
padding-top: 80px;
}
.prefooter .footer .container {
padding-top: 10px;
padding-bottom: 10px;
} footer nav.menu {
background: transparent;
margin: 0;
}
nav ul li {
display: inline-block;
}
nav ul {
list-style: none;
margin: 0;
padding: 0;
}
footer nav ul li a{
color: #6d7a83;
font-size: 12px;
padding-right: 5px;
margin-right: 5px;
position: relative;
display: block;
}
footer nav ul li a:after {
content: '/';
display: block;
font-size: 12px;
position: absolute;
top: 0;
right: -5px;
color: #6d7a83;
}
footer nav ul li:last-child a:after {
display: none !important;
}
footer nav ul li:last-child a {
margin-right: 0;
padding-right: 0;
}
footer .footer {
background: #f8f8f8 ;
padding: 20px 0;
}
.col-md-6.payment-methods img {
max-height: 30px;
}
footer .logo, .footer-top .widget-title, .footer-top .widget-title {
margin-top: 0;
}
footer .widget span {
line-height: 25px;
}
.contact-details span i {
color: #fff;
width: 25px;
}
.footer-top .widget-title, .footer-top .widget-title {
margin-bottom: 19px;
}
footer .logo {
margin-bottom: 20px;
height: 30px;
}
.contact-details {
margin-top: 20px;
}
.contact-details span {
display: block;
margin-bottom: 10px;
color: rgba(255, 255, 255, 1);;
font-weight: 400;
max-width: 250px;
}
.contact-details span i {
color: #fff;
padding-right: 5px;
}
p.copyright {
margin: 0;
font-size: 14px;
padding: 7px 0;
}
footer .textwidget > p:last-child {
margin-bottom: 0;
}
footer .theme-author {
text-transform: uppercase;
font-weight: 700;
}
.before-footer-section .auction-time-countdown.hasCountdown{
display: block;
margin-top: 5px;
}
.before-footer-section ul.product_list_widget li img {
width: 100px !important;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
border: none !important;
}
.before-footer-section .widget .time-left{
display: none;
}
.before-footer-section ul.product_list_widget li a {
font-size: 16px !important;
font-weight: bold !important;
}
.before-footer-section span.current.auction {
font-weight: 300;
font-size: 14px;
}
.before-footer-section ul.product_list_widget li span.amount {
font-size: 14px !important;
font-weight: bold !important;
color: #EA3546 !important;
}
.before-footer-section ul.product_list_widget li {
margin-bottom: 30px !important;
}
.before-footer-section .countdown_section {
border-right: 1px solid #D0D0D0 !important;
}
.before-footer-section .countdown_section:last-child {
border: none !important;
}
.before-footer-section .countdown_amount {
font-size: 14px;
color: #EA3546;
font-weight: bold;
}   body .wpb_content_element{
margin: 0;
}
body .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon{
background-image: url(//alt.retrosammler.de/wp-content/themes/ibid/images/toggle_close.png);
}
#primary .main-content ul li[role="tab"]:not(.rotate45) {
margin: 0;
} body.single-post {
border: 0 none;
}  .wpcf7-form .wpcf7-submit {
border: 0 none;
border-radius: 30px;
padding: 12px 25px;
margin-top: 10px;
color: #fff;
width: 100%;
line-height: 1;
font-weight: 600;
text-transform: uppercase;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
-ms-transition: all 250ms ease;
}
.wpcf7-form input, .wpcf7-form textarea {
border: 1px solid rgba(36, 36, 36, .3);
padding: 8px;
}
.wpcf7-form span.wpcf7-not-valid-tip {
font-size: 14px;
font-weight: 300;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors {
border: 0 none;
color: #ffffff;
margin: 5px 0;
padding: 10px;
}
div.wpcf7-validation-errors {
background: none repeat scroll 0 0 #f1c40f;
}
div.wpcf7-mail-sent-ok {
background: none repeat scroll 0 0 #2ecc71;
}
div.wpcf7-mail-sent-ng {
background: none repeat scroll 0 0 #f02222;
}
#contact-us .form-control:focus {
box-shadow: none;
border: 1px solid;
}
#contact-us .form-control {
border: 1px solid #dadee1;
height: auto;
padding: 8px;
}
#contact_form .button[type="submit"] {
border: 0 none;
color: #ffffff;
font-style: normal;
font-weight: bold;
height: auto;
margin: 0;
padding: 13px;
text-transform: uppercase;
}
label.error {
font-size: 15px;
font-weight: 300;
padding-top: 2px;
}
.ibid-contact.row {
max-width: 700px;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
padding: 10px;
}
.ibid-contact label {
width: 100%;
margin-bottom: 20px;
margin-bottom: 10px !important;
margin-top: 10px;
}
.ibid-contact label span, div.wpcf7-response-output {
font-weight: 500;
color: #252525 !important;
margin: 15px 0;
}
.ibid-contact input, .ibid-contact textarea {
height: 60px;
width: 100%;
outline: 0;
background: transparent;
border: 0;
font-size: 14px;
line-height: 17px;
font-weight: 300;
border-top: 2px solid transparent;
border-bottom: 1px solid rgba(221, 221, 221, 0.49) !important;
color: #606060;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-o-transition: all 250ms ease;
-moz-transition: all 250ms ease;
}
.ibid-contact textarea {
min-height: 150px !important;
padding-top: 20px !important;
} #ibid_on_the_map {
height: 430px;
}
#google-container {
position: relative;
width: 100%;
height: 200px;
background-color: #e7eaf0;
}
@media only screen and (min-width: 768px) {
#google-container {
height: 300px;
}
}
@media only screen and (min-width: 1170px) {
#google-container {
height: 400px;
}
}
#statistics.high-margin {
padding: 60px 0;
}
#cd-google-map {
position: relative;
}
#google-map .vc_col-sm-12.wpb_column.vc_column_container {
padding: 0;
}
#cd-google-map address {
position: absolute;
width: 100%;
bottom: 0;
left: 0;
padding: 1em 1em;
background-color: rgba(211, 104, 104, 0.9);
color: white;
font-size: 13px;
font-size: 0.8125rem;
}
@media only screen and (min-width: 768px) {
#cd-google-map address {
font-size: 15px;
font-size: 0.9375rem;
text-align: center;
}
}
#cd-zoom-in, #cd-zoom-out {
height: 32px;
width: 32px;
cursor: pointer;
margin-left: 10px;
background-repeat: no-repeat;
background-size: 32px 64px;
background-image: url(//alt.retrosammler.de/wp-content/themes/ibid/images/svg/ibid-icon-controller.svg);
}
@media only screen and (min-width: 768px) {
#cd-zoom-in, #cd-zoom-out {
margin-left: 50px;
}
}
#cd-zoom-in {
background-position: 50% 0;
margin-top: 10px;
margin-bottom: 1px;
}
@media only screen and (min-width: 768px) {
#cd-zoom-in {
margin-top: 50px;
}
}
#cd-zoom-out {
background-position: 50% -32px;
}
body.single-post .article-details {
margin: 0px 0 35px;
}
.cause .article-details {
margin: 35px 0 35px;
}
.article-details .article-detail-meta {
display: inline-table;
margin-right: 15px !important;
color: #8b8b8a;
}
.article-details .article-detail-meta i {
margin-right: 5px;
} .portfolio-item img {
max-width: 100%;
}
.single .related_portfolios {
margin-top: 65px;
overflow: hidden;
}
.portfolio_thumbnails_slider .owl-controls.clickable .owl-pagination {
bottom: 20px;
position: absolute;
width: 100%;
} .triangle-content p {
color: rgb(255, 255, 255);
margin: 0;
text-align: center;
}
.pricing-table .block-triangle .triangle-content {
height: 100%;
left: 46%;
top: 46%;
width: 100%;
} .featured-row.vc_column_container>.vc_column-inner {
width: 120%;
}
.featured-row.vc_column_container>.vc_column-inner .featured_product_shortcode {
padding: 42px 170px 0px;
}
.featured-row.vc_column_container>.vc_column-inner .featured_product_shortcode {
background-image: none;
}
.over-section img {
margin-right: -30%;
z-index: 4000;
position: relative;
}
.featured_product_shortcode.v2 .featured_product_button {
float: left;
margin-top: 0px;
margin-right: 30px;
}
.featured_product_shortcode.v2 .auction-time-countdown.hasCountdown {
margin-bottom: 30px;
}
.featured_product_shortcode.v2 .countdown_show3 .countdown_section{
width: 15%;
padding: 10px 0px;
}
.featured_product_shortcode.v2 .countdownv2_holder .countdownv2 {
background: none;
box-shadow: none;
padding: 0px !important;
}
.featured_product_shortcode.v2 p.featured_product_price {
line-height: 35px;
}
.featured_product_shortcode.v2 .featured_product_countdown {
margin-bottom: 30px;
} .ketchup-error {
display: none !important;
} .table-striped>tbody>tr:nth-child(odd),
.table-hover>tbody>tr:hover,
.jumbotron,
a.list-group-item:hover, 
a.list-group-item:focus {
background-color: #fff;
}
.table>thead>tr>th, 
.table>tbody>tr>th, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>tbody>tr>td, 
.table>tfoot>tr>td {
border-color: #ecf0f1;
vertical-align: inherit;
}
.btn-primary {
background-color: #2c3e50;
color: #FFF;
}
.btn-success {
background-color: #27ae60;
}
.btn-info {
background-color: #3498db;
}
.btn-warning {
background-color: #e67e22;
}
.btn-danger {
background-color: #f02222;
}
.btn-danger,
.btn-warning,
.btn-info,
.btn-success,
.btn-primary {
border: 0 none;
}
.btn-default:hover, 
.btn-default:focus, 
.btn-default.focus, 
.btn-default:active, 
.btn-default.active, 
.open > .dropdown-toggle.btn-default,
.btn-default {
background-color: transparent;
color: #FFF;
}
.btn-default {
position: relative;
}
.btn-default:after {
background: #2c3e50;
height: 100%;
left: 0;
top: 0;
width: 0;
content: "";
position: absolute;
transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
z-index: -1;
}
.btn-default:hover:after {
width: 100%;
}
.alert-success {
background-color: #2ecc71;
border-color: #27ae60;
color: #FFFFFF;
}
.alert-info {
background-color: #3498db;
border-color: #2980b9;
color: #FFFFFF;
}
.alert-warning {
background-color: #f39c12;
border-color: #e67e22;
color: #FFFFFF;
}
.alert-danger {
background-color: #f02222;
border-color: #c0392b;
color: #FFFFFF;
}
.progress-bar {
background-color: #2c3e50;
}
.progress-bar-success {
background-color: #2ecc71;
}
.progress-bar-info {
background-color: #3498db;
}
.progress-bar-warning {
background-color: #f39c12;
}
.progress-bar-danger {
background-color: #f02222;
}
.list-group-item.active, 
.list-group-item.active:hover, 
.list-group-item.active:focus {
background-color: #2c3e50;
border-color: #ecf0f1;
}
.list-group-item {
border-color: #ecf0f1;
}
.panel-primary,
.panel-primary > .panel-heading {
border-color: #2c3e50;
}
.panel-primary > .panel-heading {
background-color: #2c3e50;
}
.panel-success > .panel-heading {
background-color: #2ecc71;
color: #FFF;
border-color: #27ae60;
}
.panel-success {
border-color: #27ae60;
}
.panel-info > .panel-heading {
color: #FFF;
background-color: #3498db;  
border-color: #2980b9;
}
.panel-info {
border-color: #2980b9;
}
.panel-warning > .panel-heading {
background-color: #f39c12;
color: #FFF;
border-color: #e67e22;  
}
.panel-warning {
border-color: #e67e22;
}
.panel-danger > .panel-heading {
background-color: #f02222;
border-color: #c0392b;
color: #FFFFFF;
}
.panel-danger {
border-color: #c0392b;
}
.thumbnail {
background: transparent;
}
.btn-primary:hover{
background: rgba(52, 73, 94,1.0);
}
.navbar {
margin-bottom: 0;
border:none !important;
}   .full-width-part.post-details {
padding: 0px 0 30px;
margin-bottom: 30px;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.full-width-part .category-links .post-tags,
.full-width-part .post-category-comment-date {
font-size: 14px;
}
.full-width-part .post-category-comment-date a,
.article-details .post-author a {
color: #8b8b8a;
line-height: 20px;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-moz-transition: all 250ms ease;
}
.full-width-part .post-category-comment-date a:hover,
.article-details .post-author a:hover {
color: #2695FF;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-moz-transition: all 250ms ease;
}
.full-width-part .category-links .post-tags a{
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-moz-transition: all 250ms ease;
}
.full-width-part .more-link {
float: none;
font-weight: 400;
padding: 12px 25px;
line-height: 1;
border-radius: 30px;
display: inline-block;
transition: all 250ms ease-out;
color: #fff;
margin-top: 25px;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-moz-transition: all 250ms ease;
text-transform: uppercase;
font-weight: 600;
}
.full-width-part .more-link:hover {
background: #fff;
color: #2695FF;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.full-width-part .post-name{
font-size: 30px;
font-weight: 400;
margin: 15px 0 17px;
}
.single-post .post-name {
padding: 40px 40px 0px;
font-size: 30px;
font-weight: bold;
line-height: normal;
margin-top: 0px;
max-width: 90%;
margin-bottom: 5px;
}
.full-width-part .post-name a {
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-moz-transition: all 250ms ease;
}
.full-width-part .post-name a {
color: #484848;
}
.full-width-part .post-name a:hover {
color: #2695FF;
}
.page-template-template-blog .post-thumbnail img {
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-moz-transition: all 250ms ease;    
}
.post-thumbnail img:hover {
opacity: .9;
}
.full-width-part .post-excerpt {
margin: 30px 40px;
margin-bottom: 0px;
}
.single-post .article-categories h3, 
.single-post .article-categories div {
font-size: 12px;
}
.single-post .article-header .wp-post-image {
padding-bottom: 35px;
}
.grid-view.col-md-12.list-view {
margin-bottom: 30px;
}
.list-view .wp-caption.alignnone {
margin: 10px 0;
max-width: 100%;
}
.missing-modeltheme-framework .social-shareer a,
.missing-redux-framework .social-shareer a{
line-height: 15px;
}
.wp-caption-text {
font-weight: 300;
padding-top: 12px;
padding-bottom: 12px;
}
figcaption.wp-caption-text {
margin-bottom: 15px;
margin-top: 5px;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
}
.commentlist .bypostauthor {border-top: 0 none;}
.wp-caption {
font-style: italic;
}
.wp-caption.alignnone {
margin: 15px 0;
max-width: 100%;
}
.wp-caption.alignleft {
margin: 10px 20px 10px 0 !important;
}
.alignnone {
margin: 10px 0;
}
.alignright {
float: right;
margin-top: 20px;
margin-bottom: 30px;
margin-left: 20px;
}
.alignleft {
margin-bottom: 10px;
margin-right: 20px;
margin-top: 10px;
float: left;
}
.wp-caption.alignright {
float: right;
margin: 0 0 0 15px;
}
.page article.type-page{
padding: 80px 0;
}
.page .high-padding article.type-page,
.page .no-padding article.type-page{
padding: 0;
}
.page .no-padding-bottom article.type-page{
padding: 80px 0 0;
}
footer.entry-footer{
background: transparent;
clear: both;
}
.post-type {
color: #8b8b8a;
}
.post-type i {
margin-right: 5px;
}
.post-thumbnail a {
display: block;
}
.main-content .single-post a:hover .thumbnail-overlay {
opacity: 1;
}
.main-content .single-post .thumbnail-overlay i {
font-size: 25px;
left: calc(50% - 15px);
top: 44%;
} .ibid-pagination {
background: transparent;
padding: 5px 15px;
margin: 0px 0 5px;
}
.page-template-template-blog .ibid-pagination {
margin: 0px 0 40px;
}
.page-template-template-portfolio .pagination {
padding: 0;
position: relative;
}
.pagination > li > a {
transition: all 300ms;
-o-transition: all 300ms;
-ms-transition: all 300ms;
-moz-transition: all 300ms;
-webkit-transition: all 300ms;
color: rgb(144, 157, 165);
}
.pagination > li > a.current,
.pagination > li > a:hover {
background-color: #00ADF1;
color: #fff;
}
.ibid-pagination .pagination {
margin: 0;
}
.boxed-blog .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-text-wrap {
background: #FFFFFF;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
padding: 30px;
margin: -20px auto 0;
}
.boxed-blog .lvca-portfolio-wrap {
overflow: visible;
}
.lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item.lvca-active:after {
border-bottom: 3px solid #2695FF !important;
}
.single .woocommerce-product-gallery figure {
margin: 0;
}
.yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistaddedbrowse.hide{
display: initial !important;
}
.yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistaddedbrowse.hide a {
width: 30px !important;
display: block;
height: 30px;
text-align: center;
line-height: 30px;
font-size: 9px;
}
.yith-wcwl-wishlistaddedbrowse.show a:hover i{
color: #fff;
}
.yith-wcwl-wishlistaddedbrowse.show a {
height: 30px;
background: #fff;
display: block;
width: 30px;
text-align: center;
line-height: 31px;
font-size: 9px;
transition: all 250ms ease-in-out;
}
.yith-wcwl-wishlistexistsbrowse.show a {
height: 30px;
padding: 0 !important;
line-height: 32px;
text-align: center;
}
.yith-wcwl-wishlistexistsbrowse.show a i {
font-size: 10px;
}
.yith-wcwl-add-button > a i{
font-size: 10px;
font-weight: 600;
margin: -2px 0px;
}
.woocommerce_categories2 .yith-wcwl-wishlistexistsbrowse.show a i {
font-size: 9px;
line-height: 18px;
}
.woocommerce_categories2 .component.quick-view:hover i,
.woocommerce_categories2 .yith-wcwl-add-button.show:hover i{
color: #fff !important;
}
.woocommerce_categories2 .component.quick-view i,
.woocommerce_categories2 .yith-wcwl-add-button.show i{
color: #606060;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
}
.woocommerce div.product form.cart .variations select {
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 12px 15px;
border-radius: 30px;
}
.widget_shopping_cart_content strong {
color: #606060;
}
.woocommerce ul.products li.product:hover .woo_secondary_media_image {
opacity: 1;
visibility: visible;
z-index: 222;
}
.woocommerce ul.products li.product a img.woo_secondary_media_image {
position: absolute;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-ms-transition: all 250ms ease;
}
.ibid-auction-no-reserve {
color: #151515;
background-color: #facf10;
position: absolute;
top: 45px;
left: 15px;
padding: 2px 10px;
font-weight: 500;
text-transform: uppercase;
}
.ibid-auction-no-reserve::after {
content: " ";
position: absolute;
right: -14px;
top: 0;
border-top: 12px solid 
transparent;
border-top-color: transparent;
border-top-color: transparent;
border-right: 14px solid
transparent;
border-bottom: 12px solid
transparent;
border-bottom-color: transparent;
border-bottom-color: transparent;
border-top-color:
#facf10;
border-bottom-color:
#facf10;
}
.woocommerce ul.products li.product .onsale, 
body .woocommerce ul.products li.product .onsale, 
body .woocommerce ul.products li.product .onsale {
background: #f02222 none repeat scroll 0 0;
border-radius: 30px;
display: block;
line-height: 25px;
font-size: 12px;
font-weight: bold;
min-height: 25px !important;
padding: 0px 10px;
position: absolute;
top: 15px;
right: 15px;
width: auto;
z-index: 333;
margin: 20px;
text-transform: uppercase;
}
.woocommerce div.product form.cart .variations label {
color: #8b8b8a ;
font-size: 16px;
font-weight: 400;
line-height: 30px;
}
.account-urls > a {
padding: 13px 0;
margin-left: 20px;
}
.account-urls {
padding-top: 13px;
padding-bottom: 13px;
text-align: right;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
color: #606060;
} .single .yith-wcwl-wishlistaddedbrowse.show {
float: left;
}
.single .yith-wcwl-wishlistaddedbrowse.show a {
margin-top: 0 !important;
height: 40px;
width: 40px;
line-height: 40px;
}
.single.woocommerce div.product form.cart.variations_form{
width: 100%;
}
.products .component .yith-wcwl-wishlistaddedbrowse.show:hover i {
color: #fff;
}
.woocommerce_categories2 .products .bottom-components .component a {
padding: 9px !important;
}
.woocommerce_categories2 .products .component .yith-wcwl-wishlistaddedbrowse.show a {
margin-top: 14px !important;
line-height: 18px;
margin-right: 0 !important;
text-align: center;
}
.products .component .yith-wcwl-wishlistaddedbrowse.show i {
color: #606060;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
}
.products .component i {
color: #fff;
} ul.products.grid .woocommerce-product-details__short-description {
display: none;
}
ul.products.grid hr {
display: none;
}
ul.products.list li.product {
float: none !important;
width: 100% !important;
text-align: left !important;
}
ul.products.list li.product .woocommerce-loop-product__title,
ul.products.list li.product .woocommerce-loop-category__title {
clear: none;
}
ul.products.list li.product:after {
content: "";
display: block;
clear: both;
}
ul.products.list li.product img {
width: 30.75% !important;
float: left;
margin-bottom: 1.5em;
-webkit-transition: none !important;
margin-right: 3.8% !important;
}
ul.products.list li.product h3,
ul.products.list li.product .woocommerce-product-details__short-description,
ul.products.list li.product .price,
ul.products.list li.product .gridlist-buttonwrap {
width: 65.4%;
float: right;
clear: none;
}
ul.products.list li.product div[itemprop="description"] {
display: block;
}
ul.products.list li.product .star-rating {
margin: 0 0 1em;
}
ul.products.list li.product .gridlist-buttonwrap {
margin-bottom: 1.5em;
}
ul.products.list li.product hr {
clear: both;
}
.gridlist-toggle {
display: block;
clear: both;
margin: 0 !important;
padding: 1em 0 !important;
line-height: 1em !important;
}
.gridlist-toggle a {
display: inline-block;
padding: .618em;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center;
text-decoration: none !important;
font-weight: 400 !important;
font-family: sans-serif !important;
font-size: 1em !important;
line-height: 1em !important;
background-color: rgba(0, 0, 0, 0.1);
}
.gridlist-toggle a em {
display: none;
}
.gridlist-toggle a:hover {
background-color: rgba(0, 0, 0, 0.3);
}
.gridlist-toggle a.active {
background-color: rgba(0, 0, 0, 0.2);
cursor: default;
color: inherit;
}
.gridlist-toggle .dashicons:before,
.gridlist-toggle .dashicons {
font-size: 1em;
line-height: 1;
height: 1em;
width: 1em;
} .woocommerce.single-product .product-type-external form.cart .button.single_add_to_cart_button{
padding: 0 25px !important;
}
.single.woocommerce .product-type-external .wishlist-container .yith-wcwl-add-to-wishlist {
display: block;
}
.single.woocommerce div.product form.cart,
.single.woocommerce .product-type-external form.cart {
width: auto;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current,
.pagination .page-numbers.current{
color: #fff;
}
.woocommerce-MyAccount-navigation-link > a {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
color: #ffffff;
}
.woocommerce-MyAccount-navigation-link > a {
font-weight: bold;
text-transform: uppercase;
background: #2695FF none repeat scroll 0 0;
border-bottom: 1px solid rgba(255, 255, 255, .3);
color: #ffffff !important;
display: block;
padding: 15px 20px;
width: 100%;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-ms-transition: all 250ms ease;
}
.woocommerce-MyAccount-navigation-link {
width: 100%;
}
.woocommerce-account .woocommerce h2 {
text-align: center;
font-size: 30px;
font-weight: bold;
margin-bottom: 20px;
margin-top: 0px;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
background: transparent;
}
.woocommerce-MyAccount-navigation-link > a:hover{
background: #Fff;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
color: #2695FF !important;
}
.woocommerce form.login, .woocommerce form.register {
padding: 35px 42px;
padding-bottom: 30px;
border: 1px solid rgba(0, 0, 0, 0.07);
}
.woocommerce form.login{
padding-bottom: 65px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
margin-top: 10px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
float: right;
font-weight: 600;
font-size: 16px;
margin: 10px;
text-transform: uppercase;
}
.woocommerce-input-wrapper .select2-container--default .select2-selection--single {
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 0px;
margin-bottom: 25px;
}
.woocommerce table.shop_table th {
padding: 20px 20px !important;
}
.auction-bage {
width: 20px !important;
}
.woocommerce table.shop_table {
border: none !important;
}
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
padding: 10px 20px!important;
text-transform: capitalize;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li{
padding-left: 0;
}
.single.woocommerce div.product form.cart.grouped_form del span.amount{
font-size: 14px;
}
.single.woocommerce div.product form.cart.grouped_form {
width: 100%;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label a {
color: #242424;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
vertical-align: middle !important;
padding: 0px 30px !important;
}
.woocommerce div.product form.cart .group_table td {
vertical-align: middle !important;
}
.woocommerce div.product form.cart .group_table td:first-child {
vertical-align: middle;
width: auto !important;
padding-left: 0 !important;
}
table.woocommerce-grouped-product-list.group_table {
margin-bottom: 35px;
border: none;
}
.product-type-grouped .product_meta {
margin-top: 15px !important;
}
.woocommerce div.product form.cart .variations td, 
.woocommerce div.product form.cart .variations th {
vertical-align: unset !important;
} .products_category_image_shortcode_holder {
background: #FFFFFF;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
border-radius: 10px;
overflow: auto;
}
.products_category_image_shortcode_holder .heading a {
font-weight: bold;
font-size: 20px;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.products_category_image_shortcode_holder .heading a:hover{
color: #484848;
}
.products_category_image_shortcode_holder .listings_category_footer {
float: right;
padding-top: 22px;
width: 68%;
} .products_category_vertical_shortcode_holder a {
font-weight: bold;
text-transform: uppercase;
color: #252525;
font-size: 35px;
font-family: BenchNine;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
-ms-transition: all 250ms ease;
}
.products_category_vertical_shortcode_holder .description {
display: none;
}
.products_category_vertical_shortcode_holder img.cat-image {
margin-bottom: 20px;
} .modeltheme_products_simple h3.modeltheme-archive-product-title {
text-align: left;
text-transform: uppercase;
font-weight: bold;
font-family: BenchNine;
font-size: 30px;
line-height: 30px;
height: 50px;
}
.modeltheme_products_simple h3.modeltheme-archive-product-title a{
color: #252525;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
-ms-transition: all 250ms ease;
}
.modeltheme_products_simple .modeltheme-product-wrapper {
margin-bottom: 25px;
}
.modeltheme_products_simple span.woocommerce-Price-amount.amount {
color: #606060;
font-size: 15px;
}
.modeltheme_products_simple a.added_to_cart.wc-forward {
position: absolute;
margin: 0 15px;
color: #fff;
font-weight: bold;
position: absolute;
text-transform: uppercase;
left: 0;
top: 0;
z-index: 33;
text-align: center;
padding: 20px;
font-size: 22px;
width: 92%;
font-family: BenchNine;
background: #E5B25D;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
-ms-transition: all 250ms ease;
}
.modeltheme_products_simple .modeltheme-product-wrapper a.button {
margin: 0 15px;
color: #fff;
font-weight: bold;
position: absolute;
text-transform: uppercase;
opacity: 0;
visibility: hidden;
left: 0;
bottom: 128px;
z-index: 33;
text-align: center;
padding: 20px;
font-size: 22px;
width: 92%;
font-family: BenchNine;
background: #E5B25D;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
-ms-transition: all 250ms ease;
}
.modeltheme_products_simple .modeltheme-product-wrapper:hover a.button {
visibility: visible !important;
opacity: 1 !important;
}
.modeltheme_products_simple .modeltheme-product-wrapper:hover .modeltheme-thumbnail-and-details img {
filter: brightness(0.5);
} .field_auction_automatic_relist input {
display: inline-table;
margin-right: 7px;
}
.ebid-relist-auction {
margin-top: 40px !important;
}
#page > .dokan-dashboard-wrap {
padding-top: 80px;
padding-bottom: 80px;
max-width: 1400px;
}
.dokan-seller-search-form .dokan-w4 input[type="search"] {
background-position-y: 15px !important;
}
.dokan-pagination-container .dokan-pagination li a {
color: #454545;
}
#dokan-seller-listing-wrap.grid-view .store-footer .dokan-btn-theme.dokan-btn-round{
padding: 11px 0px !important;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-o-transition: all 250ms ease; 
}
#dokan-store-listing-filter-wrap .right .item .dokan-store-list-filter-button {
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-o-transition: all 250ms ease;
}
.dokan-store #main {
max-width: 1375px;
margin: 0 auto;
padding-top: 90px;
}
.dokan-store-widget {
margin-bottom: 30px;
}
.dokan-single-store.dokan-w8 {
padding-bottom: 63px;
}
.dokan-single-store.dokan-w8 {
padding-bottom: 63px;
}
.dokan-store ul.products li.product.col-md-4 .details-container {
height: 45px;
}
input[type="submit"].dokan-btn-theme, a.dokan-btn-theme, .dokan-btn-theme {
color: #fff;
font-size: 14px !important;
line-height: 1 !important;
background-color: #2695FF !important;
border-color: #2695FF !important;
padding: 12px 25px !important;
font-weight: 600 !important;
text-transform: uppercase;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery {
width: 100% !important; 
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info {
text-align: center;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info i {
float: none !important;
}
.dokan-btn-theme a:hover, .dokan-btn-theme:hover,
input[type="submit"].dokan-btn-danger:hover,
input[type="submit"].dokan-btn-theme:hover {
background: #Fff!important;
border-color: #fff !important;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
color: #2695FF !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active {
background: #FFF !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a {
color: #2695FF !important;
font-weight: bold;
font-size: 14px;
line-height: 17px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .store-name {
color: #484848 !important;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-img {
height: 300px!important;
}
input[type="submit"].dokan-btn, a.dokan-btn, .dokan-btn{
border-radius: 30px !important;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info i {
color: #2695FF !important;
}
.dokan-pagination-container .dokan-pagination li.active a {
background: #2695FF!important;
color: #fff!important;
}
.dokan-dashboard thead {
background: #484848;
}
.dokan-dashboard .dokan-dash-sidebar,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {
background-color: #2695FF !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
border-bottom: 1px solid rgba(255, 255, 255, 0.36) !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
font-weight: bold !important;
color: #fff !important;
text-transform: uppercase !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a:hover {
color: #2695FF !important;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget {
padding: 0px !important;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title {
background: #2695FF;
color: #fff;
margin-top: 0px;
text-transform: uppercase;
padding: 10px 15px !important;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget {
margin-bottom: 30px !important;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title i {
color: #FFF !important;
}
.dokan-error {
border-top: 3px solid #2695FF !important;
}
input#order_date_filter {
margin-left: 5px;
line-height: normal;
border: 1px solid #e5ecef !important;
border-radius: 30px !important;
padding: 8px 10px !important;
height: 40px !important;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget {
background: #FFFFFF !important;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1) !important;
border: none !important;
}
.dashboard-widget.products li {
padding: 5px 13px !important;
border-bottom: 1px solid #DDDDDD;
}
.dashboard-widget.products li span.count {
font-weight: bold;
color: #484848;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.products .pull-right a {
color: #FFF !important;
}
.dashboard-widget.products li:last-child{
border-bottom: none !important;
}
.dokan-dashboard .dokan-dashboard-content,
.dokan-dashboard .dokan-dashboard-wrap {
overflow: visible !important;
}
.dokan-dash-sidebar {
background: #FFFFFF;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a{
border-right: 1px solid rgba(255, 255, 255, 0.36) !important;
}
.dokan-form-control {
padding: 4px 15px !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover {
background: #FFF !important;
color: #2695ff !important;
}
div#cat-drop-stack ul ul.children {
padding: 0px 10px;
}
div#cat-drop-stack ul {
padding: 0;
list-style: none;
}
div#cat-drop-stack li {
padding: 5px 0px;
}
div#cat-drop-stack ul ul.children li:last-child {
padding-bottom: 0;
}
.dokan-form-control {
min-height: 47px !important;
width: 95% !important;
border-radius: 30px !important;
}
table#dokan-product-list-table th,
table.dokan-table.dokan-table-striped th {
color: #FFF !important;
border: none !important;
text-align: center;
vertical-align: middle;
}
input[type="submit"].dokan-btn-danger {
margin-bottom: 0px !important;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dokan-dash-left {
padding-right: 30px !important;
}
.dokan-single-store .dokan-store-tabs ul {
background-color: #fff;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
margin-top: 30px !important;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter .count {
color: #484848;
}
.dokan-pagination-container {
text-align: left !important;
}
div#dokan-content nav {
background: transparent !important;
margin-bottom: 40px;
}
div#dokan-content .overlay-components .component a:hover {
color: #fff !important;
}
.dokan-pagination-container .dokan-pagination li a {
padding: 15px 22px !important;
border-radius: 30px !important;
}
.dokan-pagination-container .dokan-pagination li a {
border: none !important;
margin-right: 15px !important;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-o-transition: all 250ms ease;
}
.dokan-pagination-container .dokan-pagination li a:hover {
background: #2695FF;
color: #fff;
}
div#cat-drop-stack a {
color: #606060;
font-weight: 400;
}
div#cat-drop-stack a:hover {
color: #2695ff;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery {
padding: 30px !important;
}
.dokan-single-store .dokan-store-tabs ul {
display: none;
}
.dokan-info{
margin-top: 70px !important;
}
form#dokan-form-contact-seller {
margin-top: 25px;
padding: 10px 20px 20px;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
form#dokan-form-contact-seller input.dokan-right.dokan-btn.dokan-btn-theme {
margin-top: 15px;
}
form#dokan-form-contact-seller .dokan-form-control {
width: 100% !important;
color: #606060;
}
body .dokan-orders-content .dokan-orders-area ul.order-statuses-filter li {
padding: 0 15px;
}
.dokan-message, .dokan-info, .dokan-error{
background: #fff !important;
}
.dokan-store-widget input[type=text], .dokan-store-widget input[type=email], .dokan-store-widget textarea {
width: 100%;
height: 60px;
width: 100%;
outline: 0;
background: transparent;
border: 0;
font-size: 14px;
line-height: 17px;
font-weight: 300;
border-top: 2px solid transparent;
border-bottom: 1px solid rgba(221, 221, 221, 0.49) !important;
color: #606060;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-o-transition: all 250ms ease;
-moz-transition: all 250ms ease;
}
input[type="submit"].dokan-btn, a.dokan-btn, .dokan-btn {
margin-bottom: 15px;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
padding: 15px 0 15px 32px !important;
}
.dokan-product-date-filter {
margin-bottom: 20px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders .content-half-part li {
padding: 5px 13px !important;
border-bottom: 1px solid #DDDDDD;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders .content-half-part li:last-child {
border-bottom: none !important;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders .content-half-part ul {
margin-bottom: 0px !important;
}
.sells-graph .legend div {
background: transparent!important;
}
.sells-graph .legend  table{
width: 150px !important;
display: none;
}
.dokan-dashboard .dokan-dashboard-content p a {
font-weight: 600!important;
color: #242424!important;
font-size: 15px!important;
}
.pagination-wrap ul.pagination > li > a {
padding: 12px !important;
border: none !important;
border-radius: 30px !important;
}
.pagination-wrap ul.pagination > li > span {
padding: 12px !important;
border-radius: 30px !important;
background-color: #ffffff !important;
border: none !important;
}
.pagination-wrap ul.pagination > li > a:hover {
background-color: #2695FF !important;
color: #fff !important;
}
.content-area .dokan-seller-search-form .dokan-w4 input[type=search] {
border-radius: 30px !important;
outline: none;
}
.content-area .dokan-seller-search {
background-position: 13px 5px !important;
}
.dokan-seller-search-form {
margin-top: 0px !important;
}
.dokan-product-listing-area .dokan-form-control {
min-height: 40px !important;
border-radius: 30px !important;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.diviader,
#order-filter .dokan-table.dokan-table-striped td.diviader{
display: none;
}
#order-filter .dokan-table.dokan-table-striped td,
#order-filter .dokan-table.dokan-table-striped{
border: none !important;
}
#order-filter .dokan-table.dokan-table-striped td{
line-height: 30px !important;
padding: 15px !important;
}
#order-filter .dokan-table.dokan-table-striped a.dokan-btn-sm, .dokan-btn-sm{
padding: 5px 30px !important;
}
.dokan-orders-content .dokan-order-filter-serach input#order_date_filter {
margin-right: 5px;
margin-left: 0px;
}
.dokan-orders-content .dokan-order-filter-serach .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 37px;
right: 10px;
}
.dokan-orders-content .dokan-order-filter-serach .select2-container--default .select2-selection--single {
border-radius: 30px;
border: 1px solid #e5ecef !important;
}
.dokan-orders-content #order-filter .dokan-form-control {
min-height: 42px !important;
border-radius: 30px !important;
margin-bottom: 20px;
width: 98% !important;
}
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach {
padding: 15px 0px 10px !important;
}
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-form-group .dokan-btn-danger {
margin: 0px 5px;
}
.dokan-orders-content .dokan-order-filter-serach .select2-container .select2-selection--single .select2-selection__rendered {
padding-left: 18px;
}
.dokan-orders-content .dokan-order-filter-serach .select2-container--default .select2-selection--single .select2-selection__placeholder {
line-height: 38px;
color: #817e7e;
} .dokan-dashboard-content .dokan-alert-warning {
background-color: #fff;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
border-radius: 30px;
border-color: #fff;
padding: 20px;
color: #252525;
} .dokan-dashboard .dokan-dashboard-content .edit-account {
margin-top: 25px;
}
.dokan-dashboard .dokan-dashboard-content .edit-account fieldset {
margin-top: 30px;
border: none;
padding: 0;
} .dokan-product-listing .dokan-product-listing-area table.product-listing-table td {
vertical-align: middle!important;
text-align: center;
color: #606060;
}
.dokan-product-listing .dokan-product-listing-area .row-actions {
visibility: visible !important;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table mark.instock {
color: #2695FF !important;
text-decoration: none !important;
}
.dokan-product-listing .dokan-product-listing-area .dokan-product-date-filter{
margin: 15px 0px !important;
}
.dokan-form-inline.dokan-w5.dokan-product-search-form {
margin: 15px 0px;
}
table.dokan-table.dokan-table-striped td,
table.dokan-table.dokan-table-striped {
border: none !important;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table p {
padding-bottom: 10px!important;
line-height: 18px!important;
} .dokan-product-edit-form .content-half-part.auction-checkbox {
margin-bottom: 15px;
}
.dokan-product-edit-form .select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #ededed;
border-radius: 30px;
min-height: 42px;
padding: 10px;
}
.dokan-product-edit-form  .ibid-auction-settings .form-control {
border-radius: 30px;
padding: 10px 20px;
min-height: 42px;
}
.dokan-product-edit-form .select2-container--default.select2-container--focus .select2-selection--multiple,
.dokan-product-edit-form .select2-container--default .select2-selection--multiple {
border-radius: 30px;
border: solid #ededed 1px;
outline: 0;
min-height: 42px;
padding: 10px;
}
.dokan-product-edit-form .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 50px;
position: absolute;
top: 1px;
right: 18px;
width: 20px;
}
textarea#_purchase_note {
padding: 20px!important;
} .dokan-settings-content .dokan-settings-area .dokan-banner {
margin: 30px 0 30px 100px !important;
}
.dokan-form-group.store-open-close select {
width: auto !important;
}
.dokan-settings-content .dokan-settings-area .button-area {
margin-top: 55px !important;
}
.dokan-settings-content .dokan-settings-area .dokan-form-control{
min-height: 42px !important;
border-radius: 30px !important;
padding: 10px 15px !important;
} article.dokan-orders-area .dokan-panel-default > .dokan-panel-heading {
background: #2695ff;
color: #fff;
}
.dokan-orders-content .dokan-orders-area .order_download_permissions .toolbar {
margin: 15px;
}
.dokan-orders-content .dokan-orders-area .general-details span {
font-weight: bold;
font-size: 14px;
margin-right: 10px;
color: #252525;
}
.dokan-orders-content .dokan-orders-area .general-details li {
margin: 5px 0px !important;
}
.dokan-orders-content .dokan-orders-area ul.order_notes .note_content p {
font-size: 14px;
line-height: 20px;
}
.dokan-orders-content .dokan-orders-area ul.order_notes .note_content {
padding: 10px !important;
}
.dokan-dashboard .dokan-dashboard-content p a.delete_note {
font-size: 12px !important;
float: right;
}
.dokan-dashboard .dokan-table.order-items thead {
background: #fff;
}
.dokan-dashboard .dokan-orders-area .dokan-table td{
text-align: center;
vertical-align: middle;
}
.dokan-panel-body#woocommerce-order-items a {
text-decoration: none;
font-weight: bold;
}
.dokan-btn-success.grant_access,
input#dokan-add-tracking-number {
background-color: #2695ff;
border: #2695ff;
}
.dokan-btn-success.grant_access:hover,
input#dokan-add-tracking-number:hover{
opacity: .8;
background-color: #2695ff;
border: #2695ff;
}
.dokan-orders-content .dokan-orders-area input.add_note {
padding: 12px;
border-radius: 30px;
} form#payment-form.dokan-form-horizontal fieldset {
border: none;
}
form#payment-form.dokan-form-horizontal .dokan-w8 {
width: 100%;
}
form#payment-form.dokan-form-horizontal .dokan-w3 {
text-align: left;
margin-top: 10px;
width: 15%;
}
form#payment-form.dokan-form-horizontal .dokan-input-group-addon:first-child {
display: none;
}
form#payment-form.dokan-form-horizontal .dokan-w4.ajax_prev.dokan-text-left {
margin-left: 0% !important;
}
@media (min-width: 1200px) {
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery {
background-color: #fff !important;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}}  #wcfmmp-store #woocommerce-product-search-field-0 {
width: 100%;
padding: 12px 15px;
border: 1px solid #ddd;
font-weight: 300;
}
.product-thumbnails .wcfm_buttons {
left: 30px;
top: 15px;
}
.woocommerce .products .auction-bage {
top: 30px;
right: 30px;
}
.products span.winning {
top: 60px;
left: auto;
right: 30px;
line-height: normal;
min-height: auto;
font-weight: 500;
padding: 6px 15px;
border-radius: 20px;
}
.wcfmmp_sold_by_wrapper {
text-align: center;
}
.wcfmmp_sold_by_container .wcfmmp-store-rating {
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}
.auction-price span {
font-size: 16px;
}
.auction-price .auction {
font-weight: 300;
font-size: 16px;
} .evc-blog-list .evc-bli-post-info>* a:hover {
color: #2695ff !important;
}
.evc-blog-list .evc-bli-date-on-image,
.evc-button.evc-btn-solid {
background-color: #2695ff !important;
}
.evc-blog-list.evc-bl-gallery .evc-bli-content a {
color: #FFF;
}
.evc-button.evc-btn-normal {
padding: 12px 25px !important;
border-radius: 30px !important;
}
.evc-button .evc-btn-text {
font-weight: 600 !important;
font-size: 14px !important;
line-height: 1 !important;
}
.evc-button.evc-btn-solid:hover {
color:  #2695ff !important;
background-color: #FFF !important;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
} .pagination .page-numbers:hover {
color: #fff;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
padding-left: 25px;
padding-right: 25px;
}
.pagination .page-numbers {
font-size: 14px;
border-radius: 30px;
text-align: center;
margin-right: 10px;
display: block;
position: relative;
background: #fff;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
border: none;
padding: 15px 10px;
line-height: 20px;
min-width: 50px;
transition: all .3s;
display: inline-block;
color: #242424;
}
.navigation.pagination {
background: none;
} .breadcrumbs_status-no {
margin-top: 80px;
}
.breadcrumb .active {
margin-left: 4px;
}
.breadcrumb a::after{
color: #242424;
margin-left: 7px;
}
.ibid-breadcrumbs {
padding: 40px 0 0px;
}
.ibid-breadcrumbs .breadcrumb{
background: transparent;
margin-bottom: 0px;
padding-right: 0; 
}
.ibid-breadcrumbs .breadcrumb li {
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 17px;
}
.ibid-breadcrumbs .breadcrumb a {
color: #999999 !important;
}
.ibid-breadcrumbs .breadcrumb li a {
transition: all 250ms ease;
-ms-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-o-transition: all 250ms ease;
}
.ibid-breadcrumbs .breadcrumb .active {
color: #999999;
}
.ibid-breadcrumbs h2 span,
.ibid-breadcrumbs h2 {
margin: 0;
font-size: 30px;
line-height: 41px;
color: #454545;
font-weight: bold;
text-transform: capitalize;
}
.breadcrumb {
font-size: 16px;
padding:0;
line-height: 30px;
}
.breadcrumb > li + li::before{
content: "";
padding: 0;
}
.breadcrumb {
color: #777;
}
#disqus_thread {
margin-top: 40px;
} .sticky-posts a:hover .thumbnail-overlay{
opacity: 1;
transition: all 300ms ease-in-out 0s;
-o-transition: all 300ms ease-in-out 0s;
-ms-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
-moz-transition: all 300ms ease-in-out 0s;
}
.sticky-posts .thumbnail-overlay i {
font-size: 27px;
left: calc(50% - 20px);
top: 40%;
}
.sticky-posts a:hover .post-date {
opacity: 0;
transition: all 300ms ease-in-out 0s;
-o-transition: all 300ms ease-in-out 0s;
-ms-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
-moz-transition: all 300ms ease-in-out 0s;
}
.sticky-posts .post-date {
font-size: 14px;
font-weight: 300;
height: 45px;
opacity: 1;
left: 15px;
margin-top: 0;
padding: 2px;
position: absolute;
top: 15px;
transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
width: 45px;
}
.sticky-posts a {
display: block;
}
.sticky-posts .rotate45_back {
display: block;
line-height: 18px;
padding: 0 0 16px;
width: 30px;
transform: rotate(45deg);
-o-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
}
.post-name {
color: #242424;
font-weight: bold;
margin: 7.5px 0 0;
}
.post-name a {
display: inline;
}
.post-name i {
font-size: 22px;
color: #f02222;
margin-right: 5px;
}
.related-posts .post-name{
font-size: 18px;
margin-top: 20px;
}
.ibid_shortcode_blog .post-name a {
color: #484848;
font-size: 20px !important;
line-height: 23px;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
-ms-transition: all 250ms ease;
}
body .ibid_shortcode_blog .post-name a:hover {
color: #2695FF !important;
}
.ibid_shortcode_blog .post-author {
border: 0;
}
.post-category-comment-date .post-author {
border-bottom: 0 none;
}
.post-author {
color: #8b8b8a;
margin: 10px 0;
font-size: 14px;
}
.post-category-comment-date{
color: #8b8b8a ;
}
.post-excerpt {
color: #8b8b8a ;
font-size: 14px;
}
.post-category-comment-date {
margin: 0px 40px;
}
.post-excerpt {
margin: 0;
color: #606060;
font-size: 14px;
line-height: 20px;
font-weight: 300;
}
.post-excerpt h1, 
.post-excerpt h2, 
.post-excerpt h3 , 
.post-excerpt h4 , 
.post-excerpt h5 , 
.post-excerpt h6 {
color: #242424;
}
.nav-previous a, 
.nav-next a{
color: #fff;
}
.nav-previous a:hover, .nav-next a:hover {
background: #fff;
}
.nav-previous, .nav-next {
display: inline-table;
margin-right: 8px;
}
#comment-nav-above h2 {
margin-bottom: 25px;
}
.nav-previous a, .nav-next a {
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
transition: all 250ms ease;
-ms-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-o-transition: all 250ms ease;  
padding: 8px 25px;
border-radius: 30px;
}
.comments-area .no-comments {
float: left;
margin-top: 20px;
width: 100%;
}
.comments-area h2.heading-bottom {
margin-bottom: 30px;
font-weight: bold;
}
.comment {
clear: both;
}
.submit-comment,
.ibid_comments {
float: left;
margin-top: 30px;
width: 100%;
}
.comment-form .form-fields {
padding: 0;
}
.comment-form i {
font-size: 20px;
line-height: 40px;
right: 0;
text-align: center;
top: 0;
width: 34px;
}
#form-allowed-tags {
display: none;
}
.comments-area {
margin-top: 0;
}
.comments-area li {
list-style: none;
overflow: hidden;
}
.comment-edit-link {
font-weight: bold;
margin-right: 15px;
}
#wp-comment-cookies-consent {
display: inline-table;
float: left;
width: auto;
margin-right: 10px;
margin-top: 5px;
opacity: 0.4;
}
.comment-reply-link {
font-weight: bold;
}
.comments-area .comment-navigation {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
margin-bottom: 50px;
margin-top: 30px;
}
.comment .author_name .url {
font-weight: 500;
color: #151515;
}
.comment_body > p {
color: #8b8b8a;
}
.comment_body .reply_button {
color: #8b8b8a;
}
.comment_body .reply_button a {
margin: 0 3px;
}
.comment_body .author_name {
font-size: 18px;
font-weight: 600;
margin-bottom: 10px;
}
.comment_body a{
transition: all 250ms ease;
-ms-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-o-transition: all 250ms ease;  
}
.comment-list.comments-area.ibid_comments.comments {
margin: 0;
}
.comment-respond {
float: left;
margin-top: 45px;
width: 100%;
}
.comment-respond {
margin-bottom: 20px;
}
.container.blog-posts {
padding-left: 15px;
padding-right: 15px;
padding-top: 0;
padding-bottom: 50px;
}
.comments-area li .comment {
margin-bottom: 30px;
} .comments-pingbacks-tracebacks {
margin-top: 55px;
}
.comments-pingbacks-tracebacks .comment-author a {
font-size: 19px;
font-weight: bold;
}
.comments-pingbacks-tracebacks footer {
background: transparent;
}
.comments-pingbacks-tracebacks li {
list-style: none;
margin-bottom: 30px;
} .single_tax::after {
content: ",";
color: #000;
opacity: 0.5;
}   
.single_tax:last-child::after {
content: "";
}   
.article-content {
margin-bottom: 20px;
}
.article-footer {
padding: 15px 0;
clear: both;
}
.single-post-tags span {
font-weight: 300;
color: #606060;
}
.article-footer h3 {
line-height: 20px !important;
}
.article-footer h3 {
color: grey;
display: inline;
float: left;
font-weight: 300;
margin: 0px 17px 0 0;
font-size: 14px;
}
.article-tags-comments .article-comments {
margin: 0;
padding: 0;
}
.article-tags i {
margin-right: 8px;
}
.article-tags-comments {
color: #8b8b8a ;
}
.article-details .post-author {
border-bottom: 0 none;
color: #999999 ;
line-height: 17px;
font-size: 14px;
margin: 7px 0 4px;
padding-bottom: 0;
}
.article-details .post-author a {
font-size: 14px;
}
.article-tags-comments {
border-top: 1px solid rgb(229, 236, 239);
border-bottom: 1px solid rgb(229, 236, 239);
color: #8b8b8a ;
margin: 10px 0;
overflow: hidden;
padding: 10px 0;
}
.article-categories > h3 {
color:#8b8b8a;
display: inline;
font-size: 16px;
margin: 0;
}
.article-categories i {
margin-right: 5px;
}
a.single_tax {
font-weight: bold;
}
.categories {
color: #6d7a83;
display: inline;
font-size: 15px;
width: auto;
}
.article-categories {
border-bottom: 1px solid rgb(229, 236, 239);
margin: 10px 0;
padding: 10px 0;
}
.social-shareer {
position: relative;
list-style: none;
display: inline;
margin-left: 10px;
padding: 0;
}
ul.social-shareer li {
display: inline;
}
.social-shareer a {
position: relative;
display: inline-block;
font-size: 12px;
width: 30px;
padding: 9px 0;
height: 30px;
line-height: 13px;
border-radius: 30px;
text-align: center;
margin-right: 10px;
background: #fff;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
}
.single-post-tags > a:last-child:after {
content: "";
}
.single-post-tags > a:after {
content: ",";
}
.single-post-tags a {
font-weight: bold;
}
.social-shareer a:hover {
background: #2695ff;
color: #fff;
}
.social-shareer a:before,
.social-shareer a:after{
border-color: #EAEAEA;
}
.social-shareer a:hover:after{
-webkit-transform: scale(1.5);
}
.social-shareer a:hover:before{
-webkit-transform: scale(2);
transition: .3s all;
opacity: 0;
}
.article-social {
margin-top: 20px;
padding: 25px 0;
border-top: 1px solid rgb(229, 236, 239);
}
.social-sharer {
display: inline;
margin: 0;
padding: 0;
}
.article-social > h3 {
display: inline;
float: left;
font-weight: 300;
margin: 8px 15px 0 0;
font-size: 14px;
color: #999999;
}
.author-bio .author-thumbnail {
margin: 0;
}
.author-bio.relative.no-author-pic .author-thumbnail.col-md-2 {
display: none;
}
.author-bio {
background: none repeat scroll 0 0 #f6f6f6;
border-left: 5px solid;
margin-top: 30px;
padding: 15px;
overflow: hidden;
}
.author-name {
font-size: 18px;
font-weight: bold;
}
.author-job {
color: #8b8b8a;
}
.author-biography {
border-top: 1px solid #e5ecef;
color: #8b8b8a;
font-style: italic;
margin-top: 10px;
padding-top: 10px;
}
.author-links {
right: 15px;
top: 15px;
}
.author-links .rotate45 {
float: left;
margin: 8px 1px 8px 14px;
width: 33px;
}
.author-links .rotate45 a {
color: #ffffff;
display: block;
transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
}
.related-posts {
margin: 50px 0 0;
}
.more-link {
display: block;
float: left;
margin-top: 10px;
}
.grid-view.col-md-12.list-view .more-link {
float: none;
font-weight: 400;
padding: 12px 25px;
line-height: 1;
display: inline-block;
transition: all 250ms ease-out;
color: #fff;
margin-top: 25px;
font-size: 13px;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-moz-transition: all 250ms ease;
text-transform: uppercase;
font-weight: 600;
}
.grid-view.col-md-12.list-view .more-link:hover {
color: #2695FF;
}  #comments .comment_author {
margin: 0;
padding-left: 0px;
}
#comments .children {
overflow: auto;
}
.logged-in .form-comment {
padding: 0;
width: 100%;
}
.avatar.photo {
height: auto;
}
.comments-area .single_comment:first-child {
border-top: 0 none;
margin: 0;
padding: 0;
}
.comments-area .single_comment {
margin-bottom: 30px !important;
}
.single_comment {
border-top: 1px solid rgb(235, 235, 235);
margin-top: 20px;
overflow: auto;
padding-top: 20px;
}
.comment-form textarea {
height: 137px;
margin-bottom: 20px;
}
.comment-form input{
margin-bottom: 10px;
}
.comment-form input, .comment-form textarea {
border: none;
padding: 15px 20px;
width: 100%;
outline: 0;
background: #FFFFFF;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
border-radius: 30px;
}
.comment-edit-link, .comment-reply-link {
background: #fff;
font-weight: 500;
}
.comment-form .form-comment {
padding-left: 0;
}
.form-submit {
float: right;
margin-top: 10px;
}
.form-submit input[type="submit"] {
border-radius: 30px;
}
.form-submit input:hover{
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
color: #2695FF;
background: #fff;
}
.form-submit input {
color: rgb(255, 255, 255);
padding: 12px 25px;
border: none;
text-transform: uppercase;
font-weight: 600;
line-height: 1;
transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
} .prev-next-post {
float: left;
margin-top: 30px;
width: 100%;
}
.prev-next-post .rotate45 {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border: 1px solid #f02222;
width: 36px;
transition: all 300ms ease;
}
.prev-post, .next-post {
padding: 7px
}
.next-post a,
.prev-post a {
display: block;
transition: all 300ms ease;
}
.next-post a i,
.prev-post a i {
transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
color: #f02222;
}
.prev-next-post .col-md-6 a:hover i {
color: #fff;
}
.prev-text {
padding: 0;
font-size: 15px;
line-height: 65px;
margin-left: 15px;
}
.next-text {
padding: 0;
font-size: 15px;
line-height: 65px;
margin-right: 15px;
}   .widget_pages li,
.widget_categories .cat-item{
list-style: none;
}
.widget_categories ul ul, 
.widget_pages ul ul {
padding-left: 15px;
padding-top: 15px;
}
.widget_ibid_address_social_icons .social-links > li {
display: inline-block;
margin-top: 10px;
}
.widget_ibid_address_social_icons {
margin-bottom: 30px;
}
.widget_rss li {
color: #8b8b8a;
list-style: outside none none;
margin-bottom: 15px;
}
.widget_nav_menu ul {
padding-left: 5px;
}
.widget_rss ul {
padding: 0;
}
.widget select {
max-width: 100%;
padding: 10px;
}
.widget_archive > select {
color: #606060;
width: 100%;
}
.comment_body img {
margin: 10px 0;
}
#comment-nav-below,
.widget_categories label,
.widget_archive label {
display: none;
}
.widget_ibid_address_social_icons .social-links{
position: relative;
list-style: none;
padding: 0;
}
.widget_ibid_address_social_icons  a {
position: relative;
display: inline-block;
font-size: 12px;
width: 30px;
height: 30px;
line-height: 30px;
color: white !important;
border-radius: 10%;
text-align: center;
margin-right: 10px;
background: #242424;
}
.widget_ibid_address_social_icons  a:hover {
color: #f02222 !important;
}
.widget_ibid_address_social_icons a:hover:after {
-webkit-transform: scale(1.5);
}
.widget_ibid_address_social_icons a:before, .widget_ibid_address_social_icons a:after {
content: "";
display: block;
position: absolute;
background: transparent;
top: 2px;
bottom: 2px;
left: 2px;
right: 2px;
border-radius: 10%;
transition: .3s all;
border: 1px solid #242424;
}
.widget_ibid_address_social_icons a:before, .widget_ibid_address_social_icons a:after {
border-color: #242424;
}
.widget_ibid_address_social_icons  a:hover:before {
-webkit-transform: scale(2);
transition: .3s all;
opacity: 0;
}
.widget_ibid_address_social_icons a:after {
content: "";
display: block;
position: absolute;
background: transparent;
top: 2px;
bottom: 2px;
left: 2px;
right: 2px;
border-radius: 10%;
transition: .3s all;
border: 1px solid #242424;
}
.widget_ibid_address_social_icons .social-links a i {
line-height: 25px;
font-size: 12px;
} #wp-calendar {
width: 100%;
}
.sidebar-content.sidebar-content-right-side {
padding-left: 40px;
}
.single-post .sidebar-content:not(.header7){
width: 32%;
margin-left: 15px;
}
.sidebar-content .widget {
float: left;
margin-bottom: 40px;
width: 100%;
}
.sidebar-content .widget-title, .dokan-widget-area .widget-title {
font-size: 22px;
font-weight: bold;
line-height: 26px;
margin: 0 0 12px;
position: relative;
padding: 0 0 12px;
box-sizing: border-box;
border-bottom: 1px solid #e6e6e6;
}
.sidebar-content .widget-title::before,
.dokan-widget-area .widget-title::before {
content: "";
border-left: 60px solid #2695FF;
position: absolute;
left: 0;
top: auto;
height: 2px;
bottom: -2px;
}
.sidebar-content .widget:first-child .widget-title {
margin-top: 0;
}
.no-results.not-found .page-title:last-child {
margin-top: 10px;
}
.no-results .search-field {
padding-left: 25px;
padding-right: 25px;
margin-right: 5px;
font-weight: 300;
color: #151515;
}
.widget_search .search-field, .widget_search label {
width: 93%;
}
.widget_search .search-field {
margin-bottom: 15px;
}
.search-form .screen-reader-text {
display: none;
}
.widget_search .search-field {
border: 1px solid #e5ecef;
font-weight: 400;
padding: 10px 20px;
border-radius: 30px;
}
.widget_toggles .panel-body,
.testimonials_slider .testimonial-content span,
.widget_ibid_popular_recent_tabs .post-description{
font-weight: 300;
}
#wp-calendar th,
#wp-calendar td, 
#wp-calendar caption,
.widget_search .search-field,
.widget_toggles .panel-body,
.testimonials_slider .testimonial-content span,
.widget_ibid_popular_recent_tabs .post-description,
.textwidget{
color: #606060;
font-weight: 400;
font-size: 14px;
}
#wp-calendar th,
#wp-calendar td {
text-align: center;
padding: 10px 4px !important;
}
.textwidget p {
font-size: 14px;
line-height: 1.5;
} .tagcloud > a {
font-size: 14px !important;
font-weight: 400;
color: #606060;
display: block;
float: left;
margin-bottom: 10px;
margin-right: 5px;
text-transform: capitalize;
text-decoration: none;
transition: all 300ms ease-in-out 0ms;
-o-transition: all 300ms ease-in-out 0ms;
-moz-transition: all 300ms ease-in-out 0ms;
-webkit-transition: all 300ms ease-in-out 0ms;
-ms-transition: all 300ms ease-in-out 0ms;
}
.sidebar-content .tagcloud {
overflow: hidden;
margin-top: 18px;
margin-bottom: 5px;
}
.tagcloud > a:after {
content: ",";
}
.tagcloud > a:last-child:after {
content: "";
}
.woocommerce  .sidebar-content .tagcloud {
margin-top: 20px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
background-color: #fff;
color: #606060;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.single .woocommerce-product-gallery .flex-viewport{
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.sidebar-content .tagcloud > a {
background: transparent;
color: #606060;
float: left;
padding: 0; 
}
.sidebar-content .tagcloud > a:hover {
color: #f02222;
background: transparent !important;
}
.tagcloud > a:hover,
.sidebar-content .tagcloud > a:hover {
color: #2695FF;
background: transparent !important;
} .widget_toggles .panel-heading {
padding: 0;
}
.widget_toggles .panel-heading a {
display: block;
padding: 10px 15px;
}
.widget_toggles .panel-heading a.collapsed::after {
content: "\f067";
font-family: 'FontAwesome';
position: absolute;
right: 12%;
}
.widget_toggles .panel-heading a::after {
content: "\f068";
font-family: 'FontAwesome';
position: absolute;
right: 12%;
} .testimonials_slider .testimonial-content {
border-radius: 3px;
-o-border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
color: #8b8b8a;
}
.testimonial-client-details {
margin-top: 15px;
}
.testimonials_slider .testimonial-content:after {
bottom: 28px;
left: 50px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-top-color: #f1f1f1;
border-width: 13px;
margin-left: -30px;
}
.testimonials_slider .testimonial-content span {
background: none repeat scroll 0 0 #f1f1f1;
display: block;
padding: 15px;
} .widget_ibid_popular_recent_tabs .nav-tabs > li > a{
margin: 0;
text-align: center;
}
.widget_ibid_popular_recent_tabs .nav-tabs > li{
width: 50%;
}
.widget_ibid_popular_recent_tabs .nav-tabs > li.active {
border-top: 5px solid #f02222;
}
.widget_ibid_popular_recent_tabs .nav-tabs li.active a {
background: none repeat scroll 0 0 #ffffff;
border: 0 none;
color: #f02222;
}
.widget_ibid_popular_recent_tabs .nav-tabs li a {
background: none repeat scroll 0 0 #ecf0f2;
border-top: 5px solid #ecf0f2;
color: #8b8b8a;
outline: medium none;
border-bottom: 0 none;
}
.widget_ibid_popular_recent_tabs .widget_body {
border-left: 1px solid #e1e4e7;
border-right: 1px solid #e1e4e7;
border-bottom: 1px solid #e1e4e7;
}
.widget_ibid_popular_recent_tabs .tab-content {
padding: 15px;
}
.widget_ibid_popular_recent_tabs .recent-post,
.widget_ibid_popular_recent_tabs .popular-post {
margin-bottom: 20px;
}
.widget_ibid_popular_recent_tabs .recent-post:last-child,
.widget_ibid_popular_recent_tabs .popular-post:last-child {
margin-bottom: 0;
}
.widget_ibid_popular_recent_tabs .post-title {
font-size: 16px;
margin-top: 5px;
}
.widget_ibid_popular_recent_tabs .post-date {
color: #99abb7;
margin-bottom: 5px;
margin-left: 0;
} .widget_ibid_social_icons li {
display: inline-table;
margin-bottom: 3px;
text-align: center;
width: 25px;
margin-right: 5px;
}
.widget_ibid_social_icons ul {
margin: 0;
padding: 0;
}
.newsletter-footer {
font-weight: 300;
margin-top: 15px;
margin-bottom: 25px;
}
.widget_ibid_social_icons .social-links{
position: relative;
list-style: none;
padding: 0;
}
.widget_ibid_social_icons a {
position: relative;
display: inline-block;
font-size: 15px;
width: 30px;
height: 30px;
line-height: 30px;
color: #2695FF !important;
border-radius: 0;
text-align: center;
background: #fff;
}
.widget_ibid_social_icons  a:hover {
opacity: .9;
}
.widget_ibid_social_icons .social-links a i {
line-height: 25px;
font-size: 12px;
}
.sidebar-content .widget_nav_menu li,
.widget_recent_entries li {
padding-left: 12px;
position: relative;
}
footer .widget_ibid_recent_entries_with_thumbnail li a {
color: #8b8b8a;
}
.sidebar-content .widget_nav_menu .menu{
padding: 0;
}
.sidebar-content .widget_nav_menu li{
margin-bottom: 5px;
}
.sidebar-content .widget_nav_menu li,
.sidebar-content .widget_nav_menu a {
display: block;
color: #8b8b8a;
width: 100%;
text-align: left;
} .sidebar-content .widget_nav_menu > ul,
.widget_recent_entries > ul,
.widget_pages > ul,
.widget_meta > ul,
.widget_product_categories > ul,
.widget_archive > ul,
.widget_categories > ul {
list-style: outside none none;
padding-left: 0;
}
.sidebar-content .widget_nav_menu li a,
.widget_recent_entries li,
.widget_recent_comments li,
.widget_pages li,
.widget_meta li,
.widget_product_categories li,
.widget_archive li,
.widget_categories .cat-item{
padding: 5px 0;
}
.widget_recent_comments > ul,
.sidebar-content .widget_nav_menu li,
.sidebar-content .widget_nav_menu li a,
.widget_recent_entries li,
.widget_recent_entries li a,
.widget_pages li,
.widget_pages li a,
.widget_meta li,
.widget_meta li a,
.widget_product_categories .cat-item,
.widget_product_categories .cat-item a,
.widget_archive li,
.widget_archive li a,
.widget_categories .cat-item,
.widget_categories li a {
color: #606060;
font-weight: 400;
}
.recentcomments {
list-style: outside none none;
margin-bottom: 5px;
}
.recentcomments a {
color: #606060 !important;
}
.recentcomments a:hover {
color: #2695FF !important;
}
.widget_recent_comments > ul{
padding: 0;
margin-bottom: 5px;
}
.widget_ibid_recent_entries_with_thumbnail li {
list-style: outside none none;
margin: 35px 0 30px;
border-bottom: 1px solid rgba(139, 139, 138, .2);
padding-bottom: 35px;
}
.widget_ibid_recent_entries_with_thumbnail ul.widget_recent_entries_with_thumbnail_ul {
margin-top: 40px;
}
.widget_ibid_recent_entries_with_thumbnail li:last-child {
margin-bottom: 25px;
}
.widget_ibid_recent_entries_with_thumbnail li a {
color: #8b8b8a;
font-size: 15px;
line-height: 20px;
}
.widget_ibid_recent_entries_with_thumbnail li a:hover {
color: #f02222;
}
.sidebar-content .widget_nav_menu li{
position: relative;
} .tweet-title {
display: flex;
padding-left: 5px;
}
.tweet-title .col-md-2 {
margin: 0;
padding: 3px 0;
width: 25px;
}
.tweeter-profile {
padding-left: 10px;
}
.tweet-body {
color: #8b8b8a ;
margin-top: 5px;
}
.tweet-body a{
font-style: italic;
}
.tweets .tweet {
border-bottom: 1px solid rgb(225, 228, 231);
margin-bottom: 15px;
padding-bottom: 15px;
}
.tweets .tweet:last-child {
border: 0 none;
margin: 0;
}
.tweets-profile-url {
border-bottom: 1px solid #e1e4e7;
border-top: 1px solid #e1e4e7;
padding: 10px 0;
} .widget_ibid_recent_entries_with_thumbnail > ul {
padding: 0;
}
.widget_recent_entries > ul {
padding: 0;
}
.widget_ibid_recent_entries_with_thumbnail li:hover .thumbnail-overlay{
opacity: 1
}
.widget_recent_entries li:hover .thumbnail-overlay{
opacity: 1
}
.thumbnail-overlay {
height: 100%;
left: 0;
top: 0;
width: 100%;
opacity: 0;
transition: all 300ms ease-in-out 0ms;
-o-transition: all 300ms ease-in-out 0ms;
-moz-transition: all 300ms ease-in-out 0ms;
-webkit-transition: all 300ms ease-in-out 0ms;
-ms-transition: all 300ms ease-in-out 0ms;
}
.thumbnail-overlay i {
display: none;
color: #2695FF;
font-size: 17px;
left: 38%;
top: 38%;
}
.widget_ibid_recent_entries_with_thumbnail a {
color: rgba(255, 255, 255, 1);
text-decoration: none;
display: block;
transition: all 300ms ease-in-out 0ms;
-o-transition: all 300ms ease-in-out 0ms;
-moz-transition: all 300ms ease-in-out 0ms;
-webkit-transition: all 300ms ease-in-out 0ms;
-ms-transition: all 300ms ease-in-out 0ms;
}
.widget_recent_entries a {
color: rgba(255, 255, 255, 1);
text-decoration: none;
display: block;
transition: all 300ms ease-in-out 0ms;
-o-transition: all 300ms ease-in-out 0ms;
-moz-transition: all 300ms ease-in-out 0ms;
-webkit-transition: all 300ms ease-in-out 0ms;
-ms-transition: all 300ms ease-in-out 0ms;
}
.widget_ibid_recent_entries_with_thumbnail .post-date {
color: #6d7a83;
margin: 0;
font-size: 12px;
}
.widget_recent_entries .post-date {
color: #6d7a83;
margin: 0;
}
.widget_ibid_recent_entries_with_thumbnail .post-thumbnail {
padding: 0;
overflow: hidden;
}
.widget_recent_entries .post-thumbnail {
padding: 0;
overflow: hidden;
}
.related-posts.sticky-posts .rotate45_back {
padding: 0 0 17px;
width: 30px;
}
.slider_navigation{
position: absolute;
width: 100%;
bottom: calc(40%);
z-index: 1;
}
.slider_navigation .btn {
background: none repeat scroll 0 0 #2f383d;
border: 0 none;
transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
color: #ffffff;
}
.slider_navigation .btn:hover{
opacity: 0.85;
} .flickr_badge_image {
float: left;
margin-bottom: 5px;
margin-right: 5px;
position: relative;
}
.flickr_badge_image:hover .thumbnail-overlay {
opacity: 1;
}
.flickr_badge_image a {
display: block;
position: relative;
}
.flickr_badge_image a::before {
color: rgb(255, 255, 255);
content: "???";
cursor: pointer;
font-family: "FontAwesome";
font-size: 18px;
left: 37%;
opacity: 0;
position: absolute;
top: 37%;
transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
z-index: 2;
}
.flickr_badge_image a::after {
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
opacity: 0;
transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
}
.flickr_badge_image a:hover::before,
.flickr_badge_image a:hover::after{
opacity: 1;
} .prefooter .widget-title {
color: #d5e9f8;
font-size: 18px;
font-weight: 400;
margin-bottom: 20px;
} .latest-posts h3, .latest-tweets h3, .latest-videos h3 {
color: #ffffff;
font-size: 16px;
font-weight: 400;
margin-bottom: 15px;
padding: 12px;
text-align: left;
text-transform: uppercase;
}
.latest-posts h3 .fa, .latest-tweets h3 .fa, .latest-videos h3 .fa{
margin-right: 8px;
}
.latest-posts .post-date {
text-align: center;
}
.latest-posts .post-date-month {
color: #ffffff;
font-weight: bold;
padding: 5px;
text-transform: uppercase;
}
.latest-posts .post-date-day {
color: #ffffff;
font-size: 30px;
font-weight: bold;
padding: 5px;
text-transform: uppercase;
}
.latest-posts .single-post {
border-bottom: 1px solid #dadee1;
margin-bottom: 20px;
overflow: hidden;
padding-bottom: 20px;
}
.latest-posts .single-post:last-child {
border-bottom: 0 none;
margin-bottom: 0;
padding-bottom: 0;
}
.latest-posts .post-details {
margin-top: 10px;
opacity: 0.6;
font-size: 12px;
}
.latest-posts .post-details,
.latest-posts .post-name {
padding: 0 15px;
font-size: 18px;
}
.latest-posts .post-name a {
color: #242424;
}
.latest-videos > a {
color: rgba(0, 0, 0, 0.7);
display: block;
}
.latest-videos .post-date {
color: rgba(0, 0, 0, 0.3);
display: block;
margin-top: 3px;
}
.latest-videos .post-date i {
margin-right: 5px;
}
.mt_video img.buton_image_class {
width: 5%;
}
.video-title {
padding: 15px 0;
}
.video-title a {
display: block;
color: rgba(0, 0, 0, 0.7);
}
.rotate45 {
color: rgb(255, 255, 255);
height: auto;
margin-top: 15px;
padding: 7px 5px;
text-align: center;
transform: rotate(45deg);
-o-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
width: auto;
}
.rotate45_back{
transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
}
.single-tweet {
border-bottom: 1px solid rgb(218, 222, 225);
margin-bottom: 20px;
overflow: hidden;
padding-bottom: 20px;
padding-top: 0;
}
.single-tweet:last-child {
border-bottom: 0 none;
}
.tweet-content {
color: rgba(0, 0, 0, 0.7);
padding-bottom: 5px;
}
.tweet-date {
color: rgba(0, 0, 0, 0.4);
}   .woocommerce ul.products li.product{
margin-bottom: 30px;
}
.woocommerce_expired2 .countdownv2_holder{
display: block !important;
} .ibid-shop-sort-group {
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
margin-bottom: 30px;
border-radius: 6px;
padding: 20px;
}
.ibid-shop-sort-group .gridlist-toggle .active span:before {
color: #fff;
}
.ibid-shop-sort-group nav.gridlist-toggle {
background: transparent;
display: inline-table;
clear: none;
padding: 0 !important;
float: left;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
border-radius: 20px;
margin-right: 15px !important;
margin-top: 5px !important;
}
nav.gridlist-toggle{
background: transparent;
}
.gridlist-toggle a:hover span:before{
color: #fff;
}
.ibid-shop-sort-group .gridlist-toggle a#grid {
border-radius: 20px 0 0 20px;
}
.ibid-shop-sort-group .gridlist-toggle a#list {
border-radius: 0 20px 20px 0;
}
.ibid-shop-sort-group .gridlist-toggle a{
background: #fff;
padding-left: 13px;
padding-right: 13px;
transition: all 250ms ease-in-out;
}  .woocommerce ul.products.list .woocommerce-title-metas .flip-clock-divider{
border: 0 none;
}
.woocommerce ul.products.list .flip-clock-divider.days .flip-clock-label {
right: -40px !important;
}
.woocommerce ul.products.list .woocommerce-title-metas .countdownv2_holder {
position: relative;
top: 0;
left: 0;
right: auto;
width: 100%;
box-shadow: none;
margin: 0;
padding: 0 !important;
}
.woocommerce ul.products.list .details-container {
padding-left: 1px;
padding-right: 30px;
}
.woocommerce ul.products.list .archive-product-title a {
font-size: 22px;
line-height: 30px;
}
.woocommerce ul.products.list .product-description p {
margin-top: 15px;
}
.woocommerce ul.products.list li.product a img{
margin-right: 30px;
}
.woocommerce ul.products.list li.product a img:hover{
transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
}
.woocommerce ul.products.list li.product .thumbnail-and-details{
overflow: initial;
}
.woocommerce ul.products.list li.product .details-container,
.woocommerce ul.products.list li.product .details-container > div.details-item{
text-align: left;
}
.woocommerce ul.products.list li.product .woocommerce-title-metas .archive-product-title{
text-align: left;
padding-top: 40px;
padding-left: 0;
}
.woocommerce ul.products.columns-2 li.product, 
.woocommerce-page ul.products.columns-2 li.product{
width: 50%;
}
.woocommerce ul.products.columns-4 li.product, 
.woocommerce-page ul.products.columns-4 li.product{
width: 25%;
}
.woocommerce ul.products.columns-3 li.product, 
.woocommerce-page ul.products.columns-3 li.product {
width: 33.333333%;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
padding-left: 15px;
padding-right: 15px;
} .card-icons {
list-style: outside none none;
margin: 0;
padding: 0;
}
.card-icons li {
display: inline-table;
}
.thumbnail-and-details .details-review-container {
bottom: 0;
left: 10px;
position: absolute;
}
.hover-components .component {
min-width: 140px;
}
.woocommerce .woocommerce-result-count {
margin-top: 9px;
float: none;
display: inline-block;
font-weight: 300;
margin-bottom: 0;
}
.woocommerce-tabs .star-rating span {
top: -5px;
}
.woocommerce_categories2 .details-review-container.details-item .star-rating {
margin: 5px 0;
}
.woocommerce-error > li::before, .woocommerce-error > li::after {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
color: rgba(0, 0, 0, 0);
content: "" !important;
display: none;
}
.woocommerce form .form-row .select2-container {
width: 100% !important;
}
.woocommerce form .form-row .select2-container span {
line-height: 39px !important;
height: 41px !important;
border-radius: 30px !important;
right: 10px
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
padding: 0px 15px;
}
.woocommerce-cart .hover-components .component::before {
top: calc(50% - 12px);
}
.yith-wcwl-share li {
margin: 0 !important;
}
.yith-wcwl-share li:after,
.yith-wcwl-share li:before{
content: "" !important;
background: none !important;
}
#yith-quick-view-close {
border: none !important;
top: 20px !important;
right: 15px !important;
}
#primary .main-content .sidebar-social-networks ul li:not(.rotate45)::before {
display: none;
}
.woocommerce .order_details li::before,
.woocommerce-checkout #payment ul.payment_methods li::before,
.woocommerce .products li::before,
.shipping #shipping_method > li::before {
display: none;
}
#primary .main-content .sidebar-social-networks ul li:not(.rotate45),
#primary .main-content ul li:not(.rotate45)::before,
.woocommerce-checkout #payment ul.payment_methods li,
.woocommerce .products li{
margin: 0 !important;
}
.shipping #shipping_method > li{
margin: 0 !important;
padding: 0 !important;
}
.header_mini_cart .cart_list.product_list_widget li, 
.header_mini_cart .cart_list.product_list_widget a {
color: #242424;
padding: 0;
font-size: 14px;
text-align: left;
}
.header_mini_cart .cart_list.product_list_widget li {
border-bottom: 1px solid #ebebeb !important;
padding: 0px 0 20px;
margin-bottom: 20px;
}
.header_mini_cart .remove:before,
.header_mini_cart .remove:after{
content: "" !important;
}
.header_mini_cart .woocommerce .widget_shopping_cart .total, .header_mini_cart .woocommerce.widget_shopping_cart .total {
border-bottom: 1px solid #ebebeb !important;
margin: 0;
line-height: 1;
text-align: center;
padding: 0px 0 17px;
margin-bottom: 20px;
border-top: 0 !important;
text-transform: uppercase;
}
.header_mini_cart .cart_list.product_list_widget li:last-child {
margin-bottom: 15px;
}
.header_mini_cart .buttons {
margin-bottom: 0;
}
p.woocommerce-mini-cart__buttons.buttons {
padding: 0px 0;
}
.header_mini_cart .button.wc-forward, .header_mini_cart .button.checkout {
padding: 12px 25px;
border-radius: 30px;
display: block;
margin: 0 0 14px !important;
text-align: center;
font-weight: 600;
text-transform: uppercase;
}
.header_mini_cart .button.checkout {
margin-bottom: 0 !important;
}
.header_mini_cart .button.checkout {
margin-left: 5px;
}
.woocommerce form.woocommerce-checkout .form-row label {
font-weight: 400;
}
body .shop_cart > a {
margin-left: 20px;
}
.header_mini_cart .woocommerce ul.cart_list li a.remove, 
.header_mini_cart .woocommerce ul.cart_list li a.remove::before, 
.header_mini_cart .woocommerce ul.cart_list li a.remove::after{
transition: all 0ms !important;
-webkit-transition: all 0ms !important;
}
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
margin-top: 1em;
font-weight: bold;
text-transform: uppercase;
height: 37px;
outline: 0;
padding: 10px 25px !important;
color: #FFF;
border: 0 none;
font-size: 14px;
border-radius: 30px !important;
text-transform: uppercase;
transition: all 250ms ease-in-out 0s;
-webkit-transition: all 250ms ease-in-out 0s;
}
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit:hover{
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
text-transform: uppercase;
transition: all 250ms ease-in-out 0s;
-webkit-transition: all 250ms ease-in-out 0s;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
padding: 5px 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
color: #606060;
font-weight: 400;
transition: all 300ms ease-in-out 0ms;
-o-transition: all 300ms ease-in-out 0ms;
-moz-transition: all 300ms ease-in-out 0ms;
-webkit-transition: all 300ms ease-in-out 0ms;
-ms-transition: all 300ms ease-in-out 0ms;
}
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
display: none;
right: 0px !important;
left: auto;
background: transparent;
font-size: 15px !important;
border: 1px solid;
line-height: .91;
text-align: center !important;
padding: 0px 0px !important;
z-index: 123123;
color: rgba(36, 36, 36, .3) !important;
}
.header_mini_cart .woocommerce.widget_shopping_cart .total span, .header_mini_cart .woocommerce.widget_shopping_cart .total strong {
font-size: 12px;
}
.header_mini_cart .woocommerce.widget_shopping_cart .total span {
color: #242424;
font-weight: bold;
font-size: 16px !important;
}
.header_mini_cart .woocommerce.widget_shopping_cart .total strong {
color: #242424;
font-weight: 400;
}
.header_mini_cart .woocommerce .widget_shopping_cart .cart_list li.empty, 
.header_mini_cart .woocommerce.widget_shopping_cart .cart_list li.empty{
margin: 0;
padding: 0;
}
.shop_cart{
transition: all 400ms ease 0s;
-o-transition: all 400ms ease 0s;
-moz-transition: all 400ms ease 0s;
-webkit-transition: all 400ms ease 0s;
-ms-transition: all 400ms ease 0s;
}
a.shop_cart:after {
content: '\f291';
padding-left: 10px;
font-size: 20px;
font-family: 'FontAwesome';
position: relative;
bottom: -10px;
font-weight: 100;
color: #2695FF;
}
.header_mini_cart.visible_cart {
background: #FFF;
opacity: 1;
padding: 25px;
position: absolute;
top: 100%;
border-radius: 5px;
visibility: visible;
transition: all 400ms ease 0s;
-o-transition: all 400ms ease 0s;
-moz-transition: all 400ms ease 0s;
-webkit-transition: all 400ms ease 0s;
-ms-transition: all 400ms ease 0s;
box-shadow: 0px 5px 15px 4px rgba(0, 0, 0, 0.06);
}
.header_mini_cart {
background: #FFF;
position: absolute;
padding: 25px 23px 11px;
opacity: 0;
width: 300px;
border-radius: 5px;
top: 150%;
right: 0;
transition: all 400ms ease 0s;
-o-transition: all 400ms ease 0s;
-moz-transition: all 400ms ease 0s;
-webkit-transition: all 400ms ease 0s;
-ms-transition: all 400ms ease 0s;
visibility: hidden;
z-index: 999;
}
p.woocommerce-mini-cart__empty-message {
margin-bottom: 15px;
color: #151515;
text-align: left;
font-size: 14px;
font-weight: 400;
}
.header_mini_cart h2{
display: none;
}
.nav-effect .shop_cart a.active::before, 
.nav-effect .shop_cart a::before,
.nav-effect .shop_cart a.active::after, 
.nav-effect .shop_cart a::after{
content: "";
}
.shop_cart:hover, .shop_cart {
list-style-type: none;
display: inline-block;
background: transparent !important;
}
.woocommerce-cart .entry-content {
padding: 0px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-ms-transition: all 250ms ease;
}
.ibid_call-to-action h1 {
margin: 5px 0;
}
.shop_cart i {
font-size: 12px;
}
.top-header i {
margin-right: 5px;
}
.woocommerce.widget_product_search .screen-reader-text,
.woocommerce.widget_product_search input[type="submit"] {
display: none;
}
.woocommerce.widget_product_search .search-field {
border: 1px solid #e5ecef;
border-radius: 30px;
padding: 10px 20px;
margin-bottom: 20px;
font-weight: 400;
width: 83%;
outline: 0;
}
.woocommerce.widget_product_search button {
display: none;
background: #f02222;
text-transform: uppercase;
font-weight: bold;
border: 0;
color: #fff;
padding: 0px 10px;
margin-top: 10px;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-ms-transition: all 250ms ease;
line-height: 1;
height: 35px;
}
.woocommerce.widget_product_search button:hover {
background: #242424;
}
.wc_payment_methods .woocommerce-notice {
padding: 20px !important;
font-size: 17px;
font-weight: 300 !important;
}
.woocommerce-checkout #payment div.form-row.place-order {
margin: 0;
padding: 0px;
margin-top: 20px;
}
.component.wishlist .feedback {
padding: 8px 8px 8px 30px;
}
li .hover-components .component .button.add_to_cart_button.added {
display: none;
}
.single-product .col-md-10.main-content.col-md-offset-1 {
margin-top: 10px;
}
.single-product .yith-wcwl-add-to-wishlist{
display: none;
}
.single-product .related.products .yith-wcwl-add-to-wishlist {
display: block;
}
.single-product.hidden_compare_btn .compare.button,
.single-product.hidden_wishlist_btn .wishlist-container{
display: none;
}
.wishlist-container .yith-wcwl-add-to-wishlist {
display: initial;
}
.single-product .wishlist-container .yith-wcwl-add-to-wishlist {
margin-top: 0;
margin-left: 0;
float: left;
}
.single.woocommerce div.product form.cart {
margin-bottom: 25px;
}
.woocommerce.single-product .wishlist-container .yith-wcwl-wishlistaddedbrowse {
background: transparent !important;
}
.woocommerce.single-product .wishlist-container .yith-wcwl-wishlistaddedbrowse.show {
padding: 0;
}
.single-product form.cart {
display: inline;
float: left;
}
.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
color: #1abc9c;
font-size: 15px;
}
.single-product  div.product div.summary .clear {
}
.woocommerce table.wishlist_table {
font-size: 15px;
}
.woocommerce table.wishlist_table tbody td.wishlist-empty {
padding: 20px 30px !important;
}
.woocommerce-checkout-review-order-table td, .woocommerce-checkout-review-order-table th {
padding: 12px 20px !important;
}
tr.woocommerce-cart-form__cart-item.cart_item {
background: #FFFFFF;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
margin-bottom: 30px;
width: 100%;
display: inline-table;
}
.woocommerce .cart-collaterals table.shop_table tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}
.woocommerce .cart-collaterals table.shop_table td {
display: table-cell;
vertical-align: inherit;
}
.woocommerce-page table.cart td.actions .coupon,
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled]{
margin: 10px 0px;
color: #fff;
}
.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover {
color: #2695FF;
background: #fff;
}
body.woocommerce-cart table.cart img {
width: 75px;
}
.woocommerce-wishlist .wishlist-title h2 {
margin-top: 0;
margin-bottom: 20px;
}
.woocommerce table.wishlist_table tbody td {
padding: 16px 12px !important;
border: none;
}
.woocommerce table.wishlist_table tbody td.product-remove {
width: 3%;
}
.woocommerce table.wishlist_table tbody td.product-thumbnail {
width: 5%;
}
.woocommerce-tabs h2 {
font-size: 20px;
}
.wishlist_table tr td, 
.wishlist_table tr th.wishlist-delete {
text-align: left;
}
.categories_shortcode .category {
text-align: center;
}
.price > del span{
text-decoration: line-through;
}
.woocommerce ul.products li.product .price{
color: #484848;
}
.woocommerce ul.products.list li.product .price {
float: left;
}
.woocommerce ul.products.list .archive-product-title {
border-top: none !important;
}
section.related.products {
margin-top: 80px;
}
.related.products > h2 {
text-align: left;
text-transform: capitalize;
font-weight: bold;
font-size: 27px;
line-height: 1.2;
margin-bottom: 25px;
}
li.store-address .details {
display: inline-flex;
}
table.compare-list .add-to-cart td a{
padding: 10px 20px;
margin: 0;
}
.woocommerce.single-product .tabs-related .compare.button::before{
content: "";
}
.widget span.amount{
font-size: 14px;
} .woocommerce div.product .woocommerce-tabs ul.tabs {
margin: 0;
padding: 0;
margin-top: 65px;
margin-bottom: 10px;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.single-product .product .product_title {
display: none;
font-size: 30px;
font-weight: bold;
margin-bottom: 13px;
}
.ibid-breadcrumbs .row {
border-bottom: 1px solid #DDDDDD;
padding-bottom: 40px;
margin-right: 0px;
margin-left: 0px;
}
.ibid-breadcrumbs h1 span,
.ibid-breadcrumbs h1 {
font-weight: bold;
line-height: 35px;
font-size: 30px;
}
.ibid-breadcrumbs h1 {
margin: 5px 0;
}
.page-template-template-blog .ibid-breadcrumbs .row {
border-bottom: none;
padding-bottom: 30px;
}
.ibid-breadcrumbs .row div {
padding-left: 0px;
}
.single-product .ibid-breadcrumbs {
padding-top: 50px;
}
.woocommerce .woocommerce-product-rating .star-rating {
margin: .5em 20px 0 0 !important;
}
.single-product .product p.price span {
font-size: 24px !important;
font-weight: bold;
}
.single-product #yith-quick-view-modal .product p.price span {
font-size: 20px !important;
font-weight: 400;
}
.single-product .product p.price ins span {
font-size: 25px !important;
}
.single-product .product p.price del .amount {
padding-right: 10px;
position: relative;
bottom: 2px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border: 0 none;
float: left;
margin: 0;
padding: 0;
color: #e9edef;
background: transparent;
}
.woocommerce-tabs .panel .seller-rating {
float: left;
margin-right: 30px;
}
.woocommerce .star-rating span::before {
}
.woocommerce-tabs .panel li {
margin-bottom: 10px;
}
.woocommerce.single-product div.product p.price {
border-bottom: 1px solid #e5e5e5;
padding-bottom: 20px;
}
.woocommerce.single-product div.product p.price {
color: #242424;
border-bottom: 1px solid #e5e5e5;
padding-bottom: 30px;
}
.woocommerce.archive .sidebar-content:not(.header7) {
margin-right: 30px;
margin-left: 0px;
width: 21%;
overflow: hidden;
}
.archive.woocommerce .woocommerce-title-metas .countdownv2_holder {
display: block !important;
}
.archive.woocommerce .woocommerce-title-metas .countdownv2_holder {
display: block;
width: 80%;
background: #FFFFFF;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
padding: 0px 20px !important;
position: absolute;
bottom: 115px;
right: 35px;
}
.archive.woocommerce .woocommerce-title-metas .countdownv2_holder .countdownv2 {
display: flex;
padding: 0 !important;
}
.archive.woocommerce .flip-clock-divider:first-child {
border: none;
width: 0px;
margin: 0px;
}
.archive.woocommerce .flip-clock-divider {
float: left;
display: inline-block;
position: relative;
width: 25px;
margin-right: 20px;
height: 80px;
border-right: 0.5px solid #D0D0D0;
}
.archive.woocommerce .products ul {
margin: 0px !important;
}
.archive.woocommerce .flip-clock-wrapper ul {
width: 15px !important;
}
.archive.woocommerce .flip-clock-wrapper ul li a div {
font-size: 16px !important;
}
.archive.woocommerce .flip-clock-divider {
float: left;
display: inline-block;
position: relative;
width: 25px;
margin-right: 20px;
height: 80px;
border-right: 0.5px solid #D0D0D0;
}
.archive.woocommerce .flip-clock-divider.hours .flip-clock-label {
right: -55px !important;
}
.archive.woocommerce .flip-clock-divider .flip-clock-label {
top: 3.0em !important;
right: -35px;
font-size: 14px !important;
z-index: 100;
}
.archive.woocommerce .flip-clock-divider.days .flip-clock-label{
right: -30px !important;
}
.archive.woocommerce .flip-clock-divider.minutes .flip-clock-label {
right: -50px !important;
}
.archive.woocommerce .flip-clock-divider.seconds .flip-clock-label {
right: -50px !important;
}
.woocommerce_expired2 .countdownv2_holder{
display: block !important;
}
@media only screen and (max-width: 767px) {
.archive.woocommerce .countdownv2_holder .countdownv2 {
width: auto !important;
}
.archive.woocommerce .countdownv2_holder {
width: 80% !important;
}
.archive.woocommerce .flip-clock-divider:first-child {
margin: 0px !important;
width: 0px !important;
}
.archive.woocommerce .countdownv2_holder .flip-clock-divider {
width: 17px !important;
margin-right: 16px !important;
border-right: none;
}
.archive.woocommerce .flip-clock-divider.days .flip-clock-label {
right: -47px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
.archive.woocommerce .woocommerce-title-metas .countdownv2_holder {
width: 40% !important;
right: 30% !important;
}
}
@media only screen and (max-width: 767px){
.woocommerce_expired2 .countdownv2_holder {
overflow: hidden!important;
}
}
.woocommerce.single-product div#reviews {
margin: 15px 0;
max-width: 650px;
width: 100%;
}
.woocommerce #reviews #comments h2 {
display: none;
}
.woocommerce #reviews #comments ol.commentlist {
padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
background: none;
border: none;
padding: 0;
width: 60px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
border: 1px solid #ebebeb;
border-radius: 3px;
margin-left: 80px;
position: relative;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:before {
background: #fff;
border-bottom: 1px solid #ebebeb;
border-left: 1px solid #ebebeb;
content: '';
display: block;
height: 10px;
left: -6px;
position: absolute;
top: 10px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
width: 10px;
}
.woocommerce #review_form #respond {
width: 100%;
}
.woocommerce #review_form #respond textarea, .woocommerce #review_form #respond input {
outline: 0;
border-color: rgba(139, 139, 138, .3);
}
.woocommerce #review_form #respond input {
max-width: 400px;
}
.woocommerce #review_form #respond .form-submit {
float: left;
}
.woocommerce #review_form #respond span#reply-title {
font-weight: bold;
margin-bottom: 5px !important;
display: block;
}
.woocommerce #review_form #respond p label {
display: block;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .meta time {
font-size: 15px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong.woocommerce-review__author {
text-transform: uppercase;
font-size: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
color: #9fabb3;
font-weight: 400;
padding: 10px 20px;
width: 100%;
}
.woocommerce a.remove{
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
}
.woocommerce a.remove:hover{
color: #484848 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
border-bottom-right-radius: 0;
border-width: 0;
box-shadow: none;
left: auto;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
border: 0 none;
bottom: auto;
height: 0;
width: 0;
}
.woocommerce div.product .woocommerce-tabs .panel {
margin: 0;
padding: 25px 0px;
border: 0;
box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs .panel p {
line-height: 150%;
}
#ui-datepicker-div {
width: auto;
}
span.details a {
font-weight: bold;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
background: #2695FF !important;
color: #fff !important;
border-right: 1px solid #fff;
width: 33.3%;
text-align: center;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-moz-transition: all 250ms ease;
}
.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs.wc-tabs-8 > li > a,
.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs.wc-tabs-7 > li > a,
.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs.wc-tabs-6 > li > a {
font-size: 12px;
padding: 20px 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs.wc-tabs-8 > li {
width: 12.5% !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs.wc-tabs-7 > li {
width: 14.28% !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs.wc-tabs-6 > li {
width: 16.66% !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs.wc-tabs-5 > li {
width: 20% ;
}
.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs.wc-tabs-4 > li {
width: 25% ;
}
.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs.wc-tabs-3 > li {
width: 33.333% !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs.wc-tabs-2 > li {
width: 50% !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs.wc-tabs-1 > li {
width: 100% !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
border: none !important;
}
.woocommerce div.product.product-type-auction .price {
display: block !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
margin-left: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-weight: bold;
text-transform: uppercase;
color: #fff !important;
padding: 20px 30px;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-moz-transition: all 250ms ease;
}
.single.woocommerce ul.products li.product .onsale {
margin-top: 5px;
}
.woocommerce-tabs #tab-more_seller_product ul.products li.product.col-md-4 {
width: 25% ;
padding-left: 15px !important;
padding-right: 15px !important;
} .woocommerce-tabs .auction-history-table td {
border: 0px !important;
}
.auction-ajax-change p.reserve.hold,
p.auction-condition,
.auction-ajax-change p.auction-end,
p.auction-starts,
p.auction-end {
color: #8b8b8a;
font-size: 14px;
margin-top: 15px;
}
.auction-ajax-change p.auction-end {
margin-bottom: 25px;
}
.auction-bid span.auction-price.starting-bid {
display: none;
}
.single .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child{
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.auction-time#countdown .auction-time-countdown {
font-weight: 600;
text-transform: uppercase;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
padding: 20px;
padding-bottom: 15px;
margin-top: 8px;
}
.woocommerce div#countdown {
font-weight: 300;
color: #606060;
}
.single .related.products .yith-wcwl-wishlistaddedbrowse.show a {
height: 30px;
width: 30px;
line-height: 33px;
margin-top: 20px !important;
}
.woocommerce div.product form.cart div.quantity .plus{
float: right;
}
.woocommerce div.product form.cart div.quantity .minus{
float: left;
}
.woocommerce div.product form.cart div.quantity .plus,
.woocommerce div.product form.cart div.quantity .minus{
border: transparent;
border-radius: 4px;
color: #242424;
font-weight: 400;
height: 40px;
padding: 0;
width: 30px;
background: #fff;
outline: 0;
}
a.add-wsawl.sa-watchlist-action,
a.remove-wsawl.sa-watchlist-action {
background: #2695ff;
color: #fff;
padding: 12px 14px;
border-radius: 30px;
font-size: 14px;
line-height: 2.6;
transition: all 250ms ease-in-out 0s;
-webkit-transition: all 250ms ease-in-out 0s;
}
a.add-wsawl.sa-watchlist-action:hover,
a.remove-wsawl.sa-watchlist-action:hover {
background: #fff;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
color: #2695ff;
transition: all 250ms ease-in-out 0s;
-webkit-transition: all 250ms ease-in-out 0s;
}
.add-wsawl.sa-watchlist-action:before,
.remove-wsawl.sa-watchlist-action:before {
margin-right: 0 !important;
padding-top: 7px;
}
.woocommerce div.product .auction_form.cart {
width: 25%;
}
.woocommerce div.product form.buy-now.cart {
margin-top: 15px;
}
.woocommerce div.product form.buy-now.cart span.amount {
color: #fff;
text-transform: uppercase;
transition: all 250ms ease-in-out 0s;
-webkit-transition: all 250ms ease-in-out 0s;
}
.woocommerce div.product form.buy-now.cart .button:hover span.amount {
color: #2695ff;
text-transform: uppercase;
transition: all 250ms ease-in-out 0s;
-webkit-transition: all 250ms ease-in-out 0s;
} #apply_for_vendor {
margin-left: 0px !important;
margin-right: 5px !important;
position: relative;
top: -3px;
}
#auctions_closing_soon_emails_field {
margin-left: 10px;
}
.woocommerce form .form-row label[for="apply_for_vendor"]{
}
.wcv-dashboard-navigation{
background: transparent;
}
.wc_vendors_active .pv_paypal_container,
.wc_vendors_active #pv_seller_info_container,
.wc_vendors_active .pv_shop_name_container {
margin-top: 30px;
}
.wc_vendors_active form input[type="submit"],
.wcv-dashboard-navigation li a:visited, 
.wcv-dashboard-navigation li a {
font-weight: 600;
text-transform: uppercase;
color: #fff;
transition: all 250ms ease-in-out;
margin: 0;
margin-right: 10px;
}
.wc_vendors_active #wcv_bank_account_name,
.wc_vendors_active #wcv_bank_account_number,
.wc_vendors_active #wcv_bank_name,
.wc_vendors_active #wcv_bank_routing_number,
.wc_vendors_active #wcv_bank_iban,
.wc_vendors_active #wcv_bank_bic_swift{
margin-left: 10px;
}
.wc_vendors_active #wcv_bank_account_name,
.wc_vendors_active #wcv_bank_account_number,
.wc_vendors_active #wcv_bank_name,
.wc_vendors_active #wcv_bank_routing_number,
.wc_vendors_active #wcv_bank_iban,
.wc_vendors_active #wcv_bank_bic_swift,
.wc_vendors_active #pv_shop_name,
.wc_vendors_active #pv_paypal,
.wc_vendors_active textarea,
.wc_vendors_active input.date-pick{
border-radius: 30px;
-webkit-border-radius: 30px;
border: 1px solid #ddd;
padding: 8px 18px;
}
table.my_account_orders tbody tr td.order-actions a.button {
background: #2695ff;
color: #fff;
border-radius: 30px;
width: 100%;
text-align: center;
font-weight: 600;
text-transform: uppercase;
}
table.my_account_orders tbody tr td.order-actions a.button:hover {
background: #fff;
color: #2695ff;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
table.shop_table.my_account_orders.table.table-striped {
margin-top: 25px;
}
table.my_account_orders tbody tr td.order-actions a.button {
margin: 0 !important;
margin-right: 10px;
}
.table.shop_table>thead>tr>th, 
.table.shop_table>tbody>tr>th, 
.table.shop_table>tfoot>tr>th, 
.table.shop_table>thead>tr>td, 
.table.shop_table>tbody>tr>td, 
.table.shop_table>tfoot>tr>td {
padding: 15px 20px!important;
}
tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order {
background: #FFFFFF;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
margin-bottom: 30px;
display: inline-table;
width: 100%;
}
.woocommerce table.my_account_orders .button {
float: right;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-order-details {
margin-bottom: 60px;
}
.woocommerce-order-received .woocommerce .woocommerce-order-details {
padding: 30px;
}
.woocommerce .woocommerce-order-details {
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
margin-top: 35px;
padding: 30px 10px;
padding-bottom: 1px;
}
.woocommerce .woocommerce-customer-details address {
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
padding: 30px;
border: 0 none;
border-radius: 0;
} .woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
background: #FFF !important;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
margin-top: 10px;
font-size: 24px;
font-weight: 600;
margin-bottom: 15px;
display: none;
}
.list-unstyled li span {
font-size: 16px;
color: #606060;
line-height: 26px;
}
li.store-name:before {
content: "\f07a";
color: #2695FF;
font-family: 'fontawesome';
left: 0;
padding-right: 8px;
background: transparent !important;
}
li.seller-name:before {
content: "\f007";
color: #2695FF;
font-family: 'fontawesome';
left: 0;
padding-right: 12px;
background: transparent !important;
}
li.store-address:before {
content: "\f041";
color: #2695FF;
font-family: 'fontawesome';
left: 0;
padding-right: 14px;
background: transparent !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a{
color: #2695FF !important;
}
.form-row.form-group.user-role label.radio {
color: #2695FF;
text-align: left;
width: 100%;
padding-left: 30px;
margin-top: 0px;
position: relative;
}
.form-row.form-group.user-role input[type="radio"] {
left: 0;
margin-right: 6px;
margin-left: 0px;
position: absolute;
}
button.woocommerce-Button.button {
padding: 12px 25px;
}
.woocommerce ul.products li.product .button[data-tooltip]{
position: relative;
z-index: 2;
cursor: pointer;
}
.woocommerce ul.products li.product .button[data-tooltip]:before,
.woocommerce ul.products li.product .button[data-tooltip]:after {
visibility: hidden;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
pointer-events: none;
}
.woocommerce ul.products li.product .button[data-tooltip]:before{
position: absolute;
bottom: 0%;
left: 120%;
padding: 8px 10px;
width: 116px;
-moz-border-radius: 3px;
border-radius: 6px;
background-color: hsla(0, 0%, 20%, 0.83);
color: #fff;
content: attr(data-tooltip);
font-family: Montserrat;
text-align: center;
font-size: 12px;
text-transform: none;
line-height: 1.2;
transition: all 250ms ease-in-out 0s;
-webkit-transition: all 250ms ease-in-out 0s;
}
.woocommerce_categories2 .woocommerce ul.products li.product .button[data-tooltip]:before{
position: absolute;
bottom: 105%;
left: 103%;
margin-bottom: 5px;
margin-left: -80px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color: #000;
background-color: hsla(0, 0%, 20%, 0.9);
color: #fff;
font-family: Montserrat;
font-size: 12px;
content: attr(data-tooltip);
text-align: center;
}
.woocommerce ul.products li.product .button[data-tooltip]:after{
position: absolute;
top: 35%;
left: 107%;
width: 0;
border-top: 5px solid #000;
border-right: 5px solid  hsla(0, 0%, 20%, 0.83);
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
content: " ";
font-size: 0;
line-height: 0;
transition: all 250ms ease-in-out 0s;
-webkit-transition: all 250ms ease-in-out 0s;
}
.woocommerce_categories2 .woocommerce ul.products li.product .button[data-tooltip]:after{
bottom: 150%;
top: -7px;
left: 45%;
margin-left: -5px;
border-top: 5px solid #000;
border-top: 5px solid hsla(0, 0%, 20%, 0.9);
border-right: 5px solid transparent;
border-left: 5px solid transparent;
}
.woocommerce ul.products li.product .button[data-tooltip]:hover:before,
.woocommerce ul.products li.product .button[data-tooltip]:hover:after{
visibility: visible;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
} .woocommerce div.product p.price, 
.woocommerce div.product span.price {
font-size: 25px;
margin-bottom: 30px;
} button.single_add_to_cart_button.button.alt[data-tooltip],
.woocommerce.single-product .wishlist-container a.button[data-tooltip],
.woocommerce.single-product div.product form.cart button.bid_button.button.alt[data-tooltip] {
position: relative;
z-index: 2;
cursor: pointer;
}
button.single_add_to_cart_button.button.alt[data-tooltip]:before,
button.single_add_to_cart_button.button.alt[data-tooltip]:after,
.woocommerce.single-product .wishlist-container a.button[data-tooltip]:before,
.woocommerce.single-product .wishlist-container a.button[data-tooltip]:after,
.woocommerce.single-product div.product form.cart button.bid_button.button.alt[data-tooltip]:before,
.woocommerce.single-product div.product form.cart button.bid_button.button.alt[data-tooltip]:after{
visibility: hidden;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
pointer-events: none;
}
button.single_add_to_cart_button.button.alt[data-tooltip]:before,
.woocommerce.single-product .wishlist-container a.button[data-tooltip]:before,
.woocommerce.single-product div.product form.cart button.bid_button.button.alt[data-tooltip]:before {
position: absolute;
bottom: 120%;
left: 85%;
margin-bottom: 5px;
margin-left: -80px;
padding: 10px;
width: 140px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 25px;
background-color: #000;
background-color: hsla(0, 0%, 20%, 0.9);
color: #fff;
content: attr(data-tooltip);
font-family: Montserrat;
text-align: center;
font-size: 12px;
line-height: 1.2;
transition: all 250ms ease-in-out 0s;
-webkit-transition: all 250ms ease-in-out 0s;
}
button.single_add_to_cart_button.button.alt[data-tooltip]:after,
.woocommerce.single-product .wishlist-container a.button[data-tooltip]:after,
.woocommerce.single-product div.product form.cart button.bid_button.button.alt[data-tooltip]:after {
position: absolute;
bottom: 120%;
left: 50%;
margin-left: -5px;
width: 0;
border-top: 5px solid #000;
border-top: 5px solid hsla(0, 0%, 20%, 0.9);
border-right: 5px solid transparent;
border-left: 5px solid transparent;
content: " ";
font-size: 0;
line-height: 0;
transition: all 250ms ease-in-out 0s;
-webkit-transition: all 250ms ease-in-out 0s;
}
button.single_add_to_cart_button.button.alt[data-tooltip]:hover:before,
button.single_add_to_cart_button.button.alt[data-tooltip]:hover:after,
.woocommerce.single-product .wishlist-container a.button[data-tooltip]:hover:before,
.woocommerce.single-product .wishlist-container a.button[data-tooltip]:hover:after,
.woocommerce.single-product div.product form.cart button.bid_button.button.alt[data-tooltip]:hover:before,
.woocommerce.single-product div.product form.cart button.bid_button.button.alt[data-tooltip]:hover:after {
visibility: visible;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: .9;
} #yith-wcwl-form input[type="text"] {
border: 1px solid 
#ddd;
padding: 12px 25px;
border-radius: 30px;
font-weight: 300;
color:
#606060;
}
#yith-wcwl-form input[type="submit"],
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
table.compare-list .add-to-cart td a,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
color: #FFF;
font-weight: 600;
border: 0 none;
font-size: 14px;
border-radius: 30px !important;
text-transform: uppercase;
transition: all 250ms ease-in-out 0s;
-webkit-transition: all 250ms ease-in-out 0s;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
font-weight: bold;
text-transform: uppercase;
height: 35px;
outline: 0;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
table.compare-list .add-to-cart td a:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
color: #ffffff;
} .products .product-type-auction .details-price-container.details-item {
font-size: 14px;
}
.woocommerce div.product.sold-individually.product-type-auction form.cart.buy-now {
clear: left;
margin-top: -5px;
}
.woocommerce div.product.sold-individually.product-type-auction .wishlist-container {
display: inline-table;
margin-top: -1px;
}
.woocommerce div.product.sold-individually.product-type-auction form.cart.auction_form,
.woocommerce div.product.sold-individually.product-type-auction form.cart.buy-now {
width: auto !important;
}
.woocommerce.single-product div.product.product-type-auction form.cart .button.single_add_to_cart_button {
padding-left: 25px !important;
padding-right: 25px !important;
}
.woocommerce div.product.sold-individually form.cart {
width: 7% !important;
}
.woocommerce div.product.sold-individually .wishlist-container {
display: flex;
} #yith-quick-view-content .images {
margin: 0;
}
#yith-quick-view-content div.images {
width: 100%;
float: none !important;
}
#yith-quick-view-modal .yith-wcqv-main {
box-shadow: none !important;
overflow: initial !important;
}
#yith-quick-view-modal .product-badge {
left: 15px;
top: 15px;
padding: 0px 9px;
}
#yith-quick-view-close:hover {
color: #2695FF;
}
#yith-quick-view-modal .product-badge span {
display: block;
line-height: 25px;
font-size: 12px !important;
font-weight: bold !important;
text-transform: uppercase;
max-height: 25px !important;
min-height: 25px !important;
line-height: 25px !important;
padding: 0 !important;
}
#yith-quick-view-modal #yith-quick-view-content {
height: 100%;
}
#yith-quick-view-modal div.product {
height: 100%;
}
#yith-quick-view-modal div.product > .row {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
margin: 0;
}
#yith-quick-view-modal .yith-wcqv-wrapper {
height: auto !important;
}
#yith-quick-view-modal div.product .woocommerce-product-rating {
margin-bottom: 0;
}
#yith-quick-view-modal div.product .product_title {
font-size: 24px !important;
font-weight: bold !important;
display: block !important;
}
#yith-quick-view-modal div.product p.price {
padding-top: 10px;
}
#yith-quick-view-modal div.product form.cart {
margin-bottom: 15px;
}
#yith-quick-view-modal div.product .col-md-6 {
padding: 0 !important;
}
.woocommerce ul.products li.product .button.yith-wcqv-button {
display: none;
}
.woocommerce ul.products li.product .component.quick-view .button.yith-wcqv-button {
display: block;
}
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary{
float: left;
width: 50%;
margin-left: 20px;
}
#yith-quick-view-content div.summary {
width: 100%;
padding: 50px 40px !important;
}
.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images{
width: auto;
float: left;
}
.woocommerce table.wishlist_table thead th {
font-size: 15px !important; 
padding: 15px !important;
}
table.shop_table.cart.wishlist_table tr {
background: #FFFFFF;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
margin-bottom: 30px;
padding-right: 20px;
width: 100%;
display: inline-table;
}
.wishlist_table tr td.product-name a.button {
padding: 8px 15px!important;
font-size: 11px !important;
margin-left: 25px;
color: #fff !important;
}
.woocommerce table.wishlist_table tbody td.product-name a {
color: #242424;
font-weight: 600;
font-size: 18px;
}
.woocommerce table.wishlist_table tbody td.product-price del span.amount {
display: none;
}
.wishlist_table tr td.product-name {
width: 40%;
}
.wishlist_table tr td.product-price {
width: 20%;
}
.wishlist_table tr td.product-add-to-cart {
width: 13%;
} .onsale.rotate45_back {
display: block;
}
.woocommerce span.onsale {
background: transparent;
position: initial;
font-weight: 300;
font-size: 13px;
padding: 0;
}
.woocommerce .comment-form-rating label {
padding-top: 20px;
padding-bottom: 10px;
}
.product-badge {
font-weight: 300;
border-radius: 30px;
left: 30px;
margin: 0;
padding: 0;
top: 15px;
z-index: 1;
background: #2695FF;
padding: 0 10px;
}
.woocommerce span.onsale {
background: transparent;
position: initial;
font-weight: bold;
font-size: 12px;
padding: 0;
text-transform: uppercase;
line-height: 25px;
height: 25px;
} .woocommerce nav.woocommerce-pagination {
background: transparent;
margin-top: 40px;
text-align: left;
}
.woocommerce nav.woocommerce-pagination ul {
border: 0 none;
}
.woocommerce .woocommerce-pagination ul.page-numbers li {
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
border-radius: 30px;
}
.woocommerce nav.woocommerce-pagination ul li {
border: 0 !important;
margin-right: 10px !important;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
font-size: 14px;
text-align: center;
display: block;
position: relative;
background: #fff;
border: none;
border-radius: 30px;
padding: 15px 10px;
line-height: 20px;
min-width: 50px;
transition: all .3s;
display: inline-block;
} .woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
border-top-color: #00aeef;
}  .woocommerce .cart .button, .woocommerce .cart input.button {
padding: 10px 25px;
}
.woocommerce form .form-row label{
line-height: normal;
margin-bottom: 10px;
}
.woocommerce form .form-row .input-checkbox {
display: inline !important;
margin: 4px -15px 0 !important;
}
.woocommerce ul.products li.product.product-type-auction .price {
display: inline-block !important;
}
.woocommerce .woocommerce-ordering{
margin: 0;
}
.woocommerce .woocommerce-ordering select, 
.woocommerce .quantity .qty,
.woocommerce .quantity .qty_button.minus,
.woocommerce .quantity .qty_button.plus {
border: transparent;
border-radius: 4px;
color: #606060;
font-weight: 300;
height: 40px;
padding: 0;
background: #fff;
outline: 0;
font-size: 16px;
}
.woocommerce .woocommerce-ordering select {
border: 1px solid #efefef;
border-radius: 20px;
padding: 0 20px;
}
.woocommerce .quantity .qty, .woocommerce .quantity .qty_button.minus, .woocommerce .quantity .qty_button.plus{
width: 30px;
}
.woocommerce.single-product .woocommerce-ordering select,
.woocommerce.single-product .quantity .qty,
.woocommerce.single-product .quantity .qty_button.minus,
.woocommerce.single-product .quantity .qty_button.plus{
border: transparent;
border-radius: 4px;
color: #242424;
font-weight: 400;
height: 40px;
padding: 0;
width: 50px;
background: #fff;
outline: 0;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
display: none;
margin: 0;
}
.quantity input.qty {
appearance: textfield;
-webkit-appearance: none;
-moz-appearance: textfield;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
border: 1px solid rgba(0, 0, 0, 0.1);
line-height: 20px;
color: #606060;
padding: 8px 25px;
height: auto;
margin-right: 15px;
width: auto;
border-radius: 30px;
}
.woocommerce form .form-row textarea, 
.woocommerce form .form-row select, 
.woocommerce form .form-row input.input-text, 
.woocommerce-page form .form-row input.input-text {
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 30px;
line-height: normal;
padding: 10px 20px;
margin-bottom: 25px;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset {
border: 0;
padding: 0;
}
.woocommerce table.shop_table thead {
display: none;
}
.woocommerce-cart-form__cart-item td {
border: none !important;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label label {
margin-bottom: 0px !important;
} .widget_recent_auctions li a {
font-weight: bold !important;
font-size: 16px !important;
color: #454545;
}
#yith-wcwl-form input[type="submit"],
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button{
padding: 12px 25px !important;
}
.overlay-components a.button{
padding: 10px !important;
line-height: 8px;
}
.widget_categories select,
.dropdown_product_cat {
border: 1px solid rgba(0, 0, 0, 0.1);
color: #8b8b8a;
padding: 10px;
width: 100%;
}
.cat-parent .cat-item {
list-style: outside none none;
}
.cat-parent .children {
padding-left: 20px;
}
.star-rating {
margin: 5px 0;
}
.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a {
color: #606060;
font-weight: normal;
position: relative;
font-size: 13px;
line-height: 1.5;
font-weight: 600 !important;
}
.woocommerce ul.cart_list li:hover a, 
.woocommerce ul.product_list_widget li:hover a {
color: #2695FF;
}
.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img {
float: left;
margin: 0 15px 0 0;
width: 70px;
border: 1px solid #dfe5e9;
}
.woocommerce ul.product_list_widget li span.product-title {
font-weight: 500;
font-size: 15px;
}
.sidebar-content span.auction-price {
font-weight: 300;
}
.woocommerce ul.product_list_widget li span.amount {
font-weight: 400;
}
.woocommerce ul.cart_list li {
margin-bottom: 15px;
padding: 0;
}
.woocommerce ul.product_list_widget li {
margin-bottom: 20px;
padding: 0;
}
.widget_recent_auctions li {
margin-top: 25px !important;
}
.woocommerce ul.product_list_widget {
margin-top: 25px;
}
.woocommerce ul.cart_list li:hover a::before, 
.woocommerce ul.product_list_widget li:hover a::before {
content: "";
height: 70px;
left: 0;
opacity: 1;
position: absolute;
width: 70px;
}
.woocommerce ul.cart_list li a::before, 
.woocommerce ul.product_list_widget li a::before {
content: "";
height: 70px;
left: 0;
opacity: 0;
position: absolute;
width: 70px;
}
.woocommerce ul.cart_list li:hover a::after, 
.woocommerce ul.product_list_widget li:hover a::after {
opacity: 1;
}
.woocommerce ul.cart_list li a::after, 
.woocommerce ul.product_list_widget li a::after {
opacity: 0;
}
.woocommerce ul.cart_list li a.remove::before, 
.woocommerce ul.product_list_widget li a.remove::before {
background: transparent;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a,
.woocommerce ul.cart_list li a::before, 
.woocommerce ul.product_list_widget li a::before,
.woocommerce ul.cart_list li a::after, 
.woocommerce ul.product_list_widget li a::after {
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
}
.woocommerce ul.cart_list li:hover a::after, 
.woocommerce ul.product_list_widget li:hover a::after {
color: #ffffff;
content: "\f06e";
font-family: "fontawesome";
font-size: 18px;
left: 25px;
position: absolute;
top: 22px;
}
#yith-quick-view-modal .woocommerce-product-gallery figure {
max-width: initial;
margin-left: 50px;
}
.widget_shopping_cart_content .product_list_widget {
margin-top: 0px !important;
} .product-description{
color: #8b8b8a;
margin-bottom: 20px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
background-color: #c0ccd3;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
background-color: #2f383d;
}
.price_label {
color: #99abb7;
}   .error404 .page-content > img {
display: block;
margin: 0 auto;
max-width: 60%;
}
.error404 .error-404 {
margin-bottom: 40px;
}
.error404 .blog-posts {
overflow: hidden;
padding-top: 90px;
}
.error404 .error-404 .page-header {
border-bottom: none;
margin: 45px 0 25px;
}   .vc_col-md-9.main-content .clients-container img {
width: 85%;
}
.clients-container .item > img {
display: block;
margin: 0 auto;
max-width: 60%;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
-ms-transition: all 250ms ease;
}
.clients-container .item > img:hover {
transform: scale(1.05);
-ms-transform: scale(1.05);
-webkit-transform: scale(1.05);
}  .navbar ul li ul.sub-menu {
left: 15px;
opacity: 0;
padding-top: 0;
position: absolute;
text-align: left;
top: 180%;
transition: all 400ms ease 0s;
-webkit-transition: all 400ms ease 0s;
visibility: hidden;
width: 200px;
z-index: 9999;
transform: scale(0);
-webkit-transform: scale(0);
}
.navbar ul li ul.sub-menu li:hover ul.sub-menu {
top: 0;
left: 100%;
}
.navbar ul li ul.sub-menu li ul.sub-menu {
top: 100%;
left: 100%;
}
.menu.nav-effect.nav-menu {
margin: 0;
}
#navbar .sub-menu li {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 0;
}
#navbar .sub-menu li:last-child {
border-bottom: 0 none;
}
.navbar-nav > li > a {
padding-bottom: 30px;
padding-top: 30px;
}
.navbar ul li:hover > ul.sub-menu {
opacity: 1;
top: 103%;
left: 10px;
visibility: visible;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
transform: scale(1) !important;
-webkit-transform: scale(1) !important;
}
#navbar ul.sub-menu li a {
color: #fff;
display: block;
padding: 15px 20px;
font-size: 14px;
font-weight: 400;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
}
#navbar li li {
display: list-item; 
list-style: none; 
}
.mega_menu .cf-mega-menu.sub-menu {
position: absolute;
opacity: 0;
visibility: hidden;
min-width: 650px;
top: 69px;
left: 12px;
padding: 15px 50px;
padding-bottom: 5px;
text-align: left;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
transition: all 400ms ease 0s;
-webkit-transition: all 400ms ease 0s;
transform: scale(0);
-webkit-transform: scale(0);
}
.navbar .mobile_only_icon_group {
display: none;
float: right;
}
.navbar .mobile_only_icon_group a {
color: #252525;
}
.mobile_footer_icon_wrapper {
display: none;
}
.mega_menu.col_1 .cf-mega-menu.sub-menu {
min-width: 225px;
padding-right: 0;
}
.mega_menu.col_2 .cf-mega-menu.sub-menu {
min-width: 450px;
padding-right: 0;
}
.nav-menu li:hover ul, .nav-menu li:hover .cf-mega-menu.sub-menu {
opacity: 1;
visibility: visible;
transform: scale(1) !important;
-webkit-transform: scale(1) !important;
}
.mega_menu .cf-mega-menu.sub-menu p a i{
width: 10px;
margin-right: 12px;
}
.mega_menu .cf-mega-menu.sub-menu p a {
color: #606060;
padding: 12px 0;
line-height: 2.5;
font-weight: 400;
font-size: 14px;
}
.mega_menu .cf-mega-menu.sub-menu .vc_column-inner {
padding: 0px;
}
.mega_menu .cf-mega-menu.sub-menu .vc_column-inner h3 {
margin-top: 20px !important;
}
.mega_menu .cf-mega-menu.sub-menu p {
margin-top: 5px !important;
}
.cf-mega-menu.sub-menu {
width: 100%;
padding: 0 !important;
}
.mega3menu {
position: static !important;
}
.mega3menu .cf-mega-menu .vc_row .vc_col-sm-3:not(:last-child) {
border-right: 1px solid rgba(255,255,255,.3);
}
.bot_nav_cat .mt-icon-list-item {
padding-top: 4px;
padding-left: 10px;
}
.bot_nav_cat .mt-icon-list-item:hover {
color: rgb(255, 255, 255);
}
.bot_nav_cat .cf-mega-menu.sub-menu * {
opacity: 0 !important;
visibility: hidden !important;
}
.bot_nav_cat .menu-item:hover .sub-menu * {
opacity: 1 !important;
visibility: visible !important;
}
.cf-mega-menu.sub-menu .woocommerce {
margin-top: 50px;
}
.bot_nav_cat ul li.mega1column,
.bot_nav_cat ul li.mega2columns,
.bot_nav_cat ul li.mega3columns {
position: unset;
}
.bot_nav_cat .menu-item > a {
position: relative;
} .mega3columns .cf-mega-menu.sub-menu {
left: 15px;
width: calc(100% - 30px);
} .mega2columns .cf-mega-menu.sub-menu {
left: 22%;
width: calc(66.66666% - 30px);
} .mega1column .cf-mega-menu.sub-menu {
left: 41%;
width: calc(33.33333% - 30px);
}
.fixed-search-overlay.visible {
opacity: 1;
visibility: visible;
z-index: 99999;
}
.fixed-search-overlay label{
width: 100%;
position: relative;
}
.fixed-search-overlay {
background: rgba(13, 25, 31, 0.95) none repeat scroll 0 0;
height: 100%;
left: 0;
display: flex;
position: fixed;
top: 0;
width: 100%;
z-index: -1;
opacity: 0;
visibility: hidden;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
}
.fixed-search-overlay .icon-close {
color: rgba(255, 255, 255,.74);
font-size: 30px;
position: absolute;
right: 20px;
top: 20px;
cursor: pointer;
}
.fixed-search-overlay .fixed-search-inside {
align-self: center;
width: 100%;
}
.fixed-search-inside .modeltheme-search {
display: block;
margin: 0 auto;
width: 500px;
}
.modeltheme-search > form {
position: relative;
}
.modeltheme-search .fixed-search-inside label {
width: 91%;
}
.modeltheme-search input.search-field {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border-color: -moz-use-text-color -moz-use-text-color rgb(255, 255, 255);
border-style: none none solid;
border-width: 0 0 3px;
color: rgb(255, 255, 255);
font-size: 32px;
font-weight: 500;
padding: 0 0 4px 0;
width: 100%;
outline: none;
} body .tparrows.preview1:hover::after {
background: #2C3E50;
color: white;
}
.tparrows.preview1.tp-leftarrow {
left: 20px !important;
}
body .tparrows.preview1,
body .tparrows.preview1::after{
height: 60px;
width: 60px;
}
.tparrows.preview1.tp-rightarrow {
right: 20px !important;
}
body .tp-bullets.preview1 .bullet {
border: 0 none;
height: 0;
width: 0;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
margin: 0 6px;
}
.tp-leftarrow.default,
.tp-rightarrow.default {
background: rgba(44, 62, 80,.3);
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
}
.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover {
background: rgba(44, 62, 80,7);
}
#revolution-slider .tp-leftarrow.default::after, 
#revolution-slider .tp-rightarrow.default::after {
font-size: 30px;
line-height: 28px;
opacity: 0.5;
}
.tp-leftarrow.default::after {
color: #ffffff;
content: "\f104";
line-height: 38px;
padding: 14px;
font-family: 'fontawesome';
font-size: 25px;
}
.tp-rightarrow.default::after {
color: #ffffff;
content: "\f105";
line-height: 28px;
padding: 16px;
font-family: 'fontawesome';
font-size: 25px;
}
.tp-bullets.simplebullets.round .bullet{
transform: rotate(45deg);
-wenkit-transform: rotate(45deg);
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
margin: 0 7px;
}
.tp-bullets.simplebullets.round .bullet:hover, 
.tp-bullets.simplebullets.round .bullet.selected, 
.tp-bullets.simplebullets.navbar .bullet:hover, 
.tp-bullets.simplebullets.navbar .bullet.selected {
background: #00ADF1;
transform: rotate(45deg);
-wenkit-transform: rotate(45deg);
}
.tp-bullets.simplebullets.round .bullet {
background: rgba(44, 62, 80,.85);
}
.wpb_accordion_content .post-comment {
color: #8b8b8a;
}
.vc_tta-accordion.vc_tta.vc_general .vc_tta-panel {
margin-bottom: 30px;
}
.navigation.posts-navigation {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
float: left;
width: 100%;
}
.edit-link .vc_inline-link::before {
color: #242424;
content: "/ ";
}
.hidden_wishlist_btn .component.wishlist, 
.hidden_compare_btn .component.compare {
display: none !important;
}
.hidden_wishlist_btn .top-wishliist {
display: none;
}
.woocommerce .overlay-components a.added_to_cart {
font-weight: 500;
padding: 6px !important;
}
.woocommerce ul.products li.product .overlay-components .add_to_wishlist.button:hover i,
.woocommerce ul.products li.product .overlay-components .button.yith-wcqv-button:hover i{
color: #fff;
}
.woocommerce ul.products li.product .overlay-components .add_to_wishlist.button i,
.woocommerce ul.products li.product .overlay-components .button.yith-wcqv-button i{
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
-ms-transition: all 250ms ease;
color: #606060;
}
.woocommerce ul.products li.product .overlay-components .add_to_wishlist.button,
.woocommerce ul.products li.product .overlay-components .button.yith-wcqv-button {
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
-ms-transition: all 250ms ease;
background: #fff;
}
.info-details .component.wishlist .add_to_wishlist, 
.info-details .component.quick-view .yith-wcqv-button {
background: transparent !important;
color: rgba(21, 21, 21, .5);
padding: 16px 0;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
-ms-transition: all 250ms ease;
}
.info-details .component.wishlist .add_to_wishlist:hover, 
.info-details .component.quick-view .yith-wcqv-button:hover {
color: #242424;
}
.info-details .col-md-8.component.add-to-cart {
text-align: center;
background: #F7D31B;
padding: 5.5px 0;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
-ms-transition: all 250ms ease;
}
.info-details .col-md-8.component.add-to-cart:hover {
background: #0062BD;
}
.woocommerce #yith-quick-view-modal div.product.sold-individually form.cart {
width: auto !important;
}
.woocommerce #yith-quick-view-modal div.product.sold-individually form.cart .single_add_to_cart_button.button.alt {
padding-left: 25px !important;
padding-right: 25px !important;
}
.info-details .component.wishlist .add_to_wishlist, 
.info-details .component.quick-view .yith-wcqv-button,
.info-details .component.add-to-cart .button,
.info-details .component.wishlist .yith-wcwl-add-to-wishlist{
margin: 0 !important;
background: transparent !important;
text-transform: uppercase;
font-weight: bold;
}
.info-details .col-md-3.component {
padding: 0 !important;
}
.info-details .col-md-2.component.wishlist, 
.info-details .col-md-2.component.quick-view {
border-top: 0;
padding: 0;
text-align: center;
background: #fff;
}
.woocommerce_categories2 .info-details .col-md-2.component.wishlist, .info-details .col-md-2.component.quick-view {
float: right;
}
.info-details .col-md-6.component.add-to-cart {
background: #f02222;
}
.info-details .col-md-2.component.wishlist .yith-wcwl-wishlistexistsbrowse .button {
padding: 13.5px 0px;
font-size: 8px;
background: transparent;
color: #242424;
font-weight: bold;
margin: 0;
}
#our-team header.section-header,
#features header.section-header,
#contact-us header.section-header {
margin-bottom: 30px;
}
.mbYTP_wrapper iframe {
min-width: 100%;
position: initial !important;
}
#primary .main-content ul.ibid-slider li.single-slide.selected {
position: relative;
}
#primary .main-content ul.ibid-slider li.single-slide:before{
display: none;
}
#primary .main-content ul.ibid-slider li.single-slide {
position: absolute;
}
.page .ibid-slider-wrapper .ibid-slider li:before {
display: none;
}
.page .ibid-item-info .desc {
opacity: 0.6;
}
.ibid-slider-wrapper .ibid-slider li {
margin: 0 !important;
}
.masonry_banner.masonry-brick {
width: 45%;
}
.masonry_banners img {
height: auto;
width: 100%;
}
.masonry_banners.banners_column {
overflow: hidden;
}
.banners_column > .vc_col-md-6 {
padding: 0;
}
.masonry_banner {
margin: 2.5px;
margin-bottom: 5px;
}
.masonry_banner {
margin: 2.5px;
margin-bottom: 5px;
}
.domains .masonry_banner {
margin: 12.5px;
margin-bottom: 32px;
}
.sale_banner .sale_banner_holder .banner_holder .button-winona span {
color: #fff;
}
.sale_banner .sale_banner_holder::before,
.sale_banner .sale_banner_holder::after {
position: absolute;
top: 20px;
right: 20px;
bottom: 20px;
left: 20px;
content: '';
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.sale_banner p.category_count{
text-align: left;
}
.sale_banner .sale_banner_holder::before {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: scale(0,1);
transform: scale(0,1);
}
.sale_banner .sale_banner_holder::after {
border-right: 1px solid #fff;
border-left: 1px solid #fff;
-webkit-transform: scale(1,0);
transform: scale(1,0);
}
.sale_banner:hover .sale_banner_holder:before,
.sale_banner:hover .sale_banner_holder:after{
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
}
.sale_banner_holder {
border: 1px solid rgba(0, 0, 0, 0);
display: block;
height: 100%;
padding: 20px;
position: absolute;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
text-align: center;
top: 0;
width: 100%;
z-index: 1;
}
.sale_banner .masonry_holder {
bottom: 10px;
top: auto;
left: 30px;
width: auto;
margin: 12px;
}
.sale_banner .masonry_holder .category_name {
font-size: 23px;
text-transform: capitalize;
}
.sale_banner_holder{
border: 0 none;
}
.sale_banner_holder a {
border: 1px solid #FFF;
color: rgb(255, 255, 255);
float: left;
padding: 12px 25px;
font-weight: 600;
margin-left: 52px;
}
.vc-12 .sale_banner .masonry_holder .category_name {
font-size: 30px;
}
.banner_holder {
position: absolute;
top: 69%;
width: 100%;
z-index: 1000;
left: 0;
right: 0;
}
.sale_banner_center .masonry_holder {
position: absolute;
top: 65%;
left: 50%;
transform: translate(-60%, -99%);
font-size: 18px;
}
.sale_banner_center .masonry_holder .category_name {
font-family: BenchNine;
font-weight: bold;
font-size: 50px;
line-height: 50px;
text-transform: capitalize;
text-align: center;
}
.categories .category {
display: inline-table;
margin-right: 30px;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-moz-transition: all 250ms ease;
}
.categories .category:last-child {
margin-right: 0;
}
.categories_shortcode {
display: block;
width: 90%;
margin: 0 auto;
background: #fff;
}
.categories_shortcode .owl-controls {
height: 0;
margin: 0;
position: absolute;
text-align: left;
top: 30%;
width: 100%;
}
.categories_shortcode .owl-controls .owl-buttons {
height: 0;
}
.categories_shortcode h5 {
font-size: 16px;
margin: 5px 0 0;
text-align: center;
text-transform: uppercase;
}
.categories_shortcode .owl-controls .owl-buttons .owl-next {
position: absolute;
right: -40px;
}
.categories_shortcode .owl-controls .owl-buttons .owl-prev {
position: absolute;
left: -40px;
}
.categories_shortcode .owl-controls .owl-buttons i {
background-color: transparent !important;
font-size: 25px;
text-align: center;
color: rgba(36, 36, 36, .4);
font-weight: bold;
}
.categories_shortcode .owl-controls .owl-buttons div {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
margin: 0;
padding: 0;
}
.categories_shortcode a {
cursor: pointer;
font-weight: bold;
color: #fff!important;
font-size: 14px;
line-height: 1.3;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
max-width: 80%;
margin: 0 auto;
}
.categories_shortcode .category{
width: 100%;
}
.categories_shortcode .category img {
width: 20px;
margin-bottom: 0;
margin-right: 10px;
}
.categories_shortcode .category.active img {
-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
}
.categories_shortcode .category:hover img {
-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
}
.products_by_category.active{
display: block;
}
.products_by_category {
display: none;
margin-top: 30px;
}
.categories_shortcode .category.active,
.categories_shortcode .category:hover{
background: #fff;
}
.categories_shortcode .category.active span,
.categories_shortcode .category:hover span{
color: #fff;
}
.mt-icon-listgroup-item .mt-icon-listgroup-holder p.mt-icon-listgroup-title {
font-weight: 700;
line-height: 20px;
padding-top: 5px;
}
.mt-icon-listgroup-item .mt-icon-listgroup-title {
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-moz-transition: all 250ms ease;
}
.mt-icon-listgroup-item .mt-icon-listgroup-holder .mt-icon-listgroup-icon-holder-inner {
float: left;
}
.mt-icon-listgroup-item .mt-icon-listgroup-holder .mt-icon-listgroup-icon-holder-inner img {
max-width: 50px !important;
}
.wpb_button.btn-filled:before,
.wpb_button.btn-filled:after{
display: none;
}
.wpb_button.btn-filled.btn-filled-gray:hover,
.wpb_button.btn-filled.btn-filled-gray{
background: #7f8c8d;
color: #fff !important;
}
.wpb_button.btn-filled {
padding: 15px 20px !important;
font-size: 17px !important;
}
.wpb_button.btn-filled:hover,
.wpb_button.btn-filled{
background: white;
}
.form-control,
.wpb_button,
.owl-theme .owl-controls .owl-buttons div,
#ibid-main-head,
#contact_form .button[type="submit"],
#contact-us .form-control,
.search-field,
.btn-lg, 
.alert-success,
.alert-info,
.alert-warning,
.alert-danger,
.btn-group-lg>.btn,
.btn,
pre,
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
table.compare-list .add-to-cart td a,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce a.remove:hover,
.woocommerce a.remove,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce table.shop_table,
.slider_navigation .btn,
.widget_ibid_popular_recent_tabs .nav-tabs li a,
.thumbnail,
.widget_toggles .panel-group .panel,
.panel,
.container .jumbotron, 
.container-fluid .jumbotron,
.panel-heading,
.list-group-item:first-child,
.list-group-item:last-child{
border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
::i-block-chrome, .widget_search .search-field{
border-radius: 2px !important;
-webkit-border-radius: 2px !important;
}
iframe,
embed,
figure {
max-width: 100%;
}
pre {
background-color: #f9f9f9;
border: 1px solid #e6e6e6;
}
li:hover .hover-components .component a{
background: transparent !important;
}
.parallax-head h1 {
color: #ffffff;
font-size: 70px;
font-weight: bold;
}
.button-winona.btn.btn-lg {
border: 1px solid #ffffff;
color: #ffffff;
padding: 10px 20px;
}
.button-winona.btn.btn-sm {
border: 1px solid #ffffff;
color: #ffffff;
padding: 5px 10px;
}
.button-winona.btn.btn-medium {
border: 1px solid #ffffff;
color: #ffffff;
padding: 8px 16px;
}
.text-left .btn.button-winona {
margin-left: 5px;
}
.text-right .btn.button-winona {
margin-right: 5px;
}
.parallax-head h3, .parallax-head h1 {
color: #ffffff;
font-size: 70px;
font-weight: bold;
}
.custom-about {
width: 35%;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.theme-button button{
padding: 12px 25px !important;
font-weight: 500;
text-transform: uppercase;
font-size: 14px;
}
.custom-about .button-winona {
background: #2695FF;
font-weight: bold;
text-transform: uppercase;
border-radius: 30px;
font-size: 14px;
line-height: 1;
padding: 12px 25px !important;
margin: 0 !important;
}
.custom-about .button-winona:hover {
background: #Fff;
color: #2695FF;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
} .widget_mega_main_sidebar_menu .widgettitle {
background: #242424;
color: rgb(255, 255, 255);
padding: 15px;
text-align: left;
text-transform: uppercase;
}
#mega_main_menu.mega_main_sidebar_menu.primary_style-buttons > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle:hover, 
#mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li > .item_link:hover {
background: #E9EAEA none repeat scroll 0 0 !important;
}
#primary .main-content .widget_mega_main_sidebar_menu .direction-vertical li::after,
#primary .main-content .widget_mega_main_sidebar_menu .direction-vertical li::before {
display: none;
}
.widget_mega_main_sidebar_menu .direction-vertical {
width: 100%;
}
.widget_mega_main_sidebar_menu .direction-vertical{
}
.mega_dropdown li a::before,
.mega_dropdown li a::after {
content: "";
display: none;
}
.mega_dropdown .mega_dropdown{
padding-bottom: 15px !important;
}
.navbar-nav > li.shop_cart, 
.navbar-nav > li.search_products {
float: right;
}
.search-form-product {
margin-top: 25px;
margin-bottom: 25px;
}
.menu-products {
display: grid;
text-align: right;
margin-top: 25px;
margin-bottom: 25px;
padding: 0;
}
a.cart-contents {
color: #999999 !important;
font-size: 14px;
padding-right: 30px;
}
.cart-contents span.amount {
color: #999999 !important;
font-size: 14px;
font-weight: 400;
}
.menu-search input.search-field {
border: 0;
outline: 0;
border-left: 0.5px solid #DDDDDD;
background: transparent;
line-height: 40px;
padding: 0;
padding-left: 24px;
height: 42px;
color: #606060;
width: 40%;
font-size: 14px;
font-weight: 300;
max-width: 100%;
}
.menu-search select.form-control1 {
background: transparent;
outline: 0;
border: 0;
padding-left: 20px;
height: 40px;
line-height: 40px;
font-size: 14px;
font-weight: 300;
color: #606060;
}
.menu-search .select2-container {
max-width: 155px !important;
min-width: 155px !important;
line-height: 40px !important;
height: 40px !important;
}
.menu-search .select2-container--default .select2-selection--single {
border: 0 !important;
}
.menu-search select#product_cat {
width: 30%;
}
.menu-search input.search-field::-webkit-input-placeholder {
color: rgba(0,0,0,.6);
}
.menu-search .btn.btn-primary {
background: #484848;
float: right;
line-height: 40px;
padding: 0;
border-radius: 30px;
padding-right: 15px;
padding-left: 15px;
height: 43px;
position: relative;
box-shadow: none;
outline: 0;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-o-transition: all 250ms ease;
}
.menu-search .btn.btn-primary:hover {
background: #2695FF;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-o-transition: all 250ms ease;
}
.menu-search {
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
border-radius: 30px;
font-size: 12px;
overflow: hidden;
}
.menu-search i.fa.fa-search {
color: #FFF;
}
.navbar-nav > li.search_products {
z-index: 9991;
} body #ct_amy_main1 ct_amy_figcaption p, 
body #ct_amy_main1 ct_amy_figcaption p a {
display: none;
}
body .ct_amy_grid svg{
height: 80%;
}
body .ct_amy_grid ct_amy_figcaption h2{
margin: 0;
}
body #ct_amy_main1 .ct_amy_grid svg path {
fill: rgba(255, 255, 255, 0.5);
}
body .ct_amy_grid svg path {
fill: rgba(255, 255, 255, 0.5);
}
body #ct_amy_main1 .ct_amy_content_title a, 
body #ct_amy_main1 .ct_amy_content_title {
color: #2c3e50;
}
body #ct_amy_main1 ct_amy_section p ins .amount, 
body #ct_amy_main1 ct_amy_section p .amount, 
body #ct_amy_main1 ct_amy_section .ct_amy_wooprice ins .amount, 
body #ct_amy_main1 ct_amy_section .ct_amy_wooprice .amount,
body ct_amy_section p ins .amount, 
body ct_amy_section p .amount, 
body ct_amy_section .ct_amy_wooprice ins .amount, 
body ct_amy_section .ct_amy_wooprice .amount {
color: #2c3e50 !important;
} .is-mobile .masonry_banner a::before, 
.is-mobile .masonry_banner a::after,
.is-mobile .sale_banner .sale_banner_holder::before, 
.is-mobile .sale_banner .sale_banner_holder::after{
display: none;
}   ::i-block-chrome, #contact-us .form-control{
margin-bottom: 15px;
}
::i-block-chrome, .tp-leftarrow.default,
::i-block-chrome, .tp-rightarrow.default {
top: 45% !important;
} .esg-grid .esg-cartbutton-wrapper span.woocommerce-Price-amount.amount {
color: #999;
font-size: 12px;
font-weight: bold;
}
.esg-grid .eg-arthur-content span.woocommerce-Price-amount.amount {
color: #fff;
font-size: 17px;
font-weight: bold;
} .gallery { margin: 0 auto 18px; overflow: hidden;}
.gallery .gallery-item {
float: left;
margin-top: 0;
text-align: center;
width: 33%;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery img {
box-shadow: 0px 0px 4px #999;
border: 1px solid white;
padding: 8px;
background: #f2f2f2;
}
.gallery img:hover {
background: white;
}
.gallery-columns-2 .attachment-medium {
max-width: 92%;
height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
max-width: 84%;
height: auto;
}
.gallery .gallery-caption {
color: #8b8b8b;
font-size: 12px;
margin: 12px 0;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; } .page-links .post-page-numbers{
margin-left: 5px;
}
.page-links {
float: left;
width: 100%;
clear: both;
background: #fff;
padding: 20px;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
font-weight: 300;
font-size: 17px;
margin-top: 20px;
margin-bottom: 20px;
} .breadcrumb a::after {
content:"/";
}
.navbar-header .logo img {
max-width: 165px;
}
::selection{
color: #ffffff;
background: #f02222;
}
::-moz-selection { color: #ffffff;
background: #f02222;
}
a{
color: #f02222;
}
a:focus,
a:visited,
a:hover{
color: #242424;
} a, 
a:hover, 
a:focus,
table.compare-list .remove td a .remove,
.woocommerce form .form-row .required,
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-message::before,
.woocommerce div.product p.price, 
.woocommerce div.product span.price,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.widget_popular_recent_tabs .nav-tabs li.active a,
.widget_product_categories .cat-item:hover,
.widget_product_categories .cat-item a:hover,
.widget_archive li:hover,
.widget_archive li a:hover,
.widget_categories .cat-item:hover,
.widget_categories li a:hover,
.woocommerce .star-rating span::before,
.pricing-table.recomended .button.solid-button, 
.pricing-table .table-content:hover .button.solid-button,
.pricing-table.Recommended .button.solid-button, 
.pricing-table.recommended .button.solid-button, 
.pricing-table.recomended .button.solid-button, 
.pricing-table .table-content:hover .button.solid-button,
.testimonial-author,
.testimonials-container blockquote::before,
.testimonials-container blockquote::after,
h1 span,
h2 span,
label.error,
.author-name,
.comment_body .author_name,
.prev-next-post a:hover,
.prev-text,
.next-text,
.social ul li a:hover i,
.wpcf7-form span.wpcf7-not-valid-tip,
.text-dark .statistics .stats-head *,
.wpb_button.btn-filled,
.widget_meta a:hover,
.logo span,
.widget_pages a:hover,
.categories_shortcode .category.active, .categories_shortcode .category:hover,
.widget_recent_entries_with_thumbnail li:hover a,
.widget_recent_entries li a:hover,
.wpb_button.btn-filled:hover,
.sidebar-content .widget_nav_menu li a:hover{
color: #f02222;
}
.missing-redux-framework .post-name a, 
.missing-redux-framework span.amount,
.missing-redux-framework table.compare-list .remove td a .remove,
.missing-redux-framework .woocommerce form .form-row .required,
.missing-redux-framework .woocommerce .woocommerce-info::before,
.missing-redux-framework .woocommerce .woocommerce-message::before,
.missing-redux-framework .woocommerce div.product p.price, 
.missing-redux-framework .woocommerce div.product span.price,
.missing-redux-framework .woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.missing-redux-framework .widget_popular_recent_tabs .nav-tabs li.active a,
.missing-redux-framework .widget_product_categories .cat-item:hover,
.missing-redux-framework .widget_product_categories .cat-item a:hover,
.missing-redux-framework .widget_archive li:hover,
.missing-redux-framework .widget_categories .cat-item:hover,
.missing-redux-framework .woocommerce .star-rating span::before,
.missing-redux-framework .pricing-table.recomended .button.solid-button, 
.missing-redux-framework .pricing-table .table-content:hover .button.solid-button,
.missing-redux-framework .pricing-table.Recommended .button.solid-button, 
.missing-redux-framework .pricing-table.recommended .button.solid-button, 
.missing-redux-framework .pricing-table.recomended .button.solid-button, 
.missing-redux-framework .pricing-table .table-content:hover .button.solid-button,
.missing-redux-framework .testimonial-author,
.missing-redux-framework .testimonials-container blockquote::before,
.missing-redux-framework .testimonials-container blockquote::after,
.missing-redux-framework h1 span,
.missing-redux-framework h2 span,
.missing-redux-framework label.error,
.missing-redux-framework .author-name,
.missing-redux-framework .comment_body .author_name,
.missing-redux-framework .prev-next-post a:hover,
.missing-redux-framework .comment-form i,
.missing-redux-framework .prev-text,
.missing-redux-framework .next-text,
.missing-redux-framework .social ul li a:hover i,
.missing-redux-framework .wpcf7-form span.wpcf7-not-valid-tip,
.missing-redux-framework .text-dark .statistics .stats-head *,
.missing-redux-framework .wpb_button.btn-filled,
.missing-redux-framework .logo span,
.missing-redux-framework .widget_pages a:hover,
.missing-redux-framework .categories_shortcode .category.active, .categories_shortcode .category:hover,
.missing-redux-framework .widget_recent_entries_with_thumbnail li:hover a,
.missing-redux-framework .wpb_button.btn-filled:hover,
.missing-redux-framework .sidebar-content .widget_nav_menu li a:hover{
color: #484848 ;
}
.tagcloud > a:hover,
.ibid-icon-search,
.wpb_button::after,
.rotate45,
.latest-posts .post-date-day,
.latest-posts h3, 
.latest-tweets h3, 
.latest-videos h3,
.button.solid-button, 
button.vc_btn,
.pricing-table.recomended .table-content, 
.pricing-table .table-content:hover,
.pricing-table.Recommended .table-content, 
.pricing-table.recommended .table-content, 
.pricing-table.recomended .table-content, 
.pricing-table .table-content:hover,
.block-triangle,
.owl-theme .owl-controls .owl-page span,
body .vc_btn.vc_btn-blue, 
body a.vc_btn.vc_btn-blue, 
body button.vc_btn.vc_btn-blue,
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
table.compare-list .add-to-cart td a,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce a.remove:hover,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current, 
.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.widget_social_icons li a:hover, 
#subscribe > button[type="submit"],
.social-sharer > li:hover,
.prev-next-post a:hover .rotate45,
.masonry_banner.default-skin,
.form-submit input,
.member-footer .social::before, 
.member-footer .social::after,
.subscribe > button[type="submit"],
.woocommerce #respond input#submit.alt.disabled, 
.woocommerce #respond input#submit.alt.disabled:hover, 
.woocommerce #respond input#submit.alt:disabled, 
.woocommerce #respond input#submit.alt:disabled:hover, 
.woocommerce #respond input#submit.alt[disabled]:disabled, 
.woocommerce #respond input#submit.alt[disabled]:disabled:hover, 
.woocommerce a.button.alt.disabled, 
.woocommerce a.button.alt.disabled:hover, 
.woocommerce a.button.alt:disabled, 
.woocommerce a.button.alt:disabled:hover, 
.woocommerce a.button.alt[disabled]:disabled, 
.woocommerce a.button.alt[disabled]:disabled:hover, 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt[disabled]:disabled, 
.woocommerce button.button.alt[disabled]:disabled:hover, 
.woocommerce input.button.alt.disabled, 
.woocommerce input.button.alt.disabled:hover, 
.woocommerce input.button.alt:disabled, 
.woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt[disabled]:disabled, 
.woocommerce input.button.alt[disabled]:disabled:hover,
.no-results input[type="submit"],
table.compare-list .add-to-cart td a,
.shop_cart,
h3#reply-title::after,
.newspaper-info,
.categories_shortcode .owl-controls .owl-buttons i:hover,
.widget-title:after,
h2.heading-bottom:after,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active,
#primary .main-content ul li:not(.rotate45)::before,
.wpcf7-form .wpcf7-submit,
.widget_address_social_icons .social-links a,
.hover-components .component:hover,
.navbar-default .navbar-toggle .icon-bar,
footer .footer-top .menu .menu-item a::before,
.post-password-form input[type="submit"] {
background: #2695FF;
}
body .tp-bullets.preview1 .bullet,
body #mega_main_menu li.default_dropdown .mega_dropdown > li > .item_link:hover, 
body #mega_main_menu li.widgets_dropdown .mega_dropdown > li > .item_link:hover, 
body #mega_main_menu li.multicolumn_dropdown .mega_dropdown > li > .item_link:hover, 
body #mega_main_menu li.grid_dropdown .mega_dropdown > li > .item_link:hover{
background: #f02222 !important;
}
#cd-zoom-in, #cd-zoom-out{
background-color: #f02222;
}
#dokan-content  ul.products li.product .onsale,
#dokan-content .woocommerce-title-metas a.button {
display: none;
}
#dokan-store-listing-filter-wrap .right .item .dokan-icons {
display: none;
}
.woocommerce #review_form #respond .form-submit input {
font-weight: bold;
padding: 15px 20px;
margin-top: 15px;
}
.author-bio,
blockquote,
.widget_popular_recent_tabs .nav-tabs > li.active,
body .left-border, 
body .right-border,
body .member-header,
body .member-footer .social,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce .woocommerce-info, 
.woocommerce .woocommerce-message,
body .button[type="submit"],
.navbar ul li ul.sub-menu,
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
.header_mini_cart,
.header_mini_cart.visible_cart,
#contact-us .form-control:focus,
.header_mini_cart .woocommerce .widget_shopping_cart .total, 
.header_mini_cart .woocommerce.widget_shopping_cart .total,
.sale_banner_holder:hover,
.testimonial-img,
.wpcf7-form input:focus, 
.wpcf7-form textarea:focus,
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle{
border-color: #f02222;
}
.services2 .block-triangle:hover i {
color:#f02222;
}
.services-group .mt-icon-listgroup-holder p.mt-icon-listgroup-title {
font-weight: 700;
line-height: 12px;
padding-top: 12px;
margin-bottom: 10px;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
table.compare-list .add-to-cart td a:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.ibid-search.ibid-search-open .ibid-icon-search, 
.no-js .ibid-search .ibid-icon-search,
.ibid-icon-search:hover,
.latest-posts .post-date-month,
.button.solid-button:hover,
body .vc_btn.vc_btn-blue:hover, 
body a.vc_btn.vc_btn-blue:hover, 
body button.vc_btn.vc_btn-blue:hover,
.subscribe > button[type="submit"]:hover,
.no-results input[type="submit"]:hover,
table.compare-list .add-to-cart td a:hover,
.shop_cart:hover,
.wpcf7-form .wpcf7-submit:hover,
.widget_address_social_icons .social-links a:hover,
.post-password-form input[type="submit"]:hover,
.modeltheme-modal #loginform input[type="submit"]:hover, 
form#login .register_button, form#login .submit_button:hover,
.wc_vendors_active form input[type="submit"]:hover,
.wcv-dashboard-navigation li a:hover,
.modeltheme-modal p.btn-register-p a:hover {
background: #242424; color: #2695FF;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.shop_cart:hover {
box-shadow: none;
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover{
background-color: #242424; }
#navbar span.cat_ico_block  {
font-weight: bold;
font-size: 14px;
line-height: 17px;
color: #484848;
text-transform: uppercase;
}
.bot_nav_cat .bot_nav_cat_wrap {
display: none;
position: absolute;
margin-left: 15px;
list-style: none;
top: 100%;
left: 0;
background: #fff;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
border: none !important;
min-width: 267px;
height: auto;
z-index: 0;
}
.bot_nav_cat_inner {
float: left;
margin:0px 15px;
display: flex;
align-items: center;
height: 100%;
}
.bot_nav_cat_inner ul.sub-menu{
}
.bot_nav_wrap {
height: 100%;
position: relative;
z-index: 0;
float: left;
}
.bot_nav_cat .bot_cat_button {
font-size: 13px;
height: 70px;
background: #fff;
outline: none;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
min-width: 165px;
padding: 10px 36px;
-webkit-transition: border-radius 0.3s ease;
-moz-transition: border-radius 0.3s ease;
-ms-transition: border-radius 0.3s ease;
-o-transition: border-radius 0.3s ease;
transition: border-radius 0.3s ease;
cursor: pointer;
text-align: left;
border-width: 0;
border-style: solid;
}
.bot_nav_cat .bot_cat_button:not(.active) {
background: #fff !important;
opacity: 1;
color: #484848;
display: inline-block;
outline: none;
padding: 10px 36px;
font-size: 13px;
transition: border 0.3s ease, border-radius 0.3s ease, padding 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.bot_nav_cat_wrap li a {
color: #606060;
padding: 12px 0;
font-weight: 400;
}
.bot_nav_cat_wrap .menu-cat a {
font-size: 14px;
font-weight: 300;
}
.bot_nav_cat_wrap .menu-item > a,
.mega_menu .cf-mega-menu > a{
color: #484848 !important;
}
.mega_menu .cf-mega-menu li a:hover,
.mega_menu .cf-mega-menu.sub-menu p a:hover{
color: #2695FF !important;
}
.bot_nav_cat li ul.sub-menu,
.bot_nav_cat li .cf-mega-menu.sub-menu{
display: block;
left: 100%;
opacity: 0;
visibility: hidden;
padding: 0px 45px;
top: 0px;
min-width: 550px;
min-height: 356px;
box-shadow: 10px 5px 20px 0px rgba(0, 0, 6, 0.05);
position: absolute;
background: #fff !important;
}
.bot_nav_cat li:hover ul,
.bot_nav_cat li:hover .cf-mega-menu.sub-menu
{
opacity: 1;
visibility: visible;
}
.bot_nav_cat_wrap li .sub-menu li a:hover {
background: #FFF !important;
}
.bot_nav_cat li {
display: block;
padding: 15px 20px !important;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.bot_nav_cat li:last-child {
border-bottom: none;
padding-bottom: 20px;
}
.bot_nav_cat li .fa {
margin-right: 8px;
width: 20px;
text-align: center;
}
.bot_nav_cat_wrap div li ul {
left: 100%;
top: 0;
margin-top: -7px;
margin-left: -7px;
min-width: 267px;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 6, 0.05);
}
.bot_nav_cat .bot_cat_button.active span:before {
transform: rotate(180deg);
}
.bot_nav_cat .bot_cat_button span:before {
content: '\f0c9';
padding-right: 10px;
font-size: 15px;
font-family: 'FontAwesome';
position: relative;
font-weight: 100;
}
.bot_nav_cat li .sub-menu li .sub-menu {
position: relative;
}
.bot_nav_cat li ul.sub-menu li ul.sub-menu {
opacity: 1 !important;
visibility: visible !important;
box-shadow: none;
padding: 0px !important;
display: inline-block;
transform: none ;
} .simple-sitemap-wrap h3,
.simple-sitemap-container h3 {
font-size: 20px;
color: #343e47 !important;
}
.simple-sitemap-container ul a {
color: #606060 !important;
font-weight: 400;
font-size: 16px;
}
.simple-sitemap-container ul a:hover {
color: #2695ff !important;
}
.simple-sitemap-container ul {
list-style: none;
}
.simple-sitemap-container li {
padding: 5px 0px;
} .lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-summary {
padding: 0 20px;
}
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-summary,
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-summary {
font-weight: 300;
font-size: 16px;
line-height: 150%;
color: #606060;
}
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title a{
font-weight: bold;
}
.lvca-service-details,
.lvca-accordion.lvca-style1 .lvca-panel .lvca-panel-content {
background: #f8f8f8;
line-height: 150%;
font-weight: 300;
font-size: 16px;
}
.lvca-carousel .lvca-carousel-item {
outline: none;
}
.parent-typed-text {
font-size: 60px;
color: #ffffff;
line-height: 65px;
text-align: center;
font-weight: 700;
} .lvca-carousel .lvca-carousel-item {
padding: 40px;
}
@media screen and (max-width: 800px) {
.lvca-carousel .lvca-carousel-item {
padding: 10px;
}
}
@media screen and (max-width: 480px) {
.lvca-carousel .lvca-carousel-item {
padding: 10px;
}
}
.ibid-auction-settings {
background: #eff7ff;
padding: 30px;
margin-top: 20px;
margin-bottom: 20px;
}
.ibid-auction-settings #auction_tab {
background: transparent;
border-bottom: 0 none;
margin: 0;
}
.ibid-auction-settings h3 {
margin-top: 0;
}
.dokan-dashboard .dokan-dashboard-wrap .dokan-product-sales-price, .dokan-dashboard .dokan-dashboard-wrap .dokan-product-regular-price {
padding: 13px;
border: 1px solid #f5f5f5;
}  .flip-clock-wrapper * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}
.flip-clock-wrapper a {
cursor: pointer;
text-decoration: none;
color: #ccc; }
.flip-clock-wrapper a:hover {
color: #fff; }
.flip-clock-wrapper ul {
list-style: none; }
.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
content: " ";
display: table; }
.flip-clock-wrapper.clearfix:after {
clear: both; }
.flip-clock-wrapper.clearfix {
*zoom: 1; } .flip-clock-wrapper {
font: normal 11px "Montserrat";
-webkit-user-select: none;
}
.flip-clock-meridium {
background: none !important;
box-shadow: 0 0 0 !important;
font-size: 36px !important; }
.flip-clock-meridium a { color: #313333; }
.flip-clock-wrapper {
text-align: center;
position: relative;
width: 100%;
}
.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
content: " "; display: table; }
.flip-clock-wrapper:after {
clear: both;
} .flip-clock-wrapper ul {
position: relative;
float: left;
width: 60px; height: 70px;
font-size: 80px;
font-weight: bold;
line-height: 87px;
border-radius: 6px;
}
.flip-clock-wrapper ul li {
z-index: 1;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%; line-height: 65px;
text-decoration: none !important;
}
.flip-clock-wrapper ul li:first-child {
z-index: 2; }
.flip-clock-wrapper ul li a {
display: block;
height: 100%;
-webkit-perspective: 200px;
-moz-perspective: 200px;
perspective: 200px;
margin: 0 !important;
overflow: visible !important;
cursor: default !important; }
.flip-clock-wrapper ul li a div {
z-index: 1;
position: absolute;
left: 0;
width: 100%;
height: 50%;
font-size: 80px;
overflow: hidden; 
outline: 1px solid transparent; }
.flip-clock-wrapper ul li a div .shadow {
position: absolute;
width: 100%;
height: 100%;
z-index: 2; }
.flip-clock-wrapper ul li a div.up {
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
transform-origin: 50% 100%;
top: 0; }
.flip-clock-wrapper ul li a div.up:after {
content: "";
position: absolute;
top: 44px;
left: 0;
z-index: 5;
width: 100%;
height: 3px;
background-color: #000;
background-color: rgba(0, 0, 0, 0.4); }
.flip-clock-wrapper ul li a div.down {
-webkit-transform-origin: 50% 0;
-moz-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
-o-transform-origin: 50% 0;
transform-origin: 50% 0;
bottom: 0;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}
.flip-clock-wrapper ul li a div div.inn {
position: absolute;
left: 0;
z-index: 1;
width: 100%;
height: 200%;
color: #ccc;
font-weight: bold;
text-align: center;
background-color: #fff;
border-radius: 6px;
font-size: 70px; }
.flip-clock-wrapper ul li a div.up div.inn {
top: 0; }
.flip-clock-wrapper ul li a div.down div.inn {
bottom: 0; } .flip-clock-wrapper ul.play li.flip-clock-before {
z-index: 3; } .flip-clock-wrapper ul.play li.flip-clock-active {
-webkit-animation: asd 0.5s 0.5s linear both;
-moz-animation: asd 0.5s 0.5s linear both;
animation: asd 0.5s 0.5s linear both;
z-index: 5; }
.flip-clock-divider {
float: left;
display: inline-block;
position: relative;
width: 33px;
height: 76px; }
.flip-clock-divider:first-child {
width: 0; }
.flip-clock-dot {
display: block;
background: #fff;
width: 5px;
height: 5px;
position: absolute;
border-radius: 50%;
left: 2px;}
.flip-clock-divider .flip-clock-label {
position: absolute;
top: -1.5em;
right: -86px;
color: black;
text-shadow: none; }
.flip-clock-divider.minutes .flip-clock-label {
right: -88px; }
.flip-clock-divider.seconds .flip-clock-label {
right: -91px; }
.flip-clock-dot.top {
top: 40px;}
.flip-clock-dot.bottom {
bottom: 40px;}
@-webkit-keyframes asd {
0% {
z-index: 2; }
20% {
z-index: 4; }
100% {
z-index: 4; } }
@-moz-keyframes asd {
0% {
z-index: 2; }
20% {
z-index: 4; }
100% {
z-index: 4; } }
@-o-keyframes asd {
0% {
z-index: 2; }
20% {
z-index: 4; }
100% {
z-index: 4; } }
@keyframes asd {
0% {
z-index: 2; }
20% {
z-index: 4; }
100% {
z-index: 4; } }
.flip-clock-wrapper ul.play li.flip-clock-active .down {
z-index: 2;
-webkit-animation: turn 0.5s 0.5s linear both;
-moz-animation: turn 0.5s 0.5s linear both;
animation: turn 0.5s 0.5s linear both; }
@-webkit-keyframes turn {
0% {
-webkit-transform: rotateX(90deg); }
100% {
-webkit-transform: rotateX(0deg); } }
@-moz-keyframes turn {
0% {
-moz-transform: rotateX(90deg); }
100% {
-moz-transform: rotateX(0deg); } }
@-o-keyframes turn {
0% {
-o-transform: rotateX(90deg); }
100% {
-o-transform: rotateX(0deg); } }
@keyframes turn {
0% {
transform: rotateX(90deg); }
100% {
transform: rotateX(0deg); } }
.flip-clock-wrapper ul.play li.flip-clock-before .up {
z-index: 2;
-webkit-animation: turn2 0.5s linear both;
-moz-animation: turn2 0.5s linear both;
animation: turn2 0.5s linear both; }
@-webkit-keyframes turn2 {
0% {
-webkit-transform: rotateX(0deg); }
100% {
-webkit-transform: rotateX(-90deg); } }
@-moz-keyframes turn2 {
0% {
-moz-transform: rotateX(0deg); }
100% {
-moz-transform: rotateX(-90deg); } }
@-o-keyframes turn2 {
0% {
-o-transform: rotateX(0deg); }
100% {
-o-transform: rotateX(-90deg); } }
@keyframes turn2 {
0% {
transform: rotateX(0deg); }
100% {
transform: rotateX(-90deg); } }
.flip-clock-wrapper ul li.flip-clock-active {
z-index: 3; } .flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
-webkit-animation: show 0.5s linear both;
-moz-animation: show 0.5s linear both;
animation: show 0.5s linear both; }
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
-webkit-animation: hide 0.5s 0.3s linear both;
-moz-animation: hide 0.5s 0.3s linear both;
animation: hide 0.5s 0.3s linear both; } .flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
-webkit-animation: show 0.5s linear both;
-moz-animation: show 0.5s linear both;
animation: show 0.5s linear both; }
.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
-webkit-animation: hide 0.5s 0.3s linear both;
-moz-animation: hide 0.5s 0.3s linear both;
animation: hide 0.5s 0.2s linear both; }
@-webkit-keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-moz-keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-o-keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-webkit-keyframes hide {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@-moz-keyframes hide {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@-o-keyframes hide {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@keyframes hide {
0% {
opacity: 1; }
100% {
opacity: 0; } }
.countdownv2_holder {
text-align: center;
position: relative;
z-index: 1;
}
.countdownv2_holder .countdownv2 {
display: inline-table;
width: auto;
position: relative;
z-index: 1;
}
.flip-clock-wrapper ul li a div {
font-size: 50px !important;
}
.flip-clock-wrapper ul {
width: 40px !important;
}
.flip-clock-divider .flip-clock-label {
top: 4.5em ;
right: -70px !important;
color: #606060 !important;
font-weight: normal;
font-size: 16px;
}
.flip-clock-divider.seconds .flip-clock-label {
right: -58px !important;
}
.flip-clock-divider.minutes .flip-clock-label {
right: -59px !important;
} .countdown-version3 .flip-clock-wrapper ul li:first-child {
display: none;
}
.countdown-version3 .flip-clock-wrapper ul {
background: transparent !important;
padding: 0;
width: 35px !important;
margin: 0;
}
.countdown-version3 .flip-clock-wrapper ul li a div div.inn {
background: transparent !important;
}
.countdown-version3 .flip-clock-wrapper ul.play li.flip-clock-active .up .shadow ,
.countdown-version3 .flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
background: none;
}
.countdown-version3 .flip-clock-wrapper ul.play li.flip-clock-active .down {
animation: none;
}
.countdown-version3 .flip-clock-wrapper ul li a div {
font-size: 50px !important;
}
.countdown-version3 .flip-clock-dot {
margin: 0 auto;
width: 7px;
height: 7px;
}
.countdown-version3 .flip-clock-divider {
margin: 0 15px;
}
.countdown-version3 .flip-clock-divider.days {
margin: 0;
}
.countdown-version3 .flip-clock-dot.bottom {
bottom: 45px;
}
.countdown-version3 .flip-clock-divider .flip-clock-label {
top: 4.7em !important;
font-size: 13px;
text-transform: uppercase;
right: -55px !important;
}
.countdown-version3 .flip-clock-divider.hours .flip-clock-label  {
right: -75px !important;
}
.countdown-version3 .flip-clock-divider.minutes .flip-clock-label {
right: -80px !important;
}
.countdown-version3 .flip-clock-divider.seconds .flip-clock-label {
right: -85px !important;
}
.box-shadow-inner {
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
margin-top: 30px;
}
.custom_ibid button {
font-weight: 600;
text-transform: uppercase;
}
.custom_ibid button:hover {
background: #fff !important;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.featured_product_shortcode .featured_product_name a {
font-weight: bold;
font-size: 45px;
color: #252525;
}
.featured_product_shortcode {
animation-name: fadeIn;
background-image: -webkit-linear-gradient(134.3deg, #EA3546 35%, #ffffff 27%);
min-height: 400px;
}
.featured_product_shortcode .featured_product_price ins {
text-decoration: none;
}
.featured_product_shortcode .featured_product_description {
margin-bottom: 30px;
margin-top: 35px;
}
.campaign_shortcode .campaign_button, .featured_product_shortcode .featured_product_button {
-webkit-transform: translateX(0);
overflow: hidden;
position: relative;
}
.featured_product_shortcode .featured_product_button {
color: #ffffff;
font-size: 16px;
padding: 10px 30px;
border-radius: 30px;
text-align: center;
text-transform: uppercase;
font-weight: 600;
cursor: pointer;
display: inline-block;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
margin-top: 35px;
}
.featured_product_shortcode {
border-radius: 0px !important;
padding: 42px 60px 0px;
display: flex;
}
h3.featured_product_price {
font-weight: 300;
}
.featured_product_shortcode .featured_product_button:hover{
background: #fff !important;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.featured_product_shortcode span.amount {
font-size: 22px;
font-weight: bold;
}
.featured_product_shortcode .countdownv2_holder{
text-align: left;
}
.featured_product_shortcode .flip-clock-divider:first-child{
width: 0px;
border: none;
margin: 0px;
}
.featured_product_shortcode .flip-clock-divider .flip-clock-label {
top: 3.8em;
right: -84px !important;
z-index: 400;
}
.featured_product_shortcode .flip-clock-divider{
border-right: 0.5px solid #D0D0D0;
margin-right: 20px;
width: 15px;
height: 90px;
margin-left:5px;
}
.featured_product_shortcode .countdownv2_holder .countdownv2 {
background: #FFFFFF;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
padding: 20px;
}
.featured_product_shortcode .countdown_section:last-child {
border: none !important;
}
.featured_product_shortcode .countdown_section {
border-right: 1px solid #D0D0D0 !important;
}
.featured_product_shortcode .countdown_amount {
font-size: 40px;
color: #EA3546;
font-weight: bold;
}
.featured_product_shortcode .countdown_show3 .countdown_section {
width: 33.3%;
padding: 30px 0px;
font-size: 16px;
color: #606060;
}
.featured_product_shortcode .countdown_row {
padding: 0px;
}
.woocommerce-title-metas .countdownv2_holder {
display: none;
}
.woocommerce-title-metas .product-description,
.related.products .countdownv2_holder,
.woocommerce-tabs .countdownv2_holder{
display: none ;
}
.single-product .auction-time-countdown.hasCountdown
{
display: block !important;
}
.xdsoft_calendar th, .xdsoft_calendar td{
padding: 0 !important;
}
.theme-button.hov button:hover {
background: #fff !important;
color: #392061 !important;
}
.cd-gallery h3.archive-product-title {
text-align: center;
background: #fff;
margin-top: 20px;
}
.cd-gallery .woocommerce-title-metas a {
align-self: center;
color: #484848;
display: block;
font-size: 19px;
line-height: 22px;
font-weight: bold;
width: 100%;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
}
.cd-gallery .woocommerce-title-metas a:hover{
color: #f27928;
}
.box-sh {
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
} .cd-header {
position: relative;
height: 150px;
background-color: #331d35;
}
.cd-header h1 {
color: #ffffff;
line-height: 150px;
text-align: center;
font-size: 2.4rem;
font-weight: 300;
}
@media only screen and (min-width: 1170px) {
.cd-header {
height: 180px;
}
.cd-header h1 {
line-height: 180px;
}
}
.cd-main-content {
position: relative;
min-height: 190vh;
}
.cd-main-content:after {
content: "";
display: table;
clear: both;
}
.cd-main-content.is-fixed .cd-tab-filter-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
}
.cd-main-content.is-fixed .cd-gallery {
padding-top: 76px;
}
.cd-main-content.is-fixed .cd-filter {
position: fixed;
height: 100vh;
overflow: hidden;
}
.cd-main-content.is-fixed .cd-filter form {
height: 100vh;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.cd-main-content.is-fixed .cd-filter-trigger {
position: fixed;
}
@media only screen and (min-width: 768px) {
.cd-main-content.is-fixed .cd-gallery {
padding-top: 90px;
}
}
@media only screen and (min-width: 1170px) {
.cd-main-content.is-fixed .cd-gallery {
padding-top: 100px;
}
} .cd-tab-filter-wrapper {
background: #FFFFFF;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
z-index: 1;
}
.cd-tab-filter-wrapper:after {
content: "";
display: table;
clear: both;
}
.cd-tab-filter { position: relative;
height: 50px;
width: 140px;
margin: 0 auto;
z-index: 1;
}
.cd-tab-filter::after { content: '';
position: absolute;
right: 14px;
top: 50%;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
display: inline-block;
width: 16px;
height: 16px;
background: url(//alt.retrosammler.de/wp-content/themes/ibid/inc/shortcodes/mt-portfolio/img/cd-icon-arrow.svg) no-repeat center center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
pointer-events: none;
}
.cd-tab-filter ul {
position: absolute;
top: 0;
left: 0;
background-color: #ffffff;
box-shadow: inset 0 -2px 0 #41307c;
}
.cd-tab-filter li {
display: none;
}
.cd-tab-filter li:first-child { display: block;
}
.cd-tab-filter a {
display: block; height: 50px;
width: 140px;
line-height: 50px;
padding-left: 14px;
}
.cd-tab-filter a {
cursor: pointer;
}
.cd-tab-filter a.selected {
background: #41307c;
color: #ffffff;
}
.cd-tab-filter.is-open::after { -webkit-transform: translateY(-50%) rotate(-180deg);
-moz-transform: translateY(-50%) rotate(-180deg);
-ms-transform: translateY(-50%) rotate(-180deg);
-o-transform: translateY(-50%) rotate(-180deg);
transform: translateY(-50%) rotate(-180deg);
}
.cd-tab-filter.is-open ul {
box-shadow: inset 0 -2px 0 #41307c, 0 2px 10px rgba(0, 0, 0, 0.2);
}
.cd-tab-filter.is-open ul li {
display: block;
}
.cd-tab-filter.is-open .placeholder a { opacity: .4;
}
@media only screen and (min-width: 768px) {
.cd-tab-filter { width: auto;
cursor: auto;
}
.cd-tab-filter::after { display: none;
}
.cd-tab-filter ul {
position: static;
box-shadow: none;
text-align: center;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.cd-tab-filter li {
display: inline-block;
}
.cd-tab-filter li.placeholder {
display: none !important;
}
.cd-tab-filter a {
display: inline-block;
padding: 0 30px;
width: auto;
text-transform: uppercase;
font-weight: 700;
font-size: 14px;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
}
.cd-tab-filter a:not(.selected) {
color: #252525 !important;
}
.cd-tab-filter a:hover {
color: #f27928 !important;
}
.no-touch .cd-tab-filter a:hover {
color: #252525;
}
.cd-tab-filter a.selected {
background: transparent;
color: #f27928;
}
.cd-tab-filter.is-open ul li {
display: inline-block;
}
}
@media only screen and (min-width: 1024px) {
.cd-tab-filter { width: 100%;
float: right;
margin: 0;
-webkit-transition: width 0.3s;
-moz-transition: width 0.3s;
transition: width 0.3s;
}
.cd-tab-filter.filter-is-visible { width: 80%;
}
} .cd-gallery {
padding: 26px 5%;
width: 100%;
}
.cd-gallery li {
margin-bottom: 1.6em;
display: none;
}
.cd-gallery li.gap { opacity: 0;
height: 0;
display: inline-block;
}
.cd-gallery img {
display: block;
width: 100%;
}
.cd-gallery .cd-fail-message {
display: none;
text-align: center;
}
@media only screen and (min-width: 768px) {
.cd-gallery {
padding: 40px 3%;
}
.cd-gallery ul {
text-align: justify;
}
.cd-gallery ul:after {
content: "";
display: table;
clear: both;
}
.cd-gallery li {
width: 48%;
margin-bottom: 0;
}
}
.cd-gallery ul {
padding: 0;
}
.cd-gallery .woocommerce-title-metas {
padding: 17px 20px;
height: 160px;
}
.cd-gallery .button-bid a {
top: calc(100% - 180px);
position: absolute !important;
color: #fff !important;
display: block;
float: left;
font-size: 14px !important;
line-height: 1 !important;
width: auto !important;
padding: 12px 25px;
margin-left: calc(53% - 100px);
background: red;
border-radius: 30px;
font-weight: 600;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
-ms-transition: all 250ms ease;
position: relative;
z-index: 12;
}
.cd-gallery .button-bid a:hover{
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1024px) {
.cd-gallery {
padding: 30px 30px 0 30px;
float: right;
-webkit-transition: width 0.3s;
-moz-transition: width 0.3s;
transition: width 0.3s;
}
.cd-gallery li {
width: 25%;
margin: 0px auto !important;
margin-bottom: 25px !important;
}
.cd-gallery.filter-is-visible {
width: 80%;
padding: 50px 30px;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1300px){
.cd-gallery li {
width: 32% !important;
}
} .cd-filter {
position: absolute;
top: 0;
left: 0;
width: 280px;
height: auto;
background: #ffffff;
box-shadow: 4px 4px 20px transparent;
z-index: 2; -webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
-moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
transition: transform 0.3s, box-shadow 0.3s;
opacity: 0;
}
.cd-gallery span.amount {
font-weight: 700;
}
.cd-gallery span.end_date_prod {
font-size: 14px;
font-weight: 700;
color: #242424;
}
.cd-gallery .woocommerce-title-metas p {
margin-bottom: 5px;
font-size: 14px;
text-align: center;
}
.cd-gallery .woocommerce-title-metas p:first-of-type {
margin-bottom: 0px;
}
.cd-filter::before { content: '';
position: absolute;
top: 0;
left: 0;
height: 50px;
width: 100%;
background-color: #f27928;
z-index: 2;
}
.cd-filter form {
padding: 70px 20px;
}
.cd-filter .cd-close {
position: absolute;
top: 0;
right: 0;
height: 50px;
line-height: 50px;
width: 60px;
color: #ffffff;
font-size: 14px;
text-align: center;
background: #f27928;
opacity: 0;
-webkit-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
transition: opacity 0.3s;
z-index: 3;
cursor: pointer;
}
.no-touch .cd-filter .cd-close:hover {
opacity: .8;
}
.cd-filter.filter-is-visible {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
box-shadow: 0 0px 30px rgba(0,0,0,.1);
-webkit-box-shadow: 0 0px 30px rgba(0,0,0,.1);
-ms-box-shadow: 0 0px 30px rgba(0,0,0,.1);
opacity: 1;
}
.cd-filter.filter-is-visible .cd-close {
opacity: 1;
}
@media only screen and (min-width: 1024px) {
.cd-filter {
width: 20%;
}
.cd-filter form {
padding: 60px 15px;
}
}
.cd-filter-trigger {
position: absolute;
top: 0;
left: 0;
height: 50px;
line-height: 50px;
width: 60px; overflow: hidden;
text-indent: 100%;
color: transparent;
white-space: nowrap;
background: transparent url(//alt.retrosammler.de/wp-content/themes/ibid/images/cd-icon-filter.svg) no-repeat center center; 
z-index: 3;
}
.cd-filter-trigger.filter-is-visible {
cursor: pointer;
}
@media only screen and (min-width: 767px) {
.cd-filter-trigger {
width: auto;
left: 2%;
text-indent: 0;
color: #252525 ;
text-transform: uppercase;
font-size: 14px;
font-weight: 700;
padding-left: 24px;
background-position: left center;
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
transition: color 0.3s;
cursor: pointer;
}
.no-touch .cd-filter-trigger:hover {
color: #f27928;
}
.cd-filter-trigger.filter-is-visible, .cd-filter-trigger.filter-is-visible:hover {
color: #ffffff !important;
}
.cd-filter.filter-is-visible .cd-filter-trigger{
color: #ffffff !important;
}
} .cd-filter-block {
margin-bottom: 1.6em;
}
.cd-filter-block h4 { position: relative;
margin-bottom: .2em;
padding: 10px 0 10px 20px;
color: #333333;
text-transform: uppercase;
font-weight: 700;
font-size: 14px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
}
.cd-filter-content {
padding: 10px 0 10px 20px;
}
.no-touch .cd-filter-block h4:hover {
color: #f27928;
}
.cd-filter-block h4::before { content: '';
position: absolute;
left: 0;
top: 50%;
width: 16px;
height: 16px;
background: url(//alt.retrosammler.de/wp-content/themes/ibid/inc/shortcodes/mt-portfolio/img/cd-icon-arrow.svg) no-repeat center center;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
}
.cd-filter-block h4.closed::before {
-webkit-transform: translateY(-50%) rotate(-90deg);
-moz-transform: translateY(-50%) rotate(-90deg);
-ms-transform: translateY(-50%) rotate(-90deg);
-o-transform: translateY(-50%) rotate(-90deg);
transform: translateY(-50%) rotate(-90deg);
}
.cd-filter-block input, .cd-filter-block select,
.cd-filter-block .radio-label::before,
.cd-filter-block .checkbox-label::before { border-radius: 0;
background-color: #ffffff;
border: 2px solid #e6e6e6;
}
.cd-filter-block input[type='search'],
.cd-filter-block input[type='text'],
.cd-filter-block select {
width: 90%;
padding: .8em;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
box-shadow: none;
}
.cd-filter-block input[type='search']:focus,
.cd-filter-block input[type='text']:focus,
.cd-filter-block select:focus {
outline: none;
background-color: #ffffff;
border-color: #252525;
}
.cd-filter-block input[type='search'] { border-color: transparent;
background-color: #e6e6e6; font-size: 14px !important;
}
.cd-filter-block input[type='search']::-webkit-search-cancel-button {
display: none;
}
.cd-filter-block .cd-select { position: relative;
}
.cd-filter-block .cd-select::after { content: '';
position: absolute;
z-index: 1;
right: 14px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
display: block;
width: 16px;
height: 16px;
pointer-events: none;
}
.cd-filter-block select {
cursor: pointer;
font-size: 1.4rem;
}
.cd-filter-block select::-ms-expand {
display: none;
}
.cd-filter-block .list li {
position: relative;
margin-bottom: .8em;
list-style-type: none;
}
.cd-filter-block .list li:last-of-type {
margin-bottom: 0;
}
.cd-filter-block input[type=radio],
.cd-filter-block input[type=checkbox] { position: absolute;
left: 0;
top: 0;
margin: 0;
padding: 0;
opacity: 0;
z-index: 2;
cursor: pointer;
}
.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
padding-left: 24px;
font-size: 14px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
margin-bottom: 0;
color: #252525;
font-weight: 400;
}
.cd-filter-block .checkbox-label::before, .cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after { content: '';
display: block;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::before {
width: 16px;
height: 16px;
left: 0;
}
.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::after { display: none;
}
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
border-radius: 50%;
}
.cd-filter-block .radio-label::after { width: 6px;
height: 6px;
background-color: #ffffff;
left: 5px;
}
.cd-filter-block input[type=radio]:checked + label::before,
.cd-filter-block input[type=checkbox]:checked + label::before {
border-color: #252525;
background-color: #252525;
}
.cd-filter-block input[type=radio]:checked + label::after,
.cd-filter-block input[type=checkbox]:checked + label::after {
display: block;
}
@-moz-document url-prefix() { .cd-filter-block .cd-select::after {
display: none;
}
}
.iconfilter-shortcode .blog_custom_listings .post-name-listings a {
font-size: 20px;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
}
.iconfilter-shortcode .blog_custom_listings .post-name-listings a:hover {
color: #6cd087;
}
.iconfilter-shortcode .blog_custom_listings .percentange {
float: none;
display: block;
margin-top: 10px;
}
.iconfilter-shortcode .cd-gallery img {
max-width: 100%;
height: auto;
border: 0;
background: transparent;
padding: 0;
}
.cd-gallery li .product-wrapper {
background: #FFFFFF;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
overflow: hidden;
padding: 0px;
}
.cd-filter-content.cd-filters {
padding: 10px 0 10px 20px;
}
.iconfilter-shortcode .blog_custom_listings {
margin-bottom: 25px;
}
.iconfilter-shortcode .blog_custom_listings i {
font-size: 50px;
}
.iconfilter-shortcode .blog_custom_listings .post-name-listings {
margin: 18px 0 0 0; 
}
.single-mt_listing .single-icondrops .list_title span {
float: left;
margin-right: 25px;
}
.single-mt_listing .single-icondrops .list_title span.review {
line-height: 20px;
font-weight: bold;
font-size: 20px;
margin: 12px 0 0 0px;
}
.parent-rating-star {
position: relative;
width: 90px;
height: 20px;
overflow: hidden;
float: left;
margin-top: 11px;
}
.rating-star ,
.fill-rating-star {
display: block;
width: 90px;
height: 20px;
background-repeat: no-repeat;
background-size: 90px 20px;
}
.fill-rating-star {
height: 20px;
position: absolute;
top: 0;
}
.review-recent {
margin-top: 10px;
}
.review-recent span.review {
float: left;
margin-top: 2px;
margin-right: 5px;
}
.review-recent .parent-rating-star {
margin-top: 0;
float: none;
}
#DataTable-icondrops-active .ico-row .list_title span {
margin: 15px 0 0 10px;
font-weight: bold;
font-size: 14px;
}
#DataTable-icondrops-active .review-recent {
margin-top: 5px;
margin-bottom: 7px;
}
#DataTable-icondrops-active .parent-rating-star,
.iconfilter-shortcode .parent-rating-star,
.review-recent .parent-rating-star{
width: 70px;
height: 15px;
}
#DataTable-icondrops-active .rating-star, 
#DataTable-icondrops-active .fill-rating-star,
.iconfilter-shortcode .rating-star,
.iconfilter-shortcode .fill-rating-star,
.review-recent .rating-star,
.review-recent .fill-rating-star{
width: 70px;
height: 15px;
background-size: 70px 15px;
}
#DataTable-icondrops-active .review-recent span.review,
.iconfilter-shortcode .review-recent span.review,
.review-recent span.review{
margin-top: 0;
line-height: 17px;
}
@media(max-width: 767px) {
.cd-tab-filter {
width: 240px;
}
.cd-tab-filter ul {
width: auto;
padding: 0px !important;
}
.cd-tab-filter a {
width: 200px;
text-align: center;
}
}  .map-shortcode {
clear: both;
overflow: hidden;
}
.bitwallet-img-replace a:hover:before {
max-width: 100%;
-webkit-transition: max-width 0.5s;
-moz-transition: max-width 0.5s;
transition: max-width 0.5s;
}
.bitwallet-img-replace a:before {
max-width: 0;
border-bottom: 2px solid #339999;
content: "";
position: absolute;
overflow: hidden;
color: white;
-webkit-transition: max-width 0.5s;
-moz-transition: max-width 0.5s;
transition: max-width 0.5s;
bottom: -4px;
left: 0;
width: 100%;
}
.bitwallet-container {
width: 90%;
max-width: 1170px;
margin: 0 auto;
}
.bitwallet-container:after {
content: "";
display: table;
clear: both;
}
.bitwallet-img-replace:before {
max-width: 100%;
border-bottom: 0 none;
}
.bitwallet-img-replace {
display: inline-block;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
cursor: pointer;
}
.bitwallet-product {
text-align: center;
}
.bitwallet-product.bitwallet-container {
display: block;
float: left;
min-width: 100%;
padding: 0 !important;
}
.bitwallet-product-wrapper {
display: inline-block;
position: relative;
margin: 0 auto;
width: 100%;
}
.bitwallet-product-wrapper > img {
display: block;
min-width: 100%;
max-width: 100%;
}
.bitwallet-single-point {
position: absolute;
border-radius: 50%;
}
.bitwallet-single-point > a {
position: relative;
z-index: 2;
display: block;
width: 40px;
height: 40px;
border-radius: inherit;
background: #252525;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), inset 0 0px 0 rgba(255, 255, 255, 0.1);
-webkit-transition: background-color 0.2s;
-moz-transition: background-color 0.2s;
transition: background-color 0.2s;
}
.bitwallet-product ul li {
list-style-type: none;
}
.bitwallet-single-point > a::after, .bitwallet-single-point > a:before { content: '';
position: absolute;
left: 50%;
top: 50%;
bottom: auto;
right: auto;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
background-color: #FBDE06;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
transition-property: transform;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.bitwallet-single-point > a::after {
height: 2px;
width: 10px;
}
.bitwallet-single-point > a::before {
height: 10px;
width: 2px;
}
.bitwallet-single-point::after { position: absolute;
z-index: 1;
width: 100%;
height: 100%;
top: 0;
left: 0;
border-radius: inherit;
background-color: transparent;
-webkit-animation: bitwallet-pulse 2s infinite;
-moz-animation: bitwallet-pulse 2s infinite;
animation: bitwallet-pulse 2s infinite;
}
.bitwallet-single-point.is-open > a {
background-color: #475f74;
}
.bitwallet-single-point.is-open > a::after, .bitwallet-single-point.is-open > a::before {
-webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
-moz-transform: translateX(-50%) translateY(-50%) rotate(135deg);
-ms-transform: translateX(-50%) translateY(-50%) rotate(135deg);
-o-transform: translateX(-50%) translateY(-50%) rotate(135deg);
transform: translateX(-50%) translateY(-50%) rotate(135deg);
}
.bitwallet-single-point.is-open::after {
display: none;
}
.bitwallet-single-point.is-open .bitwallet-more-info {
visibility: visible;
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
-moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
}
.bitwallet-single-point.visited > a {
background-color: #252525;
}
.bitwallet-single-point.visited::after {
display: none;
}
.bitwallet-single-point .bitwallet-more-info {
position: fixed;
color: #ffffff;
top: 0;
left: 0;
z-index: 999;
width: 100%;
height: 100%;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
text-align: left;
line-height: 1.5;
background:none repeat scroll 0 0 rgba(39, 38, 43, 0.8);
padding: 5em 1em 1em;
visibility: hidden;
opacity: 0;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
}
.bitwallet-single-point .bitwallet-more-info::before {
content: '';
position: absolute;
height: 0;
width: 0;
display: none;
border: 8px solid transparent;
}
.bitwallet-single-point .bitwallet-more-info h2 {
line-height: 30px;
margin-bottom: 7px;
}
.bitwallet-single-point .bitwallet-more-info p {
font-size: 14px;
line-height: 20px;
margin-bottom:0px;
color: #fff;
opacity: .8;
}
.bitwallet-more-info img {
max-width: 100%;
}
.bitwallet-close-info {
border: 2px solid #ffffff;
height: 40px;
position: fixed;
right: 10%;
top: 13%;
width: 40px;
z-index: 34543;
}
.bitwallet-close-info::after, .bitwallet-close-info:before {
content: '';
position: absolute;
left: 50%;
top: 50%;
bottom: auto;
right: auto;
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
transform: translateX(-50%) translateY(-50%) rotate(45deg);
background-color: #ffffff;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
transition-property: transform;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.bitwallet-close-info::after {
height: 2px;
width: 16px;
}
.bitwallet-close-info::before {
height: 16px;
width: 2px;
}
.intro-effect-sidefixed .title {
-webkit-transition: width 0.7s;
-moz-transition: width 0.7s;
transition: width 0.7s;
}
header .overlay {
background: rgba(0, 0, 0, 0.3);
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 10;
} @-webkit-keyframes bitwallet-pulse {
0% {
-webkit-transform: scale(1);
box-shadow: inset 0 0 1px 1px rgba(255, 101, 93, 0.8);
}
50% {
box-shadow: inset 0 0 1px 1px rgba(255, 101, 93, 0.8);
}
100% {
-webkit-transform: scale(1.3);
box-shadow: inset 0 0 1px 1px rgba(255, 101, 93, 0);
}
}
@-moz-keyframes bitwallet-pulse {
0% {
-moz-transform: scale(1);
box-shadow: inset 0 0 1px 1px rgba(255, 101, 93, 0.8);
}
50% {
box-shadow: inset 0 0 1px 1px rgba(255, 101, 93, 0.8);
}
100% {
-moz-transform: scale(1.3);
box-shadow: inset 0 0 1px 1px rgba(255, 101, 93, 0);
}
}
@keyframes bitwallet-pulse {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
box-shadow: inset 0 0 1px 1px rgba(255, 101, 93, 0.8);
}
50% {
box-shadow: inset 0 0 1px 1px rgba(255, 101, 93, 0.8);
}
100% {
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3);
box-shadow: inset 0 0 1px 1px rgba(255, 101, 93, 0);
}
} @media only screen and (max-width: 600px) {
.bitwallet-more-info h2 {
width: 70%;
}
a.bitwallet-close-info, 
a.bitwallet-close-info{
position: inherit;
}
a.bitwallet-close-info:hover, 
a.bitwallet-close-info:hover{
opacity: 0.85;
} } @media only screen and (min-width: 600px) {
.bitwallet-close-info {
display: none;
}
.bitwallet-single-point .bitwallet-more-info {
position: absolute;
width: 320px;
height: auto;
padding: 30px;
overflow-y: visible;
line-height: 1.4;
border-radius: 3px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
-o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.98);
}
.bitwallet-single-point .bitwallet-more-info::before {
display: block;
}
.bitwallet-single-point .bitwallet-more-info.bitwallet-left, .bitwallet-single-point .bitwallet-more-info.bitwallet-right {
top: 50%;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.bitwallet-single-point .bitwallet-more-info.bitwallet-left::before, .bitwallet-single-point .bitwallet-more-info.bitwallet-right::before {
top: 50%;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.bitwallet-single-point .bitwallet-more-info.bitwallet-left {
right: 160%;
left: auto;
}
.bitwallet-single-point .bitwallet-more-info.bitwallet-left::before {
border-left-color: rgba(39, 38, 43, 0.8);
left: 100%;
}
.bitwallet-single-point .bitwallet-more-info.bitwallet-right {
left: 160%;
}
.bitwallet-single-point .bitwallet-more-info.bitwallet-right::before {
border-right-color: rgba(39, 38, 43, 0.8);
right: 100%;
}
.bitwallet-single-point .bitwallet-more-info.bitwallet-top, .bitwallet-single-point .bitwallet-more-info.bitwallet-bottom {
left: 50%;
right: auto;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.bitwallet-single-point .bitwallet-more-info.bitwallet-top::before, .bitwallet-single-point .bitwallet-more-info.bitwallet-bottom::before {
left: 50%;
right: auto;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.bitwallet-single-point .bitwallet-more-info.bitwallet-top {
bottom: 160%;
top: auto;
}
.bitwallet-single-point .bitwallet-more-info.bitwallet-top::before {
border-top-color: rgba(39, 38, 43, 0.8);
top: 100%;
}
.bitwallet-single-point .bitwallet-more-info.bitwallet-bottom {
top: 160%;
}
.bitwallet-single-point .bitwallet-more-info.bitwallet-bottom::before {
border-bottom-color: rgba(39, 38, 43, 0.8);
bottom: 100%;
}
.bitwallet-single-point .bitwallet-more-info h2 {
line-height: 30px;
margin-bottom: 0;
}
.bitwallet-single-point .bitwallet-more-info p {
font-size: 14px;
line-height: 20px;
color: #fff;
font-weight: 600;
}
.bitwallet-single-point.is-open .bitwallet-more-info.bitwallet-left {
right: 140%;
}
.bitwallet-single-point.is-open .bitwallet-more-info.bitwallet-right {
left: 140%;
}
.bitwallet-single-point.is-open .bitwallet-more-info.bitwallet-top {
bottom: 140%;
}
.bitwallet-single-point.is-open .bitwallet-more-info.bitwallet-bottom {
top: 140%;
} }
.map-shortcode h3.menu_item_title {
margin-top: 0;
font-weight: bold;
margin-bottom: 15px;
color: #fff;
}
ul.list-mappins {
clear: both;
list-style-type: none;
text-align: center;
font-size: 17px;
}
ul.list-mappins li {
display: inline-block;
margin: 0 15px;
font-weight: 300;
color: #ff655d;
}
ul.list-mappins li a {
color: #fff;
font-size: 17px;
}
ul.list-mappins li span {
color: #ff655d;
}
.wpb_gmaps_widget .wpb_wrapper {
padding:0 !important;
} .buton_image_class:hover {
transform: scale(1.1);
transition: all 400ms ease-in-out 0s;
-ms-transformtransition: all 400ms ease-in-out 0s;
-webkit-transformtransition: all 400ms ease-in-out 0s;
}
.buton_image_class {
transform: scale(1.0);
transition: all 400ms ease-in-out 0s;
-ms-transformtransition: all 400ms ease-in-out 0s;
-webkit-transformtransition: all 400ms ease-in-out 0s;
} .mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.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;
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: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.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;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.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: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
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;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.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: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;
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; } 
}
.accent-color strong {
color: #fff;
}
.fashion-tabs ul.vc_tta-tabs-list {
transform: translate(35%, 0%);
}
.fashion-tabs li.vc_tta-tab.vc_active {
border: 1px solid #606060;
margin: 3px 5px !important;
}
.fashion-tabs li.vc_tta-tab {
border: 1px solid #DDDDDD;
margin: 3px 5px !important;
}
.fashion-tabs li.vc_tta-tab a{
background: #fff !important;
}
.fashion-tabs .vc_tta-panel-body {
padding-left: 0px !important;
padding-right: 0px !important;
}.breadcrumb a::after {
content: "/";
content:"/";
}
.navbar-header .logo img {
max-width: 85px;
}
::selection{
color: #ffffff;
background: #2695ff;
}
::-moz-selection { color: #ffffff;
background: #2695ff;
}
a,
a:visited{
color: #2695ff;
}
a:focus,
a:hover{
color: #2695ff;
} span.amount
table.compare-list .remove td a .remove,
.woocommerce form .form-row .required,
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-message::before,
.woocommerce div.product p.price, 
.woocommerce div.product span.price,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.widget_popular_recent_tabs .nav-tabs li.active a,
.widget_product_categories .cat-item:hover,
.widget_product_categories .cat-item a:hover,
.widget_archive li:hover,
.widget_archive li a:hover,
.widget_categories .cat-item:hover,
.widget_categories li a:hover,
.woocommerce .star-rating span::before,
.pricing-table.recomended .button.solid-button, 
.pricing-table .table-content:hover .button.solid-button,
.pricing-table.Recommended .button.solid-button, 
.pricing-table.recommended .button.solid-button, 
.pricing-table.recomended .button.solid-button, 
.pricing-table .table-content:hover .button.solid-button,
.testimonial-author,
.testimonials-container blockquote::before,
.testimonials-container blockquote::after,
h1 span,
h2 span,
label.error,
.woocommerce input.button:hover,
.author-name,
.comment_body .author_name,
.prev-next-post a:hover,
.prev-text,
.next-text,
.social ul li a:hover i,
.wpcf7-form span.wpcf7-not-valid-tip,
.text-dark .statistics .stats-head *,
.wpb_button.btn-filled,
.widget_meta a:hover,
.logo span,
a.shop_cart::after,
.woocommerce ul.products li.product .archive-product-title a:hover,
.shop_cart:hover,
.widget_pages a:hover,
.categories_shortcode .category.active, .categories_shortcode .category:hover,
.widget_recent_entries_with_thumbnail li:hover a,
.widget_recent_entries li a:hover,
.wpb_button.btn-filled:hover,
li.seller-name::before,
li.store-address::before,
li.store-name::before,
.full-width-part .post-name a:hover,
.full-width-part .post-category-comment-date a:hover, .article-details .post-author a:hover,
.grid-view.col-md-12.list-view .more-link:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce div.product form.buy-now.cart .button:hover span.amount,
.woocommerce a.button:hover,
.woocommerce ul.cart_list li:hover a, .woocommerce ul.product_list_widget li:hover a,
a.add-wsawl.sa-watchlist-action:hover, a.remove-wsawl.sa-watchlist-action:hover,
.top-footer .menu-search .btn.btn-primary:hover i.fa,
footer .footer-top .menu .menu-item a:hover,
wpcf7-form .wpcf7-submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce a.button:hover,
.form-submit input:hover,
blockquote::before,
.post-name i,
.no-results input[type="submit"]:hover,
.form-submit input:hover,
.sidebar-content .widget_nav_menu li a:hover{
color: #2695ff;
}
.dokan-btn-theme a:hover, .dokan-btn-theme:hover, input[type="submit"].dokan-btn-danger:hover, input[type="submit"].dokan-btn-theme:hover,
.woocommerce-MyAccount-navigation-link > a:hover,
body .ibid_shortcode_blog .post-name a:hover,
.masonry_banner .read-more:hover,
.category-button a:hover,
.wpcf7-form .wpcf7-submit:hover,
.product_meta > span a:hover,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a:hover,
#dropdown-user-profile ul li a:hover,
.widget_ibid_social_icons a,
.simple-sitemap-container ul a:hover,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover, .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.mega_menu .cf-mega-menu li a:hover, .mega_menu .cf-mega-menu.sub-menu p a:hover,
.woocommerce a.remove{
color: #2695ff !important;
}
.tagcloud > a:hover,
.ibid-icon-search,
.wpb_button::after,
.rotate45,
.latest-posts .post-date-day,
.latest-posts h3, 
.latest-tweets h3, 
.latest-videos h3,
.button.solid-button,
.top-footer,
.form-submit input,
.page-template-template-blog .full-width-part .more-link, .full-width-part .more-link,
button.vc_btn,
.pricing-table.recomended .table-content, 
.pricing-table .table-content:hover,
.pricing-table.Recommended .table-content, 
.pricing-table.recommended .table-content, 
.pricing-table.recomended .table-content, 
.pricing-table .table-content:hover,
.block-triangle,
.owl-theme .owl-controls .owl-page span,
body .vc_btn.vc_btn-blue, 
body a.vc_btn.vc_btn-blue, 
body button.vc_btn.vc_btn-blue,
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
table.compare-list .add-to-cart td a,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce a.remove:hover,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current, 
.widget_social_icons li a:hover, 
#subscribe > button[type="submit"],
.social-sharer > li:hover,
.prev-next-post a:hover .rotate45,
.masonry_banner.default-skin,
.member-footer .social::before, 
.member-footer .social::after,
.subscribe > button[type="submit"],
.woocommerce #respond input#submit.alt.disabled, 
.woocommerce #respond input#submit.alt.disabled:hover, 
.woocommerce #respond input#submit.alt:disabled, 
.woocommerce #respond input#submit.alt:disabled:hover, 
.woocommerce #respond input#submit.alt[disabled]:disabled, 
.woocommerce #respond input#submit.alt[disabled]:disabled:hover, 
.woocommerce a.button.alt.disabled, 
.woocommerce a.button.alt.disabled:hover, 
.woocommerce a.button.alt:disabled, 
.woocommerce a.button.alt:disabled:hover, 
.woocommerce a.button.alt[disabled]:disabled, 
.woocommerce a.button.alt[disabled]:disabled:hover, 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt[disabled]:disabled, 
.woocommerce button.button.alt[disabled]:disabled:hover, 
.woocommerce input.button.alt.disabled, 
.woocommerce input.button.alt.disabled:hover, 
.woocommerce input.button.alt:disabled, 
.woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt[disabled]:disabled, 
.woocommerce input.button.alt[disabled]:disabled:hover,
.no-results input[type="submit"],
table.compare-list .add-to-cart td a,
.shop_cart,
h3#reply-title::after,
.newspaper-info,
.categories_shortcode .owl-controls .owl-buttons i:hover,
.widget-title:after,
h2.heading-bottom:after,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active,
#primary .main-content ul li:not(.rotate45)::before,
.wpcf7-form .wpcf7-submit,
.menu-search .btn.btn-primary:hover,
.bottom-components .component a:hover, .bottom-components .component a:hover, .bottom-components .component a:hover, .woocommerce-page .overlay-components .component a:hover, .woocommerce-page .vc_col-md-3 .overlay-components .component a:hover,
.woocommerce.single-product .wishlist-container .yith-wcwl-wishlistaddedbrowse.show a,
.widget_address_social_icons .social-links a,
.hover-components .component:hover,
.navbar-default .navbar-toggle .icon-bar,
nav,
.nav-previous a, .nav-next a,
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title,
.woocommerce-MyAccount-navigation-link > a,
.newsletter-footer input.submit:hover, .newsletter-footer input.submit:focus,
a.add-wsawl.sa-watchlist-action, a.remove-wsawl.sa-watchlist-action,
footer .footer-top .menu .menu-item a::before,
.post-password-form input[type="submit"] {
background: #2695FF;
}
.bottom-components .component a:hover, .bottom-components .component a:hover, .bottom-components .component a:hover, .woocommerce-page .overlay-components .component a:hover, .woocommerce-page .vc_col-md-3 .overlay-components .component a:hover,
.columns-4 .overlay-components .component a:hover, .vc_col-md-4 .overlay-components .component a:hover, .no-sidebar .vc_col-md-3 .overlay-components .component a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.overlay-components .component.add-to-cart a, .bottom-components .component.add-to-cart a,
.woocommerce_categories2 .products .component .yith-wcwl-wishlistexistsbrowse.show a,
body .tp-bullets.preview1 .bullet,
body #mega_main_menu li.default_dropdown .mega_dropdown > li > .item_link:hover, 
body #mega_main_menu li.widgets_dropdown .mega_dropdown > li > .item_link:hover, 
body #mega_main_menu li.multicolumn_dropdown .mega_dropdown > li > .item_link:hover, 
body #mega_main_menu li.grid_dropdown .mega_dropdown > li > .item_link:hover{
background: #2695ff !important;
}
.dokan-dashboard .dokan-dash-sidebar, .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu,
input[type="submit"].dokan-btn-theme, a.dokan-btn-theme, .dokan-btn-theme,
#cd-zoom-in, #cd-zoom-out{
background-color: #2695ff !important;
}
.woocommerce ul.products li.product .onsale, 
.back-to-top,
body .woocommerce ul.products li.product .onsale, 
body .woocommerce ul.products li.product .onsale,
.pagination .page-numbers.current,
.pagination .page-numbers.current:hover {
background-color: #2695ff;
}
.comment-form input, 
.comment-form textarea,
.author-bio,
blockquote,
.widget_popular_recent_tabs .nav-tabs > li.active,
body .left-border, 
body .right-border,
body .member-header,
body .member-footer .social,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce .woocommerce-info, 
.woocommerce .woocommerce-message,
body .button[type="submit"],
.navbar ul li ul.sub-menu,
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
.header_mini_cart,
.header_mini_cart.visible_cart,
#contact-us .form-control:focus,
.header_mini_cart .woocommerce .widget_shopping_cart .total, 
.header_mini_cart .woocommerce.widget_shopping_cart .total,
.sale_banner_holder:hover,
.testimonial-img,
.wpcf7-form input:focus, 
.wpcf7-form textarea:focus,
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle {
border-color: #2695ff;
}
.sidebar-content .widget-title::before, .dokan-widget-area .widget-title::before,
input[type="submit"].dokan-btn-theme, a.dokan-btn-theme, .dokan-btn-theme{
border-color: #2695ff !important;
}
.services2 .block-triangle:hover i {
background-color:#2695ff;
}
#navbar .menu-item.black-friday-menu-link > a  {
background-color:#2695ff !important;
}
#navbar .menu-item.black-friday-menu-link > a:hover {
background:#ffffff !important;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
table.compare-list .add-to-cart td a:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.ibid-search.ibid-search-open .ibid-icon-search, 
.no-js .ibid-search .ibid-icon-search,
.ibid-icon-search:hover,
.latest-posts .post-date-month,
.button.solid-button:hover,
body .vc_btn.vc_btn-blue:hover, 
body a.vc_btn.vc_btn-blue:hover, 
body button.vc_btn.vc_btn-blue:hover,
.subscribe > button[type="submit"]:hover,
.no-results input[type="submit"]:hover,
table.compare-list .add-to-cart td a:hover,
.shop_cart:hover,
.wpcf7-form .wpcf7-submit:hover,
.widget_address_social_icons .social-links a:hover,
.post-password-form input[type="submit"]:hover,
.page-template-template-blog .full-width-part .more-link:hover,
.form-submit input:hover,
.full-width-part .more-link:hover,
.modeltheme-modal #loginform input[type="submit"]:hover, 
.modeltheme-modal p.btn-register-p a:hover,
#signup-modal-content .woocommerce-form-register.register .button[type="submit"]:hover,
.woocommerce_categories2 .bottom-components .component a:hover,.woocommerce_categories2 .bottom-components .component a:hover, woocommerce_categories2 .bottom-components .component a:hover  {
background: #ffffff; }
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover{
background-color: #ffffff; }
.fixed-sidebar-menu {
background-color: #487485;
}
#navbar .menu-item > a,
.navbar-nav .search_products a,
.navbar-default .navbar-nav > li > a {
color: #ffffff;
}
#navbar .menu-item > a:hover,
#navbar .menu-item > a:focus,
.navbar-nav .search_products a:hover,
.navbar-nav .search_products a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #ffffff;
}
#navbar .sub-menu,
.navbar ul li ul.sub-menu {
background-color: #FFFFFF;
}
#navbar ul.sub-menu li a {
color: #484848;
}
#navbar ul.sub-menu li a:hover {
background-color: #FFFFFF;
}
#navbar ul.sub-menu li a:hover {
color: #2695ff;
}
body {
font-family: Montserrat;
}
h1,
h1 span {
font-family: Montserrat;
line-height: 36px;
color: #242424;
font-size: 36px;
}
h2 {
font-family: Montserrat;
line-height: 30px;
color: #242424;
font-size: 30px;
}
h3,
.post-name {
font-family: Montserrat;
line-height: 24px;
color: #242424;
font-size: 24px;
}
h4 {
font-family: Montserrat;
line-height: 18px;
color: #242424;
font-size: 18px;
}
h5 {
font-family: Montserrat;
line-height: 14px;
color: #242424;
font-size: 14px;
}
h6 {
font-family: Montserrat;
line-height: 12px;
color: #242424;
font-size: 12px;
}
input,
textarea {
font-family: Montserrat;
}
input[type="submit"] {
font-family: Montserrat;
}
.top-header {
background-color: #ffffff;
}
.navbar-default {
background-color: #ffffff;
}
.container.footer-top,
.prefooter .container {
padding-top: 90px;
padding-bottom: 80px;
}
footer {
background-color: #ffffff;
}
footer .footer {
background-color: #f8f8f8;
}
p {
font-family: Montserrat;
line-height: 24px;
font-weight: 300;
color: #606060;
font-size: 16px;
}.header-v2 a.shop_cart::after {
position: absolute;
bottom: 9px;
left: 26px;
font-size: 19px;
}
.top-header {
display: none;
}
.navbar-header .logo {
margin: 8px 0px;
}
footer .logo {
margin-bottom: 20px;
height: 55px;
}
.ankauf-up .vc_column-inner {
height: 570px;
margin-top: -1000px;
}
.woocommerce-checkout .col2-set .col-1 {
width: 100%;
}
.sammlerware-loop {
text-align: center;
padding-bottom: 10px;
}
@media only screen and (max-width: 992px) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
width: 100% !important;
}
}.single article .article-content .has-pale-pink-color{
color: #F78DA7;
}
.single article .article-content .has-vivid-red-color{
color: #CF2E2E;
}
.single article .article-content .has-luminous-vivid-orange-color{
color: #F56500;
}
.single article .article-content .has-luminous-vivid-amber-color{
color: #F3B200;
}
.single article .article-content .has-light-green-cyan-color{
color: #7BDCB5;
}
.single article .article-content .has-vivid-green-cyan-color{
color: #00D084;
}
.single article .article-content .has-pale-cyan-blue-color{
color: #8DD0FB;
}
.single article .article-content .has-vivid-cyan-blue-color{
color: #0693e3;
}
.single article .article-content .has-very-light-gray-color{
color: #eeeeee;
}
.single article .article-content .has-cyan-bluish-gray-color{
color: #abb8c3;
}
.single article .article-content .has-very-dark-gray-color{
color: #313131;
}
.wp-block-image figcaption {
font-size: 13px;
margin: 20px !important;
font-weight: 300;
}
a.wp-block-button__link {
background: #F16823;
border-radius: 0;
color: #fff !important;
font-size: 17px !important;
padding: 8px 15px;
font-weight: 700 !important;
transition: 250ms all ease;
}
a.wp-block-button__link:hover {
background: #e6560e !important;
color: #fff !important;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
color: #fff !important;
}
.wp-block-button.is-style-outline .wp-block-button__link {
background: transparent;
border-color: #F16823;
color: #F16823 !important;
}
.wp-block-quote.is-large {
padding: 30px;
}
body .status-panel-no-sidebar .alignfull {
width: auto;
max-width: 1000%;
margin-right: calc(50% - 50vw);
margin-left: calc(50% - 50vw);
}
p[style="font-size:46px"] {
line-height: normal !important;
}
.alignwide img,
.alignfull img {
display: block;
margin: 0 auto;
}
article .main-content ol li,
article .main-content ul li {
color: #606060;
font-size: 17px;
font-weight: 300;
line-height: 26px;
opacity: 1;
visibility: visible;
}
.single article .article-content p.wp-block-cover-text {
font-size: 30px;
color: #fff !important;
line-height: 1.25;
}
.wp-block-gallery.is-cropped .blocks-gallery-item img,
figure.wp-block-image img {
margin: auto;
}
body blockquote footer.blockquote-footer {
background: transparent;
padding-bottom: 0 !important;
}
.single.single-post .article-content p.form-submit {
margin-bottom: 0px;
}
.wp-block-quote {
margin: 0;
padding: 30px !important;
background: #F7FAFD;
}
figure.wp-block-image,
.wp-block-cover.has-background-dim,
.wp-block-gallery,
.wp-block-button,
.single.single-post .article-content blockquote.wp-block-quote,
blockquote.wp-block-quote,
blockquote.wp-block-quote.is-large,
.wp-block-code,
.wp-block-audio,
.wp-block-video,
.wp-block-preformatted,
.wp-block-verse,
.wp-block-table,
.wp-block-separator,
.wp-block-spacer,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-embed,
.single.single-post .article-content p.wp-block-subhead,
p.wp-block-subhead   {
margin-bottom: 60px;
margin-top: 20px;
}
.wp-block-column p {
margin-top: 15px;
}
.has-top-margin {
margin-top: 60px;
}
.wp-block-embed-vimeo.wp-block-embed {
margin-bottom: 0px;
}
blockquote footer, blockquote small, blockquote .small {
background: transparent !important;
}
.wp-block-pullquote {
border-top: 4px solid #555d66;
border-bottom: 4px solid #555d66;
color: #40464d;
}
.wp-block-pullquote blockquote {
background: transparent;
padding: 0 !important;
text-align: center;
border:0 !important;
}
.wp-block-pullquote blockquote p {
font-size: 28px !important;
line-height: 1.6 !important;
}
.wp-block-pullquote cite, .wp-block-pullquote footer, .wp-block-pullquote__citation {
color: #454646;
text-transform: uppercase;
font-size: 17px;
font-style: normal;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
max-width: 100px;
}
.wp-block-separator {
border: none;
border-bottom: 2px solid #8f98a1;
margin: 1.65em auto;
}
embed, figure {
margin-bottom: 30px !important;
}
body figure.wp-block-image.alignfull, body .wp-block-cover.alignfull {
width: auto;
max-width: 1000%;
margin-right: calc(50% - 50vw);
margin-left: calc(50% - 50vw);
}
.wp-block-gallery .blocks-gallery-item figcaption {
background: rgba(0, 0, 0, .2) !important;
padding: 5px 10px 5px !important;
}
.wp-block-gallery .blocks-gallery-item figure {
margin-bottom: 0 !important;
}
.wp-block-column .wp-block-quote::before {
display: none !important;
}
.page p:last-of-type img.size-full.wp-image-904.alignright {
clear: both;
}
.widget_calendar nav.wp-calendar-nav {
background: transparent;
}
footer aside {
margin-bottom: 60px;
}
footer aside:last-child {
margin-bottom: 0px;
}table.dataTable {
clear: both;
max-width: none !important;
border-collapse: separate !important;
margin-bottom: 0px;
border: 0;
}
#DataTable-icondrops-active_wrapper {
background: #fff;
border-top: 1px solid #e3e3e3;
}
#DataTable-icondrops-active td:last-child {
}
table.dataTable td,
table.dataTable th {
-webkit-box-sizing: content-box;
box-sizing: content-box
}
#DataTable-icondrops-active_wrapper thead th {
border: 0;
background: #1d2780;
color: #fff;
padding: 15px 0 !important;
outline: 0;
text-transform: uppercase;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
text-align: center
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
white-space: nowrap
}
div.dataTables_wrapper div.dataTables_length label {
font-weight: normal;
text-align: left;
white-space: nowrap;
margin-bottom: 0;
font-weight: 400;
}
div.dataTables_wrapper .dataTables_length, 
div.dataTables_wrapper .dataTables_filter {
padding: 15px 0px;
}
div.dataTables_wrapper div.dataTables_length select {
width: 75px;
display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
text-align: right
}
div.dataTables_wrapper div.dataTables_filter label {
font-weight: 400;
white-space: nowrap;
text-align: left;
margin-bottom: 0px;
}
div.dataTables_wrapper div.dataTables_filter input {
margin-left: 0.5em;
display: inline-block;
width: auto
}
div.dataTables_wrapper div.dataTables_info {
white-space: nowrap;
padding: 15px 0px;
line-height: 2.5;
font-weight: 400;
}
div.dataTables_wrapper div.dataTables_paginate {
white-space: nowrap;
text-align: right
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
margin: 0;
white-space: nowrap;
border-radius: 0;
padding: 15px 0px;
vertical-align: middle;
}
div.dataTables_wrapper div.dataTables_processing {
position: absolute;
top: 50%;
left: 50%;
width: 200px;
margin-left: -100px;
margin-top: -26px;
text-align: center;
padding: 1em 0
}
table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
padding-right: 30px
}
table.dataTable thead>tr>th:active,
table.dataTable thead>tr>td:active {
outline: none
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
cursor: pointer;
position: relative
}
div.dataTables_scrollHead table.dataTable {
margin-bottom: 0 !important
}
div.dataTables_scrollBody>table {
border-top: none;
margin-top: 0 !important;
margin-bottom: 0 !important
}
div.dataTables_scrollBody>table>tbody>tr:first-child>th,
div.dataTables_scrollBody>table>tbody>tr:first-child>td {
border-top: none
}
div.dataTables_scrollFoot>.dataTables_scrollFootInner {
box-sizing: content-box
}
div.dataTables_scrollFoot>.dataTables_scrollFootInner>table {
margin-top: 0 !important;
border-top: none
}
@media screen and (max-width: 767px) {
div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
text-align: center
}
}
table.dataTable.table-condensed>thead>tr>th {
padding-right: 20px
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
border-left-width: 0
}
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
border-right-width: 0
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
border-bottom-width: 0
}
div.dataTables_scrollHead table.table-bordered {
border-bottom-width: 0
}
div.table-responsive>div.dataTables_wrapper>div.row {
margin: 0
}
div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child {
padding-left: 0
}
div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child {
padding-right: 0
} #DataTable-icondrops-active .ico-row .ico-icon {
width: 50px;
display: inline-block;
min-width: 50px;
height: 50px;
min-height: 50px;
vertical-align: middle;
overflow: hidden;
position: relative;
float: left;
margin-top: 15px;
}
#DataTable-icondrops-active .featured-icon i {
font-size: 45px;
line-height: 1;
}
#DataTable-icondrops-active .ico-row .ico-main-info {
display: inline-block;
vertical-align: middle;
line-height: 160%;
font-size: 14px;
float: right;
}
#DataTable-icondrops-active .ico-row .list_title {
font-size: 20px;
font-weight: bold;
margin: 0;
line-height: 30px;
}
#DataTable-icondrops-active .ico-row .list_title a,
#DataTable-icondrops-active .ico-row .list_title a:visited, 
#DataTable-icondrops-active .ico-row .list_title a:hover,
#DataTable-icondrops-active .ico-row .list_title a:focus{
color: #252525;
}
#DataTable-icondrops-active .received div {
display: inline;
}
#DataTable-icondrops-active .received span {
color: #6cd087;
margin-left: 5px;
}
#DataTable-icondrops-active td:last-child {
border-right: 1px solid #e9e9e9;
}
div.dataTables_wrapper div.dataTables_length select {
padding: 5px 15px;
border: 1px solid #bdbdbd;
font-style: normal;
box-shadow: none;
height: 37px;
margin: 0 5px;
font-weight: bold;
color: rgba(37,37,37,.3);
}
div.dataTables_wrapper div.dataTables_filter input {
height: 25px;
padding: 5px 15px;
border: 1px solid #bdbdbd;
font-style: normal;
box-shadow: none;
font-weight: bold;
}
.dataTables_wrapper  .pagination>.active>a, 
.dataTables_wrapper .pagination>.active>span, 
.dataTables_wrapper .pagination>.active>a:hover, 
.dataTables_wrapper .pagination>.active>span:hover, 
.dataTables_wrapper .pagination>.active>a:focus, 
.dataTables_wrapper .pagination>.active>span:focus {
background-color: #1d2780;
border-color: #1d2780;
font-weight: bold;
}
.dataTables_wrapper .pagination>li:first-child>a, 
.dataTables_wrapper .pagination>li:first-child>span,
.dataTables_wrapper .pagination>li:last-child>a, 
.dataTables_wrapper .pagination>li:last-child>span {
border-radius: 0;
background: #f9f9f9;
color: rgba(37,37,37,.5);
font-weight: bold;
}
.dataTables_wrapper .dataTables_empty {
font-weight: bold;
}
h1.title-category-table {
align-self: center;
color: #454646;
font-size: 20px;
font-weight: bold;
line-height: 100%;
margin: 0 auto 20px;
padding: 0;
text-transform: uppercase;
width: 100%;
}
.dataTables_wrapper .form-control.input-sm::-webkit-input-placeholder {
color: rgba(37,37,37,.3)!important;
}
.dataTables_wrapper .form-control.input-sm::-moz-placeholder {
color: rgba(37,37,37,.3)!important;
}
.dataTables_wrapper .form-control.input-sm:-ms-input-placeholder {
color: rgba(37,37,37,.3)!important;
}
table.dataTable thead .sorting:after, 
table.dataTable thead .sorting_asc:after, 
table.dataTable thead .sorting_desc:after, 
table.dataTable thead .sorting_asc_disabled:after, 
table.dataTable thead .sorting_desc_disabled:after {
position: absolute;
bottom: 14px;
right: 28px;
display: block;
font-family: 'Glyphicons Halflings';
opacity: 0.5;
}
table.dataTable thead .sorting:after {
opacity: 0.2;
content: "\e150"
}
table.dataTable thead .sorting_asc:not(:first-child):after {
content: "\e155"
}
table.dataTable thead .sorting_desc:after {
content: "\e156"
}
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
color: #eee
}
div.dataTables_scrollBody>table>thead .sorting:after,
div.dataTables_scrollBody>table>thead .sorting_asc:after,
div.dataTables_scrollBody>table>thead .sorting_desc:after {
display: none
}
div.dataTables_scrollBody>table>tbody>tr:first-child>th,
div.dataTables_scrollBody>table>tbody>tr:first-child>td {
border-top: none
}
table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
top: 6px;
right: 6px
}
#DataTable-icondrops-active .is-sticky {
background: #fff3b2;
}