.tatsu-section {
position: relative;
overflow: hidden;
width:100%;
}
.tatsu-section-pad {
box-sizing: border-box;
width: 100%;
}
.tatsu-frame .tatsu-section {
border-style: solid !important;
}
.tatsu-section.tatsu-parallax {
overflow: hidden;
}
.tatsu-section.tatsu-section-offset {
overflow: visible;
}
.tatsu-section-offset-wrap {
position: relative;
z-index: 2;
}
.tatsu-parallax-element,
.tatsu-bg-video,
.tatsu-overlay,
.tatsu-col-overlay-link {
position: absolute;
top:0;
left:0;
width: 100%;
height: 100%;
}
.tatsu-parallax-element {
background-repeat: no-repeat;
background-position: center center;
background-attachment: scroll;
background-size: cover;
}
.tatsu-parallax-element-wrap {
position: absolute;
width: 100%;
top: 0;
left: 0;
z-index: 0;
}
.tatsu-fullscreen-wrap {
height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
}
.tatsu-bg-video {
object-fit: cover;
} .tatsu-wrap {
width: 100%;
max-width: 1160px;
margin: 0 auto;
}
.tatsu-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 -25px;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.tatsu-eq-cols .tatsu-row {
-webkit-box-align: stretch;
-ms-flex-align: stretch;
-ms-grid-row-align: stretch;
align-items: stretch;
}
.tatsu-no-gutter .tatsu-row{
margin: 0;
}
.tatsu-tiny-gutter .tatsu-row{
margin: 0 -5px;
}
.tatsu-small-gutter .tatsu-row{
margin: 0 -10px;
}
.tatsu-medium-gutter .tatsu-row{
margin: 0 -25px;
}
.tatsu-large-gutter .tatsu-row{
margin: 0 -35px;
}
.tatsu_row_one_col .tatsu-row {
margin: 0;
} .tatsu-column { 
padding: 0 25px; 
margin:0 0 50px 0;
position: relative;
overflow: hidden;
z-index: 2;
box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;    
display: flex;
}
.tatsu-zero-margin .tatsu-column {
margin-bottom: 0;
}
.tatsu-reg-cols .tatsu-column-align-top {   
-ms-flex-item-align: start;   
align-self: flex-start;
}
.tatsu-reg-cols .tatsu-column-align-bottom {
-ms-flex-item-align: end;
align-self: flex-end;
}
.tatsu-reg-cols .tatsu-column-align-middle {
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.tatsu-eq-cols .tatsu-column {
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.tatsu-column-inner {
width: 100%;
position: relative;
overflow: hidden;
}
.tatsu-column-pad-wrap {
width: 100%;
}
.tatsu-eq-cols .tatsu-column-inner {
display: -webkit-box;
display: -ms-flexbox;    
display: flex;
}
.tatsu-eq-cols .tatsu-column-align-middle .tatsu-column-inner {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.tatsu-eq-cols .tatsu-column-align-top .tatsu-column-inner {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.tatsu-eq-cols .tatsu-column-align-bottom .tatsu-column-inner {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.tatsu-no-gutter .tatsu-column {
padding: 0;
}
.tatsu-tiny-gutter .tatsu-column {
padding: 0 5px;
}
.tatsu-small-gutter .tatsu-column {
padding: 0 10px;
}
.tatsu-medium-gutter .tatsu-column {
padding: 0 25px;
}
.tatsu-large-gutter .tatsu-column {
padding: 0 35px;
}
.tatsu_row_one_col > .tatsu-column {
padding: 0;
}
.tatsu-one-col {
width: 100%;
padding: 0 !important;
}
.tatsu-one-third { 
width:33.33%; 
}
.tatsu-one-fourth { 
width:25%; 
}
.tatsu-one-fifth { 
width:20%; 
}
.tatsu-one-half { 
width: 50%;
}
.tatsu-two-third { 
width:66.67%; 
}
.tatsu-three-fourth { 
width:75%; 
}
.tatsu-col-overlay-link {
z-index: 10;
cursor: pointer;
}
.tatsu-column-parallax{
overflow: initial;
} .tatsu-section .tatsu-row-wrap:last-child .tatsu-column {
margin-bottom: 0;
}
.tatsu-section .tatsu-row-wrap:last-child .tatsu-column h1:last-child,
.tatsu-section .tatsu-row-wrap:last-child .tatsu-column h2:last-child,
.tatsu-section .tatsu-row-wrap:last-child .tatsu-column h3:last-child,
.tatsu-section .tatsu-row-wrap:last-child .tatsu-column h4:last-child,
.tatsu-section .tatsu-row-wrap:last-child .tatsu-column h5:last-child,
.tatsu-section .tatsu-row-wrap:last-child .tatsu-column h6:last-child {
margin-bottom: 0;
} 
.tatsu-section .tatsu-row-wrap:not(:last-child) .tatsu-column h1:last-child,
.tatsu-section .tatsu-row-wrap:not(:last-child) .tatsu-column h2:last-child,
.tatsu-section .tatsu-row-wrap:not(:last-child) .tatsu-column h3:last-child,
.tatsu-section .tatsu-row-wrap:not(:last-child) .tatsu-column h4:last-child,
.tatsu-section .tatsu-row-wrap:not(:last-child) .tatsu-column h5:last-child,
.tatsu-section .tatsu-row-wrap:not(:last-child) .tatsu-column h6:last-child {
margin-bottom: 20px;
}
.tatsu-column .tatsu-overlay {
-webkit-transition: opacity 0.8s ease;
transition: opacity 0.8s ease;
}
.tatsu-bg-overlay .tatsu-column-pad,
.tatsu-video-section .tatsu-column-pad {
z-index: 1;
position: relative;
}
.tatsu-column.tatsu-bg-overlay .tatsu-overlay,
.tatsu-column.tatsu-video-section .tatsu-bg-video {
z-index: 0;
}
.tatsu-overlay.tatsu-animate-hide,
.tatsu-bg-overlay:hover .tatsu-overlay.tatsu-animate-show {
opacity: 0;
}
.tatsu-bg-overlay:hover .tatsu-overlay.tatsu-animate-hide,
.tatsu-overlay.tatsu-animate-show {
opacity: 1;
}
.tatsu-column-pad {
width: 100%;
box-sizing: border-box;
}
.tatsu-eq-cols .tatsu-column-empty .tatsu-column-pad {
width: 100%;
} .tatsu-module {
margin-bottom: 60px;
}
.be-text-inner,
.special-heading-wrap,
.tatsu-text-inner {
margin-bottom: 30px;
}
.tatsu-column-pad > *:last-child {
margin-bottom: 0 !important;
}
.tatsu-module *:last-child {
margin-bottom: 0 !important;
}
.be-button-wrap:last-child, .be-button-wrap *:last-child,
.carousel-wrap:last-child {
margin-bottom: 0 !important;
}
.tatsu-column-pad .be-preview:last-child .be-text-inner {
margin-bottom: 0;
}
.tatsu-empty-space {
width: 100%;
} @media only screen and (min-width: 1377px) {
.tatsu-hide-desktop {
display: none;
}    
} @media only screen and (min-width: 1025px) and (max-width: 1366px) {
.tatsu-hide-laptop {
display: none;
}    
} @media only screen and (min-width: 960px) and (max-width: 1279px) {
.tatsu-wrap {
max-width: 900px;
margin: 0 auto;
}
} @media only screen and (min-width: 768px) and (max-width: 1024px)  {
.tatsu-hide-tablet {
display: none;
}    
} @media only screen and (min-width: 768px) and (max-width: 959px) {
.tatsu-wrap {
max-width: 740px;
margin: 0 auto;
}
} @media only screen and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
.touch .tatsu-section {
background-attachment: scroll !important;
}    
} @media only screen and (max-width: 767px) {
.tatsu-fullscreen-wrap {
height: auto;
display: block;
}
.tatsu-wrap {
max-width: 300px;
margin: 0 auto;
} 
.tatsu-row {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin:0;
}
.tatsu-tiny-gutter .tatsu-row,
.tatsu-large-gutter .tatsu-row,
.tatsu-small-gutter .tatsu-row,
.tatsu-medium-gutter .tatsu-row {
margin: 0px;
}
.tatsu-column,
.tatsu-one-col,
.tatsu-one-half,
.tatsu-one-third,
.tatsu-one-fourth,
.tatsu-one-fifth,
.tatsu-two-third,
.tatsu-three-fourth {
width: 100%;
padding: 0 !important;
}
.tatsu-eq-cols .tatsu-column {
min-height: 350px;
}
.tatsu-eq-cols .tatsu-column.tatsu-column-empty {
min-height: initial;
} 
.tatsu-column-no-bg.tatsu-column-empty .tatsu-column-pad {
padding: 0 !important;
}
.tatsu-section .tatsu-row-wrap:last-child .tatsu-column {
margin-bottom: 50px;
} 
.tatsu-eq-cols .tatsu-column,
.tatsu-section .tatsu-row-wrap.tatsu-eq-cols:last-child .tatsu-column:last-child,
.tatsu-section .tatsu-row-wrap:last-child .tatsu-column:last-child,
.tatsu-section .tatsu-row-wrap.tatsu-no-gutter:last-child .tatsu-column {
margin-bottom: 0;
}
.tatsu-hide-mobile {
display: none;
}
} @media only screen and (min-width: 480px) and (max-width: 767px) {
.tatsu-wrap {
max-width: 440px;
margin: 0 auto;
} 
} .tatsu-clearfix:before,
.tatsu-clearfix:after {
content: " "; display: table; }
.tatsu-clearfix:after {
clear: both;
}.tatsu-text-inner, 
.tatsu-text-block, 
.tatsu-text-block img {
margin-bottom: 30px;
} .tatsu-an,
.tatsu-an-caption {
display: block;
margin-bottom: 10px;
}
.tatsu-an-wrap {
text-align: center;
}
.tatsu-an-wrap.align-left {
text-align: left;
}
.tatsu-an-wrap.align-right {
text-align: right;
}
.tatsu-an {
line-height: 1.2 !important;
} .tatsu-button-wrap {
display: inline-block;
margin:0 20px 10px 0;
}
.tatsu-button-wrap.align-block {
display: block;
margin:0 0 40px 0;
}
.tatsu-button {
display: inline-block;
text-decoration: none;
border-color: transparent;
text-transform: uppercase;
letter-spacing: 1px;
}
.tatsu-button {
transition: 0.3s linear all !important;
-webkit-transition: 0.3s linear all !important;
-moz-transition: 0.3s linear all !important;
-ms-transition: 0.3s linear all !important;
-o-transition: 0.3s linear all !important;
}
.tatsu-buttton-wrap.block-center .tatsu-button {
margin:0px 0px 10px 0;
}
.tatsu-buttton-wrap.block-center .tatsu-icon {
margin-right: 0px;
}
p .be-button {
margin-bottom: 0; 
}
.tatsu-button.rounded {
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.tatsu-button.circular {
border-radius: 50px;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
}
.smallbtn {
font-size: 11px;
line-height: 12px;
padding: 12px 15px;
}
.circular.smallbtn{
padding: 12px 25px;
}
.mediumbtn {
font-size: 13px;
line-height: 14px;
padding: 15px 20px;
}
.circular.mediumbtn{
padding: 15px 30px;
}
.largebtn {
font-size: 15px;
line-height: 16px;
padding: 18px 25px;
}
.circular.largebtn{
padding: 18px 35px;
}
.blockbtn {
font-size: 17px;
display: block !important;
padding: 22px 0;
width: 100%;
box-sizing: border-box;
}
.tatsu-button i {
margin-right: 1em;
}
.tatsu-button.link {
padding-left:0px;
}
.tatsu-button-wrap.block-left {
text-align: left;
}
.tatsu-button-wrap.block-center {
text-align: center;
}
.tatsu-button-wrap.block-right{
text-align: right;
}
.tatsu-button-wrap.block-right a.tatsu-button {
margin-right: 0px;
}
.tatsu-button.bg-animation-slide-bottom,
.tatsu-button.bg-animation-slide-top {
-webkit-background-size: 100% 200%;
-moz-background-size: 100% 200%;
-o-background-size: 100% 200%;
background-size: 100% 200%;
}
.tatsu-button.bg-animation-slide-bottom:hover {
background-position: 0 100%;
}
.tatsu-button.bg-animation-slide-top:hover {
background-position: 0 -100%;
}
.tatsu-button.bg-animation-slide-left,
.tatsu-button.bg-animation-slide-right {
-webkit-background-size: 200% 100%;
-moz-background-size: 200% 100%;
-o-background-size: 200% 100%;
background-size: 200% 100%;
}
.tatsu-button.bg-animation-slide-right:hover {
background-position: 100% 0;
}
.tatsu-button.bg-animation-slide-left:hover {
background-position: -100% 0;
}
.tatsu-button-wrap.popup-gallery {
display: block !important;
} .tatsu-icon-shortcode {
margin-bottom: 15px;
}
.tatsu-icon-shortcode .tatsu-icon.tiny.diamond{
margin: 9px !important;
}
.tatsu-icon-shortcode .tatsu-icon.small.diamond{
margin: 11px !important;
}
.tatsu-icon-shortcode .tatsu-icon.medium.diamond{
margin: 17px !important;
}
.tatsu-icon-shortcode .tatsu-icon.large.diamond{
margin: 22px !important;
}
.tatsu-icon-shortcode .tatsu-icon.xlarge.diamond{
margin: 27px !important;
}
a.tatsu-icon-shortcode.icon-plain{
display: inline-block;
}
.tatsu-icon-shortcode.block-center .tatsu-icon { 
margin-right: 0; 
}
.tatsu-button.right-icon i.tatsu-icon {
margin: 0px 0px 0px 1em;
} #content .tatsu-button-group{
margin-bottom:20px;
}
.tatsu-button-group .tatsu-button-wrap{
margin-right: 20px;
}
.tatsu-button-group .tatsu-button-wrap.align-right{
margin-right: 0px;
margin-left: 20px;
}
.tatsu-button-group .tatsu-button-wrap.align-block{
display: inline;
} .tatsu-call-to-action {
padding: 30px 0px;
display: table;
width: 100%;
text-align: center;
}
.tatsu-action-content {
display: inline;
margin-bottom: 0;
line-height: 47px;
margin-right: 40px;
}
.tatsu-action-button {
position: relative;
top: -4px;
} .tatsu-dropcap .tatsu-icon:before{
width: auto;
margin: 0;
}   
.tatsu-dropcap-circle, 
.tatsu-dropcap-letter, 
.tatsu-dropcap-icon,
.tatsu-dropcap-rounded{
float: left;
text-transform: uppercase;
}
.tatsu-dropcap-circle.small, 
.tatsu-dropcap-square.small, 
.tatsu-dropcap-rounded.small {
margin-top: 3px;
font-size: 19px;
line-height: 36px;
margin-right: 10px;
width: 36px;
height: 35px;
text-align: center;
}
.tatsu-dropcap-circle {
border-radius: 50%;
}
.tatsu-dropcap-rounded {
border-radius: 3px;
}
.tatsu-dropcap-letter {
font-size: 35px;
margin: 5px 10px 0 0;
} 
.tatsu-dropcap-letter.small{
font-size: 24px;
margin: 5px 15px 0 0;
}
.tatsu-dropcap-circle.big, 
.tatsu-dropcap-square.big, 
.tatsu-dropcap-rounded.big {
margin-top: 5px;
font-size: 26px;
line-height: 47px;
width: 47px;
height: 47px;
margin-right: 10px;
text-align: center;
}
.tatsu-dropcap-circle,
.tatsu-dropcap-rounded {
color:#fff;
}
.tatsu-dropcap i:before {
line-height: inherit;
}
.tatsu-dropcap-wrap.style2{
position: relative;
}
.tatsu-dropcap-wrap.style2 .tatsu-dropcap{ font-weight: bold;
line-height: 1em;
display: inline-block;
}
.tatsu-dropcap-wrap.style2 .tatsu-dropcap-title{
position: absolute;
left: 1%;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
line-height: 1em;
} 
.tatsu-dropcap-wrap.style2 i:before {
line-height: initial;
} .tatsu-icon-shortcode .tatsu-icon {
display: inline-block !important;
border: 1px solid #323232;
text-align: center;
margin-right: 10px;
font-family: "icomoon"; transition: 0.3s linear all !important;
-webkit-transition: 0.3s linear all !important;
-moz-transition: 0.3s linear all !important;
-ms-transition: 0.3s linear all !important;
-o-transition: 0.3s linear all !important;
}
.tatsu-icon-shortcode,
.tatsu-icon-shortcode,
.tatsu-icon-shortcode {
margin-bottom: 20px;
}
.tatsu-icon-shortcode.align-none{
display: inline-block; margin-right: 0px;
}
.tatsu-icon-shortcode a {
display: inline-block;
}
.tatsu-icon.tiny {
font-size: 12px;
}
.tatsu-icon.small {
font-size: 16px;
}
.tatsu-icon.medium {
font-size: 25px;
}
.tatsu-icon.large {
font-size: 40px;
}
.tatsu-icon.xlarge {
font-size: 55px;
}
.tatsu-icon.tiny.plain {
font-size: 18px;
}
.tatsu-icon.small.plain {
font-size: 24px;
}
.tatsu-icon.medium.plain {
font-size: 35px;
}
.tatsu-icon.large.plain {
font-size: 50px;  
}
.tatsu-icon.xlarge.plain {
font-size: 80px;
}
.tatsu-icon.tiny {
width: 28px;
height: 28px;
line-height: 28px;
}
.tatsu-icon.small {
width: 45px;
height: 45px;
line-height: 45px;
}
.tatsu-icon.medium {
height: 75px;
line-height: 75px;
width: 75px;
}
.tatsu-icon.large {
width: 100px;
height: 100px;
line-height: 100px;
}
.tatsu-icon.xlarge {
width: 125px;
height: 125px;
line-height: 125px;
}
.tatsu-icon.plain{
border: none !important;
width: auto ; height: auto;
line-height: normal;
}
.tatsu-icon.plain:before {
width: auto;
margin-left: 0;
margin-right: 0;
}
.tatsu-icon.circle {
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
.font-icon.diamond {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-transform: rotate(45deg);
}
.font-icon.diamond:before{
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-transform: rotate(-45deg);
position: relative;
display: inline-block; 
}
.tatsu-icon-shortcode.block-center, 
.tatsu-icon-shortcode.block-center, 
.tatsu-icon-shortcode.block-right {
display: block;
margin-bottom: 30px;
}
.tatsu-icon-shortcode.block-left {
text-align: left;
}
.tatsu-icon-shortcode.block-center {
text-align: center;
}
.tatsu-icon-shortcode.block-right {
text-align: right;
}
.tatsu-icon.diamond {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-transform: rotate(45deg);
}
.tatsu-icon.diamond:before{
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-transform: rotate(-45deg);
position: relative;
display: inline-block; 
} #content .tatsu-icon-group{
margin-bottom:20px;
}
.tatsu-icon-group div.tatsu-icon-shortcode {
display: inline;
margin-right: 20px;
}
.tatsu-icon-group.align-right div.tatsu-icon-shortcode{
margin-right: 0px;
margin-left: 20px;
} .tatsu-list {
list-style: none;
padding: 0;
}
.tatsu-list .tatsu-icon {
font-size: 15px;
width: 25px;
height: 25px;
line-height: 25px;
border-radius: 50%;
text-align: center;
position: absolute;
left: 0px;
top: 0px;
display: block;
}
.tatsu-list .tatsu-icon.circled {
width: 30px;
height: 30px;
line-height: 30px;
}
.tatsu-list-content {
width: auto;
line-height: 25px;
margin-bottom: 12px;
position: relative;
}
.tatsu-list-inner {
padding-left: 45px;
display: inline-block;
} .tatsu-notification {
margin-bottom: 20px;
}
.tatsu-success, .wpcf7-response-output.wpcf7-mail-sent-ok {
background: #26cda4;
color: #000;   
}
.tatsu-error, .wpcf7-response-output.wpcf7-validation-errors{
background: #de4141;
color:#ffd6d6;
}
.tatsu-notification, .wpcf7-response-output.wpcf7-validation-errors, .wpcf7-response-output.wpcf7-mail-sent-ok {
cursor: default;
line-height:20px;
margin-bottom:20px;
padding: 15px;
border:none;
text-align: center;
position: relative;
border-radius: 2px;
}  
.tatsu-notification span.close {
cursor: pointer;
margin-top: -7px;
position: absolute;
right: 20px;
top: 50%;
line-height: 14px;
width: 15px;
height: 15px;
font-size: 14px;
color: #fff;
}  .tatsu-ti {
display: inline-block;
text-align: center;
float: left;
margin-right: 30px;
position: relative;
}
.tatsu-ti.align-right {
float: right;
margin-left: 30px;
margin-right: 0px;
}
.tatsu-ti.circled {
border: 1px solid transparent;
border-radius: 50px;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
text-align: center;
}
.tatsu-ti.small {
font-size: 21px;
width: 30px;
height: 30px;
line-height: 30px;
margin-right: 20px;
}
.tatsu-ti.medium {
width: 70px;
height: 70px;
line-height: 70px;
font-size: 28px;
}
.tatsu-ti.large {
width: 90px;
height: 90px;
line-height: 90px;
font-size: 32px;
}
.tatsu-ti.medium.plain {
width: 30px;
height: 30px;
line-height: 30px;
font-size: 28px;
}
.tatsu-ti.large.plain {
width: 50px;
height: 50px;
line-height: 50px;
font-size: 34px;
}
.tatsu-tc {
padding-left: 80px;
}
.tatsu-tc.small.plain {
padding-left: 50px;
}
.tatsu-ti.small.circled {
width: 45px;
height: 45px;
line-height: 45px;
}
.tatsu-tc.small {
padding-left: 70px;
}
.tatsu-tc.small.align-right {
padding-right: 70px;
}
.tatsu-ti.small.align-right {
margin-left: 20px;
margin-right: 0;
}
.tatsu-tc.medium {
padding-left: 100px;
}
.tatsu-tc.medium.plain {
padding-left: 60px;
}
.tatsu-tc.align-right {
padding-right: 80px;
}
.tatsu-tc.small.plain.align-right {
padding-right: 50px;
}
.tatsu-tc.medium.align-right {
padding-right: 100px;
}
.tatsu-tc.medium.plain.align-right {
padding-right: 60px;
}
.tatsu-tc.align-right,
.tatsu-tc.small.plain.align-right,
.tatsu-tc.medium.align-right,
.tatsu-tc.medium.plain.align-right {
padding-left: 0px;
text-align: right;
} .tatsu-divider{
display: inline-block;
border: none;
}
hr.tatsu-divider{
margin-bottom: 20px !important;
} .tatsu-gmap {
height: inherit;
} .tatsu_testimonial_wrap {
position: relative;
margin-bottom: 30px;
}
.tatsu_testimonial_wrap i.tatsu-icon.icon-quote {
font-size: 100px;
position: absolute;
top: -18px;
opacity: 0.2;
right: -14px;
display: inline-block;
z-index: 3;
}
.tatsu_testimonial_inner_wrap:after {
content: "";
display: block;
position: absolute;
}
.bubble_left .tatsu_testimonial_inner_wrap:after{
left: 45px;
border: 9px solid;
border-top-color: inherit;
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: inherit;  
}
.bubble_center .tatsu_testimonial_inner_wrap:after{
left: 50%;
transform:translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
border: 15px solid;
border-top-color: inherit;
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: transparent;  
}
.bubble_right .tatsu_testimonial_inner_wrap:after{
right: 45px;
border: 9px solid;
border-top-color: inherit;
border-right-color: inherit;
border-bottom-color: transparent;
border-left-color: transparent;  
}
.tatsu_testimonial_content {
padding: 30px 23px;
border-radius: 3px;    
-moz-border-radius: 3px;    
-webkit-border-radius: 3px;
margin-bottom: 0;    
}
.tatsu_testimonial_author{
margin-bottom: 0px;
}
.tatsu_testimonial.bubble_left .tatsu_testimonial_info_wrap {
margin-left: 20px;
}
.tatsu_testimonial_img {
width: 70px;
display: inline-block;
border-radius: 50%;
margin-right: 20px;
}
.tatsu_testimonial_info {
display: inline-block;
vertical-align: middle;
}
.tatsu_testimonial_wrap.bubble_right .tatsu_testimonial_info_wrap {
text-align: right;
} .tatsu_testimonial_wrap.bubble_center .tatsu_testimonial_img {
display: block;
padding-bottom: 10px;
margin: 0 auto;
}
.tatsu_testimonial_wrap.bubble_center .tatsu_testimonial_info {
text-align: center;
display: block;
}
.tatsu_testimonial_wrap.bubble_right .tatsu_testimonial_img {
float: right;
display: inline-block;
margin-right: 0;
margin-left: 20px;
}
.tatsu_testimonial_wrap.bubble_right .tatsu_testimonial_info {
margin-top: 10px;
}
.tatsu-vimeo-wrap .fluid-width-video-wrapper {
padding-top: 56% !important;
} .tatsu-code{
margin-bottom: 0px;
} .tatsu-single-image.tatsu-image-lazyload{
opacity: 0;
transition: opacity 0.3s ease;
}
.tatsu-single-image img{
box-sizing: border-box;
}
.tatsu-single-image.align-none{
display: inline-block;
}
.tatsu-single-image.align-left{
text-align: left;
}
.tatsu-single-image.align-center{
text-align: center;
}
.tatsu-single-image.align-right{
text-align: right;
} @media only screen and ( min-width: 768px ) and ( max-width: 959px ) {
.tatsu-call-to-action{
padding: 30px 30px;
}
.tatsu-action-content, 
.tatsu-action-button { 
float: none; 
}
} @media only screen and (max-width: 959px) {
.be-section-pad.be-edge-padding{
padding-left: 20px !important;
padding-right: 20px !important;
}
} @media only screen and (max-width: 767px) { .tatsu-text-inner,
.tatsu-inline-text-inner {
width: 100% !important;
} .tatsu-action-content, 
.tatsu-action-button { 
float: none; 
}
.tatsu-action-content {
display: block;
margin: 0 0 25px;
} .tatsu-tc.align-right, 
.tatsu-tc.small.plain.align-right, 
.tatsu-tc.medium.align-right, 
.tatsu-tc.medium.plain.align-right {
text-align: left;
}
.tatsu-ti.align-right {
float: left;
margin-right: 30px;
margin-left: 0px;
}
.tatsu-tc.medium.align-right {
padding-left: 100px;
padding-right: 0px; 
}
.tatsu-ti.small.align-right {
margin-left: 0px;
margin-right: 20px;
}
.tatsu-tc.small.plain.align-right {
padding-left: 50px;
padding-right: 0px;
}
.tatsu-tc.medium.plain.align-right {
padding-right: 0px;
padding-left: 60px;
}
.tatsu-tc * {
text-align: left !important;
} .hide-mobile {
display: none !important;
}
body.disable-animation-on-mobile .animated {
-webkit-animation-duration: 0s !important;
-moz-animation-duration: 0s !important;
-ms-animation-duration: 0s !important;
-o-animation-duration: 0s !important;
animation-duration: 0s !important;
visibility: visible !important;
}
}.animated {
-webkit-animation-duration: 0.65s;
-moz-animation-duration: 0.65s;
-ms-animation-duration: 0.65s;
-o-animation-duration: 0.65s;
animation-duration: 0.65s; 
visibility: visible !important;
}
.animated.hinge {
-webkit-animation-duration: 0.65s;
-moz-animation-duration: 0.65s;
-ms-animation-duration: 0.65s;
-o-animation-duration: 0.65s;
animation-duration: 0.65s;
}
.tatsu-animate,
.be-animate{
-webkit-animation-duration: 0.65s;
-moz-animation-duration: 0.65s;
-ms-animation-duration: 0.65s;
-o-animation-duration: 0.65s;
animation-duration: 0.65s; 
visibility: hidden;
}
.end-animation{
visibility: visible !important;
}
.tatsu-animate.none,
.be-animate.none{
visibility: visible !important;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
opacity: 0;
visibility: visible;
} 
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@-moz-keyframes flipInX {
0% {
-moz-transform: perspective(400px) rotateX(90deg);
opacity: 0;
visibility: visible;
}
40% {
-moz-transform: perspective(400px) rotateX(-10deg);
}
70% {
-moz-transform: perspective(400px) rotateX(10deg);
}
100% {
-moz-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@-o-keyframes flipInX {
0% {
-o-transform: perspective(400px) rotateX(90deg);
opacity: 0;
visibility: visible;
}
40% {
-o-transform: perspective(400px) rotateX(-10deg);
}
70% {
-o-transform: perspective(400px) rotateX(10deg);
}
100% {
-o-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@keyframes flipInX {
0% {
transform: perspective(400px) rotateX(90deg);
opacity: 0;
visibility: visible;
}
40% {
transform: perspective(400px) rotateX(-10deg);
}
70% {
transform: perspective(400px) rotateX(10deg);
}
100% {
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
-webkit-animation-name: flipInX;
-moz-backface-visibility: visible !important;
-moz-animation-name: flipInX;
-o-backface-visibility: visible !important;
-o-animation-name: flipInX;
backface-visibility: visible !important;
animation-name: flipInX; }
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
opacity: 0;
visibility: visible;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@-moz-keyframes flipInY {
0% {
-moz-transform: perspective(400px) rotateY(90deg);
opacity: 0;
visibility: visible;
}
40% {
-moz-transform: perspective(400px) rotateY(-10deg);
}
70% {
-moz-transform: perspective(400px) rotateY(10deg);
}
100% {
-moz-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@-o-keyframes flipInY {
0% {
-o-transform: perspective(400px) rotateY(90deg);
opacity: 0;
visibility: visible;
}
40% {
-o-transform: perspective(400px) rotateY(-10deg);
}
70% {
-o-transform: perspective(400px) rotateY(10deg);
}
100% {
-o-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@keyframes flipInY {
0% {
transform: perspective(400px) rotateY(90deg);
opacity: 0;
visibility: visible;
}
40% {
transform: perspective(400px) rotateY(-10deg);
}
70% {
transform: perspective(400px) rotateY(10deg);
}
100% {
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
-webkit-animation-name: flipInY;
-moz-backface-visibility: visible !important;
-moz-animation-name: flipInY;
-o-backface-visibility: visible !important;
-o-animation-name: flipInY;
backface-visibility: visible !important;
animation-name: flipInY;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
visibility: visible;
}	
100% {opacity: 1;}
}
@-moz-keyframes fadeIn {
0% {
opacity: 0;
visibility: visible;
}	
100% {opacity: 1;}
}
@-o-keyframes fadeIn {
0% {
opacity: 0;
visibility: visible;
}	
100% {opacity: 1;}
}
@keyframes fadeIn {
0% {
opacity: 0;
visibility: visible;
}	
100% {opacity: 1;}
}
.fadeIn {
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
visibility: visible;
-webkit-transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInUp {
0% {
opacity: 0;
visibility: visible;
-moz-transform: translateY(100px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInUp {
0% {
opacity: 0;
visibility: visible;
-o-transform: translateY(100px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
visibility: visible;
transform: translate3d(0,100px,0);
}
100% {
opacity: 1;
transform: translate3d(0,0,0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
-moz-animation-name: fadeInUp;
-o-animation-name: fadeInUp;
animation-name: fadeInUp; }
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
visibility: visible;
-webkit-transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInDown {
0% {
opacity: 0;
visibility: visible;
-moz-transform: translateY(-20px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInDown {
0% {
opacity: 0;
visibility: visible;
-o-transform: translateY(-20px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
visibility: visible;
transform: translateY(-20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-o-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
visibility: visible;
-webkit-transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInLeft {
0% {
opacity: 0;
visibility: visible;
-moz-transform: translateX(-20px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInLeft {
0% {
opacity: 0;
visibility: visible;
-o-transform: translateX(-20px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
visibility: visible;
transform: translateX(-20px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
-moz-animation-name: fadeInLeft;
-o-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
visibility: visible;
-webkit-transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInRight {
0% {
opacity: 0;
visibility: visible;
-moz-transform: translateX(20px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInRight {
0% {
opacity: 0;
visibility: visible;
-o-transform: translateX(20px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
visibility: visible;
transform: translateX(20px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
-moz-animation-name: fadeInRight;
-o-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes slideInDown {
0% {
opacity: 0;
visibility: visible;
-webkit-transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
}
}
@-moz-keyframes slideInDown {
0% {
opacity: 0;
visibility: visible;
-moz-transform: translateY(-2000px);
}
100% {
-moz-transform: translateY(0);
}
}
@-o-keyframes slideInDown {
0% {
opacity: 0;
visibility: visible;
-o-transform: translateY(-2000px);
}
100% {
-o-transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
opacity: 0;
visibility: visible;
transform: translateY(-2000px);
}
100% {
transform: translateY(0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
-moz-animation-name: slideInDown;
-o-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
opacity: 0;
visibility: visible;
-webkit-transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes slideInLeft {
0% {
opacity: 0;
visibility: visible;
-moz-transform: translateX(-2000px);
}
100% {
-moz-transform: translateX(0);
}
}
@-o-keyframes slideInLeft {
0% {
opacity: 0;
visibility: visible;
-o-transform: translateX(-2000px);
}
100% {
-o-transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
opacity: 0;
visibility: visible;
transform: translateX(-2000px);
}
100% {
transform: translateX(0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
-moz-animation-name: slideInLeft;
-o-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
opacity: 0;
visibility: visible;
-webkit-transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes slideInRight {
0% {
opacity: 0;
visibility: visible;
-moz-transform: translateX(2000px);
}
100% {
-moz-transform: translateX(0);
}
}
@-o-keyframes slideInRight {
0% {
opacity: 0;
visibility: visible;
-o-transform: translateX(2000px);
}
100% {
-o-transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
opacity: 0;
visibility: visible;
transform: translateX(2000px);
}
100% {
transform: translateX(0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
-moz-animation-name: slideInRight;
-o-animation-name: slideInRight;
animation-name: slideInRight;
} @-webkit-keyframes rollIn {
0% { 
opacity: 0;
visibility: visible; 
-webkit-transform: translateX(-100%) rotate(-120deg); 
}
100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
}
@-moz-keyframes rollIn {
0% { 
opacity: 0;
visibility: visible;
-moz-transform: translateX(-100%) rotate(-120deg); 
}
100% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); }
}
@-o-keyframes rollIn {
0% { 
opacity: 0;
visibility: visible; 
-o-transform: translateX(-100%) rotate(-120deg); 
}
100% { opacity: 1; -o-transform: translateX(0px) rotate(0deg); }
}
@keyframes rollIn {
0% { 
opacity: 0;
visibility: visible; 
transform: translateX(-100%) rotate(-120deg); 
}
100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
}
.rollIn {
-webkit-animation-name: rollIn;
-moz-animation-name: rollIn;
-o-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
0% {
opacity: 1;
visibility: visible;
-webkit-transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
}
}
@-moz-keyframes rollOut {
0% {
opacity: 1;
visibility: visible;
-moz-transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-moz-transform: translateX(100%) rotate(120deg);
}
}
@-o-keyframes rollOut {
0% {
opacity: 1;
visibility: visible;
-o-transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-o-transform: translateX(100%) rotate(120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
visibility: visible;
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
transform: translateX(100%) rotate(120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
-moz-animation-name: rollOut;
-o-animation-name: rollOut;
animation-name: rollOut;
} @-webkit-keyframes bounce { 
0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);visibility: visible;} 
40% {-webkit-transform: translateY(-30px);} 
60% {-webkit-transform: translateY(-15px);} 
} 
@keyframes bounce { 
0%, 20%, 50%, 80%, 100% {transform: translateY(0);visibility: visible;} 
40% {transform: translateY(-30px);} 
60% {transform: translateY(-15px);} 
} 
.bounce { 
-webkit-animation-name: bounce; 
animation-name: bounce; 
} @-webkit-keyframes bounceIn { 
0% { 
opacity: 0;
visibility: visible;
-webkit-transform: scale(.3); 
} 
50% { 
opacity: 1; 
-webkit-transform: scale(1.05); 
} 
70% { 
-webkit-transform: scale(.9); 
} 
100% { 
-webkit-transform: scale(1); 
} 
} 
@keyframes bounceIn { 
0% { 
opacity: 0;
visibility: visible; 
transform: scale(.3); 
} 
50% { 
opacity: 1; 
transform: scale(1.05); 
} 
70% { 
transform: scale(.9); 
} 
100% { 
transform: scale(1); 
} 
} 
.bounceIn { 
-webkit-animation-name: bounceIn; 
animation-name: bounceIn; 
} @-webkit-keyframes bounceInUp { 
0% { 
opacity: 0;
visibility: visible; 
-webkit-transform: translateY(2000px); 
} 
60% { 
opacity: 1; 
-webkit-transform: translateY(-30px); 
} 
80% { 
-webkit-transform: translateY(10px); 
} 
100% { 
-webkit-transform: translateY(0); 
} 
} 
@keyframes bounceInUp { 
0% { 
opacity: 0;
visibility: visible; 
transform: translateY(2000px); 
} 
60% { 
opacity: 1; 
transform: translateY(-30px); 
} 
80% { 
transform: translateY(10px); 
} 
100% { 
transform: translateY(0); 
} 
} 
.bounceInUp { 
-webkit-animation-name: bounceInUp; 
animation-name: bounceInUp; 
} @-webkit-keyframes bounceInDown { 
0% { 
opacity: 0;
visibility: visible; 
-webkit-transform: translateY(-2000px); 
} 
60% { 
opacity: 1; 
-webkit-transform: translateY(30px); 
} 
80% { 
-webkit-transform: translateY(-10px); 
} 
100% { 
-webkit-transform: translateY(0); 
} 
} 
@keyframes bounceInDown { 
0% { 
opacity: 0;
visibility: visible; 
transform: translateY(-2000px); 
} 
60% { 
opacity: 1; 
transform: translateY(30px); 
} 
80% { 
transform: translateY(-10px); 
} 
100% { 
transform: translateY(0); 
} 
} 
.bounceInDown { 
-webkit-animation-name: bounceInDown; 
animation-name: bounceInDown; 
} @-webkit-keyframes bounceInLeft { 
0% { 
opacity: 0;
visibility: visible; 
-webkit-transform: translateX(-2000px); 
} 
60% { 
opacity: 1; 
-webkit-transform: translateX(30px); 
} 
80% { 
-webkit-transform: translateX(-10px); 
} 
100% { 
-webkit-transform: translateX(0); 
} 
} 
@keyframes bounceInLeft { 
0% { 
opacity: 0;
visibility: visible; 
transform: translateX(-2000px); 
} 
60% { 
opacity: 1; 
transform: translateX(30px); 
} 
80% { 
transform: translateX(-10px); 
} 
100% { 
transform: translateX(0); 
} 
} 
.bounceInLeft { 
-webkit-animation-name: bounceInLeft; 
animation-name: bounceInLeft; 
} @-webkit-keyframes bounceInRight { 
0% { 
opacity: 0;
visibility: visible; 
-webkit-transform: translateX(2000px); 
} 
60% { 
opacity: 1; 
-webkit-transform: translateX(-30px); 
} 
80% { 
-webkit-transform: translateX(10px); 
} 
100% { 
-webkit-transform: translateX(0); 
} 
} 
@keyframes bounceInRight { 
0% { 
opacity: 0;
visibility: visible; 
transform: translateX(2000px); 
} 
60% { 
opacity: 1; 
transform: translateX(-30px); 
} 
80% { 
transform: translateX(10px); 
} 
100% { 
transform: translateX(0); 
} 
} 
.bounceInRight { 
-webkit-animation-name: bounceInRight; 
animation-name: bounceInRight; 
} @-webkit-keyframes fadeInUpBig { 
0% { 
opacity: 0;
visibility: visible; 
-webkit-transform: translateY(2000px); 
} 
100% { 
opacity: 1; 
-webkit-transform: translateY(0); 
} 
} 
@keyframes fadeInUpBig { 
0% { 
opacity: 0;
visibility: visible; 
transform: translateY(2000px); 
} 
100% { 
opacity: 1; 
transform: translateY(0); 
} 
} 
.fadeInUpBig { 
-webkit-animation-name: fadeInUpBig; 
animation-name: fadeInUpBig; 
} @-webkit-keyframes fadeInDownBig { 
0% { 
opacity: 0;
visibility: visible; 
-webkit-transform: translateY(-2000px); 
} 
100% { 
opacity: 1; 
-webkit-transform: translateY(0); 
} 
} 
@keyframes fadeInDownBig { 
0% { 
opacity: 0;
visibility: visible; 
transform: translateY(-2000px); 
} 
100% { 
opacity: 1; 
transform: translateY(0); 
} 
} 
.fadeInDownBig { 
-webkit-animation-name: fadeInDownBig; 
animation-name: fadeInDownBig; 
} @-webkit-keyframes fadeInLeftBig { 
0% { 
opacity: 0;
visibility: visible; 
-webkit-transform: translateX(-2000px); 
} 
100% { 
opacity: 1; 
-webkit-transform: translateX(0); 
} 
} 
@keyframes fadeInLeftBig { 
0% { 
opacity: 0;
visibility: visible; 
transform: translateX(-2000px); 
} 
100% { 
opacity: 1; 
transform: translateX(0); 
} 
} 
.fadeInLeftBig { 
-webkit-animation-name: fadeInLeftBig; 
animation-name: fadeInLeftBig; 
} @-webkit-keyframes fadeInRightBig { 
0% { 
opacity: 0;
visibility: visible; 
-webkit-transform: translateX(2000px); 
} 
100% { 
opacity: 1; 
-webkit-transform: translateX(0); 
} 
} 
@keyframes fadeInRightBig { 
0% { 
opacity: 0;
visibility: visible; 
transform: translateX(2000px); 
} 
100% { 
opacity: 1; 
transform: translateX(0); 
} 
} 
.fadeInRightBig { 
-webkit-animation-name: fadeInRightBig; 
animation-name: fadeInRightBig; 
} @-webkit-keyframes flash { 
0%, 50%, 100% {opacity: 1;visibility: visible;} 
25%, 75% {opacity: 0;} 
} 
@keyframes flash { 
0%, 50%, 100% {opacity: 1;visibility: visible;} 
25%, 75% {opacity: 0;} 
} 
.flash { 
-webkit-animation-name: flash; 
animation-name: flash; 
} @-webkit-keyframes flip { 
0% { 
visibility: visible;
-webkit-transform: perspective(400px) rotateY(0); 
-webkit-animation-timing-function: ease-out; 
} 
40% { 
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg); 
-webkit-animation-timing-function: ease-out; 
} 
50% { 
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1); 
-webkit-animation-timing-function: ease-in; 
} 
80% { 
-webkit-transform: perspective(400px) rotateY(360deg) scale(.95); 
-webkit-animation-timing-function: ease-in; 
} 
100% { 
-webkit-transform: perspective(400px) scale(1); 
-webkit-animation-timing-function: ease-in; 
} 
} 
@keyframes flip { 
0% { 
visibility: visible;
transform: perspective(400px) rotateY(0); 
animation-timing-function: ease-out; 
} 
40% { 
transform: perspective(400px) translateZ(150px) rotateY(170deg); 
animation-timing-function: ease-out; 
} 
50% { 
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1); 
animation-timing-function: ease-in; 
} 
80% { 
transform: perspective(400px) rotateY(360deg) scale(.95); 
animation-timing-function: ease-in; 
} 
100% { 
transform: perspective(400px) scale(1); 
animation-timing-function: ease-in; 
} 
} 
.flip { 
-webkit-backface-visibility: visible !important; 
-webkit-animation-name: flip; 
backface-visibility: visible !important; 
animation-name: flip; 
} @-webkit-keyframes lightSpeedIn { 
0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; visibility: visible;} 
60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 1; } 
80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; } 
100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; } 
} 
@keyframes lightSpeedIn { 
0% { transform: translateX(100%) skewX(-30deg); opacity: 0; visibility: visible;} 
60% { transform: translateX(-20%) skewX(30deg); opacity: 1; } 
80% { transform: translateX(0%) skewX(-15deg); opacity: 1; } 
100% { transform: translateX(0%) skewX(0deg); opacity: 1; } 
} 
.lightSpeedIn { 
-webkit-animation-name: lightSpeedIn; 
animation-name: lightSpeedIn; 
-webkit-animation-timing-function: ease-out; 
animation-timing-function: ease-out; 
} 
.animated.lightSpeedIn { 
-webkit-animation-duration: 0.5s; 
animation-duration: 0.5s; 
} @-webkit-keyframes pulse { 
0% { -webkit-transform: scale(1); visibility: visible;} 
50% { -webkit-transform: scale(1.1); } 
100% { -webkit-transform: scale(1); } 
} 
@keyframes pulse { 
0% { transform: scale(1); visibility: visible;} 
50% { transform: scale(1.1); } 
100% { transform: scale(1); } 
} 
.pulse { 
-webkit-animation-name: pulse; 
animation-name: pulse; 
} @-webkit-keyframes rotateIn { 
0% { 
-webkit-transform-origin: center center; 
-webkit-transform: rotate(-200deg); 
opacity: 0; 
visibility: visible;
} 
100% { 
-webkit-transform-origin: center center; 
-webkit-transform: rotate(0); 
opacity: 1; 
} 
} 
@keyframes rotateIn { 
0% { 
transform-origin: center center; 
transform: rotate(-200deg); 
opacity: 0; 
visibility: visible;
} 
100% { 
transform-origin: center center; 
transform: rotate(0); 
opacity: 1; 
} 
} 
.rotateIn { 
-webkit-animation-name: rotateIn; 
animation-name: rotateIn; 
} @-webkit-keyframes rotateInUpLeft { 
0% { 
-webkit-transform-origin: left bottom; 
-webkit-transform: rotate(90deg); 
opacity: 0; 
visibility: visible;
} 
100% { 
-webkit-transform-origin: left bottom; 
-webkit-transform: rotate(0); 
opacity: 1; 
} 
} 
@keyframes rotateInUpLeft { 
0% { 
transform-origin: left bottom; 
transform: rotate(90deg); 
opacity: 0; 
visibility: visible;
} 
100% { 
transform-origin: left bottom; 
transform: rotate(0); 
opacity: 1; 
} 
} 
.rotateInUpLeft { 
-webkit-animation-name: rotateInUpLeft; 
animation-name: rotateInUpLeft; 
} @-webkit-keyframes rotateInDownLeft {
0% { 
-webkit-transform-origin: left bottom; 
-webkit-transform: rotate(-90deg); 
opacity: 0; 
visibility: visible;
} 
100% { 
-webkit-transform-origin: left bottom; 
-webkit-transform: rotate(0); 
opacity: 1; 
} 
} 
@keyframes rotateInDownLeft { 
0% { 
transform-origin: left bottom; 
transform: rotate(-90deg); 
opacity: 0; 
visibility: visible;
} 
100% { 
transform-origin: left bottom; 
transform: rotate(0); 
opacity: 1; 
} 
} 
.rotateInDownLeft { 
-webkit-animation-name: rotateInDownLeft; 
animation-name: rotateInDownLeft; 
} @-webkit-keyframes rotateInUpRight { 
0% { 
-webkit-transform-origin: right bottom; 
-webkit-transform: rotate(-90deg); 
opacity: 0; 
visibility: visible;
} 
100% { 
-webkit-transform-origin: right bottom; 
-webkit-transform: rotate(0); 
opacity: 1; 
} 
} 
@keyframes rotateInUpRight { 
0% { 
transform-origin: right bottom; 
transform: rotate(-90deg); 
opacity: 0; 
visibility: visible;
} 
100% { 
transform-origin: right bottom; 
transform: rotate(0); 
opacity: 1; 
} 
} 
.rotateInUpRight { 
-webkit-animation-name: rotateInUpRight; 
animation-name: rotateInUpRight; 
} @-webkit-keyframes rotateInDownRight { 
0% { 
-webkit-transform-origin: right bottom; 
-webkit-transform: rotate(90deg); 
opacity: 0; 
visibility: visible;
} 
100% { 
-webkit-transform-origin: right bottom; 
-webkit-transform: rotate(0); 
opacity: 1; 
} 
} 
@keyframes rotateInDownRight { 
0% { 
transform-origin: right bottom; 
transform: rotate(90deg); 
opacity: 0; 
visibility: visible;
} 
100% { 
transform-origin: right bottom; 
transform: rotate(0); 
opacity: 1; 
} 
} 
.rotateInDownRight { 
-webkit-animation-name: rotateInDownRight; 
animation-name: rotateInDownRight; 
} @-webkit-keyframes shake { 
0%, 100% {-webkit-transform: translateX(0);visibility: visible;} 
10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);} 
20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);} 
} 
@keyframes shake { 
0%, 100% {transform: translateX(0);visibility: visible;} 
10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);} 
20%, 40%, 60%, 80% {transform: translateX(10px);} 
} 
.shake { 
-webkit-animation-name: shake; 
animation-name: shake; 
}
@-webkit-keyframes swing { 
0% { visibility: visible; }
20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; } 
20% { -webkit-transform: rotate(15deg); } 
40% { -webkit-transform: rotate(-10deg); } 
60% { -webkit-transform: rotate(5deg); } 
80% { -webkit-transform: rotate(-5deg); } 
100% { -webkit-transform: rotate(0deg); } 
} @keyframes swing { 
0% { visibility: visible;}
20% { transform: rotate(15deg); } 
40% { transform: rotate(-10deg); } 
60% { transform: rotate(5deg); } 
80% { transform: rotate(-5deg); } 
100% { transform: rotate(0deg); } 
} 
.swing { 
-webkit-transform-origin: top center; 
transform-origin: top center; 
-webkit-animation-name: swing; 
animation-name: swing; 
} @-webkit-keyframes tada { 
0% {-webkit-transform: scale(1);visibility: visible;} 
10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);} 
30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);} 
40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);} 
100% {-webkit-transform: scale(1) rotate(0);} 
} 
@keyframes tada { 
0% {transform: scale(1);visibility: visible;} 
10%, 20% {transform: scale(0.9) rotate(-3deg);} 
30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);} 
40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);} 
100% {transform: scale(1) rotate(0);} 
} 
.tada { 
-webkit-animation-name: tada; 
animation-name: tada; 
} @-webkit-keyframes wiggle { 
0% { -webkit-transform: skewX(9deg); visibility: visible;} 
10% { -webkit-transform: skewX(-8deg); } 
20% { -webkit-transform: skewX(7deg); } 
30% { -webkit-transform: skewX(-6deg); } 
40% { -webkit-transform: skewX(5deg); } 
50% { -webkit-transform: skewX(-4deg); } 
60% { -webkit-transform: skewX(3deg); } 
70% { -webkit-transform: skewX(-2deg); } 
80% { -webkit-transform: skewX(1deg); } 
90% { -webkit-transform: skewX(0deg); } 
100% { -webkit-transform: skewX(0deg); } 
} 
@keyframes wiggle { 
0% { transform: skewX(9deg);visibility: visible; } 
10% { transform: skewX(-8deg); } 
20% { transform: skewX(7deg); } 
30% { transform: skewX(-6deg); } 
40% { transform: skewX(5deg); } 
50% { transform: skewX(-4deg); } 
60% { transform: skewX(3deg); } 
70% { transform: skewX(-2deg); } 
80% { transform: skewX(1deg); } 
90% { transform: skewX(0deg); } 
100% { transform: skewX(0deg); } 
} 
.wiggle { 
-webkit-animation-name: wiggle; 
animation-name: wiggle; 
-webkit-animation-timing-function: ease-in; 
animation-timing-function: ease-in; 
} 
.animated.wiggle { 
-webkit-animation-duration: 0.75s; 
animation-duration: 0.75s; 
} @-webkit-keyframes wobble { 
0% { -webkit-transform: translateX(0%);visibility: visible; } 
15% { -webkit-transform: translateX(-25%) rotate(-5deg); } 
30% { -webkit-transform: translateX(20%) rotate(3deg); } 
45% { -webkit-transform: translateX(-15%) rotate(-3deg); } 
60% { -webkit-transform: translateX(10%) rotate(2deg); } 
75% { -webkit-transform: translateX(-5%) rotate(-1deg); } 
100% { -webkit-transform: translateX(0%); } 
} 
@keyframes wobble { 
0% { transform: translateX(0%); visibility: visible;} 
15% { transform: translateX(-25%) rotate(-5deg); } 
30% { transform: translateX(20%) rotate(3deg); } 
45% { transform: translateX(-15%) rotate(-3deg); } 
60% { transform: translateX(10%) rotate(2deg); } 
75% { transform: translateX(-5%) rotate(-1deg); } 
100% { transform: translateX(0%); } 
} 
.wobble { 
-webkit-animation-name: wobble; 
animation-name: wobble; 
} @-webkit-keyframes infiniteJump {
0% {
opacity: 0.7;
-webkit-transform: translateY(-30px);
visibility: visible;
}
50% {
opacity: 1;
-webkit-transform: translateY(0px);
}
100% {
opacity: 0.7;
-webkit-transform: translateY(-30px);
}
}
@-moz-keyframes infiniteJump {
0% {
opacity: 0.7;
-webkit-transform: translateY(-30px);
visibility: visible;
}
50% {
opacity: 1;
-webkit-transform: translateY(0px);
}
100% {
opacity: 0.7;
-webkit-transform: translateY(-30px);
}
}
@-o-keyframes infiniteJump {
0% {
opacity: 0.7;
-webkit-transform: translateY(-30px);
visibility: visible;
}
50% {
opacity: 1;
-webkit-transform: translateY(0px);
}
100% {
opacity: 0.7;
-webkit-transform: translateY(-30px);
}
}
@keyframes infiniteJump {
0% {
opacity: 0.7;
-webkit-transform: translateY(-30px);
visibility: visible;
}
50% {
opacity: 1;
-webkit-transform: translateY(0px);
}
100% {
opacity: 0.7;
-webkit-transform: translateY(-30px);
}
}
.infiniteJump {
-webkit-animation: infiniteJump 2s infinite, visibility 1s ease;
-moz-animation: infiniteJump 2s infinite, visibility 1s ease;
-o-animation: infiniteJump 2s infinite, visibility 1s ease;
animation: infiniteJump 2s infinite, visibility 1s ease; }
@-webkit-keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
visibility: visible;
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
visibility: visible;
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
} .rotates {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
display: inline-block;
vertical-align: bottom;
}
.rotating {
display: inline-block;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
-moz-transform: rotateX(0) rotateY(0) rotateZ(0);
-ms-transform: rotateX(0) rotateY(0) rotateZ(0);
-o-transform: rotateX(0) rotateY(0) rotateZ(0);
transform: rotateX(0) rotateY(0) rotateZ(0);
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
-webkit-transform-origin-x: 50%;
}
.rotating.flip {
position: relative;
}
.rotating .front, .rotating .back {
left: 0;
top: 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}
.rotating .front {
position: absolute;
display: inline-block;
-webkit-transform: translate3d(0,0,1px);
-moz-transform: translate3d(0,0,1px);
-ms-transform: translate3d(0,0,1px);
-o-transform: translate3d(0,0,1px);
transform: translate3d(0,0,1px);
}
.rotating.flip .front {
z-index: 1;
}
.rotating .back {
display: block;
opacity: 0;
}
.rotating.spin {
-webkit-transform: rotate(360deg) scale(0);
-moz-transform: rotate(360deg) scale(0);
-ms-transform: rotate(360deg) scale(0);
-o-transform: rotate(360deg) scale(0);
transform: rotate(360deg) scale(0);
}
.rotating.flip .back {
z-index: 2;
display: block;
opacity: 1;
-webkit-transform: rotateY(180deg) translate3d(0,0,0);
-moz-transform: rotateY(180deg) translate3d(0,0,0);
-ms-transform: rotateY(180deg) translate3d(0,0,0);
-o-transform: rotateY(180deg) translate3d(0,0,0);
transform: rotateY(180deg) translate3d(0,0,0);
}
.rotating.flip.up .back {
-webkit-transform: rotateX(180deg) translate3d(0,0,0);
-moz-transform: rotateX(180deg) translate3d(0,0,0);
-ms-transform: rotateX(180deg) translate3d(0,0,0);
-o-transform: rotateX(180deg) translate3d(0,0,0);
transform: rotateX(180deg) translate3d(0,0,0);
}
.rotating.flip.cube .front {
-webkit-transform: translate3d(0,0,100px) scale(0.9,0.9);
-moz-transform: translate3d(0,0,100px) scale(0.85,0.85);
-ms-transform: translate3d(0,0,100px) scale(0.85,0.85);
-o-transform: translate3d(0,0,100px) scale(0.85,0.85);
transform: translate3d(0,0,100px) scale(0.85,0.85);
}
.rotating.flip.cube .back {
-webkit-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.9,0.9);
-moz-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
-ms-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
-o-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}
.rotating.flip.cube.up .back {
-webkit-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.9,0.9);
-moz-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
-ms-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
-o-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
} .tatsu-bg-horizontal-animation,
.tatsu-bg-vertical-animation,
.background-horizontal-animation,
.background-vertical-animation {
background-position: 0px 0px;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
}
.tatsu-bg-horizontal-animation,
.background-horizontal-animation {
-webkit-animation: AnimateHorizontal 2500s linear infinite;
-moz-animation: AnimateHorizontal 2500s linear infinite;
-o-animation: AnimateHorizontal 2500s linear infinite;
animation: AnimateHorizontal 2500s linear infinite;
background-repeat: repeat-x !important;
}
.tatsu-bg-vertical-animation,
.background-vertical-animation {
-webkit-animation: AnimateVertical 2500s linear infinite;
-moz-animation: AnimateVertical 2500s linear infinite;
-o-animation: AnimateVertical 2500s linear infinite;
animation: AnimateVertical 2500s linear infinite;
background-repeat: repeat-y !important;
}
@-webkit-keyframes AnimateHorizontal {
0% { background-position: 0px 0; }
100% { background-position: -100000px 0; }
}
@-moz-keyframes AnimateHorizontal {
0% { background-position: 0px 0; }
100% { background-position: -100000px 0; }
}
@-o-keyframes AnimateHorizontal {
0% { background-position: 0px 0; }
100% { background-position: -100000px 0; }
}
@keyframes AnimateHorizontal {
0% { background-position: 0px 0; }
100% { background-position: -100000px 0; }
}
@-webkit-keyframes AnimateVertical {
0% { background-position: 0px 0px; }
100% { background-position: 0px -100000px; }
}
@-moz-keyframes AnimateVertical {
0% { background-position: 0px 0px; }
100% { background-position: 0px -100000px; }
}
@-o-keyframes AnimateVertical {
0% { background-position: 0px 0px; }
100% { background-position: 0px -100000px; }
}
@keyframes AnimateVertical {
0% { background-position: 0px 0px; }
100% { background-position: 0px -100000px; }
}
.typed {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
.typed-cursor {
opacity: 1;
-webkit-animation: blink 0.7s infinite;
-moz-animation: blink 0.7s infinite;
animation: blink 0.7s infinite;
display: none;
}
@keyframes blink {
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes blink {
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes blink {
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
} #nprogress {
pointer-events: none;
}
#nprogress .bar {
background: #29d;
position: fixed;
z-index: 1031;
top: 0;
left: 0;
width: 100%;
height: 3px;
}
body.admin-bar #nprogress .bar {
top: 32px;
} #nprogress .peg {
display: block;
position: absolute;
right: 0px;
width: 100px;
height: 100%;
box-shadow: 0 0 10px #29d, 0 0 5px #29d;
opacity: 1.0;
-webkit-transform: rotate(3deg) translate(0px, -4px);
-ms-transform: rotate(3deg) translate(0px, -4px);
transform: rotate(3deg) translate(0px, -4px);
} #nprogress .spinner {
display: block;
position: fixed;
z-index: 1031;
top: 15px;
right: 15px;
}
#nprogress .spinner-icon {
width: 18px;
height: 18px;
box-sizing: border-box;
border: solid 2px transparent;
border-top-color: #29d;
border-left-color: #29d;
border-radius: 50%;
-webkit-animation: nprogress-spinner 400ms linear infinite;
animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
overflow: hidden;
position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
position: absolute;
}
@-webkit-keyframes nprogress-spinner {
0%   { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
0%   { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }@font-face {
font-family: 'icomoon';
src:url(//divaenterprises.com.au/wp-content/themes/oshin/fonts/icomoon/fonts/icomoon.eot?85pf5i);
src:url(//divaenterprises.com.au/wp-content/themes/oshin/fonts/icomoon/fonts/icomoon.eot?#iefix85pf5i) format('embedded-opentype'),
url(//divaenterprises.com.au/wp-content/themes/oshin/fonts/icomoon/fonts/icomoon.woff?85pf5i) format('woff'),
url(//divaenterprises.com.au/wp-content/themes/oshin/fonts/icomoon/fonts/icomoon.ttf?85pf5i) format('truetype'),
url(//divaenterprises.com.au/wp-content/themes/oshin/fonts/icomoon/fonts/icomoon.svg?85pf5i#icomoon) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: normal; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-arrow_back:before {
content: "\e71c";
}
.icon-arrow_carrot_up_alt:before {
content: "\e71d";
}
.icon-arrow_carrot-2down_alt2:before {
content: "\e71e";
}
.icon-arrow_carrot-2down:before {
content: "\e71f";
}
.icon-arrow_carrot-2dwnn_alt:before {
content: "\e720";
}
.icon-arrow_carrot-2left_alt:before {
content: "\e721";
}
.icon-arrow_carrot-2left_alt2:before {
content: "\e722";
}
.icon-arrow_carrot-2left:before {
content: "\e723";
}
.icon-arrow_carrot-2right_alt:before {
content: "\e724";
}
.icon-arrow_carrot-2right_alt2:before {
content: "\e725";
}
.icon-arrow_carrot-2right:before {
content: "\e726";
}
.icon-arrow_carrot-2up_alt:before {
content: "\e727";
}
.icon-arrow_carrot-2up_alt2:before {
content: "\e728";
}
.icon-arrow_carrot-2up:before {
content: "\e729";
}
.icon-arrow_carrot-down_alt:before {
content: "\e72a";
}
.icon-arrow_carrot-down_alt2:before {
content: "\e72b";
}
.icon-arrow_carrot-down:before {
content: "\e72c";
}
.icon-arrow_carrot-left_alt:before {
content: "\e72d";
}
.icon-arrow_carrot-left_alt2:before {
content: "\e72e";
}
.icon-arrow_carrot-left:before {
content: "\e72f";
}
.icon-arrow_carrot-right_alt:before {
content: "\e730";
}
.icon-arrow_carrot-right_alt2:before {
content: "\e731";
}
.icon-arrow_carrot-right:before {
content: "\e732";
}
.icon-arrow_carrot-up_alt2:before {
content: "\e733";
}
.icon-arrow_carrot-up:before {
content: "\e734";
}
.icon-arrow_condense_alt:before {
content: "\e735";
}
.icon-arrow_condense:before {
content: "\e736";
}
.icon-arrow_down_alt:before {
content: "\e737";
}
.icon-arrow_down:before {
content: "\e738";
}
.icon-arrow_expand_alt:before {
content: "\e739";
}
.icon-arrow_expand_alt2:before {
content: "\e73a";
}
.icon-arrow_expand_alt3:before {
content: "\e73b";
}
.icon-arrow_expand:before {
content: "\e73c";
}
.icon-arrow_left_alt:before {
content: "\e73d";
}
.icon-arrow_left-down_alt:before {
content: "\e73e";
}
.icon-arrow_left-down:before {
content: "\e73f";
}
.icon-arrow_left-right_alt:before {
content: "\e740";
}
.icon-arrow_left-right:before {
content: "\e741";
}
.icon-arrow_left-up_alt:before {
content: "\e742";
}
.icon-arrow_left-up:before {
content: "\e743";
}
.icon-arrow_left:before {
content: "\e744";
}
.icon-arrow_move:before {
content: "\e745";
}
.icon-arrow_right_alt:before {
content: "\e746";
}
.icon-arrow_right-down_alt:before {
content: "\e747";
}
.icon-arrow_right-down:before {
content: "\e748";
}
.icon-arrow_right-up_alt:before {
content: "\e749";
}
.icon-arrow_right-up:before {
content: "\e74a";
}
.icon-arrow_right:before {
content: "\e74b";
}
.icon-arrow_triangle-down_alt:before {
content: "\e74c";
}
.icon-arrow_triangle-down_alt2:before {
content: "\e74d";
}
.icon-arrow_triangle-down:before {
content: "\e74e";
}
.icon-arrow_triangle-left_alt:before {
content: "\e74f";
}
.icon-arrow_triangle-left_alt2:before {
content: "\e750";
}
.icon-arrow_triangle-left:before {
content: "\e751";
}
.icon-arrow_triangle-right_alt:before {
content: "\e752";
}
.icon-arrow_triangle-right_alt2:before {
content: "\e753";
}
.icon-arrow_triangle-right:before {
content: "\e754";
}
.icon-arrow_triangle-up_alt:before {
content: "\e755";
}
.icon-arrow_triangle-up_alt2:before {
content: "\e756";
}
.icon-arrow_triangle-up:before {
content: "\e757";
}
.icon-arrow_up_alt:before {
content: "\e758";
}
.icon-arrow_up-down_alt:before {
content: "\e759";
}
.icon-arrow_up:before {
content: "\e75a";
}
.icon-arrow-up-down:before {
content: "\e75b";
}
.icon-icon_adjust-horiz:before {
content: "\e75c";
}
.icon-icon_adjust-vert:before {
content: "\e75d";
}
.icon-icon_archive_alt:before {
content: "\e75e";
}
.icon-icon_archive:before {
content: "\e75f";
}
.icon-icon_bag_alt:before {
content: "\e760";
}
.icon-icon_bag:before {
content: "\e761";
}
.icon-icon_balance:before {
content: "\e762";
}
.icon-icon_blocked:before {
content: "\e763";
}
.icon-icon_book_alt:before {
content: "\e764";
}
.icon-icon_book:before {
content: "\e765";
}
.icon-icon_box-checked:before {
content: "\e766";
}
.icon-icon_box-empty:before {
content: "\e767";
}
.icon-icon_box-selected:before {
content: "\e768";
}
.icon-icon_briefcase_alt:before {
content: "\e769";
}
.icon-icon_briefcase:before {
content: "\e76a";
}
.icon-icon_building_alt:before {
content: "\e76b";
}
.icon-icon_building:before {
content: "\e76c";
}
.icon-icon_calculator_alt:before {
content: "\e76d";
}
.icon-icon_calendar:before {
content: "\e76e";
}
.icon-icon_calulator:before {
content: "\e76f";
}
.icon-icon_camera_alt:before {
content: "\e770";
}
.icon-icon_camera:before {
content: "\e771";
}
.icon-icon_cart_alt:before {
content: "\e772";
}
.icon-icon_cart:before {
content: "\e773";
}
.icon-icon_chat_alt:before {
content: "\e774";
}
.icon-icon_chat:before {
content: "\e775";
}
.icon-icon_check_alt:before {
content: "\e776";
}
.icon-icon_check_alt2:before {
content: "\e777";
}
.icon-icon_check:before {
content: "\e778";
}
.icon-icon_circle-empty:before {
content: "\e779";
}
.icon-icon_circle-slelected:before {
content: "\e77a";
}
.icon-icon_clipboard:before {
content: "\e77b";
}
.icon-icon_clock_alt:before {
content: "\e77c";
}
.icon-icon_clock:before {
content: "\e77d";
}
.icon-icon_close_alt:before {
content: "\e77e";
}
.icon-icon_close_alt2:before {
content: "\e77f";
}
.icon-icon_close:before {
content: "\e780";
}
.icon-icon_cloud_alt:before {
content: "\e781";
}
.icon-icon_cloud-download_alt:before {
content: "\e782";
}
.icon-icon_cloud-download:before {
content: "\e783";
}
.icon-icon_cloud-upload_alt:before {
content: "\e784";
}
.icon-icon_cloud-upload:before {
content: "\e785";
}
.icon-icon_cloud:before {
content: "\e786";
}
.icon-icon_cog:before {
content: "\e787";
}
.icon-icon_cogs:before {
content: "\e788";
}
.icon-icon_comment_alt:before {
content: "\e789";
}
.icon-icon_comment:before {
content: "\e78a";
}
.icon-icon_compass_alt:before {
content: "\e78b";
}
.icon-icon_compass:before {
content: "\e78c";
}
.icon-icon_cone_alt:before {
content: "\e78d";
}
.icon-icon_cone:before {
content: "\e78e";
}
.icon-icon_contacts_alt:before {
content: "\e78f";
}
.icon-icon_contacts:before {
content: "\e790";
}
.icon-icon_creditcard:before {
content: "\e791";
}
.icon-icon_currency_alt:before {
content: "\e792";
}
.icon-icon_currency:before {
content: "\e793";
}
.icon-icon_cursor_alt:before {
content: "\e794";
}
.icon-icon_cursor:before {
content: "\e795";
}
.icon-icon_datareport_alt:before {
content: "\e796";
}
.icon-icon_datareport:before {
content: "\e797";
}
.icon-icon_desktop:before {
content: "\e798";
}
.icon-icon_dislike_alt:before {
content: "\e799";
}
.icon-icon_dislike:before {
content: "\e79a";
}
.icon-icon_document_alt:before {
content: "\e79b";
}
.icon-icon_document:before {
content: "\e79c";
}
.icon-icon_documents_alt:before {
content: "\e79d";
}
.icon-icon_documents:before {
content: "\e79e";
}
.icon-icon_download:before {
content: "\e79f";
}
.icon-icon_drawer_alt:before {
content: "\e7a0";
}
.icon-icon_drawer:before {
content: "\e7a1";
}
.icon-icon_drive_alt:before {
content: "\e7a2";
}
.icon-icon_drive:before {
content: "\e7a3";
}
.icon-icon_easel_alt:before {
content: "\e7a4";
}
.icon-icon_easel:before {
content: "\e7a5";
}
.icon-icon_error-circle_alt:before {
content: "\e7a6";
}
.icon-icon_error-circle:before {
content: "\e7a7";
}
.icon-icon_error-oct_alt:before {
content: "\e7a8";
}
.icon-icon_error-oct:before {
content: "\e7a9";
}
.icon-icon_error-triangle_alt:before {
content: "\e7aa";
}
.icon-icon_error-triangle:before {
content: "\e7ab";
}
.icon-icon_film:before {
content: "\e7ac";
}
.icon-icon_floppy_alt:before {
content: "\e7ad";
}
.icon-icon_floppy:before {
content: "\e7ae";
}
.icon-icon_flowchart_alt:before {
content: "\e7af";
}
.icon-icon_flowchart:before {
content: "\e7b0";
}
.icon-icon_folder_download:before {
content: "\e7b1";
}
.icon-icon_folder_upload:before {
content: "\e7b2";
}
.icon-icon_folder-add_alt:before {
content: "\e7b3";
}
.icon-icon_folder-add:before {
content: "\e7b4";
}
.icon-icon_folder-alt:before {
content: "\e7b5";
}
.icon-icon_folder-open_alt:before {
content: "\e7b6";
}
.icon-icon_folder-open:before {
content: "\e7b7";
}
.icon-icon_folder:before {
content: "\e7b8";
}
.icon-icon_genius:before {
content: "\e7b9";
}
.icon-icon_gift_alt:before {
content: "\e7ba";
}
.icon-icon_gift:before {
content: "\e7bb";
}
.icon-icon_globe_alt:before {
content: "\e7bc";
}
.icon-icon_globe-2:before {
content: "\e7bd";
}
.icon-icon_globe:before {
content: "\e7be";
}
.icon-icon_grid-2x2:before {
content: "\e7bf";
}
.icon-icon_grid-3x3:before {
content: "\e7c0";
}
.icon-icon_group:before {
content: "\e7c1";
}
.icon-icon_headphones:before {
content: "\e7c2";
}
.icon-icon_heart_alt:before {
content: "\e7c3";
}
.icon-icon_heart:before {
content: "\e7c4";
}
.icon-icon_hourglass:before {
content: "\e7c5";
}
.icon-icon_house_alt:before {
content: "\e7c6";
}
.icon-icon_house:before {
content: "\e7c7";
}
.icon-icon_id_alt:before {
content: "\e7c8";
}
.icon-icon_id-2_alt:before {
content: "\e7c9";
}
.icon-icon_id-2:before {
content: "\e7ca";
}
.icon-icon_id:before {
content: "\e7cb";
}
.icon-icon_image:before {
content: "\e7cc";
}
.icon-icon_images:before {
content: "\e7cd";
}
.icon-icon_info_alt:before {
content: "\e7ce";
}
.icon-icon_info:before {
content: "\e7cf";
}
.icon-icon_key_alt:before {
content: "\e7d0";
}
.icon-icon_key:before {
content: "\e7d1";
}
.icon-icon_laptop:before {
content: "\e7d2";
}
.icon-icon_lifesaver:before {
content: "\e7d3";
}
.icon-icon_lightbulb_alt:before {
content: "\e7d4";
}
.icon-icon_lightbulb:before {
content: "\e7d5";
}
.icon-icon_like_alt:before {
content: "\e7d6";
}
.icon-icon_like:before {
content: "\e7d7";
}
.icon-icon_link_alt:before {
content: "\e7d8";
}
.icon-icon_link:before {
content: "\e7d9";
}
.icon-icon_loading:before {
content: "\e7da";
}
.icon-icon_lock_alt:before {
content: "\e7db";
}
.icon-icon_lock-open_alt:before {
content: "\e7dc";
}
.icon-icon_lock-open:before {
content: "\e7dd";
}
.icon-icon_lock:before {
content: "\e7de";
}
.icon-icon_mail_alt:before {
content: "\e7df";
}
.icon-icon_mail:before {
content: "\e7e0";
}
.icon-icon_map_alt:before {
content: "\e7e1";
}
.icon-icon_map:before {
content: "\e7e2";
}
.icon-icon_menu-circle_alt:before {
content: "\e7e3";
}
.icon-icon_menu-circle_alt2:before {
content: "\e7e4";
}
.icon-icon_menu-square_alt:before {
content: "\e7e5";
}
.icon-icon_menu-square_alt2:before {
content: "\e7e6";
}
.icon-icon_menu:before {
content: "\e7e7";
}
.icon-icon_mic_alt:before {
content: "\e7e8";
}
.icon-icon_mic:before {
content: "\e7e9";
}
.icon-icon_minus_alt:before {
content: "\e7ea";
}
.icon-icon_minus_alt2:before {
content: "\e7eb";
}
.icon-icon_minus-06:before {
content: "\e7ec";
}
.icon-icon_minus-box:before {
content: "\e7ed";
}
.icon-icon_mobile:before {
content: "\e7ee";
}
.icon-icon_mug_alt:before {
content: "\e7ef";
}
.icon-icon_mug:before {
content: "\e7f0";
}
.icon-icon_music:before {
content: "\e7f1";
}
.icon-icon_ol:before {
content: "\e7f2";
}
.icon-icon_paperclip:before {
content: "\e7f3";
}
.icon-icon_pause_alt:before {
content: "\e7f4";
}
.icon-icon_pause_alt2:before {
content: "\e7f5";
}
.icon-icon_pause:before {
content: "\e7f6";
}
.icon-icon_pencil_alt:before {
content: "\e7f7";
}
.icon-icon_pencil-edit_alt:before {
content: "\e7f8";
}
.icon-icon_pencil-edit:before {
content: "\e7f9";
}
.icon-icon_pencil:before {
content: "\e7fa";
}
.icon-icon_pens_alt:before {
content: "\e7fb";
}
.icon-icon_pens:before {
content: "\e7fc";
}
.icon-icon_percent_alt:before {
content: "\e7fd";
}
.icon-icon_percent:before {
content: "\e7fe";
}
.icon-icon_phone:before {
content: "\e7ff";
}
.icon-icon_piechart:before {
content: "\e800";
}
.icon-icon_pin_alt:before {
content: "\e801";
}
.icon-icon_pin:before {
content: "\e802";
}
.icon-icon_plus_alt:before {
content: "\e803";
}
.icon-icon_plus_alt2:before {
content: "\e804";
}
.icon-icon_plus-box:before {
content: "\e805";
}
.icon-icon_plus:before {
content: "\e806";
}
.icon-icon_printer-alt:before {
content: "\e807";
}
.icon-icon_printer:before {
content: "\e808";
}
.icon-icon_profile:before {
content: "\e809";
}
.icon-icon_pushpin_alt:before {
content: "\e80a";
}
.icon-icon_pushpin:before {
content: "\e80b";
}
.icon-icon_puzzle_alt:before {
content: "\e80c";
}
.icon-icon_puzzle:before {
content: "\e80d";
}
.icon-icon_question_alt:before {
content: "\e80e";
}
.icon-icon_question_alt2:before {
content: "\e80f";
}
.icon-icon_question:before {
content: "\e810";
}
.icon-icon_quotations_alt:before {
content: "\e811";
}
.icon-icon_quotations_alt2:before {
content: "\e812";
}
.icon-icon_quotations:before {
content: "\e813";
}
.icon-icon_refresh:before {
content: "\e814";
}
.icon-icon_ribbon_alt:before {
content: "\e815";
}
.icon-icon_ribbon:before {
content: "\e816";
}
.icon-icon_rook:before {
content: "\e817";
}
.icon-icon_search_alt:before {
content: "\e818";
}
.icon-icon_search:before {
content: "\e819";
}
.icon-icon_search2:before {
content: "\e81a";
}
.icon-icon_shield_alt:before {
content: "\e81b";
}
.icon-icon_shield:before {
content: "\e81c";
}
.icon-icon_star_alt:before {
content: "\e81d";
}
.icon-icon_star-half_alt:before {
content: "\e81e";
}
.icon-icon_star-half:before {
content: "\e81f";
}
.icon-icon_star:before {
content: "\e820";
}
.icon-icon_stop_alt:before {
content: "\e821";
}
.icon-icon_stop_alt2:before {
content: "\e822";
}
.icon-icon_stop:before {
content: "\e823";
}
.icon-icon_table:before {
content: "\e824";
}
.icon-icon_tablet:before {
content: "\e825";
}
.icon-icon_tag_alt:before {
content: "\e826";
}
.icon-icon_tag:before {
content: "\e827";
}
.icon-icon_tags_alt:before {
content: "\e828";
}
.icon-icon_tags:before {
content: "\e829";
}
.icon-icon_target:before {
content: "\e82a";
}
.icon-icon_tool:before {
content: "\e82b";
}
.icon-icon_toolbox_alt:before {
content: "\e82c";
}
.icon-icon_toolbox:before {
content: "\e82d";
}
.icon-icon_tools:before {
content: "\e82e";
}
.icon-icon_trash_alt:before {
content: "\e82f";
}
.icon-icon_trash:before {
content: "\e830";
}
.icon-icon_ul:before {
content: "\e831";
}
.icon-icon_upload:before {
content: "\e832";
}
.icon-icon_vol-mute_alt:before {
content: "\e833";
}
.icon-icon_vol-mute:before {
content: "\e834";
}
.icon-icon_volume-high_alt:before {
content: "\e835";
}
.icon-icon_volume-high:before {
content: "\e836";
}
.icon-icon_volume-low_alt:before {
content: "\e837";
}
.icon-icon_volume-low:before {
content: "\e838";
}
.icon-icon_wallet_alt:before {
content: "\e839";
}
.icon-icon_wallet:before {
content: "\e83a";
}
.icon-icon_zoom-in_alt:before {
content: "\e83b";
}
.icon-icon_zoom-in:before {
content: "\e83c";
}
.icon-icon_zoom-out_alt:before {
content: "\e83d";
}
.icon-icon_zoom-out:before {
content: "\e83e";
}
.icon-social_blogger_circle:before {
content: "\e83f";
}
.icon-social_blogger_square:before {
content: "\e840";
}
.icon-social_blogger:before {
content: "\e841";
}
.icon-social_delicious_circle:before {
content: "\e842";
}
.icon-social_delicious_square:before {
content: "\e843";
}
.icon-social_delicious:before {
content: "\e844";
}
.icon-social_deviantart_circle:before {
content: "\e845";
}
.icon-social_deviantart_square:before {
content: "\e846";
}
.icon-social_deviantart:before {
content: "\e847";
}
.icon-social_dribbble_circle:before {
content: "\e848";
}
.icon-social_dribbble_square:before {
content: "\e849";
}
.icon-social_dribbble:before {
content: "\e84a";
}
.icon-social_facebook_circle:before {
content: "\e84b";
}
.icon-social_facebook_square:before {
content: "\e84c";
}
.icon-social_facebook:before {
content: "\e84d";
}
.icon-social_flickr_circle:before {
content: "\e84e";
}
.icon-social_flickr_square:before {
content: "\e84f";
}
.icon-social_flickr:before {
content: "\e850";
}
.icon-social_googledrive_alt2:before {
content: "\e851";
}
.icon-social_googledrive_square:before {
content: "\e852";
}
.icon-social_googledrive:before {
content: "\e853";
}
.icon-social_googleplus_circle:before {
content: "\e854";
}
.icon-social_googleplus_square:before {
content: "\e855";
}
.icon-social_googleplus:before {
content: "\e856";
}
.icon-social_instagram_circle:before {
content: "\e857";
}
.icon-social_instagram_square:before {
content: "\e858";
}
.icon-social_instagram:before {
content: "\e859";
}
.icon-social_linkedin_circle:before {
content: "\e85a";
}
.icon-social_linkedin_square:before {
content: "\e85b";
}
.icon-social_linkedin:before {
content: "\e85c";
}
.icon-social_myspace_circle:before {
content: "\e85d";
}
.icon-social_myspace_square:before {
content: "\e85e";
}
.icon-social_myspace:before {
content: "\e85f";
}
.icon-social_picassa_circle:before {
content: "\e860";
}
.icon-social_picassa_square:before {
content: "\e861";
}
.icon-social_picassa:before {
content: "\e862";
}
.icon-social_pinterest_circle:before {
content: "\e863";
}
.icon-social_pinterest_square:before {
content: "\e864";
}
.icon-social_pinterest:before {
content: "\e865";
}
.icon-social_rss_circle:before {
content: "\e866";
}
.icon-social_rss_square:before {
content: "\e867";
}
.icon-social_rss:before {
content: "\e868";
}
.icon-social_share_circle:before {
content: "\e869";
}
.icon-social_share_square:before {
content: "\e86a";
}
.icon-social_share:before {
content: "\e86b";
}
.icon-social_skype_circle:before {
content: "\e86c";
}
.icon-social_skype_square:before {
content: "\e86d";
}
.icon-social_skype:before {
content: "\e86e";
}
.icon-social_spotify_circle:before {
content: "\e86f";
}
.icon-social_spotify_square:before {
content: "\e870";
}
.icon-social_spotify:before {
content: "\e871";
}
.icon-social_stumbleupon_circle:before {
content: "\e872";
}
.icon-social_stumbleupon_square:before {
content: "\e873";
}
.icon-social_tumbleupon:before {
content: "\e874";
}
.icon-social_tumblr_circle:before {
content: "\e875";
}
.icon-social_tumblr_square:before {
content: "\e876";
}
.icon-social_tumblr:before {
content: "\e877";
}
.icon-social_twitter_circle:before {
content: "\e878";
}
.icon-social_twitter_square:before {
content: "\e879";
}
.icon-social_twitter:before {
content: "\e87a";
}
.icon-social_vimeo_circle:before {
content: "\e87b";
}
.icon-social_vimeo_square:before {
content: "\e87c";
}
.icon-social_vimeo:before {
content: "\e87d";
}
.icon-social_wordpress_circle:before {
content: "\e87e";
}
.icon-social_wordpress_square:before {
content: "\e87f";
}
.icon-social_wordpress:before {
content: "\e880";
}
.icon-social_youtube_circle:before {
content: "\e881";
}
.icon-social_youtube_square:before {
content: "\e882";
}
.icon-social_youtube:before {
content: "\e883";
}
.icon-duckduckgo:before {
content: "\21";
}
.icon-aim:before {
content: "\22";
}
.icon-delicious:before {
content: "\23";
}
.icon-paypal:before {
content: "\24";
}
.icon-flattr:before {
content: "\25";
}
.icon-android:before {
content: "\26";
}
.icon-eventful:before {
content: "\27";
}
.icon-smashmag:before {
content: "\2a";
}
.icon-gplus:before {
content: "\2b";
}
.icon-wikipedia:before {
content: "\2c";
}
.icon-lanyrd:before {
content: "\2d";
}
.icon-calendar:before {
content: "\2e";
}
.icon-stumbleupon:before {
content: "\2f";
}
.icon-fivehundredpx:before {
content: "\30";
}
.icon-pinterest:before {
content: "\31";
}
.icon-bitcoin:before {
content: "\32";
}
.icon-w3c:before {
content: "\33";
}
.icon-foursquare:before {
content: "\34";
}
.icon-html5:before {
content: "\35";
}
.icon-ie:before {
content: "\36";
}
.icon-call:before {
content: "\37";
}
.icon-grooveshark:before {
content: "\38";
}
.icon-ninetyninedesigns:before {
content: "\39";
}
.icon-forrst:before {
content: "\3a";
}
.icon-digg:before {
content: "\3b";
}
.icon-spotify:before {
content: "\3d";
}
.icon-reddit:before {
content: "\3e";
}
.icon-guest:before {
content: "\3f";
}
.icon-gowalla:before {
content: "\40";
}
.icon-appstore:before {
content: "\41";
}
.icon-blogger:before {
content: "\42";
}
.icon-cc:before {
content: "\43";
}
.icon-dribbble:before {
content: "\44";
}
.icon-evernote:before {
content: "\45";
}
.icon-flickr:before {
content: "\46";
}
.icon-google:before {
content: "\47";
}
.icon-viadeo:before {
content: "\48";
}
.icon-instapaper:before {
content: "\49";
}
.icon-weibo:before {
content: "\4a";
}
.icon-klout:before {
content: "\4b";
}
.icon-linkedin:before {
content: "\4c";
}
.icon-meetup:before {
content: "\4d";
}
.icon-vk:before {
content: "\4e";
}
.icon-plancast:before {
content: "\50";
}
.icon-disqus:before {
content: "\51";
}
.icon-rss:before {
content: "\52";
}
.icon-skype:before {
content: "\53";
}
.icon-twitter:before {
content: "\54";
}
.icon-youtube:before {
content: "\55";
}
.icon-vimeo:before {
content: "\56";
}
.icon-windows:before {
content: "\57";
}
.icon-xing:before {
content: "\58";
}
.icon-yahoo:before {
content: "\59";
}
.icon-chrome:before {
content: "\5b";
}
.icon-email:before {
content: "\5d";
}
.icon-macstore:before {
content: "\5e";
}
.icon-myspace:before {
content: "\5f";
}
.icon-podcast:before {
content: "\60";
}
.icon-amazon:before {
content: "\61";
}
.icon-steam:before {
content: "\62";
}
.icon-cloudapp:before {
content: "\63";
}
.icon-dropbox:before {
content: "\64";
}
.icon-ebay:before {
content: "\65";
}
.icon-facebook:before {
content: "\66";
}
.icon-github:before {
content: "\67";
}
.icon-github-circled:before {
content: "\e8";
}
.icon-googleplay:before {
content: "\68";
}
.icon-itunes:before {
content: "\69";
}
.icon-plurk:before {
content: "\6a";
}
.icon-songkick:before {
content: "\6b";
}
.icon-lastfm:before {
content: "\6c";
}
.icon-gmail:before {
content: "\6d";
}
.icon-pinboard:before {
content: "\6e";
}
.icon-openid:before {
content: "\6f";
}
.icon-quora:before {
content: "\71";
}
.icon-soundcloud:before {
content: "\73";
}
.icon-tumblr:before {
content: "\74";
}
.icon-eventasaurus:before {
content: "\76";
}
.icon-wordpress:before {
content: "\77";
}
.icon-yelp:before {
content: "\79";
}
.icon-intensedebate:before {
content: "\7b";
}
.icon-eventbrite:before {
content: "\7c";
}
.icon-scribd:before {
content: "\7d";
}
.icon-posterous:before {
content: "\7e";
}
.icon-stripe:before {
content: "\a3";
}
.icon-opentable:before {
content: "\c7";
}
.icon-cart:before {
content: "\c9";
}
.icon-print:before {
content: "\d1";
}
.icon-angellist:before {
content: "\d6";
}
.icon-instagram:before {
content: "\dc";
}
.icon-dwolla:before {
content: "\e0";
}
.icon-appnet:before {
content: "\e1";
}
.icon-statusnet:before {
content: "\e2";
}
.icon-acrobat:before {
content: "\e3";
}
.icon-drupal:before {
content: "\e4";
}
.icon-buffer:before {
content: "\e5";
}
.icon-pocket:before {
content: "\e7";
}
.icon-bitbucket:before {
content: "\e9";
}
.icon-lego:before {
content: "\ea";
}
.icon-login:before {
content: "\eb";
}
.icon-stackoverflow:before {
content: "\ec";
}
.icon-hackernews:before {
content: "\ed";
}
.icon-lkdto:before {
content: "\ee";
}
.icon-phone:before {
content: "\e600";
}
.icon-mobile:before {
content: "\e601";
}
.icon-mouse:before {
content: "\e602";
}
.icon-directions:before {
content: "\e603";
}
.icon-mail:before {
content: "\e604";
}
.icon-paperplane:before {
content: "\e605";
}
.icon-pencil:before {
content: "\e606";
}
.icon-feather:before {
content: "\e607";
}
.icon-paperclip:before {
content: "\e608";
}
.icon-drawer:before {
content: "\e609";
}
.icon-reply:before {
content: "\e60a";
}
.icon-reply-all:before {
content: "\e60b";
}
.icon-forward:before {
content: "\e60c";
}
.icon-user:before {
content: "\e60d";
}
.icon-users:before {
content: "\e60e";
}
.icon-user-add:before {
content: "\e60f";
}
.icon-vcard:before {
content: "\e610";
}
.icon-export:before {
content: "\e611";
}
.icon-location:before {
content: "\e612";
}
.icon-map:before {
content: "\e613";
}
.icon-compass:before {
content: "\e614";
}
.icon-location2:before {
content: "\e615";
}
.icon-target:before {
content: "\e616";
}
.icon-share:before {
content: "\e617";
}
.icon-sharable:before {
content: "\e618";
}
.icon-heart:before {
content: "\e619";
}
.icon-heart2:before {
content: "\e61a";
}
.icon-star:before {
content: "\e61b";
}
.icon-star2:before {
content: "\e61c";
}
.icon-thumbsup:before {
content: "\e61d";
}
.icon-thumbsdown:before {
content: "\e61e";
}
.icon-chat:before {
content: "\e61f";
}
.icon-comment:before {
content: "\e620";
}
.icon-quote:before {
content: "\e621";
}
.icon-house:before {
content: "\e622";
}
.icon-popup:before {
content: "\e623";
}
.icon-search:before {
content: "\e624";
}
.icon-flashlight:before {
content: "\e625";
}
.icon-printer:before {
content: "\e626";
}
.icon-bell:before {
content: "\e627";
}
.icon-link:before {
content: "\e628";
}
.icon-flag:before {
content: "\e629";
}
.icon-cog:before {
content: "\e62a";
}
.icon-tools:before {
content: "\e62b";
}
.icon-trophy:before {
content: "\e62c";
}
.icon-tag:before {
content: "\e62d";
}
.icon-camera:before {
content: "\e62e";
}
.icon-megaphone:before {
content: "\e62f";
}
.icon-moon:before {
content: "\e630";
}
.icon-palette:before {
content: "\e631";
}
.icon-leaf:before {
content: "\e632";
}
.icon-music:before {
content: "\e633";
}
.icon-music2:before {
content: "\e634";
}
.icon-new:before {
content: "\e635";
}
.icon-graduation:before {
content: "\e636";
}
.icon-book:before {
content: "\e637";
}
.icon-newspaper:before {
content: "\e638";
}
.icon-bag:before {
content: "\e639";
}
.icon-airplane:before {
content: "\e63a";
}
.icon-lifebuoy:before {
content: "\e63b";
}
.icon-eye:before {
content: "\e63c";
}
.icon-clock:before {
content: "\e63d";
}
.icon-microphone:before {
content: "\e63e";
}
.icon-calendar2:before {
content: "\e63f";
}
.icon-bolt:before {
content: "\e640";
}
.icon-thunder:before {
content: "\e641";
}
.icon-droplet:before {
content: "\e642";
}
.icon-cd:before {
content: "\e643";
}
.icon-briefcase:before {
content: "\e644";
}
.icon-air:before {
content: "\e645";
}
.icon-hourglass:before {
content: "\e646";
}
.icon-gauge:before {
content: "\e647";
}
.icon-language:before {
content: "\e648";
}
.icon-network:before {
content: "\e649";
}
.icon-key:before {
content: "\e64a";
}
.icon-battery:before {
content: "\e64b";
}
.icon-bucket:before {
content: "\e64c";
}
.icon-magnet:before {
content: "\e64d";
}
.icon-drive:before {
content: "\e64e";
}
.icon-cup:before {
content: "\e64f";
}
.icon-rocket:before {
content: "\e650";
}
.icon-brush:before {
content: "\e651";
}
.icon-suitcase:before {
content: "\e652";
}
.icon-cone:before {
content: "\e653";
}
.icon-earth:before {
content: "\e654";
}
.icon-keyboard:before {
content: "\e655";
}
.icon-browser:before {
content: "\e656";
}
.icon-publish:before {
content: "\e657";
}
.icon-progress-3:before {
content: "\e658";
}
.icon-progress-2:before {
content: "\e659";
}
.icon-brogress-1:before {
content: "\e65a";
}
.icon-progress-0:before {
content: "\e65b";
}
.icon-sun:before {
content: "\e65c";
}
.icon-sun2:before {
content: "\e65d";
}
.icon-adjust:before {
content: "\e65e";
}
.icon-code:before {
content: "\e65f";
}
.icon-screen:before {
content: "\e660";
}
.icon-infinity:before {
content: "\e661";
}
.icon-light-bulb:before {
content: "\e662";
}
.icon-creditcard:before {
content: "\e663";
}
.icon-database:before {
content: "\e664";
}
.icon-voicemail:before {
content: "\e665";
}
.icon-clipboard:before {
content: "\e666";
}
.icon-cart2:before {
content: "\e667";
}
.icon-box:before {
content: "\e668";
}
.icon-ticket:before {
content: "\e669";
}
.icon-rss2:before {
content: "\e66a";
}
.icon-signal:before {
content: "\e66b";
}
.icon-thermometer:before {
content: "\e66c";
}
.icon-droplets:before {
content: "\e66d";
}
.icon-uniE66E:before {
content: "\e66e";
}
.icon-statistics:before {
content: "\e66f";
}
.icon-pie:before {
content: "\e670";
}
.icon-bars:before {
content: "\e671";
}
.icon-graph:before {
content: "\e672";
}
.icon-lock:before {
content: "\e673";
}
.icon-lock-open:before {
content: "\e674";
}
.icon-logout:before {
content: "\e675";
}
.icon-login2:before {
content: "\e676";
}
.icon-checkmark:before {
content: "\e677";
}
.icon-cross:before {
content: "\e678";
}
.icon-minus:before {
content: "\e679";
}
.icon-plus:before {
content: "\e67a";
}
.icon-cross2:before {
content: "\e67b";
}
.icon-minus2:before {
content: "\e67c";
}
.icon-plus2:before {
content: "\e67d";
}
.icon-cross3:before {
content: "\e67e";
}
.icon-minus3:before {
content: "\e67f";
}
.icon-plus3:before {
content: "\e680";
}
.icon-erase:before {
content: "\e681";
}
.icon-blocked:before {
content: "\e682";
}
.icon-info:before {
content: "\e683";
}
.icon-info2:before {
content: "\e684";
}
.icon-question:before {
content: "\e685";
}
.icon-help:before {
content: "\e686";
}
.icon-warning:before {
content: "\e687";
}
.icon-cycle:before {
content: "\e688";
}
.icon-cw:before {
content: "\e689";
}
.icon-ccw:before {
content: "\e68a";
}
.icon-shuffle:before {
content: "\e68b";
}
.icon-arrow:before {
content: "\e68c";
}
.icon-arrow2:before {
content: "\e68d";
}
.icon-retweet:before {
content: "\e68e";
}
.icon-loop:before {
content: "\e68f";
}
.icon-history:before {
content: "\e690";
}
.icon-back:before {
content: "\e691";
}
.icon-switch:before {
content: "\e692";
}
.icon-list:before {
content: "\e693";
}
.icon-add-to-list:before {
content: "\e694";
}
.icon-layout:before {
content: "\e695";
}
.icon-list2:before {
content: "\e696";
}
.icon-text:before {
content: "\e697";
}
.icon-text2:before {
content: "\e698";
}
.icon-document:before {
content: "\e699";
}
.icon-docs:before {
content: "\e69a";
}
.icon-landscape:before {
content: "\e69b";
}
.icon-pictures:before {
content: "\e69c";
}
.icon-video:before {
content: "\e69d";
}
.icon-music3:before {
content: "\e69e";
}
.icon-folder:before {
content: "\e69f";
}
.icon-archive:before {
content: "\e6a0";
}
.icon-trash:before {
content: "\e6a1";
}
.icon-upload:before {
content: "\e6a2";
}
.icon-download:before {
content: "\e6a3";
}
.icon-disk:before {
content: "\e6a4";
}
.icon-install:before {
content: "\e6a5";
}
.icon-cloud:before {
content: "\e6a6";
}
.icon-upload2:before {
content: "\e6a7";
}
.icon-bookmark:before {
content: "\e6a8";
}
.icon-bookmarks:before {
content: "\e6a9";
}
.icon-book2:before {
content: "\e6aa";
}
.icon-play:before {
content: "\e6ab";
}
.icon-pause:before {
content: "\e6ac";
}
.icon-record:before {
content: "\e6ad";
}
.icon-stop:before {
content: "\e6ae";
}
.icon-next:before {
content: "\e6af";
}
.icon-previous:before {
content: "\e6b0";
}
.icon-first:before {
content: "\e6b1";
}
.icon-last:before {
content: "\e6b2";
}
.icon-resize-enlarge:before {
content: "\e6b3";
}
.icon-resize-shrink:before {
content: "\e6b4";
}
.icon-volume:before {
content: "\e6b5";
}
.icon-sound:before {
content: "\e6b6";
}
.icon-mute:before {
content: "\e6b7";
}
.icon-flow-cascade:before {
content: "\e6b8";
}
.icon-flow-branch:before {
content: "\e6b9";
}
.icon-flow-tree:before {
content: "\e6ba";
}
.icon-flow-line:before {
content: "\e6bb";
}
.icon-flow-parallel:before {
content: "\e6bc";
}
.icon-arrow-left:before {
content: "\e6bd";
}
.icon-arrow-down:before {
content: "\e6be";
}
.icon-arrow-up-upload:before {
content: "\e6bf";
}
.icon-arrow-right:before {
content: "\e6c0";
}
.icon-arrow-left2:before {
content: "\e6c1";
}
.icon-arrow-down2:before {
content: "\e6c2";
}
.icon-arrow-up:before {
content: "\e6c3";
}
.icon-arrow-right2:before {
content: "\e6c4";
}
.icon-arrow-left3:before {
content: "\e6c5";
}
.icon-arrow-down3:before {
content: "\e6c6";
}
.icon-arrow-up2:before {
content: "\e6c7";
}
.icon-arrow-right3:before {
content: "\e6c8";
}
.icon-arrow-left4:before {
content: "\e6c9";
}
.icon-arrow-down4:before {
content: "\e6ca";
}
.icon-arrow-up3:before {
content: "\e6cb";
}
.icon-arrow-right4:before {
content: "\e6cc";
}
.icon-arrow-left5:before {
content: "\e6cd";
}
.icon-arrow-down5:before {
content: "\e6ce";
}
.icon-arrow-up4:before {
content: "\e6cf";
}
.icon-arrow-right5:before {
content: "\e6d0";
}
.icon-arrow-left6:before {
content: "\e6d1";
}
.icon-arrow-down6:before {
content: "\e6d2";
}
.icon-arrow-up5:before {
content: "\e6d3";
}
.icon-arrow-right6:before {
content: "\e6d4";
}
.icon-arrow-left7:before {
content: "\e6d5";
}
.icon-arrow-down7:before {
content: "\e6d6";
}
.icon-arrow-up6:before {
content: "\e6d7";
}
.icon-uniE6D8:before {
content: "\e6d8";
}
.icon-arrow-left8:before {
content: "\e6d9";
}
.icon-arrow-down8:before {
content: "\e6da";
}
.icon-arrow-up7:before {
content: "\e6db";
}
.icon-arrow-right7:before {
content: "\e6dc";
}
.icon-menu:before {
content: "\e6dd";
}
.icon-ellipsis:before {
content: "\e6de";
}
.icon-dots:before {
content: "\e6df";
}
.icon-dot:before {
content: "\e6e0";
}
.icon-cc2:before {
content: "\e6e1";
}
.icon-cc-by:before {
content: "\e6e2";
}
.icon-cc-nc:before {
content: "\e6e3";
}
.icon-cc-nc-eu:before {
content: "\e6e4";
}
.icon-cc-nc-jp:before {
content: "\e6e5";
}
.icon-cc-sa:before {
content: "\e6e6";
}
.icon-cc-nd:before {
content: "\e6e7";
}
.icon-cc-pd:before {
content: "\e6e8";
}
.icon-cc-zero:before {
content: "\e6e9";
}
.icon-cc-share:before {
content: "\e6ea";
}
.icon-cc-share2:before {
content: "\e6eb";
}
.icon-danielbruce:before {
content: "\e6ec";
}
.icon-danielbruce2:before {
content: "\e6ed";
}
.icon-github2:before {
content: "\e6ee";
}
.icon-github3:before {
content: "\e6ef";
}
.icon-flickr2:before {
content: "\e6f0";
}
.icon-flickr3:before {
content: "\e6f1";
}
.icon-vimeo2:before {
content: "\e6f2";
}
.icon-vimeo3:before {
content: "\e6f3";
}
.icon-twitter2:before {
content: "\e6f4";
}
.icon-twitter3:before {
content: "\e6f5";
}
.icon-facebook2:before {
content: "\e6f6";
}
.icon-facebook3:before {
content: "\e6f7";
}
.icon-facebook4:before {
content: "\e6f8";
}
.icon-googleplus:before {
content: "\e6f9";
}
.icon-googleplus2:before {
content: "\e6fa";
}
.icon-pinterest2:before {
content: "\e6fb";
}
.icon-pinterest3:before {
content: "\e6fc";
}
.icon-tumblr2:before {
content: "\e6fd";
}
.icon-tumblr3:before {
content: "\e6fe";
}
.icon-linkedin2:before {
content: "\e6ff";
}
.icon-linkedin3:before {
content: "\e700";
}
.icon-dribbble2:before {
content: "\e701";
}
.icon-dribbble3:before {
content: "\e702";
}
.icon-stumbleupon2:before {
content: "\e703";
}
.icon-stumbleupon3:before {
content: "\e704";
}
.icon-lastfm2:before {
content: "\e705";
}
.icon-lastfm3:before {
content: "\e706";
}
.icon-rdio:before {
content: "\e707";
}
.icon-rdio2:before {
content: "\e708";
}
.icon-spotify2:before {
content: "\e709";
}
.icon-spotify3:before {
content: "\e70a";
}
.icon-qq:before {
content: "\e70b";
}
.icon-instagram2:before {
content: "\e70c";
}
.icon-dropbox2:before {
content: "\e70d";
}
.icon-evernote2:before {
content: "\e70e";
}
.icon-flattr2:before {
content: "\e70f";
}
.icon-skype2:before {
content: "\e710";
}
.icon-skype3:before {
content: "\e711";
}
.icon-renren:before {
content: "\e712";
}
.icon-sina-weibo:before {
content: "\e713";
}
.icon-paypal2:before {
content: "\e714";
}
.icon-picasa:before {
content: "\e715";
}
.icon-soundcloud2:before {
content: "\e716";
}
.icon-mixi:before {
content: "\e717";
}
.icon-behance:before {
content: "\e718";
}
.icon-circles:before {
content: "\e719";
}
.icon-vk2:before {
content: "\e71a";
}
.icon-smashing:before {
content: "\e71b";
}
.icon-mobile2:before {
content: "\e10a";
}
.icon-laptop:before {
content: "\e10b";
}
.icon-desktop:before {
content: "\e10c";
}
.icon-tablet:before {
content: "\e10d";
}
.icon-phone2:before {
content: "\e10e";
}
.icon-document2:before {
content: "\e10f";
}
.icon-documents:before {
content: "\e110";
}
.icon-search2:before {
content: "\e111";
}
.icon-clipboard2:before {
content: "\e112";
}
.icon-newspaper2:before {
content: "\e113";
}
.icon-notebook:before {
content: "\e114";
}
.icon-book-open:before {
content: "\e115";
}
.icon-browser2:before {
content: "\e116";
}
.icon-calendar3:before {
content: "\e117";
}
.icon-presentation:before {
content: "\e118";
}
.icon-picture:before {
content: "\e119";
}
.icon-pictures2:before {
content: "\e11a";
}
.icon-video2:before {
content: "\e11b";
}
.icon-camera2:before {
content: "\e11c";
}
.icon-printer2:before {
content: "\e11d";
}
.icon-toolbox:before {
content: "\e11e";
}
.icon-briefcase2:before {
content: "\e11f";
}
.icon-wallet:before {
content: "\e120";
}
.icon-gift:before {
content: "\e121";
}
.icon-bargraph:before {
content: "\e122";
}
.icon-grid:before {
content: "\e123";
}
.icon-expand:before {
content: "\e124";
}
.icon-focus:before {
content: "\e125";
}
.icon-edit:before {
content: "\e126";
}
.icon-adjustments:before {
content: "\e127";
}
.icon-ribbon:before {
content: "\e128";
}
.icon-hourglass2:before {
content: "\e129";
}
.icon-lock2:before {
content: "\e12a";
}
.icon-megaphone2:before {
content: "\e12b";
}
.icon-shield:before {
content: "\e12c";
}
.icon-trophy2:before {
content: "\e12d";
}
.icon-flag2:before {
content: "\e12e";
}
.icon-map2:before {
content: "\e12f";
}
.icon-puzzle:before {
content: "\e130";
}
.icon-basket:before {
content: "\e131";
}
.icon-envelope:before {
content: "\e132";
}
.icon-streetsign:before {
content: "\e133";
}
.icon-telescope:before {
content: "\e134";
}
.icon-gears:before {
content: "\e135";
}
.icon-key2:before {
content: "\e136";
}
.icon-paperclip2:before {
content: "\e137";
}
.icon-attachment:before {
content: "\e138";
}
.icon-pricetags:before {
content: "\e139";
}
.icon-lightbulb:before {
content: "\e13a";
}
.icon-layers:before {
content: "\e13b";
}
.icon-pencil2:before {
content: "\e13c";
}
.icon-tools2:before {
content: "\e13d";
}
.icon-tools-2:before {
content: "\e13e";
}
.icon-scissors:before {
content: "\e13f";
}
.icon-paintbrush:before {
content: "\e140";
}
.icon-magnifying-glass:before {
content: "\e141";
}
.icon-circle-compass:before {
content: "\e142";
}
.icon-linegraph:before {
content: "\e143";
}
.icon-mic:before {
content: "\e144";
}
.icon-strategy:before {
content: "\e145";
}
.icon-beaker:before {
content: "\e146";
}
.icon-caution:before {
content: "\e147";
}
.icon-recycle:before {
content: "\e148";
}
.icon-anchor:before {
content: "\e149";
}
.icon-profile-male:before {
content: "\e14a";
}
.icon-profile-female:before {
content: "\e14b";
}
.icon-bike:before {
content: "\e14c";
}
.icon-wine:before {
content: "\e14d";
}
.icon-hotairballoon:before {
content: "\e14e";
}
.icon-globe:before {
content: "\e14f";
}
.icon-genius:before {
content: "\e150";
}
.icon-map-pin:before {
content: "\e151";
}
.icon-dial:before {
content: "\e152";
}
.icon-chat2:before {
content: "\e153";
}
.icon-heart3:before {
content: "\e154";
}
.icon-cloud2:before {
content: "\e155";
}
.icon-upload3:before {
content: "\e156";
}
.icon-download2:before {
content: "\e157";
}
.icon-target2:before {
content: "\e158";
}
.icon-hazardous:before {
content: "\e159";
}
.icon-piechart:before {
content: "\e15a";
}
.icon-speedometer:before {
content: "\e15b";
}
.icon-global:before {
content: "\e15c";
}
.icon-compass2:before {
content: "\e15d";
}
.icon-lifesaver:before {
content: "\e15e";
}
.icon-clock2:before {
content: "\e15f";
}
.icon-aperture:before {
content: "\e160";
}
.icon-quote2:before {
content: "\e161";
}
.icon-scope:before {
content: "\e162";
}
.icon-alarmclock:before {
content: "\e163";
}
.icon-refresh:before {
content: "\e164";
}
.icon-happy:before {
content: "\e165";
}
.icon-sad:before {
content: "\e166";
}
.icon-facebook5:before {
content: "\e167";
}
.icon-twitter4:before {
content: "\e168";
}
.icon-googleplus3:before {
content: "\e169";
}
.icon-rss3:before {
content: "\e16a";
}
.icon-tumblr4:before {
content: "\e16b";
}
.icon-linkedin4:before {
content: "\e16c";
}
.icon-dribbble4:before {
content: "\e16d";
}div.bbp-template-notice, 
div.indicator-hint {
margin: 0px 0px 30px 0px;
}
#subscription-toggle {
float: right;
}
#bbpress-forums div.bbp-breadcrumb p, #bbpress-forums div.bbp-topic-tags p {
margin-bottom: 30px;
}
#bbpress-forums fieldset.bbp-form legend {
font-weight: bold;
}
.wp-editor-wrap {
border: 1px solid #eeeeee;
}
.bbp-breadcrumb-sep {
padding: 0px 5px;
}
#bbpress-forums fieldset.bbp-form p, #bbpress-forums fieldset.bbp-form textarea, #bbpress-forums fieldset.bbp-form select, #bbpress-forums fieldset.bbp-form input[type="text"] {
margin-bottom: 20px;
}
#bbpress-forums input[type="text"] {
margin-bottom: 0px !important;
width: 50%;
}
#bbp_topic_submit,
#bbp_search_submit,
#bbpress-forums fieldset.bbp-form,
div.bbp-submit-wrapper,
#bbpress-forums #bbp-your-profile fieldset.submit button {
margin: 0px 0px 20px 0px;
}
#bbp-user-avatar .vcard,
.vcard.bbp-user-profile-link {
width: auto;
float: none;
}
.bbp-submit-wrapper .button.submit {
margin-right: 0px !important;
}
#bbpress-forums div.odd, #bbpress-forums ul.odd {
background: transparent;
}
#bbpress-forums li.bbp-header {
border-top: none;
}
#bbpress-forums li.bbp-body ul.forum, 
#bbpress-forums li.bbp-body ul.topic {
padding: 20px;
}
#bbpress-forums li.bbp-header, 
#bbpress-forums li.bbp-footer {
padding: 10px 20px;
}
a.bbp-forum-title,
.bbp-topic-title a.bbp-topic-permalink,
#bbpress-forums fieldset.bbp-form label  {
font-size: 13px !important;
}
#bbpress-forums div.bbp-reply-header {
background: none;
}
#bbpress-forums div.reply {
font-size: inherit;
font-style: inherit;
}
#bbpress-forums .topic .bbp-topic-meta .bbp-author-avatar,
#bbpress-forums .topic .bbp-topic-meta .avatar,
.bbp-topic-freshness-author .avatar {
display: none;
}
#bbpress-forums .topic .bbp-topic-meta a {
color: inherit;
}
div.bbp-reply-header {
padding: 15px 15px 0 25px;
}
li.bbp-body div.hentry {
padding-top: 0;
}
.bbp-pagination-count {
font-weight: bold;
} div.bbp-template-notice p {
padding: 20px;
}
div.bbp-template-notice.info {
border: none;
background-color: #E6F5F8;
border-radius: 0;
}
div.bbp-template-notice, div.indicator-hint {
background-color: #FAEFD3;
border: none;
border-radius: 0;
}
#bbpress-forums .wp-editor-container .button {
font:inherit !important;
text-transform: none !important;
letter-spacing: 0;
}article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; } 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, font, 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 {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
:focus {
outline: 0;
}
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
} table {
border-collapse: collapse;
border-spacing: 0;
}
td { vertical-align: top; }
img{max-width:100%;}
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle;}
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { }
input[type="text"],input[type="submit"], textarea { -webkit-appearance: none; -webkit-border-radius:0px; }
.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }
::selection         {background: rgb(0,0,0); color: #fff; }
::-moz-selection    {background: rgb(255,255,158);}
img::selection      {background: transparent;}
img::-moz-selection {background: transparent;}   html {
padding-right: 0px !important;
overflow-y: auto;
overflow-x: hidden;
}
html.hide-overflow{
overflow: hidden !important;
}
html.show-overflow{
overflow-y: scroll;
} .tp-simpleresponsive >ul li {
z-index: 1 !important;
} #main.layout-border{
padding: 30px;
}
#main.layout-border.layout-border-header-top {
padding: 0px 30px 30px 30px;
}
.left-header #main.layout-border{
padding-left: 0px;
}
#header-top-bar-left   {
float: left;
padding: 10px 20px;
}
#header-top-bar-wrap.be-wrap #header-top-bar-left{
padding-left: 0px;
}
#header-top-bar-right   {
float: right;
padding: 10px 20px;
}
#header-top-bar-wrap.be-wrap #header-top-bar-right {
padding-right: 0px;
}
#header-top-bar-left .top-bar-widgets, 
#header-top-bar-left .header-search-controls,
#header-top-bar-left .header-cart-controls,
#header-top-bar-left .topbar-menu-container{
margin-right: 15px;
}
#header-top-bar-right .top-bar-widgets, 
#header-top-bar-right .header-search-controls,
#header-top-bar-right .header-cart-controls,
#header-top-bar-right .topbar-menu-container {
margin-left: 15px;
}
#header-controls-left .header-widgets, 
#header-controls-left .header-search-controls,
#header-controls-left .header-cart-controls,
#header-controls-left .menu-controls {
margin-right: 15px;
}
#header-controls-right .header-widgets, 
#header-controls-right .header-search-controls,
#header-controls-right .header-cart-controls,
#header-controls-right .sliderbar-menu-controller {
margin-left: 15px;
}
#header-top-bar-left ul ,
#header-top-bar-right ul ,
#header-controls-left ul {
display: inline;
padding-left: 0px;
}
#header-top-bar-left li ,
#header-top-bar-right li ,
#header-controls-left li {
display: inline;
text-decoration: none;
}
.menu-falling-animate-controller {
display: inline-block;
cursor: pointer; }
.custom-font-icon {
display: inline-block;
line-height: normal;
position: relative;
cursor: pointer;
}
.menu-icon {
border-top-width: 2px;
border-style: solid;
border-color: inherit;
display: block;
margin-bottom: 6px;
width: 16px;
-webkit-transition: -webkit-transform 400ms ease, opacity 400ms ease, top 400ms ease;
-moz-transition: -moz-transform 400ms ease, opacity 400ms ease, top 400ms ease;
-o-transition: -o-transform 400ms ease, opacity 400ms ease, top 400ms ease;
transition: transform 400ms ease, opacity 400ms ease, top 400ms ease;
cursor: pointer;
position: absolute;
top: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
}
.menu-icon.menu-icon-third {
margin-bottom: 0px;
}
.custom-font-icon .menu-icon.menu-icon-first {
top: -4px;
}
.custom-font-icon .menu-icon.menu-icon-second {
position: relative;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
}
.custom-font-icon .menu-icon.menu-icon-third {
top: 4px;
}
.custom-font-icon.active .menu-icon.menu-icon-first {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
top: 0;
}
.custom-font-icon.active .menu-icon.menu-icon-second {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
-webkit-transform: translateX(50px);
-moz-transform: translateX(50px);
-ms-transform: translateX(50px);
-o-transform: translateX(50px);
}
.custom-font-icon.active .menu-icon.menu-icon-third {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
top: 0;
}
#header-top-bar-wrap i.font-icon {
margin-bottom: 0px;
}
#header-top-bar,
#header-bottom-bar {
line-height: 25px; }
#header-top-bar{
position: relative;
z-index: 3;
}
#header-top-bar .topbar-menu-container{
display: inline-block;
}
#topbar-menu > li:after{
content: " | ";
} 
#topbar-menu > li:last-child:after{
content: "";
} .header-cart-controls, 
.sliderbar-nav-controller-wrap{
display: inline-block;
}
.header-cart-controls{
float: none !important;
}
#header #left-header-mobile .header-cart-controls{
float: right !important;
}
.top-overlay-menu #header-bottom-bar{
display: none;
}
#header .header-border{
display: block;
}
#header .transparent .header-border{
display: none;
}
.style6 #header-wrap {
text-align: center;
} .style4 #header-bottom-bar{
padding: 0 30px;
} .logo a, .logo a img {
display: block;
} .style1 .logo {
margin-left: 30px;
padding:20px 0; float: left;
}
.layout-border-header-top .style1 .logo {
margin-left: 0px;
}
.style1 .be-wrap  .logo {
margin-left:0;
}
.style4 .logo {
margin-left: 30px;
padding:20px 0; float: left;
}
#left-header-mobile .logo {
margin-left: 30px;
padding:20px 0; float: left;
} .style5 .logo {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
} .style2 #header-wrap{
position: relative;
}   .style3 .logo {
position: absolute;
left: 30px;
padding: 20px 0; }
.layout-border-header-top .style3 .logo {
left: 0px;
} .style2 .logo {
text-align: center;
}
.style2 .logo a{
display: inline-block;
vertical-align: middle;
}
.style6 .logo {
margin: 25px auto;
display: inline-block;
vertical-align: top;
z-index: 1;
position: relative;
}  .style1 #header-controls-right,
.style5 #header-controls-right {
float: right;
margin-right: 30px; }layout-border-header-top .style1 #header-controls-right {
margin-right: 0px;
}
.style1 .be-wrap #header-controls-right {
margin-right: 0;
margin-left: 15px;
}
.style4 #header-controls-right{
float: right;
margin-right: 30px;
} .style2 #header-controls-right{
position: absolute;
right: 30px;
top: 0;
}
.style2 #header-controls-left{
position: absolute;
left: 30px;
top: 0;
}
.style3 #header-controls-right{
position: absolute;
right: 30px;
top: 0;
}
.layout-border-header-top .style3 #header-controls-right {
right: 0px;
}
#header-inner-wrap i.font-icon{
margin-bottom: 0px;
} #left-header-mobile .mobile-nav-controller-wrap{
margin: 0 30px 0px 15px;
float: right;
}
.style6 #header-controls-right {
margin-right: 30px;
position: absolute;
top: 0px;
right: 0px;
z-index: 1;
}
#header .tatsu-module,
#header .oshine-module {
margin-bottom: 0;
}  .style1 #navigation {
float: right;
margin-right: 30px;
}
.style1 .be-wrap #navigation {
margin-right: 0px;
} .style4 #navigation, 
.style5 #navigation {
float: left;
position: static;
margin-left: 30px;
}
.style5 #menu > li:first-child > a {
padding-left: 0;
} .style3 .menu{
float: none;
display: inline-block;
vertical-align: top;
}
.style2 .menu{
float: none;
display: inline-block;
vertical-align: top;
}
.style3 #navigation{
text-align: center;
}
.style2 #navigation{
text-align: center;
}
.style2 #navigation {
line-height: 50px;
} .style6 #navigation-left-side,
.style6 #navigation-right-side {
position: absolute;
top: 0px;
width: 50%;
left: 0px;
box-sizing: border-box;
}
.style6 #navigation-right-side {
left: auto;
right: 0px;
padding-right: 0px;
}
.style6 #navigation-left-side #left-menu {
display: inline-block;
zoom: 1;
vertical-align: top;
float: right;
}
.mobile-menu.left-mobile-menu #mobile-menu {
padding-bottom: 0px !important;
}
.mobile-menu.right-mobile-menu #mobile-menu {
padding-top: 0px !important;
}
#navigation a{
transition: color 0.3s ease;
-webkit-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-o-transition:  color 0.3s ease;
-ms-transition: color 0.3s ease;
}  .be-nav-link-effect-1 a {
padding: 8px 0;
}
.be-nav-link-effect-1 a::after {
position: absolute;
top: 170%;
left: 20px;
width: calc(100% - 40px);
height: 2px;
background: rgba(0,0,0,0.1);
content: '';
opacity: 0;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
-moz-transition: opacity 0.3s, -moz-transform 0.3s;
-o-transition:  opacity 0.3s, -o-transform 0.3s;
-ms-transition:  opacity 0.3s, -ms-transform 0.3s;
transition: opacity 0.3s, transform 0.3s;
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
-ms-transform: translateY(10px);
-o-transform: translateY(10px);
transform: translateY(10px);
}
ul#menu.be-nav-link-effect-1 > li:last-child a::after{
width: calc(100% - 20px);
} .be-nav-link-effect-1 a:hover::after {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px);
} .be-nav-link-effect-2 a::after {
position: absolute;
top: 170%;
left: 50%;
right: 50%;
height: 2px;
z-index: 1;
content: "";
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
-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);
background: rgba(0,0,0,0.1);
} .be-nav-link-effect-2 a:hover::after {
left: 20px;
right: 20px;
}
ul#menu.be-nav-link-effect-2 > li:last-child a:hover::after,
ul#menu.be-nav-link-effect-2 > li:last-child a:focus::after{
right: 0px;
} .be-nav-link-effect-3 a::after {
position: absolute;
top:170%;
left: 50%;
right: 50%;
height: 2px;
z-index: 1;
content: "";
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
-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);
background: rgba(0,0,0,0.1);
} .be-nav-link-effect-3 a:hover::after {
left: 40%;
right: 40%;
}
ul#menu.be-nav-link-effect-3 > li:last-child a:hover::after,
ul#menu.be-nav-link-effect-3 > li:last-child a:focus::after{
right: 22%;
} .sub-menu a:after{
display: none;
}
#navigation .sub-menu a {
left: 0;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#navigation .sub-menu a:hover {
left:7px;
}  .header-code-widgets {
display: inline-block;
margin-left: 15px;
} .sliderbar-menu-controller{
display: inline-block;
cursor: pointer;
} .search-box-wrapper {
position: absolute;
top: 100%;
right: 0px;
width: 240px;
display: none;
z-index: 12;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.23);
-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.23);
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.23);
line-height: normal;
padding: 30px;
background: #fff;
overflow-y: hidden;
}
.be-themes-layout-layout-border-header-top .search-box-wrapper {
z-index: 10 !important;
}
#header-top-bar-right .search-box-wrapper{
padding: 0px;
}
.header-search-controls {
display: inline-block;
}
.header-search-controls .search-button {
margin-left: 0px;
cursor: pointer;
color: inherit;
display: inline-block;
zoom: 1;
position: relative;
top: 2px;
font-size: 18px;
line-height: normal;
}
#header-top-bar-right .search-box-wrapper.style1-header-search-widget input[type="text"]{
height: 55px;
}
.search-box-wrapper .searchform .search-icon {
position: absolute;
top: 0px;
right: 35px;
line-height: 96px;
font-size: 14px;
}
#header-top-bar-right .search-box-wrapper .searchform .search-icon{
top: -19px;
right: 14px;
}
.search-box-wrapper.style2-header-search-widget .searchform .search-icon{
display: none;
}
.search-box-wrapper .searchform .s {
width: 100%;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
margin-bottom: 0;
}
.search-box-wrapper .icon-icon_close{
color: #232323;
}
.search-box-wrapper.style2-header-search-widget {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
box-sizing: border-box;
}
body.admin-bar .search-box-wrapper.style2-header-search-widget {
padding-top: 62px;
}
body.admin-bar .search-box-wrapper.style2-header-search-widget .searchform .search-icon {
top: 50%;
line-height: normal;
margin-top: -14px;
font-size: 25px;
right:14px;
}
.search-box-wrapper.style2-header-search-widget .search-box-inner1 {
position: relative;
display: table;
width: 100%;
height: 100%;
}
.search-box-wrapper.style2-header-search-widget .search-box-inner2 {
display: table-cell;
vertical-align: middle;
width: 100%;
margin: 0px;
}
.search-box-wrapper.style2-header-search-widget .searchform .s {
height: 100px;
font-size: 40px;
line-height: 1;
}
.search-box-wrapper.style2-header-search-widget .searchform {
display: block;
width: 80%;
margin: 0 auto;
position: relative;
}
.header-search-form-close {
display: none;
}
.search-box-wrapper.style2-header-search-widget .header-search-form-close {
position: absolute;
top: 30px;
right: 30px;
font-size: 35px;
cursor: pointer;
color: inherit;
display: block;
z-index: 4;
}
body.admin-bar .search-box-wrapper.style2-header-search-widget .header-search-form-close {
margin-top: 32px;
} .left-strip-wrapper .header-cart-controls {
width: 100%;
text-align: center;
top: 85%;
}
.header-cart-controls .cart-contents span {
display: inline-block;
font-weight: bold;
margin: 0 auto;
border-radius: 20%;
text-align: center;
width: 20px;
height: 20px;
line-height: 21px;
font-size: 10px;
position: relative;
top: -5px;
}
.left-strip-wrapper .header-cart-controls .cart-contents span {
display: block;
position: static;
margin-top: -60px;
}
.header-cart-controls .cart-contents{
color: inherit;
}
.header-cart-controls .cart-contents i{
font-size: 23px;
position: relative;
} body.header-transparent #header #header-inner-wrap.no-transparent,
body.sticky-header #header #header-inner-wrap.no-transparent {
position: fixed;
top: -300px;
width: 100%;
right: 0px;
}
body.header-transparent #header #header-inner-wrap.no-transparent.top-animate,
body.sticky-header #header #header-inner-wrap.no-transparent.top-animate {
top: 0px;
-webkit-transition: top .50s ease, right 400ms ease;
-moz-transition: top .50s ease, right 400ms ease;
-o-transition: top .50s ease, right 400ms ease;
-ms-transition: top .50s ease, right 400ms ease;
-webkit-backface-visibility: hidden;
}
body.header-transparent.admin-bar #header #header-inner-wrap.no-transparent.top-animate,
body.sticky-header.admin-bar #header #header-inner-wrap.no-transparent.top-animate {
top: 32px;
-webkit-transition: top .50s ease, right 400ms ease;
-moz-transition: top .50s ease, right 400ms ease;
-o-transition: top .50s ease, right 400ms ease;
-ms-transition: top .50s ease, right 400ms ease;
-webkit-backface-visibility: hidden;
box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}
body.header-transparent #header #header-inner-wrap {
position: absolute; width: 100%;
border: none !important;
}
body.header-transparent #header #header-wrap {
background: transparent;
box-shadow: none;	
}
body.header-transparent #header #header-bottom-bar {
background: transparent;
box-shadow: none;	
}
body #main.layout-border-header-top #header-inner-wrap.no-transparent,
body.admin-bar #main.layout-border-header-top #header-inner-wrap.no-transparent {
position: fixed;
backface-visibility: hidden;
width: 100%;
}
body #main.layout-border-header-top #header-inner-wrap.no-transparent {
top: 0px;
width:100%;
}
body.admin-bar #main.layout-border-header-top #header-inner-wrap.no-transparent {
top: 32px;
}
#header-inner-wrap.transparent {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
}
#header-inner-wrap {
position: relative;
}
#header-inner-wrap.background--dark.transparent #navigation,
#header-inner-wrap.background--dark.transparent .header-search-controls .search-button,
#header-inner-wrap.background--dark.transparent .header-cart-controls  i.font-icon,
#header-inner-wrap.background--dark.transparent .menu-controls i.font-icon,
#header-inner-wrap.background--dark.transparent .menu-controls {
color: #f5f5f5;
transition: color 0.5s linear;
}
.single_portfolio_info_close.background--dark .font-icon,
#portfolio-title-nav-bottom-wrap  .background--dark{
color: #f5f5f5;
}
#header-inner-wrap.background--light.transparent #navigation,
#header-inner-wrap.background--light.transparent .header-search-controls .search-button,
#header-inner-wrap.background--light.transparent .header-cart-controls  i.font-icon,
#header-inner-wrap.background--light.transparent .menu-controls i.font-icon,
#header-inner-wrap.background--light.transparent .menu-controls  {
color: #333;
transition: color 0.5s linear;
}
.single_portfolio_info_close.background--light .font-icon,
#portfolio-title-nav-bottom-wrap .background--light{
color: #333;
} #header-inner-wrap.background--dark.transparent .be-mobile-menu-icon,
#header-inner-wrap.background--dark.transparent .be-mobile-menu-icon::before,
#header-inner-wrap.background--dark.transparent .be-mobile-menu-icon::after,
#portfolio-title-nav-bottom-wrap  .background--dark .home-grid-icon span{
background-color: #f5f5f5;
} #header-inner-wrap.background--light.transparent .be-mobile-menu-icon,
#header-inner-wrap.background--light.transparent .be-mobile-menu-icon::before,
#header-inner-wrap.background--light.transparent .be-mobile-menu-icon::after,
#portfolio-title-nav-bottom-wrap  .background--light .home-grid-icon span {
background-color: #333;
}
body.header-transparent .logo img,
body .logo img.sticky-logo {
display: none;
}
body #header-inner-wrap.no-transparent.top-animate .logo img.sticky-logo {
display: block;
}
body #header-inner-wrap.no-transparent.top-animate .logo img.normal-logo {
display: none;
}
body.header-transparent #header-inner-wrap.no-transparent.top-animate .logo img.normal-logo,
body.header-transparent #header-inner-wrap.no-transparent.top-animate .logo img.sticky-logo,
body.header-transparent #header-inner-wrap .logo img.transparent-logo {
display: block;
}
body.header-transparent #header-inner-wrap.no-transparent.top-animate .logo img.transparent-logo,
body.header-transparent #header-inner-wrap.no-transparent.top-animate .logo img.normal-logo {
display: none;
}
.light-scheme-logo {
display: none !important;
}
body.header-transparent #header-inner-wrap.background--dark.transparent .logo img.light-scheme-logo {
display: block !important;
}
body.header-transparent #header-inner-wrap.background--dark.transparent .logo img.dark-scheme-logo {
display: none !important;
} #header {
position: relative;
z-index: 10;
}
#header-inner-wrap.top-animate #navigation, 
#header-inner-wrap.top-animate .header-controls, 
#header-inner-wrap.top-animate .social-media-icons-mid-header,
#header-inner-wrap.stuck #navigation, 
#header-inner-wrap.stuck .header-controls, 
#header-inner-wrap.stuck .social-media-icons-mid-header {
line-height: 70px;
-webkit-transition: line-height 0.5s ease;
-moz-transition: line-height 0.5s ease;
-ms-transition: line-height 0.5s ease;
-o-transition: line-height 0.5s ease;
transition: line-height 0.5s ease;
} #navigation a,
#navigation-right-side a,
#navigation-left-side a {
position: relative;
color: inherit;
padding: 0px 15px;
display: inline-block;
line-height: initial;
}
#navigation ul li,
#navigation-right-side ul li,
#navigation-left-side ul li {
float: left;
display: inline-block;
position: relative;
margin-bottom: 0;
line-height: inherit;
}
#navigation .sub-menu,
#navigation .children,
#navigation-right-side .sub-menu,
#navigation-right-side .children,
#navigation-left-side .sub-menu,
#navigation-left-side .children {
position: absolute;
width: 200px;
display: none; 
z-index: 12;
top: 100%;
line-height: 32px;
padding: 10px 0;
margin-top: 1px;
}
#navigation .sub-menu .sub-menu,
#navigation .children .children,
#navigation-right-side .sub-menu .sub-menu,
#navigation-right-side .children .children,
#navigation-left-side .sub-menu .sub-menu,
#navigation-left-side .children .children {
left: 100%;
top: -10px;
margin-left: 0;
}
#navigation ul .sub-menu li,
#navigation ul .children li,
#navigation-right-side ul .sub-menu li,
#navigation-right-side ul .children li,
#navigation-left-side ul .sub-menu li,
#navigation-left-side ul .children li {
display: block;
float: none;
text-align: left;
}
#navigation ul .sub-menu li a,
#navigation ul .children li a,
#navigation-right-side ul .sub-menu li a,
#navigation-right-side ul .children li a,
#navigation-left-side ul .sub-menu li a,
#navigation-left-side ul .children li a {
display: block;
padding: 5px 20px;
line-height: inherit;
}
.menu-controls i.font-icon {
font-size: 21px; cursor: pointer;
display: inline-block;
zoom: 1;
padding: 0px;
line-height: normal;
}
.exclusive-mobile-bg .menu-controls{
font: initial; padding: 10px 10px;
}
.menu-controls i.font-icon:before {
position: relative;
top: 2px;
}
.top-overlay-menu #navigation,
.top-overlay-menu #navigation-right-side,
.top-overlay-menu #navigation-left-side{
display: none;
}
body.menu-animate-fall #navigation ul li,
body.menu-animate-fall #navigation-right-side ul li,
body.menu-animate-fall #navigation-left-side ul li {
-webkit-transition: -webkit-transform 400ms ease, opacity 400ms ease;
-moz-transition: -moz-transform 400ms ease, opacity 400ms ease;
-o-transition: -o-transform 400ms ease, opacity 400ms ease;
transition: transform 400ms ease, opacity 400ms ease;
transform: translateY(-60%);
-ms-transform: translateY(-60%);
-moz-transform: translateY(-60%);
-webkit-transform: translateY(-60%);
-o-transform: translateY(-60%);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
}
body.menu-animate-fall #navigation ul li ul li,
body.menu-animate-fall #navigation-right-side ul li ul li,
body.menu-animate-fall #navigation-left-side ul li ul li,
body.menu-animate-fall #navigation ul li.return-position,
body.menu-animate-fall #navigation-right-side ul li.return-position,
body.menu-animate-fall #navigation-left-side ul li.return-position  {
transform: initial !important;
-ms-transform: initial !important;
-moz-transform: initial !important;
-webkit-transform: initial !important;
-o-transform: initial !important;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
} .left-header #header-top-bar,
.left-header #header-wrap,
.left-header #header-bottom-bar,
#left-header-mobile{
display: none;
}
.left-header .sliderbar-menu-controller .icon-menu{
display:none;
}
.left-header.left-sliding #main-wrapper {
margin-left: 70px;
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
overflow-x: hidden;
}
.left-header .layout-box-left{
display: none;
}
.left-header.left-static .layout-box-left{
display: block;
}
.top-header.top-right-sliding-menu.slider-bar-opened  #main.layout-border{
padding-right: 0px;
}
.left-header.left-sliding.left-overlay-menu.slider-bar-opened #main-wrapper.hidden-strip #main.layout-border{ }
.left-header.left-static #main-wrapper{
margin-left: 280px;
}
.left-header.left-static.be-themes-layout-layout-border #main-wrapper{
margin-left: 310px;
}
.left-header .left-strip-wrapper{
width: 71px;
position: fixed;
height: 100%;
background-color: #000;
z-index: 12;
}
.left-header #sb-left-strip{
position: relative;
height: 100%;
}
.left-header #sb-left-strip .leftside-menu-controller{
position: absolute;
bottom: 40px;
font-size: 30px;	
width: 100%;
text-align: center;
}
.admin-bar.left-header #sb-left-strip .leftside-menu-controller{
bottom: 72px;
}
.left-header #sb-left-strip #logo-strip-bar{
top: 40px;
position: absolute;
width: 100%;
text-align: center;
}
.sb-slidebar .menu ul {
list-style: none;
margin-bottom: 0px;
display: block;
padding: 0px;
margin-top: 0px;
}
.sb-slidebar .menu ul li {
margin-bottom: 0px;
}
.sb-slidebar .menu ul li {
display: block;
position: relative;
}
#slidebar-menu { }
.sb-slidebar-content .menu {
margin-bottom: 50px;
text-align: center;
padding: 40px 0;
} .top-overlay-menu .sb-slidebar-content .menu,
.left-overlay-menu .sb-slidebar-content .menu{
border: none;
}
#slidebar-menu .sub-menu {
display: none;
}
#slidebar-menu a {
cursor: pointer;
color: inherit;
display: inline-block;
line-height: inherit;
}
.sb-left #slidebar-menu a {
color: inherit !important;
}
.sb-slidebar .widget_text {
text-align: center;
padding: 0px 14px;
margin-bottom: 10px;
}
#navigation .mobile-sub-menu-controller,
#navigation-left-side .mobile-sub-menu-controller,
#navigation-right-side .mobile-sub-menu-controller {
display: none;
}
#slidebar-menu .mobile-sub-menu-controller {
width: 50px;
top: 0px;
cursor: pointer;
font-size: 13px;
-webkit-transition: all 0.5s;    
-moz-transition: all 0.5s;    
-o-transition: all 0.5s;    
-ms-transition: all 0.5s;    
transition: all 0.5s;  
text-align: center;
vertical-align: middle;
position: absolute;
color: inherit !important;
}
#slidebar-menu .mobile-sub-menu-controller.isClicked{
-webkit-transform: rotate(45deg) scale(1.5,1.5);
-moz-transform: rotate(45deg) scale(1.5,1.5);
-ms-transform: rotate(45deg) scale(1.5,1.5);
-o-transform: rotate(45deg) scale(1.5,1.5);
transform: rotate(45deg) scale(1.5,1.5);
}
.top-overlay-menu #slidebar-menu li,
.left-overlay-menu #slidebar-menu li{
opacity: 0;
-webkit-transform: translateY(30%);
-moz-transform: translateY(30%);
-ms-transform: translateY(30%);
-o-transform: translateY(30%);
transform: translateY(30%);
transition: all 0.4s;
}
.top-overlay-menu #slidebar-menu li.menu-loaded,
.left-overlay-menu #slidebar-menu li.menu-loaded{
opacity: 1;
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-o-transform: translateY(0%);
transform: translateY(0%);
}
#slidebar-menu .menu-item .sub-menu li{
opacity: 1 !important;
transform: translateY(0%) !important;
}
.overlay-menu-close {
position: absolute;
z-index: 15;
font-size: 30px !important; margin-top: 8px;
right: 25px;
top:25px;
cursor: pointer; }
.overlay-menu-close:before {
display: inline-block; -webkit-transition: -webkit-transform 400ms ease;
-moz-transition: -moz-transform 400ms ease;
-o-transition: -o-transform 400ms ease;
transition: transform 400ms ease;
}
.overlay-menu-close:hover:before {
-webkit-transform: rotate(90deg) ;
-moz-transform: rotate(90deg) ;
-ms-transform: rotate(90deg) ;
-o-transform: rotate(90deg) ; } .sb-left .display-table {
height: 100%;
} .sb-slidebar.sb-left .overlay-menu-close,
.sb-slidebar.sb-right .overlay-menu-close {
display: none !important;
}
body.top-overlay-menu .sb-slidebar.sb-left .overlay-menu-close,
body.top-overlay-menu .sb-slidebar.sb-right .overlay-menu-close,
body.left-overlay-menu .sb-slidebar.sb-left .overlay-menu-close,
body.left-overlay-menu .sb-slidebar.sb-right .overlay-menu-close {
display: inline-block !important;
} .mobile-menu {
display: none;
}
#mobile-menu, 
#mobile-menu ul {
list-style: none;
margin-bottom: 0px;
margin-top: 0px;
padding: 0px; 
text-align: left;
}
#mobile-menu ul.sub-menu {
padding: 0px 0px 15px 0px;
display: none;
}
#mobile-menu li {
margin-bottom: 0px;
position: relative;
padding: 0px 0px 0px 20px;
border-bottom: 1px solid transparent;
}
#mobile-menu .sub-menu li{
border: none;
padding-right: 0px;
}
#mobile-menu a {
color: inherit;
padding-right: 5px;
display: inline-block;
cursor: pointer;
}
#mobile-menu .mobile-sub-menu-controller {
width: 50px;
cursor: pointer;
font-size: 13px;
float: right;
-webkit-transition: all 0.5s;    
-moz-transition: all 0.5s;    
-o-transition: all 0.5s;    
-ms-transition: all 0.5s;    
transition: all 0.5s;  
text-align: center;
}
#mobile-menu .mobile-sub-menu-controller.isClicked{
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.mobile-nav-controller-wrap {
display: none;
}
.mobile-nav-controller-wrap .menu-controls {
margin-left: 0px;
margin-right:0px;
}
#logo-sidebar {
text-align: center;
line-height: normal !important;
margin: 40px 0px;
}  #navigation .menu > ul > li.mega,
#navigation-left-side .menu > ul > li.mega,
#navigation-right-side .menu > ul > li.mega {
position: inherit !important;	
}
.style4 #navigation .menu > ul > li.mega,
.style1 #navigation .menu > ul > li.mega,
.style5 #navigation .menu > ul > li.mega, {
position: relative;
}
#navigation .menu > ul > li.mega > ul.sub-menu {
width: 1160px;	
left: 50%;
margin-left: -580px;
padding: 20px 0px;
margin-top: 0px;
}
.style4 #navigation .menu > ul > li.mega > ul.sub-menu,
.style5 #navigation .menu > ul > li.mega > ul.sub-menu {
left:0;
margin-left: 0;
}
.style1 #navigation .menu > ul > li.mega > ul.sub-menu {
right:0;
left: auto;
margin-left: 0;
}
#navigation-left-side .menu > ul > li.mega > ul.sub-menu,
#navigation-right-side .menu > ul > li.mega > ul.sub-menu{
width: 580px;	
left: 50%;
margin-left: -290px;
padding: 20px 0px;
margin-top: 0px;
}
#navigation .menu > ul > li.mega > ul.sub-menu a,
#navigation-left-side .menu > ul > li.mega > ul.sub-menu a,
#navigation-right-side .menu > ul > li.mega > ul.sub-menu a {
padding: 5px 20px 5px 20px;
-webkit-font-smoothing: antialiased !important;
}
#navigation .menu > ul > li.mega > ul > li,
#navigation-left-side .menu > ul > li.mega > ul > li,
#navigation-right-side .menu > ul > li.mega > ul > li {
display: table-cell !important;
float: none;
padding: 0px;
width: 300px;
border-right: 1px solid;
}
#navigation .menu > ul > li.mega > ul > li:last-child,
#navigation-left-side .menu > ul > li.mega > ul > li:last-child,
#navigation-right-side .menu > ul > li.mega > ul > li:last-child {
border-right: none;
}
#navigation .menu > ul > li.mega.columns-2 > ul > li,
#navigation-left-side .menu > ul > li.mega.columns-2 > ul > li,
#navigation-right-side .menu > ul > li.mega.columns-2 > ul > li { 
width: 580px; 
}
#navigation .menu > ul > li.mega.columns-3 > ul > li,
#navigation-left-side .menu > ul > li.mega.columns-3 > ul > li,
#navigation-right-side .menu > ul > li.mega.columns-3 > ul > li { 
width: 386px; 
}
#navigation .menu > ul > li.mega.columns-4 > ul > li,
#navigation-left-side .menu > ul > li.mega.columns-4 > ul > li,
#navigation-right-side .menu > ul > li.mega.columns-4 > ul > li { 
width: 290px; 
}
#navigation .menu > ul > li.mega.columns-5 > ul > li,
#navigation-left-side .menu > ul > li.mega.columns-5 > ul > li,
#navigation-right-side .menu > ul > li.mega.columns-5 > ul > li { 
width: 232px; 
}
#navigation .menu > ul > li.mega > ul > li ul,
#navigation-left-side .menu > ul > li.mega > ul > li ul,
#navigation-right-side .menu > ul > li.mega > ul > li ul {
display: block !important;
width: 100%;
left: 0px !important;
top: 0px !important;
opacity: 1 !important;
position: relative !important;
background: none;
margin-top: -1px;
}
#navigation .menu > ul > li:last-child a {
padding-right: 0px;
}
#navigation .mega .sub-menu .highlight .sf-with-ul,
#navigation-left-side .mega .sub-menu .highlight .sf-with-ul,
#navigation-right-side .mega .sub-menu .highlight .sf-with-ul, { padding-bottom: 10px !important;
line-height: 1.5 !important;
} 
body.header-transparent #navigation .sub-menu {
top: 100%;
}
body.header-transparent #navigation .sub-menu .sub-menu {
top: 0px;
} #main {
position: relative;
}
.sb-slidebar {
position: fixed;
width: 280px;
z-index: 12;
height: 100%;
overflow: auto;
}
.top-header.be-themes-layout-layout-border-header-top .sb-slidebar {
z-index: 10 !important;
}
.left-overlay-menu .sb-slidebar,
.top-overlay-menu .sb-slidebar {
width: 100%;
z-index: 14;
} .left-header.left-static .sb-slidebar.sb-left {
left: 0px;
}
.left-header.left-static.be-themes-layout-layout-border .sb-slidebar.sb-left {
left: 30px;
} .sb-slidebar.sb-right {
right: -280px;
-webkit-transition: right 400ms ease;
-moz-transition: right 400ms ease;
-o-transition: right 400ms ease;
transition: right 400ms ease;
}
body.be-themes-layout-layout-border-header-top .sb-slidebar.sb-right,
body.be-themes-layout-layout-border .sb-slidebar.sb-right {
right: -250px;
}
.sb-slidebar.sb-right.opened {
right: 0px;
}
.be-themes-layout-layout-border-header-top .sb-slidebar.sb-right.opened,
.be-themes-layout-layout-border .sb-slidebar.sb-right.opened {
right: 30px;
}
body #main {
-webkit-transition: right 400ms ease;
-moz-transition: right 400ms ease;
-o-transition: right 400ms ease;
transition: right 400ms ease;
position: relative;
right: 0px;
}
body.top-header.slider-bar-opened #main,
body.top-header.slider-bar-opened #main #header #header-inner-wrap.no-transparent.top-animate {
right: 280px;
left: auto;
}
body.be-themes-layout-layout-border-header-top.top-header.slider-bar-opened #main #header #header-inner-wrap.no-transparent.top-animate,
body.be-themes-layout-layout-border.top-header.slider-bar-opened #main #header #header-inner-wrap.no-transparent.top-animate {
right: 310px;
}
body.top-header.slider-bar-opened.top-overlay-menu #main {
right: 0px;
} .left-header.left-sliding.left-bar-menu .sb-slidebar.sb-left.opened {
left: 0;
} html.csstransforms .left-strip-wrapper {
-webkit-transition: -webkit-transform 200ms linear;
-moz-transition: -moz-transform 200ms linear;
-o-transition: -o-transform 200ms linear;
transition: transform 200ms linear;    
-webkit-transition-delay: 0ms;
-moz-transition-delay: 0ms;
-o-transition-delay: 0ms;
transition-delay: 0ms;
}
html.csstransforms .left-strip-wrapper.hide {
-webkit-transform: translatex(-70px);
-moz-transform: translatex(-70px);
-ms-transform: translatex(-70px);
-o-transform: translatex(-70px);
transform: translatex(-70px);
-webkit-transition-delay: 100ms;
-moz-transition-delay: 100ms;
-o-transition-delay: 100ms;
transition-delay: 100ms;
}
html.no-csstransforms .left-strip-wrapper {
-webkit-transition: left 200ms linear;
-moz-transition: left 200ms linear;
-o-transition: left 200ms linear;
transition: left 200ms linear;
left: 0px;
}
html.no-csstransforms .left-strip-wrapper.hide {
left: -80px;
} html.csstransforms .left-header.left-sliding.left-bar-menu .sb-slidebar.sb-left {
-webkit-transform: translatex(-280px);
-moz-transform: translatex(-280px);
-ms-transform: translatex(-280px);
-o-transform: translatex(-280px);
transform: translatex(-280px);
-webkit-transition: -webkit-transform 400ms linear;
-moz-transition: -moz-transform 400ms linear;
-o-transition: -o-transform 400ms linear;
transition: transform 400ms linear;
}
html.csstransforms .left-header.left-sliding.left-bar-menu .sb-slidebar.sb-left.opened {
-webkit-transform: translatex(0px);
-moz-transform: translatex(0px);
-ms-transform: translatex(0px);
-o-transform: translatex(0px);
transform: translatex(0px);	
}
html.no-csstransforms .left-header.left-sliding.left-bar-menu .sb-slidebar.sb-left {
left: -280px;
-webkit-transition: left 400ms linear;
-moz-transition: left 400ms linear;
-o-transition: left 400ms linear;
transition: left 400ms linear;
}
html.no-csstransforms .left-header.left-sliding.left-bar-menu .sb-slidebar.sb-left.opened {
left: 0px;
} html.csstransforms .left-header.left-sliding.left-bar-menu #main {
-webkit-transition: -webkit-transform 300ms linear;
-moz-transition: -moz-transform 300ms linear;
-o-transition: -o-transform 300ms linear;
transition: transform 300ms linear;
-webkit-transition-delay: 0ms;
-moz-transition-delay: 0ms;
-o-transition-delay: 0ms;
transition-delay: 0ms;
}
html.csstransforms body.left-header.left-bar-menu.slider-bar-opened #main {
-webkit-transition: -webkit-transform 300ms linear;
-moz-transition: -moz-transform 300ms linear;
-o-transition: -o-transform 300ms linear;
transition: transform 300ms linear;
-webkit-transform: translatex(210px);
-moz-transform: translatex(210px);
-ms-transform: translatex(210px);
-o-transform: translatex(210px);
transform: translatex(210px);
-webkit-transition-delay: 100ms;
-moz-transition-delay: 100ms;
-o-transition-delay: 100ms;
transition-delay: 100ms;
}
html.no-csstransforms .left-header.left-sliding.left-bar-menu #main {
-webkit-transition: right 300ms linear;
-moz-transition: right 300ms linear;
-o-transition: right 300ms linear;
transition: right 300ms linear;
-webkit-transition-delay: 0ms;
-moz-transition-delay: 0ms;
-o-transition-delay: 0ms;
transition-delay: 0ms;
}
html.no-csstransforms body.left-header.left-bar-menu.slider-bar-opened #main {
-webkit-transition: right 300ms linear;
-moz-transition: right 300ms linear;
-o-transition: right 300ms linear;
transition: right 300ms linear;
-webkit-transition-delay: 100ms;
-moz-transition-delay: 100ms;
-o-transition-delay: 100ms;
transition-delay: 100ms;
}
html.no-csstransforms body.left-header.left-bar-menu.slider-bar-opened #main {
right: -200px;
}
.top-overlay-menu .sb-slidebar,
.left-overlay-menu .sb-slidebar{ right: 0px !important;
transition: all 0.6s;
transform: translateY(-100%);
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
}
.top-overlay-menu .sb-slidebar.opened,
.left-overlay-menu .sb-slidebar.opened{ right: 0px !important;
transform: translateY(0%);
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-o-transform: translateY(0%);
}   .left-header.left-sliding.left-overlay-menu .sb-slidebar.sb-left.opened .display-table,
.top-header.top-overlay-menu .sb-slidebar.sb-right.opened .display-table {
display: table;
height: 100%;
} .left-header.left-sliding.left-overlay-menu .sb-slidebar .sb-slidebar-content,
.top-header.top-overlay-menu .sb-slidebar.sb-right .sb-slidebar-content {
display: table-cell;
vertical-align: middle;
} html.csstransforms body.top-header.top-overlay-menu.slider-bar-opened #main {
-webkit-transform: initial;
-moz-transform: initial;
-ms-transform: initial;
-o-transform: initial;
transform: initial;
}
body.left-header.left-sliding.left-overlay-menu.slider-bar-opened #main-wrapper { } html.no-csstransforms .left-header.left-sliding.left-bar-menu .sb-slidebar.sb-left {
-webkit-transition: left 400ms ease;
-moz-transition: left 400ms ease;
-o-transition: left 400ms ease;
transition: left 400ms ease;
}
html.csstransforms .left-header.left-sliding.left-bar-menu .sb-slidebar.sb-left{
left: 0px;
}
html.csstransforms .left-header.left-static .sb-slidebar.sb-left {
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
} .mobile-nav-controller {
display: inline-block;
}
.be-mobile-menu-icon { display: inline-block;
position: relative;
-webkit-transform: translateX(0%) translateY(-50%);
-moz-transform: translateX(0%) translateY(-50%);
-ms-transform: translateX(0%) translateY(-50%);
-o-transform: translateX(0%) translateY(-50%);
transform: translateX(0%) translateY(-50%);
width: 18px;
height: 2px;
top: -4px;
-webkit-transition: background-color 0.3s;
-moz-transition: background-color 0.3s;
transition: background-color 0.3s; }
.be-mobile-menu-icon::before, 
.be-mobile-menu-icon::after {
content: '';
width: 100%;
height: 100%;
position: absolute;
right: 0;
-webkit-transition: -webkit-transform .5s, top .5s, background-color 0.3s, width 0.2s;
-moz-transition: -moz-transform .5s, top .5s, background-color 0.3s width 0.2s;
transition: transform .5s, top .5s, background-color 0.3s width 0.2s;
}
.be-mobile-menu-icon::before {
top: -5px;
}
.be-mobile-menu-icon::after {
top: 5px;
}
.be-mobile-menu-icon.is-clicked {
background-color: rgba(255, 255, 255, 0) !important;
}
.be-mobile-menu-icon.is-clicked::before {
top: 0;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.be-mobile-menu-icon.is-clicked::after {
top: 0;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}  body.page-template-page-blank #header-wrap,
body.page-template-page-blank #header-bottom-bar,
body.page-template-page-blank.left-header .sb-slidebar,
body.page-template-page-blank.left-header .left-strip-wrapper,
body.page-template-page-blank #footer-wrap,
body.page-template-page-blank.left-header #leftheadermobile{
display: none !important;
}
body.page-template-page-blank.left-header.left-sliding #main-wrapper,
body.page-template-page-blank.left-header.left-static #main-wrapper{
margin-left: 0px !important;
}
.be-password-protect-wrap {
padding: 150px 0;
} .page-title-module-custom {
padding:30px 0;
}
.header-breadcrumb {
font-size: 11px;
}
.header-breadcrumb .breadcrumbs a {
color: inherit;
} .gallery-slider-wrap  {
position: fixed;
width: 100%;
height: 100%;
background: #fff;
top: 0px;
left: -100%;
z-index: 15;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
-webkit-transition: left 0.3s ease-in, opacity 0.3s ease-in;
-moz-transition: left 0.3s ease-in, opacity 0.3s ease-in;
-o-transition: left 0.3s ease-in, opacity 0.3s ease-in;
-ms-transition: left 0.3s ease-in, opacity 0.3s ease-in;
transition: left 0.3s ease-in, opacity 0.3s ease-in;
}
a.no-link {
cursor: default;
}
.overflow-hidden {
overflow: hidden !important;
}
.gallery-slider-content,
#gallery-container-wrap,
#gallery-container {
position: relative;
width: 100%;
height: 100%;
}
#gallery-container-wrap{
height: 100vh;
}
#gallery-container {
width: 100%;
float: left;
} #gallery-container-wrap {
overflow-x: hidden;
overflow-y: hidden;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
transition: opacity 1s ease;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
#gallery-container {
white-space: nowrap !important;
word-wrap: normal;
font-size: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-right: 0px !important;
}
#gallery-container .placeholder {
width: 100%;
height: 100%;
display: inline-block;
zoom: 1;
text-align: center;
position: relative;
}
#gallery-container .placeholder img {
display: inline-block;
height: auto;
width: auto;
max-height: 100%;
max-width: 100%;
vertical-align: middle;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
display: none;
-webkit-transition: opacity 0.5s ease-in;
-moz-transition: opacity 0.5s ease-in;
-o-transition: opacity 0.5s ease-in;
-ms-transition: opacity 0.5s ease-in;
transition: opacity 0.5s ease-in;
}
#gallery-container .placeholder.style1_placehloder {
width: auto;
position: relative;
vertical-align: top;
height: 100%;
height: 100% !important;
}
#gallery-container .placeholder.style1_placehloder img {
height: 100%;
max-width: none;
}
#gallery-container .placeholder.center,
#gallery-container .placeholder.style2_placehloder {
vertical-align: top;
overflow: hidden !important;
}
#gallery-container .placeholder.center .fluid-width-video-wrapper iframe{
width: 100%!important;
}
.single-page-lightbox-content {
height: 100% !important;
overflow: auto !important;
}
#gallery-container .placeholder.center.style4_placehloder {
display: block;
overflow: hidden;
}
#gallery-container .placeholder.center.style4_placehloder a.slider-img-wrap {
position: absolute;
width: 100%;
height: 100%;
left: 0px;
}
.portfolio-item-overlay,
.overlay_placeholder {
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background: #000;
background: rgba(0, 0, 0, 0.85);
z-index: 1;
}
.placeholder .fluid-width-video-wrapper {
display: inline-block !important;
vertical-align: top !important;
padding: 0px !important;
margin: 0px !important;
height: 100% !important;
}
.fluid-width-video-wrapper {
width: 100%;
position: relative;
padding: 0;
}
.fluid-width-video-wrapper, .fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
max-width: 100%;
}
.placeholder .fluid-width-video-wrapper iframe.gallery {
position: relative !important;
height: 100% !important;
}
#gallery-container .placeholder:before {
content: "";
display: inline-block;
height: 50%;
width: 1px;
margin-right: -1px;
}
#gallery-container .placeholder.center img {
-webkit-backface-visibility: hidden;
position: absolute;
left: 0px;
top: 0px;
width: 100%;
display: block;
max-width: none;
max-height: none;
}
.gallery-all-container.resized .arrow_prev, 
.gallery-all-container.resized .arrow_next{ display: none !important;
}
.arrow_prev,
.arrow_next {
position: absolute;
top: 50%;
cursor: pointer;
z-index: 10;
margin-top: -50px;  font-size: 30px;
text-align: center; }
.single_portfolio_info_close { 
position: absolute;
line-height: 40px;
width: 40px;
font-size: 20px;
height: 40px;
text-align: center;
}
.arrow_prev {
left: 0px;
}
.arrow_next {
right: 0px;
}
.style1-arrow .arrow_prev,
.style2-arrow .arrow_prev,
.style1-arrow .arrow_next,
.style2-arrow .arrow_next {
height: 100px;
line-height: 100px;
width: 60px;
}
.style3-arrow .arrow_prev,
.style4-arrow .arrow_prev,
.style3-arrow .arrow_next,
.style4-arrow .arrow_next {
height: 40px;
line-height: 40px;
width: 40px;
}
.style5-arrow .arrow_prev,
.style6-arrow .arrow_prev,
.style5-arrow .arrow_next,
.style6-arrow .arrow_next {
height: 50px;
line-height: 50px;
width: 50px;
border-radius: 50%;
}
.style2-arrow .arrow_prev,
.style4-arrow .arrow_prev{
border-left: none !important;
}
.style2-arrow .arrow_next,
.style4-arrow .arrow_next{
border-right: none !important;
} 
.style5-arrow .arrow_prev,
.style6-arrow .arrow_prev{
left:15px;
}
.style5-arrow .arrow_next,
.style6-arrow .arrow_next{
right:15px;
}
.arrow_next .font-icon, 
.arrow_prev .font-icon, 
.single_portfolio_close .font-icon, 
.single_portfolio_info_close .font-icon, 
.single_portfolio_back .font-icon {
display: inline-block;
text-align: center;
line-height: inherit;
-webkit-user-select: none;
}
.gallery_content {
position: absolute;
top: 0px;
width: 480px;
background: #fff;
word-break: break-word;
z-index: 11;
height: 100%;
right: -480px;
-webkit-transition: right 0.3s ease;
-moz-transition: right 0.3s ease;
-o-transition: right 0.3s ease;
-ms-transition: right 0.3s ease;
transition: right 0.3s ease;
box-sizing: border-box;
}
.normal-scroll .attachment-details-custom-slider {
display: block !important;
opacity: 1 !important;
}
.normal-scroll.gallery-all-container .arrow_prev,
.normal-scroll.gallery-all-container .arrow_next {
display: none !important;
}
.gallery_content.show {
right: 0px;
}
.single_portfolio_info_close {
left: -40px;
top: 40px;
z-index: 12;
}
.single_portfolio_info_close .font-icon {
border-radius: 0px;
border: 0px;
font-size: inherit;
}
.single_portfolio_close {
right: 40px;
top: 60px;
}
.single_portfolio_close .font-icon {
font-size: 16px;
}
.post-title.gallery-title {
font-size: 16px;
text-transform: uppercase;
color: #000;
letter-spacing: 2px;
margin-bottom: 15px;
}
.gallery_scrollable_content {
margin-bottom: 50px;
}
.gallery_scrollable_content a.more-link,
.single-portfolio a.more-link {
display: none !important;
}
.gallery_content_area .post-header i {
margin-right: 20px;
}
.gallery_content_area .post-header li {
margin-bottom: 10px;
}
.gallery_content_area,
.gallery_content_area_wrap {
height: 100%;
max-height: 100%;
}
.tatsu-frame .gallery_content_area,
.tatsu-frame .fixed-sidebar-content-inner {
overflow: scroll !important;
}
.gallery_content_area_wrap {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 70px 50px;
}
.gallery_content_slide{
width: 400px;
padding: 0px 30px;
}
.show-title .attachment-details-custom-slider,
.show-title .overlay_placeholder {
opacity: 0 !important;
}
.attachment-details-custom-slider {
position: absolute;
bottom: 0px;
left: 0px;
word-break: break-word;
white-space: normal;
word-wrap: normal;
background: #000;
display: none;
padding: 0px 20px;
color: #a2a2a2;
}
.attachment-details-custom-slider a,
.attachment-details-custom-slider a:hover,
.attachment-details-custom-slider a:active,
.attachment-details-custom-slider a:visited {
color: inherit;
font-size: inherit;
display: block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10px 0px;
text-align: left;
}
.attachment-details-custom-slider a.cat-list,
.attachment-details-custom-slider span {
color: inherit;
font-size: 13px;
line-height: 20px;
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0px 2px 12px 2px;
text-align: left;
}
.gallery_content .be-section-pad {
padding: 0 !important;
}
.single_portfolio_info_close {
left: -40px;
bottom: 5px;
top: auto;
}
.gallery-all-container {
position: relative !important;
overflow: hidden;
} #portfolio-title-nav-bottom-wrap h6, 
#portfolio-title-nav-bottom-wrap ul a, 
.single_portfolio_info_close .font-icon,
.slider-counts{
-webkit-transition: all 0.3s ease;    
-moz-transition: all 0.3s ease;    
-o-transition: all 0.3s ease;    
-ms-transition: all 0.3s ease;    
transition: all 0.3s ease;    
}
.home-grid-icon{
width:18px;
display: inline-block;
}
.home-grid-icon span{
background: #000;
float: left;
height: 4px;
width: 4px;
margin-bottom: 1px;
margin-left: 1px;
-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;    
}
.home-grid-icon span:nth-child(1){
-webkit-transition-delay: 50ms;
-moz-transition-delay: 50ms;
-o-transition-delay: 50ms;
transition-delay : 50ms;
}
.home-grid-icon span:nth-child(2){
-webkit-transition-delay: 80ms;
-moz-transition-delay: 80ms;
-o-transition-delay: 80ms;
transition-delay : 80ms;
}
.home-grid-icon span:nth-child(3){
-webkit-transition-delay: 100ms;
-moz-transition-delay: 100ms;
-o-transition-delay: 100ms;
transition-delay : 100ms;
}
.home-grid-icon span:nth-child(4){
-webkit-transition-delay: 120ms;
-moz-transition-delay: 120ms;
-o-transition-delay: 120ms;
transition-delay : 120ms;
}
.home-grid-icon span:nth-child(5){
-webkit-transition-delay: 150ms;
-moz-transition-delay: 150ms;
-o-transition-delay: 150ms;
transition-delay : 150ms;
}
.home-grid-icon span:nth-child(6){
-webkit-transition-delay: 180ms;
-moz-transition-delay: 180ms;
-o-transition-delay: 180ms;
transition-delay : 180ms;
}
.single_portfolio_info_close  {
-webkit-transition: all 0.3s ease;    
-moz-transition: all 0.3s ease;    
-o-transition: all 0.3s ease;    
-ms-transition: all 0.3s ease;    
transition: all 0.3s ease;
}
#portfolio-title-nav-wrap .home-grid-icon{
display: block;	
}
#portfolio-title-nav-wrap{
padding: 15px 0px;
border-top: none !important;
border-right: none !important;
border-left: none !important;
}
#portfolio-title-nav-wrap{
position: relative;
}
h6.portfolio-title-nav{
text-align: center;
margin-bottom: 0px;
}
#portfolio-title-nav-wrap.style3 h6.portfolio-title-nav{
text-align: left;
}
#portfolio-title-nav-wrap .portfolio-nav{
position: absolute;
right: 30px;
top: 50%;
margin: -15px 0px 0px 0px;
line-height: normal;
width: 117px;
padding: 0px;
text-align: right;
}
#portfolio-title-nav-wrap .be-wrap .portfolio-nav{
right: 0px;
}
#portfolio-title-nav-wrap .portfolio-nav li{
display: inline-block;
padding-right: 15px;
font-size: 17px;
line-height: 33px;
}
#portfolio-title-nav-wrap .portfolio-nav li.home-grid-wrapper{
margin-bottom: 2px;
padding-right: 12px;
}
#portfolio-title-nav-wrap .portfolio-nav li:last-child{
padding-right: 0px;
}
#portfolio-title-nav-wrap .portfolio-nav a{
text-decoration: none;
}
#portfolio-title-nav-bottom-wrap {
position: absolute;
bottom: 5px;
right: 40px;
z-index: 9;
}
#portfolio-title-nav-bottom-wrap ul{
padding: 0px 10px;
}
#portfolio-title-nav-bottom-wrap h6, 
#portfolio-title-nav-bottom-wrap ul{	
display: inline-block;
margin-bottom: 0px;
}
#portfolio-title-nav-bottom-wrap h6{
line-height: 40px;
padding: 0px 15px;
}
#portfolio-title-nav-bottom-wrap ul li{
display: inline;
}
#portfolio-title-nav-bottom-wrap ul li a{
color:inherit;
display: inline-block;
height: 40px;
width: 40px;
line-height: 41px;
text-align: center;
margin-bottom: 0px;
}
#portfolio-title-nav-bottom-wrap h6, 
#portfolio-title-nav-bottom-wrap ul, 
.single_portfolio_info_close .font-icon{
color:  #323232;
}
.gallery_content .slider-counts-mobile{
display: none;
}
.image-size-toggle{
width: 40px;
line-height: 40px;
text-align: center;
right: 40px;
height: 41px;
bottom: 0px;
} #footer {
position: relative;
}
#footer.layout-border {
position: relative;
}
#footer-wrap{
padding: 25px 0;
}
#footer-wrap .footer-left-area{
padding-left: 30px;
}
#footer-wrap .footer-right-area{
padding-right: 30px;
}
#footer-wrap.be-wrap .footer-left-area{
padding-left: 0px;
}
#footer-wrap.be-wrap .footer-right-area{
padding-right: 0px;
}
#footer-wrap .footer-left-area{
position: absolute;
top: 50%;
height: 20px;
line-height: 20px;
margin-top: -10px;
left: 0; 
}
#footer-wrap .footer-right-area{
position: absolute;
top: 50%;
height: 20px;
line-height: 20px;
margin-top: -10px;
right: 0; 
}
#footer-wrap .footer-center-area{
text-align: center;
height: 20px;
line-height: 20px;
}
#footer .footer-border{
display: block;
} #footer-wrap.style2 .footer-left-area,
#footer-wrap.style2 .footer-center-area,
#footer-wrap.style2 .footer-right-area{
position: static;
float: none;
display: inline;
}
#footer-wrap.style2 .footer-content-inner-left,
#footer-wrap.style2 .footer-content-inner-right,
#footer-wrap.style2 .footer-content-inner-center{
margin-top: 0px;
margin-top: 30px;
text-align: center;
padding-left: 0px;
padding-right: 0px;
width: 100%;
height: auto;
line-height: 30px;
}
#footer-wrap.style2 div:last-child{
margin-bottom: 30px;
}
#footer-wrap .font-icon{
margin-bottom: 0px;
margin-right: 0px;
}
#footer-wrap a{
margin-right: 10px;
}
#footer-wrap a:last-child{
margin-right: 0px;	
}
ul#footer-menu{
display: inline-block;
margin-bottom: 0px;
}
ul#footer-menu li{
display: inline;
list-style: none;
}
ul#footer-menu li a{
color: inherit;
}
#footer-menu > li:after{
content: " | ";
} 
#footer-menu > li:last-child:after{
content: "";
} .post-meta {
float: left;
}
.post-meta a {
color: inherit !important;
}
.post-title a {
color: inherit !important;
display: inline-block;
}
.post-nav {
font-size: 12px;
}
.post-nav ul li {
margin-bottom: 0;
}
.post-nav .post-meta-sep {
margin: 0 7px;
}
.style7-blog .post-meta-sep {
margin: 0 3px;
}
.pagination_parent.style7-blog{
text-align: center;
}
.pagination a, .pagination span, .pages_list a {
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
margin: 0 16px 0px 0px;
display: inline-block;
}
.portfolio.full-screen.full-screen-gutter .pagination {
text-align: center;
}
.pagination a:last-child, .pagination span:last-child {
margin-right: 0px;
}
.pages_list a { 
width: auto;
padding: 0px 10px;
}
embed {
max-width: 100%;
}
.single-post #content {
padding-bottom: 50px;
}
.single-page-atts h6 {
margin-right: 10px;
}
.single-page-atts h6,
.single-page-atts .tagcloud {
float: left;
}
.single-page-atts .tagcloud a {
margin-bottom: 20px;
line-height: 20px;
padding: 7px 10px;
color: inherit;
}
.single-page-atts .share-links a {
line-height: 32px;
display: block;
float: left;
padding: 0px 3px;
color: inherit;
}
.single-page-att {
margin-bottom: 30px;
}
.single-post .project_navigation {
margin-top: 50px;
}
.post-excerpt{
margin-bottom: 35px;
} 
.hide-excerpt .post-bottom-details {
display: none;
}
.post-thumb img{
width: 100% !important;
height: auto !important;
}
.post-thumb.style-2{
float: left;
width: 300px;
margin-right: 20px;
}
.no-thumb .post-header {
margin-bottom: 15px;
}
.post-date-wrap {
width: 52px;
text-align: center;
text-transform: uppercase !important;
padding: 8px;
border: 2px solid;
border-color: inherit;
position: absolute;
top: 0px;
left: 0px;
font-family: inherit !important;
line-height: inherit !important;
font-size: 16px !important;
margin-bottom: 0px !important;
}
.post-title-section-wrap {
margin-bottom: 30px;
position: relative;
min-height: 72px;
}
.style3-blog .post-title-section-wrap {
margin-bottom: 20px;
}
.post-title-section {
position: relative;
width: 100%;
box-sizing: border-box;
padding-left: 104px;
}
.blog-separator .separator {
margin-top: 35px;
margin-bottom: 0px !important;
width: 100%;
display: block;
height: 3px;
}
hr {
margin-bottom: 50px;
}
.post-tags {
margin-bottom: 40px;
}
.article-details {
padding: 30px 0px;
}
.style3-blog .article-details{
padding: 30px 30px;
}
.blog-post.format-quote .article-details,
.blog-post.format-link .article-details {
padding: 30px 30px 0px 30px;
}
.element.blog-post {
width: 100%;
}
.blog-post.format-quote .post-top-details .post-nav,
.blog-post.format-link .post-top-details .post-nav {
margin-bottom: 20px;
}
.blog-post.format-quote .post-top-details .post-meta.post-comments,
.blog-post.format-link .post-top-details .post-meta.post-comments {
display: none;
}
.blog-post.format-quote .post-date-wrap,
.blog-post.format-link .post-date-wrap {
border: none;
font-size: 75px !important;
padding: 0px;
width: 100px;
text-align: left;
color: inherit;
}
.style3-blog .blog-post.format-quote .post-date-wrap,
.style3-blog .blog-post.format-link .post-date-wrap {
font-size: 60px !important;
width: 60px;
}
.style3-blog .blog-post.format-quote .post-title-section,
.style3-blog .blog-post.format-link .post-title-section {
padding-left: 70px;
}
.post-custom-meta {
font-size: 13px;
}
.style1-blog .blog-post.format-quote .element-inner,
.style1-blog .blog-post.format-link .element-inner,
.style2-blog .blog-post.format-quote .element-inner,
.style2-blog .blog-post.format-link .element-inner,
.style2-blog .blog-post .post-content-wrap,
.style5-blog .blog-post.format-quote .element-inner,
.style5-blog .blog-post.format-link .element-inner,
.style6-blog .blog-post.format-quote .element-inner,
.style6-blog .blog-post.format-link .element-inner {
margin-bottom: 30px;
}
.style1-blog .article-details,
.style5-blog .article-details,
.style6-blog .article-details {
padding: 30px 0px 0px 0px;
}
.style2-blog .post-nav,
.style3-blog .post-nav,
.style5-blog .post-nav,
.style6-blog .post-nav {
margin-bottom: 20px !important;
}
.style3-blog .blog-post.element .element-inner {
background: #fff;
}
.style2-blog .more-link,
.style3-blog .more-link { }
.style3-blog .fluid-width-video-wrapper,
.post-thumb p {
margin-bottom: 0px !important;
}
.portfolio-container.style3-blog .thumb-bg {
display: none;
}
.style6-blog .special-subtitle.post-date {
margin-bottom: 10px;
}
.style6-blog .special-subtitle.post-date a {
color: inherit;
}
.single-post .style6-blog .post-details {
margin-bottom: 20px;
} .style7-blog .post-content-wrap .post-header,
.style7-blog .post-content-wrap .post-top-details { 
text-align: center; 
}
.style7-blog .post-content-wrap .post-category{
margin-bottom: 3px;
float:none;
} .blog .style7-blog .post-content { 
text-align: center;
margin: 0 auto; 
max-width: 780px; 
}
.style7-blog .post-category{
float:none;
text-align: center;
}
.style7-blog .post-nav { 
display: inline-block; 
margin-bottom: 12px
}
body.blog #content.style7-blog-content .pagination{
text-align: center;
} .style2-blog .post-thumb {
width: 40%;
margin-right: 5%;
float: left;
}
.style2-blog .article-details {
width: 55%;
float: left;
padding: 0px;
}
.style2-blog .format-quote .article-details,
.style2-blog .format-link .article-details{
width: 100%;
}
.single-post .style2-blog .post-thumb,
.single-post .style2-blog .article-details {
float: none;
margin-right: 0px;
width: auto;
}
.single-post .style2-blog .post-thumb {
margin-bottom: 30px;
} .style3-blog .blog-separator .separator {
margin-top:60px;
margin-bottom: 65px;
}
.blog-post.element {
margin-bottom: 65px;
}
.style3-blog .format-quote .post-content-wrap, 
.style3-blog .format-link .post-content-wrap {
margin-bottom: 0;
}
.element .post-content p {
margin-bottom: 20px;
} .style4-blog .blog-post {
background: #fff;
width: 100%;
} .style7-blog .blog-separator .separator {
height: 1px;
} .mejs-container, 
.mejs-embed, 
.mejs-embed body,
.mejs-container .mejs-controls {
background: none !important;
}
.mejs-container .mejs-controls .mejs-time span {
color: #555 !important;
}
.mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
background: #efefef !important;
}
.mejs-controls .mejs-button button {
background: none !important;
outline: 0;
margin: 5px 5px !important;
height: 20px !important;
line-height: 20px !important;
outline: none !important;
}
.mejs-controls .mejs-button button:before {
outline: none !important;
}
.mejs-controls .mejs-playpause-button.mejs-play button:before {
content: "\e6ab";
font-family: 'icomoon' !important;
font-size: 12px;
color: #555;
}
.mejs-controls .mejs-playpause-button.mejs-pause button:before {
content: "\e7f6";
font-family: 'icomoon' !important;
font-size: 20px;
color: #555;   
}
.mejs-controls .mejs-volume-button.mejs-mute button:before {
content: "\e834";
font-family: 'icomoon' !important;
font-size: 14px;
color: #555;   
}
.mejs-controls .mejs-volume-button.mejs-unmute button:before {
content: "\e836";
font-family: 'icomoon' !important;
font-size: 14px;
color: #555;   
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
background: #000 !important;
} .form-submit {
margin-bottom: 0;
}
.commentlist { 
list-style: none; 
padding: 0; 
margin-bottom: 60px; 
}
.commentlist li.comment { 
padding: 0; 
margin-bottom: 0; 
}
article.comment {
margin-bottom: 50px;
position: relative;
}
.vcard, .comment-content {
float: left;
}
.vcard {
width: 9%;
}
.comment-author-inner {
display: inline-block;
text-align: center;
}
.comment-author-inner img {
height: auto !important;
}
.comment-content{
width: 80%;
padding-left: 4%;
}
.children{
list-style: none;
}
#comments-title{
margin-bottom: 40px;
}
.comment {
margin-bottom: 30px;
}
.comment-meta{
margin-bottom: 10px;
}
.comment_text p{
margin-bottom: 0;
}
#reply-title {
margin-bottom: 15px;
}
.comment-meta h6.fn {
margin-bottom: 0;
}
.comment-meta time {
font-size: 12px;
}
.comment-edit-reply { 
padding:0; 
margin:0;
position: absolute;
right: 10px;
bottom: 2px;
}
.comment-edit-reply li {
margin-bottom: 0;
}
.comment-edit-reply,.children{ list-style:none !important; }
.reply {
display:block;
}
.reply,
li.edit-link,
span.edit-link {
font-size: 11px;
font-style: italic;
}
.comment a{
text-decoration: none;
}
.avatar {
margin-bottom: 10px;
}
.children{ 
padding-left:10% ;
margin-bottom: 0; 
}
.children .vcard { 
width:9%; 
}
.children .comment-content { 
width: 80%;
padding-left: 4%;
}
.form-allowed-tags{
display: none;
} h1,h2,h3,h4,h5,h6 {
-webkit-font-smoothing: antialiased;
text-rendering:optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
}
h1,h2 {
margin-bottom: 20px;
}
h3, h4 , h5 {
margin-bottom: 15px;
}
h6 {
margin-bottom: 10px;
}
p {
margin-bottom: 30px;
}
p.inner-content{
margin-left: 30px;
}
#content ,.post-title ,.breadcrumbs , #page-title{
-ms-word-wrap: break-word;
word-break: break-word;   
}
#content.page-split-screen-left {
margin-left: 50%;
min-height: 100vh;
}
#content.page-split-screen-right {
width: 50%;
min-height: 100vh;
}
blockquote {
font-style: italic;
margin-bottom: 30px;
position: relative;
padding-left: 90px;
min-height: 60px;
}
blockquote p:last-child{
margin-bottom: 0;
}
blockquote:before {
content: "\e621";
font-family: '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;
top: 0px;
left: 0px;
font-size: 80px;
z-index: -1;
color: #dfdfdf;
line-height: 60px;
} a, a:visited , a:hover{
text-decoration: none;
}
.sidebar-widgets .widget ul li a {
color: inherit;
} ul,ol{
padding-left: 1.3em;
line-height: inherit;
margin: 0px 0px 20px;
}
ul{ list-style: disc; }
ol{ list-style: decimal; }
ul li,ol li{
margin-bottom: 10px;
}
ul ul, ol ol, li ul, li ol {
margin-top: 10px;
}
dd { margin: 0 0 20px; line-height: inherit; }
dt { line-height: inherit; }
nav ul, nav ol { list-style: none !important; list-style-image: none; margin: 0; padding: 0; }
.widget ul{
margin-bottom: 0;
}
.widget ul li:last-child{
margin-bottom: 0 !important;
padding-bottom: 0;
border: none;
} code, pre { font-family:"Courier New", Courier, monospace; }
cite{ font-weight:bold; }
address {
display: block;
line-height:20px;
margin: 0 0 20px;
font-style: normal;
}
pre{  display: block; margin: 10px 0; padding: 10px; overflow: auto; }
table{ border-collapse: collapse; margin-bottom:20px; }
tr:nth-of-type(odd){  }
th,td{ border: 1px solid #ddd; padding: 9px 20px; }
th{ text-transform: uppercase; }
caption{ font-size: 11px; font-style: italic; }
sup,
sub {
height: 0;
font-size: 10px;
line-height: 1;
position: relative;
top: .5ex;
vertical-align: baseline;
}
sup { bottom: 1ex; top:auto; } .wp-caption{
margin-bottom:20px;
max-width: 100% !important;
padding-top: 6px;
text-align: center;
}
.wp-caption img{ width:auto!important; height:auto!important; max-width:98%;}
.wp-caption img, .wp-caption img a { border: 0 none; margin: 0 !important; padding: 0; }
.wp-caption .wp-caption-text { font-size: 11px; font-style:italic; margin: 0; padding: 4px 4px 5px;  }
img.alignright, .wp-caption.alignright { float: right; margin: 0 0 0px 20px; }
img.alignleft, .wp-caption.alignleft { float: left; margin: 0 20px 0px 0; }
img.aligncenter, .wp-caption.aligncenter { display: block;  margin-right: auto; margin-left: auto; }
img.aligncenter { margin-bottom: 10px; }
a img.alignright { float: right; margin: 7px 0 20px 20px; }
a img.alignleft { float: left; margin: 7px 20px 20px 0; }
a img.aligncenter { display: block;  margin-right: auto; margin-left: auto; }
.gallery-item img{ width:auto !important; height:auto !important;  border:none !important; max-width: 100% !important; }    
.gallery-caption { display: block; font-style: italic; margin-bottom: 0 !important; padding: 0 4px 5px; }
.element .post-content img{width: auto;} .sticky, .bypostauthor { } img[class*="align"],
img[class*="wp-image-"] {
height: auto; 
} input[type="text"], input[type="email"], input[type="password"], input[type="tel"] {
padding: 0px;
width: 100%;
margin-bottom: 20px;
border: none;
text-indent: 10px;
font-size: inherit;
color: inherit ;
font: inherit ;
line-height: 20px;
height:41px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
select {
width: 100%;
height: 38px;
padding: 10px;
display: block;
position: relative;
border: 2px solid #eeeeee;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.rtb-booking-form select{
width: 100%;
}
select[multiple="multiple"] {
height: 100px;
}
select[multiple="multiple"] option {
height: 20px;
line-height: 20px;
}
textarea{
padding: 10px 0 0 10px;
height: 350px;
width: 100%;
margin-bottom: 20px;
font:inherit;
overflow: auto;
font-size: inherit;
color: inherit ;
font: inherit ;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}  
.comment-form textarea,
.comment-form input[type="text"]{
margin-bottom: 0px;
}
.rtb-booking-form textarea {
width: 100% !important;
max-width: none !important;
height: 150px;
}
input[type="submit"], .action-button .be-button,
input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
border: none;
cursor:pointer;
display: inline-block;
margin:0px 20px 10px 0;
text-decoration: none;  
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
font-size: 12px;
line-height: 12px;
padding: 18px;
text-transform: uppercase;
letter-spacing: 1px;
} 
.more-link,
.view-project-link {
display: inline-block;
border-bottom-width: 3px;
border-style: solid;
border-color: inherit; color: inherit;
padding-bottom: 5px;
text-transform: uppercase;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
}
.more-link.style2-button,
.view-project-link.style2-button {
border-color: inherit !important;
border-width: 2px;
border-style: solid;
padding: 5px 15px;
font-size: 12px;
}
.more-link.style3-button,
.view-project-link.style3-button {
border: none;
padding: 5px 15px;
font-size: 12px;
}
.view-project-link.style2-button,
.view-project-link.style3-button {
padding: 15px 20px;
} .wpcf7-not-valid-tip {
display: none;
}
span.wpcf7-form-control-wrap {
position: relative !important;
display: block !important;
}
input[type="text"].wpcf7-not-valid , input[type="email"].wpcf7-not-valid, input[type="password"].wpcf7-not-valid, textarea.wpcf7-not-valid {
border: 1px solid #ef8080;
margin-bottom: 0;
}  .contact_form .column-block{
margin-bottom: 25px ;
}
.contact_form input[type="text"]{
width: 100%;
margin-bottom: 30px !important;
}
.contact_form textarea.txt_area {
width:100%;
margin-bottom: 30px !important;
}
.contact_form {
margin-bottom: 60px;
} .contact_form_module.style2-input input[type="text"],
.contact_form_module.style2-input textarea {
border-top: none !important;
border-left: none !important;
border-right: none !important;
}
input[type="submit"].largebtn {
font-size: 15px;
line-height: 16px;
padding: 18px 25px;
}
.button-shape-circular input[type="submit"].largebtn{
padding: 18px 35px;
}
input[type="submit"].mediumbtn {
font-size: 13px;
line-height: 14px;
padding: 15px 20px;
}
.button-shape-circular input[type="submit"].mediumbtn{
padding: 15px 30px;
}
input[type="submit"].smallbtn {
font-size: 11px;
line-height: 12px;
padding: 12px 15px;
}
.button-shape-circular input[type="submit"].smallbtn{
padding: 12px 25px;
}
::-webkit-input-placeholder {
color: inherit !important;
font: inherit !important;
} .gmap {
margin-bottom: 60px;
height: 100%;
}
.gmap img {
max-width: initial !important;
}
.page-template-contact-php #content {
padding-bottom: 50px;
}
.submit-fieldset {
position: relative;
transform-style: preserve-3d;
}
.contact_loader,
.subscribe_loader {
background: url(//divaenterprises.com.au/wp-content/themes/oshin/img/loader.gif) no-repeat top left;
display: inline-block;
width: 25px;
height: 25px;
position: absolute;
display: none; left: 0;
margin-left: 100px; top:-46%;
transform:translateY(50%);
}
.contact_loader .font-icon {
width: 15px;
height: 15px;
border-width: 3px;
}  .widget{
margin-bottom: 40px;
}
#bottom-widgets .widget {
margin-bottom: 40px;
}
.sidebar-widgets .widget:last-child {
margin-bottom: 0;
}
.widget h6 {
margin-bottom: 10px;
}
#bottom-widgets {
padding-top: 70px;
padding-bottom: 70px;
position: relative;
z-index: 3;
}
#bottom-widgets .column-block {
margin-bottom: 0;
}
#bottom-widgets-wrap .column-block .widget:last-child {
margin-bottom: 0;
} .recent_post_container{
list-style: none !important;
padding: 0;
}
.recent_posts {
margin-bottom: 25px;
}
.recent_post_content a {
display: block;
padding: 0;
}
.recent_post_img { 
margin: 6px 10px 0 0; 
float: left; 
}
.recent_post_img a {
display: block;
position: relative;  
}
.recent_post_img img { 
display: inline-block; 
}
.recent-post-date {
font-size: 10px;
text-transform: uppercase;
letter-spacing: 1px;
margin-top: 5px;
display: inline-block;
}
.recent-post-title {
margin-bottom: 10px
} .tagcloud:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
.tagcloud a {
padding: 7px 15px;
display: block;
float: left;
margin: 0 15px 15px 0;
background-clip: padding-box; 
color: inherit;
border: 1px solid; 
} .search-submit {
display: none !important;
}
.search-button{
margin-left: -30px;
}
.widget .searchform {
position: relative;
}
.widget .searchform .search-icon {
position: absolute;
top: 0px;
right: 15px;
line-height: 51px;
}
.s {
height: 45px;
border-radius: 3px;
background: #fff;
font-size: 11px;
z-index: 1000000;
margin-bottom: 0px;
}
.widget .s {
width: 97% !important;
}
.not-found {
padding-top:100px;
padding-bottom: 100px;
text-align: center;
}
.not-found-search{
width: 350px;
margin: 0 auto;
} #wp-calendar {
width: 100%;
background: none;
border: none;
border-collapse: separate;
border-spacing:0;
line-height: 24px;
margin-bottom: 0px;
text-align: center;
}
#wp-calendar caption {
font-size: 12px;
font-style: normal;
text-align: center;
text-transform: uppercase;
}
#wp-calendar thead {
font-size: 11px;
font-weight: 700;
}
#wp-calendar thead  th{
background: none;
padding-top: 5px;
padding-bottom: 5px;
}
#wp-calendar tbody,#wp-calendar tfoot  {
font-size: 11px;
font-weight: 700;
}
#wp-calendar tbody tr td,#wp-calendar thead tr th,#wp-calendar tfoot tr td{
background: none;
border: none;
}
#wp-calendar tbody tr td {
background: none;
border: 1px;
}
#wp-calendar tbody tr td.pad {
background: none;
border:none;
}
#wp-calendar tfoot tr td{
background: none;
padding: 5px 0px 0px;
}
#wp-calendar td,#wp-calendar th {
padding: 0px;
}
#today a{ color:#fff; }
#wp-calendar tfoot tr #prev{
text-align: left;
}
#wp-calendar tfoot tr #next {
text-align: right;
}
#wp-calendar tr a {
display: block;
} .widget_categories ul, 
.widget_archive ul, 
.widget_links ul,
.widget_meta ul, 
.widget_nav_menu ul, 
.widget_pages ul{
list-style: none;
padding-left: 0;
}
.widget_categories ul li, 
.widget_archive ul li, 
.widget_links ul li,
.widget_meta ul li, 
.widget_nav_menu ul li,
.widget_pages ul li
{
padding-left: 25px;
}
.widget_categories ul li:before, 
.widget_archive ul li:before, 
.widget_links ul li:before,
.widget_meta ul li:before, 
.widget_nav_menu ul li:before,
.widget_pages ul li:before {
content: '\e732';
font-family: "icomoon";
display: inline-block;
margin-left: -25px; width: 25px; font-size: 14px;
}
.widget_categories ul li a, 
.widget_archive ul li a, 
.widget_links ul li a,
.widget_meta ul li a, 
.widget_nav_menu ul li a,
.widget_pages ul li a {
left: 0;
position: relative;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.widget_categories ul li a:hover, 
.widget_archive ul li a:hover, 
.widget_links ul li a:hover,
.widget_meta ul li a:hover, 
.widget_nav_menu ul li a:hover,
.widget_pages ul li a:hover {
left: 7px;
} .photostream ul {
list-style: none;
padding-left: 0;
}
.photostream ul li {
margin: 0px 5px 10px 5px;
float: left;
width: auto;
} .photostream ul li a {
display: block;
position: relative;
}
.photostream ul li a img {
display: block;
width: 70px;
height: 70px;
}
.photostream_overlay {
position: absolute;
top: 0px;
width: 100%;
height: 100%;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
-webkit-backface-visibility: hidden;
-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;
}
.photostream_overlay:hover {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
} #lang_sel a.lang_sel_sel,
#lang_sel a.lang_sel_sel:hover,
#lang_sel :hover > a, #lang_sel ul ul :hover > a,
#lang_sel ul ul a, #lang_sel ul ul a:visited {
background-color: transparent;
color: inherit;
} #back-to-top {
position: fixed;
bottom: 20px;
right: 20px;
display: block;
font-size: 17px;
z-index: 9;
display: none;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;	
} body.single-page-version .single-page-nav-wrap {
display: block;
height: 100%;
position: fixed;
bottom: 0px;
right: 15px;
top: 0px;
z-index: 4;
-webkit-transform: translatez(0);
-moz-transform: translatez(0);
-ms-transform: translatez(0);
-o-transform: translatez(0);
transform: translatez(0);
-webkit-transform: translateZ(0);
}
body.be-themes-layout-layout-border-header-top.single-page-version .single-page-nav-wrap,
body.be-themes-layout-layout-border.single-page-version .single-page-nav-wrap {
right: 50px;
}
body.single-page-version.custom-gallery-page .single-page-nav-wrap {
display: none;
}
body.single-page-version.slider-bar-opened .single-page-nav-wrap {
display: none;
}
body.single-page-version .single-page-nav-wrap-inner {
display: table;
height: 100%;
max-height: 100%;
}
body.single-page-version .single-page-nav-wrap-inner .sinle-page-nav-links {
display: table-cell;
zoom: 1;
vertical-align: middle;
}
.single-page-nav-link {
width: 8px;
height: 8px; border-radius: 100%;
display: block;
margin: 5px 0px !important;
border: 1px solid #999;
position: relative;
}
.single-page-nav-link.current-section-nav-link{
background: #9c9c9c !important;
}
.header-hero-section {
position: relative;
}
.page-template-page-splitscreen-left .header-hero-section {
position: fixed;
width: 50%;
height: 100% !important;
}
.left-sliding.page-template-page-splitscreen-left .header-hero-section {
width: calc(50% - 35px);
}
.page-template-page-splitscreen-right .header-hero-section {
position: fixed;
left: 50%;
width: 50%;
height: 100% !important;
}
.left-sliding.page-template-page-splitscreen-right .header-hero-section{
left: calc(50% + 35px);
}
.left-static.page-template-page-splitscreen-left .header-hero-section{
width: calc(50% - 140px);
}
.left-static.page-template-page-splitscreen-right .header-hero-section {
left: calc(50% + 140px);	
}
.hero-section-wrap canvas {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 2;
}
.section-navigation {
position: absolute;
bottom: 20px;
left: 0px;
right: 0px;
z-index: 5;
color: inherit;
text-align: center;
font-size: 37px;
}
.single-page-nav-link span {
display: block;
position: absolute;
right: 50px;
top: 0px;
background: #000;
padding: 4px 20px;
margin-top: -13px;
color: #fff;
white-space: nowrap;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.single-page-nav-link:hover span {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
right: 30px;
}
.single-page-nav-link:hover span:after {
border-top: 17px solid transparent;
border-left: 20px solid black;
border-bottom: 17px solid transparent;
display: block;
content: '';
position: absolute;
right: -20px;
top: 0px;
}
.hero-section-wrap {
display: flex;
align-items: center;
height: 100vh;
}  @-webkit-keyframes arrow-bounce {
0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
40% {-webkit-transform: translateY(-20px);}
60% {-webkit-transform: translateY(-10px);}
} 
@keyframes arrow-bounce {
0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-20px);}
60% {transform: translateY(-10px);}
} .section-navigation .font-icon {
-webkit-animation: arrow-bounce 2.5s infinite;
animation: arrow-bounce 2.5s infinite;
} .mouse-icon {
border: 2px solid #fff;
border-radius: 16px;
height: 40px;
width: 24px;
display: inline-block;
z-index: 10;
opacity: 0.7;
}
.mouse-icon .wheel {
-webkit-animation-name: drop;
-webkit-animation-duration: 1.25s;
-webkit-animation-timing-function: linear;
-webkit-animation-delay: 0s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-play-state: running;
-webkit-animation-name: drop;
animation-name: drop;
-webkit-animation-duration: 1.25s;
animation-duration: 1.25s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-play-state: running;
animation-play-state: running;
}
.mouse-icon .wheel {
position: relative;
border-radius: 10px;
background: #fff;
width: 2px;
height: 6px;
top: 4px;
margin-left: auto;
margin-right: auto;
display:block;
}
@-webkit-keyframes drop {
0% {
top: 5px;
opacity: 0;
}
30% {
top: 10px;
opacity: 1;
}
100% {
top: 25px;
opacity: 0;
}
}
@keyframes drop {
0% {
top: 5px;
opacity: 0;
}
30% {
top: 10px;
opacity: 1;
}
100% {
top: 25px;
opacity: 0;
}
}
.simplebar {
position: relative;
}
.gallery_scrollable_content,
.gallery_content_slide .simplebar-content {
position: absolute;
width: 100%;
}
a.custom-share-button {
margin-right: 12px;
}  @media only screen and (max-width: 1279px) {
#navigation .menu > ul > li.mega > ul.sub-menu {
width: 974px;	
margin-left: -487px;
}
}
@media only screen and (max-width: 960px) {
.left-header #left-header-mobile{
display: block;
}
.left-header .layout-box-left{
display: block;
}
.left-header .left-strip-wrapper,
.left-header .sb-left{
display: none;
}
.left-header #main-wrapper{
margin-left: 0px !important;
}
#navigation,
#navigation-left-side,
#navigation-right-side {
display: none !important;
}
#header-bottom-bar{
display: none !important;
}
.style6 .logo{ float: left;
margin-left: 30px;
}
.style2 .logo {
text-align: left;
margin-left: 30px;
}
.style2 #header-controls-left{
display: none;
}
.style3 .logo {
float: left !important;
position:static;
margin-left:30px;
}
.style5 .logo {
position: static;
float: left;
left: auto;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
transform: translateX(0);
margin-left:30px;
}
.style1 #header-controls-right{
padding-left: 0px;
}
#header-inner-wrap.stuck {
position: relative;
width: 100%;
box-shadow: none;
}
body.admin-bar #header-inner-wrap.stuck {
top: 0px !important;
}
.sticky-wrapper {
height: auto !important;
}
.header-contact-wrap {
padding-top: 5px;
}
.header-contact-wrap,#header-top-menu {
line-height: 25px !important;
}
.header-contact-wrap .be-wrap div.left, .header-contact-wrap .be-wrap div.right {
margin-bottom: 5px;
}
body.header-transparent #header #header-inner-wrap.no-transparent {
position: absolute;
left: auto;
right: auto;
}
body.sticky-header #header #header-inner-wrap.no-transparent {
position: relative;
left: auto;
right: auto;
top: 0px !important;
}
body.header-transparent.admin-bar .layout-border.layout-border-header-top #header #header-inner-wrap.no-transparent.top-animate, 
body.sticky-header.admin-bar .layout-border.layout-border-header-top #header #header-inner-wrap.no-transparent.top-animate {
top: 0px !important;
}
.mobile-nav-controller-wrap {
display: inline-block;
}
.top-overlay-menu .mobile-nav-controller-wrap {
display: none;
}
.menu-falling-animate-controller {
display: none;
}
#header-controls-right .header-widgets, 
#header-controls-right .header-search-controls,
#header-controls-right .header-cart-controls,
#header-controls-right .sliderbar-menu-controller {
margin-left: 20px;
}
#header-top-bar-right .top-bar-widgets, 
#header-top-bar-right .header-search-controls,
#header-top-bar-right .header-cart-controls,
#header-top-bar-right .menu-controls{
margin-right: 15px;
}
#header-top-bar-left,
#header-top-bar-right{
float: none;
text-align: center;
width: 100%; }
#header-top-bar-wrap{
padding: 13px 0px !important;
}	
#header-top-bar-wrap #header-top-bar-left{
padding: 0px 0px 5px 0px !important;
}
#header-top-bar-wrap #header-top-bar-right{
padding: 5px 0px 0px 0px !important;
}
#header-top-bar-wrap #header-top-bar-left:last-child{
padding-bottom: 0px !important;
}
#header-top-bar-wrap #header-top-bar-right:first-child{
padding-top: 0px !important;
}
#footer-wrap{
padding:10px 0;
}
#footer.layout-border{
position: static;
bottom: auto;
margin-left: 0px;
margin-right: 0px; 
}
#footer-wrap .footer-left-area,
#footer-wrap .footer-center-area,
#footer-wrap .footer-right-area{
position: static;
float: left;
margin-top: 0px;
margin-bottom: 0px;
text-align: center;
padding-left: 0px;
padding-right: 0px;
width: 100%;
height: auto;
line-height: 30px;
}
.footer-content-inner-left,
.footer-content-inner-right,
.footer-content-inner-center{
margin-top: 10px;
}
#content.page-split-screen-left,
#content.page-split-screen-right{
margin-left: 0px;
width: 100%;
}
.left-sliding #content.page-split-screen-left,
.left-sliding #content.page-split-screen-right {
margin-left: 0px;
width: 100%;
}
.page-template-page-splitscreen-left .header-hero-section,
.page-template-page-splitscreen-right .header-hero-section{
position: static;
width: 100% !important;
}
#main.layout-border,
#main.layout-border.layout-border-header-top {
padding: 0px;
}
.be-themes-layout-layout-border-header-top .sb-slidebar.sb-right.opened, 
.be-themes-layout-layout-border .sb-slidebar.sb-right.opened,
body.be-themes-layout-layout-border-header-top.top-header.slider-bar-opened #main #header #header-inner-wrap.no-transparent.top-animate, 
body.be-themes-layout-layout-border.top-header.slider-bar-opened #main #header #header-inner-wrap.no-transparent.top-animate {
right: 0px;
}
body.be-themes-layout-layout-border-header-top.single-page-version .single-page-nav-wrap,
body.be-themes-layout-layout-border.single-page-version .single-page-nav-wrap {
right: 35px;
}
body.be-themes-layout-layout-border-header-top .sb-slidebar.sb-right, 
body.be-themes-layout-layout-border .sb-slidebar.sb-right {
right: -280px;
}
.portfolio-sliders .gallery_content {
position: relative;
width: 100%;
right: 0px;
box-shadow: none !important;
}
.portfolio-sliders .gallery_content {
height: auto !important;
max-height: none !important;
}
.portfolio-sliders .gallery_content_area_wrap {
padding: 20px !important;
}
.portfolio-sliders .gallery-all-container .carousel_bar_area{
display: none; 
}
.portfolio-sliders .gallery-info-box-wrap #portfolio-title-nav-bottom-wrap {
right: 0px;
text-align: center;
width: 100%;
position: static;
}
.portfolio-sliders .gallery-info-box-wrap #portfolio-title-nav-bottom-wrap ul {
float: none;
display: inline-block;
margin-bottom: 30px;
}
.portfolio-sliders .gallery_content {
background: transparent !important;
}
.portfolio-sliders .portfolio-title-nav-bottom {
display: none !important;
}
.gallery_content_slide{
width: auto;
margin-bottom: 30px;
}
.gallery_scrollable_content,
.gallery_content_slide .simplebar-content {
position: static;
}
} @media only screen and (max-width: 767px) {
#header-inner-wrap.stuck {
position: relative;
width: 100%;
box-shadow: none;
}
.top-bar-widgets{
margin-left: 0px;
margin-right: 15px;
} ul.tabs li  { 
float: none;
margin-right: 0px;
width:100%;
margin-left: 0px;  
} .children { 
padding-left:0% ; 
}
.vcard, .children .vcard { 
width:25%; margin-right: 0; 
}
.comment-content,.children .comment-content { 
width:70%; padding-left: 4%;
}
#footer-widgets { 
width: 270px; 
}
.no-mobile {
display: none;
}
input[type="text"], 
input[type="email"], 
input[type="password"] {
width: 100%;
}
.style2-blog .post-thumb,
.style2-blog .article-details {
width: 100%;
float: none;
}
.gmap-wrapper {
height: 250px !important;
}	
.portfolio-title-nav h6{
text-align: left;
margin-left: 30px;
}
#gallery-container-wrap {
height: auto !important;
padding: 0px !important;
margin-bottom: 20px;
}
html body #gallery-container {
float: none !important;
padding: 0px !important;
}
#gallery-container .placeholder img {
height: auto !important;
max-width: 100% !important;
width: 100% !important;
vertical-align: top !important;
max-height: initial !important;
}
html body #gallery-container .placeholder,
#gallery-container .placeholder.style1_placehloder {
display: block;
width: 100% !important;
vertical-align: initial !important;
height: auto !important;
padding: 20px 20px 0px 20px;
box-sizing: border-box;
}
.placeholder .fluid-width-video-wrapper iframe.gallery {
position: absolute !important;
width: 100% !important;
}
.placeholder .fluid-width-video-wrapper {
padding-top: 50% !important;
}
.portfolio-title-nav-bottom {
display: none !important;
}
.gallery_content {
position: relative;
width: 100%;
right: 0px;
box-shadow: none !important;
}
.gallery_content {
height: auto !important;
max-height: none !important;
}
.gallery_content_area_wrap {
padding: 20px !important;
}
.gallery-info-box-wrap #portfolio-title-nav-bottom-wrap {
right: 0px;
}
.gallery-info-box-wrap #portfolio-title-nav-bottom-wrap {
right: 0px;
text-align: center;
width: 100%;
}
.gallery-info-box-wrap #portfolio-title-nav-bottom-wrap ul {
float: none;
display: inline-block;
margin-bottom: 30px;
}
.arrow_next, .arrow_prev {
display: none !important;
}
.gallery_content {
background: transparent !important;
}
#portfolio-title-nav-bottom-wrap {
position: relative !important;
}
.gallery-all-container.mobile-one-by-one #portfolio-title-nav-bottom-wrap .slider-counts{
display: none;
}
.gallery-all-container.mobile-slide #portfolio-title-nav-bottom-wrap .slider-counts{
display: none;
}
.gallery_content .slider-counts-mobile{
display: block;
margin-bottom: 8px;
text-align: center;
}
.gallery_content .slider-counts-mobile .total-slides-count{
font-size: 1.9em;
font-weight: bold;
}
#gallery-container .placeholder.center img {
position: relative !important;
width: 100% !important;
height: auto !important;
display: inline-block !important;
margin: 0px !important;
}
body.custom-gallery-page.single-portfolio #header-inner-wrap {
position: relative !important;
}
.overlay_placeholder {
display: none !important;
}
.attachment-details-custom-slider {
position: static !important;
display: block !important;
}	
.attachment-details-custom-slider.special-subtitle { 
max-width: initial; 
}	
#back-to-top{
display: none;
}
#portfolio-title-nav-wrap.style3 h6.portfolio-title-nav{
text-align: center;
}
#portfolio-title-nav-wrap .portfolio-nav{
position: static;
margin-top: 15px;
width: 100%;
text-align: center;
}	
#portfolio-title-nav-wrap .portfolio-nav li{
margin-bottom: 0px;
}
#portfolio-title-nav-wrap .portfolio-nav .home-grid-wrapper{
margin: 0px 15px 2px 15px;
}
} @media only screen and (max-width: 320px) {
#header-controls-right .header-widgets, 
#header-controls-right .header-search-controls,
#header-controls-right .header-cart-controls,
#header-controls-right .sliderbar-menu-controller {
margin-left: 10px;
}
} @media only screen and (min-width: 480px) and (max-width: 767px) {
.vcard, .children .vcard {
width: 20%;
}    
} .left{
float:left;
}
.right{
float:right;
} .clear{ clear: both; }
.no-margin{
margin-bottom: 0;
}
.truncate {
height: 100px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.no-list-style{
list-style: none;
} .ir {
background-color: transparent;
border: 0;
overflow: hidden; *text-indent: -9999px;
}
.ir:before {
content: "";
display: block;
width: 0;
height: 100%;
} .hidden {
display: none !important;
visibility: hidden;
} .visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
} .visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
} .invisible {
visibility: hidden;
} .clearfix:before,
.clearfix:after {
content: " "; display: table; }
.clearfix:after {
clear: both;
} .clearfix {
*zoom: 1;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) { } @media print {
* {
background: transparent !important;
color: #000 !important; box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
} .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group; }
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}.be-wrap {
max-width: 1160px;
margin: 0 auto;
position: relative;
z-index: 2;
}
.page-split-screen-left .be-wrap,
.page-split-screen-right .be-wrap{
padding: 0px 30px;
}
.layout-box{
position: relative;
width:1280px;
margin: 0px auto;
}
#hero-section .be-master-fullscreen {
height: 100vh;
}
.be-section.full-screen-section {
opacity: 0;
height: 1000px;
} #page-content.content-single-sidebar{
width:820px;
}
#left-sidebar, #right-sidebar{
width: 260px;
}
#left-sidebar, #right-sidebar{
float: left;
}
.left-sidebar-page #page-content,.dual-sidebar-page #page-content {
float: right;
}
.right-sidebar-page #page-content{
float: left;
}
#left-sidebar, 
.right-sidebar-page #page-content {
margin-right: 80px;
}
#left-sidebar, #right-sidebar{
margin-bottom: 50px;
}
#content {
position: static;
z-index: 2;
}
body.no-section-scroll #content {
-webkit-transform: initial !important;
-moz-transform: initial !important;
-ms-transform: initial !important;
-o-transform: initial !important;
transform: initial !important;
}
.no-page-builder {
padding: 70px 0px;
}
.page #comments {
padding: 50px 0;
} .layout-box-top,
.layout-box-right,
.layout-box-bottom,
.layout-box-left {
position: fixed;
background: #ccc;
z-index: 15;
-webkit-transform: translateZ(0);
}
.layout-box-top,
.layout-box-bottom {
width: 100%;
height: 30px;
top: 0px;
left: 0px;
}
.layout-box-bottom {
top: auto;
bottom: 0px;
}
.layout-box-right,
.layout-box-left {
width: 30px;
height: 100%;
top: 0px;
right: 0px;
}
.layout-box-left {
right: auto;
left: 0px;
}
body.admin-bar .layout-box-top{
top: 32px;
} .column-block { 
float: left;
margin-left: 5%; 
margin-bottom: 50px;
position: relative;
overflow: hidden;
position: relative;
z-index: 2;
}
.column-block .be-custom-column-pad,
.column-block .be-custom-column-inner {
position: relative;
z-index: 2;
}
.one-col.column-block {
margin-left: 0px;
float: none;
}
.one-third { 
width:30%; 
}
.one-fourth { 
width:21.25%; 
}
.one-fifth { 
width:16%; 
}
.one-half { 
width:47.5%; 
}
.two-third { 
width:65%; 
}
.three-fourth { 
width:73.75%; 
}
.be-no-space .one-third { 
width:33.33%; 
}
.be-no-space .one-fourth { 
width: 25%; 
}
.be-no-space .one-fifth { 
width: 20%; 
}
.be-no-space .one-half { 
width: 50%; 
}
.be-no-space .two-third { 
width: 66.68%; 
}
.be-no-space .three-fourth { 
width: 75%; 
}
.be-no-space { 
display: table; 
margin-bottom: 60px; 
table-layout: fixed;
}
.be-no-space.zero-bottom { 
margin-bottom: 0; 
}
.be-no-space .column-block { 
display: table-cell; 
margin-left: 0px; 
float: none; 
vertical-align: middle; 
}
.be-column-pad {
padding: 100px 5%;
}
.one-third.be-column-pad, .one-fourth.be-column-pad, .one-col.be-column-pad, .two-third.be-column-pad, .three-fourth.be-column-pad {
padding: 100px 5%;
}
.one-half.be-column-pad {
padding: 100px 15% 100px 5%;
}
.one-half.be-column-pad:first-child {
padding: 100px 5% 100px 15%;
}
.column-block *:last-child {
margin-bottom: 0 !important;
}
.be-last-child {
margin-bottom: 0 !important;
}
.be-row .column-block:first-child{
margin-left: 0;
}
.be-row.zero-bottom .column-block {
margin-bottom: 0;
}
.be-section .be-row:last-child .column-block {
margin-bottom: 0;
}
.be-section .be-row:last-child .column-block h1:last-child,
.be-section .be-row:last-child .column-block h2:last-child,
.be-section .be-row:last-child .column-block h3:last-child,
.be-section .be-row:last-child .column-block h4:last-child,
.be-section .be-row:last-child .column-block h5:last-child,
.be-section .be-row:last-child .column-block h6:last-child {
margin-bottom: 0 !important;
} 
.be-section .be-row:not(:last-child) .column-block h1:last-child,
.be-section .be-row:not(:last-child) .column-block h2:last-child,
.be-section .be-row:not(:last-child) .column-block h3:last-child,
.be-section .be-row:not(:last-child) .column-block h4:last-child,
.be-section .be-row:not(:last-child) .column-block h5:last-child,
.be-section .be-row:not(:last-child) .column-block h6:last-child {
margin-bottom: 30px !important;
}
html body .be-section .be-row .column-block .be-notification *:last-child {
margin-bottom: 0px !important;
}
.two-third .column-block, .three-fourth .column-block {
margin-bottom: 0;
}
.column-inner-content {
position: relative;
z-index: 2;
} .be-section.be-video-section .be-section-pad,
.be-section.be-bg-overlay {
position: relative;
}
.be-section {
overflow: hidden;
}
.be-section.be-section-offset{
overflow: visible;
}
.be-section-offset-wrap{
position: relative;
z-index: 2;
}
.be-row {
z-index: 3;
position: relative;
}
.be-row.be-no-space {
width: 100%;
}
.be-bg-video {
display: none;
position: absolute;
width: 100%;
z-index: 0;
top: 0;
left: 0;
}
.be-animate {
visibility: hidden;
margin-bottom: 30px;
}
#be-pb-main .be-animate {
visibility: visible;
}
.be-bg-parallax {
background-attachment: fixed;
}
.be-bg-cover {
background-size: cover !important;
-webkit-background-size:cover !important;
-moz-background-size:cover !important;
}
.be-bg-mousemove-parallax.be-bg-cover {
background-size: initial !important;
-webkit-background-size: initial !important;
-moz-background-size:initial !important;
}
.section-overlay {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 1;
background: #000;
opacity: 0.8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
}
.be-col-overlay-link{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 2;
}
.be-shortcode {
margin-bottom: 60px;
}   
html.section-scroll.csstransforms,
html.csstransforms body.section-scroll
html.csstransforms body.section-scroll #main-wrapper {
overflow: hidden;
height: 100%;
}
html.csstransforms body.section-scroll #footer {
display: none;
}
html.csstransforms body.section-scroll #content {
opacity: 0;
}
html.csstransforms body.section-scroll #content {
-webkit-transition: -webkit-transform 800ms ease;
-moz-transition: -moz-transform 800ms ease;
-o-transition: -o-transform 800ms ease;
transition: transform 800ms ease;
position: relative;
z-index: 9;
}
.fullscreen-nav-wrap {
display: none;
}
html.csstransforms body.section-scroll .fullscreen-nav-wrap {
display: table;
height: 100%;
position: fixed;
bottom: 0px;
right: 35px;
top: 0px;
z-index: 10;
}
html.csstransforms body.section-scroll .fullscreen-nav-wrap-inner {
display: table-cell;
zoom: 1;
vertical-align: middle;
}
.fullscreen-nav {
margin-bottom: 0px;
list-style-type: none;
padding: 0px;
}
.fullscreen-nav-item, .fullscreen-nav-item-hero-section {
width: 7px;
height: 7px;
border: 1px solid #fff;
background: transparent;
border-radius: 50%;
cursor: pointer;
margin: 5px 0px 5px 0px;
}
.fullscreen-nav-item.current-item, .fullscreen-nav-item-hero-section.current-item {
background: #fff;
}
body.section-scroll .be-section * {
-webkit-transform: translateZ(0);
} .fixed-sidebar-page {
padding: 0px !important;
} .fixed-sidebar-page #content-wrap {
position: relative;
}
.fixed-sidebar-page #left-sidebar,
.fixed-sidebar-page #right-sidebar,
.fixed-sidebar-page #page-content {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0px;
}
.fixed-sidebar-page #left-sidebar,
.fixed-sidebar-page #right-sidebar {
width: 30%;
margin: 0px !important;
height: 100%;
position: absolute;
}
.fixed-sidebar-page #right-sidebar {
right: 0px;
}
.fixed-sidebar-page #page-content {
width: 70% !important;
padding: 30px;
}
.fixed-sidebar-page #left-sidebar.active-fixed,
.fixed-sidebar-page #right-sidebar.active-fixed {
position: fixed;
top: 0px;
height: 100%;
}
.fixed-sidebar-page .top-animate{
-webkit-transition: top .50s ease;
-moz-transition: top .50s ease;
-o-transition: top .50s ease;
-ms-transition: top .50s ease;
transition: top .50s ease;
-webkit-backface-visibility: hidden;
}
.fixed-sidebar-page #right-sidebar.active-fixed {
right: 0px;
left: auto;
}
body.admin-bar .fixed-sidebar-page #left-sidebar.active-fixed .fixed-sidebar-content,
body.admin-bar .fixed-sidebar-page #right-sidebar.active-fixed .fixed-sidebar-content {
padding-top: 82px;
}
.active-fixed .fixed-sidebar-content {
overflow: hidden;
display: block;
height: 100%;
position: relative;
}
.fixed-sidebar-content {
padding: 50px 50px 100px 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.fixed-sidebar-content-inner {
height: 100%;
}
.active-fixed .fixed-sidebar-content .mCSB_container {
margin-right: 0px;
}
.fixed-sidebar-page .mCustomScrollBox>.mCSB_scrollTools {
right: -30px !important;
}
.fixed-sidebar-page .mCustomScrollBox {
overflow: visible !important;
}
.layout-box .fixed-sidebar-page #right-sidebar.active-fixed {
position: relative !important;
right: auto !important;
} .widget .be-shortcode,
.widget .icon-shortcode,
.widget .be-button-wrap{
margin-bottom: 0px !important;
}
#header-wrap .be-shortcode,
#header-wrap .icon-shortcode,
#header-wrap .be-button-wrap{
margin-bottom: 0px !important;
} @media only screen and (min-width: 1280px) and (max-width: 1360px) {
.left-header.left-static .sb-slidebar {
width: 240px;
}
.left-header.left-static #main-wrapper {
margin-left: 240px !important;
}
.left-static.page-template-page-splitscreen-left .header-hero-section{
width: calc(50% - 120px);
}
.left-static.page-template-page-splitscreen-right .header-hero-section {
left: calc(50% + 120px); 
}
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
.left-header .be-wrap,
.left-header .tatsu-wrap {
max-width: 980px;
margin: 0 auto;
}
.left-header.left-static.be-themes-layout-layout-border .be-wrap,
.left-header.left-static.be-themes-layout-layout-border .tatsu-wrap {
max-width: 850px
}
.left-header #page-content.content-single-sidebar {
width:700px;
}
.left-header #left-sidebar, 
.left-header #right-sidebar {
width:220px;
}
.left-header #left-sidebar, 
.left-header .right-sidebar-page #page-content {
margin-right: 50px;
}
.fixed-sidebar-page #left-sidebar,
.fixed-sidebar-page #right-sidebar {
width: 30%;
margin: 0px !important ;
}
} @media only screen and (min-width: 960px) and (max-width: 1279px) {
.be-wrap {
max-width: 1160px;
margin: 0 auto;
}
.left-header.left-static .be-wrap{
max-width: 650px
}
.layout-box {
width:100%;
}
#page-content.content-single-sidebar{
width:670px;
}
#left-sidebar, #right-sidebar{
width:220px;
}
#left-sidebar, 
.right-sidebar-page #page-content {
margin-right: 50px;
}
.fixed-sidebar-page #left-sidebar,
.fixed-sidebar-page #right-sidebar {
width: 30%;
margin: 0px !important ;
} 
} @media only screen and (max-width: 1024px) {
.be-bg-cover,
.be-section {
background-attachment: scroll !important;
background-position: center center !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
.be-wrap {
max-width: 740px;
margin: 0 auto;
}
.layout-box {
width:100%;
}
#page-content.content-single-sidebar{
width:500px;
}
#left-sidebar, #right-sidebar{
width:200px;
}
#left-sidebar,
.right-sidebar-page #page-content,
.dual-sidebar-page #left-sidebar,
#dual-sidebar-wrap {
margin-right: 40px;
}   
#left-sidebar.floting-sidebar, #right-sidebar.floting-sidebar{
width:100%;
margin-right: 0;
}        
.content-single-sidebar .column-block {
width: 100%;
margin-left: 0;
float: none;
}   
}
@media only screen and (min-width: 960px) {
.full-screen-section-wrap {
display: table;
width: 100%;
height: 100%;
}
.full-screen-section-wrap .be-section-pad {
padding-top: 0px !important;
padding-bottom: 0px !important;
display: table-cell;
vertical-align: middle;
}
}
@media only screen and (max-width: 960px) {
html.section-scroll,
body.section-scroll {
overflow: auto !important;
height: auto !important;
}
html.csstransforms body.section-scroll .fullscreen-nav-wrap {
display: none !important;
}
body.section-scroll #footer {
display: block;
}
#content {
-webkit-transform: initial !important;
-moz-transform: initial !important;
-ms-transform: initial !important;
-o-transform: initial !important;
transform: initial !important;
}
.fixed-sidebar-page #left-sidebar, 
.fixed-sidebar-page #right-sidebar, 
.fixed-sidebar-page #page-content.content-single-sidebar,
.single-portfolio #page-content.content-single-sidebar  {
width: 100% !important;
position: relative !important;
}
.layout-box-container{
display: none !important;
}
.style1-blog .post-date-wrap {
display: block;
position: static;
width: 100%;
border: none;
text-align: left;
padding: 0;
font-size: inherit !important;
color: inherit;
margin-bottom: 5px !important;
}
.style1-blog .post-date-wrap div {
float: left;
margin-right: 10px;
}
.style1-blog .post-title-section {
padding-left: 0;
}
.style1-blog .post-date-wrap:before {
font-family: "icomoon";
content: "\e63f";
margin-right: 10px;
float: left;
}
}
@media only screen and (min-width: 1025px) {
.full-screen-section-wrap {
display: table;
width: 100%;
height: 100%;
}
.full-screen-section-wrap .be-section-pad {
padding-top: 0px !important;
padding-bottom: 0px !important;
display: table-cell;
vertical-align: middle;
}
}
@media only screen and (max-width: 768px) {
.be-no-space .column-block {
width: 100%;
display: block;
}
.be-no-space .with-background.column-block {
min-height: 350px; } .be-no-space .no-background .be-custom-column-inner,
.be-no-space .no-background .be-custom-column-pad{
padding: 60px 30px !important;
}
} @media only screen and (max-width: 767px) {
.be-wrap {
max-width: 300px;
margin: 0 auto;
} 
.layout-box {
width:100%;
margin: 0; 
} 
#right-sidebar,
#left-sidebar {
float: none;
margin-right: 0;
margin-left: 0;
margin-top: 50px;
width: 100%;
}
#page-content.content-single-sidebar,
.right-sidebar-page #page-content { 
float: none;
margin-right: 0px;
width:100%;
margin-left: 0px;  
}    
.column-block {
float: none;
margin-left: 0;
width: 100%;
}
.column-block .column-block{
margin-bottom: 60px;
}
.be-section .be-row:last-child .column-block {
margin-bottom: 60px;
}
.be-section .be-row:last-child .column-block:last-child,
.be-section .be-row.be-no-space:last-child .column-block {
margin-bottom: 0;
}
.be-no-space {
display: block;
} .be-no-space .column-block.be-column-pad {
padding: 80px 15% 80px 5%;
}   
.be-column-spacing .column-block{
margin-bottom: 20px !important;
}
#bottom-widgets .column-block {
margin-bottom: 60px;
}
.column-block .be-custom-column-pad {
padding: 60px 30px !important;
}
.column-block .be-custom-column-inner{ }
body.disable-css-animation-mobile .be-animate {
visibility: visible !important;
-webkit-animation-duration: 0s;
-moz-animation-duration: 0s;
-ms-animation-duration: 0s;
-o-animation-duration: 0s;
animation-duration: 0s;
}
.be-video-section video {
display:none !important;
}    
} @media only screen and (min-width: 480px) and (max-width: 767px) {
.be-wrap {
max-width: 440px;
margin: 0 auto;
} 
}.ps-container {
-ms-touch-action: auto;
touch-action: auto;
overflow: hidden !important;
-ms-overflow-style: none; height: 100%; }
@supports (-ms-overflow-style: none) {
.ps-container {
overflow: auto !important; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.ps-container {
overflow: auto !important; } }
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
display: block;
background-color: transparent; }
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
background-color: #eee;
opacity: 0.9; }
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
background-color: #999;
height: 11px; }
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
background-color: #eee;
opacity: 0.9; }
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
background-color: #999;
width: 11px; }
.ps-container > .ps-scrollbar-x-rail {
display: none;
position: absolute; opacity: 0;
-webkit-transition: background-color .2s linear, opacity .2s linear;
-o-transition: background-color .2s linear, opacity .2s linear;
-moz-transition: background-color .2s linear, opacity .2s linear;
transition: background-color .2s linear, opacity .2s linear;
bottom: 0px; height: 15px; }
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
position: absolute; background-color: #aaa;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
-o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
-moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
bottom: 2px; height: 6px; }
.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
height: 11px; }
.ps-container > .ps-scrollbar-y-rail {
display: none;
position: absolute; opacity: 0;
-webkit-transition: background-color .2s linear, opacity .2s linear;
-o-transition: background-color .2s linear, opacity .2s linear;
-moz-transition: background-color .2s linear, opacity .2s linear;
transition: background-color .2s linear, opacity .2s linear;
right: 0; width: 15px; }
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
position: absolute; background-color: #aaa;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
-o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
-moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
right: 2px; width: 6px; }
.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
width: 11px; }
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
background-color: #eee;
opacity: 0.9; }
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
background-color: #999;
height: 11px; }
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
background-color: #eee;
opacity: 0.9; }
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
background-color: #999;
width: 11px; }
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
opacity: 0.6; }
.ps-container:hover > .ps-scrollbar-x-rail:hover {
background-color: #eee;
opacity: 0.9; }
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
background-color: #999; }
.ps-container:hover > .ps-scrollbar-y-rail:hover {
background-color: #eee;
opacity: 0.9; }
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
background-color: #999; }.flickity-enabled {
position: relative;
}
.flickity-enabled:focus { outline: none; }
.flickity-viewport {
overflow: hidden;
position: relative;
height: 100%;
}
.flickity-slider {
position: absolute;
width: 100%;
height: 100%;
} .flickity-enabled.is-draggable {
-webkit-tap-highlight-color: transparent;
tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
cursor: move;
cursor: -webkit-grab;
cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
cursor: -webkit-grabbing;
cursor: grabbing;
} .flickity-prev-next-button {
position: absolute;
top: 50%;
width: 44px;
height: 44px;
border: none;
border-radius: 50%;
background: white;
background: hsla(0, 0%, 100%, 0.75);
cursor: pointer; -webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.flickity-prev-next-button:hover { background: white; }
.flickity-prev-next-button:focus {
outline: none;
box-shadow: 0 0 0 5px #09F;
}
.flickity-prev-next-button:active {
filter: alpha(opacity=60); opacity: 0.6;
}
.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; } .flickity-rtl .flickity-prev-next-button.previous {
left: auto;
right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
right: auto;
left: 10px;
}
.flickity-prev-next-button:disabled {
filter: alpha(opacity=0); opacity: 0;
cursor: auto;
}
.flickity-prev-next-button svg {
position: absolute;
left: 22%;
top: 23%;
width: 60%;
height: 60%;
}
.flickity-prev-next-button .arrow {
fill: #333;
} .flickity-prev-next-button.no-svg {
color: #333;
font-size: 26px;
} .flickity-page-dots {
position: absolute;
width: 100%;
bottom: -25px;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
line-height: 1;
}
.flickity-rtl .flickity-page-dots { direction: rtl; }
.flickity-page-dots .dot {
display: inline-block;
width: 10px;
height: 10px;
margin: 0 8px;
background: #333;
border-radius: 50%;
filter: alpha(opacity=25); opacity: 0.25;
cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
filter: alpha(opacity=100); opacity: 1;
} .be-flickity:after{
content: 'flickity';
display: none;
}
#content.portfolio-sliders{
position: relative ;
overflow: hidden;
}
#content.portfolio-sliders .img-wrap{
height: 0px;
height: 100vh;
}
#content.be-centered .img-wrap,
#content.be-fullscreen .img-wrap{
width: 100%;
text-align: center;
}
.be-fullscreen .be-flickity img{
max-width: initial !important;
}
.be-flickity .img-wrap{
overflow: hidden;
}
.be-flickity .img-wrap img{
display: inline-block;
height: 100%;
opacity: 0;
-webkit-transition: opacity 0.9s ease;
-ms-transition: opacity 0.9s ease;
-o-transition: opacity 0.9s ease;
transition: opacity 0.9s ease;
}
.be-flickity .img-wrap iframe{
opacity: 0;
-webkit-transition: opacity 0.9s ease;  
-ms-transition: opacity 0.9s ease;
-o-transition: opacity 0.9s ease;
transition: opacity 0.9s ease;
}
.be-flickity .img-wrap .flickity-lazyloaded{
opacity: 1;
}
.be-flickity .img-wrap .img-overlay-wrap {
display: none; -webkit-transition: opacity 0.9s ease;
-ms-transition: opacity 0.9s ease;
-o-transition: opacity 0.9s ease;
transition: opacity 0.9s ease;
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background: #000;
background: rgba(0, 0, 0, 0.85);
z-index: 1;
}
.be-flickity .img-wrap.is-selected .img-overlay-wrap{
opacity: 0; }
.img-wrap .fluid-width-video-wrapper {
display: inline-block !important;
vertical-align: top !important;
padding: 0px !important;
margin: 0px !important;
height: 100% !important;
}
.img-wrap .fluid-width-video-wrapper iframe.gallery {
position: relative !important;
height: 100% !important;
width: 100%!important;
}
.flickity-slider .img-wrap.is-selected .attachment-details-custom-slider{
display: block;
transition: all 0.9s fadeOut;
-ms-transition: all 0.9s fadeOut;
-o-transition: all 0.9s fadeOut;
transition: all 0.9s fadeOut;
}
.gallery-info-box-wrap .slider-counts{
display: inline-block;
padding: 0px 7px;
line-height: 40px;
}
.single-portfolio-slider.carousel_bar_area{
position: absolute;
bottom: 0px;
width: 100%;
min-height: 35px;
left: 0px;
right: 0px;
margin: 0 auto;
text-align: center;
display: block;
height: 75px;
overflow: hidden;  }
.single-portfolio-slider .carousel_bar_dots{
width: 41px;
height: 75px;
z-index: 2;
position: absolute;
display: block;
left:50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
background: url(//divaenterprises.com.au/wp-content/themes/oshin/img/dots.png) no-repeat center;
}
.single-portfolio-slider .carousel_bar_wrap{
position: absolute;
margin: 0 auto;
right: 0px;
left: 0px;
z-index: 13;
bottom: -500px; 
padding:10px 0;
}
.be-carousel-thumb a img{
max-width: none;
}
.single-portfolio-slider .carousel_bar_wrap.be-wrap{
width: 1160px;
}
.be-flickity-thumb img,
.be-carousel-thumb img{
margin-left: 10px;
width: auto !important;
height: 50px;
}
.single-portfolio-slider .carousel_bar_wrap{
background: transparent; 
} .flickity-prev-next-button.previous {
left: 0px;
}
.flickity-prev-next-button.next{
right: 0px;
}
.flickity-prev-next-button{
border-radius: 0%;
}
button.flickity-prev-next-button {
margin:0px;
}
.flickity-prev-next-button svg{
height: 60%;
width: 60%;
top: 20px;
}
.flickity-prev-next-button.next svg{
left: 15px; 
}
.flickity-prev-next-button.next svg{
left: 10px;
}
.flickity-prev-next-button:focus{
box-shadow: none;
}
.arrow-border .flickity-prev-next-button{
background: transparent !important;
}
.style1-arrow .flickity-prev-next-button,
.style2-arrow .flickity-prev-next-button {
height: 100px;
line-height: 100px;
width: 60px;
}
.style3-arrow .flickity-prev-next-button,
.style4-arrow .flickity-prev-next-button {
height: 40px;
line-height: 40px;
width: 40px;
}
.style5-arrow .flickity-prev-next-button,
.style6-arrow .flickity-prev-next-button {
height: 50px;
line-height: 50px;
width: 50px;
border-radius: 50%;
}
.style2-arrow .flickity-prev-next-button.previous,
.style4-arrow .flickity-prev-next-button.previous{
border-left: none !important;
}
.style2-arrow .flickity-prev-next-button.next,
.style4-arrow .flickity-prev-next-button.next{
border-right: none !important;
} 
.style5-arrow .flickity-prev-next-button.previous,
.style6-arrow .flickity-prev-next-button.previous{
left:15px;
}
.style5-arrow .flickity-prev-next-button.next,
.style6-arrow .flickity-prev-next-button.next{
right:15px;
} @media only screen and (max-width: 960px) {
.show-desktop-only {
display: none !important;
}
.be-flickity .img-wrap .img-overlay-wrap{
display: none !important;
}
.single-portfolio-slider.carousel_bar_area.show-desktop-only{
display: none !important;
}
.disable-flickity-mobile.be-flickity:after{
content: '';
}
.disable-flickity-mobile.be-flickity .img-wrap img{
opacity: 1 !important;
height: auto !important;
width: 100% !important;
margin-left: 0px !important;
top: 0px !important;
margin-top: 0 !important;
}
.disable-flickity-mobile.be-flickity .img-wrap{
margin-left: 0px !important;
margin-bottom: 10px;
}
.disable-flickity-mobile{
padding: 10px 10px !important;
}
.enable-flickity-mobile.be-flickity .fluid-width-video-wrapper{
height: 100%;
padding-top: 0px !important;
}
.be-flickity.enable-flickity-mobile .img-wrap img,
.be-flickity.enable-flickity-mobile .img-wrap iframe{
position: absolute;
top: 50%;
left: 50%;
margin-left: 0px !important;
margin-top: 0px !important;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.be-flickity.enable-flickity-mobile .img-wrap img{
height: auto !important;
}
.be-flickity.enable-flickity-mobile .img-wrap iframe{
height: 70% !important;
}
.be-fullscreen .be-flickity.enable-flickity-mobile img{
max-width: 100% !important;
}
.be-flickity.enable-flickity-mobile .attachment-details-custom-slider{
position: absolute !important;
background: transparent;
width: 100%;
padding: 0px;
top: 0px;
color: inherit;
}
.be-flickity.enable-flickity-mobile .attachment-details-custom-slider a{
text-align: center;
}
.be-flickity.disable-flickity-mobile .img-wrap{
position: relative;
}
.be-flickity.disable-flickity-mobile .fluid-width-video-wrapper iframe.gallery {
position: absolute !important;
width: 100% !important;
}
.be-flickity.disable-flickity-mobile .fluid-width-video-wrapper {
padding-top: 50% !important;
}
.be-flickity.disable-flickity-mobile .attachment-details-custom-slider {
position: static !important;
display: block !important;
}
.gallery-info-box-wrap .slider-counts{
display: none;
padding-left: 0px;
text-align: center;
margin-right: 10px;
}
.portfolio-sliders .gallery_content{
margin-top: 30px;
}
.portfolio-sliders .carousel_bar_area.disable-flickity-mobile-thumb{
display: none;
} 
.flickity-prev-next-button{
display: none;
}
.gallery_content_slide{
margin-bottom: 30px;
}
}
@media only screen and (max-width: 767px) { .gallery-all-container .single-portfolio-slider{
display: none;
}
}@font-face {
font-family: 'Hans Kendrick Heavy';
src: url(//divaenterprises.com.au/wp-content/themes/oshin/fonts/custom-fonts/hanskendrick-heavy-webfont.oft) format("oft");
src: url(//divaenterprises.com.au/wp-content/themes/oshin/fonts/custom-fonts/hanskendrick-heavy-webfont.eot?#iefix) format('embedded-opentype'),
url(//divaenterprises.com.au/wp-content/themes/oshin/fonts/custom-fonts/hanskendrick-heavy-webfont.woff) format('woff'),
url(//divaenterprises.com.au/wp-content/themes/oshin/fonts/custom-fonts/hanskendrick-heavy-webfont.ttf) format('truetype'),
url(//divaenterprises.com.au/wp-content/themes/oshin/fonts/custom-fonts/hanskendrick-heavy-webfont.svg#hans_kendrickheavy) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Hans Kendrick Light';
src: url(//divaenterprises.com.au/wp-content/themes/oshin/fonts/custom-fonts/hanskendrick-light-webfont.oft) format("oft");
src: url(//divaenterprises.com.au/wp-content/themes/oshin/fonts/custom-fonts/hanskendrick-light-webfont.eot?#iefix) format('embedded-opentype'),
url(//divaenterprises.com.au/wp-content/themes/oshin/fonts/custom-fonts/hanskendrick-light-webfont.woff) format('woff'),
url(//divaenterprises.com.au/wp-content/themes/oshin/fonts/custom-fonts/hanskendrick-light-webfont.ttf) format('truetype'),
url(//divaenterprises.com.au/wp-content/themes/oshin/fonts/custom-fonts/hanskendrick-light-webfont.svg#hans_kendricklight) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Hans Kendrick Medium';
src: url(//divaenterprises.com.au/wp-content/themes/oshin/fonts/custom-fonts/hanskendrick-medium-webfont.oft) format("oft");
src: url(//divaenterprises.com.au/wp-content/themes/oshin/fonts/custom-fonts/hanskendrick-medium-webfont.eot?#iefix) format('embedded-opentype'),
url(//divaenterprises.com.au/wp-content/themes/oshin/fonts/custom-fonts/hanskendrick-medium-webfont.woff) format('woff'),
url(//divaenterprises.com.au/wp-content/themes/oshin/fonts/custom-fonts/hanskendrick-medium-webfont.ttf) format('truetype'),
url(//divaenterprises.com.au/wp-content/themes/oshin/fonts/custom-fonts/hanskendrick-medium-webfont.svg#hans_kendrickmedium) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Hans Kendrick Regular';
src: url(//divaenterprises.com.au/wp-content/themes/oshin/fonts/custom-fonts/hanskendrick-regular-webfont.oft) format("oft");
src: url(//divaenterprises.com.au/wp-content/themes/oshin/fonts/custom-fonts/hanskendrick-regular-webfont.eot?#iefix) format('embedded-opentype'),
url(//divaenterprises.com.au/wp-content/themes/oshin/fonts/custom-fonts/hanskendrick-regular-webfont.woff) format('woff'),
url(//divaenterprises.com.au/wp-content/themes/oshin/fonts/custom-fonts/hanskendrick-regular-webfont.ttf) format('truetype'),
url(//divaenterprises.com.au/wp-content/themes/oshin/fonts/custom-fonts/hanskendrick-regular-webfont.svg#hans_kendrickregular) format('svg');
font-weight: normal;
font-style: normal;
}