@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-block {
position: relative;
overflow: hidden;
clear: both; }
.lvca-block .lvca-block-inner {
clear: both;
overflow: hidden; }
.lvca-block .lvca-block-row {
overflow: hidden; } .lvca-block .lvca-pagination {
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: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 50px;
clear: both; }
.lvca-block .lvca-pagination .lvca-page-nav {
-webkit-box-flex: 0;
box-flex: 0;
-moz-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
font-size: 15px;
line-height: 24px;
color: #666;
padding: 5px 15px;
margin: 0 2px;
border-right: 1px solid #dcdcdc;
border-top: 1px solid #dcdcdc;
border-bottom: 1px solid #dcdcdc;
border-left: 1px solid #dcdcdc;
margin-bottom: 10px;
outline: none;
cursor: pointer;
border-radius: 2px;
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s; }
.lvca-block .lvca-pagination .lvca-page-nav i {
color: #222;
font-size: 12px;
line-height: 1; }
.lvca-dark-bg .lvca-block .lvca-pagination .lvca-page-nav i {
color: #bbb; }
.lvca-block .lvca-pagination .lvca-page-nav[data-page="prev"], .lvca-block .lvca-pagination .lvca-page-nav[data-page="next"] {
padding: 5px 18px; }
.lvca-block .lvca-pagination .lvca-page-nav[data-page="next"] {
margin-right: 0; }
.lvca-block .lvca-pagination .lvca-page-nav.lvca-dotted {
border: none;
pointer-events: none;
padding: 5px 8px; }
.lvca-block .lvca-pagination .lvca-page-nav:hover, .lvca-block .lvca-pagination .lvca-page-nav.lvca-current-page {
background: #eee; }
.lvca-block .lvca-pagination .lvca-page-nav.lvca-disabled, .lvca-block .lvca-pagination .lvca-page-nav.lvca-current-page {
pointer-events: none; }
.lvca-block .lvca-pagination .lvca-page-nav.lvca-disabled, .lvca-block .lvca-pagination .lvca-page-nav.lvca-disabled i {
color: #999;
border-color: #eaeaea; }
.lvca-dark-bg .lvca-block .lvca-pagination .lvca-page-nav.lvca-disabled, .lvca-dark-bg .lvca-block .lvca-pagination .lvca-page-nav.lvca-disabled i {
border-color: #444;
color: #888; }
.lvca-dark-bg .lvca-block .lvca-pagination .lvca-page-nav {
border-color: #606060;
color: #aaa; }
.lvca-dark-bg .lvca-block .lvca-pagination .lvca-page-nav:hover, .lvca-dark-bg .lvca-block .lvca-pagination .lvca-page-nav.lvca-current-page {
background: #333; }
.lvca-block .lvca-load-more {
color: #fff;
padding: 15px 25px;
border-radius: 999px;
outline: none;
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s; }
.lvca-block .lvca-load-more:hover {
color: #fff;
background: #333;
border-color: #333; }
.lvca-block .lvca-load-more.lvca-disabled {
display: none; }
.lvca-block .lvca-loading {
position: relative;
margin: 0 -51px 0 15px;
width: 36px;
height: 36px;
background: url(//aarron.aero/wp-content/plugins/addons-for-visual-composer-premium/assets/images/loading.gif) center center no-repeat;
visibility: hidden; }
.lvca-block .lvca-loader-gif {
position: absolute;
left: 0;
top: 0;
overflow: hidden;
width: 100%;
height: 100%;
background: transparent url(//aarron.aero/wp-content/plugins/addons-for-visual-composer-premium/assets/images/bricks-loader.gif) center center no-repeat;
display: none; }
.lvca-block.lvca-fetching .lvca-block-inner {
opacity: 0.3; }
.lvca-block.lvca-fetching .lvca-loader-gif {
display: block; }
.lvca-block.lvca-processing .lvca-loader-gif {
display: block; }
.lvca-block.lvca-processing .lvca-load-more-nav .lvca-loading {
visibility: visible; } .lvca-block .lvca-block-header {
max-width: 1140px;
margin-left: auto;
margin-right: auto;
clear: both;
position: relative;
z-index: 5; }
.lvca-block .lvca-heading {
display: block;
padding: 0 0 15px 0;
margin: 0 0 30px 0;
text-align: left;
max-width: none;
font-size: 0;
line-height: 0; }
.lvca-block .lvca-heading span, .lvca-block .lvca-heading a {
font-size: 18px;
line-height: 28px;
text-transform: uppercase;
letter-spacing: 1px;
color: #333;
text-align: left;
display: inline-block;
margin: 0 100px 0 0; }
.lvca-dark-bg .lvca-block .lvca-heading span, .lvca-dark-bg .lvca-block .lvca-heading a {
color: #e5e5e5; }
.lvca-block .lvca-heading a {
-webkit-transition: color 0.3s ease-in-out 0s;
transition: color 0.3s ease-in-out 0s; }
.lvca-block .lvca-heading a:hover {
color: #666; }
.lvca-block .lvca-block-filter {
position: absolute;
top: 0;
right: 0;
margin: 0;
z-index: 2;
text-align: right; }
.lvca-dark-bg .lvca-block .lvca-block-filter {
border-color: #666; }
.lvca-block .lvca-block-filter .lvca-block-filter-item {
display: inline-block; }
@media only screen and (max-width: 479px) {
.lvca-block .lvca-block-filter .lvca-block-filter-item {
margin-right: 8px; } }
.lvca-block .lvca-block-filter .lvca-block-filter-item a {
padding: 0 15px 8px;
-webkit-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
display: block; }
@media only screen and (max-width: 479px) {
.lvca-block .lvca-block-filter .lvca-block-filter-item a {
padding: 0 10px 8px; } }
.lvca-block .lvca-block-filter .lvca-block-filter-item.lvca-active {
color: #f94213; }
.lvca-block .lvca-block-filter .lvca-block-filter-item:last-child {
margin-right: 0; }
.lvca-block .lvca-block-filter .lvca-block-filter-dropdown {
display: inline-block;
text-align: right;
position: relative; }
.lvca-block .lvca-block-filter ul.lvca-block-filter-list {
display: inline-block;
line-height: 1; }
.lvca-block .lvca-block-filter .lvca-block-filter-more {
cursor: pointer;
padding-left: 15px;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
display: inline-block; }
.lvca-block .lvca-block-filter .lvca-block-filter-more i.lvca-icon-arrow-right3 {
display: inline-block;
font-size: 10px;
line-height: 1;
vertical-align: middle;
-webkit-transform: rotate(45deg);
transform: rotate(90deg);
margin: 0 6px;
color: #000; }
.lvca-block .lvca-block-filter .lvca-block-filter-dropdown:hover .lvca-block-filter-more {
background-color: #222; }
.lvca-block .lvca-block-filter .lvca-block-filter-dropdown:hover .lvca-block-filter-more span, .lvca-block .lvca-block-filter .lvca-block-filter-dropdown:hover .lvca-block-filter-more i {
color: #fff; }
.lvca-block .lvca-block-filter ul.lvca-block-filter-dropdown-list {
list-style: none;
position: absolute;
right: 0;
top: 100%;
padding: 6px 0;
background-color: #ffffff;
background-color: rgba(255, 255, 255, 0.95);
z-index: 999;
border: 1px solid #ededed;
display: none; }
.lvca-block .lvca-block-filter ul.lvca-block-filter-dropdown-list:hover i.lvca-icon-arrow-right3 {
color: #fff; }
.lvca-block .lvca-block-filter .lvca-block-filter-dropdown:hover ul.lvca-block-filter-dropdown-list {
display: block; }
.lvca-block .lvca-block-filter ul.lvca-block-filter-dropdown-list li {
margin-left: 0; }
.lvca-block .lvca-block-filter ul.lvca-block-filter-dropdown-list li a {
white-space: nowrap;
display: block;
padding: 8px 15px 8px 25px; }
.lvca-block .lvca-block-filter .lvca-block-filter-item a, .lvca-block .lvca-block-filter .lvca-block-filter-more span, .lvca-block .lvca-block-filter ul.lvca-block-filter-dropdown-list li a {
color: #666;
font-size: 12px;
line-height: 18px;
text-transform: uppercase; }
.lvca-block .lvca-block-filter .lvca-block-filter-item a:hover, .lvca-block .lvca-block-filter .lvca-block-filter-item.lvca-active a {
color: #f94213; }
.lvca-block-header-expanded .lvca-block-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-block-header-expanded .lvca-block-header.lvca-no-heading {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
@media only screen and (max-width: 800px) {
.lvca-block-header-expanded .lvca-block-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-block-header-expanded .lvca-heading {
padding: 0;
margin: 0; }
.lvca-dark-bg .lvca-block-header-expanded .lvca-heading {
color: #e5e5e5; }
@media only screen and (max-width: 800px) {
.lvca-block-header-expanded .lvca-heading {
margin-bottom: 30px; } }
.lvca-block-header-expanded .lvca-heading span, .lvca-block-header-expanded .lvca-heading a {
font-size: 32px;
line-height: 44px; }
.lvca-block-header-expanded .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-block-header-expanded .lvca-taxonomy-filter {
-webkit-align-self: flex-start;
align-self: flex-start;
-ms-flex-item-align: start; } }
.lvca-block-header-expanded .lvca-taxonomy-filter .lvca-filter-item {
position: relative;
display: inline-block;
margin: 0 0 15px 0;
padding: 0;
font-style: normal; }
.lvca-block-header-expanded .lvca-taxonomy-filter .lvca-filter-item a {
font-size: 15px;
line-height: 24px;
padding: 0 15px;
-webkit-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
display: block;
color: #777; }
.lvca-dark-bg .lvca-block-header-expanded .lvca-taxonomy-filter .lvca-filter-item a {
color: #999; }
.lvca-block-header-expanded .lvca-taxonomy-filter .lvca-filter-item a:hover {
color: #222; }
.lvca-dark-bg .lvca-block-header-expanded .lvca-taxonomy-filter .lvca-filter-item a:hover {
color: #fff; }
@media only screen and (max-width: 479px) {
.lvca-block-header-expanded .lvca-taxonomy-filter .lvca-filter-item a {
padding: 0 10px; } }
.lvca-block-header-expanded .lvca-taxonomy-filter .lvca-filter-item:first-child a {
padding-left: 0; }
.lvca-block-header-expanded .lvca-taxonomy-filter .lvca-filter-item.lvca-active a {
color: #222; }
.lvca-dark-bg .lvca-block-header-expanded .lvca-taxonomy-filter .lvca-filter-item.lvca-active a {
color: #fff; }
.lvca-block-header-expanded .lvca-taxonomy-filter .lvca-filter-item:last-child {
margin-right: 0; } .lvca-block-header-1 .lvca-heading {
border-bottom: 2px solid #ddd; }
.lvca-block-header-1 .lvca-heading:after {
content: "";
background: #f94213;
width: 50px;
height: 2px;
position: absolute;
bottom: -1px;
left: 0; }
.lvca-block-header-1 .lvca-no-heading .lvca-heading {
min-height: 40px; }
.lvca-block-header-1 .lvca-no-heading .lvca-heading:after {
display: none; } .lvca-block-header-2 .lvca-heading:before, .lvca-block-header-2 .lvca-heading:after {
content: '';
width: 100%;
height: 1px;
position: absolute;
left: 0;
background-color: #ddd; }
.lvca-block-header-2 .lvca-heading:before {
bottom: 4px; }
.lvca-block-header-2 .lvca-heading:after {
bottom: 0; }
.lvca-block-header-2 .lvca-no-heading .lvca-heading {
min-height: 40px; } .lvca-block-header-3 .lvca-heading {
padding: 0;
border-bottom: 1px solid #ddd; }
.lvca-block-header-3 .lvca-heading a, .lvca-block-header-3 .lvca-heading span {
position: relative;
padding: 4px 8px 4px 8px;
border-radius: 2px 2px 2px 0;
background: #333;
color: #fff; }
.lvca-block-header-3 .lvca-heading a:after, .lvca-block-header-3 .lvca-heading span:after {
content: '';
display: block;
position: absolute;
width: 0;
height: 0;
position: absolute;
bottom: -8px;
left: 0;
border-left: 0;
border-right: 8px solid transparent;
border-top: 8px solid #333; }
.lvca-block-header-3 .lvca-heading a:hover {
color: #ddd; }
.lvca-block-header-3 .lvca-heading span, .lvca-block-header-3 .lvca-heading a {
font-size: 15px;
line-height: 24px; }
.lvca-block-header-3 .lvca-no-heading .lvca-heading {
min-height: 40px; } .lvca-block-header-4 .lvca-heading {
padding: 0;
border: 1px solid #333;
border-bottom: 2px solid #333;
text-align: center; }
.lvca-block-header-4 .lvca-heading a, .lvca-block-header-4 .lvca-heading span {
position: relative;
padding: 8px 10px;
border-radius: 0;
margin: 0 auto; }
.lvca-block-header-4 .lvca-heading a:after, .lvca-block-header-4 .lvca-heading span:after {
content: '';
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 8px;
bottom: -8px;
margin: 0 auto;
border-left: 8px solid transparent;
border-top: 8px solid #43494a;
border-right: 8px solid transparent; }
.lvca-block-header-4 .lvca-heading span, .lvca-block-header-4 .lvca-heading a {
font-size: 15px;
line-height: 24px; }
.lvca-block-header-4 .lvca-block-header .lvca-block-filter {
padding: 8px 10px; }
.lvca-block-header-4 .lvca-no-heading .lvca-heading {
min-height: 45px; } .lvca-block-header-5 .lvca-heading {
background: #fbfbfb;
border-bottom: 2px solid #eee;
border-top: 1px solid #eee;
padding: 10px 15px; }
.lvca-block-header-5 .lvca-block-header .lvca-block-filter {
padding: 10px 8px; }
.lvca-block-header-5 .lvca-no-heading .lvca-heading {
min-height: 50px; } .lvca-block-header-6 .lvca-taxonomy-filter .lvca-filter-item {
border-bottom: 1px solid #ddd; }
.lvca-dark-bg .lvca-block-header-6 .lvca-taxonomy-filter .lvca-filter-item {
border-color: #444; }
.lvca-block-header-6 .lvca-taxonomy-filter .lvca-filter-item a {
padding: 0 15px 15px; }
@media only screen and (max-width: 479px) {
.lvca-block-header-6 .lvca-taxonomy-filter .lvca-filter-item a {
padding: 0 10px 8px; } }
.lvca-block-header-6 .lvca-taxonomy-filter .lvca-filter-item:first-child a {
padding-left: 15px; }
.lvca-block-header-6 .lvca-taxonomy-filter .lvca-filter-item.lvca-active a {
color: #222; }
.lvca-dark-bg .lvca-block-header-6 .lvca-taxonomy-filter .lvca-filter-item.lvca-active a {
color: #fff; }
.lvca-block-header-6 .lvca-taxonomy-filter .lvca-filter-item.lvca-active:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
border-bottom: 3px solid #f94213;
width: 100%; } .lvca-block-header-7 .lvca-heading span, .lvca-block-header-7 .lvca-heading a {
font-size: 26px;
line-height: 34px; }
.lvca-block-header-7 .lvca-taxonomy-filter .lvca-filter-item a {
padding: 0 20px 0 18px;
font-style: italic; }
.lvca-block-header-7 .lvca-taxonomy-filter .lvca-filter-item:after {
content: '/';
position: absolute;
right: 0;
top: 0;
color: #bbb;
font-size: 14px; }
.lvca-block-header-7 .lvca-taxonomy-filter .lvca-filter-item:last-child:after {
content: ''; }
.lvca-block-header-7 .lvca-taxonomy-filter .lvca-filter-item:hover a, .lvca-block-header-7 .lvca-taxonomy-filter .lvca-filter-item.lvca-active a {
color: #f94213; }
.lvca-dark-bg .lvca-block-header-7 .lvca-taxonomy-filter .lvca-filter-item:hover a, .lvca-dark-bg .lvca-block-header-7 .lvca-taxonomy-filter .lvca-filter-item.lvca-active a {
color: #fff; } .lvca-module {
display: block;
position: relative;
border: none;
background: none;
-webkit-box-shadow: none;
box-shadow: none;
padding-bottom: 30px; }
@media only screen and (max-width: 1024px) {
.lvca-module {
padding-bottom: 20px; } }
.lvca-module .lvca-module-image {
position: relative; }
.lvca-module .lvca-module-image .lvca-module-image-info {
opacity: 0;
-webkit-transition: opacity 0.4s ease-in-out 0s;
transition: opacity 0.4s ease-in-out 0s; }
.lvca-module .lvca-module-image .lvca-module-image-info .lvca-module-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-module .lvca-module-image .lvca-module-image-info .lvca-post-title, .lvca-module .lvca-module-image .lvca-module-image-info .entry-title {
padding: 10px;
margin: 0;
font-size: 18px;
line-height: 28px;
font-weight: 400;
color: #fff; }
@media only screen and (max-width: 1024px) {
.lvca-module .lvca-module-image .lvca-module-image-info .lvca-post-title, .lvca-module .lvca-module-image .lvca-module-image-info .entry-title {
font-size: 18px;
line-height: 26px; } }
.lvca-module .lvca-module-image .lvca-module-image-info .lvca-post-title a, .lvca-module .lvca-module-image .lvca-module-image-info .entry-title a {
display: inline;
color: #fff;
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
border-bottom: 1px solid transparent; }
.lvca-module .lvca-module-image .lvca-module-image-info .lvca-post-title a:hover, .lvca-module .lvca-module-image .lvca-module-image-info .entry-title a:hover {
border-bottom: 1px solid #ccc; }
.lvca-module .lvca-module-image:hover .lvca-module-image-info {
opacity: 1; }
.lvca-module .lvca-module-image:hover .lvca-lightbox-item {
display: block;
background: rgba(0, 0, 0, 0.4); }
.lvca-module .lvca-module-thumb {
position: relative;
overflow: hidden;
margin: 0 0 15px 0; }
.lvca-module .lvca-module-thumb img {
display: block;
width: 100%;
-webkit-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s; }
.lvca-module .lvca-module-thumb img:hover {
-webkit-filter: brightness(80%);
filter: brightness(80%); }
.lvca-module .lvca-module-thumb .lvca-lightbox-item {
display: none;
position: absolute;
top: 0;
right: 0;
line-height: 1;
padding: 12px 15px;
background: transparent;
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s; }
.lvca-module .lvca-module-thumb .lvca-lightbox-item:hover {
background: rgba(0, 0, 0, 0.6); }
.lvca-module .lvca-module-thumb .lvca-lightbox-item i {
color: #fff;
font-size: 18px; }
.lvca-module .lvca-module-thumb:hover {
background: rgba(0, 0, 0, 0.3); }
.lvca-module .lvca-module-thumb:hover .lvca-lightbox-item {
display: block;
background: rgba(0, 0, 0, 0.4); }
.lvca-module .lvca-module-entry-text {
text-align: center;
max-width: 650px;
margin: 20px auto 0; }
.lvca-module .entry-title {
font-size: 20px;
line-height: 28px;
font-weight: normal;
margin: 0 0 10px 0; }
.lvca-module .entry-title:after, .lvca-module .entry-title:before {
display: none; }
.lvca-module .entry-title a {
-webkit-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
color: #333; }
.lvca-module .entry-title a:hover {
color: #666; }
.lvca-dark-bg .lvca-module .entry-title a {
color: #e0e0e0; }
.lvca-dark-bg .lvca-module .entry-title a:hover {
color: #fff; }
.lvca-module .lvca-module-meta {
font-size: 12px;
line-height: 18px;
margin: 0 0 8px 0; }
.lvca-module .lvca-module-meta span {
display: inline-block;
padding: 0;
margin: 0;
color: #999; }
.lvca-module .lvca-module-meta span:after {
content: '/';
padding-left: 6px;
padding-right: 2px; }
.lvca-module .lvca-module-meta span:first-child {
border: none;
padding-left: 0; }
.lvca-module .lvca-module-meta span:last-child:after {
display: none; }
.lvca-module .lvca-module-meta span a {
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
font-style: normal;
color: #444; }
.lvca-dark-bg .lvca-module .lvca-module-meta span a {
color: #999; }
.lvca-module .lvca-module-meta span a:hover {
color: #888; }
.lvca-dark-bg .lvca-module .lvca-module-meta span a:hover {
color: #bbb; }
.lvca-module .lvca-module-meta span abbr {
text-decoration: initial; }
.lvca-dark-bg .lvca-module .lvca-module-meta span {
color: #707070; }
.lvca-module .lvca-read-more {
margin: 25px 0 0 0; }
.lvca-module .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-module .lvca-read-more a:not(.lvca-button):hover {
color: #666; }
.lvca-module .lvca-read-more a:not(.lvca-button):after {
content: '›';
display: inline-block;
margin-left: 7px; }
.lvca-module .lvca-read-more a:not(.lvca-button):hover {
color: #666; }
.lvca-module .lvca-read-more a.lvca-button {
display: inline-block;
text-transform: none;
letter-spacing: 0;
padding: 12px 20px; }
@media only screen and (min-width: 768px) {
.lvca-module .lvca-read-more a.lvca-button {
padding: 10px 16px; } }
.lvca-module .entry-summary {
margin: 15px auto 0;
padding: 0; }
.lvca-dark-bg .lvca-module .entry-summary {
color: #999; } .lvca-module-1 .lvca-module-image .lvca-terms {
display: block;
position: absolute;
bottom: 0;
font-size: 12px;
line-height: 1;
background: rgba(0, 0, 0, 0.6);
color: #fff;
margin-right: 5px;
padding: 8px 12px; }
.lvca-module-1 .lvca-module-image .lvca-terms a {
display: inline-block;
color: #fff; } .lvca-module-3 {
padding-bottom: 26px; }
.lvca-module-3 .lvca-module-thumb {
position: absolute;
left: 0;
top: 0;
width: 100px; }
@media (min-width: 768px) and (max-width: 1024px) {
.lvca-module-3 .lvca-module-thumb {
width: 80px; } }
.lvca-module-3 .lvca-entry-details {
margin-left: 116px;
min-height: 70px; }
@media (min-width: 768px) and (max-width: 1024px) {
.lvca-module-3 .lvca-entry-details {
margin-left: 95px;
min-height: 55px; } }
.lvca-module-3 .entry-title {
font-size: 14px;
line-height: 20px;
margin-bottom: 4px;
font-weight: 500; }
@media (min-width: 768px) and (max-width: 1140px) {
.lvca-module-3 .entry-title {
font-size: 12px;
line-height: 18px; } }
.lvca-module-3 .lvca-module-meta {
margin-bottom: 0;
min-height: 0; } .lvca-module-4 {
padding-bottom: 26px; }
.lvca-module-4 .lvca-module-thumb {
position: absolute;
right: 0;
top: 0;
width: 100px; }
@media (min-width: 768px) and (max-width: 1024px) {
.lvca-module-4 .lvca-module-thumb {
width: 80px; } }
.lvca-module-4 .lvca-entry-details {
margin-right: 108px;
min-height: 70px; }
@media (min-width: 768px) and (max-width: 1024px) {
.lvca-module-4 .lvca-entry-details {
margin-right: 95px;
min-height: 55px; } }
.lvca-module-4 .entry-title {
font-size: 14px;
line-height: 20px;
margin-bottom: 4px;
font-weight: 500; }
@media (min-width: 768px) and (max-width: 1140px) {
.lvca-module-4 .entry-title {
font-size: 12px;
line-height: 18px; } }
.lvca-module-4 .lvca-module-meta {
margin-bottom: 0;
min-height: 0; }  .lvca-module-6 {
padding-bottom: 26px; }
@media (min-width: 767px) {
.lvca-module-6 {
padding-bottom: 40px; } }
.lvca-module-6 .lvca-module-thumb {
position: absolute;
left: 0;
top: 0;
width: 100px; }
@media (min-width: 500px) {
.lvca-module-6 .lvca-module-thumb {
width: 150px; } }
@media (min-width: 767px) {
.lvca-module-6 .lvca-module-thumb {
width: 220px; } }
.lvca-module-6 .lvca-entry-details {
margin-left: 115px;
min-height: 69px; }
@media (min-width: 500px) {
.lvca-module-6 .lvca-entry-details {
margin-left: 170px;
min-height: 103px; } }
@media (min-width: 767px) {
.lvca-module-6 .lvca-entry-details {
margin-left: 244px;
min-height: 150px; } }
.lvca-module-6 .entry-title {
font-size: 14px;
line-height: 20px;
font-weight: 500; }
@media (min-width: 500px) {
.lvca-module-6 .entry-title {
font-size: 22px;
line-height: 28px; } }
.lvca-module-6 .lvca-excerpt {
display: none; }
@media (min-width: 640px) {
.lvca-module-6 .lvca-excerpt {
display: block; } } .lvca-module-7 {
padding-bottom: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
@media (min-width: 600px) {
.lvca-module-7 {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; } }
@media (min-width: 767px) {
.lvca-module-7 {
padding-bottom: 50px; } }
.lvca-module-7 .lvca-module-thumb {
width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto; }
.lvca-module-7 .lvca-entry-details {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto; }
@media (min-width: 600px) {
.lvca-module-7 .lvca-module-thumb {
width: 30%;
min-width: 250px; }
.lvca-module-7 .lvca-entry-details {
margin-left: 25px;
width: 70%; } }
.lvca-module-7 .entry-title {
font-size: 16px;
line-height: 24px;
font-weight: 500; }
@media (min-width: 500px) {
.lvca-module-7 .entry-title {
font-size: 20px;
line-height: 26px; } }
@media (min-width: 1024px) {
.lvca-module-7 .entry-title {
font-size: 26px;
line-height: 34px; } } .lvca-module-8 {
padding-bottom: 30px; }
@media (min-width: 767px) {
.lvca-module-8 {
padding-bottom: 40px; } }
@media (min-width: 1024px) {
.lvca-module-8 {
padding-bottom: 60px; } }
.lvca-module-8 .lvca-module-thumb .wp-post-image {
width: 100%; }
.lvca-module-8:last-child {
padding-bottom: 0; }
.lvca-module-8 .entry-title {
font-size: 18px;
line-height: 26px;
font-weight: 500;
margin-bottom: 10px; }
@media (min-width: 500px) {
.lvca-module-8 .entry-title {
font-size: 22px;
line-height: 30px; } }
@media (min-width: 767px) {
.lvca-module-8 .entry-title {
font-size: 30px;
line-height: 38px; } }
.lvca-module-8 .lvca-entry-details {
position: relative;
padding: 15px 25px;
margin: -60px auto 0;
max-width: 90%;
background: #fff; }
@media (min-width: 767px) {
.lvca-module-8 .lvca-entry-details {
padding: 20px 35px;
margin: -70px auto 0; } }
@media (min-width: 1024px) {
.lvca-module-8 .lvca-entry-details {
padding: 25px 35px;
margin: -85px auto 0; } }
.lvca-module-8 .lvca-excerpt {
font-size: 14px;
line-height: 24px;
margin-top: 11px; } .lvca-module-10 {
padding: 30px 0;
margin: 0;
text-align: center;
border-bottom: 1px solid #e8e8e8; }
.lvca-module-10:last-child {
border: none; }
@media (min-width: 1024px) {
.lvca-module-10 {
padding: 40px 0; } }
.lvca-module-10 .entry-title {
font-size: 24px;
line-height: 32px;
margin: 0 0 10px 0; }
@media (min-width: 1024px) {
.lvca-module-10 .entry-title {
font-size: 32px;
line-height: 44px;
font-weight: 400;
margin: 0 0 15px 0; } }
.lvca-module-10 .lvca-entry-details {
margin-bottom: 20px; }
@media (min-width: 1024px) {
.lvca-module-10 .lvca-entry-details {
position: relative;
width: 100%;
margin-bottom: 30px; } }
.lvca-module-10 .lvca-terms {
text-transform: uppercase;
font-size: 11px;
line-height: 1;
background-color: transparent;
display: block;
margin-bottom: 20px; }
.lvca-module-10 .lvca-terms a {
color: #9e9e9e; }
.lvca-module-10 .lvca-module-thumb img {
width: 100%; }
.lvca-module-10 .lvca-excerpt {
font-size: 14px;
line-height: 22px;
margin-top: 20px; }
@media (min-width: 1024px) {
.lvca-module-10 .lvca-excerpt {
font-size: 15px;
line-height: 26px;
margin-top: 30px; } } .lvca-module-trans1 {
position: relative;
padding-bottom: 0;
margin-bottom: 3px; }
.lvca-module-trans1 .lvca-module-thumb {
margin: 0;
padding: 0; }
.lvca-module-trans1 .lvca-module-thumb a.lvca-post-link {
-webkit-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s; }
.lvca-module-trans1 .lvca-module-thumb a.lvca-post-link:before {
background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
z-index: 0;
content: '';
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%; }
.lvca-module-trans1 .lvca-module-thumb:hover a.lvca-post-link:before {
background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%); }
@media (min-width: 480px) {
.lvca-module-trans1 .lvca-module-thumb {
margin: 0 3px 0 0; } }
.lvca-module-trans1 .lvca-entry-details {
position: absolute;
bottom: 0;
padding: 0 20px;
margin-bottom: 20px;
z-index: 1; }
.lvca-module-trans1 .lvca-entry-details .lvca-post-author-name a {
color: #fff; }
.lvca-module-trans1 .entry-title {
font-size: 18px;
line-height: 26px; }
@media (min-width: 480px) {
.lvca-module-trans1 .entry-title {
font-size: 16px;
line-height: 22px; } }
@media (min-width: 1024px) {
.lvca-module-trans1 .entry-title {
font-size: 21px;
line-height: 28px; } }
.lvca-module-trans1 .entry-title a, .lvca-module-trans1 .lvca-module-meta span a {
color: #fff !important; }
.lvca-module-trans1 .entry-title a:hover, .lvca-module-trans1 .lvca-module-meta span a:hover {
color: #ddd !important; }
.lvca-module-trans1 .lvca-module-meta span:after, .lvca-module-trans1 .lvca-module-meta span {
color: #bbb !important; } .lvca-module-11 .lvca-module-entry-text {
margin: 0 auto; }
.lvca-module-11 .entry-summary:before {
width: 35px;
height: 1px;
background: #aaa;
display: block;
content: "";
text-align: center;
margin: 0 auto 15px; }
.lvca-dark-bg .lvca-module-11 .entry-summary:before {
background: #505050; }
.lvca-module-11 .lvca-module-image .lvca-post-link:after, .lvca-module-12 .lvca-module-image .lvca-post-link:after, .lvca-module-13 .lvca-module-image .lvca-post-link:after {
content: '';
position: absolute;
left: 0;
top: 0;
overflow: hidden;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
-webkit-transition: opacity 0.4s ease-in-out 0s;
transition: opacity 0.4s ease-in-out 0s;
opacity: 0; }
.lvca-module-11 .lvca-module-image:hover .lvca-post-link:after, .lvca-module-12 .lvca-module-image:hover .lvca-post-link:after, .lvca-module-13 .lvca-module-image:hover .lvca-post-link:after {
opacity: 1; }
.lvca-module-11 .lvca-module-image img:hover, .lvca-module-12 .lvca-module-image img:hover, .lvca-module-13 .lvca-module-image img:hover {
-webkit-filter: brightness(80%);
filter: brightness(80%); }
.lvca-module-11 .lvca-module-image:hover, .lvca-module-12 .lvca-module-image:hover, .lvca-module-13 .lvca-module-image:hover {
background: rgba(0, 0, 0, 0.3); }
.lvca-module-11 .lvca-terms, .lvca-module-12 .lvca-terms, .lvca-module-13 .lvca-terms {
display: block;
color: #f9f9f9; }
.lvca-module-11 .lvca-terms a, .lvca-module-12 .lvca-terms a, .lvca-module-13 .lvca-terms a {
color: #ddd;
position: relative;
display: inline;
zoom: 1;
font-style: italic;
-webkit-transition: color 0.3s ease-in-out 0s;
transition: color 0.3s ease-in-out 0s; }
.lvca-module-11 .lvca-terms a:hover, .lvca-module-12 .lvca-terms a:hover, .lvca-module-13 .lvca-terms a:hover {
color: #fff; }
.lvca-module-11 .lvca-module-meta span, .lvca-module-11 .lvca-module-meta span a, .lvca-module-12 .lvca-module-meta span, .lvca-module-12 .lvca-module-meta span a, .lvca-module-13 .lvca-module-meta span, .lvca-module-13 .lvca-module-meta span a {
font-size: 13px;
line-height: 22px; }
.lvca-module-12 .lvca-module-image .lvca-module-thumb {
margin: 0; }
.lvca-module-13 {
background: #fff;
border-radius: 6px 6px 10px 10px;
border: none;
padding: 0;
margin: 0;
-webkit-transition: -webkit-box-shadow 0.25s ease;
transition: -webkit-box-shadow 0.25s ease;
transition: box-shadow 0.25s ease;
transition: box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
-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-module-13: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-module-13 .lvca-module-image .lvca-module-thumb {
margin: 0; }
.lvca-module-13 .lvca-module-entry-text {
margin: 0;
padding: 25px 20px; }
.lvca-dark-bg .lvca-module-13 .entry-title a {
color: #333; }
.lvca-dark-bg .lvca-module-13 .lvca-module-meta span {
color: #999; }
.lvca-dark-bg .lvca-module-13 .lvca-module-meta span a {
color: #444; }
.lvca-dark-bg .lvca-module-13 .entry-summary {
color: #686868; }body.compensate-for-scrollbar {
overflow: hidden;
}
.fancybox-active {
height: auto;
}
.fancybox-is-hidden {
left: -9999px;
margin: 0;
position: absolute !important;
top: -9999px;
visibility: hidden;
}
.fancybox-container {
-webkit-backface-visibility: hidden;
height: 100%;
left: 0;
outline: none;
position: fixed;
-webkit-tap-highlight-color: transparent;
top: 0;
-ms-touch-action: manipulation;
touch-action: manipulation;
-webkit-transform: translateZ(0);
transform: translateZ(0);
width: 100%;
z-index: 99992;
}
.fancybox-container * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.fancybox-outer {
-webkit-overflow-scrolling: touch;
overflow-y: auto;
}
.fancybox-bg {
background: rgb(30, 30, 30);
opacity: 0;
-webkit-transition-duration: inherit;
transition-duration: inherit;
-webkit-transition-property: opacity;
transition-property: opacity;
-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}
.fancybox-is-open .fancybox-bg {
opacity: .9;
-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
direction: ltr;
opacity: 0;
position: absolute;
-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
transition: opacity .25s ease, visibility 0s ease .25s;
visibility: hidden;
z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
opacity: 1;
-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
transition: opacity .25s ease 0s, visibility 0s ease 0s;
visibility: visible;
}
.fancybox-infobar {
color: #ccc;
font-size: 13px;
-webkit-font-smoothing: subpixel-antialiased;
height: 44px;
left: 0;
line-height: 44px;
min-width: 44px;
mix-blend-mode: difference;
padding: 0 10px;
pointer-events: none;
top: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.fancybox-toolbar {
right: 0;
top: 0;
}
.fancybox-stage {
direction: ltr;
overflow: visible;
-webkit-transform: translateZ(0);
transform: translateZ(0);
z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
overflow: hidden;
}
.fancybox-slide {
-webkit-backface-visibility: hidden; display: none;
height: 100%;
left: 0;
outline: none;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: absolute;
text-align: center;
top: 0;
-webkit-transition-property: opacity, -webkit-transform;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
white-space: normal;
width: 100%;
z-index: 99994;
}
.fancybox-slide::before {
content: '';
display: inline-block;
font-size: 0;
height: 100%;
vertical-align: middle;
width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
display: block;
}
.fancybox-slide--image {
overflow: hidden;
padding: 44px 0;
}
.fancybox-slide--image::before {
display: none;
}
.fancybox-slide--html {
padding: 6px;
}
.fancybox-content {
background: #fff;
display: inline-block;
margin: 0;
max-width: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: relative;
text-align: left;
vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
animation-timing-function: cubic-bezier(.5, 0, .14, 1);
-webkit-backface-visibility: hidden;
background: transparent;
background-repeat: no-repeat;
background-size: 100% 100%;
left: 0;
max-width: none;
overflow: visible;
padding: 0;
position: absolute;
top: 0;
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-transition-property: opacity, -webkit-transform;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
cursor: -webkit-grab;
cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
cursor: -webkit-grabbing;
cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
background: transparent;
border: 0;
height: 100%;
left: 0;
margin: 0;
max-height: none;
max-width: none;
padding: 0;
position: absolute;
top: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 100%;
}
.fancybox-spaceball {
z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
height: 100%;
overflow: visible;
padding: 0;
width: 100%;
}
.fancybox-slide--video .fancybox-content {
background: #000;
}
.fancybox-slide--map .fancybox-content {
background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
background: #fff;
}
.fancybox-video,
.fancybox-iframe {
background: transparent;
border: 0;
display: block;
height: 100%;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
} .fancybox-iframe {
left: 0;
position: absolute;
top: 0;
}
.fancybox-error {
background: #fff;
cursor: default;
max-width: 400px;
padding: 40px;
width: 100%;
}
.fancybox-error p {
color: #444;
font-size: 16px;
line-height: 20px;
margin: 0;
padding: 0;
} .fancybox-button {
background: rgba(30, 30, 30, .6);
border: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
cursor: pointer;
display: inline-block;
height: 44px;
margin: 0;
padding: 10px;
position: relative;
-webkit-transition: color .2s;
transition: color .2s;
vertical-align: top;
visibility: inherit;
width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
color: #ccc;
}
.fancybox-button:hover {
color: #fff;
}
.fancybox-button:focus {
outline: none;
}
.fancybox-button.fancybox-focus {
outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
color: #888;
cursor: default;
outline: none;
} .fancybox-button div {
height: 100%;
}
.fancybox-button svg {
display: block;
height: 100%;
overflow: visible;
position: relative;
width: 100%;
}
.fancybox-button svg path {
fill: currentColor;
stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
display: none;
}
.fancybox-progress {
background: #ff5268;
height: 2px;
left: 0;
position: absolute;
right: 0;
top: 0;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0;
transform-origin: 0;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-timing-function: linear;
transition-timing-function: linear;
z-index: 99998;
} .fancybox-close-small {
background: transparent;
border: 0;
border-radius: 0;
color: #ccc;
cursor: pointer;
opacity: .8;
padding: 8px;
position: absolute;
right: -12px;
top: -44px;
z-index: 401;
}
.fancybox-close-small:hover {
color: #fff;
opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
color: currentColor;
padding: 10px;
right: 0;
top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
display: none;
} .fancybox-navigation .fancybox-button {
background-clip: content-box;
height: 100px;
opacity: 0;
position: absolute;
top: calc(50% - 50px);
width: 70px;
}
.fancybox-navigation .fancybox-button div {
padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
left: 0;
left: env(safe-area-inset-left);
padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
padding: 31px 6px 31px 26px;
right: 0;
right: env(safe-area-inset-right);
} .fancybox-caption {
background: -webkit-gradient(linear,
left bottom, left top,
from(rgba(0, 0, 0, .85)),
color-stop(50%, rgba(0, 0, 0, .3)),
color-stop(65%, rgba(0, 0, 0, .15)),
color-stop(75.5%, rgba(0, 0, 0, .075)),
color-stop(82.85%, rgba(0, 0, 0, .037)),
color-stop(88%, rgba(0, 0, 0, .019)),
to(rgba(0, 0, 0, 0)));
background: linear-gradient(to top,
rgba(0, 0, 0, .85) 0%,
rgba(0, 0, 0, .3) 50%,
rgba(0, 0, 0, .15) 65%,
rgba(0, 0, 0, .075) 75.5%,
rgba(0, 0, 0, .037) 82.85%,
rgba(0, 0, 0, .019) 88%,
rgba(0, 0, 0, 0) 100%);
bottom: 0;
color: #eee;
font-size: 14px;
font-weight: 400;
left: 0;
line-height: 1.5;
padding: 75px 44px 25px 44px;
pointer-events: none;
right: 0;
text-align: center;
z-index: 99996;
}
@supports (padding: max(0px)) {
.fancybox-caption {
padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
}
}
.fancybox-caption--separate {
margin-top: -50px;
}
.fancybox-caption__body {
max-height: 50vh;
overflow: auto;
pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
color: #ccc;
text-decoration: none;
}
.fancybox-caption a:hover {
color: #fff;
text-decoration: underline;
} .fancybox-loading {
-webkit-animation: fancybox-rotate 1s linear infinite;
animation: fancybox-rotate 1s linear infinite;
background: transparent;
border: 4px solid #888;
border-bottom-color: #fff;
border-radius: 50%;
height: 50px;
left: 50%;
margin: -25px 0 0 -25px;
opacity: .7;
padding: 0;
position: absolute;
top: 50%;
width: 50px;
z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes fancybox-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} .fancybox-animated {
-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
transition-timing-function: cubic-bezier(0, 0, .25, 1);
} .fancybox-fx-slide.fancybox-slide--previous {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
} .fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
opacity: 0;
-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
opacity: 1;
} .fancybox-fx-zoom-in-out.fancybox-slide--previous {
opacity: 0;
-webkit-transform: scale3d(1.5, 1.5, 1.5);
transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
opacity: 0;
-webkit-transform: scale3d(.5, .5, .5);
transform: scale3d(.5, .5, .5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
} .fancybox-fx-rotate.fancybox-slide--previous {
opacity: 0;
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
opacity: 0;
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
opacity: 1;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
} .fancybox-fx-circular.fancybox-slide--previous {
opacity: 0;
-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
opacity: 0;
-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
} .fancybox-fx-tube.fancybox-slide--previous {
-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1);
} @media all and (max-height: 576px) {
.fancybox-slide {
padding-left: 6px;
padding-right: 6px;
}
.fancybox-slide--image {
padding: 6px 0;
}
.fancybox-close-small {
right: -6px;
}
.fancybox-slide--image .fancybox-close-small {
background: #4e4e4e;
color: #f2f4f6;
height: 36px;
opacity: 1;
padding: 6px;
right: 0;
top: 0;
width: 36px;
}
.fancybox-caption {
padding-left: 12px;
padding-right: 12px;
}
@supports (padding: max(0px)) {
.fancybox-caption {
padding-left: max(12px, env(safe-area-inset-left));
padding-right: max(12px, env(safe-area-inset-right));
}
}
} .fancybox-share {
background: #f4f4f4;
border-radius: 3px;
max-width: 90%;
padding: 30px;
text-align: center;
}
.fancybox-share h1 {
color: #222;
font-size: 35px;
font-weight: 700;
margin: 0 0 20px 0;
}
.fancybox-share p {
margin: 0;
padding: 0;
}
.fancybox-share__button {
border: 0;
border-radius: 3px;
display: inline-block;
font-size: 14px;
font-weight: 700;
line-height: 40px;
margin: 0 5px 10px 5px;
min-width: 130px;
padding: 0 15px;
text-decoration: none;
-webkit-transition: all .2s;
transition: all .2s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
color: #fff;
}
.fancybox-share__button:hover {
text-decoration: none;
}
.fancybox-share__button--fb {
background: #3b5998;
}
.fancybox-share__button--fb:hover {
background: #344e86;
}
.fancybox-share__button--pt {
background: #bd081d;
}
.fancybox-share__button--pt:hover {
background: #aa0719;
}
.fancybox-share__button--tw {
background: #1da1f2;
}
.fancybox-share__button--tw:hover {
background: #0d95e8;
}
.fancybox-share__button svg {
height: 25px;
margin-right: 7px;
position: relative;
top: -1px;
vertical-align: middle;
width: 25px;
}
.fancybox-share__button svg path {
fill: #fff;
}
.fancybox-share__input {
background: transparent;
border: 0;
border-bottom: 1px solid #d7d7d7;
border-radius: 0;
color: #5d5b5b;
font-size: 14px;
margin: 10px 0 0 0;
outline: none;
padding: 10px 15px;
width: 100%;
} .fancybox-thumbs {
background: #ddd;
bottom: 0;
display: none;
margin: 0;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
padding: 2px 2px 4px 2px;
position: absolute;
right: 0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
top: 0;
width: 212px;
z-index: 99995;
}
.fancybox-thumbs-x {
overflow-x: auto;
overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
display: block;
}
.fancybox-show-thumbs .fancybox-inner {
right: 212px;
}
.fancybox-thumbs__list {
font-size: 0;
height: 100%;
list-style: none;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
padding: 0;
position: absolute;
position: relative;
white-space: nowrap;
width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
background: #fff;
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
background: #2a2a2a;
border-radius: 10px;
}
.fancybox-thumbs__list a {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-color: rgba(0, 0, 0, .1);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
cursor: pointer;
float: left;
height: 75px;
margin: 2px;
max-height: calc(100% - 8px);
max-width: calc(50% - 4px);
outline: none;
overflow: hidden;
padding: 0;
position: relative;
-webkit-tap-highlight-color: transparent;
width: 100px;
}
.fancybox-thumbs__list a::before {
border: 6px solid #ff5268;
bottom: 0;
content: '';
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
transition: all .2s cubic-bezier(.25, .46, .45, .94);
z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
opacity: 1;
} @media all and (max-width: 576px) {
.fancybox-thumbs {
width: 110px;
}
.fancybox-show-thumbs .fancybox-inner {
right: 110px;
}
.fancybox-thumbs__list a {
max-width: calc(100% - 10px);
}
}#powerTip {
cursor: default;
background-color: #333;
background-color: rgba(0, 0, 0, 0.8);
border-radius: 6px;
color: #fff;
display: none;
padding: 10px;
position: absolute;
white-space: nowrap;
z-index: 2147483647; }
#powerTip:before {
content: "";
position: absolute; }
#powerTip.n:before, #powerTip.s:before {
border-right: 5px solid transparent;
border-left: 5px solid transparent;
left: 50%;
margin-left: -5px; }
#powerTip.e:before, #powerTip.w:before {
border-bottom: 5px solid transparent;
border-top: 5px solid transparent;
margin-top: -5px;
top: 50%; }
#powerTip.n:before {
border-top: 10px solid #333;
border-top: 10px solid rgba(0, 0, 0, 0.8);
bottom: -10px; }
#powerTip.e:before {
border-right: 10px solid #333;
border-right: 10px solid rgba(0, 0, 0, 0.8);
left: -10px; }
#powerTip.s:before {
border-bottom: 10px solid #333;
border-bottom: 10px solid rgba(0, 0, 0, 0.8);
top: -10px; }
#powerTip.w:before {
border-left: 10px solid #333;
border-left: 10px solid rgba(0, 0, 0, 0.8);
right: -10px; }
#powerTip.ne:before, #powerTip.se:before {
border-right: 10px solid transparent;
border-left: 0;
left: 10px; }
#powerTip.nw:before, #powerTip.sw:before {
border-left: 10px solid transparent;
border-right: 0;
right: 10px; }
#powerTip.ne:before, #powerTip.nw:before {
border-top: 10px solid #333;
border-top: 10px solid rgba(0, 0, 0, 0.8);
bottom: -10px; }
#powerTip.se:before, #powerTip.sw:before {
border-bottom: 10px solid #333;
border-bottom: 10px solid rgba(0, 0, 0, 0.8);
top: -10px; }
#powerTip.nw-alt:before, #powerTip.ne-alt:before,
#powerTip.sw-alt:before, #powerTip.se-alt:before {
border-top: 10px solid #333;
border-top: 10px solid rgba(0, 0, 0, 0.8);
bottom: -10px;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
left: 10px; }
#powerTip.ne-alt:before {
left: auto;
right: 10px; }
#powerTip.sw-alt:before, #powerTip.se-alt:before {
border-top: none;
border-bottom: 10px solid #333;
border-bottom: 10px solid rgba(0, 0, 0, 0.8);
bottom: auto;
top: -10px; }
#powerTip.se-alt:before {
left: auto;
right: 10px; } .lvca-image-text-toggle {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.lvca-image-text-toggle .lvca-image-content, .lvca-image-text-toggle .lvca-text-content {
-webkit-align-self: center;
align-self: center;
-ms-flex-item-align: center;
margin: 0;
width: 50%; }
.lvca-image-text-toggle .lvca-image-content img {
display: block;
margin: 0 auto; }
@media only screen and (max-width: 767px) {
.lvca-image-text-toggle {
-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-image-text-toggle .lvca-image-content, .lvca-image-text-toggle .lvca-text-content {
width: 100%;
margin: 0; }
.lvca-image-text-toggle .lvca-image-content {
-webkit-box-ordinal-group: 1;
box-ordinal-group: 1;
-moz-order: 1;
order: 1;
-ms-flex-order: 1;
margin-bottom: 50px; }
.lvca-image-text-toggle .lvca-text-content {
-webkit-box-ordinal-group: 2;
box-ordinal-group: 2;
-moz-order: 2;
order: 2;
-ms-flex-order: 2;
padding: 0; }
.vc_row.vc_row-no-padding[data-vc-stretch-content="true"] .lvca-image-text-toggle .lvca-text-content {
padding: 0 20px; } } .fancybox-navigation button:active, .fancybox-navigation button:hover, .fancybox-navigation button:focus {
position: absolute;
top: 50%;
background: transparent;
border: 0; }
button.fancybox-close-small:active, button.fancybox-close-small:hover, button.fancybox-close-small:focus {
position: absolute;
top: 0;
background: transparent;
border: 0; }
.fancybox-button:focus, .fancybox-button:hover {
background: rgba(30, 30, 30, 0.6);
border: 0; }
.fancybox-share__button:hover, .fancybox-share__button:focus {
color: #fff; }
.lvca-fancybox-video {
display: none; }
.lvca-fancybox-description {
font-size: 13px;
line-height: 18px;
color: #bbb;
margin: 5px 0 0 0; }.lvca-block-grid .lvca-block-inner {
-webkit-transition: opacity .4s ease-in 0s;
transition: opacity .4s ease-in 0s;
margin-left: -20px;
margin-right: -20px; }
.lvca-block-grid .lvca-block-column {
padding: 20px; }
.lvca-block-grid .lvca-module {
padding: 0; }.lvca-block-12 .lvca-module-trans1 {
margin-bottom: 30px; }.lvca-faq-list.lvca-style1 .lvca-faq-item {
text-align: left; }
.lvca-faq-list.lvca-style1 .lvca-faq-item .lvca-faq-answer {
margin-top: 20px; } .lvca-faq-list.lvca-style2 .lvca-faq-item {
text-align: center; }
.lvca-faq-list.lvca-style2 .lvca-faq-item .lvca-faq-answer {
margin-bottom: 20px; } .lvca-faq-list .lvca-faq-item {
margin-bottom: 60px;
font-size: 15px;
line-height: 24px; }
.lvca-faq-list .lvca-faq-item .lvca-faq-question {
font-size: 24px;
line-height: 32px;
text-transform: none;
font-weight: bold;
color: #333; }
.lvca-dark-bg .lvca-faq-list .lvca-faq-item {
color: #909090; }
.lvca-dark-bg .lvca-faq-list .lvca-faq-item .lvca-faq-question {
color: #e5e5e5; }.lvca-countdown-wrap {
display: inline-block;
width: 100%; }
.lvca-countdown-wrap.lvca-aligncenter {
text-align: center; }
.lvca-countdown-wrap.lvca-alignleft {
text-align: left; }
.lvca-countdown-wrap.lvca-alignright {
text-align: right; }
.lvca-countdown-wrap .lvca-countdown-label {
text-transform: uppercase;
font-size: 18px;
line-height: 28px;
font-weight: 700;
letter-spacing: 2px;
display: inline-block;
vertical-align: top;
padding-top: 15px;
color: #333; }
.lvca-dark-bg .lvca-countdown-wrap .lvca-countdown-label {
color: #e5e5e5; }
.lvca-countdown-wrap .lvca-countdown {
display: inline-block; }
.lvca-countdown-wrap .lvca-countdown ul {
list-style: none;
display: inline-block;
margin: 0; }
.lvca-countdown-wrap .lvca-countdown ul li {
display: inline-block;
font-size: 12px;
line-height: 20px;
text-transform: uppercase;
letter-spacing: 2px;
text-align: center;
font-weight: 700;
margin-left: 20px;
position: relative; }
.lvca-dark-bg .lvca-countdown-wrap .lvca-countdown ul li {
color: #909090; }
.lvca-countdown-wrap .lvca-countdown ul li span {
display: table;
padding: 12px;
border-radius: 5px;
background: #383b3f;
color: #ebebeb;
font-size: 18px;
line-height: 18px; }
.lvca-dark-bg .lvca-countdown-wrap .lvca-countdown ul li span {
background-color: rgba(125, 125, 125, 0.3); }
.lvca-countdown-wrap .lvca-countdown ul li:before {
content: ':';
position: absolute;
left: -10px;
top: 18px;
font-size: 18px;
line-height: 18px; }
.lvca-countdown-wrap .lvca-countdown ul li:first-child:before {
display: none; }@media only screen and (max-width: 767px) {
.lvca-features .lvca-feature {
margin-bottom: 50px; } }
.lvca-features .lvca-feature:last-child {
margin-bottom: 0 !important; }
.lvca-features .lvca-feature .lvca-subtitle {
font-size: 14px;
line-height: 22px;
letter-spacing: 2px;
font-weight: normal;
font-style: normal;
text-transform: uppercase;
color: #ACB2BF;
margin-bottom: 5px; }
@media only screen and (max-width: 767px) {
.lvca-features .lvca-feature .lvca-subtitle {
font-size: 12px;
line-height: 18px; } }
.lvca-features .lvca-feature h3 {
font-size: 32px;
line-height: 42px;
margin-bottom: 15px; }
@media only screen and (max-width: 1024px) {
.lvca-features .lvca-feature h3 {
font-size: 26px;
line-height: 36px; } }
.lvca-features .lvca-feature .lvca-feature-details {
color: #9297A3;
font-size: 14px;
line-height: 24px; }
@media only screen and (max-width: 767px) {
.lvca-features .lvca-feature .lvca-feature-details {
font-size: 13px;
line-height: 22px; } }
@media only screen and (min-width: 768px) {
.lvca-features .lvca-feature .lvca-text-content {
max-width: 520px;
padding: 0 50px; }
.vc_row[data-vc-stretch-content="true"] .lvca-features .lvca-feature .lvca-text-content {
max-width: 600px; }
.lvca-features .lvca-feature:nth-child(even) .lvca-image-content {
-webkit-box-ordinal-group: 2;
box-ordinal-group: 2;
-moz-order: 2;
order: 2;
-ms-flex-order: 2; }
.lvca-features .lvca-feature:nth-child(even) .lvca-text-content {
-webkit-box-ordinal-group: 1;
box-ordinal-group: 1;
-moz-order: 1;
order: 1;
-ms-flex-order: 1; } }
@media only screen and (min-width: 768px) {
.lvca-features:not(.lvca-tiled) .lvca-feature {
margin-bottom: 80px; }
.lvca-features:not(.lvca-tiled) .lvca-feature .lvca-image-content {
max-width: 520px; }
.vc_row[data-vc-stretch-content="true"] .lvca-features:not(.lvca-tiled) .lvca-feature .lvca-image-content {
margin: 0 auto;
max-width: 640px; }
.vc_row[data-vc-stretch-content="true"] .lvca-features:not(.lvca-tiled) .lvca-feature .lvca-text-content {
margin: 0 auto; } }
.lvca-features.lvca-tiled .lvca-feature .lvca-text-content {
margin: 0 auto; }
.lvca-features.lvca-tiled .lvca-feature .lvca-image-content img {
width: 100%; }input.lvca-button.lvca-with-icon span, input.lvca-button.lvca-with-icon img.lvca-thumbnail, button.lvca-button.lvca-with-icon span, button.lvca-button.lvca-with-icon img.lvca-thumbnail, a.lvca-button.lvca-with-icon span, a.lvca-button.lvca-with-icon img.lvca-thumbnail, .lvca-button.lvca-with-icon:active span, .lvca-button.lvca-with-icon:active img.lvca-thumbnail, .lvca-button.lvca-with-icon:visited span, .lvca-button.lvca-with-icon:visited img.lvca-thumbnail {
margin-right: 15px; }
input.lvca-button.lvca-with-icon span, button.lvca-button.lvca-with-icon span, a.lvca-button.lvca-with-icon span, .lvca-button.lvca-with-icon:active span, .lvca-button.lvca-with-icon:visited span {
color: #fff;
font-size: 24px;
vertical-align: middle;
line-height: 1; }
input.lvca-button.lvca-with-icon img.lvca-thumbnail, button.lvca-button.lvca-with-icon img.lvca-thumbnail, a.lvca-button.lvca-with-icon img.lvca-thumbnail, .lvca-button.lvca-with-icon:active img.lvca-thumbnail, .lvca-button.lvca-with-icon:visited img.lvca-thumbnail {
display: inline !important;
vertical-align: middle;
max-width: 50px; }.lvca-gallery-carousel {
clear: both; }
@media only screen and (max-width: 1024px) {
.lvca-gallery-carousel .lvca-gallery-carousel-item {
margin-bottom: 20px; } }
.lvca-gallery-carousel .lvca-gallery-carousel-item .hentry {
margin: 0;
padding: 0;
border: none;
background: none;
-webkit-box-shadow: none;
box-shadow: none; }
.lvca-gallery-carousel .lvca-gallery-carousel-item .lvca-project-image {
position: relative;
overflow: hidden; }
.lvca-gallery-carousel .lvca-gallery-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; }
.lvca-gallery-carousel .lvca-gallery-carousel-item .lvca-project-image:hover img {
-webkit-filter: brightness(50%);
filter: brightness(50%); }
.lvca-gallery-carousel .lvca-gallery-carousel-item .lvca-project-image .lvca-image-info {
display: block;
text-align: center; }
.lvca-gallery-carousel .lvca-gallery-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-gallery-carousel .lvca-gallery-carousel-item .lvca-project-image .lvca-image-info .lvca-entry-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-gallery-carousel .lvca-gallery-carousel-item .lvca-project-image .lvca-image-info .lvca-entry-title {
font-size: 18px;
line-height: 26px; } }
.lvca-gallery-carousel .lvca-gallery-carousel-item .lvca-project-image .lvca-image-info .lvca-entry-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-gallery-carousel .lvca-gallery-carousel-item .lvca-project-image .lvca-image-info .lvca-entry-title a:hover {
border-bottom: 1px solid #ccc; }
.lvca-gallery-carousel .lvca-gallery-carousel-item .lvca-project-image .lvca-image-info .lvca-terms {
display: block;
color: #ddd;
font-size: 14px;
line-height: 22px;
font-style: italic;
opacity: 0;
-webkit-transition: opacity .4s ease-in-out 0s;
transition: opacity .4s ease-in-out 0s; }
.lvca-gallery-carousel .lvca-gallery-carousel-item .lvca-project-image .lvca-image-info .lvca-video-lightbox, .lvca-gallery-carousel .lvca-gallery-carousel-item .lvca-project-image .lvca-image-info .lvca-video-lightbox i {
color: #fff;
font-size: 32px;
line-height: 1;
-webkit-transition: color .4s ease-in-out 0s;
transition: color .4s ease-in-out 0s; }
.lvca-gallery-carousel .lvca-gallery-carousel-item .lvca-project-image .lvca-image-info .lvca-video-lightbox:hover, .lvca-gallery-carousel .lvca-gallery-carousel-item .lvca-project-image .lvca-image-info .lvca-video-lightbox i:hover {
color: #ddd; }
.lvca-gallery-carousel .lvca-gallery-carousel-item .lvca-project-image .lvca-image-info .lvca-lightbox-item {
position: absolute;
top: 0;
right: 0;
color: #fff;
font-size: 22px;
line-height: 1;
display: block;
padding: 12px;
background: transparent;
opacity: 0;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-gallery-carousel .lvca-gallery-carousel-item .lvca-project-image .lvca-image-info .lvca-lightbox-item i {
font-size: 22px; }
.lvca-gallery-carousel .lvca-gallery-carousel-item .lvca-project-image .lvca-image-info .lvca-lightbox-item:hover {
background: rgba(0, 0, 0, 0.5); }
.lvca-gallery-carousel .lvca-gallery-carousel-item .lvca-project-image:hover .lvca-image-info .lvca-entry-title, .lvca-gallery-carousel .lvca-gallery-carousel-item .lvca-project-image:hover .lvca-image-info .lvca-terms, .lvca-gallery-carousel .lvca-gallery-carousel-item .lvca-project-image:hover .lvca-image-info .lvca-lightbox-item {
opacity: 1; }.lvca-gallery-wrap {
clear: both; }
.lvca-gallery-wrap .lvca-gallery-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-gallery-wrap .lvca-gallery-header.lvca-no-heading {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
@media only screen and (max-width: 800px) {
.lvca-gallery-wrap .lvca-gallery-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-gallery-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-gallery-wrap .lvca-heading {
color: #e5e5e5; }
@media only screen and (max-width: 800px) {
.lvca-gallery-wrap .lvca-heading {
margin-bottom: 30px; } }
.lvca-gallery-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-gallery-wrap .lvca-taxonomy-filter {
-webkit-align-self: flex-start;
align-self: flex-start;
-ms-flex-item-align: start; } }
.lvca-gallery-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-gallery-wrap .lvca-taxonomy-filter .lvca-filter-item {
border-color: #444; }
.lvca-gallery-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-gallery-wrap .lvca-taxonomy-filter .lvca-filter-item a {
color: #999; }
.lvca-gallery-wrap .lvca-taxonomy-filter .lvca-filter-item a:hover {
color: #222; }
.lvca-dark-bg .lvca-gallery-wrap .lvca-taxonomy-filter .lvca-filter-item a:hover {
color: #fff; }
@media only screen and (max-width: 479px) {
.lvca-gallery-wrap .lvca-taxonomy-filter .lvca-filter-item a {
padding: 0 10px 8px; } }
.lvca-gallery-wrap .lvca-taxonomy-filter .lvca-filter-item.lvca-active a {
color: #222; }
.lvca-dark-bg .lvca-gallery-wrap .lvca-taxonomy-filter .lvca-filter-item.lvca-active a {
color: #fff; }
.lvca-gallery-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-gallery-wrap .lvca-taxonomy-filter .lvca-filter-item:last-child {
margin-right: 0; }
.lvca-gallery-wrap .lvca-gallery {
clear: both; }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item {
margin: 0; }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .hentry {
margin: 0;
padding: 0;
border: none;
background: none;
-webkit-box-shadow: none;
box-shadow: none; }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image {
position: relative;
overflow: hidden; }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image .fl-photo-content {
width: 100%; }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-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-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image:hover img {
-webkit-filter: brightness(50%);
filter: brightness(50%); }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image .lvca-image-info {
display: block;
text-align: center; }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-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-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image .lvca-image-info .lvca-entry-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-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image .lvca-image-info .lvca-entry-title {
font-size: 18px;
line-height: 26px; } }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image .lvca-image-info .lvca-entry-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-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image .lvca-image-info .lvca-entry-title a:hover {
border-bottom: 1px solid #ccc; }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image .lvca-image-info .lvca-terms {
display: block;
color: #ddd;
font-size: 14px;
line-height: 22px;
font-style: italic;
opacity: 0;
-webkit-transition: opacity .4s ease-in-out 0s;
transition: opacity .4s ease-in-out 0s; }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image .lvca-image-info .lvca-video-lightbox {
color: #fff;
font-size: 32px;
line-height: 1;
-webkit-transition: color .4s ease-in-out 0s;
transition: color .4s ease-in-out 0s; }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image .lvca-image-info .lvca-video-lightbox:hover {
color: #ddd; }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image .lvca-image-info .lvca-video-lightbox i {
font-size: 32px; }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image .lvca-image-info .lvca-lightbox-item {
display: block;
opacity: 0; }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image .lvca-image-info .lvca-lightbox-item i {
position: absolute;
top: 0;
right: 0;
display: block;
color: #fff;
font-size: 22px;
line-height: 1;
padding: 12px;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image .lvca-image-info .lvca-lightbox-item.lvca-click-icon {
background: transparent; }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image .lvca-image-info .lvca-lightbox-item.lvca-click-icon:hover i {
background: rgba(0, 0, 0, 0.5); }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image .lvca-image-info .lvca-lightbox-item.lvca-click-anywhere {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%; }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image:hover .lvca-image-info .lvca-entry-title, .lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image:hover .lvca-image-info .lvca-terms, .lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-project-image:hover .lvca-image-info .lvca-lightbox-item {
opacity: 1; }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-html5-video video {
width: 100%;
height: auto;
margin: 0;
line-height: 1;
border: none;
-o-object-fit: cover;
object-fit: cover; }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-youtube-video, .lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-vimeo-video {
height: 0;
padding-bottom: 56.25%; position: relative; }
.lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-youtube-video iframe, .lvca-gallery-wrap .lvca-gallery .lvca-gallery-item .lvca-vimeo-video iframe {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%; }
.lvca-gallery-wrap .lvca-pagination {
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: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 50px;
clear: both; }
.lvca-gallery-wrap .lvca-pagination .lvca-page-nav {
-webkit-box-flex: 0;
box-flex: 0;
-moz-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
font-size: 15px;
line-height: 24px;
color: #666;
padding: 5px 15px;
margin: 0 2px;
border-right: 1px solid #dcdcdc;
border-top: 1px solid #dcdcdc;
border-bottom: 1px solid #dcdcdc;
border-left: 1px solid #dcdcdc;
margin-bottom: 10px;
outline: none;
cursor: pointer;
border-radius: 2px;
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s; }
.lvca-gallery-wrap .lvca-pagination .lvca-page-nav i {
color: #222;
font-size: 12px;
line-height: 1; }
.lvca-dark-bg .lvca-gallery-wrap .lvca-pagination .lvca-page-nav i {
color: #bbb; }
.lvca-gallery-wrap .lvca-pagination .lvca-page-nav[data-page="prev"], .lvca-gallery-wrap .lvca-pagination .lvca-page-nav[data-page="next"] {
padding: 5px 18px; }
.lvca-gallery-wrap .lvca-pagination .lvca-page-nav[data-page="next"] {
margin-right: 0; }
.lvca-gallery-wrap .lvca-pagination .lvca-page-nav.lvca-dotted {
border: none;
pointer-events: none;
padding: 5px 8px; }
.lvca-gallery-wrap .lvca-pagination .lvca-page-nav:hover, .lvca-gallery-wrap .lvca-pagination .lvca-page-nav.lvca-current-page {
background: #eee; }
.lvca-gallery-wrap .lvca-pagination .lvca-page-nav.lvca-disabled, .lvca-gallery-wrap .lvca-pagination .lvca-page-nav.lvca-current-page {
pointer-events: none; }
.lvca-gallery-wrap .lvca-pagination .lvca-page-nav.lvca-disabled, .lvca-gallery-wrap .lvca-pagination .lvca-page-nav.lvca-disabled i {
color: #999;
border-color: #eaeaea; }
.lvca-dark-bg .lvca-gallery-wrap .lvca-pagination .lvca-page-nav.lvca-disabled, .lvca-dark-bg .lvca-gallery-wrap .lvca-pagination .lvca-page-nav.lvca-disabled i {
border-color: #444;
color: #888; }
.lvca-dark-bg .lvca-gallery-wrap .lvca-pagination .lvca-page-nav {
border-color: #606060;
color: #aaa; }
.lvca-dark-bg .lvca-gallery-wrap .lvca-pagination .lvca-page-nav:hover, .lvca-dark-bg .lvca-gallery-wrap .lvca-pagination .lvca-page-nav.lvca-current-page {
background: #333; }
.lvca-gallery-wrap .lvca-load-more {
color: #fff;
padding: 15px 25px;
border-radius: 999px;
outline: none;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-gallery-wrap .lvca-load-more:hover {
color: #eee;
background: #333;
border-color: #333; }
.lvca-gallery-wrap .lvca-load-more.lvca-disabled {
display: none; }
.lvca-gallery-wrap .lvca-loading {
position: relative;
margin: 0 -51px 0 15px;
width: 36px;
height: 36px;
background: url(//aarron.aero/wp-content/plugins/addons-for-visual-composer-premium/includes/addons/premium/gallery/assets/loading.gif) center center no-repeat;
visibility: hidden; }
.lvca-gallery-wrap.lvca-processing .lvca-loading {
visibility: visible; }.lvca-icon-list {
font-size: 0; width: 100%; }
.lvca-icon-list.lvca-alignleft {
text-align: left; }
.lvca-icon-list.lvca-alignright {
text-align: right; }
.lvca-icon-list.lvca-aligncenter {
text-align: center; }
.lvca-icon-list .lvca-icon-list-item {
display: inline-block;
padding: 0;
border: none;
outline: none;
margin: 0 0 0 15px; }
.lvca-icon-list .lvca-icon-list-item:first-child {
margin: 0; }
.lvca-icon-list .lvca-icon-list-item .lvca-icon-wrapper span {
display: block;
font-size: 32px;
line-height: 1;
color: #666;
-webkit-transition: color .3s ease-in-out 0s;
transition: color .3s ease-in-out 0s; }
.lvca-icon-list .lvca-icon-list-item .lvca-image-wrapper img {
display: block;
max-width: 100%;
width: 32px;
height: auto;
margin: 0 auto;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lvca-icon-list .lvca-icon-list-item:hover .lvca-image-wrapper img {
opacity: 0.8; }
.lvca-icon-list .lvca-icon-list-item:hover .lvca-icon-wrapper span {
color: #333; }
.lvca-circular-icon-list .lvca-icon-list .lvca-icon-list-item {
margin: 0 0 0 25px;
width: 50px;
height: 50px;
border-radius: 100%; }
@media only screen and (max-width: 479px) {
.lvca-circular-icon-list .lvca-icon-list .lvca-icon-list-item {
margin: 0 0 20px 20px; } }
.lvca-circular-icon-list .lvca-icon-list .lvca-icon-list-item:first-child {
margin-left: 0; }
.lvca-dark-bg .lvca-circular-icon-list .lvca-icon-list .lvca-icon-list-item {
background: #48484a; }
.lvca-circular-icon-list .lvca-icon-list .lvca-icon-list-item .lvca-icon-wrapper span {
font-size: 22px; padding: 14px 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, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
-webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%;
}
ol, ul {
list-style: none;
}
strong,b {
font-weight:700;
}
.bolder strong {
font-weight:900;
}
em {
font-style:italic;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
select {
max-width:100%;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
blockquote {
position: relative;
font-style: italic;
font-size: 16px;
font-weight:bold;
line-height: 26px;
margin:42px 0 42px 28px;
padding:50px 225px 50px 70px;
}
blockquote p {
line-height:26px;
opacity:0.6;
}
blockquote:before {
content:"";
position: absolute;
top: 0px;
left: 0px;
height: 100%;
background: #21c2f8;
width: 10px;
}
blockquote:after {
content: "„";
font-family: "MS Serif", "New York", serif;
position: absolute;
top: 20px;
right: 50px;
font-size: 140px;
opacity: 0.1;
}
iframe {
max-width:100%;
width:100%;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
font-weight:bold;
}
.vc_custom_heading {
margin-bottom:35px;
}
.vc_custom_heading h1, .vc_custom_heading h2, .vc_custom_heading h3, .vc_custom_heading h4, .vc_custom_heading h5, .vc_custom_heading h6 {
margin-bottom:0;
}
h1 {
font-size: 34px;
margin-bottom: 10px;
line-height: 45px;
}
h2 {
font-size: 24px;
line-height: 36px;
}
h3 {
font-size: 20px;
margin-bottom: 10px;
}
h4 {
font-size: 18px;
margin-bottom: 10px;
}
h5 {
font-size: 16px;
margin-bottom: 10px;
}
h6 {
font-size: 15px;
margin-bottom: 10px;
font-weight: normal;
}
.clearfix {
clear:both;
}
body {
font-family:"Lato", Arial, sans-serif;
font-size: 14px;
line-height: 25px;
color: #777;
overflow-x:hidden;
font-weight:400;
background-color:#ffffff;
}
p {
margin-top: 0px;
margin-bottom: 10px;
line-height: 24px;
}
.wpb_text_column p {
margin-bottom:24px;
}
a, a:visited, a:hover, a:active {
text-decoration: none;
}
a {
color:#414141;
text-decoration: none;
outline: none;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
textarea, select, button {
-webkit-appearance: none;
-moz-appearance: none;
}
textarea { font-family: inherit; }
.rd_clear {
clear: both;
width: 0;
height: 0;
padding: 0;
margin: 0;
border: none;
background: transparent;
display: block;
}
img.alignleft, img.alignright, img.aligncenter {
margin-top:9px;
margin-bottom:9px;
}
.alignleft, img.alignleft {
display:inline;
float: left;
margin:9px 30px 0px 0px;
}
.alignright, img.alignright {
display: inline;
float: right;
margin:9px 0px 0px 30px;
}
.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
padding:0;
}
.alignnone {
max-width: 100%;
}
.wp-caption-text {
text-align: center;
padding-top: 10px;
}
.wp-caption {
text-align:center;
max-width:100%;
}
.wp-caption.alignnone {
margin:10px 0;
}
.wp-caption.aligncenter {
margin:10px auto;
}
.wp-caption img {
display:inline-block!important;
}
.wp-caption, .wp-caption-text, .sticky, .gallery-caption, .bypostauthor {
}
.html5-video-player:not(.ad-interrupting):not(.hide-info-bar) .html5-info-bar, .html5-info-bar {
display:none!important;
}
.t_uppercase {
letter-spacing: 1px;
text-transform: uppercase;
}
.t_none {
text-transform:none;
}
.t_lowercase {
text-transform:lowercase;
}
.text_uppercase {
text-transform:uppercase;
}
.text_light {
font-weight:300;
}
img[class*="wp-image-"] {
display:block;
}
.wpb_single_image .wpb_wrapper {
line-height:0;
}
.img_play_effect a span {
position:relative;
display:inline-block;
overflow:hidden;
max-width: 100%;
}
.img_play_effect a img {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.img_play_effect a span:before {
content:"\35";
font-size:24px;
font-family: 'elg';
width:52px;
height:52px;
color:#fff;
background:#222533;
border-radius:300px;
position:absolute;
top:55%;
left:50%;
opacity:0;
margin-top:-26px;
margin-left:-26px;
line-height:52px;
text-align:center;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
z-index: 1;
}
.img_play_effect a:hover span:before {
top:50%;
opacity:1;
}
.img_play_effect a:hover img {
opacity:0.75;
}
.img_zoom_effect a span {
position:relative;
display:inline-block;
overflow:hidden;
max-width: 100%;
}
.img_zoom_effect a img {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.img_zoom_effect a span:before {
content:"\55";
font-size:14px;
font-family: 'elg';
width:52px;
height:52px;
color:#fff;
background:#222533;
border-radius:300px;
position:absolute;
top:55%;
left:50%;
opacity:0;
margin-top:-26px;
margin-left:-26px;
line-height:52px;
text-align:center;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
z-index: 1;
}
.img_zoom_effect a:hover span:before {
top:50%;
opacity:1;
}
.img_zoom_effect a:hover img {
opacity:0.75;
}
.img_reduce_opacity {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
opacity:1;
}
.img_reduce_opacity:hover {
opacity:0.7;
}
.img_remove_opacity {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
opacity:0.7;
}
.img_remove_opacity:hover {
opacity:1;
}
.img_add_color {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.img_add_color:hover {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}
.img_remove_color {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.img_remove_color:hover {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.img_hover_title {
position: relative;
}
.img_hover_title span,.img_hover_title span a {
display:block;
position:absolute;
width:100%;
height:100%;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.img_hover_title .wpb_heading{
position:absolute;
top:50%;
margin-top:-25px;
line-height:50px;
text-align:center;
width:100%;
font-size: 18px;
font-weight: 900;
letter-spacing: 2.5px;
font-family:"Raleway";
text-transform: uppercase;
color: #fff;
opacity:0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.img_hover_title:hover .wpb_heading {
opacity:1;
}
.img_hover_title:hover span {
background:rgba(0,0,0,0.2);
}
.width-1170 {
margin-left:auto!important;
margin-right:auto!important;
max-width:1170px
}
.width-1100 {
margin-left:auto!important;
margin-right:auto!important;
max-width:1100px
}
.width-1000 {
margin-left:auto!important;
margin-right:auto!important;
max-width:1000px
}
.width-950 {
margin-left:auto!important;
margin-right:auto!important;
max-width:950px
}
.width-900 {
margin-left:auto!important;
margin-right:auto!important;
max-width:900px
}
.width-850 {
margin-left:auto!important;
margin-right:auto!important;
max-width:850px
}
.width-800 {
margin-left:auto!important;
margin-right:auto!important;
max-width:800px
}
.width-750 {
margin-left:auto!important;
margin-right:auto!important;
max-width:750px
}
.width-700 {
margin-left:auto!important;
margin-right:auto!important;
max-width:700px
}
.width-650 {
margin-left:auto!important;
margin-right:auto!important;
max-width:650px
}
.width-600 {
margin-left:auto!important;
margin-right:auto!important;
max-width:600px
}
.width-550 {
margin-left:auto!important;
margin-right:auto!important;
max-width:550px
}
.letterspacing-0 {
letter-spacing:0px;
}
.letterspacing-1 {
letter-spacing:1px;
}
.letterspacing-1-5 {
letter-spacing:1.5px;
}
.letterspacing-2 {
letter-spacing:2px;
}
.letterspacing-2-5 {
letter-spacing:2.5px;
}
.letterspacing-3 {
letter-spacing:3px;
}
.letterspacing-4 {
letter-spacing:4px;
}
.borderradius-1 {
border-radius:1px;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
}
.borderradius-2 {
border-radius:2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
.borderradius-3 {
border-radius:3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.borderradius-4 {
border-radius:4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.borderradius-5 {
border-radius:5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.borderradius-6 {
border-radius:6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}
.borderradius-7 {
border-radius:7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
}
.borderradius-8 {
border-radius:8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}
.borderradius-9 {
border-radius:9px;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
}
.borderradius-10 {
border-radius:10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
.show_hover {
opacity:0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.show_hover:hover {
opacity:1;
}
.show_hover a {
color:#fff;
}
.row_top_icon {
width: 100px;
height: 100px;
position: absolute;
top: -50px;
background: white;
border-radius: 300px;
-moz-border-radius: 300px;
-webkit-border-radius: 300px;
left: 50%;
margin-left: -50px;
}
.row_top_icon i {
background: rgb(0, 220, 255);
width: 60px;
height: 60px;
display: block;
position: absolute;
left: 50%;
margin-left: -30px;
top: 50%;
margin-top: -30px;
text-align: center;
line-height: 60px;
border-radius: 100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
color: #fff;
font-size: 32px;
}
.row_bottom_arrow {
width: 20px;
height: 20px;
position: absolute;
background: white;
transform: rotate(45deg);
-webkit-transform:rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform:rotate(45deg);
bottom: -10px;
left: 50%;
margin-left: -10px;
}
input[type=number]::-webkit-inner-spin-button {
-webkit-appearance: none;
cursor:pointer;
display:block;
width:8px;
color: #333;
text-align:center;
position:relative;
}
input[type=number]::-webkit-inner-spin-button:before, input[type=number]::-webkit-inner-spin-button:after {
content: "^";
position:absolute;
right: 0;
font-family:monospace;
line-height:
}
input[type=number]::-webkit-inner-spin-button:before {
top:0px;
}
input[type=number]::-webkit-inner-spin-button:after {
bottom:0px;
-webkit-transform: rotate(180deg);
}
.vc_figure-caption { line-height:24px; }
.vc_hidden-lg { display:none !important;} body.register_license {
height: 100vh;
overflow: hidden;
background: rgb(58,120,255);
background: linear-gradient(90deg, rgba(58,120,255,1) 0%, rgba(66,81,244,1) 100%);
}
body.register_license:before {
content: "Please activate TheFox from the Theme Panel";
width: 380px;
text-align: center;
position: absolute;
left: 50%;
top: 50%;
color: #fff;
font-weight:600;
font-size: 28px;
line-height: 40px;
margin: -20px 0 0 -190px;
}
body.register_license #top_bg {
opacity: 0 !important;
height: 0 !important;
overflow: hidden !important;
}
.tt_register,.tt_register a{
opacity: 0;
z-index: 100000000000000;
width: 100vw;
height: 100vh;
position: absolute;
}
#rd_preloader {
background-color:#fff;
position:fixed;
top:0;
bottom:0;
left:0;
right:0;
height: 100%;
z-index: 100000;
background-image:url(//aarron.aero/wp-content/themes/thefox/images/preloader.gif);
background-repeat:no-repeat;
background-position:center;
}
#fixed_body_left {
margin-left:320px;
}
#main_content {
width: 100%;
margin:0 auto;
}
.pagefix {
height: 101%;
overflow: hidden;
}
.wrapper {
width: 1170px;
padding:0 0px;
margin:0 auto;
position:relative;
overflow:hidden;
}
.wrapper.tf_o_visible {
overflow:visible !important;
}
.table_wrapper {
display:table !important;
overflow:visible!important;
}
.section_wrapper {
overflow:visible;
}
#boxed_layout {
width:1240px;
margin:30px auto;
-webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.3);
box-shadow: 0 0px 15px rgba(0, 0, 0, 0.3);
overflow:hidden;
}
.section {
width: 100%;
min-height: 100%;
overflow:auto;
padding-bottom:0px;
line-height: 19px;
background-color:#fff;
position:relative;
}
.full-width-section {
background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
box-sizing: content-box!important;
-moz-box-sizing: content-box!important;
-webkit-box-sizing: content-box!important;
background-position:center;
margin-left: -50%;
padding-left: 50%;
padding-right: 50%;
width: 100%;
position: relative;
z-index: 0;
visibility: hidden;
overflow: hidden;
}
.full-width-content {
z-index: 0;
}
.def_section {
overflow: visible;
z-index: 1;
}
.n_section {
position:relative;
overflow:hidden;
}
.n_section:nth-child(even) {
border-top:1px solid #dfdfdf;
}
.n_section:nth-child(odd) {
border-top:1px solid #dfdfdf;
}
.section .wrapper {
padding:0px 0px 0 0px;
}
.n_section .wrapper {
padding:0px 0px;
}
.tt_row_parallax {
position: absolute !important;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index:0;
background-repeat: no-repeat;
background-position: center;
background-size: cover !important;
background-attachment: fixed;
}
.tt_row_has_parallax .wpb_column  {
position:relative;
z-index:1;
}
.rd_row_overlay {
position: absolute !important;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: -1!important;
}
.tt_row_has_parallax .rd_row_overlay,
.vc_parallax .rd_row_overlay {
z-index: 0!important;
}
.vc_parallax.rd_has_overlay .vc_parallax-inner {
z-index:-1!important;
}
.rd_video_ctn {
overflow:hidden;
}
.vc_parallax.rd_video_ctn .vc_parallax-inner {
z-index:-2!important;
}
.rd_video_ctn video {
top: 0;
left: 0;
position: absolute;
min-width:100%;
min-height:100%;
z-index: -1;
}
.rd_parallax_section {
background-size: cover;
-webkit-background-size: cover;
overflow:hidden;
}
.parallax_wrap {
overflow: hidden;
width: 100%;
height: 100%;
position: absolute;
z-index:-1;
top: 0;
left: 0;
}
.parallax_bg {
position: absolute;
z-index: 1;
width: 100%;
height:100%;
top: 0;
left: 0;
background-position: center top;
background-repeat:no-repeat;
background-size: cover;
-webkit-background-size: cover;
}
.parallax_fixed {
background-attachment:fixed;
}.vc_row.wpb_row.vc_row-fluid.rd_parallax_section {
background: transparent;
}
.fixed_bg {
background-size: cover;
-webkit-background-size: cover;
background-position: 50% 0;
background-repeat: no-repeat no-repeat;
background-attachment: fixed;
}
.repeat_bg {
background-repeat:repeat;
}
.repeatx_bg {
background-repeat: repeat-x;
}
.repeaty_bg {
background-repeat: repeat-y;
}
#fw_c {
padding:0px 0;
}
#footer_bg {
width:100%;
margin:0 auto;
position:relative;
background:#202024;
color:#ccc;
}
.footer_wrap {
max-width:1200px;
}
.module_section {
display:none;
}
.left {
float:left;
}
.right {
float:right;
}
img {
max-width: 100%;
height: auto;
}
.map_canvas_body {
position:relative;
}
.map_canvas {
margin:0;
width:100%;
height:400px;
}
.map_canvas img {
max-width: none !important;
}
.wpb_text_column .mejs-container {
display:none;
} #top_bg {
position: relative;
}
#top_bar {
background-color:#414141;
font-size:13px;
}
#top_bar .wrapper {
padding:0px 0;
overflow: visible;
display: table;
z-index: 1000;
}
#top_bar .sub-menu {
display:none;
}
.top_bar_menu {
float:right;
}
.top_bar_menu li {
float: left;
padding-left: 20px;
line-height:51px;
}
.top_phone {
width:auto;
float:left;
margin:0px 0 0px 0;
}
.top_phone:before {
font-family:'FontAwesome';
font-size:13px;
content:'\f095';
padding:0px 14px 0px 0px;
}
.top_email {
width:auto;
float:left;
margin:0px 0 0px 0px;
}
.top_email:before {
font-family:'FontAwesome';
font-size:13px;
content:'\f0e0';
padding:0px 14px 0px 0px;
}
.top_text {
width:auto;
float:left;
margin:0px 0 0px 0px;
padding:8px 0px 1px 0px;
font-size:13px;
}
#rd_wpml {
float:left;
height: 51px;
}
#rd_wpml #lang_sel,#rd_wpml .wpml-ls-legacy-dropdown{
height:51px;
border:none!important;
width:auto;
}
#rd_wpml #lang_sel li,#rd_wpml .wpml-ls-legacy-dropdown .wpml-ls-item {
float: left;
width: 190px;
text-align: left;
position: relative;
}
#rd_wpml #lang_sel a,#rd_wpml .wpml-ls-legacy-dropdown .wpml-ls-item a {
background:none;
font-size:14px;
font-family:"Lato";
border:none!important;
padding: 13px 20px 14px;
}
#rd_wpml .lang_sel_sel:after,#rd_wpml .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
content: "\f107";
font-family: "FontAwesome";
float: right;
border: none!important;
position: static !important;
}
#rd_wpml #lang_sel ul li:hover ul, #rd_wpml #lang_sel ul a:hover ul, #rd_wpml .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu, #rd_wpml .wpml-ls-legacy-dropdown ul li:hover .wpml-ls-sub-menu {
opacity: 1;
}
#rd_wpml img {
margin-right: 10px;
}
#rd_wpml #lang_sel ul ul,#rd_wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
opacity:0;
position:relative;
width:260px;
height:auto;
background: #fff;
overflow: auto;
top:inherit;
-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.1);
box-shadow: 0 2px 3px rgba(0,0,0,0.1);
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
border:none!important
}
#rd_wpml #lang_sel > ul > li,#rd_wpml .wpml-ls-legacy-dropdown > ul > li{
height:51px;
overflow:visible;
}
#rd_wpml #lang_sel li li,#rd_wpml .wpml-ls-legacy-dropdown li li{
width: 260px;
}
#rd_wpml #lang_sel li li:first-child,#rd_wpml .wpml-ls-legacy-dropdown li li:first-child {
padding-top:10px !important;
}
#rd_wpml #lang_sel li li:last-child,#rd_wpml .wpml-ls-legacy-dropdown li li:last-child {
padding-bottom:10px !important;
} .topbar_type_1 .top_phone {
padding: 13px 0px 12px 0px;
}
.topbar_type_1 .top_text {
padding: 13px 20px 12px 20px;
}
.topbar_type_1 .top_email {
padding: 13px 0px 12px 0px;
}
.topbar_type_1 #header_socials {
padding:10px 20px 11px 20px;
}
.topbar_type_1 .top_bar_menu {
padding-right:20px;
} .topbar_type_2 .top_phone {
padding: 13px 0px 12px 0px;
}
.topbar_type_2 .top_text {
padding: 13px 20px 12px 20px;
}
.topbar_type_2 .top_email {
padding: 13px 0px 12px 0px;
}
.topbar_type_2 #header_socials {
padding: 10px 20px 11px 20px;
}
.topbar_type_2 .top_bar_menu {
padding-right:20px;
} .topbar_type_3 .top_phone {
padding: 13px 20px 12px 0px;
}
.topbar_type_3 .top_text {
padding: 13px 20px 12px 0px;
}
.topbar_type_3 .top_email {
padding: 13px 20px 12px 0px;
}
.topbar_type_3 #header_socials {
padding-top: 10px;
padding-bottom:11px;
}
.topbar_type_3 #rd_wpml #lang_sel > ul > li > a {
padding-left:0px;
}
.topbar_type_3 .top_bar_menu li {
line-height:50px;
} .topbar_type_4 .top_phone {
padding: 13px 20px 12px 0px;
}
.topbar_type_4 .top_text {
padding: 13px 20px 12px 0px;
}
.topbar_type_4 .top_email {
padding: 13px 20px 12px 0px;
}
.topbar_type_4 #header_socials {
padding-top: 10px;
padding-bottom:11px;
}
.topbar_type_4 #rd_wpml, .topbar_type_4 #rd_wpml #lang_sel, .topbar_type_4 #rd_wpml #lang_sel > ul > li {
height:50px;
}
.topbar_type_4 #rd_wpml #lang_sel a {
padding: 13px 20px 13px;
}
.topbar_type_4 .top_bar_menu li {
line-height:50px;
} .topbar_type_5 .top_phone {
padding: 11px 20px 9px 20px;
}
.topbar_type_5 .top_text {
padding: 11px 20px 9px 20px;
}
.topbar_type_5 .top_email {
padding: 11px 20px 9px 20px;
}
.topbar_type_5 #header_socials {
padding: 8px 20px;
}
.topbar_type_5 #rd_wpml, .topbar_type_5 #rd_wpml #lang_sel, .topbar_type_5 #rd_wpml #lang_sel > ul > li {
height:46px;
}
.topbar_type_5 #rd_wpml #lang_sel a {
padding: 11px 20px 11px;
}
.topbar_type_5 .top_bar_menu li {
line-height:46px;
}
.topbar_type_5 .top_bar_menu {
padding-right:20px;
} header {
margin:0px auto;
padding:0px 0 0 0;
min-height:101px;
height:auto;
width:100%;
position:relative;
background-color:#FFF;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
z-index:999;
}
#boxed_layout header {
-webkit-transition: none;
-moz-transition:  none;
-o-transition:  none;
transition:  none;
}
#searchtop_img .fa-search {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.header_shadow {
-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.05);
-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.05);
box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
header .wrapper {
overflow:inherit;
}
.opaque_header {
opacity:0.95;
}
.transparent_header {
-moz-box-shadow: none!important;
-webkit-box-shadow:  none!important;
box-shadow: none!important;
border-bottom:1px solid rgba(255,255,255,0.25);
}
.header_bottom_nav.transparent_header {
border-top:none!important;
}
.header_bottom_nav.header_shadow.sticky_header.transparent_header.opaque_header, header.header_shadow.sticky_header.transparent_header.opaque_header {
-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.05) !important;
-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.05) !important;
box-shadow: 0 2px 6px rgba(0,0,0,0.05) !important;
}
.transparent_header nav > ul > li > a, .transparent_header .cart-content, .transparent_header nav > li.current-menu-item li a, .transparent_header #searchtop_img .fa-search, .transparent_header .header_si a, .transparent_header #nav_button:before {
border-color: rgba(0,0,0,0)!important;
background: none!important;
}
.transparent_header nav.nav_type_11 > ul > li > a:hover, .transparent_header nav.nav_type_11 > ul .current-menu-item > a, .transparent_header nav.nav_type_12 > ul > li > a:hover, .transparent_header nav.nav_type_12 > ul .current-menu-item > a {
border-color: rgba(255,255,255,1)!important;
background:none!important;
}
.transparent_header.opaque_header nav > ul > li > a, .transparent_header.opaque_header .cart-content,.transparent_header.opaque_header nav li.current-menu-item li a, .transparent_header.opaque_header #searchtop_img .fa-search, .transparent_header.opaque_header .header_si a {
color:inherit!important;
}
.transparent_header > nav ul > li > a:hover {
opacity:1!important;
background: none!important;
}
.opaque_header nav ul li a {
opacity:1!important;
}
.transparent_header, .transparent_header .header_si a, .transparent_header nav > ul, .transparent_header .wrapper > ul {
background:rgba(255,255,255,0)!important;
}
.white_logo {
display:none!important;
}
.transparent_header .white_logo {
display:inline-block!important
}
.transparent_header .dark_logo {
display:none!important
}
.opaque_header .dark_logo {
display:inline-block!important;
}
.opaque_header .white_logo {
display:none!important;
}
.fixed_header_left {
position:fixed;
top:0px;
left:0px;
bottom:0px;
width:320px;
z-index:5000;
padding-left:0px;
border-right:1px solid #ebebeb
}
.fixed_header_left.absolute_navigation {
position:absolute;
left:-320px;
}
.fixed_header_left .wrapper {
width:320px;
padding:40px 30px 30px 30px;
}
.fixed_to_body {
left:50%;
margin-left:-726px;
}
#header_top {
width:100%;
background-color:#fff;
float:left;
}
#logo_img {
line-height:100px;
width:auto;
max-height:100px;
text-align:center;
margin:0px 0 0 0px;
padding:0px;
float:left;
position: relative;
z-index: 5000;
}
.fixed_header_left #logo_img,.fixed_header_left #logo_img img{
max-height:inherit;
}
#header_container .mobile_logo.white_logo,.opaque_header .dark_logo.mobile_logo,.mobile_logo{
display: none!important;
}
#logo_img a {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
#logo_img:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right:0; }
#logo_img img {
display: inline-block;
vertical-align: middle;
margin-top:-1px;
max-height:100px;
}
.fixed_header_left #logo_img {
float:none!important;
margin:auto!important;
text-align:center;
}
.logo_text {
line-height:100px;
width: 265px;
max-height:100px;
text-align:left;
margin:0px 0 0 0px;
padding:0px;
float:left;
}
#header_sub_nav .logo_text, #header_sub_nav .logo_text a {
max-height:90px;
line-height:90px;
}
.logo_text:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.5em; }
.logo_text a {
display: inline-block;
vertical-align: middle;
color:#000;
margin-top:-1px;
max-height:100px;
}
.logo_text p {
font-weight: 300;
font-size:23px;
line-height:inherit;
margin:0!important;
padding:0!important;
}
#header_socials {
width:auto;
float:right;
text-align:center;
padding-top:0px;
margin:0 0px 0 0;
}
.si_float_left {
padding-right: 20px;
float:left!important;
}
.si_float_right {
padding-left: 20px;
}
#header_socials div {
border:none!important;
}
#fixed_header_socials {
width:auto;
float:left!important;
width:100%;
text-align:left;
padding: 20px 0px 0 0;
clear:both!important;
}
#fixed_header_socials div {
margin-bottom: 10px;
width: 40px;
height: 40px;
margin-right: 7px;
}
#header_bottom {
width:100%;
background:rgba(0, 0, 0, 0.5);
float:left;
}
.header_bottom_nav {
min-height:49px;
position:relative;
z-index:999;
-webkit-transition:none;
-moz-transition:none;
-o-transition:none;
transition:none;
}
.header_bottom_nav nav {
float:left;
}
#nav_mini {
display:none;
}
#nav_button {
display:none;
cursor:pointer;
}
.header_bottom_nav #nav_button {
margin-top: 16px;
}
#nav_button_alt {
margin: 8px 10px 0px 0px;
float: left;
display:block;
height: 45px;
cursor:pointer;
}
#nav_button_alt:before {
font-family:"FontAwesome";
display:block;
content:"\f0c9";
padding:8px 0 0 0px;
text-align:center;
margin-left:-1px;
font-size:18px;
} header nav {
width:auto;
height:auto;
width:auto;
display:block;
float:right;
z-index:5000;
margin:0px 0 0px 0;
position:static;
} header.nav_type_1 {
min-height:90px;
}
.nav_type_1 #logo_img, .nav_type_1 .logo_text {
line-height:90px;
max-height:90px;
}
header.nav_type_1 .header_current_cart:hover .cdp_2,#header_container .nav_type_1 .cart-notification, #header_container .nav_type_1 ul li:hover > ul, #header_container .nav_type_1 ul li.sfHover > ul {
top:90px;
visibility:visible!important;
}
.nav_type_1 #search-form {
top:90px;
}
.nav_type_1 ul {
float:right;
position:static;
z-index:5000;
overflow:visible;
}
.nav_type_1 ul li {
position: relative;
font-size: 15px;
float:left;
z-index:5000;
}
.nav_type_1 ul li a {
position: relative;
display: block;
padding: 32px 23px 33px 23px;
font-size:15px;
cursor: pointer;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
text-align:center;
float:left;
z-index:2000;
}
header.nav_type_1 #searchtop {
float: right;
padding: 32px 0px 29px 23px;
font-size: 16px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.nav_type_1.shrinked_header #searchtop {
padding: 13px 0px 13px 23px;
}
.nav_type_1.shrinked_header {
min-height:55px;
}
.nav_type_1.shrinked_header ul li a {
padding: 15px 23px 15px 23px;
}
.nav_type_1.shrinked_header #logo_img img {
max-height:35px;
}
.nav_type_1.shrinked_header #logo_img, .nav_type_1.shrinked_header .logo_text {
max-height:55px;
line-height:55px;
}
.shrinked_header ul li:hover > ul {
top:55px !important;
}
.shrinked_header ul li.sfHover > ul {
top:55px!important
}
header.nav_type_1 #nav_button {
margin: 26px 10px 0px 0px;
} header.nav_type_2 {
min-height:90px;
}
.nav_type_2 #logo_img, .nav_type_2 .logo_text {
line-height:89px;
max-height:89px;
}
header.nav_type_2 .header_current_cart:hover .cdp_2, #header_container .nav_type_2 .cart-notification, #header_container .nav_type_2 ul li:hover > ul, #header_container .nav_type_2 ul li.sfHover > ul {
top:89px;
visibility:visible!important;
}
.nav_type_2 #search-form {
top:89px;
}
.nav_type_2 ul {
float:right;
position:static;
z-index:5000;
overflow:visible;
}
.nav_type_2 ul li {
position: relative;
font-size: 16px;
float:left;
z-index:5000;
}
.nav_type_2 ul li a {
position: relative;
display: block;
padding: 29px 0px 33px 0px;
margin:0 23px;
margin-top:-1px;
border-top:3px solid rgba(0,0,0,0);
font-size:16px;
cursor: pointer;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
text-align:center;
float:left;
z-index:2000;
}
header.nav_type_2 #searchtop {
float: right;
padding: 29px 0px 29px 23px;
font-size: 16px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.nav_type_2.shrinked_header #searchtop {
padding: 16px 0px 10px 23px;
}
.nav_type_2.shrinked_header {
min-height: 55px;
max-height: 55px;
}
.nav_type_2.shrinked_header ul li a {
padding: 13px 0px 14px 0px;
}
.nav_type_2.shrinked_header #logo_img img {
max-height:35px;
}
.nav_type_2.shrinked_header #logo_img, .nav_type_2.shrinked_header .logo_text {
max-height:55px;
line-height:55px;
}
header.nav_type_2 #nav_button {
margin: 25px 10px 0px 0px;
} header.nav_type_3 {
min-height:90px;
}
.nav_type_3 #logo_img, .nav_type_3 .logo_text {
line-height:89px;
max-height:89px;
}
header.nav_type_3 .header_current_cart:hover .cdp_2,#header_container .nav_type_3 .cart-notification, #header_container .nav_type_3 ul li:hover > ul, #header_container .nav_type_3 ul li.sfHover > ul {
top:89px;
visibility:visible!important;
}
.nav_type_3 #search-form {
top:89px;
}
.nav_type_3 ul {
float:right;
position:static;
z-index:5000;
overflow:visible;
}
.nav_type_3 ul li {
position: relative;
font-size: 15px;
float:left;
z-index:5000;
}
.nav_type_3 ul li a {
position: relative;
display: block;
padding: 31px 23px 33px 23px;
font-size:15px;
font-weight:bold;
cursor: pointer;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
text-align:center;
float:left;
z-index:2000;
}
header.nav_type_3 #searchtop {
float: right;
padding: 29px 0px 29px 23px;
font-size: 16px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.nav_type_3.shrinked_header #searchtop {
padding: 14px 0px 10px 23px;
}
.nav_type_3.shrinked_header {
min-height: 55px;
max-height: 55px;
}
.nav_type_3.shrinked_header ul li a {
padding: 13px 23px 14px 23px;
}
.nav_type_3.shrinked_header #logo_img img {
max-height:35px;
}
.nav_type_3.shrinked_header #logo_img, .nav_type_3.shrinked_header .logo_text {
max-height:55px;
line-height:55px;
}
header.nav_type_3 #nav_button {
margin: 25px 10px 0px 0px;
} header.nav_type_4 {
min-height:101px;
}
.nav_type_4 #logo_img, .nav_type_4 .logo_text {
line-height:100px;
max-height:100px;
}
header.nav_type_4 .header_current_cart:hover .cdp_2, #header_container .nav_type_4 .cart-notification, #header_container .nav_type_4 ul li:hover > ul, #header_container .nav_type_4 ul li.sfHover > ul {
top:100px;
visibility:visible!important;
}
.nav_type_4 #search-form {
top:100px;
}
.nav_type_4 ul {
float:right;
position:static;
z-index:5000;
overflow:visible;
}
.nav_type_4 ul li {
position: relative;
font-size: 15px;
float:left;
z-index:5000;
}
.nav_type_4 ul li a {
position: relative;
display: block;
padding: 35px 23px 40px 23px;
font-size:16px;
cursor: pointer;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
text-align:center;
float:left;
z-index:2000;
}
header.nav_type_4 #searchtop {
float: right;
padding: 36px 0px 29px 23px;
font-size: 16px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.nav_type_4.shrinked_header #searchtop {
padding: 14px 0px 10px 23px;
}
.nav_type_4.shrinked_header {
min-height: 55px;
max-height: 55px;
}
.nav_type_4.shrinked_header ul li a {
padding: 13px 23px 14px 23px;
}
.nav_type_4.shrinked_header #logo_img img {
max-height:35px;
}
.nav_type_4.shrinked_header #logo_img, .nav_type_4.shrinked_header .logo_text {
max-height:55px;
line-height:55px;
}
header.nav_type_4 #nav_button {
margin: 31px 10px 0px 0px;
} .nav_type_5 {
min-height:100px;
}
.nav_type_5 #logo_img, .nav_type_5 .logo_text {
line-height:100px;
max-height:100px;
}
header.nav_type_5 .header_current_cart:hover .cdp_2, #header_container .nav_type_5 .cart-notification, #header_container .nav_type_5 ul li:hover > ul, #header_container .nav_type_5 ul li.sfHover > ul {
top:100px;
visibility:visible!important;
}
.nav_type_5 #search-form {
top:100px;
}
.nav_type_5 ul {
float:right;
position:static;
z-index:5000;
overflow:visible;
}
.nav_type_5 ul li {
position: relative;
font-size: 16px;
float:left;
z-index:5000;
}
.nav_type_5 ul li a {
position: relative;
display: block;
padding: 30px 0px 40px 0px;
margin:0 23px;
border-top:5px solid;
font-size:16px;
cursor: pointer;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
text-align:center;
float:left;
z-index:2000;
}
header.nav_type_5 #searchtop {
float: right;
padding: 36px 0px 29px 23px;
font-size: 16px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.nav_type_5.shrinked_header #searchtop {
padding: 14px 0px 10px 23px;
}
.nav_type_5.shrinked_header {
min-height: 55px;
max-height: 55px;
}
.nav_type_5.shrinked_header ul li a {
padding: 11px 0px 13px 0px;
}
.nav_type_5.shrinked_header #logo_img img {
max-height:35px;
}
.nav_type_5.shrinked_header #logo_img, .nav_type_5.shrinked_header .logo_text {
max-height:55px;
line-height:55px;
}
header.nav_type_5 #nav_button {
margin: 31px 10px 0px 0px;
} .nav_type_6 {
min-height:100px;
}
.nav_type_6 #logo_img, .nav_type_6 .logo_text {
line-height:100px;
max-height:100px;
}
header.nav_type_6 .header_current_cart:hover .cdp_2, #header_container .nav_type_6 .cart-notification, #header_container .nav_type_6 ul li:hover > ul, #header_container .nav_type_6 ul li.sfHover > ul {
top:100px;
visibility:visible!important;
}
.nav_type_6 #search-form {
top:100px;
}
.nav_type_6 ul {
float:right;
position:static;
z-index:5000;
overflow:visible;
}
.nav_type_6 ul li {
position: relative;
font-size: 14px;
float:left;
z-index:5000;
}
.nav_type_6 ul li a {
position: relative;
display: block;
padding: 32px 0px 38px 0px;
margin:0 20px;
border-top:5px solid;
font-size:14px;
text-transform:uppercase;
cursor: pointer;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
text-align:center;
float:left;
z-index:2000;
}
header.nav_type_6 #searchtop {
float: right;
padding: 36px 0px 29px 23px;
font-size: 16px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.nav_type_6.shrinked_header #searchtop {
padding: 14px 0px 10px 23px;
}
.nav_type_6.shrinked_header {
min-height: 55px;
max-height: 55px;
}
.nav_type_6.shrinked_header ul li a {
padding: 11px 0px 14px 0px;
}
.nav_type_6.shrinked_header #logo_img img {
max-height:35px;
}
.nav_type_6.shrinked_header #logo_img, .nav_type_6.shrinked_header .logo_text {
max-height:55px;
line-height:55px;
}
header.nav_type_6 #nav_button {
margin: 31px 10px 0px 0px;
} .nav_type_7 {
min-height:100px;
}
.nav_type_7 #logo_img, .nav_type_7 .logo_text {
line-height:100px;
max-height:100px;
}
header.nav_type_7 .header_current_cart:hover .cdp_2, #header_container .nav_type_7 .cart-notification, #header_container .nav_type_7 ul li:hover > ul, #header_container .nav_type_7 ul li.sfHover > ul {
top:100px;
visibility:visible!important;
}
.nav_type_7 #search-form {
top:100px;
}
.nav_type_7 ul {
float:right;
position:static;
z-index:5000;
overflow:visible;
}
.nav_type_7 ul li {
position: relative;
font-size: 13px;
float:left;
z-index:5000;
}
.nav_type_7 ul li a {
position: relative;
display: block;
padding: 38px 20px 37px 20px;
font-size:13px;
font-weight:900;
text-transform:uppercase;
cursor: pointer;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
text-align:center;
float:left;
z-index:2000;
}
header.nav_type_7 #searchtop {
float: right;
padding: 36px 0px 29px 23px;
font-size: 16px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.nav_type_7.shrinked_header #searchtop {
padding: 14px 0px 10px 23px;
}
.nav_type_7.shrinked_header {
min-height: 55px;
max-height: 55px;
}
.nav_type_7.shrinked_header ul li a {
padding: 16px 20px 14px 20px;
}
.nav_type_7.shrinked_header #logo_img img {
max-height:35px;
}
.nav_type_7.shrinked_header #logo_img, .nav_type_7.shrinked_header .logo_text {
max-height:55px;
line-height:55px;
}
header.nav_type_7 #nav_button {
margin: 31px 10px 0px 0px;
} header.nav_type_8 {
min-height:90px;
}
.nav_type_8 #logo_img, .nav_type_8 .logo_text {
line-height:89px;
max-height:89px;
}
header.nav_type_8 .header_current_cart:hover .cdp_2, #header_container .nav_type_8 .cart-notification, #header_container .nav_type_8 ul li:hover > ul, #header_container .nav_type_8 ul li.sfHover > ul {
top:89px;
visibility:visible!important;
}
.nav_type_8 #search-form {
top:89px;
}
.nav_type_8 ul {
float:right;
position:static;
z-index:5000;
overflow:visible;
}
.nav_type_8 ul li {
position: relative;
font-size: 15px;
float:left;
z-index:5000;
}
.nav_type_8 ul li a {
position: relative;
display: block;
padding: 32px 23px 32px 23px;
font-size:15px;
font-weight:900;
text-transform:uppercase;
cursor: pointer;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
text-align:center;
float:left;
z-index:2000;
}
header.nav_type_8 #searchtop {
float: right;
padding: 32px 0px 29px 23px;
font-size: 16px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.nav_type_8.shrinked_header #searchtop {
padding: 14px 0px 10px 23px;
}
.nav_type_8.shrinked_header {
min-height: 55px;
max-height: 55px;
}
.nav_type_8.shrinked_header ul li a {
padding: 16px 23px 13px 23px;
}
.nav_type_8.shrinked_header #logo_img img {
max-height:35px;
}
.nav_type_8.shrinked_header #logo_img, .nav_type_8.shrinked_header .logo_text {
max-height:55px;
line-height:55px;
}
header.nav_type_8 #nav_button {
margin: 27px 10px 0px 0px;
} .nav_type_9 {
min-height:90px;
}
.nav_type_9 #logo_img, .nav_type_9 .logo_text {
line-height:90px;
max-height:90px;
}
header.nav_type_9 .header_current_cart:hover .cdp_2, #header_container .nav_type_9 .cart-notification, #header_container .nav_type_9 ul li:hover > ul, #header_container .nav_type_9 ul li.sfHover > ul {
top:90px;
visibility:visible!important;
}
.nav_type_9 #search-form {
top:90px;
}
.nav_type_9 ul {
float:right;
position:static;
z-index:5000;
overflow:visible;
}
.nav_type_9 ul li {
position: relative;
font-size: 13px;
float:left;
z-index:5000;
}
.nav_type_9 ul li a {
position: relative;
display: block;
padding: 28px 0px 32px 0px;
margin:0 18px;
border-top:5px solid rgba(0,0,0,0);
font-size:13px;
font-weight:900;
text-transform:uppercase;
cursor: pointer;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
text-align:center;
float:left;
z-index:2000;
}
header.nav_type_9 #searchtop {
float: right;
padding: 32px 0px 29px 23px;
font-size: 16px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.nav_type_9.shrinked_header #searchtop {
padding: 16px 0px 10px 23px;
}
.nav_type_9.shrinked_header {
min-height: 55px;
max-height: 55px;
}
.nav_type_9.shrinked_header ul li a {
padding: 12px 0px 13px 0px;
}
.nav_type_9.shrinked_header #logo_img img {
max-height:35px;
}
.nav_type_9.shrinked_header #logo_img, .nav_type_9.shrinked_header .logo_text {
max-height:55px;
line-height:55px;
}
header.nav_type_9 #nav_button {
margin: 27px 10px 0px 0px;
} .nav_type_9_c {
min-height:90px;
}
nav.nav_type_9_c {
float:none;
text-align:center;
font-size: 50px;
word-spacing: 0;
letter-spacing: 0;
}
.nav_type_9_c #logo_img, .nav_type_9_c .logo_text {
line-height:90px;
max-height:90px;
position:absolute;
left:50%;
}
header.nav_type_9_c .header_current_cart:hover .cdp_2, #header_container .nav_type_9_c .cart-notification, #header_container .nav_type_9_c ul li:hover > ul, #header_container .nav_type_9_c ul li.sfHover > ul {
top:90px;
visibility:visible!important;
}
.nav_type_9_c #search-form {
top:90px;
}
.nav_type_9_c ul {
float:none;
position:static;
z-index:5000;
overflow:visible;
display:inline-block;
line-height: normal;
}
.nav_type_9_c ul li {
position: relative;
font-size: 13px;
float:left;
z-index:5000;
}
.nav_type_9_c ul li a {
position: relative;
display: block;
padding: 34px 0px 35px 0px;
margin:0px;
border-top:5px solid rgba(0,0,0,0);
font-size:13px;
font-weight:900;
text-transform:uppercase;
cursor: pointer;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
text-align:center;
min-width: 100px;
float:left;
z-index:2000;
}
header.nav_type_9_c #searchtop {
float: right;
padding: 32px 0px 29px 23px;
font-size: 16px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.nav_type_9_c.shrinked_header #searchtop {
padding: 16px 0px 10px 23px;
}
.nav_type_9_c.shrinked_header {
min-height: 55px;
max-height: 55px;
}
.nav_type_9_c.shrinked_header ul li a {
padding: 17px 0px 17px 0px;
}
.nav_type_9_c.shrinked_header #logo_img img {
max-height:35px;
}
.nav_type_9_c.shrinked_header #logo_img, .nav_type_9_c.shrinked_header .logo_text {
max-height:55px;
line-height:55px;
}
header.nav_type_9_c #nav_button {
margin: 27px 10px 0px 0px;
} .nav_type_10 {
min-height:91px;
}
.nav_type_10 #logo_img, .nav_type_10 .logo_text {
line-height:91px;
max-height:91px;
}
header.nav_type_10 .header_current_cart:hover .cdp_2, #header_container .nav_type_10 .cart-notification, #header_container .nav_type_10 ul li:hover > ul, #header_container .nav_type_10 ul li.sfHover > ul {
top:91px;
visibility:visible!important;
}
.nav_type_10 #search-form {
top:91px;
}
.nav_type_10 ul {
float:right;
position:static;
z-index:5000;
overflow:visible;
}
.nav_type_10 ul li {
position: relative;
font-size: 14px;
float:left;
z-index:5000;
}
.nav_type_10 ul li a {
position: relative;
display: block;
padding: 28px 0px 32px 0px;
margin:0 22px;
border-top:5px solid rgba(0,0,0,0);
font-size:14px;
font-weight:900;
text-transform:uppercase;
cursor: pointer;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
text-align:center;
float:left;
z-index:2000;
}
.nav_type_10 ul.menu > li:last-child > a:first-child {
margin-right: 0px !important;
}
header.nav_type_10 #searchtop {
float: right;
padding: 32px 0px 29px 23px;
font-size: 16px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.nav_type_10.shrinked_header #searchtop {
padding: 16px 0px 10px 23px;
}
.nav_type_10.shrinked_header {
min-height: 55px;
max-height: 55px;
}
.nav_type_10.shrinked_header ul li a {
padding: 12px 0px 13px 0px;
}
.nav_type_10.shrinked_header #logo_img img {
max-height:35px;
}
.nav_type_10.shrinked_header #logo_img, .nav_type_10.shrinked_header .logo_text {
max-height:55px;
line-height:55px;
}
header.nav_type_10 #nav_button {
margin: 27px 10px 0px 0px;
} header.nav_type_11 {
min-height:110px;
}
.nav_type_11 #logo_img, .nav_type_11 .logo_text {
line-height:110px;
max-height:110px;
}
header.nav_type_11 .header_current_cart:hover .cdp_2, #header_container .nav_type_11 .cart-notification, #header_container .nav_type_11 ul li:hover > ul, #header_container .nav_type_11 ul li.sfHover > ul {
top:110px;
visibility:visible!important;
}
.nav_type_11 #search-form {
top:110px;
}
.nav_type_11 ul {
float:right;
position:static;
z-index:5000;
overflow:visible;
}
.nav_type_11 ul li {
position: relative;
font-size: 15px;
float:left;
z-index:5000;
}
.nav_type_11 ul li a {
position: relative;
display: block;
padding: 1px 10px 2px 10px;
margin:37px 12px 36px;
font-size:15px;
border-radius:5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-weight:normal;
border:1px solid rgba(0,0,0,0);
cursor: pointer;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
text-align:center;
float:left;
z-index:2000;
}
header.nav_type_11 #searchtop {
float: right;
padding: 39px 0px 42px 23px;
font-size: 16px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.nav_type_11.shrinked_header #searchtop {
padding: 16px 0px 10px 23px;
}
.nav_type_11.shrinked_header {
min-height: 55px;
max-height: 55px;
}
.nav_type_11.shrinked_header ul li a {
margin: 13px 12px 12px;
}
.nav_type_11.shrinked_header #logo_img img {
max-height:35px;
}
.nav_type_11.shrinked_header #logo_img, .nav_type_11.shrinked_header .logo_text {
max-height:55px;
line-height:55px;
}
header.nav_type_11 #nav_button {
margin: 35px 10px 0px 0px;
} header.nav_type_12 {
min-height:100px;
}
.nav_type_12 #logo_img, .nav_type_12 .logo_text {
line-height:100px;
max-height:100px;
}
header.nav_type_12 .header_current_cart:hover .cdp_2,#header_container .nav_type_12 .cart-notification, #header_container .nav_type_12 ul li:hover > ul, #header_container .nav_type_12 ul li.sfHover > ul {
top:100px;
visibility:visible!important;
}
.nav_type_12 #search-form {
top:100px;
}
.nav_type_12 ul {
float:right;
position:static;
z-index:5000;
overflow:visible;
}
.nav_type_12 ul li {
position: relative;
font-size: 15px;
float:left;
z-index:5000;
}
.nav_type_12 ul li a {
position: relative;
display: block;
padding: 6px 8px 6px 8px;
margin:37px 10px 32px;
font-size:13px;
line-height:10px;
text-transform:uppercase;
font-weight:900;
border:2px solid rgba(0,0,0,0);
cursor: pointer;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
text-align:center;
float:left;
z-index:2000;
}
.nav_type_12 a.cart-content {
padding: 0 8px;
}
header.nav_type_12 #searchtop {
float: right;
padding: 37px 0px 32px 23px;
font-size: 16px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.nav_type_12.shrinked_header #searchtop {
padding: 13px 0px 11px 23px;
}
.nav_type_12.shrinked_header {
min-height: 55px;
max-height: 55px;
}
.nav_type_12.shrinked_header ul li a {
margin: 13px 10px 11px;
}
.nav_type_12.shrinked_header #logo_img img {
max-height:35px;
}
.nav_type_12.shrinked_header #logo_img, .nav_type_12.shrinked_header .logo_text {
max-height:55px;
line-height:55px;
} header.nav_type_13 {
min-height:62px;
}
.nav_type_13 #logo_img, .nav_type_13 .logo_text {
line-height:60px;
max-height:60px;
}
.nav_type_13 #logo_img a img {
max-height:35px;
}
header.nav_type_13 .header_current_cart:hover .cdp_2,#header_container .nav_type_13 .cart-notification, #header_container .nav_type_13 ul li:hover > ul, #header_container .nav_type_13 ul li.sfHover > ul {
top:60px;
visibility:visible!important;
}
.nav_type_13 #search-form {
top:60px;
}
.nav_type_13 ul {
float:right;
position:static;
z-index:5000;
overflow:visible;
}
.nav_type_13 ul li {
position: relative;
font-size: 16px;
float:left;
z-index:5000;
}
.nav_type_13 ul li a {
position: relative;
display: block;
padding: 17px 23px 18px 23px;
font-size:16px;
font-weight:normal;
cursor: pointer;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
text-align:center;
float:left;
z-index:2000;
}
header.nav_type_13 #searchtop {
float: right;
padding: 17px 0px 14px 23px;
font-size: 16px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.nav_type_13.shrinked_header #searchtop {
padding: 14px 0px 12px 23px;
}
.nav_type_13.shrinked_header {
min-height: 55px;
max-height: 55px;
}
.nav_type_13.shrinked_header ul li a {
padding: 14px 23px 14px 23px;
}
.nav_type_13.shrinked_header #logo_img img {
max-height:35px;
}
.nav_type_13.shrinked_header #logo_img, .nav_type_13.shrinked_header .logo_text {
max-height:55px;
line-height:55px;
}
.nav_type_13.shrinked_header ul li.sfHover > ul {
top:53px!important
}
header.nav_type_13 #nav_button {
margin: 12px 10px 0px 0px;
} header.nav_type_14 {
min-height:65px;
}
.nav_type_14 #logo_img, .nav_type_14 .logo_text {
line-height:60px;
max-height:60px;
}
.nav_type_14 #logo_img a img {
max-height:35px;
}
header.nav_type_14 .header_current_cart:hover .cdp_2,#header_container .nav_type_14 .cart-notification, #header_container .nav_type_14 ul li:hover > ul, #header_container .nav_type_14 ul li.sfHover > ul {
top:60px;
visibility:visible!important;
}
.nav_type_14 #search-form {
top:60px;
}
.nav_type_14 ul {
float:right;
position:static;
z-index:5000;
overflow:visible;
}
.nav_type_14 ul li {
position: relative;
font-size: 16px;
float:left;
z-index:5000;
}
.nav_type_14 ul li a {
position: relative;
display: block;
padding: 17px 23px 18px 23px;
font-size:16px;
font-weight:normal;
cursor: pointer;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
text-align:center;
float:left;
z-index:2000;
}
header.nav_type_14 #searchtop {
float: right;
padding: 17px 0px 14px 23px;
font-size: 16px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.nav_type_14.shrinked_header #searchtop {
padding: 13px 0px 8px 23px;
}
.nav_type_14.shrinked_header {
min-height: 55px;
max-height: 55px;
}
.nav_type_14.shrinked_header #search-form {
top:50px!important;
}
.nav_type_14.shrinked_header ul li a {
padding: 13px 23px 12px 23px;
}
.nav_type_14.shrinked_header #logo_img img {
max-height:35px;
}
.nav_type_14.shrinked_header #logo_img, .nav_type_14.shrinked_header .logo_text {
max-height:50px;
line-height:50px;
}
.nav_type_14.shrinked_header ul li.sfHover > ul {
top:50px!important
}
header.nav_type_14 #nav_button {
margin: 12px 10px 0px 0px;
} header.nav_type_15 {
min-height:89px;
}
.header_bottom_nav.nav_type_15 {
min-height:51px;
}
.nav_type_15 .header_current_cart:hover .cdp_2, #header_container .nav_type_15 .cart-notification, #header_container .nav_type_15 nav ul li:hover > ul, #header_container .nav_type_15 nav ul li.sfHover > ul {
top:50px;
visibility:visible!important;
}
.nav_type_15 #search-form {
top:50px;
}
.nav_type_15 #logo_img, .nav_type_15 .logo_text {
line-height:88px;
max-height:88px;
}
header.nav_type_15 #header_socials {
line-height:88px;
}
.nav_type_15 ul {
float:right;
position:static;
z-index:5000;
overflow:visible;
}
.nav_type_15 ul li {
position: relative;
font-size: 16px;
float:left;
z-index:5000;
}
.nav_type_15 ul li a {
position: relative;
display: block;
padding: 12px 25px 13px 25px;
font-size:15px;
font-weight:400;
cursor: pointer;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
text-align:center;
float:left;
z-index:2000;
} header.nav_type_16 {
min-height:90px;
}
.header_bottom_nav.nav_type_16 {
min-height:70px;
}
.nav_type_16 .header_current_cart:hover .cdp_2, #header_container .nav_type_16 .cart-notification, #header_container .nav_type_16 nav ul li:hover > ul, #header_container .nav_type_16 nav ul li.sfHover > ul {
top:69px;
visibility:visible!important;
}
.nav_type_16 #search-form {
top:69px;
}
.nav_type_16 #logo_img, .nav_type_16 .logo_text {
line-height:90px;
max-height:90px;
}
header.nav_type_16 #header_socials {
line-height:90px;
}
.nav_type_16 ul {
float:right;
position:static;
z-index:5000;
overflow:visible;
}
.nav_type_16 ul li {
position: relative;
font-size: 16px;
float:left;
z-index:5000;
}
.nav_type_16 ul li a {
position: relative;
display: block;
padding: 21px 22px 23px 22px;
font-size:15px;
font-weight:400;
cursor: pointer;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
text-align:center;
float:left;
z-index:2000;
}
.header_bottom_nav.nav_type_16 #searchtop {
padding:20px 0;
}
.nav_type_16 ul.menu > li:first-child > a:first-child {
padding-left: 0px !important;
} header.nav_type_17 {
min-height:88px;
}
.header_bottom_nav.nav_type_17 {
min-height:71px;
}
.nav_type_17 .header_current_cart:hover .cdp_2, #header_container .nav_type_17 .cart-notification, #header_container .nav_type_17 nav ul li:hover > ul, #header_container .nav_type_17 nav ul li.sfHover > ul {
top:70px;
visibility:visible!important;
}
.nav_type_17 #search-form {
top:70px;
}
.nav_type_17 #logo_img, .nav_type_17 .logo_text {
line-height:88px;
max-height:88px;
}
header.nav_type_17 #header_socials {
line-height:88px;
}
.nav_type_17 ul {
float:right;
position:static;
z-index:5000;
overflow:visible;
}
.nav_type_17 ul li {
position: relative;
font-size: 16px;
float:left;
z-index:5000;
}
.nav_type_17 ul li a {
position: relative;
display: block;
padding: 19px 0px 23px 0px;
margin:0 22px;
border-top:3px solid rgba(0,0,0,0);
text-transform:uppercase;
font-size:14px;
font-weight:400;
cursor: pointer;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
text-align:center;
float:left;
z-index:2000;
}
.header_bottom_nav.nav_type_17 #searchtop {
padding: 21px 0 20px;
}
.nav_type_17 ul.menu > li:first-child > a:first-child {
margin-left: 0px !important;
} header.nav_type_18 {
min-height:92px;
}
.header_bottom_nav.nav_type_18 {
min-height:70px;
}
.nav_type_18 .header_current_cart:hover .cdp_2, #header_container .nav_type_18 .cart-notification, #header_container .nav_type_18 nav ul li:hover > ul, #header_container .nav_type_18 nav ul li.sfHover > ul {
top:70px;
visibility:visible!important;
}
.nav_type_18 #search-form {
top:70px;
}
.nav_type_18 #logo_img, .nav_type_18 .logo_text {
line-height:92px;
max-height:92px;
width:100%
}
.nav_type_18 ul {
float:right;
position:static;
z-index:5000;
overflow:visible;
}
.nav_type_18 ul li {
position: relative;
font-size: 16px;
float:left;
z-index:5000;
}
.nav_type_18 ul li a {
position: relative;
display: block;
padding: 22px 22px 23px 22px;
font-size:15px;
font-weight:400;
cursor: pointer;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
text-align:center;
float:left;
z-index:2000;
}
.header_bottom_nav.nav_type_18 #searchtop {
padding: 20px 0 21px;
}
.nav_type_18 ul.menu > li:first-child > a:first-child {
padding-left: 0px !important;
} .fixed_header_left .nav_type_19 .header_current_cart:hover .cdp_2,.fixed_header_left  #header_container .nav_type_19 .cart-notification,.fixed_header_left .nav_type_19 nav ul li:hover > ul,.fixed_header_left .nav_type_19 nav ul li.sfHover > ul,.fixed_header_left .nav_type_19_f .header_current_cart:hover .cdp_2,.fixed_header_left  #header_container .nav_type_19_f .cart-notification,.fixed_header_left .nav_type_19_f nav ul li:hover > ul,.fixed_header_left .nav_type_19_f nav ul li.sfHover > ul {
top:70px;
visibility:visible!important;
}
header .nav_type_19,header .nav_type_19_f {
float:none;
margin-top:50px;
margin-bottom:30px;
}
.nav_type_19 ul,.nav_type_19_f ul {
float:none;
position:relative;
z-index:5000;
overflow:visible;
}
.nav_type_19 ul li,.nav_type_19_f ul li {
position: relative;
font-size: 13px;
z-index:5000;
}
.nav_type_19 ul li a,.nav_type_19_f ul li a {
position: relative;
display: block;
padding: 10px 0px;
font-size:13px;
font-weight:900;
cursor: pointer;
text-transform:uppercase;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
z-index:2000;
}
.nav_type_19 ul > li:last-child a,.nav_type_19_f ul > li:last-child a{
border-bottom:none!important;
}
.header_bottom_nav.nav_type_19 #searchtop {
padding: 20px 0 21px;
}
.nav_type_19 ul.menu > li:first-child > a:first-child,.nav_type_19_f ul.menu > li:first-child > a:first-child {
padding-left: 0px !important;
} #header_container nav ul > li > a:after {
font-family:"FontAwesome";
content: "\f107";
padding-left: 10px;
line-height: normal;
}
#header_container nav ul li > a:only-child:after {
content: '';
padding: 0!important;
line-height:normal;
}
#header_container .fixed_header_left nav ul > li > a:after {
font-family: "FontAwesome";
content: "\f105";
line-height: normal;
padding-top: 7px;
float: right;
}
#header_container .fixed_header_left nav ul li li a:after {
padding-top:3px;
}
#header_container .fixed_header_left nav ul li > a:only-child:after {
content: '';
}
#header_container nav ul li li a:after {
font-family:"FontAwesome";
content: "\f105";
line-height:normal;
padding-left:10px;
float: right;
}
#header_container nav ul li.left_side_menu li.menu-item-has-children > a:after {
content: "\f104";
float:left;
padding-left:0;
}
#header_container nav ul ul {
position: absolute;
top: -9999em;
width: 250px;
line-height: 20px;
padding: 0 0 0 0;
margin:0;
z-index:5000;
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}
.fixed_header_left nav ul ul {
box-shadow: 0 8px 0px rgba(0, 0, 0, 0.1)!important;
border-top:none !important;
}
#header_container nav ul ul ul {
z-index:999;
}
#header_container nav ul ul li {
width: 250px;
border-right:none!important;
font-weight:normal!important;
text-transform:none!important;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
top:0px;
}
#header_container nav ul ul li a, #header_container nav ul ul .current-menu-item li a {
text-align:left;
padding:11px 14px 11px 14px !important;
float:none;
font-size:13px;
margin: 0;
text-transform:none!important;
font-weight:normal!important;
border-bottom:none!important;
border-top:none!important;
text-shadow:none!important;
border-right: none!important;
border-radius: 0!important;
line-height:normal!important;
width:100%;
white-space:normal;
}
#header_container nav .rd_megamenu ul .current-menu-item li a {
text-align:left;
padding:7px 20px;
}
#header_container nav ul ul li a:hover, #header_container nav ul ul .current-menu-item a {
border-bottom:none!important;
}
#header_container nav ul ul li:last-child a {
}
.fixed_header_left nav ul ul li a {
width:155px;
text-align:center;
padding:5px 3px;
}
#header_container nav ul li:hover ul, #header_container nav ul li.sfHover ul {
left: 0px;
z-index: 5000;
}
#header_container nav ul li.left_side_menu:hover ul, #header_container nav ul li.sfHover.left_side_menu ul {
left:inherit;
right:0px;
}
#header_container .header_bottom_nav nav ul .rd_megamenu:hover ul, #header_container .header_bottom_nav nav ul .rd_megamenu.sfHover ul {
left: 0px;
top: 50px;
z-index: 5000;
}
#header_container .header_bottom_nav.nav_type_16 nav ul .rd_megamenu:hover ul, #header_container .header_bottom_nav.nav_type_16 nav ul .rd_megamenu.sfHover ul {
top: 69px;
}
#header_container .header_bottom_nav.nav_type_17 nav ul .rd_megamenu:hover ul, #header_container .header_bottom_nav.nav_type_17 nav ul .rd_megamenu.sfHover ul {
top: 70px;
}
#header_container .header_bottom_nav.nav_type_18 nav ul .rd_megamenu:hover ul, #header_container .header_bottom_nav.nav_type_18 nav ul .rd_megamenu.sfHover ul {
top: 70px;
}
#header_container nav ul li:hover li ul, #header_container nav ul li.sfHover li ul, #header_container nav ul li li:hover li ul, #header_container nav ul li li.sfHover li ul, #header_container nav ul li li li:hover li ul, #header_container nav ul li li li.sfHover li ul {
top: -9999em
}
#header_container nav ul li li:hover > ul, #header_container nav ul li li.sfHover > ul, #header_container nav ul li li li:hover > ul, #header_container nav ul li li li.sfHover > ul, #header_container nav ul li li li li:hover > ul, #header_container nav ul li li li li.sfHover > ul {
left: 250px;
top:-3px !important;
z-index:2;
}
#header_container .fixed_header_left nav ul li li:hover > ul, #header_container .fixed_header_left nav ul li li.sfHover > ul, #header_container .fixed_header_left nav ul li li li:hover > ul, #header_container .fixed_header_left nav ul li li li.sfHover > ul, #header_container .fixed_header_left nav ul li li li li:hover > ul, #header_container .fixed_header_left nav ul li li li li.sfHover > ul {
left: 249px;
top:-1px !important;
z-index:2;
}
.left_side_menu a {
text-align:right!important;
}
.left_side_menu ul ul {
left:-250px !important;
}
.fixed_header_left nav ul li:hover ul, .fixed_header_left nav ul li.sfHover ul {
left: 290px!important;
top: 0px!important;
z-index: 5000;
}
.fixed_header_left nav ul li ul > li a {border-left:none!important;}
#header_container .fixed_header_left nav ul ul li:hover ul, .fixed_header_left nav ul ul li.sfHover ul {
left: 249px!important;
top: -1px!important;
z-index: 5000;
}
#header_container .fixed_header_left nav ul li.rd_megamenu ul ul li a {
border-left: none!important;
}
.mt_menu {
display:none;
min-height:49px;
position:relative;
z-index:999;
top:0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_menu_icon {
padding-right:10px;
line-height:normal;
}
.rd_megamenu {
position:static!important;
}
.rd_megamenu ul {
position: absolute;
background:#fff;
padding:0px 0px 0!important;
width: 1170px!important;
white-space: nowrap;
left: auto;
z-index: 500;
float: left !important;
zoom: 1;
overflow: visible;
visibility: visible;
margin: 0;
}
.rd_megamenu ul li ul { opacity: 1 !important; }
.rd_megamenu ul li > a:after {
display:none!important;
}
.h1_mega ul {
left: 40px!important;
}
.rd_megamenu ul li {
min-width:100px !important;
display: inline-block;
float: left;
margin:0;
position: relative;
padding: 11px 27px;
}
.mega-col-3 ul li {
width:33.33466529%!important;
padding:0!important;
}
.mega-col-4 ul li {
width:25%!important;
padding:0!important;
}
.mega-col-5 ul li {
width:20%!important;
padding:0!important;
}
.mega-col-6 ul li {
width:!important;
padding:0!important;
}
.rd_megamenu ul li a {
width: auto;
display: block;
background: transparent;
}
.rd_megamenu ul li ul {
visibility: visible!important;
display: block!important;
position:static!important;
max-width: 100%;
padding:0px 0 0 0!important;
box-shadow: none!important;
margin-top:0px!important;
}
.rd_megamenu ul li ul li {
width:100%!important;
;
padding:0!important;
}
#header_container nav .rd_megamenu li a, .rd_megamenu li a {
padding: 11px 20px 11px!important;
width: 100%!important;
}
#header_container nav .rd_megamenu ul li a, .rd_megamenu ul li a {
font-size:13px!important;
font-weight:900!important;
text-transform:uppercase !important;
white-space: normal;
}
#header_container nav .rd_megamenu ul ul li a, .rd_megamenu ul ul li a {
font-size:13px!important;
font-weight:normal!important;
text-transform:none!important;
white-space: normal;
}
#header_container .rd_megamenu ul li ul li:last-child {
border-bottom:none!important;
}
#header_container .mega_no_heading ul li a:first-child {
display:none;
}
#header_container .mega_no_heading ul li ul li a:first-child {
display:block!important;
}
#header_container nav ul .mega_no_heading ul li {
top:0px!important;
}
.mm_widget_area {
white-space:normal!important;
}
.rd_megamenu_widget_area {
padding:20px;
}
#header_container nav .rd_megamenu .mm_widget_area .rd_megamenu_widget_area ul li a:hover {
background:none!important;
}
#header_container nav .rd_megamenu .mm_widget_area .rd_megamenu_widget_area ul li a {
padding:inherit!important;
margin:inherit!important;
font-size:inherit!important;
font-weight:inherit!important;
line-height: inherit!important;
border: inherit;
}
#header_container nav .rd_megamenu .mm_widget_area .rd_megamenu_widget_area ul li a:after {
content:""!important;
padding: inherit;
float: inherit;
}
#header_container nav .rd_megamenu .mm_widget_area .rd_megamenu_widget_area ul {
padding:inherit!important;
margin:0!important;
font-size:inherit!important;
font-weight:inherit!important;
border:inherit!important;
white-space:inherit!important;
}
#header_container nav .rd_megamenu .mm_widget_area .rd_megamenu_widget_area ul li {
min-width:inherit!important;
}
.rd_megamenu_widget_area .sb_widget:last-child {
margin-bottom:10px!important;
}
.rd_megamenu_widget_area .sb_widget > h3 {
margin-bottom:31px;
} #mobile-menu #rd_wpml, #mobile-menu #lang_sel, #mobile-menu #rd_wpml #lang_sel > ul > li{
width:100%;
}
#mobile-menu #rd_wpml #lang_sel ul ul,#mobile-menu #rd_wpml #lang_sel li li {
width:100%;
}
#mobile-menu #rd_wpml ul ul { display:block!important; }
#mobile-menu #rd_wpml #lang_sel ul li ul,#mobile-menu #rd_wpml #lang_sel ul a ul ul{ opacity:1; visibility:visible;}
#mobile-menu {
display: block;
position: fixed;
top: 0;
right:0;
width: 270px;
height: 100%;
z-index: 60000;
overflow-y: auto;
overflow-x: hidden;
-webkit-transition: -webkit-transform .5s;
-moz-transition: -moz-transform .5s;
-ms-transition: -ms-transform .5s;
-o-transition: -o-transform .5s;
transition: transform .5s;
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
.mm_open {
-webkit-transform: translateX(0) !important;
-moz-transform: translateX(0)!important;
-ms-transform: translateX(0)!important;
-o-transform: translateX(0)!important;
transform: translateX(0)!important;
}
.menu_slide {
-webkit-transition: -webkit-transform .5s;
-moz-transition: -moz-transform .5s;
-ms-transition: -ms-transform .5s;
-o-transition: -o-transform .5s;
transition: transform .5s;
-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.05);
-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.05);
box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.menu_slide #nav_button_alt {
margin: 0px 0px 0px 10px;
float: left;
display: block;
float: right;
height: 50px;
line-height: 50px;
width: auto;
}
.slided_body {
-webkit-transform: translateX(-269px);
-moz-transform: translateX(-269px);
-ms-transform: translateX(-269px);
-o-transform: translateX(-269px);
transform: translateX(-269px);
}
#mobile-menu ul li a {
display:inline-block;
padding:10px 20px 13px 20px;
width:calc(100% - 40px);
color:#fff;
border-bottom:none !important;
text-transform:uppercase;
position:relative;
}
#mobile-menu ul li {
color:#666;
border-top:1px solid rgba(255,255,255,0.05);
border-bottom:1px solid rgba(0,0,0,0.35);
}
#mobile-menu ul ul {
border-top:1px solid rgba(0,0,0,0.35);
display:none;
}
#mobile-menu ul ul ul {
border-top: 1px solid rgba(0, 0, 0, 0.22);
display:none;
}
#mobile-menu ul ul li:last-child {
border-bottom:none;
}
#mobile-menu ul ul li {
border-top: 1px solid rgba(255, 255, 255, 0);
border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}
#mobile-menu ul ul ul li {
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
#mobile-menu ul ul li a {
padding:10px 20px 13px 20px;
}
#mobile-menu ul ul ul li a {
padding:10px 20px 13px 20px;
} #mobile-menu #close_mm {
position: absolute;
right: 0;
width: 55px;
line-height: 55px;
height: 55px;
font-size: 18px;
background: #464343;
top: 0px;
text-align: center;
z-index: 100;
color: #FBFBFB;
cursor:pointer;
}
#mobile-menu .menu-item-has-children, #mobile-menu .mobile-ul-open {
position:relative;
}
#mobile-menu .menu-item-has-children:after {
font-family:"FontAwesome";
content: "\f107";
position: absolute;
right: 0px;
top: 0px;
z-index:10;
text-align: center;
width: 47px;
height: 47px;
line-height: 45px;
font-size: 16px;
-webkit-transition: -webkit-transform .25s;
-moz-transition: -moz-transform .25s;
-ms-transition: -ms-transform .25s;
-o-transition: -o-transform .25s;
transition: transform .25s;
}
#mobile-menu ul ul .menu-item-has-children:after {
font-family:"FontAwesome";
content: "\f067";
line-height: 47px;
font-size: 11px;
}
#mobile-menu .mobile-ul-open:after {
font-family:"FontAwesome";
content: "\f106";
position: absolute;
right: 0px;
top: 0px;
z-index:10;
text-align: center;
width: 47px;
height: 47px;
line-height: 45px;
font-size: 16px;
-webkit-transition: -webkit-transform .25s;
-moz-transition: -moz-transform .25s;
-ms-transition: -ms-transform .25s;
-o-transition: -o-transform .25s;
transition: transform .25s;
}
#mobile-menu ul ul .mobile-ul-open:after {
font-family:"FontAwesome";
right: 0px;
line-height: 47px;
transform: rotate(45deg);
-webkit-transform:rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform:rotate(45deg);
}
#mobile_menu_search {
padding:20px;
clear: both;
}
#mobile_menu_search #search input[type=submit] {
font-size: 14px;
padding: 12px 15px;
font-family: "FontAwesome";
color: #a1b1bc;
position: absolute;
right: 5px;
top: 1px;
background: rgba(0, 0, 0, 0)!important;
}
#mobile_menu_search #search input[type=text] {
font-family: "Lato";
font-size: 14px;
background: #191b26;
border: 1px solid rgba(145, 157, 201, 0.14);
line-height: 20px;
color: #999999;
padding: 9px 20px 9px 20px;
border-radius: 5px;
} .page_title_ctn {
margin:0px 0 0 0;
position:relative;
clear:both;
background-position:top center;
padding:43px 0px;
z-index:2;
overflow:visible;
background:#f9fafb;
}
.page_title_ctn h1 {
font-weight:400;
margin-bottom:0;
font-size:24px;
line-height:34px;
color:#2c3e50;
max-width: 420px;
float:left;
}
.rd_child_pages {
width:30px;
height:30px;
background:#fff;
border-radius:4px;
float:left;
margin-top: 2px;
margin-left:20px;
position:relative;
overflow:visible;
border: 1px solid #a1b1bc;
color: #a1b1bc;
}
.rd_child_pages:before {
font-family:"elg";
content: "\61";
font-size: 21px;
position: absolute;
left: 3px;
top: 4px;
font-style: normal;
font-weight: normal;
line-height: 1;
display:inline-block;
}
.child_icon_close:before {
font-family:"elg" !important;
content:"\4d" !important;
font-size: 20px !important;
position: absolute !important;
left: 3px !important;
top: 4px !important;
}
.child_pages_ctn {
position:absolute;
background:#fff;
overflow: hidden;
width:500px;
top:50px;
right:-30px;
visibility:hidden;
border-radius:5px;
opacity:0;
overflow:visible;
transform:         scale(0.8); -moz-transform:    scale(0.8); -webkit-transform: scale(0.8); -o-transform:      scale(0.8); -ms-transform:     scale(0.8); transition: all ease-in-out .2s;
-webkit-transition: all ease-in-out .2s;
-moz-transition: all ease-in-out .2s;
-o-transition: all ease-in-out .2s;
-moz-box-shadow: 0 0px 6px rgba(0,0,0,0.15);
-webkit-box-shadow: 0 0px 6px rgba(0,0,0,0.15);
box-shadow: 0 0px 6px rgba(0,0,0,0.15);
}
.child_pages_ctn:before {
content:"";
min-height:10px;
min-width:10px;
background:#fff;
transform: rotate(-45deg);
-webkit-transform:rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform:rotate(-45deg);
position:absolute;
right:38px;
top:-4px;
-moz-box-shadow: 0 0px 6px rgba(0,0,0,0.15);
-webkit-box-shadow: 0 0px 6px rgba(0,0,0,0.15);
box-shadow: 0 0px 6px rgba(0,0,0,0.15);
}
.pop_child_pages {
opacity:1!important;
visibility:visible !important;
transform:         scale(1) !important; -moz-transform:    scale(1) !important; -webkit-transform: scale(1) !important; -o-transform:      scale(1) !important; -ms-transform:     scale(1) !important; }
.child_pages_ctn li {
position:relative;
overflow:hidden;
}
.child_pages_ctn li:first-child {
border-radius:5px 5px 0 0;
}
.child_pages_ctn li:last-child {
border-radius:0 0 5px 5px;
}
.child_pages_ctn li:last-child a {
border-bottom:none!important;
}
.child_pages_ctn a {
display:block;
text-align:left;
padding: 7px 20px 7px;
font-size: 13px;
transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.page_t_center {
text-align:center;
}
.page_t_left {
text-align:left;
}
.page_t_right {
text-align:right;
}
.page_t_boxed h1 {
line-height:normal;
font-weight: 400;
margin-bottom: 0;
font-size: 24px;
color: #fff;
text-transform:none;
display: inline-block;
width: auto;
padding: 8px 15px!important;
border: solid 2px #fff;
border-color: rgba(255,255,255,.5);
margin-top: 4px;
}
.page_t_large h1 {
font-size:38px;
line-height: 45px;
}
.page_t_boxed h2 {
color: #fff;
font-size: 16px;
opacity:0.8;
font-weight: 400;
padding-top: 20px;
line-height: 20px;
}
.page_t_large h2 {
font-size:20px;
padding-top:20px;
line-height:32px;
}
#second_title {
overflow: auto;
border-bottom: 1px solid #EBEBEB;
padding-top: 40px
}
.title_bb {
width: auto;
height: auto;
min-height:60px;
min-width:420px;
float: left;
padding: 0px;
margin: 0px;
}
.page_title {
display: block;
font-size:22px;
margin:11px 15px 0 0px;
float:left;
width:auto;
color: #A0A0A0;
display: block;
font-weight: 300;
line-height: normal;
}
.page_subtitle {
color:#C5C5C5 !important;
width:auto;
font-size:12px;
line-height:20px;
margin-top:20.5px;
font-weight:normal;
}
#breadcrumbs {
position: absolute;
right: 0px;
top: 50%;
margin-top:-13px;
}
.page_t_right #breadcrumbs {
left:40px !important;
right:auto!important;
}
#crumbs {
font-size:14px;
padding: 2px 0px 0;
}
.crumbs_delimiter {
font-size:16px;
padding:0 13px;
font-family:"FontAwesome";
}
.pnf_main_text {
text-align: center;
margin-top: 100px;
position: relative;
font-size:30px;
line-height:36px;
font-weight: normal;
margin-bottom: 7px;
}
.pnf_sub_text {
text-align: center;
position: relative;
font-size:18px;
line-height:24px;
font-weight: normal;
margin-bottom:70px;
}
.pnf_img {
margin: 0 auto;
text-align: center;
}
.pnf_search .rd_search_sc {
margin:83px auto 110px !important;
}
.pnf_search .rd_search_sc input[type=text] {
padding:14px 20px;
}
.pnf_search .rd_search_sc #search input[type=submit] {
right: 6px;
top: 4px;
}
.search_results {
border-bottom: 1px solid #ebebeb;
margin-bottom: 60px;
padding-bottom: 20px;
}
.search_results h1 {
font-weight:normal;
font-size:36px;
}
.search_results strong {
font-weight:900;
}
.search_sf #search input[type=text] {
padding: 19px 20px 19px 20px;
}
.search_sf .rd_search_sc #search input[type=submit] {
top:0px;
right:0;
padding: 21px 31px;
color: #fff !important;
} .wrapper.staff_single_page,#fw_c.index_page {
padding-top:100px;
}
.staff_profile {
width: 48.75%;
float: left;
margin-bottom:100px;
}
.staff_generated_info {
width: 48.75%;
float: left;
margin-left: 2.5%;
margin-bottom:100px;
}
.staff_name_position {
float: left;
width: 55%;
margin-bottom:14px;
}
.single_staff_name {
font-size:36px;
line-height:40px;
font-weight:900;
margin:-8px 0 7px 0;
}
.single_staff_position {
font-size:14px;
line-height:24px;
font-weight:700;
}
.single_staff_social {
float:right;
width:45%;
text-align:right;
margin-bottom:14px;
}
.single_staff_social div {
height:37px !important;
width:37px !important;
margin:0 0px 10px 10px !important;
}
.single_staff_social a {
height:37px;
width:37px;
text-align:center;
line-height:37px;
display:block;
color:#fff;
border-radius: 5px;
font-size: 17px;
}
.single_staff_desc {
float:left;
width:100%;
clear:both;
line-height: 24px;
white-space: pre-line;
}
.single_staff_meta {
float:left;
width:100%;
line-height:24px;
margin-top: 26px;
padding-top: 23px;
}
.staff_meta_first {
float:left;
width:20%;
margin-bottom:6px;
}
.staff_meta_last {
float:left;
width:80%;
margin-bottom:6px;
} #staff-position {
margin-bottom:45px;
}
#staff-position.filter_center {
text-align:center;
}
#staff-position #options li {
float:left;
letter-spacing:0px;
margin:0 0px 0 0;
padding:0px 10px 10px 0;
}
#staff-position #options a {
display: inline-block;
color: #2c3e50;
padding: 9px 25px 10px;
margin-bottom: 0;
text-align: center;
font-size: 14px;
margin-top: 0px;
outline: none;
overflow: visible;
cursor: pointer;
-moz-user-select: none;
-webkit-user-select: none;
-khtml-user-select: none;
user-select: none;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
margin-bottom: 0px!important;
background: #f5f7f7;
border: 1px solid #eaf0f0;
border-radius: 3px;
}
.team-member {
overflow:hidden;
}
.full-width-content .team-member .recent_port_ctn {
padding-right:0!important;
}
.member-photo {
position:relative;
overflow:hidden;
}
.member-photo img {
display: block;
width:100%;
height:auto;
}
.member-info {
display: block;
padding: 16px 15px 9px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.member-info h3 {
margin: 0;
margin-bottom:6px;
font-size:18px;
text-align:center;
font-weight:700;
}
.member-info .position {
display: block;
margin-bottom: 15px;
font-size:15px;
text-align:center;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.member-info .member_desc {
margin: 10px 0 0 0;
padding: 20px 5px;
}
.member-info p {
margin:0;
padding:0;
}
.member-social-links {
display: inline-block;
margin:0 auto;
height:20px;
}
.member-social-links span {
display: block;
float: left;
margin-bottom:0px !important;
margin-top:0px !important;
}
.member-social-links {
width: 40px;
overflow: hidden;
text-align: center;
height: 100%;
background: rgba(44, 62, 80, 0.75);
margin: 0;
position: absolute;
padding: 5px 0 0px 0;
top: 0;
}
.member-social-links div {
width:auto;
float:none;
text-align:left;
display:inline-block;
zoom:1;
margin:0 auto;
padding:0 0 0 0px;
margin-top:20px;
}
.member-social-links div div {
margin-right:5px !important;
}
.member-social-links a {
height:28px;
line-height:29px;
font-size:17px;
display:block;
color:#fff!important;
} .rstaff_01 {
position:relative;
overflow:visible !important;
}
.rstaff_01 .staff_nav {
position:static;
}
.rstaff_01:hover .staff_nav .staff_left, .rstaff_01:hover .staff_nav .staff_right {
opacity:1;
}
.rstaff_01 .staff_nav .staff_left, .rstaff_01 .staff_nav .staff_right {
opacity:0;
height:50px;
width:50px;
line-height:50px;
border-radius:0px;
top:50%;
margin-top:-25px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.staff_sc:hover .staff_nav .staff_left, .staff_sc:hover .staff_nav .staff_right {
opacity:1;
}
.rstaff_01 .staff_nav .staff_left {
left:0px;
}
.rstaff_01 .staff_nav .staff_right {
right:30px !important;
}
.rstaff_01 .staff_nav .staff_left:before {
font-size:30px;
content: "\23";
font-family: 'elg';
left: 10px;
top: 1px;
}
.rstaff_01 .staff_nav .staff_right:before {
font-size:30px;
font-family: 'elg';
content: "\24";
left: 10px;
top: 1px;
}
.rd_staff_posts.rstaff_01 .recent_port_ctn {
margin:0;
}
.rstaff_01 .recent_port_ctn {
padding:0;
margin-right: 30px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rstaff_01 .team-member:hover .member-info {
background:#fff;
}
.rstaff_01 .member-info {
padding: 19px 29px 15px;
}
.rstaff_01 .member-info h3 {
margin-bottom:6px;
text-align:left;
}
.rstaff_01 .member-social-links {
opacity:0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rstaff_01 .recent_port_ctn:hover .member-social-links {
opacity:1;
}
.rstaff_01 .member-social-links a:hover {
background:none!important;
}
.rstaff_01 .member-info .position {
text-align:left;
margin-bottom:0;
} .rstaff_02 {
max-width:100%;
position:relative;
overflow:visible !important;
}
.rd_staff_posts_ctn.rstaff_02 {
margin-left:0!important;
}
.rstaff_02 .staff_post {
padding:0!important;
}
.rstaff_02 .staff_nav {
position:static;
}
.rstaff_02:hover .staff_nav .staff_left, .rstaff_02:hover .staff_nav .staff_right {
opacity:1;
}
.rstaff_02 .staff_nav .staff_left, .rstaff_02 .staff_nav .staff_right {
opacity:1;
height:50px;
width:50px;
line-height:50px;
top:50%;
opacity:0;
margin-top:-25px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rstaff_02 .staff_nav .staff_left {
left:0px;
}
.rstaff_02 .staff_nav .staff_right {
right:0px !important;
}
.rstaff_02 .staff_nav .staff_left:before {
font-size:30px;
content: "\23";
font-family: 'elg';
left: 10px;
top: 1px;
}
.rstaff_02 .staff_nav .staff_right:before {
font-size:30px;
font-family: 'elg';
content: "\24";
left: 10px;
top: 1px;
}
.rstaff_02 .recent_port_ctn {
padding:0;
}
.rstaff_02 .team-member:hover .bw-wrapper a:before {
opacity:1;
}
.rstaff_02 .bw-wrapper a:before {
content: "+";
font-family:"Lato";
color:#fff;
font-size: 150px;
width: 100%;
height: 100%;
position: absolute;
top: 0;
text-align: center;
font-weight: 100;
opacity:0;
padding-top: 50%;
margin-top: -45px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rstaff_02 .team-member:hover .bw-wrapper:after {
background:#2c3e50 !important;
}
.rstaff_02 .bw-wrapper:after {
content: "";
width: 12px;
height: 12px;
position: absolute;
background: black;
transform: rotate(45deg);
-webkit-transform:rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform:rotate(45deg);
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
bottom: -6px;
left: 51px;
}
.rstaff_02 .team-member:hover .member-info {
background:#2c3e50 !important;
}
.rstaff_02 .member-info {
padding: 28px 29px 13px;
}
.rstaff_02 .team-member:hover .member-info h3 a {
color:#fff !important;
}
.rstaff_02 .member-info h3 {
margin-bottom:6px;
text-align:left;
}
.rstaff_02 .team-member:hover .position {
color:#a1b1bc;
}
.rstaff_02 .member-info .position {
text-align:left;
} .rstaff_03 {
max-width:100%;
position:relative;
overflow:visible !important;
}
.rd_staff_posts_ctn.rstaff_03 {
margin-left:0!important;
}
.rstaff_03 .staff_post {
padding:0!important;
}
.rstaff_03 .recent_port_ctn {
padding: 10px 15px 25px;
}
.rstaff_03 .member-photo {
overflow:visible;
}
.rstaff_03 .staff_nav {
position:static;
}
.rstaff_03 .bw-wrapper a:before {
width: 100%;
height: 100%;
content: "";
left: -2px;
top: -2px;
border: 2px solid rgba(0,0,0,0);
position: absolute;
border-radius: 400px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rstaff_03:hover .staff_nav .staff_left, .rstaff_03:hover .staff_nav .staff_right {
opacity:1;
}
.rstaff_03 .staff_nav .staff_left, .rstaff_03 .staff_nav .staff_right {
opacity:1;
height:50px;
width:50px;
line-height:50px;
border-radius:500px;
top:50%;
margin-top:-25px;
opacity:0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rstaff_03 .staff_nav .staff_left {
left:0px;
}
.rstaff_03 .staff_nav .staff_right {
right:0px !important;
}
.rstaff_03 .staff_nav .staff_left:before {
font-size:30px;
content: "\23";
font-family: 'elg';
left: 10px;
top: 1px;
}
.rstaff_03 .staff_nav .staff_right:before {
font-size:30px;
font-family: 'elg';
content: "\24";
left: 10px;
top: 1px;
}
.rstaff_03 .carousel_recent_post img {
border-radius: 500px;
padding:5px;
}
.rstaff_03 .member-info {
background:none;
display: block;
padding: 32px 15px 0px;
} .staff_sc.rstaff_04 {
width:100%;
position:relative;
overflow:visible !important;
}
.rstaff_04 .staff_nav {
display:none;
}
.rstaff_04 .recent_port_ctn {
padding:0 0 39px 0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rstaff_04 .member-photo {
position: relative;
overflow: hidden;
float: left;
width: 125px;
height: 125px;
padding: 5px;
margin-top: 2px;
background:#20202c;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rstaff_04 .member-info {
padding: 0px 0px 0px 143px;
background:none;
}
.rstaff_04 .member-info .member_desc {
margin:0;
padding: 10px 0 0 0;
}
.rstaff_04 .member-info h3 {
margin-bottom:6px;
text-align:left;
}
.rstaff_04 .member-info .position {
text-align:left;
margin-bottom:0;
}
.rd_sc_pager a {
float:left;
display:block;
margin: 0 6px 0 0;
width: 10px;
height: 10px;
cursor:pointer;
text-indent: -999em;
}
.rd_sc_pager {
margin: 0px auto 0;
text-align: left;
overflow: visible;
height: 10px;
} .rd_staff_posts_ctn .blog_load_more_cont {
bottom: -50px;
}
.staff_post {
width: 100%;
}
.blog_4_col .staff_post {
padding: 0 0 30px 30px;
float: left;
width: 25%;
}
.blog_3_col .staff_post {
padding: 0 0 30px 30px;
float: left;
width:calc(100% / 3);
}
.blog_2_col .staff_post {
padding: 0 0 30px 30px;
float: left;
width: 50%;
} .rd_staff_p01 .staff_post_ctn:hover .member-info {
background:#2c3e50 !important;
color:#a1b1bc !important;
}
.rd_staff_p01 .member-info {
padding: 17px 19px 4px;
position:relative;
}
.rd_staff_p01 .staff_post_ctn:hover .member-info h3 a {
color:#fff !important;
}
.rd_staff_p01 .member-info h3 {
margin-bottom:2px;
text-align:left;
}
.rd_staff_p01 .member-info .position {
text-align:left;
}
.rd_staff_p01 .member-social-links {
width:auto;
overflow: hidden;
text-align: center;
height: auto;
margin: 0;
padding:0;
background:none;
position: absolute;
top: 23px;
right: 15px;
}
.rd_staff_p01 .member-social-links div {
width:25px !important;
}
.rd_staff_p01 .member-social-links a:hover {
background:none!important;
}
.rd_staff_p01 .staff_post_ctn:hover .member_desc {
background:#2c3e50 !important;
color:#a1b1bc !important;
}
.rd_staff_p01 .member_desc {
padding: 13px 19px 22px;
line-height:24px;
border-top: 1px solid;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_staff_p01 .staff_post_ctn:hover .bw-wrapper a:before {
opacity:1;
background:rgba(34,37,51,0.75);
}
.rd_staff_p01 .bw-wrapper a:before {
content: "+";
font-family:"Lato";
color:#fff;
font-size: 150px;
width: 100%;
height: 100%;
position: absolute;
top: 0;
text-align: center;
font-weight: 100;
opacity:0;
padding-top: 50%;
margin-top: -15px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
} .rd_staff_p02 .staff_post_ctn {
border:1px solid;
}
.rd_staff_p02 .staff_post_ctn:hover .member-info {
background:#2c3e50 !important;
color:#a1b1bc !important;
border-color:#2c3e50 !important;
}
.rd_staff_p02 .member-info {
padding: 16px 19px 14px;
border-top:1px solid;
position:relative;
}
.rd_staff_p02 .staff_post_ctn:hover .member-info h3 a {
color:#fff !important;
}
.rd_staff_p02 .member-info h3 {
text-align:left;
}
.rd_staff_p02 .member-info .position {
text-align:left;
margin-bottom:0;
}
.rd_staff_p02 .member-social-links {
width:auto;
overflow: hidden;
text-align: center;
height: auto;
margin: 0;
position:relative;
padding:0;
background:none;
}
.rd_staff_p02 .member-social-links a:hover {
background:none!important;
}
.rd_staff_p02 .member_desc {
padding: 10px 19px 4px;
border-top: 1px solid;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_staff_p02 .staff_post_ctn:hover .bw-wrapper a:before {
opacity:0.9;
background:rgba(34,37,51,0.75);
}
.rd_staff_p02 .bw-wrapper a:before {
content: "+";
font-family:"Lato";
color:#fff;
font-size: 150px;
width: 100%;
height: 100%;
position: absolute;
top: 0;
text-align: center;
font-weight: 100;
opacity:0;
padding-top: 50%;
margin-top: -15px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
} .rd_staff_p03 .staff_post_ctn {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_staff_p03 .bw-wrapper {
width: 210px;
margin: 0 auto;
border: 6px solid;
border-radius: 300px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_staff_p03 .bw-wrapper img {
border-radius: 200px;
}
.rd_staff_p03 .member-photo {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_staff_p03 .member-info {
padding: 35px 15px 0px;
background:none;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_staff_p03 .staff_post_ctn:hover .member-photo {
transform:         scale(1.04);
-moz-transform:    scale(1.04);
-webkit-transform: scale(1.04);
-o-transform:      scale(1.04);
-ms-transform:     scale(1.04);
}
.rd_staff_p03 .staff_post_ctn:hover .bw-wrapper a:before {
opacity: 0.90;
width: 172px;
border-radius: 300px;
height: 172px;
position: absolute;
top: 19px;
line-height: 170px;
left: 50%;
margin-left: -86px;
}
.rd_staff_p03 .bw-wrapper a:before {
content: "+";
font-family: "Lato";
color: #fff;
font-size: 60px;
width: 199px;
border-radius: 300px;
height: 199px;
position: absolute;
top: 5.5px;
line-height: 198px;
text-align: center;
font-weight: 400;
opacity: 0;
padding:0;
margin:0;
margin-left: -100px;
left: 50%;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_staff_p03 .position {
margin-bottom:none;
} .rd_staff_p04 .member-photo {
float:left;
width:100px;
height:100px;
margin-top:14px;
border-radius:400px;
margin-left: 1px;
border:2px solid #fff;
}
.rd_staff_p04 .member-info {
float: right;
width: calc( 100% - 104px );
text-align:left;
padding: 12px 0px 0px 15px;
margin-left: 1px;
}
.rd_staff_p04 .member-info h3, .rd_staff_p04 .member-info .position {
text-align:left;
}
.rd_staff_p04 .member-info .position {
margin-bottom: 8px;
}
.rd_staff_p04 .member-info .member_desc {
padding:0;
margin:0;
background:none;
line-height:24px;
} .rd_staff_p05 .member-info {
padding: 18px 19px 4px;
position:relative;
}
.rd_staff_p05 .member-info h3 {
margin-bottom:2px;
text-transform:uppercase;
font-weight:900;
text-align:left;
}
.rd_staff_p05 .member-info .position {
text-align:left;
letter-spacing:1px;
font-size:14px;
margin-top:6px;
}
.rd_staff_p05 .member_desc {
margin-top:16px;
padding: 13px 0px 20px;
line-height:24px;
letter-spacing:1px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_staff_p05 .staff_button {
display: block;
text-align: center;
font-size: 14px;
font-weight: bold;
letter-spacing:1.5px;
text-transform: uppercase;
border: 2px solid #2c3e50;
color: #2c3e50;
border-radius: 5px;
margin-top: 17px;
padding: 4px 10px 5px;
}
.rd_staff_p05 .staff_button:after {
content: "\24";
font-family: elg;
font-weight: 300;
position: relative;
top: 3px;
font-size: 16px;
padding-left: 6px;
} .rd_staff_posts_ctn.type06 .staff_post {
padding-bottom:68px;
}
.rd_staff_p06 .member-photo {
float:left;
width:140px;
height:140px;
margin-top:2px;
padding:5px;
background:#ebebeb;
}
.rd_staff_p06 .member-info {
float: right;
width: calc( 100% - 170px );
text-align:left;
padding: 0px 0px 0px 0px;
margin-left:0px;
}
.rd_staff_p06 .member-social-links {
width:auto;
overflow: hidden;
text-align: center;
height: auto;
margin: 0;
padding:0;
background:none;
position: absolute;
top: 0px;
right: 2px;
}
.rd_staff_p06 .member-social-links div {
width:30px !important;
border-radius:300px;
margin-left:5px !important;
}
.rd_staff_p06 .member-social-links div a {
width:30px;
height:30px;
line-height:30px;
border-radius:300px;
}
.rd_staff_p06 .member-info h3, .rd_staff_p06 .member-info .position {
text-align:left;
}
.rd_staff_p06 .member-info .position {
margin-bottom: 13px;
}
.rd_staff_p06 .member-info .member_desc {
padding:0;
margin:0;
background:none;
line-height:24px;
} .rd_staff_posts_ctn.type07.masonry_blog {
margin:0 !important;
}
.rd_staff_posts_ctn.type07 .staff_post {
padding:0;
}
.rd_staff_p07 .member-photo .bw-wrapper a {
display:block;
position:relative;
}
.rd_staff_p07 .member-photo .bw-wrapper a:after {
position: absolute;
width: 100%;
height: 100%;
background: rgba(26, 28, 39, 0.6);
content: "";
display: block;
top: 0;
opacity:0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_staff_p07 .staff_post_ctn:hover .member-photo .bw-wrapper a:after {
opacity:1;
}
.rd_staff_p07 .member-info {
position: absolute;
bottom: -76px;
width: 100%;
text-align: center;
background: none;
color: #fff !important;
opacity:0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_staff_p07 .staff_post_ctn:hover .member-info {
opacity:1;
bottom:0;
}
.rd_staff_p07 .member-social-links {
width:100%;
overflow: hidden;
text-align: center;
height: auto;
margin: 0;
padding:0;
background:none;
position: absolute;
top:inherit;
bottom: 120px;
opacity:0;
right: 0px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_staff_p07 .staff_post_ctn:hover .member-social-links {
opacity:1;
bottom:90px;
}
.rd_staff_p07 .member-social-links div {
width:42px !important;
height: 42px!important;
border-radius:300px;
margin-left:5px !important;
}
.rd_staff_p07 .member-social-links div a {
width:41px;
height:41px;
line-height:40px;
border:1px solid #fff;
border-radius:300px;
}
.rd_staff_p07 .member-info h3 {
font-size:15px;
text-transform:uppercase;
font-weight:900;
margin-bottom:0;
}
.rd_staff_p07 .member-info h3 a {
color:#ffffff!important;
}
.rd_staff_p07 .member-info .position {
margin-bottom: 13px;
font-size:14px;
}
.rd_staff_p07 .member-info .member_desc {
padding:0;
margin:0;
background:none;
line-height:24px;
} .rd_staff_p08 .member-photo .bw-wrapper a {
display:block;
position:relative;
}
.rd_staff_p08 .member-photo .bw-wrapper a:after {
position: absolute;
width: 100%;
height: 100%;
background: rgba(26, 28, 39, 0.6);
content: "";
display: block;
top: 0;
opacity:0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_staff_p08 .staff_post_ctn:hover .member-photo .bw-wrapper a:after {
opacity:1;
}
.rd_staff_p08 .member-info {
width: 100%;
background: none;
padding: 27px 0 0 0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_staff_p08 .member-social-links {
width:100%;
overflow: hidden;
text-align: center;
height: auto;
margin: 0 0 -20px 0;
padding:0;
background:none;
position: absolute;
top:inherit;
bottom:30%;
opacity:0;
right: 0px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_staff_p08 .staff_post_ctn:hover .member-social-links {
opacity:1;
bottom:50%;
}
.rd_staff_p08 .member-social-links div {
width:40px !important;
height: 40px!important;
border-radius:300px;
margin-left:5px !important;
}
.rd_staff_p08 .member-social-links div a {
width:40px;
height:40px;
line-height:40px;
border-radius:300px;
background-color: #fff;
color: #222533!important;
}
.rd_staff_p08 .member-social-links div a:hover {
color: #fff!important;
}
.rd_staff_p08 .member-info h3 {
font-size:16px;
text-transform:uppercase;
font-weight:900;
font-family:"Raleway";
letter-spacing:1.5px;
margin-bottom:6px;
text-align:left;
}
.rd_staff_p08 .member-info .position {
margin-bottom: 12px;
padding-bottom: 18px;
font-size: 12px;
font-family: "Playfair Display";
text-align: left;
letter-spacing: 1px;
border-bottom: 1px solid;
}
.rd_staff_p08 .member-info .member_desc {
padding:0;
margin:0;
background:none;
line-height:24px;
} .rd_staff_posts_ctn.type09.masonry_ctn {
margin:0 !important;
}
.rd_staff_posts_ctn.type09 .staff_post {
padding:0;
}
.rd_staff_p09 .member-photo .bw-wrapper a {
display:block;
position:relative;
}
.rd_staff_p09 .member-photo .bw-wrapper a:after {
position: absolute;
width: 100%;
height: 100%;
content: "";
display: block;
top: 0;
opacity:0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_staff_p09 .staff_post_ctn:hover .member-photo .bw-wrapper a:after {
opacity:1;
}
.rd_staff_p09 .member-info {
position: absolute;
bottom: 0px;
width: 100%;
text-align: center;
background: none;
color: #fff !important;
opacity: 1;
background-color: rgba(0,0,0,0.2);
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_staff_p09 .staff_post_ctn:hover .member-info {
opacity: 1;
bottom: 50%;
margin-bottom: -68px;
background: none;
}
.rd_staff_p09 .member-social-links {
width:100%;
overflow: hidden;
text-align: center;
height: auto;
margin: 0;
padding:0;
background:none;
position: absolute;
top:inherit;
top:0;
margin-top: -50px;
opacity:0;
right: 0px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_staff_p09 .staff_post_ctn:hover .member-social-links {
opacity:1;
top:50%;
}
.rd_staff_p09 .member-social-links div {
width:40px !important;
height: 40px!important;
border-radius:300px;
margin-left:5px !important;
}
.rd_staff_p09 .member-social-links div a {
width:40px;
height:40px;
line-height:40px;
border-radius:300px;
background-color: #fff;
color: #222533!important;
}
.rd_staff_p09 .member-social-links div a:hover {
color: #fff!important;
}
.rd_staff_p09 .member-info h3 {
font-size:14px;
text-transform:uppercase;
font-weight:900;
font-family:"Raleway";
letter-spacing:1.5px;
margin-bottom:0;
}
.rd_staff_p09 .member-info h3 a {
color:#ffffff!important;
}
.rd_staff_p09 .member-info .position {
margin:4px 0 8px;
font-size:13px;
font-family:"Playfair display";
letter-spacing:1px;
}
.rd_staff_p09 .member-info .member_desc {
padding:0;
margin:0;
background:none;
line-height:24px;
} #posts {
width:850px;
max-width:850px;
padding:100px 0px 100px 0;
}
#posts.business_posts {
width:700px;
max-width:700px;
}
#fw_c.fw_single_post {
margin-bottom:100px;
}
.sep_25 {
padding-bottom:26px;
}
#posts .blog_4_col .sep_25 {
padding-bottom:17px;
}
#posts .blog_3_col .sep_25, .blog_4_col .sep_25 {
padding-bottom:19px;
}
.post_single .sep_25 {
padding-bottom:41px;
}
.left_posts {
float:left;
}
.right_posts {
float:right;
}
.blog_box {
width:auto;
overflow:hidden;
position:relative;
}
.blog_box img {
margin:0 0 10px 0;
}
.blog_box_content {
margin-top:10px;
width:auto;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.more {
display:table;
width:auto;
padding:7px 12px;
float:left;
margin:7px 0 0px 0px;
font-size:14px;
text-transform:uppercase;
font-weight:900;
text-shadow:none;
letter-spacing:1px;
border-radius: 3px;
}
.single_post_navigation {
float: left;
clear: both;
width: 100%;
padding-bottom: 20px;
margin-bottom: 20px;
}
.single_post_navigation_bottom {
float: left;
clear: both;
width: 100%;
padding-top: 20px;
margin-top: 70px;
}
.single_post_navigation .next_project, .single_post_navigation .previous_project,.single_post_navigation_bottom .next_project, .single_post_navigation_bottom .previous_project {
float: right;
font-weight: 900;
text-align: center;
font-size: 14px;
min-width: 130px;
border-radius: 3px;
}
.single_post_navigation .previous_project,.single_post_navigation_bottom .previous_project {
letter-spacing: 1px;
text-transform: uppercase;
padding: 9px 17px;
float:left;
}
.single_post_navigation .next_project,.single_post_navigation_bottom .next_project {
letter-spacing: 1px;
text-transform: uppercase;
padding: 9px 17px;
margin-left: 20px;
}
.single_post_navigation .previous_project:before,.single_port_navigation .previous_project:before,.single_post_navigation_bottom .previous_project:before {
font-family: 'FontAwesome';
content: '\f053';
padding-right: 10px;
}
.single_post_navigation .next_project:after,.single_port_navigation .next_project:after,.single_post_navigation_bottom .next_project:after {
font-family: 'FontAwesome';
content: '\f054';
padding-left: 10px;
}
.post {
margin:0 auto 0px auto;
padding:0px;
overflow:auto;
padding:0 0 60px 0;
float:left;
}
#posts .post {
overflow:visible;
padding:0 0 60px 0;
float:left;
width: 100%;
max-width:100%;
}
#fw_c .post {
max-width:100%;
}
#fw_c .post_single {
width:100%;
}
.post .love-it-wrapper {
float:none;
display:inline-block;
padding:0;
}
.post .zilla-likes, .info_like .zilla-likes {
margin:0;
}
.post_ctn {
padding:0px;
}
.post_single {
padding-bottom:0!important;
}
.audio_ctn {
padding:30px 30px!important;
display:table;
max-width: 100%;
width: 100%;
}
.grid_blog_post .audio_ctn {
position:absolute;
width: 100%;
bottom: 0;
}
#posts .grid_blog_post.blog_3_col .audio_ctn {
padding:20px!important;
}
.masonry_post_wrapper .audio_ctn {
padding: 30px 4px !important;
}
.masonry_post_wrapper .mejs-duration-container, .mejs-offscreen {
display: none !important;
}
#posts .ajax_post.blog_4_col .audio_ctn {
padding:12px 5px!important;
}
.post-attachement {
overflow:hidden;
position:relative;
width:100%;
margin:0 0 0px 0;
}
.post-attachement a {
display:block;
width:100%;
}
.post-attachement a.blog_img_overlay:before {
position: absolute;
width: 100%;
height: 100%;
content: "";
opacity:0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.post-attachement a.blog_img_overlay:hover:before {
opacity:0.7;
}
.post-attachement a img {
width:100%;
display:block;
}
a.post-att-zoom {
opacity:0;
position: absolute !important;
width: 56px;
height: 55px;
top: 0;
right: 0;
line-height: 54px;
color: #fff!important;
font-size: 16px;
text-align: center;
transform:         scale(0.8);
-moz-transform:    scale(0.8);
-webkit-transform: scale(0.8);
-o-transform:      scale(0.8);
-ms-transform:     scale(0.8);
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.post-attachement:hover a.post-att-zoom {
opacity:1;
transform:         scale(1);
-moz-transform:    scale(1);
-webkit-transform: scale(1);
-o-transform:      scale(1);
-ms-transform:     scale(1);
}
.post_att_s {
overflow:hidden;
position:relative;
width:100%;
margin:0;
}
.post_quote_ctn {
display:table;
width:100%;
}
.business_author_post .post_quote_ctn,.post_single_business .post_quote_ctn{
margin-bottom: 30px;
position:relative;
}
.post_quote_text {
font-size:30px;
padding:31px 30px 28px;
line-height: 40px;
position:relative;
}
.business_author_post .post_quote_text,.post_single_business  .post_quote_text{
font-size: 30px;
padding: 60px;
line-height: 50px;
position: relative;
font-style:italic;
font-weight:300;
margin-right: 5px;
}
.business_author_post .post_quote_text:after,.post_single_business .post_quote_text:after{
content: "";
position: absolute;
left: 5px;
top: 5px;
height: 100%;
width: 100%;
opacity: 0.5;
z-index: -1;
}
.business_author_post .post_quote_author,.post_single_business .post_quote_author{
font-size: 13px;
padding: 9px 30px 12px;
margin-top: 1px;
position: absolute;
left: 0;
bottom: 0;
}
#posts .grid_blog_post.blog_2_col .post_quote_text {
min-height: 259px;
max-height:259px;
overflow:auto;
}
#posts .grid_blog_post.blog_3_col .post_quote_text {
min-height: 154px;
max-height:154px;
overflow:auto;
font-size: 17px;
line-height: 24px;
padding-bottom: 27px;
}
#posts .grid_blog_post.blog_4_col .post_quote_text {
min-height: 143px;
max-height:143px;
overflow:auto;
font-size: 14px;
line-height: 24px;
padding: 24px 24px 23px;
}
#fw_c .grid_blog_post.blog_4_col .post_quote_text {
min-height: 154px;
max-height: 154px;
overflow: auto;
font-size: 18px;
line-height: 26px;
padding: 24px 24px 23px;
}
#fw_c .grid_blog_post.blog_3_col .post_quote_text {
min-height: 227px;
max-height:227px;
}
#fw_c .grid_blog_post.blog_2_col .post_quote_text {
font-size: 35px;
padding: 60px 30px 60px;
line-height: 50px;
position: relative;
min-height: 371px;
}
.post_quote_icon {
position:absolute;
right:20px;
bottom:10px;
font-family: "fontawesome";
}
.ajax_post.post_masonry.new_month_post {
width: 100%!important;
}
.post_timeline .post_quote_icon, .post_masonry .post_quote_icon {
position: absolute;
right: 19px;
bottom: 14px;
font-weight: normal !important;
font-size: 30px;
font-family: "fontawesome";
}
.post_timeline .post_quote_text, .post_masonry .post_quote_text {
font-size:24px;
padding: 8px 20px 12px;
line-height: 40px;
}
.post_quote_author {
font-size: 14px;
padding: 9px 30px 12px;
margin-top: 1px;
}
#posts .grid_blog_post.blog_4_col .post_quote_author {
display:none;
}
.post_timeline .post_quote_author, .post_masonry .post_quote_author {
font-size: 14px;
padding: 5px 20px 12px;
}
.entry {
margin:25px 0px 0px 0px;
width:100%;
clear:both;
line-height:24px;
}
.post-title {
color:#161616;
width:100%;
padding:0px 0 0px 0px;
position:relative;
text-shadow:none;
}
.sticky_post .post-title:after {
position: absolute;
content: "\f005";
height: 20px;
width: 40px;
top: 8px;
left: -30px;
font-size: 20px;
font-family: FontAwesome;
color: #F8CB2A;
font-weight: normal;
}
.post-title h2 {
font-weight:700;
line-height: 30px;
font-size:30px;
}
.post_single .post-title h2 {
font-weight:900;
line-height: 36px;
font-size:36px;
}
.blog_related_post .post-title h2 {
font-weight:700;
line-height: 24px;
font-size:24px;
}
.blog_4_col .post-title h2 {
line-height:22px;
font-size:18px;
}
#posts .blog_4_col .post-title h2 {
line-height:18px;
font-size:18px;
}
.blog_3_col .post-title h2 {
line-height:27px;
font-size:24px;
}
#posts .blog_3_col .post-title h2, #posts .post_timeline .post-title h2 {
line-height:24px;
font-size:24px;
}
#posts .grid_blog_post.blog_3_col .post-title h2 {
line-height:20px;
font-size:18px;
}
#posts .search_masonry .blog_3_col .post-title h2 {
line-height:24px;
font-size:18px;
}
.post-date-ctn {
width:55px;
height:55px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background-color:#3F6;
color:#fff;
font-size:18px;
font-weight:bold;
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.20);
float:left;
}
.post-bottom-info {
width:100%;
overflow:visible;
white-space:pre-wrap;
font-size:13px;
margin-top:20px;
float:left;
padding-top: 14px;
}
.info_comment {
float:left;
display:inline-block;
}
.info_comment:before {
content:"\f0e6";
font-family:"FontAwesome";
padding-right: 10px;
font-size: 14px;
}
.info_time {
float:left;
display:inline-block;
}
.info_time:before {
content:"\f073";
font-family:"FontAwesome";
padding-right: 10px;
font-size: 14px;
}
.info_like {
float:left;
display:inline-block;
}
.post-info {
width:100%;
height:auto;
overflow:visible;
float:left;
font-size:13px;
padding-bottom: 18px;
margin: 11px 0px 14px 0px;
white-space: pre-wrap;
}
.post_single .post-info {
padding-bottom: 28px;
margin: 17px 0px 24px 0px;
}
.post-user {
width:auto;
float:left;
margin:0px 0 5px 4px;
padding: 0px 10px 5px 10px;
font-size: 10px;
}
.post-user:before {
font-family:'FontAwesome';
font-size:13px;
content:'\f007';
padding:0px 1px 0px 0px;
color:#444;
}
.post-date {
font-size: 11px;
clear: both;
width: 100%;
display: inline-block;
}
.post-cat {
width:auto;
float:left;
padding: 0px 10px 5px 10px;
font-size: 10px;
}
.post-cat:before {
font-family:'FontAwesome';
font-size:13px;
content:'\f07c';
padding:0px 1px 0px 0px;
color:#676767;
}
.post-tag {
width:auto;
float:left;
padding: 0px 10px 5px 10px;
font-size: 10px;
}
.post-tag:before {
font-family:'FontAwesome';
font-size:13px;
content:'\f02c';
padding:0px 1px 0px 0px;
color:#676767;
}
.post-com {
width:auto;
float:left;
padding: 0px 10px 5px 10px;
font-size: 10px;
}
.post-com:before {
font-family:'FontAwesome';
font-size:13px;
content:'\f086';
padding:0px 1px 0px 0px;
color:#676767;
}
.post-share {
width:auto;
float:left;
padding: 0px 10px 5px 10px;
font-size: 10px;
cursor:pointer;
}
.post-share:before {
font-family:'FontAwesome';
font-size:13px;
content:'\f045';
padding:0px 1px 0px 0px;
color:#676767;
}
.single-post-info .post-user, .single-post-info .post-date, .single-post-info .post-cat, .single-post-info .post-tag, .single-post-info .post-com {
font-size:12px;
}
.single-post-info .post-user:before, .single-post-info .post-date:before, .single-post-info .post-cat:before, .single-post-info .post-tag:before, .single-post-info .post-com:before {
font-size:15px;
}
.post-password-form input[type=password]{
width: 150px;
margin-left: 10px;
margin-top: 0px;
}
.post-password-form input[type=submit]{
position: relative;
top: 1px;
left: -2px;
}
.tags_container {
float: left;
width: 100%;
line-height: 50px;
margin-top: 33px;
}
.tags_icon {
width: 50px;
height: 50px;
float: left;
background: #2c3e50;
text-align: center;
font-size: 16px;
}
.tags_icon:before {
content: "\f02b";
font-family:"FontAwesome";
text-align:center;
margin-top: 1px;
display: block;
}
.single_post_tags {
border: 1px solid #ebebeb;
line-height: 48px;
font-size:14px;
font-style:italic;
padding-left:70px;
}
.share_icons_container {
margin-top:10px;
float: left;
width: 100%;
height: 50px;
line-height: 50px;
}
.shareicons_icon {
width: 50px;
height: 50px;
float: left;
background: #21c2f8;
text-align: center;
font-size: 16px;
}
.shareicons_icon:before {
content: "\f1e0";
font-family:"FontAwesome";
text-align:center;
margin-top: 1px;
display: block;
}
.single_post_share_icon {
border: 1px solid #ebebeb;
border-left: none!important;
line-height: 48px;
font-size:14px;
padding-left:60px;
}
.single_post_share_icon .share-box {
float: none;
height: 48px!important;
text-align:left;
}
.single_post_share_icon .share-box ul {
margin-top:10px;
}
.single_post_share_icon .share-box li a {
font-size: 17px;
}
.single_post_share_icon .share-box li a:hover {
background:none!important;
}
#author-bio {
width: 100%;
float: left;
margin-top: 50px;
padding: 27px;
box-shadow:0 0px 0px #ffffff, 0 4px 0 -1px #ffffff, 0 0px 0px 0px #ffffff, 0 0px 0px #ffffff, 0 4px 0 0px #ecf0f1, 0px 0px 0px 0px #ffffff;
}
#author-bio img {
float:left;
border:3px solid #ffffff;
border-radius:5px;
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
#author-info {
padding-left:130px;
}
#author-info h3 {
font-size:18px;
}
#author-info p {
margin-bottom:5px;
}
.author_posts_link {
font-style:italic;
}
.grid_blog_post .more {
width: auto;
text-shadow: none;
margin-top: 24px;
display: table;
font-weight: 900;
font-size: 16px;
text-transform: uppercase;
padding:12px 20px;
border-radius:3px;
letter-spacing: 1px;
}
.more-link {
width: auto;
text-shadow: none;
margin-top: 24px;
display: table;
font-weight: 900;
font-size: 16px;
text-transform: uppercase;
padding:12px 20px;
border-radius:3px;
letter-spacing: 1px;
}
.post_masonry .more-link {
display: table;
width: auto;
padding: 7px 12px;
margin: 20px 0 0px 0px;
font-size: 14px;
text-transform: uppercase;
font-weight: 900;
text-shadow: none;
letter-spacing: 1px;
border-radius: 3px;
}
.blog_related_post .more-link {
font-size: 14px;
padding: 8px 15px;
}
#posts .blog_4_col .more-link, #posts .blog_4_col .more {
font-size: 14px;
padding:7px 12px;
}
#posts .blog_3_col .more-link, #posts .blog_3_col .more {
font-size: 14px;
padding:7px 12px;
}
.single_post_related_carousel {
margin-top:72px;
float: left;
width: 100%;
}
.single_related {
font-size: 30px;
display:inline-block;
font-weight:normal;
}
.single_post_related_carousel .rp_sc {
margin-top:26px;
}
.masonry_ctn {
padding-bottom: 0px;
margin-bottom: 40px;
}
.ajax_blog {
padding-bottom:50px;
}
.masonry_ctn.grid_post, .masonry_ctn.blog_masonry {
margin-left:-30px;
}
#posts .masonry_ctn.grid_post, #posts .masonry_ctn.blog_masonry {
margin-left:-20px;
}
.ajax_post {
width: 100%;
}
.ajax_post .wpb_column {
padding:0 !important;
margin:0 !important;
min-height: 0!important;
}
.rd_portfolio_landscape, .columns4 .rd_portfolio_landscape {
width:50%!important;
}
.rd_portfolio_portrait, .columns4 .rd_portfolio_portrait {
width:25%!important;
}
.rd_portfolio_small_squared, .columns4 .rd_portfolio_small_squared {
width:25%!important;
}
.rd_portfolio_squared, .columns4 .rd_portfolio_squared {
width:50%!important;
}
.columns5 .rd_portfolio_landscape {
width:40%!important;
}
.columns5 .rd_portfolio_portrait {
width:20%!important;
}
.columns5 .rd_portfolio_small_squared {
width:20%!important;
}
.columns5 .rd_portfolio_squared {
width:40%!important;
}
.columns6 .rd_portfolio_landscape {
width:33.3%!important;
}
.columns6 .rd_portfolio_portrait {
width:16.65%!important;
}
.columns6 .rd_portfolio_small_squared {
width:16.65%!important;
}
.columns6 .rd_portfolio_squared {
width:33.3%!important;
}
.ajax_post.blog_4_col {
padding: 0 0 40px 30px;
float: left;
width: 25%;
}
.blog_masonry .ajax_post.blog_4_col {
padding: 0 0 40px 30px;
float: left;
width: 25%;
}
#posts .ajax_post.blog_4_col {
padding: 0 0 30px 20px;
float: left;
width: 25%;
}
.blog_masonry .ajax_post.blog_3_col {
padding: 0 0 40px 30px;
float: left;
width:calc(100% / 3);
}
.ajax_post.blog_3_col {
padding: 0 0 60px 30px;
float: left;
width: 33.3%;
}
#posts .ajax_post.blog_3_col {
padding: 0 0 30px 20px;
float: left;
width:calc(100% / 3);
}
.blog_masonry .ajax_post.blog_2_col {
padding: 0 0 40px 30px;
float: left;
width: 50%;
}
.ajax_post.blog_2_col {
padding: 0 0 60px 30px;
float: left;
width: 50%;
}
#posts .ajax_post.blog_2_col {
padding: 0 0 30px 20px;
float: left;
width: 50%;
}
.rd_staff_posts_ctn.blog_5_col .staff_post {
float:left;
width:20%;
}
.blog_timeline {
margin-left:-230px;
}
.post_masonry {
float: left;
margin-bottom:0px;
margin-left:0px;
display:block;
height:auto;
}
.post_timeline {
width: 470px;
float: left;
margin-left:230px;
margin-bottom:110px;
display:block;
height:auto;
}
.post_masonry .post-attachement, .post_timeline .post-attachement {
padding-bottom:0;
display:block;
}
.masonry_post_wrapper {
padding: 20px 20px 14px 20px;
overflow: auto;
box-shadow:0 0px 0px #ffffff, 0 10px 0 -1px #ffffff, 0 0px 0px 0px #ffffff, 0 0px 0px #ffffff, 0 10px 0 0px #ecf0f1, 0px 0px 0px 0px #ffffff;
}
.full-width-content .masonry_ctn.blog_masonry {
margin-left:-15px;
}
.full-width-content .masonry_ctn .post_masonry {
padding: 0 0 15px 15px !important;
}
.full-width-content .masonry_ctn .post_masonry .masonry_post_wrapper {
padding:0 0 15px 0!important;
-webkit-box-shadow: 0 0 7px rgba(0,0,0,.15);
-moz-box-shadow: 0 0 7px rgba(0,0,0,.15);
box-shadow: 0 0 7px rgba(0,0,0,.15);
}
.full-width-content .masonry_ctn .post_masonry .masonry_post_wrapper .sep_25 {
padding-bottom:0px;
}
.full-width-content .masonry_ctn .post_masonry .masonry_post_wrapper .post-title {
padding-top:20px;
}
.full-width-content .masonry_ctn .post_masonry .masonry_post_wrapper .post-title, .full-width-content .masonry_ctn .post_masonry .masonry_post_wrapper .entry {
padding-left:20px;
padding-right:20px;
}
.full-width-content .masonry_ctn .post_masonry .masonry_post_wrapper .post-info, .full-width-content .masonry_ctn .post_masonry .masonry_post_wrapper .post-bottom-info {
margin-left:20px;
margin-right:20px;
width:calc(100% - 40px);
}
#posts .post_timeline .sep_25 {
padding-bottom:20px;
}
#posts .post_timeline {
width:315px;
margin-left:220px;
}
#posts .blog_timeline {
margin-left:-220px;
}
.post_masonry .post-title h4, .post_masonry .post-title, .post_timeline .post-title h4, .post_timeline .post-title {
border:none !important;
width:auto!important;
}
.post_masonry .post-info, .post_timeline .post-info {
position:inherit!important;
}
#fw_c .post_timeline .flexslider img, #fw_c .post_timeline .flexslider img {
max-width:100% !important;
}
.post_masonry .post-com, .post_timeline .post-com {
position:absolute;
right:25px !important;
bottom:25px !important;
}
.post_masonry .more, .post_timeline .more {
float:none;
margin-top:20px;
}
#posts div.post_timeline:before {
left:-117.5px;
}
div.post_timeline:before {
background: none 0px 0px repeat scroll #ffffff;
border: 1px solid #1ab1ac;
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
border-radius: 100%;
content: '';
height: 12px;
width: 12px;
position: absolute;
left: -122.5px;
top: 130px;
transition: all 1s ease 0s;
-webkit-transition: all 1s ease 0s;
box-shadow: 0 0 0 3px white;
}
#posts div.post_timeline:after {
right:-116.5px;
}
div.post_timeline:after {
background: none 0px 0px repeat scroll #ffffff;
border: 1px solid #1ab1ac;
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
border-radius: 100%;
content: '';
height: 12px;
width: 12px;
position: absolute;
right: -122px;
top: 80px;
transition: all 1s ease 0s;
-webkit-transition: all 1s ease 0s;
box-shadow: 0 0 0 3px white;
}
.timeline_ctn {
overflow:hidden;
padding-bottom: 100px;
margin-bottom: 80px;
position: relative;
}
.timeline_month {
position:absolute;
font-size:18px;
font-weight:bold;
background: #ebebeb;
padding: 18px 45px 13px;
}
.month_left {
left:-200px;
}
.month_right {
right:-200px;
}
.timeline_ctn .v_line {
background: none repeat scroll 0 0 #ebebeb;
height: 100%;
left: 50%;
position: absolute;
width: 5px;
margin-left:-2.5px;
}
.post_timeline .arrow_r {
width: 0;
height: 0;
position: absolute;
right: -50px;
top: 77px;
z-index: 11;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.post_timeline .arrow_r:after {
content:'\f061';
font-family:"FontAwesome";
font-size:16px;
}
.post_timeline .arrow_l {
width: 0;
height: 0;
left: -63px;
position: absolute;
top: 127px;
z-index: 11;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.post_timeline .arrow_l:before {
content:'\f060';
font-family:"FontAwesome";
font-size:16px;
}
.post_timeline:hover .arrow_l {
left:-93px;
}
.post_timeline:hover .arrow_r {
right:-78px;
}
.timeline_pd_r {
position: absolute;
display: block;
background: #2c3e50;
right: -208px;
width: 65px;
text-align: center;
padding: 5px 0 6px;
top: 73px;
font-size: 14px;
color: #fff;
border-radius:2px;
opacity:0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.timeline_pd_r:before {
border-color: transparent #2c3e50 transparent;
border-style: solid solid solid none;
border-width: 5px 5px 5px medium;
content: "";
height: 0;
left: -4px;
margin-top: 10px;
position: absolute;
top: 0;
width: 0;
}
.timeline_pd_l {
position: absolute;
display: block;
background: #2c3e50;
left: -208px;
width: 65px;
text-align: center;
padding: 5px 0 6px;
top: 123px;
font-size: 14px;
color: #fff;
border-radius:2px;
opacity:0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.timeline_pd_l:before {
border-color: transparent #2c3e50 transparent;
border-style: solid none solid solid;
border-width: 5px medium 5px 5px;
content: "";
height: 0;
right: -4px;
margin-top: 10px;
position: absolute;
top: 0;
width: 0;
}
.post_timeline:hover .timeline_pd_l, .post_timeline:hover .timeline_pd_r {
opacity:1;
}
#posts .post_timeline.isotope-item:before {
left:-78px;
}
#posts .post_timeline.isotope-item:after {
right:-79px;
}
#posts .post_timeline .post-info .post-tag {
display:none;
}
.blog_load_more_cont {
position: absolute;
left: 50%;
margin-left: -130px;
bottom: 0px;
width: 260px;
text-align: center;
}
.masonry_ctn.grid_post .blog_load_more_cont, .masonry_ctn.blog_masonry .blog_load_more_cont, .masonry_ctn.rd_staff_posts_ctn .blog_load_more_cont, .masonry_ctn.blog_2_col .blog_load_more_cont, .masonry_ctn.blog_3_col .blog_load_more_cont, .masonry_ctn.blog_4_col .blog_load_more_cont {
margin-left:-115px;
}
.blog_load_more_cont a {
position:relative;
z-index:2;
padding: 16px 20px 16px 20px;
text-decoration: none;
display: inline-block;
position: relative;
text-align: center;
max-width: 100%;
font-weight: 900;
font-size: 16px;
text-transform: uppercase;
vertical-align: middle;
border-radius: 3px;
letter-spacing: 1px;
}
.refresh_icn {
font-family:"FontAwesome";
z-index:1;
margin-right:15px;
}
.refresh_icn:before {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon-refresh {
top:17px;
}
.multi_author_post {
padding-bottom: 0 !important;
margin-bottom: 10px;
}
.author_date_ctn {
position:absolute;
top:0;
left:0;
height:100%;
}
.right_posts .author_date_ctn {
left:auto;
right:0;
}
.author_date_ctn img {
padding: 8px;
width: 120px;
border-radius: 200px;
position:relative;
left: 0;
top: 0;
background: #fff;
}
.author_date_ctn .rounded_date_ctn {
text-align: center;
width: 76px;
height: 76px;
border-radius: 100px;
border: 3px solid #fff;
position: absolute;
left: 50%;
margin-left: -38px;
top: 76px;
}
.author_date_ctn .author_date_d {
font-size: 21px;
font-weight: 300;
width: 40px;
padding: 0 0 5px 0;
margin: 14px auto 2px;
border-bottom: 1px solid;
}
.author_date_ctn .author_date_m {
font-size:14px;
font-weight:700;
text-transform:uppercase;
}
.author_date_ctn:before {
content: "";
position: absolute;
width: 3px;
background: red;
height: calc(100% - 162px);
top: 162px;
left: 50%;
border-radius: 100px;
}
.multi_author_ctn {
margin-left: 170px;
padding: 19px 19px 13px;
border: 1px solid #ebebeb;
z-index: 1;
position: relative;
margin-bottom: 30px;
}
.right_posts .multi_author_ctn {
margin-left:0;
margin-right:170px;
}
.multi_author_ctn:after {
position: absolute;
content: "";
width: calc(100% - 10px );
height: 9px;
border: 1px solid #ebebeb;
z-index: 0;
background: #fff;
left: 9px;
bottom: -11px;
}
.multi_author_ctn .sep_25 {
padding-bottom:15px;
}
.multi_author_ctn .post-title h2 {
font-size:24px;
line-height:24px;
}
.multi_author_ctn .post-info {
margin:12px 0 13px 0;
}
.post.multi_author_post .more-link {
color: #2c3e50;
border: none;
text-transform: none;
letter-spacing: normal;
font-size: 14px;
padding: 11px 0 0 0;
margin: 0;
font-weight:700;
line-height: 14px;
}
.post.multi_author_post .more-link:before {
content: "\f105";
font-family: "FontAwesome";
padding-right: 7px;
}
.blog_load_more_cont.multi_author_load {
position: absolute;
left: 42px;
margin-left: 0px;
bottom: 25px;
width: 39px;
height: auto;
border-radius: 300px;
text-align: center;
}
.right_posts .blog_load_more_cont.multi_author_load {
left: auto;
right: 39px;
}
.blog_load_more_cont.multi_author_load a {
border-radius: 400px;
width: 39px;
height: 39px;
padding: 0;
margin: 0;
}
.blog_load_more_cont.multi_author_load .refresh_icn {
top: 10px;
font-size: 20px;
left: 11px;
margin-right:0;
line-height:normal;
position:absolute;
}
.blog_load_more_cont.multi_author_load .refresh_icn.fa-refresh {
line-height:normal;
font-size:16px;
position:absolute;
margin-right:0;
} .masonry_ctn.standard_business {
margin-bottom:0;
}
.business_author_post .top_info_ctn {
overflow:auto;
padding-bottom:40px;
}
.post_b_avatar {
float:left;
}
.post_b_avatar img {
display:block;
border-radius:300px;
}
.post_b_ad {
float:left;
padding-left:22px;
}
.post_b_author {
font-weight:600;
font-size:16px;
padding:7px 0 5px 0;
}
.post_b_category {
float:right;
}
.post_b_category a {
padding:10px 15px;
margin:0 0 10px 10px;
display: inline-block;
}
.business_author_post .post-title h2 {
font-size:30px;
line-height:50px;
font-weight:300;
}
.business_author_post .entry {
margin-top:8px;
line-height:30px;
}
.post_single_business .entry{
margin-top:0px;
line-height:30px;
}
.business_author_post .entry p,.post_single_business .entry p{
line-height:30px;
}
.business_author_post .post-info {
font-size: 14px;
margin: 16px 0px 0px 0px;
padding-bottom: 58px;
}
.business_author_post .post-info a:first-child{
font-weight:600;
}
.standard_business .blog_load_more_cont {
margin-left:0;
right:0;
left:inherit;
width:auto;
}
.standard_business .blog_load_more_cont a {
position: relative;
z-index: 2;
padding: 10px 15px;
text-decoration: none;
display: inline-block;
position: relative;
text-align: center;
max-width: 100%;
font-weight: 400;
font-size: 14px;
text-transform:none;
vertical-align: middle;
border-radius: 3px;
letter-spacing:normal;
}
.navigation.b_nav {
padding: 0px 0px 20px 0px;
margin-top: 0px;
border: none!important;
}
.b_nav .pagination {
clear: both;
padding: 0px 0;
position: relative;
font-size: 11px;
line-height: 13px;
overflow: auto;
float: right;
}
.b_nav .pagination span,.b_nav .pagination a {
margin: 2px 0px 2px 4px;
font-size: 14px;
border-radius: 3px;
}
.business_sp_title {
background-size: cover !important;
-moz-background-size: cover !important;
-webkit-background-size:cover !important;
box-sizing: content-box!important;
-moz-box-sizing: content-box!important;
-webkit-box-sizing: content-box!important;
background-position: center top !important;
text-align:center;
position: relative;
}
.business_sp_title:after, .rp_business:after {
position: absolute;
content: "";
width: 100%;
height: 100%;
background-color: rgba(27, 46, 63, 0.4);
top: 0;
left: 0;
z-index: 0;
}
.bs_single_post_navigation {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
a.bs_previous_project,a.bs_next_project {
position: absolute;
left: 50px;
top: 50%;
margin-top: -22.5px;
max-width: 55px;
height: 55px;
background-color: rgba(0,0,0,0.3);
line-height: 55px;
padding:0 24px;
border-radius: 3px;
color:#fff;
overflow:hidden;
font-size:12px;
font-weight:bold;
letter-spacing:1px;
text-transform:uppercase;
text-align:left;
z-index: 2;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}
a.bs_previous_project span,a.bs_next_project span {
-webkit-transition:all 0.35s ease;
-moz-transition:all 0.35s ease;
-o-transition:all 0.35s ease;
-ms-transition:all 0.35s ease;
transition: all 0.35s ease;
opacity:0;
}
a.bs_previous_project:before,.b_related_left:after {
font-family: 'FontAwesome';
content: '\f104';
padding-right: 16px;
font-weight:normal;
letter-spacing:normal;
}
a.bs_previous_project:hover,a.bs_next_project:hover {
max-width:500px;
color:#fff;
padding:0 30px;
}
a.bs_previous_project:hover span,a.bs_next_project:hover span{
opacity:1;
}
a.bs_next_project {
left: auto;
right: 50px!important;
direction: rtl;
}
a.bs_next_project:after,.b_related_right:after {
font-family: 'FontAwesome';
content: '\f105';
padding-left: 16px;
font-weight:normal;
letter-spacing:normal;
}
.business_sp_title .wrapper,.business_related_post .wrapper{
z-index:1;
color:#fff;
padding: 114px 0;
max-width: 1000px;
}
.business_sp_title h1{
text-align:center;
font-size: 48px;
line-height: 70px;
color:#fff;
font-weight:300;
}
.business_sp_title img{
border-radius:200px;
-moz-border-radius: 200px;
-webkit-border-radius: 200px;
margin:60px 0 29px;
}
.business_sp_title .wrapper a{
display:inline-block;
color:#fff;
width:100%;
font-size:20px;
font-weight:600;
margin-bottom:8px;
}
.business_related_carousel {
width:100%;
position:relative;
}
.b_related_nav {
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
}
.b_related_left,.b_related_right {
position: absolute;
left: 50px;
top: 50%;
margin-top: -22.5px;
width: 55px;
height: 55px;
background-color: rgba(0,0,0,0.3);
line-height: 55px;
padding:0 24px;
border-radius: 3px;
color:#fff;
overflow:hidden;
font-size:12px;
font-weight:bold;
letter-spacing:1px;
text-transform:uppercase;
text-align:left;
z-index: 2;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
cursor:pointer;
}
.b_related_right{
left: auto;
right: 50px!important;
direction: rtl;
}
.b_related_left:hover,.b_related_right:hover {
background-color: rgba(0,0,0,0.7);
}
.business_related_post {
float:left;
text-align:center;
background-size: cover !important;
-moz-background-size: cover !important;
-webkit-background-size:cover !important;
box-sizing: content-box!important;
-moz-box-sizing: content-box!important;
-webkit-box-sizing: content-box!important;
}
.business_related_post .wrapper {
max-width:760px;
}
h2.b-post-title{
text-align:center;
font-size: 36px;
line-height: 62px;
color:#fff;
font-weight:300;
}
.business_related_post h4 {
text-align:center;
font-size:18px;
line-height:22px;
letter-spacing:2px;
font-weight:400;
margin-bottom:60px;
color:#fff;
position:relative;
}
.business_related_post h4:after {
content:"";
position:absolute;
bottom: -43px;
border-bottom:1px solid;
width:70px;
left:50%;
margin-left:-35px;
}
.b-read-now {
font-size: 14px;
text-transform: uppercase;
font-weight: bold;
line-height: 55px;
border-radius: 3px;
color: #fff;
text-align: center;
min-width: 200px;
background: rgba(0,0,0,0.5);
display: inline-block;
margin-top:44px;
}
.b-read-now:hover {
color:#fff;
}
.share_icons_business .share-box ul {
width:100%;
}
.share_icons_business .share-box ul li {
width: 16.1%!important;
margin: 0.28%!important;
height:40px!important;
border-radius: 3px;
}
.share_icons_business .share-box li a {
line-height: 40px;
display: block !important;
font-size: 17px;
border-radius: 3px;
color: #fff;
}
#author-bio-business {
width: 100%;
float: left;
margin-top: 50px;
}
#author-bio-business img {
float: left;
border-radius: 200px;
width:70px;
}
#author-bio-business #author-info{
padding-left:100px;
}
#author-bio-business #author-info p{
margin-bottom: 10px;
font-size:13px;
}
#business_comments .comment_count h3{
margin-bottom: 77px;
}
#business_comments #comments > ul > li ul{
border:none!important;
}
#business_comments #comments ul li li .comment_ctn:before{
display:none;
}
#business_comments #add-comment h4,#business_comments .comment_count h3{
font-size:13px;
text-transform:uppercase;
letter-spacing:1px;
font-weight:bold;
position:relative;
line-height:normal;
}
#business_comments #comments > ul > li {
padding-bottom:40px;
}
#business_comments #comments > ul > li:last-child{
padding-bottom:0px;
}
#business_comments #comments > ul > li:last-child .comment_ctn,#business_comments #comments{
margin-bottom:0;
}
#business_comments #comments > ul > li ul {
margin-top:19px;
}
#business_comments #comments ul li .comment_ctn {
background: none;
box-shadow: none;
border: none;
padding: 0 0 33px 0;
}
#business_comments #comments ul li .avatar img {
width:50px;
border-radius: 100px;
background: none;
box-shadow: none;
border: none;
}
#business_comments #comments ul li .details span.author{
font-size: 16px;
font-weight: 600;
}
#business_comments #comments ul li .details {
padding: 7px 0 0 20px;
}
#business_comments #comments ul li .details span.date {
margin-top:1px;
}
#business_comments #comments ul li .comment {
padding-top:20px;
}
#business_comments #comments ul li .comment p {
line-height:30px;
}
#comments ul li em{
padding-left: 30px;
}
#business_comments #add-comment{
padding-top:22px;
}
#business_comments #add-comment h4{
padding-bottom:55px;
}
#business_comments #comments ul li .details span.Reply a {
font-size: 14px;
text-transform: none;
font-weight: normal;
background:none!important;
padding: 6px 13px;
border-radius: 0;
}
#business_comments #add-comment input#submit,#respond input#submit {
font-weight: bold;
font-size: 14px;
letter-spacing: 0;
float: right;
}
.nocomments {display: none !important} .masonry_ctn.standard_trending {
max-width:770px;
}
#fw_c .masonry_ctn.standard_trending {
margin-left:auto;
margin-right:auto;
}
.standard_trend_post_wrapper .post-info {
float:none;
font-family: "Playfair display";
font-size: 14px;
padding:45px 70px 16px;
border: none!important;
letter-spacing:1px;
margin:0;
}
.standard_trend_post_wrapper .post-title {
padding:0 70px;
}
.standard_trend_post_wrapper .post-title h2{
font-weight: 900;
line-height: 30px;
font-size: 30px;
letter-spacing:1.5px;
font-family: "Raleway";
text-transform:uppercase;
position:relative;
}
.standard_trend_post_wrapper .post-title h2:after {
position: absolute;
content: "";
border-bottom: 2px solid;
width: 50px;
left: 0;
bottom: -17px;
}
.standard_trend_post_wrapper .entry {
padding:0 70px;
margin: 30px 0px 0px 0px;
}
.standard_trend_post_wrapper .more {
float:none;
border-radius:0;
font-family: "Raleway";
text-transform:uppercase;
letter-spacing:1.5px;
font-size: 14px;
margin: 25px 0 0px 0px;
padding: 14px 21px 12px;
}
.standard_trend_post_wrapper .post-info-bottom{
width: 100%;
margin-top: 50px;
padding: 26px 70px 24px;
}
.standard_trend_post_wrapper .zilla-likes {
float:right;
} .trending_post_wrapper{
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.trending_post_wrapper:hover {
-webkit-box-shadow: 0 0 15px 0px rgba(0,0,0,0.15);;
-moz-box-shadow: 0 0 15px 0px rgba(0,0,0,0.15);;
box-shadow: 0 0 15px 0px rgba(0,0,0,0.15);;
}
.trending_post_wrapper .more {
font-size:14px;
text-transform:none;
font-weight:bold;
float:none;
padding:7px 0;
}
.trending_post_wrapper .post_ctn {
padding: 0 30px 5px;
}
.trending_post_wrapper .post-title h2 {
font-family:"Raleway";
font-size:16px!important;
font-weight:900;
line-height:24px;
text-transform:uppercase;
letter-spacing:1.5px;
}
.post .trending_post_wrapper .post-info {
border:none!important;
font-family:"Playfair display";
font-size:12px!important;
letter-spacing:1px;
margin: 3px 0px 2px 0px;
}
.ajax_post.grid_trend_blog_post {
padding-bottom:30px !important;
}
.trend_loadmore{
padding-bottom:100px!important;
}
.trend_loadmore .blog_load_more_cont a{
font-family:"Raleway";
font-weight:800;
letter-spacing:1px;
font-size:14px;
padding: 21px 50px 18px 50px;
border-radius:0;
} #pbd-alp-load-posts {
padding:20px 0;
margin-left:30px;
}
#pbd-alp-load-posts a {
padding:10px 15px 10px 30px;
background-color:#fafafa;
position:relative;
border:1px solid rgba(0, 0, 0, 0.1);
}
.navigation {
padding:0px 0px 40px 0px;
width:100%;
margin-top: 35px;
font-weight:normal;
}
.masonry_ctn .navigation {
position:absolute;
bottom:0;
}
.pagination {
clear:both;
padding:17px 0;
position:relative;
font-size:11px;
line-height:13px;
overflow:auto;
float:left;
}
.pagination span, .pagination a {
display: inline-block;
*display: inline;
margin-bottom: 0;
*margin-left: .3em;
text-align: center;
font-size:15px;
font-weight:400;
outline: none;
overflow: visible; cursor: pointer;
border:1px solid #ebebeb;
text-shadow:none;
float:left;
margin: 2px 4px 2px 0;
padding:8px 0px 7px 0px;
width:auto;
min-width: 30px;
max-width:30px;
border-radius:5px;
}
.pagination a:hover {
color:#676767 !important;
background: #fcfcfc;
}
.pagination .current {
background: #fcfcfc;
}
.pagination a.active, .pagination a:active {
background-color: #fcfcfc;
background-image: none;
color:#676767 !important;
outline: 0;
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.navigation_prev:before {
font-family:"FontAwesome";
font-size:15px;
content:"\f104 "
}
.navigation_first:before {
font-family:"FontAwesome";
font-size:15px;
content:"\f100"
}
.navigation_next:before {
font-family:"FontAwesome";
font-size:15px;
content:"\f105"
}
.navigation_last:before {
font-family:"FontAwesome";
font-size:15px;
content:"\f101"
}
.pagination_current_position {
float:right;
margin-top: 24px;
font-size:14px;
} .share-box {
width:100%;
text-align:center;
height:70px;
padding:0 0 30px 0;
float:left;
}
.share-box ul {
width:auto;
float:none;
list-style:none;
text-align:left;
display:inline-block;
zoom:1;
margin:0 auto;
padding:0 0 0 0px;
margin-top:20px;
}
.share-box li {
float:left;
list-style:none;
margin:0;
padding:0;
margin-right:0px!important;
position:relative;
border-left:none!important;
width:34px!important;
height:34px!important;
}
.share-box li a {
line-height:34px;
display:block !important;
font-size:12px;
}
.share-box li.facebook a {
width:27px!important;
background:url(//aarron.aero/wp-content/themes/thefox/images/share_icons/facebook.png) no-repeat;
background-position:0px 0px;
background-size: 27px;
min-height:29px;
min-width:27px;
}
.share-box li.twitter a {
width:28px!important;
background:url(//aarron.aero/wp-content/themes/thefox/images/share_icons/twitter.png) no-repeat;
background-position:0px 0px;
background-size: 28px;
min-height:28px;
min-width:28px;
}
.share-box li.linkedin a {
width:28px!important;
background:url(//aarron.aero/wp-content/themes/thefox/images/share_icons/linkedin.png) no-repeat;
background-position:0px 0px;
background-size: 28px;
min-height:28px;
min-width:28px;
}
.share-box li.reddit a {
width:28px!important;
background:url(//aarron.aero/wp-content/themes/thefox/images/share_icons/reddit.png) no-repeat;
background-position:0px 0px;
background-size: 28px;
min-height:28px;
min-width:28px;
}
.share-box li.tumblr a {
width:28px!important;
background:url(//aarron.aero/wp-content/themes/thefox/images/share_icons/tumblr.png) no-repeat;
background-position:0px 0px;
background-size: 28px;
min-height:28px;
min-width:28px;
}
.share-box li.google a {
width:28px!important;
background:url(//aarron.aero/wp-content/themes/thefox/images/share_icons/g+.png) no-repeat;
background-position:0px 0px;
background-size: 28px;
min-height:28px;
min-width:28px;
}
.share-box li.email a {
width:28px;
background:url(//aarron.aero/wp-content/themes/thefox/images/share_icons/mail.png) no-repeat;
background-position:0px 0px;
background-size: 28px;
min-height:28px;
min-width:28px;
} .slide_post {
position:relative;
float:left;
}
.slide_post img {
display:block;
}
.slide_post_info {
position: absolute;
top: 0;
height: 100%;
width: 50%;
background: rgba(44, 62, 80, 0.9);
padding: 21px 30px 30px;
}
.rd_alt_slide .slide_post_info {
position: absolute;
bottom: 0;
top: inherit;
height: 170px;
width: 100%;
background: rgba(44, 62, 80, 0.8);
padding: 21px 30px 30px;
}
.rd_squared_slide .slide_post_info {
position: absolute;
bottom: 0;
top: inherit;
height: 80px;
width: 100%;
background: rgba(34, 37, 51, 0.9);
padding: 19px 20px 10px;
}
.slide_post h2 {
font-size: 24px;
margin-bottom: 5px;
}
.rd_alt_slide .slide_post h2 {
font-size: 20px;
margin-bottom: 10px;
}
.rd_squared_slide .slide_post h2 {
font-size: 14px;
margin-bottom: 5px;
line-height: 20px;
text-transform: uppercase;
font-weight: 900;
letter-spacing: 1px;
}
.slide_post h2 a {
color:#fff;
}
.sp_date {
font-size:15px;
color:#fff;
padding: 2px 0 5px 0;
}
.rd_alt_slide .sp_date {
display:none;
}
.rd_squared_slide .sp_date {
font-size:12px;
text-transform:uppercase;
}
.rd_alt_slide .rp_nav {
position: absolute;
width: 100%;
z-index: 100;
top: 20px;
left:0px;
}
.rd_squared_slide .rp_nav {
position: absolute;
right: 0;
bottom: 0;
width: 160px;
}
.sp_left, .sp_right {
border:1px solid #fff;
width:30px;
height:30px;
float:left;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.sp_right {
margin-left:5px;
}
.rd_alt_slide .rp_nav .sp_left {
position:absolute;
right:70px;
}
.rd_alt_slide .rp_nav .sp_right {
position:absolute;
right:35px;
}
.sp_left:before {
font-family: 'FontAwesome';
content: '\f104';
padding-left: 11px;
line-height: 28px;
color: #fff;
}
.sp_right:before {
font-family: 'FontAwesome';
content: '\f105';
padding-left: 12px;
line-height: 28px;
color: #fff;
}
.rd_squared_slide .sp_left, .rd_squared_slide .sp_right {
border:none;
width: 80px;
height: 80px;
text-align: center;
font-size: 23px;
float: left;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
margin:0;
}
.rd_squared_slide .sp_left:before, .rd_squared_slide .sp_right:before {
padding-left:0px;
line-height: 80px;
} .masonry_ctn.blog_2_col {
margin-left:-30px;
}
.masonry_ctn.blog_3_col {
margin-left:-30px;
}
.masonry_ctn.blog_4_col {
margin-left:-30px;
}
.vc_span6 .rp_type01, .vc_span6 .rp_type02, .vc_span6 .rp_type03, .vc_span6 .rp_type04, .vc_span6 .rp_type05, .vc_span6 .rp_type06, .vc_span6 .rp_type07, .vc_span6 .rp_type09, .vc_span6 .rp_type10 {
width: 100%;
}
.vc_span6 .rp_type08 {
width: 50%;
} .rp_type01.ajax_post.blog_4_col, .rp_type01.ajax_post.blog_3_col, .rp_type01.ajax_post.blog_2_col, .rp_type01.ajax_post.blog_1_col {
padding-bottom:40px !important;
}
.rp_type01 .post_ctn {
padding: 0 0 0 189px;
}
.rp_type01 .post-attachement {
width: 170px;
float: left;
margin-top: 6px;
}
.rp_type01 .post-attachement:hover .rp_image, .rp_type01 .post-attachement:hover .rp_gallery, .rp_type01 .post-attachement:hover .rp_quote, .rp_type01 .post-attachement:hover .rp_video, .rp_type01 .post-attachement:hover .rp_normal, .rp_type01 .post-attachement:hover .rp_audio {
width:170px;
height:200px;
font-size:36px;
line-height:200px;
}
.rp_type01 .rp_image, .rp_type01 .rp_gallery, .rp_type01 .rp_quote, .rp_type01 .rp_video, .rp_type01 .rp_normal, .rp_type01 .rp_audio {
position:absolute;
top:0px;
width:40px;
height:40px;
background:rgba(23,33,42,0.7);
text-align: center;
line-height: 39px;
color: #fff;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
font-size:18px;
}
.rp_type01 .rp_image:before {
font-family:"elg";
content: "\e005";
}
.rp_type01 .rp_gallery:before {
font-family:"elg";
content: "\e006";
}
.rp_type01 .rp_audio:before {
font-family:"elg";
content: "\e08e";
}
.rp_type01 .rp_quote:before {
font-family:"elg";
content: "\7b";
}
.rp_type01 .rp_normal:before {
font-family:"elg";
content: "\6c";
}
.rp_type01 .rp_video:before {
font-family:"elg";
content: "\e024";
}
.rp_type01 .post-title h2 {
font-size: 18px;
}
.rp_type01 .rp_post_info {
font-size: 14px;
padding-top:11px;
}
.rp_type01 .rp_post_info div {
padding-bottom:10px;
}
.rp_type01 .rp_post_time:before, .rp_type01 .rp_post_comment:before, .rp_type01 .rp_post_cat:before {
font-family:"elg";
font-size:15px;
padding-right:10px;
}
.rp_type01 .rp_post_time:before {
content: "\e025";
}
.rp_type01 .rp_post_comment:before {
content: "\77";
}
.rp_type01 .rp_post_cat:before {
content: "\e012";
} .rp_type02.ajax_post.blog_4_col, .rp_type02.ajax_post.blog_3_col, .rp_type02.ajax_post.blog_2_col, .rp_type02.ajax_post.blog_1_col {
padding-bottom:18px !important;
}
.rp_type02 .post_ctn {
padding:0 0 0 120px;
}
.rp_type02 .post-attachement {
width:100px;
float:left;
margin-top:8px;
}
.rp_type02 .post-attachement img {
display:block;
}
.rp_type02 .rp_post_time {
width: 100px;
height: 30px;
line-height: 30px;
text-align: center;
font-size: 16px;
color: #fff;
}
.rp_type02 .post-title h2 {
font-size: 18px;
font-weight:700;
margin-bottom:6px;
}
.rp_type02 .rp_entry {
border-bottom:1px solid;
padding: 0 0 5px 0;
margin-bottom: 13px;
}
.rp_type02 .rp_post_info {
font-size:15px;
white-space: pre-wrap;
} .rp_type03.ajax_post.blog_4_col, .rp_type03.ajax_post.blog_3_col, .rp_type03.ajax_post.blog_2_col, .rp_type03.ajax_post.blog_1_col {
padding-bottom:18px !important;
}
.rp_type03 .post_ctn {
padding: 12px 15px 10px 190px;
border:1px solid;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rp_type03 .post-attachement {
width:170px;
float:left;
}
.rp_type03 .post-attachement img {
display:block;
}
.rp_type03 .rp_image, .rp_type03 .rp_gallery, .rp_type03 .rp_quote, .rp_type03 .rp_video, .rp_type03 .rp_normal, .rp_type03 .rp_audio {
width: 70px;
height: 70px;
line-height:68px;
font-size:24px;
position:absolute;
left:11px;
top:11px;
text-align: center;
color: #fff;
border:1px solid #fff;
border-radius:100px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
opacity:0;
}
.rp_type03 .rp_image:before {
font-family:"elg";
content: "\e005";
}
.rp_type03 .rp_gallery:before {
font-family:"elg";
content: "\e006";
}
.rp_type03 .rp_audio:before {
font-family:"elg";
content: "\e08e";
}
.rp_type03 .rp_quote:before {
font-family:"elg";
content: "\7b";
}
.rp_type03 .rp_normal:before {
font-family:"elg";
content: "\6c";
}
.rp_type03 .rp_video:before {
font-family:"elg";
content: "\e024";
}
.rp_type03 .rp_post_time {
width: 70px;
height: 70px;
line-height:24px;
position:absolute;
left:11px;
top:11px;
text-align: center;
color: #fff;
background:rgba(34,37,51,0.5);
border:1px solid #fff;
border-radius:100px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rp_type03:hover .rp_post_time {
opacity:0;
}
.rp_type03:hover .rp_image, .rp_type03:hover .rp_gallery, .rp_type03:hover .rp_quote, .rp_type03:hover .rp_video, .rp_type03:hover .rp_normal, .rp_type03:hover .rp_audio {
opacity:1;
}
.rp_type03 .rp_day {
font-size: 24px;
font-weight: 300;
clear: both;
display: block;
margin-top: 12px;
text-align: center;
}
.rp_type03 .rp_month {
font-size:14px;
font-weight:300;
}
.rp_type03 .post-title h2 {
font-size: 18px;
font-weight:700;
margin-bottom:4px;
}
.rp_type03 .rp_entry {
}
.rp_type03 .rp_post_info {
font-size:14px;
white-space: pre-wrap;
border-bottom:1px solid;
border-right:1px solid;
padding: 4px 0 6px 190px;
} .rp_type04.ajax_post.blog_4_col, .rp_type04.ajax_post.blog_3_col, .rp_type04.ajax_post.blog_2_col, .rp_type04.ajax_post.blog_1_col {
padding-bottom:17px !important;
}
.rp_type04 .post_ctn {
padding: 0 0 0 189px;
}
.rp_type04 .post-attachement {
width: 170px;
float: left;
margin-top: 9px;
}
.rp_type04 .post-attachement:hover .rp_image, .rp_type04 .post-attachement:hover .rp_gallery, .rp_type04 .post-attachement:hover .rp_quote, .rp_type04 .post-attachement:hover .rp_video, .rp_type04 .post-attachement:hover .rp_normal, .rp_type04 .post-attachement:hover .rp_audio {
width:170px;
height:170px;
font-size:24px;
line-height:170px;
}
.rp_type04 .rp_image, .rp_type04 .rp_gallery, .rp_type04 .rp_quote, .rp_type04 .rp_video, .rp_type04 .rp_normal, .rp_type04 .rp_audio {
position:absolute;
top:0px;
width:30px;
height:30px;
background:rgba(23,33,42,0.7);
text-align: center;
line-height: 29px;
color: #fff;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
font-size:12px;
}
.rp_type04 .rp_image:before {
font-family:"elg";
content: "\e005";
}
.rp_type04 .rp_gallery:before {
font-family:"elg";
content: "\e006";
}
.rp_type04 .rp_audio:before {
font-family:"elg";
content: "\e08e";
}
.rp_type04 .rp_quote:before {
font-family:"elg";
content: "\7b";
}
.rp_type04 .rp_normal:before {
font-family:"elg";
content: "\6c";
}
.rp_type04 .rp_video:before {
font-family:"elg";
content: "\e024";
}
.rp_type04 .post-title h2 {
font-size: 14px;
text-transform:uppercase;
font-weight:900;
}
.rp_type04 .rp_post_info {
font-size: 12px;
text-transform:uppercase;
white-space:pre-wrap;
letter-spacing:1px;
}
.rp_type04 .rp_post_info div {
padding-bottom:10px;
}
.rp_type04 .rp_entry {
padding:26px 0 0 189px;
} .rp_type05.ajax_post.blog_4_col, .rp_type05.ajax_post.blog_3_col, .rp_type05.ajax_post.blog_2_col, .rp_type05.ajax_post.blog_1_col {
padding-bottom:18px !important;
}
.rp_type05 .post_ctn {
padding: 11px 15px 9px 189px;
border:1px solid;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rp_type05 .post-attachement {
width:170px;
float:left;
}
.rp_type05 .post-attachement img {
display:block;
}
.rp_type05 .rp_image, .rp_type05 .rp_gallery, .rp_type05 .rp_quote, .rp_type05 .rp_video, .rp_type05 .rp_normal, .rp_type05 .rp_audio {
width: 70px;
height: 70px;
line-height:68px;
font-size:24px;
position:absolute;
left:11px;
top:11px;
text-align: center;
color: #fff;
border:1px solid #fff;
border-radius:100px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
opacity:0;
}
.rp_type05 .rp_image:before {
font-family:"elg";
content: "\e005";
}
.rp_type05 .rp_gallery:before {
font-family:"elg";
content: "\e006";
}
.rp_type05 .rp_audio:before {
font-family:"elg";
content: "\e08e";
}
.rp_type05 .rp_quote:before {
font-family:"elg";
content: "\7b";
}
.rp_type05 .rp_normal:before {
font-family:"elg";
content: "\6c";
}
.rp_type05 .rp_video:before {
font-family:"elg";
content: "\e024";
}
.rp_type05:hover .rp_image, .rp_type05:hover .rp_gallery, .rp_type05:hover .rp_quote, .rp_type05:hover .rp_video, .rp_type05:hover .rp_normal, .rp_type05:hover .rp_audio {
opacity:1;
}
.rp_type05 .post-title h2 {
font-size: 18px;
font-weight:700;
margin-bottom:9px;
}
.rp_type05 .rp_entry, .rp_type05 .rp_entry p {
line-height:21px;
}
.rp_type05 .rp_post_info {
font-size: 14px;
border-bottom: 1px solid;
border-right: 1px solid;
padding: 0px 0 0px 19px;
overflow: auto;
line-height: 35px;
height: 36px;
}
.rp_type05 .rp_post_cat {
float:left;
border-right:1px solid;
padding-right: 15px;
margin-right: 15px;
}
.rp_type05 .rp_post_author {
float:left;
border-right:1px solid;
padding-right: 15px;
margin-right: 15px
}
.rp_type05 .rp_post_time {
float:left;
} .rp_type06.ajax_post.blog_4_col, .rp_type06.ajax_post.blog_3_col, .rp_type06.ajax_post.blog_2_col, .rp_type06.ajax_post.blog_1_col {
padding-bottom:41px !important;
}
.rp_type06 .post_ctn {
padding: 0 0 0 120px;
}
.rp_type06 .post-attachement {
width: 100px;
float: left;
margin-top: 5px;
}
.rp_type06 .post-title h2 {
font-size: 18px;
}
.rp_type06 .rp_post_info {
font-size: 14px;
padding-top:8px;
}
.rp_type06 .rp_post_time {
} .rd_staff_posts_ctn.type07.staff_has_nav {
margin-bottom: 50px !important;
padding-bottom: 60px;
}
.rd_staff_posts_ctn.type07 {
margin-bottom:0!important;
}
.rp_type07.ajax_post.blog_4_col, .rp_type07.ajax_post.blog_3_col, .rp_type07.ajax_post.blog_2_col, .rp_type07.ajax_post.blog_1_col {
padding-bottom:42px !important;
}
.rp_type07 .post_ctn {
padding:0 0 0 290px;
}
.rp_type07 .post-attachement {
width:270px;
float:left;
margin-top:8px;
}
.rp_type07 .post-attachement img {
display:block;
}
.rp_type07 .rp_post_time {
width: 50px;
height: 50px;
line-height:19px;
position:absolute;
left:0px;
top:1px;
text-align: center;
color: #fff;
background:#2c3e50;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rp_type07 .rp_day {
font-size: 24px;
font-weight: 900;
clear: both;
display: block;
margin-top: 7px;
margin-bottom: 1px;
text-align: center;
}
.rp_type07 .rp_month {
font-size:12px;
font-weight:900;
text-transform:uppercase;
}
.rp_type07 .post-title h2 {
font-size: 18px;
font-weight:700;
margin-bottom:16px;
}
.rp_type07 .rp_entry p {
margin-bottom:20px;
}
.rp_type07 .rp_post_info {
font-size:15px;
}
.rp_type07 .rp_post_info:before {
content:"\f0e5";
font-family:'FontAwesome';
padding-right: 9px;
margin-top: -1px;
display: block;
float: left;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
} .rp_type08.ajax_post.blog_4_col, .rp_type08.ajax_post.blog_3_col, .rp_type08.ajax_post.blog_2_col, .rp_type08.ajax_post.blog_1_col {
padding-bottom:30px !important;
}
.rp_type08 .post_ctn {
width:100%;
}
.rp_type08 .post-attachement {
width:100%;
position:relative;
float:left;
}
.rp_type08 .post-attachement img {
display:block;
}
.rp_type08:hover .rp_post_time {
opacity:1;
}
.rp_type08 .rp_post_time {
width: 90px;
height: 90px;
line-height:19px;
position:absolute;
left:50%;
margin-top:-45px;
margin-left:-45px;
top:50%;
text-align: center;
color: #fff;
background:#21c2f8;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
border-radius:100px;
opacity:0;
}
.rp_type08 .rp_post_time:after {
content: "";
position: absolute;
width: 109px;
height: 109px;
left: -13px;
top: -13px;
border: 3px solid white;
border-radius: 100px;
background: none;
}
.rp_type08 .rp_day {
font-size: 36px;
font-weight: 300;
clear: both;
display: block;
margin-top: 22px;
margin-bottom: 11px;
text-align: center;
}
.rp_type08 .rp_month {
font-size:14px;
font-weight:400;
text-transform:uppercase;
}
.rp_type08 .post-title {
width:100%;
float:left;
background:#f9fafb;
padding: 0 20px;
margin-bottom:1px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rp_type08:hover .post-title a {
color:#fff!important;
}
.rp_type08 .post-title a {
color:#2c3e50!important;
}
.rp_type08 .post-title h2 {
font-size: 18px;
font-weight:700;
line-height:50px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rp_type08 .rp_post_info {
font-size:15px;
width:100%;
float:left;
line-height: 50px;
padding: 0 20px;
background:#f4f7f8;
color:#a1b1bc;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rp_type08:hover .rp_post_info {
background:#222533;
}
.rp_type08 .rp_post_comment {
float:left;
}
.rp_type08 .rp_post_comment:before {
content:"\f075";
font-family:'FontAwesome';
padding-right: 10px;
margin-top: -1px;
display: block;
float: left;
color:#a1b1bc;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rp_type08 .rp_post_more {
float:right;
}
.rp_type08 .rp_post_more:before {
content:"\f124";
font-family:'FontAwesome';
padding-right:10px;
display: block;
float: left;
color:#a1b1bc;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
} .rp_type09.ajax_post.blog_4_col, .rp_type09.ajax_post.blog_3_col, .rp_type09.ajax_post.blog_2_col, .rp_type09.ajax_post.blog_1_col {
padding-bottom:30px !important;
}
.rp_type09 .post_ctn {
width:100%;
padding:19px 0px 0;
position:absolute;
bottom: -135px;
background:white;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rp_type09:hover .post_ctn {
bottom:0px;
}
.rp_type09 .post-attachement {
width:100%;
position:relative;
float:left;
border:1px solid;
padding-bottom: 100px;
}
.rp_type09 .post-attachement img {
display:block;
width:100%;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.rp_type09:hover .post-attachement img {
transform:         scale(1.1) !important; -moz-transform:    scale(1.1) !important; -webkit-transform: scale(1.1) !important; -o-transform:      scale(1.1) !important; -ms-transform:     scale(1.1) !important; -webkit-filter: blur(3px);
-moz-filter: blur(3px);
-o-filter: blur(3px);
-ms-filter: blur(3px);
filter: blur(3px);
}
.rp_type09 .post-title {
width:100%;
padding:0 30px;
margin-bottom:4px;
float:left;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rp_type09 .post-title h2 {
font-size: 18px;
font-weight:700;
line-height:32px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rp_type09 .rp_entry {
width: 100%;
float: left;
border-top: 1px solid;
padding: 22px 30px;
margin-top: 25px;
border-bottom: 5px solid;
}
.rp_type09 .rp_arrow {
background:rgba(26,28,39,0.8);
width:60px;
height:60px;
position:absolute;
left:50%;
margin-left:-30px;
border-radius:100px;
text-align:center;
line-height:60px;
opacity:0;
top:74px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rp_type09:hover .rp_arrow {
opacity:1;
}
.rp_type09 .rp_arrow:after {
font-family: 'elg';
content: "\35";
font-size:35px;
color:#fff;
}
.rp_type09 .rp_entry p {
line-height:25px;
}
.rp_type09 .rp_post_info {
font-size:14px;
width:100%;
float:left;
padding:0 30px;
line-height: 20px;
white-space:pre-wrap;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rp_type09 .rp_post_info a {
display:inline!important;
} .rp_type10.ajax_post.blog_4_col, .rp_type10.ajax_post.blog_3_col, .rp_type10.ajax_post.blog_2_col, .rp_type10.ajax_post.blog_1_col {
padding-bottom:30px !important;
}
.rp_type10 .post_ctn {
padding: 13px 20px 15px 20px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
float:left;
width: calc(100% - 300px);
}
.rp_type10 .post-attachement {
width: 260px;
float:left;
}
.rp_type10 .post-attachement:before {
content: "";
width: 12px;
height: 12px;
position: absolute;
right: -6px;
top: 22px;
transform: rotate(45deg);
-ms-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
}
.rp_type10 .post-attachement img {
display:block;
}
.rp_type10 .rp_left_info {
float:left;
width:40px;
}
.rp_type10 .rp_avatar {
float:left;
width:40px;
margin-bottom:1px;
}
.rp_type10 .rp_avatar img {
display:block;
}
.rp_like {
float: left;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
background:#686d80;
margin-bottom: 1px;
}
.rp_like .zilla-likes {
color:#fff !important;
width: 40px;
height:40px;
display: block;
position:relative;
margin:0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rp_like .zilla-likes.active {
background:#ef584d;
}
.rp_like .zilla-likes:before {
content: "\e089";
position: absolute;
width: 40px;
display: block;
height: 40px;
color: #fff;
font-family: "elg";
font-size: 18px;
z-index: 0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rp_like .zilla-likes span {
display:none;
}
.rp_type10 .rp_post_time {
float:left;
background:#686d80;
width: 40px;
height: 71px;
text-align:center;
color:#fff;
}
.rp_type10 .rp_day {
font-size: 15px;
font-weight: 400;
clear: both;
display: block;
margin-top: 12px;
margin-bottom: 2px;
text-align: center;
}
.rp_type10 .rp_month {
font-size:14px;
font-weight:400;
}
.rp_type10 .rp_image, .rp_type10 .rp_gallery, .rp_type10 .rp_quote, .rp_type10 .rp_video, .rp_type10 .rp_normal, .rp_type10 .rp_audio {
width: 40px;
height: 40px;
line-height:40px;
font-size: 15px;
text-align: center;
color: #fff;
margin-bottom:1px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
float:left;
background:#17181b;
}
.rp_type10 .rp_image:before {
font-family:"elg";
content: "\e005";
}
.rp_type10 .rp_gallery:before {
font-family:"elg";
content: "\e006";
}
.rp_type10 .rp_audio:before {
font-family:"elg";
content: "\e08e";
}
.rp_type10 .rp_quote:before {
font-family:"elg";
content: "\7b";
}
.rp_type10 .rp_normal:before {
font-family:"elg";
content: "\6c";
}
.rp_type10 .rp_video:before {
font-family:"elg";
content: "\e024";
}
.rp_type10 .post-title h2 {
font-size: 18px;
font-weight:700;
margin-bottom:1px;
}
.rp_type10 .rp_entry, .rp_type10 .rp_entry p {
line-height:24px;
}
.rp_type10 .rp_post_info {
font-size: 14px;
padding: 0px 0 10px 0px;
overflow: auto;
}
.rp_type10 .rp_post_cat {
float:left;
border-right:1px solid;
padding-right: 15px;
margin-right: 15px;
}
.rp_type10 .rp_post_author {
float:left;
border-right:1px solid;
padding-right: 15px;
margin-right: 15px
}
.rp_type11.ajax_post.blog_4_col, .rp_type11.ajax_post.blog_3_col, .rp_type11.ajax_post.blog_2_col, .rp_type11.ajax_post.blog_1_col {
padding-bottom:30px !important;
}
.rp_type11 .post-attachement img{
display:block;
}
.rp_type11 .post-attachement:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
background-color:#262c39;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
opacity:0.8;
z-index: 0;
}
.rp_type11:hover .post-attachement:after {
opacity:0.96;
}
.rp_type11 .post_ctn {
width:100%;
position:absolute;
bottom:0px;
padding:45px;
background:none!important;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
color:#fff!important;
z-index:1;
}
.rp_type11 .post_ctn .post-title h2 a{
font-weight:600;
font-family:"Open sans";
font-size:24px;
line-height:36px;
}
.rp_type11 .post_ctn a,.rp_type11 .post_ctn a:hover{
color:#fff!important;
display: inline-block!important;
width: auto;
}
.rp_type11 .rp_post_info {
white-space: pre;
padding-top: 10px;
} .sc-share-box.a_left {
text-align:left;
}
.sc-share-box.a_right {
text-align:right;
}
.sc-share-box.a_center {
text-align:center;
}
.sc-share-box ul {
display:inline-block;
}
.sc-share-box ul {
width: 100%;
margin:0;
}
.sc-share-box.a_center ul {
margin-left:5px;
}
.sc-share-box.a_center ul li, .sc-share-box.a_left ul li {
margin-right:10px!important;
}
.sc-share-box.a_right ul li {
margin-left:10px!important;
}
.sc-share-box.a_center.business_share_icons ul li, .sc-share-box.a_left.business_share_icons ul li, .sc-share-box.a_right.business_share_icons ul li {
margin-right: 0.5%!important;
margin-left: 0.5% !important;
width: 15.66%!important;
height: 40px!important;
}
.sc-share-box a {
width: 30px;
height: 30px;
line-height: 30px;
display: inline-block;
border-radius: 2px;
border: 1px solid rgba(0,0,0,0);
}
.sc-share-box.business_share_icons a {
width: 100%;
height: 40px;
line-height: 40px;
font-size: 17px;
}
.sc-share-box a:hover {
background:none !important;
}
.sc-share-box ul li a:before {
width: 170px;
height: auto;
font-size: 14px;
min-height: 30px;
text-align: center;
color: #fff;
background: #171d22;
position: absolute;
B	left: 50%;
margin-left: -85px;
top: -36px;
border-radius: 3px;
opacity:0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.sc-share-box ul li a:after {
position: absolute;
content: "";
border-color: #171d22 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
border-style: solid solid solid solid;
border-width: 5px 5px 5px 5px;
height: 0;
left: 50%;
margin-left: -5px;
top: -6px;
opacity:0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.sc-share-box.business_share_icons ul li a:after {
top: 3px;
}
.sc-share-box ul li a:hover:before {
opacity:1;
top: -46px;
}
.sc-share-box.business_share_icons ul li a:hover:before {
opacity: 1;
top: -56px;
}
.sc-share-box ul li a:hover:after {
opacity:1;
top: -16px;
} .sc-four-quote-ctn {
display:table-row;
}
.sc-four-quote-first, .sc-four-quote-last {
display: table-cell;
width:50%;
float: none;
}
.sc-four-quote-first {
border-right:1px solid;
}
.quote-top-row .sc-four-quote-first, .quote-top-row .sc-four-quote-last {
border-bottom:1px solid;
}
.sc-four-quote-first p {
padding:0px 115px 0 40px;
font-style:italic;
margin-bottom: 19px;
position:relative;
}
.sc-four-quote-last p {
padding:0px 0px 0 155px;
font-style:italic;
margin-bottom: 19px;
position:relative;
}
.quote-bottom-row p {
padding-top:51px;
}
.sc-four-quote-first p:before {
left: -3px;
top: 5px;
font-size: 25px;
content: "“";
position: absolute;
font-weight: bold;
font-family: "MS Serif", "New York", serif;
}
.quote-bottom-row .sc-four-quote-first p:before {
top:56px;
}
.sc-four-quote-last p:before {
left: 112px;
top: 5px;
font-size: 25px;
content: "“";
position: absolute;
font-weight: bold;
font-family: "MS Serif", "New York", serif;
}
.quote-bottom-row .sc-four-quote-last p:before {
top:56px;
}
.sc-four-quote-first .quote_meta {
margin-left:40px;
}
.sc-four-quote-last .quote_meta {
margin-left:155px;
}
.quote-top-row .quote_meta {
margin-bottom:45px;
}
.quote_meta h3 {
float: left;
font-size:14px;
line-height:24px;
font-weight:bold;
margin-bottom:0px;
position:relative;
}
.quote_meta h3:before {
position: absolute;
width: 20px;
height: 3px;
content: "";
left: -40px;
top: 11px;
}
.quote_meta h4 {
float: left;
font-size: 14px;
line-height: 24px;
font-weight: normal;
margin-left: 3px;
margin-bottom:0px;
}
.sc-four-quote-icon {
width: 100%;
display: block;
height: 0px;
position: relative;
}
.sc-four-quote-icon:before {
content: "";
position: absolute;
width: 50px;
height: 50px;
background: #222533;
border-radius: 200px;
margin: -25px 0 0 -25px;
left: 50%;
color: #21c2f8;
font-size: 60px;
text-align: center;
top: 0;
line-height: 101px;
box-shadow: 0 0 0 1px #393e51, 0px 0 0 5px #222533, 0 0 0 6px #393e51;
z-index:1;
}
.sc-four-quote-icon:after {
content: "“";
position: absolute;
z-index: 2;
color: #21c2f8;
width: 50px;
left: 50%;
font-weight: bold;
margin-left: -25px;
font-family: "MS Serif", "New York", serif;
font-size: 54px;
text-align: center;
top: 1px;
} .tc_heading {
text-align: center;
font-weight: 300;
font-size: 36px;
margin-top:13px;
margin-bottom: 40px;
}
.rd_twitter_icon {
margin: 0 auto;
height: 100px;
width: 100px;
border-radius: 300px;
border: 2px solid #ffffff;
text-align:center;
margin-bottom: 44px;
position:relative;
}
.rd_tc_3 .rd_twitter_icon {
margin: 0 auto;
height: 80px;
width: 80px;
border-radius: 300px;
border: 3px solid #ffffff;
text-align: center;
margin-bottom: 53px;
position: relative;
}
.rd_tc_3 .rd_twitter_icon:before {
font-size: 28px;
line-height: 77px;
}
.rd_tc_4 .rd_twitter_icon {
margin-bottom:3px;
border:none;
}
.rd_tc_4 .rd_twitter_icon:before {
font-size: 54px;
line-height: 98px;
}
.rd_tc_2 .rd_twitter_icon {
margin-bottom: 58px;
}
.rd_tc_2 .rd_twitter_icon:after {
width: 119px;
height: 119px;
position: absolute;
content: "";
border: 1px solid;
border-radius: 200px;
left: 50%;
margin-left: -59.5px;
top: -12px;
}
.rd_twitter_icon:before {
content: "\e094";
font-family: 'elg';
font-size:30px;
line-height: 98px;
}
.rd_tc li {
width: 100%;
margin: 0 0 0px 0px;
overflow: visible;
padding: 0;
display: block;
float: left;
height: auto !important;
text-align: center;
}
.tweet_ctn {
font-size: 24px;
font-weight: 300;
line-height: 34px;
max-width: 850px;
margin-left: auto;
margin-right: auto;
}
.rd_tc_3 .tweet_ctn {
font-weight:normal;
}
.rd_tc_4 .tweet_ctn {
font-size: 30px;
font-weight: 700;
line-height: 40px;
letter-spacing:2px;
}
.tweet_user {
margin-top: 22px;
margin-bottom:5px;
}
.rd_tc_2 .tweet_user {
margin-top: 30px;
margin-bottom:21px;
position:relative;
}
.rd_tc_3 .tweet_user {
display:inline-block;
margin-top: 13px;
}
.rd_tc_3 .tweet_date {
display:inline-block;
margin-left:5px;
}
.rd_tc_4 .tweet_user {
font-size:14px;
margin-top: 17px;
text-transform:uppercase;
font-weight:bold;
display:inline-block;
}
.rd_tc_4 .tweet_date {
display:inline-block;
font-size:14px;
text-transform:uppercase;
font-weight:bold;
margin-left:5px;
}
.rd_tc_2 .tweet_user:after {
content: "";
width: 30px;
height: 1px;
position: absolute;
border-top: 1px solid;
left: 50%;
margin-left: -15px;
top: 31px;
}
.tweet_user a {
font-weight:bold;
font-size:18px;
}
.rd_tc_4 .tweet_user a {
font-size:14px;
}
.rd_twitter_nav {
width:100%;
height:36px;
position:relative;
margin-top:124px;
}
.rd_tc_2 .rd_twitter_nav {
margin-top: 50px;
}
.tweet_left {
width: 36px;
height: 36px;
border: 1px solid;
position: absolute;
left: 50%;
margin-left: -40px;
text-align: center;
border-radius: 200px;
line-height: 34px;
transform:         scale(0.9); -moz-transform:    scale(0.9); -webkit-transform: scale(0.9); -o-transform:      scale(0.9); -ms-transform:     scale(0.9); -webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.tweet_left:before {
font-family: 'elg';
content: "\34";
}
.tweet_left:hover, .tweet_right:hover {
transform:         scale(1); -moz-transform:    scale(1); -webkit-transform: scale(1); -o-transform:      scale(1); -ms-transform:     scale(1); }
.tweet_right {
width: 36px;
height: 36px;
border: 1px solid;
position: absolute;
right: 50%;
margin-right:-40px;
text-align: center;
border-radius: 200px;
line-height: 34px;
transform:         scale(0.9); -moz-transform:    scale(0.9); -webkit-transform: scale(0.9); -o-transform:      scale(0.9); -ms-transform:     scale(0.9); -webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.tweet_right:before {
content: "\35";
font-family: 'elg';
}
.rd_tc_4 .tweet_left, .rd_tc_4 .tweet_right {
width: 30px;
height: 30px;
transform:         scale(1); -moz-transform:    scale(1); -webkit-transform: scale(1); -o-transform:      scale(1); -ms-transform:     scale(1); line-height: 27px;
border-radius: 10px;
font-size: 17px;
}
.rd_tc_4 .tweet_left {
margin-left:-33px;
}
.rd_tc_4 .tweet_right {
margin-right:-33px;
}
.rd_tc_4 .rd_twitter_nav {
width: 100%;
height: 36px;
position: relative;
margin-top: 41px;
}
.rd_tc_5 .rd_twitter_icon {
height: 77px;
border:none!important;
}
.rd_tc_5 .rd_twitter_icon:before {
font-size:72px;
}
.rd_tc_5 .tweet_ctn {
font-size: 30px;
padding: 0px;
line-height: 50px;
position: relative;
font-weight: 300;
}
.rd_tc_5 .tweet_user{
margin: 93px 0 5px 0;
position: relative;
}
.rd_tc_5 .tweet_user:before {
content: "";
border-top: 1px solid;
width: 100px;
left: 50%;
top: -46px;
margin-left: -50px;
position: absolute;
}
.rd_tc_5 .tweet_user a{
font-weight: bold;
font-size: 14px;
text-transform: uppercase;
}
.rd_tc_5 .tweet_date{
text-transform:none;
font-weight: normal;
font-size: 14px;
} #sidebar {
width:270px;
padding-top:100px;
padding-bottom:100px;
}
#sidebar.business_sidebar {
width:370px;
position:relative;
}
.business_sidebar:before {
content: "";
width: 2000%;
height: 100%;
position: absolute;
top: 0;
z-index: -1;
}
.business_sidebar.right_sb {
padding-left:30px;
}
.business_sidebar.right_sb:before {
left:0;
}
.right_sb {
float:right;
}
.business_sidebar.left_sb {
padding-right:30px;
}
.business_sidebar.left_sb:before {
right:0;
}
.left_sb {
float:left;
}
.right_sb ul {
padding:0 0 0 0px;
}
.left_sb ul {
padding:0 0px 0 0px;
}
.sb_widget {
margin-bottom: 50px;
font-size: 14px;
}
.sb_widget select {
max-width: 98%;
}
.sb_widget h3 {
font-size:18px;
margin:0px 0 31px 0;
padding:0px 0 0 26px;
position:relative;
font-weight: 700;
}
.business_sidebar .sb_widget h3{
font-size:13px;
padding:0;
margin-bottom:51px;
text-transform: uppercase;
font-family: "Open sans";
}
.sb_widget > h3:before {
content:"";
width:14px;
position:absolute;
top:2px;
left:0;
}
.business_sidebar .sb_widget > h3:before,#business_comments #add-comment h4:before,#business_comments .comment_count h3:before {
top:44px;
width:70px;
border:none!important;
height:1px;
content:"";
left:0;
position:absolute;
}
.sb_widget ul li {
padding-bottom:10px;
}
#search {
overflow:hidden;
position:relative;
}
#sidebar #search, .wpb_widgetised_column #search,#footer #search{
padding-left: 0px;
padding-right: 0px;
}
.rd_search_sc #search input[type=submit], #sidebar #search input[type=submit], .wpb_widgetised_column #search input[type=submit],#footer #search input[type=submit]{
font-family: "FontAwesome";
color: #a1b1bc;
position: absolute;
right: 5px;
top: 1px;
background: rgba(0, 0, 0, 0)!important;
font-weight:normal;
}
#sidebar .search, .wpb_widgetised_column .search,#footer .search{
padding:10px 20px!important;
height: auto!important;
width: 100%!important;
}
#sidebar .cat-item, .wpb_widgetised_column .cat-item {
padding:0;
}
#sidebar .cat-item a, .wpb_widgetised_column .cat-item a {
padding: 11px 0 9px;
display:block;
text-transform:uppercase;
letter-spacing:1px;
font-size:14px;
font-weight:900;
position: relative;
z-index: 1;
}
#sidebar.business_sidebar .cat-item a {
font-weight:normal;
text-transform:none;
letter-spacing:normal;
}
#sidebar .cat-got-children, .wpb_widgetised_column .cat-got-children {
position:relative;
}
#sidebar .cat-got-children:after, .wpb_widgetised_column .cat-got-children:after {
font-family: "FontAwesome";
content: "\f107";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
float: right;
position: absolute;
right: 0;
top: 11px;
border: 1px solid #a1b1bc;
height: 14px;
width: 14px;
border-radius: 3px;
text-align: center;
padding-top: 0px;
line-height: 16px;
font-size: 12px;
}
#sidebar .subcat-got-children:after, .wpb_widgetised_column .subcat-got-children:after {
font-family: "FontAwesome";
content: "\f067";
!important -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
float: right;
position: absolute;
right: 0;
top: 13px !important;
border:none!important;
height: 14px;
width: 14px;
border-radius: 3px;
text-align: center;
padding-top: 0px;
line-height: 16px;
font-size: 14px !important;
}
#sidebar .cat-open:after, .wpb_widgetised_column .cat-open:after {
content: "\f106" !important;
}
#sidebar .subcat-open:after, .wpb_widgetised_column .subcat-open:after {
content: "\f068" !important;
} #sidebar #lang_sel, #sidebar #lang_sel li, #sidebar #lang_sel ul ul, #footer #lang_sel, #footer #lang_sel li, #footer #lang_sel ul ul, .wpb_widgetised_column #lang_sel, .wpb_widgetised_column #lang_sel li, .wpb_widgetised_column #lang_sel ul ul {
width:100%;
}
#sidebar #lang_sel img, #footer #lang_sel img, .wpb_widgetised_column #lang_sel img {
margin-right: 10px;
}
#sidebar #lang_sel a, #footer #lang_sel a, .wpb_widgetised_column #lang_sel a {
background:none;
font-size:14px;
font-family:"Lato";
padding: 13px 20px 14px;
}
#sidebar .lang_sel_sel:after, #footer .lang_sel_sel:after, .wpb_widgetised_column .lang_sel_sel:after {
content: "\f107";
font-family: "FontAwesome";
float: right;
}
#sidebar #lang_sel ul ul, #footer #lang_sel ul ul, .wpb_widgetised_column #lang_sel ul ul {
position:relative;
top:inherit;
border-top:none!important;
}
#sidebar #lang_sel ul ul a, #footer #lang_sel ul ul a, .wpb_widgetised_column #lang_sel ul ul a {
border-top:none!important;
} .tagcloud {
padding-left:0px;
overflow:auto;
}
.tagcloud a {
display: inline-block;
margin: 0 7px 7px 0;
padding: 5px 10px;
text-shadow:none;
float:left;
font-size: 13px !important;
border:1px solid #ebebeb;
}
.business_sidebar .tagcloud a{
font-size: 14px !important;
margin: 0 10px 10px 0;
padding: 9px 10px;
}
#footer .tagcloud a {
background:none!important;
} #sidebar .cat-item .children, .wpb_widgetised_column .cat-item .children {
display:none;
}
#sidebar .cat-item .children a, .wpb_widgetised_column .cat-item .children a {
font-weight:700!important;
text-transform:none!important;
letter-spacing:normal!important;
padding:10px 0 10px!important;
}
#sidebar .cat-item .children .children, .wpb_widgetised_column .cat-item .children .children {
padding:4px 0;
}
#sidebar .cat-item .children .children a, .wpb_widgetised_column .cat-item .children .children a {
font-weight:normal!important;
text-transform:none!important;
letter-spacing:normal!important;
border:none!important;
padding:6px 0;
}
#sidebar .cat-item .children .children a:after, .wpb_widgetised_column .cat-item .children .children a:after {
content:none!important;
}
.cat-item .children .children li {
border:none!important;
}
.cat-item:first-child {
border:none!important;
}
#footer .cat-item a {
padding:10px 0;
display:block;
}
#footer li.cat-item:first-child > a {
padding:0 0 10px;
border-top:none;
}
#footer .children .cat-item a {
padding:10px 0 !important;
border-top:1px solid !important;
} #recentcomments, #sidebar .cat-item a:last-child {
}
#recentcomments li, .widget_archive li {
padding:15px 0px 15px 0px !important;
}
#recentcomments li:first-child, .widget_archive li:first-child {
padding-top:0!important;
}
#recentcomments li:last-child, .widget_archive li:last-child {
border-bottom:none!important;
padding-bottom: 0px!important;
}
#recentcomments li:before {
font-family:'FontAwesome';
content:'\f0e6';
width:10px;
padding-right:15px;
float:left;
} .sidebarcarousel {
padding-top:30px;
padding-right: 0px;
padding-left: 0px;
}
.sidebarcarousel:hover .partners_left, .sidebarcarousel:hover .partners_right, .sidebarcarousel:hover .rp_left, .sidebarcarousel:hover .rp_right, .sidebarcarousel:hover .carousel_right, .sidebarcarousel:hover .carousel_left {
opacity:1;
}
.sidebarcarousel ul {
padding:0!important;
}
.sidebarcarousel .recent_port_ctn {
padding-right:0;
}  .widget_recent_entries ul li, .rd_widget_recent_entries li, .rd_widget_recent_entries_f li, #header_container nav .rd_megamenu .mm_widget_area .rd_megamenu_widget_area .widget_recent_entries ul li {
padding: 15px 0 15px !important;
}
.rd_widget_recent_entries li, #header_container nav .rd_megamenu .mm_widget_area .rd_megamenu_widget_area .widget_recent_entries ul li a {
padding:0!important;
}
.widget_recent_entries ul li:first-child, #header_container nav .rd_megamenu .mm_widget_area .rd_megamenu_widget_area .widget_recent_entries ul li:first-child {
padding-top:0px !important;
}
.widget_recent_entries ul li:last-child, #header_container nav .rd_megamenu .mm_widget_area .rd_megamenu_widget_area .widget_recent_entries ul li:last-child {
border:none!important;
padding-bottom: 0px!important;
}
.rd_widget_recent_entries h4 {
clear:both;
} .rd_widget_recent_entries p {
margin-bottom:0;
}
.rd_widget_recent_entries li, .rd_widget_recent_entries_f li, #header_container nav .rd_megamenu .mm_widget_area .rd_megamenu_widget_area .rd_widget_recent_entries li {
list-style:none;
margin:0 0 15px 0;
padding:0 0 20px 0 !important;
display:block;
overflow:auto;
}
.rd_widget_recent_entries li:last-child, .rd_widget_recent_entries_f li:last-child, #header_container nav .rd_megamenu .mm_widget_area .rd_megamenu_widget_area .rd_widget_recent_entries li:last-child {
padding-bottom: 0px !important;
margin:0!important;
border:none!important;
}
.widget_recent_entry {
max-width:100%;
}
.widget_recent_entry h4 {
font-size:16px;
font-weight:bold;
margin-bottom: 2px;
}
.rd_widget_recent_entries_f .widget_recent_entry h4 {
font-size:16px;
font-weight:bold;
margin: 0 0 2px 0;
width:100%;
}
.rd_widget_recent_entries .thumbnail {
width:100px;
height:80px;
margin-right: 15px;
margin-top: 5px;
display:block;
float:left;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_widget_recent_entries .thumbnail a:before {
position: absolute;
width: 100px;
height: 80px;
content: "+";
font-family: "Lato";
text-align: center;
line-height: 80px;
color: #fff;
opacity:0;
font-size: 34px;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_widget_recent_entries li:hover .thumbnail a:before {
opacity:0.85;
}
.rd_widget_recent_entries_f .thumbnail {
width:50px;
height:50px;
margin-right: 15px;
margin-top: 5px;
display:block;
float:left;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_widget_recent_entries_f .thumbnail a:before {
position: absolute;
width: 50px;
height: 50px;
content: "+";
font-family: "Lato";
text-align: center;
line-height: 50px;
color: #fff;
opacity:0;
font-size: 34px;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_widget_recent_entries_f li:hover .thumbnail a:before {
opacity:0.85;
}
#header_container nav .rd_megamenu .mm_widget_area .rd_megamenu_widget_area .rd_widget_recent_entries .thumbnail a {
padding:0!important;
margin:0!important;
}
.rd_widget_recent_entries .thumbnail img, .rd_widget_recent_entries_f .thumbnail img {
display:block;
}
.rd_widget_recent_entries .widget_recent_entry {
width: calc(100% - 115px);
float:right;
}
.rd_widget_recent_entries_f .widget_recent_entry {
width: calc(100% - 65px);
float: right;
}
.widget_recent_entry .w_excerpt {
float:left;
}
.widget_recent_entry .w_excerpt p {
margin:0;
}
.widget_recent_entry .w_date {
float:left;
font-size:12px;
}
.rd_widget_recent_entries_f .widget_recent_entry .w_date {
font-size:13px;
clear:both;
}
.widget_recent_entry .w_comment {
float:right;
font-size:12px;
}
.widget_recent_entry .w_comment a:before {
font-family:'FontAwesome';
content:"\f0e6 ";
padding-right: 3px;
font-size: 14px;
}
.widget_recent_entry h4 {
font-size: 14px;
font-weight: bold;
margin: 4px 0 0 0;
float: left;
}
.blog_box img {
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.filter_img:hover .img_link, .filter_img:hover .post_link {
opacity:1;
}
.filter_img:hover .img_link {
left:4px;
}
.filter_img:hover .post_link {
right:4px;
}
h5.widget_post_title {
font-weight: 700;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 0.5px;
}
p.rp_date {
font-size: 11px;
margin-top: -10px;
padding-bottom:11px;
} #sidebar .widget_archive ul li, .wpb_widgetised_column {
padding:15px 0 15px 0;
}
#sidebar .widget_archive ul li:first-child, .wpb_widgetised_column .widget_archive ul li:first-child {
padding-top:0px;
}
#sidebar .widget_archive ul li:last-child, .wpb_widgetised_column .widget_archive ul li:last-child {
padding-bottom:0px;
border:none!important;
} .widget_meta ul li, #header_container nav .rd_megamenu .mm_widget_area .rd_megamenu_widget_area .widget_meta ul li {
padding:15px 0 15px 0 !important;
}
#header_container nav .rd_megamenu .mm_widget_area .rd_megamenu_widget_area .widget_meta ul li a {
padding:0 !important;
}
.widget_meta ul li:first-child, #header_container nav .rd_megamenu .mm_widget_area .rd_megamenu_widget_area .widget_meta ul li:first-child {
padding-top:0px !important;
}
.widget_meta ul li:last-child, #header_container nav .rd_megamenu .mm_widget_area .rd_megamenu_widget_area .widget_meta ul li:last-child {
padding-bottom:0px !important;
border:none!important;
} .port_widget, #header_container nav .rd_megamenu .mm_widget_area .rd_megamenu_widget_area .port_widget {
width:auto;
overflow:auto;
padding:0 0 0px 0;
margin:0;
clear:both;
}
.port_widget img, #header_container nav .rd_megamenu .mm_widget_area .rd_megamenu_widget_area .port_widget img {
width:auto;
height:auto;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.no_margin, #header_container nav .rd_megamenu .mm_widget_area .rd_megamenu_widget_area .no_margin {
width:31% !important;
float:left;
margin:0px 0 5px 0;
padding:0;
border:none;
}
.margin_r, #header_container nav .rd_megamenu .mm_widget_area .rd_megamenu_widget_area .margin_r {
width:31% !important;
float:left;
margin-top:0px;
margin-right:3.5%;
padding:0;
border:none;
}
#footer .margin_r {
margin-bottom:10px;
}
.port_tn {
width:auto;
height:auto;
margin:0;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
position:relative;
overflow:hidden;
}
.port_tn a img {
display:block;
}
.port_tn a:before {
position: absolute;
width: 200px;
height: 200px;
content: "+";
font-family:"Lato";
text-align: center;
line-height: 200px;
margin:-100px 0 0 -100px;
top:50%;
left:50%;
color: #fff;
opacity:0;
font-size: 34px;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.port_tn:hover a:before {
opacity:0.85;
} #sidebar .tweets-container, .wpb_widgetised_column .tweets-container {
overflow:auto;
}
.tweets {
clear: both;
list-style: none;
margin: 0;
width:100%;
padding: 6px 0 0;
}
.sb_widget.tweets { margin-bottom: 30px; }
.tweets li:before {
font-family: 'FontAwesome';
content: '\f099';
color: #21C2F8;
float: left;
font-size: 20px;
margin-top: 5px;
}
.tweets li {
margin-bottom: 6px;
width:100%;
list-style: none;
margin: 0 0 15px 0;
padding: 0 0 20px 0 !important;
display: block;
overflow: auto;
}
.tweets li:last-child {
border-bottom:none!important;
margin-bottom:0!important;
}
.tweets p {
margin-bottom: 0;
width:auto;
padding-left:35px;
}
.tweets span {
padding-left:35px;
} .thefox_social_widget_icons {
width: calc(100% + 10px);
}
#footer .thefox_social_widget_icons a {
color: #fff!important;
}
.thefox_social_widget_text {
margin-bottom:30px;
}
.thefox_social_widget_text p {
margin-botton:17px;
}
.thefox_social_widget_icons div {
width: 37px!important;
height: 37px !important;
line-height: 37px;
float:left;
margin: 0 9.5px 10px 0px!important;
}
.thefox_social_widget_icons div a {
width: 37px;
height: 37px;
display: block;
border-radius: 5px;
} #calendar_wrap {
padding:0 0px;
}
#wp-calendar {
border-top:none!important;
width:100%;
text-shadow:none;
position:relative;
}
#wp-calendar td {
padding:9px;
}
#wp-calendar tbody td a {
background: #46D1FF;
display: block;
width: 25px;
height: 25px;
line-height: 25px;
border-radius: 200px;
}
#wp-calendar tbody td {
text-align:center;
border-radius:100px;
}
#wp-calendar thead th {
padding:7px 4px;
}
#wp-calendar thead th:last-child {
color:#fc4123;
}
#wp-calendar th {
padding:4px
}
#wp-calendar caption {
padding: 10px 40px 11px;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: 900;
color: #fff;
line-height: 19px;
}
#wp-calendar tfoot {
position:absolute;
top:0;
width:100%;
}
#wp-calendar tfoot td {
padding:0!important;
}
#wp-calendar td#prev {
width:40px;
height:40px;
}
#wp-calendar td#prev a {
color:rgba(0,0,0,0)!important;
}
#wp-calendar td#prev a:after {
font-family: "FontAwesome";
content: "\f104";
position: absolute;
z-index: 1;
display: block;
top: 0;
height: 40px;
width: 40px;
left: -1px;
background: rgba(255, 255, 255, 0.1);
color: #fff;
text-align: center;
line-height: 40px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
#wp-calendar td#next {
width:40px;
height:40px;
}
#wp-calendar td#next a {
color:rgba(0,0,0,0)!important;
}
#wp-calendar td#next a:after {
font-family: "FontAwesome";
content: "\f105";
position: absolute;
z-index: 1;
display: block;
top: 0;
height: 40px;
width: 40px;
right: -1px;
background: rgba(255, 255, 255, 0.1);
color: #fff;
text-align: center;
line-height: 40px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
#footer #wp-calendar td#prev a:after, #footer #wp-calendar td#next a:after {
background: rgba(0, 0, 0, 0.1);
} .widget_pages .page_item, .widget_nav_menu .menu-item {
padding:0
}
.widget_pages .page_item a, .widget_nav_menu .menu-item a {
padding:15px 0px;
display:block;
font-size:13px;
border-bottom:1px solid;
}
.widget_pages .page_item .children a, .widget_nav_menu .menu-item .sub-menu a {
padding-left:23px;
}
.widget_pages .page_item .children .children a, .widget_nav_menu .menu-item .sub-menu .sub-menu a {
padding-left:43px;
}
.widget_pages .page_item .children a:before, .widget_nav_menu .menu-item .sub-menu a:before {
content: "\f105";
margin-right:15px;
}
.widget_pages .page_item a:before, .widget_nav_menu .menu-item a:before {
font-family: "FontAwesome";
content: "\f0a9";
float:left;
margin-right:12px;
}
#sidebar .current_page_item a:after, .wpb_widgetised_column .current_page_item a:after {
content:"";
}
#sidebar .children .page_item, .wpb_widgetised_column .children .page_item {
border-top:none!important;
}
.textwidget p {
margin-bottom:17px;
} .wrapper.portfolio_single_page {
padding-bottom:100px;
} .fw_port #portfolio-tags {
display:none;
}
#portfolio-tags {
margin:0 auto;
padding:0px 0 35px 0px;
text-align:center;
opacity:0;
}
#options {
display:inline-block;
zoom:1;
list-style:none;
width:auto;
margin:0 0px 0 0;
padding:0 0px 0px 0;
overflow:auto;
}
.filter_type_1 #options li {
float:left;
letter-spacing:0px;
margin:0 0px 0 0;
padding:0px 5px 0px 0;
}
.filter_type_1 #options a {
display: inline-block;
*display: inline;
padding: 4.5px 11px;
margin-bottom: 0;
*margin-left: .3em;
text-align: center;
font-size:12px;
font-weight:900;
margin-top:0px;
outline: none;
text-transform:	uppercase;
overflow: visible; cursor: pointer;
-moz-user-select: none;
-webkit-user-select:none;
-khtml-user-select: none;
user-select: none;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
margin-bottom:0px!important;
}
.filter_type_2 {
padding-bottom:45px!important;
}
.filter_type_2 #options li {
float:left;
letter-spacing:0px;
margin:0 0px 0 0;
padding:0px 0px 0px 0;
}
.filter_type_2 #options > li {
border-radius:5px;
}
.filter_type_2 .optionset li:first-child a {
border-radius:5px 0 0 5px;
}
.filter_type_2 .optionset li:last-child a {
border-radius:0 5px 5px 0;
}
.filter_type_2 #options a {
display: inline-block;
*display: inline;
padding: 14.5px 25px;
margin-bottom: 0;
*margin-left: .3em;
text-align: center;
font-size:16px;
font-weight:bold;
margin-top:0px;
outline: none;
overflow: visible; cursor: pointer;
-moz-user-select: none;
-webkit-user-select:none;
-khtml-user-select: none;
user-select: none;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
margin-bottom:0px!important;
}
.filter_type_3 {
padding-bottom:28px!important;
}
.filter_type_3 #options {
border-radius: 5px;
}
.filter_type_3 #options li {
float:left;
letter-spacing:0px;
margin:0 0px 0 0;
padding:0px 0px 0px 0;
}
.filter_type_3 #options a {
display: inline-block;
*display: inline;
padding: 13.5px 11px 13.5px 26px;
margin-bottom: 0;
*margin-left: .3em;
text-align: center;
font-size:16px;
font-weight:normal;
margin-top:0px;
outline: none;
overflow: visible; cursor: pointer;
-moz-user-select: none;
-webkit-user-select:none;
-khtml-user-select: none;
user-select: none;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
margin-bottom:0px!important;
}
.filter_type_4 {
padding-bottom:32px!important;
}
.filter_type_4 #options {
border-radius: 5px;
}
.filter_type_4 #options li {
float:left;
letter-spacing:0px;
margin:0 0px 0 0;
padding:0px 0px 0px 0;
}
.filter_type_4 #options a {
display: inline-block;
*display: inline;
padding: 13.5px 11px 13.5px 26px;
margin-bottom: 0;
*margin-left: .3em;
text-align: center;
font-size:16px;
font-weight:normal;
margin-top:0px;
outline: none;
overflow: visible; cursor: pointer;
-moz-user-select: none;
-webkit-user-select:none;
-khtml-user-select: none;
user-select: none;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
margin-bottom:0px!important;
}
.filter_type_5 {
padding-bottom:11px!important;
width: 1170px;
text-align:left !important;
}
.filter_type_5 #options {
border-radius: 0px;
}
.filter_type_5 #options li {
float:left;
letter-spacing:0px;
margin:0 0px 0 0;
padding:0px 0px 0px 0;
}
.filter_type_5 #options a {
display: inline-block;
*display: inline;
padding: 13.5px 32px 13.5px 0px;
margin-bottom: 0;
*margin-left: .3em;
text-align: center;
font-size:14px;
font-weight:normal;
margin-top:0px;
outline: none;
overflow: visible; cursor: pointer;
-moz-user-select: none;
-webkit-user-select:none;
-khtml-user-select: none;
user-select: none;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
margin-bottom:0px!important;
}
.filter_type_6 {
padding-bottom:11px!important;
}
.filter_type_6 #options {
border-radius: 0px;
}
.filter_type_6 #options li {
float:left;
letter-spacing:0px;
margin:0 0px 0 0;
padding:0px 0px 0px 0;
}
.filter_type_6 #options a {
display: inline-block;
*display: inline;
padding: 13.5px 16.5px 13.5px 16.5px;
margin-bottom: 0;
*margin-left: .3em;
text-align: center;
font-size:14px;
font-weight:700;
text-transform:uppercase;
margin-top:0px;
outline: none;
overflow: visible; cursor: pointer;
-moz-user-select: none;
-webkit-user-select:none;
-khtml-user-select: none;
user-select: none;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
margin-bottom:0px!important;
}
.filter_type_7 {
padding-bottom:11px!important;
width: 100%;
text-align:left !important;
padding: 0px 0 0px 0px;
text-align: center;
margin-bottom: 35px !important;
height: 55px;
}
.filter_type_7 #options {
border-radius: 0px;
width: 100%;
}
.filter_type_7 #options li {
float:left;
letter-spacing:0px;
margin:0 0px 0 0;
padding:0px 0px 0px 0;
}
.filter_type_7 #options a {
display: inline-block;
*display: inline;
padding: 15.5px 33.5px 15.5px 0px;
margin-bottom: 0;
*margin-left: .3em;
text-align: center;
font-size:14px;
font-weight:normal;
text-transform:none;
margin-top:0px;
outline: none;
overflow: visible; cursor: pointer;
-moz-user-select: none;
-webkit-user-select:none;
-khtml-user-select: none;
user-select: none;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
margin-bottom:0px!important;
}
#options a:focus {
outline: 0;
}
#options a.active, #options a:active, #options .selected a {
outline: 0;
background-color:#fdfdfd;
color:#a0a0a0;
}
.portfolio_sorts a {
position:relative;
padding-right:47px !important;
cursor:pointer;
}
.portfolio_sorts:hover #sorts {
opacity:1;
z-index: 1000;
}
.portfolio_sorts a:after {
font-family:"FontAwesome";
content:'\f107';
padding-left: 9px;
padding-top: 2px;
position:absolute;
right: 27px;
}
#sorts {
position: absolute;
border: 1px solid #E2E2E2;
width: 118px;
z-index: 30;
opacity:0;
border-radius:0 0 5px 5px;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
#sorts li {
width: 118px;
font-size:16px;
padding: 10px 0!important;
display: block;
cursor:pointer;
text-align: center;
}
.filter_type_5 #sorts {
width:75px;
}
.filter_type_5 #sorts li {
font-size:14px;
width:75px;
}
.filter_type_6 #sorts li {
font-size:14px;
font-weight:700;
text-transform:uppercase;
}
.filter_type_7 .portfolio_sorts {
float:right !important;
}
.filter_type_7 .portfolio_sorts a {
text-align: center !important;
padding: 7px 30px 8px 14px!important;
margin-top: 8px!important;
border-radius:5px;
}
.filter_type_7 .portfolio_sorts a:after {
right: 8px;
}
.filter_type_7 #sorts {
width:90px;
}
.filter_type_7 #sorts li {
font-size:14px;
width:90px;
}
.filter_type_8 {
padding-bottom:15px!important;
}
.filter_type_8 #options {
border-radius: 5px;
}
.filter_type_8 #options li {
float:left;
letter-spacing:0px;
margin:0 0px 0 0;
padding:0px 0px 0px 0;
}
.filter_type_8 #options a {
display: inline-block;
*display: inline;
padding: 13.5px 11px 13.5px 26px;
margin-bottom: 0;
background:none!important;
*margin-left: .3em;
text-align: center;
font-size:16px;
font-weight:normal;
margin-top:0px;
outline: none;
overflow: visible; cursor: pointer;
-moz-user-select: none;
-webkit-user-select:none;
-khtml-user-select: none;
user-select: none;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
margin-bottom:0px!important;
}
#portfolio-tags.filter_type_9 {
padding: 25px 0 21px;
margin-bottom:20px;
}
.filter_type_9 #options li {
float:left;
letter-spacing:0px;
margin:0 0px 0 0;
padding:0px 5px 0px 5px;
}
.filter_type_9 #options a {
display: inline-block;
*display: inline;
padding: 0px 25px;
min-width:100px;
margin-bottom: 0;
text-align: center;
font-size:16px;
font-weight:300;
line-height:48px;
border:1px solid rgba(0,0,0,0);
outline: none;
overflow: visible; cursor: pointer;
-moz-user-select: none;
-webkit-user-select:none;
-khtml-user-select: none;
user-select: none;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
border-radius: 100px;
margin-bottom:0px!important;
} .portfolio {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
z-index:1;
}
.full-width-content .portfolio {
z-index:inherit!important;
}
.full-width-content .portfolio {
margin: 0!important;
}
.columns1 .element {
height:auto;
width:100%;
margin:0 0 0px 0px;
}
.columns2 .element {
height:auto;
width:50%;
margin:0 0 0px 0px;
}
.full-width-content .columns2 .element {
width:50%;
margin:0;
float:left;
}
.columns3 .element {
height:auto;
width: 33.3%;
margin:0 0 0px 0px;
}
.full-width-content .columns3 .element {
width: 33.3%;
margin:0;
float:left;
}
.columns4 .element {
height:auto;
width:24.98%;
margin:0 0 0px 0px;
}
.full-width-content .columns4 .element {
width:25%;
margin:0;
float:left;
}
.columns5 .element {
width:20%;
margin:0;
float:left;
}
.columns6 .element {
width:16.6666666667%;
margin:0;
float:left;
}
.port_type_1 .port_item_details, .port_type_2 .port_item_details, .port_type_3 .port_item_details, .port_type_4 .port_item_details {
display:none;
}
.port_type_2 .element {
margin-left:-1px !important;
}
.port_type_3 {
margin-left:-20px;
}
.port_type_3 .filter_img {
padding:0 0 20px 20px;
}
.port_type_4 .element, .port_type_5 .element, .port_type_6 .element {
padding: 0 5px 10px;
}
.element {
position:relative;
}
.filter_img {
position:relative;
overflow:hidden;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.filter_img a {
margin:0;
padding:0;
}
.ico_link, .ico_link img, .port_thumb_ctn {
border:none!important;
display:block!important;
text-decoration:none!important;
outline:none!important;
background-color:#fafafa!important;
position:relative;
width:100%;
transition: opacity 0.2s, transform 0.35s;
overflow:hidden;
}
.ico_link img {
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.ico_link img:hover {
}
.portfolio_desc {
display:block;
padding:18px 20px 16px;
text-align:left;
border-top:none!important;
position: absolute;
bottom: 0;
opacity:0;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.port_item_details {
display:block;
padding:12px 20px 19px;
text-align:left;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.portfolio_desc h2 {
padding:0px 0 0px 0;
margin:0;
font-weight:700;
font-size:20px;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.port_item_details h2 {
padding:0px 0 3px 0;
margin:0;
font-size:18px;
line-height:24px;
font-weight:700;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.portfolio_desc h3 {
font-size:14px;
color:#bdbdbd;
letter-spacing:normal;
padding:0;
margin:0;
font-weight:400;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.port_item_details h3 {
font-size:14px;
color:#bdbdbd;
letter-spacing:normal;
padding:0;
margin:0;
font-weight:400;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.portfolio_desc h2 a, .port_item_details h2 a {
margin:0;
padding:0;
color:#444444;
}
.port_type_5 .item_details_info, .port_type_6 .item_details_info, .port_type_5 .port_small_excerpt, .port_type_6 .port_small_excerpt {
display:none;
}
.port_type_7 .filter_img, .port_type_8 .filter_img, .port_type_9 .filter_img {
float: left;
width: 68.4%;
}
.port_type_7 .port_item_details, .port_type_8 .port_item_details {
padding:26px 0px 10px;
float: right;
width: 31.6%;
min-height:380px;
}
.port_type_9 .port_item_details {
padding:0px;
float: right;
width: 31.6%;
}
.port_type_7 .port_item_details h2, .port_type_8 .port_item_details h2, .port_type_9 .port_item_details h2 {
font-size:22px;
padding:0 31px 5px 31px;
}
.port_type_7 .port_item_details h3, .port_type_8 .port_item_details h3, .port_type_9 .port_item_details h3 {
font-size:15px;
padding:0 31px 0px 31px;
}
.port_type_7 .item_details_info, .port_type_8 .item_details_info {
overflow:auto;
padding:10px 0 9px;
margin-top: 19px;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.port_type_9 .item_details_info {
overflow:auto;
padding:0px;
margin-top: 14px;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}.port_type_10 .port_item_details{
text-align:center;
padding: 20px 0;
}
.port_type_10 .port_item_details h2 {
font-size:14px;
font-weight:bold;
padding:0;
}
.item_details_date {
float:left;
font-size:14px;
padding-left:31px
}
.love-it-wrapper {
float:left;
padding-left:20px;
}
.post-bottom-info .love-it-wrapper {
padding:0;
}
.port_project_buttons {
overflow:auto;
padding:14px 0 0 0;
}
.port_type_9 .port_project_buttons {
overflow:auto;
padding:7px 0 0 0;
}
.view-portfolio-item {
font-size: 15px;
padding: 9px 15px 10px;
border: 1px solid #444;
border-radius: 5px;
float:left;
min-width: 130px;
text-align: center;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.view-portfolio-pp {
float: left;
color: #fff;
border: 1px solid #34495e;
background: #34495e;
font-size: 15px;
padding: 9px 15px 10px;
border-radius: 5px;
float: left;
min-width: 130px;
text-align: center;
margin-right: 10px;
margin-bottom:10px;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.port_type_9 .view-portfolio-item, .port_type_9 .view-portfolio-pp {
text-transform:uppercase;
font-size:12px;
font-weight:700;
padding: 9px 10px 10px;
}
.portfolio_sub_info {
display:none;
}
.port_small_excerpt {
padding:23px 31px 13px;
font-size:14px;
position:relative;
}
.port_type_9 .port_small_excerpt {
padding:21px 31px;
}
.zilla-likes:before {
content:'\f004';
font-family:"FontAwesome";
padding-right: 5px;
font-size: 14px;
}
.zilla-likes {
font-size:14px;
margin-left: 20px;
}
.load_more_cont {
margin-left:0px;
padding:50px 0 30px 0px;
text-align:center;
}
.load_more_cont a {
position:relative;
z-index:2;
padding: 15px 20px 15px 20px;
font-size: 12px;
text-decoration: none;
display: inline-block;
line-height: 1.4em;
position: relative;
font-weight: 700;
text-align: center;
max-width: 100%;
text-transform:uppercase;
font-size: 14px;
border: 1px solid #ebebeb;
vertical-align: middle;
border-radius:5px;
}
.load_more_cont .icon-refresh {
top:15.5px;
} .rd_hover_white .element figcaption, .rd_hover_whiteic .element figcaption, .rd_hover_gradient .element figcaption {
display:none;
}
.element figcaption {
padding: 2em;
color: #fff;
text-transform: uppercase;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.element figcaption, .element figcaption > a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.element figcaption > a {
z-index: 999;
text-indent: 200%;
white-space: nowrap;
font-size: 0;
opacity: 0;
}   .rd_hover_trending .port_img_link, .rd_hover_trending .port_post_link {
display:none;
}
.rd_hover_trending .element img {
max-width: none;
opacity: 1;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.rd_hover_trending .port_overlay{
opacity:1;
}
.rd_hover_trending .element:hover .port_overlay{
opacity:0;
}
.rd_hover_trending .element figcaption {
text-align: left;
}
.rd_hover_trending .element figcaption > div {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
z-index:1;
}
.rd_hover_lily .element figcaption h2, .rd_hover_lily .element figcaption p {
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0);
}
.rd_hover_trending .element figcaption h2 {
opacity: 1;
font-size: 16px;
line-height: 24px;
text-align: center;
letter-spacing:1.5px;
top: 50%;
margin: -22px 0 0 0;
position: absolute;
color:#fff;
width: 100%;
font-family:"Raleway";
font-weight:900;
text-transform:uppercase;
}
.rd_hover_trending .element figcaption p {
color: #fff;
opacity: 1;
font-size: 14px;
text-transform: none;
position: absolute;
top: 50%;
width: 100%;
text-align: center;
margin: 0;
letter-spacing: 0.5px;
}
.rd_hover_trending .element:hover img, .rd_hover_lily .element:hover figcaption p {
opacity: 1;
}
.rd_hover_trending .element:hover img, .rd_hover_trending .element:hover figcaption h2, .rd_hover_trending .element:hover figcaption p {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity:1;
}
.rd_hover_trending .element:hover figcaption p {
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
}   .rd_hover_lily .port_img_link, .rd_hover_lily .port_post_link {
display:none;
}
.rd_hover_lily .element img {
max-width: none;
width: -webkit-calc(100% + 11%);
width: calc(100% + 11%);
opacity: 0.7;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-9%, 0, 0);
transform: translate3d(-9%, 0, 0);
}
.rd_hover_lily .element figcaption {
text-align: left;
}
.rd_hover_lily .element figcaption > div {
position: absolute;
bottom: 0;
left: 0;
padding: 2em;
width: 100%;
height: 50%;
}
.rd_hover_lily .element figcaption h2, .rd_hover_lily .element figcaption p {
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0);
}
.rd_hover_lily .element figcaption h2 {
opacity:0;
font-size: 16px;
font-weight: 900;
line-height: 24px;
letter-spacing: 0.5px;
-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
transition: opacity 0.2s, transform 0.35s;
}
.rd_hover_lily .element figcaption p {
color: rgba(255,255,255,0.8);
opacity: 0;
font-size:14px;
-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
transition: opacity 0.2s, transform 0.35s;
}
.rd_hover_lily .element:hover img, .rd_hover_lily .element:hover figcaption p {
opacity: 1;
}
.rd_hover_lily .element:hover img, .rd_hover_lily .element:hover figcaption h2, .rd_hover_lily .element:hover figcaption p {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity:1;
}
.rd_hover_lily .element:hover figcaption p {
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
}   .rd_hover_sadie .port_img_link, .rd_hover_sadie .port_post_link {
display:none;
}
.rd_hover_sadie .element figcaption {
text-align:center;
}
.rd_hover_sadie .element figcaption::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
content: '';
opacity: 0;
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0);
}
.rd_hover_sadie .element figcaption h2 {
position: absolute;
top: 52%;
left: 0;
width: 100%;
letter-spacing: 0.5px;
font-size: 16px;
color: #484c61;
-webkit-transition: -webkit-transform 0.35s, color 0.35s;
transition: transform 0.35s, color 0.35s;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
}
.rd_hover_sadie .element figcaption::before, .rd_hover_sadie .element figcaption p {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.rd_hover_sadie .element figcaption p {
position: absolute;
bottom: 0;
left: 0;
padding: 2em;
font-size:14px;
text-transform:none;
width: 100%;
opacity: 0;
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
.rd_hover_sadie .element:hover figcaption h2 {
color: #fff;
-webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}
.rd_hover_sadie .element:hover figcaption::before, .rd_hover_sadie .element:hover figcaption p {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}   .rd_hover_bubba .element figcaption {
text-align:center;
}
.rd_hover_bubba .port_img_link, .rd_hover_bubba .port_post_link {
display:none;
}
.rd_hover_bubba .element figcaption {
text-align:center;
}
.rd_hover_bubba .element img {
opacity: 1;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
.rd_hover_bubba .element:hover img {
opacity: 0.5;
}
.rd_hover_bubba .element figcaption::before, .rd_hover_bubba .element figcaption::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;
}
.rd_hover_bubba .element figcaption::before {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
}
.rd_hover_bubba .element figcaption::after {
border-right: 1px solid #fff;
border-left: 1px solid #fff;
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
}
.rd_hover_bubba .element figcaption h2 {
padding-top: 30%;
font-weight:900;
color: #fff;
letter-spacing: 0.5px;
font-size: 16px;
line-height: 24px;
opacity: 0;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
.rd_hover_bubba.thumbnail_type_2 .element figcaption h2 {
padding-top:42%;
}
.rd_hover_bubba.thumbnail_type_3 .element figcaption h2 {
padding-top:23%;
}
.rd_hover_bubba.thumbnail_type_4 .element figcaption h2 {
padding-top:50%;
}
.rd_hover_bubba.thumbnail_type_5 .element figcaption h2 {
padding-top:42%;
}
.rd_hover_bubba.thumbnail_type_5 .element.rd_portfolio_landscape figcaption h2 {
padding-top: 24.5%;
}
.rd_hover_bubba .element.rd_portfolio_landscape figcaption h2 {
padding-top: 14.5%;
}
.rd_hover_bubba .element figcaption p {
padding: 5px 2.5em;
opacity: 0;
text-transform:none;
color: #fff;
font-size: 14px;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
.rd_hover_bubba .element:hover figcaption::before, .rd_hover_bubba .element:hover figcaption::after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.rd_hover_bubba .element:hover figcaption h2, .rd_hover_bubba .element:hover figcaption p {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}   .rd_hover_chico .element figcaption {
text-align:center;
}
.rd_hover_chico .port_img_link, .rd_hover_chico .port_post_link {
display:none;
}
.rd_hover_chico .element img {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(1.12);
transform: scale(1.12);
}
.rd_hover_chico .element:hover img {
opacity: 0.5;
-webkit-transform: scale(1);
transform: scale(1);
}
.rd_hover_chico .element figcaption {
padding: 3em;
}
.rd_hover_chico .element figcaption::before {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
border: 1px solid #fff;
content: '';
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.rd_hover_chico .element figcaption::before, .rd_hover_chico .element figcaption p {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.rd_hover_chico .element figcaption h2 {
padding: 20% 0 0px 0;
color:#ffffff;
font-size: 16px;
line-height: 24px;
font-weight: 900;
letter-spacing: 0.5px;
}
.rd_hover_chico.thumbnail_type_2 .element figcaption h2 {
padding-top:30%;
}
.rd_hover_chico.thumbnail_type_3 .element figcaption h2 {
padding-top:13%;
}
.rd_hover_chico.thumbnail_type_4 .element figcaption h2 {
padding-top:40%;
}
.rd_hover_chico.thumbnail_type_5 .element figcaption h2 {
padding-top:36%;
}
.rd_hover_chico.thumbnail_type_5 .element.rd_portfolio_landscape figcaption h2 {
padding-top: 22%;
}
.rd_hover_chico .element.rd_portfolio_landscape figcaption h2 {
padding-top: 9.5%;
}
.rd_hover_chico .element figcaption p {
margin: 0 auto;
max-width: 200px;
font-size: 14px;
text-transform: none;
color: #fff;
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
.rd_hover_chico .element:hover figcaption::before, .rd_hover_chico .element:hover figcaption p {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}   .rd_hover_roxy .port_img_link, .rd_hover_roxy .port_post_link {
display:none;
}
.rd_hover_roxy .element img {
max-width: none;
width: -webkit-calc(100% + 11%);
width: calc(100% + 11%);
opacity: 0.95;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-9%, 0, 0);
transform: translate3d(-9%, 0, 0);
}
.rd_hover_roxy .element figcaption::before {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
border: 1px solid #fff;
content: '';
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
.rd_hover_roxy .element figcaption {
padding: 3em;
text-align: left;
}
.rd_hover_roxy .element figcaption h2 {
padding: 45% 0 0px 0;
font-size: 16px;
font-weight: 900;
letter-spacing: 0.5px;
line-height: 24px;
color:#fff;
opacity:0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
}
.rd_hover_roxy.thumbnail_type_2 .element figcaption h2 {
padding-top:70%;
}
.rd_hover_roxy.thumbnail_type_3 .element figcaption h2 {
padding-top:30%;
}
.rd_hover_roxy.thumbnail_type_4 .element figcaption h2 {
padding-top:40%;
}
.rd_hover_roxy.thumbnail_type_5 .element figcaption h2 {
padding-top:70%;
}
.rd_hover_roxy.thumbnail_type_5 .element.rd_portfolio_landscape figcaption h2 {
padding-top: 36%;
}
.rd_hover_roxy .element.rd_portfolio_landscape figcaption h2 {
padding-top: 17.5%;
}
.rd_hover_roxy .element figcaption p {
opacity: 0;
text-transform:none;
font-size:14px;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
.rd_hover_roxy .element:hover img {
opacity: 0.7;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.rd_hover_roxy .element:hover figcaption::before, .rd_hover_roxy .element:hover figcaption h2, .rd_hover_roxy .element:hover figcaption p {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}   .rd_hover_layla .port_img_link, .rd_hover_layla .port_post_link {
display:none;
}
.rd_hover_layla .element img {
-webkit-transform: scale(1.15);
transform: scale(1.15);
}
.rd_hover_layla .element figcaption {
text-align:center;
padding: 3em;
}
.rd_hover_layla .element figcaption::before, .rd_hover_layla .element figcaption::after {
position: absolute;
content: '';
opacity: 0;
}
.rd_hover_layla .element figcaption::before {
top: 50px;
right: 30px;
bottom: 50px;
left: 30px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
.rd_hover_layla .element figcaption::after {
top: 30px;
right: 50px;
bottom: 30px;
left: 50px;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.rd_hover_layla .element figcaption h2 {
padding-top: 22%;
font-size: 16px;
font-weight: 900;
letter-spacing: 0.5px;
line-height: 24px;
color:#fff;
opacity:0;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}
.rd_hover_layla.thumbnail_type_2 .element figcaption h2 {
padding-top:34%;
}
.rd_hover_layla.thumbnail_type_3 .element figcaption h2 {
padding-top:12.5%;
}
.rd_hover_layla.thumbnail_type_4 .element figcaption h2 {
padding-top:35%;
}
.rd_hover_layla.thumbnail_type_5 .element figcaption h2 {
padding-top:34%;
}
.rd_hover_layla.thumbnail_type_5 .element.rd_portfolio_landscape figcaption h2 {
padding-top: 20%;
}
.rd_hover_layla .element.rd_portfolio_landscape figcaption h2 {
padding-top: 10%;
}
.rd_hover_layla .element figcaption p {
padding: 0em 2em;
text-transform: none;
font-size:14px;
opacity: 0;
color:#fff;
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
.rd_hover_layla .element figcaption h2 {
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
.rd_hover_layla .element img, .rd_hover_layla .element figcaption::before, .rd_hover_layla .element figcaption::after, .rd_hover_layla .element figcaption p, .rd_hover_layla .element figcaption h2 {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.rd_hover_layla .element:hover img {
opacity: 0.7;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transform: scale(1);
transform: scale(1);
}
.rd_hover_layla .element:hover figcaption::before, .rd_hover_layla .element:hover figcaption::after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.rd_hover_layla .element:hover figcaption h2, .rd_hover_layla .element:hover figcaption p {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.rd_hover_layla .element:hover figcaption::after, .rd_hover_layla .element:hover figcaption h2, .rd_hover_layla .element:hover figcaption p, .rd_hover_layla .element:hover img {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}   .rd_hover_goliath .port_img_link, .rd_hover_goliath .port_post_link {
display:none;
}
.rd_hover_goliath .element img, .rd_hover_goliath .element figcaption h2 {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}
.rd_hover_goliath .element figcaption h2 {
font-size: 16px;
font-weight: 900;
letter-spacing: 0.5px;
line-height: 25px;
}
.rd_hover_goliath .element figcaption p {
font-size: 14px;
text-transform: none;
}
.rd_hover_goliath .element img {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.rd_hover_goliath .element figcaption div {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 0 35px;
height: 64px;
}
.rd_hover_goliath .element figcaption h2, .rd_hover_goliath .element figcaption p {
opacity: 0;
color:#fff;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0, 50px, 0);
transform: translate3d(0, 50px, 0);
}
.rd_hover_goliath .element:hover img {
-webkit-transform: translate3d(0, -80px, 0);
transform: translate3d(0, -80px, 0);
}
.rd_hover_goliath .element:hover figcaption h2 {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.rd_hover_goliath .element:hover figcaption p {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}   .rd_hover_steve .port_img_link, .rd_hover_steve .port_post_link {
display:none;
}
.rd_hover_steve .element {
z-index: auto;
overflow: visible;
}
.rd_hover_steve .element:hover {
z-index:1;
}
.rd_hover_steve .element .filter_img {
z-index: auto;
transition: none;
overflow: visible;
-webkit-transform: perspective(1000px) translate3d(0, 0, 0px);
transform: perspective(1000px) translate3d(0, 0, 0px);
}
.rd_hover_steve .element .filter_img:before {
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
content: '';
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
.rd_hover_steve .element .filter_img:before {
box-shadow: 0 3px 30px rgba(0,0,0,0.6);
opacity: 0;
}
.rd_hover_steve .element figcaption {
z-index: 1;
text-align:center;
}
.rd_hover_steve .element img {
opacity: 1;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: perspective(1000px) translate3d(0, 0, 0);
transform: perspective(1000px) translate3d(0, 0, 0);
}
.rd_hover_steve .element figcaption h2, .rd_hover_steve .element figcaption p {
color: #fff;
}
.rd_hover_steve .element figcaption h2 {
position: relative;
margin-top: 20%;
font-size: 16px;
font-weight: 900;
opacity: 0;
letter-spacing: 0.5px;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.rd_hover_steve.thumbnail_type_2 .element figcaption h2 {
margin-top:32%;
}
.rd_hover_steve.thumbnail_type_3 .element figcaption h2 {
margin-top: 13.5%;
}
.rd_hover_steve.thumbnail_type_4 .element figcaption h2 {
margin-top:35%;
}
.rd_hover_steve.thumbnail_type_5 .element figcaption h2 {
margin-top:32%;
}
.rd_hover_steve.thumbnail_type_5 .element.rd_portfolio_landscape figcaption h2 {
margin-top: 20%;
}
.rd_hover_steve .element.rd_portfolio_landscape figcaption h2 {
margin-top: 9.5%;
}
.rd_hover_steve .element figcaption p {
margin-top: 0;
opacity: 0;
font-size: 16px;
text-transform: none;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale3d(0.9, 0.9, 1);
transform: scale3d(0.9, 0.9, 1);
}
.rd_hover_steve .element:hover .filter_img:before {
opacity: 1;
}
.rd_hover_steve .element .filter_img:hover {
-webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
transform: perspective(1000px) translate3d(0, 0, 21px);
z-index:1;
}
.rd_hover_steve .element:hover img {
opacity:0.75;
}
.rd_hover_steve .element:hover figcaption h2:before {
opacity: 0;
}
.rd_hover_steve .element:hover figcaption h2 {
opacity: 1;
}
.rd_hover_steve .element:hover figcaption p {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
} .port_post_link {
display:block;
min-height:100%;
min-width:50%;
top:0;
left:0;
position:absolute;
overflow:hidden;
}
.port_img_link {
display:block;
min-height:100%;
min-width:50%;
top:0;
right:0;
position:absolute;
overflow:hidden;
}
.blog_post_link_ctn {
display:block;
min-height:100%;
min-width:50%;
top:0;
right:0;
position:absolute;
overflow:hidden;
}
.blog_img_link_ctn {
display:block;
min-height:100%;
min-width:50%;
top:0;
left:0;
position:absolute;
overflow:hidden;
}
.img_link:before {
font-family:'FontAwesome';
font-size:16px;
color:#fff;
content:'\f002';
}
.img_link {
position:absolute;
top:50%;
margin-top:-21px;
left:120%;
text-shadow:none;
opacity:0;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
z-index:2;
width: 42px;
height: 42px;
background: none;
display: inline-block;
font-size: 18px;
border-radius: 100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
color: #fff;
text-align: center;
line-height: 38px;
border:1px solid #fff;
}
.post_link:before {
font-family:'FontAwesome';
font-size:16px;
color:#2c3e50;
content:'\f0c1';
}
.post_link {
position:absolute;
top:50%;
margin-top:-21px;
right:120%;
text-shadow:none;
opacity:0;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
width: 41px;
height: 41px;
z-index:2;
background: rgba(255, 255, 255, 1);
display: inline-block;
font-size: 18px;
border-radius: 100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
color: #444;
text-align: center;
line-height: 41px;
}
.blog_img_link:before {
font-family:'FontAwesome';
font-size:14px;
color:#2c3e50;
content:'\f002';
}
.blog_img_link {
position:absolute;
right:5px;
bottom:-20%;
text-shadow:none;
opacity:1;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
z-index:2;
width: 36px;
height: 36px;
background: rgba(255, 255, 255, 1);
display: inline-block;
font-size: 18px;
border-radius: 100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
color: #334455;
text-align: center;
line-height: 34px;
border:none;
}
.blog_post_link:before {
font-family:'FontAwesome';
font-size:20px;
color:#334455;
content:'\f105';
}
.blog_post_link {
position:absolute;
left:5px;
bottom:-20%;
text-shadow:none;
opacity:1;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
width: 36px;
height: 36px;
z-index:2;
background: rgba(255, 255, 255, 1);
display: inline-block;
font-size: 18px;
border-radius: 100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
color: #2c3e50;
text-align: center;
line-height: 36px;
}
.port_overlay {
display:block;
min-height:100%;
min-width:100%;
position:absolute;
top:0;
z-index:1;
opacity:0;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.fw_port_link {
display:none;
}
.fw_port_tag {
display:none;
}
.fw_port .fw_port_link {
top: 60%;
display:block;
position: absolute;
color: #fff;
border-bottom: 1px solid #fff;
width: 85%;
text-align: right;
right: 15%;
font-weight: 300;
font-size: 20px;
padding-bottom: 10px;
}
.fw_port .fw_port_tag {
position: absolute;
color: #fff;
right: 15%;
top: 60%;
display: block;
font-weight: 300;
padding: 65px 0 0 0;
}  .single_port_navigation {
float: left;
clear: both;
width: 100%;
margin-top: 100px;
padding-bottom: 20px;
margin-bottom: 50px;
}
.all_projects_btn {
display: block;
width: 40px;
height: 40px;
position:relative;
float: left;
border-radius: 3px;
border: 1px solid;
}
span.ap_top_point {
position: absolute;
border-left: 6px solid;
border-right: 6px solid;
height: 6px;
width: 17px;
left: 11px;
top: 11px;
}
span.ap_bottom_point {
position: absolute;
border-left: 6px solid;
border-right: 6px solid;
height: 6px;
width: 17px;
left: 11px;
top: 22px;
}
.single_port_navigation .previous_project {
font-size:14px;
font-weight:900;
letter-spacing:1px;
float:right;
text-transform:uppercase;
padding:9px 17px 9px;
min-width: 130px;
text-align: center;
border-radius: 3px;
}
.single_port_navigation .next_project {
font-size:14px;
font-weight:900;
letter-spacing:1px;
float:right;
text-transform:uppercase;
padding:9px 17px 9px;
min-width: 130px;
text-align: center;
border-radius: 3px;
margin-left:20px;
}
.port_details_slider {
width: 65.83333333333334%;
float: left;
min-height: 5px;
display: block;
margin:0;
}
.port_details_information {
width: 31.666666666666668%;
display: block;
min-height: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
float: left;
margin-left: 2.5%;
}
.port_details_full_slider, .port_details_full_information {
width:100%;
min-height: 5px;
display: block;
margin:0;
}
.port_details_full_slider a img, .port_details_slider a img {
display:block;
width:100%;
}
.port_details_full_information .port_details_title {
margin-top:43px;
}
.port_details_title {
font-size:30px;
margin:-7px 0 6px 0;
}
.port_details_subtitle {
font-size:15px;
line-height:24px;
margin-bottom: 8px;
}
.port_details_information .item_details_info {
float:left;
width:100%;
clear:both;
padding-bottom: 19px;
}
.port_details_full_information .item_details_info {
float:left;
width:100%;
clear:both;
padding-bottom: 27px;
border-bottom: 1px solid;
margin-bottom: 22px;
}
.port_details_information .item_details_date, .port_details_full_information .item_details_date {
padding-left:0;
}
.port_details_information .item_details_date::after, .port_details_full_information .item_details_date::after {
content: '|';
padding-left: 10px;
font-weight:300;
}
.port_details_information .zilla-likes, .port_details_full_information .zilla-likes {
float: left;
margin-left: 10px;
}
.port_details_information .share-box ul, .port_details_full_information .share-box ul {
margin-top: 8px;
}
.port_details_full_information .share_icons_container {
margin-top:18px;
}
.single_port_related {
padding:90px 0 0 0;
}
.single_port_related > h2 {
font-size: 24px;
line-height: 36px;
font-weight:700;
text-align:left;
margin-bottom: 32px;
}
.single_port_comments .comment_count h3, .single_port_comments #add-comment h4 {
font-size: 24px;
line-height: 36px;
font-weight:700;
text-align:left;
margin-bottom: 32px;
}
.port_vp {
float: left;
}
.port_vp a {
font-size: 12.5px;
color:#fff;
font-family: Lato;
text-transform: uppercase;
font-weight: 900;
padding: 10px 13px 11px;
margin-top: 30px;
letter-spacing: 0.5px;
border-radius: 5px;
display: block;
}
.port_details_full_information .item_details_entry {
width: 65.83333333333334%;
float: left;
min-height: 5px;
display: block;
margin:0;
}
.port_details_full_information .port_metas {
width: 31.666666666666668%;
display: block;
min-height: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
float: left;
margin-left: 2.5%;
}
.port_metas {
width:100%;
margin-bottom:17px;
}
.port_meta {
padding: 10px 0;
}
.port_meta_first {
width:29%;
float:left;
}
.port_meta_last {
width:71%;
float:left;
}
.port_meta:last-child {
border:none!important;
} .full-width-content .cbp_type03, .full-width-content .cbp_type04, .full-width-content .staff_sc, .full-width-content .cbp_type07 {
width: -moz-calc(100% - 30px);
width: -webkit-calc(100% - 30px);
width: -o-calc(100% - 30px);
width: calc(100% - 30px);
margin-left: 30px;
}
.single-portfolio .jcarousel, .jcarousel, .rp_sc, .staff_sc, .related, .cross-sells, .upsells {
width:calc(100% + 30px);
}
#posts .jcarousel, #posts .rp_sc, #posts .pb_full_width .staff_sc {
width:calc(100% + 20px);
}
.jcarousel, .rp_sc, .staff_sc {
margin:0 0 0 0px;
overflow:auto;
height:auto;
}
.carousel_recent_post {
width:290px;
margin:0 0 0px 0px;
overflow:visible;
padding: 0;
display: block;
float: left;
height:auto !important;
}
#posts .blog_related_post {
width:290px;
margin:0 0 0px 0px;
overflow:visible;
padding: 0;
display: block;
float: left;
height:auto !important;
padding-right:20px;
}
.blog_related_post {
width:290px;
margin:0 0 0px 0px;
overflow:visible;
padding: 0;
display: block;
float: left;
height:auto !important;
padding-right:30px;
}
.blog_related_post .post, #posts .blog_related_post .post {
padding-bottom:0px;
}
.single_post_related_carousel .related_right {
right:0!important;
}
.single_post_related_carousel .related_left {
right:42px!important;
}
.full-width-content .carousel_recent_post .recent_port_ctn {
padding-right:0px;
}
.recent_port_ctn {
padding-right:30px;
width:auto;
}
.carousel_recent_post img {
padding:0;
margin:0;
width:100%;
height:auto;
display:block
}
.carousel_recent_post .portfolio_desc h5 {
padding:20px 0 0 0;
margin:0;
color:#333;
font-size:18px;
line-height: normal;
}
.carousel_recent_post .portfolio_desc h6 {
font-size:15px;
color:#bdbdbd;
}
.carousel_nav, .rp_nav, .staff_nav, .related_nav {
position:relative;
width:100%;
z-index:100;
}
.module_recent_posts:hover .rp_left, .module_recent_posts:hover .rp_right, .module_staff:hover .staff_left, .module_staff:hover .staff_right, .module_recent_portfolio:hover .carousel_right, .module_recent_portfolio:hover .carousel_left, .all_port:hover .carousel_right, .all_port:hover .carousel_left {
opacity:0.85;
}
.carousel_left, .carousel_right {
position:absolute;
top:83px !important;
left:-17px;
width: 35px;
height: 35px;
border:1px solid rgba(0, 0, 0, 0.1);
cursor: pointer;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
z-index:100;
background: #333333;
opacity: 0;
}
.rp_left, .rp_right, .staff_left, .staff_right {
position:absolute;
top:200px;
left:0px;
width: 35px;
height: 35px;
border:1px solid rgba(0, 0, 0, 0.1);
cursor: pointer;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
z-index:100;
background: #333333;
opacity: 0;
}
.related_left, .related_right, .upsells_left, .upsells_right, .all_port .carousel_left, .all_port .carousel_right {
position:absolute;
top:-32px;
right:26px;
width: 33px;
height: 33px;
text-align:center;
line-height:31px;
border:1px solid rgba(0, 0, 0, 0.1);
cursor: pointer;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.carousel_left:hover, .carousel_right:hover, .rp_left:hover, .rp_right:hover, .staff_left:hover, .staff_right:hover, .related_left:hover, .related_right:hover, .upsells_left:hover, .upsells_right:hover {
color:#fff;
}
.carousel_right, .rp_right, .staff_right {
right:0px;
left:inherit;
}
.tf_woo_carousel:hover .rp_left, .tf_woo_carousel:hover .rp_right {
opacity:1;
}
.related_right, .upsells_right, .all_port .carousel_right {
right:-16px !important;
}
.carousel_left:before, .rp_left:before, .staff_left:before {
font-family:'FontAwesome';
content:'\f104';
position:absolute;
left:12px;
top:6px;
text-shadow:none;
font-size:22px;
color: #F8F8F8;
}
.related_left:before, .upsells_left:before {
font-family:'FontAwesome';
content:'\f104';
text-shadow:none;
font-size:16px;
}
.carousel_right:before, .rp_right:before, .staff_right:before {
font-family:'FontAwesome';
content:'\f105';
position:absolute;
left:13px;
top:6px;
text-shadow:none;
font-size:22px;
color: #F8F8F8;
}
.related_right:before, .upsells_right:before {
font-family:'FontAwesome';
content:'\f105';
text-shadow:none;
font-size:16px;
}
.partners_nav {
width:100%;
z-index:100;
}
.module_partners:hover .partners_left, .module_partners:hover .partners_right {
opacity:0.85
}
.partners_left, .partners_right {
position:absolute;
top:50%;
margin-top:-17.5px;
left:0px;
width: 35px;
height: 35px;
border:1px solid rgba(0, 0, 0, 0.1);
cursor: pointer;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
z-index:100;
background: #2c3e50;
opacity: 0;
}
.sponsors:hover .partners_left, .sponsors:hover .partners_right {
opacity:1
}
.partners_left:hover, .partners_right:hover {
color:#fff;
}
.partners_right {
left:inherit;
right:0px;
}
.partners_left:before {
font-family:'FontAwesome';
content:'\f104';
position:absolute;
left:12px;
top:6px;
text-shadow:none;
font-size:22px;
color: #F8F8F8;
}
.partners_right:before {
font-family:'FontAwesome';
content:'\f105';
position:absolute;
left:13px;
top:6px;
text-shadow:none;
font-size:22px;
color: #F8F8F8;
} .cbp_type01 {
width:calc(100% + 1px )!important;
position:relative;
overflow:inherit!important;
}
.cbp_type01 .blog_box:after {
content: "";
width: 100%;
height: 100%;
position: absolute;
position: top;
top: 0;
z-index: 0;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 25%, rgba(66,66,66,0.65) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(0,0,0,0)), color-stop(100%, rgba(66,66,66,0.65)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 25%, rgba(66,66,66,0.65) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 25%, rgba(66,66,66,0.65) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 25%, rgba(66,66,66,0.65) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 25%, rgba(66,66,66,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6424242', GradientType=0 );
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.cbp_type01 .recent_port_ctn:hover .blog_box:after {
opacity:0;
}
.cbp_type01 .blog_box_content {
z-index: 1;
}
.cbp_type01 .rp_nav {
position:static;
clear: both;
}
.cbp_type01:hover .rp_left, .cbp_type01:hover .rp_right {
opacity:1;
}
.cbp_type01 .rp_left {
left:0px;
width:36px;
text-align:center;
height:50px;
line-height:50px;
border-radius: 0 5px 5px 0;
top:50%;
margin-top:-25px;
}
.cbp_type01 .rp_left:before {
content:"\f053";
font-size:16px;
left: 10px;
top: 1px;
color:#fff;
}
.cbp_type01 .rp_right {
right:0px;
width:36px;
text-align:center;
height:50px;
line-height:50px;
border-radius: 5px 0px 0 5px;
top:50%;
margin-top:-25px;
}
.cbp_type01 .rp_right:before {
content:"\f054";
font-size:16px;
left: 12px;
top: 1px;
color:#fff;
} .cbp_type02 {
width:calc(100% + 1px )!important;
position:relative;
overflow:inherit!important;
}
.cbp_type02 h5.widget_post_title {
font-size:18px;
text-transform:none;
font-weight:700;
margin-bottom:4px;
}
.cbp_type02 .recent_port_ctn:hover .blog_box_content {
bottom:0;
background:rgba(34,37,51,0.96);
}
.cbp_type02 .blog_box_content {
margin:0;
bottom:0;
padding:27.5px 0 25.5px;
}
.cbp_type02 .blog_box:before {
background: rgba(34,37,51,0.50);
content: "";
position: absolute;
width: 100%;
height: 100%;
}
.cbp_type02 .carousel_recent_post:hover .blog_box:before {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
opacity:0;
}
.cbp_type02 p.rp_date {
font-size: 14px;
margin-top: 0px;
font-weight:400;
}
.cbp_type02 .rp_nav {
position:static;
}
.cbp_type02:hover .rp_left, .cbp_type02:hover .rp_right {
opacity:1;
}
.cbp_type02 .rp_left {
left:0px;
width:36px;
text-align:center;
height:50px;
line-height:50px;
border-radius: 0 5px 5px 0;
top:50%;
margin-top:-25px;
}
.cbp_type02 .rp_left:before {
content:"\f053";
font-size:16px;
left: 10px;
top: 1px;
color:#fff;
}
.cbp_type02 .rp_right {
right:0px;
width:36px;
text-align:center;
height:50px;
line-height:50px;
border-radius: 5px 0px 0 5px;
top:50%;
margin-top:-25px;
}
.cbp_type02 .rp_right:before {
content:"\f054";
font-size:16px;
left: 12px;
top: 1px;
color:#fff;
} .cbp_type03 {
position:relative;
overflow:visible!important;
}
.cbp_type03 .blog_related_post .post-title h2 {
font-size:16px;
font-weight:900;
text-transform:uppercase;
line-height:21px;
}
.cbp_type03 .sep_25 {
padding-bottom:23px;
}
.cbp_type03 .blog_related_post .more-link {
border-width:2px !important;
font-size: 14px;
padding: 6px 15px 6px;
font-weight: bold;
}
.cbp_type03 .rp_nav {
position:static;
}
.cbp_type03:hover .rp_left, .cbp_type03:hover .rp_right {
opacity:1;
}
.cbp_type03 .rp_left {
left:0px;
top: 40%;
margin-top: -15.5px;
opacity:0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.cbp_type03 .rp_right {
right:30px;
text-align:center;
top: 40%;
margin-top:-15.5px;
opacity:0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
} .cbp_type04 {
margin-top:44px;
}
.related_nav.cbp_type04 {
margin-top:0px;
}
.related_nav.cbp_type04 .related_left, .related_nav.cbp_type04 .related_right {
width:30px;
height:30px;
border-radius:2px;
}
.related_nav.cbp_type04 .related_left {
right: 40px;
}
.related_nav.cbp_type04 .related_left:before {
font-size:16px;
top: 3px;
}
.related_nav.cbp_type04 .related_right {
right: 0px !important;
}
.related_nav.cbp_type04 .related_right:before {
font-size:16px;
top: 3px;
} .cbp_left_desc {
width: 23.125%;
float:left;
display:block;
position:relative;
}
.cbp_right_desc {
width: 23.125%;
float:right;
display:block;
position:relative;
}
.cbp_left_desc p, .cbp_left_desc p {
margin-bottom:24px;
}
.cbp_type05.rp_sc {
width: 76.875%;
}
.cbp_left .recent_port_ctn {
padding-right:0;
padding-left:30px;
}
.cbp_righ .recent_port_ctn {
padding-right:30;
padding-left:0px;
}
.rp_desc {
line-height:24px;
}
.cbp_type05 .cbp_title {
font-size:30px;
font-weight:900;
text-transform:uppercase;
letter-spacing:2px;
margin-bottom: 19px;
}
.cbp_type05 .blog_post_link_ctn {
opacity: 0;
display: block;
text-align:	center;
min-height: 76px;
max-width: 76px !important;
min-width: 76px;
position: absolute;
left: 50%;
line-height:70px;
margin-left: -38px;
border-radius: 100px;
top: 87px;
border: 3px solid #fff;
}
.cbp_type05 .recent_port_ctn:hover .blog_post_link_ctn {
opacity:1;
}
.cbp_type05 .blog_post_link_ctn:before {
font-family: 'FontAwesome';
content: '\f105';
display:block;
font-size:30px;
color:#fff;
}
.cbp_type05 .rp_left {
left:0px;
top:26px;
opacity:1;
width: 50px;
height: 50px;
border-radius:3px 0 0 3px;
}
.cbp_type05 .rp_right {
left:60px;
top:26px;
opacity:1;
width: 50px;
height: 50px;
border-radius:0 3px 3px 0;
}
.cbp_type05 .rp_left:before {
left: 18px;
top: 12px;
font-size: 28px;
}
.cbp_type05 .rp_right:before {
left: 20px;
top: 12px;
font-size: 28px;
}
.cbp_type05 .blog_box_content {
margin: 0;
padding:25px 30px 13px;
background: #f9f9f9;
line-height:24px;
}
.cbp_type05 h5.widget_post_title {
font-size:18px;
font-weight:700;
text-transform:none;
letter-spacing:normal;
margin-bottom:8px;
}
.cbp_type05 a.more-link {
display: none;
} .cbp_type06 .rp_desc {
line-height:24px;
}
.cbp_type06.rp_sc {
width: 76.875%;
}
.cbp_type06 .cbp_title {
font-size:36px;
font-weight:300;
text-transform:none;
margin-bottom: 19px;
}
.cbp_type06 .blog_post_link_ctn {
opacity:0;
display: block;
text-align: center;
min-height: 100%;
max-width: 100%;
min-width: 100%;
position: absolute;
left: 0%;
line-height: 70px;
top: 0px;
background: rgba(34, 37, 51, 0.65);
}
.cbp_type06 .recent_port_ctn:hover .blog_post_link_ctn {
opacity:1;
}
.cbp_type06 .blog_post_link_ctn:before {
font-family: 'Lato';
content: '+';
display: block;
font-size: 150px;
color: #fff;
margin-top: 55px;
font-weight: 100;
}
.cbp_type06 .rp_left {
left:0px;
top:26px;
opacity:1;
width: 54px;
height: 54px;
border-radius:100px;
}
.cbp_type06 .rp_right {
left:64px;
top:26px;
opacity:1;
width: 54px;
height: 54px;
border-radius:100px;
}
.cbp_type06 .rp_right:hover, .cbp_type06 .rp_left:hover {
transform:         scale(1.05); -moz-transform:    scale(1.05); -webkit-transform: scale(1.05); -o-transform:      scale(1.05); -ms-transform:     scale(1.05); }
.cbp_type06 .rp_left:before {
font-family: 'elg';
left: 18px;
top: 15px;
font-size: 16px;
content:"\23";
}
.cbp_type06 .rp_right:before {
font-family: 'elg';
left: 20px;
top: 15px;
font-size: 16px;
content:"\24";
}
.cbp_type06 .blog_box_content {
margin: 0;
padding:24px 30px 64px;
background: #f9f9f9;
position:relative;
line-height:24px;
}
.cbp_type06 h5.widget_post_title {
font-size:18px;
font-weight:700;
text-transform:none;
letter-spacing:normal;
margin-bottom:7px;
}
.cbp_type06 a.more-link {
width: 100%;
position: absolute;
bottom: 0;
left: 0;
line-height: 50px;
margin: 0px;
border-radius: 0;
padding: 0 30px;
font-weight: 900;
background: #a1b1bc;
color: #fff;
font-size: 14px;
}
.cbp_type06 a.more-link:after {
content: "";
position: absolute;
right: 0px;
width: 50px;
height: 50px;
line-height: 50px;
background: rgba(0, 0, 0, 0.21);
font-family: 'FontAwesome';
content: '\f105';
text-align: center;
font-size: 20px;
font-weight: 100;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
} .cbp_type07 {
position:relative;
overflow:visible!important;
}
.cbp_type07 .blog_related_post .post-title h2 {
font-size:14px;
font-weight:900;
text-transform:uppercase;
letter-spacing:1px;
line-height:21px;
}
.cbp_type07 .blog_related_post .post-info {
font-size:12px;
font-weight:400;
text-transform:uppercase;
padding-bottom: 7px;
margin: 5px 0px 0px 0px;
border-bottom:none!important;
}
.cbp_type07 .sep_25 {
padding-bottom:21px;
}
.cbp_type07 .rp_nav {
position:static;
}
.cbp_type07:hover .rp_left, .cbp_type07:hover .rp_right {
opacity:1;
}
.cbp_type07 .rp_left {
left:0px;
top: 40%;
margin-top: -15.5px;
opacity:0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.cbp_type07 .rp_right {
right:30px;
text-align:center;
top: 40%;
margin-top:-15.5px;
opacity:0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.cbp_type03 .blog_related_post .more-link {
border-width:2px !important;
font-size: 14px;
padding: 6px 15px 6px;
font-weight: bold;
} .cbp_type08.rp_sc, .cbp_type08.jcarousel {
width: 76.875%;
}
.cbp_type08 .cbp_title {
font-size:36px;
font-weight:300;
text-transform:none;
margin-bottom: 19px;
}
.cbp_type08 .blog_post_link_ctn {
opacity: 0;
display: block;
text-align:	center;
min-height: 76px;
max-width: 76px !important;
min-width: 76px;
position: absolute;
left: 50%;
line-height:70px;
margin-left: -38px;
border-radius: 100px;
top: 87px;
border: 3px solid #fff;
}
.cbp_type08 .recent_port_ctn:hover .blog_post_link_ctn {
opacity:1;
}
.cbp_type08 .blog_post_link_ctn:before {
font-family: 'FontAwesome';
content: '\f105';
display:block;
font-size:30px;
color:#fff;
}
.cbp_type08 .rp_left {
left:0px;
top:26px;
opacity:1;
width: 45px;
height: 40px;
border:none;
border-radius:3px 0 0 3px;
}
.cbp_type08 .rp_right {
left:45px;
top:26px;
opacity:1;
width: 45px;
height: 40px;
border:none;
border-radius:0 3px 3px 0;
}
.cbp_type08 .rp_left:before {
left: 17px;
top: 9px;
font-size: 18px;
}
.cbp_type08 .rp_right:before {
left: 21px;
top: 9px;
font-size: 18px;
}
.cbp_type08 .blog_box_content {
margin: 0;
padding:25px 30px 13px;
background: #f9f9f9;
line-height:24px;
}
.cbp_type08 h5.widget_post_title {
font-size:18px;
font-weight:700;
text-transform:none;
letter-spacing:normal;
margin-bottom:8px;
}
.cbp_type08 a.more-link {
display: none;
} .jcarousel.rd_pc_1 {
overflow:visible;
position:relative;
}
.jcarousel.rd_pc_2 {
overflow:visible;
max-width:1170px;
position:relative;
}
.rd_pc_1 .port_details {
padding:20px 30px 17px;
position:relative;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_pc_2 .port_details {
padding:20px 30px 17px;
position:relative;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_pc_2 .recent_port_ctn {
padding:0px !important;
}
.port_details:before {
position: absolute;
content: "";
width: 10px;
height: 10px;
top: -6px;
left: 40px;
transform: rotate(45deg);
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_pc_1 .port_details h2, .rd_pc_2 .port_details h2 {
font-size:18px;
font-weight:bold;
line-height:32px;
}
.rd_pc_1 .port_details h3, .rd_pc_2 .port_details h3 {
font-size:14px;
font-weight: normal;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_pc_1 .carousel_nav,.rd_pc_2 .carousel_nav {
position:static;
}
.rd_pc_1 .carousel_left,.rd_pc_2 .carousel_left{
left:0px;
top:50% !important;
margin-top:-17.5px;
}
.rd_pc_1 .carousel_right,.rd_pc_2 .carousel_right{
top:50% !important;
margin-top:-17.5px;
}
.rd_pc_1:hover .carousel_left,.rd_pc_2:hover .carousel_left,.rd_pc_1:hover .carousel_right,.rd_pc_2:hover .carousel_right{
opacity:1;
} .wpcf7-form-control-wrap:before, .wpcf7-form-control-wrap:after {
content: "";
display: table;
clear: both;
}
.wpcf7-form-control-wrap {
position: relative;
z-index:10;
}
.wpcf7 .left_field {
width:48%;
float:left;
}
.wpcf7 .right_field {
width:48%;
float:right;
}
.wpcf7 .message_field,.wpcf7-response-output {
clear:both;
}
.wpcf7 input[type=text], input[type=email], input[type=password], textarea {
margin-top:20px;
}
#footer .wpcf7 input[type=text], #footer input[type=email] {
margin-top:0;
}
.wpcf7 input[type=text] {
position:inherit;
}
input[type=text], input[type=email], input[type=password], input:not([type=submit]),textarea,.wpcf7 select {
font-size: 14px;
background: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.1);
line-height: 20px;
color: #999999;
padding: 10px 20px 11px 20px;
}
#footer input[type=text], #footer input[type=email], #footer input[type=password], #footer textarea {
font-size: 14px;
background-color: rgba(0, 0, 0, 0.2);
border: 1px solid rgba(0, 0, 0, 0.1);
line-height: 20px;
height: 30px;
color: #ffffff;
padding: 0 1% 0 2%;
}
.wpcf7 select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
span[class*=" menu-"]:after{
font-family: "FontAwesome";
content: "\f107" !important;
position: absolute;
top: 0px;
right: 30px;
z-index: 1;
width: 1px;
height: 1px;
}
input[type=text], input[type=email], input[type=password], input:not([type=submit]),.wpcf7 select {
width: 100%;
}
input[type=checkbox], input[type=radio]{
width: auto;
}
.wpcf7 input[type=checkbox],.wpcf7 input[type=radio]{
margin:0!important;
}
span.wpcf7-list-item {
clear:both;
width:100%;
display:block;
padding-bottom: 10px;
}
#footer input[type=text], #footer input[type=email], #footer input[type=password] {
width: 49%;
}
#footer input[type=text] {
margin-right:2%;
float:left;
}
textarea, #footer textarea {
height: 180px;
width: 100%;
padding: 10px 20px 11px 20px;
resize: vertical;
}
#footer textarea {
height:100px;
width:100%;
}
input[type=text]:focus, input[type=email]:focus, textarea:focus, select:focus, input:focus {
border-color: #dedede;
outline: none;
}
input[type=submit],button[type=submit] {
font-size: 16px;
font-family:"Lato";
text-transform:uppercase;
padding: 12px 10px;
color: #ffffff;
cursor: pointer;
border: none;
font-weight:900;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
#footer .wpcf7 input[type=submit] {
float:right;
padding:8px 10px;
border: none;
font-size:12px;
background-color:#1bbc9b;
}
input[type=submit]:hover {
background-color:#1d1d1d;
color: #fff;
}
form {
margin-top: 0px;
}
form div {
margin-top: 15px;
position: relative;
}
div form:first-child, form div:first-child {
margin-top: 0px;
}.timeline_event_ctn {
position:relative;
clear:both;
padding:0 0 80px;
}
.timeline_event_date_ctn {
width:100%;
float:left;
display:block;
clear:both;
margin:74px 0 37px;
}
span.timeline_event_date_ctn:nth-of-type(odd) {
margin: 99px 0 63px;
}
.timeline_event_date_ctn .timeline_event_date {
float:none;
clear:both;
text-align:center;
display: block;
position:relative;
}
.timeline_event_date_ctn:nth-of-type(even) .timeline_event_date {
float: none;
clear: both;
text-align: center;
display: block;
position: relative;
width: 101px;
height: 101px;
margin: 0px auto;
line-height: 101px;
border: 5px solid #fff;
box-shadow: inset 0px 5px 5px 2px rgba(0, 0, 0, 0.4);
border-radius: 200px;
box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.2), 0px 0px 1px 0px rgba(0, 0, 0, 0.15);
}
.timeline_event_date_ctn:nth-of-type(even) h2 {
line-height:91px;
background:none!important;
}
.timeline_event_date_ctn:nth-of-type(odd) .timeline_event_date {
text-align: center;
display: block;
position: relative;
width: 101px;
height: 50px;
margin: 0px auto;
line-height: 50px;
}
.timeline_event_date_ctn:nth-of-type(odd) h2 {
line-height:50px;
background:none!important;
}.simple > div:nth-child(2) {
margin-top: 75px !important;
}
div.timeline_event:nth-of-type(even) {
width:50%;
float:left;
padding-right: 105px;
margin-bottom:100px;
position:relative;
clear:left;
}
.simple div.timeline_event:nth-of-type(even),.simple div.timeline_event:nth-of-type(odd) {
clear:both;
margin:0;
}
div.timeline_event:nth-of-type(odd) {
width:50%;
float:right;
margin-top:100px;
padding-left: 105px;
position:relative;
}
.simple div.timeline_event {
width:calc( 50% - 50px );
padding: 68px 68px 60px;
}
div.timeline_event:nth-of-type(even):after {
content: "\f061";
position: absolute;
right: 58px;
top: 4px;
font-size: 16px;
font-family: "FontAwesome";
}
div.timeline_event:nth-of-type(odd):before {
content: "\f060";
position: absolute;
left: 58px;
top: 4px;
font-size: 16px;
font-family: "FontAwesome";
}
.simple div.timeline_event:nth-of-type(even):after,.simple div.timeline_event:nth-of-type(odd):before {
content:"";
position: absolute;
right: -64px;
top: 73px;
width: 13px;
background: red;
border-radius: 100px;
border: 6px solid;
height: 13px;
}
.simple div.timeline_event:nth-of-type(odd):before{
left:-63px;
}
.simple div.timeline_event:nth-of-type(even) .event_triangle {
width: 0;
height: 0;
position:absolute;
right: -20px;
top: 70px;
border-bottom: 15px solid transparent;
border-top: 15px solid transparent;
position: absolute;
}
.simple div.timeline_event:nth-of-type(odd) .event_triangle {
width: 0;
height: 0;
position:absolute;
left: -20px;
top: 70px;
border-bottom: 15px solid transparent;
border-top: 15px solid transparent;
position: absolute;
}
.simple .event_img { display:none; }
.event_img {
float: left;
border: 9px solid #ebebeb;
border-radius: 300px;
max-width: 188px;
margin-top:8px;
}
.event_img img {
display: block;
border-radius: 300px;
padding: 2px;
}
.event_info {
float: right;
width: calc(100% - 188px );
padding-left: 21px;
}
.simple .event_info {
float: left;
width: 100%;
padding:0;
}
.event_info h2 {
font-size:18px;
font-weight:bold;
line-height:30px;
margin-bottom:8px;
}
.simple .event_info h2 {
font-weight: 700;
font-size: 22px;
line-height: 22px;
padding-bottom: 46px;
margin-bottom: 40px;
position: relative;
font-family: "Poppins";
}
.simple .event_info h2:after {
width:60px;
height:1px;
content:"";
position:absolute;
bottom:0px;
left:0;
}
.simple .event_info p {
font-size: 18px;
line-height: 32px;
margin-bottom:0;
}
.timeline_event_ctn .v_line {
background: none repeat scroll 0 0 #ebebeb;
height: 100%;
left: 50%;
position: absolute;
width: 10px;
margin-left:-5px;
border-radius:3px;
}
.simple.timeline_event_ctn .v_line {
width:1px;
margin:0;
border-radius:0;
} .rd_si_small {
float: left;
width: 100%;
}
.rd_si_small div {
width: auto!important;
margin-right: 15px !important;
color: #fff!important;
font-size: 20px;
}
.rd_si_small div a:hover, .rd_si_medium div a:hover {
background:none!important;
}
.rd_si_medium {
float: left;
width: 100%;
}
.rd_si_medium div {
width: auto!important;
margin-right: 20px !important;
color: #fff!important;
font-size: 26px;
}
.rd_si_big_squared div {
height: auto!important;
margin: 0!important;
padding: 0!important;
float:left;
font-size: 60px;
}
.rd_si_big_squared div:hover {
opacity:0.75;
}
.rd_si_big_squared div a {
width: 100%;
line-height: 240px;
display: block;
}
.rd_si_squared {
float: left;
width:100%;
}
.rd_si_squared div {
margin-right: 3px !important;
}
.rd_si_squared div a {
width: 30px !important;
height: 30px !important;
display: block;
border: 1px solid;
line-height: 28px;
}
.rd_si_big_rounded div {
height: auto!important;
margin: 0!important;
padding: 0!important;
float:left;
font-size: 32px;
}
.rd_si_big_rounded div a {
width: 140px;
height:140px;
margin:0 auto 20px auto;
line-height: 130px;
display: block;
border-radius:300px;
position:relative;
border: 5px solid rgba(255, 255, 255, 0.35);
}
.rd_si_big_rounded div a:before {
content: "";
width: 140px;
height: 140px;
border: 1px solid;
position: absolute;
left: 50%;
margin-left: -71px;
border-radius: 100px;
top: -6px;
opacity:0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_si_big_rounded div a:hover:before {
transform: scale(1.07);
opacity:0.4;
}
.rd_si_big_rounded_trend div {
height: auto!important;
margin: 0!important;
padding: 0!important;
float:left;
font-size: 32px;
}
.rd_si_big_rounded_trend div a {
width: 100px;
height:100px;
margin:0 auto 20px auto;
line-height: 100px;
display: block;
font-size: 24px;
border-radius:300px;
position:relative;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
} .ig_col_1 {
width:100%;
float:left;
display:block;
}
.ig_col_2 {
width:50%;
float:left;
display:block;
}
.ig_col_3 {
width:33.3%;
float:left;
display:block;
}
.ig_col_4 {
width:25%;
float:left;
display:block;
}
.ig_col_5 {
width:20%;
float:left;
display:block;
}
.ig_col_6 {
width:16.6%;
float:left;
display:block;
}
.ig_col_1 img,.ig_col_2 img,.ig_col_3 img,.ig_col_4 img,.ig_col_5 img,.ig_col_6 img{
display:block;
width:100%!important;
}
.rd_img_gallery_ctn.clearfix img:hover{opacity:0.9;}
.rd_img_gallery_ctn.clearfix img{-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;-o-transition: all 0.2s linear;-ms-transition: all 0.2s linear;transition: all 0.2s linear;} .ic_nav {
height: 89px;
position:relative;
}
.hover_nav_style {
position:relative;
}
.hover_nav_style .ic_nav {
position:absolute;
width:100%;
height:100%;
}
.hover_nav_style:hover .ic_left {
opacity:1;
}
.ic_left {
height:40px;
width:76px;
position:absolute;
left:50%;
margin-left:-75px;
border: 1px solid;
text-align: center;
line-height: 38px;
cursor:pointer;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.hover_nav_style .ic_left {
width:70px;
border-radius:100px;
border:none!important;
z-index:1;
top:50%;
margin-top:-20px;
left:100px;
opacity:0;
}
.hover_nav_style .ic_left:after {
position:static;
width:auto;
height:auto;
border:none!important;
background:none!important;
font-size:30px;
}
.ic_left:after {
font-family: 'elg';
width: 39px;
height: 38px;
border: 1px solid;
position: absolute;
text-align: center;
content: "\34";
top: -1px;
left: -41px;
border-radius: 3px 0 0 3px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.hover_nav_style:hover .ic_right {
opacity:1;
}
.hover_nav_style .ic_right {
width:70px;
border-radius:100px;
border:none!important;
z-index:1;
top:50%;
margin-top:-20px;
right:100px;
opacity:0;
}
.hover_nav_style .ic_right:after {
position:static;
width:auto;
height:auto;
border:none!important;
background:none!important;
font-size:30px;
}
.ic_right {
height:40px;
width:75px;
position:absolute;
right:50%;
margin-right:-75px;
border: 1px solid;
text-align: center;
line-height: 38px;
cursor:pointer;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.ic_right:after {
font-family: 'elg';
width: 39px;
height: 38px;
border: 1px solid;
position: absolute;
text-align: center;
content: "\35";
top: -1px;
right: -41px;
border-radius:0 3px 3px 0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_img_carousel a {
float: left;
display: block;
width: 100%;
}
.rd_img_carousel a img, .rd_img_carousel img {
max-width:inherit;
width: 100%;
float:left;
display: block;
}
.rd_ic_tp .rd_img_carousel a img, .rd_ic_tp .rd_img_carousel img {
padding:10px;
border:1px solid;
}
.rd_ic_pager {
margin: 20px auto 0;
text-align: center;
}
.rd_ic_pager a {
margin: 0 3px 0 0;
text-decoration: none;
display: inline-block;
background: #fff;
width: 24px;
height: 24px;
line-height: 22px;
border: 1px solid;
}
.rd_img_pager a div, .rd_img_pager div {
max-width:inherit;
width: 97.5px;
height: 97.5px;
margin-top: -1px;
float:left;
display: block;
}
.vc_span6 .rd_img_pager a div, .vc_span6 .rd_img_pager div {
width:71.25px;
height:71.25px;
}
.rd_img_pager a img, .rd_img_pager img {
border:1px solid;
padding:10px;
} .partners_ctn.part_col_1 div {
float:left;
width:100%;
text-align:center;
}
.partners_ctn.part_col_2 div {
float:left;
width:50%;
text-align:center;
}
.partners_ctn.part_col_3 div {
float:left;
width: 33.335%;
text-align:center;
}
.partners_ctn.part_col_4 div {
float:left;
width:25%;
text-align:center;
}
.partners_ctn.part_col_5 div {
float:left;
width:20%;
text-align:center;
}
.partners_ctn a img {
display:block;
opacity: 0.8;
transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-webkit-transition: opacity 0.2s;
}
.partners_ctn a img:hover {
opacity:1;
}
.sponsors {
position:relative;
}
ul.partners {
width:100%;
text-align:center;
margin-top: 5px;
overflow:auto;
}
.partners li {
overflow:visible;
padding: 0;
display: block;
float: left;
height:auto !important;
}
.partners li a {
display:block;
text-align:center;
}
.partners li img {
opacity: 0.8;
padding: 10px 20px;
transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-webkit-transition: opacity 0.2s;
}
.partners li a:hover img {
opacity:1;
} .pricetable-clear {
clear:both;
}
.pricetable {
width: 1200px;
margin: 0px auto 0px auto;
padding:0;
margin-bottom: 1em;
text-align:center;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.pricetable .pricetable-inner {
position: relative;
}
.pricetable .pricetable-column {
float: left;
line-height: 1em;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.pricetable .pricetable-column.pricetable-featured {
}
.pricetable .pricetable-column.pricetable-featured .pricetable-column-inner {
} .pricetable .pricetable-column.pricetable-standard {
}
.pricetable .pricetable-column.pricetable-standard.pricetable-last, .pricetable .pricetable-column.pricetable-standard.pricetable-before-featured {
border-right: none;
}  .pricetable h3.pricetable-name, .pricetable h4.pricetable-price { line-height: 1 !important;
margin: 0 !important;
font-weight:bold;
}
.pricetable h3.pricetable-name {
margin: 0;
padding: 22px 14px 9px 14px;
font-size: 20px;
font-weight:bold;
text-align: center;
text-transform: uppercase;
}
.pricetable .pricetable-featured h3.pricetable-name {
padding: 22px 14px 9px 14px;
}
.pricetable h4.pricetable-price {
font-size: 17px;
font-weight:300;
border-width: 1px 0;
text-align: center;
padding:0 0 10px 0;
}
.pricetable .pricetable-featured h4.pricetable-price {
}
.pricetable .pricetable-header {
position:relative;
}
.pricetable .pricetable-header p {
font-size:13px;
text-align:center;
padding:0 0 30px 0;
margin:0;
}  .pricetable .pricetable-features {
position: relative;
}
.pricetable .pricetable-feature {
position: relative;
font: 12px "Lato";
margin: 0 15px;
padding: 10px 0;
}
.pricetable .pricetable-feature small {
font-size: 0.9em;
display: block;
margin-top: 0.5em;
}
.pricetable .pricetable-feature:last-child {
border-bottom: 1px solid #eee;
}
.pricetable .pricetable-feature h4 {
line-height: 1;
margin: 0px;
}
.pricetable .pricetable-feature p {
margin: 0.5em 0em 0em 0em;
}  .pricetable .pricetable-button-container {
padding: 15px 15px 35px;
}
.pricetable .pricetable-featured .pricetable-button-container {
padding: 22px 15px 20px 15px;
}
.pricetable .pricetable-button-container a, .pricetable .pricetable-button-container a .pricetable-gradient, .pricetable .pricetable-button-container a .pricetable-noise {
display: block;
}
.pricetable .pricetable-button-container a {
width: 70%;
margin: 0 auto;
color: #fff;
background-color:#F93;
text-decoration: none;
display: block;
overflow: hidden;
padding: 17px 0px 15px 0px;
font-size: 14px;
text-transform: uppercase;
font-weight: bold;
transition: all linear .2s;
-webkit-transition: all linear .2s;
-moz-transition: all linear .2s;
-o-transition: all linear .2s;
}
.pricetable .pricetable-button-container a .pricetable-gradient {
text-align: center;
transition: all linear .2s;
-webkit-transition: all linear .2s;
-moz-transition: all linear .2s;
-o-transition: all linear .2s;
}
.pricetable .pricetable-button-container a:hover .pricetable-gradient {
border-color:#CCC;
background-color:#333;
}
.pricetable .pricetable-button-container .pricetable-noise {
display: block;
padding: 12px 0px;
width: 100%;
} .pricetable br {
display: none;
}
.rd_pt_1 .pricetable-column.pricetable-standard.pricetable-first {
margin-left: -1.2%;
}
.rd_pt_1 .pricetable .pricetable-column.pricetable-standard {
padding-left: 1.2%;
padding-right: 1.2%;
}
.rd_pt_1 .pricetable-column.pricetable-featured {
padding-left: 0.85%;
padding-right: 0.85%;
margin-top: -5px;
}
.rd_pt_1 .pricetable h3.pricetable-name {
font-size:24px;
font-weight:900;
text-transform:uppercase;
letter-spacing:3px;
background:#1abc9c;
color:#fff;
padding: 18px 14px 18px 14px;
}
.rd_pt_1 .pricetable h4.pricetable-price {
padding: 7px 14px 10px;
background: #ecf0f1;
font-weight: bold;
font-size: 30px;
color:#4e4e4e;
}
.rd_pt_1 span.price_details {
font-size: 14px;
}
.rd_pt_1 .features {
background:#fff;
color:#a1b1bc;
border-top:1px solid #e9edee;
border-left:1px solid #e9edee;
border-right:1px solid #e9edee;
}
.rd_pt_1 .pricetable .pricetable-feature {
font-size:14px;
border:none;
margin:0;
border-bottom:1px solid #e9edee;
padding: 11px 0;
}
.rd_pt_1 .pricetable .pricetable-button-container {
background:#f5f7f8;
border:1px solid #e9edee;
border-top:1px solid #fff;
padding: 17px 34.5px 16px;
}
.rd_pt_1 .pricetable .pricetable-button-container a {
width:100%;
padding: 15px 0px 15px 0px;
border-bottom: 2px solid rgba(0, 0, 0, 0.2);
font-size: 16px;
text-transform: uppercase;
font-weight: 900;
max-width:200px;
border-radius:3px;
background:#1abc9c;
cursor:pointer;
}
.rd_pt_1 .pricetable-button-container a:hover {
background:#34495e !important;
}
.rd_pt_1 .pricetable .pricetable-column.pricetable-featured .pricetable-column-inner {
border:5px solid;
border-bottom-width:6px;
} .rd_pt_2 .pricetable-column.pricetable-standard.pricetable-first {
margin-left: -1.2%;
}
.rd_pt_2 .pricetable .pricetable-column.pricetable-standard {
padding-left: 1.2%;
padding-right: 1.2%;
}
.rd_pt_2 .pricetable-column.pricetable-featured {
padding-left: 0.85%;
padding-right: 0.85%;
margin-top: -5px;
}
.rd_pt_2 .pricetable h3.pricetable-name {
font-size:24px;
font-weight:900;
text-transform:uppercase;
letter-spacing:3px;
background:#1abc9c;
color:#fff;
padding: 18px 14px 18px 14px;
}
.rd_pt_2 .pricetable h4.pricetable-price {
padding: 7px 14px 10px;
background: #ffffff;
font-weight: bold;
font-size: 30px;
color:#4e4e4e;
}
.rd_pt_2 span.price_details {
font-size: 14px;
}
.rd_pt_2 .features {
background:#231234;
color:#a1b1bc;
border-top:1px solid #472d5c;
border-left:1px solid #472d5c;
border-right:1px solid #472d5c;
}
.rd_pt_2 .pricetable .pricetable-feature {
font-size:14px;
border:none;
margin:0;
border-bottom:1px solid #472d5c;
padding: 11px 0;
}
.rd_pt_2 .pricetable .pricetable-button-container {
background:#231234;
border:1px solid #472d5c;
border-top:1px solid #231234;
padding: 17px 34.5px 16px;
}
.rd_pt_2 .pricetable .pricetable-button-container a {
width:100%;
padding: 15px 0px 15px 0px;
border-bottom: 2px solid rgba(0, 0, 0, 0.2);
font-size: 16px;
text-transform: uppercase;
font-weight: 900;
max-width:200px;
border-radius:3px;
background:#1abc9c;
}
.rd_pt_2 .pricetable-button-container a:hover {
background:#34495e !important;
}
.rd_pt_2 .pricetable .pricetable-featured .pricetable-button-container {
background:#f5f7f8;
border:1px solid #f5f7f8;
border-top:1px solid #fff;
}
.rd_pt_2 .pricetable-featured .features {
background:#ffffff;
color:#a1b1bc;
border-top:1px solid #e9edee;
border-left:1px solid #e9edee;
border-right:1px solid #e9edee;
}
.rd_pt_2 .pricetable .pricetable-featured .pricetable-feature {
border-bottom:1px solid #e9edee;
}
.rd_pt_2 .pricetable .pricetable-column.pricetable-featured .pricetable-column-inner {
border:5px solid #4b3160 !important;
border-bottom-width:6px !important;
} .rd_pt_3 .pricetable {
max-width:100%;
}
.rd_pt_3 .pricetable .pricetable-column.pricetable-standard {
position:relative;
z-index:1;
}
.rd_pt_3 .pricetable-column.pricetable-featured {
position:relative;
z-index:2;
}
.rd_pt_3 .pricetable-column.pricetable-standard.pricetable-last {
}
.rd_pt_3 .pricetable .pricetable-header {
background: #fff;
}
.rd_pt_3 .pricetable h3.pricetable-name {
font-size:24px;
font-weight:900;
text-transform:uppercase;
letter-spacing:3px;
background:#1abc9c;
color:#fff;
border-radius:3px;
padding: 18px 14px 18px 14px;
}
.rd_pt_3 .pt_price_ctn {
padding:31px 30px 31px;
margin-top:-1px;
text-align:center;
border:1px solid #dde6e9;
border-top:none;
border-bottom:none;
}
.rd_pt_3 .pricetable h4.pricetable-price {
padding: 0;
background: #f4f7f8;
font-weight: 300;
font-size: 40px;
color: #a1b1bc;
width: 140px;
height: 140px;
display: inline-block;
text-align: center;
margin: 0!important;
border-radius: 100px;
border: 3px solid #ffffff;
box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.1);
}
.rd_pt_3 span.pt_price {
margin:37px auto 3px;
display:block;
}
.rd_pt_3 span.price_details {
font-size: 14px;
display:block;
font-weight:normal;
}
.rd_pt_3 .features {
position: relative;
background:#fff;
color:#a1b1bc;
border-top:1px solid #dde6e9;
border-left:1px solid #dde6e9;
border-right:1px solid #dde6e9;
padding-top: 3px;
border-radius: 3px 3px 0 0;
margin-top: -1px;
}
.rd_pt_3 .pricetable .pricetable-feature.pricetable-first {
border-top:1px solid #dde6e9;
border-radius:3px 3px 0 0;
padding: 14px 0 12px;
}
.rd_pt_3 .pricetable .pricetable-feature {
font-size:14px;
border:none;
margin:0;
padding: 12px 0 11px;
}
.rd_pt_3 .pricetable .pricetable-feature:nth-child(even) {
background:#f4f7f8;
}
.rd_pt_3 .pricetable .pricetable-feature:nth-child(odd) {
background:#ffffff;
}
.rd_pt_3 .pricetable .pricetable-button-container {
background:#f4f7f8;
border:1px solid #dde6e9;
border-top:none;
border-bottom:none;
border-radius: 0 0 3px 3px;
padding: 25px 34.5px 25px;
box-shadow: 0 0px 0px #ffffff, 0 4px 0 -1px #ffffff, 0 0px 0px 0px #ffffff, 0 0px 0px #ffffff, 0 4px 0 0px #dde6e9, 0px 0px 0px 0px #ffffff;
}
.rd_pt_3 .pricetable .pricetable-button-container a {
width:100%;
padding: 15px 0px 15px 0px;
border: 3px solid #fff;
font-size: 16px;
text-transform: uppercase;
font-weight: 900;
max-width:200px;
border-radius: 5px;
background:#1abc9c;
}
.rd_pt_3 .pricetable-button-container a:hover {
background:#34495e !important;
}
.rd_pt_3 .pricetable .pricetable-column.pricetable-featured .pricetable-column-inner {
}
.rd_pt_3 .pricetable .pricetable-column.pricetable-featured h3.pricetable-name {
transform:         scale(1.03); -moz-transform:    scale(1.03); -webkit-transform: scale(1.03); -o-transform:      scale(1.03); -ms-transform:     scale(1.03); padding: 27px 14px 27px 14px;
position: absolute;
display: block;
width: 100%;
top: -8px;
}
.rd_pt_3 .pricetable .pricetable-column.pricetable-featured .pt_price_ctn {
background:#f6f8f9;
padding: 91px 30px 31px;
}
.rd_pt_3 .pricetable .pricetable-column.pricetable-featured h4.pricetable-price {
background:#fff;
border: 1px solid #e0e5e7;
}
.rd_pt_3 .pricetable-column.pricetable-featured span.pt_price {
margin:39px auto 3px;
}
.rd_pt_3 .pricetable .pricetable-column.pricetable-featured .pricetable-button-container {
padding: 36px 34.5px 33px;
}
.rd_pt_3 .pricetable .pricetable-column.pricetable-featured .pricetable-button-container a {
border:none;
border-bottom:2px solid rgba(0,0,0,0.3);
border-radius:3px;
} .rd_pt_4 .pricetable {
max-width:100%;
}
.rd_pt_4 .pricetable-column.pricetable-standard.pricetable-first {
}
.rd_pt_4 .pricetable-column.pricetable-standard.pricetable-before-featured {
}
.rd_pt_4 .pricetable .pricetable-column.pricetable-standard {
position:relative;
z-index:1;
}
.rd_pt_4 .pricetable-column.pricetable-featured {
position:relative;
z-index:2;
}
.rd_pt_4 .pricetable-column.pricetable-standard.pricetable-last {
}
.rd_pt_4 .pricetable .pricetable-header {
}
.rd_pt_4 .pricetable h3.pricetable-name {
font-size:24px;
font-weight:900;
text-transform:uppercase;
letter-spacing:3px;
background:#1a1c27;
color:#fff;
border-radius:3px;
padding: 18px 14px 18px 14px;
}
.rd_pt_4 .pt_price_ctn {
padding:31px 30px 31px;
margin-top:-1px;
text-align:center;
border:1px solid #1a1c27;
border-top:none;
border-bottom:none;
}
.rd_pt_4 .pricetable h4.pricetable-price {
padding: 0;
background: #12e5bb; background: -moz-linear-gradient(45deg, #12e5bb 0%, #59d4fd 100%); background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #12e5bb), color-stop(100%, #59d4fd)); background: -webkit-linear-gradient(45deg, #12e5bb 0%, #59d4fd 100%); background: -o-linear-gradient(45deg, #12e5bb 0%, #59d4fd 100%); background: -ms-linear-gradient(45deg, #12e5bb 0%, #59d4fd 100%); background: linear-gradient(45deg, #12e5bb 0%, #59d4fd 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12e5bb', endColorstr='#59d4fd', GradientType=1 ); position:relative;
font-weight: 300;
font-size: 40px;
color: #fff;
width: 140px;
height: 140px;
display: inline-block;
text-align: center;
margin: 0!important;
border-radius: 100px;
box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.1);
}
.rd_pt_4 .pricetable h4.pricetable-price:after {
content: "";
width: 140px;
height: 140px;
background: red;
position: absolute;
background: #12e5bb;
background: -moz-linear-gradient(45deg, #12e5bb 0%, #59d4fd 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #12e5bb), color-stop(100%, #59d4fd));
background: -webkit-linear-gradient(45deg, #12e5bb 0%, #59d4fd 100%);
background: -o-linear-gradient(45deg, #12e5bb 0%, #59d4fd 100%);
background: -ms-linear-gradient(45deg, #12e5bb 0%, #59d4fd 100%);
background: linear-gradient(45deg, #12e5bb 0%, #59d4fd 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12e5bb', endColorstr='#59d4fd', GradientType=1 );
top: 0;
left: 0;
z-index: -1;
border-radius: 100px;
transform:         scale(1.08); -moz-transform:    scale(1.08); -webkit-transform: scale(1.08); -o-transform:      scale(1.08); -ms-transform:     scale(1.08); opacity: 0.5;
}
.rd_pt_4 span.pt_price {
margin:40px auto 3px;
display:block;
}
.rd_pt_4 span.price_details {
font-size: 14px;
display:block;
font-weight:normal;
position:relative;
}
.rd_pt_4 .features {
position: relative;
background:#1a1c27;
color:#a1b1bc;
border-top:1px solid #1a1c27;
border-left:1px solid #1a1c27;
border-right:1px solid #1a1c27;
padding-top: 3px;
border-radius: 3px 3px 0 0;
margin-top: -1px;
}
.rd_pt_4 .pricetable .pricetable-feature.pricetable-first {
border-top:1px solid #1a1c27;
border-radius:3px 3px 0 0;
padding: 14px 0 12px;
}
.rd_pt_4 .pricetable .pricetable-feature {
font-size:14px;
border:none;
margin:0;
padding: 12px 0 11px;
}
.rd_pt_4 .pricetable .pricetable-feature:nth-child(even) {
background:#20222f;
}
.rd_pt_4 .pricetable .pricetable-feature:nth-child(odd) {
background:#1a1c27;
}
.rd_pt_4 .pricetable .pricetable-button-container {
background:#20222f;
border:1px solid #1a1c27;
border-top:none;
border-bottom:none;
border-radius: 0 0 3px 3px;
padding: 28px 34.5px 28px;
box-shadow: 0 0px 0px #1a1c28, 0 4px 0 -1px #1a1c28, 0 0px 0px 0px #1a1c28, 0 0px 0px #1a1c28, 0 4px 0 0px #1a1c28, 0px 0px 0px 0px #1a1c28;
}
.rd_pt_4 .pricetable .pricetable-button-container a {
width:100%;
padding: 15px 0px 15px 0px;
font-size: 16px;
text-transform: uppercase;
font-weight: 900;
max-width:200px;
border-radius: 3px;
background:#1abc9c;
}
.rd_pt_4 .pricetable-button-container a:hover {
background:#34495e !important;
}
.rd_pt_4 .pricetable .pricetable-column.pricetable-featured .pricetable-column-inner {
}
.rd_pt_4 .pricetable .pricetable-column.pricetable-featured h3.pricetable-name {
transform:         scale(1.03); -moz-transform:    scale(1.03); -webkit-transform: scale(1.03); -o-transform:      scale(1.03); -ms-transform:     scale(1.03); padding: 27px 14px 27px 14px;
position: absolute;
display: block;
width: 100%;
top: -8px;
}
.rd_pt_4 .pricetable .pricetable-column.pricetable-featured .pt_price_ctn {
padding: 91px 30px 31px;
}
.rd_pt_4 .pricetable .pricetable-column.pricetable-featured h4.pricetable-price:after {
transform:         scale(1.14); -moz-transform:    scale(1.14); -webkit-transform: scale(1.14); -o-transform:      scale(1.14); -ms-transform:     scale(1.14); }
.rd_pt_4 .pricetable-column.pricetable-featured span.pt_price {
margin:39px auto 3px;
}
.rd_pt_4 .pricetable .pricetable-column.pricetable-featured .pricetable-button-container {
padding: 36px 34.5px 36px;
}
.rd_pt_4 .pricetable .pricetable-column.pricetable-featured .pricetable-button-container a {
border:none;
border-radius:3px;
} .rd_pt_5 .pricetable-column-inner {
position:relative;
}
.rd_pt_5 .pricetable-column.pricetable-standard.pricetable-first {
margin-left: -1.2%;
}
.rd_pt_5 .pricetable .pricetable-column.pricetable-standard {
padding-left: 1.2%;
padding-right: 1.2%;
}
.rd_pt_5 .pricetable-column.pricetable-featured {
margin-top: -5px;
padding-left: 0.85%;
padding-right: 0.85%;
}
.rd_pt_5 .pricetable-column.pricetable-standard.pricetable-last {
}
.rd_pt_5 .pricetable .pricetable-header {
background:#fff;
}
.rd_pt_5 .pricetable h3.pricetable-name {
font-size:24px;
font-weight:900;
text-transform:uppercase;
letter-spacing:3px;
color:#3a3e4a;
position:absolute;
bottom:0;
width:100%;
border-radius:3px;
padding: 6px 14px 30px 14px;
}
.rd_pt_5 .pt_price_ctn {
padding:39px 30px 79px;
text-align:center;
border:1px solid #e2ebf0;
margin-bottom:1px;
}
.rd_pt_5 .pricetable h4.pricetable-price {
padding: 0;
background: #12e5bb;
border:5px solid #fff;
position:relative;
font-weight: 400;
font-size: 40px;
color: #fff;
width: 150px;
height: 150px;
display: inline-block;
text-align: center;
margin: 0!important;
border-radius: 100px;
box-shadow: 0 0 0 2px #12e5bb;
}
.rd_pt_5 span.pt_price {
margin:38px auto 6px;
display:block;
}
.rd_pt_5 span.price_details {
font-size: 15px;
display:block;
font-weight:normal;
position:relative;
padding-top:11px;
}
.rd_pt_5 span.price_details:before {
width: 25px;
height: 3px;
content: "";
background: #fff;
position: absolute;
left: 50%;
margin-left: -12.5px;
top: 0;
}
.rd_pt_5 .features {
position: relative;
background:#f4f6f7;
color:#a1b1bc;
border-top:1px solid #e2ebf0;
border-left:1px solid #e2ebf0;
border-right:1px solid #e2ebf0;
}
.rd_pt_5 .pricetable .pricetable-feature.pricetable-first {
padding: 12px 0 12px !important;
}
.rd_pt_5 .pricetable .pricetable-feature {
font-size:14px;
border:none;
margin:0;
padding: 12px 0 12px;
}
.rd_pt_5 .pricetable .pricetable-feature:nth-child(even) {
background:#fff;
}
.rd_pt_5 .pricetable .pricetable-feature:nth-child(odd) {
background:#f4f6f7;
padding: 11px 0 11px;
}
.rd_pt_5 .pricetable .pricetable-button-container {
background:#fff;
border:1px solid #e2ebf0;
border-top:none;
padding: 27px 34.5px 28px;
}
.rd_pt_5 .pricetable .pricetable-button-container a {
padding: 12px 0px 12px 0px;
font-size: 14px;
text-transform: uppercase;
font-weight: 900;
max-width:200px;
border-radius: 3px;
background:#FFF;
color:#2c3e50;
border:1px solid #ebebeb;
border-bottom-width:3px;
}
.rd_pt_5 .pricetable .pricetable-column.pricetable-featured .pricetable-column-inner {
border:5px solid #2c3e50;
background:#2c3e50;
}
.rd_pt_5 .pricetable .pricetable-column.pricetable-featured .pricetable-button-container {
padding: 28px 34.5px 31px;
}
.rd_pt_5 .pricetable .pricetable-column.pricetable-featured .pricetable-button-container a {
border:none;
border-radius:3px;
} .rd_pt_6 .pricetable .pricetable-column.pricetable-standard {
margin-left: -1px;
}
.rd_pt_6 .pricetable .pricetable-column-inner {
background:#fff;
border-radius:5px;
}
.rd_pt_6 .pricetable .pricetable-header {
position: relative;
border-bottom: none;
border-radius: 5px 5px 0 0;
background:#141e2b;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_pt_6 .pricetable .pricetable-column-inner:hover .pricetable-header {
background:#2b3036 !important;
}
.rd_pt_6 .pricetable h3.pricetable-name {
font-size:30px;
font-weight:900;
text-transform:uppercase;
letter-spacing:3px;
color:#fff;
padding: 25px 15px 7px 15px;
border-radius: 0 0 5px 5px;
text-align: center;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_pt_6 .pricetable .pricetable-column-inner:hover h3.pricetable-name {
color:#fff!important;
}
.rd_pt_6 .pricetable h4.pricetable-price {
padding: 0px 14px 31px;
font-weight: 400;
font-size: 16px;
color:#a1b1bc;
}
.rd_pt_6 span.price_details {
font-size: 16x;
color:#a1b1bc;
margin-left:5px;
}
.rd_pt_6 .features {
color:#a1b1bc;
border:1px solid #f0f0f0;
border-bottom:none;
padding-top: 3px;
border-radius:3px 3px 0 0;
margin-top:-1px;
position:relative;
}
.rd_pt_6 .pricetable .pricetable-feature {
font-size:14px;
border:none;
margin:0;
border-bottom:1px solid #f0f0f0;
padding: 16px 0;
}
.rd_pt_6 .pricetable .pricetable-feature:nth-child(even) {
background:#ecf0f1;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_pt_6 .pricetable .pricetable-column-inner:hover .pricetable-feature:nth-child(even) {
background:#f5f6f6 !important;
}
.rd_pt_6 .pricetable .pricetable-feature:nth-child(odd) {
background:#fff;
}
.rd_pt_6 .pricetable .pricetable-button-container {
border: 1px solid #f0f0f0;
border-top:none;
padding: 33px 34.5px 36px;
border-radius: 0 0 5px 5px;
border-bottom:1px solid #f0f0f0;
box-shadow: 0 0px 0px #ffffff, 0 5px 0 -1px #ffffff, 0 0px 0px 0px #ffffff, 0 0px 0px #ffffff, 0 5px 0 0px #f0f0f0, 0px 9px 0px 0px #ffffff, 0px 10px 0px 0px #f0f0f0;
}
.rd_pt_6 .pricetable .pricetable-button-container a {
width: 100%;
padding: 23px 0px 23px 0px;
border: none;
font-size: 16px;
text-transform: uppercase;
font-weight: 900;
max-width: 200px;
border-radius: 5px;
background: none;
cursor: pointer;
color: #FFFFFF;
background: #1abc9c;
}
.rd_pt_6 .pricetable-button-container a:hover {
color:#fff!important;
background:#2c3e50 !important;
}
.rd_pt_6 .pricetable .pricetable-column.pricetable-featured .pricetable-column-inner {
} .rd_pt_7 .pricetable-column-inner {
position:relative;
background:#fff;
border-radius: 7px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_pt_7 .pricetable-column-inner:hover {
background:#a1b1bc;
}
.rd_pt_7 .pricetable-column.pricetable-standard.pricetable-first {
margin-left: -1.2%;
}
.rd_pt_7 .pricetable .pricetable-column.pricetable-standard {
padding-left: 1.2%;
padding-right: 1.2%;
}
.rd_pt_7 .pricetable-column.pricetable-featured {
padding-left: 0.85%;
padding-right: 0.85%;
}
.rd_pt_7 .pricetable-column.pricetable-standard.pricetable-last {
}
.rd_pt_7 .pricetable .pricetable-header {
border:1px solid #dfe4e5;
border-bottom:none;
border-radius:5px 5px 0 0;
}
.rd_pt_7 .pricetable h3.pricetable-name {
font-size:24px;
font-weight:900;
text-transform:uppercase;
letter-spacing:3px;
color:#3a3e4a;
position:absolute;
bottom:0;
width:100%;
border-radius:3px;
padding: 6px 14px 33px 14px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_pt_7 .pricetable-column-inner:hover h3.pricetable-name, .rd_pt_7 .pricetable-column.pricetable-featured h3.pricetable-name {
color:#fff;
}
.rd_pt_7 .pricetable h3.pricetable-name:after {
content: "";
width: 44px;
height: 2px;
position: absolute;
background: #a1b1bc;
left: 50%;
margin-left: -22px;
top: 46px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_pt_7 .pricetable-column-inner:hover h3.pricetable-name:after, .rd_pt_7 .pricetable-column.pricetable-featured h3.pricetable-name:after {
background:#fff;
}
.rd_pt_7 .pt_price_ctn {
padding:49px 30px 86px;
text-align:center;
}
.rd_pt_7 .pricetable .pt_col_nb_0 h4.pricetable-price {
background-image:url(//aarron.aero/wp-content/themes/thefox/images/pt_1.png);
}
.rd_pt_7 .pricetable .pt_col_nb_1 h4.pricetable-price {
background-image:url(//aarron.aero/wp-content/themes/thefox/images/pt_2.png);
}
.rd_pt_7 .pricetable .pt_col_nb_2 h4.pricetable-price {
background-image:url(//aarron.aero/wp-content/themes/thefox/images/pt_3.png);
}
.rd_pt_7 .pricetable .pt_col_nb_3 h4.pricetable-price {
background-image:url(//aarron.aero/wp-content/themes/thefox/images/pt_4.png);
}
.rd_pt_7 .pricetable .pt_col_nb_4 h4.pricetable-price {
background-image:url(//aarron.aero/wp-content/themes/thefox/images/pt_5.png);
}
.rd_pt_7 .pricetable h4.pricetable-price {
padding: 0;
background-color: #12e5bb;
background-size: 150px;
border:10px solid #dfe4e5;
position:relative;
font-weight: 400;
font-size: 30px;
color: #fff;
width: 150px;
height: 150px;
display: inline-block;
text-align: center;
margin: 0!important;
border-radius: 100px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_pt_7 .pricetable-column-inner:hover h4.pricetable-price {
background-color:#2c3e50 !important;
border-color:#fff;
}
.rd_pt_7 span.pt_price {
margin:38px auto 6px;
display:block;
}
.rd_pt_7 span.price_details {
font-size: 18px;
display:block;
font-weight:normal;
position:relative;
}
.rd_pt_7 .features {
position: relative;
color:#a1b1bc;
border-left:1px solid #dfe4e5;
border-right:1px solid #dfe4e5;
}
.rd_pt_7 .pricetable-column-inner:hover .features, .rd_pt_7 .pricetable-column.pricetable-featured .features {
color:#fff;
}
.rd_pt_7 .pricetable .pricetable-feature.pricetable-first {
padding: 12px 0 12px;
}
.rd_pt_7 .pricetable .pricetable-feature {
font-size:14px;
border:none;
margin:0;
padding: 12px 0 12px;
}
.rd_pt_7 .pricetable .pricetable-feature:nth-child(even) {
}
.rd_pt_7 .pricetable .pricetable-feature:nth-child(odd) {
padding: 11px 0 11px;
}
.rd_pt_7 .pricetable .pricetable-button-container {
border:1px solid #dfe4e5;
border-top:none;
padding: 25px 34.5px 50px;
border-radius:0 0 5px 5px;
}
.rd_pt_7 .pricetable .pricetable-button-container a {
padding: 15px 0px 15px 0px;
font-size: 14px;
text-transform: uppercase;
font-weight: 900;
max-width:200px;
border-radius: 3px;
background:#a1b1bc;
color:#fff;
border-bottom-width:3px;
}
.rd_pt_7 .pricetable-column-inner:hover .pricetable-button-container a, .rd_pt_7 .pricetable-column.pricetable-featured .pricetable-button-container a {
background:#2c3e50;
}
.rd_pt_7 .pricetable .pricetable-column.pricetable-featured .pricetable-column-inner {
border:5px solid #fff;
background:#a1b1bc;
border-radius: 10px;
margin-top: -5px;
}
.rd_pt_7 .pricetable-column.pricetable-featured h4.pricetable-price {
border-color:#fff;
}
.rd_pt_7 .pricetable .pricetable-column.pricetable-featured .pricetable-button-container {
} .rd_pt_8 .pricetable-column-inner {
position:relative;
background:#222533;
border-radius: 7px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_pt_8 .pricetable-column-inner:hover {
background:#21c2f8;
}
.rd_pt_8 .pricetable-column.pricetable-standard.pricetable-first {
margin-left: -1.2%;
}
.rd_pt_8 .pricetable .pricetable-column.pricetable-standard {
padding-left: 1.2%;
padding-right: 1.2%;
}
.rd_pt_8 .pricetable-column.pricetable-featured {
padding-left: 0.85%;
padding-right: 0.85%;
}
.rd_pt_8 .pricetable-column.pricetable-standard.pricetable-last {
}
.rd_pt_8 .pricetable .pricetable-header {
border-bottom:none;
border-radius:5px 5px 0 0;
}
.rd_pt_8 .pricetable h3.pricetable-name {
font-size:24px;
font-weight:900;
text-transform:uppercase;
letter-spacing:3px;
color:#ffffff;
position:absolute;
bottom:0;
width:100%;
border-radius:3px;
padding: 6px 14px 33px 14px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_pt_8 .pricetable-column-inner:hover h3.pricetable-name, .rd_pt_8 .pricetable-column.pricetable-featured h3.pricetable-name {
color:#fff;
}
.rd_pt_8 .pricetable h3.pricetable-name:after {
content: "";
width: 44px;
height: 2px;
position: absolute;
background: #a1b1bc;
left: 50%;
margin-left: -22px;
top: 46px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_pt_8 .pricetable-column-inner:hover h3.pricetable-name:after, .rd_pt_8 .pricetable-column.pricetable-featured h3.pricetable-name:after {
background:#fff;
}
.rd_pt_8 .pt_price_ctn {
padding:59px 30px 95px;
text-align:center;
}
.rd_pt_8 .pricetable h4.pricetable-price {
padding: 0;
border:1px solid #fff;
position:relative;
font-weight: 400;
font-size: 30px;
color: #fff;
width: 132px;
height: 132px;
display: inline-block;
text-align: center;
margin: 0!important;
border-radius: 100px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_pt_8 .pricetable-column-inner:hover h4.pricetable-price {
border-color:#fff;
}
.rd_pt_8 span.pt_price {
margin:38px auto 6px;
display:block;
}
.rd_pt_8 span.price_details {
font-size: 18px;
display:block;
font-weight:normal;
position:relative;
}
.rd_pt_8 .features {
position: relative;
color:#a1b1bc;
}
.rd_pt_8 .pricetable-column-inner:hover .features, .rd_pt_8 .pricetable-column.pricetable-featured .features {
color:#fff;
}
.rd_pt_8 .pricetable .pricetable-feature.pricetable-first {
padding: 12px 0 12px;
}
.rd_pt_8 .pricetable .pricetable-feature {
font-size:14px;
border:none;
margin:0;
padding: 12px 0 12px;
}
.rd_pt_8 .pricetable .pricetable-feature:nth-child(even) {
}
.rd_pt_8 .pricetable .pricetable-feature:nth-child(odd) {
padding: 11px 0 11px;
}
.rd_pt_8 .pricetable .pricetable-button-container {
border-top:none;
padding: 25px 34.5px 51px;
border-radius:0 0 5px 5px;
}
.rd_pt_8 .pricetable .pricetable-button-container a {
padding: 14px 0px 14px 0px;
font-size: 14px;
text-transform: uppercase;
font-weight: 900;
max-width:200px;
border-radius: 3px;
background:#a1b1bc;
color:#fff;
border:1px solid #a1b1bc;
}
.rd_pt_8 .pricetable-column-inner:hover .pricetable-button-container a, .rd_pt_8 .pricetable-column.pricetable-featured .pricetable-button-container a {
background:none;
border-color:#fff;
}
.rd_pt_8 .pricetable .pricetable-column.pricetable-featured .pricetable-column-inner {
border:5px solid #fff;
background:#21c2f8;
border-radius: 10px;
margin-top: -5px;
}
.rd_pt_8 .pricetable-column.pricetable-featured h4.pricetable-price {
border-color:#fff;
}
.rd_pt_8 .pricetable .pricetable-column.pricetable-featured .pricetable-button-container {
} .rd_pt_9 .pricetable .pricetable-column.pricetable-standard {
margin-left: -1px;
}
.rd_pt_9 .pricetable .pricetable-column-inner {
background:#32343a;
border-radius:2px;
}
.rd_pt_9 .pricetable .pricetable-header {
position: relative;
border:1px solid #3e4047;
border-bottom: none;
border-radius: 5px 5px 0 0;
background:#141e2b;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_pt_9 .pricetable h3.pricetable-name {
font-size:18px;
font-weight:900;
text-transform:uppercase;
letter-spacing:3px;
color:#fff;
padding: 31px 15px 8px 15px;
border-radius: 0 0 2px 2px;
text-align: center;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_pt_9 .pricetable h4.pricetable-price {
padding: 0px 14px 35px;
font-weight: 400;
font-size: 16px;
color:#a1b1bc;
}
.rd_pt_9 span.price_details {
font-size: 16x;
color:#a1b1bc;
margin-left:5px;
}
.rd_pt_9 .features {
color:#a1b1bc;
border:1px solid #3e4047;
border-bottom:none;
padding-top: 3px;
border-radius:3px 3px 0 0;
margin-top:-1px;
position:relative;
}
.rd_pt_9 .pricetable .pricetable-feature {
font-size:14px;
border:none;
margin:0;
border-bottom:1px solid #3e4047;
padding: 16px 0;
}
.rd_pt_9 .pricetable .pricetable-feature:nth-child(even) {
background:#2e3035;
}
.rd_pt_9 .pricetable .pricetable-feature:nth-child(odd) {
background:#32343a;
}
.rd_pt_9 .pricetable .pricetable-button-container {
border: 1px solid #3e4047;
border-top:none;
padding: 33px 20px 36px;
border-radius: 0 0 2px 2px;
border-bottom:1px solid #3e4047;
box-shadow: 0 0px 0px #32343a, 0 5px 0 -1px #32343a, 0 0px 0px 0px #32343a, 0 0px 0px #32343a, 0 5px 0 0px #2e3035, 0px 9px 0px 0px #32343a, 0px 10px 0px 0px #3e4047;
}
.rd_pt_9 .pricetable .pricetable-button-container a {
width: 100%;
padding: 20px 0px 20px 0px;
border: none;
border:3px solid #1abc9c;
font-size: 16px;
text-transform: uppercase;
font-weight: 900;
max-width: 250px;
border-radius: 5px;
background: none;
cursor: pointer;
color: #FFFFFF;
background: #1abc9c;
}
.rd_pt_9 .pricetable-button-container a:hover {
background:none !important;
}
.rd_pt_9 .pricetable .pricetable-column.pricetable-featured .pricetable-column-inner {
} .rd_pt_10 .pricetable .pricetable-column-inner {
background:#fff;
border-radius:5px;
}
.rd_pt_10 .pricetable-column.pricetable-standard.pricetable-first {
margin-left: -1.2%;
}
.rd_pt_10 .pricetable .pricetable-column.pricetable-standard {
padding-left: 1.2%;
padding-right: 1.2%;
}
.rd_pt_10 .pricetable-column.pricetable-featured {
padding-left: 0.85%;
padding-right: 0.85%;
margin-top: -5px;
}
.rd_pt_10 .pricetable .pricetable-header {
position: relative;
border: 1px solid #8997a2;
border-bottom: none;
border-radius: 5px 5px 0 0;
}
.rd_pt_10 .pricetable h3.pricetable-name {
font-size:24px;
font-weight:900;
text-transform:uppercase;
letter-spacing:3px;
background:#1abc9c;
color:#fff;
padding: 49px 15px 27px 15px;
border-radius: 0 0 5px 5px;
margin: -1px auto 0!important;
max-width: 215px;
text-align: center;
}
.rd_pt_10 .pricetable h4.pricetable-price {
padding: 23px 14px 23px;
font-weight: 900;
font-size: 18px;
color:#4e4e4e;
}
.rd_pt_10 span.price_details {
font-size: 14px;
font-weight:normal;
text-transform: uppercase;
color:#2c3e50;
letter-spacing:1px;
margin-left:5px;
}
.rd_pt_10 .features {
color:#a1b1bc;
border-top:1px solid #ecf0f1;
}
.rd_pt_10 .pricetable .pricetable-feature {
font-size:14px;
border:none;
margin:0;
border-left:1px solid #8997a2;
border-right:1px solid #8997a2;
border-bottom:1px solid #ecf0f1;
padding: 16px 0;
}
.rd_pt_10 .features .pricetable-feature:last-child {
border-bottom:none;
}
.rd_pt_10 .pricetable .pricetable-button-container {
border: 1px solid #8997a2;
border-top:none;
padding: 29px 34.5px 36px;
border-radius: 0 0 5px 5px;
border-bottom:1px solid #cad3d9;
box-shadow: 0 0px 0px #ffffff, 0 4px 0 -1px #ffffff, 0 0px 0px 0px #ffffff, 0 0px 0px #ffffff, 0 4px 0 0px #6e7782, 0px 0px 0px 0px #ffffff;
}
.rd_pt_10 .pricetable .pricetable-button-container a {
width:48%;
min-width:140px;
padding: 11px 0px 11px 0px;
border: 2px solid #2c3e50;
font-size: 14px;
text-transform: uppercase;
font-weight: 700;
max-width: 200px;
border-radius: 5px;
background: none;
cursor: pointer;
color: #2c3e50;
}
.rd_pt_10 .pricetable-button-container a:hover {
color:#fff!important;
}
.rd_pt_10 .pricetable .pricetable-column.pricetable-featured .pricetable-column-inner {
} .rd_pt_11 .pricetable .pricetable-column-inner {
background:#fff;
border-radius:5px;
}
.rd_pt_11 .pricetable-column.pricetable-standard.pricetable-first {
margin-left: -1.2%;
}
.rd_pt_11 .pricetable .pricetable-column.pricetable-standard {
padding-left: 1.2%;
padding-right: 1.2%;
}
.rd_pt_11 .pricetable-column.pricetable-featured {
padding-left: 0.85%;
padding-right: 0.85%;
margin-top: -5px;
}
.rd_pt_11 .pricetable .pricetable-header {
position: relative;
border: 1px solid #b3c0c9;
border-top:1px solid #cad3d9;
border-bottom: none;
border-radius: 5px 5px 0 0;
}
.rd_pt_11 .pricetable h3.pricetable-name {
font-size:24px;
font-weight:900;
text-transform:uppercase;
letter-spacing:3px;
background:#1abc9c;
color:#fff;
padding: 49px 15px 27px 15px;
border-radius: 0 0 5px 5px;
margin: -1px auto 0!important;
max-width: 215px;
text-align: center;
}
.rd_pt_11 .pricetable h4.pricetable-price {
padding: 23px 14px 23px;
font-weight: 900;
font-size: 18px;
color:#4e4e4e;
}
.rd_pt_11 span.price_details {
font-size: 14px;
font-weight:normal;
text-transform: uppercase;
color:#2c3e50;
letter-spacing:1px;
margin-left:5px;
}
.rd_pt_11 .features {
color:#a1b1bc;
border-top:1px solid #ecf0f1;
}
.rd_pt_11 .pricetable .pricetable-feature {
font-size:14px;
border:none;
margin:0;
border-left:1px solid #b3c0c9;
border-right:1px solid #b3c0c9;
border-bottom:1px solid #ecf0f1;
padding: 16px 0;
}
.rd_pt_11 .features .pricetable-feature:last-child {
border-bottom:none;
}
.rd_pt_11 .pricetable .pricetable-button-container {
border: 1px solid #8997a2;
border-top:none;
padding: 29px 34.5px 36px;
border-radius: 0 0 5px 5px;
border-bottom:1px solid #cad3d9;
box-shadow: 0 0px 0px #ffffff, 0 4px 0 -1px #ffffff, 0 0px 0px 0px #ffffff, 0 0px 0px #ffffff, 0 4px 0 0px #cad3d9, 0px 0px 0px 0px #ffffff;
}
.rd_pt_11 .pricetable .pricetable-button-container a {
width:48%;
min-width:140px;
padding: 11px 0px 11px 0px;
border: 2px solid #2c3e50;
font-size: 14px;
text-transform: uppercase;
font-weight: 700;
max-width: 200px;
border-radius: 5px;
background: none;
cursor: pointer;
color: #2c3e50;
}
.rd_pt_11 .pricetable-button-container a:hover {
color:#fff!important;
}
.rd_pt_11 .pricetable .pricetable-column.pricetable-featured .pricetable-column-inner {
} .rd_pt_12 .pricetable .pricetable-column-inner {
background:#fff;
border-radius:5px;
border: 1px solid #dde3e4;
}
.rd_pt_12 .pricetable-column.pricetable-standard.pricetable-first {
margin-left: -1.2%;
}
.rd_pt_12 .pricetable .pricetable-column.pricetable-standard {
padding-left: 1.2%;
padding-right: 1.2%;
}
.rd_pt_12 .pricetable-column.pricetable-featured {
padding-left: 0.85%;
padding-right: 0.85%;
margin-top: -5px;
}
.rd_pt_12 .pricetable .pricetable-header {
position: relative;
border-bottom: none;
border-radius: 5px 5px 0 0;
}
.rd_pt_12 .pricetable h3.pricetable-name:before {
content: "";
width: 170px;
height: 3px;
position: absolute;
top: 0;
left: 50%;
margin-left: -85px;
}
.rd_pt_12 .pricetable h3.pricetable-name {
font-size:24px;
font-weight:900;
text-transform:uppercase;
letter-spacing:2px;
color:#2c3e50;
font-family:Raleway;
padding: 147px 15px 16px 15px;
border-radius: 0 0 5px 5px;
margin: -1px auto 0!important;
max-width: 215px;
text-align: center;
}
.rd_pt_12 .pricetable h4.pricetable-price {
padding: 0px 14px 38px;
font-weight: 300;
font-size: 24px;
font-family:Raleway;
color:#a1b1bc;
}
.rd_pt_12 span.price_details {
font-size: 14px;
font-weight:normal;
text-transform: uppercase;
color:#2c3e50;
letter-spacing:1px;
margin-left:5px;
}
.rd_pt_12 .features small{
color:#a1b1bc;
font-weight:normal;
line-height:28px;
margin-top:7px;
}
.rd_pt_12 .pricetable .pricetable-feature {
font-size:14px;
border:none;
margin:0 35px;
border-bottom:1px solid #ecf0f1;
padding: 16px 0 13px;
color:#222533;
font-weight:bold;
}
.rd_pt_12 .pricetable .pricetable-button-container {
border-top:none;
padding: 41px 34.5px 40px;
border-radius: 0 0 5px 5px;
border-bottom: 1px solid #dde3e4;
box-shadow: 0 0px 0px #ffffff, 0 4px 0 -1px #ffffff, 0 0px 0px 0px #ffffff, 0 0px 0px #ffffff, 0 4px 0 0px #dde3e4, 0px 0px 0px 0px #ffffff;
}
.rd_pt_12 .pricetable .pricetable-button-container a {
width: 65%;
min-width: 140px;
padding: 18px 0px 16px 0px;
border: 1px solid #ecf0f1;
font-size: 14px;
text-transform: uppercase;
font-weight: 900;
letter-spacing:1.5px;
font-family:Raleway;
max-width: 200px;
border-radius: 10px;
background: none;
cursor: pointer;
color: #2c3e50;
}
.rd_pt_12 .pricetable-button-container a:hover {
color:#fff!important;
}
.rd_pt_12 .pricetable .pricetable-column.pricetable-featured .pricetable-column-inner {
}
.rd_pt_12 .pricetable-column {
position:relative;
}
.rd_pt_12 .pricetable-column:hover:before {
opacity:1;
}
.rd_pt_12 .pricetable-column:before {
position: absolute;
left: 48px;
top: 48px;
font-size: 48px;
font-family: Raleway;
font-weight: 300;
color: #222533;
opacity: 0.3;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_pt_12 .pricetable-column.pt_col_nb_0:before {
content: "01.";
}
.rd_pt_12 .pricetable-column.pt_col_nb_1:before {
content: "02.";
}
.rd_pt_12 .pricetable-column.pt_col_nb_2:before {
content: "03.";
}
.rd_pt_12 .pricetable-column.pt_col_nb_3:before {
content: "04.";
}
.rd_pt_12 .pricetable-column.pt_col_nb_4:before {
content: "05.";
} .rd_pt_13 { margin-left:1px; }
.rd_pt_13 .pricetable {
max-width: 100%;
}
.rd_pt_13 .pricetable .pricetable-column{
margin-left: -1px;
}
.rd_pt_13 .pricetable .pricetable-column-inner {
background:#fff;
border-radius:5px;
border: 1px solid #eaeaea;
}
.rd_pt_13 .pricetable-column.pricetable-featured {
}
.rd_pt_13 .pricetable-column.pricetable-featured:before {
content: "";
height: 5px;
width: 100%;
position: absolute;
top: 0;
background: #0ff0ff;
background: -moz-linear-gradient(90deg, #0ff0ff 0%, #ebacfd 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#0ff0ff), color-stop(100%,#ebacfd));
background: -webkit-linear-gradient(90deg, #0ff0ff 0%,#ebacfd 100%);
background: -o-linear-gradient(90deg, #0ff0ff 0%,#ebacfd 100%);
background: -ms-linear-gradient(90deg, #0ff0ff 0%,#ebacfd 100%);
background: linear-gradient(90deg, #0ff0ff 0%,#ebacfd 100%);
left: 0;
border-radius:3px 3px 0 0;
}
.rd_pt_13 .pricetable .pricetable-header {
position: relative;
border-bottom: none;
border-radius: 5px 5px 0 0;
}
.rd_pt_13 .pricetable h3.pricetable-name:before {
content: "";
width: 170px;
height: 3px;
position: absolute;
top: 0;
left: 50%;
margin-left: -85px;
}
.rd_pt_13 .pricetable h3.pricetable-name {
font-size:33px;
font-weight:300;
color:#333333;
font-family:"Open Sans";
padding: 70px 15px 56px 15px;
border-radius: 0 0 5px 5px;
margin: -1px auto 0!important;
max-width: 215px;
text-align: center;
text-transform:none;
position:relative;
}
.rd_pt_13 .pricetable h3.pricetable-name:after {
position: absolute;
content: "";
background: #0ff0ff;
background: -moz-linear-gradient(90deg, #0ff0ff 0%, #ebacfd 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#0ff0ff), color-stop(100%,#ebacfd));
background: -webkit-linear-gradient(90deg, #0ff0ff 0%,#ebacfd 100%);
background: -o-linear-gradient(90deg, #0ff0ff 0%,#ebacfd 100%);
background: -ms-linear-gradient(90deg, #0ff0ff 0%,#ebacfd 100%);
background: linear-gradient(90deg, #0ff0ff 0%,#ebacfd 100%);
height: 1px;
width: 70px;
bottom: 30px;
left: 50%;
margin-left: -35px;
}
.rd_pt_13 .pricetable h4.pricetable-price {
padding: 0px 14px 70px;
margin-bottom:10px!important;
font-weight: 600;
font-size: 20px;
font-family:"Open Sans";
border-bottom:1px solid #eaeaea;
position:relative;
}
.rd_pt_13 .pricetable h4.pricetable-price:after {
width: 10px;
height: 10px;
position: absolute;
background: #fff;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
bottom: -6px;
left: 50%;
margin-left: -10px;
border-right: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
content:"";
}
.rd_pt_13 span.price_details {
font-size: 20px;
font-weight:300;
font-family:"Open Sans";
color:#999999;
margin-left:5px;
}
.rd_pt_13 .features small{
color:#999999;
font-size:14px;
font-weight:normal;
line-height:30px;
margin-top:11px;
padding: 0 5px;
}
.rd_pt_13 .pricetable .pricetable-feature {
font-size:16px;
border:none;
margin:0 47px;
font-family:"Open Sans";
border-bottom:1px solid #eaeaea;
padding: 26px 0 20px;
color:#333333;
font-weight:600;
}
.rd_pt_13 .pricetable .pricetable-feature:before {
content: "\f00c";
font-family: "FontAwesome";
color: #9acb58;
font-size: 14px;
font-weight: normal;
padding-right: 5px;
}
.rd_pt_13 .pricetable .pricetable-feature:last-child {
border-bottom:none !important;
}
.rd_pt_13 .pricetable .pricetable-button-container {
border-top:none;
padding: 41px 34.5px 40px;
border-radius: 0 0 5px 5px;
border-top: 1px solid #eaeaea;
}
.rd_pt_13 .pricetable .pricetable-button-container a {
width: 65%;
min-width: 140px;
padding: 18px 0px 16px 0px;
border: 1px solid rgba(0,0,0,0.15);
font-size: 14px;
text-transform: uppercase;
font-weight:bold;
font-family:"Open Sans";
max-width: 200px;
border-radius: 3px;
background: none;
cursor: pointer;
color: #fff;
}
.rd_pt_13 .pricetable-button-container a:hover {
color:#fff!important;
background:#82b440 !important;
}
.rd_pt_13 .pricetable .pricetable-column.pricetable-featured .pricetable-column-inner {
}
.rd_pt_13 .pricetable-column {
position:relative;
}
.rd_pt_13 .pricetable-column:hover:before {
opacity:1;
} .rd_table_ctn {
display: table;
width: 100%;
}
.rd_table_ctn .table_col:first-child {
margin-left:0!important;
}
.rd_table_1_col .table_col {
width:100%;
}
.rd_table_2_col .table_col {
width:50%;
float:left;
margin-left:-1px;
}
.rd_table_3_col .table_col {
width:33.333%;
float:left;
margin-left:-1px;
}
.rd_table_4_col .table_col {
width:25%;
float:left;
margin-left:-1px;
}
.rd_table_5_col .table_col {
width:20%;
float:left;
margin-left:-1px;
}
.table_col {
text-align:center;
}
.table_col h3 {
font-size:14px;
font-weight:900;
text-transform:uppercase;
margin:0;
padding: 13.5px;
}
.table_col .table_line:last-child {
border-bottom:none!important;
}
.table_col p {
margin:0;
padding:0 15px;
line-height:49px;
}  .slider_button.small {
font-weight: 900;
color: #fff;
padding: 13px 16px;
display: inline-block;
border-radius: 3px;
line-height: 24px;
font-size: 13px;
letter-spacing:1px;
text-transform:uppercase;
min-width:170px;
text-align:center;
}
.slider_button.medium {
text-align:center;
font-weight: 900;
color: #fff;
padding: 13px 16px;
display: inline-block;
line-height: 24px;
font-size: 14px;
text-transform:uppercase;
min-width:170px;
}
.slider_button.medium.stroke {
border-width:1px;
padding: 12px 15px;
}
.slider_button.medium.button_3d {
min-width:200px;
padding:16px 16px;
font-size:16px;
border-bottom-width:4px !important;
}
.slider_button {
font-weight: 900;
color: #fff;
padding: 18px 20px;
background: #222533;
display: inline-block;
border-radius: 3px;
line-height: 24px;
font-size: 18px;
text-transform:uppercase;
text-align:center;
min-width:200px;
font-family:"Lato";
}
.slider_button:hover {
background:#21c2f8;
color:#fff;
}
.slider_button.stroke {
border-width:2px;
padding: 16px 18px;
}
.slider_button.big {
font-weight: 900;
color: #fff;
padding: 23px 25px;
display: inline-block;
border-radius: 5px;
line-height: 24px;
font-size: 18px;
text-transform:uppercase;
text-align:center;
letter-spacing:1.5px;
min-width:230px;
}
.slider_button_trending {
font-weight: 900;
color: #fff;  background: #222533;
border-radius: 0px;
font-size: 12px;
font-family:"Raleway";
letter-spacing:2px;
text-transform: uppercase;
text-align: center;
min-width: 200px;
padding: 13px 20px 12px;
letter-spacing: 2px;
display: block;
}
.slider_button_trending.stroke {
border:2px solid;
background:none;
padding: 11px 20px 10px;
}
.stroke {
border:2px solid;
background:none;
}
.slider_button_trending:hover {
color:#222533;
border-color:#fff;
background:#fff;
}
.stroke:hover {
background:#21c2f8;
border-color:#21c2f8;
}
.button_3d {
border-bottom: 5px solid rgba(0, 0, 0, 0.2) !important;
}
.ta_left {
display:inline-block;
vertical-align:bottom;
}
.ta_right {
text-align:right;
float:right;
display:block;
}
.ta_center {
display:block;
text-align:center;
clear:both;
}
.ta_left i, .ta_right i, .ta_center i {
transition: all linear .2s;
-webkit-transition: all linear .2s;
-moz-transition: all linear .2s;
-o-transition: all linear .2s;
}
.rd_3d_bt {
border-bottom: 5px solid rgba(0, 0, 0, 0.2) !important;
}
.rd_3dstroke_bt {
border-bottom-width:5px !important;
}
.rd_3dstroke_bt:hover {
border-bottom: 5px solid rgba(0, 0, 0, 0.5) !important;
}
.smallmedium_rd_bt.rd_3d_bt, .mediumlarge_rd_bt.rd_3d_bt {
border-bottom:3px solid rgba(0, 0, 0, 0.2) !important;
}
.smallmedium_rd_bt.rd_3dstroke_bt, .mediumlarge_rd_bt.rd_3dstroke_bt {
border-bottom-width:3px !important;
}
.smallmedium_rd_bt.rd_3dstroke_bt:hover, .mediumlarge_rd_bt.rd_3dstroke_bt:hover {
border-bottom:3px solid rgba(0, 0, 0, 0.5) !important;
}
.small_rd_bt.bt_icon_left i, .medium_rd_bt.bt_icon_left i {
margin-right:8px;
}
.small_rd_bt.bt_icon_right i, .medium_rd_bt.bt_icon_right i {
margin-left:8px;
}
.smallmedium_rd_bt.bt_icon_left i {
margin-right:20px;
}
.smallmedium_rd_bt.bt_icon_right i {
margin-left:10px;
}
.mediumlarge_rd_bt.bt_icon_left i {
margin-right:15px;
font-size:25px;
vertical-align:middle;
}
.mediumlarge_rd_bt.bt_icon_right i {
margin-left:15px;
font-size:25px;
vertical-align:middle;
}
.large_rd_bt.bt_icon_left i {
margin-right:20px;
}
.xlarge_rd_bt.bt_icon_left i {
margin-right:30px;
}
.large_rd_bt.bt_icon_right i {
margin-left:20px;
}
.xlarge_rd_bt.bt_icon_right i {
margin-left:30px;
}
.bt_icon_border {
padding:0 !important;
}
.bt_icon_border.bt_icon_left.small_rd_bt i {
margin:0;
padding:10px 12px 11px;
float:left;
border-right:1px solid rgba(0,0,0,0.15);
max-height:40px;
}
.bt_icon_border.bt_icon_left.smallmedium_rd_bt i {
margin:0;
padding:15px 20px 16px;
float:left;
border-right:1px solid rgba(0,0,0,0.15);
max-height:50px;
}
.bt_icon_border.bt_icon_left.medium_rd_bt i {
margin:0;
padding:16px 18px 15px;
float:left;
border-right:1px solid rgba(0,0,0,0.15);
max-height:50px;
}
.bt_icon_border.bt_icon_left.mediumlarge_rd_bt i {
margin:0;
padding:23px 25px 23px;
font-size: 20px;
float:left;
border-right:1px solid rgba(0,0,0,0.15);
max-height:65px;
}
.bt_icon_border.bt_icon_left.large_rd_bt i {
margin:0;
padding:30px 30px 31px;
float:left;
border-right:1px solid rgba(0,0,0,0.15);
max-height:80px;
}
.bt_icon_border.bt_icon_left.xlarge_rd_bt i {
margin:0;
padding:30px 35px 30px;
float:left;
border-right:1px solid rgba(0,0,0,0.15);
max-height:100px;
}
.bt_icon_border.bt_icon_right.small_rd_bt i {
margin:0;
padding:10px 12px 11px;
float:right;
border-left:1px solid rgba(0,0,0,0.15);
max-height:40px;
}
.bt_icon_border.bt_icon_right.smallmedium_rd_bt i {
margin:0;
padding:15px 20px 16px;
float:right;
border-left:1px solid rgba(0,0,0,0.15);
max-height:50px;
}
.bt_icon_border.bt_icon_right.medium_rd_bt i {
margin:0;
padding:16px 18px 15px;
float:right;
border-left:1px solid rgba(0,0,0,0.15);
max-height:50px;
}
.bt_icon_border.bt_icon_right.mediumlarge_rd_bt i {
margin:0;
padding:23px 25px 23px;
font-size: 20px;
float:right;
border-left:1px solid rgba(0,0,0,0.15);
max-height:65px;
}
.bt_icon_border.bt_icon_right.large_rd_bt i {
margin:0;
padding:30px 30px 31px;
float:right;
border-left:1px solid rgba(0,0,0,0.15);
max-height:80px;
}
.bt_icon_border.bt_icon_right.xlarge_rd_bt i {
margin:0;
padding:30px 35px 30px;
float:right;
border-left:1px solid rgba(0,0,0,0.15);
max-height:100px;
vertical-align:middle;
}
.bt_icon_border.bt_icon_left.small_rd_bt span {
margin:0;
padding:10px 12px 11px;
float:right;
display:block;
border-left:1px solid rgba(255,255,255,0.15);
max-height:40px;
}
.bt_icon_border.bt_icon_left.smallmedium_rd_bt span {
margin:0;
padding:15px 20px 16px;
float:right;
display:block;
border-left:1px solid rgba(255,255,255,0.15);
max-height:50px;
}
.bt_icon_border.bt_icon_left.medium_rd_bt span {
margin:0;
padding:16px 18px 15px;
float:right;
display:block;
border-left:1px solid rgba(255,255,255,0.15);
max-height:50px;
}
.bt_icon_border.bt_icon_left.mediumlarge_rd_bt span {
margin:0;
padding:23px 25px 23px;
float:right;
display:block;
border-left:1px solid rgba(255,255,255,0.15);
max-height:65px;
}
.bt_icon_border.bt_icon_left.large_rd_bt span {
margin:0;
padding:30px 30px 31px;
float:right;
display:block;
border-left:1px solid rgba(255,255,255,0.15);
max-height:80px;
}
.bt_icon_border.bt_icon_left.xlarge_rd_bt span {
margin:0;
padding:30px 35px 30px;
float:left;
display:block;
border-left:1px solid rgba(255,255,255,0.15);
max-height:100px;
}
.bt_icon_border.bt_icon_right.small_rd_bt span {
margin:0;
padding:10px 12px 11px;
float:right;
display:block;
border-right:1px solid rgba(255,255,255,0.15);
max-height:40px;
}
.bt_icon_border.bt_icon_right.smallmedium_rd_bt span {
margin:0;
padding:15px 20px 16px;
float:right;
display:block;
border-right:1px solid rgba(255,255,255,0.15);
max-height:50px;
}
.bt_icon_border.bt_icon_right.medium_rd_bt span {
margin:0;
padding:16px 18px 15px;
float:right;
display:block;
border-right:1px solid rgba(255,255,255,0.15);
max-height:50px;
}
.bt_icon_border.bt_icon_right.mediumlarge_rd_bt span {
margin:0;
padding:23px 25px 23px;
float:right;
display:block;
border-right:1px solid rgba(255,255,255,0.15);
max-height:65px;
}
.bt_icon_border.bt_icon_right.large_rd_bt span {
margin:0;
padding:30px 30px 31px;
float:right;
display:block;
border-right:1px solid rgba(255,255,255,0.15);
max-height:80px;
}
.bt_icon_border.bt_icon_right.xlarge_rd_bt span {
margin:0;
padding:30px 35px 30px;
float:left;
display:block;
border-right:1px solid rgba(255,255,255,0.15);
max-height:100px;
}
.small_rd_bt {
font-size:14px;
text-align:center;
min-width:120px;
max-width:100%;
padding:10px 15px 11px;
display:inline-block;
vertical-align: middle;
max-height:40px;
}
.smallmedium_rd_bt {
font-size: 16px;
text-align: center;
min-width: 160px;
max-width: 100%;
padding: 15px 20px 16px;
display: inline-block;
vertical-align: middle;
max-height: 50px;
}
.medium_rd_bt {
font-size:16px;
text-align:center;
min-width:170px;
max-width:100%;
padding:16px 18px 15px;
display:inline-block;
vertical-align: middle;
max-height:50px;
}
.mediumlarge_rd_bt {
font-size:16px;
text-align:center;
min-width:225px;
max-width:100%;
padding:23px 18px 23px;
display:inline-block;
vertical-align: middle;
max-height:65px;
}
.large_rd_bt {
font-size:24px;
text-align:center;
min-width:270px;
max-width:100%;
padding: 30px 30px 31px;
display:inline-block;
vertical-align: middle;
max-height:80px;
}
.xlarge_rd_bt {
font-size:30px;
text-align:center;
min-width:350px;
max-width:100%;
padding:30px 45px 30px;
display:inline-block;
vertical-align: middle;
max-height:100px;
line-height:40px;
}
.small_rd_bt.rd_3d_bt {
padding:11px 15px 11px;
max-height:46px;
}
.smallmedium_rd_bt.rd_3d_bt {
padding: 15px 20px 16px;
max-height: 53px;
}
.medium_rd_bt.rd_3d_bt {
padding:16px 18px 16px;
max-height:56px;
}
.mediumlarge_rd_bt.rd_3d_bt {
padding:23px 18px 23px;
max-height:71px;
}
.large_rd_bt.rd_3d_bt {
padding: 30px 30px 32px;
max-height:86px;
}
.xlarge_rd_bt.rd_3d_bt {
padding:30px 45px 31px;
max-height:106px;
}
.small_rd_bt.rd_3dstroke_bt {
max-height:46px;
}
.smallmedium_rd_bt.rd_3dstroke_bt {
max-height: 53px;
}
.medium_rd_bt.rd_3dstroke_bt {
max-height:56px;
}
.mediumlarge_rd_bt.rd_3dstroke_bt {
max-height:71px;
}
.large_rd_bt.rd_3dstroke_bt {
max-height:86px;
}
.xlarge_rd_bt.rd_3dstroke_bt {
max-height:106px;
}
.border_1px {
border-width:1px;
}
.border_2px {
border-width:2px;
}
.border_3px {
border-width:3px;
}
.border_4px {
border-width:4px;
}
.border_5px {
border-width:5px;
}
.border_6px {
border-width:6px;
}
.small_rd_bt.border_1px {
padding:9px 14px 10px;
}
.bt_icon_border.small_rd_bt.border_1px i, .bt_icon_border.small_rd_bt.border_1px span {
padding:9px 12px 10px;
}
.small_rd_bt.border_2px {
padding:8px 13px 9px;
}
.bt_icon_border.small_rd_bt.border_2px i, .bt_icon_border.small_rd_bt.border_2px span {
padding:8px 12px 9px;
}
.small_rd_bt.border_3px {
padding:7px 12px 8px;
}
.bt_icon_border.small_rd_bt.border_3px i, .bt_icon_border.small_rd_bt.border_3px span {
padding:7px 12px 8px;
}
.small_rd_bt.border_4px {
padding:6px 11px 7px;
}
.bt_icon_border.small_rd_bt.border_4px i, .bt_icon_border.small_rd_bt.border_4px span {
padding:6px 12px 7px;
}
.small_rd_bt.border_5px {
padding:5px 10px 6px;
}
.bt_icon_border.small_rd_bt.border_5px i, .bt_icon_border.small_rd_bt.border_5px span {
padding:5px 12px 6px;
}
.small_rd_bt.border_6px {
padding:4px 9px 5px;
}
.bt_icon_border.small_rd_bt.border_6px i, .bt_icon_border.small_rd_bt.border_6px span {
padding:4px 12px 5px;
}
.smallmedium_rd_bt.border_1px {
padding:14px 18px 15px;
}
.bt_icon_border.smallmedium_rd_bt.border_1px i, .bt_icon_border.smallmedium_rd_bt.border_1px span {
padding:14px 18px 15px;
}
.smallmedium_rd_bt.border_2px {
padding:13px 17px 14px;
}
.bt_icon_border.smallmedium_rd_bt.border_2px i, .bt_icon_border.smallmedium_rd_bt.border_2px span {
padding:13px 18px 14px;
}
.smallmedium_rd_bt.border_3px {
padding:12px 16px 13px;
}
.bt_icon_border.smallmedium_rd_bt.border_3px i, .bt_icon_border.smallmedium_rd_bt.border_3px span {
padding:12px 18px 13px;
}
.smallmedium_rd_bt.border_4px {
padding:11px 15px 12px;
}
.bt_icon_border.smallmedium_rd_bt.border_4px i, .bt_icon_border.smallmedium_rd_bt.border_4px span {
padding:11px 18px 12px;
}
.smallmedium_rd_bt.border_5px {
padding:10px 14px 11px;
}
.bt_icon_border.smallmedium_rd_bt.border_5px i, .bt_icon_border.smallmedium_rd_bt.border_5px span {
padding:10px 18px 11px;
}
.smallmedium_rd_bt.border_6px {
padding:9px 13px 10px;
}
.bt_icon_border.smallmedium_rd_bt.border_6px i, .bt_icon_border.smallmedium_rd_bt.border_6px span {
padding:9px 18px 10px;
}
.medium_rd_bt.border_1px {
padding:15px 18px 14px;
}
.bt_icon_border.medium_rd_bt.border_1px i, .bt_icon_border.medium_rd_bt.border_1px span {
padding:15px 18px 14px;
}
.medium_rd_bt.border_2px {
padding:14px 17px 13px;
}
.bt_icon_border.medium_rd_bt.border_2px i, .bt_icon_border.medium_rd_bt.border_2px span {
padding:14px 18px 13px;
}
.medium_rd_bt.border_3px {
padding:13px 16px 12px;
}
.bt_icon_border.medium_rd_bt.border_3px i, .bt_icon_border.medium_rd_bt.border_3px span {
padding:13px 18px 12px;
}
.medium_rd_bt.border_4px {
padding:12px 15px 11px;
}
.bt_icon_border.medium_rd_bt.border_4px i, .bt_icon_border.medium_rd_bt.border_4px span {
padding:12px 18px 11px;
}
.medium_rd_bt.border_5px {
padding:11px 14px 10px;
}
.bt_icon_border.medium_rd_bt.border_5px i, .bt_icon_border.medium_rd_bt.border_5px span {
padding:11px 18px 10px;
}
.medium_rd_bt.border_6px {
padding:10px 13px 9px;
}
.bt_icon_border.medium_rd_bt.border_6px i, .bt_icon_border.medium_rd_bt.border_6px span {
padding:10px 18px 9px;
}
.mediumlarge_rd_bt.border_1px {
padding:22px 18px 22px;
}
.bt_icon_border.mediumlarge_rd_bt.border_1px i, .bt_icon_border.mediumlarge_rd_bt.border_1px span {
padding:22px 18px 22px;
}
.mediumlarge_rd_bt.border_2px {
padding:21px 17px 21px;
}
.bt_icon_border.mediumlarge_rd_bt.border_2px i, .bt_icon_border.mediumlarge_rd_bt.border_2px span {
padding:21px 18px 21px;
}
.mediumlarge_rd_bt.border_3px {
padding:20px 16px 20px;
}
.bt_icon_border.mediumlarge_rd_bt.border_3px i, .bt_icon_border.mediumlarge_rd_bt.border_3px span {
padding:20px 18px 20px;
}
.mediumlarge_rd_bt.border_4px {
padding:19px 15px 19px;
}
.bt_icon_border.mediumlarge_rd_bt.border_4px i, .bt_icon_border.mediumlarge_rd_bt.border_4px span {
padding:19px 18px 19px;
}
.mediumlarge_rd_bt.border_5px {
padding:18px 14px 18px;
}
.bt_icon_border.mediumlarge_rd_bt.border_5px i, .bt_icon_border.mediumlarge_rd_bt.border_5px span {
padding:18px 18px 18px;
}
.mediumlarge_rd_bt.border_6px {
padding:17px 13px 17px;
}
.bt_icon_border.mediumlarge_rd_bt.border_6px i, .bt_icon_border.mediumlarge_rd_bt.border_6px span {
padding:17px 18px 17px;
}
.large_rd_bt.border_1px {
padding:29px 29px 30px;
}
.bt_icon_border.large_rd_bt.border_1px i, .bt_icon_border.large_rd_bt.border_1px span {
padding:29px 30px 14px;
}
.large_rd_bt.border_2px {
padding:28px 28px 29px;
}
.bt_icon_border.large_rd_bt.border_2px i, .bt_icon_border.large_rd_bt.border_2px span {
padding:28px 30px 29px;
}
.large_rd_bt.border_3px {
padding:27px 27px 28px;
}
.bt_icon_border.large_rd_bt.border_3px i, .bt_icon_border.large_rd_bt.border_3px span {
padding:27px 30px 28px;
}
.large_rd_bt.border_4px {
padding:26px 26px 27px;
}
.bt_icon_border.large_rd_bt.border_4px i, .bt_icon_border.large_rd_bt.border_4px span {
padding:26px 30px 27px;
}
.large_rd_bt.border_5px {
padding:25px 25px 26px;
}
.bt_icon_border.large_rd_bt.border_5px i, .bt_icon_border.large_rd_bt.border_5px span {
padding:25px 30px 26px;
}
.large_rd_bt.border_6px {
padding:24px 24px 25px;
}
.bt_icon_border.large_rd_bt.border_6px i, .bt_icon_border.large_rd_bt.border_6px span {
padding:24px 30px 25px;
}
.xlarge_rd_bt.border_1px {
padding:29px 44px 29px;
}
.bt_icon_border.xlarge_rd_bt.border_1px i, .bt_icon_border.xlarge_rd_bt.border_1px span {
padding:29px 35px 29px;
}
.xlarge_rd_bt.border_2px {
padding:28px 43px 28px;
}
.bt_icon_border.xlarge_rd_bt.border_2px i, .bt_icon_border.xlarge_rd_bt.border_2px span {
padding:28px 35px 28px;
}
.xlarge_rd_bt.border_3px {
padding:27px 42px 27px;
}
.bt_icon_border.xlarge_rd_bt.border_3px i, .bt_icon_border.xlarge_rd_bt.border_3px span {
padding:27px 35px 27px;
}
.xlarge_rd_bt.border_4px {
padding:26px 41px 26px;
}
.bt_icon_border.xlarge_rd_bt.border_4px i, .bt_icon_border.xlarge_rd_bt.border_4px span {
padding:26px 35px 26px;
}
.xlarge_rd_bt.border_5px {
padding:25px 40px 25px;
}
.bt_icon_border.xlarge_rd_bt.border_5px i, .bt_icon_border.xlarge_rd_bt.border_5px span {
padding:25px 35px 25px;
}
.xlarge_rd_bt.border_6px {
padding:24px 39px 24px;
}
.bt_icon_border.xlarge_rd_bt.border_6px i, .bt_icon_border.xlarge_rd_bt.border_6px span {
padding:24px 35px 24px;
} .sc_line {
padding:0px 0px 0px 0;
display:block;
position:relative;
width: 100%;
}
.rd_icon_line_l, .rd_icon_line_r, .rd_icon_line_c {
position:relative;
overflow:hidden;
}
.rd_icon_line_l .sc_line {
float:left;
}
.rd_icon_line_r .sc_line {
float:right;
}
.rd_icon_line_c {
margin-left:auto!important;
margin-right:auto!important;
}
.rd_icon_line_l i {
position: absolute;
left: 0;
top: 0px;
text-align: center;
}
.rd_icon_line_r i {
position: absolute;
right: 0;
top: 0px;
text-align: center;
}
.rd_icon_line_c i {
position: absolute;
left:50%;
top: 0px;
text-align: center;
}
.sc_small_line {
clear: both;
display: block;
width: 100%;
position: relative;
float: left;
}
.small_l_centered {
width: 10%;
left: 50%;
margin-left:-5%;
position: absolute;
height: 1px;
border-top:3px solid #ebebeb;
}
.small_l_left {
width: 10%;
left:0;
position: absolute;
height: 1px;
border-top:3px solid #ebebeb;
}
.small_l_right {
width: 10%;
right:0;
position: absolute;
height: 1px;
border-top:3px solid #ebebeb;
}
.full_line {
width: 100%;
left:0;
position: absolute;
height: 1px;
border-top:1px solid #ebebeb;
} .sc_divider {
height:auto;
background:url(//aarron.aero/wp-content/themes/thefox/images/lt_border.png) center 50% no-repeat;
}
.sc_divider span {
background-color:#fff;
padding:0 25px 0 0;
line-height:55px;
} .one-half-sc, .one-third-sc, .one-fourth-sc, .three-fourth-sc, .two-third-sc {
position:relative;
height:auto;
overflow:visible;
margin:0 50px 20px 0;
padding:0;
float: left;
}
#posts .one-half-sc, #posts .one-third-sc, #posts .one-fourth-sc, #posts .three-fourth-sc, #posts .two-third-sc {
position:relative;
height:auto;
overflow:visible;
margin:0 30px 20px 0;
padding:0;
float: left;
}
.pb_one_half, .pb_one_third, .pb_one_fourth, .pb_three_fourth, .pb_two_third, .pb_full_width {
position:relative;
height:auto;
overflow:visible;
margin:0 0 0 50px;
padding:0;
float:left;
line-height:24px;
}
#posts .pb_one_half, #posts .pb_one_third, #posts .pb_one_fourth, #posts .pb_three_fourth, #posts .pb_two_third, #posts .pb_full_width {
position:relative;
height:auto;
overflow:visible;
margin:0 0 0 30px;
padding:0;
float:left;
}
.last-column, #posts .last-column {
margin:0 0 20px 0;
!important padding:0;
}
.one-half-sc, .pb_one_half {
width:535px;
}
.one-third-sc, .pb_one_third {
width:340px;
}
.two-third-sc, .pb_two_third {
width:730px;
}
.one-fourth-sc, .pb_one_fourth {
width:242.5px;
}
.three-fourth-sc, .pb_three_fourth {
width:827.5px;
}
.pb_full_width {
width:1170px;
}
#posts .one-half-sc, #posts .pb_one_half {
width:370px;
}
#posts .one-third-sc, #posts .pb_one_third {
width:236px;
}
#posts .two-third-sc, #posts .pb_two_third {
width:504px;
}
#posts .one-fourth-sc, #posts .pb_one_fourth {
width:170px;
}
#posts .pb_full_width {
width:770px;
}
#posts three-fourth-sc, #posts .pb_three_fourth {
width: 570px;
}
.wpb_text_column ul li {
list-style: square;
margin-bottom: 10px;
}
.module_text_area ul br {
display: none;
} .lt_text {
font-size:26px;
padding:40px 0 10px 0;
text-align:center;
}
.lt_sub_text {
font-size:45px;
line-height:35px;
font-weight:bold;
text-transform:uppercase;
padding:0px 0 45px 0;
text-align:center;
} .rd_pb_holder .progress_bar_sc:last-child {
margin-bottom: 0!important;
}
.rd_pb_1 .progress_bar_sc {
width:auto;
margin:5px 0 17px 0;
font-size:15px;
position:relative;
}
.rd_pb_1 .pb_title {
float:left;
padding:0 0px 0px 0px;
font-size:14px;
}
.rd_pb_1 .pb_percentage {
position: absolute;
top:0px;
font-size: 14px;
text-shadow:none;
right:0!important;
font-family: "Lato";
}
.rd_pb_1 .pb_ctn {
margin-top:5px;
width:100%;
background-color:#f6f6f6;
height:20px;
position:relative;
border-radius:5px;
}
.rd_pb_1 .pb_bg, .rd_pb_1 .pb_stripe {
position:absolute;
height:12px;
left:3px;
top:3px;
border-radius:5px;
max-width: 99%;
width: 0%;
transition: width 1s linear;
-moz-transition: width 1s linear;
-webkit-transition: width 1s linear;
-o-transition: width 1s linear;
}
.rd_pb_1 .pb_sub_title {
display:none;
}
.rd_pb_1 .pb_sub_percentage {
display:none;
}
.rd_pb_2 .progress_bar_sc {
width:auto;
margin:5px 0 14px 0;
font-size:14px;
position:relative;
}
.rd_pb_2 .pb_title {
float:left;
padding:0 0px 0px 0px;
}
.rd_pb_2 .pb_percentage {
position: absolute;
top: 0px;
font-size: 14px;
right:0!important;
text-shadow:none;
font-family: "Lato";
}
.rd_pb_2 .pb_ctn {
margin-top:5px;
width:100%;
background-color:#f6f6f6;
height:15px;
position:relative;
}
.rd_pb_2 .pb_bg, .rd_pb_2 .pb_stripe {
position:absolute;
height:13px;
left:0;
width: 0%;
transition: width 1s linear;
-moz-transition: width 1s linear;
-webkit-transition: width 1s linear;
-o-transition: width 1s linear;
}
.rd_pb_2 .pb_sub_title {
display:none;
}
.rd_pb_2 .pb_sub_percentage {
display:none;
}
.rd_pb_3 .progress_bar_sc {
width:auto;
margin:5px 0 17px 0;
font-size:15px;
position:relative;
}
.rd_pb_3 .pb_title {
float:left;
padding:0 0px 0px 0px;
font-size:14px;
}
.rd_pb_3 .pb_ctn {
margin-top:5px;
width:100%;
background-color:#f6f6f6;
height:20px;
position:relative;
border-radius:5px;
}
.rd_pb_3 .pb_bg, .rd_pb_3 .pb_stripe {
position:absolute;
height:12px;
left:3px;
top:3px;
border-radius:5px;
max-width: 99%;
width: 0%;
transition: width 1s linear;
-moz-transition: width 1s linear;
-webkit-transition: width 1s linear;
-o-transition: width 1s linear;
}
.rd_pb_3 .progress_bar_sc:hover .pb_percentage {
opacity:1;
}
.rd_pb_3 .pb_percentage {
position: absolute;
background: #2c3e50;
text-indent: -99999px;
color: rgb(255, 255, 255);
top: 9px;
margin-left: -5px;
font-size: 14px;
width: 10px;
height: 10px;
text-shadow: none;
border: 1px solid #fff;
font-family: "Lato";
transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
line-height: 17px;
z-index: 0;
opacity:0;
transition: all linear .2s;
-webkit-transition: all linear .2s;
-moz-transition: all linear .2s;
-o-transition: all linear .2s;
}
.rd_pb_3 .pb_percentage:before {
text-indent: initial;
display: block;
bottom: -1px;
margin-left: 0px;
position: absolute;
width: 39px;
height: 20px;
line-height: 20px;
color: #fff;
background: #2c3e50;
border: 1px solid #ffffff; border-radius: 5px;
left: -22px;
transform: rotate(-45deg);
text-align: center;
z-index: 10;
}
.rd_pb_3 .pb_percentage:after {
content: "";
position: absolute;
border-top: 10px solid rgba(103, 105, 106, 0);
border-left: 10px solid transparent;
border-right: 10px solid #2c3e50;
border-bottom: 0px solid rgba(44, 62, 80, 1);
z-index: 12;
left: -12px;
bottom: 0px;
}
.rd_pb_3 .pb_sub_title {
display:none;
}
.rd_pb_3 .pb_sub_percentage {
display:none;
}
.rd_pb_4 .progress_bar_sc {
width:auto;
margin:0px 0 8px 0;
font-size:14px;
position:relative;
}
.rd_pb_4 .pb_title {
display:none;
}
.rd_pb_4 .pb_percentage {
display:none;
}
.rd_pb_4 .pb_ctn {
width:100%;
background-color:#f6f6f6;
height: 47px;
border-bottom-width:3px !important;
position:relative;
}
.rd_pb_4 .pb_bg, .rd_pb_4 .pb_stripe {
position:absolute;
height: 44px;
left:-1px;
top:-1px;
line-height: 45px;
width: 0%;
transition: width 1s linear;
-moz-transition: width 1s linear;
-webkit-transition: width 1s linear;
-o-transition: width 1s linear;
}
.rd_pb_4 .pb_sub_title {
font-size:16px;
font-weight:bold;
margin-left: 20px;
color: #fff;
}
.rd_pb_4 .pb_sub_percentage {
font-size:16px;
font-weight:normal;
color: #fff;
}
.rd_pb_5 .progress_bar_sc {
width:auto;
margin:0px 0 10px 0;
font-size:14px;
position:relative;
}
.rd_pb_5 .pb_title {
display:none;
}
.rd_pb_5 .pb_percentage {
display:none;
}
.rd_pb_5 .pb_ctn {
width:100%;
background-color:#f6f6f6;
height: 35px;
position:relative;
border-radius:5px;
}
.rd_pb_5 .pb_bg, .rd_pb_5 .pb_stripe {
position:absolute;
height: 35px;
left: -1px;
top: -1px;
line-height: 35px;
width: 0%;
transition: width 1s linear;
-moz-transition: width 1s linear;
-webkit-transition: width 1s linear;
-o-transition: width 1s linear;
border-radius:5px;
}
.rd_pb_5 .pb_sub_title {
font-size:14px;
font-weight:900;
text-transform:uppercase;
letter-spacing:2px;
margin-left: 20px;
color: #fff;
}
.rd_pb_5 .pb_sub_percentage {
display:none;
}
.rd_pb_6 .progress_bar_sc {
width:auto;
margin:5px 0 15px 0;
font-size:14px;
position:relative;
}
.rd_pb_6 .pb_title {
float:left;
font-weight:bold;
padding:0 0px 0px 0px;
}
.rd_pb_6 .pb_percentage {
position: absolute;
top: 0px;
font-size: 14px;
right:0!important;
text-shadow:none;
font-family: "Lato";
}
.rd_pb_6 .pb_ctn {
margin-top:5px;
width:100%;
background-color:#f6f6f6;
height:27px;
position:relative;
border-radius:10px;
}
.rd_pb_6 .pb_bg, .rd_pb_6 .pb_stripe {
position:absolute;
height:25px;
left:0;
width: 0%;
border-radius:10px;
transition: width 1s linear;
-moz-transition: width 1s linear;
-webkit-transition: width 1s linear;
-o-transition: width 1s linear;
}
.rd_pb_6 .pb_sub_title {
display:none;
}
.rd_pb_6 .pb_sub_percentage {
display:none;
}
.rd_pb_7 .progress_bar_sc {
width:auto;
margin:5px 0 25px 0;
font-size:14px;
position:relative;
}
.rd_pb_7 .pb_title {
float:left;
font-weight:bold;
letter-spacing:2px;
text-transform:uppercase;
padding:0 0px 0px 0px;
}
.rd_pb_7 .pb_percentage {
position: absolute;
top: 0px;
font-size: 14px;
right:0!important;
text-shadow:none;
font-family: "Lato";
font-weight:bold;
}
.rd_pb_7 .pb_ctn {
margin-top:6px;
width:100%;
background-color:#f6f6f6;
height:30px;
position:relative;
border-radius:5px;
}
.rd_pb_7 .pb_bg, .rd_pb_7 .pb_stripe {
position:absolute;
height: 30px;
left: -1px;
top: -1px;
width: 0%;
border-radius:5px;
transition: width 1s linear;
-moz-transition: width 1s linear;
-webkit-transition: width 1s linear;
-o-transition: width 1s linear;
}
.rd_pb_7 .pb_sub_title {
display:none;
}
.rd_pb_7 .pb_sub_percentage {
display:none;
}
.pb_stripe {
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: 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-size: 44px 44px;
}
.pb_stripe.moving_stripe {
-webkit-animation: progress-bar-stripes 1.5s linear infinite;
animation: progress-bar-stripes 1.5s linear infinite;
}
.rd_pb_8 .progress_bar_sc {
width:auto;
margin:5px 0 28px 0;
font-size:15px;
position:relative;
}
.rd_pb_8 .pb_title {
float:left;
padding:0 0px 0px 0px;
font-size:14px;
font-weight:bold;
text-transform:uppercase;
letter-spacing:1px;
}
.rd_pb_8 .pb_ctn {
margin-top:6px;
width:100%;
background-color:#f6f6f6;
height:24px;
position:relative;
border-radius:3px;
}
.rd_pb_8 .pb_bg, .rd_pb_8 .pb_stripe {
position:absolute;
height:18px;
left:2px;
top:2px;
border-radius:3px;
max-width: 99%;
width: 0%;
transition: width 1s linear;
-moz-transition: width 1s linear;
-webkit-transition: width 1s linear;
-o-transition: width 1s linear;
}
.rd_pb_8 .progress_bar_sc:hover .pb_percentage {
opacity:1;
}
.rd_pb_8 .pb_percentage {
position: absolute;
background: #2c3e50;
text-indent: -99999px;
color: rgb(255, 255, 255);
top: 9px;
margin-left: -5px;
font-size: 14px;
width: 10px;
height: 10px;
text-shadow: none;
border: 1px solid #fff;
font-family: "Lato";
transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
line-height: 17px;
z-index: 0;
opacity:0;
transition: all linear .2s;
-webkit-transition: all linear .2s;
-moz-transition: all linear .2s;
-o-transition: all linear .2s;
}
.rd_pb_8 .pb_percentage:before {
text-indent: initial;
display: block;
bottom: -1px;
margin-left: 0px;
position: absolute;
width: 39px;
height: 20px;
line-height: 20px;
color: #fff;
background: #2c3e50;
border: 1px solid #ffffff; border-radius: 5px;
left: -22px;
transform: rotate(-45deg);
text-align: center;
z-index: 10;
}
.rd_pb_8 .pb_percentage:after {
content: "";
position: absolute;
border-top: 10px solid rgba(103, 105, 106, 0);
border-left: 10px solid transparent;
border-right: 10px solid #2c3e50;
border-bottom: 0px solid rgba(44, 62, 80, 1);
z-index: 12;
left: -12px;
bottom: 0px;
}
.rd_pb_8 .pb_sub_title {
display:none;
}
.rd_pb_8 .pb_sub_percentage {
display:none;
}
.rd_pb_9 .progress_bar_sc {
width:auto;
margin:5px 0 37px 0;
font-size:15px;
position:relative;
}
.rd_pb_9 .pb_title {
float:left;
padding:0 0px 0px 0px;
font-size:14px;
letter-spacing:1.5px;
text-transform:uppercase;
font-family:"Raleway";
font-weight:900;
}
.rd_pb_9 .pb_ctn {
margin-top:10px;
width:100%;
background-color:#f6f6f6;
height:15px;
position:relative;
}
.rd_pb_9 .pb_bg, .rd_pb_9 .pb_stripe {
position:absolute;
height:13px;
left:0px;
top:0px;
max-width: 99%;
width: 0%;
transition: width 1s linear;
-moz-transition: width 1s linear;
-webkit-transition: width 1s linear;
-o-transition: width 1s linear;
}
.rd_pb_9 .progress_bar_sc:hover .pb_percentage {
opacity:1;
}
.rd_pb_9 .pb_percentage {
position: absolute;
background: #2c3e50;
text-indent: -99999px;
color: rgb(255, 255, 255);
top: 9px;
margin-left: -5px;
font-size: 14px;
width: 10px;
height: 10px;
text-shadow: none;
border: 1px solid #fff;
font-family: "Lato";
transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
line-height: 17px;
z-index: 0;
opacity:0;
transition: all linear .2s;
-webkit-transition: all linear .2s;
-moz-transition: all linear .2s;
-o-transition: all linear .2s;
}
.rd_pb_9 .pb_percentage:before {
text-indent: initial;
display: block;
bottom: -1px;
margin-left: 0px;
position: absolute;
width: 39px;
height: 20px;
line-height: 20px;
color: #fff;
background: #2c3e50;
border: 1px solid rgba(255, 255, 255, 0.15);
border-radius: 5px;
left: -22px;
transform: rotate(-45deg);
text-align: center;
z-index: 10;
}
.rd_pb_9 .pb_percentage:after {
content: "";
position: absolute;
border-top: 10px solid rgba(103, 105, 106, 0);
border-left: 10px solid transparent;
border-right: 10px solid #2c3e50;
border-bottom: 0px solid rgba(44, 62, 80, 1);
z-index: 12;
left: -12px;
bottom: 0px;
}
.rd_pb_9 .pb_sub_title {
display:none;
}
.rd_pb_9 .pb_sub_percentage {
display:none;
}
.rd_pb_10 .progress_bar_sc {
width:auto;
margin:5px 0 38px 0;
font-size:15px;
position:relative;
}
.rd_pb_10 .pb_title {
float:left;
padding:0 0px 0px 0px;
font-size:18px;
font-weight:normal;
}
.rd_pb_10 .pb_ctn {
margin-top:16px;
width:100%;
background-color:#f6f6f6;
height:10px;
border:none!important;
position:relative;
}
.rd_pb_10 .pb_bg, .rd_pb_10 .pb_stripe {
position:absolute;
height:6px;
left:2px;
top:2px;
max-width: 99%;
width: 0%;
transition: width 1s linear;
-moz-transition: width 1s linear;
-webkit-transition: width 1s linear;
-o-transition: width 1s linear;
}
.rd_pb_10 .progress_bar_sc:hover .pb_percentage {
opacity:1;
}
.rd_pb_10 .pb_percentage {
position: absolute;
text-indent: -99999px;
top: 9px;
margin-left: -5px;
font-size: 14px;
width: 10px;
height: 10px;
text-shadow: none;
transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
line-height: 17px;
z-index: 0;
opacity:0;
transition: all linear .2s;
-webkit-transition: all linear .2s;
-moz-transition: all linear .2s;
-o-transition: all linear .2s;
}
.rd_pb_10 .pb_percentage:before {
text-indent: initial;
display: block;
bottom: -1px;
margin-left: 0px;
position: absolute;
width: 39px;
height: 20px;
line-height: 20px;
border-radius: 5px;
left: -22px;
transform: rotate(-45deg);
text-align: center;
z-index: 10;
}
.rd_pb_10 .pb_percentage:after {
content: "";
position: absolute;
z-index: 12;
left: -12px;
bottom: 0px;
}
.rd_pb_10 .pb_sub_title {
display:none;
}
.rd_pb_10 .pb_sub_percentage {
display:none;
} .alert {
text-align:center;
padding:30px;
margin-bottom:20px;
position:relative;
font-size:14px;
}
.alert p:last-child {
margin-bottom:0!important;
}
.alert_del_btn {
position: absolute;
top: 12px;
right: 5px;
font-size: 19px;
font-weight: bold;
font-family: initial;
width: 30px;
height: 30px;
cursor:pointer;
}
.alert.white {
background-color: #fff;
color: #a1b1bc;
border: 1px solid #dadcdc;
}
.alert.grey {
background-color: #fbfcfc;
color: #a1b1bc;
border: 1px solid #dadcdc;
}
.alert.red_a {
background-color: #E47B7B;
color: #FFFFFF;
border: 1px solid #D76F6F;
}
.alert.orange_a {
background-color: #FFB56C;
color: #fff;
border: 1px solid #FFB56C;
}
.alert.blue_a {
background-color: #91B3D5;
color: #FFFFFF;
border: 1px solid #81A4C7;
}
.alert.green_a {
background-color: #A6DA98;
color: #FFFFFF;
border: 1px solid #9DD38E;
}  .alert.rd_solid_alert {
border-radius: 10px;
padding: 36px 50px 34px;
text-align: left;
overflow:auto;
min-height: 150px;
}
.rd_solid_alert .rd_alert_title {
font-size:14px;
margin-bottom:6px;
text-transform:uppercase;
font-weight:900;
color:#2c3e50
}
.rd_solid_alert .rd_alert_content {
float:left;
margin-left:92px;
line-height: 24px;
color:#2c3e50
}
.rd_solid_alert .rd_alert_content:before {
font-family: "FontAwesome";
font-weight: normal;
font-size: 30px;
display: block;
position: absolute;
margin-top: 1px;
left: 20px;
}
.rd_solid_alert .alert_del_btn {
position: absolute;
right: 18px;
top: 13px;
font-family: initial;
height: auto;
width: auto;
cursor: pointer;
}
.rd_solid_alert .alert_del_btn:before {
content: "\f00d";
font-family: "FontAwesome";
font-weight: normal;
font-size: 14px;
}
.rd_solid_alert .rd_alert_content:before {
font-family: "FontAwesome";
font-weight: normal;
font-size: 24px;
display: block;
position: absolute;
left: 49px;
top: 41px;
border-radius: 100px;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
}
.rd_solid_alert.rd_success_alert {
background:#97e411;
border:1px solid #97e411;
}
.rd_solid_alert.rd_success_alert .alert_del_btn:before {
color: #558502;
}
.rd_solid_alert.rd_success_alert .rd_alert_content:before {
content: "\f00c";
background:#97e411;
color: #558502;
border: 7px solid #7bc200;
}
.rd_solid_alert.rd_notice_alert {
background:#6fd9fc;
border: 1px solid #6fd9fc;
}
.rd_solid_alert.rd_notice_alert .alert_del_btn:before {
color: #0787d4;
}
.rd_solid_alert.rd_notice_alert .rd_alert_content:before {
content: "\f0e7";
background:#6fd9fc;
color: #0787d4;
border: 7px solid #47b4f6;
}
.rd_solid_alert.rd_error_alert {
background:#fd7761;
border: 1px solid #fd7761;
}
.rd_solid_alert.rd_error_alert .alert_del_btn:before {
color: #d52e13;
}
.rd_solid_alert.rd_error_alert .rd_alert_content:before {
content: "\f00d";
background:#fd7761;
color: #d52e13;
border: 7px solid #f55c43;
}
.rd_solid_alert.rd_warning_alert {
background:#ffc12d;
border:1px solid #ffc12d;
}
.rd_solid_alert.rd_warning_alert .alert_del_btn:before {
color: #a47503;
}
.rd_solid_alert.rd_warning_alert .rd_alert_content:before {
content: "\f12a";
background:#ffc12d;
color: #a47503;
border: 7px solid #f9b718;
}
.rd_solid_alert.rd_info_alert {
background:#a39cdc;
border: 1px solid #a39cdc;
}
.rd_solid_alert.rd_info_alert .alert_del_btn:before {
color:#5b568e;
}
.rd_solid_alert.rd_info_alert .rd_alert_content:before {
content: "\f129";
background:#a39cdc;
color: #5b568e;
border: 7px solid #8781bd;
} .alert.rd_clear_alert {
border-radius: 10px;
padding: 36px 50px 34px;
text-align: left;
overflow:auto;
min-height: 150px;
}
.rd_clear_alert .rd_alert_title {
font-size:14px;
margin-bottom:6px;
text-transform:uppercase;
font-weight:900;
}
.rd_clear_alert .rd_alert_content {
float:left;
margin-left:92px;
line-height: 24px;
}
.rd_clear_alert .rd_alert_content:before {
font-family: "FontAwesome";
font-weight: normal;
font-size: 30px;
display: block;
position: absolute;
margin-top: 1px;
left: 20px;
}
.rd_clear_alert .alert_del_btn {
position: absolute;
right: 18px;
top: 13px;
font-family: initial;
height: auto;
width: auto;
cursor: pointer;
}
.rd_clear_alert .alert_del_btn:before {
content: "\f00d";
font-family: "FontAwesome";
font-weight: normal;
font-size: 14px;
}
.rd_clear_alert .rd_alert_content:before {
font-family: "FontAwesome";
font-weight: normal;
font-size: 24px;
display: block;
position: absolute;
left: 49px;
top: 41px;
border-radius: 100px;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
}
.rd_clear_alert.rd_success_alert .rd_alert_content:before {
content: "\f00c";
background:#97e411;
color: #558502;
border: 7px solid #7bc200;
}
.rd_clear_alert.rd_notice_alert .rd_alert_content:before {
content: "\f0e7";
background:#6fd9fc;
color: #0787d4;
border: 7px solid #47b4f6;
}
.rd_clear_alert.rd_error_alert .rd_alert_content:before {
content: "\f00d";
background:#fd7761;
color: #d52e13;
border: 7px solid #f55c43;
}
.rd_clear_alert.rd_warning_alert .rd_alert_content:before {
content: "\f12a";
background:#ffc12d;
color: #a47503;
border: 7px solid #f9b718;
}
.rd_clear_alert.rd_info_alert .rd_alert_content:before {
content: "\f129";
background:#a39cdc;
color: #5b568e;
border: 7px solid #8781bd;
} .alert.rd_big_alert {
border-radius: 5px;
padding: 32px 50px 31px;
text-align: left;
overflow:auto;
}
.rd_big_alert .rd_alert_title {
font-size:18px;
margin-bottom:8px;
}
.rd_big_alert .rd_alert_content {
float:left;
margin-left:70px;
}
.rd_big_alert .rd_alert_content:before {
font-family: "FontAwesome";
font-weight: normal;
font-size: 30px;
display: block;
position: absolute;
margin-top: 1px;
left: 20px;
}
.rd_big_alert .alert_del_btn {
position: absolute;
right: 13px;
top: 12px;
font-family: initial;
height: auto;
width: auto;
cursor: pointer;
}
.rd_big_alert .alert_del_btn:before {
content: "\f00d";
font-family: "FontAwesome";
font-weight: normal;
font-size: 18px;
}
.rd_big_alert .rd_alert_content:before {
font-family: "FontAwesome";
font-weight: normal;
font-size: 30px;
display: block;
position: absolute;
left: 50px;
top:45px;
}
.rd_big_alert.rd_success_alert {
color:#649d01;
background:#e1f9b7;
border:1px solid #b2dc6e;
}
.rd_big_alert.rd_success_alert .rd_alert_content:before {
content: "\f00c";
}
.rd_big_alert.rd_success_alert .rd_alert_title {
color:#649d01;
}
.rd_big_alert.rd_notice_alert {
color:#a1b1bc;
background:#fbfcfc;
border:1px solid #dadcdc;
}
.rd_big_alert.rd_notice_alert .rd_alert_content:before {
content: "\f0f3";
}
.rd_big_alert.rd_notice_alert .rd_alert_title {
color:#7d8c96;
}
.rd_big_alert.rd_error_alert {
color:#df3c22;
background:#fec0b7;
border:1px solid #f7a093;
}
.rd_big_alert.rd_error_alert .rd_alert_content:before {
content: "\f00d";
}
.rd_big_alert.rd_error_alert .rd_alert_title {
color:#df3c22;
}
.rd_big_alert.rd_warning_alert {
color:#d99b07;
background:#fff9da;
border:1px solid #fcd068;
}
.rd_big_alert.rd_warning_alert .rd_alert_content:before {
content: "\f12a";
}
.rd_big_alert.rd_warning_alert .rd_alert_title {
color:#d99b07;
}
.rd_big_alert.rd_info_alert {
color:#7CCBE5;
background:#D5F4FF;
border:1px solid #A0E7FF;
}
.rd_big_alert.rd_info_alert .rd_alert_content:before {
content: "\f129";
}
.rd_big_alert.rd_info_alert .rd_alert_title {
color:#7CCBE5;
} .alert.rd_small_alert {
font-size: 14px;
font-weight: bold;
text-align: left;
line-height: 30px;
padding: 3px 20px 5px;
overflow:auto;
}
.rd_small_alert .rd_alert_content {
float:left;
margin-left:35px;
}
.rd_small_alert .alert_del_btn {
position: absolute;
right: 10px;
top: 50%;
font-family: initial;
height:auto;
width:auto;
cursor: pointer;
margin-top: -10px;
line-height: 20px;
}
.rd_small_alert .alert_del_btn:before {
content: "\4d";
font-family: "elg";
font-weight: normal;
font-size: 16px;
}
.rd_small_alert .rd_alert_content:before {
font-family: "elg";
font-weight: normal;
font-size: 16px;
display: block;
position: absolute;
margin-top: 1px;
left: 20px;
}
.rd_small_alert.rd_success_alert {
color:#6db74c;
background:#c1faa8;
border:1px solid #9cff70;
}
.rd_small_alert.rd_success_alert .rd_alert_content:before {
content: "\52";
}
.rd_small_alert.rd_notice_alert {
color:#959595;
background:#eff5f7;
border:1px solid #dcdcdc;
}
.rd_small_alert.rd_notice_alert .rd_alert_content:before {
content: "\7a";
}
.rd_small_alert.rd_error_alert {
color:#ff391f;
background:#ffcdc7;
border:1px solid #fdb1a8;
}
.rd_small_alert.rd_error_alert .rd_alert_content:before {
content: "\51";
}
.rd_small_alert.rd_warning_alert {
color:#e99b00;
background:#fff4bb;
border:1px solid #ffcc66;
}
.rd_small_alert.rd_warning_alert .rd_alert_content:before {
content: "\72";
}
.rd_small_alert.rd_info_alert {
color:#21c2f8;
background:#bceeff;
border:1px solid #8ae1ff;
}
.rd_small_alert.rd_info_alert .rd_alert_content:before {
content: "\70";
} .dropcap {
width: 32px;
height: 32px;
background: #222222;
margin: 8px 12px;
display: inline-block;
float: left;
font-size: 18px;
font-weight: 700;
border-radius: 32px;
color: #f5f5f5;
text-align: center;
line-height: 30px;
text-shadow:none;
-moz-border-radius: 32px;
-webkit-border-radius: 32px;
}
h4 .dropcap {
float: none;
margin: 0 12px 0 0;
vertical-align: middle;
}
.dropcap icon {
padding:0;
margin:1px 0 0 0px;
text-shadow:none;
} .dropcap.a {
font-size: 15px;
font-weight: 600;
background-color: transparent;
color:#222;
border-radius:0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
height:20px;
width:auto;
margin: -3px 12px 0 0;
}
.dropcap.dc_squared {
width: 40px;
height: 40px;
background: #222222;
margin: 7px 9px 10px 0;
display: inline-block;
float: left;
font-size: 30px;
font-weight: 900;
color: #ffffff;
text-align: center;
line-height: 40px;
text-shadow: none;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
}
.dropcap.dc_rectangle {
width: 28px;
height: 36px;
background: #222222;
margin: 7px 6px 20px 0;
display: inline-block;
float: left;
font-size: 30px;
font-weight: 900;
color: #ffffff;
text-align: center;
line-height: 36px;
text-shadow: none;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
}
.dropcap.dc_rounded {
width: 60px;
height: 60px;
background: #222222;
margin: 6px 12px 20px 0;
display: inline-block;
float: left;
font-size: 48px;
font-weight: 900;
color: #ffffff;
text-align: center;
line-height: 60px;
text-shadow: none;
border-radius: 100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
} .rd_pie_chart {
text-align: center;
position: relative;
margin: 0 auto;
}
.rd_pie_chart canvas {
margin:0 auto;
display:block;
width:260px;
max-width:100%;
}
.rd_pie_chart.rd_pie_04 canvas {
width:170px;
}
.rd_pc_status .count_number {
font-size: inherit;
line-height: inherit;
letter-spacing: inherit;
font-weight: inherit;
margin-bottom: inherit;
}
.rd_pc_track {
width: 170px;
height: 170px;
border: 13px solid;
color: #FFFFFF;
border-radius: 200px;
position: absolute;
top: 14.5px;
left: 50%;
margin-left: -85px;
z-index: -2;
background: none!important;
-moz-box-shadow: 0 0px 10px -2px rgba(0,0,0,0.18);
-webkit-box-shadow: 0 0px 10px -2px rgba(0,0,0,0.18);
box-shadow: 0 0px 10px -2px rgba(0,0,0,0.18);
}
.rd_pc_track_in {
width: 142px;
height: 142px;
color: #FFFFFF;
border-radius: 200px;
position: absolute;
top: 29px;
left: 50%;
margin-left: -71px;
z-index: -1;
background: none!important;
-moz-box-shadow: inset 0 0px 10px -2px rgba(0,0,0,0.18);
-webkit-box-shadow: inset 0 0px 10px -2px rgba(0,0,0,0.18);
box-shadow: inset 0 0px 10px -2px rgba(0,0,0,0.18);
}
.rd_pie_chart.rd_pie_01 .rd_pc_status {
display: block;
position: absolute;
left: 50%;
width: 200px;
margin-left: -100px;
top: 86px;
line-height:30px;
font-size: 30px;
font-weight: 300;
}
.rd_pie_chart.rd_pie_01 h3 {
font-size:18px;
margin-top:13px;
}
.rd_pie_chart.rd_pie_02 .rd_pc_status {
display: block;
position: absolute;
left: 50%;
width: 200px;
margin-left: -100px;
top: 86px;
line-height:30px;
font-size: 18px;
font-weight: 400;
}
.rd_pie_chart.rd_pie_03 .rd_pc_status {
display: block;
position: absolute;
left: 50%;
width: 200px;
margin-left: -100px;
top: 86px;
line-height:30px;
font-size: 15px;
font-weight: 400;
}
.rd_pie_chart.rd_pie_04 .rd_pc_status {
display: block;
position: absolute;
left: 50%;
width: 200px;
margin-left: -100px;
top: 37px;
line-height:30px;
font-size: 24px;
font-weight: 400;
}
.rd_pie_chart.rd_pie_05 .rd_pc_status {
display: block;
position: absolute;
left: 50%;
width: 200px;
margin-left: -100px;
top: 86px;
line-height:30px;
font-size: 30px;
font-weight: 400;
}
.rd_pie_03 .rd_pc_heading {
font-weight:normal;
font-size:15px;
margin-top:27px;
margin-bottom:0;
}
.rd_pie_04 .rd_pc_heading {
font-weight:bold;
font-size:18px;
margin-top:20px;
margin-bottom:0;
}
.rd_pie_02 .rd_pc_heading, .rd_pie_05 .rd_pc_heading {
font-weight:bold;
font-size:18px;
margin-top:30px;
margin-bottom:0;
}
.rd_pie_04 .rd_pc_text {
font-weight:400;
font-size:14px;
margin-top: 17px;
margin-bottom:0;
position:relative;
}
.rd_pie_04 .rd_pc_text:before {
content:"";
height:1px;
width:30px;
border-top:1px solid;
position:absolute;
top:-5px;
left:50%;
margin-left:-15px;
}
.rd_pc_text {
font-weight:400;
font-size:14px;
margin-top: 14px;
margin-bottom:0;
} .rd_count_to, .rd_count_to_over {
text-align:center;
}
.count_number {
font-size: 37px;
line-height: 45px;
font-weight: 300;
letter-spacing: 3px;
margin-bottom:2px;
}
.count_title {
font-weight: 700!important;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom:0;
}
.rd_ct_bt .count_number {
font-size:72px;
font-weight:300;
line-height:79px;
}
.rd_ct_bt .count_title {
font-size:18px;
text-transform:none;
font-weight:400!important;
letter-spacing:normal;
} .count_style_2 {
border: 2px solid;
border-radius: 100px;
width: 150px;
height: 150px;
text-align: center;
margin: 0 auto;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.count_style_2 .count_number {
font-size: 36px;
line-height: 38px;
font-weight: 400;
letter-spacing:normal;
margin-top: 48px;
margin-bottom:0px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.count_style_2 .count_title {
font-weight: 400!important;
font-size: 14px;
text-transform:none;
letter-spacing:normal;
margin-bottom:0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
} .count_style_3 .count_icon_circle {
border: 2px solid;
border-radius: 100px;
width: 64px;
height: 64px;
text-align: center;
line-height: 60px;
font-size: 35px;
margin: 0 auto;
-webkit-transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
-o-transition: all 0.1s linear;
-ms-transition: all 0.1s linear;
transition: all 0.1s linear;
}
.count_style_3:hover .count_icon_circle {
transform: scale(1.6);
border-width: 7px;
line-height: 50px;
font-size: 24px;
}
.count_style_3 .count_number {
font-size: 48px;
line-height: 48px;
font-weight: 300;
letter-spacing:normal;
margin-top: 37px;
margin-bottom: 27px;
position: relative;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.count_style_3 .count_number:after {
content: "";
width: 46px;
height: 1px;
position: absolute;
bottom: -14px;
left: 50%;
margin-left: -23px;
}
.count_style_3 .count_title {
font-weight: 400!important;
font-size: 18px;
text-transform:none;
letter-spacing:normal;
margin-bottom:0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
} .count_style_9 .count_number {
font-size: 48px;
line-height: 48px;
font-weight: 300;
letter-spacing:normal;
margin-bottom: 8px;
position: relative;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.count_style_9 .count_title {
font-weight: 400!important;
font-size: 18px;
text-transform:none;
letter-spacing:normal;
margin-bottom:0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
} .count_style_12 .count_number {
font-size: 60px;
line-height: 60px;
font-weight: 300;
letter-spacing:normal;
font-family:"Open Sans";
margin-bottom: 38px;
position: relative;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.count_style_12 .count_title {
font-weight: 300!important;
font-size: 14px;
font-family:"Open Sans";
text-transform:none;
letter-spacing:normal;
position:relative;
margin-bottom:0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.count_style_12 .count_title:before {
content:"";
position:absolute;
top:-20px;
left:50%;
margin-left:-15px;
width:30px;
border-top:1px solid;
} .count_style_8 .count_icon_circle {
border-radius: 100px;
width: 100px;
height: 100px;
text-align: center;
line-height: 100px;
font-size: 25px;
margin: 0 auto;
position:relative;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.count_style_8 .count_icon_circle:before {
position: absolute;
width: 110px;
height: 110px;
content: "";
z-index: -1;
opacity: 0.5;
border-radius: 100px;
left: 50%;
margin-left: -55px;
top: -5px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.count_style_8:hover .count_icon_circle:before {
transform:         scale(1.05); -moz-transform:    scale(1.05); -webkit-transform: scale(1.05); -o-transform:      scale(1.05); -ms-transform:     scale(1.05); }
.count_style_8 .count_number {
font-size: 36px;
line-height: 48px;
font-weight: 400;
letter-spacing: 2px;
margin-top: 43px;
margin-bottom: 24px;
position: relative;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.count_style_8 .count_number:after {
content: "";
width: 40px;
height: 3px;
position: absolute;
bottom: -11px;
left: 50%;
margin-left: -20px;
}
.count_style_8 .count_title {
font-weight: 400!important;
font-size: 18px;
text-transform:none;
letter-spacing:normal;
margin-bottom:0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
} .rd_count_wrap:hover .count_bigsub_circle {
transform:         scale(2.03); -moz-transform:    scale(2.03); -webkit-transform: scale(2.03); -o-transform:      scale(2.03); -ms-transform:     scale(2.03); opacity:1!important;
}
.rd_count_to, .rd_count_to_over {
text-align:center;
}
.count_bigicon_circle {
width:204px;
height:204px;
margin:0 auto;
position:relative;
border-radius: 300px;
}
.count_bigsub_circle {
width: 100px;
height: 100px;
display: block;
color: #fff!important;
border-radius: 300px;
position: absolute;
top: 50%;
left: 50%;
margin: -50px 0 0 -50px;
text-align: center;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
opacity:0;
}
.count_bigicon_circle i {
width: 100px;
height: 100px;
background: #1bbc9b;
display: block;
color: #fff!important;
border-radius: 300px;
position: absolute;
top: 50%;
left: 50%;
margin: -50px 0 0 -50px;
font-size: 35px;
text-align: center;
line-height:100px;
}
.rd_count_wrap .count_number {
font-size: 30px;
line-height: 45px;
font-weight: 300;
padding-top: 18px;
padding-bottom:3px;
margin-bottom:0px;
margin-top: 0;
letter-spacing:normal;
}
.rd_count_wrap .count_title {
font-weight: 300!important;
font-size: 17px;
text-transform:none;
letter-spacing:normal;
margin-bottom:0;
}
.rd_count_wrap.big_text .count_number {
font-size: 35px;
line-height: 45px;
font-weight: normal;
padding-top: 20px;
margin-top: 0;
padding-bottom:0;
margin-bottom:0px;
letter-spacing: 1px;
}
.rd_count_wrap.big_text .count_title {
font-weight: 300!important;
font-size: 15px;
text-transform:none;
letter-spacing:normal;
margin-bottom:0;
} .count_l_big_circle {
width: 250px;
height: 250px;
line-height: 250px;
text-align: center;
border-radius: 300px;
padding: 0;
margin: 0 auto;
font-size: 75px;
}
.count_style_13 .count_number {
font-size:70px;
line-height:70px;
padding-top: 58px;
font-weight: 500;
}
.count_style_13 .count_title {
font-size:22px;
line-height:40px;
font-weight: 400 !important;
} .rd_count_box {
padding:51px 0 46px;
}
.rd_count_to, .rd_count_to_over {
text-align:center;
}
.count_box_circle {
width:100px;
height:100px;
margin:0 auto;
position:relative;
border-radius: 300px;
}
.count_box_circle i {
width: 100px;
height: 100px;
display: block;
position: absolute;
left: 50%;
margin: 0px 0 0 -50px;
font-size: 35px;
text-align: center;
line-height: 95px;
}
.rd_count_box .count_number {
font-size: 30px;
line-height: 36px;
font-weight: 900;
padding-top: 13px;
padding-bottom:3px;
margin-bottom:0px;
letter-spacing:1px;
}
.rd_count_box .count_title {
font-weight: 900!important;
font-size: 14px;
text-transform:uppercase;
letter-spacing:normal;
margin-bottom:0;
} .count_stroke_circle {
width: 90px;
height: 90px;
text-align: center;
margin: 0 auto;
background: none;
border-radius: 200px;
position: relative;
font-size: 25px;
line-height: 87px;
}
.count_stroke_circle i {
z-index:2;
position:relative;
}
.count_stroke_circle .count_bigsub_circle {
width: 44px;
height: 44px;
border-radius: 300px;
position: absolute;
top: 50%;
left: 50%;
margin: -22px 0 0 -22px;
text-align: center;
-webkit-transition: all 0.15s ease;
-moz-transition: all 0.15s ease;
-o-transition: all 0.15s ease;
-ms-transition: all 0.15s ease;
transition: all 0.15s ease;
opacity: 0;
}
.rd_count_wrap .count_style_10 .count_number {
font-size:36px;
font-weight:300;
padding-top: 19px;
padding-bottom: 0px;
}
.rd_count_wrap .count_style_10 .count_title {
font-size:14px;
text-transform:uppercase;
font-weight:700!important;
} .count_gradient_circle {
position: relative;
height: 100px;
}
.count_gradient_bg {
width: 100px;
height: 100px;
position: absolute;
left: 50%;
margin-left: -50px;
border-radius: 300px;
-webkit-transition: all 0.15s ease;
-moz-transition: all 0.15s ease;
-o-transition: all 0.15s ease;
-ms-transition: all 0.15s ease;
transition: all 0.15s ease;
}
.rd_count_wrap:hover .count_gradient_bg {
transform:         scale(1.04); -moz-transform:    scale(1.04); -webkit-transform: scale(1.04); -o-transform:      scale(1.04); -ms-transform:     scale(1.04); }
.count_gradient_circle i {
width: 96px;
height: 96px;
display: block;
text-align: center;
line-height: 80px;
border-radius: 100px;
position: absolute;
left: 50%;
margin-left: -48px;
border: 8px solid;
top: 2px;
font-size:30px;
}
.count_style_11 .count_number {
font-size: 36px;
line-height: 48px;
font-weight: 300;
letter-spacing: 2px;
margin-top: 7px;
margin-bottom: 12px;
position: relative;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.count_style_11 .count_number:after {
content: "";
width: 30px;
height: 2px;
position: absolute;
bottom: -3px;
left: 50%;
margin-left: -15px;
}
.rd_count_wrap .count_style_11 .count_title {
font-size:14px;
} .icon_sc i {
font-size:70px;
padding:15px;
display:block !important;
}
.single_icon_ctn {
width: 70px;
height: 70px;
text-align: center;
font-size: 32px;
line-height: 70px;
clear: both;
}
.single_icon_ctn.sr, .single_icon_ctn.dr {
border-radius:200px;
}
.icn_centered {
margin:0 auto;
} .icon_box {
display:block;
position:relative;
margin-bottom:20px;
overflow:hidden;
cursor:pointer;
}
.icon_box i {
font-size:40px;
color:#333;
text-align:left;
position: absolute;
top:0;
left:0;
line-height: 40px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box h3 {
text-align:left;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 14px;
font-weight: 900;
padding:10px 0 0 55px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
h3.mi_heading {
text-transform: none;
letter-spacing: normal;
}
.icon_box p {
padding:10px 0 0 0;
text-align:left;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
} .icon_box_si {
display:block;
position:relative;
margin-bottom:20px;
overflow:hidden;
}
.icon_box_si i {
font-size: 35px;
color: #333;
text-align: left;
position: absolute;
top: 9px;
left: 0;
line-height: 35px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box_si h3 {
text-align:left;
font-size: 16px;
font-weight: 700;
padding:10px 0 0 55px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box_si p {
padding:4px 0 0 55px;
text-align:left;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
} .icon_box_mi_b {
display:block;
position:relative;
margin-bottom:20px;
overflow:hidden;
}
.icon_box_mi_b i {
font-size: 55px;
color: #333;
text-align: left;
position: absolute;
top: 5px;
left: 0;
line-height: 55px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box_mi_b h3 {
text-align:left;
font-size: 18px;
font-family:"Open Sans";
font-weight: 600;
padding:10px 0 0 75px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box_mi_b p {
padding:4px 0 0 75px;
text-align:left;
line-height:30px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
} .icon_box_rounded {
display:block;
position:relative;
margin-bottom:20px;
overflow:hidden;
}
.icon_box_rounded i {
font-size: 17px;
color: #fff;
text-align: left;
position: absolute;
top: 0;
left: 0;
padding: 11px 0 0 0;
width: 40px;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
height: 40px;
background: #0E0B29;
text-align: center;
border-radius: 100px;
}
.icon_box_rounded h3 {
text-align:left;
font-size: 18px;
font-weight: 700;
padding:10px 0 0 55px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box_rounded p {
padding:9px 0 0 0;
text-align:left;
margin-bottom:9px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box_rounded .icon_box_button {
font-weight:400;
} .icon_box_rounded_trend {
display:block;
position:relative;
margin-bottom:20px;
overflow:hidden;
}
.icon_box_rounded_trend i {
font-size: 16px;
color: #fff;
position: absolute;
top: 13px;
left: 0;
height: 60px;
width: 60px;
line-height: 58px;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
background: #0E0B29;
text-align: center;
border-radius: 200px;
letter-spacing: 0px;
}
.icon_box_rounded_trend h3 {
text-align:left;
font-size: 16px;
font-weight: 900;
text-transform:uppercase;
font-family:"Raleway";
letter-spacing:1.5px;
padding:10px 0 0 89px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box_rounded_trend p {
padding:9px 0 0 89px;
text-align:left;
margin-bottom:9px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box_rounded_trend .icon_box_button {
font-weight:400;
} .icon_box_rounded_stroke {
display:block;
position:relative;
margin-bottom:20px;
overflow:hidden;
}
.icon_box_rounded_stroke i {
font-size: 25px;
text-align: left;
position: absolute;
top: 0;
left: 0;
line-height:46px;
width: 50px;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
height: 50px;
text-align: center;
border-radius: 100px;
}
.icon_box_rounded_stroke h3 {
text-align:left;
font-size: 18px;
font-weight: 900;
letter-spacing:0.5px;
text-transform:uppercase;
padding:17px 0 0 70px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box_rounded_stroke p {
padding:17px 0 0 0;
text-align:left;
margin-bottom:9px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box_rounded_stroke .icon_box_button {
font-weight:400;
} .icon_box_big_rounded_stroke {
display:block;
position:relative;
margin-bottom:20px;
overflow:hidden;
}
.icon_box_big_rounded_stroke i {
font-size: 25px;
text-align: left;
position: absolute;
top: 2px;
left: 0;
line-height:68px;
width: 70px;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
height: 70px;
text-align: center;
border-radius: 100px;
}
.icon_box_big_rounded_stroke h3 {
text-align:left;
font-size: 16px;
font-weight: 700;
padding:0px 0 0 100px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box_big_rounded_stroke p {
padding:1px 0 0 100px;
text-align:left;
margin-bottom:9px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box_big_rounded_stroke .icon_box_button {
padding: 0px 0 0 100px;
font-size: 15px;
font-weight: bold;
} .icon_box_hex {
display:block;
position:relative;
margin-bottom:20px;
overflow:hidden;
}
.ib_hexagon {
position: absolute;
width: 35px;
height: 20.21px;
background-color: #64C7CC;
margin: 10.10px 0;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.ib_hexagon:before, .ib_hexagon:after {
content: "";
position: absolute;
width: 0;
left:0;
border-left: 18px solid transparent;
border-right: 17.5px solid transparent;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.ib_hexagon:before {
bottom: 100%;
border-bottom: 10.10px solid #64C7CC;
}
.ib_hexagon:after {
top: 100%;
width: 0;
border-top: 10.10px solid #64C7CC;
}
.icon_box_hex i {
font-size: 15px;
color: #fff;
background:none!important;
padding: 0px 0 0 0;
line-height:20px;
text-align: center;
width: 35px;
display:inline-block;
}
.icon_box_hex h3 {
text-align:left;
font-size: 18px;
font-weight: 700;
padding:10px 0 0 45px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box_hex p {
padding: 9px 0 0 0;
margin-bottom: 8px;
text-align:left;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box_hex .icon_box_button {
font-weight:700;
font-size:15px;
} .icon_box_square {
display:block;
position:relative;
margin-bottom:20px;
overflow:hidden;
}
.ib_square {
width: 37px;
height: 37px;
left: 26px;
top: 14px;
margin-top: 3px;
position:absolute;
border-radius: 3px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-ms-transform:rotate(-45deg);
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box_square i {
font-size: 17px;
color: #fff;
text-align: left;
position: absolute;
top: -9px;
left: -4px;
background: none!important;
padding: 0px 0 0 0;
text-align: center;
width: 44px;
-ms-transform:rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
}
.icon_box_square h3 {
text-align:left;
font-size: 18px;
font-weight: 700;
padding:0px 0 0 70px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box_square p {
padding: 1px 0 4px 70px;
text-align:left;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box_square .icon_box_button {
font-weight:normal;
margin-left: 70px;
padding: 8px 10px !important;
display: inline-block;
min-width:100px;
text-align: center;
} .icon_box_medsquare {
display:block;
position:relative;
margin-bottom:20px;
overflow:hidden;
}
.ib_medsquare {
width: 61px;
height: 61px;
left: 0px;
top: 0px;
position:absolute;
margin-top:3px;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box_medsquare i {
font-size: 25px;
color: #fff;
text-align: left;
position: absolute;
top: 0px;
left: 0px;
background: none!important;
line-height: 61px;
text-align: center;
width: 61px;
}
.icon_box_medsquare h3 {
text-align:left;
font-size: 18px;
font-weight: 700;
padding:1px 0 0 81px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box_medsquare p {
padding:1px 0 3px 81px;
text-align:left;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box_medsquare .icon_box_button {
font-weight:normal;
margin-left: 81px;
padding: 7px 0px 0 0;
display: inline-block;
text-align:left;
} .icon_box_squareptn {
display:block;
position:relative;
margin-bottom:20px;
overflow:hidden;
}
.ib_squareptn {
width: 54px;
height: 54px;
left: 0px;
top: 5px;
position:absolute;
background-image:url(//aarron.aero/wp-content/themes/thefox/images/ib_sc.png);
background-size: 165px;
background-position: -28px -53px;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box_squareptn i {
font-size: 27px;
color: #fff;
text-align: left;
position: absolute;
top: 0px;
left: 0px;
background: none!important;
line-height: 54px;
text-align: center;
width: 54px;
}
.icon_box_squareptn h3 {
text-align:left;
font-size: 18px;
font-weight: 700;
padding:0px 0 0 67px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box_squareptn p {
padding:0px 0 3px 67px;
text-align:left;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box_squareptn .icon_box_button {
font-weight:normal;
margin-left: 67px;
padding: 7px 0px 0 0;
display: inline-block;
text-align:left;
} .icon_box_bigsquare {
display:block;
position:relative;
margin-bottom:20px;
overflow:hidden;
}
.ib_bigsquare {
width: 70px;
height: 70px;
left: 0px;
top: 0px;
position:absolute;
border-radius: 12px;
margin-top:3px;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box_bigsquare i {
font-size: 30px;
color: #fff;
text-align: left;
position: absolute;
top: 0px;
left: 0px;
background: none!important;
line-height: 70px;
text-align: center;
width: 70px;
}
.icon_box_bigsquare h3 {
text-align:left;
font-size: 18px;
font-weight: 700;
padding:0px 0 0 90px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box_bigsquare p {
padding:1px 0 3px 90px;
text-align:left;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box_bigsquare .icon_box_button {
font-weight:normal;
margin-left: 90px;
padding: 8px 10px !important;
display: inline-block;
min-width:100px;
text-align: center;
} .icon_box_bigrounded {
display:block;
position:relative;
margin-bottom:20px;
overflow:hidden;
}
.icon_box_bigrounded i {
font-size: 23px;
color: #fff;
text-align: left;
position: absolute;
top: 0;
left: 0;
line-height: 50px;
width: 50px;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
height: 50px;
background: #0E0B29;
text-align: center;
border-radius: 100px;
}
.icon_box_bigrounded h3 {
text-align:left;
font-size: 18px;
font-weight: 700;
padding: 16px 0 0 68px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box_bigrounded p {
padding:21px 0 0 0;
text-align:left;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box_bigrounded .icon_box_button {
font-weight:700;
} .icon_box2 {
text-align: center;
padding: 43px 30px 27px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.vc_span12 .icon_box2 {
min-width: 25%;
margin-left: -4px;
max-width: 25%;
display: inline-block;
}
.icon_box2 .icon_circle {
text-align: center;
width: 59px;
height: 59px;
margin: 0 auto 0px auto;
background: none!important;
border-radius: 100px;
text-shadow: none;
color: #444;
line-height: 58px;
position:relative;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.sub_circle {
position: absolute;
top: 0px;
left: 0px;
width: 57px;
height: 57px;
border-radius: 100px;
border: 1px solid #222;
opacity:0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2:hover .sub_circle {
transform:         scale(1.2); -moz-transform:    scale(1.2); -webkit-transform: scale(1.2); -o-transform:      scale(1.2); -ms-transform:     scale(1.2); opacity:1!important;
}
.icon_box2 i {
font-size:25px;
color:#444;
width:57px;
padding:0;
display:inline-block;
text-align: center;
}
.icon_box2 h3 {
text-align:center;
font-size: 18px;
padding:28px 0 0 0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2 p {
padding:2px 0 0 0;
margin-bottom:9px;
text-align:center;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2 .box_btn {
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
text-shadow:none;
font-weight:normal;
font-size:15px;
display:inline-block;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
} .icon_box2_trending {
text-align: center;
padding: 85px 30px 85px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.vc_span12 .icon_box2_trending {
min-width: 25%;
margin-left: -4px;
max-width: 25%;
display: inline-block;
}
.icon_box2_trending .icon_circle {
text-align: center;
width: 60px;
height: 60px;
margin: 0 auto 0px auto;
background: none!important;
border-radius: 100px;
text-shadow: none;
color: #444;
line-height: 60px;
position:relative;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_trending i {
font-size:60px;
color:#444;
width:60px;
padding:0;
display:inline-block;
text-align: center;
}
.icon_box2_trending h3 {
text-align:center;
font-size: 16px;
text-transform:uppercase;
letter-spacing:1.5px;
font-family: Raleway;
font-weight: 900;
padding:40px 0 0 0;
margin-bottom:25px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_trending p {
padding:23px 0 0 0;
max-width: 250px;
margin: 0 auto;
margin-bottom:9px;
position:relative;
line-height: 28px;
text-align:center;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_trending p:before {
content: "";
position: absolute;
top: 0;
border-top: 2px dashed;
width: 16px;
top: 0;
margin-left: -8px;
left: 50%;
}
.icon_box2_trending .box_btn {
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
text-shadow:none;
font-weight:normal;
font-size:15px;
display:inline-block;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_alt {
margin-top: 60px;
padding: 65px 30px 35px 30px;
background-color: #fff;
text-align: center;
text-shadow: none;
position:relative;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_alt .icon_circle {
text-align: center;
width: 106px;
height: 106px;
margin: 0 auto 0px auto;
background-color: rgb(255, 255, 255);
border:4px solid #fff;
border-radius: 100px;
position: absolute;
top: -53px;
left: 50%;
display:block;
margin-left: -53px;
text-shadow: none;
color: #444;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_alt i {
color:#fff;
font-size: 36px;
display: block !important;
line-height: 98px;
text-align: center;
}
.icon_box2_alt h3 {
text-align:center;
font-size: 18px;
padding:22px 0 0 0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_alt p {
padding:1px 0 0 0;
text-align:center;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_alt .box_btn {
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
text-shadow:none;
padding: 10px 16px 9px;
font-weight: 700;
font-size:15px;
display:inline-block;
min-width:135px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_simple {
margin-top: 60px;
padding: 45px 30px 20px 30px;
background-color: #fff;
text-align: center;
text-shadow: none;
position:relative;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_simple a { color: inherit; }
.icon_box2_simple .icon_circle {
text-align: center;
width: 75px;
height: 75px;
margin: 0 auto 0px auto;
background-color: rgb(255, 255, 255, 1);
border:1px solid #fff;
border-radius: 100px;
position: absolute;
top: -39.5px;
left: 50%;
margin-left: -37.5px;
text-shadow: none;
color: #444;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_simple .simple_sub_circle {
width: 59px;
height: 59px;
border-radius: 300px;
position: absolute;
top: 7px;
left: 7px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_simple i {
color:#fff;
font-size: 25px;
line-height: 75px;
display: block !important;
text-align: center;
position:relative;
}
.icon_box2_simple h3 {
text-align:center;
font-size: 18px;
padding:20px 0 0 0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_simple p {
padding:5px 0 0 0;
text-align:center;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_simple .box_btn {
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
text-shadow:none;
padding: 11px 16px 12px;
font-weight: normal;
font-size:16px;
display:inline-block;
min-width:135px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_bc {
margin-top: 60px;
padding: 0px 30px 0px 30px;
text-align: center;
text-shadow: none;
position:relative;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_bc .icon_circle {
text-align: center;
width: 150px;
height: 150px;
margin: 0 auto 0 auto;
border:3px solid;
border-radius: 100px;
display:block;
position:relative;
text-shadow: none;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_bc:hover .icon_circle {
border:5px solid rgba(255,255,255,0.3) !important;
}
.icon_box2_bc i {
font-size: 40px;
display: block !important;
line-height: 150px;
text-align: center;
}
.icon_box2_bc i:before {
width: 110px !important;
height: 110px !important;
border-radius: 100px;
display: block;
line-height: 110px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -58px;
margin-left: -58px;
border: 3px solid rgba(0,0,0,0);
}
.icon_box2_bc:hover i:before {
border: 3px solid rgba(0,0,0,0.3) !important;
}
.icon_box2_bc h3 {
text-align:center;
font-size: 18px;
padding: 27px 0 0 0;
margin-bottom: 9px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_bc p {
padding:1px 0 0 0;
text-align:center;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_bc .box_btn {
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
text-shadow:none;
padding: 10px 16px 9px;
font-weight: 700;
font-size:15px;
display:inline-block;
min-width:135px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_hex {
margin-top: 60px;
padding: 0px 30px 0px 30px;
text-align: center;
text-shadow: none;
position:relative;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_hex .icon_circle {
width: 130px;
margin: 35px auto 38px;
background: #1abc9c;
border-radius: 10px;
color: #fff;
background: linear-gradient(135deg, #18e2ba 0%, #47d1ff 100%);
height: 70px;
line-height: 60px;
text-align: center;
position: relative;
display:block;
position:relative;
text-shadow: none;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_hex .icon_circle:after, .icon_box2_hex .icon_circle:before {
z-index: 0;
top: -25px;
content: "";
position: absolute;
width: 68px;
height: 68px;
transform:scalex(1.7) rotate(45deg);
-webkit-transform:scalex(1.7) rotate(45deg);
-moz-transform:scalex(1.7) rotate(45deg);
-ms-transform:scalex(1.7) rotate(45deg);
-o-transform:scalex(1.7) rotate(45deg);
background: linear-gradient(45deg, #18e2ba 0%, #47d1ff 100%);
left: 31px;
border-radius: 10px 24px 10px 24px;
}
.icon_box2_hex .icon_circle:before {
top:29px;
}
.icon_box2_hex .icon_sub_ctn {
font-size: 40px;
display: block;
text-align: center;
position: relative;
z-index: 3;
height: 65px;
line-height: 70px;
margin: 0 auto;
width: 120px;
border-radius: 10px;
}
.icon_box2_hex .icon_sub_ctn:after, .icon_box2_hex .icon_sub_ctn:before {
z-index: 0;
top: -19px;
content: "";
position: absolute;
width: 64px;
height: 64px;
transform: scalex(1.7) rotate(45deg);
-webkit-transform:scalex(1.7) rotate(45deg);
-moz-transform:scalex(1.7) rotate(45deg);
-ms-transform:scalex(1.7) rotate(45deg);
-o-transform:scalex(1.7) rotate(45deg);
left: 28px;
border-radius: 10px 24px 10px 24px;
}
.icon_box2_hex .icon_sub_ctn:before {
top: 27px;
}
.icon_box2_hex i {
font-size: 40px;
display: inline-block !important;
text-align: center;
position:relative;
z-index:3;
}
.icon_box2_hex h3 {
text-align:center;
font-size: 18px;
padding: 27px 0 0 0;
margin-bottom: 29px;
text-transform:uppercase;
font-weight:900;
letter-spacing:1.5px;
position:relative;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_hex h3:after {
content:"";
width:70px;
height:1px;
position:absolute;
left:50%;
margin-left:-35px;
bottom:-16px;
}
.icon_box2_hex p {
padding:1px 0 0 0;
text-align:center;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_hex .box_btn {
text-shadow:none;
padding: 4px 15px 3px;
font-weight: 900;
margin-top:12px;
font-size:13px;
display:inline-block;
border:2px solid;
text-transform:uppercase;
min-width:100px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
} .icon_box2_hexbox {
margin-top: 60px;
padding: 21px 20px 41px 20px;
text-align: center;
text-shadow: none;
position:relative;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
border:1px solid;
position:relative;
border-radius:3px;
}
.icon_box2_hexbox .icon_circle {
width: 100px;
margin: 35px auto 38px;
background: #1abc9c;
border-radius: 10px;
color: #fff;
background: linear-gradient(135deg, #18e2ba 0%, #47d1ff 100%);
height: 60px;
line-height: 60px;
text-align: center;
position: relative;
display:block;
position:relative;
text-shadow: none;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_hexbox .icon_circle:after, .icon_box2_hexbox .icon_circle:before {
z-index: 0;
top: -15px;
content: "";
position: absolute;
width: 55px;
height: 55px;
transform:scalex(1.7) rotate(45deg);
-webkit-transform:scalex(1.7) rotate(45deg);
-moz-transform:scalex(1.7) rotate(45deg);
-ms-transform:scalex(1.7) rotate(45deg);
-o-transform:scalex(1.7) rotate(45deg);
background: linear-gradient(45deg, #18e2ba 0%, #47d1ff 100%);
left: 23px;
border-radius: 10px 24px 10px 24px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_hexbox .icon_circle:before {
top:24px;
}
.icon_box2_hexbox .icon_sub_ctn {
font-size: 35px;
display: block;
text-align: center;
position: absolute;
left: 5px;
top: 5px;
z-index: 3;
height: 55px;
line-height: 60px;
margin: 0px auto;
width: 90px;
border-radius: 10px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_hexbox .icon_sub_ctn:after, .icon_box2_hexbox .icon_sub_ctn:before {
z-index: 0;
top: -15px;
content: "";
position: absolute;
width: 51px;
height: 51px;
transform: scalex(1.7) rotate(45deg);
-webkit-transform:scalex(1.7) rotate(45deg);
-moz-transform:scalex(1.7) rotate(45deg);
-ms-transform:scalex(1.7) rotate(45deg);
-o-transform:scalex(1.7) rotate(45deg);
left: 20px;
border-radius: 10px 24px 10px 24px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_hexbox .icon_sub_ctn:before {
top: 19px;
}
.icon_box2_hexbox i {
font-size: 35px;
display: inline-block !important;
text-align: center;
position:relative;
z-index:3;
}
.icon_box2_hexbox h3 {
text-align:center;
font-size: 16px;
padding: 10px 0 0 0;
margin-bottom: 20px;
text-transform:uppercase;
font-weight:900;
letter-spacing:1px;
position:relative;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_hexbox h3:after {
content:"";
width:70px;
height:1px;
position:absolute;
left:50%;
margin-left:-35px;
bottom:-12px;
}
.icon_box2_hexbox p {
padding:1px 0 0 0;
text-align:center;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_hexbox .box_btn {
text-shadow:none;
padding: 9px 15px 11px;
font-weight: 700;
margin-top:20px;
font-size:14px;
position:absolute;
display:inline-block;
border-bottom:2px solid rgba(0,0,0,0.3);
text-transform:uppercase;
width:130px;
left:50%;
margin-left:-65px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
border-radius:3px;
} .icon_box2_br {
margin-top: 0px;
padding: 18px 20px 41px 20px;
text-align: center;
text-shadow: none;
position:relative;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
border:1px solid;
position:relative;
border-radius:12px;
}
.icon_box2_br .icon_circle {
width: 150px;
height:150px;
margin: 35px auto 28px;
border-radius:300px;
line-height:146px;
text-align: center;
position: relative;
display:block;
position:relative;
text-shadow: none;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_br i {
font-size: 42px;
display: block !important;
width: 100px;
left: 50%;
top: 50%;
margin-top: -50px;
line-height: 100px;
margin-left: -50px;
height: 100px;
text-align: center;
position:relative;
z-index:3;
}
.icon_box2_br h3 {
text-align:center;
font-size: 18px;
padding: 0px 0 0 0;
margin-bottom: 31px;
font-weight:700;
position:relative;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_br h3:after {
content:"";
width:70px;
height:2px;
position:absolute;
left:50%;
margin-left:-35px;
bottom:-19px;
}
.icon_box2_br p {
padding:1px 0 0 0;
text-align:center;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_br .box_btn {
text-shadow:none;
padding: 11px 15px 10px;
font-weight: 900;
margin-top:13px;
font-size:14px;
display:inline-block;
border-bottom:2px solid rgba(0,0,0,0.3);
text-transform:uppercase;
width:130px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
border-radius:3px;
} .icon_box2_left_b {
padding: 26px 30px 25px 119px;
text-shadow: none;
position:relative;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
border:1px solid;
position:relative;
border-radius:5px;
}
.icon_box2_left_b .icon_circle {
text-align: center;
width: 69px;
height: 69px;
margin: 0 auto 0px auto;
background-color: rgb(255, 255, 255);
border: 2px solid #fff;
border-radius: 100px;
position: absolute;
top: 39px;
left: 24px;
display: block;
text-shadow: none;
color: #fff;
box-shadow: 0 0 0 5px #ecf0f1;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_left_b i {
color: #fff;
font-size: 25px;
display: block !important;
line-height: 69px;
text-align: center;
}
.icon_box2_left_b h3 {
font-size: 18px;
padding: 10px 0 0 0;
margin-bottom: 20px;
font-weight:700;
position:relative;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_left_b p {
padding:1px 0 0 0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_left_b .box_btn {
text-shadow:none;
display:inline-block;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
border-radius:3px;
} .icon_box2_big_cg {
margin-top: 60px;
padding: 0px 30px 0px 30px;
text-align: center;
text-shadow: none;
position:relative;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_big_cg .icon_circle {
width: 170px;
margin: 35px auto 35px;
background: #1abc9c;
border-radius: 100px;
color: #fff;
background: linear-gradient(135deg, #18e2ba 0%, #47d1ff 100%);
height: 170px;
line-height: 160px;
text-align: center;
position: relative;
display:block;
position:relative;
text-shadow: none;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_big_cg .icon_sub_ctn {
font-size: 40px;
display: block;
text-align: center;
position: relative;
z-index: 3;
height: 150px;
line-height: 150px;
margin: 0 auto;
width: 150px;
top:10px;
border-radius: 100px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_big_cg i {
font-size: 40px;
display: inline-block !important;
text-align: center;
position:relative;
z-index:3;
}
.icon_box2_big_cg h3 {
text-align:center;
font-size: 16px;
padding:0;
margin-bottom: 9px;
text-transform:uppercase;
font-weight:700;
position:relative;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_big_cg p {
padding:1px 0 0 0;
text-align:center;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_big_cg .box_btn {
text-shadow:none;
padding: 4px 15px 3px;
font-weight: 900;
margin-top:12px;
font-size:13px;
display:inline-block;
border:2px solid;
text-transform:uppercase;
min-width:100px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
} .icon_box2_big_cg_business {
margin-top: 60px;
padding: 0px 30px 0px 30px;
text-align: center;
text-shadow: none;
position:relative;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_big_cg_business .icon_circle {
width: 150px;
margin: 0px auto 38px;
background: #1abc9c;
border-radius: 300px;
color: #fff;
background: linear-gradient(135deg, #18e2ba 0%, #47d1ff 100%);
height: 150px;
line-height: 150px;
text-align: center;
position: relative;
display:block;
position:relative;
text-shadow: none;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_big_cg_business .icon_sub_ctn {
font-size: 30px;
display: block;
text-align: center;
position: relative;
z-index: 3;
height: 150px;
line-height: 150px;
margin: 0 auto;
width: 150px;
top: 0px;
border-radius: 200px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_big_cg_business i {
font-size: 30px;
display: inline-block !important;
text-align: center;
position:relative;
z-index:3;
}
.icon_box2_big_cg_business h3 {
text-align:center;
font-size: 18px;
padding:0;
margin-bottom: 9px;
font-weight:600;
font-family:"Open Sans";
position:relative;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_big_cg_business p {
padding:4px 0 0 0;
text-align:center;
line-height:30px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_big_cg_business .box_btn {
text-shadow:none;
padding: 4px 15px 3px;
font-weight: 900;
margin-top:12px;
font-size:13px;
display:inline-block;
border:2px solid;
text-transform:uppercase;
min-width:100px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
} .icon_box2_big_cg_trending {
margin-top: 60px;
padding: 0px 5px;
text-align: center;
text-shadow: none;
position:relative;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_big_cg_trending .icon_circle {
width: 150px;
margin: 0px auto 43px;
background: #1abc9c;
border-radius: 300px;
color: #fff;
height: 150px;
text-align: center;
position: relative;
display:block;
position:relative;
text-shadow: none;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_big_cg_trending i {
font-size: 30px;
display: inline-block !important;
text-align: center;
line-height: 150px;
position:relative;
z-index:3;
}
.icon_box2_big_cg_trending h3 {
text-align:center;
font-size: 16px;
padding:0;
margin-bottom: 30px;
text-transform:uppercase;
letter-spacing: 1.5px;
font-weight:900;
font-family:"Raleway";
position:relative;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_big_cg_trending h3:after {
content: "";
width: 50px;
height: 2px;
position: absolute;
left: 50%;
margin-left: -25px;
bottom: -18px;
}
.icon_box2_big_cg_trending h4 {
font-family: 'Playfair Display', serif;
font-size:16px;
letter-spacing:1.5px;
margin-bottom:9px;
}
.icon_box2_big_cg_trending p {
padding:1px 0 0 0;
text-align:center;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_big_cg_trending .box_btn {
text-shadow:none;
padding: 4px 15px 3px;
font-weight: 900;
margin-top:12px;
display:inline-block;
font-family: "Raleway";
letter-spacing: 1.5px;
font-size: 14px;
border:2px solid;
text-transform:uppercase;
min-width:100px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
} .icon_box2_st {
margin-top: 60px;
padding: 0px 30px 21px 30px;
text-align: center;
text-shadow: none;
position:relative;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_st .icon_circle {
width: 60px;
margin: -31px auto 23px;
background: #1abc9c;
border-radius: 100px;
color: #fff;
background: linear-gradient(135deg, #18e2ba 0%, #47d1ff 100%);
height: 60px;
line-height: 60px;
text-align: center;
position: relative;
display:block;
position:relative;
text-shadow: none;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_st .icon_sub_ctn {
font-size: 18px;
display: block;
text-align: center;
position: relative;
z-index: 3;
height: 50px;
line-height: 50px;
margin: 0 auto;
width: 50px;
top:4px;
border-radius: 100px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_st i {
font-size: 18px;
display: inline-block !important;
text-align: center;
position:relative;
z-index:3;
}
.icon_box2_st h3 {
text-align:center;
font-size: 18px;
padding:0;
margin-bottom: 9px;
font-weight:700;
position:relative;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_st p {
padding:1px 0 0 0;
text-align:center;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_st .box_btn {
text-shadow:none;
padding: 4px 15px 3px;
font-weight: 900;
margin-top:12px;
font-size:14px;
display:inline-block;
text-transform:uppercase;
min-width:100px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
} .icon_box2_sc {
margin-top: 60px;
padding: 0px;
text-align: center;
text-shadow: none;
position:relative;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_sc .icon_circle {
width: 80px;
margin: 0px auto 27px;
border-radius: 100px;
color: #fff;
height: 80px;
line-height: 80px;
text-align: center;
position: relative;
background-image:url(//aarron.aero/wp-content/themes/thefox/images/ib_sc.png);
background-size: 165px;
background-position: -28px -41px;
display:block;
position:relative;
text-shadow: none;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_sc i {
font-size: 28px;
display: inline-block !important;
text-align: center;
position:relative;
z-index:3;
}
.icon_box2_sc h3 {
text-align:center;
font-size: 18px;
padding:0;
margin-bottom: 8px;
font-weight:700;
position:relative;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_sc p {
padding:1px 0 0 0;
text-align:center;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.icon_box2_sc .box_btn {
text-shadow:none;
padding: 0px;
font-weight:normal;
margin-top:9px;
font-size:12px;
display:inline-block;
text-transform:uppercase;
min-width:100px;
text-decoration:underline;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
} .wpb_accordion_content { overflow: auto; }
.ui-icon { text-indent:initial!important;}
.rd_acc_1 .wpb_accordion_header, .rd_acc_2 .wpb_accordion_header {
font-size:16px !important;
line-height: 22px !important;
margin: 0 0 2px 0 !important;
outline: none!important;
}
.rd_acc_1 .ui-accordion-header-active, .rd_acc_2 .ui-accordion-header-active {
font-weight:bold !important;
outline: none!important;
}
.rd_acc_1 .ui-accordion-header-icon, .rd_acc_2 .ui-accordion-header-icon {
background:none!important;
height: 39px !important;
width: 40px !important;
display: block;
right: 0 !important;
font-weight: normal;
top: 0 !important;
text-align: center;
line-height: 40px !important;
}
.rd_acc_1 .ui-accordion-header-icon:before, .rd_acc_2 .ui-accordion-header-icon:before {
content: "\4c";
font-family:'elg'
}
.rd_acc_1 .ui-accordion-header-active .ui-accordion-header-icon:before, .rd_acc_2 .ui-accordion-header-active .ui-accordion-header-icon:before {
content: "\4b";
font-family:'elg'
}
.rd_acc_1 .wpb_accordion_content, .rd_acc_2 .wpb_accordion_content {
margin: -3px 0 2px 0;
}
.rd_acc_3 .wpb_accordion_section {
margin-bottom: 10px;
}
.rd_acc_3 .wpb_accordion_header {
font-size:16px !important;
line-height: 14px !important;
margin: 0 0 9px 0 !important;
outline: none!important;
font-weight:bold !important;
background:none !important;
}
.rd_acc_3 .ui-accordion-header-active {
font-weight:bold !important;
outline: none!important;
}
.rd_acc_3 .ui-accordion-header-icon {
text-align: center;
position:relative !important;
float: left;
color: #fff;
background: #a1b1cb !important;
width: 30px !important;
height: 30px!important;
line-height: 30px!important;
font-size: 24px;
margin-right: 15px;
font-weight: normal;
left: 0 !important;
top: 0 !important;
}
.rd_acc_3 .ui-accordion-header-icon:before {
content: "\4c";
font-family:'elg'
}
.rd_acc_3 .ui-accordion-header-active .ui-accordion-header-icon:before {
content: "\4b";
font-family:'elg'
}
.rd_acc_3 .wpb_accordion_content {
background:none!important;
margin: -3px 0 2px 0;
padding: 0 0 4px 0!important;
}
.rd_acc_4 .wpb_accordion_section {
margin-bottom: 10px;
}
.rd_acc_4 .wpb_accordion_header {
font-size:14px !important;
line-height: 14px !important;
margin: 0 0 9px 0 !important;
outline: none!important;
font-weight:900 !important;
background:none !important;
}
.rd_acc_4 .wpb_accordion_header a {
line-height: 30px !important;
margin: 0 0 1px 0 !important;
padding:0!important;
}
.rd_acc_4 .ui-accordion-header-active {
outline: none!important;
}
.rd_acc_4 .ui-accordion-header-icon {
text-align: center;
position:relative !important;
float: right;
color: #fff;
background: #a1b1cb !important;
width: 30px !important;
font-weight: normal;
height: 30px!important;
line-height: 30px!important;
font-size: 24px;
right: 0 !important;
top: 0 !important;
}
.rd_acc_4 .ui-accordion-header-icon:before {
content: "\4c";
font-family:'elg'
}
.rd_acc_4 .ui-accordion-header-active .ui-accordion-header-icon:before {
content: "\4b";
font-family:'elg'
}
.rd_acc_4 .wpb_accordion_content {
background:none!important;
margin: -3px 0 2px 0;
padding: 0 0 4px 0!important;
}
.rd_acc_5 .wpb_accordion_header {
font-size:16px !important;
line-height: 22px !important;
margin: 0 0 0px 0 !important;
outline: none!important;
font-weight:bold !important;
border-radius:3px;
}
.rd_acc_5 .ui-accordion-header-active {
outline: none!important;
}
.rd_acc_5 .ui-accordion-header-icon {
background:none!important;
height: 39px !important;
width: 40px !important;
display: block;
right: 0 !important;
top: 0 !important;
font-weight: normal;
text-align: center;
line-height: 40px !important;
}
.rd_acc_5 .ui-accordion-header-icon:before {
content: "\47";
font-family:'elg'
}
.rd_acc_5 .ui-accordion-header-active .ui-accordion-header-icon:before {
content: "\46";
font-family:'elg'
}
.rd_acc_5 .wpb_accordion_content {
margin: -3px 0 0px 0;
border-radius:0 0 3px 3px;
}
.rd_acc_6 .wpb_accordion_header, .rd_acc_7 .wpb_accordion_header {
font-size:16px !important;
line-height: 22px !important;
margin: 0 0 8px 0 !important;
outline: none!important;
font-weight:bold !important;
border-radius:3px;
}
.rd_acc_6 .ui-accordion-header-active, .rd_acc_7 .ui-accordion-header-active {
outline: none!important;
}
.rd_acc_6 .ui-accordion-header-icon, .rd_acc_7 .ui-accordion-header-icon {
background:none!important;
height: 39px !important;
width: 40px !important;
display: block;
right: 0 !important;
top: 0 !important;
text-align: center;
font-size:24px;
font-weight: normal;
line-height: 40px !important;
}
.rd_acc_6 .ui-accordion-header-icon:before, .rd_acc_7 .ui-accordion-header-icon:before {
content: "\3b";
font-family:'elg'
}
.rd_acc_6 .ui-accordion-header-active .ui-accordion-header-icon:before, .rd_acc_7 .ui-accordion-header-active .ui-accordion-header-icon:before {
content: "\3a";
font-family:'elg'
}
.rd_acc_6 .wpb_accordion_content, .rd_acc_7 .wpb_accordion_content {
margin:0;
padding:0!important;
}
.rd_acc_6 .rd_acc_content, .rd_acc_7 .rd_acc_content {
padding-bottom:10px;
}
.rd_acc_8 .wpb_accordion_header {
font-size:16px !important;
line-height: 27px !important;
margin: 0 0 5px 0 !important;
outline: none!important;
font-weight:bold !important;
border-radius:3px;
}
.rd_acc_8 .ui-accordion-header-active {
outline: none!important;
}
.rd_acc_8 .ui-accordion-header-icon {
background:none!important;
height: 44px !important;
width: 43px !important;
display: block;
right: 0 !important;
font-weight: normal;
top: 0 !important;
text-align: center;
line-height: 45px !important;
}
.rd_acc_8 .ui-accordion-header-icon:before {
content: "\f107";
font-family:'FontAwesome'
}
.rd_acc_8 .ui-accordion-header-active .ui-accordion-header-icon:before {
content: "\f106";
font-family:'FontAwesome'
}
.rd_acc_8 .wpb_accordion_content {
margin: -6px 0 5px 0;
border-radius:3px;
}
.rd_acc_9 .wpb_accordion_header {
font-size:14px !important;
line-height: 26px !important;
margin: 0 0 5px 0 !important;
outline: none!important;
font-weight:bold !important;
border-radius:5px;
}
.rd_acc_9 .ui-accordion-header-active {
outline: none!important;
}
.rd_acc_9 .ui-accordion-header-icon {
background:none!important;
height: 40px !important;
width: 40px !important;
display: block;
float:left;
left: 0 !important;
font-weight: normal;
top: 0 !important;
position:relative !important;
text-align: center;
line-height: 40px !important;
margin-right:20px;
border-radius:5px 0 0 5px;
}
.rd_acc_9 .ui-accordion-header-icon:before {
content: "\f067";
font-family:'FontAwesome'
}
.rd_acc_9 .ui-accordion-header-active .ui-accordion-header-icon:before {
content: "\f068";
font-family:'FontAwesome'
}
.rd_acc_9 .wpb_accordion_content {
}
.rd_acc_10 .wpb_accordion_header {
font-size:16px !important;
line-height: 32px !important;
margin: 0 0 9px 0 !important;
outline: none!important;
border-radius: 3px;
}
.rd_acc_10 .ui-accordion-header-active {
outline: none!important;
}
.rd_acc_10 .ui-accordion-header-icon {
background:none!important;
height: 48px !important;
width: 49px !important;
display: block;
left: 0 !important;
position:relative !important;
float:left;
font-weight: normal;
top: 0 !important;
text-align: center;
line-height: 49px !important;
margin-right:20px;
border-radius: 3px;
}
.rd_acc_10 .ui-accordion-header-icon:before {
content: "\f067";
font-family:'FontAwesome'
}
.rd_acc_10 .ui-accordion-header-active .ui-accordion-header-icon:before {
content: "\f068";
font-family:'FontAwesome'
}
.rd_acc_10 .wpb_accordion_content {
margin:-6px 0 10px 0;
padding-left:48px!important;
}
.rd_acc_11 .wpb_accordion_header {
font-size:16px !important;
line-height: 22px !important;
margin: 0 0 10px 0 !important;
outline: none!important;
}
.rd_acc_11 .ui-accordion-header-active {
outline: none!important;
}
.rd_acc_11 .ui-accordion-header-icon {
background:none!important;
height: 39px !important;
width: 40px !important;
display: block;
right: 0 !important;
font-weight: normal;
top: 0 !important;
text-align: center;
font-size:14px;
line-height: 40px !important;
}
.rd_acc_11 .ui-accordion-header-icon:before {
content: "\f067";
font-family:'FontAwesome'
}
.rd_acc_11 .ui-accordion-header-active .ui-accordion-header-icon:before {
content: "\f068";
font-family:'FontAwesome'
}
.rd_acc_11 .wpb_accordion_content {
margin: -10px 0 10px 0;
}
.rd_acc_11 .rd_acc_content {
padding: 9px;
}
.rd_acc_12 .wpb_accordion_header {
font-size:14px !important;
line-height: 20px !important;
margin: 0 0 0px 0 !important;
outline: none!important;
background:none!important;
}
.rd_acc_12 .wpb_accordion_header a {
padding-left:0!important;
padding-right:0!important;
}
.rd_acc_12 .ui-accordion-header-active {
outline: none!important;
font-weight:bold !important;
}
.rd_acc_12 .ui-accordion-header-icon {
background:none!important;
height: 34px !important;
width: 40px !important;
display: block;
right: 0 !important;
font-weight: normal;
top: 0 !important;
text-align: right;
font-size:15px;
line-height: 31px !important;
}
.rd_acc_12 .ui-accordion-header-icon:before {
content: "\f055";
font-family:'FontAwesome'
}
.rd_acc_12 .ui-accordion-header-active .ui-accordion-header-icon:before {
content: "\f056";
font-family:'FontAwesome'
}
.rd_acc_12 .wpb_accordion_content {
margin: 0px 0 0px 0;
padding-left:0!important;
padding-right:0!important;
}
.rd_acc_13 .wpb_accordion_header {
font-size:14px !important;
line-height: 20px !important;
margin: 0 0 0px 0 !important;
outline: none!important;
background:none!important;
}
.rd_acc_13 .wpb_accordion_header a {
padding-left:0!important;
padding-right:0!important;
}
.rd_acc_13 .ui-accordion-header-active {
outline: none!important;
font-weight:bold !important;
}
.rd_acc_13 .ui-accordion-header-icon {
background:none!important;
height: 34px !important;
width: 40px !important;
display: block;
right: 0 !important;
font-weight: normal;
top: 0 !important;
text-align: right;
font-size:15px;
line-height: 31px !important;
}
.rd_acc_13 .ui-accordion-header-icon:before {
content: "\f150";
font-family:'FontAwesome'
}
.rd_acc_13 .ui-accordion-header-active .ui-accordion-header-icon:before {
content: "\f151";
font-family:'FontAwesome'
}
.rd_acc_13 .wpb_accordion_content {
margin: 0px 0 0px 0;
padding-left:0!important;
padding-right:0!important;
}
.rd_acc_13 .rd_acc_content {
padding: 12px 19px;
border-radius:5px;
}
.rd_acc_14 .wpb_accordion_header {
font-size:14px !important;
line-height: 32px !important;
margin: 0 0 1px 0 !important;
text-transform:uppercase!important;
font-weight:900!important;
outline: none!important;
}
.rd_acc_14 .ui-accordion-header-active {
outline: none!important;
}
.rd_acc_14 .wpb_accordion_header a {
padding: 10px 29px 6px !important;
}
.rd_acc_14 .ui-accordion-header-icon {
background:none!important;
height: 49px !important;
width: 66px !important;
display: block;
right: 0 !important;
font-weight: normal !important;
top: 0 !important;
text-align: center;
font-size:24px;
line-height: 49px !important;
}
.rd_acc_14 .ui-accordion-header-icon:before {
content: "\3b";
font-family:'elg'
}
.rd_acc_14 .ui-accordion-header-active .ui-accordion-header-icon:before {
content: "\3a";
font-family:'elg'
}
.rd_acc_14 .wpb_accordion_content {
margin: -2px 0 1px 0;
padding-left:0!important;
padding-right:0!important;
}
.rd_acc_14 .rd_acc_content {
padding: 12px 30px;
border-radius:5px;
}
.rd_acc_15 .wpb_accordion_header {
font-size:14px !important;
line-height: 24px !important;
margin:-1px 0 0px 0 !important;
outline: none!important;
}
.rd_acc_15 .ui-accordion-header-active {
outline: none!important;
font-weight:700!important;
box-shadow: 0px 0 4px rgba(0,0,0,0.1);
}
.rd_acc_15 .wpb_accordion_header a:before {
content: "\f0da";
font-family:'FontAwesome';
margin:0 9px 0 5px;
font-size:14px;
display:block;
float:left;
}
.rd_acc_15 .ui-accordion-header-active a:before {
content: "\f0d7";
font-family:'FontAwesome';
}
.rd_acc_15 .ui-accordion-header-icon {
background:none!important;
height: 39px !important;
width: 36px !important;
display: block;
right: 0 !important;
font-weight: normal !important;
top: 0 !important;
text-align: center;
font-size:11px;
line-height: 40px !important;
}
.rd_acc_15 .ui-accordion-header-icon:before {
content: "\f067";
font-family:'FontAwesome';
border: 1px solid;
padding: 3px 4px 2px;
}
.rd_acc_15 .ui-accordion-header-active .ui-accordion-header-icon:before {
content: "\f00d";
padding: 3px 4px 2px;
font-family:'FontAwesome';
}
.rd_acc_15 .wpb_accordion_content {
margin: -2px 0 0px 0;
}
.rd_acc_15 .rd_acc_content {
padding: 0px 5px;
}
.rd_acc_16 .wpb_accordion_header {
font-size:14px !important;
line-height: 24px !important;
margin:-1px 0 0px 0 !important;
outline: none!important;
font-weight:700!important;
}
.rd_acc_16 .ui-accordion-header-active {
outline: none!important;
box-shadow: 0px 0 4px rgba(0,0,0,0.1);
}
.rd_acc_16 .wpb_accordion_header a:before {
content: "\f0da";
font-family:'FontAwesome';
margin:0 9px 0 5px;
font-size:14px;
display:block;
float:left;
}
.rd_acc_16 .ui-accordion-header-active a:before {
content: "\f0d7";
font-family:'FontAwesome';
}
.rd_acc_16 .ui-accordion-header-icon {
background:none!important;
height: 39px !important;
width: 36px !important;
display: block;
left:auto!important;
margin-top:0!important;
right: 0 !important;
font-weight: normal !important;
top: 0 !important;
text-align: center;
font-size:11px;
line-height: 40px !important;
}
.rd_acc_16 .ui-accordion-header-icon:before {
content: "\f067";
font-family:'FontAwesome';
border: 1px solid;
padding: 3px 4px 2px;
}
.rd_acc_16 .ui-accordion-header-active .ui-accordion-header-icon:before {
content: "\f00d";
padding: 3px 4px 2px;
font-family:'FontAwesome';
}
.rd_acc_16 .wpb_accordion_content {
margin: -2px 0 0px 0;
}
.rd_acc_16 .rd_acc_content {
padding: 0px 5px;
} .rd_tabs {
overflow:auto;
}
.vertical #tabs {
width: 20%;
float: left;
position: relative;
z-index: 2;
}
.vertical.rd_vtab_right #tabs {
float:right;
}
.vertical .tabs-container {
float: left;
width: 80%;
position:relative;
z-index:2;
}
.vertical.rd_vtab_right .tabs-container {
float:right;
}
.vertical .tab_content {
padding: 30px;
margin-left: -1px;
}
.vertical.rd_vtab_right .tab_content {
float:right;
margin-left:0;
margin-right:-1px;
}
.vertical .active {
border-right: 1px solid #ffffff;
}
.horizontal .tabs {
height:39px;
list-style:none;
margin:0;
padding:0;
}
.horizontal .tabs li {
margin:0;
padding:0;
float:left;
}
.vertical .tabli {
border-top:none !important;
}
.tabli i {
margin-right:10px;
}
.vertical .tabli a {
line-height:49px;
display: block;
pointer-events: none;
}
.horizontal .tabs li a {
border:0;
font:14px;
text-indent:0;
margin:0;
pointer-events: none;
}
.horizontal .tabs li:last-child {
border-right:1px solid #d9d9d9;
}
.horizontal .tabs li:last-child a {
width:100%;
}
.horizontal .tabs li.active a {
background:none;
padding:7px 15px 11px 15px;
}
.tab-holder .news-list li:last-child {
border-bottom:0;
}
.horizontal .tabs-container {
margin-top:2px;
padding:20px 28px;
overflow:auto;
}
.panes .pane {
display:none;
}
.horizontal .panes div {
display:none;
border-top:0;
height:auto;
background: #fff;
padding: 19px 10px;
border-left:1px solid #e6e6e6;
border-right:1px solid #e6e6e6;
border-bottom:1px solid #e6e6e6;
}  .rd_vtab_1 #tabs {
z-index:3;
}
.rd_vtab_1 .tabli a {
padding:0 20px;
}
.rd_vtab_2.rd_vtab_right .tabli a {
padding:0 0 0 20px;
}
.vertical.rd_vtab_2 #tabs li:last-child {
border-bottom: none;
}
.vertical.rd_vtab_2 .tab-content {
position:relative;
z-index:1;
}
.vertical.rd_vtab_2.rd_vtab_left .tab-box.tabs-container:after {
width: 1px;
content: "";
display: block;
box-shadow: -4px 0px 15px rgba(0, 0, 0, 0.33);
border-radius: 100px;
height: 78%;
position: absolute;
left: 0px;
top: 10%;
z-index: -1;
}
.vertical.rd_vtab_2.rd_vtab_right .tab-box.tabs-container:after {
width: 1px;
content: "";
display: block;
box-shadow: 4px 0px 15px rgba(0, 0, 0, 0.33);
border-radius: 100px;
height: 78%;
position: absolute;
right: 0px;
top: 10%;
z-index: -1;
} .rd_tabs.horizontal .tabs {
height:auto;
overflow:auto;
}
.rd_tabs.horizontal .tabs li {
height:auto;
padding:15px 20px;
cursor:pointer;
z-index:1;
position:relative;
}
.rd_tabs.horizontal .tabs li a {
padding:0;
margin:0;
pointer-events: none;
display:flex;
}
.rd_tabs.horizontal .tabs-container {
margin-top:-1px;
} .rd_tabs.horizontal.rd_tab_1 #tabs > li {
padding:10px 20px;
border-right:none;
max-height:41px;
list-style: none;
}
.rd_tabs.horizontal.rd_tab_1 #tabs > li.active {
padding-top:8px;
}
.rd_tabs.horizontal.rd_tab_1 #tabs > li a {
font-size:15px;
}
.rd_tabs.horizontal.rd_tab_1 #tabs > li.active a {
font-weight:bold;
} .rd_tabs.horizontal.rd_tab_2 #tabs > li {
padding:16px 27px 14px;
border-right:none;
max-height:51px;
list-style: none;
}
.rd_tabs.horizontal.rd_tab_2 #tabs > li.active {
padding-top:13px;
}
.rd_tabs.horizontal.rd_tab_2 #tabs > li a {
font-size:14px;
}
.rd_tab_2 #tabs > li.active {
box-shadow: 6px 0px 3px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 6px 0 3px rgba(0,0,0,0.05);
-webkit-box-shadow: 6px 0 3px rgba(0,0,0,0.05);
position:relative;
} .rd_tabs.horizontal.rd_tab_3 #tabs > li:first-child {
margin-left:0 !important;
}
.rd_tabs.horizontal.rd_tab_3 #tabs > li {
padding:10px 15px 9px;
margin-top: 5px;
margin-left:-1px;
max-height:41px;
list-style: none;
}
.rd_tabs.horizontal.rd_tab_3 #tabs > li.active {
padding:15px 15px 9px;
margin-top:0!important;
border-radius: 4px 4px 0 0;
max-height:46px;
list-style: none;
}
.rd_tabs.horizontal.rd_tab_3 #tabs > li a {
font-size:16px;
}
.rd_tabs.horizontal.rd_tab_3 #tabs > li.active a {
font-weight:bold;
} .rd_tabs.horizontal.rd_tab_4 #tabs > li:first-child {
margin-left:0 !important;
}
.rd_tabs.horizontal.rd_tab_4 #tabs > li {
padding:10px 15px 9px;
margin-top: 5px;
margin-left:-1px;
max-height:41px;
list-style: none;
}
.rd_tabs.horizontal.rd_tab_4 #tabs > li.active {
padding:15px 15px 9px;
margin-top:0!important;
border-radius: 4px 4px 0 0;
max-height:46px;
list-style: none;
}
.rd_tabs.horizontal.rd_tab_4 #tabs > li a {
font-size:16px;
}
.rd_tabs.horizontal.rd_tab_4 #tabs > li.active a {
font-weight:bold;
} .rd_tabs.rd_dark_tabs.horizontal #tabs > li {
color:#a1b1bc;
background:#222533;
}
.rd_tabs.rd_dark_tabs.horizontal .tabs-container {
color:#a1b1bc;
background:#222533;
}
.rd_tabs.rd_dark_tabs.horizontal .tabs > li.active {
border-bottom:1px solid #222533 !important;
background:#222533 !important;
}
.rd_tabs.rd_dark_tabs.horizontal .tabs > li.active a:hover {
color:#ffffff !important;
}
.rd_tabs.rd_dark_tabs.horizontal .tabs > li.active a {
color:#ffffff !important;
} .rd_list_right,
.rd_list_left {
overflow: auto;
}
.rd_list_1 .list_item_ctn {
float: left;
width: 100%;
margin-bottom: 8px;
border-bottom:1px solid;
}
.rd_list_1 .list_item_ctn:last-child {
border-bottom:none!important;
}
.rd_list_1 .list_desc {
margin-left: 35px;
}
.rd_list_1 .list_desc p {
margin-bottom: 8px;
}
.rd_list_1 .list_desc h3 {
font-size: 16px;
font-weight: 700;
margin-bottom:5px;
}
.rd_list_1 .list_icn {
float:left;
margin-right: 20px;
font-size: 14px;
margin-top: 5px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_list_1 i {
}
.rd_list_1_alt .list_item_ctn {
float: left;
width: 100%;
}
.rd_list_1_alt .list_item_ctn:last-child {
border-bottom:none!important;
}
.rd_list_1_alt .list_desc {
margin-left: 35px;
}
.rd_list_1_alt .list_desc p {
margin-bottom: 8px;
}
.rd_list_1_alt .list_desc h3 {
font-size: 16px;
font-weight: 700;
margin-bottom:5px;
}
.rd_list_1_alt .list_icn {
float:left;
margin-right: 20px;
font-size: 14px;
margin-top: 5px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_list_2 .list_item_ctn {
float: left;
width: 100%;
margin-bottom: 10px;
position:relative;
overflow: hidden;
}
.rd_list_2 .list_item_ctn:after {
content: "";
height: 100%;
position: absolute;
top: 56px;
width: 1px;
background: black;
left: 23px;
}
.rd_list_2 .list_item_ctn:last-child:after {
content:none;
}
.rd_list_2 .list_desc {
margin-left: 70px;
}
.rd_list_2 .list_desc p {
margin-bottom: 35px;
}
.rd_list_2 .list_desc h3 {
font-size: 18px;
font-weight: 700;
margin-bottom:14px;
}
.rd_list_2 .list_icn {
float:left;
margin-right:0px;
font-size: 45px;
height: 55px;
line-height: 40px;
margin-top: 4px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_list_2 i {
}
.rd_list_3 .list_item_ctn {
float: left;
width: 100%;
margin-bottom: 26px;
}
.rd_list_3 .list_item_ctn:hover i {
background:rgba(0,0,0,0.3);
border:1px solid #fff;
}
.rd_list_3 .list_desc {
margin-left: 140px;
}
.rd_list_3.rd_list_right .list_desc {
margin-right: 140px;
margin-left:0;
text-align:right;
}
.rd_list_3.rd_list_right h3 {
text-align:right;
}
.rd_list_3 .list_desc h3 {
font-size: 14px;
font-weight: 900;
text-transform:uppercase;
margin-bottom:20px;
}
.rd_list_3 .list_item_ctn:hover .list_icn span {
color:#fff!important;
}
.rd_list_3 .list_icn {
height: 120px;
width: 120px;
line-height: 108px;
font-size: 40px;
text-align: center;
border-radius: 0px;
position: relative;
float: left;
color:#fff;
margin-top:4px;
margin-right: 20px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_list_3.rd_list_right .list_icn {
float:right;
margin-right:0;
margin-left:20px;
}
.rd_list_3 i {
width: 110px;
height: 110px;
display: block;
text-align: center;
left: 5px;
position: absolute;
top: 5px;
border: 1px solid rgba(0,0,0,0);
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_list_4 .list_item_ctn {
float: left;
position:relative;
text-align:center;
padding:0 20px 50px 20px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_list_4 .list_item_ctn:hover {
transform: scale(1.07);
-moz-transform:    scale(1.07); -webkit-transform: scale(1.07); -o-transform:      scale(1.07); -ms-transform:     scale(1.07); background:#a1b1bc !important;
z-index:2;
}
.rd_list_4 .list_icn {
text-align: center;
margin-top: 70px;
font-size: 45px;
height:45px;
line-height: 45px;
color: #fff;
}
.rd_list_4 .list_desc h3 {
font-size: 14px;
font-weight: 900;
margin-top:26px;
letter-spacing:0px;
margin-bottom:23px;
text-align:center;
}
.rd_list_5 .list_item_ctn {
float: left;
width: 100%;
margin-bottom: 23px;
}
.rd_list_5.rd_list_right .list_desc {
text-align:right;
}
.rd_list_5.rd_list_right h3 {
text-align:right;
}
.rd_list_5 .list_desc h3 {
font-size: 18px;
font-weight: 700;
margin-top:18px;
margin-bottom:24px;
}
.rd_list_5 .list_item_ctn:hover .list_icn span {
color:#fff!important;
}
.rd_list_5 .list_icn {
height: 50px;
width: 50px;
line-height: 50px;
font-size: 20px;
text-align: center;
border-radius:200px;
position: relative;
float: left;
color:#fff;
margin-top:4px;
margin-right: 15px;
text-align:center;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_list_5.rd_list_right .list_icn {
float:right;
margin-right:0;
margin-left:15px;
}
.rd_list_6 .list_item_ctn {
float: left;
width: 100%;
margin-bottom: 23px;
}
.rd_list_6.rd_list_right .list_desc {
text-align:right;
}
.rd_list_6.rd_list_right h3 {
text-align:right;
}
.rd_list_6 .list_desc h3 {
font-size: 18px;
font-weight: 700;
margin-top:10px;
margin-bottom:14px;
}
.rd_list_6 .list_item_ctn:hover .list_icn span {
color:#fff!important;
}
.rd_list_6 .list_icn {
height: 30px;
width: 30px;
line-height: 30px;
font-size: 17px;
text-align: center;
border-radius:200px;
position: relative;
float: left;
color:#fff;
margin-top:4px;
margin-right: 15px;
text-align:center;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_list_6.rd_list_right .list_icn {
float:right;
margin-right:0;
margin-left:15px;
}
.rd_list_7 .list_item_ctn {
float: left;
width: 100%;
margin-bottom: 29px;
}
.rd_list_7.rd_list_right .list_desc {
text-align:right;
}
.rd_list_7.rd_list_right h3 {
text-align:right;
}
.rd_list_7 .list_desc h3 {
font-size: 16px;
font-weight: 700;
margin-top:10px;
margin-bottom:23px;
}
.rd_list_7 .list_item_ctn .list_icn span {
background:none;
}
.rd_list_7 .list_icn {
height: 36px;
width: 36px;
line-height: 34px;
font-size: 17px;
text-align: center;
border-radius:200px;
position: relative;
float: left;
background:none;
border:1px solid;
margin-top:4px;
margin-right: 19px;
text-align:center;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_list_7.rd_list_right .list_icn {
float:right;
margin-right:0;
margin-left:19px;
}
.small_list .list_item_ctn {
float: left;
width: 100%;
margin-bottom: 30px;
}
.small_list .list_desc {
margin-left: 65px;
}
.small_list .list_icn {
text-align: center;
position: relative;
float: left;
margin-right: 10px;
font-size:35px;
}
.wpb_text_column ol{
counter-reset: item;
margin-left: 0;
padding-left: 0;
}
.entry ol,.comment ol,#fw_c.tf_single_page ol{
counter-reset: item;
margin: 0 0 15px 20px;
}
.wpb_text_column ol li{
display: block;
margin-bottom: 10px;
margin-left: 10px;
cursor:pointer;
}
.entry ol li,.comment ol li,#fw_c.tf_single_page > ol li,.rd_woo_short_description ol li{
display: block;
cursor:pointer;
}
.wpb_text_column ol > li:before{
display: inline-block;
content: counter(item);
counter-increment: item;
margin-left: -10px;
width: 24px;
height: 24px;
background: #a1b1bc;
text-align: center;
line-height: 24px;
border: 3px solid rgba(255, 255, 255, 0.56);
border-radius: 20px;
margin-right: 10px;
color: #fff;
font-size: 13px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.entry ol > li:before,.comment ol > li:before,#fw_c.tf_single_page ol > li:before {
display: inline-block;
content: counter(item);
counter-increment: item;
margin-right: 10px;
margin-left: -15px;
}
.wpb_text_column ul,.entry ul,#fw_c.tf_single_page > ul,#fw_c.tf_single_page ul li > ul,.rd_woo_short_description ul,.rd_woo_short_description ul li{
margin: 0 0 15px 20px;
}
.wpb_text_column ul li,.entry ul li,#fw_c.tf_single_page > ul li,.rd_woo_short_description ul li{
list-style: disc;
display:list-item;
}
.wpb_text_column ul ol li,.entry ul ol li,.comment ul ol li,#fw_c.tf_single_page > ul ol li,.rd_woo_short_description ul ol li{
display:block!important;
}
.entry table,.comment table,#fw_c > table{
border-collapse: collapse;
border-spacing: 0;
border: 1px solid;
}
.entry table th,.entry table td,.comment table th,.comment table td,#fw_c.tf_single_page > table td,#fw_c.tf_single_page > table th{
border-right: 1px solid;
border-bottom: 1px solid;
padding: 2px;
}
dd {
margin: 0 0 0 15px;
} .rd_cta_1 {
overflow:auto;
border-radius:10px;
}
.rd_cta_1 i {
float: left;
width: 90px;
height: 90px;
margin:25px 45px 20px 35px;
border-radius: 100px;
text-align: center;
line-height: 90px;
}
.rd_cta_1 .promo_title {
font-size:24px;
font-weight:700;
}
.rd_cta_1 .promo_text {
float: left;
width: -moz-calc(100% - 407px);
width: -webkit-calc(100% - 407px);
width: -o-calc(100% - 407px);
width: calc(100% - 407px);
padding: 27px 0 10px;
}
.rd_cta_1 .cta_mt {
margin-top:3px;
}
.rd_cta_1 .promo_btn {
font-size: 15px;
font-weight: 900;
padding: 21px 20px 20px 20px;
border-bottom: 3px solid rgba(0, 0, 0, 0.3);
min-width: 180px;
float: right;
text-align: center;
margin: 40px 42px 30px 5px;
border-radius: 10px;
}
.rd_cta_2 {
overflow:auto;
padding:4px;
}
.rd_cta_2 .promo_text {
padding: 21px 30px 19px;
overflow:auto;
}
.rd_cta_2 .promo_text_ctn {
float: left;
width: -moz-calc(100% - 238px);
width: -webkit-calc(100% - 238px);
width: -o-calc(100% - 238px);
width: calc(100% - 238px);
}
.rd_cta_2 .promo_title {
font-size:24px;
font-weight:300;
}
.rd_cta_2 .cta_mt {
margin-top:6px;
}
.rd_cta_2 .promo_btn {
font-size: 18px;
font-weight: 700;
padding: 16px 20px 15px 20px;
border-bottom: 2px solid rgba(0, 0, 0, 0.3);
min-width: 176px;
float: right;
text-align: center;
margin: 24px 15px 24px 45px;
border-radius: 3px;
}
.rd_cta_3 {
overflow:auto;
padding:15px;
}
.rd_cta_3 .promo_text {
padding: 45px 25px 34px;
overflow: auto;
text-align: center;
}
.rd_cta_3 .promo_title {
font-size:36px;
font-weight:900;
}
.rd_cta_3 .cta_mt {
margin-top:11px;
font-size:18px;
} .rd_db_1 {
width:420px;
margin:0 auto;
overflow:visible;
}
.rd_db_1 .f_btn, .rd_db_1 .s_btn {
font-size:15px;
font-weight:900;
text-transform:uppercase;
padding:16px 15px 15px;
min-width:200px;
text-align:center;
border-radius:3px;
}
.rd_db_1 .f_btn {
float:left;
}
.rd_db_1 .s_btn {
float:right;
}
.rd_db_2 {
width:360px;
margin:0 auto;
overflow:visible;
}
.rd_db_2 .f_btn, .rd_db_2 .s_btn {
font-size:15px;
font-weight:900;
text-transform:uppercase;
padding:16px 15px 15px;
min-width:170px;
text-align:center;
border-radius:3px;
}
.rd_db_2 .f_btn {
float:left;
}
.rd_db_2 .s_btn {
float:right;
}
.rd_db_3, .rd_db_4 {
width:360px;
margin:0 auto;
overflow:visible;
}
.rd_db_3 .f_btn, .rd_db_3 .s_btn, .rd_db_4 .f_btn, .rd_db_4 .s_btn {
font-size:14px;
font-weight:900;
text-transform:uppercase;
padding:15px 15px 14px;
border:1px solid rgba(0,0,0,0);
min-width:170px;
text-align:center;
}
.rd_db_3 .f_btn, .rd_db_4 .f_btn {
float:left;
}
.rd_db_3 .s_btn, .rd_db_4 .s_btn {
float:right;
}
.rd_db_5 {
width:480px;
margin:0 auto;
overflow:visible;
}
.rd_db_5 .f_btn {
font-size:14px;
font-weight:900;
text-transform:uppercase;
padding:20px 15px 21px;
border-bottom:3px solid rgba(0,0,0,0.3);
min-width:230px;
text-align:center;
border-radius:2px;
}
.rd_db_5 .s_btn {
font-size:14px;
font-weight:900;
text-transform:uppercase;
padding:19px 15px 20px;
border:1px solid;
min-width:230px;
text-align:center;
border-radius:2px;
}
.rd_db_5 .f_btn {
float:left;
}
.rd_db_5 .s_btn {
float:right;
}
.rd_db_6 {
width:420px;
margin:0 auto;
overflow:visible;
}
.rd_db_6 .f_btn {
font-size:16px;
font-weight:900;
text-transform:uppercase;
padding:21px 15px 20px;
border-bottom:5px solid rgba(0,0,0,0.3);
min-width:200px;
text-align:center;
border-radius:3px;
}
.rd_db_6 .s_btn {
font-size:16px;
font-weight:900;
text-transform:uppercase;
padding:21px 15px 20px;
border-bottom:5px solid rgba(0,0,0,0.3);
min-width:200px;
text-align:center;
border-radius:3px;
}
.rd_db_6 .f_btn {
float:left;
}
.rd_db_6 .s_btn {
float:right;
}
.rd_db_7 {
width:420px;
margin:0 auto;
overflow:visible;
}
.rd_db_7 .f_btn, .rd_db_7 .s_btn {
font-size: 12px;
font-weight: 900;
text-transform: uppercase;
padding: 18px 15px 18px;
min-width: 200px;
text-align: center;
border-radius: 100px;
}
.rd_db_7 .f_btn {
float:left;
}
.rd_db_7 .s_btn {
float:right;
} .rd_testimonials_ctn {
}
.rd_testimonial {
float:left;
position:relative;
}
.rd_tm_pager {
margin:0 auto;
text-align: center;
}
.rd_tm_pager a {
margin: 0 5px 0 0;
text-decoration: none;
display:inline-block;
width:8px;
height:8px;
background:#000;
text-indent:-999em;
border-radius:100px;
}
.tm_nav {
display:none;
position:relative;
height:40px;
} .rd_tm_1 .tm_text {
font-weight:300;
font-size:18px;
margin-bottom: 20px;
line-height: 30px;
}
.rd_tm_1 .tm_author {
font-weight:normal;
font-size:18px;
float:left;
}
.rd_tm_1 .tm_info {
font-weight:normal;
font-size:18px;
float:left;
margin-left:5px;
}
.rd_tm_1 .tm_image {
display:none;
}
.rd_tm_1 .rd_tm_pager a {
float:left;
cursor:pointer;
display:block;
}
.rd_tm_1 .rd_tm_pager a.selected {
width:12px;
height:12px;
margin-top:-2px;
}
.rd_tm_1 .rd_tm_pager {
margin: 29px auto 0;
text-align: left;
overflow: visible;
height: 15px;
} .rd_tm_2 .tm_text {
position: relative;
margin-left: 100px;
max-height: 100px;
min-height: 100px;
border: 1px solid;
padding: 12px 17px 14px;
line-height: 24px;
font-size:14px;
overflow:auto;
border-right-width:3px !important;
}
.rd_tm_2 .tm_author {
font-weight:bold;
font-size:18px;
margin-top:18px;
}
.rd_tm_2 .tm_info {
font-weight:normal;
font-size:14px;
margin-top:6px;
}
.rd_tm_2 .tm_image {
width:100px;
position:absolute;
left:0;
top:0;
}
.rd_tm_2 .rd_tm_pager a {
float:left;
display:block;
width:6px;
cursor:pointer;
height:6px;
}
.rd_tm_2 .rd_tm_pager a.selected {
width:7px;
height:7px;
margin-top:-1px;
}
.rd_tm_2 .rd_tm_pager {
margin: 12px auto 0;
text-align: left;
overflow: visible;
height: 15px;
} .rd_tm_14 .tm_text {
position: relative;
border: 1px solid;
padding: 12px 17px 14px;
line-height: 24px;
font-size:14px;
overflow:auto;
}
.rd_tm_14 .tm_author {
font-weight:bold;
font-size:18px;
margin-top:18px;
}
.rd_tm_14 .tm_info {
font-weight:normal;
font-size:14px;
margin-top:6px;
}
.rd_tm_14 .tm_image {
display:none!important;
}
.rd_tm_14 .rd_tm_pager a {
float:left;
display:block;
width:6px;
cursor:pointer;
height:6px;
}
.rd_tm_2 .rd_tm_pager a.selected {
width:7px;
height:7px;
margin-top:-1px;
}
.rd_tm_14 .rd_tm_pager {
margin: 12px auto 0;
text-align: left;
overflow: visible;
height: 15px;
} .rd_tm_3 .rd_testimonial {
text-align:center;
}
.rd_tm_3 .tm_text {
font-weight: normal;
font-size: 18px;
text-align: center;
padding: 40px 30px 48px;
line-height: 30px;
margin-bottom: 256px;
position:relative;
}
.rd_tm_3 .tm_text:after {
content: "";
position: absolute;
width: 12px;
height: 12px;
position: absolute;
bottom: -7px;
border-top: none !important;
border-left: none !important;
left: 50%;
margin-left: -6px;
transform: scalex(1.5) rotate(45deg);
-webkit-transform:scalex(1.5) rotate(45deg);
-moz-transform: scalex(1.5) rotate(45deg);
-ms-transform:scalex(1.5) rotate(45deg);
-o-transform:scalex(1.5) rotate(45deg);
}
.rd_tm_3 .tm_author {
font-weight: bold;
font-size: 18px;
position: absolute;
bottom: 77px;
left: 50%;
width: 50%;
margin-left: -25%;
}
.rd_tm_3 .tm_info {
font-weight: normal;
font-size: 14px;
position: absolute;
bottom: 51px;
left: 50%;
width: 50%;
margin-left: -25%;
}
.rd_tm_3 .tm_image {
height: 114px;
width: 114px;
border-radius: 100px;
position: absolute;
left: 50%;
margin-left: -57px;
bottom: 113px;
padding: 6px;
border: 1px solid;
}
.rd_tm_3 .tm_image img {
border-radius:100px;
}
.rd_tm_3 .rd_tm_pager a {
width:14px;
height:14px;
cursor:pointer;
position:relative;
box-shadow:0px 1px 0px 0px rgba(0,0,0,0.2) inset;
-moz-box-shadow:0px 1px 0px 0px rgba(0,0,0,0.2) inset;
-webkit-box-shadow:0px 1px 0px 0px rgba(0,0,0,0.2) inset;
-o-box-shadow:0px 1px 0px 0px rgba(0,0,0,0.2) inset;
-ms-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2) inset;
}
.rd_tm_3 .rd_tm_pager a:after {
width: 6px;
height: 6px;
content: "";
background: rgba(0,0,0,0);
position: absolute;
left: 3px;
top: 3px;
border-radius: 100px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
} .rd_tm_4 .tm_text {
position: relative;
border: 1px solid;
padding: 80px 40px 26px 150px;
line-height: 24px;
font-size:14px;
border-radius:3px;
}
.rd_tm_4 .tm_author {
font-weight: bold;
font-size: 18px;
position: absolute;
top: 28px;
left: 150px;
}
.rd_tm_4 .tm_info {
font-weight: normal;
font-size: 14px;
position: absolute;
left: 150px;
top: 53px;
}
.rd_tm_4 .tm_image {
width:100px;
height:100px;
padding:5px;
background:#fff;
position:absolute;
left:31px;
top:31px;
border-radius:100px;
}
.rd_tm_4 .tm_image img {
border-radius:100px;
}
.rd_tm_4 .rd_tm_pager a {
float:left;
display:block;
cursor:pointer;
width:6px;
height:6px;
}
.rd_tm_4 .rd_tm_pager a.selected {
width:7px;
height:7px;
margin-top:-1px;
}
.rd_tm_4 .rd_tm_pager {
margin: 12px auto 0;
text-align: left;
overflow: visible;
height: 15px;
} .rd_tm_5 .tm_text {
position: relative;
border: 1px solid;
padding: 86px 40px 26px 150px;
line-height: 24px;
font-size:14px;
border-radius:3px;
}
.rd_tm_5 .tm_author {
font-weight: bold;
font-size: 18px;
position: absolute;
top: 29px;
left: 150px;
}
.rd_tm_5 .tm_info {
font-weight: normal;
font-size: 14px;
position: absolute;
left: 150px;
top: 54px;
}
.rd_tm_5 .tm_image {
width:102px;
height:102px;
border:1px solid;
padding:4px;
background:#fff;
position:absolute;
left:29px;
top:28px;
border-radius:100px;
}
.rd_tm_5 .tm_image img {
border-radius:100px;
}
.rd_tm_5 .rd_tm_pager a {
float:left;
display:block;
width:6px;
height:6px;
}
.rd_tm_5 .rd_tm_pager a.selected {
width:7px;
height:7px;
margin-top:-1px;
}
.rd_tm_5 .rd_tm_pager {
margin: 12px auto 0;
text-align: left;
overflow: visible;
height: 15px;
} .rd_tm_6 .tm_text {
position: relative;
padding: 51px 0px 26px 120px;
line-height: 24px;
font-size:14px;
border-radius:3px;
}
.rd_tm_6 .tm_author {
font-weight: bold;
font-size: 18px;
position: absolute;
top: -2px;
left: 120px;
}
.rd_tm_6 .tm_info {
font-weight: normal;
font-size: 15px;
position: absolute;
left: 120px;
top: 23px;
}
.rd_tm_6 .tm_image {
width:100px;
height:100px;
position:absolute;
left:0px;
top:0px;
border-radius:10px;
}
.rd_tm_6 .tm_image img {
border-radius:10px;
}
.rd_tm_6 .rd_tm_pager a {
float:left;
display:block;
width:14px;
height:14px;
cursor:pointer;
border:1px solid;
margin: 0 10px 0 0;
}
.rd_tm_6 .rd_tm_pager a.selected {
}
.rd_tm_6 .rd_tm_pager {
margin: 4px auto 0;
text-align: left;
overflow: visible;
height: 15px;
} .rd_tm_7 .tm_text {
font-weight: normal;
font-size: 15px;
padding: 24px 28px 28px;
line-height: 24px;
margin-bottom: 117px;
position:relative;
}
.rd_tm_7 .tm_text:after {
content: "";
width: 8px;
height: 8px;
position: absolute;
bottom: -5px;
border-top: none !important;
border-left: none !important;
left: 40px;
transform: scalex(0.8) rotate(45deg);
-webkit-transform:scalex(0.8) rotate(45deg);
-moz-transform:scalex(0.8) rotate(45deg);
-ms-transform:scalex(0.8) rotate(45deg);
-o-transform:scalex(0.8) rotate(45deg);
}
.rd_tm_7 .tm_author {
font-weight: bold;
font-size: 18px;
position: absolute;
bottom: 69px;
left: 103px;
width: 200px;
}
.rd_tm_7 .tm_info {
font-weight: normal;
font-size: 15px;
position: absolute;
bottom: 42px;
left: 103px;
width: 200px;
}
.rd_tm_7 .tm_image {
height:90px;
width: 90px;
border-radius: 100px;
position: absolute;
left: 0px;
bottom:0px;
padding: 5px;
background:#fff;
}
.rd_tm_7 .tm_image img {
border-radius:100px;
}
.rd_tm_7 .rd_tm_pager {
text-align: right;
margin-top: -89px;
margin-bottom: 89px;
}
.rd_tm_7 .rd_tm_pager a {
width:14px;
height:14px;
position:relative;
cursor:pointer;
border:2px solid #fff;
margin:0 0 0 7px;
text-align: left;
}
.rd_tm_7 .rd_tm_pager a span {
display:none;
} .rd_tm_8 .rd_testimonial {
text-align:center;
}
.rd_tm_8 .tm_text {
font-weight: normal;
font-size: 24px;
padding: 0px;
line-height: 36px;
position:relative;
}
.rd_tm_8 .tm_author {
font-weight: 900;
margin:38px 0 5px 0;
font-size: 14px;
text-transform:uppercase;
letter-spacing: 1.5px;
}
.rd_tm_8 .tm_info {
font-weight: normal;
font-size: 12px;
text-transform:uppercase;
letter-spacing: 1px;
}
.rd_tm_8 .tm_image {
display:none;
}
.rd_tm_8 .rd_tm_pager {
display:none !important;
}
.rd_tm_8 .tm_nav {
display:block;
margin-top:95px;
}
.rd_tm_8 .tm_l_nav, .rd_tm_8 .tm_r_nav {
display:block;
width:38px;
height:38px;
line-height:36px;
text-align:center;
position:absolute;
left:50%;
margin-left:-43px;
border:1px solid;
border-radius:5px;
cursor:pointer;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_tm_8 .tm_r_nav {
position:absolute;
left:50%;
margin-left:5px;
}
.rd_tm_8 .tm_l_nav:before {
content:"\f104";
font-family:"FontAwesome";
font-size:16px;
}
.rd_tm_8 .tm_r_nav:before {
content:"\f105";
font-family:"FontAwesome";
font-size:16px;
} .rd_tm_9 .rd_testimonial {
text-align:center;
}
.rd_tm_9 .tm_text {
font-weight: normal;
font-size: 24px;
padding: 0px;
line-height: 40px;
position:relative;
text-transform:uppercase;
font-weight:900;
letter-spacing:2px;
}
.rd_tm_9 .tm_author {
font-weight: normal;
margin:38px 0 5px 0;
font-size: 16px;
text-transform:uppercase;
}
.rd_tm_9 .tm_info {
font-weight: normal;
font-size: 16px;
text-transform:uppercase;
}
.rd_tm_9 .tm_image {
display:none;
}
.rd_tm_9 .rd_tm_pager {
display:none !important;
}
.rd_tm_9 .tm_nav {
display:block;
margin-top:95px;
}
.rd_tm_9 .tm_l_nav, .rd_tm_9 .tm_r_nav {
display:block;
width:38px;
height:38px;
line-height:36px;
text-align:center;
position:absolute;
left:50%;
margin-left:-43px;
border:1px solid;
border-radius:5px;
cursor:pointer;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_tm_9 .tm_r_nav {
position:absolute;
left:50%;
margin-left:5px;
}
.rd_tm_9 .tm_l_nav:before {
content:"\f104";
font-family:"FontAwesome";
font-size:16px;
}
.rd_tm_9 .tm_r_nav:before {
content:"\f105";
font-family:"FontAwesome";
font-size:16px;
} .rd_tm_10 .tm_text {
font-weight: normal;
font-size: 24px;
font-style:italic;
padding:0px;
text-align:center;
line-height: 40px;
margin-top: 291px;
position:relative;
}
.rd_tm_10 .tm_author {
font-weight: normal;
font-size: 24px;
position: absolute;
top: 213px;
left: 50%;
margin-left:-50%;
width:100%;
text-align:center;
}
.rd_tm_10 .tm_info {
font-weight: normal;
font-size: 15px;
position: absolute;
top: 240px;
left: 50%;
margin-left:-50%;
width:100%;
text-align:center;
}
.rd_tm_10 .tm_image {
height:185px;
width: 185px;
border-radius: 100px;
position: absolute;
left: 50%;
margin-left:-92.5px;
top:0px;
padding: 3px;
background:none;
border:2px solid;
}
.rd_tm_10 .tm_image img {
border-radius:100px;
padding:13px;
}
.rd_tm_10 .rd_tm_pager {
display:block;
margin-top:35px;
}
.rd_tm_10 .tm_r_nav {
display:none !important;
} .rd_tm_11 .tm_text {
font-weight: 300;
font-size: 24px;
font-style:italic;
padding:0px;
text-align:center;
line-height: 38px;
margin-top: 305px;
position:relative;
}
.rd_tm_11 .tm_author {
font-weight: 700;
font-size: 20px;
padding-top: 51px;
width: 100%;
text-align: center;
}
.rd_tm_11 .tm_info {
font-weight: normal;
font-size: 14px;
position: relative;
margin-top: 6px;
width:100%;
text-align:center;
}
.rd_tm_11 .tm_info:before {
content: "";
width: 30px;
border-bottom: 2px solid;
position: absolute;
left: 50%;
margin-left: -15px;
top: -55px;
}
.rd_tm_11 .tm_image {
height:152px;
width: 152px;
border-radius: 100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
position: absolute;
left: 50%;
margin-left:-76px;
top:114px;
padding: 3px;
background:none;
border:3px solid;
}
.rd_tm_11 .tm_image img {
border-radius:100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
padding:10px;
}
.rd_tm_11 .rd_tm_pager {
position: absolute;
top: 0;
width: 100%;
margin-left: 5px;
}
.rd_tm_11 .rd_tm_pager a {
margin: 0 10px 0 0;
text-decoration: none;
display: inline-block;
width: 10px;
height: 10px;
background: #000;
text-indent: -999em;
border-radius:0px;
} .rd_tm_12 .tm_text {
position: relative;
padding: 52px 0px 10px 120px;
line-height: 24px;
font-size:14px;
}
.rd_tm_12 .tm_author {
font-weight: bold;
font-size: 18px;
position: absolute;
top: 0px;
left: 120px;
}
.rd_tm_12 .tm_info {
font-weight: normal;
font-size: 14px;
position: absolute;
left: 120px;
top: 25px;
}
.rd_tm_12 .tm_image {
width:102px;
height:102px;
border:1px solid;
padding:4px;
background:#fff;
position:absolute;
left:0px;
top:0px;
border-radius:100px;
}
.rd_tm_12 .tm_image img {
border-radius:100px;
}
.rd_tm_12 .rd_tm_pager a {
float:left;
display:block;
width:6px;
height:6px;
}
.rd_tm_12 .rd_tm_pager a.selected {
width:7px;
height:7px;
margin-top:-1px;
}
.rd_tm_12 .rd_tm_pager {
margin: 12px auto 0;
text-align: left;
overflow: visible;
height: 15px;
} .rd_tm_13 .tm_text {
font-weight: normal;
text-align:center;
font-size: 30px;
font-style:italic;
line-height: 44px;
margin-bottom:19px;
position:relative;
}
.rd_tm_13 .tm_text p {
line-height:44px;
}
.rd_tm_13 .tm_author_info {
width:260px;
height:95px;
margin:0 auto;
position:relative;
}
.rd_tm_13 .tm_author {
font-weight: bold;
font-size: 18px;
position: absolute;
bottom: 49px;
left: 103px;
width: 200px;
}
.rd_tm_13 .tm_info {
font-weight: normal;
font-size: 15px;
position: absolute;
bottom: 24px;
left: 103px;
width: 200px;
}
.rd_tm_13 .tm_image {
height:90px;
width: 90px;
border-radius: 100px;
position: absolute;
left: 0px;
bottom:0px;
padding: 5px;
background:#fff;
}
.rd_tm_13 .tm_image img {
border-radius:100px;
}
.rd_tm_13 .rd_tm_pager {
margin-top: 15px;
}
.rd_tm_13 .rd_tm_pager a {
width:14px;
height:14px;
cursor:pointer;
position:relative;
box-shadow:0px 1px 0px 0px rgba(0,0,0,0.2) inset;
-moz-box-shadow:0px 1px 0px 0px rgba(0,0,0,0.2) inset;
-webkit-box-shadow:0px 1px 0px 0px rgba(0,0,0,0.2) inset;
-o-box-shadow:0px 1px 0px 0px rgba(0,0,0,0.2) inset;
-ms-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2) inset;
}
.rd_tm_13 .rd_tm_pager a:after {
width: 6px;
height: 6px;
content: "";
background: rgba(0,0,0,0);
position: absolute;
left: 3px;
top: 3px;
border-radius: 100px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
} .rd_tm_15 .tm_text {
position: relative;
border: 1px solid;
padding: 142px 30px 24px 30px;
line-height: 24px;
font-size:14px;
}
.rd_tm_15 .tm_author {
font-weight: bold;
font-size: 18px;
position: absolute;
top: 40px;
left: 150px;
}
.rd_tm_15 .tm_info {
font-size: 15px;
position: absolute;
left: 150px;
top: 65px;
font-weight: bold;
}
.rd_tm_15 .tm_image {
width:120px;
height:120px;
background:#fff;
position:absolute;
left:1px;
top:1px;
border-radius:0px;
}
.rd_tm_15 .tm_image img {
border-radius:0px;
}
.rd_tm_15 .rd_tm_pager a {
float:left;
display:block;
cursor:pointer;
width:6px;
height:6px;
}
.rd_tm_15 .rd_tm_pager a.selected {
width:7px;
height:7px;
margin-top:-1px;
}
.rd_tm_15 .rd_tm_pager {
margin: 12px auto 0;
text-align: left;
overflow: visible;
height: 15px;
} .rd_tm_16 .rd_testimonial {
text-align:center;
}
.rd_tm_16 .tm_text {
font-weight: normal;
font-size: 24px;
padding: 0px;
line-height: 40px;
position:relative;
text-transform:uppercase;
font-weight:900;
letter-spacing: 1px;
}
.rd_tm_16 .tm_author_info {
margin-top:-4px;
}
.rd_tm_16 .tm_author {
font-weight: normal;
margin:38px 0 5px 0;
font-size: 16px;
text-transform:uppercase;
}
.rd_tm_16 .tm_info {
font-weight: normal;
font-size: 16px;
text-transform:uppercase;
}
.rd_tm_16 .tm_image {
display:none;
}
.rd_tm_16 .rd_tm_pager {
display:block;
margin-top:133px;
margin-left:10px;
}
.rd_tm_16 .rd_tm_pager a {
width:10px;
height:10px;
margin-right:10px;
} .rd_tm_17 .tm_text {
font-weight: normal;
font-size: 18px;
padding: 42px 208px 48px 50px;
line-height: 30px;
border-radius: 7px;
margin-bottom: 117px;
position: relative;
font-style: italic;
min-height: 215px;
}
.rd_tm_17 .tm_text:after {
border-color: transparent #0BDDFD transparent;
border-style: solid solid solid none;
border-width: 0px 30px 45px medium;
content: "";
height: 0;
right: 127px;
position: absolute;
bottom: -45px;
width: 0;
background: none;
}
.rd_tm_17 .tm_author {
font-weight: bold;
font-size: 18px;
position: absolute;
bottom: 67px;
right: 0px;
text-align:right;
width: 200px;
}
.rd_tm_17 .tm_info {
font-weight: normal;
font-size: 14px;
position: absolute;
bottom: 42px;
right: 0px;
text-align:right;
width: 200px;
}
.rd_tm_17 .tm_image {
height:150px;
width: 150px;
border-radius: 300px;
position: absolute;
right: 30px;
top:30px;
padding: 10px;
background:#fff;
}
.rd_tm_17 .tm_image img {
border-radius:300px;
}
.rd_tm_17 .rd_tm_pager a {
float:left;
display:block;
width:10px;
height:10px;
cursor:pointer;
border:1px solid;
margin: 0 10px 0 0;
}
.rd_tm_17 .rd_tm_pager a.selected {
}
.rd_tm_17 .rd_tm_pager {
margin: 4px auto 0;
text-align: left;
overflow: visible;
height: 15px;
margin-top:-87px;
position:relative;
}
.rd_tm_17 .rd_tm_pager a span {
display:none;
} .rd_tm_18 .tm_text {
font-weight: normal;
font-size: 16px;
padding: 24px 50px 28px 30px;
line-height: 26px;
border-radius: 2px;
margin-bottom: 85px;
position: relative;
font-style: italic;
}
.rd_tm_18 .tm_text:after {
border-color: transparent #0BDDFD transparent;
border-style: solid solid solid none;
border-width: 0px 30px 45px medium;
content: "";
height: 0;
right: 50px;
position: absolute;
bottom: -28px;
width: 0;
background: none;
}
.rd_tm_18 .tm_author {
font-weight: bold;
font-size: 18px;
position: absolute;
bottom: 55px;
right: 0px;
text-align:right;
width: 200px;
}
.rd_tm_18 .tm_info {
font-weight: normal;
font-size: 14px;
position: absolute;
bottom: 32px;
right: 0px;
text-align:right;
width: 200px;
}
.rd_tm_18 .tm_image {
display:none;
}
.rd_tm_18 .rd_tm_pager a {
float:left;
display:block;
width:10px;
height:10px;
cursor:pointer;
border:1px solid;
margin: 0 10px 0 0;
}
.rd_tm_18 .rd_tm_pager a.selected {
}
.rd_tm_18 .rd_tm_pager {
margin: 4px auto 0;
text-align: left;
overflow: visible;
height: 15px;
margin-top:-70px;
position:relative;
}
.rd_tm_18 .rd_tm_pager a span {
display:none;
} .rd_tm_19 .rd_testimonial {
text-align:center;
}
.rd_tm_19 .tm_text {
font-size: 14px;
padding: 166px 0 0;
line-height: 30px;
position: relative;
text-transform: uppercase;
font-weight: 900;
letter-spacing: 1px;
max-width: 750px;
margin: auto;
}
.rd_tm_19 .tm_author_info {
margin-top:-4px;
}
.rd_tm_19 .tm_author {
font-weight:900;
margin:38px 0 5px 0;
font-size: 16px;
text-transform:uppercase;
}
.rd_tm_19 .tm_info {
font-weight: 900;
font-size: 16px;
text-transform:uppercase;
}
.rd_tm_19 .tm_image {
height:130px;
width: 130px;
border-radius: 300px;
position: absolute;
left: 50%;
margin-left:-65px;
top:0px;
padding: 5px;
background:#fff;
}
.rd_tm_19 .tm_image img {
border-radius:300px;
}
.rd_tm_19 .rd_tm_pager {
display:block;
margin-top:25px;
margin-left:10px;
}
.rd_tm_19 .rd_tm_pager a {
width:10px;
height:10px;
margin-right:10px;
border: 1px solid;
} .rd_tm_20 .rd_testimonial {
text-align:center;
}
.rd_tm_20 .tm_text {
font-weight: normal;
font-size: 24px;
padding: 0px;
line-height: 36px;
font-family:"Playfair Display";
position:relative;
}
.rd_tm_20 .tm_author {
font-weight: 900;
margin:36px 0 5px 0;
font-size: 18px;
text-transform:uppercase;
font-family:"Raleway";
letter-spacing: 1.5px;
}
.rd_tm_20 .tm_author:before {
content: "";
position: absolute;
border-top: 2px solid;
width: 50px;
left: 50%;
margin-left: -25px;
margin-top: -19px;
}
.rd_tm_20 .tm_info {
font-weight: normal;
font-size: 12px;
text-transform:uppercase;
letter-spacing: 1px;
}
.rd_tm_20 .tm_image {
display:none;
}
.rd_tm_20 .rd_tm_pager {
display:none !important;
}
.rd_tm_20 .tm_nav {
display:block;
margin-top:85px;
}
.rd_tm_20 .tm_l_nav, .rd_tm_20 .tm_r_nav {
display:block;
width:30px;
height:30px;
line-height:28px;
text-align:center;
position:absolute;
left:50%;
margin-left:-35px;
border:1px solid;
border-radius:0px;
cursor:pointer;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_tm_20 .tm_r_nav {
position:absolute;
left:50%;
margin-left:5px;
}
.rd_tm_20 .tm_l_nav:before {
content:"\f104";
font-family:"FontAwesome";
font-size:12px;
}
.rd_tm_20 .tm_r_nav:before {
content:"\f105";
font-family:"FontAwesome";
font-size:12px;
} .rd_tm_21 .rd_testimonial {
text-align:center;
}
.rd_tm_21 .tm_text {
font-weight: 300;
font-family:"Open Sans";
font-size: 30px;
padding: 0px;
line-height: 50px;
position:relative;
font-weight:300;
}
.rd_tm_21 .tm_author_info {
margin-top:-4px;
}
.rd_tm_21 .tm_author {
font-weight: bold;
font-family:"Open Sans";
margin:93px 0 5px 0;
font-size: 14px;
position:relative;
text-transform:uppercase;
}
.rd_tm_21 .tm_author:before {
content: "";
border-top: 1px solid;
width: 100px;
left: 50%;
top: -46px;
margin-left: -50px;
position: absolute;
}
.rd_tm_21 .tm_info {
font-weight: normal;
font-family:"Open Sans";
font-size: 14px;
}
.rd_tm_21 .tm_image {
display:none;
}
.rd_tm_21 .rd_tm_pager {
display:block;
margin-top:200px;
margin-left:17px;
}
.rd_tm_21 .rd_tm_pager a {
width:14px;
height:14px;
margin-right:17px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
opacity:0.55;
}
.rd_tm_21 .rd_tm_pager a.selected {
transform:         scale(1.15);
-moz-transform:    scale(1.15);
-webkit-transform: scale(1.15);
-o-transform:      scale(1.15);
-ms-transform:     scale(1.15);
opacity:1;
}
.testimonials-wrapper {
position: relative;
overflow: hidden;
}
.testimonial {
position: relative;
top:0;
left:0;
overflow: hidden;
}
.testimonial-content {
min-height: 40px;
font-weight: 300;
font-size: 16px;
line-height: 25px;
width: auto;
border:none!important;
padding:0px 0px;
}
.testimonial-author, .testimonial-author a {
font-weight: normal;
font-size: 16px;
line-height: 24px;
padding:15px 0 0 0;
color:#fff;
margin-bottom:40px!important;
}
.testimonial-author a:hover {
color: #e56a1b;
}
.testimonial-author {
position: relative;
margin-left:0;
}
.testimonial-next, .testimonial-prev {
width: 20px;
height: 20px;
position: absolute;
padding-bottom:0px;
left: 22px;
bottom: 2px;
border:1px solid rgba(0, 0, 0, 0.05);
cursor: pointer;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.testimonial-prev {
left: 0px;
}
.testimonial-prev:before {
font-family:'FontAwesome';
content:'\f104';
position:absolute;
left:6px;
top:-1px;
font-size:15px;
text-shadow:none;
}
.testimonial-next:before {
font-family:'FontAwesome';
content:'\f105';
position:absolute;
left:7px;
top:-1px;
font-size:15px;
text-shadow:none;
}
.testimonial-next:hover, .testimonial-prev:hover {
background-position: 0 -18px;
color:#fafafa;
} .rd_profile_testimonial {
box-shadow: 0 0 0 0px rgba(0,0,0,0);
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
cursor:pointer;
background-size: cover !important;
}
.rd_profile_testimonial:hover {
box-shadow: 0 0 0 10px #222533;
}
.rd_profile_testimonial .tm_logo {
line-height:0;
background: rgba(34, 37, 51, 0.8);
line-height: 0;
position: relative;
}
.rd_profile_testimonial .tm_logo img {
opacity:1;
min-width:100%;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_profile_testimonial:hover .tm_logo img {
opacity:0;
}
.rd_profile_testimonial .tm_quote {
opacity:0;
position: absolute;
width: 100%;
text-align: center;
top: 50%;
line-height: 24px;
font-style: italic;
padding: 30px 30px;
color: #fff;
height: 180px;
margin-top: -100px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_profile_testimonial:hover .tm_quote {
margin-top: -86px;
opacity:1;
}
.rd_profile_testimonial .tm_quote:before {
content: "";
position: absolute;
left: 50%;
border-radius: 200px;
display: inline-block;
width: 30px;
height: 30px;
top: -13px;
margin-left: -15px;
}
.rd_profile_testimonial .tm_quote:after {
content: "“";
position: absolute;
font-size: 33px;
top: -3px;
left: 50%;
width: 30px;
height: 30px;
margin-left: -17px;
font-weight: bold;
font-family: "MS Serif", "New York", serif;
}
.rd_profile_testimonial .tm_author {
opacity:0;
position: absolute;
bottom: 5px;
line-height: 24px;
font-size: 13px;
font-weight: 900;
text-transform: uppercase;
color: #fff;
text-align: center;
width: 100%;
padding: 0 30px;
letter-spacing: 1px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rd_profile_testimonial:hover .tm_author {
bottom: 29px;
opacity:1;
} .code_box_ctn {
background: #f5f7f8;
padding: 24px 31px;
border-radius: 4px;
white-space:pre;
overflow:auto;
} .heading_box_sc_ctn {
text-align:center;
}
.heading_box_sc {
border-bottom:2px solid;
display:inline-block;
}
.heading_box_sc h3 {
border:2px solid;
text-transform:uppercase;
font-weight:900;
padding:8px 21px 9px;
font-size:24px;
margin-bottom:1px;
} .rd_highlight, .rd_highlight_border {
padding:0 9px 2px;
} .sep_70 {
padding-bottom:70px;
}
.comment_count {
margin-bottom: 25px;
}
.comment_count h3 {
margin-bottom:52px;
}
.comment_count h3, #add-comment h4 {
font-size:30px;
font-weight:normal;
}
#comments {
margin-bottom: 20px;
padding-top:0px;
}
#comments ul {
margin-bottom: 0;
}
#comments ul:first-child {
margin-left: 0 !important;
}
.comment_ctn {
padding:30px;
position:relative;
}
#comments ul li {
padding: 0px 0 24px;
margin-bottom: 0;
}
#comments ul li li {
padding: 0px 0 20px;
margin-bottom: 0;
}
#comments > ul > li:first-child {
border-top-width: 0;
padding-top:0px;
}
#comments li:last-child {
padding-bottom: 0;
}
#comments > ul > li ul {
margin-top: 24px;
padding-left: 50px;
border-left: 1px solid;
}
#comments > ul > li ul > li ul {
margin-top:17px;
}
#comments ul li p {
line-height: 24px;
}
#comments li p:last-child {
margin-bottom: 0;
}
#comments ul li .avatar {
float:left;
}
#comments ul li .details {
padding:0px 0 0 30px;
overflow: hidden;
}
#comments ul li .details span:last-child {
margin-right: 0;
}
#comments ul li .details span.author {
font-size: 18px;
font-weight: 700;
float:left;
}
#comments ul li .details span.reply a, #comments ul li .details span.reply a:visited {
font-size: 11px;
color: #999;
}
#comments ul li .details span.Reply {
float:right;
}
#comments ul li .details span.Reply a {
display:inline-block;
padding:2px 10px 3px;
text-transform:uppercase;
font-weight:900;
border-radius:3px;
}
a.comment-edit-link {
margin-left:3px;
}
#comments ul li .details span.date {
font-size: 13px;
float:left;
clear:both;
margin-top: 7px;
}
#comments ul li .details .comment {
display: block;
margin-top:8px;
float:left;
clear:both;
}
#comments ul li li .comment_ctn {
box-shadow:none!important;
}
#comments ul li li .comment_ctn:before {
content: "";
min-width: 25px;
min-height: 1px;
position: absolute;
top: 50%;
left: -51px;
}
.avatar img {
border: 3px solid #ffffff;
border-radius: 5px;
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
.page-numbers {
float:left;
}
.page-numbers li a, .page-numbers li span {
display: inline-block;
margin-bottom: 0;
text-align: center;
font-size: 13px !important;
letter-spacing: 0.5px;
font-weight: 600 !important;
outline: none;
overflow: visible;
cursor: pointer;
border: 1px solid #ebebeb;
text-shadow: none;
float: left;
margin: 2px 2px 2px 0 !important;
padding: 10px 9px 9px 9px !important;
width: auto;
color: #CCC !important;
}
.page-numbers:hover {
color:#fff;
}
.current {
color:#fff;
text-shadow: 1px 1px 0px rgba(255, 255, 255, 0);
} #add-comment {
padding-top:25px;
}
#add-comment input, #add-comment textarea {
margin-bottom: 0;
}
#add-comment h4 {
font-weight:normal;
padding-bottom: 27px;
line-height: 30px;
}
#add-comment textarea {
height: 180px;
width: 100%;
padding:20px;
}
#comment {
}
.comment-notes, .form-allowed-tags {
display:none;
}
input.single_post_author {
width:376px;
float:left;
padding:14px 20px 14px 20px;
border-radius:3px;
margin-right:20px;
}
input.single_post_email {
width:377px;
float:left;
padding:14px 20px 14px 20px;
margin-right:20px;
border-radius:3px;
}
input.single_post_url {
width:377px;
float:left;
padding:14px 20px 14px 20px;
border-radius:3px;
}
#posts input.single_post_author {
width:calc(33.3% - 13.5px );
float:left;
padding:14px 20px 14px 20px;
border-radius:3px;
margin-right:20px;
}
#posts input.single_post_email {
width:calc(33.3% - 13.5px );
float:left;
padding:14px 20px 14px 20px;
margin-right:20px;
border-radius:3px;
}
#posts input.single_post_url {
width:calc(33.3% - 13.5px );
float:left;
padding:14px 20px 14px 20px;
border-radius:3px;
}
.single_post_comment {
height:300px;
border-radius:3px;
}
#add-comment input#submit,#respond input#submit{
padding:14px 15px 15px 15px;
border-radius:3px;
margin-top: 3px;
letter-spacing:1px;
}
#reply-title {
font-size: 16px;
line-height: 24px;
margin:20px 0;
font-weight:normal;
} .wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=password], .wpcf7-form textarea {
background: rgba(0, 0, 0, 0.70);
}
.wpcf7-response-output {
clear:both;
}
.wpcf7-form input[type=submit] {
background:#1bbc9b;
color:#fff!Important;
min-width:120px;
font-weight:700;
font-size:14px;
padding:8px 15px;
}
#footer_cta_box {
min-height:50px;
padding:30px 0;
background:#f7f7f7;
}
.f_cta_text {
width:65%;
color:#676767;
font-size: 22px;
padding: 20px 0 20px 5%;
margin:0!important;
text-align:left;
font-weight: 400;
float:left;
}
.f_cta_button {
width:20%;
text-align: right;
padding: 20px 5% 20px 0;
float:right;
}
.f_cta_button a {
font-weight: bold;
text-transform: uppercase;
border: 2px solid #fff;
padding: 12px 31px 12px 31px;
font-size: 13px;
}
#footer {
width:1210px;
padding-bottom:30px;
overflow:auto;
min-height:250px;
position:relative;
}
#footer a {
color:#fcfcfc;
}
.widget_wrap {
float:left;
}
.widget {
width:100%;
margin:60px 0px 30px 0;
float:left;
}
.footer_4_col .widget_wrap {
width:270px!important;
}
.footer_3_col .widget_wrap {
width:370px!important;
}
.footer_2_col .widget_wrap {
width:570px!important;
}
.footer_1_col .widget_wrap {
width:545px!important;
float:none!important;
margin-left:auto!important;
margin-right:auto!important;
padding-right:30px!important;
} .footer_type_1 .widget_wrap {
margin:96px 30px 46px 0;
}
.footer_type_1 .widget {
margin:0px 0px 30px 0;
}
.footer_type_1 .widget h2 {
font-size:22px;
text-transform:none;
font-weight:300;
letter-spacing:normal;
line-height: normal;
margin-bottom: 36px;
}
.footer_type_1 .widget_line {
display:none;
} .footer_type_2 .widget_wrap {
margin:94px 30px 18px 0;
}
.footer_type_2 .widget {
margin:0px 0px 30px 0;
}
.footer_type_2 .widget h2 {
font-size:24px;
text-transform:none;
font-weight:300;
letter-spacing:normal;
line-height: normal;
margin-bottom: 36px;
}
.footer_type_2 .widget_line {
display:none;
} .footer_type_3 .widget_wrap {
margin:100px 30px 35px 0;
}
.footer_type_3 .widget {
margin:0px 0px 30px 0;
}
.footer_type_3 .widget h2 {
font-size:24px;
text-transform:none;
font-weight:300;
letter-spacing:normal;
line-height:18px;
margin-bottom: 61px;
padding-left:20px;
}
.footer_type_3 .widget_line {
display:none;
} .footer_type_4 .widget_wrap {
margin:100px 30px 20px 0;
}
.footer_type_4 .widget {
margin:0px 0px 30px 0;
}
.footer_type_4 .widget h2 {
font-size:18px;
text-transform:uppercase;
font-weight:900;
letter-spacing:2px;
line-height:18px;
margin-bottom: 38px;
}
.footer_type_4 .widget_line {
display:none;
} .footer_type_5 .widget_wrap {
margin:98px 30px 35px 0;
}
.footer_type_5 .widget {
margin:0px 0px 30px 0;
}
.footer_type_5 .widget h2 {
font-size:18px;
text-transform:uppercase;
font-weight:900;
letter-spacing:2px;
line-height:18px;
margin-bottom: 28px;
}
.footer_type_5 .widget_line {
display:none;
} .footer_type_6 .widget_wrap {
margin:125px 30px 5px 0;
}
.footer_type_6 .widget {
margin:0px 0px 30px 0;
}
.footer_type_6 .widget h2 {
font-size:18px;
text-transform:uppercase;
font-weight:900;
letter-spacing:3px;
line-height:18px;
margin-bottom: 51px;
}
.footer_type_6 .widget_line {
display:none;
} .footer_type_7 .widget_wrap {
margin:85px 30px 5px 0;
}
.footer_type_7 .widget {
margin:0px 0px 30px 0;
}
.footer_type_7 .widget h2 {
font-size:20px;
text-transform:uppercase;
font-weight:900;
letter-spacing:2px;
line-height:18px;
margin-bottom: 40px;
}
.footer_type_7 .widget_line {
display:none;
} .footer_type_8 .widget_wrap {
margin:100px 30px 32px 0;
}
.footer_type_8 .widget {
margin:0px 0px 30px 0;
}
.footer_type_8 .widget h2 {
font-size:18px;
text-transform:uppercase;
font-weight:900;
letter-spacing:normal;
line-height:18px;
margin-bottom: 51px;
padding-left:20px;
}
.footer_type_8 .widget_line {
display:none;
} .footer_type_9 .widget_wrap {
margin:52px 30px 0px 0;
}
.footer_type_9 .widget {
margin:0px 0px 13px 0;
}
.footer_type_9 .widget h2 {
font-size:16px;
text-transform:uppercase;
font-weight:bold;
letter-spacing:normal;
line-height:18px;
margin-bottom: 27px;
}
.footer_type_9 .widget_line {
display:none;
} .footer_type_10 .widget_wrap {
margin:98px 30px 39px 0;
}
.footer_type_10 .widget {
margin:0px 0px 30px 0;
}
.footer_type_10 .widget h2 {
font-size:16px;
text-transform:uppercase;
font-weight:900;
letter-spacing:3px;
line-height:18px;
margin-bottom: 7px;
}
.footer_type_10 .widget_line {
padding: 0px 0 42px 0 !important;
float:none!important
}
.widget_line .small_l_left {
width:70px!important;
border-top:3px solid #ffffff;
opacity:1;
} .footer_type_11 .widget_wrap {
margin:100px 30px 50px 0;
}
.footer_type_11 .widget {
margin:0px 0px 13px 0;
}
.footer_type_11 .widget h2 {
font-size:14px;
text-transform:uppercase;
font-weight:900;
letter-spacing:3px;
line-height:18px;
font-family:Raleway;
margin-bottom: 27px;
}
.footer_type_11 .widget_line {
display:none;
}
.footer_type_11 #recentcomments li,.footer_type_11 .widget_archive li,.footer_type_11 .widget_recent_entries ul li {
padding: 15px 0px 0px 0px !important;
} .footer_type_12 .widget_wrap {
margin:118px 30px 47px 0;
}
.footer_type_12 .widget {
margin:0px 0px 30px 0;
}
.footer_type_12 .widget h2 {
font-size:18px;
text-transform:none;
font-weight:600;
line-height:18px;
margin-bottom: 22px;
}
.footer_type_12 .widget .textwidget p{
margin-bottom:6px;
}
.footer_type_12 .widget_line {
display:none;
} #footer_coms {
text-align:right;
padding: 30px 0 30px 0;
background-color:#1A1A1D;
}
#f_social_icons {
padding:0;
float:right;
}
#f_social_icons a {
font-size:16px;
display:block;
line-height:32px;
}
#footer_coms ul {
float:left;
}
#footer_coms ul li {
float:left;
font-size:14px;
padding: 0px 30px 0 0;
}
#footer_coms ul li a {
color:rgba(255, 255, 255, 0.8);
}
#footer_coms .current-menu-item a {
color:#fff;
border-bottom:none !important;
padding:0 !important;
}
#footer_coms .sub-menu {
display:none;
}
#footer_coms .current-menu-item a {
background:none;
}
.f_menu_left {
float:left;
height: 32px;
line-height: 32px;
}
#footer_coms .f_menu_left ul li {
padding:0 30px 0 0px;
}
.f_menu_right {
float:right;
height: 32px;
line-height: 32px;
}
#footer_coms .f_menu_right ul li {
padding:0 0 0 30px;
}
#footer_coms .m_normal ul li a {
font-weight:normal;
text-transform:none;
}
#footer_coms .m_normal ul li a {
font-weight:normal;
text-transform:none;
}
#footer_coms .m_uppercase ul li a {
font-weight:normal;
text-transform:uppercase;
}
#footer_coms .m_normal_bold ul li a {
font-weight:700;
text-transform:none;
}
#footer_coms .m_uppercase_bold ul li a {
font-weight:900;
text-transform:uppercase;
}
#footer_coms .f_message_left {
float:left;
padding-right:30px;
height: 32px;
line-height: 32px;
}
#footer_coms .f_message_right {
float:right;
padding-left:30px;
height: 32px;
line-height: 32px;
}
#footer_coms .f_si_right {
float:right;
padding-left:30px;
}
#footer_coms .f_si_left {
float:left;
padding-right:30px;
}
.f_si_type1 a:hover {
background: none!important;
}
.f_si_type2 #f_social_icons div {
width:32px!important;
height:32px!important;
margin-right: 15px;
border-radius:2px;
}
.f_si_type2 #f_social_icons a {
border-radius:2px;
color:#fff!important;
font-size:18px;
}
#to_top {
display: block;
position: fixed;
text-align: center;
line-height: 12px!important;
right: 30px;
bottom: -30px;
color: #fff;
cursor: pointer;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-o-border-radius: 2px;
z-index: 10000;
height: 29px;
width: 29px;
background-color: rgba(0,0,0,0.4);
background-repeat: no-repeat;
background-position: center;
transition: background-color 0.1s linear;
-moz-transition: background-color 0.1s linear;
-webkit-transition: background-color 0.1s linear;
-o-transition: background-color 0.1s linear;
}
#to_top i {
font-family:"FontAwesome";
line-height: 29px!important;
width: 29px!important;
height: 29px!important;
font-size: 14px!important;
top: 0px!important;
left: 0px!important;
text-align: center!important;
background-color: transparent!important;
}
.header_bottom_nav #searchtop {
margin: 0;
padding: 10px 0;
float: right;
position: relative;
text-align: center;
display: inline-block;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.shrinked_header #search-form {
top: 55px!important;
}
#top_bar #searchtop {
margin:0;
position:relative;
text-align:center;
display:inline-block;
*display:inline;
zoom:1;
height:29px;
width:29px;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#searchtop_img {
display:block;
background-position:0px 0px;
background-size: 27px;
min-height:29px;
min-width:27px;
cursor:pointer;
}
.header_bottom_nav #searchtop_img .fa-search, .header_bottom_nav #searchtop_img .fa-times {
font-size: 16px;
display: block;
padding: 7px 0 0 5px;
}
#search-form {
padding:10px;
background-color:#fff;
right:0;
position:absolute;
min-width:250px;
z-index:1000;
top:0px;
visibility:hidden;
opacity:0;
transform:         scale(0.8); -moz-transform:    scale(0.8); -webkit-transform: scale(0.8); -o-transform:      scale(0.8); -ms-transform:     scale(0.8); transition: all ease-in-out .3s;
-webkit-transition: all ease-in-out .3s;
-moz-transition: all ease-in-out .3s;
-o-transition: all ease-in-out .3s;
-moz-box-shadow: 0 0px 6px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 0px 6px rgba(0,0,0,0.1);
box-shadow: 0 0px 6px rgba(0,0,0,0.1);
}
#edge-search-form {
position:relative;
margin-top: 20px;
float: left;
width: 100%;
}
.pop_search_form {
opacity:1!important;
visibility:visible !important;
transform:         scale(1) !important; -moz-transform:    scale(1) !important; -webkit-transform: scale(1) !important; -o-transform:      scale(1) !important; -ms-transform:     scale(1) !important; }
#ssform {
box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
-webkit-box-shadow:inset 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
-moz-box-shadow:inset 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
-o-box-shadow:inset 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
}
#edge-search-form #ssform {
box-shadow:none !important;
-webkit-box-shadow:none !important;
-moz-box-shadow:none !important;
-o-box-shadow:none !important;
padding: 9px 20px 9px 20px;
font-size:12px;
text-transform:uppercase;
}
#search-form input[type=submit] {
background:none;
background-position:1px 1px;
background-size: 27px;
border-radius: 0px !important;
-moz-border-radius: 0px !important;
-webkit-border-radius: 0px !important;
min-height:29px;
min-width:40px;
margin: 0px;
height: 40px;
z-index:1000;
position: absolute;
right: 10px;
}
#edge-search-form input[type=submit] {
background: none;
background-position: 1px 1px;
background-size: 27px;
border-radius: 0px !important;
-moz-border-radius: 0px !important;
-webkit-border-radius: 0px !important;
min-height: 29px;
min-width: 40px;
margin: 0px;
height: 40px;
z-index: 1000;
position: absolute;
right: 1px;
top: 0;
}
#search-form input[type=text] {
border: 1px solid rgba(102, 102, 102, 0.1);
float: left;
margin: 0;
width: 100%;
padding: 9px 5px 9px 20px!important;
border-radius: 5px;
}
span.search_button_icon:after {
content: "\f002";
font-family: "fontawesome";
position: absolute;
right: 25px;
top: 18px;
font-size: 16px;
}
#edge-search-form span.search_button_icon:after {
content: "\f002";
font-family: "fontawesome";
position: absolute;
right: 15px;
top: 8px;
font-size: 16px;
}
#header_socials a {
font-size: 16px;
line-height:29px;
display: block;
}
#header_socials a:hover {
background:none!important;
}
#fixed_header_socials a {
font-size: 16px;
line-height:38px;
display: block;
}
#twitter {
margin:0;
position:relative;
display:inline-block;
*display:inline;
zoom:1;
width:30px;
height:30px;
text-align:center;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#twitter a:hover, .f_si_type2 #f_social_icons #twitter, .rd_si_big_squared #twitter, .rd_si_big_rounded #twitter a, .sc-share-box #twitter a, .single_staff_social #twitter a, .rd_staff_p06 .member-social-links #twitter a, .thefox_social_widget_icons #twitter a,.share_icons_business .share-box #twitter a{
color:#ffffff;
background-color:#41d1da;
}
#xing {
margin:0;
position:relative;
display:inline-block;
*display:inline;
zoom:1;
width:30px;
height:30px;
text-align:center;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#xing a:hover, .f_si_type2 #f_social_icons #xing, .rd_si_big_squared #xing, .rd_si_big_rounded #xing a, .sc-share-box #xing a, .single_staff_social #xing a, .rd_staff_p06 .member-social-links #xing a, .thefox_social_widget_icons #xing a,.share_icons_business .share-box #xing a{
color:#ffffff;
background-color:#135353;
}
#vk {
margin:0;
position:relative;
display:inline-block;
*display:inline;
zoom:1;
width:30px;
height:30px;
text-align:center;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#vk a:hover, .f_si_type2 #f_social_icons #vk, .rd_si_big_squared #vk, .rd_si_big_rounded #vk a, .sc-share-box #vk a, .single_staff_social #vk a, .rd_staff_p06 .member-social-links #vk a, .thefox_social_widget_icons #vk a,.share_icons_business .share-box #vk a{
color:#ffffff;
background-color:#2B587A;
}
#facebook {
margin:0;
position:relative;
display:inline-block;
*display:inline;
zoom:1;
width:30px;
height:30px;
text-align:center;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#facebook a:hover, .f_si_type2 #f_social_icons #facebook, .rd_si_big_squared #facebook, .rd_si_big_rounded #facebook a, .sc-share-box #facebook a, .single_staff_social #facebook a, .rd_staff_p06 .member-social-links #facebook a, .thefox_social_widget_icons #facebook a,.share_icons_business .share-box #facebook a {
color:#ffffff;
background-color:#3c5a9a;
}
#behance {
margin:0;
position:relative;
display:inline-block;
*display:inline;
zoom:1;
width:30px;
height:30px;
text-align:center;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#behance a:hover, .f_si_type2 #f_social_icons #behance, .rd_si_big_squared #behance, .rd_si_big_rounded #behance a, .single_staff_social #behance a, .rd_staff_p06 .member-social-links #behance a, .thefox_social_widget_icons #behance a {
color:#ffffff;
background-color:#2d9ad2;
}
#digg {
margin:0;
position:relative;
display:inline-block;
*display:inline;
zoom:1;
width:30px;
height:30px;
text-align:center;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#digg a:hover, .f_si_type2 #f_social_icons #digg, .rd_si_big_squared #digg, .rd_si_big_rounded #digg a, .single_staff_social #digg a, .rd_staff_p06 .member-social-links #digg a, .thefox_social_widget_icons #digg a {
color:#ffffff;
background-color:#1b5891;
}
#flickr {
margin:0;
position:relative;
display:inline-block;
*display:inline;
zoom:1;
width:30px;
height:30px;
text-align:center;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#flickr a:hover, .f_si_type2 #f_social_icons #flickr, .rd_si_big_squared #flickr, .rd_si_big_rounded #flickr a, .single_staff_social #flickr a, .rd_staff_p06 .member-social-links #flickr a, .thefox_social_widget_icons #flickr a {
color:#ffffff;
background-color:#517fa4;
}
#instagram {
margin:0;
position:relative;
display:inline-block;
*display:inline;
zoom:1;
width:30px;
height:30px;
text-align:center;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#instagram a:hover, .f_si_type2 #f_social_icons #instagram, .rd_si_big_squared #instagram, .rd_si_big_rounded #instagram a, .single_staff_social #instagram a, .rd_staff_p06 .member-social-links #instagram a, .thefox_social_widget_icons #instagram a {
color:#ffffff;
background-color:#517fa4;
}
#rss {
margin:0;
position:relative;
display:inline-block;
*display:inline;
zoom:1;
width:30px;
height:30px;
text-align:center;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#rss a:hover, .f_si_type2 #f_social_icons #rss, .rd_si_big_squared #rss, .rd_si_big_rounded #rss a, .single_staff_social #rss a, .rd_staff_p06 .member-social-links #rss a, .thefox_social_widget_icons #rss a {
background-color:#f08421;
color:#ffffff;
}
#gplus {
margin:0;
position:relative;
display:inline-block;
*display:inline;
zoom:1;
width:30px;
height:30px;
text-align:center;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#gplus a:hover, .f_si_type2 #f_social_icons #gplus, .rd_si_big_squared #gplus, .rd_si_big_rounded #gplus a, .sc-share-box #gplus a, .single_staff_social #gplus a, .rd_staff_p06 .member-social-links #gplus a, .thefox_social_widget_icons #gplus a,.share_icons_business .share-box #gplus a {
color:#ffffff;
background-color:#333230;
}
#vimeo {
margin:0;
position:relative;
display:inline-block;
*display:inline;
zoom:1;
width:30px;
height:30px;
text-align:center;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#vimeo a:hover, .f_si_type2 #f_social_icons #vimeo, .rd_si_big_squared #vimeo, .rd_si_big_rounded #vimeo a, .single_staff_social #vimeo a, .rd_staff_p06 .member-social-links #vimeo a, .thefox_social_widget_icons #vimeo a {
color:#ffffff;
background-color:#41b2dc;
}
#lin {
margin:0;
position:relative;
display:inline-block;
*display:inline;
zoom:1;
width:30px;
height:30px;
text-align:center;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#lin a:hover, .f_si_type2 #f_social_icons #lin, .rd_si_big_squared #lin, .rd_si_big_rounded #lin a, .sc-share-box #lin a, .single_staff_social #lin a, .rd_staff_p06 .member-social-links #lin a, .thefox_social_widget_icons #lin a,.share_icons_business .share-box #lin a {
color:#ffffff;
background-color:#0173b2;
}
#yt {
margin:0;
position:relative;
display:inline-block;
*display:inline;
zoom:1;
width:30px;
height:30px;
text-align:center;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#yt a:hover, .f_si_type2 #f_social_icons #yt, .rd_si_big_squared #yt, .rd_si_big_rounded #yt a, .single_staff_social #yt a, .rd_staff_p06 .member-social-links #yt a, .thefox_social_widget_icons #yt a {
color:#ffffff;
background-color:#fe3432;
}
#tumblr {
margin:0;
position:relative;
display:inline-block;
*display:inline;
zoom:1;
width:30px;
height:30px;
text-align:center;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#tumblr a:hover, .f_si_type2 #f_social_icons #tumblr, .rd_si_big_squared #tumblr, .rd_si_big_rounded #tumblr a, .sc-share-box #tumblr a, .single_staff_social #tumblr a, .rd_staff_p06 .member-social-links #tumblr a, .thefox_social_widget_icons #tumblr a,.share_icons_business .share-box #tumblr a{
color:#ffffff;
background-color:#2a445f;
}
#Pinterest {
margin:0;
position:relative;
display:inline-block;
*display:inline;
zoom:1;
width:30px;
height:30px;
text-align:center;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#Pinterest a:hover, .f_si_type2 #f_social_icons #Pinterest, .rd_si_big_squared #Pinterest, .rd_si_big_rounded #Pinterest a, .single_staff_social #Pinterest a, .rd_staff_p06 .member-social-links #Pinterest a, .thefox_social_widget_icons #Pinterest a {
color:#ffffff;
background-color:#c9232d;
}
#reddit {
margin:0;
position:relative;
display:inline-block;
*display:inline;
zoom:1;
width:30px;
height:30px;
text-align:center;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#reddit a:hover, .f_si_type2 #f_social_icons #reddit, .rd_si_big_squared #reddit, .rd_si_big_rounded #reddit a, .sc-share-box #reddit a, .single_staff_social #reddit a, .rd_staff_p06 .member-social-links #reddit a, .thefox_social_widget_icons #reddit a,.share_icons_business .share-box #reddit a {
background-color:#ff1a00;
color:#ffffff;
}
#dribbble {
margin:0;
position:relative;
display:inline-block;
*display:inline;
zoom:1;
width:30px;
height:30px;
text-align:center;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#dribbble a:hover, .f_si_type2 #f_social_icons #dribbble, .rd_si_big_squared #dribbble, .rd_si_big_rounded #dribbble a, .single_staff_social #dribbble a, .rd_staff_p06 .member-social-links #dribbble a, .thefox_social_widget_icons #dribbble a {
color:#ffffff;
background-color:#f874a4;
}
#skype {
margin:0;
position:relative;
display:inline-block;
*display:inline;
zoom:1;
width:30px;
height:30px;
text-align:center;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#skype a:hover, .f_si_type2 #f_social_icons #skype, .rd_si_big_squared #skype, .rd_si_big_rounded #skype a, .single_staff_social #skype a, .rd_staff_p06 .member-social-links #skype a, .thefox_social_widget_icons #skype a {
background-color:#00aaf1;
color:#ffffff;
}
#da {
margin:0;
position:relative;
display:inline-block;
*display:inline;
zoom:1;
width:30px;
height:30px;
text-align:center;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#da a:hover, .f_si_type2 #f_social_icons #da, .rd_si_big_squared #da, .rd_si_big_rounded #da a, .single_staff_social #da a, .rd_staff_p06 .member-social-links #da a, .thefox_social_widget_icons #da a {
color:#ffffff;
background-color:#96ce4b;
}
#member_email {
margin:0;
position:relative;
display:inline-block;
*display:inline;
zoom:1;
width:30px;
height:30px;
text-align:center;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#member_email a:hover, .sc-share-box #member_email a, .single_staff_social #member_email a, .rd_staff_p06 .member-social-links #member_email a, .thefox_social_widget_icons #member_email a{
background-color:#313131;
color:#ffffff;
}  .isotope-hidden.isotope-item {
pointer-events: none;
z-index: 1;
}
.portfolio_block.element {
pointer-events: none;
z-index: 1;
} .isotope, .isotope .isotope-item, .portfolio_block, .masonry_ctn {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.isotope, .portfolio_block, .masonry_ctn {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
transition-property: height, width;
}
.isotope .isotope-item, .portfolio_block .element, .masonry_ctn .ajax_post {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property:    -moz-transform, opacity;
transition-property:         transform, opacity;
} .isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
-webkit-transition-duration: 0s;
-moz-transition-duration: 0s;
transition-duration: 0s;
}  .isotope.infinite-scrolling {
-webkit-transition: none;
-moz-transition: none;
transition: none;
} #tiptip_holder {
display: none;
position: absolute;
top: 0;
left: 0;
z-index: 99999;
}
#tiptip_holder.tip_top {
padding-bottom: 5px;
}
#tiptip_holder.tip_bottom {
padding-top: 5px;
}
#tiptip_holder.tip_right {
padding-left: 5px;
}
#tiptip_holder.tip_left {
padding-right: 5px;
}
#tiptip_content {
font-size: 11px;
color: #fff;
text-shadow: 0 0 2px #000;
padding: 1px 8px;
border: 1px solid #2c3e50;
background-color:#2c3e50;
line-height:17px;
}
#tiptip_arrow, #tiptip_arrow_inner {
position: absolute;
border-color: transparent;
border-style: solid;
border-width: 6px;
height: 0;
width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow {
border-top-color: #fff;
border-top-color:#2c3e50;
}
#tiptip_holder.tip_bottom #tiptip_arrow {
border-bottom-color: #fff;
border-bottom-color: #2c3e50;
}
#tiptip_holder.tip_right #tiptip_arrow {
border-right-color: #fff;
border-right-color: #2c3e50;
}
#tiptip_holder.tip_left #tiptip_arrow {
border-left-color: #fff;
border-left-color: #2c3e50;
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
margin-top: -7px;
margin-left: -6px;
border-top-color: #2c3e50;
border-top-color: #2c3e50;
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
margin-top: -5px;
margin-left: -6px;
border-bottom-color: #2c3e50;
border-bottom-color: #2c3e50;
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
margin-top: -6px;
margin-left: -5px;
border-right-color: #2c3e50;
border-right-color: #2c3e50;
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
margin-top: -6px;
margin-left: -7px;
border-left-color: #2c3e50;
border-left-color: #2c3e50;
} @media screen and (-webkit-min-device-pixel-ratio:0) {
#tiptip_content {
padding: 2px 8px 3px 8px;
background-color: #2c3e50;
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
border-bottom-color:#2c3e50;
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
border-top-color: #2c3e50;
}
} .rev_slider_wrapper {
z-index:0;
}
.tparrows.preview1 {
width: 70px!important;
height: 70px!important;
top: 50%!important;
}
.tparrows.preview1:after {
width: 70px!important;
height: 70px!important;
line-height:70px!important;
}
.tp-leftarrow.tparrows.default.round, .tp-rightarrow.tparrows.default.round {
background: rgba(0, 0, 0, 0.4);
height: 45px;
width: 45px;
border-radius: 200px;
text-align: center;
top:50%!important;
line-height: 45px;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
}
.tp-leftarrow.tparrows.default.round:hover, .tp-rightarrow.tparrows.default.round:hover {
background: rgba(0, 0, 0, 0.6);
}
.tp-leftarrow.tparrows.default.round:before {
content:"\f104";
font-family:"FontAwesome";
font-size:26px;
margin-right:2px;
color:#fff;
text-align:center;
}
.tp-rightarrow.tparrows.default.round:before {
content:"\f105";
font-family:"FontAwesome";
font-size:26px;
margin-left:2px;
color:#fff;
text-align:center;
}
.tp-bullets.simplebullets.round .bullet {
width: 12px;
height: 12px;
margin-right: 0px;
float: left;
margin-top: 0px;
margin-left: 10px;
border-radius: 100px;
background: rgba(0, 0, 0, 0);
border: 1px solid #FFF;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
}
.tp-bullets.simplebullets.round .bullet.selected {
background:#fff;
} .pre_dummy_img {
display:none!important;
} #jpreOverlay {
position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 9999999;
}
#jpreOverlay.white_loader {
background-color:#ffffff;
}
#jpreOverlay.dark_loader {
background-color:#2c3e50;
}
#jpreSlide {
font-size:22px;
font-weight:bold;
color:#ccc;
text-align:center;
width:50%;
height:30%;
}
#jpreLoader {
position:absolute;
width: 100%;
height: 5px;
top: 0%;
left:0!important;
}
.tf_complex_loader #jpreLoader {
position: absolute;
top: 0%;
left: 0%;
height:5px;
}
.white_loader #jpreLoader {
background:	#ecf0f1;
}
.dark_loader #jpreLoader {
background:	#222533;
}
#preloader_3 {
width: 42px;
height: 20px;
position: absolute;
top: 50%;
left: 50%;
margin: -10px 0 0 -21px;
}
#preloader_3:before {
width:20px;
height:20px;
border-radius:20px;
background:blue;
content:'';
position:absolute;
background:#1abc9c;
-webkit-animation: preloader_3_before 1.5s infinite ease-in-out;
-moz-animation: preloader_3_before 1.5s infinite ease-in-out;
-ms-animation: preloader_3_before 1.5s infinite ease-in-out;
animation: preloader_3_before 1.5s infinite ease-in-out;
}
#preloader_3:after {
width:20px;
height:20px;
border-radius:20px;
background:blue;
content:'';
position:absolute;
background:#21c2f8;
left:22px;
-webkit-animation: preloader_3_after 1.5s infinite ease-in-out;
-moz-animation: preloader_3_after 1.5s infinite ease-in-out;
-ms-animation: preloader_3_after 1.5s infinite ease-in-out;
animation: preloader_3_after 1.5s infinite ease-in-out;
}
#jpreBar {
background-color:#21c2f8;
background-image: -moz-linear-gradient(-45deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.15) 25%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%);
background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255,255,255,0.2)), color-stop(25%, rgba(255,255,255,0.2)), color-stop(25%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,0.2)), color-stop(75%, rgba(255,255,255,0.2)), color-stop(75%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0)));
background-image: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.3) 25%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0.3) 75%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%);
background-image: -o-linear-gradient(-45deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.15) 25%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%);
background-image: -ms-linear-gradient(-45deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.15) 25%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%);
background-image: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.15) 25%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%);
animation: progress 2s linear infinite;
-moz-animation: progress 2s linear infinite;
-webkit-animation: progress 2s linear infinite;
-ms-animation: progress 2s linear infinite;
-o-animation: progress 2s linear infinite;
width:0%;
height:100%;
}
.tf_complex_loader #jpreBar {
width: 0%;  position:relative;
}
#jprePercentage {
color: #a1b1bc;
font-family: "Lato";
font-weight: normal;
text-align: center;
left: 15px;
top: 0%;
width: 80px;
margin-top: 15px;
text-align: left;
font-size: 13px;
position:relative;
}
.tf_complex_loader #jprePercentage {
height:100%;
}
@-webkit-keyframes progress {
from {
background-position: 0 0;
}
to {
background-position: -60px -60px;
}
}
@-moz-keyframes progress {
from {
background-position: 0 0;
}
to {
background-position: -60px -60px;
}
}
@-ms-keyframes progress {
from {
background-position: 0 0;
}
to {
background-position: -60px -60px;
}
}
@-o-keyframes progress {
from {
background-position: 0 0;
}
to {
background-position: -60px -60px;
}
}
@keyframes progress {
from {
background-position: 0 0;
}
to {
background-position: -60px -60px;
}
} .thefox_bigloader {
position:relative;
margin:auto;
overflow:visible;
width:100%;
height:295px;
}
#jpreOverlay .thefox_bigloader {
height:358px;
position:absolute;
top:50%;
margin-top:-179px;
}
.thefox_bigloader:before {
content: "";
width: 100%;
position: absolute;
height: 300px;
box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
}
#jpreOverlay .thefox_bigloader:before {
display:none;
}
#jpreOverlay.dark_loader .thefox_loader_logo_bg {
background: #fcfcfc;
width: 222px;
height: 222px;
z-index: 2;
border-radius: 500px;
position: absolute;
left: 50%;
margin: 36px 0 0 -111px;
text-align: center;
}
#jpreOverlay.white_loader .thefox_loader_logo_bg {
display:none;
}
.thefox_loader_logo {
background:#fff;
width:200px;
height:200px;
z-index:2;
box-shadow: 0 0 15px 0px rgba(0,0,0,0.1);
border-radius:300px;
position:absolute;
bottom: 0;
left: 50%;
margin-left: -100px;
margin-bottom: -100px;
text-align: center;
}
#jpreOverlay .thefox_loader_logo {
top: 0;
bottom: inherit;
margin: 47px 0 0px -100px;
}
.thefox_loader_logo:before {
content: '';
height: 100%;
display: inline-block;
vertical-align: middle;
}
.thefox_loader_logo img {
margin: 0 auto;
max-width: 150px;
text-align: center;
display: inline-block;
vertical-align: middle;
}
.thefox_loader_line {
position: absolute;
left: 50%;
bottom:0;
width: 294px;
height: 294px;
overflow: visible;
-webkit-animation: loader_spin 4s infinite linear;
animation: loader_spin 4s infinite linear;
z-index: 1px;
margin-left: -147px;
margin-bottom: -147px;
}
#jpreOverlay .thefox_loader_line {
top:0;
bottom:inherit;
margin:0px 0 0 -147px;
}
.thefox_bigloader .loader_tophalf {
position: absolute;
width: 294px;
height: 147px;
-webkit-border-top-left-radius: 193px;
-webkit-border-top-right-radius: 193px;
-moz-border-radius-topleft: 193px;
-moz-border-radius-topright: 193px;
border-top-left-radius: 193px;
border-top-right-radius: 193px;
background: -moz-linear-gradient(left, rgba(52, 192, 191, 0.5) 0%, #1abc9c 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(52, 192, 191, 0.5)) color-stop(100%, #1abc9c));
background: -webkit-linear-gradient(left, rgba(52, 192, 191, 0.5) 0%, #1abc9c 100%);
background: -o-linear-gradient(left, rgba(52, 192, 191, 0.5) 0%, #1abc9c 100%);
background: -ms-linear-gradient(left, rgba(52, 192, 191, 0.5) 0%, #1abc9c 100%);
background: linear-gradient(to right, rgba(52, 192, 191, 0.5) 0%, #1abc9c 100%);
}
.thefox_bigloader .loader_inner {
position: relative;
z-index: 1;
top: 5px;
left: 5px;
width: 284px;
height: 284px;
background-color: white;
border-radius: 100%;
}
#jpreOverlay.dark_loader .thefox_bigloader .loader_inner {
background:#2c3e50;
}
.thefox_bigloader .loader_bottomhalf {
position: absolute;
top: 147px;
width: 294px;
height: 147px;
-webkit-border-bottom-right-radius: 193px;
-webkit-border-bottom-left-radius: 193px;
-moz-border-radius-bottomright: 193px;
-moz-border-radius-bottomleft: 193px;
border-bottom-right-radius: 193px;
border-bottom-left-radius: 193px;
background: -moz-linear-gradient(left, rgba(52, 192, 191, 0.5) 1%, rgba(77, 196, 226, 0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(1%, rgba(52, 192, 191, 0.5)), color-stop(100%, rgba(77, 196, 226, 0)));
background: -webkit-linear-gradient(left, rgba(52, 192, 191, 0.5) 1%, rgba(77, 196, 226, 0) 100%);
background: -o-linear-gradient(left, rgba(52, 192, 191, 0.5) 1%, rgba(77, 196, 226, 0) 100%);
background: -ms-linear-gradient(left, rgba(52, 192, 191, 0.5) 1%, rgba(77, 196, 226, 0) 100%);
background: linear-gradient(to right, rgba(52, 192, 191, 0.5) 1%, rgba(77, 196, 226, 0) 100%);
}
.thefox_bigloader .loader_button {
width: 20px;
height: 20px;
background: rgba(33, 194, 248, 1);
border: 5px solid #fff;
box-shadow: 0 0 5px 0px rgba(0,0,0,0.2);
position: absolute;
right: -7px;
top: 50%;
margin-top: -10px;
z-index: 1;
border-radius: 100px;
}
.thefox_bigloader #jprePercentage {
height: auto!important;
position: absolute!important;
text-align: center;
left: 50%;
width: 300px;
margin-left: -150px;
bottom: 0 !important;
top: initial !important;
margin-top: 0px;
line-height: 18px;
font-size: 18px;
font-weight: bold;
letter-spacing: 4px;
}
@-webkit-keyframes loader_spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes loader_spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} #white_csp {
background:#ffffff!important;
}
#white_csp .def_section {
background:#ffffff!important;
}
#dark_csp {
background:#2c3e50!important;
}
#dark_csp .def_section {
background:#2c3e50!important;
}
#dark_csp .thefox_bigloader .loader_inner {
background:#2c3e50!important;
}
.coming_soon_ctn {
width: 700px;
margin: 0 auto;
max-width: 100%;
}
.coming_soon_ctn .timing {
max-width:100%;
width:1400px;
}
.time_circles canvas {
max-width:100%;
}
.coming_soon_text {
text-align: center;
margin-top: 196px;
font-size: 18px;
font-weight: bold;
letter-spacing: 5px;
text-transform:uppercase;
color:#a1b1bc;
}
#dark_csp .coming_soon_text {
color:#ffffff;
}
.timing {
margin:105px auto 135px;
width:1400px;
}
.time_circles {
position: relative;
width: 100%;
height: 100%;
}
.time_circles > div {
position: absolute;
text-align: center;
}
.time_circles > div > h4 {
font-size: 18px;
color: #a1b1bc;
font-weight: 400;
margin: 0px;
padding: 50px 0 0 0;
text-align: center;
}
#dark_csp .time_circles > div > h4 {
color:#ffffff;
}
.time_circles > div > span {
display: block;
width: 100%;
text-align: center;
color: #2f383d;
font-size:48px;
line-height:48px;
font-weight:300;
}
#dark_csp .time_circles > div > span {
color:#ffffff;
}
#coming_soon_form {
width:440px;
max-width:100%;
margin:0 auto 100px;
position:relative;
}
#coming_soon_form input[type=email] {
padding: 14px 20px 14px 20px;
margin:0;
border-radius: 3px;
color: #a1b1bc;
border: 1px solid #eceef0;
background: #ffffff;
}
#dark_csp #coming_soon_form input[type=email] {
color: #a1b1bc;
border: 1px solid #16181A;
background: #222533;
}
#coming_soon_form input[type=button] {
font-family: "Fontawesome";
font-size: 16px;
padding: 0px 19px;
line-height: 54px;
border: none;
outline: none;
position: absolute;
right: 0;
top: 0;
height: 50px;
width:auto;
border-radius: 3px;
color: #fff;
background: #1ABC9C;
cursor:pointer;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
#coming_soon_form input[type=button]:hover {
background:#2c3e50;
}
#success {
color:red;
}
.wpb_text_column .mejs-container { display:block !important; }audio.wp-audio-shortcode{ visibility: visible !important; } .owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
} .owl-height {
-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;
} .hover_nav_style.tt_testimonials_ctn { position:relative;}
.tt_testimonials_ctn .owl-nav {
width:100px;
margin:50px auto 0;
position:relative;
overflow:auto;
}
.hover_nav_style.tt_testimonials_ctn .owl-nav {
position: absolute;
width: 100%;
top: 50%;
margin-top: -50px;
}
.tt_testimonials_ctn .owl-prev {
width: 40px;
height: 40px;
border-radius: 100px;
line-height: 30px;
text-align: center;
float: left;
padding: 0 0 0 0;
position:relative;
text-indent:-99999%;
}
.tt_testimonials_ctn.hover_nav_style .owl-prev {
width: 100px;
height: 100px;
border-radius: 100px;
background: blue;
line-height: 100px;
text-align: center;
float: left;
padding: 0 0 0 0;
margin: 0 0 0 40px;
position:relative;
text-indent:-99999%;
}
.tt_testimonials_ctn .owl-prev:before {
content: "";
position: absolute;
width: 10px;
height: 10px;
border-top: 1px solid;
border-left: 1px solid;
border-right:non;
border-bottom:none;
transform: rotate(-45deg);
top: 14px;
left:18px;
}
.tt_testimonials_ctn.hover_nav_style .owl-prev:before {
content: "";
position: absolute;
width: 20px;
height: 20px;
border-top: 1px solid;
border-left: 1px solid;
border-right:non;
border-bottom:none;
transform: rotate(-45deg);
top: 40px;
left:46px;
}
.tt_testimonials_ctn .owl-next {
width: 40px;
height: 40px;
border-radius: 100px;
line-height: 30px;
text-align: center;
float: right;
padding: 0 0 0 0;
position:relative;
text-indent:-99999%;
}
.tt_testimonials_ctn.hover_nav_style .owl-next {
width: 100px;
height: 100px;
border-radius: 100px;
background: blue;
line-height: 100px;
text-align: center;
float: right;
padding: 0 0 0 0;
margin: 0 40px 0 0;
position:relative;
text-indent:-99999%;
}
.tt_testimonials_ctn .owl-next:after {
content: "";
position: absolute;
width: 10px;
height: 10px;
border-top: 1px solid;
border-right: 1px solid;
border-left:non;
border-bottom:none;
transform: rotate(45deg);
top: 14px;
right: 18px;
}
.tt_testimonials_ctn.hover_nav_style .owl-next:after {
content: "";
position: absolute;
width: 20px;
height: 20px;
border-top: 1px solid;
border-right: 1px solid;
border-left:non;
border-bottom:none;
transform: rotate(45deg);
top: 40px;
right: 46px;
}
.owl-dots {
width: 100%;
text-align: center;
overflow: auto;
margin-top: 60px;
}
.owl-dot {
display: inline-block;
width: 16px;
height: 16px;
border-radius: 100px;
border: 3px solid rgba(0,0,0,0);
margin: 0 7px;
}
.owl-item.active.center {
transform: scale(1);
}
.owl-item {
transform: scale(0.8);
-webkit-backface-visibility: hidden;
transition: .4s ease all;
}
.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
display: none;
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-item img {
display: block;
width: 100%;
-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.owl-carousel .owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
}
.owl-item {
-webkit-backface-visibility: hidden;
} .no-js .owl-carousel {
display: block;
} .owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
transform-style: preserve-3d;
} .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//aarron.aero/wp-content/themes/thefox/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: scale 100ms ease;
-moz-transition: scale 100ms ease;
-ms-transition: scale 100ms ease;
-o-transition: scale 100ms ease;
transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transition: scale(1.3, 1.3);
-moz-transition: scale(1.3, 1.3);
-ms-transition: scale(1.3, 1.3);
-o-transition: scale(1.3, 1.3);
transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
} .woocommerce-NoticeGroup { float:left; width:100%; } .pp_gallery { display:none !important; }.clear {
clear:both
}
.nobr {
white-space:nowrap
}
@font-face {
font-family:'star';
src:url(//aarron.aero/wp-content/themes/thefox/fonts/star.eot);
src:url(//aarron.aero/wp-content/themes/thefox/fonts/star.eot?#iefix) format('embedded-opentype'), url(//aarron.aero/wp-content/themes/thefox/fonts/star.woff) format('woff'), url(//aarron.aero/wp-content/themes/thefox/fonts/star.ttf) format('truetype'), url(//aarron.aero/wp-content/themes/thefox/fonts/star.svg#star) format('svg');
font-weight:normal;
font-style:normal
}
.woocommerce-page input[type=submit] {
height: auto!important;
}  #top_bar .header_current_cart {
float:right;
}
#top_bar .header_current_cart:hover .cdp_2 {
top: 51px;
}
#top_bar.topbar_type_5 .header_current_cart:hover .cdp_2 {
top: 46px;
}
.cart-content-tb {
text-transform: uppercase;
font-weight: 900;
font-size: 13px;
position:relative;
padding: 8px 6px 6px;
border-radius: 3px;
}
.cart-content-tb.t_none {
font-weight:normal;
text-transform:none;
}
.cart-content-tb:before {
font-family:"imf";
content: "\e0ce";
padding-right:5px;
font-weight: normal;
}
.topbar_woocommerce_login {
float:right;
}
.type1 .topbar_sign_in {
display:inline-block;
font-weight:bold;
}
.type1 .topbar_signed_in {
display:inline-block;
font-weight:bold;
}
.type1 .topbar_register {
display: inline-block;
border: 1px solid #ebebeb;
border-bottom: 2px solid #ebebeb;
padding: 0px 10px;
border-radius: 3px;
line-height: 23px;
font-weight: bold;
}
.type2 .topbar_sign_in {
display:inline-block;
font-weight:900;
font-size:14px;
text-transform:uppercase;
display: inline-block;
font-weight: 900;
font-size: 14px;
text-transform: uppercase;
padding: 2px 9px 1px;
margin-top: 9px;
border-radius: 3px;
border: 1px solid #fff;
}
.type2 .topbar_signed_in {
display:inline-block;
font-weight:900;
font-size:14px;
text-transform:uppercase;
font-weight: 900;
font-size: 14px;
text-transform: uppercase;
padding: 2px 9px 1px;
margin-top: 9px;
margin-bottom:9px;
border-radius: 3px;
border: 1px solid #fff
}
.type2 .topbar_register {
display: inline-block;
border: 1px solid #ebebeb;
padding: 3px 9px 2px;
margin-top:10px;
margin-left:10px;
margin-bottom:10px;
font-size:14px;
text-transform:uppercase;
border-radius: 3px;
line-height: 23px;
font-weight: 900;
} .topbar_type_1 .header_current_cart {
line-height:51px;
height:51px;
padding-right: 20px;
padding-left: 20px;
}
.topbar_type_1 .topbar_woocommerce_login.type1 {
padding: 14px 20px 12px;
}
.topbar_type_1 .type1 .topbar_sign_in {
margin-right:5px;
}
.topbar_type_1 .type1 .topbar_register {
margin-left:5px;
} .topbar_type_2 .header_current_cart {
line-height:51px;
height:51px;
padding-right: 20px;
padding-left: 20px;
}
.topbar_type_2 .topbar_woocommerce_login.type1 {
padding: 14px 20px 12px;
}
.topbar_type_2 .type1 .topbar_sign_in {
margin-right:5px;
}
.topbar_type_2 .type1 .topbar_register {
margin-left:5px;
} .topbar_type_3 .header_current_cart {
line-height:51px;
height:51px;
padding-left: 20px;
}
.topbar_type_3 .topbar_woocommerce_login.type1 {
padding: 14px 20px 12px;
}
.topbar_type_3 .type1 .topbar_sign_in {
margin-right:5px;
}
.topbar_type_3 .type1 .topbar_register {
margin-left:5px;
} .topbar_type_4 .header_current_cart {
line-height:51px;
height:51px;
padding-left: 20px;
}
.topbar_type_4 .topbar_woocommerce_login.type1 {
padding: 14px 20px 12px;
}
.topbar_type_4 .type1 .topbar_sign_in {
margin-right:5px;
}
.topbar_type_4 .type1 .topbar_register {
margin-left:5px;
} .topbar_type_5 .header_current_cart {
line-height:46px;
height:46px;
padding-right: 20px;
padding-left: 20px;
}
.topbar_type_5 .type1 .topbar_register {
margin:10px 0 9px 5px;
}
.topbar_type_5 .type1 .topbar_signed_in {
margin:11px 0 9px 0px;
} header .cart-content {
padding:37px 14px 38px 14px;
}
.cart-content {
float: right;
padding: 13px 17px 11px 17px;
}
ul.header_current_cart li .cart-content {
border-right:none !important;
border-left:none !important;
}
.cart-content:before {
font-family:"imf";
content: "\e0ce";
margin-right:7px;
line-height:23px;
}
.fixed_header_left .cart-content {
padding:11px 0 10px;
text-align:left;
width:250px;
}
#header_container .cart-notification,#top_bar .cart-notification {
display: none;
position: fixed;
right:-120%;
line-height: 22px;
font-size: 13px;
font-weight:300;
margin-top: 52px;
padding:23px 20px 23px 70px;
width: 270px;
z-index: 100000;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.notification_on {
right:0px !important;
}
span.item-name {
font-weight:700;
}
span.item-name:before {
content: "\f058";
position: absolute;
left: 31px;
top: 35px;
font-family: "Fontawesome";
color: #18e3bb;
font-size: 24px;
}
ul.header_cart_dropdown {
position: absolute;
z-index:1000;
background: #fff;
opacity:0;
visibility:hidden;
width:400px;
border: 1px solid #ebebeb;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
-moz-box-shadow: 0 0px 6px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 0px 6px rgba(0,0,0,0.1);
box-shadow: 0 0px 6px rgba(0,0,0,0.1);
}
.header_current_cart {
position: relative!important;
}
.fixed_header_left .header_current_cart {
float:left;
position:relative;
}
.header_current_cart li:hover .header_cart_dropdown, .header_current_cart a:hover .header_cart_dropdown {
opacity:1;
visibility:visible;
z-index:1000;
}
.header_current_cart:hover .cdp_2 {
top:48px;
}
header .header_current_cart:hover .cdp_2 {
top:100px;
}
header .header_current_cart:hover .cdp_2 {
top:100px;
}
.shrinked_header ul.header_cart_dropdown.cdp_2,.shrinked_header .cart-notification {
top: 55px!important;
margin-top:0px!important;
}
.nav_type_13.shrinked_header ul.header_cart_dropdown.cdp_2,.nav_type_13.shrinked_header .cart-notification{
top: 53px!important;
margin-top:0px!important;
}
.nav_type_14.shrinked_header ul.header_cart_dropdown.cdp_2,.nav_type_14.shrinked_header .cart-notification {
top: 50px!important;
margin-top:0px!important;
}
.fixed_header_left .header_current_cart:hover .cdp_2 {
top:0px;
}
header .cdp_2 {
right: 0;
top: 200px;
}
.fixed_header_left .cdp_2 {
left:205px;
top:100px;
}
.cdp_2 {
right: 0;
top: 153px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
} .current_item_number {text-align: center;
font-size: 12px;
line-height: 22px;
position: absolute;
font-weight: 600;
right:0px;
background: #17dab3;
width: 20px;
height: 20px;
color: #fff;
z-index: 10000;
border-radius: 2px;
top: 50%;
margin-top: -12px;
}
.current_item_number:before {
border-color: transparent #17dab3 transparent;
border-style: solid solid solid none;
border-width: 5px 5px 5px medium;
content: "";
height: 0;
left: -3px;
margin-top: 5px;
position: absolute;
top: 0;
width: 0;
}
.header_cart_dropdown ul.cart_list.product_list_widget {
float: none;
width: 100%;
text-align: center;
overflow: auto;
max-height: 363px;
overflow-x: hidden;
}
.product_list_widget li img {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.product_list_widget li:hover img {
opacity:0.6;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.header_cart_dropdown .widget_shopping_cart_content{
padding-top:10px;
}
#sidebar .widget_shopping_cart .widget_shopping_cart_content {
padding:0!important;
border-top:none!important;
}
.header_cart_dropdown ul.cart_list li,#sidebar .widget_shopping_cart  ul.cart_list li {
padding:20px 0!important;
margin:0 30px !important;
width:340px;
overflow: auto !important;
}
#sidebar .widget_shopping_cart ul.cart_list li {
margin:0!important;
}
.header_cart_dropdown ul.product_list_widget li:last-child ,#sidebar .widget_shopping_cart  ul.product_list_widget li:last-child{
padding:20px 0!important;
margin:0 30px !important;
width:340px;
overflow: auto !important;
}
.header_cart_dropdown ul.cart_list li a,#sidebar .widget_shopping_cart  ul.cart_list li a {
display: block !important;
line-height: 14px !important;
text-align:left !important;
padding:0px 0 5px!important;
margin:0!important;
float:none!important;
border:none!important;
font-size:16px !important;
font-weight:700 !important;
text-shadow:none!important;
text-transform:none!important;
}
.header_cart_dropdown ul.cart_list li a.remove,#sidebar .widget_shopping_cart  ul.cart_list li a.remove {
float: right !important;
color: #fff!important;
border-radius: 100px;
text-align: center!important;
font-size: 14px!important;
height: 20.5px!important;
line-height: 21.5px!important;
width: 20.5px!important;
text-shadow:none!important;
text-transform:none!important;
margin-top: -4px!important;
}
#sidebar .widget_shopping_cart ul.cart_list li a.remove {
background: #404040;
}
.header_cart_dropdown ul.cart_list li a.remove:hover,#sidebar .widget_shopping_cart ul.cart_list li a.remove:hover {
background:#f54e33;
}
.header_cart_dropdown ul.cart_list li img {
float: left !important;
width: 50px !important;
height: auto !important;
margin-right:20px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.header_cart_dropdown .product_list_widget span.amount,#sidebar .widget_shopping_cart .product_list_widget span.amount{
font-size:14px;
}
.header_cart_dropdown .quantity,#sidebar .widget_shopping_cart .quantity{
font-size: 14px !important;
float:left;
width:auto!important;
}
#sidebar .widget_shopping_cart .total {
font-size: 16px !important;
margin: 0!important;
}
#sidebar .widget_shopping_cart  ul.product_list_widget li:last-child {
margin: 0!important;
}
.header_cart_dropdown .clear_total,#sidebar .widget_shopping_cart  .clear_total {
font-size: 16px;
line-height: 45px;
margin-bottom: 0;
width: 340px;
float: left;
margin: 0 30px;
padding:6px 0 5px 0
}
#sidebar .widget_shopping_cart .clear_total {
margin:0!important;
}
.header_cart_dropdown .rd_clear_btn,#sidebar .widget_shopping_cart  .rd_clear_btn {
padding: 0!important;
margin: 0!important;
font-size: 16px!important;
border: none!important;
float: left;
line-height: 45px;
text-transform:none !important;
font-weight: normal !important;
}
.header_cart_dropdown .rd_clear_btn:before,#sidebar .widget_shopping_cart   .rd_clear_btn:before{
font-family: "FontAwesome";
content: "\f014";
padding-right:10px;
font-size:18px;
}
.header_cart_dropdown .total,#sidebar .widget_shopping_cart  .total {
font-size: 16px;
float: right;
}
.header_cart_dropdown .total .amount ,#sidebar .widget_shopping_cart  .total .amount {
font-weight:bold;
}
.rd_cart_buttons {
float: left;
display: block;
padding:25px 30px;
width: 100%;
}
.header_cart_dropdown .button {
border: none !important;
background: #fff;
text-shadow:none!important;
text-transform:none!important;
margin:0!important;
font-size:14px !important;
line-height: 1em !important;
font-weight:900!important;
text-transform:uppercase!important;
padding: 12px 13px 10px !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.header_cart_dropdown .button:before {
font-family: "imf";
content: "\e0ce";
padding-right: 11px;
line-height: 12px;
font-weight: normal !important;
}
.header_cart_dropdown .checkout {
padding: 12px 13px 10px !important;
float:right!important;
}
.header_cart_dropdown .checkout:before {
font-family: "imf";
font-size: 13px;
font-weight: normal !important;
content:"\e08b";
}
#sidebar .widget_shopping_cart .rd_cart_buttons {  background: none!important; padding: 0!important; }
#sidebar .widget_shopping_cart a.button {
font-size: 16px;
font-weight: 700;
text-transform: none;
padding: 0!important;
}#sidebar .widget_shopping_cart a.button.wc-forward {
padding-right: 10px !important;
} .woocommerce #fw_c {
padding:100px 0;
} .product_filtering {
overflow: visible;
display: block;
margin-bottom:30px;
min-height:71px;
margin-left: 0px;
z-index: 2;
position: relative;
}
.filter_param {
float: left;
margin-right: 10px;
padding: 9px 60px 10px 20px;
background: #fcfcfc;
border: 1px solid #ebebeb;
font-size: 14px;
border-radius:3px;
margin-bottom: 4px;
position:relative;
}
.filter_param_count {
margin-right:none!important;
}
.current_li:after {
font-family:"FontAwesome";
content:"\F107";
position:absolute;
display:block;
top:-1px;
right:13px;
padding: 10px 0 10px 14px;
font-size: 19px;
}
.filter_param li ul {
position: absolute;
top: 38px;
padding: 5px 0;
left: -1px;
width: 100%;
z-index: -1;
display:none;
background: #fcfcfc;
border: 1px solid #ebebeb;
}
.filter_param li ul li {
padding: 6px 15px;
font-size:13px;
}
.filter_param.filter_param_sort {
padding: 3px 12px 4px 11px;
line-height: 30px;
}
.filter_param.filter_param_sort a {
font-size:16px;
}
.filter_param li ul li a:before {
font-family:"FontAwesome";
content:"\F105";
padding-right:5px;
}
.filter_param:hover ul, .filter_param li ul:hover {
z-index: 1;
display:block;
}  .inner_product {
position:relative;
overflow:hidden;
}
.thumbnail_container {
position:relative;
overflow:hidden;
}
.item_current_status {
min-width: 60px;
min-height: 60px;
background: rgba(34, 37, 51, 0.5);
position: absolute;
z-index: 10;
top: 50%;
left: 50%;
border-radius: 100px;
margin: -40px 0 0 -30px;
transform: scale(0);
-ms-transform: scale(0); -webkit-transform: scale(0);
-moz-transform: scale(0);
-webkit-transition: -webkit-transform 400ms;
-moz-transition:-moz-transform 400ms;
-o-transition:transform 400ms;
transition:transform 400ms;
}
.adding_to_cart_working .icon_status_inner {
min-height:50px;
min-width:50px;
background:#222533;
margin:5px;
display:block;
text-align:center;
border-radius:100px;
}
.adding_to_cart_working .icon_status_inner:before {
content:"\f1ce";
font-family: "FontAwesome";
font-size: 21px;
line-height: 50px;
-webkit-animation: loader_spin 2s infinite linear;
-moz-animation: loader_spin 2s infinite linear;
-o-animation: loader_spin 2s infinite linear;
animation: loader_spin 2s infinite linear;
}
.adding_to_cart_completed .icon_status_inner {
min-height:50px;
min-width:50px;
background:#222533;
display:block;
margin:5px;
text-align:center;
border-radius:100px;
}
.adding_to_cart_completed .icon_status_inner:before {
content:"\f00c";
font-family: "FontAwesome";
font-size: 21px;
line-height: 50px;
}
.adding_to_cart_working .item_current_status {
display:block;
transform: scale(1);
-ms-transform: scale(1); -webkit-transform: scale(1);
-moz-transform: scale(1);
}
.adding_to_cart_completed:hover .item_current_status {
display:block;
transform: scale(1);
-ms-transform: scale(1); -webkit-transform: scale(1);
}
.woo_product_hover {
position: absolute;
bottom: -110%;
-webkit-transition: all 0.3s ease-out !important;
-moz-transition: all 0.3s ease-out !important;
-o-transition: all 0.3s ease-out !important;
transition: all 0.3s ease-out !important;
}
.inner_product:hover .woo_product_hover {
bottom:0;
}
.added_to_cart {
display:none!important;
}
.custom_cart_button .add_to_cart_button.product_type_simple {
display:inline-block !important;
}
.custom_cart_button .product_type_simple {
display: none !important;
}
.outofstock .product_type_simple:last-child {
display:none !important;
} .product_box {
padding: 18px 30px 0;
}
.product_box h3,.product_box h2{
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.product_box .star-rating {
margin-top:7px !important;
}
.product_box .price {
font-size: 20px !important;
font-weight: normal !important;
padding-top: 7px;
padding-bottom:13px!important
}
.product_box ins {
text-decoration:none!important;
} .custom_cart_button {
padding:20px 25px 19px;
overflow:auto;
border-top:none;
}
.product_box .price del {
font-size:20px !important;
margin-right:10px!important;
}
.custom_cart_button .add_to_cart_button {
font-size:14px!important;
text-transform:none!important;
padding:0!important;
float:left;
font-weight:500!important;
}
.custom_cart_button .add_to_cart_button:before {
padding-right:5px;
font-family: "imf";
content: "\e0ce";
line-height: 13px;
}
.custom_cart_button .button.add_to_cart_button.product_type_simple.added:before {
content:"\f14a";
font-family: "FontAwesome";
padding-right:7px;
}
.custom_cart_button .show_details_button {
font-size:14px!important;
text-transform:none!important;
padding:0!important;
float:right;
font-weight:500!important;
}
.custom_cart_button .show_details_button:before {
padding-right:5px;
font-family: "FontAwesome";
content: "\f0f6";
line-height: 13px;
}
.custom_cart_button .loading {
display:block !important;
text-shadow:none!important;
border:none !important;
border-radius:0px !important;
-webkit-box-shadow: none!important;
-moz-box-shadow: none!important;
box-shadow: none!important;
}
.custom_cart_button .loading:before {
content:"\F067";
padding-right:8px;
line-height: normal;
font-size: 15px;
font-family:"FontAwesome";
} .rp_sc .woocommerce .products li,.related.products .products li,.upsells .products li,.cross-sells .products li{
background:none!important;
border:none!important;
}
.woocommerce.columns-1 .products li,.shop_one_col {
width: 100% !important;
margin-right: 0;
}
.woocommerce.columns-2 .products li,.shop_two_col {
width: 48.8% !important;
margin-right: 2.4%;
}
.woocommerce.columns-3 .products li,.shop_three_col {
width: 31.6% !important;
margin-right: 2.6%;
}
.woocommerce.columns-4 .products li,.shop_four_col {
margin:0 2.6% 2.992em 0;
width:23.05%;
}
.related h3, .shop_two_col h3, .shop_three_col h3, .shop_four_col h3,.woocommerce.columns-2 .products li h3,.woocommerce.columns-3 .products li h3,.woocommerce.columns-4 .products li h3,
.related h2, .shop_two_col h2, .shop_three_col h2, .shop_four_col h2,.woocommerce.columns-2 .products li h2,.woocommerce.columns-3 .products li h2,.woocommerce.columns-4 .products li h2 {
font-size: 18px!important;
font-weight:700;
padding-top:0;
}
#posts .product_box {
padding: 0px 20px 0;
}
#posts .shop_two_col h3, #posts .shop_three_col h3, #posts .shop_four_col h3,
#posts .shop_two_col h2, #posts .shop_three_col h2, #posts .shop_four_col h2 {
font-size: 16px!important;
padding-top:15px !important;
}
#posts .shop_two_col h3, #posts .shop_three_col h3, #posts .shop_four_col h3,
#posts .shop_two_col h2, #posts .shop_three_col h2, #posts .shop_four_col h2 {
font-size: 16px!important;
padding-top:15px !important;
}
#posts .shop_two_col h3, #posts .shop_three_col h3, #posts .shop_four_col h3,
#posts .shop_two_col h2, #posts .shop_three_col h2, #posts .shop_four_col h2 {
font-size: 16px!important;
padding-top:15px !important;
}
#posts .product_box .star-rating {
margin-top:8px !important;
}
#posts .product_box .price {
font-size: 18px !important;
font-weight: normal !important;
padding-top: 8px;
padding-bottom:4px!important
}
#posts .custom_cart_button {
padding:20px 20px 21px;
}
#posts .shop_four_col .add_to_cart_button{
display: block;
width: 100%;
margin-bottom:10px;
}
#posts .shop_four_col .show_details_button {
display: block;
width: 100%;
}
#posts .shop_four_col span.onsale {
width:42px;
height:42px;
line-height:42px;
font-size:13px;
right:9px!important;
top: 9px!important;
}
.woocommerce-pagination {
padding-bottom:50px;
}
.woocommerce nav.woocommerce-pagination ul li, .woocommerce #content nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul li {
border-right:none!important;
}
.rp_sc .product {
clear: none !important;
padding-right: 30px!important;
margin: 0!important;
height: auto !important;
}
.rp_sc .products {
clear: none !important;
margin: 0!important;
overflow: auto!important;
} .single-product.woocommerce-page .section .wrapper {
overflow:visible !important;
}
.single-product.woocommerce-page span.onsale{
position: absolute;
left: 480px;
z-index: 1;
}
.woo-share-box {
width:30px;
position: absolute;
left: -50px;
}
.woo-share-box ul li {
margin-bottom:5px!important;
border-radius:3px;
}
.woo-share-box ul li a {
display:block;
line-height:30px;
border-radius:3px;
}
.fixed-woo-share-box {
position:fixed;
left:50%;
top:100px;
margin-left: -635px;
}
.rd_woo_image_ctn {
float: left;
width: 48.8%;
}
.product_image_wrapper {
float:right;
width:470px;
position:relative;
}
.single_product_main_image, .single_products_thumbnails {
opacity:0;
}
.single_product_main_image div {
overflow: visible;
padding: 0;
display: block;
float: left !important;
height: auto !important;
}
.single_product_main_image a, .single_product_main_image a img {
display:block;
margin:0;
padding:0;
width:100%;
}
.product_nav_left,.product_nav_right{
display: block;
position: absolute;
left: 0;
top: 50%;
margin-top: -15px;
width: 30px;
height: 30px;
background: rgba(43, 29, 29, 0.5);
z-index: 1;
text-align:center;
line-height:30px;
font-size: 22px;
color:#ffffff;
opacity:0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.product_image_wrapper:hover .product_nav_left,.product_image_wrapper:hover .product_nav_right{
opacity:1;
}
.product_nav_right{
left:inherit;
right:0;
}
.product_nav_left:before {
font-family:"FontAwesome";
content: "\f104";
}
.product_nav_right:before {
font-family:"FontAwesome";
content: "\f105";
}
.woo_img_next {
width: 100%;
height: 20px;
background: #ecf0f1;
border-radius: 3px 3px 0 0;
text-align: center;
line-height: 22px !important;
font-size: 17px;
font-weight: 700!important;
color:#a1b1cb;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.woo_img_prev {
width: 100%;
height: 20px;
background: #ecf0f1;
border-radius: 0 0 3px 3px;
text-align: center;
line-height: 22px !important;
font-size: 17px;
font-weight: 700!important;
color:#a1b1cb;
position:absolute;
bottom:0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.product_thumb_wrapper {
float:left;
width:90px;
height:600px;
position:relative;
overflow:hidden;
}
.single_product_thumbnails {
overflow: visible;
padding: 0;
display: block;
float: left;
width:90px !important;
height: auto !important;
}
.product_title.entry-title {
font-size:18px!important;
font-weight:700!important;
line-height: 29px;
margin-top: -7px!important;
}
.summary.entry-summary .price {
padding-top:11px;
padding-bottom:3px;
font-size: 24px !important;
font-weight:300;
}
.summary.entry-summary .price ins {
text-decoration:none;
font-weight:900!important;
padding-left:16px;
}
.summary.entry-summary .price del {
font-size:24px !important
}
.summary .cart {
padding: 46px 0 0!important;
}
.variations .label label {
font-weight:normal !important;
}
.variations td.label {
line-height: 39px;
}
.variations td.value {
width:149px;
}
.variations select {
padding: 7px;
border: 1px solid #ebebeb;
margin-top: 4px;
}
.reset_variations {
float: right;
margin-bottom: 10px;
}
.buttons_added {
width:100px !important;
float:left;
clear:both;
}
.qtyminus.qty-number {
float: left !important;
display: block !important;
position: relative !important;
width: 33px !important;
height: 31px !important;
border: 1px solid #ebebeb;
background: #fcfcfc;
line-height: 10px !important;
font-size: 14px !important;
cursor:pointer;
padding: 0!important;
}
.qtyplus.qty-number {
float: left !important;
display: block !important;
position: relative !important;
width: 33px !important;
height: 31px !important;
border: 1px solid #ebebeb;
background: #fcfcfc;
line-height: 10px !important;
font-size: 14px !important;
cursor:pointer;
padding: 0!important;
}
button.single_add_to_cart_button.button.alt {
padding:11px 15px 10px!important;
font-weight:900;
font-size:16px;
float:left;
clear:both;
margin-top: 20px;
}
button.single_add_to_cart_button.button.alt:before {
content: "\e0ce";
font-family:"imf";
padding-right: 11px;
}
.summary .product_title {
margin-bottom:0!important;
}
.woocommerce-product-rating .star-rating {
float:left!important;
}
.woocommerce-product-rating .woocommerce-review-link {
display: block;
float: left;
padding-left:15px;
font-size:14px;
margin-top: -1px;
}
.rd_woo_short_description {
float:left;
padding:20px 0;
width:100%;
clear:both;
}
.product_meta .sku_wrapper {
float:left;
clear:both;
padding:0px 0 10px 0;
}
.product_meta .posted_in {
float:left;
clear:both;
font-size:14px;
}
.product_meta .posted_in:before {
content:'\f14b';
font-family:"FontAwesome";
padding-right:10px;
}
.product_meta .tagged_as {
float:left;
clear:both;
font-size:14px;
padding:10px 0 0 0;
}
.product_meta .tagged_as:before {
content:'\f02e';
font-family:"FontAwesome";
padding-right:10px;
} .woocommerce-tabs {
clear:both !important;
float: left;
width: 100%;
opacity:0;
margin-top: 34px;
}
.woocommerce-tabs .tabs {
overflow:visible;
display:inline-block
}
#tab-description h2, #tab-additional_information h2 {
display:none;
}
.woocommerce-tabs .tabs li {
float:left;
margin-left:-1px;
position:relative;
z-index:1;
}
.woocommerce-tabs li.active {
border-bottom: 1px solid #fff;
margin-top:-5px!important
}
.woocommerce-tabs .tabs li a {
width: 100%;
display: block;
font-size:16px;
padding: 10px 20px;
transition: all ease-in-out 0s;
-webkit-transition: all ease-in-out 0s;
-moz-transition: all ease-in-out 0s;
-o-transition: all ease-in-out 0s;
}
.woocommerce-tabs .active a {
padding:13px 20px 12px!important;
margin-top:0!important;
border-radius:3px 3px 0 0;
}
.woocommerce-tabs .tabs .panel {
padding: 0px 0;
display:block!important;
visibility:hidden;
height:0!important;
clear:both;
opacity:0;
-webkit-transition: visibility 0s linear 0s, opacity 0.1s linear, height 0s linear, padding 0.25s ease-out;
-moz-transition: visibility 0s linear 0s, opacity 0.1s linear, height 0s linear, padding 0.25s ease-out;
-o-transition: visibility 0s linear 0s, opacity 0.1s linear, height 0s linear, padding 0.25s ease-out;
transition:visibility 0s linear 0s, opacity 0.1s linear, height 0s linear, padding 0.25s ease-out;
}
.woocommerce-tabs .active .panel {
padding: 12px 0;
visibility:visible;
height: auto!important;
opacity:1;
transition-delay:0s;
}
.woocommerce-tabs .tabs .panel a {
padding:0;
display:inline-block;
width:auto;
}
.woocommerce-tabs .tabs .panel a:after {
content:none;
}
.woocommerce-tabs .panel {
clear:both!important;
margin-top:-5px;
padding:30px 20px;
border-left:none!important
}
.woocommerce-tabs .panel p:last-child {
margin-bottom:none!important;
}
#tab-reviews {
position:relative;
}
#tab-reviews .clear {
padding:0!important
}
#tab-reviews #comments {
position:relative;
margin-bottom:0!important;
}
.description p {
padding-top:6px;
}
#comments .commentlist {
padding-top:20px;
}
#comments .star-rating {
position:absolute;
top:10px;
right:0px;
}
.comment-text .star-rating {
position: initial !important;
padding-right: 1px;
}
#review_form_wrapper {
opacity:0;
height:0;
visibility:hidden;
-webkit-transition: visibility 0s linear 0s, opacity 0.1s linear, height 0s linear, padding 0.25s ease-out;
-moz-transition: visibility 0s linear 0s, opacity 0.1s linear, height 0s linear, padding 0.25s ease-out;
-o-transition: visibility 0s linear 0s, opacity 0.1s linear, height 0s linear, padding 0.25s ease-out;
transition:visibility 0s linear 0s, opacity 0.1s linear, height 0s linear, padding 0.25s ease-out;
}
.show_review_form.button {
font-weight:700!important;
text-transform:none!important;
font-size: 14px!important;
padding:0px !important;
}
.show_review_form.button:before {
content: "\f044";
font-family: "FontAwesome";
padding-right: 5px;
}
.comment-form-author {
float:left;
width:48.8%;
}
.comment-form-email {
float:right;
width:48.8%;
}
.comment-form-comment {
clear:both;
}
#respond .comment-form {
position:relative;
}
#review_form input[type=submit] {
height: auto!important;
font-weight: 900!important;
font-size: 16px!important;
padding: 11px 15px 10px !important;
}
#review_form input[type=submit] :before {
content: "\f044";
font-family: "FontAwesome";
padding-right: 11px;
}
.woocommerce-page #respond #reply-title {
display:none;
}
.comment-form-rating {
position:absolute;
right:0;
bottom:130px;
}
.comment-form-rating label {
float:left;
padding-right: 95px;
}
.comment-form-rating .stars {
position: absolute;
right: 0;
top: 4px;
} .single_product_navigation {
float:left;
clear:both;
width:100%;
margin-top: 50px;
padding-top: 20px;
padding-bottom:41px;
}
.single_product_navigation .previous_product {
font-size:13px;
float:left;
padding:10px 17px 9px;
}
.single_product_navigation .previous_product:before {
font-family: 'FontAwesome';
content: '\f104';
padding-right: 10px;
}
.single_product_navigation .next_product {
font-size:13px;
float:right;
padding:10px 17px 9px;
}
.single_product_navigation .next_product:after {
font-family: 'FontAwesome';
content: '\f105';
padding-left: 10px;
} .related {
height: auto !important;
overflow: visible !important;
clear: both !important;
padding: 20px 0 80px 0;
position:relative;
}
.cross-sells {
height: auto !important;
overflow: visible !important;
clear: both !important;
padding: 20px 0 80px 0;
position: relative;
}
.related .related_nav, .cross-sells .related_nav, .upsells .upsells_nav {
position: absolute;
top: 56px;
right: 46px;
width: 60px;
overflow:visible;
}
.related .products, .cross-sells .products {
clear:none !important;
margin:0!important;
overflow:auto!important;
}
.related .products li, .cross-sells .products li {
clear:none !important;
padding-right:30px!important;
margin:0!important;
height: auto !important;
}
.related h2 {
font-size: 24px !important;
font-weight: 500 !important;
padding-bottom: 21px;
width: 100%;
border:none!important;
}
.cross-sells h2 {
font-size: 24px;
font-weight: 700;
padding-bottom: 21px;
width: 100%;
border:none!important;
}
.caroufredsel_wrapper .inner_product {
}
.stars {
unicode-bidi: bidi-override;
direction: rtl;
}
.stars span a {
display: inline-block;
position: relative;
width: 1.1em;
font-family: FontAwesome;
content: "\f006";
-webkit-transition:all ease-in-out 0s;
-moz-transition: all ease-in-out 0s;
-o-transition: all ease-in-out 0s;
transition:all ease-in-out 0s;
}
.stars span a:hover:before, .stars span a:hover ~ span a:before {
content: "\f006";
position: absolute;
}
.thumbnails .zoom {
margin-bottom:20px;
}
.upsells {
float:left;
position:relative;
padding-top:20px;
}
.upsells .caroufredsel_wrapper {
}
.upsells_nav {
position: absolute;
top: 80px;
right: -3px;
width: 60px;
margin-left: -50px;
overflow: visible;
}
.upsells h2 {
font-size: 24px;
font-weight: 500;
padding-bottom: 21px;
width: 100%;
border: none!important;
}
.upsells .products li {
clear:none !important;
padding-right:30px!important;
margin:0!important;
height: auto !important;
min-width:254px !important;
} #woocommerce_eu_vat_compliance_self_certify,#woocommerce_eu_vat_compliance {
float: left;
}
#woocommerce_eu_vat_compliance_self_certify h3,
#woocommerce_eu_vat_compliance_self_certify p,
#woocommerce_eu_vat_compliance h3,
#woocommerce_eu_vat_compliance p{
float: left;
width: 100%;
}
.woocommerce-cart #fw_c {
padding:100px 0;
}
.user_current_cart {
overflow:auto;
padding-bottom:25px;
border-radius:3px 3px 0 0;
}
.woocommerce-cart .update_cart {
float:right;
margin-top:10px !important;
margin-right: 30px;
}
.update_cart input.checkout-button.button {
margin-left:20px;
}
.woocommerce-cart .cart_totals {
float:right;
width:23.5%;
margin-top:0 !important;
clear:both;
}
.woocommerce-cart .cart_totals h2, .woocommerce-cart form h2, .woocommerce-checkout .woocommerce h2 {
font-size:24px;
font-weight:700;
padding-bottom:0px;
}
.woocommerce-cart .cart_totals table {
width:100%;
margin:10px 0 0 0;
font-size:14px;
}
.cart_totals th {
width: 50%;
background: #f9fbfa;
height: 50px!important;
line-height: 50px;
padding: 0 20px!important;
}
.woocommerce-cart .cart_totals table.shop_table th {
padding-left: 20px!important;
}
.woocommerce-cart .cart_totals th {
text-align:left;
padding:0px 20px;
}
.woocommerce-checkout table.shop_table .rd_order_total th,.woocommerce-checkout table.shop_table .rd_order_total tr {
text-align:left;
padding:7px 0 !important;
width:46%;
}
.woocommerce-cart .cart_totals td {
text-align:left;
padding:0px 20px!important;
}
.woocommerce-checkout table.shop_table .rd_order_total td {
text-align:right;
padding:7px 0 !important;
}
.woocommerce-checkout table.shop_table .rd_order_total td:last-child {
padding:7px 0 !important;
}
.woocommerce-cart .cart_totals .shipping th, .woocommerce-cart .cart_totals .shipping td {
}
.rd_order_total .shipping th, .rd_order_total .shipping td {
padding-bottom:20px!important;
padding-top:21px!important;
}
.update_cart input[type=submit] {
height:auto!important;
margin-top:15px !important;
}
.rd_order_total .total .amount {
font-size: 16px;
}
.woocommerce-cart .coupon {
float: left;
width: 35%;
margin-left: 30px;
margin-top:25px!important;
}
.woocommerce-cart #coupon_code {
display: block;
float: left;
height: 50px;
margin-right: 10px;
width: 60%;
padding: 0px 20px;
border-radius: 3px;
}
.coupon input.button.alt2 {
padding: 17px 21px;
}
.woocommerce-cart table.shop_table th {
padding:31px 0!important;
}
.product-remove {
text-align:center;
padding:31px 10px!important;
}
.product-remove a {
display:inline-block!important;
}
.cart-collaterals h2 {
padding-bottom: 20px!important;
}
.shipping-calculator-form {
display:block!important;
}
#customer_details .country_to_state,#customer_details #calc_shipping_state,#customer_details .state_select{
border:none!important;
}
.country_to_state .select2-choice,.state_select .select2-choice,#calc_shipping_state .select2-choice{
background: transparent;
padding: 5px 5px 5px 15px !important;
font-size: 14px !important;
line-height: 25px !important;
font-weight: normal;
border-radius: 0;
height: 40px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: relative;
overflow: hidden!important;
width: 100%!important;
z-index: 1;
font-family: "Lato";
border-radius: 4px;
}
.select2-drop { border-top: none!important;
max-width: 570px;
margin-top: -3px; }
#billing_state_chosen,#shipping_state_chosen {
margin-top:0!important;
}
.shipping_calculator #calc_shipping_country.country_to_state ,.shipping_calculator #calc_shipping_state,#braintree-cc-exp-month,#braintree-cc-exp-year{
padding: 10.5px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 4px;
}
.shipping_calculator .form-row {
float:left;
padding:3px 0 !important;
display:block;
width:48.8%;
margin-right:2.4%!important;
clear:none!important;
}
.shipping_calculator .last_row {
margin-right:0!important;
width:48.8%;
}
.shipping_calculator .form-row input {
border-radius:4px;
}
.shipping_calculator .update_shipping_btn .button {
border: 1px solid rgba(255, 255, 255, 0);
width:auto !important;
}
p.form-row.form-row-wide.select_arrow {
position:relative;
width:100% !important;
overflow:hidden;
padding:0!important;
border-left:none!important;
border-top:none!important;
border-bottom:none!important;
border-right: none!important;
margin-bottom:10px!important;
}
p.form-row.form-row-wide.state_select_arrow {
position:relative;
overflow:hidden;
}
.select_arrow:after,.state_select_arrow span:after{
font-family: "FontAwesome";
content: "\f107" !important;
position: absolute;
top: 10px;
right: 30px;
z-index: 1;
width: 1px;
height: 1px;
}
.return-to-shop .button.wc-backward:before, .customer_details_back:before, .cart_details_back:before {
font-family: "FontAwesome";
content: "\f104";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-right: 15px;
}
.customer_details_next:before {
font-family: "FontAwesome";
content: "\f105";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-left: 13px;
float:right;
} .woocommerce-page #payment .form-row.place-order {
padding: 40px 0 40px;
}
.woocommerce-page form .form-row #terms {
padding: 1px 9px !important;
}
#shipping_method input {
width: auto;
}
input[type='checkbox'] {
position:relative;
height: 20px;
width: 20px;
border:1px solid #B5B7B8;
font: 14px/26px 'pt-sans', 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
padding:7px 7px 7px 7px;
margin:0 3px 3px 0;
background:#FFF;
outline:none;
-webkit-appearance: none;
-webkit-font-smoothing: antialiased;
-webkit-transition: all 0.15s;
-moz-transition: all 0.15s;
-ms-transition: all 0.15s;
-o-transition: all 0.15s;
transition: all 0.15s;
}
input[type='checkbox']:after {
font-family: "FontAwesome";
content: '\f00c';
position: absolute;
top: -3px;
left: 2px;
}
input[type=checkbox]:checked {
background-color: red;
}
#rd_login_form .inline {
font-weight:500!important;
}
input, label {
vertical-align: middle
}
.woocommerce-checkout #fw_c, .woocommerce-account #fw_c {
padding:100px 0;
overflow:auto;
}
.woocommerce-checkout .form-row label {
font-weight:700;
font-size:14px;
padding-bottom: 3px;
}
.woocommerce-checkout input[type=text], .woocommerce-checkout input[type=email], .woocommerce-checkout input[type=password], .woocommerce-checkout textarea {
border-radius:4px;
}
.checkout_steps {
border: 1px solid #ebebeb;
overflow: hidden;
margin-bottom: 50px;
}
.checkout_step {
float: left;
width: 25%;
padding: 12px 1%;
position: relative;
cursor:pointer;
}
.checkout_steps .logged {
width:33.3%!important;
}
.checkout_steps .active_step {
font-weight:600;
cursor:default!important;
}
.checkout_step:after {
content: "";
height: 50px;
width: 50px;
border: 1px solid #ebebeb;
display: block;
padding: 0;
float: right;
position: absolute;
margin: 0;
right: 5%;
top: -3px;
border-left: none !important;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
border-bottom: none !important;
}
.last_step {
cursor:default!important;
}
.last_step:after {
border:none!important;
}
.checkout .clear {
display:none;
}
#rd_login_form {
width:48.8%;
float:left;
}
#rd_login_form div.clear {
display:none;
}
#rd_login_form form {
padding:0px 0 0 0!important;
border:none!important;
}
#rd_login_form .login {
display:block!important;
margin:13px 0 13px 0;
}
#rd_login_form .form-row {
width:100%!important;
}
#rd_login_form .form-row-first {
padding:3px 0 7px 0 !important;
margin-bottom:0 !important;
}
#rd_login_form .lost_password {
padding-left:0px;
float:left;
margin-top:10px;
}
#rd_login_form input[type=submit],#rd_login_form button[type=submit] {
margin-top:13px;
float:left;
clear:both;
border:none;
}
#rd_login_form > form > p:nth-child(4) > label {
float: left;
clear:both;
margin-top: 28px;
}
.rd_guest_checkout {
width:48.8%;
float:left;
margin-left:2%;
}
.rd_guest_acc, .rd_create_acc {
width:100%;
padding:12px 0!important;
text-align:center;
}
.rd_guest_acc {
margin-top:43px!important;
}
.rd_create_acc {
margin-top:50px!important;
position:relative;
z-index:10000;
}
.create-account {
visibility:visible!important;
display:block !important;
}
.popup_bg {
position: fixed;
min-width: 100%;
min-height: 100%;
background-color: rgba(0, 0, 0, 0);
opacity:0;
z-index: 10000;
top: 0;
left: 0;
visibility:hidden;
display: block;
margin: 0!important;
-webkit-transition: visibility 0.3s linear, opacity 0.3s linear, height 0s linear, padding 0.25s ease-out;
-moz-transition: visibility 0.3s linear, opacity 0.3s linear, height 0s linear, padding 0.25s ease-out;
-o-transition: visibility 0.3s linear, opacity 0.3s linear, height 0s linear, padding 0.25s ease-out;
transition:visibility 0.3s linear, opacity 0.3s linear, height 0s linear, padding 0.25s ease-out;
}
.create-account {
width:600px;
height:400px;
margin-top:-200px;
margin-left:-300px;
background:#fff;
top:125%;
left:50%;
position:fixed;
z-index:10001;
-webkit-transition:all ease-in-out .4s;
-moz-transition: all ease-in-out .4s;
-o-transition: all ease-in-out .4s;
transition:all ease-in-out .4s;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border: 1px solid #ebebeb;
box-shadow: 15px 15px 0 0 rgba(0,0,0,0.3);
}
.create_acc_header {
background: #fcfcfc;
line-height: 75px;
border-bottom: 1px solid #ebebeb;
padding: 0px 30px;
border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
}
.create_acc_header h3 {
font-weight:normal;
margin:0;
}
.create_acc_container {
padding: 10px 30px;
}
.create_acc_container .form-row {
width: 100% !important;
}
.create_acc_container label {
padding-bottom: 10px;
}
.create_acc_container .hidden {
visibility:visible!important;
}
.c_acc_box {
float: left;
margin-top: 30px;
}
.create_acc_done {
margin-top:22px!important;
float:right;
}
.create_acc_done:hover {
background:#444;
}
#customer_details {
height:0;
overflow:hidden;
visibility:hidden;
}
#customer_details .col-2 {
margin-top:0!important;
}
.checkout_nav {
clear:both;
display:block;
}
.customer_details_back {
float:left;
margin-top:50px!important;
}
.customer_details_next {
float:right;
margin-top:50px!important;
}
.woocommerce-shipping-fields textarea {
padding:10px 20px
}
.rd_order_review {
height:0;
overflow:hidden;
visibility:hidden;
margin-top:0!important;
}
.order_and_total_wrapper {
border-radius:3px 3px 0 0;
overflow:auto;
}
.shop_table thead {
font-weight: 900;
text-transform: uppercase;
font-size: 16px;
}
.shop_table tbody tr:nth-child(even) {
background: #f8f9f9;
}
.rd_coupon_form {
height:0;
overflow:hidden;
visibility:hidden;
position:absolute;
bottom:30px;
width:277px;
left: 30px;
}
.rd_coupon_form .woocommerce-info {
display:none!important;
}
.rd_coupon_form .checkout_coupon {
display:block!important;
border:none!important;
margin:0!important;
padding:0 !important
}
.rd_coupon_form .form-row-first {
width:180px !important;
}
.rd_coupon_form .form-row-last {
width:auto!important;
}
.rd_coupon_form input[type=text] {
height:40px;
}
.rd_coupon_form .alt2 {
font-size: 14px!important;
padding: 12px 20px!important;
}
#order_review_heading {
margin-bottom:0!important;
}
#order_review {
margin-top:0!important;
}
.woocommerce-downloads.woocommerce-page table.shop_table td, .woocommerce-downloads​.woocommerce-page table.shop_table th​ { text-align: center !important; }​
.woocommerce-checkout .product-name {
width:120px;
}
.woocommerce-checkout .product-name img {
width:50px;
display:block;
border-radius:3px;
}
.woocommerce-checkout .product-qty {
width:50px;
text-align:center;
}
.woocommerce-checkout .product-total {
width:80px;
text-align:right;
}
.rd_order_total {
width:300px!important;
float:right;
overflow:auto;
font-size:14px;
font-weight:700;
position:absolute;
right:30px;
bottom:23px;
}
.woocommerce-checkout #payment {
clear:both;
}
.payment_methods.methods .payment_method_paypal img {
width:51px;
float:right;
top:15px
}
.cart_details_back {
margin-bottom:40px !important;
position:absolute !important;
bottom:-79px;
}
.order_complete_ctn p {
margin-bottom:35px!important;
}
h3.thx_msg, .order_complete_ctn h3 {
padding-bottom:20px;
font-size:16px;
}
.chosen-container-active.chosen-with-drop .chosen-single, .woocommerce-checkout .form-row .chosen-container-single .chosen-single, a.chosen-single, .chosen-drop {
background-image:none;
background:#fff;
border:1px solid #ebebeb;
box-shadow:none!important;
}
.woocommerce-checkout .form-row .chosen-container-single .chosen-single,.woocommerce-account .form-row .chosen-container-single .chosen-single  {
line-height:40px;
height:40px;
border-radius:4px;
}
div#billing_country_chosen, div#shipping_country_chosen {
margin-top:3px !important;
}
#billing_address_2_field, #shipping_address_2_field {
padding-top:3px !important;
}
.chosen-container-single .chosen-single div {
top:-7px;
right:20px;
}
.chosen-container-single .chosen-single {
padding-left:20px!important;
}
textarea#order_comments {
margin-top: 3px!important;
height:90px;
}
.order_complete_ctn {
float:left;
width:48.8%;
margin-right:2.4%
}
.complete_customer_ctn {
float:right;
width:48.8%;
}
.complete_customer_ctn dd {
padding: 5px 0px 10px;
}
.customer_details, .rd_customer_adress, .rd_customer_shipping_adress {
padding-bottom:20px;
}
.order_complete_ctn .clear {
display:none!important;
}
.order_complete_ctn h2, .complete_customer_ctn h2 {
padding-bottom:20px !important;
}
.shop_table.order_details {
border-radius:4px 4px 0 0;
}
.shop_table.order_details tfoot tr th, .shop_table.order_details tfoot tr td {
padding:7px 30px !important;
}
.shop_table.order_details tfoot tr td {
text-align:right!important;
}
.shop_table.order_details tfoot tr:first-child th, .shop_table.order_details tfoot tr:first-child td {
padding-top:30px !important;
}
.shop_table.order_details tfoot tr:last-child th, .shop_table.order_details tfoot tr:last-child td {
padding-bottom:30px !important;
}  .price_slider_wrapper {
padding:0px;
}
.price_slider_amount .button {
padding:8px 8px !important;
}
#sidebar .product_list_widget, .product_list_widget{
padding:0px;
}
.product_list_widget a {
font-weight:700!important;
font-size:14px;
margin-bottom:14px;
}
#header_container nav .rd_megamenu .mm_widget_area .rd_megamenu_widget_area .product_list_widget a {
font-weight:700!important;
font-size:14px!important;
margin-bottom:14px!important;
padding:0!important;
}
.product_list_widget span.amount {
font-size:18px;
}
#sidebar .price_label {
float:right;
font-size:14px;
margin-top:18px;
line-height: 14px;
}
.price_label .from, .price_label .to {
font-weight:700;
}
ul.product_list_widget li,#header_container nav .rd_megamenu .mm_widget_area .rd_megamenu_widget_area .product_list_widget li{
padding:0 0 22px 0 !important;
margin:0 0 21px 0 !important;
}
.product_list_widget del span.amount {
text-decoration:line-through;
}
.product_list_widget ins {
text-decoration:none!important;
margin-left:1px;
}
ul.product_list_widget li:last-child,#header_container nav .rd_megamenu .mm_widget_area .rd_megamenu_widget_area .product_list_widget li:last-child {
padding: 0 !important;
margin: 0 !important;
border: none!important;
}
.price_slider_amount button.button {
border:none!important;
font-size:14px !important;
font-weight:500 !important;
text-transform:none!important;
margin-top: 9px!important;
}
.price_slider_amount .clear {
padding:0;
} #sidebar .widget_shopping_cart_content .total {
float:right!important;
font-size: 14px;
margin-top: 15px;
padding-bottom: 10px;
}
#sidebar .widget_shopping_cart_content .buttons {
clear:both;
}
#sidebar .widget_shopping_cart_content .buttons a {
float:right;
}
#sidebar .widget_shopping_cart_content .checkout {
margin-right:5px;
}
#sidebar.left_sb .widget_shopping_cart_content .total {
float:left!important;
font-size: 14px;
margin-top: 18px;
padding-bottom: 10px;
margin-left:0px;
}
.left_sb .widget_shopping_cart_content .buttons {
clear:both;
}
.left_sb .widget_shopping_cart_content .buttons a {
float:left!important;
}
.left_sb .widget_shopping_cart_content .wc-forward {
margin-left:0px!important;
}
.left_sb .widget_shopping_cart_content .checkout {
margin-left:5px!important;
} #sidebar #searchform div label {
display:none;
}
.left_sb #searchform div {
padding: 0 0px;
}
.right_sb #searchform div {
padding: 0 0 0 0px;
}
#sidebar #searchform div #s {
width:100%;
padding: 9px 50px 9px 20px !important;
}
.widget_product_search input[type=submit] {
font-family:"FontAwesome";
padding: 11px 20px 9px 11px;
font-size: 16px;
position: absolute;
right: 0;
top: 0;
}
.left_sb .widget_price_filter form {
padding:0 0px;
}
.sb_widget .buttons a {
background:#fff;
}
.subcat_arrow{
display: block;
position: absolute;
right: 0;
top: 6px;
width: 18px;
height: 24px;
z-index: 10000;
} nav.woocommerce-MyAccount-navigation li { padding-bottom: 20px; }
.myaccount_user {
padding:0;
margin-bottom:0!important
}
.my_account_orders {
margin-top:20px !important;
border-radius:4px 4px 0 0;
}
.woocommerce-account table.shop_table th {
padding-top: 30px!important;
padding-bottom: 30px!important;
}
.woocommerce-account table.my_account_orders td:first-child {
padding-left:30px;
}
.col2-set.addresses {
padding-top: 35px;
}
h2.my_acc_title {
padding-top: 30px;
}
.address .title h3 {
font-weight: 500;
}
.woocommerce-MyAccount-content h2 {
padding-top: 20px;
}
.woocommerce-view-order .woocommerce-MyAccount-content header {
padding-top: 20px;
} .payment_box.payment_method_braintree p {
padding:0!important;
}
.payment_box.payment_method_braintree .clear {
display:block!important;
padding:0!important;
} .woocommerce-account .woocommerce-MyAccount-navigation {
float: left;
width: 30%;
}
nav.woocommerce-MyAccount-navigation ul li a {
font-size: 16px;
}
.woocommerce-account .woocommerce-MyAccount-content {
float: right;
width: 68%;
}
.woocommerce-message, .woocommerce-error, .woocommerce-info {
padding:1em 1em 1em 3.5em;
margin:0 0 20px;
position:relative;
font-size:14px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
list-style:none outside;
width:auto;
}
.woocommerce-message:after, .woocommerce-error:after, .woocommerce-info:after {
content:"";
display:block;
clear:both
}
.woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before {
content:"";
height:1.5em;
width:1.5em;
display:block;
position:absolute;
font-family:"FontAwesome";
top:0;
left:1em;
font-size:14px;
line-height:1.5;
text-align:center;
padding-top:1em;
}
.woocommerce-message .button, .woocommerce-error .button, .woocommerce-info .button {
float:right
}
.woocommerce-message li, .woocommerce-error li, .woocommerce-info li {
list-style:none outside;
padding-left:0;
margin-left:0
}
.woocommerce-message {
background: #f2ffe0;
color: #7bc200 !important;
font-size: 14px;
font-family: Lato;
}
.woocommerce-message .button {
color: #fff!important;
position: absolute !important;
top: 7px;
right: 15px;
background: #A7DEA3 !important;
padding: 10px !important;
}
.woocommerce-message:before {
content:"\f046"
}
.woocommerce-info {
}
.woocommerce-info .button  {
color: #fff!important;
position: absolute !important;
top: 7px;
right: 15px;
background: #rgba(0,0,0,0.5) !important;
padding: 10px !important;
}
.woocommerce-info:before {
background-color:#1e85be;
content:"i";
font-family:Times, Georgia, serif;
font-style:italic
}
.woocommerce-error {
background: #fec0b7;
color:#df3c22 !important;
}
.woocommerce-error .button  {
color: #fff!important;
position: absolute !important;
top: 7px;
right: 15px;
background: #df3c22 !important;
padding: 10px !important;
}
.woocommerce-error:before {
content:"\f00d";
}
p.demo_store {
position:fixed;
top:0;
left:0;
right:0;
margin:0;
width:100%;
font-size:1em;
padding:.5em 0;
text-align:center;
background:#ad74a2;
background:-webkit-gradient(linear, left top, left bottom, from(#ad74a2), to(#96588a));
background:-webkit-linear-gradient(#ad74a2, #96588a);
background:-moz-linear-gradient(center top, #ad74a2 0%, #96588a 100%);
background:-moz-gradient(center top, #ad74a2 0%, #96588a 100%);
border:1px solid #96588a;
color:#ffffff;
z-index:99998;
box-shadow:inset 0 0 0 3px rgba(255, 255, 255, 0.2);
-webkit-box-shadow:inset 0 0 0 3px rgba(255, 255, 255, 0.2);
-moz-box-shadow:inset 0 0 0 3px rgba(255, 255, 255, 0.2)
}
.admin-bar p.demo_store {
top:28px
}
.woocommerce small.note, .woocommerce-page small.note {
display:block;
color:#777777;
font-size:11px;
line-height:21px;
margin-top:10px
}
.woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb {
margin:0 0 1em;
padding:0;
font-size:0.92em;
color:#777777
}
.woocommerce .woocommerce-breadcrumb:after, .woocommerce-page .woocommerce-breadcrumb:after {
content:"";
display:block;
clear:both
}
.woocommerce .woocommerce-breadcrumb a, .woocommerce-page .woocommerce-breadcrumb a {
color:#777777
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
width:100%
}
.woocommerce .col2-set:after, .woocommerce-page .col2-set:after {
content:"";
display:block;
clear:both
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
float:left;
width:48.8%
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
float:right;
width:48.8%
}
.woocommerce div.product, .woocommerce #content div.product, .woocommerce-page div.product, .woocommerce-page #content div.product {
margin-bottom:0;
position:relative;
overflow:hidden;
}
.woocommerce div.product .product_title, .woocommerce #content div.product .product_title, .woocommerce-page div.product .product_title, .woocommerce-page #content div.product .product_title {
clear:none;
margin-top:0;
padding:0
}
.woocommerce div.product span.price, .woocommerce div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content div.product p.price {
font-size:1.25em
}
.woocommerce div.product span.price ins, .woocommerce div.product p.price ins, .woocommerce #content div.product span.price ins, .woocommerce #content div.product p.price ins, .woocommerce-page div.product span.price ins, .woocommerce-page div.product p.price ins, .woocommerce-page #content div.product span.price ins, .woocommerce-page #content div.product p.price ins {
background:inherit
}
.woocommerce div.product span.price del, .woocommerce div.product p.price del, .woocommerce #content div.product span.price del, .woocommerce #content div.product p.price del, .woocommerce-page div.product span.price del, .woocommerce-page div.product p.price del, .woocommerce-page #content div.product span.price del, .woocommerce-page #content div.product p.price del {
font-size:0.67em;
color:rgba(145, 145, 145, 0.5)
}
.woocommerce div.product p.stock, .woocommerce #content div.product p.stock, .woocommerce-page div.product p.stock, .woocommerce-page #content div.product p.stock {
font-size:0.92em
}
.woocommerce div.product .stock, .woocommerce #content div.product .stock, .woocommerce-page div.product .stock, .woocommerce-page #content div.product .stock {
color:#85ad74
}
.woocommerce div.product .out-of-stock, .woocommerce #content div.product .out-of-stock, .woocommerce-page div.product .out-of-stock, .woocommerce-page #content div.product .out-of-stock {
color:red
}
.woocommerce div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce-page #content div.product div.images img {
display:block;
width:100%;
height:auto;
box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.3);
-webkit-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.3);
-moz-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.3);
-webkit-transition:all ease-in-out .2s;
-moz-transition:all ease-in-out .2s;
-o-transition:all ease-in-out .2s;
transition:all ease-in-out .2s
}
.woocommerce div.product div.images div.thumbnails, .woocommerce #content div.product div.images div.thumbnails, .woocommerce-page div.product div.images div.thumbnails, .woocommerce-page #content div.product div.images div.thumbnails {
padding-top:20px;
}
.woocommerce div.product div.images div.thumbnails:after, .woocommerce #content div.product div.images div.thumbnails:after, .woocommerce-page div.product div.images div.thumbnails:after, .woocommerce-page #content div.product div.images div.thumbnails:after {
content:"";
display:block;
clear:both
}
.woocommerce div.product div.images div.thumbnails a, .woocommerce #content div.product div.images div.thumbnails a, .woocommerce-page div.product div.images div.thumbnails a, .woocommerce-page #content div.product div.images div.thumbnails a {
float:left;
width:30.75%;
margin-right:3.8%
}
.woocommerce div.product div.images div.thumbnails a.last, .woocommerce #content div.product div.images div.thumbnails a.last, .woocommerce-page div.product div.images div.thumbnails a.last, .woocommerce-page #content div.product div.images div.thumbnails a.last {
margin-right:0
}
.woocommerce div.product div.images div.thumbnails a.first, .woocommerce #content div.product div.images div.thumbnails a.first, .woocommerce-page div.product div.images div.thumbnails a.first, .woocommerce-page #content div.product div.images div.thumbnails a.first {
clear:both
}
.woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary {
float:right;
width:48.8%;
margin-bottom:2em
}
.woocommerce div.product div.social, .woocommerce #content div.product div.social, .woocommerce-page div.product div.social, .woocommerce-page #content div.product div.social {
text-align:right;
margin:0 0 1em
}
.woocommerce div.product div.social span, .woocommerce #content div.product div.social span, .woocommerce-page div.product div.social span, .woocommerce-page #content div.product div.social span {
margin:0 0 0 2px
}
.woocommerce div.product div.social span span, .woocommerce #content div.product div.social span span, .woocommerce-page div.product div.social span span, .woocommerce-page #content div.product div.social span span {
margin:0
}
.woocommerce div.product div.social span .stButton .chicklets, .woocommerce #content div.product div.social span .stButton .chicklets, .woocommerce-page div.product div.social span .stButton .chicklets, .woocommerce-page #content div.product div.social span .stButton .chicklets {
padding-left:16px;
width:0
}
.woocommerce div.product div.social iframe, .woocommerce #content div.product div.social iframe, .woocommerce-page div.product div.social iframe, .woocommerce-page #content div.product div.social iframe {
float:left;
margin-top:3px
}
.woocommerce div.product p.cart, .woocommerce #content div.product p.cart, .woocommerce-page div.product p.cart, .woocommerce-page #content div.product p.cart {
margin-bottom:2em
}
.woocommerce div.product p.cart:after, .woocommerce #content div.product p.cart:after, .woocommerce-page div.product p.cart:after, .woocommerce-page #content div.product p.cart:after {
content:"";
display:block;
clear:both
}
.woocommerce div.product form.cart, .woocommerce #content div.product form.cart, .woocommerce-page div.product form.cart, .woocommerce-page #content div.product form.cart {
margin-bottom:2em
}
.woocommerce div.product form.cart:after, .woocommerce #content div.product form.cart:after, .woocommerce-page div.product form.cart:after, .woocommerce-page #content div.product form.cart:after {
content:"";
display:block;
clear:both
}
.woocommerce div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {
float:left;
margin:0 4px 0 0
}
.woocommerce div.product form.cart table, .woocommerce #content div.product form.cart table, .woocommerce-page div.product form.cart table, .woocommerce-page #content div.product form.cart table {
border-width:0 0 1px 0
}
.woocommerce div.product form.cart table td, .woocommerce #content div.product form.cart table td, .woocommerce-page div.product form.cart table td, .woocommerce-page #content div.product form.cart table td {
padding-left:0
}
.woocommerce div.product form.cart table div.quantity, .woocommerce #content div.product form.cart table div.quantity, .woocommerce-page div.product form.cart table div.quantity, .woocommerce-page #content div.product form.cart table div.quantity {
float:none;
margin:0
}
.woocommerce div.product form.cart table small.stock, .woocommerce #content div.product form.cart table small.stock, .woocommerce-page div.product form.cart table small.stock, .woocommerce-page #content div.product form.cart table small.stock {
display:block;
float:none
}
.woocommerce div.product form.cart .variations, .woocommerce #content div.product form.cart .variations, .woocommerce-page div.product form.cart .variations, .woocommerce-page #content div.product form.cart .variations {
margin-bottom:1em
}
.woocommerce div.product form.cart .variations label, .woocommerce #content div.product form.cart .variations label, .woocommerce-page div.product form.cart .variations label, .woocommerce-page #content div.product form.cart .variations label {
font-weight:bold
}
.woocommerce div.product form.cart .variations select, .woocommerce #content div.product form.cart .variations select, .woocommerce-page div.product form.cart .variations select, .woocommerce-page #content div.product form.cart .variations select {
width:100%;
float:left
}
.woocommerce div.product form.cart .variations td.label, .woocommerce #content div.product form.cart .variations td.label, .woocommerce-page div.product form.cart .variations td.label, .woocommerce-page #content div.product form.cart .variations td.label {
padding-right:1em
}
.woocommerce div.product form.cart .variations td, .woocommerce #content div.product form.cart .variations td, .woocommerce-page div.product form.cart .variations td, .woocommerce-page #content div.product form.cart .variations td {
vertical-align:top
}
.woocommerce div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce-page #content div.product form.cart .button {
vertical-align:middle;
float:left
}
.woocommerce div.product form.cart .group_table td.label, .woocommerce #content div.product form.cart .group_table td.label, .woocommerce-page div.product form.cart .group_table td.label, .woocommerce-page #content div.product form.cart .group_table td.label {
padding-right:1em;
padding-left:1em
}
.woocommerce div.product form.cart .group_table td, .woocommerce #content div.product form.cart .group_table td, .woocommerce-page div.product form.cart .group_table td, .woocommerce-page #content div.product form.cart .group_table td {
vertical-align:top
}
.woocommerce span.onsale, .woocommerce-page span.onsale {
background: #17dab3;
color: #ffffff;
text-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
white-space: nowrap;
overflow: hidden;
position: absolute;
text-align: center;
padding: 4px;
width: 52px;
height:52px;
border:5px solid #ffffff;
text-transform: uppercase;
font-size: 15px;
line-height: 52px;
border-radius: 200px;
letter-spacing: normal;
margin: 0!important;
right:15px!important;
top: 15px!important;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing: content-box;
}
.woocommerce .products ul, .woocommerce ul.products, .woocommerce-page .products ul, .woocommerce-page ul.products {
margin:0 0 1em;
padding:0;
list-style:none outside;
clear:both;
opacity:0;
-webkit-transition:opacity 0.5s 0.5s ease;
-moz-transition:opacity 0.5s 0.5s ease;
transition:opacity 0.5s 0.5s ease;
}
.woocommerce .products ul:after, .woocommerce ul.products:after, .woocommerce-page .products ul:after, .woocommerce-page ul.products:after {
content:"";
display:block;
clear:both
}
.woocommerce .products ul li, .woocommerce ul.products li, .woocommerce-page .products ul li, .woocommerce-page ul.products li {
list-style:none outside
}
.woocommerce .related:after, .woocommerce .upsells.products:after, .woocommerce-page .related:after, .woocommerce-page .upsells.products:after {
content:"";
display:block;
clear:both
}
.woocommerce .related ul.products, .woocommerce .related ul, .woocommerce .upsells.products ul.products, .woocommerce .upsells.products ul, .woocommerce-page .related ul.products, .woocommerce-page .related ul, .woocommerce-page .upsells.products ul.products, .woocommerce-page .upsells.products ul {
float:none
}
.woocommerce .related ul.products li.product, .woocommerce .related ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul li.product {
width:48.8%
}
.woocommerce .related ul.products li.product img, .woocommerce .related ul li.product img, .woocommerce .upsells.products ul.products li.product img, .woocommerce .upsells.products ul li.product img, .woocommerce-page .related ul.products li.product img, .woocommerce-page .related ul li.product img, .woocommerce-page .upsells.products ul.products li.product img, .woocommerce-page .upsells.products ul li.product img {
width:100%;
height:auto
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
float:left;
margin-bottom:2.992em;
padding:0;
position:relative;
width:23.05%;
margin-left:0
}
.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
top:0;
right:0;
left:auto;
margin:-6px -6px 0 0
}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3,
.woocommerce ul.products li.product h2, .woocommerce-page ul.products li.product h2 {
padding:.5em 0;
margin:0;
font-size:1em
}
.woocommerce ul.products li.product a, .woocommerce-page ul.products li.product a {
text-decoration:none
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
width:100%;
height:auto;
display:block;
-webkit-transition:all ease-in-out .2s;
-moz-transition:all ease-in-out .2s;
-o-transition:all ease-in-out .2s;
transition:all ease-in-out .2s
}
.woocommerce ul.products li.product a:hover img, .woocommerce-page ul.products li.product a:hover img {
box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.4);
-webkit-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.4);
-moz-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.4)
}
.woocommerce ul.products li.product strong, .woocommerce-page ul.products li.product strong {
display:block
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
display:block;
font-weight:normal;
margin-bottom:15px
}
.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
font-size:0.67em;
color:rgba(145, 145, 145, 0.5);
margin:-2px 0 0 0
}
.woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins {
background:none
}
.woocommerce ul.products li.product .price .from, .woocommerce-page ul.products li.product .price .from {
font-size:0.67em;
margin:-2px 0 0 0;
text-transform:uppercase;
color:rgba(145, 145, 145, 0.5)
}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
clear:both
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
margin-right:0;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
float:left;
margin:0 0 1em
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
margin:0 0 1em;
float:right
}
.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
vertical-align:top
}
.woocommerce nav.woocommerce-pagination, .woocommerce #content nav.woocommerce-pagination, .woocommerce-page nav.woocommerce-pagination, .woocommerce-page #content nav.woocommerce-pagination {
text-align:center
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce #content nav.woocommerce-pagination ul, .woocommerce-page nav.woocommerce-pagination ul, .woocommerce-page #content nav.woocommerce-pagination ul {
display:inline-block;
white-space:nowrap;
padding:0;
border:none!important;
clear:both;
margin:1px
}
.woocommerce nav.woocommerce-pagination ul li, .woocommerce #content nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul li {
padding:0;
margin:0;
float:left;
display:inline;
overflow:hidden
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span, .woocommerce #content nav.woocommerce-pagination ul li a, .woocommerce #content nav.woocommerce-pagination ul li span, .woocommerce-page nav.woocommerce-pagination ul li a, .woocommerce-page nav.woocommerce-pagination ul li span, .woocommerce-page #content nav.woocommerce-pagination ul li a, .woocommerce-page #content nav.woocommerce-pagination ul li span {
margin:0;
text-decoration:none;
padding:0;
line-height:1em;
font-size:1em;
font-weight:normal;
padding:.5em;
min-width:1em;
display:block
}
.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce #content nav.woocommerce-pagination ul li span.current, .woocommerce #content nav.woocommerce-pagination ul li a:hover, .woocommerce #content nav.woocommerce-pagination ul li a:focus, .woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li a:hover, .woocommerce-page nav.woocommerce-pagination ul li a:focus, .woocommerce-page #content nav.woocommerce-pagination ul li span.current, .woocommerce-page #content nav.woocommerce-pagination ul li a:hover, .woocommerce-page #content nav.woocommerce-pagination ul li a:focus {
background:#f7f6f7;
color:#CCC !important;
}
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button {
font-size:100%;
margin:0;
line-height:1em;
cursor:pointer;
position:relative;
font-family:inherit;
text-decoration:none;
overflow:visible;
padding: 18px 21px 16px;
text-decoration:none;
font-size:14px;
font-weight:900;
text-transform:uppercase;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
left:auto;
white-space:nowrap;
display:inline-block;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading, .woocommerce #respond input#submit.loading, .woocommerce #content input.button.loading, .woocommerce-page a.button.loading, .woocommerce-page button.button.loading, .woocommerce-page input.button.loading, .woocommerce-page #respond input#submit.loading, .woocommerce-page #content input.button.loading {
color:#777777;
border:1px solid #f7f6f7
}
.woocommerce a.button.loading:before, .woocommerce button.button.loading:before, .woocommerce input.button.loading:before, .woocommerce #respond input#submit.loading:before, .woocommerce #content input.button.loading:before, .woocommerce-page a.button.loading:before, .woocommerce-page button.button.loading:before, .woocommerce-page input.button.loading:before, .woocommerce-page #respond input#submit.loading:before, .woocommerce-page #content input.button.loading:before {
}
.woocommerce a.button.added:before, .woocommerce button.button.added:before, .woocommerce input.button.added:before, .woocommerce #respond input#submit.added:before, .woocommerce #content input.button.added:before, .woocommerce-page a.button.added:before, .woocommerce-page button.button.added:before, .woocommerce-page input.button.added:before, .woocommerce-page #respond input#submit.added:before, .woocommerce-page #content input.button.added:before {
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover {
text-decoration:none
}
.woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active, .woocommerce #respond input#submit:active, .woocommerce #content input.button:active, .woocommerce-page a.button:active, .woocommerce-page button.button:active, .woocommerce-page input.button:active, .woocommerce-page #respond input#submit:active, .woocommerce-page #content input.button:active {
}
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt {
color:#ffffff;
}
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #content input.button.alt:hover {
color:#ffffff;
}
.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce-page .cart .button, .woocommerce-page .cart input.button {
float:none
}
.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart {
padding-top:.5em;
white-space:nowrap;
display:inline-block
}
.woocommerce .quantity, .woocommerce #content .quantity, .woocommerce-page .quantity, .woocommerce-page #content .quantity {
width:100px;
position:relative;
margin:0;
overflow:hidden;
zoom:1
}
.woocommerce .quantity input::-webkit-outer-spin-button, .woocommerce .quantity input::-webkit-inner-spin-button, .woocommerce #content .quantity input::-webkit-outer-spin-button, .woocommerce #content .quantity input::-webkit-inner-spin-button, .woocommerce-page .quantity input::-webkit-outer-spin-button, .woocommerce-page .quantity input::-webkit-inner-spin-button, .woocommerce-page #content .quantity input::-webkit-outer-spin-button, .woocommerce-page #content .quantity input::-webkit-inner-spin-button {
display:none
}
.woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce-page #content .quantity input.qty {
width: 31px;
height: 31px;
float: left;
padding: 0;
text-align: center;
border: 1px solid #EBEBEB;
border-left: none !important;
border-right: none!important;
font-weight:bold;
}
.woocommerce .quantity noindex:-o-prefocus, .woocommerce .quantity input[type=number], .woocommerce #content .quantity noindex:-o-prefocus, .woocommerce #content .quantity input[type=number], .woocommerce-page .quantity noindex:-o-prefocus, .woocommerce-page .quantity input[type=number], .woocommerce-page #content .quantity noindex:-o-prefocus, .woocommerce-page #content .quantity input[type=number] {
padding-right:1.2em
}
.woocommerce .quantity .plus, .woocommerce .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce #content .quantity .minus, .woocommerce-page .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page #content .quantity .plus, .woocommerce-page #content .quantity .minus {
display:block;
padding:0;
margin:0;
position:absolute;
text-align:center;
vertical-align:text-top;
width:20px;
height:15px;
text-decoration:none;
overflow:visible;
text-decoration:none;
font-weight:bold;
cursor:pointer;
line-height:13px;
font-size:12px;
}
.woocommerce .quantity .plus:active, .woocommerce .quantity .minus:active, .woocommerce #content .quantity .plus:active, .woocommerce #content .quantity .minus:active, .woocommerce-page .quantity .plus:active, .woocommerce-page .quantity .minus:active, .woocommerce-page #content .quantity .plus:active, .woocommerce-page #content .quantity .minus:active {
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
line-height: 34px !important;
}
.woocommerce .quantity .plus, .woocommerce #content .quantity .plus, .woocommerce-page .quantity .plus, .woocommerce-page #content .quantity .plus {
-webkit-border-bottom-left-radius:0;
-webkit-border-bottom-right-radius:0;
-moz-border-radius-bottomleft:0;
-moz-border-radius-bottomright:0;
border-bottom-left-radius:0;
border-bottom-right-radius:0
}
.woocommerce .quantity .minus, .woocommerce #content .quantity .minus, .woocommerce-page .quantity .minus, .woocommerce-page #content .quantity .minus {
-webkit-border-top-left-radius:0;
-webkit-border-top-right-radius:0;
-moz-border-radius-topleft:0;
-moz-border-radius-topright:0;
border-top-left-radius:0;
border-top-right-radius:0
}
.woocommerce #reviews h2 small, .woocommerce-page #reviews h2 small {
float:right;
color:#777777;
font-size:15px;
line-height:21px;
margin:10px 0 0 0
}
.woocommerce #reviews h2 small a, .woocommerce-page #reviews h2 small a {
text-decoration:none;
color:#777777
}
.woocommerce #reviews h3, .woocommerce-page #reviews h3 {
margin:0
}
.woocommerce #reviews #respond, .woocommerce-page #reviews #respond {
margin:0;
border:0;
padding:0
}
.woocommerce #reviews #comment, .woocommerce-page #reviews #comment {
height:75px
}
.woocommerce #reviews #comments .add_review:after, .woocommerce-page #reviews #comments .add_review:after {
content:"";
display:block;
clear:both
}
.woocommerce #reviews #comments h2, .woocommerce-page #reviews #comments h2 {
clear:none;
font-size: 18px;
color: #2c3e50;
border-bottom: 1px solid #ebebeb;
padding-bottom: 7px;
margin-bottom:21px;
}
.woocommerce #reviews #comments ol.commentlist, .woocommerce-page #reviews #comments ol.commentlist {
margin:0;
width:100%;
background:none;
list-style:none
}
.woocommerce #reviews #comments ol.commentlist:after, .woocommerce-page #reviews #comments ol.commentlist:after {
content:"";
display:block;
clear:both
}
.woocommerce #reviews #comments ol.commentlist li, .woocommerce-page #reviews #comments ol.commentlist li {
padding:0 0 3px;
margin:0 0 20px;
border:0;
position:relative;
background:0;
border:0
}
.woocommerce #reviews #comments ol.commentlist li .meta, .woocommerce-page #reviews #comments ol.commentlist li .meta {
color:#777777;
font-size:0.75em
}
.woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce-page #reviews #comments ol.commentlist li img.avatar {
float:left;
position:absolute;
top:0;
left:0;
padding:0;
border-radius:3px;
width:50px;
height:auto;
background:none;
border:none;
margin:0;
line-height:1
}
.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
margin:0 0 0 50px;
padding: 0 0 0 20px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p {
margin:0 0 1em
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
font-size:14px;
line-height: 9px;
}
.woocommerce #reviews #comments .commentlist > li:before, .woocommerce-page #reviews #comments .commentlist > li:before {
content:""
}
.woocommerce .star-rating, .woocommerce-page .star-rating {
float: right;
width: 80px;
height: 16px;
background: url(//aarron.aero/wp-content/themes/thefox/images/star.png) repeat-x left 0 transparent;
}
.woocommerce .star-rating span, .woocommerce-page .star-rating span {
background: url(//aarron.aero/wp-content/themes/thefox/images/star.png) repeat-x left -32px transparent;
height: 0;
padding-top: 16px;
overflow: hidden;
float: left;
}
.woocommerce .products .star-rating, .woocommerce-page .products .star-rating {
display:block;
margin:0 0 .5em;
float:none
}
.woocommerce .hreview-aggregate .star-rating, .woocommerce-page .hreview-aggregate .star-rating {
margin:10px 0 0 0
}
.woocommerce #review_form #respond, .woocommerce-page #review_form #respond {
position:static;
margin:0;
width:auto;
padding:0 0 0;
background:transparent none;
border:0
}
.woocommerce #review_form #respond:after, .woocommerce-page #review_form #respond:after {
content:"";
display:block;
clear:both
}
.woocommerce #review_form #respond p, .woocommerce-page #review_form #respond p {
margin:0 0 10px
}
.woocommerce #review_form #respond .form-submit input, .woocommerce-page #review_form #respond .form-submit input {
left:auto
}
.woocommerce #review_form #respond textarea, .woocommerce-page #review_form #respond textarea {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
width:100%
}
.woocommerce p.stars:after, .woocommerce-page p.stars:after {
content:"";
display:block;
clear:both
}
.woocommerce p.stars span, .woocommerce-page p.stars span {
width:80px;
height:16px;
position:relative;
float:left;
background:url(//aarron.aero/wp-content/themes/thefox/images/star.png) repeat-x left 0
}
.woocommerce p.stars span a, .woocommerce-page p.stars span a {
float:left;
position:absolute;
left:0;
top:0;
width:16px;
height:0;
padding-top:16px;
overflow:hidden
}
.woocommerce p.stars span a:hover, .woocommerce p.stars span a:focus, .woocommerce-page p.stars span a:hover, .woocommerce-page p.stars span a:focus {
background:url(//aarron.aero/wp-content/themes/thefox/images/star.png) repeat-x left -16px
}
.woocommerce p.stars span a.active, .woocommerce-page p.stars span a.active {
background:url(//aarron.aero/wp-content/themes/thefox/images/star.png) repeat-x left -32px
}
.woocommerce p.stars span a.star-1, .woocommerce-page p.stars span a.star-1 {
width:16px;
z-index:10
}
.woocommerce p.stars span a.star-2, .woocommerce-page p.stars span a.star-2 {
width:32px;
z-index:9
}
.woocommerce p.stars span a.star-3, .woocommerce-page p.stars span a.star-3 {
width:48px;
z-index:8
}
.woocommerce p.stars span a.star-4, .woocommerce-page p.stars span a.star-4 {
width:64px;
z-index:7
}
.woocommerce p.stars span a.star-5, .woocommerce-page p.stars span a.star-5 {
width:80px;
z-index:6
}
.woocommerce table.shop_attributes, .woocommerce-page table.shop_attributes {
margin-bottom:1.618em;
width:100%
}
.woocommerce table.shop_attributes th, .woocommerce-page table.shop_attributes th {
text-align:left;
padding: 15px 0 !important;
}
.woocommerce table.shop_attributes td, .woocommerce-page table.shop_attributes td {
text-align:right;
padding: 15px 0 !important;
}
.woocommerce table.shop_attributes td p, .woocommerce-page table.shop_attributes td p {
margin:0;
}
.woocommerce table.shop_attributes .alt td, .woocommerce table.shop_attributes .alt th, .woocommerce-page table.shop_attributes .alt td, .woocommerce-page table.shop_attributes .alt th {
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
margin:0px -1px 0px 0px;
text-align:left;
width:100%;
border-collapse:separate;
}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
line-height:18px;
padding:31px 20px
}
.woocommerce table.shop_table th:first-child, .woocommerce-page table.shop_table th:first-child {
padding-left:30px;
}
.woocommerce table.shop_table th:last-child, .woocommerce-page table.shop_table th:last-child {
padding-right:30px;
}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
padding:15px 0px;
vertical-align:middle
}
.woocommerce-checkout table.shop_table td {
padding:15px 20px !important;
}
.woocommerce-checkout table.shop_table td:first-child {
padding-left:30px!important;
}
.woocommerce-checkout table.shop_table td:last-child {
padding-right:30px!important;
}
.woocommerce table.shop_table td small, .woocommerce-page table.shop_table td small {
font-weight:normal
}
.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce-page table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot th {
font-weight:bold;
}
.woocommerce table.my_account_orders, .woocommerce-page table.my_account_orders {
font-size:0.85em
}
.woocommerce table.my_account_orders th, .woocommerce table.my_account_orders td, .woocommerce-page table.my_account_orders th, .woocommerce-page table.my_account_orders td {
padding:4px 8px;
vertical-align:middle
}
.woocommerce table.my_account_orders .button, .woocommerce-page table.my_account_orders .button {
white-space:nowrap
}
.woocommerce table.my_account_orders .order-actions, .woocommerce-page table.my_account_orders .order-actions {
text-align:right
}
.woocommerce table.my_account_orders .order-actions .button, .woocommerce-page table.my_account_orders .order-actions .button {
margin:.125em 0 .125em .25em
}
.woocommerce td.product-name dl.variation, .woocommerce-page td.product-name dl.variation {
margin:.25em 0 .5em;
font-size:0.8751em
}
.woocommerce td.product-name dl.variation dt, .woocommerce-page td.product-name dl.variation dt {
font-weight:bold;
float:left;
clear:left;
margin:0 .25em 0 0;
padding:0
}
.woocommerce td.product-name dl.variation dd, .woocommerce-page td.product-name dl.variation dd {
margin:0 0 .25em 0
}
.woocommerce td.product-name p.backorder_notification, .woocommerce-page td.product-name p.backorder_notification {
font-size:0.83em
}
.woocommerce td.product-quantity, .woocommerce-page td.product-quantity {
min-width:80px
}
.woocommerce table.cart .product-thumbnail, .woocommerce #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail {
min-width:32px
}
.woocommerce table.cart img, .woocommerce #content table.cart img, .woocommerce-page table.cart img, .woocommerce-page #content table.cart img {
width:50px;
height:auto;
display:block;
border-radius:3px;
}
.woocommerce table.cart th, .woocommerce table.cart td, .woocommerce #content table.cart th, .woocommerce #content table.cart td, .woocommerce-page table.cart th, .woocommerce-page table.cart td, .woocommerce-page #content table.cart th, .woocommerce-page #content table.cart td {
vertical-align:middle
}
.woocommerce table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce-page #content table.cart a.remove {
display:block;
font-size:14px;
height: 20.5px;
line-height: 21.5px;
width:20.5px;
text-align:center;
-webkit-border-radius:100%;
-moz-border-radius:100%;
border-radius:100%;
text-decoration:none;
font-weight:bold;
background-color: #f54e33;
color:#fff
}
.woocommerce table.cart td.actions, .woocommerce #content table.cart td.actions, .woocommerce-page table.cart td.actions, .woocommerce-page #content table.cart td.actions {
text-align:right
}
.woocommerce table.cart td.actions .coupon, .woocommerce #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon {
float:left
}
.woocommerce table.cart td.actions .coupon label, .woocommerce #content table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label, .woocommerce-page #content table.cart td.actions .coupon label {
display:none
}
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
width:80px;
float:left;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
box-shadow:inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
-webkit-box-shadow:inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow:inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
border:1px solid #dfdbdf;
padding:6px 6px 5px;
margin:0 4px 0 0;
outline:0;
line-height:1em
}
.woocommerce table.cart td.actions .button.alt, .woocommerce #content table.cart td.actions .button.alt, .woocommerce-page table.cart td.actions .button.alt, .woocommerce-page #content table.cart td.actions .button.alt {
float:right;
margin-left:.25em
}
.woocommerce table.cart input, .woocommerce #content table.cart input, .woocommerce-page table.cart input, .woocommerce-page #content table.cart input {
margin:0;
vertical-align:middle;
line-height:1em
}
.woocommerce ul.cart_list, .woocommerce ul.product_list_widget, .woocommerce-page ul.cart_list, .woocommerce-page ul.product_list_widget {
list-style:none outside;
padding:0;
margin:0
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li {
padding:10px 0;
margin:0;
list-style:none
}
.woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:after {
content:"";
display:block;
clear:both
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a {
display:block;
font-weight:600
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
float:left;
margin-right:20px;
width:83px;
height:auto;
}
.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl, .woocommerce-page ul.cart_list li dl, .woocommerce-page ul.product_list_widget li dl {
margin:0;
font-size:0.8751em;
padding-left:1em;
border-left:2px solid rgba(0, 0, 0, 0.1)
}
.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt, .woocommerce-page ul.cart_list li dl dt, .woocommerce-page ul.product_list_widget li dl dt {
float:left;
clear:left;
margin-right:.25em
}
.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd, .woocommerce-page ul.cart_list li dl dd, .woocommerce-page ul.product_list_widget li dl dd {
margin-bottom:.5em
}
.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating, .woocommerce-page ul.cart_list li .star-rating, .woocommerce-page ul.product_list_widget li .star-rating {
float:left;
margin:0px 80px 13px 0;
}
#header_container nav .rd_megamenu .mm_widget_area .rd_megamenu_widget_area ul.product_list_widget li .star-rating {
margin:0px 65px 13px 0;
}
.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total {
border-top:3px double #f7f6f7;
padding:4px 0 0
}
.woocommerce .widget_shopping_cart .total strong, .woocommerce-page .widget_shopping_cart .total strong {
min-width:40px;
display:inline-block
}
.woocommerce .widget_shopping_cart .buttons:after, .woocommerce-page .widget_shopping_cart .buttons:after {
content:"";
display:block;
clear:both
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
width:100%;
padding-top:28px;
}
.woocommerce .cart-collaterals:after, .woocommerce-page .cart-collaterals:after {
content:"";
display:block;
clear:both
}
.woocommerce .cart-collaterals .related, .woocommerce-page .cart-collaterals .related {
width:30.75%;
float:left
}
.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
width:48.8%;
float:left
}
.woocommerce .cart-collaterals .cross-sells ul.products, .woocommerce-page .cart-collaterals .cross-sells ul.products {
float:none
}
.woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
width:48.8%
}
.woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
width: 48.8%;
text-align: left; clear: none;
float: left;
}
.woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce-page .cart-collaterals .shipping_calculator:after {
content:"";
display:block;
clear:both
}
.woocommerce .cart-collaterals .shipping_calculator .button, .woocommerce-page .cart-collaterals .shipping_calculator .button {
width:100%;
float:none;
display:block
}
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
width:47%
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
float:right;
width:48.8%;
text-align:left
}
.woocommerce .cart-collaterals .cart_totals p, .woocommerce-page .cart-collaterals .cart_totals p {
margin:0
}
.woocommerce .cart-collaterals .cart_totals p small, .woocommerce-page .cart-collaterals .cart_totals p small {
color:#777777;
font-size:0.83em
}
.woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table {
border-collapse:separate;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
margin:0 0 6px;
padding:0
}
.woocommerce .cart-collaterals .cart_totals table tr:first-child th, .woocommerce .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child td {
border-top:0
}
.woocommerce .cart-collaterals .cart_totals table td, .woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table th {
padding:6px 3px
}
.woocommerce .cart-collaterals .cart_totals table small, .woocommerce-page .cart-collaterals .cart_totals table small {
display:block;
color:#777777
}
.woocommerce .cart-collaterals .cart_totals table select, .woocommerce-page .cart-collaterals .cart_totals table select {
width:100%
}
.woocommerce .cart-collaterals .cart_totals .discount td, .woocommerce-page .cart-collaterals .cart_totals .discount td {
color:#85ad74
}
.woocommerce .cart-collaterals .cart_totals tr td, .woocommerce .cart-collaterals .cart_totals tr th, .woocommerce-page .cart-collaterals .cart_totals tr td, .woocommerce-page .cart-collaterals .cart_totals tr th {
border-top:1px solid #f7f6f7;
padding:6px 6px
}
.woocommerce .cart-collaterals .cart_totals a.button.alt, .woocommerce-page .cart-collaterals .cart_totals a.button.alt {
width:193px;
display:block;
font-size:0.92em
}
.woocommerce form .form-row, .woocommerce-page form .form-row {
padding:16px 0 3px;
margin:0 0 4px
}
.woocommerce form .form-row:after, .woocommerce-page form .form-row:after {
content:"";
display:block;
clear:both
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder, .woocommerce-page form .form-row [placeholder]:focus::-webkit-input-placeholder {
-webkit-transition:opacity 0.5s 0.5s ease;
-moz-transition:opacity 0.5s 0.5s ease;
transition:opacity 0.5s 0.5s ease;
opacity:0
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
display:block
}
.woocommerce form .form-row label.hidden, .woocommerce-page form .form-row label.hidden {
visibility:hidden
}
.woocommerce form .form-row select, .woocommerce-page form .form-row select {
width:100%;
cursor:pointer;
margin:0
}
.woocommerce form .form-row .required, .woocommerce-page form .form-row .required {
color:red;
font-weight:bold;
border:0
}
.woocommerce form .form-row .input-checkbox, .woocommerce-page form .form-row .input-checkbox {
display:inline;
margin:-2px 8px 0 0;
text-align:center;
vertical-align:middle
}
.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
display:inline
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
width:100%;
margin:0;
outline:0;
line-height:1em
}
.woocommerce form .form-row textarea, .woocommerce-page form .form-row textarea {
height:3.5em;
line-height:1.5em;
display:block;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none
}
.woocommerce form .form-row.validate-required.woocommerce-validated input.input-text, .woocommerce-page form .form-row.validate-required.woocommerce-validated input.input-text {
background-image:url(//aarron.aero/wp-content/themes/thefox/images/icons/valid.png);
background-position:95% center;
background-repeat:no-repeat
}
.woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text {
background-image:url(//aarron.aero/wp-content/themes/thefox/images/icons/invalid.png);
background-position:95% center;
background-repeat:no-repeat
}
.woocommerce form .form-row.validate-required.woocommerce-invalid .chzn-single, .woocommerce form .form-row.validate-required.woocommerce-invalid .chzn-drop, .woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce form .form-row.validate-required.woocommerce-invalid select, .woocommerce-page form .form-row.validate-required.woocommerce-invalid .chzn-single, .woocommerce-page form .form-row.validate-required.woocommerce-invalid .chzn-drop, .woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce-page form .form-row.validate-required.woocommerce-invalid select {
border-color:#fb7f88
}
.woocommerce form .form-row ::-webkit-input-placeholder, .woocommerce-page form .form-row ::-webkit-input-placeholder {
line-height:1em;
padding-top:2px
}
.woocommerce form .form-row :-moz-placeholder, .woocommerce-page form .form-row :-moz-placeholder {
line-height:1em;
padding-top:2px
}
.woocommerce form .form-row :-ms-input-placeholder, .woocommerce-page form .form-row :-ms-input-placeholder {
line-height:1em;
padding-top:2px
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
float:left;
width:47%;
overflow:visible
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
float:right
}
.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
clear:both
}
.woocommerce form.login, .woocommerce form.checkout_coupon, .woocommerce form.register, .woocommerce-page form.login, .woocommerce-page form.checkout_coupon, .woocommerce-page form.register {
border:1px solid #dfdbdf;
padding:20px;
margin:2em 0 2em 0px;
text-align:left;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px
}
.woocommerce ul#shipping_method, .woocommerce-page ul#shipping_method {
list-style:none outside;
margin:0;
padding:0
}
.woocommerce ul#shipping_method li, .woocommerce-page ul#shipping_method li {
margin:0;
padding:.25em 0 .25em 22px;
text-indent:-22px;
list-style:none outside
}
.woocommerce ul#shipping_method .amount, .woocommerce-page ul#shipping_method .amount {
font-weight:bold
}
.woocommerce .checkout .col-2 h3, .woocommerce-page .checkout .col-2 h3 {
float:left;
clear:none
}
.woocommerce .checkout .col-2 .notes, .woocommerce-page .checkout .col-2 .notes {
clear:left
}
.woocommerce .checkout .col-2 .form-row-first, .woocommerce-page .checkout .col-2 .form-row-first {
clear:left
}
.woocommerce .checkout div.shipping-address, .woocommerce-page .checkout div.shipping-address {
padding:0;
clear:left;
width:100%
}
.woocommerce .checkout #ship-to-different-address, .woocommerce-page .checkout #ship-to-different-address {
float:left;
line-height:36px;
margin:0px 0 0 0;
padding:0
}
.woocommerce .checkout #ship-to-different-address label, .woocommerce-page .checkout #ship-to-different-address label {
font-size: 24px;
font-weight: 700;
padding-bottom: 0px;
float:left;
}
input#ship-to-different-address-checkbox {
float:right;
margin: 9px 0 0 10px;
}
.woocommerce .checkout .shipping_address, .woocommerce-page .checkout .shipping_address {
clear:both;
margin-top:0;
}
.woocommerce #payment, .woocommerce-page #payment {
padding:20px 0 0 0;
margin-bottom:40px;
}
.woocommerce #payment ul.payment_methods, .woocommerce-page #payment ul.payment_methods {
text-align:left;
padding:20px 0;
margin:0;
list-style:none outside
}
.woocommerce #payment ul.payment_methods:after, .woocommerce-page #payment ul.payment_methods:after {
content:"";
display:block;
clear:both
}
.woocommerce #payment ul.payment_methods li, .woocommerce-page #payment ul.payment_methods li {
line-height:54px;
text-align:left;
margin:0;
font-weight:normal;
font-size:14px;
}
.woocommerce #payment ul.payment_methods li input, .woocommerce-page #payment ul.payment_methods li input {
margin:0 1em 0 0;
width:auto;
}
.woocommerce #payment ul.payment_methods li img, .woocommerce-page #payment ul.payment_methods li img {
vertical-align:middle;
margin:-2px 0 0 .5em;
position:relative
}
.woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row {
padding:40px 0 0;
margin-top:20px;
}
.about_paypal {
padding-left:15px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
float:right;
margin:0;
position:absolute;
right:0;
bottom:-39px;
border:none;
}
.woocommerce #payment .terms, .woocommerce-page #payment .terms {
padding:0 1em 0;
text-align:right
}
.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box {
position:relative;
width:auto;
padding:1em 2%;
margin:6px 0 1em 0;
font-size:0.92em;
line-height:1.5em;
background:#f5f7f8;
font-size:14px;
border:1px solid #ebebeb
}
.woocommerce #payment div.payment_box p:last-child, .woocommerce-page #payment div.payment_box p:last-child {
margin-bottom:0
}
.woocommerce #payment div.payment_box #cc-expire-month, .woocommerce #payment div.payment_box #cc-expire-year, .woocommerce-page #payment div.payment_box #cc-expire-month, .woocommerce-page #payment div.payment_box #cc-expire-year {
width:48.8%;
float:left
}
.woocommerce #payment div.payment_box #cc-expire-year, .woocommerce-page #payment div.payment_box #cc-expire-year {
float:right
}
.woocommerce #payment div.payment_box span.help, .woocommerce-page #payment div.payment_box span.help {
font-size:11px;
color:#777777;
line-height:13px;
font-weight:normal
}
.woocommerce #payment div.payment_box .form-row, .woocommerce-page #payment div.payment_box .form-row {
margin:0 0 1em
}
.woocommerce #payment div.payment_box .form-row select, .woocommerce-page #payment div.payment_box .form-row select {
width:48.8%;
float:left;
margin-right:3.8%
}
.woocommerce #payment div.payment_box .form-row select:nth-child(3n), .woocommerce-page #payment div.payment_box .form-row select:nth-child(3n) {
margin-right:0
}
.woocommerce .order_details .total {
border-top:none !important;
}
.bacs_details {
margin-bottom:40px!important;
}
.bacs_details h3 {
font-size: 15px;
margin-bottom: 10px;
font-weight: normal;
}
.woocommerce .order_details, .woocommerce-page .order_details {
margin:0 0 1.5em;
list-style:none;
}
.woocommerce-page ul.order_details {
padding-top:20px;
}
.woocommerce .order_details:after, .woocommerce-page .order_details:after {
content:"";
display:block;
clear:both
}
.woocommerce .order_details li, .woocommerce-page .order_details li {
float:left;
text-transform:uppercase;
font-size:13px;
line-height:1em;
padding: 0 30px 0px 30px;
margin-bottom: 20px;
}
.woocommerce .order_details li strong, .woocommerce-page .order_details li strong {
font-size:14px;
text-transform:none;
line-height:1.5em;
padding-left:5px;
}
.woocommerce .order_details li:last-of-type, .woocommerce-page .order_details li:last-of-type {
border:none
}
.woocommerce .addresses .title:after, .woocommerce-page .addresses .title:after {
content:"";
display:block;
clear:both
}
.woocommerce .addresses .title h2, .woocommerce-page .addresses .title h2 {
float:left
}
.woocommerce .addresses .title .edit, .woocommerce-page .addresses .title .edit {
float:right;
font-size: 14px;
border-radius: 4px;
margin-top: 7px;
padding: 12px 20px;
font-weight: 900;
text-transform: uppercase;
}
.woocommerce ol.commentlist.notes li.note p.meta, .woocommerce-page ol.commentlist.notes li.note p.meta {
font-weight:bold;
margin-bottom:0
}
.woocommerce ol.commentlist.notes li.note .description p:last-child, .woocommerce-page ol.commentlist.notes li.note .description p:last-child {
margin-bottom:0
}
.woocommerce ul.digital-downloads, .woocommerce-page ul.digital-downloads {
margin-left:0;
padding-left:0
}
.woocommerce ul.digital-downloads li, .woocommerce-page ul.digital-downloads li {
list-style:none;
margin-left:0;
padding-left:1.5em;
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAQUlEQVQIHWP8//8/AwgwMjLWgxlQAijeCGIyIQtiYxNUwAjUhWI0uilMMLvQJUB8kBzYCmyKYGJwN8AEYDphJgIAPtccffZCsOoAAAAASUVORK5CYII=) left no-repeat
}
.woocommerce ul.digital-downloads li .count, .woocommerce-page ul.digital-downloads li .count {
float:right
}
.woocommerce .widget_layered_nav ul, .woocommerce-page .widget_layered_nav ul {
margin:0;
padding:0;
border:0;
list-style:none outside
}
.woocommerce .widget_layered_nav ul li, .woocommerce-page .widget_layered_nav ul li {
padding:0 0 1px;
list-style:none
}
.woocommerce .widget_layered_nav ul li:after, .woocommerce-page .widget_layered_nav ul li:after {
content:"";
display:block;
clear:both
}
.woocommerce .widget_layered_nav ul li a, .woocommerce .widget_layered_nav ul li span, .woocommerce-page .widget_layered_nav ul li a, .woocommerce-page .widget_layered_nav ul li span {
padding:1px 0;
float:left
}
.woocommerce .widget_layered_nav ul li.chosen a, .woocommerce-page .widget_layered_nav ul li.chosen a {
padding:0 6px 0 18px;
border:1px solid #ad74a2;
background:#ad74a2 url(//aarron.aero/wp-content/themes/thefox/images/cross_white.png) no-repeat 6px center;
box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.5) #888;
-webkit-box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.5) #888;
-moz-box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.5) #888;
color:#ffffff;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px
}
.woocommerce .widget_layered_nav ul small.count, .woocommerce-page .widget_layered_nav ul small.count {
float:right;
margin-left:6px;
font-size:1em;
padding:1px 0;
color:#777777
}
.woocommerce .widget_layered_nav_filters ul, .woocommerce-page .widget_layered_nav_filters ul {
margin:0;
padding:0;
border:0;
list-style:none outside;
overflow:hidden;
zoom:1
}
.woocommerce .widget_layered_nav_filters ul li, .woocommerce-page .widget_layered_nav_filters ul li {
float:left;
padding:0 1px 1px 0;
list-style:none
}
.woocommerce .widget_layered_nav_filters ul li a, .woocommerce-page .widget_layered_nav_filters ul li a {
padding:0 6px 0 18px;
border:1px solid #ad74a2;
background:#ad74a2 url(//aarron.aero/wp-content/themes/thefox/images/cross_white.png) no-repeat 6px center;
box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.5) #888;
-webkit-box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.5) #888;
-moz-box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.5) #888;
color:#ffffff;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
float:left
}
.woocommerce .widget_price_filter .price_slider, .woocommerce-page .widget_price_filter .price_slider {
margin-bottom:1em
}
.woocommerce .widget_price_filter .price_slider_amount, .woocommerce-page .widget_price_filter .price_slider_amount {
text-align:right;
line-height:2.4em;
font-size:0.8751em
}
.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button {
font-size:1.15em;
}
.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button {
float:left
}
.woocommerce .widget_price_filter .ui-slider, .woocommerce-page .widget_price_filter .ui-slider {
position:relative;
text-align:left
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
position:absolute;
width:14px;
height:14px;
-webkit-border-radius:1em;
-moz-border-radius:1em;
border-radius:1em;
border:none;
cursor:pointer;
outline:none;
top:-0.35em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
margin-left:-1em
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
position:absolute;
font-size:.7em;
display:block;
border:0;
-webkit-border-radius:1em;
-moz-border-radius:1em;
border-radius:1em
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
-webkit-border-radius:1em;
-moz-border-radius:1em;
border-radius:1em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal, .woocommerce-page .widget_price_filter .ui-slider-horizontal {
height:6px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
top:0;
height:100%
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
left:-1px
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
right:-1px
}
.twentythirteen .entry-summary {
padding:0
} .slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-loading .slick-list {
background: white url(//aarron.aero/wp-content/themes/thefox/css/ajax-loader.gif) center center no-repeat;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
-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;
left: 0;
top: 0;
display: block;
zoom: 1;
}
.slick-track:before, .slick-track:after {
content: "";
display: table;
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none;
}
.slick-slide img {
display: block;
pointer-events: none;
}
.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;
} @font-face {
font-family: "slick";
src: url(//aarron.aero/wp-content/themes/thefox/css/fonts/slick.eot);
src: url(//aarron.aero/wp-content/themes/thefox/css/fonts/slick.eot?#iefix) format("embedded-opentype"), url(//aarron.aero/wp-content/themes/thefox/css/fonts/slick.woff) format("woff"), url(//aarron.aero/wp-content/themes/thefox/css/fonts/slick.ttf) format("truetype"), url(//aarron.aero/wp-content/themes/thefox/css/fonts/slick.svg#slick) format("svg");
font-weight: normal;
font-style: normal;
} .slick-prev, .slick-next {
position: absolute;
display: block;
height: 20px;
width: 20px;
line-height: 0;
font-size: 0;
cursor: pointer;
background: transparent;
color: transparent;
top: 50%;
margin-top: -10px;
padding: 0;
border: none;
outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
outline: none;
background: transparent;
color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
font-family: "slick";
font-size: 20px;
line-height: 1;
color: white;
opacity: 0.75;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
left: -25px;
}
.slick-prev:before {
content: "\2190";
}
.slick-next {
right: -25px;
}
.slick-next:before {
content: "\2192";
} .slick-slider {
margin-bottom: 30px;
}
.slick-dots {
position: absolute;
bottom: -45px;
list-style: none;
display: block;
text-align: center;
padding: 0;
width: 100%;
}
.slick-dots li {
position: relative;
display: inline-block;
height: 20px;
width: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button {
border: 0;
background: transparent;
display: block;
height: 20px;
width: 20px;
outline: none;
line-height: 0;
font-size: 0;
color: transparent;
padding: 5px;
cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
opacity: 1;
}
.slick-dots li button:before {
position: absolute;
top: 0;
left: 0;
content: "\2022";
width: 20px;
height: 20px;
font-family: "slick";
font-size: 6px;
line-height: 20px;
text-align: center;
color: black;
opacity: 0.25;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
color: black;
opacity: 0.75;
}
[dir="rtl"] .slick-next {
right: auto;
left: -25px;
}
[dir="rtl"] .slick-next:before {
content: "\2190";
}
[dir="rtl"] .slick-prev {
right: -25px;
left: auto;
}
[dir="rtl"] .slick-prev:before {
content: "\2192";
}
[dir="rtl"] .slick-slide {
float: right;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.woocommerce a.button.loading:before, .woocommerce button.button.loading:before, .woocommerce input.button.loading:before, .woocommerce #respond input#submit.loading:before, .woocommerce #content input.button.loading:before, .woocommerce-page a.button.loading:before, .woocommerce-page button.button.loading:before, .woocommerce-page input.button.loading:before, .woocommerce-page #respond input#submit.loading:before, .woocommerce-page #content input.button.loading:before {
background-image:url(//aarron.aero/wp-content/themes/thefox/images/ajax-loader@2x.gif);
background-size:16px 16px
}
.woocommerce a.button.added:before, .woocommerce button.button.added:before, .woocommerce input.button.added:before, .woocommerce #respond input#submit.added:before, .woocommerce #content input.button.added:before, .woocommerce-page a.button.added:before, .woocommerce-page button.button.added:before, .woocommerce-page input.button.added:before, .woocommerce-page #respond input#submit.added:before, .woocommerce-page #content input.button.added:before {
background:url(//aarron.aero/wp-content/themes/thefox/images/success@2x.png) no-repeat;
background-size:16px 14px
}
.woocommerce .woocommerce form .form-row.validate-required.woocommerce-validated input.input-text, .woocommerce .woocommerce-page form .form-row.validate-required.woocommerce-validated input.input-text, .woocommerce-page .woocommerce form .form-row.validate-required.woocommerce-validated input.input-text, .woocommerce-page .woocommerce-page form .form-row.validate-required.woocommerce-validated input.input-text {
background-image:url(//aarron.aero/wp-content/themes/thefox/images/icons/valid@2x.png);
background-size:12px 9px
}
.woocommerce .woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce .woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce-page .woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce-page .woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text {
background-image:url(//aarron.aero/wp-content/themes/thefox/images/icons/invalid@2x.png);
background-size:12px 9px
}
.woocommerce p.stars span, .woocommerce-page p.stars span {
background-image:url(//aarron.aero/wp-content/themes/thefox/images/star@2x.png);
background-size:16px 48px
}
.woocommerce p.stars span a:hover, .woocommerce p.stars span a:focus, .woocommerce-page p.stars span a:hover, .woocommerce-page p.stars span a:focus {
background-image:url(//aarron.aero/wp-content/themes/thefox/images/star@2x.png);
background-size:16px 48px
}
.woocommerce p.stars span a.active, .woocommerce-page p.stars span a.active {
background-image:url(//aarron.aero/wp-content/themes/thefox/images/star@2x.png);
background-size:16px 48px
}
}img {
max-width: 100%;
height: auto;
}
@media only screen and (max-width: 1220px) {
.count_l_big_circle {
width: 150px;
height: 150px;
line-height: 150px;
font-size: 45px;
}
.count_style_13 .count_number {
font-size: 45px;
line-height: 45px;
}
}
@media only screen and (max-width: 1024px) {
header {position:relative!important;}
}
@media only screen and (min-width: 1034px) and (max-width: 1214px) {
.vc_row-fluid .vc_col-md-12 {  width: 100% !important;}
.vc_row-fluid .vc_col-md-11 {  width: 91.45833333333334% !important;}
.vc_row-fluid .vc_col-md-10 {  width: 82.91666666666667% !important;}
.vc_row-fluid .vc_col-md-9 {  width: 74.375% !important;}
.vc_row-fluid .vc_col-md-8 {  width: 65.83333333333334% !important;}
.vc_row-fluid .vc_col-md-7 {  width: 57.29166666666667% !important;}
.vc_row-fluid .vc_col-md-6 {  width: 48.75% !important;}
.vc_row-fluid .vc_col-md-5 {  width: 40.208333333333336% !important;}
.vc_row-fluid .vc_col-md-4 {  width: 31.666666666666668% !important;}
.vc_row-fluid .vc_col-md-3 {  width: 23.125% !important;}
.vc_row-fluid .vc_col-md-2 {  width: 14.583333333333334% !important;}
.vc_row-fluid .vc_col-md-1 {  width: 6.041666666666667% !important;}
.full-width-content.vc_row-fluid .vc_col-md-2 { width: 16.66%!important; }
.full-width-content.vc_row-fluid .vc_col-md-3 { width: 25%!important; }
.full-width-content.vc_row-fluid .vc_col-md-4 { width: 33.33%!important; }
.full-width-content.vc_row-fluid .vc_col-md-5 { width: 40.5%!important; }
.full-width-content.vc_row-fluid .vc_col-md-6 { width: 50%!important; }
.full-width-content.vc_row-fluid .vc_col-md-7 { width: 57.5%!important; }
.full-width-content.vc_row-fluid .vc_col-md-8 { width: 66.6%!important; }
.full-width-content.vc_row-fluid .vc_col-md-9 { width: 75%!important; }
.full-width-content.vc_row-fluid .vc_col-md-10 { width: 83.0%!important; }
.full-width-content.vc_row-fluid .vc_col-md-11 { width: 91.5%!important; }
.full-width-content.vc_row-fluid .vc_col-md-12 { width: 100%!important; }
.vc_hidden-lg {
display:block !important;
}
.tt_parallax_ctn,.tt_row_parallax {
background-position: center !important;
background-attachment: scroll !important;
}
#boxed_layout {
width:1020px;
margin:0 auto;
}
.vc_hidden-md,.vc_hidden-md.vc_hidden-lg {
display: none!important;
}
.wrapper {
width: 960px;
}
.rd_megamenu ul {
width: 960px!important;
}
.h1_mega ul {
left: 0px!important;
}
#header_container nav ul .rd_megamenu:hover ul, #header_container nav ul .rd_megamenu.sfHover ul {
left: 0px;
}
.nav_type_9_c ul li a {
min-width: 93px;
}
#footer {
width:990px;
}
.footer_4_col .widget_wrap {
width:217px !important;
}
.footer_3_col .widget_wrap {
width: 300px!important;
}
.footer_2_col .widget_wrap {
width: 465px!important;
}
#posts, .woocommerce #posts, .single_port_ctn #posts, .single_port_ctn .post {
width:689px;
}
#posts.business_posts {
width:650px;
max-width:650px;
}
#sidebar, .woocommerce #sidebar {
width:230px;
}
#sidebar.business_sidebar {
width:260px;
}
#information {
width:230px;
}
#fw_c .post_masonry .flexslider img, #fw_c .post_masonry .flexslider img {
max-width: 100% !important;
}
.columns4 .isotope-item {
width:217px
}
.columns3 .isotope-item {
width:300px;
}
.columns2 .isotope-item {
width:465px;
}
.carousel_recent_post {
width:217px;
}
.jcarousel.rd_pc_2 {
max-width:960px;
}
.member-social-links ul {
padding:0 0 0 1px;
}
.member-social-links li {
margin-right:1px;
}
.post-content {
width:310px;
}
.post-content-large {
width:530px;
}
.port_type_7 .port_item_details, .port_type_8 .port_item_details {
min-height:311px;
}
.port_item_details .port_small_excerpt p {
display:none;
}
.port_small_excerpt {
padding: 50px 16px;
font-size: 14px;
position: relative;
} #fw_c .grid_blog_post.blog_4_col .post_quote_text {
min-height: 117px;
max-height: 117px;
overflow: auto;
font-size: 12px;
line-height: 26px;
padding: 19px 24px 19px;
}
#fw_c .grid_blog_post.blog_3_col .post_quote_text {
min-height: 176px;
max-height: 176px;
font-size: 20px;
line-height: 30px;
}
#fw_c .grid_blog_post.blog_2_col .post_quote_text {
min-height: 295px;
max-height: 295px;
font-size: 35px;
line-height: 50px;
padding: 31px 30px 28px;
}
#posts .grid_blog_post.blog_2_col .post_quote_text {
min-height: 201px;
max-height:201px;
font-size: 24px;
line-height: 35px;
}
#posts .grid_blog_post.blog_3_col .post_quote_text {
min-height: 156px;
max-height:156px;
font-size: 14px;
line-height: 24px;
padding-bottom: 27px;
}
#posts .grid_blog_post.blog_4_col .post_quote_text {
min-height: 114px;
max-height: 114px;
font-size: 12px;
line-height: 22px;
padding: 13px;
}
#posts .grid_blog_post.blog_3_col .post_quote_author {
display:none;
}
#posts .grid_blog_post.blog_2_col .post-title h2 {
font-size:20px;
line-height:22px;
} #fw_c .post_timeline {
width: 364px;
margin-left: 232px;
}
.blog_timeline {
margin-left: -232px;
}
div.post_timeline.isotope-item:before {
left:-145px;
}
div.post_timeline.isotope-item:after {
right:-145px;
}
#posts .post_timeline {
width:100%;
margin-left:0;
}
#posts .blog_timeline {
margin-left:0;
} #fw_c .shop_four_col .add_to_cart_button, #posts .shop_three_col .add_to_cart_button, #posts .shop_four_col .add_to_cart_button {
display: block;
width: 100%;
margin-bottom:10px;
}
#fw_c .shop_four_col .show_details_button, #posts .shop_three_col .show_details_button, #posts .shop_four_col .show_details_button {
display: block;
width: 100%;
}
.product_image_wrapper {
width: 400px;
}
.product_thumb_wrapper {
width: 60px !important;
height:510px !important;
}
.single_products_thumbnails {
width: 60px !important;
height:510px !important;
}
.single-product.woocommerce-page span.onsale {
left: 380px;
} .rp_type02 .post-attachement, .rp_type02 .rp_post_time {
width:130px;
}
.rp_type02 .post_ctn {
padding: 0px 0 0 150px;
}
.rp_type03 .post_ctn, .rp_type03 .rp_post_info {
padding-left:220px;
}
.rp_type03 .post-attachement {
width: 194px;
}
.rp_type04 .post-attachement {
width: 224px;
}
.rp_type04 .post-attachement:hover .rp_image, .rp_type04 .post-attachement:hover .rp_gallery, .rp_type04 .post-attachement:hover .rp_quote, .rp_type04 .post-attachement:hover .rp_video, .rp_type04 .post-attachement:hover .rp_normal, .rp_type04 .post-attachement:hover .rp_audio {
width: 224px;
height: 224px;
font-size: 24px;
line-height: 224px;
}
.rp_type04 .post_ctn {
padding: 0px 0 0 240px;
}
.rp_type04 .rp_entry {
padding: 3px 0 0 240px;
}
.rp_type05 .post-attachement {
width: 191px;
}
.rp_type05 .post_ctn {
padding-left:215px;
}
.rp_type05 .rp_post_author {
display:none;
}
.rp_type08.ajax_post.blog_4_col {
width: 33.3345%;
}
.rp_type09 .post_ctn {
bottom: -160px;
}
.rp_type09 .rp_arrow {
top: 30px;
}
.rp_type10 .post-attachement {
width: 425px;
}
.rp_type10 .rp_post_time {
height:194px;
}
.rp_type10 .rp_day {
margin-top: 70px;
}
.rp_type10 .post_ctn {
width:100%;
}
.rp_type10 .post-attachement:before {
top:inherit;
bottom: -6px;
right: 22px;
} .pricetable {
width: 984px;
} .vc_span3 .rd_pie_chart.rd_pie_01 .rd_pc_status, .vc_span3 .rd_pie_chart.rd_pie_02 .rd_pc_status, .vc_span3 .rd_pie_chart.rd_pie_03 .rd_pc_status, .vc_span3 .rd_pie_chart.rd_pie_05 .rd_pc_status {
top: 72px;
}
.vc_span3 .rd_pie_01 .rd_pc_track {
width: 140px;
height: 140px;
top: 14.5px;
left: 50%;
margin-left: -70px;
}
.vc_span3 .rd_pie_01 .rd_pc_track_in {
width: 122px;
height: 122px;
top: 25px;
margin-left: -61px;
}
.vc_span3 .rd_pie_chart.rd_pie_02 .rd_pc_status {
top: 72px;
} .blog_4_col .rd_staff_p03 .bw-wrapper {
width: 175px;
}
.blog_4_col .rd_staff_p03 .staff_post_ctn:hover .bw-wrapper {
width: 185px;
}
.blog_4_col .rd_staff_p03 .staff_post_ctn:hover .bw-wrapper a:before {
opacity: 0.9;
width: 147px;
border-radius: 300px;
height: 147px;
position: absolute;
top: 18.5px;
line-height: 147px;
left: 50%;
margin-left: -73.5px;
} .port_tn a:before {
position: absolute;
width: 71px;
height: 71px;
line-height:71px;
}
}  @media only screen and (min-width: 768px) and (max-width: 1035px) {
.vc_hidden-lg {
display:block!important;
}
#top_bg {
overflow:hidden;
}
#top_bar {
display:none;
}
#fixed_body_left {
margin-left:0px;
}
.vc_hidden-sm,.vc_hidden-sm.vc_hidden-lg, .parallax_bg, .parallax_video {
display: none!important;
}
.fixed_header_left {
position:relative;
width:auto;
padding-left:0;
}
.fixed_header_left .wrapper {
width:708px;
}
.fixed_header_left #logo_img {
float: left!important;
}
#fixed_header_socials {
display:none;
}
.fixed_header_left .header_current_cart {
float:none;
}
.fixed_header_left .cart-content {
padding: 37px 14px 38px 14px;
text-align: center;
width: 105px;
}
.fixed_header_left .header_current_cart .cdp_2 {
top:150px;
left:auto;
}
.fixed_header_left .header_current_cart:hover .cdp_2 {
top: 100px;
left:auto;
}
.header_bottom_nav {
position: relative !important;
}
#boxed_layout {
width:768px;
margin:0 auto;
}
.wrapper {
width: 708px;
}
#mobile-menu .wrapper {
padding:0 0 0 30px !important;
width:239px;
}
.mt_menu {
display:block !important;
}
.logo_text {
max-height: 50px;
line-height: 50px;
width: 290px;
}
#logo_img .mobile_logo, .transparent_header #logo_img .white_logo.mobile_logo {
display:inline-block !important;
}
#logo_img .desktop_logo, .transparent_header #logo_img .dark_logo.mobile_logo {
display:none !important;
}
.menu_slide.mt_menu #logo_img {
max-height: 50px;
line-height: 50px;
}
.menu_slide.mt_menu #logo_img:before {
margin:0;
}
.menu_slide.mt_menu #logo_img img {
max-height:35px;
}
.menu_slide.mt_menu #logo {
max-height: 50px;
line-height: 50px;
}
#footer {
width: 738px;
}
.footer_4_col .widget_wrap, .footer_3_col .widget_wrap, .footer_2_col .widget_wrap {
width:339px !important;
}
#posts, .woocommerce #posts, .single_port_ctn #posts, .single_port_ctn .post {
width:478px;
}
#posts.business_posts {
width: 450px;
max-width: 450px;
}
#sidebar, .woocommerce #sidebar, #information {
width:189px;
}
#sidebar.business_sidebar {
width: 220px;
}
#posts .grid_post .ajax_post, #posts .blog_masonry .ajax_post {
width: 100%;
}
#fw_c .post_masonry, #fw_c .grid_post .ajax_post {
width:50%;
}
#fw_c .post_timeline {
width: 300px;
margin-left:107.5px;
}
.blog_timeline {
margin-left:-107.5px;
}
div.post_timeline:before {
left:-60.5px;
}
div.post_timeline:after {
right: -60.5px;
}
.post_timeline .arrow_r {
right:-10px;
}
.post_timeline:hover .arrow_r {
right:-20px;
}
.post_timeline .arrow_l {
left:-23px;
}
.post_timeline:hover .arrow_l {
left: -33px;
}
.timeline_pd_l, timeline_pd_r {
display:none;
}
.month_left {
left: -97px;
}
.month_right {
right: -97px;
}
.timeline_month {
position: absolute;
font-size: 15px;
font-weight: bold;
background: #ebebeb;
padding: 15px 10px 10px;
}
#posts .post_timeline {
width:100%;
margin-left:0;
}
#posts .blog_timeline {
margin-left:0;
}
#fw_c .post_masonry .flexslider img, #fw_c .post_masonry .flexslider img {
max-width: 100% !important;
}
.post_grid {
width:349px;
}
#posts .grid_blog_post.blog_2_col .post_quote_text, #posts .grid_blog_post.blog_3_col .post_quote_text, #posts .grid_blog_post.blog_4_col .post_quote_text {
min-height:inherit;
}
#fw_c .grid_blog_post.blog_4_col .post_quote_text, #fw_c .grid_blog_post.blog_3_col .post_quote_text, #fw_c .grid_blog_post.blog_2_col .post_quote_text {
min-height: 204px;
max-height: 204px;
font-size: 25px;
line-height: 36px;
padding: 31px 30px 28px;
}
.post-title h2, #posts .grid_blog_post .post-title h2 {
font-size:20px;
line-height:20px;
}
#posts .post {
overflow: visible;
padding: 0 0 50px 0;
}
#posts .post_grid {
width:233px;
}
.portfolio {
margin: 0px 0px 0px 0px;
}
.load_more_cont {
margin-left: 0px;
padding: 60px 0 30px 40px;
}
.columns4 .isotope-item {
width:157px;
}
.columns3 .isotope-item {
width:219px;
}
.columns2 .isotope-item {
width:344px;
}
.port_details_slider {
width:100%;
margin:0;
}
.port_details_information {
width:100%;
margin:40px 0 0 0;
}
.port_type_7 .port_item_details, .port_type_8 .port_item_details {
min-height:230px;
padding:15px 0 10px;
}
.port_item_details .port_small_excerpt p, .port_item_details .port_small_excerpt .port_project_buttons {
display:none;
}
.carousel_recent_post {
width:149.5px;
}
.member-social-links ul {
padding:0 0 0 1px;
}
.member-social-links li {
margin-right:1px;
}
.post-content {
width:310px;
}
.post-content-large {
width:530px;
}
header nav ul,.header_bottom_nav nav ul{
display:none !important;
}
header nav ul li {
display:none;
}
#nav_button {
display:block;
margin:31px 10px 0px 0px;
height:40px;
float:right;
}
.header_bottom_nav.nav_type_15 #nav_button {
margin:6.5px 0px 0px 0px;
}
.header_bottom_nav.nav_type_16 #nav_button {
margin:16.5px 0px 0px 0px;
}
#nav_button:before {
font-family:"FontAwesome";
display:block;
content:"\f0c9";
padding:8px 0 0 0px;
text-align:center;
margin-left:-1px;
font-size:18px;
}
.mt_menu .header_current_cart {
float:right;
height:49px;
line-height:49px;
}
.mt_menu .cart-content {
padding:0 17px;
margin: 0 10px;
}
.mt_menu .current_item_number {
display:none;
}
#nav_button_alt:before {
font-family:"FontAwesome";
display:block;
content:"\f0c9";
padding:0px 0 0 0px;
text-align:center;
margin-left:-1px;
font-size:18px;
} .filter_param {
margin-right: 5px;
padding: 9px 47px 10px 7px;
}
.single-product.woocommerce-page span.onsale {
left: 260px;
}
.product_nav_left, .product_nav_right {
opacity:1;
}
.product_thumb_wrapper {
display:none;
}
.product_image_wrapper {
width:100%;
}
#posts .shop_two_col .add_to_cart_button, #posts .shop_three_col .add_to_cart_button, #posts .shop_four_col .add_to_cart_button {
display: block;
width: 100%;
margin-bottom:10px;
}
#posts .shop_two_col .show_details_button, #posts .shop_three_col .show_details_button, #posts .shop_four_col .show_details_button {
display: block;
width: 100%;
}
.woocommerce-page ul.products li.shop_three_col.last, .woocommerce-page ul.products li.shop_four_col.last {
margin-right:0%!important;
}
.woocommerce-page .rp_sc ul.products li.shop_three_col.last, .woocommerce-page .rp_sc ul.products li.shop_four_col.last {
margin-right:0!important;
}
.shop_three_col.first, .shop_four_col.first {
clear:none!important;
}
.woocommerce-page ul.products li.shop_three_col:nth-child(odd), .woocommerce-page ul.products li.shop_four_col:nth-child(odd) {
width: 47.5%!important ;
margin-right: 5% !important;
}
.woocommerce-page ul.products li.shop_three_col:nth-child(even), .woocommerce-page ul.products li.shop_four_col:nth-child(even) {
width: 47.5%!important ;
margin-right: 0% ;
}
#posts .shop_four_col h3 {
font-size:14px !important;
} .jcarousel.rd_pc_2 {
max-width:708px;
}
.rd_pc_2 .port_details h2 {
font-size: 15px;
font-weight: bold;
line-height: 32px;
} .rd_ct_bt .count_number {
font-size:45px;
}
.count_bigicon_circle {
width:100px;
height:100px;
}
.count_bigicon_circle i, .count_bigsub_circle {
width: 50px;
height: 50px;
background: #1bbc9b;
display: block;
color: #fff!important;
border-radius: 300px;
position: absolute;
top: 50%;
left: 50%;
margin: -25px 0 0 -25px;
font-size: 20px;
text-align: center;
line-height: 50px;
} .rd_list_4 .list_item_ctn {
width:100%!important;
} .rd_alt_slide .slide_post_info {
height:75px;
}
.rd_alt_slide .rp_nav {
top: 23px;
}
.rd_alt_slide .rp_nav .sp_left {
position: absolute;
right: 55px;
}
.rd_alt_slide .rp_nav .sp_right {
position: absolute;
right: 20px;
}
.rd_alt_slide .slide_post_info p {
display:none;
} .rp_type01.ajax_post.blog_3_col {
width:50%;
}
.rp_type02 .post-attachement {
width: 100%;
margin: 0px auto 10px;
}
.rp_type02 .rp_post_time {
width: 100%;
}
.rp_type02 .post_ctn {
padding:0;
float: left;
}
.rp_type03 .post_ctn {
padding: 12px 15px 10px 15px;
}
.rp_type03 .rp_post_info {
float: left;
width: 100%;
border-left: 1px solid;
padding: 5px 0 6px 15px;
}
.rp_type03 .post-attachement {
width:100%;
}
.rp_type03 .post_ctn {
padding: 12px 15px 10px 15px;
float: left;
}
.rp_type04 .post-attachement {
width:100%;
}
.rp_type04 .post-attachement:hover .rp_image, .rp_type04 .post-attachement:hover .rp_gallery, .rp_type04 .post-attachement:hover .rp_quote, .rp_type04 .post-attachement:hover .rp_video, .rp_type04 .post-attachement:hover .rp_normal, .rp_type04 .post-attachement:hover .rp_audio {
width: 339px;
height: 339px;
font-size: 24px;
line-height: 339px;
}
.rp_type04 .post_ctn {
padding: 0 0 0 189px;
float: left;
padding: 0;
}
.rp_type04 .rp_entry {
float: left;
padding-left: 0;
}
.rp_type05 .post-attachement {
width:100%;
}
.rp_type05 .post_ctn {
padding: 12px 15px 10px 15px;
float: left;
}
.rp_type05 .rp_post_info {
border-left:1px solid;
}
.rp_type07 .post-attachement {
width: 100%;
}
.rp_type07 .post_ctn {
float: left;
padding: 15px 0;
}
.rp_type08.ajax_post.blog_4_col, .rp_type09.ajax_post.blog_3_col {
width:50%;
}
.rp_type09 .post_ctn {
bottom: -160px;
}
.rp_type09 .rp_arrow {
top: 47.5px;
}
.rp_type10 .post-attachement {
width: 299px;
}
.rp_type10 .rp_post_time {
height: 100px;
}
.rp_type10 .rp_day {
margin-top: 25px;
}
.rp_type10 .post_ctn {
padding: 20px 20px 15px 20px;
width: 100%;
float: left;
}
.rp_type10 .post-attachement:before {
top:inherit;
bottom: -6px;
right: 22px;
} .rd_squared_slide .rp_nav {
position: absolute;
right: 0;
bottom: 0;
width: 80px;
}
.rd_squared_slide .sp_left, .rd_squared_slide .sp_right {
border: none;
width: 40px;
height: 80px;
} .rd_tm_4 .tm_image {
left: 50%;
margin-left: -50px;
top: 31px;
}
.rd_tm_4 .tm_author {
top: 140px;
width: 200px;
left: 50%;
margin-left: -100px;
text-align: center;
}
.rd_tm_4 .tm_info {
left: 50%;
width: 200px;
top: 165px;
margin-left: -100px;
text-align: center;
}
.rd_tm_4 .tm_text {
padding: 200px 40px 26px 40px;
text-align: center;
}
.rd_tm_5 .tm_image {
left: 50%;
margin-left: -51px;
top: 31px;
}
.rd_tm_5 .tm_author {
top: 140px;
width: 200px;
left: 50%;
margin-left: -100px;
text-align: center;
}
.rd_tm_5 .tm_info {
left: 50%;
width: 200px;
top: 165px;
margin-left: -100px;
text-align: center;
}
.rd_tm_5 .tm_text {
padding: 200px 40px 26px 40px;
text-align: center;
}
.rd_tm_17 .tm_image {
right: 50%;
margin-right: -75px;
}
.rd_tm_17 .tm_text {
padding: 200px 50px 48px 50px;
}
.vc_span4 .rd_tm_12 .tm_image, .vc_span3 .rd_tm_12 .tm_image {
left: 50%;
margin-left: -51px;
}
.vc_span4 .rd_tm_12 .tm_text, .vc_span3 .rd_tm_12 .tm_text {
padding: 160px 0px 0px 0px;
text-align: center;
}
.vc_span4 .rd_tm_12 .tm_author, .vc_span3 .rd_tm_12 .tm_author {
left: 0px;
text-align: center;
width: 100%;
top: 110px;
}
.vc_span4 .rd_tm_12 .tm_info, .vc_span3 .rd_tm_12 .tm_info {
left: 0;
top: 133px;
width: 100%;
text-align: center;
} .pricetable {
max-width: 100%;
}
.pricetable-column {
width: 100% !important;
padding: 0!important;
margin-left: 0!important;
margin-right: 0!important;
margin-top: -1px !important;
} .rd_table_5_col .table_col {
width: 100%;
} .rd_cta_1 {
text-align: center;
}
.rd_cta_1 i {
float: inherit;
margin: 25px auto 20px auto;
text-align: center;
display: inherit;
clear: both;
}
.rd_cta_1 .promo_text {
float: left;
width: 100%;
padding: 0px 40px 10px;
text-align: center;
}
.rd_cta_1 .promo_btn {
float: inherit;
margin: 5px auto 30px auto;
display: inline-block;
}
.rd_cta_2 {
text-align: center;
}
.rd_cta_2 .promo_text_ctn {
width: 100%;
}
.rd_cta_2 .promo_btn {
float: inherit;
margin: 15px 0px 10px 0px;
display: inline-block;
} .icon_box2_br .icon_circle {
width: 123px;
height: 123px;
}
.icon_box2_br .box_btn {
width:122px;
}
.vc_span12 .icon_box2 {
max-width: 50%;
width: 50%;
margin-top:-1px;
}
.icon_box2_left_b {
padding: 20px;
}
.icon_box2_left_b .icon_circle {
clear: both;
position: static;
margin: 0 auto;
}
.icon_box2_left_b h3 {
text-align:center;
padding-top:25px;
}
.icon_box2_left_b p {
text-align:center;
} .vc_span4 .rd_pie_chart.rd_pie_01 .rd_pc_status, .vc_span4 .rd_pie_chart.rd_pie_02 .rd_pc_status, .vc_span4 .rd_pie_chart.rd_pie_03 .rd_pc_status, .vc_span4 .rd_pie_chart.rd_pie_05 .rd_pc_status {
top: 72px;
}
.vc_span3 .rd_pie_chart.rd_pie_01 .rd_pc_status, .vc_span3 .rd_pie_chart.rd_pie_02 .rd_pc_status, .vc_span3 .rd_pie_chart.rd_pie_03 .rd_pc_status, .vc_span3 .rd_pie_chart.rd_pie_05 .rd_pc_status {
top: 50px;
}
.vc_span4 .rd_pie_01 .rd_pc_track {
width: 140px;
height: 140px;
top: 14.5px;
left: 50%;
margin-left: -70px;
}
.vc_span4 .rd_pie_01 .rd_pc_track_in {
width: 122px;
height: 122px;
top: 25px;
margin-left: -61px;
}
.vc_span3 .rd_pie_01 .rd_pc_track {
width: 108px;
height: 108px;
top: 8.5px;
left: 50%;
margin-left: -54px;
}
.vc_span3 .rd_pie_01 .rd_pc_track_in {
width: 90px;
height: 90px;
top: 18px;
margin-left: -45px;
} .rd_staff_posts_ctn .staff_post {
width:50%!important;
}
#wp-calendar td {
padding: 2px;
} div.timeline_event:nth-of-type(even) {
width: 100%;
margin-bottom: 50px;
padding:0;
}
div.timeline_event:nth-of-type(odd) {
width: 100%;
margin-top:0px;
padding:0;
}
div.timeline_event:nth-of-type(even):after, div.timeline_event:nth-of-type(odd):before {
display:none;
content:"";
}
.simple div.timeline_event:nth-of-type(even), .simple div.timeline_event:nth-of-type(odd) {
padding: 68px 28px 60px;
margin-bottom:50px;
}
.simple div.timeline_event .event_triangle {
display:none!important;
}
.timeline_event_ctn .v_line {
display:none;
}
.rd_widget_recent_entries .thumbnail { width:100%;height:auto;} .rd_widget_recent_entries .widget_recent_entry { width: 100%; padding-top: 20px; }​ .port_tn a:before {
position: absolute;
width: 59px;
height: 59px;
line-height:59px;
} .tweets p {
padding-left:25px;
}
.widget_wrap:nth-child(3) {
clear:both;
}
}  @media only screen and (max-width: 767px) {
.vc_row-fluid [class*="vc_span"] {
float:left!important;
width: 100% !important;
margin-left: 0!important;
margin-right: 0!important;
}
.vc_row-fluid .vc_col-xs-12 {  width: 100% !important;}
.vc_row-fluid .vc_col-xs-11 {  width: 91.45833333333334% !important;}
.vc_row-fluid .vc_col-xs-10 {  width: 82.91666666666667% !important;}
.vc_row-fluid .vc_col-xs-9 {  width: 74.375% !important;}
.vc_row-fluid .vc_col-xs-8 {  width: 65.83333333333334% !important;}
.vc_row-fluid .vc_col-xs-7 {  width: 57.29166666666667% !important;}
.vc_row-fluid .vc_col-xs-6 {  width: 48.75% !important;}
.vc_row-fluid .vc_col-xs-5 {  width: 40.208333333333336% !important;}
.vc_row-fluid .vc_col-xs-4 {  width: 31.666666666666668% !important;}
.vc_row-fluid .vc_col-xs-3 {  width: 23.125% !important;}
.vc_row-fluid .vc_col-xs-2 {  width: 14.583333333333334% !important;}
.vc_row-fluid .vc_col-xs-1 {  width: 6.041666666666667% !important;}
.full-width-content.vc_row-fluid .vc_col-xs-2 { width: 16.66%!important; }
.full-width-content.vc_row-fluid .vc_col-xs-3 { width: 25%!important; }
.full-width-content.vc_row-fluid .vc_col-xs-4 { width: 33.33%!important; }
.full-width-content.vc_row-fluid .vc_col-xs-5 { width: 40.5%!important; }
.full-width-content.vc_row-fluid .vc_col-xs-6 { width: 50%!important; }
.full-width-content.vc_row-fluid .vc_col-xs-7 { width: 57.5%!important; }
.full-width-content.vc_row-fluid .vc_col-xs-8 { width: 66.6%!important; }
.full-width-content.vc_row-fluid .vc_col-xs-9 { width: 75%!important; }
.full-width-content.vc_row-fluid .vc_col-xs-10 { width: 83.0%!important; }
.full-width-content.vc_row-fluid .vc_col-xs-11 { width: 91.5%!important; }
.full-width-content.vc_row-fluid .vc_col-xs-12 { width: 100%!important; }
.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner { max-width:100%; }
.vc_row.vc_row-o-content-middle {display:block !important; }
.vc_hidden-lg {
display:block !important;
}
.header_bottom_nav {
position: relative !important;
}
.tt_parallax_ctn,.tt_row_parallax {
background-position: center !important;
background-attachment: scroll !important;
}
#top_bg {
overflow:hidden;
}
.heading_mobile h2 {
font-size: 40px!important;
line-height: 46px!important;
}
.heading_mobile h3 {
font-size: 36px!important;
line-height: 40px!important;
}
.vc_hidden-xs,.vc_hidden-xs.vc_hidden-lg, .parallax_bg, .parallax_video {
display: none!important;
}
#fixed_body_left {
margin-left:0px;
}
.fixed_header_left {
position:relative;
width:auto;
padding-left:0;
}
.fixed_header_left .wrapper {
width: 100%;
padding:0 10px;
}
.fixed_header_left #logo_img {
float:none;
min-width:0px;
margin:0 auto;
text-align:center;
}
#fixed_header_socials {
display:none;
}
.fixed_header_left .header_current_cart {
position: absolute;
right: 0px;
bottom: 0px;
}
.fixed_header_left .cart-content {
padding: 37px 14px 38px 14px;
text-align: center;
width: 105px;
}
.fixed_header_left .header_current_cart .cdp_2 {
top:100px;
left:auto;
}
.fixed_header_left .header_current_cart:hover .cdp_2 {
top: 54px !important;
left:auto;
}
#boxed_layout {
width:100%;
margin:0 auto;
}
#header_socials {
display:none;
}
#header_bottom {
height:40px;
}
.top_email, .top_phone {
display:none;
}
.menu_slide.mt_menu {
position:fixed!important;
}
#logo_img {
max-height: 50px;
line-height: 50px;
}
#logo_img:before {
margin:0;
}
#logo_img img {
max-height:35px;
}
#logo {
max-height: 50px;
line-height: 50px;
}
#logo_img .mobile_logo, .transparent_header #logo_img .white_logo.mobile_logo {
display:inline-block !important;
}
#logo_img .desktop_logo, .transparent_header #logo_img .dark_logo.mobile_logo {
display:none !important;
}
.logo:before {
margin:0;
}
.logo_text {
max-height: 50px;
line-height: 50px;
width:200px;
}
.logo_text p {
font-size: 18px;
}
.mt_menu .header_current_cart {
float:right;
height:49px;
line-height:49px;
}
.cart-content {
float: right;
padding: 0px 17px 0px 17px;
margin: 0px 10px 0px;
}
blockquote {
font-size: 14px;
font-weight: normal;
line-height: 26px;
margin: 42px 0 42px 10px;
padding: 15px 15px 15px 30px;
}
blockquote:after {
content: "„";
font-family: "MS Serif", "New York", serif;
position: absolute;
top: -20px;
right: -5px;
font-size: 60px;
opacity: 0.1;
}
.wpcf7 .left_field​,.wpcf7 .right_field​,
#boxed {
width:100%;
}
.wrapper {
width: 100%;
padding:0 10px;
}
.business_sp_title .wrapper, .business_related_post .wrapper {
padding:50px 0!important;
}
.business_sp_title h1,h2.b-post-title {
text-align: center;
font-size: 20px;
line-height: 40px;
}
.section .wrapper, .n_section .wrapper {
padding:0px 10px !important;
}
.section .wrapper.staff_single_page {
padding-top: 100px!important;
}
#footer {
width:100%;
padding-top: 80px;
}
#footer_coms ul {
display:none;
}
#top_bar, #header_container header, .header_bottom_nav {
display:none;
}
.footer_4_col .widget_wrap, .footer_3_col .widget_wrap, .footer_2_col .widget_wrap, .footer_1_col .widget_wrap {
width:100% !important;
margin:0 0 30px 0;
padding-right:0px!important;
}
#footer .thefox_social_widget_icons {
width:100%;
}
#footer_coms .f_si_right, #footer_coms .f_si_left, #f_social_icons {
float:none;
padding:0 0 5px;
width:100%;
text-align:center;
}
#footer_coms .f_message_left, #footer_coms .f_message_right {
float:none;
width:100%;
text-align:center;
padding: 0;
height:auto;
}
#pb_ctn {
margin-left:0;
}
#posts #pb_ctn {
margin-left: 0px;
}
.post_masonry, #fw_c .post_masonry, #fw_c .grid_post .ajax_post {
width: 100%;
}
#posts .grid_post .ajax_post, #posts .blog_masonry .ajax_post {
width: 100%;
}
#fw_c .post_timeline, #posts .post_timeline {
width: 100%;
}
#fw_c .post_masonry .flexslider img, #fw_c .post_masonry .flexslider img {
max-width: 100% !important;
}
.post-title h2, #posts .grid_blog_post .post-title h2 {
font-size:18px;
line-height:18px;
}
#information {
width:100%;
padding-top:0;
margin:0 0 30px 0;
}
#posts, .woocommerce #posts, .single_port_ctn #posts, .single_port_ctn .post,#posts.business_posts {
width:100%;
}
.author_date_ctn {
display:none;
}
.multi_author_ctn {
margin-left: 0 !important;
margin-right: 0 !important;
}
.blog_load_more_cont.multi_author_load {
left: 50% !important;
margin-left: -20px !important;
right:auto!important;
}
.blog_timeline, .post_timeline {
margin-left:0;
} #posts .grid_blog_post.blog_2_col .post_quote_text, #posts .grid_blog_post.blog_3_col .post_quote_text, #posts .grid_blog_post.blog_4_col .post_quote_text, #fw_c .grid_blog_post.blog_4_col .post_quote_text, #fw_c .grid_blog_post.blog_3_col .post_quote_text, #fw_c .grid_blog_post.blog_2_col .post_quote_text {
min-height: inherit;
font-size: 24px;
line-height: 35px;
max-height:inherit;
padding: 31px 30px 28px;
}
#sidebar, .woocommerce #sidebar,#sidebar.business_sidebar {
width:100%;
margin:20px 0 0px 0;
}
.business_sidebar.right_sb:before,.business_sidebar.left_sb:before {
left: -20px!important;
}
.business_sidebar.right_sb,.business_sidebar.left_sb {
padding-left:0px;
padding-right:0px;
}
#header_container {
max-height:50px !important;
min-height:50px !important;
}
header nav {
width:50px;
float:none;
min-height:55px;
margin:0 0 0 0px;
}
header nav ul {
display:none !important;
}
.header_bottom_nav nav ul {
display:none!important;
}
header nav ul li {
display:none;
}
#nav_button, #nav_button_alt {
float:left;
display:block;
margin:0px auto 0px auto;
width:50px;
height:50px;
}
#nav_button_alt {
margin: 8px 10px 0px 0px;
float: left;
height: 45px;
}
#nav_button:before {
font-family:"FontAwesome";
display:block;
content:"\f0c9";
padding:8px 0 0 0px;
text-align:center;
margin-left:-1px;
font-size:18px;
}
#nav_button_alt:before {
font-family:"FontAwesome";
display:block;
content:"\f0c9";
padding:0px 0 0 0px;
text-align:center;
margin-left:-1px;
font-size:18px;
}
#mobile-menu .wrapper {
padding:0 0 0 30px !important;
width:239px;
}
.mt_menu {
display:block !important;
}
.menu_slide.mt_menu .header_current_cart li a {
margin:0;
padding:0;
}
.menu_slide.mt_menu .header_current_cart .current_item_number {
display:none;
}
header #searchtop {
padding: 3px 0px 0px 23px !important;
}
header #search-form {
top:155px!important;
}
header .cart-content {
float: right !important;
padding: 3px 17px 5px 17px !important;
margin: 0px 10px 0px!important;
}
header .header_current_cart:hover .cdp_2 {
top: 154px !important;
}
.header_cart_dropdown {
display:none!important;
}
.columns4 .isotope-item {
width:100%;
}
.columns3 .isotope-item {
width:100%;
}
.columns2 .isotope-item {
width:100%;
}
.black_bg {
padding:0 30px;
}
.page_title_ctn {
text-align:center;
}
.page_title {
float:none;
}
.boxed_t_left h2, .boxed_t_center h2 {
line-height:25px;
}
.rd_child_pages, #breadcrumbs {
display:none;
}
.title_bb {
width: auto;
height: 90px;
float: none;
min-width:100%;
margin: 22px auto 0 auto;
}
#to_top {
display:none;
}
.post-content {
width:270px;
margin:25px 15px 0 15px;
}
.post-content-large {
width:270px;
margin:25px 15px 0 15px;
}
#main_content .section:first-child {
border-top:141px solid #1c1d1f;
}
.pricetable {
width:100%;
padding:10px 0px 30px 0px;
}
.pricetable-column {
margin:20px 0 20px 0;
border-bottom:1px solid #eee;
}
.sc_divider span {
padding: 0 10px;
}
.f_cta_text {
width:100%;
text-align:center;
padding:0px 0 20px 0;
}
.f_cta_button {
width:100%;
padding: 20px 0 20px 0;
}
.f_cta_button a {
clear:both;
float:none;
display:block;
text-align:center;
} .filter_param {
margin-right: 5px;
padding: 9px 47px 10px 7px;
}
.filter_param_count {
margin-bottom:30px;
}
.single-product.woocommerce-page span.onsale {
left: 175px;
}
.product_nav_left, .product_nav_right {
opacity:1;
}
.product_thumb_wrapper {
display:none;
}
.product_image_wrapper {
width:100%!important;
}
.rd_woo_image_ctn {
width:100%!important;
margin-bottom:30px;
}
.woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary {
float: right !important;
width: 100% !important;
}
.comment-form-author, .comment-form-email {
float: left;
width: 100%;
}
.comment-form-rating label {
text-indent:-999em;
}
.woocommerce #review_form #respond textarea, .woocommerce-page #review_form #respond textarea {
margin-top: 10px;
}
.woocommerce-page ul.products li.shop_three_col, .woocommerce-page ul.products li.shop_four_col{
width: 100%!important ;
margin-right:0% !important;
}
#posts .shop_four_col h3 {
font-size:14px !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
font-size: 14px;
line-height: 24px;
}
#comments .star-rating {
position: absolute;
top: -20px;
right: 0px;
}
.woocommerce.columns-1 ul.products li.product,.woocommerce.columns-2 ul.products li.product,.woocommerce.columns-3 ul.products li.product,.woocommerce.columns-4 ul.products li.product, .woocommerce-page:not(.single-product) ul.products li.product {
width:100% !important ;
}
.woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-tabs {
float:none;
width:auto;
}
.woocommerce-cart .woocommerce .cart_left_part {
width:100%!important;
}
.shop_table th, td.product-price, td.product-subtotal, td.product-name {
font-size: 11px;
}
.buttons_added .minus, .buttons_added .plus {
width:25px!important;
height:25px!important;
}
.buttons_added {
width: 75px!important;
}
.woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce-page #content .quantity input.qty {
width:23px;
height:23px;
}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
padding:12px 3px;
}
.product-thumbnail {
display:none;
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
text-align:center;
}
.user_current_cart .product-remove {
display:none;
}
.customer_details_back, .customer_details_next {
width:100%;
text-align:center;
}
.cart_left_part .coupon {
float: right;
width: 100%;
}
.cart_left_part .shipping_calc_container {
float: left;
width:100%
}
.shipping_calc_container .form-row {
width:100%;
clear:both;
}
.woocommerce-cart .cart_totals, .woocommerce-cart .update_cart {
width:100%;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
width:100%;
}
.woocommerce .col2-set .col-1 .form-row, .woocommerce .col2-set .col-2 .form-row {
width: 100%!important;
clear: both;
}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
line-height: 18px;
padding: 31px 0px!important;
text-align:center;
}
.rd_coupon_form {
width: 250px;
left: 5px;
}
.rd_coupon_form .form-row-first {
width: 155px !important;
}
.rd_order_total {
right: 10px;
bottom: 190px;
}
.rd_order_total th {
text-align: left;
padding: 7px 0px;
}
.rd_order_total td {
text-align: right;
padding: 7px 0px;
}
.woocommerce-checkout .product-name {
width: 80px;
display:none;
}
.woocommerce-checkout .product-total {
width:auto!important;
}
.checkout_step {
width:100%!important;
text-align:center;
}
.checkout_step:after {
border:none!important;
}
#rd_login_form, .rd_guest_checkout {
width:100%;
margin:0;
}
.create-account {
margin-left: -160px;
height: 240px;
margin-top: -120px;
width: 320px;
background: #fff;
}
.c_acc_box {
float: left;
margin-top: 15px;
font-size: 10px;
}
.create_acc_header {
padding: 0px 25px;
}
.create_acc_container {
padding: 0px 25px;
margin: 0;
}
.create_acc_done {
margin-top: 11px!important;
float: right;
font-size: 12px!important;
padding: 10px !important;
}
.woocommerce-message .button, .woocommerce-info .button, .woocommerce-error .button {
color: #fff!important;
top: -30px;
border-radius: 3px 3px 0 0 !important;
right: 0px;
clear: both;
width: 100%;
display: inline-block !important;
text-align: center;
float: none!important;
}
.woocommerce-cart .coupon {
width: 97%;
margin-left: 5px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
width: 100%;
}
.woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
width:100%;
margin-top:30px;
}
.woocommerce-cart .update_cart {
float: left;
margin-top: 10px !important;
padding: 0 5px;
}
.update_cart .button {
width:100%;
}
.update_cart input.checkout-button.button {
margin-left:0;
}
.braintree-payment-form p {
width: 100%!important;
} .portfolio_block .element {
width: 100%!important;
}
#options {
max-width:100%;
}
#options li {
padding-bottom:5px!important;
}
.jcarousel.rd_pc_2 {
max-width:100%;
}
.filter_type_7 {
height:auto;
}
.filter_type_1 #options li, .filter_type_2 #options li, .filter_type_3 #options li, .filter_type_7 #options li {
width:100%;
text-align:center;
}
.filter_type_3 #options li, .filter_type_7 #options a {
padding:5px 0 5px;
}
.filter_type_1 #options a, .filter_type_7 #options a {
display:block;
}
.filter_type_2 #options a {
border:1px solid !important;
border-radius:5px;
display:block;
}
.filter_type_2 #options > li {
border:none!important;
}
.portfolio_sorts a:after {
right:0;
}
.portfolio_sorts #sorts {
width: 118px;
margin-left: -59px;
margin-top: 5px;
left: 50%;
}
.port_details_slider {
width:100%;
margin:0;
}
.port_details_full_information .item_details_entry {
width:100%;
}
.port_details_information, .port_details_full_information .port_metas {
width:100%;
margin:40px 0 0 0;
}
.single_port_navigation .next_project {
padding: 9px 10px 9px;
min-width: 121px;
margin-left: 10px;
}
.single_port_navigation .previous_project {
padding: 9px 10px 9px;
min-width: 121px;
}
#author-bio img {
float:none;
margin: 0 auto;
display: block;
}
#author-bio #author-info {
padding-left:0px;
padding-top: 30px;
}
.port_type_7 .filter_img, .port_type_8 .filter_img, .port_type_9 .filter_img {
width:100%;
}
.port_type_7 .port_item_details, .port_type_8 .port_item_details, .port_type_9 .port_item_details {
width:100%;
border-left:none!important;
border-right:none!important;
min-height:5px;
} #comments > ul > li ul { border-left:none !important; padding-left:0px !important; }
#comments ul li .avatar​ { float:none; margin-bottom: 10px;​}​
#comments ul li .details​ { padding:0; }
.comment_ctn { padding: 15px;​ }
#comments ul li .details span.Reply { float: left; padding: 20px 0; }​
.post-title h4, .post-title {
border:none !important;
}
.post-date {
padding: 0px 0px 5px 0px;
}
.post-user {
margin: 0px 0 0px 0px;
padding: 0px 0px 5px 15px;
}
.post-cat {
padding: 0px 0px 5px 15px;
}
.post-tag {
display:none;
}
.post-com {
padding: 0px 0px 5px 15px;
}
.all_port .carousel_left, .all_port .carousel_right {
top:8px !important;
}
.lt_sub_text {
font-size: 35px;
}
.rp_left, .rp_right, .staff_left, .staff_right, .carousel_right, .carousel_left, .partners_left, .partners_right {
opacity:0.85;
}
.rp_left, .staff_left, .carousel_left, .partners_left {
left:0
}
.rp_right, .staff_right, .carousel_right, .partners_right {
right:0
} .rp_type01.ajax_post.blog_3_col {
width:100%;
}
.rp_type01 .post-attachement {
width: 100%;
}
.rp_type01 .post-attachement:hover .rp_image, .rp_type01 .post-attachement:hover .rp_gallery, .rp_type01 .post-attachement:hover .rp_quote, .rp_type01 .post-attachement:hover .rp_video, .rp_type01 .post-attachement:hover .rp_normal, .rp_type01 .post-attachement:hover .rp_audio {
width: 300px;
height: 353px;
font-size: 36px;
line-height: 353px;
}
.rp_type01 .post_ctn {
padding: 10px 0 0 0px;
float: left;
}
.rp_type02.ajax_post.blog_2_col {
width: 100%;
}
.rp_type02 .post-attachement {
width: 100%;
margin: 0px auto 10px;
}
.rp_type02 .rp_post_time {
width: 100%;
}
.rp_type02 .post_ctn {
padding:0;
float: left;
}
.rp_type03.ajax_post.blog_2_col {
width:100%;
}
.rp_type03 .post_ctn {
padding: 12px 15px 10px 15px;
}
.rp_type03 .rp_post_info {
float: left;
width: 100%;
border-left: 1px solid;
padding: 5px 0 6px 15px;
}
.rp_type03 .post-attachement {
width:100%;
}
.rp_type03 .post_ctn {
padding: 12px 15px 10px 15px;
float: left;
}
.rp_type04.ajax_post.blog_2_col {
width:100%;
}
.rp_type04 .post-attachement {
width:100%;
}
.rp_type04 .post-attachement:hover .rp_image, .rp_type04 .post-attachement:hover .rp_gallery, .rp_type04 .post-attachement:hover .rp_quote, .rp_type04 .post-attachement:hover .rp_video, .rp_type04 .post-attachement:hover .rp_normal, .rp_type04 .post-attachement:hover .rp_audio {
width: 300px;
height: 300px;
font-size: 24px;
line-height: 300px;
}
.rp_type04 .post_ctn {
padding: 0 0 0 0px;
float: left;
padding: 0;
}
.rp_type04 .rp_entry {
float: left;
padding-left: 0;
}
.rp_type05.ajax_post.blog_2_col {
width:100%;
}
.rp_type05 .post-attachement {
width:100%;
}
.rp_type05 .post_ctn {
padding: 12px 15px 10px 15px;
float: left;
}
.rp_type05 .rp_post_info {
border-left:1px solid;
}
.rp_type05 .rp_post_time {
display:none;
}
.rp_type06.ajax_post.blog_3_col {
width: 100%;
}
.rp_type07.ajax_post.blog_2_col {
width: 100%;
}
.rp_type07 .post-attachement {
width: 100%;
}
.rp_type07 .post_ctn {
float: left;
padding: 15px 0;
}
.rp_type08.ajax_post.blog_4_col, .rp_type09.ajax_post.blog_3_col {
width:100%;
}
.rp_type09 .post_ctn {
bottom: -160px;
}
.rp_type09 .rp_arrow {
top: 40.5px;
width: 40px;
height: 40px;
margin-left: -20px;
line-height: 40px;
}
.rp_type10.ajax_post.blog_2_col,.rp_type11.ajax_post.blog_2_col {
width: 100%;
}
.rp_type10 .post-attachement {
width: 260px;
}
.rp_type10 .rp_post_time {
height: 71px;
}
.rp_type10 .rp_day {
margin-top: 5px;
margin-bottom:-5px;
}
.rp_type10 .post_ctn {
padding: 20px 20px 15px 20px;
width: 100%;
float: left;
}
.rp_type10 .post-attachement:before {
top:inherit;
bottom: -6px;
right: 22px;
} .cbp_left_desc, .cbp_right_desc {
margin-bottom:110px;
width: 100% !important;
}
.cbp_type05.rp_sc, .cbp_type06.rp_sc {
width: 100% !important;
margin-top:50px;
}
.cbp_type05 .recent_port_ctn, .cbp_type06 .recent_port_ctn {
padding:0!important;
}
.cbp_type08.rp_sc, .cbp_type08.jcarousel {
width:100%;
}
.cbp_type08 .recent_port_ctn {
padding:0!important;
} .rd_squared_slide .rp_nav {
position: absolute;
right: 0;
bottom: 0;
width: 80px;
}
.rd_squared_slide .sp_left, .rd_squared_slide .sp_right {
border: none;
width: 40px;
height: 80px;
}
.rd_alt_slide .slide_post_info {
height:75px;
}
.rd_alt_slide .rp_nav {
top: 23px;
}
.rd_alt_slide .rp_nav .sp_left {
position: absolute;
right: 55px;
}
.rd_alt_slide .rp_nav .sp_right {
position: absolute;
right: 20px;
}
.rd_alt_slide .slide_post_info p {
display:none;
} .rd_tm_4 .tm_image {
left: 50%;
margin-left: -50px;
top: 31px;
}
.rd_tm_4 .tm_author {
top: 140px;
width: 200px;
left: 50%;
margin-left: -100px;
text-align: center;
}
.rd_tm_4 .tm_info {
left: 50%;
width: 200px;
top: 165px;
margin-left: -100px;
text-align: center;
}
.rd_tm_4 .tm_text {
padding: 200px 40px 26px 40px;
text-align: center;
}
.rd_tm_5 .tm_image {
left: 50%;
margin-left: -51px;
top: 31px;
}
.rd_tm_5 .tm_author {
top: 140px;
width: 200px;
left: 50%;
margin-left: -100px;
text-align: center;
}
.rd_tm_5 .tm_info {
left: 50%;
width: 200px;
top: 165px;
margin-left: -100px;
text-align: center;
}
.rd_tm_5 .tm_text {
padding: 200px 40px 26px 40px;
text-align: center;
}
.rd_tm_17 .tm_image {
right: 50%;
margin-right: -75px;
}
.rd_tm_17 .tm_text {
padding: 200px 50px 48px 50px;
} .pricetable {
max-width: 100%;
}
.pricetable-column {
width: 100% !important;
padding: 0!important;
margin-left: 0!important;
margin-right: 0!important;
margin-top: -1px !important;
} .rd_table_2_col .table_col, .rd_table_3_col .table_col, .rd_table_4_col .table_col, .rd_table_5_col .table_col {
width: 100%;
} .rd_big_alert .rd_alert_content {
margin-left:0px;
padding-top: 65px;
text-align:center;
}
.rd_big_alert .rd_alert_content:before {
left: 50%;
width: 100px;
top: 45px;
text-align: center;
margin-left: -50px;
}
.rd_clear_alert .rd_alert_content {
margin-left: 0px;
padding-top: 85px;
text-align: center;
}
.rd_clear_alert .rd_alert_content:before {
left: 50%;
margin-left: -32px;
}
.rd_solid_alert .rd_alert_content {
margin-left: 0px;
padding-top: 85px;
text-align: center;
}
.rd_solid_alert .rd_alert_content:before {
left: 50%;
margin-left: -32px;
} .tf_btn_pos {
width:100%!important;
}
.tf_btn_pos a {
margin-bottom: 15px !important;
width: 75% !important;
margin-left: auto!important;
margin-right: auto!important;
max-height: none !important;
}
.bt_icon_border.bt_icon_left.large_rd_bt span, .bt_icon_border.bt_icon_right.large_rd_bt span {
padding: 17px 0px 31px !important;
width: 176px;
line-height: 25px;
}
.bt_icon_border.large_rd_bt.bt_icon_left i, .bt_icon_border.large_rd_bt.bt_icon_right i {
line-height:inherit!important;
}
.large_rd_bt.bt_icon_left, .large_rd_bt.bt_icon_right {
padding: 17px 30px 31px;
}
.large_rd_bt.bt_icon_left span, .large_rd_bt.bt_icon_right span {
line-height: 25px;
}
.large_rd_bt.bt_icon_left i, .large_rd_bt.bt_icon_right i {
line-height:49px;
}
.large_rd_bt, .xlarge_rd_bt {
max-width:100%!important;
min-width: 100%!important;
} .rd_cta_1 {
text-align: center;
}
.rd_cta_1 i {
float: inherit;
margin: 25px auto 20px auto;
text-align: center;
display: inherit;
clear: both;
}
.rd_cta_1 .promo_text {
float: left;
width: 100%;
padding: 0px 40px 10px;
text-align: center;
}
.rd_cta_1 .promo_btn {
float: inherit;
margin: 5px auto 30px auto;
display: inline-block;
}
.rd_cta_2 {
text-align: center;
}
.rd_cta_2 .promo_text_ctn {
width: 100%;
}
.rd_cta_2 .promo_btn {
float: inherit;
margin: 15px 0px 10px 0px;
display: inline-block;
}
.rd_db_1, .rd_db_2, .rd_db_3, .rd_db_4, .rd_db_5, .rd_db_6 {
width: 100%;
}
.rd_db_1 .f_btn, .rd_db_1 .s_btn, .rd_db_2 .f_btn, .rd_db_2 .s_btn, .rd_db_3 .f_btn, .rd_db_3 .s_btn, .rd_db_4 .f_btn, .rd_db_4 .s_btn, .rd_db_5 .f_btn, .rd_db_5 .s_btn, .rd_db_6 .f_btn, .rd_db_6 .s_btn {
margin-bottom: 15px;
min-width: 100%;
} .rd_list_3.rd_list_right .list_icn, .rd_list_3.rd_list_left .list_icn {
margin: 0 auto;
float: none;
}
.rd_list_3.rd_list_right .list_desc, .rd_list_3.rd_list_left .list_desc {
text-align: center;
margin: 20px 0 0 0;
}
.rd_list_3.rd_list_right h3 {
text-align: center;
}
.rd_list_3.rd_list_left h3 {
text-align: center;
}
.rd_list_4 .list_item_ctn {
width:100%!important;
} .rd_si_big_rounded div {
width:99% !important;
}
.rd_si_big_rounded_trend div {
width: 99% !important;
}
.rd_si_big_squared div {
width:100% !important;
font-size: 45px;
}
.rd_si_big_squared div a {
line-height: 135px;
} .sc-four-quote-first, .sc-four-quote-last {
display:block;
width:100%;
border-right:none!important;
margin-bottom:40px;
}
.sc-four-quote-first p, .sc-four-quote-last p {
padding: 0px 0px 0 40px;
}
.sc-four-quote-first p:before, .sc-four-quote-last p:before, .quote-bottom-row .sc-four-quote-first p:before, .quote-bottom-row .sc-four-quote-last p:before {
left: -3px;
top: 5px;
font-size: 25px;
content: "“";
position: absolute;
font-weight: bold;
font-family: "MS Serif", "New York", serif;
}
.sc-four-quote-first .quote_meta, .sc-four-quote-last .quote_meta {
margin-left: 40px;
}
.quote-bottom-row .sc-four-quote-first {
border-bottom:1px solid;
}
.quote-bottom-row .sc-four-quote-first .quote_meta {
margin-bottom:45px;
}
.sc-four-quote-icon:before, .sc-four-quote-icon:after {
top:-40px;
} .staff_profile {
width: 100%;
float: left;
margin-bottom: 50px;
}
.staff_generated_info {
width: 100%;
margin:0 0 100px 0;
}
.rd_staff_posts_ctn .staff_post {
width:100%!important;
}
#wp-calendar td {
padding: 2px;
} .rd_tabs.horizontal li {
width:100%;
}
.vertical #tabs {
width:100%;
} .vc_span12 .icon_box2 {
max-width:100%;
width:100%;
margin-left:0;
margin-top:-1px;
}
.vertical.rd_vtab_2 #tabs li:last-child {
border-bottom-style:solid!important;
} div.timeline_event:nth-of-type(even) {
width: 100%;
margin-bottom: 50px;
padding:0;
}
div.timeline_event:nth-of-type(odd) {
width: 100%;
margin-top:0px;
padding:0;
}
div.timeline_event:nth-of-type(even):after, div.timeline_event:nth-of-type(odd):before {
display:none;
content:"";
}
.simple div.timeline_event:nth-of-type(even), .simple div.timeline_event:nth-of-type(odd) {
padding: 68px 28px 60px;
margin-bottom:50px;
}
.simple div.timeline_event .event_triangle {
display:none!important;
}
.simple .event_info h2:after {
left: 50%;
margin-left: -30px;
}
.timeline_event_ctn .v_line {
display:none;
}
.event_img {
float: none;
border-radius: 300px;
max-width: 188px;
margin: auto;
}
.event_info {
float:none;
width:100%;
padding-left: 21px;
text-align: center;
margin-top: 30px;
} .time_circles {
position: relative;
height: 100%;
width: 320px;
margin: 0 auto;
}
.time_circles > div > span {
display: block;
width: 100%;
text-align: center;
color: #2f383d;
font-size: 20px;
line-height: 40px;
font-weight: 300;
}
.time_circles > div > h4 {
font-size: 12px;
color: #a1b1bc;
font-weight: 400;
margin: 0px;
padding: 10px 0 0 0;
text-align: center;
}
.time_circles > div {
position: static !important;
text-align: center;
float: left;
width: 25% !important;
margin-top: -65px;
}
.rd_db_7 .f_btn {
clear: both;
margin: 0 auto 20px;
float: none;
width: 90%;
display: block;
}
.rd_db_7 .s_btn {
clear: both;
margin: 0 auto;
float: none;
width: 90%;
display: block;
}
} @media print {
#mobile-menu {
display:none;
}
}  .container:after {
content: "\0020";
display: block;
height: 0;
clear: both;
visibility: hidden;
} .clearfix:before, .clearfix:after, .row:before, .row:after {
content: '\0020';
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}
.row:after, .clearfix:after {
clear: both;
}
.row, .clearfix {
zoom: 1;
} .clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}