.text-left{
text-align:left;
}
.text-center{
text-align:center;
}
.text-right{
text-align:right;
}
object#svg_main_logo {
margin: 0px;
}
.animate-general{
opacity:0;
}
.vc_row[data-vc-full-width] {
overflow: visible !important;
}
.floating,.hover_floating,.tossing,.hover_tossing,.pulse,.hover_pulse{
animation-duration: 1.5s;	
-webkit-animation-duration: 1.5s;
}
.floating,.hover_floating:hover{
animation-name: content_effect_floating;
-webkit-animation-name: content_effect_floating;
animation-duration: 2.2s;	
-webkit-animation-duration: 2.2s;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
}
.tossing,.hover_tossing:hover{
animation-name: content_effect_tossing;
-webkit-animation-name: content_effect_tossing;	
animation-duration: 2.2s;	
-webkit-animation-duration: 2.2s;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
}
.pulse,.hover_pulse:hover{
animation-name: content_effect_pulse;
-webkit-animation-name: content_effect_pulse;
animation-duration: 2.2s;	
-webkit-animation-duration: 2.2s;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
} .pt_plus_animated_svg .svg_inner_block {
position: relative;
display: inline-flex;
}
.pt_plus_animated_svg object {
max-width: 100%;
width: 100%;
}
.pt_plus_row_bg_animated_svg .svg_inner_block {
position: absolute;
}
.pt_plus_animated_svg object {
min-height: 100%;
}  ul.pt_plus_countdown.rounded li span {
padding-bottom: 10px;
}
ul.pt_plus_countdown.simple li{
-moz-border-radius:0px;
-webkit-border-radius:0px;
border-radius:0px;
}
ul.pt_plus_countdown.rounded li{
-moz-border-radius:16px;
-webkit-border-radius:16px;
border-radius: 16px;
}
ul.pt_plus_countdown {
list-style: none;
margin: 20px 0;
padding: 0;
display: block;
text-align: center;
}
ul.pt_plus_countdown li {
border: 4px solid #736E6E;
padding: 5px 17px;
margin:0px 10px
}
ul.pt_plus_countdown li { display: inline-block; }
ul.pt_plus_countdown li span {
font-weight: 300;
line-height: 80px;
padding: 0 13px;
padding-bottom: 10px;
border-bottom: 2px solid;
display: block;
}
ul.pt_plus_countdown li h6 {
font-size: 14px;
text-transform: uppercase;
padding-top: 10px;
font-weight: 600;
}  .ts-icon-cunter.service-icon-style_4 .counter-number, .ts-icon-cunter.service-icon-style_3 .counter-number {
text-align: left !important;
}
hr.hr-border {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eee;
}
.service-media {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.service-content {
-webkit-flex: 1 1 0%;
-ms-flex: 1 1 0%;
flex: 1 1 0%;
}
.m-r-16{
margin-right:16px; 
}
.m-l-16{
margin-left:16px; 
}
.service-title{
font-size: 18px;
margin-bottom: .5rem;
font-family: inherit;
font-weight: 500;
line-height: 1.1;
}
.service-desc {
margin-top: 0;
}
.service-desc p{
margin: 0;
}
.vertical-center {
align-items: center;
}
.service-border {
border-style: solid;
margin-top: 10px;
margin-bottom: 5px;
}
.text-right .service-border {
text-align: right;
display: inline-block;
}
.text-center .service-border {
text-align: center;
margin: 10px auto;
}
.service-icon-small {
width: 46px;
height: 46px;
display: inline-block;
line-height: 46px !important;
text-align: center;
font-size: 18px !important;
}
.service-icon-medium {
width: 74px;
height: 74px;
display: inline-block;
line-height: 72px !important;
text-align: center;
font-size: 30px !important;
}
.service-icon-large {
width: 148px;
height: 148px;
display: inline-block;
line-height: 146px !important; 
text-align: center;
font-size: 65px !important;
}
.icon-squre{
border: 1px solid;
}
.icon-rounded{
border: 1px solid;
-moz-border-radius:50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.origin-center {
-webkit-transform-origin: center;
-ms-transform-origin: center;
-moz-transform-origin: center;
-o-transform-origin: center;
transform-origin: center;
}
.no-backface {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.ts-icon-img {
margin-bottom: 10px;
}
.full-width{
width: 100%;
position: relative;
}
.flip-back, .flip-front{    
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
display: table;
}
.flip-back .vertical-center , .flip-front .vertical-center {
display: table-cell;
vertical-align: middle;
}
.flip-horizontal :hover .flip-front {
-webkit-transform: rotateY(-180deg);
-ms-transform:rotateY(-180deg);
-moz-transform:rotateY(-180deg);
-o-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
.flip-horizontal :hover .flip-back {
-webkit-transform: rotateY(0);
-ms-transform: rotateY(0);
-moz-transform: rotateY(0);
-o-transform:  rotateY(0);
transform: rotateY(0);
}
.flip-horizontal .flip-back {
-webkit-transform: rotateY(180deg);
-ms-transform:rotateY(180deg);
-moz-transform:rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.bezier-flip{
-webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
-moz-transition:  all .5s cubic-bezier(.645,.045,.355,1);
-o-transition: all .5s cubic-bezier(.645,.045,.355,1);
-ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
transition: all .5s cubic-bezier(.645,.045,.355,1);
}
.padding-flip {
padding: 30px 40px;
}
.ts-icon-cunter .icon-counte-inner{
-webkit-transition:0.5s;
-moz-transition:0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
position: relative;
margin: 15px 0;
}
.ts-icon-cunter.service-icon-style_4 .counter-number .theserivce-milestone-number {
display: block;
position: relative;
} .origin-center {
-webkit-transform-origin: center;
-ms-transform-origin: center;
-moz-transform-origin: center;
-o-transform-origin: center;
transform-origin: center;
}
.no-backface {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.numtext-left{
text-align: left;
}
.numtext-center{
text-align: center;
}
.numtext-right{
text-align: right;
}
.icon-right {
text-align: right;
}
.icon-left{
float: left;
}
.icon-center{
margin: 0 auto;
}
.ts-icon-cunter .text-center {
text-align: center;
}
.ts-icon{
display: block;
position: relative;
-o-transition: all 1.3s;
-webkit-transition: all 1.3s;
-moz-transition: all 1.3s;
-ms-transition: all 1.3s;
transition: all 1.3s;
}
.counter-number{
-o-transition: all 1.3s;
-webkit-transition: all 1.3s;
-moz-transition: all 1.3s;
-ms-transition: all 1.3s;
transition: all 1.3s;
margin-bottom: 15px;
line-height:1;
margin-top: 0;
margin-bottom:0px;
}
.icon-img-b{
line-height:1;
margin-bottom: 15px;
}
.service-media .icon-img-b {
margin-right: 15px;
}
.border-pd {
border: 2px solid;
}
.subject-color{
-o-transition: all 1.3s;
-webkit-transition: all 1.3s;
-ms-transition: all 1.3s;
-moz-transition: all 1.3s;
transition: all 1.3s;
margin-bottom: 20px;
line-height:1;
}
.sub-subject-color {
margin-bottom: 20px;
line-height:1;
}
.ts-icon-1{
display: block ;
vertical-align: middle;
text-align: center;
overflow:hidden;
}
.ts-icon-cunter {
margin: 10px 0;
}
.pad-0{
padding:0;
}
.pad-5{
padding: 5px;
}
.pad-30{
padding: 30px;
padding-bottom:10px;
}
.border-icon {
display: block;
position: relative;
padding: 30px;
padding-bottom:10px;
}
.ts-icon-cunter .text-left .hr-border {
float: left;
display: block;
position: relative;
clear: both;
}
.ts-icon-cunter .text-right .hr-border {
float: right;
clear: both;
}
.service-icon-style_1 .icn-txt {
display: block;
position: relative;
width: 100%;
overflow: hidden;
}
.icon-right .ts-icon-1 {
text-align: right;
} .service-icon-style_2 .icn-content {
padding: 20px ;
display: block;
position: relative;
background: #F9B701;
}
.service-icon-style_2 .icn-header {
display: block;
position: relative;
padding: 20px;
}
.service-icon-style_2 .ts-icon-cunter ,.service-icon-style_2 .subject-color{
margin-bottom: 0;
} .service-icon-style_3 .pt_plus_animated_svg,.service-icon-style_4 .pt_plus_animated_svg {
width: auto;
margin-right: 15px;
}
.ts-icon-cunter .slick-nav.style-4.bottom-center,.ts-icon-cunter .slick-nav.style-5.bottom-center{
left: 50%;
right: 17px;
bottom: -80px;
top: auto;
}
@keyframes spin {
from {
transform:rotate(0deg);
}
to {
transform:rotate(360deg);
}
}
@-webkit-keyframes toRightFromLeft {
49% {
-webkit-transform: translate(100%);
}
50% {
opacity: 0;
-webkit-transform: translate(-100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toRightFromLeft {
49% {
-moz-transform: translate(100%);
}
50% {
opacity: 0;
-moz-transform: translate(-100%);
}
51% {
opacity: 1;
}
}
@keyframes toRightFromLeft {
49% {
transform: translate(100%);
}
50% {
opacity: 0;
transform: translate(-100%);
}
51% {
opacity: 1;
}
}
@-webkit-keyframes toLeftFromRight {
49% {
-webkit-transform: translate(-100%);
}
50% {
opacity: 0;
-webkit-transform: translate(100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toLeftFromRight {
49% {
-moz-transform: translate(-100%);
}
50% {
opacity: 0;
-moz-transform: translate(100%);
}
51% {
opacity: 1;
}
}
@keyframes toLeftFromRight {
49% {
transform: translate(-100%);
}
50% {
opacity: 0;
transform: translate(100%);
}
51% {
opacity: 1;
}
}
@-webkit-keyframes toTopFromBottom {
49% {
-webkit-transform: translateY(-100%);
}
50% {
opacity: 0;
-webkit-transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toTopFromBottom {
49% {
-moz-transform: translateY(-100%);
}
50% {
opacity: 0;
-moz-transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@keyframes toTopFromBottom {
49% {
transform: translateY(-100%);
}
50% {
opacity: 0;
transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@-webkit-keyframes toBottomFromTop {
49% {
-webkit-transform: translateY(100%);
}
50% {
opacity: 0;
-webkit-transform: translateY(-100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toBottomFromTop {
49% {
-moz-transform: translateY(100%);
}
50% {
opacity: 0;
-moz-transform: translateY(-100%);
}
51% {
opacity: 1;
}
}
@keyframes toBottomFromTop {
49% {
transform: translateY(100%);
}
50% {
opacity: 0;
transform: translateY(-100%);
}
51% {
opacity: 1;
}
}  .pricing_table {
display: block;
position: relative;
overflow: hidden;
transition: 0.7s;
width: 100%;
}
.pricing_table .pt_plus_button.button-style-6 .button-link-wrap {
left: 0;
}
.pricing_table .ts-button .button-style-12 .button-link-wrap{
position: relative;
z-index: 2;
}
.pricing_table .ts-button .button-style-13 .button-link-wrap{
position: relative;
z-index: 2;
}
.pricing_table .ts-button .button-style-16 .button-link-wrap{
position: relative;
z-index: 2;
}
.pricing_table .ts-button .button-style-15 .button-link-wrap{
position: relative;
z-index: 2;
}
.pricing_table .ts-button .button-style-19 .button-link-wrap{
position: relative;
z-index: 2;
}
.pricing_table .ts-button .button-style-20 .button-link-wrap{
position: relative;
z-index: 2;
}
.pricing_table .ts-button .button-style-21 .button-link-wrap{
position: relative;
z-index: 2;
}
.pricing_table.bg-img {
-webkit-background-size: cover;
-moz-background-size: cover; 
-o-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.pricing_table .pricing_table-title,.pricing_table .pricing_table-sub_title {
padding: 10px 0;
}
.pricing_table-top {
-webkit-background-size: cover;
-moz-background-size: cover; 
-o-background-size: cover;
background-size: cover;
background-position: center;
}
.pricing_table-top {
display: block;
position: relative;
padding: 30px 0;
transition: 0.7s;
}
.pricing_table-middle {
display: block;
position: relative;
padding: 20px 0;
padding-top: 0;
transition: 0.7s;
}
.pricing_table-bottom {
display: block;
position: relative;
padding: 0 0 30px 0;
}
.price-counter.counter-number {
padding: 20px 0;
margin: 0;
}
.pricing-btn {
display: inline-block;
position: relative;
background: #d6d6d6;
padding: 10px 30px;
}
.pricing_table-middle .pricing-content .pricing_table-classic {
list-style-type: none;
}
.pricing_table .pricing-content {
margin: 0;
padding: 0;
display: block;
position: relative;
padding-top: 20px;
}
.pricing-content.ul-pd-20 {
padding-top: 20px;
}
.pricing_table .pricing_table-classic {
padding: 5px;
}
.pricing_table.border-price {
border-style: solid;
}
.pricing_table .postfix-top,.pricing_table .prifix-top{
vertical-align: top;
}
.pricing_table .postfix-bottom,.pricing_table .prifix-bottom{
vertical-align: bottom;
}
.pricing_table .postfix-middle,.pricing_table .prifix-middle{
vertical-align: middle;
}
.pricing_table .pricing_table-top.border-bottom {
border-bottom: 2px solid;
}
.pricing-btn.show-hover-btn {
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: -webkit-transform 0.3s, opacity 0.3s;
-o-transition:-webkit-transform 0.3s, opacity 0.3s;
-ms-transition:-webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transform: translate3d(0, -15px, 0);
-ms-transform: translate3d(0, -15px, 0);
-moz-transform: translate3d(0, -15px, 0);
-o-transform:  translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
opacity: 0;
}
.pricing-large .pricing_table {
padding: 40px 0;
margin-top: -40px;
}
.pricing-medium .pricing_table {
padding: 20px 0;
margin-top: -20px;
}
.pricing_table:hover .pricing-btn.show-hover-btn {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-o-transform:  translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.pricing_table-middle .pricing-content .pricing_table-classic {
list-style-type: none;
padding: 13px;
list-style: none;
text-align: center;
transition: 0.7s;
} .pt-plus-button-wrapper{
position:relative;
display: block;
}
.ts-button.content_hover_effect {
position: relative;
display: inline-block;
width:auto;
}
.pt_plus_button {
position: relative;
display: inline-block;
width: auto;	
}
.pt_plus_button.full-button {
width: 100%;
text-align: center;
}
.ts-button.content_hover_effect.full-button {
width: 100%;
}
.pt_plus_button.full-button a.button-link-wrap {
display: block;
width: 100%;
text-align: center;
}
a.button-link-wrap:hover {
text-decoration: blink;
}
.pt_plus_button.trnasition_hover{
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-ms-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear;
}
.pt_plus_button.trnasition_hover:hover{
-webkit-transform: translateY(-3px);
-moz-transform: translateY(-3px);
-ms-transform: translateY(-3px);
-o-transform: translateY(-3px);
transform: translateY(-3px);
}
.pt_plus_button .button-link-wrap i {
padding-left: 5px;
padding-right: 5px;
}
.pt_plus_button .button-link-wrap {
position: relative;
display: inline-block;
padding: 15px 30px;
font-size: 16px;
line-height: 25px;
letter-spacing: 1px;
cursor: pointer;
color: #000;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-ms-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear;
}
.pt_plus_button .button-link-wrap:hover .button_line{
-webkit-animation: mymove 1s; 
-webkit-animation-iteration-count: 1;
animation: mymove 1s;
animation-iteration-count: 1;
}
.pt_plus_button .button-link-wrap .button_line {
position: absolute;
background: #000;
width: 100%;
height: 1px;
bottom: 0;
left: 0%;
pointer-events: none;
z-index: 11;
display: inline-block;
}
@-webkit-keyframes mymove {
0% { left: 0%;width:100%;}
45% {left: 100%;width:0%}
55% {left: 0%;width:0%}
100% {left:0%;width:100%}
}
@keyframes mymove {
0% { left: 0%;width:100%;}
45% {left: 100%;width:0%}
55% {left: 0%;width:0%}
100% {left:0%;width:100%}
}  .button-link-wrap i.button-before {
margin-right:10px;
}
.button-link-wrap i.button-after {
margin-left:10px;
}
.pt_plus_button.button-style-2 .button-link-wrap i {
background: #252525;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius: 50%;
width: 50px;
height: 50px;
text-align: center;
display: inline-grid;
line-height: 1;
align-items: center;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-ms-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear;
}
.pt_plus_button.button-style-2 .button-link-wrap:hover i {
background:#ff214f;
}
.pt_plus_button.button-style-2 .button-link-wrap i.button-before {
margin-right:20px;
padding: 15px;
}
.pt_plus_button.button-style-2 .button-link-wrap i.button-after {
margin-left:20px;
padding: 15px;
}
.pt_plus_button.button-style-2 .button-link-wrap:hover i.button-before {
-webkit-transform: translateX(14px);
-ms-transform: translateX(14px);
-moz-transform: translateX(14px);
-o-transform:  translateX(14px);
transform: translateX(14px);
}
.pt_plus_button.button-style-2 .button-link-wrap:hover  i.button-after {
-webkit-transform: translateX(-14px);
-ms-transform: translateX(-14px);
-moz-transform: translateX(-14px);
-o-transform: translateX(-14px);
transform: translateX(-14px);
}  .pt_plus_button.button-style-8{
overflow: visible;
}
.pt_plus_button.button-style-8 .button-link-wrap{
-moz-box-shadow: 0 8px 20px 1px rgba(0,0,0,0.27);
-webkit-box-shadow: 0 8px 20px 1px rgba(0,0,0,0.27);
box-shadow: 0 8px 20px 1px rgba(0,0,0,0.27);
-moz-border-radius:0px !important;
-webkit-border-radius:0px !important;
border-radius: 0 !important;
padding: 15px 30px;
border:1px solid #252525;
}
.pt_plus_button.button-style-8 .button-link-wrap:hover{
-webkit-box-shadow: 0 3px 6px 1px rgba(0,0,0,0.08);
-moz-box-shadow: 0 3px 6px 1px rgba(0,0,0,0.08);
box-shadow: 0 3px 6px 1px rgba(0,0,0,0.08);
-webkit-transform:translateY(3px);
-ms-transform:translateY(3px);
-moz-transform:translateY(3px);
-o-transform: translateY(3px);
transform: translateY(3px);
}  .pt_plus_button.button-style-9 a.button-link-wrap {
padding-right: 20px;
}
.pt_plus_button.button-style-9 a.button-link-wrap .btn-arrow{
position:relative;
display: inline-block;
margin-left: 10px;
}
.pt_plus_button.button-style-9 a.button-link-wrap .fa-show{
-webkit-transform:translateX(0%) translateZ(0) translateY(-50%);
-ms-transform:translateX(0%) translateZ(0) translateY(-50%);
-moz-transform:translateX(0%) translateZ(0) translateY(-50%);
-o-transform: translateX(0%) translateZ(0) translateY(-50%);
transform: translateX(0%) translateZ(0) translateY(-50%);
position: absolute;
top: 50%;
}
.pt_plus_button.button-style-9 a.button-link-wrap:hover .fa-show{
opacity: 0;
-webkit-transform:translateX(20px) translateZ(0) translateY(-50%);
-ms-transform:translateX(20px) translateZ(0) translateY(-50%);
-moz-transform:translateX(20px) translateZ(0) translateY(-50%);
-o-transform: translateX(20px) translateZ(0) translateY(-50%);
transform: translateX(20px) translateZ(0) translateY(-50%);
-webkit-transition: -webkit-transform .7s cubic-bezier(.23,1,.32,1),opacity .45s cubic-bezier(.165,.84,.44,1);
-moz-transition: -moz-transform .7s cubic-bezier(.23,1,.32,1),opacity .45s cubic-bezier(.165,.84,.44,1);
-o-transition: -o-transform .7s cubic-bezier(.23,1,.32,1),opacity .45s cubic-bezier(.165,.84,.44,1);
-ms-transition: -ms-transform .7s cubic-bezier(.23,1,.32,1),opacity .45s cubic-bezier(.165,.84,.44,1);
transition: transform .7s cubic-bezier(.23,1,.32,1),opacity .45s cubic-bezier(.165,.84,.44,1);
}
.pt_plus_button.button-style-9 a.button-link-wrap .fa-hide{
opacity: 0;
-webkit-transform:translateX(-20px) translateZ(0);
-ms-transform:translateX(-20px) translateZ(0);
-moz-transform:translateX(-20px) translateZ(0);
-o-transform: translateX(-20px) translateZ(0);
transform: translateX(-20px) translateZ(0);
}
.pt_plus_button.button-style-9 a.button-link-wrap:hover .fa-hide{
opacity: 1;
-webkit-transform:translateX(0) translateZ(0);
-ms-transform:translateX(0) translateZ(0);
-moz-transform:translateX(0) translateZ(0);
-o-transform: translateX(0) translateZ(0);
transform: translateX(0) translateZ(0);
-webkit-transition:-webkit-transform .7s .1s cubic-bezier(.23,1,.32,1),opacity .45s .1s cubic-bezier(.165,.84,.44,1);
-moz-transition: -moz-transform .7s .1s cubic-bezier(.23,1,.32,1),opacity .45s .1s cubic-bezier(.165,.84,.44,1);
-o-transition:-o-transform .7s .1s cubic-bezier(.23,1,.32,1),opacity .45s .1s cubic-bezier(.165,.84,.44,1);
-ms-transition:-ms-transform .7s .1s cubic-bezier(.23,1,.32,1),opacity .45s .1s cubic-bezier(.165,.84,.44,1);
transition: transform .7s .1s cubic-bezier(.23,1,.32,1),opacity .45s .1s cubic-bezier(.165,.84,.44,1);
}  .pt_plus_button.button-style-10 .button-link-wrap {
display: inline-block;
border: 1px solid #252525;
background: #fff;
padding: 15px 30px;
-webkit-transition: background .5s ease-in,border .5s ease-in;
-moz-transition: color .5s ease-in,background .5s ease-in,border .5s ease-in;
-ms-transition: color .5s ease-in,background .5s ease-in,border .5s ease-in;
-o-transition: color .5s ease-in,background .5s ease-in,border .5s ease-in;
transition: color .5s ease-in,background .5s ease-in,border .5s ease-in;
}
.pt_plus_button.button-style-10 .button-link-wrap:hover {
color: #252525;
border-color: #ff214f;
background: #ff214f;
}  .pt_plus_button.button-style-11 .button-link-wrap {
display: inline-block;
background:#252525;
border: 1px solid #252525;
overflow: hidden;
}
.pt_plus_button.button-style-11 .button-link-wrap:hover > span {
-webkit-transform: translate3d(0, 100%, 0);
-ms-transform:translate3d(0, 100%, 0);
-moz-transform:translate3d(0, 100%, 0);
-o-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
display: block;
opacity: 0;
}
.pt_plus_button.button-style-11 .button-link-wrap::before {
content: attr(data-hover);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
color: #252525;
background: #ff214f;
display: grid;
align-items: center;
text-align: center;
}
.pt_plus_button.button-style-11 .button-link-wrap > span,.pt_plus_button.button-style-11 .button-link-wrap::before{
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
-o-transition:-o-transform 0.3s;
-ms-transition:-ms-transform 0.3s;
transition: transform 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
padding: 15px 30px;
display: block;
}
.pt_plus_button.button-style-11.hover-left .button-link-wrap::before {
-webkit-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
-moz-transform: translate3d(-100%, 0, 0);
-o-transform:  translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.pt_plus_button.button-style-11.hover-right .button-link-wrap::before {
-webkit-transform: translate3d(100%, 0, 0);
-ms-transform:  translate3d(100%, 0, 0);
-moz-transform:  translate3d(100%, 0, 0);
-o-transform:  translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.pt_plus_button.button-style-11.hover-top .button-link-wrap::before {
-webkit-transform: translate3d(0,-100%, 0);
-ms-transform:translate3d(0,-100%, 0);
-moz-transform:translate3d(0,-100%, 0);
-o-transform: translate3d(0,-100%, 0);
transform: translate3d(0, -100%, 0);
}
.pt_plus_button.button-style-11.hover-bottom .button-link-wrap::before {
-webkit-transform: translate3d(0,100%, 0);
-ms-transform:translate3d(0,100%, 0);
-moz-transform:translate3d(0,100%, 0);
-o-transform: translate3d(0,100%, 0);
transform: translate3d(0,100%, 0);
}
.pt_plus_button.button-style-11.hover-left .button-link-wrap:hover::before,.pt_plus_button.button-style-11.hover-right .button-link-wrap:hover::before,.pt_plus_button.button-style-11.hover-top .button-link-wrap:hover::before,.pt_plus_button.button-style-11.hover-bottom .button-link-wrap:hover::before  {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-o-transform:  translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.pt_plus_button.button-style-11 .button-link-wrap {
overflow: hidden;
padding: 0;
}  .pt_plus_button.button-style-12 .button-link-wrap {
display: inline-block;
border: 1px solid #252525;
padding: 15px 30px;
overflow: hidden;
}
.pt_plus_button.button-style-12 .button-link-wrap span{
z-index: 1;
position: relative;
}
.pt_plus_button.button-style-12 .button-link-wrap::before {
content: '';
position: absolute;
top: 50%;
left: 100%;
margin: -15px 0 0 1px;
width: 50px;
height: 30px;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius: 50%;
background: #ff214f;
-webkit-transform-origin: 100% 50%;
-moz-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
-o-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transform: scale3d(1, 2, 1);
-moz-transform: scale3d(1, 2, 1);
-ms-transform: scale3d(1, 2, 1);
-o-transform: scale3d(1, 2, 1);
transform: scale3d(1, 2, 1);
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: -webkit-transform 0.3s, opacity 0.3s;
-ms-transition: -webkit-transform 0.3s, opacity 0.3s;
-o-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.1, opacity 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}
.pt_plus_button.button-style-12 .button-link-wrap:hover::before {
-webkit-transform: scale3d(9, 9, 1);
transform: scale3d(9, 9, 1);
}  .pt_plus_button.button-style-16 .button-link-wrap {
display: inline-block;
padding: 15px 30px;
margin: 10px;
color:#8a8a8a;
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
-o-transition:color 0.3s;
-ms-transition:color 0.3s;
transition: color 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.pt_plus_button.button-style-16 .button-link-wrap::before,.pt_plus_button.button-style-16 .button-link-wrap::after {
content: '';
-moz-border-radius: inherit;
-webkit-border-radius: inherit;
border-radius: inherit;
pointer-events: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
-o-transition:-o-transform 0.3s, opacity 0.3s;
-ms-transition:-ms-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.pt_plus_button.button-style-16 .button-link-wrap::before {
border: 1px solid #252525;
opacity: 0;
-webkit-transform: scale3d(1.2, 1.2, 1);
-ms-transform: scale3d(1.2, 1.2, 1);
-moz-transform: scale3d(1.2, 1.2, 1);
-o-transform:  scale3d(1.2, 1.2, 1);
transform: scale3d(1.2, 1.2, 1);
background:#ff214f;
}
.pt_plus_button.button-style-16 .button-link-wrap:hover::before {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
-moz-transform: scale3d(1, 1, 1);
-o-transform: scale3d(1, 1, 1); 
transform: scale3d(1, 1, 1);
}
.pt_plus_button.button-style-16 .button-link-wrap::after {
background: #252525;
}
.pt_plus_button.button-style-16 .button-link-wrap:hover::after {
opacity: 0;
-webkit-transform: scale3d(0.8, 0.8, 1);
-ms-transform: scale3d(0.8, 0.8, 1);
-moz-transform: scale3d(0.8, 0.8, 1);
-o-transform: scale3d(0.8, 0.8, 1);
transform: scale3d(0.8, 0.8, 1);
}  .pt_plus_button.button-style-17 .button-link-wrap{
display: inline-block;
margin: 10px;
padding: 0;
overflow: hidden;
border: 1px solid #252525;
-webkit-transition: background 0.3s;
-moz-transition:  background 0.3s;
-o-transition: background 0.3s;
-ms-transition: background 0.3s;
transition: background 0.3s;
}
.pt_plus_button.button-style-17 .button-link-wrap span{
padding: 15px 30px;
display:block;
}
.pt_plus_button.button-style-17 .button-link-wrap .btn-icon {
position: absolute;
top: 0;
width: 100%;
height: 100%;
margin: 0;
display: grid;
align-items: center;
text-align: center;
left: 0;
color: #fff;
}
.pt_plus_button.button-style-17.hover-top .button-link-wrap .btn-icon {
-webkit-transform: translate3d(0, -100%, 0);
-ms-transform: translate3d(0, -100%, 0);
-moz-transform: translate3d(0, -100%, 0);
-o-transform:  translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
.pt_plus_button.button-style-17.hover-bottom .button-link-wrap .btn-icon {
-webkit-transform: translate3d(0, 100%, 0);
-ms-transform:translate3d(0, 100%, 0);
-moz-transform:translate3d(0, 100%, 0);
-o-transform:translate3d(0, 100%, 0); 
transform: translate3d(0, 100%, 0);
}
.pt_plus_button.button-style-17 .button-link-wrap:hover .btn-icon {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-o-transform:  translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.pt_plus_button.button-style-17 .button-link-wrap > span, .pt_plus_button.button-style-17 .button-link-wrap .btn-icon {
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.pt_plus_button.button-style-17 .button-link-wrap:hover > span {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
-ms-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
-o-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.pt_plus_button.button-style-17.hover-bottom .button-link-wrap:hover > span {
-webkit-transform: translate3d(0, -100%, 0);
-ms-transform: translate3d(0, -100%, 0);
-moz-transform: translate3d(0, -100%, 0);
-o-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
.pt_plus_button.button-style-17 .button-link-wrap::before {
content: '';
position: absolute;
left: -50%;
width: 200%;
height: 200%;
background: #ff214f;
top: -50%;
}
.pt_plus_button.button-style-17.hover-top .button-link-wrap::before {
-webkit-transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
}
.pt_plus_button.button-style-17.hover-top .button-link-wrap:hover::before {
-webkit-animation: button-style-17-top 0.3s forwards ease-in;
-moz-animation:  button-style-17-top 0.3s forwards ease-in;
-o-animation:  button-style-17-top 0.3s forwards ease-in;
animation: button-style-17-top 0.3s forwards ease-in;
}
.pt_plus_button.button-style-17.hover-bottom .button-link-wrap::before {
-webkit-transform: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg);
-moz-animation: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg); 
-o-animation: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg); 
transform: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg);
}
.pt_plus_button.button-style-17.hover-bottom .button-link-wrap:hover::before {
-webkit-animation: button-style-17-bottom 0.3s forwards ease-in;
-moz-animation: button-style-17-bottom 0.3s forwards ease-in;
-o-animation: button-style-17-bottom 0.3s forwards ease-in;
animation: button-style-17-bottom 0.3s forwards ease-in;
}
@-webkit-keyframes button-style-17-top {
50% {
-webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
}
}
@keyframes button-style-17-top {
50% {
-webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
}
}
@-webkit-keyframes button-style-17-bottom{
50% {
-webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
}
}
@keyframes button-style-17-bottom{
50% {
-webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
}
}  .pt_plus_button.button-style-19 .button-link-wrap,.pt_plus_button.button-style-20 .button-link-wrap,.pt_plus_button.button-style-21 .button-link-wrap{
display: inline-block;
margin: 10px;
padding: 15px 30px;
overflow: hidden;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
border: 1px solid #252525;
}
.pt_plus_button.button-style-19 .button-link-wrap span,.pt_plus_button.button-style-20 .button-link-wrap span,.pt_plus_button.button-style-21 .button-link-wrap span,
.pt_plus_button.button-style-19 .button-link-wrap i.btn-icon,.pt_plus_button.button-style-20 .button-link-wrap i.btn-icon,.pt_plus_button.button-style-21 .button-link-wrap i.btn-icon{	
position: relative;
z-index: 1;
}
.pt_plus_button.button-style-19 .button-link-wrap:after,.pt_plus_button.button-style-20 .button-link-wrap:after, .pt_plus_button.button-style-21 .button-link-wrap:after {
content: '';
position: absolute;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.pt_plus_button.button-style-19 .button-link-wrap:after {
width: 0;
height: 103%;
top: 50%;
left: 50%;
background: #ff214f;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.pt_plus_button.button-style-19 .button-link-wrap:hover:after {
width: 90%;
opacity: 1;
}
.pt_plus_button.button-style-19 .button-link-wrap:active:after {
width: 101%;
opacity: 1;
}  .pt_plus_button.button-style-20 .button-link-wrap:after {
width: 100%;
height: 0;
top: 50%;
left: 50%;
background: #ff214f;
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.pt_plus_button.button-style-20 .button-link-wrap:hover:after {
height: 280%;
opacity: 1;
}
.pt_plus_button.button-style-20 .button-link-wrap:active:after {
height: 500%;
opacity: 1;
}  .pt_plus_button.button-style-21 .button-link-wrap:after {
width: 101%;
height: 0;
top: 50%;
left: 50%;
background: #ff214f;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.pt_plus_button.button-style-21 .button-link-wrap:hover:after {
height: 75%;
opacity: 1;
}
.pt_plus_button.button-style-21 .button-link-wrap:active:after {
height: 130%;
opacity: 1;
}  .pt_plus_button.button-style-22 .button-link-wrap{
display: inline-block;
margin: 10px;
padding: 15px 30px;
overflow: hidden;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
border: 1px solid #252525;
background:#fff;
}
.pt_plus_button.button-style-22 .button-link-wrap .btn-icon{
position: absolute;
height: 100%;
color: #252525;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
display: grid;
align-items: center;
vertical-align: middle;
}
.pt_plus_button.button-style-22 .button-link-wrap .button-after {
left: 130%;
top: 0;
margin-left: 10px;
}
.pt_plus_button.button-style-22 .button-link-wrap:hover .button-after{
left: 75%;
}
.pt_plus_button.button-style-22 .button-link-wrap .button-before {
left: -30%;
opacity: 0;
top: 0;
margin-right: 10px;
}
.pt_plus_button.button-style-22 .button-link-wrap:hover .button-before {
left:2%;
opacity: 1;
}    .pt-plus-piechart {
position: relative;
display: block;
width: 100%;
overflow: hidden;
}
.progress_bar.pt-plus-peicharts {
display: block;
width: 100%;
padding-bottom: 20px;
overflow: hidden;
position: relative;
}
.progress_bar-skill-bar-filled {
background: #2d9bea;
height: 100%;
width: 0%;
-webkit-transition: width 1s linear;
-moz-transition: width 1s linear;
transition: width 1s linear;
position: relative;
}
.progress_bar-skill.skill-fill {
background: #f3f3f3;
}
.progress_bar-skill.skill-fill.small {
height: 6px;
position: relative;
}
.progress_bar-skill.skill-fill.medium {
height: 15px;
position: relative;
}
.progress_bar-skill.skill-fill.large {
height: 40px;
position: relative;
}
.progress_bar-progressbar .progress_bar-media {
display: table;
width: 100%;
}
.progress_bar-progressbar .prog-title.prog-icon {
display: table-cell;
vertical-align: middle;
}
.progress_bar-progressbar .counter-number {
display: table-cell;
vertical-align: middle;
text-align: right;
} .progress_bar-media-large {
position: absolute;
top: 0;
}
.progress_bar-media.large span.progres-ims {
display: table-cell;
vertical-align: middle;
}
.progress_bar-media.large span.progres-ims i{
vertical-align: middle;
}
.progress_bar-media.large span.progress_bar-title {
display: table-cell;
vertical-align: middle;
padding-left: 5px;
}
.progress_bar-media-large .counter-number {
display: inline-block;
vertical-align: middle;
margin: 0;
}
.progress_bar-media.large {
position: absolute;
-webkit-transform: translateZ(50px) translateY(-50%) translateX(-50%);
-ms-transform: translateZ(50px) translateY(-50%) translateX(-50%);
-moz-transform: translateZ(50px) translateY(-50%) translateX(-50%);
-o-transform:  translateZ(50px) translateY(-50%) translateX(-50%);
transform: translateZ(50px) translateY(-50%);
top: 50%;
padding : 0 10px;
} .progress-style_2 .progress_bar-skill-bar-filled:after {
position: absolute;
content: '';
left: 100%;
margin-left: -2px;
border-right: 2px solid #2d9bea;
height: 8px;
top: 0;
}
.progress-style_2.progress_bar-skill.skill-fill {
background: #f3f3f3;
margin-top: 5px;
height: 2px;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
overflow: visible;
} .pt-plus-peicharts canvas {
position: absolute;
top: 0;
left: 50%;
max-width: 100%;
-webkit-transform: rotateY(180deg) translateX(50%);
-moz-transform: rotateY(180deg) translateX(50%);
-o-transform: rotateY(180deg) translateX(50%);
-ms-transform: rotateY(180deg) translateX(50%);
transform: rotateY(180deg) translateX(50%);
}
.pt-plus-circle {
position: relative;
overflow: hidden;
width: 160px;
height: 160px;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius: 50%;
margin: 0 auto;
text-align: center;
}
.progress_bar-pie_chart {
text-align: center;
}
.pie-style_1 .theserivce-milestone-number {
margin: 5px;
}
.progress_bar.pt-plus-peicharts object {
min-height: 100%;
}
.pt-plus-pie_chart.style-2 {
display: table;
vertical-align: middle;
text-align: center;
margin: 0 auto;
}
.pt-plus-pie_chart {
padding-top: 20px;
}
.pie_chart-style2 {
-webkit-flex: 1 1 0%;
-ms-flex: 1 1 0%;
flex: 1 1 0%;
}
.pt-plus-pie_chart.style-2 .pie_chart {
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}
.pt-plus-pie_chart.style-2 .pie_chart-style2 {
display: inline-block;
vertical-align: middle;
text-align: left;
}
.pie_border_after .pt-plus-circle:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border: 1px solid #e7e7e7;
border-radius: inherit;
-webkit-border-radius: inherit;
-moz-border-radius: inherit;
}
.pt-plus-circle .pianumber-css {
position: absolute;
-webkit-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
top: 50%;
left: 50%;
width: 100%;
}
.pianumber-css h5.counter-number {
margin-bottom: 0;
}
.pt-plus-pie_chart.style-3 .counter-number,.pt-plus-pie_chart .pie_chart-style3 {
text-align: center;
}   .pt_plus_social_list {
position: relative;
display: block;
padding: 0;
overflow: hidden;
}
.pt_plus_social_list ul.social_list {
display: inline-block;
padding: 0;
margin: 0;
position: relative;
list-style: none;
}
.pt_plus_social_list ul.social_list li {
position: relative;
overflow: hidden;
font-size: 20px;
text-align: center;
float: left;
}
.pt_plus_social_list ul.social_list li a {
font-size: 20px;
color: #28262b;
text-align: center;
width: 2.5em;
height: 2.5em;
line-height: 2.5em;
display: block;
margin-right: 10px;
} .pt_plus_social_list.style-1 ul.social_list {
display: table;
margin: 0 auto;
}
.pt_plus_social_list.style-1 li {
display: table-cell;
float:none;
}
.pt_plus_social_list.style-1 ul.social_list li a {
padding:23px 30px;
width: 100%;
height: 100%;
line-height: 1;
background: #494949;
color: #fff;
border: 1px solid #494949;
margin-right: 0;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.pt_plus_social_list.style-1 ul.social_list li:hover a {
background:#000;
}
.pt_plus_social_list.style-1 ul.social_list li a i.fa {
padding-right: 10px;
}  .pt_plus_social_list.style-2 ul.social_list {
display: table;
margin: 0 auto;
}
.pt_plus_social_list.style-2 li {
display: table-cell;
float:none;
}
.pt_plus_social_list.style-2 ul.social_list li a {
padding:15px 30px;
width: 100%;
height: 100%;
line-height: 1;
color: #494949;
margin-right: 0;
border-right: 1px solid #404040;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.pt_plus_social_list.style-2 ul.social_list li:hover a {
color:#000;
}
.pt_plus_social_list.style-2 ul.social_list li a i.fa {
padding-right: 10px;
}
.pt_plus_social_list.style-2 ul.social_list li:last-child a{
border-right: 0;
}  .pt_plus_social_list.style-3 ul.social_list li a {
margin-right: 0;
width: 100%;
height: 100%;
line-height: 1;
margin: 0;
}
.pt_plus_social_list.style-3 ul.social_list li {
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #404040;
border: 2px dashed black;
background-clip: content-box;
margin: 10px;
-webkit-transition:.5s ease-in-out;
-ms-transition:.5s ease-in-out;
-moz-transition:.5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
width: 100px;
height: 100px;
padding: 10px;
display: grid;
}
.pt_plus_social_list.style-3 ul.social_list li:hover{
-webkit-transform:rotate(360deg);
-ms-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
padding: 10px;
}
.pt_plus_social_list.style-3 ul.social_list li a i.fa {
display: block;
position: absolute;
text-align: center;
top: 50%;
left: 50%;
-webkit-transform:translate(-50%, -50%);
-ms-transform:translate(-50%, -50%);
-moz-transform:translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}  .pt_plus_social_list.style-4 ul.social_list li a {
width: 100%;
height: 100%;
padding: 0 15px;
margin-right: 10px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
background: #404040;
color:#fff;
border: 1px solid #404040;
}
.pt_plus_social_list.style-4 ul.social_list li {
margin-right: 5px;
}
.pt_plus_social_list.style-4 ul.social_list li a i.fa, .pt_plus_social_list.style-4 ul.social_list li a span {
top: 0;
position: relative;
-webkit-transition:350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
-moz-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
-o-transition:350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
-ms-transition:350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}
.pt_plus_social_list.style-4 ul.social_list li a i.fa{
position: absolute;
width: 100%;
left: 0;
right: 0;
height: 100%;
line-height:20px;
}
.pt_plus_social_list.style-4 ul.social_list li:hover a span {
top: -40px;
-webkit-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
-moz-transition:  350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
-o-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
-ms-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}
.pt_plus_social_list.style-4 ul.social_list li a i.fa:before {
top: 100px;
text-align: center;
position: relative;
-webkit-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
-moz-transition:  350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
-o-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
-ms-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
display: inline-block;
}
.pt_plus_social_list.style-4 ul.social_list li:hover a i.fa:before {
top: 32%;
-webkit-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
-moz-transition:  350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
-o-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
-ms-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}  .pt_plus_social_list.style-5 ul.social_list li {
margin-right: 10px;
}
.pt_plus_social_list.style-5 ul.social_list li a{
-webkit-border-radius: 28%;
-moz-border-radius: 28%;
border-radius: 28%;
-moz-box-shadow:0 5px 15px -5px rgba(0,0,0,0.1);
-webkit-box-shadow:0 5px 15px -5px rgba(0,0,0,0.1);
box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
opacity: 0.99;
background: #d3d3d3;	
margin-right: 0;
border: 1px solid #404040;
}
.pt_plus_social_list.style-5 ul.social_list li a i.fa{
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
-moz-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
}
.pt_plus_social_list.style-5 ul.social_list li:hover a i.fa{
-webkit-transform: scale(1);
-ms-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.pt_plus_social_list.style-5 ul.social_list li a,.pt_plus_social_list.style-5 ul.social_list li a i.fa{
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}   .pt_plus_stylish_list {
display: block;
position: relative;
overflow: hidden;
width: 100%;
padding-bottom: 15px;
}
.pt_plus_stylish_list .stylish-item-wrap i {
padding: 1px;
}
.pt_plus_stylish_list .stylish-item-wrap{
margin-bottom: 10px;
}
.pt_plus_stylish_list .stylish-desc ,.pt_plus_stylish_list .stylish-desc p {
margin: 0;
}
.pt_plus_stylish_list .stylish-title {
font-size: 18px;
margin-bottom: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.1;
}
.m-l-10 {
margin-left: 15px;
}
.pt_plus_stylish_list .stylish-img {
max-width: 150px;
display: block;
}
.pt_plus_stylish_list .service-media .pt_plus_animated_svg {
width: auto;
}
.pt_plus_stylish_list .service-media .pt_plus_animated_svg object {
min-height: 100%;
}  .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li { }
.wpb_animate_when_almost_visible {
opacity: 1 !important;
filter: alpha(opacity=1) !important;
}  .heading_style .heading-sub-title,.heading_style .heading-title{
margin-top: 5px;
margin-bottom: 5px;
word-wrap: break-word;
}
.heading{
display: block;
position: relative;
width: 100%;
} .heading.style-5 {
margin-bottom: 20px;
}
.heading.style-5 .heading-title{ outline: 0;
outline: 0;
color: #313131;
-webkit-transition: color 1s ease;
-moz-transition: color 1s ease;
-ms-transition: color 1s ease;
-o-transition: color 1s ease;
transition: color 1s ease;
display: inline-block;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
position: relative;
text-decoration: none;
-webkit-touch-callout: none;
-webkit-tap-highlight-color: transparent;
padding-bottom: 5px;
}
.heading.style-5 .heading-title:before{
position: absolute;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-ms-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
transition: all 1s ease 0s;
content: "";
width: 100%;
height: 6px;
right: 0;
bottom: 0;
position: absolute;
background: #1e73be;
}
.heading.style-5 .heading-title:focus:after, .heading.style-5 .heading-title:focus:before, .heading.style-5 .heading-title:hover:after, .heading.style-5 .heading-title:hover:before {
outline: 0;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-ms-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
transition: all 1s ease 0s;
}
.heading.style-5 .heading-title:after {
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-ms-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
transition: all 1s ease 0s;
content: "";
width: 100%;
height: 2px;
right: 0;
bottom: -4px;
position: absolute;
background: #1e73be;
}  .heading .text-center .seprator.sep-l {
margin: 0 auto;
}
.heading .seprator.sep-l .sep-mg {
margin: 0 7px;
}
.heading .text-right .seprator.sep-l {
float: right;
}
.heading .seprator {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.heading span.title-sep {
height: 1px;
position: relative;
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
min-width: 10%;
border: 1px solid #000;
}
.sep-dot {
font-size: 50px;
line-height: 1px;
display: table;
position: relative;
top: -5px;
padding: 0 4px;
}   .pt-plus-heading-animation .ani-bold{
font-weight: bold !important;
}
.pt-plus-heading-animation .ani-b-normal{
font-weight: 400 !important ;
}
.pt-plus-heading-animation .ani-underline{
text-decoration: underline !important;
}
.pt-plus-heading-animation .ani-u-normal{
text-decoration: none !important;
}
.pt-plus-heading-animation .ani-italic i{
font-style:italic !important;
}
.pt-plus-heading-animation .ani-i-normal i{
font-style: normal !important ;
}
.cd-words-wrapper {
display: inline-block;
position: relative;
text-align: left;
}
.cd-words-wrapper b {
display: inline-block;
position: absolute;
white-space: nowrap;
left: 0;
top: 0;
padding:0 5px;
}
.cd-words-wrapper b.is-visible {
position: relative;
}
.no-js .cd-words-wrapper b {
opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
opacity: 1;
}
.pt-plus-cd-headline.type .cd-words-wrapper {
vertical-align: top;
overflow: hidden;
}
.pt-plus-cd-headline.type .cd-words-wrapper::after {
content: '';
position: absolute;
right: 0;
top: 50%;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
height: 90%;
width: 0;
background: #aebcb9;
}
.pt-plus-cd-headline.type .cd-words-wrapper.waiting::after {
-webkit-animation: cd-pulse 1s infinite;
-moz-animation: cd-pulse 1s infinite;
animation: cd-pulse 1s infinite;
}
.pt-plus-cd-headline.type .cd-words-wrapper.selected::after {
visibility: hidden;
}
.pt-plus-cd-headline.type b {
visibility: hidden;
}
.pt-plus-cd-headline.type b.is-visible {
visibility: visible;
}
.pt-plus-cd-headline.type i {
position: absolute;
visibility: hidden;
}
.pt-plus-cd-headline.type i.in {
position: relative;
visibility: visible;
}
@-webkit-keyframes cd-pulse {
0% {
-webkit-transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
-webkit-transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
-webkit-transform: translateY(-50%) scale(0);
opacity: 0;
}
}
@-moz-keyframes cd-pulse {
0% {
-moz-transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
-moz-transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
-moz-transform: translateY(-50%) scale(0);
opacity: 0;
}
}
@keyframes cd-pulse {
0% {
-webkit-transform: translateY(-50%) scale(1);
transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
-webkit-transform: translateY(-50%) scale(0.9);
transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
-webkit-transform: translateY(-50%) scale(0);
transform: translateY(-50%) scale(0);
opacity: 0;
}
} .pt-plus-cd-headline.loading-bar span {
display: inline-block;
padding: .2em 0;
}
.pt-plus-cd-headline.loading-bar .cd-words-wrapper {
overflow: hidden;
vertical-align: top;
}
.pt-plus-cd-headline.loading-bar .cd-words-wrapper::after {
content: '';
position: absolute;
left: 7px;
bottom: 0;
height: 3px;
width: 0;
z-index: 2;
-webkit-transition: width 0.3s -0.1s;
-moz-transition: width 0.3s -0.1s;
-o-transition: width 0.3s -0.1s;
-ms-transition: width 0.3s -0.1s;
transition: width 0.3s -0.1s;
}
.pt-plus-cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
width: 100%;
-webkit-transition: width 3s;
-moz-transition: width 3s;
transition: width 3s;
}
.pt-plus-cd-headline.loading-bar b {
top: .2em;
opacity: 0;
-webkit-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.pt-plus-cd-headline.loading-bar b.is-visible {
opacity: 1;
top: 0;
} .pt-plus-cd-headline.zoom .cd-words-wrapper {
-webkit-perspective: 300px;
-moz-perspective: 300px;
perspective: 300px;
}
.pt-plus-cd-headline.zoom b {
opacity: 0;
}
.pt-plus-cd-headline.zoom b.is-visible {
opacity: 1;
-webkit-animation: zoom-in 0.8s;
-moz-animation: zoom-in 0.8s;
animation: zoom-in 0.8s;
}
.pt-plus-cd-headline.zoom b.is-hidden {
-webkit-animation: zoom-out 0.8s;
-moz-animation: zoom-out 0.8s;
animation: zoom-out 0.8s;
}
@-webkit-keyframes zoom-in {
0% {
opacity: 0;
-webkit-transform: translateZ(100px);
}
100% {
opacity: 1;
-webkit-transform: translateZ(0);
}
}
@-moz-keyframes zoom-in {
0% {
opacity: 0;
-moz-transform: translateZ(100px);
}
100% {
opacity: 1;
-moz-transform: translateZ(0);
}
}
@keyframes zoom-in {
0% {
opacity: 0;
-webkit-transform: translateZ(100px);
-moz-transform: translateZ(100px);
-ms-transform: translateZ(100px);
-o-transform: translateZ(100px);
transform: translateZ(100px);
}
100% {
opacity: 1;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}
}
@-webkit-keyframes zoom-out {
0% {
opacity: 1;
-webkit-transform: translateZ(0);
}
100% {
opacity: 0;
-webkit-transform: translateZ(-100px);
}
}
@-moz-keyframes zoom-out {
0% {
opacity: 1;
-moz-transform: translateZ(0);
}
100% {
opacity: 0;
-moz-transform: translateZ(-100px);
}
}
@keyframes zoom-out {
0% {
opacity: 1;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}
100% {
opacity: 0;
-webkit-transform: translateZ(-100px);
-moz-transform: translateZ(-100px);
-ms-transform: translateZ(-100px);
-o-transform: translateZ(-100px);
transform: translateZ(-100px);
}
} .pt-plus-cd-headline.scale b {
opacity: 0;
}
.pt-plus-cd-headline.scale i {
display: inline-block;
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
.is-visible .pt-plus-cd-headline.scale i {
opacity: 1;
}
.pt-plus-cd-headline.scale i.in {
-webkit-animation: scale-up 0.6s forwards;
-moz-animation: scale-up 0.6s forwards;
animation: scale-up 0.6s forwards;
}
.pt-plus-cd-headline.scale i.out {
-webkit-animation: scale-down 0.6s forwards;
-moz-animation: scale-down 0.6s forwards;
animation: scale-down 0.6s forwards;
}
.no-csstransitions .pt-plus-cd-headline.scale i {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 0;
}
.no-csstransitions .pt-plus-cd-headline.scale .is-visible i {
opacity: 1;
}
@-webkit-keyframes scale-up {
0% {
-webkit-transform: scale(0);
opacity: 0;
}
60% {
-webkit-transform: scale(1.2);
opacity: 1;
}
100% {
-webkit-transform: scale(1);
opacity: 1;
}
}
@-moz-keyframes scale-up {
0% {
-moz-transform: scale(0);
opacity: 0;
}
60% {
-moz-transform: scale(1.2);
opacity: 1;
}
100% {
-moz-transform: scale(1);
opacity: 1;
}
}
@keyframes scale-up {
0% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
opacity: 0;
}
60% {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
opacity: 1;
}
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@-webkit-keyframes scale-down {
0% {
-webkit-transform: scale(1);
opacity: 1;
}
60% {
-webkit-transform: scale(0);
opacity: 0;
}
}
@-moz-keyframes scale-down {
0% {
-moz-transform: scale(1);
opacity: 1;
}
60% {
-moz-transform: scale(0);
opacity: 0;
}
}
@keyframes scale-down {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
}
60% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
opacity: 0;
}
}  .service-border-box {
border: 1px solid;
}
.pt_plus_info_box {
display: block;
position: relative;
width: 100%;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
-ms-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.pt-plus-list-portfolio-post.list-carousel-slick {
margin-bottom: 50px;
}
.pt-plus-list-portfolio-post.list-carousel-slick .slick-dots {
bottom: -45px;
}
.pt_plus_info_box.list-carousel-slick{
margin-bottom: 50px;
}
.pt_plus_info_box ul.slick-dots {
bottom: -45px;
}
.pt_plus_info_box .info-box-inner{	
-webkit-transition:  all 0.3s;    
moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;	
}
.info-box-bg-box{
overflow : hidden;
}
.pd-15{
padding:15px;
}
.pt_plus_info_box .pd-0 {
padding: 0;
}
.pt_plus_info_box object {
min-height: 100%;
}
.service-media {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.service-content {
-webkit-flex: 1 1 0%;
-ms-flex: 1 1 0%;
flex: 1 1 0%;
}
.m-r-16{
margin-right:16px; 
}
.m-l-16{
margin-left:16px; 
}
.service-title{
font-size: 18px;
margin-bottom: .5rem;
font-family: inherit;
font-weight: 500;
line-height: 1.1;
}
.service-desc {
margin-top: 0;
}
.service-desc p{
margin: 0;
}
.service-button {
background: transparent;
color: #121212;
border: 1px solid;
padding: 9px 20px;
margin: 10px 0;
position: relative;
display: inline-block;
-moz-border-radius:3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.vertical-center {
align-items: center;
}
.service-border {
border-style: solid;
margin-top: 10px;
margin-bottom: 5px;
}
.text-right .service-border {
text-align: right;
display: inline-block;
}
.text-center .service-border {
text-align: center;
margin: 10px auto;
}
.info-box-inner .service-icon-small {
width: 46px;
height: 46px;
display: inline-block;
line-height: 46px !important;
text-align: center;
font-size: 18px !important;
}
.info-box-inner .service-icon-medium {
width: 74px;
height: 74px;
display: inline-block;
line-height: 72px !important;
text-align: center;
font-size: 30px !important;
background: transparent !important;
}
.info-box-inner .service-icon-large {
width: 148px;
height: 148px;
display: inline-block;
line-height: 146px !important; 
text-align: center;
font-size: 65px !important;
}
.info-box-inner .service-icon {
font-size: inherit;
top: auto;
word-spacing: initial;
}
.info-box-inner .icon-squre{
border: 1px solid;
border-radius: inherit;
}
.info-box-inner .icon-rounded{
border: 1px solid;
-moz-border-radius:50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.pt_plus_info_box .pt_plus_animated_svg  .svg_inner_block{
margin: 0 10px;
}
.pt_plus_info_box .button-style-13 .button-link-wrap span {
position: relative;
z-index: 4;
}
.pt_plus_info_box .pt_plus_button.button-style-13 .button-link-wrap::before,.pt_plus_info_box .pt_plus_button.button-style-13 .button-link-wrap::after {
z-index: 2 !important;
}
.service-flipbox {
position: relative;
-webkit-perspective: 1000;
-ms-perspective: 1000;
perspective: 1000;
-ms-transform: perspective(1000px);
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
}
.height-full {
height: 100%;
}
.service-flipbox, .service-flipbox-holder {
-moz-transform: perspective(1000px);
-ms-transform: perspective(1000px);
-webkit-transform: perspective(1000px);
-o-transform:  perspective(1000px);
transform: perspective(1000px);
}
.bezier-1 {
-webkit-transition: all .7s cubic-bezier(.645,.045,.355,1);
-moz-transition: all .7s cubic-bezier(.645,.045,.355,1);
-o-transition: all .7s cubic-bezier(.645,.045,.355,1);
-ms-transition: all .7s cubic-bezier(.645,.045,.355,1);
transition: all .7s cubic-bezier(.645,.045,.355,1);
}
.perspective {
-webkit-transform: perspective(1000px);
-ms-transform: perspective(1000px);
-moz-transform: perspective(1000px);
-o-transform:  perspective(1000px);
transform: perspective(1000px);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.flip-horizontal:hover .service-flipbox-front {
-webkit-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
-moz-transform:rotateY(-180deg);
-o-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
.flip-vertical:hover .service-flipbox-front {
-webkit-transform: rotateX(-180deg);
-ms-transform:rotateX(-180deg);
-moz-transform:rotateX(-180deg);
-o-transform: rotateX(-180deg);
transform: rotateX(-180deg);
}
.service-flipbox-back, .service-flipbox-front {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.service-flipbox-front {
position: absolute;
z-index: 2;
}
.service-flipbox-back, .service-flipbox-front {
width: 100%;
height: 100%;
left: 0;
top: 0;
display: table;
}
.origin-center {
-webkit-transform-origin: center;
-ms-transform-origin: center;
-moz-transform-origin: center;
-o-transform-origin: center;
transform-origin: center;
}
.no-backface {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.service-flipbox-content {
display: table-cell;
vertical-align: middle;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-perspective: 1000px;
perspective: 1000px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(35px) scale(0.81);
transform: translateZ(35px) scale(0.81);
}
.width-full {
width: 100%;
}
.flip-horizontal:hover .service-flipbox-back {
-webkit-transform: rotateY(0);
-ms-transform:rotateY(0);
-moz-transform:rotateY(0);
-o-transform: rotateY(0);
transform: rotateY(0);
}
.flip-vertical:hover .service-flipbox-back {
-webkit-transform: rotateX(0);
-ms-transform: rotateX(0);
-moz-transform: rotateX(0);
-o-transform:  rotateX(0);
transform: rotateX(0);
}
.flip-horizontal .service-flipbox-back {
-webkit-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform:  rotateY(180deg);
transform: rotateY(180deg);
}
.flip-vertical .service-flipbox-back {
-webkit-transform: rotateX(180deg);
-ms-transform:rotateX(180deg);
-moz-transform:rotateX(180deg);
-o-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.service-flipbox-back {
position: absolute;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.fold-back-horizontal {
-webkit-transform: translateX(-100%) rotateY(-180deg);
-ms-transform:translateX(-100%) rotateY(-180deg);
-moz-transform:translateX(-100%) rotateY(-180deg);
-o-transform: translateX(-100%) rotateY(-180deg);
transform: translateX(-100%) rotateY(-180deg);
}
.pt_plus_info_box.remove-padding {
padding-left: 0 !important;
padding-right:0 !important;
}
.pt_plus_info_box .about-post .about-post-content {
background: #fff;
padding: 0 20px 30px;
position: relative;
z-index: 2;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
}
.pt_plus_info_box .about-post .about-post-content .icon-middle {
display: inline-block;
text-decoration: none;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
width: 100px;
height: 100px;
line-height: 100px;
top: -50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.pt_plus_info_box .about-post .about-post-content .demo.icon-rounded {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
.pt_plus_info_box .about-post:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
}
.pt_plus_info_box .about-post:hover:before {
opacity: 0.85;
}
.pt_plus_info_box .about-post:hover .about-post-content a {
background: #1cbac8;
color: #fff;
}
.pt_plus_info_box .about-post .hover-about {
position: absolute;
top: 50%;
width: 100%;
left: 0;
height: 100%;
padding: 0 30px;
padding-top: 80px;
background: transparent;
text-align: center;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition:  all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.pt_plus_info_box .about-post:hover .about-post-content {
background: transparent;
}
.pt_plus_info_box .about-post:hover .service-title {
opacity: 0;
}
.pt_plus_info_box .about-post:hover p {
opacity: 1;
}
.pt_plus_info_box .about-post:hover .service-border {
opacity: 0;
}
.pt_plus_info_box .about-post:hover .about-post-content {
background: transparent !important;
}
.pt_plus_info_box .about-post:hover .hover-about {
top: 0;
padding-top: 100px;
}
.action.arrow-next.expandable {
width: 100%;
height: 40px;
position: relative;
margin-top: 40px;
}
.action.arrow-next:before {
content: attr(data-label);
font-size: 14px;
font-weight: 400;
display: block;
position: absolute;
left: 0;
color: currentColor;
opacity: 0;
}
.action.arrow-next.expandable:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 1px;
background: currentColor;
-webkit-transform: scaleX(0);
-moz-transform: scaleX(0);
-ms-transform: scaleX(0);
-o-transform: scaleX(0);
transform: scaleX(0);
transform-origin: 10px 50%;
-moz-transform-origin:10px 50%;
-ms-transform-origin:10px 50%;
-o-transform-origin:10px 50%;
-webkit-transform-origin: 10px 50%;
}
.pt_plus_info_box .info-tag-title{
display: inline-block;
border: 1px solid;
padding: 6px 10px;
margin: 0;
border-radius: 5px;
-webkit-border-radius:  5px;
-moz-border-radius:  5px;
}
.pt_plus_info_box .info-box-tag {
display: block;
position: relative;
margin-bottom: 40px;
}
.pt_plus_info_box .info-box-all{
position : relative ;
z-index: 5 ;
}
.pt_plus_info_box .info-box-bg-box{	
transition: 0.4s;
-webkit-transition:  0.4s;
-moz-transition:  0.4s;
-o-transition:  0.4s;
-ms-transition:  0.4s;
}
.pt_plus_info_box .ts-button {
margin-top: 15px;
}  .pt_plus_infobanner{
position:relative;
display: block;
width: 100%;
overflow: hidden;
}
.pt_plus_infobanner .grid {
position: relative;
margin: 0 auto;
list-style: none;
text-align: center;
display: block;
}
.pt_plus_infobanner_style-1 {
display: inline-block;
width: 100%;
position: relative;
}
.pt_plus_infobanner .grid .fi-gure {
position: relative;
float: left;
overflow: hidden;
cursor: pointer;
width: 100%;
margin: 0;
}
.grid .fi-gure .info_img {
position: relative;
display: block;
width:100%;
}
.pt_plus_infobanner .grid .fi-gure .fig-caption {
padding: 2em;
color: #fff;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.pt_plus_infobanner .grid .fi-gure .fig-caption::before,
.pt_plus_infobanner .grid .fi-gure .fig-caption::after {
pointer-events: none;
}
.pt_plus_infobanner .grid .fi-gure .fig-caption,
.pt_plus_infobanner .grid .fi-gure .fig-caption > a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.pt_plus_infobanner .grid .fi-gure .infobanner_title,
.pt_plus_infobanner  .grid .fi-gure .infobanner_desc {
margin: 0;
}
.pt_plus_infobanner  .grid .fi-gure .infobanner_desc{
font-size: 14px;
line-height: 25px;
}
.pt_plus_infobanner.box-saddow-info_banner{
-webkit-transition:0.5s;
-moz-transition: 0.5s;
-o-transition:0.5s;
-ms-transition:0.5s;
transition:0.5s;
}  .wpb_video_wrapper .fluidvids {
position: initial;
}
.pt_plus_video_player {
display: block;
overflow: hidden;
position: relative;
width: 100%;
}
.pt_plus_video_player .pt_plus_button {
cursor: pointer;
}
.pt_plus_video_player iframe{
opacity:0;
}
.pt_plus_video_player .fluidvids iframe,.pt_plus_video_player iframe{
opacity:1;
}
.pt_plus_video_player.not-touch iframe,.pt_plus_video_player.not-touch video{
pointer-events: none;
}
.pt_plus_video_player .fluidvids {
position: initial;
}
.video_container{ 
margin: 0;
padding: 0;
background: 0 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.video-space{
padding-bottom: 56.25%;
position: relative;
height: 0;
overflow: hidden;
}
.pt_plus_video-box-shadow {
position: relative;
display: block;
width: 100%;
-webkit-transition: all .4s linear;
-moz-transition: all .4s linear;
-ms-transition: all .4s linear;
-o-transition: all .4s linear;
transition: all .4s linear;
}
.ts-video-caption {
background-repeat: no-repeat;
background-position: center center;
-ms-filter: "alpha(Opacity=0.8)";
filter: alpha(opacity=0.8);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: all .5s;
-moz-transition: all .5s;
-webkit-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
cursor: pointer;
z-index: 10;
padding: 0;
margin: 0;
-webkit-background-size: 60px auto;
-moz-background-size:60px auto;
-o-background-size:60px auto;
background-size: 60px auto;
}
.pt_plus_video_player:hover .ts-video-caption {
-ms-filter: "alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
z-index: 1;
}
.ts-video-caption-text {
position: absolute;
width: 90%;
bottom: -100%;
font-weight: 400;
left: 0;
color: #fff;
background: 0 0;
padding: 5px 5%;
line-height: 16px;
font-size: 12px;
text-align: center;
z-index: 1;
line-height: 1;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
overflow: hidden;
text-overflow: ellipsis;
-moz-transition: all .2s;
-webkit-transition: all .2s;
-ms-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
}
.pt_plus_video_player:hover .ts-video-caption-text {
bottom: 0;
}
.ts-video-image-zoom.set-image{
height: auto;
width: 100%;
position: relative;
z-index: 1;
}
.ts-video-icon{
height: auto;
position: relative;
z-index: 1;
max-width: 80px;	
}
.ts-video-wrapper {
width: 100%;
display: block;
}
.ts-video-wrapper.embed-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
height: auto;
} 
.ts-video-wrapper.embed-container iframe, .ts-video-wrapper.embed-container object, .embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.ts-video-embed-container{
position: relative;
display: block;
padding: 0;
padding-bottom: 56.25%;
margin: 0;
height: 0;
overflow: hidden;
}
.ts-video-hidden {
display: none !important;
}
.ts-video-embed-container {
padding-bottom: 56.250000%;
}
.pt-plus-video-frame {
position: absolute;
padding: 0;
margin: 0;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0 ;
}
.ts-type-self-hosted .ts-video-thumbnail {
z-index: 1;
object-fit: cover;
}
.ts-type-self-hosted .ts-video-play-btn {
z-index: 2;
background: transparent;
}
img.ts-video-thumbnail {
position: absolute;
padding: 0;
margin: 0;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0;
object-fit: cover;
-webkit-transition-duration: .7s;
-moz-transition-duration: .7s;
-o-transition-duration:.7s;
transition-duration: .7s;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform,-webkit-transform;
}
button.ts-video-play-btn.ts-video-blay-btn-youtube {
background: transparent;
background-image: none;
background-position: center;
background-repeat: no-repeat;
border: none;
padding: 0;
margin: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
vertical-align: middle;
text-align: center;
cursor: pointer;
position: absolute;
padding: 0;
margin: 0;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0;
opacity:0.8;
-moz-transition: all .5s;
-webkit-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.ts-video-poster {
position: absolute;
padding: 0;
margin: 0;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0;
}
.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container{
min-width: auto !important;
}
.lity-iframe-container {
width: 100%;
height: 100vh;
padding-top: 0%;
overflow: auto;
pointer-events: auto;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-overflow-scrolling: touch;
}
.ts-video-wrapper:hover .ts-video-play-btn {
opacity: 1;
}
.lity-iframe-container iframe{
margin-bottom:0;
}  span.wpcf7-not-valid-tip {
position: absolute;
top: 0;
right: 10px;
font-size: 9px;
z-index: 1;
}
.pt_plus_cf7_styles .wpcf7 .ajax-loader{
display: none;
}
.pt_plus_cf7_styles .wpcf7 .ajax-loader.is-active {
visibility: visible;
display: block;
}
.pt_plus_cf7_styles input.wpcf7-form-control.wpcf7-submit {
padding: 18px;
}
.pt_plus_cf7_styles input.wpcf7-form-control.wpcf7-submit {
margin-top: 1em;
} .pt_plus_cf7_styles span.wpcf7-form-control-wrap.radio-checkbox-1 {
display: block;
width: 100%;
position: relative;
}
.pt_plus_cf7_styles span.wpcf7-form-control-wrap.radio-checkbox-1 input[type="radio"] {
display: none;
}
.pt_plus_cf7_styles span.wpcf7-form-control-wrap.radio-checkbox-1 span.wpcf7-list-item {
position: relative;
vertical-align: middle;
overflow: hidden;
}
.pt_plus_cf7_styles span.wpcf7-form-control-wrap.radio-checkbox-1 .input__radio_btn {
display: inline-block;
cursor: pointer;
text-align: left;
margin: 0;
position: relative;
margin-left: 4px;
font-weight: 400;
}
.pt_plus_cf7_styles label.input__radio_btn .toggle-button__icon{
content: "";
display: inline-block;
vertical-align: middle;
cursor: pointer;
z-index: 1;
height: 20px;
width: 20px;
overflow: hidden;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #000;
margin-left: 5px;
position: relative;
}
.pt_plus_cf7_styles .input__radio_btn .toggle-button__icon:after {
content: "";
position: absolute;
transition: 0.2s ease-out;
-webkit-transition:0.2s ease-out;
-moz-transition: 0.2s ease-out;
-o-transition:0.2s ease-out;
-ms-transition:0.2s ease-out;
}
.pt_plus_cf7_styles .input__radio_btn .toggle-button__icon:after {
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.pt_plus_cf7_styles .input__radio_btn .toggle-button__icon:after {
top: 50%;
left: 50%;
width: 14px;
height: 14px;
background: #61B136;
animation: radio-hide .2s ease-out;
transition: none;
-webkit-transition: none;
-moz-transition:  none;
-o-transition: none;
-ms-transition: none;
transform: translate3d(-50%,200%,0);
}
.input-radio-check:checked ~ label.input__radio_btn .toggle-button__icon:after {
transform: translate3d(-50%,-50%,0);
animation: radio-show .2s;
}
@keyframes radio-hide {
0% {
transform: translate3d(-50%,-50%,0); }
100% {
transform: translate3d(-50%,200%,0) } 
}
@keyframes radio-show {
0% {
transform: translate3d(-50%,200%,0) }
100% {
transform: translate3d(-50%,-50%,0); } 
}
.pt_plus_cf7_styles span.wpcf7-list-item.first {
margin: 0;
}
.pt_plus_cf7_styles span.wpcf7-form-control-wrap.radio-checkbox-1 .wpcf7-not-valid-tip {
position: relative;
line-height: 1.2;
font-size: 12px;
display: inline-block;
margin-left: 30px;
}  .pt_plus_cf7_styles span.wpcf7-form-control-wrap.radio-checkbox-1 input[type="checkbox"] {
display: none;
}
.pt_plus_cf7_styles span.wpcf7-form-control-wrap.radio-checkbox-1 span.wpcf7-list-item {
position: relative;
vertical-align: middle;
overflow: hidden;
}
.pt_plus_cf7_styles span.wpcf7-form-control-wrap.radio-checkbox-1 .input__checkbox_btn {
display: inline-block;
cursor: pointer;
text-align: left;
margin: 0;
position: relative;
margin-left: 4px;
font-weight: 400;
}
.pt_plus_cf7_styles label.input__checkbox_btn .toggle-button__icon{
content: "";
display: inline-block;
vertical-align: middle;
cursor: pointer;
z-index: 1;
height: 20px;
width: 20px;
overflow: hidden;
background: #000;
margin-left: 5px;
position: relative;
}
.pt_plus_cf7_styles .input__checkbox_btn .toggle-button__icon:after {
content: "";
position: absolute;
transition: 0.2s ease-out;
-webkit-transition: 0.2s ease-out;
-moz-transition:  0.2s ease-out;
-o-transition: 0.2s ease-out;
-ms-transition: 0.2s ease-out;
}
.pt_plus_cf7_styles .input__checkbox_btn .toggle-button__icon:after {
top: 50%;
left: 50%;
width: 14px;
height: 14px;
background: #61B136;
animation: checkbox-hide .2s ease-out;
transition: none;
-webkit-transition:  none;
-moz-transition:  none;
-o-transition: none;
-ms-transition: none;
-webkit-transform: translate3d(-50%,200%,0);
-ms-transform: translate3d(-50%,200%,0);
-moz-transform: translate3d(-50%,200%,0);
-o-transform:  translate3d(-50%,200%,0);
transform: translate3d(-50%,200%,0);
}
.input-checkbox-check:checked ~ label.input__checkbox_btn .toggle-button__icon:after {
transform: translate3d(-50%,-50%,0);
animation: checkbox-show .2s;
}
@keyframes checkbox-hide {
0% {
transform: translate3d(-50%,-50%,0); }
100% {
transform: translate3d(-50%,200%,0) } }
@keyframes checkbox-show {
0% {
transform: translate3d(-50%,200%,0) }
100% {
transform: translate3d(-50%,-50%,0); } }  .pt_plus_cf7_styles .cf7-style-file input[type="file"] {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
}
.wpcf7-file + .input__file_btn {
max-width: 80%;
font-size: 14px;
font-weight: 700;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
display: inline-block;
overflow: hidden;
padding: 0.525rem 1.825rem;
margin-bottom: 0;
}
.wpcf7-file + .input__file_btn svg{
width: 2em;
height: 2em;
vertical-align: middle;
fill: #252525;
margin-top: -0.25em;
margin-right: 1em;
stroke-opacity: .8;
}
.wpcf7-file + .input__file_btn {
color: #252525;
border: 2px solid #252525;
}
.wpcf7-file + .input__file_btn {
cursor: pointer;
}
.wpcf7-file:focus + .input__file_btn, .inputfile-2 + .input__file_btn:hover {
color: #722040;
border: 2px solid #722040;
}
.wpcf7-file + .input__file_btn * {
pointer-events: none;
}
.pt_plus_cf7_styles .cf7-style-file .wpcf7-not-valid-tip {
position: relative;
display: block;
padding: 0;
margin-left: 10px;
line-height: 1;
font-size: 12px;
}
.pt_plus_cf7_styles .cf7-style-file.input--filled .input__file_btn {
background: #252525;
color: #fff;
border-color: #252525;
}
.pt_plus_cf7_styles .cf7-style-file.input--filled .input__file_btn *{
stroke: #fff;
}   .pt_plus_before_after {
margin:0px;
overflow: hidden;
display: block;
}
.pt_plus_before_after .before-after-inner{
position: relative;
text-align: center;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.pt_plus_before_after .before-after-image {
position: absolute;
overflow: hidden;
}
.pt_plus_before_after .before-after-image.image-before {
z-index: 1;
float: left;
}
.pt_plus_before_after .before-after-image.image-after {
z-index: 0;
float: right;
}
.pt_plus_before_after .before-after-image > img {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
display: block;
max-width: none;
width: 100%;
}
.pt_plus_before_after .before-after-sep {
position: absolute;
z-index: 2;
-webkit-transform:translate3d(0,0,0);
-ms-transform:translate3d(0,0,0);
-moz-transform:translate3d(0,0,0);
-o-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.pt_plus_before_after .before-after-bottom-separate{
height: 10px;
display: none;
background: rgba(200,200,200,0.7);
}
.pt_plus_before_after .before-after-sep-icon > img {
-moz-border-radius: 0!important;
-webkit-border-radius: 0!important;
border-radius: 0!important;
box-shadow: none!important;
display: block;
margin: auto;
max-width: 300px;
max-height: 300px;
}
.before-after-sep-icon {
display: none;
position: absolute;
top: 50%;
left: 50%;
-moz-border-radius: 0!important;
-webkit-border-radius: 0!important;
border-radius: 0!important;
-moz-box-shadow:none!important;
-webkit-box-shadow:none!important;
box-shadow: none!important;
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
z-index: 3;
cursor: pointer;
}
.before_after_label.before_label_text {
margin-bottom: 0;
position: fixed;
-webkit-transform:translate3d(0%,-50%,0);
-ms-transform:translate3d(0%,-50%,0);
-moz-transform:translate3d(0%,-50%,0);
-o-transform: translate3d(0%,-50%,0);
transform: translate3d(0%,-50%,0);
width: auto;
text-align: left;
padding: 10px 17px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
top: 50%;
left: 0%;
z-index: 1;
background: rgba(255, 255, 255, 0.64);
margin-left: 10px;
}
.before_after_label.after_label_text {
margin-bottom: 0;
position: absolute;
-webkit-transform:translate3d(0%,-50%,0);
-ms-transform:translate3d(0%,-50%,0);
-moz-transform:translate3d(0%,-50%,0);
-o-transform: translate3d(0%,-50%,0);
transform: translate3d(0%,-50%,0);
width: auto;
text-align: right;
padding: 10px 17px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
top: 50%;
right: 0%;
z-index: 1;
background: rgba(255, 255, 255, 0.64);
margin-right: 10px;
}  .pt_plus_dropcap {
font-size: 40px;
font-style: normal;
font-weight: 600;
font-family: "open sans";
display: inline-block;
position: relative;
text-align: center;
margin-right: 10px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius: 2px;
padding: 10px;
box-sizing: content-box;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
}
.pt_plus_dropcap.shadow, .pt_plus_dropcap.style-3 {
-moz-box-shadow: 0 2px 14px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.1);
box-shadow: 0 2px 14px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 2px 14px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.1);
border: 1px solid rgba(0,0,0,0.1);
}
.pt_plus_dropcap.style-2 {
border: 1px solid #ff214f;
}
.pt_plus_dropcap.style-3:after, .pt_plus_dropcap.style-3:before {
position: absolute;
content: "";
display: block;
border-bottom: 1px solid rgba(0,0,0,0.1);
height: 15px;
bottom: 1px;
left: 0;
right: 0;
-moz-border-radius:inherit;
-webkit-border-radius:inherit;
border-radius: inherit;
}
.pt_plus_dropcap.style-3:after{
bottom:3px;
}
.pt_plus_dropcap.style-4 {
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.pt_plus_dropcap.style-5.shadow {
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}  .pt_plus_blockquote blockquote {
padding: 30px !important;
font-size: 17px !important;
margin: 0px !important;
border-radius: 2px;
border: 0 !important;
}
.pt_plus_blockquote blockquote {
display: block;
height: auto;
margin: 0 20px 25px 0 !important;
position: relative;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
background: transparent;
border-left: 0 !important;
}
.pt_plus_blockquote-2 blockquote:after ,.pt_plus_blockquote-3 blockquote:after,.pt_plus_blockquote-4 blockquote:after,.pt_plus_blockquote-5 blockquote:after{
content: "";
width: 0;
height: 0;
background: transparent !important;
position: relative;
}
.pt_plus_blockquote-1 blockquote:after {
content: "";
width: 55px;
height: 40px;
background: transparent;
position: absolute;
left: 15px;
top: 15px;
}
.pt_plus_blockquote .author {
padding-top: 10px;
text-align: left;
font-size: 17px;
line-height: 1.2;
}
.pt_plus_blockquote .author .fa-user {
padding-right: 8px;
}
.pt_plus_blockquote-1 blockquote {
padding: 0 !important;
top: 0 !important;
border-left: 6px solid #fff !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
padding: 30px 20px!important;
}
.qote-left {
display: inline-block;
font-size: 30px !important;
margin-right: 20px;
top: 0;
position: relative;
}
.qote-right {
display: inline-block;
font-size: 30px !important; 
margin-left: 20px;
bottom: -15px;
position: relative;
}
.pt_plus_blockquote-1  .qote-left {
display: none;
}
.pt_plus_blockquote-1  .qote-right,.pt_plus_blockquote-3  .qote-right,.pt_plus_blockquote-4  .qote-right ,.pt_plus_blockquote-5  .qote-right {
display: none;
}
.pt_plus_blockquote-2 .author {
text-align: right;
}
.pt_plus_blockquote {
display: block;
position: relative;
overflow: hidden;
}
.pt_plus_blockquote-3  .blockquote-content {
padding-left: 65px;
}
.pt_plus_blockquote-3 .fa.fa-quote-left.qote-left {
position: absolute;
font-size: 60px !important;
top: -20px;
text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1);
}
.pt_plus_blockquote.pt_plus_blockquote-3 {
overflow: visible;
}
.pt_plus_blockquote-3 .author{
text-align: right; 
}
.pt_plus_blockquote-4 .fa.fa-quote-left.qote-left {
position: absolute;
right: 0;
top: 20px;
}
.pt_plus_blockquote-4 .author {
display: block;
position: relative;
margin-bottom: 25px; 
padding: 15px 15px 15px 30px !important;
background: #fff;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.pt_plus_blockquote-4,.pt_plus_blockquote-5 {
overflow: visible;
}
.pt_plus_blockquote-4 blockquote {
margin-bottom: 0 !important;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.pt_plus_blockquote-5 blockquote:before {
content: '';
width: 100%;
height: 100%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
border-left: 5px solid rgba(235,150,108,0.1);
position: absolute;
top: 0;
left: -50px;
z-index: -1;
}
.pt_plus_blockquote-5 .blockquote-content{
-webkit-box-shadow: 0 -6px 0 rgba(235,150,108,0.2);
-moz-box-shadow: 0 -6px 0 rgba(235,150,108,0.2);
box-shadow: 0 -6px 0 rgba(235,150,108,0.2);
}
.pt_plus_blockquote-5 .fa.fa-quote-left.qote-left {
display: block;
position: relative;
font-size: 50px !important;
padding-bottom: 21px;
}
.pt_plus_blockquote-5 .fa.fa-quote-left.qote-left:before {
background: #ff92b2;
display: inline-block;
width: 90px;
height: 90px;
line-height: 90px;
text-align: center;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.pt_plus_blockquote-5 blockquote{
background:#fff;
}
.pt_plus_blockquote.pt_plus_blockquote-5 {
margin-left: 50px;
}  .pt-plus-fancy-link-content {
position: relative;
display: inline-block;
}
.pt-plus-fancy-link{
vertical-align: bottom;
padding: 0 5px;
position: relative;
display: inline-block;
margin: 0;
font-size: inherit;
text-decoration: none;
outline: none;
white-space: nowrap;
overflow: hidden;
line-height: inherit;
}
a.pt-plus-fancy-link:hover{
text-decoration: none
} .pt-plus-fancy-link.fancy-link-1 span,.pt-plus-fancy-link.fancy-link-2 span,.pt-plus-fancy-link.fancy-link-3 span,.pt-plus-fancy-link.fancy-link-5 span   {
position: relative;
z-index: 1;
}
a.pt-plus-fancy-link.fancy-link-1:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(52,73,94,0.2);
content: '';
-webkit-transition: -webkit-transform 0.2s;
-moz-transition: -webkit-transform 0.2s;
-o-transition:-webkit-transform 0.2s;
-ms-transition:-webkit-transform 0.2s;
transition: transform 0.2s;
-webkit-transform: translateY(95%);
-ms-transform: translateY(95%);
-moz-transform: translateY(95%);
-o-transform:  translateY(95%);
transform: translateY(97%);
}
.pt-plus-fancy-link.fancy-link-1:hover:before {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0); 
transform: translateY(0);
}  .pt-plus-fancy-link-content:hover .fancy-link-2:before {
-webkit-transform: scaleY(0.9) translateX(0);
-ms-transform:scaleY(0.9) translateX(0);
-moz-transform:scaleY(0.9) translateX(0);
-o-transform: scaleY(0.9) translateX(0);
transform: scaleY(0.9) translateX(0);
}
a.pt-plus-fancy-link.fancy-link-2:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(149,165,166,0.4);
content: '';
-webkit-transition: -webkit-transform 0.3s;
-moz-transition:  -webkit-transform 0.3s;
-o-transition: -webkit-transform 0.3s;
-ms-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
-webkit-transform: scaleY(0.9) translateX(-101%);
-ms-transform: scaleY(0.9) translateX(-101%);
-moz-transform: scaleY(0.9) translateX(-101%);
-o-transform: scaleY(0.9) translateX(-101%); 
transform: scaleY(0.9) translateX(-101%);
} a.pt-plus-fancy-link.fancy-link-3:before {
position: absolute;
top: 0;
left: -5px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
padding: 0 5px;
width: 100%;
height: 100%;
background: #2e98c1;
content: '';
opacity: 0;
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
-moz-transition: -moz-transform 0.2s, opacity 0.2s;
-o-transition:-o-transform 0.2s, opacity 0.2s;
-ms-transition:-ms-transform 0.2s, opacity 0.2s;
transition: transform 0.2s, opacity 0.2s;
-webkit-transition-timing-function: cubic-bezier(0.25,0.25,0.325,1.39);
transition-timing-function: cubic-bezier(0.25,0.25,0.325,1.39);
-webkit-transform: scale(0);
-ms-transform: scale(0);
-moz-transform: scale(0);
-o-transform:  scale(0);
transform: scale(0);
}
.pt-plus-fancy-link-content:hover a.pt-plus-fancy-link.fancy-link-3:before {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform:  scale(1);
-moz-transform:  scale(1);
-o-transform:   scale(1);
transform: scale(1);
} .fancy-link-4 {
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
.fancy-link-4:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background: rgba(255,255,255,1);
content: '';
opacity: 0;
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s, background 0.4s;
-moz-transition: -moz-transform 0.4s, opacity 0.4s, background 0.4s;
-ms-transition: -ms-transform 0.4s, opacity 0.4s, background 0.4s;
-o-transition: -o-transform 0.4s, opacity 0.4s, background 0.4s;
transition: transform 0.4s, opacity 0.4s, background 0.4s;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.pt-plus-fancy-link-content:hover .fancy-link-4:before {
background: transparent !important;
opacity: 1;
-webkit-transform: scaleX(1) scaleY(0.618);
-ms-transform: scaleX(1) scaleY(0.618);
-moz-transform: scaleX(1) scaleY(0.618);
-o-transform:  scaleX(1) scaleY(0.618);
transform: scaleX(1) scaleY(0.618);
} .pt-plus-fancy-link-content:hover .fancy-link-5:before {
-webkit-transform: rotateX(0deg);
-ms-transform:rotateX(0deg);
-moz-transform:rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
}
.fancy-link-5:before {
position: absolute;
top: 0;
left: -4px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
padding: 0 4px;
width: 100%;
height: 100%;
content: '';
background: #b70d0d;
-webkit-transition: -webkit-transform 0.2s;
-moz-transition:  -moz-transform 0.2s;
-o-transition: -o-transform 0.2s;
-ms-transition:-ms-transform 0.2s;
transition: transform 0.2s;
-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
transition-timing-function: cubic-bezier(0.7,0,0.3,1);
-webkit-transform: rotateX(90deg);
-ms-transform: rotateX(90deg);
-moz-transform: rotateX(90deg);
-o-transform: rotateX(90deg);
transform: rotateX(90deg);
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
transform-origin: 50% 100%;
} a.pt-plus-fancy-link.fancy-link-6:before {
position: absolute;
top: -2px;
left: -7px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
padding: 0 5px;
width: 100%;
height: 100%;
border: 2px solid #e74c3c;
content: '';
opacity: 0;
-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
-moz-transition: opacity 0.2s, -moz-transform 0.2s;
-o-transition:opacity 0.2s, -o-transform 0.2s;
-ms-transition: opacity 0.2s, -ms-transform 0.2s;
transition: opacity 0.2s, transform 0.2s;
-webkit-transform: scale(0.8333);
-ms-transform: scale(0.8333);
-moz-transform: scale(0.8333);
-o-transform:  scale(0.8333);
transform: scale(0.8333);
}
.pt-plus-fancy-link-content:hover .fancy-link-6:before {
opacity: 1;
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}
.fancy-link-6 {
overflow: initial !important;
}
.pt-plus-fancy-link-content:hover .fancy-link-6 {
-webkit-transform: scale(0.8333);
-ms-transform:scale(0.8333);
-moz-transform: scale(0.8333);
-o-transform: scale(0.8333);
transform: scale(0.8333);
} a.pt-plus-fancy-link.fancy-link-7:before {
position: absolute;
top: -50%;
left: -50%;
padding: 1.8em 1em 1em 3.7em;
width: 200%;
height: 200%;
background-image: url(//vestarad.com/wp-content/plugins/the-plus-visual-composer-addons//vc_elements/images/svg/link.svg);
-webkit-background-size:  auto 40%;
-moz-background-size: auto 40%;
-o-background-size: auto 40%;
background-size: auto 40%;
color: #404d5b;
color: transparent;
content: attr(href);
white-space: pre-wrap;
word-break: break-all;
font-weight: 600;
font-size: 0%;
line-height: 1.2;
opacity: 0.2;
-webkit-transition: opacity 0.3s, color 0.3s, -webkit-transform 0.3s, background-position 0.2s;
-moz-transition:  opacity 0.3s, color 0.3s, -moz-transform 0.3s, background-position 0.2s;
-o-transition: opacity 0.3s, color 0.3s, -o-transform 0.3s, background-position 0.2s;
-ms-transition: opacity 0.3s, color 0.3s, -ms-transform 0.3s, background-position 0.2s;
transition: opacity 0.3s, color 0.3s, transform 0.3s, background-position 0.2s;
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
-moz-transform: scale(0.5);
-o-transform:  scale(0.5);
transform: scale(0.5);
pointer-events: auto;
background-position-x: -3em;
background-position-y: 50%;
z-index: 11;
background-repeat: no-repeat;
}
.pt-plus-fancy-link-content:hover a.pt-plus-fancy-link.fancy-link-7:before {
background-position: 1em 50%;
color: #fff;
font-size: 100%;
opacity: 1;
-webkit-transition-delay: 0s, 0s, 0s, 0.1s;
-moz-transition-delay: 0s, 0s, 0s, 0.1s;
-o-transition-delay: 0s, 0s, 0s, 0.1s;
transition-delay: 0s, 0s, 0s, 0.1s;
-webkit-transform: scale(1) translateY(-75%);
-ms-transform: scale(1) translateY(-75%);
-moz-transform: scale(1) translateY(-75%);
-o-transform:  scale(1) translateY(-75%);
transform: scale(1) translateY(-75%);
}
.fancy-link-7,.fancy-link-9 {
overflow: initial !important;
} .pt-plus-fancy-link-content:hover .fancy-link-8:before {
-webkit-transform: translateX(0);
-ms-transform:translateX(0);
-moz-transform:translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
-webkit-transition-delay: 0s;
-moz-transition-delay:0s;
-o-transition-delay: 0s;
transition-delay: 0s;
}
.fancy-link-8:before, .fancy-link-8:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
-o-transition: -o-transform 0.3s;
-ms-transition: -ms-transform 0.3s;
transition: transform 0.3s;
pointer-events: none;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}
.fancy-link-8:before {
border-top: 2px solid #d04444;
background: transparent !important;
-webkit-transition-delay: 0.3s;
-moz-transition-delay:0.3s;
-o-transition-delay:0.3s;
transition-delay: 0.3s;
-webkit-transform: translateY( calc(100% - 2px) );
-ms-transform: translateY( calc(100% - 2px) );
-moz-transform: translateY( calc(100% - 2px) );
-o-transform:  translateY( calc(100% - 2px) );
transform: translateY( calc(100% - 2px) );
}
.fancy-link-8::after {
background: rgba(239, 40, 40, 0.7);
-webkit-transform: translateY(-100%);
-ms-transform:translateY(-100%);
-moz-transform:translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.pt-plus-fancy-link-content:hover .fancy-link-8::after {
-webkit-transform: translateX(0);
-ms-transform:translateX(0);
-moz-transform:translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
-webkit-transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
-o-transition-delay:0.3s;
transition-delay: 0.3s;
} .fancy-link-9:before, .fancy-link-9:after {
position: absolute;
top: 50%;
font-weight:100;	
font-size: 150%;
line-height: 1;
opacity: 0;
-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
-moz-transition: opacity 0.2s, -moz-transform 0.2s;
-o-transition: opacity 0.2s, -o-transform 0.2s;
-ms-transition: opacity 0.2s, -ms-transform 0.2s;
transition: opacity 0.2s, transform 0.2s;
}
.fancy-link-9:before{
left: -0.3em;
content: '[';
-webkit-transform: translateX(-100%) translateY(-55%);
-ms-transform: translateX(-100%) translateY(-55%);
-moz-transform: translateX(-100%) translateY(-55%);
-o-transform: translateX(-100%) translateY(-55%);
transform: translateX(-100%) translateY(-55%);
}
.fancy-link-9:after{
right: -0.3em;
content: ']';
-webkit-transform: translateX(100%) translateY(-55%);
-ms-transform:translateX(100%) translateY(-55%);
-moz-transform:translateX(100%) translateY(-55%);
-o-transform: translateX(100%) translateY(-55%);
transform: translateX(100%) translateY(-55%);
}
.pt-plus-fancy-link-content:hover .fancy-link-9::after,.pt-plus-fancy-link-content:hover .fancy-link-9::before {
opacity: 1;
-webkit-transform: translateX(0) translateY(-55%);
-ms-transform: translateX(0) translateY(-55%);
-moz-transform: translateX(0) translateY(-55%);
-o-transform: translateX(0) translateY(-55%);
transform: translateX(0) translateY(-55%);
}  .pt-plus-hightlight.highlight-hover,.highlight-normal .highlight-title{
display: inline-block;
position: relative;
overflow: hidden;
vertical-align: bottom;
padding: 0 5px;
}
.pt-plus-hightlight .highlight-title{
z-index: 2;
position: relative;
}
.pt-plus-hightlight.highlight-hover:before {
position: absolute;
top: 0;
left: 0;
z-index: 2;
width: 100%;
height: 100%;
background: rgba(149,165,166,0.4);
content: '';
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
-o-transition:-o-transform 0.3s;
-ms-transition:-ms-transform 0.3s;
transition: transform 0.3s;
-webkit-transform: scaleY(0.9) translateX(-100%);
-ms-transform: scaleY(0.9) translateX(-100%);
-moz-transform: scaleY(0.9) translateX(-100%);
-o-transform:  scaleY(0.9) translateX(-100%);
transform: scaleY(0.9) translateX(-100%);
}
.pt-plus-hightlight.highlight-hover:hover:before {
-webkit-transform: scaleY(0.9) translateX(0);
-ms-transform: scaleY(0.9) translateX(0);
-moz-transform: scaleY(0.9) translateX(0);
-o-transform:  scaleY(0.9) translateX(0);
transform: scaleY(0.9) translateX(0);
}
.pt-plus-hightlight.highlight-hover:after {
content: '';
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
background: rgba(149,165,166,0.4);
content: '';
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
-o-transition: -o-transform 0.3s;
-ms-transition: -ms-transform 0.3s;
transition: transform 0.3s;
-webkit-transform: scaleY(0.9);
-ms-transform:scaleY(0.9) ;
-moz-transform:scaleY(0.9) ;
-o-transform: scaleY(0.9) ;
transform: scaleY(0.9) ;
}  .pt-plus-columns-bg-wrap .embed-responsive .embed-responsive-item,.pt-plus-columns-bg-wrap .embed-responsive iframe{
bottom:auto;
}
.pt-plus-columns-bg-wrap .embed-responsive,.ts-video-wrapper .embed-responsive,.ts-video-wrapper .embed-responsive iframe {
position: initial;
padding: 0px;
height: auto;
}
.pt-plus-columns-bg-wrap,.columns-bg-image {
will-change: left, top;
overflow: hidden;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.pt-plus-row-set .pt-plus-row-bg-image-wrap {
position: static;
width: 100%;
height: 100%;
}
.pt-plus-row-bg-image-wrap  .row-bg-image-inner.grid-item.loaded {
position: static;
width: 100%;
height: 100%;
}
.pt-plus-columns-bg-wrap.columns-video-bg{
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size:cover;
-o-background-size:cover;
}
.pt-plus-columns-bg-wrap.columns-video-bg video.video-js {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.pt-plus-columns-bg-wrap.columns-video-bg .video-js {
position: relative;
width: 100%;
height: 100%;
}
.pt-plus-columns-bg-wrap.columns-video-bg .video-js .columns-bg-frame {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.pt-plus-row-overlay{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
overflow: hidden;
border: none;
padding: 0;
margin: 0;
}
#pt-plus-header-breadcrumbs {
position: relative;
overflow: hidden;
}
#pt-plus-header-breadcrumbs .pt-plus-header-bg-container {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
#pt-plus-header-breadcrumbs .pt-plus-page-title-inner{
position: relative;
z-index: 1;
min-height: 400px;
height: 400px;
padding: 0 0;
z-index: 0;
}
#pt-plus-header-breadcrumbs .pt-plus-page-title-inner-wrap.pos-center {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
}
#pt-plus-header-breadcrumbs .pt-plus-page-title {
font-style: normal;
font-weight: 600;
font-size: 35px;
line-height: 56px;
text-transform: none;
letter-spacing: 0px;
word-spacing: 0;
color: #fff;
text-align: inherit;
padding-bottom: 10px;
margin: 0;
}
.pt-plus-header-breadcrumbs .container {
padding: 15px;
}
.pt-plus-page-title-inner .layout-style-1 {
text-align: left;	
}
.pt-plus-page-title-inner .layout-style-2{
text-align: center;
}
.pt-plus-page-title-inner .layout-style-3{
text-align: right;
}
.breadcrumbs-title-layout-3,.breadcrumbs-title-layout-4 {
position: relative;
width: 100%;
align-items: center;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding-bottom:5px;
}
.breadcrumbs-title-layout-3 .table-cell,.breadcrumbs-title-layout-4 .table-cell {
width: max-content;
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs > nav#crumbs a{
font-size:inherit;
}
#pt-plus-header-breadcrumbs .breadcrumbs-title-layout-3 .pt-plus-page-title,#pt-plus-header-breadcrumbs .breadcrumbs-title-layout-4 .pt-plus-page-subtitle {
padding:0;
padding-right: 5px;	
}
#pt-plus-header-breadcrumbs .breadcrumbs-title-layout-3 .pt-plus-page-subtitle,#pt-plus-header-breadcrumbs .breadcrumbs-title-layout-4 .pt-plus-page-title{
padding:0;
padding-left: 15px;
}
.pt-plus-page-title-inner .layout-style-1 .breadcrumbs-title-layout-3,.pt-plus-page-title-inner .layout-style-1 .breadcrumbs-title-layout-4{
-webkit-box-pack: start!important;
-webkit-justify-content: flex-start!important;
-ms-flex-pack: start!important;
justify-content: flex-start!important;
}
.pt-plus-page-title-inner .layout-style-2 .breadcrumbs-title-layout-3,.pt-plus-page-title-inner .layout-style-2 .breadcrumbs-title-layout-4{
-webkit-box-pack: center!important;
-webkit-justify-content: center!important;
-ms-flex-pack: center!important;
justify-content: center!important;
}
.pt-plus-page-title-inner .layout-style-3 .breadcrumbs-title-layout-3,.pt-plus-page-title-inner .layout-style-3 .breadcrumbs-title-layout-4{
-webkit-box-pack: end!important;
-webkit-justify-content: flex-end!important;
-ms-flex-pack: end!important;
justify-content: flex-end!important;
}
.breadcrumbs-icon-wrap .ts-hover-draw-svg object {
pointer-events: none;
max-width: 100px;
}
.breadcrumbs-icon-wrap {
position: relative;
display: inline-block;
padding-bottom: 15px;
}
.breadcrumbs-icon-wrap .breadcrumbs-icon.small {
font-size: 30px;
}
.breadcrumbs-icon-wrap .breadcrumbs-icon.medium {
font-size: 50px;
}
.breadcrumbs-icon-wrap .breadcrumbs-icon.large {
font-size: 80px;
}
.breadcrumbs-icon-wrap .breadcrumbs-icon.x-large {
font-size: 100px;
}
.breadcrumbs-icon.ts-hover-draw-svg {
max-width: 100px;
}
.pt-plus-page-title-inner .pt-plus-page-subtitle {
font-size: 15px;
font-family: "Lora";   
line-height: 1.2;
text-align: inherit;
padding-bottom: 10px;
color: #bcbcbc;
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs.style-1 {
display: block;
width: 100%;
height: 2.9em;
line-height: 2.9em;
margin-bottom: -1px;
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs.style-2 {
display: block;
width: 100%;
height: 2.9em;
line-height: 2.9em;
position: absolute;
bottom: 0;
margin-bottom: -1px;
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs.style-3 {
display: block;
max-width: 730px;
width: 100%;
height:auto !important;
position: absolute;
bottom: 0;
margin-bottom: -3px;
border: 3px solid #ffffff;
padding: 8px 8px 0;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs.style-3 .breadcrumbs-layout-style {
background: #ffffff;
padding: 60px 20px;
text-align: center;
width: 100%;
}
.pt-plus-breadcrumbs.style-3 .bread-title-content {
margin: 16px 0 0;
width: 100%;
}
.pt-plus-breadcrumbs.style-3 #crumbs span:not(.del):before {
content: "-";
position: absolute;
right: -5px;
top: 0;
}
.pt-plus-breadcrumbs.style-3 #crumbs span:not(.del):last-child:before {
display:none;
}
.pt-plus-breadcrumbs.style-3 #crumbs span:not(.del) {
position: relative;
display: inline-block;
padding:0 10px;
}
.pt-plus-breadcrumbs.style-3 #crumbs span:not(.del):first-child {
padding-left: 0;
}
.pt-plus-breadcrumbs.style-3 #crumbs span:not(.del):last-child {
padding-right: 0;
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs.style-1 > nav {
position: relative;
z-index: 1;
display: inline-block;
height: inherit;
line-height: inherit;
margin: 0;
color: #bcbcbc;
}
.pt-plus-page-title-inner-wrap.text-right .pt-plus-breadcrumbs.style-1.text-left {
position: absolute;
bottom: 0;
}
.pt-plus-page-title-inner-wrap.text-left .pt-plus-breadcrumbs.style-1.text-right {
position: absolute;
bottom: 0;
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs.style-2 > nav {
position: relative;
z-index: 1;
display: inline-block;
height: inherit;
line-height: inherit;
padding: 0 25px;
margin: 0;
color: #bcbcbc;
background: #fff;
border-top: 1px solid rgba(27,27,27,0.1);
border-left: 1px solid rgba(27,27,27,0.1);
border-right: 1px solid rgba(27,27,27,0.1);
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs > nav:before, .pt-plus-page-title-inner .pt-plus-breadcrumbs > nav:after {
content: " ";
display: table;
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs > nav > span {
float: left;
height: inherit;
line-height: inherit;
text-transform: capitalize;
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs > nav a {
color: #28262b;
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs > nav .del {
position: relative;
padding: 0 10px;
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs > nav .del:before {
content: "/";
display: block;
width: 8px;
position: absolute;
top: 50%;
left: 50%;
margin-top: 0px;
margin-left: -1px;
-webkit-transform: rotate(20deg) translate3d(-50%,-100%,0);
-ms-transform: rotate(20deg) translate3d(-50%,-100%,0);
-moz-transform: rotate(20deg) translate3d(-50%,-100%,0);
-o-transform: rotate(20deg) translate3d(-50%,-100%,0);
transform: rotate(10deg) translate3d(0%,-50%,0);
opacity: .5;
margin-left: -8px;
}
.pt-plus-page-title-inner-wrap.title-subtitle-breadcrumbs.style-2 .pt-plus-page-title,.pt-plus-page-title-inner-wrap.subtitle-title-breadcrumbs.style-2 .pt-plus-page-subtitle  {
-webkit-transform: translate3d(0,30px,0);
transform: translate3d(0,30px,0);
-webkit-transition: -webkit-transform 0.4s;
-moz-transition: -moz-transform 0.4s;
-o-transition: -o-transform 0.4s;
-ms-transition: -ms-transform 0.4s;
transition: transform 0.4s;
z-index: 1;
position: relative;
}
.pt-plus-page-title-inner-wrap.title-subtitle-breadcrumbs.style-2:hover .pt-plus-page-title,.pt-plus-page-title-inner-wrap.subtitle-title-breadcrumbs.style-2:hover .pt-plus-page-subtitle {
-webkit-transform: translate3d(0,0px,0);
transform: translate3d(0,0px,0);
}
.pt-plus-page-title-inner-wrap.title-subtitle-breadcrumbs.style-2 .pt-plus-page-subtitle,.pt-plus-page-title-inner-wrap.subtitle-title-breadcrumbs.style-2 .pt-plus-page-title{
webkit-transform: translate3d(0,-10px,0);
transform: translate3d(0,-10px,0);
-webkit-transition: -webkit-transform 0.4s;
-moz-transition: -moz-transform 0.4s;
-o-transition: -o-transform 0.4s;
-ms-transition: -ms-transform 0.4s;
transition: transform 0.4s;
}
.pt-plus-page-title-inner-wrap.style-2 .pt-plus-page-subtitle{
opacity: 0.5;
}
.pt-plus-page-title-inner-wrap.title-subtitle-breadcrumbs.style-2:hover .pt-plus-page-subtitle,.pt-plus-page-title-inner-wrap.subtitle-title-breadcrumbs.style-2:hover .pt-plus-page-title{
-webkit-transform: translate3d(0,0px,0);
-ms-transform:translate3d(0,0px,0);
-moz-transform:translate3d(0,0px,0);
-o-transform: translate3d(0,0px,0);
transform: translate3d(0,0px,0);
}
.pt-plus-page-title-inner-wrap.style-2:hover .pt-plus-page-subtitle{
opacity: 1;
}
.breadcrumbs-bgvideo:before{
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.pt-plus-page-title-inner-wrap.pos-bottom .pt-plus-breadcrumbs, .pt-plus-page-title-inner-wrap.pos-bottom .breadcrumbs-layout-style {
vertical-align: bottom !important;
}
#pt-plus-header-breadcrumbs .container-fluid .pt-plus-page-title-inner-wrap{
padding: 0px 15px;
}@font-face{font-family:'FontAwesome';src:url(//vestarad.com/wp-content/plugins/the-plus-visual-composer-addons//vc_elements/css/extra/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//vestarad.com/wp-content/plugins/the-plus-visual-composer-addons//vc_elements/css/extra/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//vestarad.com/wp-content/plugins/the-plus-visual-composer-addons//vc_elements/css/extra/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//vestarad.com/wp-content/plugins/the-plus-visual-composer-addons//vc_elements/css/extra/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//vestarad.com/wp-content/plugins/the-plus-visual-composer-addons//vc_elements/css/extra/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//vestarad.com/wp-content/plugins/the-plus-visual-composer-addons//vc_elements/css/extra/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.lity{z-index:99999;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,.9);outline:none!important;opacity:0;-webkit-transition:opacity 0.3s ease;-o-transition:opacity 0.3s ease;transition:opacity 0.3s ease}.lity.lity-opened{opacity:1}.lity.lity-closed{opacity:0}.lity *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lity-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none!important}.lity-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity 0.3s ease;-o-transition:opacity 0.3s ease;transition:opacity 0.3s ease}.lity-loading .lity-loader{opacity:1}.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none!important;min-width:97%;margin:0 auto}.lity-content{z-index:9993;width:100%;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform 0.3s ease;transition:-webkit-transform 0.3s ease;-o-transition:-o-transform 0.3s ease;transition:transform 0.3s ease;transition:transform 0.3s ease,-webkit-transform 0.3s ease,-o-transform 0.3s ease}.lity-loading .lity-content,.lity-closed .lity-content{-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.lity-content:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1}.lity-close{z-index:9994;width:45px;height:45px;position:fixed;left:50%;top:auto;bottom:40px;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;background:#313131;border-radius:40px;padding:8px 12px;font-style:normal;font-size:35px;font-family:open sans;line-height:1;transition:all .2s linear;transform:translate3d(-50%,0%,0);text-shadow:none;border:0;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close::-moz-focus-inner{border:0;padding:0}.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited{transform:translate3d(-50%,0%,0) scale(1.1);text-decoration:none;text-align:center;color:#fff;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-image img{max-width:100%;display:block;line-height:0;border:0}.lity-iframe .lity-container,.lity-youtube .lity-container,.lity-vimeo .lity-container,.lity-facebookvideo .lity-container,.lity-googlemaps .lity-container{width:100%;max-width:964px}.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}.lity-hide{display:none}.lity-wrap{position:absolute!important;overflow:auto!important}.lity-content img {margin: 0 auto;}.pt_plus_blockquote-4 blockquote{
margin-right:0px !important;
}
.pt_plus_blockquote-5 .fa.fa-quote-left.qote-left{
width:100%;
}
.pt_plus_cf7_form .cf7-style-6 .input__label--style-6,.pt_plus_cf7_form .cf7-style-4 .input__label-content--style-4{
padding:0 !important;
}
.cf7-style-6 .input__field--style-6:focus + .input__label--style-6 .input__label-content--style-6{
padding: 0.5em 0;
}
.pt_plus_cf7_form .cf7-style-2 .input__label--style-2::before{
border-top-width:0px !important;
}
.pt_plus_cf7_form .cf7-style-7 .input__label--style-7{
height:auto !important;
}
.pt_plus_cf7_form .cf7-style-7 .input--style-7 *,.pt_plus_cf7_form .cf7-style-1 *,.pt_plus_cf7_form .cf7-style-11 *,.pt_plus_cf7_form .cf7-style-12 * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.pt_plus_cf7_form .cf7-style-12 *,.pt_plus_cf7_form .cf7-style-12 *:before,.pt_plus_cf7_form .cf7-style-12 *:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
.pt_plus_cf7_form input.wpcf7-form-control.wpcf7-submit, .pt_plus_cf7_form .wpcf7 form input[type="submit"]{
height:auto !important;
}
.pt-plus-client-list-style-content.client-content-2 .blur{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.pt_plus_button *:before, .pt_plus_button *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#pt-plus-header-breadcrumbs .container {
background: transparent;
clear: both;
}
.pt_plus_animated_image figure,figure.product-image {
margin: 0;
}
.pt_plus_infobanner *,.pt_plus_infobanner *:before, .pt_plus_infobanner *:after,.info-box-bg-box *,.progress_bar *,.pt_plus_social_list *,.pt_plus_tabs_block *,.tm_list *,#pt_plus_timeline *,.post-inner-loop *{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.tm-featured-image, .tm-featured-image img {
position: relative;
display: block;
width: 100%;
}
.blog-featured-image, .blog-featured-image img {
position: relative;
display: block;
width: 100%;
}
.tp-portfolio-image, .tp-portfolio-image img {
position: relative;
display: block;
width: 100%;
}
hr.hr-border {
margin: 20px auto;
}
#list-product-post .product {
width: 100%;
}
.pt-plus-list-product-post figure.product-image a .image-overlay {
display: none !important;
}
.pt_plus_social_list ul.social_list li {
margin-left: 0px;
}
.pt_plus_social_list ul.social_list li a:hover {
text-decoration: blink;
}
.pt_plus_tabs_block .style-1 .vc_tta-tab{
text-align:center;
}
.slick-dots.style-4 li::after{
top:0;
}
.pt_theplus-list-portfolio-post .image-overlay {
display: none !important;
}
.pt_theplus-list-portfolio-post .portfolio-item:hover {
text-decoration: blink;
}
.post-inner-loop.slick-slider,.pt-plus-testi-nav.testi-inner-loop,.testi-inner-loop,.pt-plus-testi-nav-loop{
background:transparent !important;
}
.wpcf7-response-output.wpcf7-display-none {
display: none;
}
ul.pricing-content li {
margin-left: 0px;
}
.ts-video-caption-text{
width:100%;
}
a.button-link-wrap,.pt_plus_info_box a,.pt_plus_social_list a,.post-inner-loop a,.pt-plus-testimonial-slide a,.post-load-more {
text-decoration: blink;
}
.pt_plus_animated_svg[class*=" icon-"]:before, .pt_plus_animated_svg[class^=icon-]:before,.ts-icon[class*=" icon-"]:before,.ts-icon[class^=icon-]:before{
display: none;
}.popup-template .modal{opacity:0;transition:all .25s ease}.popup-template .modal.is-open{opacity:1;transition:all .25s ease}.spu-box,
.spu-box *{
box-sizing: border-box;
}
.wppopups-whole{
position: relative;
width: 100%;
left: 0;
top: 0;
z-index: 999998;
display: flex;
align-items: center;
justify-content: center;
}
.spu-bg{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: none;
z-index: 99999;
}
.spu-box:before,
.spu-box:after {
content:"";
display:table;
}
.spu-box:after {
clear:both;
}
.spu-box {
zoom:1;
}
.spu-box {
position:fixed;
z-index: 999999;
width: 100%;
max-height: 100vh;
}
.spu-box img{
max-width: 100%;
height: auto;
}
.spu-box img.aligncenter {
clear: both;
display: block;
margin: 0 auto;
} .spu-box.spu-position-top-left{
top: 0; left: 0; bottom: auto; right: auto;
}
.spu-box.spu-position-top-right{
top: 0; right: 0; bottom: auto; left: auto;
}
.spu-box.spu-position-top-center{
top: 0; right: auto; bottom: auto; left: auto;
}
.spu-box.spu-position-bottom-left{
bottom: 0; left: 0; top: auto; right: auto;
}
.spu-box.spu-position-bottom-right{
bottom: 0; right: 0; top: auto; left: auto;
}
.spu-box.spu-position-bottom-center{
top: auto; right: auto; bottom: 0; left: auto;
}
.spu-box.spu-position-top-bar,
.spu-box.spu-position-bottom-bar{
margin: 0;
width: 100% !important;
max-width: 100% !important;
position: fixed;
}
.spu-box.spu-position-top-bar{
top: 0;
}
.spu-box.spu-position-bottom-bar{
bottom: 0;
}
.spu-box.spu-position-bottom-bar .spu-content .spu-fields-container,
.spu-box.spu-position-top-bar .spu-content .spu-fields-container{
padding: 0;
}
.spu-box.spu-position-bottom-bar .spu-content,
.spu-box.spu-position-top-bar .spu-content {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100% !important;
}
.spu-box.spu-position-bottom-bar .spu-content > *,
.spu-box.spu-position-top-bar .spu-content > *{
margin-left: 20px;
margin-bottom: 0;
}
.spu-box.spu-position-bottom-bar .spu-content .spu-optin-form,
.spu-box.spu-position-top-bar .spu-content label.spu-fields.spu-gdpr,
.spu-box.spu-position-bottom-bar .spu-content label.spu-fields.spu-gdpr,
.spu-box.spu-position-top-bar .spu-content .spu-optin-form {
display: inline-flex;
margin-bottom: 0;
}
.spu-box.spu-position-top-bar .spu-content .spu-optin-fields,
.spu-box.spu-position-bottom-bar .spu-content .spu-optin-fields,
.spu-box.spu-position-top-bar .spu-content label.spu-fields.spu-gdpr,
.spu-box.spu-position-bottom-bar .spu-content label.spu-fields.spu-gdpr{
margin-bottom: 0;
}
.spu-box.spu-position-bottom-bar .spu-content label.spu-fields.spu-gdpr ,
.spu-box.spu-position-top-bar .spu-content label.spu-fields.spu-gdpr {
margin-left: 20px;
margin-bottom: 0;
}
.spu-box.spu-position-bottom-bar .spu-content .spu-optin-fields .spu-fields ,
.spu-box.spu-position-top-bar .spu-content .spu-optin-fields .spu-fields {
min-width: 250px;
}
.spu-box.spu-position-bottom-bar .spu-content button.spu-fields.spu-submit ,
.spu-box.spu-position-top-bar .spu-content button.spu-fields.spu-submit {
width: 120px;
margin-left: 20px;
} .spu-close{
position:absolute;
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
line-height: .5;
text-decoration: none;
cursor: pointer;
z-index: 9999;
}
html .spu-box a.spu-close {
text-decoration: none;
}
.spu-close-top_right{
right:8px;
top:5px;
}
.spu-close-top_left{
left:8px;
top:5px;
}
.spu-close-bottom_right{
right:8px;
bottom:5px;
}
.spu-close-bottom_left{
left:8px;
bottom:5px;
}
.spu-close:hover,
.spu-close:focus {
text-decoration: none;
display: block;
} p.spu-powered {
position: absolute;
bottom: -55px;
width: 100%;
text-align: center;
color: #fff;
left: 0px;
}
p.spu-powered a{
color: #ccc;
text-decoration: underline;
}
.spu-box.spu-scrollable p.spu-powered {
display: none;
} .spu-addon-container {
text-align: center;
margin: 36px 32px 44px;
}
.spu-addon-container:after {
clear: both;
content: " ";
display: table;
}
.spu-addon-title {
font-size: 24px;
}
.spu-addon-msg {
font-size: 17px;
}
.spu-input-text {
background-color: #fff;
width: 49%;
height: 44px;
border: 1px solid #cdd1d4;
-webkit-box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
-moz-box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
border-radius: 3px;
font-size: 18px;
line-height: 38px;
padding: 4px 6px;
overflow: hidden;
outline: none;
margin: 0;
vertical-align: middle;
}
.spu-button {
display: block;
-webkit-box-shadow: 0 1px 1px -1px #fff inset;
-moz-box-shadow: 0 1px 1px -1px #fff inset;
box-shadow: 0 1px 1px -1px #fff inset;
-webkit-text-shadow: #888 -0 0 1px;
-moz-text-shadow: #888 -0 0 1px;
text-shadow: #888 0 0 1px;
font-size: 15px;
padding: 10px 12px;
line-height: 24px;
text-align: center;
vertical-align: middle;
cursor: pointer;
text-decoration: none;
margin: 0;
height: auto;
width: 35%;
border: 0;  
}
.spu-button-bg {
width: 100% !important;
}
.spu-inline {
display: inline-block !important;
}
.spu-errors {
color: red;
text-align: center;
margin-top: 20px;
} .spu-optin-form .spu-helper-fields{
display: none;
}
.spu-fields-container{
padding: 36px 32px 44px;
position: relative;
}
.spu-fields.spu-name,
.spu-fields.spu-email{
background-color: #fff;
width: 100%;
height: 48px;
border: 1px solid #cdd1d4;
-webkit-box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
-moz-box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
border-radius: 3px;
font-size: 18px;
line-height: 38px;
padding: 4px 6px;
overflow: hidden;
outline: none;
margin: 0 0 20px 0;
vertical-align: middle;
display: block;
}
.spu-fields.spu-submit{
background: #50bbe8;
border: 1px solid #429bc0;
-webkit-box-shadow: 0 1px 1px -1px #fff inset;
-moz-box-shadow: 0 1px 1px -1px #fff inset;
box-shadow: 0 1px 1px -1px #fff inset;
-webkit-text-shadow: #888 -0 0 1px;
-moz-text-shadow: #888 -0 0 1px;
text-shadow: #888 -0 0 1px;
width: 24%;
color: #fff;
font-size: 16px;
padding: 10px 6px;
line-height: 24px;
text-align: center;
vertical-align: middle;
cursor: pointer;
display: inline;
margin: 0;
height: auto;
}
.spu-fields.spu-submit i{
display: none;
}
.spu-optin-fields {
display: block;
}
.spu-optin-fields.spu-inline-fields {
display: flex;
margin-bottom: 20px;
}
.spu-optin-fields.spu-inline-fields .spu-fields{
margin-bottom: 0px;
}
.spu-optin-fields.spu-inline-fields .spu-fields.spu-name {
margin-right: 20px;
}
.spu-fields.spu-email{
margin-right: 0;
}
.spu-fields.spu-submit {
width: 100%;
max-width: 100%;
}
.spu-fields.spu-submit span{
transition: all 1s;
opacity:1;
}
.spu-fields.spu-submit svg{
display:none;
margin:0 auto;
transition: all 1s;
}
.spu-fields.spu-submit svg path,
.spu-fields.spu-submit svg rect{
fill: #fff;
}
.spu-fields.spu-submit.spu-sending span{
display: none;
opacity: 0;
}
.spu-fields.spu-submit.spu-sending svg{
display: block;
opacity: 1;
}
.optin-errors {
color: red;
text-align: center;
margin-top: 20px;
} span.spu-timer {
position: absolute;
bottom: 0px;
left: 0px;
font-size: 12px;
position: absolute;
width: 100%;
text-align: right;
padding: 0 10px;
}
@media all and (max-width: 568px){
.spu-box{
max-width: 90vw !important;
}
.spu-box.spu-position-fullscreen,
.spu-box.spu-position-top-bar,
.spu-box.spu-position-bottom-bar{
max-width: 100vw !important;
}
.spu-box.spu-position-bottom-bar .spu-content,
.spu-box.spu-position-top-bar .spu-content {
flex-flow: column;
}
.pop-up-text2{
margin-bottom: 25px !important;
}
}html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: 700;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0;
}
hr {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
code,
kbd,
pre,
samp {
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
select {
text-transform: none;
}
button {
overflow: visible;
}
button,
input,
select,
textarea {
max-width: 100%;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
opacity: .5;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-right: 0.4375em;
padding: 0;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #d1d1d1;
margin: 0 0 1.75em;
min-width: inherit;
padding: 0.875em;
}
fieldset > :last-child {
margin-bottom: 0;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
optgroup {
font-weight: bold;
} .menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-family: "Genericons";
font-size: 16px;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
speak: never;
text-align: center;
text-decoration: inherit;
text-transform: none;
vertical-align: top;
} body,
button,
input,
select,
textarea {
color: #1a1a1a;
font-family: Merriweather, Georgia, serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.75;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-weight: 700;
margin: 0;
text-rendering: optimizeLegibility;
}
p {
margin: 0 0 1.75em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
border: 0 solid #1a1a1a;
border-left-width: 4px;
color: #686868;
font-size: 19px;
font-size: 1.1875rem;
font-style: italic;
line-height: 1.4736842105;
margin: 0 0 1.4736842105em;
overflow: hidden;
padding: 0 0 0 1.263157895em;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote p {
margin-bottom: 1.4736842105em;
}
blockquote cite,
blockquote small {
color: #1a1a1a;
display: block;
font-size: 16px;
font-size: 1rem;
line-height: 1.75;
}
blockquote cite:before,
blockquote small:before {
content: "\2014\00a0";
}
blockquote em,
blockquote i,
blockquote cite {
font-style: normal;
}
blockquote strong,
blockquote b {
font-weight: 400;
}
blockquote > :last-child {
margin-bottom: 0;
}
address {
font-style: italic;
margin: 0 0 1.75em;
}
code,
kbd,
tt,
var,
samp,
pre {
font-family: Inconsolata, monospace;
}
pre {
border: 1px solid #d1d1d1;
font-size: 16px;
font-size: 1rem;
line-height: 1.3125;
margin: 0 0 1.75em;
max-width: 100%;
overflow: auto;
padding: 1.75em;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
code {
background-color: #d1d1d1;
padding: 0.125em 0.25em;
}
abbr,
acronym {
border-bottom: 1px dotted #d1d1d1;
cursor: help;
}
mark,
ins {
background: #007acc;
color: #fff;
padding: 0.125em 0.25em;
text-decoration: none;
}
big {
font-size: 125%;
} html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*,
*:before,
*:after { -webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
body {
background: #1a1a1a; }
hr {
background-color: #d1d1d1;
border: 0;
height: 1px;
margin: 0 0 1.75em;
}
ul,
ol {
margin: 0 0 1.75em 1.25em;
padding: 0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
margin-left: 1.5em;
}
li > ul,
li > ol {
margin-bottom: 0;
}
dl {
margin: 0 0 1.75em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 0 1.75em;
}
img {
height: auto; max-width: 100%; vertical-align: middle;
}
del {
opacity: 0.8;
}
table,
th,
td {
border: 1px solid #d1d1d1;
}
table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 0 0 1.75em;
table-layout: fixed; width: 100%;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
th {
border-width: 0 1px 1px 0;
font-weight: 700;
}
td {
border-width: 0 1px 1px 0;
}
th,
td {
padding: 0.4375em;
} ::-webkit-input-placeholder {
color: #686868;
font-family: Montserrat, "Helvetica Neue", sans-serif;
}
:-moz-placeholder {
color: #686868;
font-family: Montserrat, "Helvetica Neue", sans-serif;
}
::-moz-placeholder {
color: #686868;
font-family: Montserrat, "Helvetica Neue", sans-serif;
opacity: 1; }
:-ms-input-placeholder {
color: #686868;
font-family: Montserrat, "Helvetica Neue", sans-serif;
} input {
line-height: normal;
}
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
background: #1a1a1a;
border: 0;
border-radius: 2px;
color: #fff;
font-family: Montserrat, "Helvetica Neue", sans-serif;
font-weight: 700;
letter-spacing: 0.046875em;
line-height: 1;
padding: 0.84375em 0.875em 0.78125em;
text-transform: uppercase;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
background: #007acc;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
outline: thin dotted;
outline-offset: -4px;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
background: #f7f7f7;
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
border: 1px solid #d1d1d1;
border-radius: 2px;
color: #686868;
padding: 0.625em 0.4375em;
width: 100%;
}
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
background-color: #fff;
border-color: #007acc;
color: #1a1a1a;
outline: 0;
}
.post-password-form {
margin-bottom: 1.75em;
}
.post-password-form label {
color: #686868;
display: block;
font-family: Montserrat, "Helvetica Neue", sans-serif;
font-size: 13px;
font-size: 0.8125rem;
letter-spacing: 0.076923077em;
line-height: 1.6153846154;
margin-bottom: 1.75em;
text-transform: uppercase;
}
.post-password-form input[type="password"] {
margin-top: 0.4375em;
}
.post-password-form > :last-child {
margin-bottom: 0;
}
.search-form {
position: relative;
}
input[type="search"].search-field {
border-radius: 2px 0 0 2px;
width: -webkit-calc(100% - 42px);
width: calc(100% - 42px);
}
.search-submit:before {
content: "\f400";
font-size: 24px;
left: 2px;
line-height: 42px;
position: relative;
width: 40px;
}
.search-submit {
border-radius: 0 2px 2px 0;
bottom: 0;
overflow: hidden;
padding: 0;
position: absolute;
right: 0;
top: 0;
width: 42px;
}  a {
color: #007acc;
text-decoration: none;
}
a:hover,
a:focus,
a:active {
color: #686868;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
}
.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
box-shadow: 0 1px 0 0 currentColor;
}
.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
box-shadow: none;
} .site-header-menu {
display: none;
-webkit-flex: 0 1 100%;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
margin: 0.875em 0;
}
.site-header-menu.toggled-on,
.no-js .site-header-menu {
display: block;
}
.main-navigation {
font-family: Montserrat, "Helvetica Neue", sans-serif;
}
.site-footer .main-navigation {
margin-bottom: 1.75em;
}
.main-navigation ul {
list-style: none;
margin: 0;
}
.main-navigation li {
border-top: 1px solid #d1d1d1;
position: relative;
}
.main-navigation a {
color: #1a1a1a;
display: block;
line-height: 1.3125;
outline-offset: -1px;
padding: 0.84375em 0;
}
.main-navigation a:hover,
.main-navigation a:focus {
color: #007acc;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
font-weight: 700;
}
.main-navigation ul ul {
display: none;
margin-left: 0.875em;
}
.no-js .main-navigation ul ul {
display: block;
}
.main-navigation ul .toggled-on {
display: block;
}
.main-navigation .primary-menu {
border-bottom: 1px solid #d1d1d1;
}
.main-navigation .menu-item-has-children > a {
margin-right: 56px;
}
.dropdown-toggle {
background-color: transparent;
border: 0;
border-radius: 0;
color: #1a1a1a;
content: "";
height: 48px;
padding: 0;
position: absolute;
right: 0;
text-transform: none;
top: 0;
width: 48px;
}
.dropdown-toggle:after {
border: 0 solid #d1d1d1;
border-left-width: 1px;
content: "\f431";
font-size: 24px;
left: 1px;
position: relative;
width: 48px;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
background-color: transparent;
color: #007acc;
}
.dropdown-toggle:focus {
outline: thin dotted;
outline-offset: -1px;
}
.dropdown-toggle:focus:after {
border-color: transparent;
}
.dropdown-toggle.toggled-on:after {
content: "\f432";
}
.site-header .main-navigation + .social-navigation {
margin-top: 1.75em;
}
.site-footer .social-navigation {
margin-bottom: 1.75em;
}
.social-navigation ul {
list-style: none;
margin: 0 0 -0.4375em;
}
.social-navigation li {
float: left;
margin: 0 0.4375em 0.4375em 0;
}
.social-navigation a {
border: 1px solid #d1d1d1;
border-radius: 50%;
color: #1a1a1a;
display: block;
height: 35px;
position: relative;
width: 35px;
}
.social-navigation a:before {
content: "\f415";
height: 33px;
line-height: 33px;
text-align: center;
width: 33px;
}
.social-navigation a:hover:before,
.social-navigation a:focus:before {
color: #007acc;
}
.social-navigation a[href*="codepen.io"]:before {
content: "\f216";
}
.social-navigation a[href*="digg.com"]:before {
content: "\f221";
}
.social-navigation a[href*="dribbble.com"]:before {
content: "\f201";
}
.social-navigation a[href*="dropbox.com"]:before {
content: "\f225";
}
.social-navigation a[href*="facebook.com"]:before {
content: "\f203";
}
.social-navigation a[href*="flickr.com"]:before {
content: "\f211";
}
.social-navigation a[href*="foursquare.com"]:before {
content: "\f226";
}
.social-navigation a[href*="plus.google.com"]:before {
content: "\f206";
}
.social-navigation a[href*="github.com"]:before {
content: "\f200";
}
.social-navigation a[href*="instagram.com"]:before {
content: "\f215";
}
.social-navigation a[href*="linkedin.com"]:before {
content: "\f208";
}
.social-navigation a[href*="path.com"]:before {
content: "\f219";
}
.social-navigation a[href*="pinterest.com"]:before {
content: "\f210";
}
.social-navigation a[href*="getpocket.com"]:before {
content: "\f224";
}
.social-navigation a[href*="polldaddy.com"]:before {
content: "\f217";
}
.social-navigation a[href*="reddit.com"]:before {
content: "\f222";
}
.social-navigation a[href*="skype.com"]:before {
content: "\f220";
}
.social-navigation a[href*="stumbleupon.com"]:before {
content: "\f223";
}
.social-navigation a[href*="tumblr.com"]:before {
content: "\f214";
}
.social-navigation a[href*="twitter.com"]:before {
content: "\f202";
}
.social-navigation a[href*="vimeo.com"]:before {
content: "\f212";
}
.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
content: "\f205";
}
.social-navigation a[href*="youtube.com"]:before {
content: "\f213";
}
.social-navigation a[href^="mailto:"]:before {
content: "\f410";
}
.social-navigation a[href*="spotify.com"]:before {
content: "\f515";
}
.social-navigation a[href*="twitch.tv"]:before {
content: "\f516";
}
.social-navigation a[href$="/feed/"]:before {
content: "\f413";
}
.post-navigation {
border-top: 4px solid #1a1a1a;
border-bottom: 4px solid #1a1a1a;
clear: both;
font-family: Montserrat, "Helvetica Neue", sans-serif;
margin: 0 7.6923% 3.5em;
}
.post-navigation a {
color: #1a1a1a;
display: block;
padding: 1.75em 0;
}
.post-navigation span {
display: block;
}
.post-navigation .meta-nav {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
letter-spacing: 0.076923077em;
line-height: 1.6153846154;
margin-bottom: 0.5384615385em;
text-transform: uppercase;
}
.post-navigation .post-title {
display: inline;
font-family: Montserrat, "Helvetica Neue", sans-serif;
font-size: 23px;
font-size: 1.4375rem;
font-weight: 700;
line-height: 1.2173913043;
text-rendering: optimizeLegibility;
}
.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
color: #007acc;
}
.post-navigation div + div {
border-top: 4px solid #1a1a1a;
}
.pagination {
border-top: 4px solid #1a1a1a;
font-family: Montserrat, "Helvetica Neue", sans-serif;
font-size: 19px;
font-size: 1.1875rem;
margin: 0 7.6923% 2.947368421em;
min-height: 56px;
position: relative;
}
.pagination:before,
.pagination:after {
background-color: #1a1a1a;
content: "";
height: 52px;
position: absolute;
top:0;
width: 52px;
z-index: 0;
}
.pagination:before {
right: 0;
}
.pagination:after {
right: 54px;
}
.pagination a:hover,
.pagination a:focus {
color: #1a1a1a;
}
.pagination .nav-links {
padding-right: 106px;
position: relative;
}
.pagination .nav-links:before,
.pagination .nav-links:after {
color: #fff;
font-size: 32px;
line-height: 51px;
opacity: 0.3;
position: absolute;
width: 52px;
z-index: 1;
}
.pagination .nav-links:before {
content: "\f429";
right: -1px;
}
.pagination .nav-links:after {
content: "\f430";
right: 55px;
} .pagination .current .screen-reader-text {
position: static !important;
}
.pagination .page-numbers {
display: none;
letter-spacing: 0.013157895em;
line-height: 1;
margin: 0 0.7368421053em 0 -0.7368421053em;
padding: 0.8157894737em 0.7368421053em 0.3947368421em;
text-transform: uppercase;
}
.pagination .current {
display: inline-block;
font-weight: 700;
}
.pagination .prev,
.pagination .next {
background-color: #1a1a1a;
color: #fff;
display: inline-block;
height: 52px;
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
top: 0;
width: 52px;
z-index: 2;
}
.pagination .prev:before,
.pagination .next:before {
font-size: 32px;
height: 53px;
line-height: 52px;
position: relative;
width: 53px;
}
.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
background-color: #007acc;
color: #fff;
}
.pagination .prev:focus,
.pagination .next:focus {
outline: 0;
}
.pagination .prev {
right: 54px;
}
.pagination .prev:before {
content: "\f430";
left: -1px;
top: -1px;
}
.pagination .next {
right: 0;
}
.pagination .next:before {
content: "\f429";
right: -1px;
top: -1px;
}
.image-navigation,
.comment-navigation {
border-top: 1px solid #d1d1d1;
border-bottom: 1px solid #d1d1d1;
color: #686868;
font-family: Montserrat, "Helvetica Neue", sans-serif;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
margin: 0 7.6923% 2.1538461538em;
padding: 1.0769230769em 0;
}
.comment-navigation {
margin-right: 0;
margin-left: 0;
}
.comments-title + .comment-navigation {
border-bottom: 0;
margin-bottom: 0;
}
.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
display: inline-block;
}
.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
content: "\002f";
display: inline-block;
opacity: 0.7;
padding: 0 0.538461538em;
}  .says,
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px; word-wrap: normal !important;
} .site .skip-link {
background-color: #f1f1f1;
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
color: #21759b;
display: block;
font-family: Montserrat, "Helvetica Neue", sans-serif;
font-size: 14px;
font-weight: 700;
left: -9999em;
outline: none;
padding: 15px 23px 14px;
text-decoration: none;
text-transform: none;
top: -9999em;
}
.logged-in .site .skip-link {
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
font-family: "Open Sans", sans-serif;
}
.site .skip-link:focus {
clip: auto;
height: auto;
left: 6px;
top: 7px;
width: auto;
z-index: 100000;
} .alignleft {
float: left;
margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
float: right;
margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto 1.75em;
}
blockquote.alignleft {
margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}
blockquote.alignright {
margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}
blockquote.aligncenter {
margin-bottom: 1.473684211em;
} .clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
content: "";
display: table;
}
.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
clear: both;
} .widget {
border-top: 4px solid #1a1a1a;
margin-bottom: 3.5em;
padding-top: 1.75em;
}
.widget-area > :last-child,
.widget > :last-child,
.widget > nav > :last-child {
margin-bottom: 0;
}
.widget .widget-title {
font-family: Montserrat, "Helvetica Neue", sans-serif;
font-size: 16px;
font-size: 1rem;
letter-spacing: 0.046875em;
line-height: 1.3125;
margin: 0 0 1.75em;
text-transform: uppercase;
}
.widget .widget-title:empty {
margin-bottom: 0;
}
.widget-title a {
color: #1a1a1a;
} .widget.widget_calendar table {
margin: 0;
}
.widget_calendar .wp-calendar-nav {
display: table;
width: 100%;
}
.widget_calendar .wp-calendar-nav span {
display: table-cell;
}
.widget_calendar .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav-next {
width: 40%;
}
.widget_calendar td,
.widget_calendar th,
.widget_calendar .wp-calendar-nav span {
line-height: 2.5625;
padding: 0;
text-align: center;
}
.widget_calendar caption {
font-weight: 900;
margin-bottom: 1.75em;
}
.widget_calendar tbody a {
background-color: #007acc;
color: #fff;
display: block;
font-weight: 700;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
background-color: #686868;
color: #fff;
} .widget_recent_entries .post-date {
color: #686868;
display: block;
font-family: Montserrat, "Helvetica Neue", sans-serif;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.615384615;
margin-bottom: 0.538461538em;
}
.widget_recent_entries li:last-child .post-date {
margin-bottom: 0;
} .widget_rss .rsswidget img {
margin-top: -0.375em;
}
.widget_rss .rss-date,
.widget_rss cite {
color: #686868;
display: block;
font-family: Montserrat, "Helvetica Neue", sans-serif;
font-size: 13px;
font-size: 0.8125rem;
font-style: normal;
line-height: 1.615384615;
margin-bottom: 0.538461538em;
}
.widget_rss .rssSummary:last-child {
margin-bottom: 2.1538461538em;
}
.widget_rss li:last-child :last-child {
margin-bottom: 0;
} .tagcloud a {
border: 1px solid #d1d1d1;
border-radius: 2px;
display: inline-block;
font-family: Montserrat, "Helvetica Neue", sans-serif;
line-height: 1;
margin: 0 0.1875em 0.4375em 0;
padding: 0.5625em 0.4375em 0.5em;
}
.tagcloud ul {
list-style-type: none;
margin-left: 0;
}
.tagcloud ul li {
display: inline-block;
}
.tagcloud a:hover,
.tagcloud a:focus {
border-color: #007acc;
color: #007acc;
outline: 0;
} .site {
background-color: #fff;
}
.site-inner {
margin: 0 auto;
max-width: 1320px;
position: relative;
}
.site-content {
word-wrap: break-word;
} #content[tabindex="-1"]:focus {
outline: 0;
}
.site-main {
margin-bottom: 3.5em;
}
.site-main > :last-child {
margin-bottom: 0;
} .site-header {
padding: 2.625em 7.6923%;
}
.site-header-main {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.site-branding {
margin: 0.875em auto 0.875em 0; max-width: 100%;
min-width: 0;
overflow: hidden;
}
.custom-logo-link {
display: block;
}
.custom-logo {
max-width: 180px;
}
.site-title {
font-family: Montserrat, "Helvetica Neue", sans-serif;
font-size: 23px;
font-size: 1.4375rem;
font-weight: 700;
line-height: 1.2173913043;
margin: 0;
}
.site-branding .site-title a {
color: #1a1a1a;
}
.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
color: #007acc;
}
.wp-custom-logo .site-title {
margin-top: 0.608695652em;
}
.site-description {
color: #686868;
display: none;
font-size: 13px;
font-size: 0.8125rem;
font-weight: 400;
line-height: 1.0769230769;
margin: 0.538461538em 0 0;
}
.menu-toggle {
background-color: transparent;
border: 1px solid #d1d1d1;
color: #1a1a1a;
font-size: 13px;
font-size: 0.8125rem;
margin: 1.076923077em 0;
padding: 0.769230769em;
}
.no-js .menu-toggle {
display: none;
}
.menu-toggle:hover,
.menu-toggle:focus {
background-color: transparent;
border-color: #007acc;
color: #007acc;
}
.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
background-color: #1a1a1a;
border-color: #1a1a1a;
color: #fff;
}
.menu-toggle:focus {
outline: 0;
}
.menu-toggle.toggled-on:focus {
outline: thin dotted;
}
.header-image {
clear: both;
margin: 0.875em 0;
}
.header-image a {
display: block;
}
.header-image a:hover img,
.header-image a:focus img {
opacity: 0.85;
} .site-main > article {
margin-bottom: 3.5em;
position: relative;
}
.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
margin-right: 7.6923%;
margin-left: 7.6923%;
}
.entry-title {
font-family: Montserrat, "Helvetica Neue", sans-serif;
font-size: 28px;
font-size: 1.75rem;
font-weight: 700;
line-height: 1.25;
margin-bottom: 1em;
}
.entry-title a {
color: #1a1a1a;
}
.entry-title a:hover,
.entry-title a:focus {
color: #007acc;
}
.post-thumbnail {
display: block;
margin: 0 7.6923% 1.75em;
}
.post-thumbnail img {
display: block;
}
.no-sidebar .post-thumbnail img {
margin: 0 auto;
}
a.post-thumbnail:hover,
a.post-thumbnail:focus {
opacity: 0.85;
}
.entry-content,
.entry-summary {
border-color: #d1d1d1;
}
.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
font-size: 28px;
font-size: 1.75rem;
line-height: 1.25;
margin-top: 2em;
margin-bottom: 1em;
}
.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
font-size: 23px;
font-size: 1.4375rem;
line-height: 1.2173913043;
margin-top: 2.4347826087em;
margin-bottom: 1.2173913043em;
}
.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
font-size: 19px;
font-size: 1.1875rem;
line-height: 1.1052631579;
margin-top: 2.9473684211em;
margin-bottom: 1.4736842105em;
}
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
font-size: 16px;
font-size: 1rem;
line-height: 1.3125;
margin-top: 3.5em;
margin-bottom: 1.75em;
}
.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
letter-spacing: 0.140625em;
text-transform: uppercase;
}
.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
font-style: italic;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
font-weight: 900;
}
.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
margin-top: 0;
}
.post-navigation .post-title,
.entry-title,
.comments-title {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
body:not(.search-results) .entry-summary {
color: #686868;
font-size: 19px;
font-size: 1.1875rem;
line-height: 1.4736842105;
margin-bottom: 1.4736842105em;
}
body:not(.search-results) .entry-header + .entry-summary {
margin-top: -0.736842105em;
}
body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
margin-bottom: 1.4736842105em;
}
body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
margin-bottom: 0;
}
body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
padding: 0.3684210526em;
}
body:not(.search-results) .entry-summary fieldset {
margin-bottom: 1.4736842105em;
padding: 0.3684210526em;
}
body:not(.search-results) .entry-summary blockquote {
border-color: currentColor;
}
body:not(.search-results) .entry-summary blockquote > :last-child {
margin-bottom: 0;
}
body:not(.search-results) .entry-summary .alignleft {
margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}
body:not(.search-results) .entry-summary .alignright {
margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}
body:not(.search-results) .entry-summary .aligncenter {
margin-bottom: 1.4736842105em;
}
.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
margin-bottom: 0;
}
.more-link {
white-space: nowrap;
}
.author-info {
border-color: inherit;
border-style: solid;
border-width: 1px 0 1px 0;
clear: both;
padding-top: 1.75em;
padding-bottom: 1.75em;
}
.author-avatar .avatar {
float: left;
height: 42px;
margin: 0 1.75em 1.75em 0;
width: 42px;
}
.author-description > :last-child {
margin-bottom: 0;
}
.entry-content .author-title {
clear: none;
font-size: 16px;
font-size: 1rem;
font-weight: 900;
line-height: 1.75;
margin: 0;
}
.author-bio {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
margin-bottom: 1.6153846154em;
overflow: hidden;
}
.author-link {
white-space: nowrap;
}
.entry-footer {
color: #686868;
font-family: Montserrat, "Helvetica Neue", sans-serif;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
margin-top: 2.1538461538em;
}
.entry-footer:empty {
margin: 0;
}
.entry-footer a {
color: #686868;
}
.entry-footer a:hover,
.entry-footer a:focus {
color: #007acc;
}
.entry-footer > span:not(:last-child):after {
content: "\002f";
display: inline-block;
opacity: 0.7;
padding: 0 0.538461538em;
}
.entry-footer .avatar {
height: 21px;
margin: -0.1538461538em 0.5384615385em 0 0;
width: 21px;
}
.sticky-post {
color: #686868;
display: block;
font-family: Montserrat, "Helvetica Neue", sans-serif;
font-size: 13px;
font-size: 0.8125rem;
letter-spacing: 0.076923077em;
line-height: 1.6153846154;
margin-bottom: 0.5384615385em;
text-transform: uppercase;
} .updated:not(.published) {
display: none;
}
.sticky .posted-on,
.byline {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-header {
border-top: 4px solid #1a1a1a;
margin: 0 7.6923% 3.5em;
padding-top: 1.75em;
}
body.error404 .page-header,
body.search-no-results .page-header {
border-top: 0;
padding-top: 0;
}
.page-title {
font-family: Montserrat, "Helvetica Neue", sans-serif;
font-size: 23px;
font-size: 1.4375rem;
line-height: 1.2173913043;
}
.taxonomy-description {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
}
.taxonomy-description p {
margin: 0.5384615385em 0 1.6153846154em;
}
.taxonomy-description > :last-child {
margin-bottom: 0;
}
.page-links {
clear: both;
font-family: Montserrat, "Helvetica Neue", sans-serif;
margin: 0 0 1.75em;
}
.page-links a,
.page-links > span {
border: 1px solid #d1d1d1;
border-radius: 2px;
display: inline-block;
font-size: 13px;
font-size: 0.8125rem;
height: 1.8461538462em;
line-height: 1.6923076923em;
margin-right: 0.3076923077em;
text-align: center;
width: 1.8461538462em;
}
.page-links a {
background-color: #1a1a1a;
border-color: #1a1a1a;
color: #fff;
}
.page-links a:hover,
.page-links a:focus {
background-color: #007acc;
border-color: transparent;
color: #fff;
}
.page-links > .page-links-title {
border: 0;
color: #1a1a1a;
height: auto;
margin: 0;
padding-right: 0.6153846154em;
width: auto;
}
.entry-attachment {
margin-bottom: 1.75em;
}
.entry-caption {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
font-style: italic;
line-height: 1.6153846154;
padding-top: 1.0769230769em;
}
.entry-caption > :last-child {
margin-bottom: 0;
}
.content-bottom-widgets {
margin: 0 7.6923%;
}
.content-bottom-widgets .widget-area {
margin-bottom: 3.5em;
} .format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
font-size: 19px;
font-size: 1.1875rem;
line-height: 1.473684211;
margin-bottom: 1.473684211em;
}
.blog .format-status .entry-title,
.archive .format-status .entry-title {
display: none;
} .comments-area {
margin: 0 7.6923% 3.5em;
}
.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
padding-top: 1.75em;
}
.comments-title,
.comment-reply-title {
border-top: 4px solid #1a1a1a;
font-family: Montserrat, "Helvetica Neue", sans-serif;
font-size: 23px;
font-size: 1.4375rem;
font-weight: 700;
line-height: 1.3125;
padding-top: 1.217391304em;
}
.comments-title {
margin-bottom: 1.217391304em;
}
.comment-list {
list-style: none;
margin: 0;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
border-top: 1px solid #d1d1d1;
padding: 1.75em 0;
}
.comment-list .children {
list-style: none;
margin: 0;
}
.comment-list .children > li {
padding-left: 0.875em;
}
.comment-author {
color: #1a1a1a;
margin-bottom: 0.4375em;
}
.comment-author .avatar {
float: left;
height: 28px;
margin-right: 0.875em;
position: relative;
width: 28px;
}
.bypostauthor > article .fn:after {
content: "\f304";
left: 3px;
position: relative;
top: 5px;
}
.comment-metadata,
.pingback .edit-link {
color: #686868;
font-family: Montserrat, "Helvetica Neue", sans-serif;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
}
.comment-metadata {
margin-bottom: 2.1538461538em;
}
.comment-metadata a,
.pingback .comment-edit-link {
color: #686868;
}
.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
color: #007acc;
}
.comment-metadata .edit-link,
.pingback .edit-link {
display: inline-block;
}
.comment-metadata .edit-link:before,
.pingback .edit-link:before {
content: "\002f";
display: inline-block;
opacity: 0.7;
padding: 0 0.538461538em;
}
.comment-content ul,
.comment-content ol {
margin: 0 0 1.5em 1.25em;
}
.comment-content li > ul,
.comment-content li > ol {
margin-bottom: 0;
}
.comment-reply-link {
border: 1px solid #d1d1d1;
border-radius: 2px;
color: #007acc;
display: inline-block;
font-family: Montserrat, "Helvetica Neue", sans-serif;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1;
margin-top: 2.1538461538em;
padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}
.comment-reply-link:hover,
.comment-reply-link:focus {
border-color: currentColor;
color: #007acc;
outline: 0;
}
.comment-form {
padding-top: 1.75em;
}
.comment-form label {
color: #686868;
display: block;
font-family: Montserrat, "Helvetica Neue", sans-serif;
font-size: 13px;
font-size: 0.8125rem;
letter-spacing: 0.076923077em;
line-height: 1.6153846154;
margin-bottom: 0.5384615385em;
text-transform: uppercase;
}
.comment-list .comment-form {
padding-bottom: 1.75em;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
margin-bottom: 2.1538461538em;
}
.no-comments {
border-top: 1px solid #d1d1d1;
font-family: Montserrat, "Helvetica Neue", sans-serif;
font-weight: 700;
margin: 0;
padding-top: 1.75em;
}
.comment-navigation + .no-comments {
border-top: 0;
padding-top: 0;
}
.form-allowed-tags code {
font-family: Inconsolata, monospace;
}
.form-submit {
margin-bottom: 0;
}
.required {
color: #007acc;
font-family: Merriweather, Georgia, serif;
}
.comment-reply-title small {
font-size: 100%;
}
.comment-reply-title small a {
border: 0;
float: right;
height: 32px;
overflow: hidden;
width: 26px;
}
.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
color: #1a1a1a;
}
.comment-reply-title small a:before {
content: "\f405";
font-size: 32px;
position: relative;
top: -5px;
}
.comment-form #wp-comment-cookies-consent {
margin: 0 10px 0 0;
}
.comment-form .comment-form-cookies-consent label {
display: inline;
font-family: Merriweather, Georgia, serif;
letter-spacing: 0;
text-transform: none;
} .sidebar {
margin-bottom: 3.5em;
padding: 0 7.6923%;
} .site-footer {
padding: 0 7.6923% 1.75em;
}
.site-info {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
}
.site-info a {
color: #686868;
}
.site-info a:hover,
.site-info a:focus {
color: #007acc;
}
.site-footer .site-title {
font-family: inherit;
font-size: inherit;
font-weight: 400;
}
.site-footer .site-title:after {
content: "\002f";
display: inline-block;
font-family: Montserrat, sans-serif;
opacity: 0.7;
padding: 0 0.307692308em 0 0.538461538em;
}
.site-footer span[role=separator] {
font-family: Montserrat, sans-serif;
opacity: 0.7;
padding: 0 0.307692308em 0 0.538461538em;
}
.site-footer span[role=separator]::before {
content: '\002f';
} .site .avatar {
border-radius: 50%;
}
.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
border: none;
margin-top: 0;
margin-bottom: 0;
padding: 0;
}
.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
display: block;
} embed,
iframe,
object,
video {
margin-bottom: 1.75em;
max-width: 100%;
vertical-align: middle;
}
p > embed,
p > iframe,
p > object,
p > video {
margin-bottom: 0;
}
.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
box-shadow: none;
}
.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
margin-top: 0;
margin-bottom: 1.75em;
}
.wp-playlist.wp-audio-playlist {
padding-bottom: 0;
}
.wp-playlist .wp-playlist-tracks {
margin-top: 0;
}
.wp-playlist-item .wp-playlist-caption {
border-bottom: 0;
padding: 0.7142857143em 0;
}
.wp-playlist-item .wp-playlist-item-length {
top: 0.7142857143em;
} .wp-caption {
margin-bottom: 1.75em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0;
}
.wp-caption .wp-caption-text {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
font-style: italic;
line-height: 1.6153846154;
padding-top: 0.5384615385em;
} .gallery {
margin: 0 -1.1666667% 1.75em;
}
.gallery-item {
display: inline-block;
max-width: 33.33%;
padding: 0 1.1400652% 2.2801304%;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-1 .gallery-item {
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-icon img {
margin: 0 auto;
}
.gallery-caption {
color: #686868;
display: block;
font-size: 13px;
font-size: 0.8125rem;
font-style: italic;
line-height: 1.6153846154;
padding-top: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
} .widecolumn {
margin-bottom: 3.5em;
padding: 0 7.6923%;
}
.widecolumn .mu_register {
width: auto;
}
.widecolumn .mu_register .mu_alert {
background: transparent;
border-color: #d1d1d1;
color: inherit;
margin-bottom: 3.5em;
padding: 1.75em;
}
.widecolumn form,
.widecolumn .mu_register form {
margin-top: 0;
}
.widecolumn h2 {
font-size: 23px;
font-size: 1.4375rem;
font-weight: 900;
line-height: 1.2173913043;
margin-bottom: 1.2173913043em;
}
.widecolumn p {
margin: 1.75em 0;
}
.widecolumn p + h2 {
margin-top: 2.4347826087em;
}
.widecolumn label,
.widecolumn .mu_register label {
color: #686868;
font-family: Montserrat, "Helvetica Neue", sans-serif;
font-size: 13px;
font-size: 0.8125rem;
font-weight: 400;
letter-spacing: 0.076923077em;
line-height: 1.6153846154;
text-transform: uppercase;
}
.widecolumn .mu_register label {
margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}
.widecolumn .mu_register label strong {
font-weight: 400;
}
.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
font-size: 16px;
font-size: 1rem;
width: 100%;
}
.widecolumn .mu_register #blogname {
margin: 0;
}
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
margin: 0 0 0.375em;
}
.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
font-size: 16px;
font-size: 1rem;
margin: 0;
width: auto;
}
.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
font-size: inherit;
}
.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
margin-bottom: 0;
}  @-ms-viewport {
width: device-width;
}
@viewport {
width: device-width;
} @media screen and (min-width: 44.375em) {
html {
scroll-padding-top: calc( var(--wp-admin--admin-bar--height, 0px) + 21px );
}
body:not(.custom-background-image):before,
body:not(.custom-background-image):after {
background: inherit;
content: "";
display: block;
height: 21px;
left: 0;
position: fixed;
width: 100%;
z-index: 99;
}
body:not(.custom-background-image):before {
top: 0;
}
body:not(.custom-background-image).admin-bar:before {
top: 46px;
}
body:not(.custom-background-image):after {
bottom: 0;
}
.site {
margin: 21px;
}
.site-main {
margin-bottom: 5.25em;
}
.site-header {
padding: 3.9375em 7.6923%;
}
.site-branding {
margin-top: 1.3125em;
margin-bottom: 1.3125em;
}
.custom-logo {
max-width: 210px;
}
.site-title {
font-size: 28px;
font-size: 1.75rem;
line-height: 1.25;
}
.wp-custom-logo .site-title {
margin-top: 0.5em;
}
.site-description {
display: block;
}
.menu-toggle {
font-size: 16px;
font-size: 1.0rem;
margin: 1.3125em 0;
padding: 0.8125em 0.875em 0.6875em;
}
.site-header-menu {
margin: 1.3125em 0;
}
.site-header .main-navigation + .social-navigation {
margin-top: 2.625em;
}
.header-image {
margin: 1.3125em 0;
}
.pagination {
margin: 0 23.0769% 4.421052632em 7.6923%
}
.post-navigation {
margin-bottom: 5.25em;
}
.post-navigation .post-title {
font-size: 28px;
font-size: 1.75rem;
line-height: 1.25;
} .pagination .current .screen-reader-text {
position: absolute !important;
}
.pagination .page-numbers {
display: inline-block;
}
.site-main > article {
margin-bottom: 5.25em;
}
.entry-header,
.post-thumbnail,
.entry-content,
.entry-summary,
.entry-footer,
.comments-area,
.image-navigation,
.post-navigation,
.page-header,
.page-content,
.content-bottom-widgets {
margin-right: 23.0769%;
}
.entry-title {
font-size: 33px;
font-size: 2.0625rem;
line-height: 1.2727272727;
margin-bottom: 0.8484848485em;
}
.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
border-width: 4px 0 0 0;
padding: 0.9473684211em 0 0;
width: -webkit-calc(50% - 0.736842105em);
width: calc(50% - 0.736842105em);
}
.entry-content blockquote:not(.alignleft):not(.alignright),
.entry-summary blockquote,
.comment-content blockquote {
margin-left: -1.473684211em;
}
.entry-content blockquote blockquote:not(.alignleft):not(.alignright),
.entry-summary blockquote blockquote,
.comment-content blockquote blockquote {
margin-left: 0;
}
.entry-content ul,
.entry-summary ul,
.comment-content ul,
.entry-content ol,
.entry-summary ol,
.comment-content ol {
margin-left: 0;
}
.entry-content li > ul,
.entry-summary li > ul,
.comment-content li > ul,
.entry-content blockquote > ul,
.entry-summary blockquote > ul,
.comment-content blockquote > ul {
margin-left: 1.25em;
}
.entry-content li > ol,
.entry-summary li > ol,
.comment-content li > ol,
.entry-content blockquote > ol,
.entry-summary blockquote > ol,
.comment-content blockquote > ol {
margin-left: 1.5em;
}
.comment-author {
margin-bottom: 0;
}
.comment-author .avatar {
height: 42px;
position: relative;
top: 0.25em;
width: 42px;
}
.comment-list .children > li {
padding-left: 1.75em;
}
.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
padding-top: 3.5em;
}
.comments-area,
.widget,
.content-bottom-widgets .widget-area {
margin-bottom: 5.25em;
}
.sidebar,
.widecolumn {
margin-bottom: 5.25em;
padding-right: 23.0769%;
}
body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary blockquote > ul {
margin-left: 1.157894737em;
}
body:not(.search-results) .entry-summary li > ol,
body:not(.search-results) .entry-summary blockquote > ol {
margin-left: 1.473684211em;
}
} @media screen and (min-width: 48.9375em) {
body:not(.custom-background-image).admin-bar:before {
top: 32px;
}
} @media screen and (min-width: 56.875em) {
.site-header {
padding-right: 4.5455%;
padding-left: 4.5455%;
}
.site-header-main {
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.wp-custom-logo .site-header-main {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.site-header-menu {
display: block;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
}
.main-navigation {
margin: 0 -0.875em;
}
.main-navigation .primary-menu,
.main-navigation .primary-menu > li {
border: 0;
}
.main-navigation .primary-menu > li {
float: left;
}
.main-navigation a {
outline-offset: -8px;
padding: 0.65625em 0.875em;
white-space: nowrap;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
color: #007acc;
}
.main-navigation ul ul {
border-bottom: 1px solid #d1d1d1;
display: block;
left: -999em;
margin: 0;
position: absolute;
z-index: 99999;
}
.main-navigation ul ul ul {
top: -1px;
}
.main-navigation ul ul ul:before,
.main-navigation ul ul ul:after {
border: 0;
}
.main-navigation ul ul li {
background-color: #fff;
border: 1px solid #d1d1d1;
border-bottom-width: 0;
}
.main-navigation ul ul a {
white-space: normal;
width: 12.6875em;
}
.main-navigation ul ul:before,
.main-navigation ul ul:after {
border-style: solid;
content: "";
position: absolute;
}
.main-navigation ul ul:before {
border-color: #d1d1d1 transparent;
border-width: 0 10px 10px;
right: 9px;
top: -9px;
}
.main-navigation ul ul:after {
border-color: #fff transparent;
border-width: 0 8px 8px;
right: 11px;
top: -7px;
}
.main-navigation li:hover > ul,
.main-navigation li.focus > ul {
left: auto;
right: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: auto;
right: 100%;
}
.main-navigation .menu-item-has-children > a {
margin: 0;
padding-right: 2.25em;
}
.main-navigation .menu-item-has-children > a:after {
content: "\f431";
position: absolute;
right: 0.625em;
top: 0.8125em;
}
.main-navigation ul ul .menu-item-has-children > a {
padding-right: 2.0625em;
}
.main-navigation ul ul .menu-item-has-children > a:after {
right: 0.5625em;
top: 0.875em;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.dropdown-toggle,
.main-navigation ul .dropdown-toggle.toggled-on,
.menu-toggle,
.site-header .social-navigation,
.site-footer .main-navigation {
display: none;
}
.site-content {
padding: 0 4.5455%;
}
.content-area {
float: left;
margin-right: -100%;
width: 70%;
}
.entry-header,
.post-thumbnail,
.entry-content,
.entry-summary,
.entry-footer,
.comments-area,
.image-navigation,
.post-navigation,
.pagination,
.page-header,
.page-content,
.content-bottom-widgets {
margin-right: 0;
margin-left: 0;
}
.sidebar {
float: left;
margin-left: 75%;
padding: 0;
width: 25%;
}
.widget {
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
margin-bottom: 3.230769231em;
padding-top: 1.615384615em;
}
.widget .widget-title {
margin-bottom: 1.3125em;
}
.widget p,
.widget address,
.widget hr,
.widget ul,
.widget ol,
.widget dl,
.widget dd,
.widget table {
margin-bottom: 1.6153846154em;
}
.widget li > ul,
.widget li > ol {
margin-bottom: 0;
}
.widget blockquote {
font-size: 16px;
font-size: 1rem;
line-height: 1.3125;
margin-bottom: 1.3125em;
padding-left: 1.0625em;
}
.widget blockquote cite,
.widget blockquote small {
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
}
.widget th,
.widget td {
padding: 0.5384615385em;
}
.widget pre {
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
margin-bottom: 1.6153846154em;
padding: 0.5384615385em;
}
.widget fieldset {
margin-bottom: 1.6153846154em;
padding: 0.5384615385em;
}
.widget button,
.widget input,
.widget select,
.widget textarea {
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
}
.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
line-height: 1;
padding: 0.846153846em;
}
.widget input[type="date"],
.widget input[type="time"],
.widget input[type="datetime-local"],
.widget input[type="week"],
.widget input[type="month"],
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget input[type="tel"],
.widget input[type="number"],
.widget textarea {
padding: 0.4615384615em 0.5384615385em;
}
.widget h1 {
font-size: 23px;
font-size: 1.4375rem;
line-height: 1.2173913043;
margin-bottom: 0.9130434783em;
}
.widget h2 {
font-size: 19px;
font-size: 1.1875rem;
line-height: 1.1052631579;
margin-bottom: 1.1052631579em;
}
.widget h3 {
font-size: 16px;
font-size: 1rem;
line-height: 1.3125;
margin-bottom: 1.3125em;
}
.widget h4,
.widget h5,
.widget h6 {
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
margin-bottom: 0.9130434783em;
}
.widget .alignleft {
margin: 0.2307692308em 1.6153846154em 1.6153846154em 0;
}
.widget .alignright {
margin: 0.2307692308em 0 1.6153846154em 1.6153846154em;
}
.widget .aligncenter {
margin-bottom: 1.6153846154em;
}
.widget_calendar td,
.widget_calendar th,
.widget_calendar .wp-calendar-nav span {
line-height: 2.6923076923;
padding: 0;
}
.widget_rss .rssSummary:last-child {
margin-bottom: 1.615384615em;
}
.widget input[type="search"].search-field {
width: -webkit-calc(100% - 35px);
width: calc(100% - 35px);
}
.widget .search-submit:before {
font-size: 16px;
left: 1px;
line-height: 35px;
width: 34px;
}
.widget button.search-submit {
padding: 0;
width: 35px;
}
.tagcloud a {
margin: 0 0.2307692308em 0.5384615385em 0;
padding: 0.5384615385em 0.4615384615em 0.4615384615em;
}
.textwidget h1 {
margin-top: 1.8260869565em;
}
.textwidget h2 {
margin-top: 2.2105263158em;
}
.textwidget h3 {
margin-top: 2.625em;
}
.textwidget h4 {
letter-spacing: 0.153846154em;
}
.textwidget h4,
.textwidget h5,
.textwidget h6 {
margin-top: 3.2307692308em;
}
.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
float: left;
margin-right: 7.1428571%;
width: 46.42857145%;
}
.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
margin-right: 0;
}
.site-footer {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0 4.5455% 3.5em;
}
.site-footer .social-navigation {
width: 100%;
}
.no-sidebar .content-area {
float: none;
margin: 0;
width: 100%;
}
.no-sidebar .entry-header,
.no-sidebar .entry-content,
.no-sidebar .entry-summary,
.no-sidebar .entry-footer,
.no-sidebar .comments-area,
.no-sidebar .image-navigation,
.no-sidebar .post-navigation,
.no-sidebar .pagination,
.no-sidebar .page-header,
.no-sidebar .page-content,
.no-sidebar .content-bottom-widgets {
margin-right: 15%;
margin-left: 15%;
}
.widecolumn {
padding-right: 15%;
padding-left: 15%;
}
} @media screen and (min-width: 61.5625em) {
.site-main {
margin-bottom: 7.0em;
}
.site-header {
padding: 5.25em 4.5455%;
}
.site-branding,
.site-header-menu,
.header-image {
margin-top: 1.75em;
margin-bottom: 1.75em;
}
.custom-logo {
max-width: 240px;
}
.image-navigation {
margin-bottom: 3.230769231em;
}
.post-navigation {
margin-bottom: 7.0em;
}
.pagination {
margin-bottom: 5.894736842em;
}
.widget {
margin-bottom: 4.307692308em;
}
.site-main > article {
margin-bottom: 7.0em;
}
.entry-title {
font-size: 40px;
font-size: 2.5rem;
line-height: 1.225;
margin-bottom: 1.05em;
}
.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
font-size: 23px;
font-size: 1.4375em;
line-height: 1.304347826;
margin-bottom: 1.826086957em;
}
.post-thumbnail {
margin-bottom: 2.625em;
}
.entry-content h1,
.entry-summary h1,
.comment-content h1 {
font-size: 33px;
font-size: 2.0625rem;
line-height: 1.2727272727;
margin-top: 1.696969697em;
margin-bottom: 0.8484848485em;
}
.entry-content h2,
.entry-summary h2,
.comment-content h2 {
font-size: 28px;
font-size: 1.75rem;
line-height: 1.25;
margin-top: 2em;
margin-bottom: 1em;
}
.entry-content h3,
.entry-summary h3,
.comment-content h3 {
font-size: 23px;
font-size: 1.4375rem;
line-height: 1.2173913043;
margin-top: 2.4347826087em;
margin-bottom: 1.2173913043em;
}
.entry-content h4,
.entry-summary h4,
.entry-intro h4,
.comment-content h4 {
letter-spacing: 0.131578947em;
}
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
font-size: 19px;
font-size: 1.1875rem;
line-height: 1.1052631579;
margin-top: 2.9473684211em;
margin-bottom: 1.473684211em;
}
.author-info {
border-bottom-width: 0;
padding-bottom: 0;
}
.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
padding-top: 5.25em;
}
.comments-area,
.sidebar,
.content-bottom-widgets .widget-area,
.widecolumn {
margin-bottom: 7.0em;
}
body:not(.search-results) .entry-summary {
margin-bottom: 2.210526316em;
}
body:not(.search-results) .entry-header + .entry-summary {
margin-top: -1.105263158em;
}
body:not(.search-results) article:not(.type-page) .entry-content {
float: right;
width: 71.42857144%;
}
body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
margin-left: -40%;
width: -webkit-calc(60% - 1.4736842105em);
width: calc(60% - 1.4736842105em);
}
body:not(.search-results) article:not(.type-page) img.below-entry-meta,
body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
clear: both;
display: block;
float: none;
margin-right: 0;
margin-left: -40%;
max-width: 140%;
}
body:not(.search-results) article:not(.type-page) .gallery-item img.below-entry-meta,
body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
margin: 0;
max-width: 100%;
}
body:not(.search-results) article:not(.type-page) .entry-footer {
float: left;
margin-top: 0.1538461538em;
width: 21.42857143%;
}
body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
display: none;
}
.single .byline,
.full-size-link,
body:not(.search-results).group-blog .byline,
body:not(.search-results) .entry-format,
body:not(.search-results) .cat-links,
body:not(.search-results) .tags-links,
body:not(.search-results) article:not(.sticky) .posted-on,
body:not(.search-results) article:not(.type-page) .comments-link,
body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
display: block;
margin-bottom: 0.5384615385em;
}
body:not(.search-results) article:not(.type-page) .entry-footer > span:last-child {
margin-bottom: 0;
}
body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
display: block;
height: auto;
margin: 0 0 0.5384615385em;
width: 49px;
}
body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
float: left;
margin-right: -100%;
margin-left: 34.99999999%;
width: 50.00000001%;
}
body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
margin-right: -100%;
margin-left: 15%;
width: 15%;
}
} @media screen and (min-width: 75em) {
body:not(.search-results) .entry-summary {
font-size: 23px;
font-size: 1.4375rem;
line-height: 1.5217391304;
margin-bottom: 1.826086957em;
}
body:not(.search-results) .entry-header + .entry-summary {
margin-top: -0.913043478em;
}
body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
margin-bottom: 1.5217391304em;
}
body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary blockquote > ul {
margin-left: 0.956521739em;
}
body:not(.search-results) .entry-summary li > ol,
body:not(.search-results) .entry-summary blockquote > ol {
margin-left: 1.52173913em;
}
body:not(.search-results) .entry-summary blockquote {
font-size: 23px;
font-size: 1.4375rem;
line-height: 1.5217391304;
margin: 0 0 1.5217391304em;
padding-left: 1.347826087em;
}
body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
margin-left: -1.52173913em;
}
body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
margin-left: 0;
}
body:not(.search-results) .entry-summary blockquote cite,
body:not(.search-results) .entry-summary blockquote small {
font-size: 19px;
font-size: 1.1875rem;
line-height: 1.8421052632;
}
body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
padding: 0.3043478261em;
}
body:not(.search-results) .entry-summary pre {
font-size: 16px;
font-size: 1rem;
line-height: 1.75;
margin-bottom: 1.75em;
padding: 1.75em;
}
body:not(.search-results) .entry-summary fieldset {
margin-bottom: 1.5217391304em;
padding: 0.3043478261em;
}
body:not(.search-results) .entry-summary h1 {
margin-top: 2.121212121em;
margin-bottom: 1.060606061em;
}
body:not(.search-results) .entry-summary h2 {
margin-top: 2.5em;
margin-bottom: 1.25em;
}
body:not(.search-results) .entry-summary h3 {
margin-top: 3.043478261em;
margin-bottom: 1.52173913em;
}
body:not(.search-results) .entry-summary h4,
body:not(.search-results) .entry-summary h5,
body:not(.search-results) .entry-summary h6 {
margin-top: 3.684210526em;
margin-bottom: 1.842105263em;
}
body:not(.search-results) .entry-summary h1:first-child,
body:not(.search-results) .entry-summary h2:first-child,
body:not(.search-results) .entry-summary h3:first-child,
body:not(.search-results) .entry-summary h4:first-child,
body:not(.search-results) .entry-summary h5:first-child,
body:not(.search-results) .entry-summary h6:first-child {
margin-top: 0;
}
body:not(.search-results) .entry-summary .alignleft {
margin: 0.2608695652em 1.5217391304em 1.5217391304em 0;
}
body:not(.search-results) .entry-summary .alignright {
margin: 0.2608695652em 0 1.5217391304em 1.5217391304em;
}
body:not(.search-results) .entry-summary .aligncenter {
margin-bottom: 1.5217391304em;
}
} @media print {
form,
button,
input,
select,
textarea,
.navigation,
.main-navigation,
.social-navigation,
.sidebar,
.content-bottom-widgets,
.header-image,
.page-links,
.edit-link,
.comment-respond,
.comment-edit-link,
.comment-reply-link,
.comment-metadata .edit-link,
.pingback .edit-link {
display: none;
}
body,
blockquote cite,
blockquote small,
pre,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.entry-content .author-title {
font-size: 12pt;
}
blockquote {
font-size: 14.25pt;
}
.site-title,
.page-title,
.comments-title,
.entry-content h2,
.entry-summary h2,
.comment-content h2,
.widecolumn h2 {
font-size: 17.25pt;
}
.site-description {
display: block;
}
.entry-title {
font-size: 24.75pt;
line-height: 1.2727272727;
margin-bottom: 1.696969697em;
}
.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
font-size: 17.25pt;
line-height: 1.304347826;
margin-bottom: 1.826086957em;
}
.entry-content h1,
.entry-summary h1,
.comment-content h1 {
font-size: 21pt;
}
.entry-content h3,
.entry-summary h3,
.comment-content h3,
body:not(.search-results) .entry-summary {
font-size: 14.25pt;
}
.site-description,
.author-bio,
.entry-footer,
.sticky-post,
.taxonomy-description,
.entry-caption,
.comment-metadata,
.comment-notes,
.comment-awaiting-moderation,
.site-info,
.wp-caption .wp-caption-text,
.gallery-caption {
font-size: 9.75pt;
}
body,
.site {
background: none !important; }
body,
blockquote cite,
blockquote small,
.site-branding .site-title a,
.entry-title a,
.comment-author {
color: #1a1a1a !important; }
blockquote,
.page-header,
.comments-title {
border-color: #1a1a1a !important; }
blockquote,
.site-description,
body:not(.search-results) .entry-summary,
body:not(.search-results) .entry-summary blockquote,
.author-bio,
.entry-footer,
.entry-footer a,
.sticky-post,
.taxonomy-description,
.entry-caption,
.comment-author,
.comment-metadata a,
.comment-notes,
.comment-awaiting-moderation,
.site-info,
.site-info a,
.wp-caption .wp-caption-text,
.gallery-caption {
color: #686868 !important; }
code,
hr {
background-color: #d1d1d1 !important; }
pre,
abbr,
acronym,
table,
th,
td,
.author-info,
.comment-list article,
.comment-list .pingback,
.comment-list .trackback,
.no-comments {
border-color: #d1d1d1 !important; }
a {
color: #007acc !important; }
.entry-content a,
.entry-summary a,
.taxonomy-description a,
.comment-content a,
.pingback .comment-body > a {
box-shadow: none;
border-bottom: 1px solid #007acc !important; }
.site {
margin: 5%;
}
.site-inner {
max-width: none;
}
.site-header {
padding: 0 0 1.75em;
}
.site-branding {
margin-top: 0;
margin-bottom: 1.75em;
}
.site-main {
margin-bottom: 3.5em;
}
.entry-header,
.entry-footer,
.page-header,
.page-content,
.entry-content,
.entry-summary,
.post-thumbnail,
.comments-area {
margin-right: 0;
margin-left: 0;
}
.post-thumbnail,
.site-main > article {
margin-bottom: 3.5em;
}
.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
border-width: 4px 0 0 0;
padding: 0.9473684211em 0 0;
width: -webkit-calc(50% - 0.736842105em);
width: calc(50% - 0.736842105em);
}
body:not(.search-results) .entry-header + .entry-summary {
margin-top: -1.473684211em;
}
.site-footer,
.widecolumn {
padding: 0;
}
}@font-face {
font-family: 'Merriweather';
font-style: normal;
font-display: fallback;
font-weight: 400;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-cyrillic-ext-400-normal.woff2?ver=30) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-400-normal.woff?ver=30) format('woff');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Merriweather';
font-style: normal;
font-display: fallback;
font-weight: 400;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-cyrillic-400-normal.woff2?ver=30) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-400-normal.woff?ver=30) format('woff');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Merriweather';
font-style: normal;
font-display: fallback;
font-weight: 400;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-vietnamese-400-normal.woff2?ver=30) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-400-normal.woff?ver=30) format('woff');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Merriweather';
font-style: normal;
font-display: fallback;
font-weight: 400;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-latin-ext-400-normal.woff2?ver=30) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-400-normal.woff?ver=30) format('woff');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Merriweather';
font-style: normal;
font-display: fallback;
font-weight: 400;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-latin-400-normal.woff2?ver=30) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-400-normal.woff?ver=30) format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Merriweather';
font-style: normal;
font-display: fallback;
font-weight: 700;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-cyrillic-ext-700-normal.woff2?ver=30) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-700-normal.woff?ver=30) format('woff');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Merriweather';
font-style: normal;
font-display: fallback;
font-weight: 700;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-cyrillic-700-normal.woff2?ver=30) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-700-normal.woff?ver=30) format('woff');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Merriweather';
font-style: normal;
font-display: fallback;
font-weight: 700;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-vietnamese-700-normal.woff2?ver=30) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-700-normal.woff?ver=30) format('woff');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Merriweather';
font-style: normal;
font-display: fallback;
font-weight: 700;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-latin-ext-700-normal.woff2?ver=30) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-700-normal.woff?ver=30) format('woff');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Merriweather';
font-style: normal;
font-display: fallback;
font-weight: 700;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-latin-700-normal.woff2?ver=30) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-700-normal.woff?ver=30) format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Merriweather';
font-style: normal;
font-display: fallback;
font-weight: 900;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-cyrillic-ext-900-normal.woff2?ver=30) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-900-normal.woff?ver=30) format('woff');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Merriweather';
font-style: normal;
font-display: fallback;
font-weight: 900;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-cyrillic-900-normal.woff2?ver=30) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-900-normal.woff?ver=30) format('woff');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Merriweather';
font-style: normal;
font-display: fallback;
font-weight: 900;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-vietnamese-900-normal.woff2?ver=30) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-900-normal.woff?ver=30) format('woff');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Merriweather';
font-style: normal;
font-display: fallback;
font-weight: 900;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-latin-ext-900-normal.woff2?ver=30) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-900-normal.woff?ver=30) format('woff');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Merriweather';
font-style: normal;
font-display: fallback;
font-weight: 900;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-latin-900-normal.woff2?ver=30) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-900-normal.woff?ver=30) format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Merriweather';
font-style: italic;
font-display: fallback;
font-weight: 400;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-cyrillic-ext-400-italic.woff2?ver=30) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-400-italic.woff?ver=30) format('woff');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Merriweather';
font-style: italic;
font-display: fallback;
font-weight: 400;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-cyrillic-400-italic.woff2?ver=30) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-400-italic.woff?ver=30) format('woff');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Merriweather';
font-style: italic;
font-display: fallback;
font-weight: 400;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-vietnamese-400-italic.woff2?ver=30) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-400-italic.woff?ver=30) format('woff');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Merriweather';
font-style: italic;
font-display: fallback;
font-weight: 400;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-latin-ext-400-italic.woff2?ver=30) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-400-italic.woff?ver=30) format('woff');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Merriweather';
font-style: italic;
font-display: fallback;
font-weight: 400;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-latin-400-italic.woff2?ver=30) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-400-italic.woff?ver=30) format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Merriweather';
font-style: italic;
font-display: fallback;
font-weight: 700;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-cyrillic-ext-700-italic.woff2?ver=30) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-700-italic.woff?ver=30) format('woff');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Merriweather';
font-style: italic;
font-display: fallback;
font-weight: 700;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-cyrillic-700-italic.woff2?ver=30) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-700-italic.woff?ver=30) format('woff');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Merriweather';
font-style: italic;
font-display: fallback;
font-weight: 700;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-vietnamese-700-italic.woff2?ver=30) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-700-italic.woff?ver=30) format('woff');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Merriweather';
font-style: italic;
font-display: fallback;
font-weight: 700;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-latin-ext-700-italic.woff2?ver=30) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-700-italic.woff?ver=30) format('woff');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Merriweather';
font-style: italic;
font-display: fallback;
font-weight: 700;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-latin-700-italic.woff2?ver=30) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-700-italic.woff?ver=30) format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Merriweather';
font-style: italic;
font-display: fallback;
font-weight: 900;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-cyrillic-ext-900-italic.woff2?ver=30) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-900-italic.woff?ver=30) format('woff');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Merriweather';
font-style: italic;
font-display: fallback;
font-weight: 900;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-cyrillic-900-italic.woff2?ver=30) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-900-italic.woff?ver=30) format('woff');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Merriweather';
font-style: italic;
font-display: fallback;
font-weight: 900;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-vietnamese-900-italic.woff2?ver=30) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-900-italic.woff?ver=30) format('woff');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Merriweather';
font-style: italic;
font-display: fallback;
font-weight: 900;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-latin-ext-900-italic.woff2?ver=30) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-900-italic.woff?ver=30) format('woff');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Merriweather';
font-style: italic;
font-display: fallback;
font-weight: 900;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-latin-900-italic.woff2?ver=30) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-900-italic.woff?ver=30) format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-display: fallback;
font-weight: 400;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-cyrillic-ext-400-normal.woff2?ver=25) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-all-400-normal.woff?ver=25) format('woff');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-display: fallback;
font-weight: 400;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-cyrillic-400-normal.woff2?ver=25) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-all-400-normal.woff?ver=25) format('woff');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-display: fallback;
font-weight: 400;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-vietnamese-400-normal.woff2?ver=25) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-all-400-normal.woff?ver=25) format('woff');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-display: fallback;
font-weight: 400;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-latin-ext-400-normal.woff2?ver=25) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-all-400-normal.woff?ver=25) format('woff');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-display: fallback;
font-weight: 400;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-latin-400-normal.woff2?ver=25) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-all-400-normal.woff?ver=25) format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-display: fallback;
font-weight: 700;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-cyrillic-ext-700-normal.woff2?ver=25) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-all-700-normal.woff?ver=25) format('woff');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-display: fallback;
font-weight: 700;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-cyrillic-700-normal.woff2?ver=25) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-all-700-normal.woff?ver=25) format('woff');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-display: fallback;
font-weight: 700;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-vietnamese-700-normal.woff2?ver=25) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-all-700-normal.woff?ver=25) format('woff');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-display: fallback;
font-weight: 700;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-latin-ext-700-normal.woff2?ver=25) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-all-700-normal.woff?ver=25) format('woff');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-display: fallback;
font-weight: 700;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-latin-700-normal.woff2?ver=25) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-all-700-normal.woff?ver=25) format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Inconsolata';
font-style: normal;
font-display: fallback;
font-weight: 400;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/inconsolata/inconsolata-vietnamese-400-normal.woff2?ver=31) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/inconsolata/inconsolata-all-400-normal.woff?ver=31) format('woff');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Inconsolata';
font-style: normal;
font-display: fallback;
font-weight: 400;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/inconsolata/inconsolata-latin-ext-400-normal.woff2?ver=31) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/inconsolata/inconsolata-all-400-normal.woff?ver=31) format('woff');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Inconsolata';
font-style: normal;
font-display: fallback;
font-weight: 400;
src:
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/inconsolata/inconsolata-latin-400-normal.woff2?ver=31) format('woff2'),
url(https://vestarad.com/wp-content/themes/twentysixteen/fonts/inconsolata/inconsolata-all-400-normal.woff?ver=31) format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {
font-family: "Genericons";
src: url(https://vestarad.com/wp-content/themes/twentysixteen/genericons/Genericons.eot);
src: url(https://vestarad.com/wp-content/themes/twentysixteen/genericons/Genericons.eot?) format("embedded-opentype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Genericons";
src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),
url(https://vestarad.com/wp-content/themes/twentysixteen/genericons/Genericons.ttf) format("truetype"),
url(https://vestarad.com/wp-content/themes/twentysixteen/genericons/Genericons.svg#Genericons) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Genericons";
src: url(https://vestarad.com/wp-content/themes/twentysixteen/genericons/Genericons.svg#Genericons) format("svg");
}
} .genericon {
font-size: 16px;
vertical-align: top;
text-align: center;
-moz-transition: color .1s ease-in 0;
-webkit-transition: color .1s ease-in 0;
display: inline-block;
font-family: "Genericons";
font-style: normal;
font-weight: normal;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
speak: never;
} .genericon-rotate-90 {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.genericon-rotate-180 {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.genericon-rotate-270 {
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.genericon-flip-horizontal {
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.genericon-flip-vertical {
-webkit-transform: scale(1, -1);
-moz-transform: scale(1, -1);
-ms-transform: scale(1, -1);
-o-transform: scale(1, -1);
transform: scale(1, -1);
} .genericon-404:before { content: "\f423"; }
.genericon-activity:before { content: "\f508"; }
.genericon-anchor:before { content: "\f509"; }
.genericon-aside:before { content: "\f101"; }
.genericon-attachment:before { content: "\f416"; }
.genericon-audio:before { content: "\f109"; }
.genericon-bold:before { content: "\f471"; }
.genericon-book:before { content: "\f444"; }
.genericon-bug:before { content: "\f50a"; }
.genericon-cart:before { content: "\f447"; }
.genericon-category:before { content: "\f301"; }
.genericon-chat:before { content: "\f108"; }
.genericon-checkmark:before { content: "\f418"; }
.genericon-close:before { content: "\f405"; }
.genericon-close-alt:before { content: "\f406"; }
.genericon-cloud:before { content: "\f426"; }
.genericon-cloud-download:before { content: "\f440"; }
.genericon-cloud-upload:before { content: "\f441"; }
.genericon-code:before { content: "\f462"; }
.genericon-codepen:before { content: "\f216"; }
.genericon-cog:before { content: "\f445"; }
.genericon-collapse:before { content: "\f432"; }
.genericon-comment:before { content: "\f300"; }
.genericon-day:before { content: "\f305"; }
.genericon-digg:before { content: "\f221"; }
.genericon-document:before { content: "\f443"; }
.genericon-dot:before { content: "\f428"; }
.genericon-downarrow:before { content: "\f502"; }
.genericon-download:before { content: "\f50b"; }
.genericon-draggable:before { content: "\f436"; }
.genericon-dribbble:before { content: "\f201"; }
.genericon-dropbox:before { content: "\f225"; }
.genericon-dropdown:before { content: "\f433"; }
.genericon-dropdown-left:before { content: "\f434"; }
.genericon-edit:before { content: "\f411"; }
.genericon-ellipsis:before { content: "\f476"; }
.genericon-expand:before { content: "\f431"; }
.genericon-external:before { content: "\f442"; }
.genericon-facebook:before { content: "\f203"; }
.genericon-facebook-alt:before { content: "\f204"; }
.genericon-fastforward:before { content: "\f458"; }
.genericon-feed:before { content: "\f413"; }
.genericon-flag:before { content: "\f468"; }
.genericon-flickr:before { content: "\f211"; }
.genericon-foursquare:before { content: "\f226"; }
.genericon-fullscreen:before { content: "\f474"; }
.genericon-gallery:before { content: "\f103"; }
.genericon-github:before { content: "\f200"; }
.genericon-googleplus:before { content: "\f206"; }
.genericon-googleplus-alt:before { content: "\f218"; }
.genericon-handset:before { content: "\f50c"; }
.genericon-heart:before { content: "\f461"; }
.genericon-help:before { content: "\f457"; }
.genericon-hide:before { content: "\f404"; }
.genericon-hierarchy:before { content: "\f505"; }
.genericon-home:before { content: "\f409"; }
.genericon-image:before { content: "\f102"; }
.genericon-info:before { content: "\f455"; }
.genericon-instagram:before { content: "\f215"; }
.genericon-italic:before { content: "\f472"; }
.genericon-key:before { content: "\f427"; }
.genericon-leftarrow:before { content: "\f503"; }
.genericon-link:before { content: "\f107"; }
.genericon-linkedin:before { content: "\f207"; }
.genericon-linkedin-alt:before { content: "\f208"; }
.genericon-location:before { content: "\f417"; }
.genericon-lock:before { content: "\f470"; }
.genericon-mail:before { content: "\f410"; }
.genericon-maximize:before { content: "\f422"; }
.genericon-menu:before { content: "\f419"; }
.genericon-microphone:before { content: "\f50d"; }
.genericon-minimize:before { content: "\f421"; }
.genericon-minus:before { content: "\f50e"; }
.genericon-month:before { content: "\f307"; }
.genericon-move:before { content: "\f50f"; }
.genericon-next:before { content: "\f429"; }
.genericon-notice:before { content: "\f456"; }
.genericon-paintbrush:before { content: "\f506"; }
.genericon-path:before { content: "\f219"; }
.genericon-pause:before { content: "\f448"; }
.genericon-phone:before { content: "\f437"; }
.genericon-picture:before { content: "\f473"; }
.genericon-pinned:before { content: "\f308"; }
.genericon-pinterest:before { content: "\f209"; }
.genericon-pinterest-alt:before { content: "\f210"; }
.genericon-play:before { content: "\f452"; }
.genericon-plugin:before { content: "\f439"; }
.genericon-plus:before { content: "\f510"; }
.genericon-pocket:before { content: "\f224"; }
.genericon-polldaddy:before { content: "\f217"; }
.genericon-portfolio:before { content: "\f460"; }
.genericon-previous:before { content: "\f430"; }
.genericon-print:before { content: "\f469"; }
.genericon-quote:before { content: "\f106"; }
.genericon-rating-empty:before { content: "\f511"; }
.genericon-rating-full:before { content: "\f512"; }
.genericon-rating-half:before { content: "\f513"; }
.genericon-reddit:before { content: "\f222"; }
.genericon-refresh:before { content: "\f420"; }
.genericon-reply:before { content: "\f412"; }
.genericon-reply-alt:before { content: "\f466"; }
.genericon-reply-single:before { content: "\f467"; }
.genericon-rewind:before { content: "\f459"; }
.genericon-rightarrow:before { content: "\f501"; }
.genericon-search:before { content: "\f400"; }
.genericon-send-to-phone:before { content: "\f438"; }
.genericon-send-to-tablet:before { content: "\f454"; }
.genericon-share:before { content: "\f415"; }
.genericon-show:before { content: "\f403"; }
.genericon-shuffle:before { content: "\f514"; }
.genericon-sitemap:before { content: "\f507"; }
.genericon-skip-ahead:before { content: "\f451"; }
.genericon-skip-back:before { content: "\f450"; }
.genericon-skype:before { content: "\f220"; }
.genericon-spam:before { content: "\f424"; }
.genericon-spotify:before { content: "\f515"; }
.genericon-standard:before { content: "\f100"; }
.genericon-star:before { content: "\f408"; }
.genericon-status:before { content: "\f105"; }
.genericon-stop:before { content: "\f449"; }
.genericon-stumbleupon:before { content: "\f223"; }
.genericon-subscribe:before { content: "\f463"; }
.genericon-subscribed:before { content: "\f465"; }
.genericon-summary:before { content: "\f425"; }
.genericon-tablet:before { content: "\f453"; }
.genericon-tag:before { content: "\f302"; }
.genericon-time:before { content: "\f303"; }
.genericon-top:before { content: "\f435"; }
.genericon-trash:before { content: "\f407"; }
.genericon-tumblr:before { content: "\f214"; }
.genericon-twitch:before { content: "\f516"; }
.genericon-twitter:before { content: "\f202"; }
.genericon-unapprove:before { content: "\f446"; }
.genericon-unsubscribe:before { content: "\f464"; }
.genericon-unzoom:before { content: "\f401"; }
.genericon-uparrow:before { content: "\f500"; }
.genericon-user:before { content: "\f304"; }
.genericon-video:before { content: "\f104"; }
.genericon-videocamera:before { content: "\f517"; }
.genericon-vimeo:before { content: "\f212"; }
.genericon-warning:before { content: "\f414"; }
.genericon-website:before { content: "\f475"; }
.genericon-week:before { content: "\f306"; }
.genericon-wordpress:before { content: "\f205"; }
.genericon-xpost:before { content: "\f504"; }
.genericon-youtube:before { content: "\f213"; }
.genericon-zoom:before { content: "\f402"; }@font-face {
font-family: 'icomoon';
src:  url(//vestarad.com/wp-content/themes/twentysixteen-child/fonts/icomoon.eot?2qrrpv);
src:  url(//vestarad.com/wp-content/themes/twentysixteen-child/fonts/icomoon.eot?2qrrpv#iefix) format('embedded-opentype'),
url(//vestarad.com/wp-content/themes/twentysixteen-child/fonts/icomoon.ttf?2qrrpv) format('truetype'),
url(//vestarad.com/wp-content/themes/twentysixteen-child/fonts/icomoon.woff?2qrrpv) format('woff'),
url(//vestarad.com/wp-content/themes/twentysixteen-child/fonts/icomoon.svg?2qrrpv#icomoon) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] { 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;
}
.icon-envelope:before {
content: "\e906";
}
.icon-hospital:before {
content: "\e900";
}
.icon-hours:before {
content: "\e901";
}
.icon-insurance:before {
content: "\e902";
}
.icon-drugs:before {
content: "\e903";
}
.icon-customer:before {
content: "\e904";
}
.icon-bodyscan:before {
content: "\e905";
} body {
font-size: 15px;
line-height: 2;
color: #2e3235;
font-family: nunito
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: nunito
}
.site-content {
padding: 0 15px
}
.headingStyle,
.entry-content h2 {
font-size: 32px;
font-weight: 400
}
.entry-content h2.headingStyle b {
color: #46749d
}
.entry-content .innerBanner h1 {
font-size: 30px;
font-weight: 700!important;
text-transform: uppercase
}
.listNone {
list-style: none;
margin: 0;
padding: 0
}
.site-header {
padding: 0 20px;
background-color: #fff
}
.wp-custom-logo .site-title,
.site-branding .site-title,
.site-description {
display: none
}
.site-branding,
.site-header-menu,
.header-image {
margin: 0
}
.site {
margin: 0
}
.site-inner {
max-width: 100%
}
body:not(.custom-background-image)::before,
body:not(.custom-background-image)::after {
height: 0
}
.main-navigation .menu-item-has-children>a::after {
top: 50%;
margin-top: -8px;
right: 0
}
.main-navigation a {
padding: 0;
color: #698eaf;
font-size: 15px;
font-weight: 400;
border-bottom: 2px solid transparent
}
.main-navigation .current-menu-item a {
padding: 0;
color: #698eaf;
font-size: 15px;
font-weight: 400;
border-bottom-color: #698eaf
}
.main-navigation li:hover>a,
.main-navigation li.focus>a {
color: #698eaf
}
.main-navigation .current-menu-item>a,
.main-navigation .current-menu-ancestor>a {
font-weight: 400
}
.main-navigation .sub-menu a {
border-bottom: none
}
.sub-menu li a:focus {
color: #007acc!important
}
.banner_text {
white-space: normal!important;
text-align: center!important
}
.title_seperator:after {
content: " ";
border-bottom: 2px solid #b0c4d7;
width: 100px;
height: 4px;
display: block;
clear: both;
margin: 15px auto 40px
}
.title_seperator b {
color: #46749d!important
}
.entry-content h2 {
margin-top: 0;
margin-bottom: .5em
}
.icon_box .vc_column-inner>.wpb_wrapper {
border: 1px solid #ebebeb;
padding: 0 15px;
transition: all linear .3s
}
.icon_box .vc_column-inner>.wpb_wrapper:hover {
box-shadow: 2px 22px 30px -3px #e6e6e6;
transform: translate(-2px, -2px)
}
.icon_box .wpb_single_image.vc_align_center {
margin-left: -15px;
margin-right: -15px;
margin-bottom: 15px
}
.icon_box .vc_custom_heading {
font-family: Nunito!important;
margin: 20px 0 5px;
font-size: 16px;
font-weight: 700
}
.icon_box p {
font-size: .9rem
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
font-size: 15px;
line-height: 32px;
border-radius: 100px;
color: #fff!important;
border-color: transparent!important;
background: #517ca3!important;
min-width: 200px;
height: 48px;
text-transform: none;
font-weight: 400;
padding: 8px 15px
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
color: #fff;
background: #497196!important
}
.icon_box .wpb_content_element {
margin-bottom: 15px
}
.sectiongap {
padding-top: 60px;
padding-bottom: 60px
}
.glance_top {
border: 1px solid #e6e8ea;
margin-bottom: 50px
}
.glance_top .vc_col-sm-4 {
padding: 15px
}
.glance_top p {
font-size: 14px;
margin-bottom: 14px
}
.glance_point {
background: url(//vestarad.com/wp-content/uploads/2019/05/tick.png) no-repeat;
padding-left: 28px;
background-position: center left
}
.video-thumb.wpb_single_image .vc_single_image-wrapper {
position: relative
}
.video-thumb.wpb_single_image .vc_single_image-wrapper:before {
font-family: "FontAwesome";
content: "\f04b";
position: absolute;
left: 50%;
top: 50%;
background: #fff;
color: #517ca3;
width: 50px;
height: 50px;
border-radius: 50%;
-webkit-border-radius: 50%;
margin-top: -25px;
margin-left: -25px;
text-align: center;
line-height: 50px;
padding-left: 2px
}
.services_box .box {
box-shadow: 0 0 12px -1px #f3f3f3;
padding: 35px 15px;
text-align: center
}
.services_box span {
font-size: 50px;
margin: 0 0 20px;
display: inline-block;
color: #46749d
}
.services_box .box h5 {
margin: 0;
font-weight: 600;
font-size: 16px;
color: #2e3235
}
.services_box .box .icon-drugs {
font-size: 34px;
margin-bottom: 26px;
margin-top: 10px
}
.quote_btn button {
box-shadow: 2px 5px 10px -1px #d9dcde!important;
padding: 0 38px!important;
font-weight: 600
}
.blog_posts .vc_gitem-zone-mini {
background: #fff
}
.blog_posts .vc_custom_heading h4 {
text-align: left;
font-size: 16px!important;
letter-spacing: 0!important;
margin-bottom: 0;
font-weight: 600!important;
text-transform: none;
line-height: 24px
}
.blog_posts_home .blog_detail_post_date,
.blog_posts_home .vc_gitem-post-data-source-post_author,
.blog_posts_home .blog_detail_grid .vc_grid-filter {
display: none!important
}
.blog_posts_home .vc_gitem-post-data-source-post_title {
min-height: 45px;
padding-bottom: 15px
}
.sp-testimonial-free-item {
padding: 30px
}
.sp-testimonial-free {
box-shadow: 0 0 20px -0 #e8e8e8;
padding: 30px;
border-radius: 4px
}
.wpb_single_image .vc_figure {
width: 100%
}
.wpb_single_image .vc_single_image-wrapper {
width: 100%
}
.wpb_single_image img {
width: 100%
}
.video_box h5 {
font-size: 16px;
font-weight: 600;
margin-bottom: 10px
}
.video_box p {
font-size: 14px
}
#content .wpb_text_column :last-child,
.wpb_text_column:last-child {
margin-bottom: 3px
}
.subtext {
margin-bottom: -60px;
margin-top: 40px;
font-size: 16px;
color: #686b6e
}
.contact_address h5 {
font-size: 16px;
font-weight: 600
}
.contact_box {
background: #fff;
padding: 20px;
border-radius: 4px;
box-shadow: 0 0 20px -0 #e8e8e8
}
.sfba-main-form-container {
background: none!important
}
.subscribeform1_sub_heading,
#sfba-form2-heading {
display: none!important
}
.sfba-form-credit {
display: none
}
.sfba_subscribe_form__fields {
width: 260px!important;
float: left!important;
margin-right: 30px
}
.sfba-form-email {
margin-top: 0!important;
border-bottom: 1px solid #ccc!important;
background: transparent!important
}
.sfba-form-submit-button {
width: 122px!important
}
.subscribe_box {
position: relative!important;
z-index: 1
}
.subscribe_box .vc_column-inner>.wpb_wrapper {
transform: translate(0, 40px)
}
.site-footer {
background: #405363 url(//vestarad.com/wp-content/uploads/2019/05/foot_bg.jpg) no-repeat!important;
background-size: 100% auto!important;
margin-top: 0;
position: relative!important
}
.site-footer:before {
background: #405363;
position: absolute;
left: 0;
right: 0;
width: 100%;
height: 697px;
top: -384px;
border-radius: 720px 700px 0 0;
perspective: 310px;
transform-style: preserve-3d;
transform: rotateX(84deg);
z-index: 0
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
background: #fff;
border: 1px solid #ebebeb
}
.wpcf7-form-control-wrap textarea {
height: 62px
}
.wpcf7-form-control {
margin-top: 7px!important;
background: #fff
}
label {
font-size: 14px!important;
width: 100%;
margin-bottom: 15px!important
}
.contact_address p {
font-size: 14px;
color: #686b6e
}
.sp-testimonial-free-section .sp-testimonial-free-item {
padding-right: 50px
}
.sp-testimonial-free-section .slick-prev {
left: 50%;
bottom: 0!important;
top: auto;
margin-left: -90px
}
.sp-testimonial-free-section .slick-next {
right: 50%;
bottom: 0;
top: auto;
margin-right: -90px
}
.sp-testimonial-free-section .slick-dots li {
width: 10px;
height: 10px;
vertical-align: top;
margin-top: 12px
}
.sp-testimonial-free-section .slick-dots li button {
width: 8px;
height: 8px
}
.sp-testimonial-free-section .slick-prev,
.sp-testimonial-free-section .slick-next {
border-radius: 100px;
width: 40px;
height: 40px;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
line-height: 40px;
bottom: -5px!important
}
.sp-testimonial-free-section .slick-prev:hover,
.sp-testimonial-free-section .slick-next:hover {
background: #46749d;
color: #fff
}
.sp-testimonial-free-section .slick-prev:hover i,
.sp-testimonial-free-section .slick-next:hover i {
color: #fff
}
.sp-tfree-client-image {
margin-bottom: 5px!important
}
.tfree-client-image {
width: 50px;
height: 50px
}
#sp-testimonial-free-wrapper-170 .sp-testimonial-free-section .slick-dots li.slick-active button {
background: #46749d!important
}
#sp-testimonial-free-wrapper-170 .sp-testimonial-free-section .slick-dots li button {
background: #ecedf2!important
}
.entry-footer {
display: none
}
.site-info {
display: none
}
.foot_cont {
text-align: center;
font-size: 14px;
color: #fcfcfc;
width: 100%
}
.foot_cont img {
margin-bottom: 15px
}
.site-footer {
padding-bottom: 10px;
text-align: center;
padding-top: 100px;
margin-top: -140px;
width: 100%
}
#sfba-form2-container {
width: auto!important;
padding: 35px 20px!important
}
#sfba-form2-button {
background: #fff!important;
border-radius: 100px!important
}
.sfba_subscribe_form__fields .sfba-form2-fields {
color: #fff!important;
padding-left: 0!important
}
.sfba-form2-fields::-webkit-input-placeholder {
color: #fff
}
.sfba-form2-fields::-moz-placeholder {
color: #fff
}
.sfba-form2-fields:-ms-input-placeholder {
color: #fff
}
.sfba-form2-fields:-moz-placeholder {
color: #fff
}
.sfba_subscribe_form__fields_wrap {
max-width: 430px!important;
position: relative
}
#sfba-form2-button {
margin-top: 0!important
}
.sfba_subscribe_form__fields:before {
content: "\e906";
font-family: 'icomoon'!important;
width: 26px;
height: 46px;
position: absolute;
top: -4px;
color: #fff;
left: -34px;
font-size: 23px
}
.wpcf7-submit {
background: #497196!important;
color: #fff!important;
border-radius: 2em!important;
display: inline-block;
text-align: center;
vertical-align: middle;
min-width: 180px;
box-shadow: 2px 5px 10px -1px #d9dcde!important
}
.hesperiden .tp-bullet:hover,
.hesperiden .tp-bullet.selected {
background: #46749d
}
.hesperiden .tp-bullet {
border: 1px solid #fff;
background: transparent
}
.tparrows {
border-radius: 120px
}
.custom.tparrows:hover {
background: #46749d
}
.main-navigation .primary-menu>li {
margin: 0 6px
}
.main-navigation .primary-menu>li.current-menu-item:before {
border-bottom: 2px solid #698eaf;
content: " ";
width: 100%;
height: 2px;
background: red;
position: absolute;
bottom: 0!important;
z-index: 11;
left: 0
}
.main-navigation .primary-menu>li a:hover {
text-decoration: none
}
.services_box .box {
position: relative;
overflow: hidden
}
.services_box .box span {
transition: all ease .3s;
transform: translate(0, 0);
opacity: 1
}
.services_box .box:hover span {
transform: translate(0, -80px);
opacity: 0
}
.services_box .box h5 {
transition: all ease .3s;
transform: translate(0, 0)
}
.services_box .box:hover h5 {
transform: translate(0, -40px)
}
.services_box .box .knowmore_btn {
transition: all ease .3s;
opacity: 0;
transform: translate(0, 40px)
}
.services_box .box:hover .knowmore_btn {
transition: all ease .3s;
opacity: 1;
transform: translate(0, 0px)
}
.knowmore_btn {
background: #46749d;
color: #fff;
text-align: center;
font-size: 16px;
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 5px
}
.services_box .box:hover .knowmore_btn {
color: #fff
}
.pt_plus_social_list {
text-align: left!important
}
.pt_plus_social_list ul.social_list a {
border-radius: 150px!important;
color: #fff!important
}
.contact_box {
padding: 18px 10px 0!important
}
.sub-menu li a {
color: #000
}
.sub-menu li a:hover {
color: #000
}
.wpb_wrapper h4 {
margin-top: 0;
margin-bottom: 10px
}
.ul_tick {
margin-bottom: 0
}
.ul_tick li {
background: url(//vestarad.com/wp-content/uploads/2019/05/tick.png) no-repeat;
background-position-x: 0;
background-position-y: 0;
padding-left: 28px;
background-position: center left;
list-style: none
}
.vc_tta-panel-heading a {
font-size: 16px;
text-transform: capitalize;
letter-spacing: 0;
font-weight: 600;
color: #2e3235
}
.vc_tta-panel-body p {
margin-bottom: 10px;
color: #6b6d6f
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
padding-right: 46px;
padding-left: 20px!important
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
left: auto!important;
right: 20px
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
color: #2e3235;
background: #f8f8f8;
border: 1px solid #dfdfdf;
margin-top: -2px
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
margin-left: 1px;
margin-right: 1px;
border-color: #dfdfdf!important
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon::after,
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon::before {
border-color: #46749d!important
}
:focus {
outline: 0!important
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
color: #46749d;
border-color: #fff;
background-color: #fff;
text-transform: capitalize;
font-weight: 600;
font-family: open sans;
margin-right: 20px;
box-shadow: 5px 5px 26px -19px #000
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:hover {
background: #46749d;
color: #fff;
border: 0
}
.vc_btn3-style-outline:after {
margin-left: 10px;
transition: all linear .3s;
transform: translate(-4px, 0px);
display: inline-block;
opacity: 1
}
.vc_btn3-style-outline:hover:after {
margin-left: 10px;
transition: all linear .3s;
transform: translate(5px, 0px);
opacity: 1
}
.vc_btn3.vc_btn3-style-outline,
.vc_btn3.vc_btn3-style-outline-custom,
.vc_btn3.vc_btn3-style-outline-custom:focus,
.vc_btn3.vc_btn3-style-outline-custom:hover,
.vc_btn3.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-style-outline:hover {
border-width: 0
}
.vc_btn3-style-outline:after {
content: "\f105";
font-family: "fontawesome"
}
.flex-order {
display: flex;
position: relative
}
.flex-order h2 {
order: 2;
font-size: 15px;
margin-left: 15px;
align-self: center
}
.flex-order figure {
order: 1;
width: 62px!important
}
.innerBanner {
height: 360px;
color: #fff
}
.final-Interpretations.vc_row[data-vc-full-width] {
color: #fff;
position: relative;
overflow: visible
}
.final-Interpretations:before,
.innerBanner:before {
background-color: rgba(0, 0, 0, 0.8);
content: " ";
height: 100%;
width: 100%;
position: absolute;
left: 0;
top: 0;
display: block!important
}
.innerBanner:before {
background-color: rgba(0, 0, 0, 0.45);
top: auto;
bottom: 0;
height: 40px
}
.entry-header,
.site-footer .main-navigation,
#pt-plus-header-breadcrumbs .pt-plus-page-title {
display: none
}
.wpb_content_element.overlappedImage {
-webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.4);
box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.4)
}
.clearfix:after {
content: " ";
display: block;
visibility: hidden;
line-height: 0;
height: 0;
clear: both
}
.no-sidebar .entry-content {
max-width: 1170px;
padding-left: 15px;
padding-right: 15px;
margin: 0 auto
}
.topPara_text {
padding-bottom: 30px;
position: relative
}
.bottomLinePattern:after {
content: " ";
width: 100px;
height: 2px;
left: 50%;
margin-left: -50px;
bottom: 0;
display: block;
position: absolute;
background: #b5c7d8
}
.services_box .box {
margin-bottom: 30px
}
.breadcrumdSite {
margin-top: -19px
}
.breadcrumdSite .vc_column-inner {
padding-top: 0px!important
}
@-moz-document url-prefix() {
.breadcrumdSite {
margin-top: -20px
}
}
#pt-plus-header-breadcrumbs {
overflow: visible
}
.pt-plus-header-breadcrumbs .container {
padding: 0
}
#pt-plus-header-breadcrumbs .pt-plus-page-title-inner {
height: auto;
min-height: inherit
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs>nav .del:before {
content: "\f101";
font: normal normal normal 14px/1 FontAwesome;
transform: none;
-webkit-transform: none;
left: 14px;
top: 4px
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs>nav a,
.pt-plus-page-title-inner .pt-plus-breadcrumbs>nav span {
color: #fff
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs>nav a {
opacity: .7;
text-decoration: none;
border: none
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs>nav>span.current,
.pt-plus-page-title-inner .pt-plus-breadcrumbs>nav a:hover {
opacity: 1
}
.lessWidth.vc_column_container>.vc_column-inner {
width: 85%;
margin: 0 auto
}
.seperator_line:after {
content: " ";
border-bottom: 2px solid #b0c4d7;
width: 100px;
height: 4px;
display: block;
clear: both;
margin: 20px 0
}
.footer-col-frame {
width: 100%;
float: left;
text-align: left;
margin-bottom: 30px
}
.footer-col-2 {
float: left;
width: 16.66%;
padding-top: 15px
}
.footer-navigation h5 {
padding: 0 15px 5px;
font-size: 16px
}
.footer-navigation h5 a,
.footer-navigation h5 a:hover {
color: #fff;
text-decoration: none
}
.footer-navigation .menu ul,
.footer-navigation ul.menu {
padding: 0 15px;
margin: 0;
list-style: none
}
.footer-navigation .menu ul.sub-menu {
display: none
}
.footer-navigation .menu li {
margin: 0;
line-height: 26px
}
.footer-navigation .menu li a {
color: #d0d3d6;
font-weight: 400
}
.footer-navigation .menu li.current-menu-item a,
.footer-navigation .menu li a:hover {
text-decoration: none;
color: #fff
}
.footer-navigation+p {
font-weight: 400;
font-size: 14px;
color: #d0d3d6
}
.site-branding {
margin: -4px auto 0 0!important;
width: 348px
}
.custom-logo-link {
display: block;
background-image: url(//vestarad.com/wp-content/uploads/2019/06/vista-logo.png);
background-size: 100%;
background-repeat: no-repeat;
height: 36px;
margin-top: -4px
}
.custom-logo {
max-width: 100%;
visibility: hidden;
width: 100%
}
.custom-margin {
margin: 5px 0 10px!important
}
.custom-padding {
padding-left: 20px
}
.menu-toggle {
border: 0;
position: relative;
border-bottom: 2px solid #698eaf;
width: 24px;
height: 18px;
padding: 0;
text-indent: -9999px;
border-radius: 0
}
.menu-toggle:before,
.menu-toggle:after {
content: "";
left: 0;
top: 0;
position: absolute;
width: 100%;
height: 2px;
background-color: #698eaf
}
.menu-toggle:after {
top: 8px
}
.menu-toggle:hover,
.menu-toggle:focus {
border-bottom: 2px solid #698eaf
}
.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
background: transparent;
border-color: #698eaf
}
.main-navigation .primary-menu>li.current-menu-item:before {
bottom: 0!important
}
.main-navigation div>ul.primary-menu>li>a {
display: block;
padding: 20px 0
}
.main-navigation ul ul {
background-color: #f8f8f8;
border: none;
margin: 0
}
.main-navigation ul ul li {
padding: 10px 15px;
border-color: #e1e1e1
}
.main-navigation ul ul li:hover a {
color: #46749d
}
.main-navigation ul ul:before,
.main-navigation ul ul:after {
display: none
}
.main-navigation .dropdown-toggle:hover,
.main-navigation .dropdown-toggle:focus {
color: #fff
}
.radiologists img,
.otherRadio.wpb_single_image .vc_single_image-wrapper.vc_box_circle img {
border-radius: 50%;
-webkit-border-radius: 50%;
margin-right: 15px;
width: 60px;
height: 60px;
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2)
}
.radiologists .arrowBlock {
width: 60px;
display: none!important;
background: #46749d;
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 60px;
color: #fff;
font-size: 50px
}
.radiologists:hover .arrowBlock {
display: flex!important
}
.flex-order h2 {
font-weight: 600
}
.otherRadio.wpb_single_image .vc_single_image-wrapper.vc_box_circle {
overflow: visible
}
.bioBoxSection {
position: relative
}
.bioBoxSection>.vc_column-inner>.wpb_wrapper {
border: 1px #cdcdcd solid;
border-radius: 5px;
-webkit-border-radius: 5px;
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2)
}
.entry-content h2.bio_heading {
background: #517ca3;
color: #fff;
font-size: 20px;
font-weight: 600;
padding: 10px 15px 10px 120px;
margin-bottom: 50px
}
.bioContentBox {
padding: 10px 25px;
color: #6b6d6f
}
.bioContentBox h3 {
color: #517ca3;
font-size: 18px;
text-transform: uppercase;
border-bottom: 1px #ebebeb solid;
padding-bottom: 10px;
margin-bottom: 10px
}
#content .wpb_text_column ul.memeberBio {
margin-bottom: 10px
}
.memeberBio>li+li {
padding-top: 12px
}
.memeberBio h4 {
font-size: 16px;
font-weight: 700;
margin-bottom: 10px;
text-transform: none;
color: #4f5254
}
.OtherRadiologists h4 {
font-size: 20px;
padding: 10px 0;
text-transform: none
}
.other_mb-20 .wpb_content_element {
margin-bottom: 20px!important
}
.headingImage {
width: 90px;
height: 90px;
position: absolute;
top: -20px;
left: 30px
}
.headingImage img {
width: 80px;
height: 80px;
border: 4px #fff solid
}
.main-navigation li:hover>ul,
.main-navigation li.focus>ul {
left: 0;
right: auto
}
.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
left: 100%;
right: auto
}
#sfba_thanks_container>div {
width: 100%;
text-align: center
}
#sfba_thanks_container>div #sfba_thanks_image {
margin-top: 20px
}
#sfba_thanks_container>div #sfba_thanks_message {
margin-top: 0;
background: green;
color: #fff;
padding: 10px
}
.blog_detail_wrap {
padding-top: 60px;
padding-bottom: 60px
}
.blog_detail .post-thumbnail {
height: 400px;
overflow: hidden;
margin-left: -15px;
margin-right: -15px
}
.blog_detail .post-thumbnail img {
width: 100%;
transform: translate(0px, -48px)
}
.blog_detail_wrap .rpwe-thumb {
width: 100%
}
.blog_detail_wrap .comments-area {
margin-left: 0!important;
margin-right: 0!important;
margin-bottom: 20px
}
.blog_detail_wrap .entry-content {
width: 100%
}
body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
width: 100%;
margin-left: 0;
padding-left: 0;
padding-right: 0;
padding-bottom: 40px
}
.blog_detail .entry-header {
display: block!important;
margin-left: 0;
margin-right: 0
}
.blog_detail .entry-header h1 {
font-size: 20px;
margin-bottom: 10px
}
.blog_detail {
background: #fff;
border: 1px solid #ebebeb;
box-shadow: 0 0 10px -2px #ededed
}
.navigation.post-navigation {
display: none
}
.widget {
border: 0;
padding-top: 0;
box-shadow: 0 0 10px -2px #ededed
}
.widget-title {
background: #46749d;
padding: 10px;
color: #fff;
margin-bottom: 0!important
}
.rpwe-block {
border: 1px solid #ebebeb;
padding: 10px
}
.rpwe-block h3 {
margin: 10px auto!important;
font-weight: 700
}
.rpwe-block a {
font-size: 15px;
color: #2e3235;
font-weight: 600
}
.rpwe-img .rpwe-thumb {
border: 0!important;
box-shadow: none!important;
margin: 0!important;
padding: 0 0 15px!important
}
.rpwe-summary {
margin-top: 10px;
color: #6b6d6f
}
.more-link {
display: none
}
.blog_update {
padding-top: 50px;
padding-bottom: 50px
}
.blog_update h5 {
color: #46749d;
font-weight: 700;
line-height: 22px;
font-size: 16px
}
.blog_update .vc_custom_heading .vc_gitem-link {
font-weight: 700;
color: #2e3235
}
.blog_update .vc_custom_heading p {
color: #6b6d6f
}
.blog_post_box .vc_gitem-zone-mini {
padding: 15px;
border: 1px solid #ebebeb
}
.blog_post_box .vc_gitem_row {
padding: 0
}
.blog_post_box .wpb_content_element {
margin-left: -15px;
margin-right: -15px;
margin-top: -15px
}
.blog_post_box .vc_single_image-img {
margin-bottom: 15px
}
.blog_update_white_bg>.vc_column-inner {
background: #fff;
border: 1px solid #ebebeb;
padding-left: 0
}
.blog_update_white_bg .wpb_button,
.blog_update_white_bg .wpb_content_element,
.blog_update_white_bg ul.wpb_thumbnails-fluid>li {
margin: 0
}
.blog_update_white_bg .headingStyle {
margin-bottom: 10px;
margin-top: 10px
}
.blog_update_white_image>.vc_column-inner {
padding-left: 0!important
}
.blog_update_white_text {
padding-top: 20px;
padding-bottom: 20px
}
.blog_update_white_text .vc_btn3-inline {
margin-top: 15px;
margin-bottom: 15px
}
.blog_update_white_text p {
line-height: 26px
}
.subscribe_box .wpb_raw_code {
margin-left: 12%;
margin-right: 12%;
background: #46749d;
border-radius: 5px;
margin-bottom: -20px
}
.quote_btn input[type="submit"],
.rpwe-block a.more-link,
.comment-form .submit {
background: #517ca3!important
}
.quote_btn input[type="submit"]:hover,
.rpwe-block a.more-link:hover,
.comment-form .submit {
background: #497196!important
}
.rpwe-block a.more-link {
padding: 5px 12px;
color: #fff;
border-radius: 60px;
margin-top: 10px;
display: block!important;
max-width: 120px;
text-align: center
}
.rpwe-block li {
margin-bottom: 15px;
padding-bottom: 15px
}
.comment-form .submit {
border-radius: 100px;
color: #fff
}
.other_mb-20 .wpb_content_element.flex-order {
margin-bottom: 15px!important;
height: 62px
}
.flex-order .vc_single_image-wrapper {
width: 100%;
position: absolute
}
.flex-order:hover h2 {
color: #517ca3
}
.bioBoxSection {
margin-bottom: 30px
}
.OtherRadiologists .vc_btn3-inline {
margin-top: 20px;
margin-bottom: 80px
}
.custom-col-01 h5,
.custom-col-02 h5 {
margin-bottom: 10px
}
.custom-col-01 ul {
margin-left: 20px
}
.custom-col-02 {
padding-bottom: 30px
}
.custom-col-02 ul li {
display: block
}
.mt-1 {
margin-top: 1rem!important
}
.mt-2 {
margin-top: 2rem!important
}
.mb-0 {
margin-bottom: 0!important
}
.blueColr {
color: #46749d
}
.d-flex {
display: flex!important
}
.align-items-center {
align-items: center!important
}
.topTextBlock {
text-align: center;
font-size: 26px;
line-height: 1.5
}
.radiologists,
.entry-content a.radiologists {
border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px #ccc solid;
padding: 15px;
position: relative;
background: #fff
}
.radiologists,
.entry-content a.radiologists,
.entry-content a.otherRadio {
display: block;
font-weight: 600;
overflow: hidden;
color: #2e3235;
text-decoration: none;
box-shadow: none
}
.vc_row-has-fill {
background-size: cover;
background-position: center
}
.free-quote p {
color: #fff;
text-align: center;
font-size: 22px;
margin-bottom: 10px
}
.free-quote a {
display: block;
width: 170px;
margin: 0 auto;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
height: 38px;
line-height: 38px;
text-align: center;
color: #698eaf
}
.free-quote a:hover {
text-decoration: none;
color: #46749d
}
.black-bg.final-Interpretations:before {
background-color: rgba(0, 0, 0, 0.8)
}
.excellence-frame {
padding: 20px
}
.excellence-frame-left {
float: left;
width: 181px;
text-align: center;
padding: 0 15px
}
.excellence-frame-right {
padding: 40px 15px 0 185px;
font-size: 48px;
color: #fff;
line-height: 46px;
color: #fec960;
font-family: 'Conv_BRADHITC_0'
}
.clr {
clear: both
}
.entry-content .innerBanner h1 {
display: none
}
.company-header .vc_column-inner {
height: 100%
}
.entry-content .innerBanner h1.orlando-heading-text {
margin-top: 288px;
display: block;
margin-bottom: 0
}
.breadcrumb5d1c3d05dc5d8 .pt-plus-breadcrumbs nav#crumbs a,
.breadcrumb5d1c3d05dc5d8 .pt-plus-breadcrumbs nav#crumbs a span {
font-size: 17px
}
.pt-plus-breadcrumbs span.current {
font-size: 20px
}
.homepage-heroimage-slider {
min-height: initial!important
}
.type-post blockquote {
margin-left: 1.473684211em!important
}
@font-face {
font-family: 'Conv_BRADHITC_0';
src: url(//vestarad.com/wp-content/themes/twentysixteen-child/fonts/BRADHITC_0.eot);
src: local(☺), url(//vestarad.com/wp-content/themes/twentysixteen-child/fonts/BRADHITC_0.woff) format("woff"), url(//vestarad.com/wp-content/themes/twentysixteen-child/fonts/BRADHITC_0.ttf) format("truetype"), url(//vestarad.com/wp-content/themes/twentysixteen-child/fonts/BRADHITC_0.svg) format("svg");
font-weight: 400;
font-style: normal
}
.tp-bgimg.defaultimg {
position: relative
}
.tp-bgimg.defaultimg:before {
background-image: url(//vestarad.com/wp-content/themes/twentysixteen-child/caption-banner.png);
background-position: left bottom;
background-repeat: repeat-x;
background-color: transparent!important;
position: absolute;
left: 0;
right: 0;
bottom: 0;
content: "";
top: 0;
z-index: 1
}
.rev_slider .tp-caption.tp-shape.tp-shapewrapper.tp-resizeme {
background-color: transparent!important
}
.rpwe-block li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border: none;
}
.error {
padding: 10px 0 20px 0;
color: #FF0000;
}
input.error,
textarea.error {
color: #000000;
}
.post.type-post .entry-summary {
display: none;
}
.vc_gitem-post-data-source-post_excerpt p {
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
}
.type-post .entry-content a {
box-shadow: none
}
.type-post .entry-content a:hover {
text-decoration: none
}
.text-formating p {
font-size: 18px;
font-style: italic;
line-height: 30px
}
.margin-bottom0 {
margin-bottom: 0!important
}
.border0 {
border: none!important
}
.topImageGap220 {
padding-top: 220px;
}
.vc_custom_1562663177807.margin-top0,
.margin-top0 {
margin-top: 0!important
}
.main-navigation .primary-menu>li {
margin: 0 4px;
}
.setup-heading p {
font-size: 15px;
}
.setup-heading .wpb_content_element {
margin-bottom: 10px;
}
@media (min-width:768px) {
.final-Interpretations.vc_row[data-vc-full-width] {
border-bottom: 30px #dcdcdc solid;
z-index: 1
}
.black-bg.final-Interpretations.vc_row[data-vc-full-width] {
border-bottom: 30px #fff solid;
z-index: 1
}
.locum {
border-top: 30px #e2e2e2 solid
}
.white-bg.locum {
border-top: 30px #fff solid
}
.wpb_column.lgap-section .vc_column-inner {
padding-left: 28px
}
.wpb_column.rgap-section .vc_column-inner {
padding-right: 28px
}
.topImageGap {
padding-top: 170px
}
.wpb_content_element.overlappedImage {
margin-bottom: -240px
}
}
@media screen and (min-width: 56.875em) {
.main-navigation div>ul.primary-menu>li.menu-item-has-children>a {
margin: 0;
padding-right: 1.2em
}
.main-navigation ul ul .menu-item-has-children>a:after {
right: .5625em;
top: 50%;
margin-top: -8px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg)
}
.dropdown-toggle,
.main-navigation ul .dropdown-toggle.toggled-on,
.menu-toggle,
.site-header .social-navigation,
.site-footer .main-navigation {
display: block
}
}
@media screen and (min-width: 1301px) {
.dropdown-toggle,
.main-navigation ul .dropdown-toggle.toggled-on,
.menu-toggle,
.site-header .social-navigation,
.site-footer .main-navigation {
display: none
}
.main-navigation ul ul {
border-bottom: 1px solid #d1d1d1
}
}
@media screen and (min-width: 1500px) {
.main-navigation .primary-menu>li {
margin: 0 12px
}
.site-branding {
width: 410px;
margin: -2px auto 0 0!important
}
.custom-logo-link {
height: 45px
}
}
@media (max-width:1300px) {
.site-header-menu {
display: none
}
.site-header-menu.toggled-on,
.no-js .site-header-menu {
display: block;
flex: 0 1 100%
}
.site-header-menu.toggled-on .main-navigation,
.no-js .site-header-menu .main-navigation {
margin: 0!important
}
.main-navigation .primary-menu>li {
float: left;
width: 100%;
margin: 0;
} .main-navigation li {
border-top: 1px solid #d1d1d1!important;
position: relative
}
.main-navigation a {
border-bottom: none;
margin-right: 56px
}
.main-navigation li:last-child a {
margin-right: 0
}
.main-navigation .dropdown-toggle,
.main-navigation .dropdown-toggle:hover,
.main-navigation .dropdown-toggle:focus {
color: #698eaf
}
}
@media (max-width:1191px) {
.footer-col-2 {
width: 33.333%;
min-height: 200px
}
.excellence-frame-right {
padding-top: 25px
}
}
@media all and (max-width:992px) {
.blog_update_white_image {
width: 100%!important;
height: 280px;
overflow: hidden
}
.blog_update_white_text {
width: 100%!important
}
.blog_update_white_image>.vc_column-inner {
padding-right: 0!important
}
.blog_update_white_image .wpb_single_image img {
transform: translate(0, -180px)
}
.subscribe_box .wpb_raw_code {
margin-bottom: 30px
}
.entry-content .innerBanner h1.orlando-heading-text {
text-align: right!important;
padding-right: 15px;
}
}
@media screen and (min-width: 910px) and (max-width: 1300px) {
.main-navigation ul ul {
background-color: #f8f8f8;
}
.main-navigation ul ul li {
background-color: transparent;
border: none;
border-top: 1px solid #d1d1d1;
}
.main-navigation ul ul,
.main-navigation ul ul a {
width: 100%;
}
.main-navigation li:hover>ul,
.main-navigation li.focus>ul {
left: -9999em;
right: auto
}
.main-navigation ul ul.toggled-on {
display: block;
left: 0;
right: auto;
position: relative
}
.main-navigation ul ul.toggled-on .sub-menu {
left: -9999em;
top: 39px
}
.main-navigation ul ul.toggled-on .sub-menu.toggled-on {
display: block;
left: 0;
right: auto;
position: relative;
top: 10px
}
.main-navigation ul ul.toggled-on .sub-menu.toggled-on li a {
color: #000
}
.main-navigation ul ul.toggled-on .sub-menu.toggled-on li a:hover {
color: #698eaf
}
.main-navigation .menu-item-has-children>a:after {
content: none
}
.main-navigation ul ul li button.dropdown-toggle {
height: 40px
}
.site-footer .main-navigation {
display: none
}
}
@media all and (max-width:992px) {
.sub-menu.toggled-on {
margin-top: 10px;
}
.main-navigation ul ul li button.dropdown-toggle {
height: 40px
}
.main-navigation ul ul.toggled-on .sub-menu.toggled-on li a {
color: #000
}
.main-navigation ul ul.toggled-on .sub-menu.toggled-on li a:hover {
color: #698eaf
}
}
@media screen and (min-width: 768px) and (max-width: 787px) {
.excellence-frame-right {
padding-top: 0
}
}
@media (max-width:767px) {
.footer-col-2 {
width: 50%
}
.sectiongap {
padding-top: 30px;
padding-bottom: 30px
}
.site-branding {
width: 220px
}
.custom-logo-link {
background-size: 220px
}
.radiologist_col .wpb_content_element {
margin-bottom: 20px
}
.subscribe_box .wpb_raw_code {
margin-left: 0;
margin-right: 0
}
#sp-testimonial-free-wrapper-170 .sp-testimonial-free-section {
padding: 0 15px!important
}
.sp-testimonial-free-item {
padding-left: 10px;
padding-right: 10px
}
.sp-testimonial-free-section .sp-testimonial-free-item {
padding-right: 25px
}
.sp-testimonial-free {
padding: 30px 15px
}
}
@media (max-width:600px) {
.footer-col-2 {
width: 100%;
min-height: 50px;
text-align: center
}
.footer-col-2+.footer-col-2 {
padding-top: 40px
}
}
@media screen and (min-width: 569px) and (max-width: 616px) {
.excellence-frame-right {
padding-top: 0
}
}
@media all and (max-width:568px) {
.sfba_subscribe_form__fields {
width: auto!important;
float: none!important;
margin-right: 20px;
margin-bottom: 20px
}
.sfba_subscribe_form__fields:before {
left: -4px
}
.sfba_subscribe_form__fields .sfba-form2-fields {
margin-left: 30px
}
#sfba-form2-button {
margin: auto
}
.blog_update_white_image {
height: 180px
}
.excellence-frame-left,
.excellence-frame-right {
float: none;
width: 100%;
text-align: center;
padding: 0;
}
.excellence-frame-right {
margin-top: 15px;
padding-top: 0
}
.excellence-frame-right br {
display: none
}
}
@media screen and (max-width: 479px) {
.topTextBlock {
font-size: 18px
}
.breadcrumb5d1df760c3704 .pt-plus-breadcrumbs nav#crumbs a,
.breadcrumb5d1df760c3704 .pt-plus-breadcrumbs nav#crumbs a span {
font-size: 12px;
}
.pt-plus-breadcrumbs span.current {
font-size: 14px;
}
.entry-content .innerBanner h1.orlando-heading-text {
text-align: center!important;
background-color: rgba(0, 0, 0, 0.45);
height: 50px;
margin-top: 195px;
padding-right: 0;
margin-bottom: 0;
padding: 10px 0;
}
}
@media screen and (max-width: 420px) {
.breadcrumdSite {
margin-top: -34px
}
.innerBanner:before {
height: 50px
}
.page-id-1128 .breadcrumdSite {
margin-top: -19px
}
.page-id-1128 .innerBanner:before {
height: 40px
}
}
.social-icon a,
.entry-content .social-icon a img {
display: inline-block;
box-shadow: none!important;
}
.entry-content .social-icon a+a {
margin-left: 8px !important;
}
@media screen and (min-width:1301px) {
.dropdown-toggle,
.main-navigation ul .dropdown-toggle.toggled-on,
.menu-toggle,
.site-header .social-navigation,
.site-footer .main-navigation {
display: none;
}
.main-navigation ul ul {
border-bottom: 1px solid #d1d1d1;
}
.main-navigation ul li#menu-item-908 ul {
height: 400px;
overflow: auto;
}
}
.hesperiden .tp-bullet {
border: 1px solid #fff!important;
background: transparent!important;
}
.hesperiden .tp-bullet:hover,
.hesperiden .tp-bullet.selected {
background: #46749d!important;
}
.bio-custom {
margin-bottom: 15px;
border-bottom: 1px solid #cecece;
padding-bottom: 10px;
}
.bio-image-round {
overflow: hidden;
border-radius: 50%;
}
.spu-content .fluidvids {
padding-top: 53.5%!important;
}
.partner_logo span { width: 140px;
display: inline-block;
text-align: left;
line-height: normal;
border-right: 1px solid rgba(255, 255, 255, 0.2);
vertical-align: middle;
margin-right: 18px;
}
.partner_logo {
margin-bottom: 20px;
}
.partner_logo img {
margin-bottom: 0px;
position: relative;
z-index: 1;
width: 60px;
}
.partner_logo a {
color: #fff;
}
.partner_logo a:hover {
color: #fff;
text-decoration: none;
}
.joint_commission_logo {
position: absolute;
top: auto;
bottom: 0;
left: auto;
right: 0;
z-index: 111;
width: 90px !important;
height: 90px !important;
visibility: visible !important;
content: " " !important;
border-radius: 45px 0 0 45px;
box-shadow: 0 6px 12px rgba(0, 0, 0, .2) !important;
background: #fff;
display: flex;
align-items: center;
justify-content: flex-start;
transform: translate(0px, 0);
transition: all linear 0.2s;
padding: 8px;
}
.joint_commission_logo:hover {
transform: translate(0px, 0);
width: 100px !important;
}
.joint_commission_logo img {
vertical-align: middle;
text-align: center;
width: 72px;
height: 72px;
}