.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.list-view .post-details .post-name.mt_cars--title a {
font-size: 25px;
letter-spacing: normal;
text-transform: none;
}
.list-view .post-details .post-name.mt_cars--title {
margin-bottom: 10px;
margin-top: 0;
}
.single-car-feature {
margin: 3px 0;
}
.mt_car--price {
background: #ffd600 none repeat scroll 0 0;
display: inline-block;
font-size: 15px;
margin-top: 10px;
padding: 10px;
}
.mt_cars--main-pic { margin-bottom: 12px;
}
article.single-post .mt_cars--extra-pics img {
margin-bottom: 30px;
} .mt_bubble_box {
background: #f6f6f6 none repeat scroll 0 0;
padding: 30px;
position: relative;
}
.mt_bubble_box .bubble_title {
font-weight: bold;
margin: 0;
}
.bubble_footer_text {
font-weight: bold;
margin: 15px 0 0;
}
.mt_bubble_box .bubble_subtitle {
margin: 8px 0 15px;
color: #00afef;
}
.bubble_pointer{
position: absolute;
content: '';
border-style: solid;
display: block; 
width: 0px; 
z-index: 1; 
}
.bubble_footer_text > span {
color: #00afef;
} .mt--custom_services .hover_container {
display: flex !important;
height: 100%;
position: absolute;
text-align: center;
top: 0;
width: 100%;
text-align: left;
}
.mt--custom_services .hover_container_holder {
align-self: center;
padding: 0 65px;
width: 100%;
}
.mt--custom_services img {
width: 100%;
}
.mt--custom_services {
margin: 0 !important;
}
.mt--custom_services .hover_container .hover_container_holder .custom_service_second_title {
text-transform: uppercase;
}
.mt--custom_services .hover_container .hover_container_holder .custom_service_description {
color: #fff;
font-size: 18px;
}
.mt--custom_services .hover_container .more-link:hover{
opacity: 0.8;
}
.mt--custom_services .hover_container .more-link {
border: 2px solid;
transition: all 300ms ease-in-out 0ms;
-ms-transition: all 300ms ease-in-out 0ms;
-webkit-transition: all 300ms ease-in-out 0ms;
border-radius: 3px;
-webkit-border-radius: 3px;
font-size: 15px;
font-style: italic;
line-height: 25px;
margin: 10px 0 0;
padding: 4px 14px;
}/*/*/.mt--custom_services .hover_container {
transition: all 300ms ease-in-out 0ms;
-ms-transition: all 300ms ease-in-out 0ms;
-webkit-transition: all 300ms ease-in-out 0ms;
}
.mt--custom_services:hover .hover_container {
opacity: 1;
transition: all 300ms ease-in-out 0ms;
-ms-transition: all 300ms ease-in-out 0ms;
-webkit-transition: all 300ms ease-in-out 0ms;
}
.mt--custom_services:hover img {
opacity: 0;
transition: all 300ms ease-in-out 0ms;
-ms-transition: all 300ms ease-in-out 0ms;
-webkit-transition: all 300ms ease-in-out 0ms;
}/**/.title-subtile-holder .section-border {
background: rgba(0, 0, 0, 0) url(//www.sigortakelesler.com/wp-content/plugins/modeltheme-framework/inc/shortcodes/img/bellavita_theme_delimitator.png) no-repeat scroll 0 0 / cover ;
height: 40px;
width: 47px;
}
.title-subtile-holder .section-subtitle {
color: #252525;
font-weight: 500;
margin: 0 auto;
text-transform: lowercase;
}
.title-subtile-holder .section-title {
color: #252525;
font-style: normal;
font-weight: 800;
margin-bottom: 0;
margin-top: 15px;
text-transform: capitalize;
}
@media only screen and (max-width: 1024px) {
.teachers-list .shortcode_teachers_content {
display: block;
}
}  .widget_social_icons li {
display: inline-table;
margin-bottom: 3px;
text-align: center;
}
.widget_social_icons ul {
margin: 0;
padding: 0;
}
.widget_social_icons li a {
display: block;
line-height: 0;
transition: all 300ms ease-in-out 0s;
-o-transition: all 300ms ease-in-out 0s;
-moz-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
-ms-transition: all 300ms ease-in-out 0s;
}
.widget_social_icons li a i {
font-size: 18px;
}
.widget_social_icons li a:hover {
color: #ffffff;
}
#primary .main-content .sidebar-social-networks ul {
padding: 0 15px;
} .latest-videos h3 {
color: #ffffff;
font-size: 16px;
font-weight: 400;
margin-bottom: 15px;
padding: 12px;
text-align: left;
text-transform: uppercase;
}
.latest-videos h3 .fa{
margin-right: 8px;
}
.latest-videos > a {
color: rgba(0, 0, 0, 0.7);
display: block;
}
.latest-videos .post-date {
color: rgba(0, 0, 0, 0.3);
display: block;
margin-top: 3px;
}
.latest-videos .post-date i {
margin-right: 5px;
}
.video-title {
padding: 15px 0;
}
.video-title a {
display: block;
color: rgba(0, 0, 0, 0.7);
} .text-dark .statistics .stats-head *{
color: #00aeef;
}
.text-dark .statistics .stats-content p {
color: #747474;
}
.stats-block.statistics {
padding: 10px 0 26px;
}
.stats-content .skill-count {
display: block;
font-size: 60px;
font-weight: 800;
line-height: 60px;
margin-top: 10px;
text-align: center;
}
.stats-content .skill-title {
font-weight: 800;
margin-top: 17px;
text-transform: capitalize;
}
.stats-content .skill-count::after {
background: #75dbb3 none repeat scroll 0 0;
border-radius: 5px;
content: "";
display: block;
height: 5px;
margin: 10px auto;
width: 50px;
}
.stat-number.skill.percentage {
margin-bottom: 0;
}
.stats-head * {
font-size: 50px;
color: #FFF;
text-align: center;
}
.stats-head i {
clear: both;
display: block;
font-family: "FontAwesome";
font-size: 40px;
padding-right: 0;
}
.stats-content p {
font-size: 16px;
font-style: normal;
font-weight: normal;
line-height: 24px;
margin-bottom: 0;
opacity: 1;
text-align: center;
text-transform: capitalize;
}
.stat-number.skill {
margin-bottom: 0px;
}
.stat-number.skill img {
padding-top: 30px;
}
.stat-number.skill i {
padding-top: 30px;
}  .pricing {
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 100%;
margin: 0 auto;
}
.pricing__item {
position: relative;
display: flex;
flex-direction: column;
align-items: stretch;
text-align: center;
flex: 0 1 360px;
}
.pricing__feature-list {
text-align: left;
}
.pricing__action {
color: inherit;
border: none;
background: none;
}
.pricing__action:focus {
outline: none;
} .pricing--tenzin .pricing__item {
margin: 1em;
padding: 2em 2.5em;
text-align: left;
color: #262b38;
background: #EEF0F3;
border-top: 3px solid #EEF0F3;
-webkit-transition: border-color 0.3s;
transition: border-color 0.3s;
}
.pricing--tenzin .pricing__title {
margin: 0 0 1em;
}
.pricing--tenzin .pricing__price {
font-size: 2em;
font-weight: bold;
padding: 0.5em 0 0.75em;
border-top: 3px solid rgba(139, 144, 157, 0.18);
}
.pricing--tenzin .pricing__currency {
font-size: 0.5em;
vertical-align: super;
}
.pricing--tenzin .pricing__sentence {
font-weight: bold;
padding: 0 0 0.5em;
color: #9CA0A9;
border-bottom: 3px solid rgba(139, 144, 157, 0.18);
}
.pricing--tenzin .pricing__feature-list {
font-size: 0.85em;
font-style: italic;
margin: 0;
padding: 0.25em 0 2.5em;
list-style: none;
text-align: right;
color: #8b909d;
}
.pricing--tenzin .pricing__action {
font-weight: bold;
margin-top: auto;
padding: 1em 2em;
color: #fff;
border-radius: 30px;
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
text-align: center;
} .pricing--norbu .pricing__item {
margin: 1em;
color: #fff;
cursor: default;
font-family: 'Myriad Pro', Arial, sans-serif;
border: 1px solid rgba(255,255,255,0.4);
background: rgba(255,255,255,0.08);
border-radius: 10px;
-webkit-transition: border-color 0.3s, background 0.3s;
transition: border-color 0.3s, background 0.3s;
}
.pricing--norbu .pricing__item:hover {
border: 1px solid rgba(255,255,255,1);
background: rgba(255,255,255,0.18);
}
.pricing--norbu .pricing__title {
font-size: 2em;
font-weight: 400;
margin: 0.5em 0;
padding: 1em;
position: relative;
}
.pricing--norbu .pricing__title::after {
content: '';
position: absolute;
width: 20%;
height: 1px;
background: #fff;
left: 40%;
bottom: 0;
}
.pricing--norbu .icon {
display: inline-block;
min-width: 2em;
}
.pricing--norbu .pricing__price {
font-size: 3.5em;
padding: 0.5em 0 0 0;
font-weight: 400;
position: relative;
z-index: 100;
}
.pricing--norbu .pricing__currency {
font-size: 0.5em;
vertical-align: super;
}
.pricing--norbu .pricing__period {
font-size: 0.25em;
display: block;
padding: 1em;
}
.pricing--norbu .pricing__sentence {
color: #fff;
font-size: 1em;
margin: 0 auto 1em;
padding: 1em 2em;
}
.pricing--norbu .pricing__feature-list {
font-size: 1.15em;
margin: 0 2em;
letter-spacing: 0;
padding: 2em 0;
list-style: none;
}
.pricing--norbu .pricing__feature {
line-height: 1.4;
}
.pricing--norbu .pricing__action {
font-weight: bold;
flex: none;
margin: auto 1em 1em;
padding: 1.25em 2em;
color: #4aa8e4;
background: rgba(255,255,255,0.7);
border-radius: 5px;
-webkit-transition: background 0.3s;
transition: background 0.3s;
}
.pricing--norbu .pricing__action:hover,
.pricing--norbu .pricing__action:focus {
background: #fff;
}
.pricing--pema .pricing__feature-list i,
.pricing--norbu .pricing__feature-list i {
margin-right: 10px;
} .pricing--pema .pricing__item {
border-radius: 10px;
font-family: 'Alegreya Sans', sans-serif;
padding: 2em 2em;
margin: 1em;
color: #fff;
cursor: default;
overflow: hidden;
box-shadow: 0 0 15px rgba(0,0,0,0.05);
}
@media screen and (min-width: 66.250em) {
.pricing--pema .pricing__item {
margin: 1.5em 0;
}
.pricing--pema .pricing__item--featured {
z-index: 10;
margin: 0;
font-size: 1.15em;
}
}
.pricing--pema .pricing__title {
color: #fff;
font-size: 24px;
font-weight: 700;
margin: 0.5em 0 0;
text-transform: uppercase;
}
.pricing--pema .icon {
display: inline-block;
min-width: 2em;
color: #8A9790;
vertical-align: middle;
}
.pricing--pema .pricing__price {
font-family: "Montserrat";
font-size: 90px;
font-weight: 700;
position: relative;
z-index: 100;
}
.pricing--pema .pricing__currency {
font-size: 0.5em;
padding-right: 10px;
vertical-align: super;
}
.pricing--pema .pricing__period {
color: rgba(255, 255, 255, 0.9);
display: inline-block;
font-family: "Montserrat";
font-size: 18px;
font-weight: 400;
padding: 0 0 0 0.5em;
}
.pricing--pema .pricing__sentence {
opacity: 0.6;
}
.pricing--pema .pricing__sentence {
font-weight: bold;
margin-bottom: 0px;
padding: 0 0 0.5em;
}
.pricing--pema .pricing__feature-list {
font-size: 0.95em;
margin: 0;
padding: 1.5em 0.5em 2.5em;
list-style: none;
}
.pricing--pema .pricing__feature {
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
font-size: 18px;
font-weight: lighter;
padding: 1em 0;
text-align: center;
}
.pricing--pema .pricing__feature:first-child {
border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.pricing--pema .pricing__action {
font-weight: bold;
margin-top: auto;
padding: 1em 2em;
color: #fff;
border-radius: 5px;
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
} .modeltheme-countdown > div{
font-weight: bold;
font-size: 30px;
padding-left: 0;
}
.modeltheme-countdown div div:first-child{
text-align: center;
}
.modeltheme-countdown div div:last-child{
opacity: 0.7;
font-size: 15px;
font-weight: lighter;
text-align: center;
}
.modeltheme-countdown > div {
float: left;
}
.modeltheme-countdown > span {
float: left;
font-size: 60px;
line-height: 24px;
margin-bottom: 10px;
margin-top: 20px;
padding: 0 10px;
}
.modeltheme-countdown {
border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
display: inline-table;
overflow: hidden;
padding: 10px 30px 0px;
margin: 30px 0px;
}
.modeltheme-countdown .days-digit {
font-size: 70px;
line-height: 50px !important;
}
.modeltheme-countdown .days-name {
font-size: 20px !important;
margin-top: 5px !important;
margin-bottom: 12px !important;
}
.modeltheme-countdown .hours-digit {
font-size: 70px;
line-height: 50px !important;
}
.modeltheme-countdown .hours-name {
font-size: 20px !important;
margin-top: 5px !important;
margin-bottom: 12px !important;
}
.modeltheme-countdown .minutes-digit {
font-size: 70px;
line-height: 50px !important;
}
.modeltheme-countdown .minutes-name {
font-size: 20px !important;
margin-top: 5px !important;
margin-bottom: 12px !important;
}
.modeltheme-countdown .seconds-digit {
font-size: 70px;
line-height: 50px !important;
}
.modeltheme-countdown .seconds-name {
font-size: 20px !important;
margin-top: 5px !important;
margin-bottom: 12px !important;
} .mt-icon-list-item .mt-icon-list-icon-holder {
float: left;
width: 60px;
}
.mt-icon-list-item .mt-icon-list-text {
margin-bottom: 0;
margin-top: 0;
padding-top: 5px;
}
.mt-icon-list-item .mt-icon-list-text-subtitle {
margin-bottom: 0;
} .percircle.dark {
background-color: #777777;
}
.percircle.dark .bar,
.percircle.dark .fill {
border-color: #c6ff00;
}
.percircle.dark > span {
color: #777777;
}
.percircle.dark:after {
background-color: #555555;
}
.percircle.dark:hover > span {
color: #c6ff00;
}
.percircle.red .bar,
.percircle.red .fill {
border-color: #dd5454;
}
.percircle.red:hover > span {
color: #dd5454;
}
.percircle.red.dark .bar,
.percircle.red.dark .fill {
border-color: #f84a4a;
}
.percircle.red.dark:hover > span {
color: #f84a4a;
}
.percircle.blue .bar,
.percircle.blue .fill {
border-color: #00AFEF;
}
.percircle.blue:hover > span {
color: #00AFEF;
}
.percircle.blue.dark .bar,
.percircle.blue.dark .fill {
border-color: #20cceb;
}
.percircle.blue.dark:hover > span {
color: #20cceb;
}
.percircle.green .bar,
.percircle.green .fill {
border-color: #75DBB3;
}
.percircle.green:hover > span {
color: #75DBB3;
}
.percircle.green.dark .bar,
.percircle.green.dark .fill {
border-color: #75DBB3;
}
.percircle.green.dark:hover > span {
color: #75DBB3;
}
.percircle.orange .bar,
.percircle.orange .fill {
border-color: #e88239;
}
.percircle.orange:hover > span {
color: #e88239;
}
.percircle.orange.dark .bar,
.percircle.orange.dark .fill {
border-color: #dc5b00;
}
.percircle.orange.dark:hover > span {
color: #dc5b00;
}
.percircle.pink .bar,
.percircle.pink .fill {
border-color: #ff8ed0;
}
.percircle.pink:hover > span {
color: #ff8ed0;
}
.percircle.pink.dark .bar,
.percircle.pink.dark .fill {
border-color: #ff58b9;
}
.percircle.pink.dark:hover > span {
color: #ff58b9;
}
.percircle.purple .bar,
.percircle.purple .fill {
border-color: #aa7eff;
}
.percircle.purple:hover > span {
color: #aa7eff;
}
.percircle.purple.dark .bar,
.percircle.purple.dark .fill {
border-color: #7a38f7;
}
.percircle.purple.dark:hover > span {
color: #7a38f7;
}
.percircle.yellow .bar,
.percircle.yellow .fill {
border-color: #dcbd00;
}
.percircle.yellow:hover > span {
color: #dcbd00;
}
.percircle.yellow.dark .bar,
.percircle.yellow.dark .fill {
border-color: #ffdb00;
}
.percircle.yellow.dark:hover > span {
color: #ffdb00;
}
.rect-auto,
.percircle.gt50 .slice {
clip: rect(auto, auto, auto, auto);
}
.pie,
.percircle .bar,
.gt50 .fill {
position: absolute;
border: 0.08em solid #307bbb;
width: 0.84em;
height: 0.84em;
clip: rect(0, 0.5em, 1em, 0);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
.bar {
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.pie-fill,
.gt50 .bar:after,
.gt50 .fill {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.percircle {
position: relative;
font-size: 160px;
width: 1em;
height: 1em;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
margin:0 auto;
background-color: #e9e9e9;
}
.percircle *,
.percircle *:before,
.percircle *:after {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.percircle.animate > span,
.percircle.animate:after {
-webkit-transition: -webkit-transform 0.2s ease-in-out;
-moz-transition: -moz-transform 0.2s ease-in-out;
-ms-transition: -ms-transform 0.2s ease-in-out;
-o-transition: -o-transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out;
}
.percircle.animate .bar {
-webkit-transition: -webkit-transform 0.6s ease-in-out;
-moz-transition: -moz-transform 0.6s ease-in-out;
-ms-transition: -ms-transform 0.6s ease-in-out;
-o-transition: -o-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
}
.percircle.center {
float: none;
margin: 0 auto;
}
.percircle.big {
font-size: 240px;
}
.percircle.small {
font-size: 80px;
}
.percircle > span {
position: absolute;
z-index: 1;
width: 100%;
top: 50%;
height: 1.5em;
margin-top: -0.7em;
font-size: 35px;
color: #34495e;
display: block;
text-align: center;
white-space: nowrap;
font-weight: bold;
}
.perclock > span {
font-size: 0.175em;
}
.percircle:after {
position: absolute;
top: 0.08em;
left: 0.08em;
display: block;
content: " ";
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
background-color: #f9f9f9;
width: 0.84em;
height: 0.84em;
}
.percircle .slice {
position: absolute;
width: 1em;
height: 1em;
clip: rect(0, 1em, 1em, 0.5em);
}
.percircle:hover {
cursor: default;
}
.percircle:hover > span {
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3);
color: #307bbb;
}
.percircle:hover:after {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
} .buton_image_class:hover {
transform: scale(1.1);
transition: all 400ms ease-in-out 0s;
-ms-transformtransition: all 400ms ease-in-out 0s;
-webkit-transformtransition: all 400ms ease-in-out 0s;
}
.buton_image_class {
transform: scale(1.0);
transition: all 400ms ease-in-out 0s;
-ms-transformtransition: all 400ms ease-in-out 0s;
-webkit-transformtransition: all 400ms ease-in-out 0s;
} .mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } 
} .subscribe .result {
display: block;
width: 100% !important;
}
.mc_embed_signup {
margin-top: 22px;
overflow: hidden;
}
.newspaper-info {
color: #ffffff;
}
.complex-layout .subscribe h3 i {
margin-right: 5px;
}
.subscribe > input[type="text"] {
background-color: rgba(0, 0, 0, 0);
border: 1px solid #ffffff;
border-radius: 5px;
color: #ffffff;
float: left;
font-family: "Nunito";
font-size: 15px;
font-style: italic;
font-weight: initial;
margin-right: 20px;
padding: 10px 25px;
width: 65%;
}
.subscribe > button[type="submit"] {
background: #75DBB3;
border: 1px solid #75DBB3;
border-radius: 5px;
color: #ffffff;
float: left;
font-family: "Nunito";
font-size: 15px;
font-style: normal;
padding: 10.5px;
width: 30%;
font-weight: 700;
transition: all ease-in-out 0.3s;
}
.subscribe > button[type="submit"]:hover {
background: #53C095 !important;
border: 1px solid #53C095;
transition: all ease-in-out 0.3s;
}
.subscribe_title {
margin-bottom: 10px;
margin-top: 15px;
}
.complex-layout .subscribe {
border: 1px solid rgb(223, 229, 233);
overflow: hidden;
padding: 30px;
}
.complex-layout .subscribe > button[type="submit"] {
padding: 8px 16px;
}
.complex-layout .subscribe > button[type="submit"]{
width: auto;
}
.complex-layout .subscribe > input[type="text"] {
border: 1px solid rgba(0, 0, 0, 0.1);
margin-right: 8px;
width: 50%;
}
.complex-layout .subscribe > h3 {
float: left;
font-size: 14px;
margin: 10px 0;
width: 38%;
} .featured_product_details_holder {
align-self: center;
}
.featured_product_shortcode {
border-radius: 10px !important;
padding: 60px !important;
display: flex;
}
.featured_product_shortcode .featured_product_button {
color: #ffffff;
font-size: 20px;
padding: 20px 50px;
text-align: center;
text-transform: uppercase;
font-weight: bold;
border-radius: 50px;
}
.featured_product_shortcode .featured_product_description {
margin-bottom: 70px;
margin-top: 25px;
}
.featured_product_shortcode .featured_product_name a {
font-weight: bold;
font-size: 60px;
}  .slideshow {
position: relative;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
overflow: hidden;
width: 100vw; height: 900px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
} .slide {
max-width: 100%;
position: absolute;
top: 0;
left: 0;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
width: 100vw;  height: 900px;
pointer-events: none;
opacity: 0;
-webkit-perspective: 1800px;
perspective: 1800px;
}
.slide--current {
z-index: 1;
pointer-events: auto;
opacity: 1;
max-width: 100%;
}
.titles {
background-color: rgba(255, 255, 255, 0.8);
bottom: 5px;
left: 0;
min-height: 115px;
pointer-events: none;
position: absolute;
text-align: center;
width: 100%;
z-index: 1;
}
.title {
font-size: 1.85em;
font-weight: 700;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
margin: 0;
padding: 1em;
text-align: center;
white-space: nowrap;
opacity: 0; -webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.title--current {
opacity: 1;
}
.title__sub {
font-size: 0.5em;
line-height: 1;
display: block;
margin-top: 0.25em;
white-space: nowrap;
text-indent: 5px;
letter-spacing: 5px;
text-transform: uppercase; }
.title__sub::before,
.title__sub::after {
content: '\2014';
} .featured_house.nav {
position: fixed;
z-index: 5000;
top: 2em;
right: 2em;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
width: 85px;
background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
padding: 15px 0;
}
.no-preserve3d .nav {
display: none;
}
.nav__item {
position: relative;
display: block;
overflow: hidden;
width: 25px;
height: 25px;
margin: 2px;
cursor: pointer; }
.nav__item::after {
content: '';
position: absolute;
top: 3px;
left: 3px;
width: 15px;
height: 15px;
opacity: 0; -webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.nav__item:hover::after {
opacity: 0.2;
}
.nav__item.nav__item--current::after {
opacity: 1;
}
.text-hidden {
position: absolute;
top: 200%;
pointer-events: none;
opacity: 0;
} .scene { height: 100%;
margin: 0 auto;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transition: -webkit-transform 0.1s;
transition: transform 0.1s;
}
.views {
position: relative;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
width: 100%;
height: 100%;
pointer-events: none;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.view__img {
display: block;
}
.view {
z-index: 1;
-webkit-flex: none;
flex: none;
height: 100%;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.view--rotate-right {
margin-right: -1px;
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.view--rotate-left {
margin-left: -1px;
-webkit-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.view__img {
max-height: 100%;
}
.slide .scene .views .view .item {
position: absolute;
z-index: 1;
pointer-events: none;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.item--popup {
z-index: 1;
pointer-events: auto;
}
.item::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
background: #ececec; box-shadow: 0 0 0 65px #ececec, 0 0 0 65px #000;
-webkit-transform: scale3d(0.7, 0.7, 1);
transform: scale3d(0.7, 0.7, 1);
-webkit-transform-origin: 100% 0%;
transform-origin: 100% 0%;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
}
.item.item--popup::before {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.item__img {
position: relative;
display: block;
max-height: 100%;
margin: 0 auto;
pointer-events: auto;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
}
.item--popup .item__img {
box-shadow: none;
}
.view-open .item:not(.item--popup) .item__img {
-webkit-transition: -webkit-transform 0.1s;
transition: transform 0.1s;
}
.views:not(.view-open) .item__img:hover { box-shadow: 0 0 0 4px #fff;
transition: all 250ms ease-in-out 0s;
-o-transition: all 250ms ease-in-out 0s;
-moz-transition: all 250ms ease-in-out 0s;
-webkit-transition: all 250ms ease-in-out 0s;
-ms-transition: all 250ms ease-in-out 0s;
}
.views:not(.view-open) .item__img { box-shadow: 0 0 0 4px transparent;
transition: all 250ms ease-in-out 0s;
-o-transition: all 250ms ease-in-out 0s;
-moz-transition: all 250ms ease-in-out 0s;
-webkit-transition: all 250ms ease-in-out 0s;
-ms-transition: all 250ms ease-in-out 0s;
}
.item__info {
line-height: 1;
position: relative;
min-width: 150px;
margin: 3em 0 -1em;
text-align: center;
opacity: 0;
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
.item--popup .item__info {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
}
.item__title {
font-size: 0.75em;
font-weight: 700;
margin: 0;
padding: 0 0 0.5em 0;
letter-spacing: 2px;
text-transform: uppercase;
}
.item__price {
font-size: 1.5em;
font-weight: 700;
line-height: 1.5;
display: inline-block;
vertical-align: middle;
}
.item__price sup {
font-size: 0.5em;
color: #aaa;
}
.currency {
vertical-align: super;
}
.image1_room1 .item__img:hover {
transform: scale(1.1) !important;
transition: all 350ms ease-in-out 0ms;
-o-transition: all 350ms ease-in-out 0ms;
-moz-transition: all 350ms ease-in-out 0ms;
-webkit-transition: all 350ms ease-in-out 0ms;
-ms-transition: all 350ms ease-in-out 0ms;
}
.image2_room1 .item__img:hover {
transform: scale(1.1) !important;
transition: all 350ms ease-in-out 0ms;
-o-transition: all 350ms ease-in-out 0ms;
-moz-transition: all 350ms ease-in-out 0ms;
-webkit-transition: all 350ms ease-in-out 0ms;
-ms-transition: all 350ms ease-in-out 0ms;
}
.image3_room1 .item__img:hover {
transform: scale(1.1) !important;
transition: all 350ms ease-in-out 0ms;
-o-transition: all 350ms ease-in-out 0ms;
-moz-transition: all 350ms ease-in-out 0ms;
-webkit-transition: all 350ms ease-in-out 0ms;
-ms-transition: all 350ms ease-in-out 0ms;
}
.image1_room2 .item__img:hover {
transform: scale(1.1) !important;
transition: all 350ms ease-in-out 0ms;
-o-transition: all 350ms ease-in-out 0ms;
-moz-transition: all 350 ease-in-out 0ms;
-webkit-transition: all 350ms ease-in-out 0ms;
-ms-transition: all 350ms ease-in-out 0ms;
}
.image2_room2 .item__img:hover {
transform: scale(1.1) !important;
transition: all 350ms ease-in-out 0ms;
-o-transition: all 350ms ease-in-out 0ms;
-moz-transition: all 350ms ease-in-out 0ms;
-webkit-transition: all 350ms ease-in-out 0ms;
-ms-transition: all 350ms ease-in-out 0ms;
}
.image3_room2 .item__img:hover {
transform: scale(1.1) !important;
transition: all 350ms ease-in-out 0ms;
-o-transition: all 350ms ease-in-out 0ms;
-moz-transition: all 350ms ease-in-out 0ms;
-webkit-transition: all 350ms ease-in-out 0ms;
-ms-transition: all 350ms ease-in-out 0ms;
}
.image1_room3 .item__img:hover {
transform: scale(1.1) !important;
transition: all 350ms ease-in-out 0ms;
-o-transition: all 350ms ease-in-out 0ms;
-moz-transition: all 350ms ease-in-out 0ms;
-webkit-transition: all 350ms ease-in-out 0ms;
-ms-transition: all 350ms ease-in-out 0ms;
}
.image2_room3 .item__img:hover {
transform: scale(1.1) !important;
transition: all 350ms ease-in-out 0ms;
-o-transition: all 350ms ease-in-out 0ms;
-moz-transition: all 350ms ease-in-out 0ms;
-webkit-transition: all 350ms ease-in-out 0ms;
-ms-transition: all 350ms ease-in-out 0ms;
}
.image3_room3 .item__img:hover {
transform: scale(1.1) !important;
transition: all 350ms ease-in-out 0ms;
-o-transition: all 350ms ease-in-out 0ms;
-moz-transition: all 350ms ease-in-out 0ms;
-webkit-transition: all 350ms ease-in-out 0ms;
-ms-transition: all 350ms ease-in-out 0ms;
}
.image1_room4 .item__img:hover {
transform: scale(1.1) !important;
transition: all 350ms ease-in-out 0ms;
-o-transition: all 350ms ease-in-out 0ms;
-moz-transition: all 350ms ease-in-out 0ms;
-webkit-transition: all 350ms ease-in-out 0ms;
-ms-transition: all 350ms ease-in-out 0ms;
}
.image2_room4 .item__img:hover {
transform: scale(1.1) !important;
transition: all 350ms ease-in-out 0ms;
-o-transition: all 350ms ease-in-out 0ms;
-moz-transition: all 350ms ease-in-out 0ms;
-webkit-transition: all 350ms ease-in-out 0ms;
-ms-transition: all 350ms ease-in-out 0ms;
}
.image3_room4 .item__img:hover {
transform: scale(1.1) !important;
transition: all 350ms ease-in-out 0ms;
-o-transition: all 350ms ease-in-out 0ms;
-moz-transition: all 350ms ease-in-out 0ms;
-webkit-transition: all 350ms ease-in-out 0ms;
-ms-transition: all 350ms ease-in-out 0ms;
} .view .item img {
max-width: none !important;
} .image1_room1 .item__img {
height: auto;
}
.image2_room1 .item__img {
height: auto;
}
.image3_room1 .item__img {
height: auto;
} .image1_room2 .item__img {
height: auto;
}
.image2_room2 .item__img {
height: auto;
}
.image3_room2 .item__img {
height: auto;
} .image3_room3 .item__img {
height: auto;
}
.image2_room3 .item__img {
height: auto;
}
.image1_room3 .item__img {
height: auto;
} .image2_room4 .item__img {
height: auto;
}
.image3_room4 .item__img {
height: auto;
}
.image1_room4 .item__img {
height: auto;
}
@media screen and (max-height: 42em) {
.slideshow {
padding-top: 7em;
}
.titles {
top: 0;
right: 4em;
left: auto;
width: auto;
margin: 0;
}
.title {
font-size: 1.35em;
top: 0;
right: 0;
bottom: auto;
left: auto;
width: auto;
padding: 1.75em 2em;
}
}
@media screen and (max-width: 52.8em),
screen and (max-height: 32em) {
.info--size {
display: block;
}
.slideshow {
display: block;
overflow: visible;
margin-top: 2em;
padding: 0;
}
.slideshow,
.slide,
.slide .view {
width: 100%;
height: auto;
}
.views {
display: block;
}
.view,
.item,
.item__img,
.scene {
-webkit-transform: none !important;
transform: none !important;
}
.slide--current {
position: relative;
}
.view__img {
display: none;
}
.scene {
width: 100%;
height: auto;
}
.nav {
position: relative;
top: auto;
top: 100%;
right: auto;
display: block;
width: 100%;
margin: 2em 0 0 0;
text-align: center;
}
.nav__item {
display: inline-block;
}
.titles {
position: relative;
right: auto;
-webkit-flex: none;
flex: none;
margin: 0;
}
.title {
top: 0;
bottom: auto;
width: 100%;
padding: 1em;
}
.item {
position: relative;
top: 0;
left: 0;
margin: 10px;
padding: 1em;
pointer-events: auto;
background: #fff;
}
.item::before {
display: none;
}
.item__img {
float: left;
max-width: 100%;
height: 75px !important;
box-shadow: none;
}
.item__info {
margin: 1em 0 0 0;
text-align: right;
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slideshow [class^='from-'],
[class*=' from-'] {
opacity: 0;
-webkit-animation: fadeIn 1s forwards !important;
animation: fadeIn 1s forwards !important;
}
.slideshow [class^='to-'],
[class*=' to-'] {
-webkit-animation: fadeOut 1s forwards !important;
animation: fadeOut 1s forwards !important;
}
.slideshow [class^='to-'],
[class*=' to-'] .scene,
.slideshow [class^='to-'],
[class*=' to-'] .view--rotate,
.slideshow [class^='from-'],
[class*=' from-'] .scene,
.slideshow [class^='from-'],
[class*=' from-'] .view--rotate {
-webkit-animation: none !important;
animation: none !important;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.codrops-header {
position: relative;
padding: 1em;
}
}
.featured_house_shortcode {
border-radius: 10px !important;
display: flex;
padding: 0px !important;
} .contact_details_container_shortcode {
padding: 50px 0;
}
.contact_social-links li {
color: white;
display: inline-table;
list-style: outside none none;
}
.contact_details_container_shortcode h5 {
font-weight: bold;
margin-bottom: 25px;
text-transform: uppercase;
}
.contact_details_container_shortcode p {
font-size: 12px;
font-weight: 300;
opacity: 0.8;
}
.contact_details_container_shortcode .contact_social-links li i {
font-size: 25px;
padding: 0 10px;
}
.contact_details_container_shortcode .contact_details_address {
border-right: 1px solid rgba(235, 238, 239, 0.6);
}
.contact_details_container_shortcode .contact_details_phone {
border-right: 1px solid rgba(235, 238, 239, 0.6);
}
.contact_details_container_shortcode .contact_details_email {
border-right: 1px solid rgba(235, 238, 239, 0.6);
} .mt_typed_text{
display: inline;
}
.typed-cursor{
opacity: 1;
-webkit-animation: blink 0.7s infinite;
-moz-animation: blink 0.7s infinite;
animation: blink 0.7s infinite;
}
@keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
} .svc_pagination a {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
border: 1px solid #e6e6e6 !important;
border-radius: 3px !important;
color: #565656 !important;
display: block !important;
float: left !important;
font-size: 19px !important;
height: 50px !important;
margin: 0 5px !important;
padding: 17px 0 !important;
text-align: center !important;
text-decoration: none !important;
width: 55px !important;
transition: all 260ms ease-in-out;
-webkit-transition: all 260ms ease-in-out;
}
.svc_pagination a:hover,
.svc_pagination .current {
background: #00AFEF none repeat scroll 0 0 !important;
color: #ffffff !important;
}
footer a.svc_read_more {
color: #ffffff !important;
float: right !important;
font-size: 16px !important;
font-weight: 400 !important;
}
.svc_post_grid article section p.svc_info {
color: #565656;
font-size: 17px !important;
line-height: 150% !important;
}
.svc_post_grid article footer {
margin: 0 !important;
padding: 20px 30px !important;
}
.svc_post_grid article header:before {
position: absolute;
content: "";
left: calc(50% - 25px);
bottom: 0;
width: 0;
height: 0;
border-left: 25px solid transparent;
border-right: 25px solid transparent;
border-bottom: 25px solid white;
} div.svc_post_grid_s1 article header {
border-bottom: 0 none !important;
}
div.svc_post_grid_s1 article section p {
font-size: 22px !important;
}
div.svc_post_grid_s1 article section p a.svc_title {
color: #000000 !important;
font-weight: bold;
letter-spacing: 1.5px;
text-transform: uppercase;
}
div.svc_post_grid_s1 .svc-col-md-4 section p a.svc_title {
font-size: 20px;
}
div.svc_post_grid_s1 section div.svc_post_cat * {
color: rgb(0, 0, 0) !important;
opacity: 0.6 !important;
}
div.svc_post_grid_s1 article section{
margin: 0 !important;
padding: 30px !important;
}
div.svc_post_grid_s1 .svg_post_meta span {
color: #ffffff;
}
div.svc_post_grid_s1 .svg_post_meta span a {
color: #ffffff;
}
body div.svc_post_grid_s1 footer .svc_social_share > ul li {
height: 25px !important;
margin-right: 4px !important;
padding: 5px 0 !important;
text-align: center !important;
width: 25px !important;
}
div.svc_post_grid_s1 article {
padding-bottom: 0 !important
}
div.svc_post_grid_s1 article section p.svc_info {
margin: 0 !important;
} div.svc_post_grid_s2 article footer ul.svg_post_meta {
border-bottom: 0 none !important;
}
div.svc_post_grid_s2 .svg_post_meta span {
color: #ffffff;
}
div.svc_post_grid_s2 .svg_post_meta span a {
color: #ffffff;
}
div.svc_post_grid_s2 article footer ul li {
border-radius: unset !important;
}
div.svc_post_grid_s2 article section p a.svc_title {
color: #000000;
font-weight: bold;
letter-spacing: 1.5px;
padding: 16px 0;
text-transform: uppercase;
}
div.svc_post_grid_s2 .svc-col-md-4 section p a.svc_title {
font-size: 20px;
}
div.svc_post_grid_s2 article header {
border-bottom: 0 none !important;
}
div.svc_post_grid_s2 article section p {
font-size: 22px !important;
}
div.svc_post_grid_s2 section div.svc_post_cat * {
color: rgb(0, 0, 0) !important;
opacity: 0.6 !important;
}
div.svc_post_grid_s2 article section{
margin: 0 !important;
padding: 30px !important;
}
div.svc_post_grid_s2 article footer {
margin: 0 !important;
padding: 15px !important;
}
div.svc_post_grid_s2 article section p.svc_info {
font-size: 15px !important;
font-weight: 300 !important;
line-height: 150% !important;
}
body div.svc_post_grid_s2 footer .svc_social_share > ul li {
height: 25px !important;
margin-right: 4px !important;
padding: 5px 0 !important;
text-align: center !important;
width: 25px !important;
}
div.svc_post_grid_s2 article {
padding-bottom: 0 !important
}
div.svc_post_grid_s2 article section p.svc_info {
margin: 0 !important;
}
div.svc_post_grid_s2 article section:first-child {
padding: 15px 30px !important;
}
div.svc_post_grid_s2 article section:first-child p {
margin: 0 !important;
} div.svc_post_grid_s3 article header {
border-bottom: 0 none !important;
}
div.svc_post_grid_s3 article section p {
font-size: 22px !important;
}
div.svc_post_grid_s3 article section p a.svc_title {
color: rgb(0, 0, 0) !important;
font-weight: 400 !important;
}
div.svc_post_grid_s3 section div.svc_post_cat * {
color: rgb(0, 0, 0) !important;
opacity: 0.6 !important;
}
div.svc_post_grid_s3 article section{
margin: 0 !important;
padding: 30px !important;
}
div.svc_post_grid_s3 article footer {
margin: 0 !important;
padding: 15px !important;
}
div.svc_post_grid_s3 article section p.svc_info {
font-size: 15px !important;
font-weight: 300 !important;
line-height: 150% !important;
}
body div.svc_post_grid_s3 footer .svc_social_share > ul li {
height: 25px !important;
margin-right: 4px !important;
padding: 5px 0 !important;
text-align: center !important;
width: 25px !important;
}
div.svc_post_grid_s3 article {
padding-bottom: 0 !important
}
div.svc_post_grid_s3 article section p.svc_info {
margin: 0 !important;
}
div.svc_post_grid_s3 article section:first-child {
padding: 15px 30px !important;
}
div.svc_post_grid_s3 article section:first-child p {
margin: 0 !important;
}
div.svc_post_grid_s3 .svg_post_meta span {
color: #ffffff;
}
div.svc_post_grid_s3 .svg_post_meta span a {
color: #ffffff;
}
div.svc_post_grid_s3 article footer ul li {
border-radius: unset !important;
}
div.svc_post_grid_s3 article header p a.svc_title {
color: #000000 !important;
font-weight: bold;
letter-spacing: 1.5px;
text-transform: uppercase;
}
div.svc_post_grid_s3 article footer {
background: #00afef none repeat scroll 0 0 !important;
} body div.svc_post_grid_s4 section p a.svc_read_more {
background: transparent none repeat scroll 0 0;
border: 1px solid #000;
color: #000;
opacity: 0.7;
}
div.svc_post_grid_s4 .svg_post_meta span {
color: #ffffff;
}
div.svc_post_grid_s4 .svg_post_meta span a {
color: #ffffff;
}
div.svc_post_grid_s4 article footer ul li {
border-radius: unset !important;
}
div.svc_post_grid_s4 article section p a.svc_title {
color: #000000 !important;
font-weight: bold;
letter-spacing: 1.5px;
margin-top: 2px;
text-transform: uppercase;
}
div.svc_post_grid_s4 article footer {
background: #00afef none repeat scroll 0 0 !important;
}
div.svc_post_grid_s4 article {
border-top: medium none !important;
}
div.svc_post_grid_s4 article footer ul.svg_post_meta {
margin-top: 5px;
}
div.svc_post_grid_s4 section p.svc_read_more_p {
margin-bottom: 7px !important;
}
body div.svc_post_grid_s4 article header::before {
border-color: white transparent -moz-use-text-color;
border-style: solid solid none;
border-width: 25px 25px medium;
content: "";
height: 0;
left: calc(50% - 25px);
position: absolute;
top: 0;
width: 0;
}
div.svc_post_grid_s4 article header {
border-bottom: 0 none !important;
}
div.svc_post_grid_s4 article section p {
font-size: 22px !important;
}
div.svc_post_grid_s4 article section p a.svc_title {
color: rgb(0, 0, 0) !important; }
div.svc_post_grid_s4 section div.svc_post_cat * {
color: rgb(0, 0, 0) !important;
opacity: 0.6 !important;
}
div.svc_post_grid_s4 article section{
margin: 0 !important;
padding: 30px !important;
}
div.svc_post_grid_s4 article footer {
margin: 0 !important;
padding: 15px !important;
}
div.svc_post_grid_s4 article section p.svc_info {
font-size: 15px !important;
font-weight: 300 !important;
line-height: 150% !important;
}
body div.svc_post_grid_s4 footer .svc_social_share > ul li {
height: 25px !important;
margin-right: 4px !important;
padding: 5px 0 !important;
text-align: center !important;
width: 25px !important;
}
div.svc_post_grid_s4 article {
padding-bottom: 0 !important
}
div.svc_post_grid_s4 article section p.svc_info {
margin: 0 !important;
}
div.svc_post_grid_s4 article section:first-child {
padding: 15px 30px !important;
}
div.svc_post_grid_s4 article section:first-child p {
margin: 0 !important;
} div.svc_post_grid_s5 .svg_post_meta span {
color: #ffffff;
}
div.svc_post_grid_s5 .svg_post_meta span a {
color: #ffffff;
}
div.svc_post_grid_s5 article footer ul li {
border-radius: unset !important;
}
div.svc_post_grid_s5 article section p a.svc_title {
color: #000000 !important;
font-weight: bold;
letter-spacing: 1.5px;
margin-top: 2px;
text-transform: uppercase;
}
div.svc_post_grid_s5 article footer {
background: #00afef none repeat scroll 0 0 !important;
}
div.svc_post_grid_s5 .svc-col-md-4 section p a.svc_title {
font-size: 20px;
}
div.svc_post_grid_s5 article {
border-top: medium none !important;
}
div.svc_post_grid_s5 article footer ul.svg_post_meta {
margin-top: 5px;
}
div.svc_post_grid_s5 section p.svc_read_more_p {
margin-bottom: 7px !important;
}
div.svc_post_grid_s5 section div.svc_post_cat * {
color: rgb(255, 255, 255) !important;
opacity: 0.8 !important;
}
body div.svc_post_grid_s5 section .svc_social_share > ul li {
height: 25px !important;
margin-right: 4px !important;
padding: 5px 0 !important;
text-align: center !important;
width: 25px !important;
}
body div.svc_post_grid_s5 article header::before {
border-color: white transparent -moz-use-text-color;
border-style: solid solid none;
border-width: 25px 25px medium;
content: "";
height: 0;
left: calc(50% - 25px);
position: absolute;
top: 0;
width: 0;
}
body div.svc_post_grid_s5 article {
background: #fff none repeat scroll 0 0;
border-bottom: medium none;
} ul.svc_post_grid_s7 li.svc_event .svg_post_meta span {
color: #ffffff;
}
ul.svc_post_grid_s7 li.svc_event .svg_post_meta span a {
color: #ffffff;
}
ul.svc_post_grid_s7 li.svc_event footer ul li {
border-radius: unset !important;
}
ul.svc_post_grid_s7 li.svc_event section p a.svc_title {
color: #000000 !important;
font-weight: bold;
letter-spacing: 1.5px;
margin-top: 2px;
text-transform: uppercase;
}
ul.svc_post_grid_s7 li.svc_event footer {
background: #00afef none repeat scroll 0 0 !important;
}
ul.svc_post_grid_s7 li.svc_event {
border-top: medium none !important;
}
ul.svc_post_grid_s7 li.svc_event footer ul.svg_post_meta {
text-align: left;
}
ul.svc_post_grid_s7 li.svc_event section p.svc_read_more_p {
margin-bottom: 7px !important;
}
ul.svc_post_grid_s7 li.svc_event section div.svc_post_cat * {
color: rgb(0, 0, 0) !important;
opacity: 0.6 !important;
}
ul.svc_post_grid_s7 li.svc_event .svc_social_share > ul li {
height: 25px !important;
margin-right: 4px !important;
padding: 5px 0 !important;
text-align: center !important;
width: 25px !important;
}
ul.svc_post_grid_s7 li.svc_event header::before {
border-color: white transparent -moz-use-text-color;
border-style: solid solid none;
border-width: 25px 25px medium;
content: "";
height: 0;
left: calc(50% - 25px);
position: absolute;
top: 0;
width: 0;
}
body ul.svc_post_grid_s7 li.svc_event section {
background: #fff none repeat scroll 0 0;
border-bottom: medium none;
margin-bottom: 27px;
margin-top: 30px;
}
body ul.svc_post_grid_s7 li.svc_event footer ul li.time {
display: initial;
}
body ul.svc_post_grid_s7 li.svc_event {
padding-bottom: 0;
}
.svc_timeline .svc_event.offset-first {
padding: 0 !important;
}
ul.svc_post_grid_s7 li.svc_event section p:first-child {
font-size: 22px !important;
}
ul.svc_post_grid_s7 li.svc_event section p{
font-size: 15px !important;
font-weight: 300 !important;
line-height: 150% !important;
}
ul.svc_post_grid_s7 li.svc_event footer {
margin: 0 !important;
padding: 15px !important;
}
ul.svc_post_grid_s7 footer a.svc_read_more {
font-weight: 300 !important;
}
ul.svc_post_grid_s7 li.svc_event footer ul li{
height: 25px !important;
margin-right: 4px !important;
padding: 5px 0 !important;
text-align: center !important;
width: 25px !important;
} div.svc_post_grid_s8 article section p a.svc_title {
color: #ffffff !important;
font-weight: bold;
letter-spacing: 1.5px;
margin-top: 8px;
text-transform: uppercase;
}
div.svc_post_grid_s8 .svc-col-md-4 section p a.svc_title {
font-size: 20px;
}
body div.svc_post_grid_s8 section div.svc_post_cat {
color: #fff;
opacity: 0.9;
}
body div.svc_post_grid_s8 article section .svc_post_cat a, 
body div.svc_post_grid_s8 article section .svg_post_meta li {
color: #fff;
opacity: 0.8;
} body div.svc_post_grid_s9 figure {
margin: 0;
}
body div.svc_post_grid_s9 article figure figcaption h3 a {
color: #ffffff !important;
display: block;
font-weight: bold;
letter-spacing: 1.5px;
padding: 25px 0;
text-transform: uppercase;
}
body div.svc_post_grid_s9 article figure figcaption .svc_post_cat a, 
body div.svc_post_grid_s9 article figure figcaption .svg_post_meta li {
color: #fff;
opacity: 0.8;
}
body div.svc_post_grid_s9 figure figcaption .svc_post_cat {
color: #fff;
opacity: 0.9;
}
body div.svc_post_grid_s9 figure figcaption {
background-color: #00afef;
}
body div.svc_post_grid_s9 figure .svc_inner_abs_div .svc_share i {
color: #fff;
opacity: 0.8;
}
body div.svc_post_grid_s9 article figure .svc_inner_abs_div .svc_share {
border-color: rgba(255, 255, 255, 0.8); 
}
div.svc_post_grid_s9 .svc-col-md-4 figure figcaption h3 a {
font-size: 20px;
} body div.svc_post_grid_s10 figure {
margin: 0;
}
body div.svc_post_grid_s10 article figure figcaption h3 a {
color: #ffffff !important;
display: block;
font-weight: bold;
letter-spacing: 1.5px;
padding: 25px 0;
text-transform: uppercase;
}
div.svc_post_grid_s10 .svc-col-md-4 figure figcaption h3 a {
font-size: 20px;
}
body div.svc_post_grid_s10 article figure figcaption .svc_post_cat a, 
body div.svc_post_grid_s10 article figure figcaption .svg_post_meta li {
color: #fff;
opacity: 0.8;
}
body div.svc_post_grid_s10 figure figcaption .svc_post_cat {
color: #fff;
opacity: 0.9;
}
body div.svc_post_grid_s10 figure figcaption {
background-color: #00afef;
}
body div.svc_post_grid_s10 figure .svc_inner_abs_div .svc_share i {
color: #fff;
opacity: 0.8;
}
body div.svc_post_grid_s10 article figure .svc_inner_abs_div .svc_share {
border-color: rgba(255, 255, 255, 0.8); 
}
body div.svc_post_grid_s10 figcaption a.svc_read_mure_s10 {
border: 1px solid #fff;
border-radius: 2px;
bottom: 10px;
color: #fff;
font-size: 12px;
padding: 5px 10px;
position: absolute;
} .alert {
padding: 25px !important;
border: 0 none !important;
border-radius: 0px !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
}
.alert-success {
background-color: #2ecc71!important;
border-color: #2ecc71!important;
color: #FFFFFF !important;
}
.alert-info {
background-color: #29B6F6 !important;
border-color: #29B6F6 !important;
color: #FFFFFF !important;
}
.alert-warning {
background-color: #FFCA28 !important;
border-color: #FFCA28 !important;
color: #FFFFFF !important;
}
.alert-danger {
background-color: #FF5722 !important;
border-color: #FF5722 !important;
color: #FFFFFF !important;
}
.alert-dismissable .close, 
.alert-dismissible .close {
color: rgb(0, 0, 0);
opacity: 0.6;
}
.alert-success .alert-link{
font-weight: lighter;
} .alert-success.bordered {
background: #f2fcf6 none repeat scroll 0 0 !important;
border: 2px solid rgb(46, 204, 113) !important;
color: rgb(46, 204, 113) !important;
}
.alert-info.bordered {
background: #ebf8fe none repeat scroll 0 0 !important;
border: 2px solid #29B6F6 !important;
color: #29B6F6 !important;
}
.alert-warning.bordered {
background: #fef9ea none repeat scroll 0 0 !important;
border: 2px solid #FFCA28 !important;
color: #FFCA28 !important;
}
.alert-danger.bordered {
background: #fff3ef none repeat scroll 0 0 !important;
border: 2px solid #FF5722 !important;
color: #FF5722 !important;
} .progress-bar {
background-color: #2c3e50 !important;
}
.progress-bar-success {
background-color: #2ecc71 !important; 
}
.progress-bar-info {
background-color: #3498db !important;
}
.progress-bar-warning {
background-color: #f39c12 !important;
}
.progress-bar-danger {
background-color: #e74c3c !important;
}
.progress {
border-radius: 0px !important;
height: 30px !important;
margin-bottom: 0 !important;
}
.progress-bar-holder {
background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0 !important;
padding: 10px;
}
.progress-bar {
font-size: 16px !important;
font-weight: 300 !important;
line-height: 30px !important;
padding-right: 20px !important;
text-align: right !important;
} .jumbotron h1, .jumbotron .h1{
font-size: 38px !important;
}
.jumbotron {
background-color: #ecf0f1 !important;
}
.container .jumbotron, 
.container-fluid .jumbotron {
border-radius: 0 !important;
-o-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
} .panel-success > .panel-heading {
background-color: #00E676 !important;
color: #FFF !important;
border-color: #00E676 !important;
padding: 25px;
}
.panel-success {
border-color: #00E676 !important;
}
.panel-info > .panel-heading {
color: #FFF !important;
background-color: #29B6F6 !important;
border-color: #29B6F6 !important;
padding: 25px;
}
.panel-info {
border-color: #29B6F6 !important;
}
.panel-warning > .panel-heading {
background-color: #FFCA28 !important;
color: #FFF !important;
border-color: #FFCA28 !important;
padding: 25px;
}
.panel-warning {
border-color: #FFCA28 !important;
}
.panel-danger > .panel-heading {
background-color: #FF5722 !important;
border-color: #FF5722 !important;
color: #FFFFFF !important;
padding: 25px;
}
.panel-danger {
border-color: #FF5722 !important;
}
.panel-primary,
.panel-primary > .panel-heading {
border-color: #2c3e50;
}
.panel-primary > .panel-heading {
background-color: #2c3e50;
}
.panel-body {
padding: 25px !important;
font-size: 17px;
opacity: 0.85;
font-weight: 300;
}
.panel-title {
font-size: 20px !important;
} .thumbnail {
background: transparent !important;
padding: 0 !important;
border: 0 none !important;
} .list-group-item {
border-color: #ecf0f1 !important;
padding: 15px !important;
}
.list-group-item.active, 
.list-group-item.active:hover, 
.list-group-item.active:focus {
background-color: #393939 !important;
border-color: #ecf0f1 !important;
}
a.list-group-item:hover, 
a.list-group-item:focus {
background-color: #ecf0f1 !important;
}
.list-group-item:first-child,
.list-group-item:last-child{
border-radius: 0 !important;
-o-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
}  .modeltheme_button .button-winona:hover {
transition: all 400ms ease-in-out 0s;
-ms-transformtransition: all 400ms ease-in-out 0s;
-webkit-transformtransition: all 400ms ease-in-out 0s;
}
.modeltheme_button .button-winona {
transition: all 400ms ease-in-out 0s;
-ms-transformtransition: all 400ms ease-in-out 0s;
-webkit-transformtransition: all 400ms ease-in-out 0s;
}
.button-winona.extra-large {
color: #ffffff;
font-size: 20px;
padding: 20px 50px;
text-align: center;
text-transform: uppercase;
font-weight: bold;
border-radius: 5px;
}
.button-winona.btn.btn-lg {
color: #ffffff;
padding: 15px 45px;
border: none;
border-radius: 5px;
text-transform: uppercase;
font-weight: bold;
font-size: 18px;
}
.button-winona.btn.btn-sm {
color: #ffffff;
padding: 10px 30px;
border: none;
border-radius: 5px;
text-transform: uppercase;
font-weight: bold;
font-size: 14px;
}
.button-winona.btn.btn-medium {
color: #ffffff;
padding: 15px 45px;
border: none;
border-radius: 5px;
text-transform: uppercase;
font-weight: bold;
font-size: 14px;
}
.button.solid-button, 
button.vc_btn{
color: #fff;
}
.button {
color: #FFF;
font-size: 14px;
font-weight: 400;
display: inline-block;
padding: 10px 20px;
margin: 10px;
}
.button.outline-button {
border: 1px solid #FFFFFF;
}
.button.solid-button {
background: #00adf1;
}
.button:hover {
text-decoration: none;
color: #FFFFFF;
}
.button.outline-button.mt-blue {
border-color: #00adf1;
color: #FFFFFF;
}
.outline-button{
position: relative;
}
.outline-button::after {
background: #00ADF1;
height: 100%;
left: 0;
top: 0;
width: 0;
content: "";
position: absolute;
transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
z-index: -1;
}
.outline-button:hover::after {
width: 100%;
}
.solid-button{
position: relative;
transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
}
.solid-button::after {
height: 100%;
left: 0;
top: 0;
width: 0;
content: "";
position: absolute;
transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
z-index: -1;
}
.solid-button:hover::after {
width: 100%;
}
.btn-primary {
background-color: #393939;
color: #FFF;
}
.btn-success {
background-color: #27ae60;
}
.btn-info {
background-color: #3498db;
}
.btn-warning {
background-color: #e67e22;
}
.btn-danger {
background-color: #e74c3c;
}
.btn-danger,
.btn-warning,
.btn-info,
.btn-success,
.btn-primary {
border: 0 none;
}
.btn-default:hover, 
.btn-default:focus, 
.btn-default.focus, 
.btn-default:active, 
.btn-default.active, 
.open > .dropdown-toggle.btn-default,
.btn-default {
background-color: transparent;
color: #FFF;
}
.btn-default {
position: relative;
}
.btn-default:after {
background: #393939;
height: 100%;
left: 0;
top: 0;
width: 0;
content: "";
position: absolute;
transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
z-index: -1;
}
.btn-default:hover:after {
width: 100%;
}
button.vc_btn {
transition: all 300ms;
-webkit-transition: all 300ms;
} .car-posts .post-details.col-md-12 {
padding: 0 !important;
}
.house_display_posts {
color: #252525;
font-weight: 100;
}
.house_display_posts a {
color: #252525 !important;
}
.single-property-listing .house_display_posts {
font-weight: 300;
margin: 0;
}
h3.post-name.row.car-name {
margin: 0;
background: #ffd600;
padding: 20px;
line-height: 15px;
text-align: center;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
transition: all 600ms ease-in-out 0s;
-webkit-transition: all 600ms ease-in-out 0s;
position: relative;
bottom: 1px;
cursor: pointer;
}
h3.post-name.row.car-name a {
font-size: 23px !important;
line-height: 20px !important;
min-width: 100%;
display: block;
transition: all 600ms ease-in-out 0s;
-webkit-transition: all 600ms ease-in-out 0s;
}
.car-posts a img {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
h3.post-name.row.car-name:hover {
background: #252525;
}
h3.post-name.row.car-name:hover a {
color: #ffd600;
}
figure.effect-apollo {
background: transparent;
}
figure.effect-apollo img {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale3d(1.05,1.05,1);
transform: scale3d(1.05,1.05,1);
}
figure.effect-apollo figcaption::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255,255,255,0.5);
content: '';
-webkit-transition: -webkit-transform 0.6s;
transition: transform 0.6s;
-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
figure.effect-apollo p {
position: absolute;
right: 0;
bottom: 0;
margin: 3em;
padding: 0 1em;
max-width: 150px;
border-right: 4px solid #fff;
text-align: right;
opacity: 0;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.effect-apollo h2 {
text-align: left;
}
figure.effect-apollo:hover img {
opacity: 0.6;
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
figure.effect-apollo:hover figcaption::before {
-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
figure.effect-apollo:hover p {
opacity: 1;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.grid {
position: relative;
clear: both;
margin: 0 auto;
max-width: 1000px;
list-style: none;
text-align: center;
} .blog-posts-shortcode .grid figure {
position: relative;
overflow: hidden;
background: transparent;
text-align: center;
cursor: pointer;
border-radius: 10px !important;
}
.grid figure img {
position: relative;
display: block;
min-height: 100%;
max-width: 100%;
}
.grid figure figcaption {
padding: 2em;
color: #fff;
text-transform: uppercase;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
position: absolute;
top: 0;
left: 0;
width: 150%;
height: 150%;
}  .grid figure figcaption > a {
z-index: 1000;
text-indent: 200%;
white-space: nowrap;
font-size: 0;
opacity: 0;
}
.grid figure h2 {
word-spacing: -0.15em;
font-weight: 300;
}
.grid figure h2 span {
font-weight: 800;
}
.grid figure h2,
.grid figure p {
margin: 0;
}
.grid figure p {
letter-spacing: 1px;
font-size: 68.5%;
} .mt-car-search .select2-container .select2-selection--single {
height: 44px;
}
.mt-car-search .submit .form-control {
height: 44px;
border-radius: 4px;
border: 0px;
font-weight: 900;
margin: 20px 0px;
font-style: normal;
}
.mt-car-search .form-control {
height: 44px;
margin: 20px 0px;
}
.mt-car-search .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 42px;
}
.search-field.form-control {
font-style: normal;
}
.mt-car-search .select2.select2-container.select2-container--default {
border-radius: 4px;
-webkit-border-radius: 4px;
overflow: hidden;
}
.mt-car-search .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 45px;
text-align: center;
font-weight: bold !important;
text-align: left;
padding-left: 20px;
}
.mt-car-search .select2-container--default .select2-selection--single .select2-selection__arrow b {
left: 0%;
}
.mt-car-search .search-field.form-control {
border: 0 none;
border-radius: 4px;
font-weight: bold;
padding: 0 0 0 20px;
width: calc(100% - 20px);
}
.mt-car-search .select2-container--default .select2-selection--single {
border-radius: 0px;
border: 0px;
}
.mt-car-search .select2.select2-container.select2-container--default {
margin: 20px 0px;
}
.mt-car-search .full_with_row {
width: 100% !important;
}
.mt-car-search .full_with_row .select2 {
width: 100% !important;
} @media(max-width: 991px) {
.mt-car-search .slider-state-search .search-field.form-control {
width: calc(100% - 20px) !important;
}
.mt-car-search .submit {
margin-top: 40px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.mt-car-search .slider-state-select {
width: 50% !important;
}
.mt-car-search .select2.select2-container.select2-container--default {
width: 100% !important;
}
.mt-car-search .slider-state-search {
width: 50% !important;
}
.mt-car-search .slider-state-submit.submit {
width: 50% !important;
}
.mt-car-search .full_with_row.slider-state-select {
width: 100% !important;
}
.mt-car-search .full_with_row.slider-state-search {
width: 100% !important;
}
.mt-car-search .full_with_row.slider-state-submit.submit {
width: 100% !important;
}
}
.mt-car-search .full_with_row .select2-container .select2-selection--single {
height: 60px;
}
.mt-car-search .full_with_row .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 60px !important;
}
.mt-car-search .full_with_row .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 60px !important;
}
.mt-car-search .full_with_row .select2.select2-container.select2-container--default {
margin: 10px 0 !important;
}
.mt-car-search .full_with_row .form-control {
height: 60px !important;
margin: 10px 0 !important;
} .blog-posts-shortcode.blog-posts .list-view .post-details .post-name a {
font-family: "Nunito";
font-size: 24px;
font-weight: 800;
line-height: normal;
text-transform: none;
}
.blog-posts-shortcode .post-details .post-excerpt {
margin-top: 18px;
}
.blog-posts-shortcode.blog-posts .post-excerpt .more-link i {
margin-left: 10px;
}
.blog-posts-shortcode.blog-posts .list-view .post-category-comment-date {
margin: 23px 0 20px;
}
.blog-posts-shortcode.blog-posts .list-view .blog_custom {
display: block !important;
}
.blog-posts-shortcode.blog-posts .list-view .blog_custom {
background: transparent !important;
border-radius: 5px;
}
.blog-posts-shortcode.blog-posts .list-view .post-details {
background-color: #ffffff;
padding: 15px 30px;
}
.blog-posts-shortcode.blog-posts .blog_custom:hover {
box-shadow: none !important;
}
.blog-posts-shortcode.blog-posts .list-view .post-details .post-excerpt .more-link {
border: none;
color: #282828 !important;
font-weight: bold;
padding-left: 0px;
transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
padding: 5px 15px;
}
.blogpost01_day_holder {
padding: 0;
}
.simple-posts .post-details.col-md-12 {
text-align: left;
}
.blogpost01_day_holder .blogpost01_post_day {
font-family: "Nunito";
font-size: 50px;
font-weight: 100;
line-height: 137px;
margin: 0;
text-align: center;
}
.blogpost01_month_year_holder {
border-left: 1px solid rgba(255, 255, 255, 0.75);
margin-top: 34px;
padding-left: 22px;
}
.blogpost01-background {
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 3;
}
.blogpost01-overlay::before {
background: rgba(34, 34, 34, 0.7) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 2;
}
.blogpost_elements {
margin-bottom: 30px;
overflow: hidden;
padding: 0;
}
.blogpost01-background .blogpost01_day {
color: rgba(255, 255, 255, 1);
font-family: "Nunito";
font-size: 14px;
font-weight: 300;
letter-spacing: 1.5px;
margin-bottom: 0;
margin-top: 10px;
text-transform: uppercase;
}
.blogpost01-background .blogpost01_month_year {
color: rgba(255, 255, 255, 1);
font-size: 22px;
font-weight: 500;
letter-spacing: 1.5px;
margin-bottom: 12px;
margin-top: 0;
text-transform: uppercase;
}
.blogpost01-container .blogpost01_icon_holder {
text-align: center;
}
.blogpost01-container .blogpost01_icon_holder i {
color: #fff;
font-size: 30px;
line-height: 137px;
} .blogpost_elements:hover img {
transform: scale(1.2);
-ms-transform: scale(1.2);
-webkit-transform: scale(1.2);
}
.blogpost01_thumbnail {
transition: all 500ms ease-in-out 0s;
-ms-transformtransition: all 500ms ease-in-out 0s;
-webkit-transformtransition: all 500ms ease-in-out 0s;
}
.blogpost01_post_day {
transition: all 500ms ease-in-out 0s;
-ms-transformtransition: all 500ms ease-in-out 0s;
-webkit-transformtransition: all 500ms ease-in-out 0s;
}
.blogpost_elements:hover .blogpost01-overlay::before {
background: rgba(34, 34, 34, 0.6) none repeat scroll 0 0; 
}
.blogpost01-overlay::before { 
transition: all 500ms ease-in-out 0s;
-ms-transformtransition: all 500ms ease-in-out 0s;
-webkit-transformtransition: all 500ms ease-in-out 0s;
}
.blog-posts-shortcode .post-details .post-excerpt p {
border-bottom: 2px solid #75DBB3;
padding-bottom: 23px;
}
.blog-posts-shortcode .post-details .post-excerpt .content-element p {
border: medium none !important;
font-weight: 500;
padding-bottom: 0;
padding-top: 13px;
}
.blog-posts-shortcode .single-post:hover .post-thumbnail .blog_post_image {
opacity: 0.8;
transform: scale(1.1);
transition: all 500ms ease-in-out 0s;
-ms-transformtransition: all 500ms ease-in-out 0s;
-webkit-transformtransition: all 500ms ease-in-out 0s;
}  @media only screen and (min-width: 1024px) and (max-width: 1200px) {
.blogpost01_month_year_holder {
margin-top: 24px;
}
.blogpost01_day_holder {
height: 113px;
}
.blogpost01_day_holder .blogpost01_post_day {
font-family: "Nunito";
font-size: 50px;
font-weight: 100;
line-height: 113px;
margin: 0;
text-align: center;
}
.blogpost01-background .blogpost01_month_year {
font-size: 15px;
}
.blogpost01_month_year_holder {
margin-top: 20px;
}
.blogpost01-container .blogpost01_icon_holder i {
font-size: 30px;
line-height: 111px;
}
} @media only screen and (min-width: 992px) and (max-width: 1023px) {
.blogpost01_day_holder .blogpost01_post_day {
font-family: "Nunito";
font-size: 50px;
font-weight: 100;
line-height: 113px;
margin: 0;
text-align: center;
}
.blogpost01_day_holder {
height: 113px;
}
.blogpost01-background .blogpost01_month_year {
font-size: 20px;
margin-bottom: 5px;
}
.blogpost01_month_year_holder {
margin-top: 28px;
}
.blogpost01-background .blogpost01_day {
font-size: 15px;
margin-top: 5px;
}
.blogpost01-container .blogpost01_icon_holder {
display: none;
}
} @media only screen and (min-width: 768px) and (max-width: 991px) {
.blogpost01-background .blogpost01_day_holder {
float: left;
width: 20%;
}
.blogpost_elements .blogpost01_month_year_holder {
float: left;
width: 80%;
margin-top: 15px;
}
.blogpost_elements .blogpost01_day_holder {
height: 89px;
}
.blogpost01_day_holder .blogpost01_post_day {
font-family: "Nunito";
font-size: 50px;
font-weight: 100;
line-height: 86px;
margin: 0;
text-align: center;
}
.blogpost01-background .blogpost01_month_year {
font-size: 15px;
margin-bottom: 5px;
}
.blogpost01-container .blogpost01_icon_holder {
display: none;
}
} @media only screen and (min-width: 481px) and (max-width: 767px) {
.blogpost01-background .blogpost01_day_holder {
float: left;
width: 20%;
}
.blogpost_elements .blogpost01_month_year_holder {
float: left;
width: 80%;
}
.blogpost_elements .blogpost01_day_holder {
height: 89px;
}
.blogpost01_day_holder .blogpost01_post_day {
font-family: "Nunito";
font-size: 50px;
font-weight: 100;
line-height: 55px;
margin: 0;
text-align: center;
}
.blogpost01_month_year_holder {
margin-top: 6px;
}
.blogpost01-background .blogpost01_day {
font-size: 12px;
margin-bottom: 0;
margin-top: 0px;
}
.blogpost01-background .blogpost01_month_year {
font-size: 12px;
margin-bottom: 0px;
margin-top: 0;
}
.blogpost01-container .blogpost01_icon_holder {
display: none;
}
} @media only screen and (min-width: 320px) and (max-width: 480px) {
.blogpost01-background .blogpost01_day_holder {
float: left;
width: 100%;
}
.blogpost_elements .blogpost01_month_year_holder {
float: left;
width: 100%;
}
.blogpost_elements .blogpost01_day_holder {
height: 50px;
}
.blogpost01_day_holder .blogpost01_post_day {
font-size: 30px;
left: 0;
line-height: 30px;
padding-left: 20px;
padding-top: 15px;
top: 0;
width: 100%;
}
.blogpost01_month_year_holder {
margin-top: 0;
}
.blogpost_elements:hover .blogpost01_post_day {
transform: scale(0.9);
-ms-transform: scale(0.9);
-webkit-transform: scale(0.9);
}
.blogpost01_thumbnail {
display: none;
}
.blogpost_elements {
background-color: #FF3465;
height: 160px;
}
.blogpost01-background .blogpost01_day {
font-size: 14px;
}
.blogpost01-background .blogpost01_month_year {
font-size: 16px;
}
.blogpost01-container .blogpost01_icon_holder {
display: none;
}
} @media only screen and (max-width: 319px) {
.blogpost01-background .blogpost01_day_holder {
float: left;
width: 100%;
}
.blogpost_elements .blogpost01_month_year_holder {
float: left;
width: 100%;
}
.blogpost_elements .blogpost01_day_holder {
height: 50px;
}
.blogpost01_day_holder .blogpost01_post_day {
font-size: 30px;
left: 0;
line-height: 30px;
padding-left: 20px;
padding-top: 15px;
top: 0;
width: 100%;
}
.blogpost01_month_year_holder {
margin-top: 0;
}
.blogpost_elements:hover .blogpost01_post_day {
transform: scale(0.9);
-ms-transform: scale(0.9);
-webkit-transform: scale(0.9);
}
.blogpost01_thumbnail {
display: none;
}
.blogpost_elements {
background-color: #FF3465;
height: 160px;
}
.blogpost01-background .blogpost01_day {
font-size: 14px;
}
.blogpost01-background .blogpost01_month_year {
font-size: 16px;
}
.blogpost01-container .blogpost01_icon_holder {
display: none;
}
}  .mt_clients_slider .client_image:hover,
.clients-no-slider .client_image:hover {
transform: scale(1.05);
-ms-transform: scale(1.05);
-webkit-transform: scale(1.05);
transition: all 0.15s ease-in-out 0s;
-ms-transition: all 0.15s ease-in-out 0s;
-webkit-transition: all 0.15s ease-in-out 0s;
}
.mt_clients_slider .client_image,
.clients-no-slider .client_image {
display: block;
margin: 0 auto;
}
.mt_clients_slider .clients_image_holder_inside.post {
border-radius: 6px;
margin-bottom: 30px;
padding: 20px 30px;
} #contact01_form label.error {
color: #fff;
font-size: 11px;
margin: 0;
padding: 0 0 5px 20px;
width: 100%;
}
#contact01_form .contact_button .contact_us_button_class {
border-radius: 30px;
padding: 15px 35px;
font-family: "Ubuntu";
font-weight: bold;
}
.message_input label {
text-align: left;
}
.contact_button {
clear: both;
float: none !important;
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
}
.contact_details_social .contact_social-links {
padding: 0;
}
.submit-contact-button{
position: relative;
}
.cf-progress {
background: #c1002e none repeat scroll 0 0;
bottom: 0px;
height: 5px;
left: 0;
position: absolute;
text-indent: -10000px;
transition: all 250ms ease-in-out 0s;
width: 0;
}
.cf-progress.name-validated,
.cf-progress.email-validated,
.cf-progress.subject-validated,
.cf-progress.message-validated,
.name-validated.email-validated,
.name-validated.subject-validated,
.name-validated.message-validated,
.email-validated.subject-validated,
.email-validated.message-validated,
.subject-validated.message-validated{
width: 25%;
}
.cf-progress.name-validated.email-validated,
.cf-progress.name-validated.subject-validated,
.cf-progress.name-validated.message-validated,
.cf-progress.email-validated.subject-validated,
.cf-progress.email-validated.message-validated,
.cf-progress.subject-validated.message-validated,
.name-validated.email-validated.subject-validated,
.name-validated.email-validated.message-validated,
.name-validated.subject-validated.message-validated,
.email-validated.subject-validated.message-validated{
width: 50%;
}
.cf-progress.name-validated.email-validated.subject-validated,
.cf-progress.name-validated.email-validated.message-validated,
.cf-progress.name-validated.subject-validated.message-validated,
.cf-progress.email-validated.subject-validated.message-validated,
.name-validated.email-validated.subject-validated.message-validated{
width: 75%;
}
.cf-progress.name-validated.email-validated.subject-validated.message-validated{
width: 100%;
}
.cf-progress.email-validated {
width: 25%;
}
.cf-progress.subject-validated {
width: 25%;
}
.cf-progress.message-validated {
width: 25%;
}
.input {
position: relative;
z-index: 1;
display: inline-block;
width: 100%;
vertical-align: top;
}
.input__field {
position: relative;
display: block;
float: right;
padding: 0.8em;
width: 60%;
border: none;
border-radius: 0;
background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0; color: #fff;
font-weight: lighter;
font-family: "Nunito";
-webkit-appearance: none;
}
.input__field:focus {
outline: none;
}
.input__label {
display: inline-block;
float: right;
margin-bottom: 0;
padding: 1.2em 3.5em;
width: 40%;
font-weight: bold;
font-size: 90%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.input__label-content {
position: relative;
display: block;
font-family: "Nunito";
padding: 0.4em 0;
width: 100%;
}
.graphic {
position: absolute;
top: 0;
left: 0;
fill: none;
}
.icon { color: #fff;
font-size: 150%;
}
.input__field--kohana {
border-radius: 10px;
color: rgba(255, 255, 255, 1);
font-weight: 400;
padding: 1.5em 1.5em 1.5em 3.25em;
width: 100%;
border: 1px solid rgba(0, 0, 0, 0.2);
}
.input__label--kohana {
position: absolute;
width: 100%;
text-align: left;
pointer-events: none;
color: #010101;
opacity: 0.7;
}
.input__label-content--kohana {
display: inline-block;
width: auto;
-webkit-transform: translate3d(-1.75em, 0, 0);
transform: translate3d(-1.75em, 0, 0);
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
}
.icon--kohana {
display: inline-block;
margin-top: 0.9em;
-webkit-transform: translate3d(-2em, 0, 0);
transform: translate3d(-2em, 0, 0);
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
}
.input__field--kohana:focus + .input__label--kohana .input__label-content--kohana,
.input--filled .input__label-content--kohana {
opacity: 0;
-webkit-transform: translate3d(100px, 0, 0);
transform: translate3d(100px, 0, 0);
}
.input__label-content--kohana,
.icon--kohana,
.input__field--kohana:focus + .input__label--kohana .input__label-content--kohana,
.input--filled .input__label-content--kohana {
-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.input__field--kohana:focus + .input__label--kohana .icon--kohana,
.input--filled  .icon--kohana {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
i.icon {
display: inline-block;
font-size: 20px;
height: 16px;
line-height: 16px;
margin-top: 3px;
vertical-align: text-top;
width: 16px;
}
.contact_button .vc_btn3.vc_btn3-style-modern {
background-image: none !important;
}
form i.icon {
display: none;
}
.first_name_input, .last_name_input, .email_input, .subject_input, .message_input {
margin: 30px 0;
}
form .message_input > span.input--kohana > input {
height: 151px;
}
form .content {
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 10px;
padding: 0 15px 30px;
} .members-container .member01-content-inside {
align-self: center;
}
.members-container .member01-content {
text-align: center;
display: flex;
}
.members-container .member01-content *{
width: 100%;
}
.memeber01-img-holder img {
border-radius: 5px;
width: 100%;
transition: all 600ms ease-in-out 0s;
-webkit-transition: all 600ms ease-in-out 0s;
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
}
.members-container .member01-content .member01_position {
color: #ff3465;
}
.members-container .member01-content .member01_name {
color: #ffffff;
text-transform: uppercase;
}
.members-container .member01-content p {
color: rgba(255, 255, 255, 0.7);
font-weight: 200;
}
.members-container .member01-content p.member01_email {
color: rgba(255, 255, 255, 0.8);
font-weight: 300;
}
.members-container .member01-content p.member01_phone {
color: rgba(255, 255, 255, 0.9);
font-weight: 400;
}
.members-container .member01-content i {
margin-right: 15px;
}
.members-container .member01-content .member01_description p {
font-size: 16px;
}
.members-container .member01-content .member01_description {
padding: 20px 0;
}
.flex{
display: flex;
}
.members_img_holder {
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
position: relative;
}
.member01_email {
display: block;
margin: 5px 0;
}
.member01_phone {
display: block;
}
.members_img_holder:hover {
opacity: 1;
}
.members_img_holder:hover .member01-content {
background: rgb(37, 37, 37) none repeat scroll 0 0;
color: #59b473;
}
.mt_members1 {
overflow: hidden !important;
}
.members_img_holder .member01-content {
background: transparent !important;
bottom: 0px;
color: rgba(37,37,37,.6);
padding: 15px 0;
text-align: center;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
width: 100%;
}
.members_img_holder .member01_name {
color: #252525;
font-weight: 800;
margin: 0;
text-transform: capitalize;
}
.members_img_holder .member01_position {
font-family: "Nunito";
font-size: 15px;
font-weight: 600;
margin: 0;
text-transform: capitalize;
}
.member01_social {
margin-top: 10px;
}
p.member01_content-desc {
padding-top: 5px;
}
.mt_members1 .owl-item .item {
padding: 0;
}
.memeber01-img-holder .effect-duke {
border-radius: 5px !important;
overflow: hidden;
}
.memeber01-img-holder img:hover {
transform: scale(1.05);
overflow: hidden;
border-radius: 5px !important;
}
.member01_social a i {
font-size: 12px;
}
.member01_social a {
border-radius: 5px;
height: 30px;
text-align: center;
width: 30px;
background: #75DBB3;
display: inline-block;
margin: 3px;
transition: all 400ms ease;
color: #fff;
border: 1px solid #75dbb3;
}
.member01_social a:hover {
background: #53c095 none repeat scroll 0 0;
border-color: #53c095;
color: #ffffff;
}
.member01_social a i {
font-size: 12px;
line-height: 30px;
color: #fff;
}
.member01-content-inside .content-div-content {
margin-top: 10px;
margin-bottom: 22px;
}
.member01-content-inside .content-div-content p {
font-weight: normal;
font-size: 14px;
}
.member01-content-inside .content-div p {
font-weight: normal;
}  @media only screen and (min-width: 1024px) and (max-width: 1200px) {
.members-container .member01-content {
padding: 30px 0;
}
} @media only screen and (min-width: 991px) and (max-width: 1023px) {
.members-container .member01-content {
padding: 30px 0;
}
} @media only screen and (min-width: 767px) and (max-width: 992px) {
.members-container .member01-content {
padding: 30px 0;
}
} @media only screen and (min-width: 480px) and (max-width: 768px) {
.members-container .member01-content {
padding: 30px 0;
}
} @media only screen and (min-width: 320px) and (max-width: 480px) {
.members-container .member01-content {
padding: 30px 0;
}
} @media only screen and (max-width: 319px) {
.members-container .member01-content {
padding: 30px 0;
}
} .testimonial01-img-holder {
text-align: center;
width: 100%;
}
.testimonial01-img {
border-radius: 50%;
overflow: hidden;
transform: none;
width: 110px;
margin: 0 auto;
position: relative;
top: 50px;
border: solid 3px #fff;
}
.testimonial01_item .name-test {
clear: both;
background: #fff;
margin: 0;
padding-top: 80px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
font-size: 22px;
}
.testimonial-slider .owl-theme .owl-controls {
margin-top: 60px;
}
.testimonail01-content p {
font-weight: normal;
}
.testimonials-container-1 .testimonail01-content p {
width: 60%;
margin: 0 auto;
}
.testimonail01-content {  font-style: normal;
font-weight: lighter;
line-height: 170%;
padding: 30px;
}
p.position-test {
background: #fff;
margin: 0;
font-size: 12px;
color: #ffd600;
font-weight: 400;
padding-top: 5px;
}
.testimonail01-content {
background: #fff;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.testimonial01-img img {
display: block;
}
.testimonial01_item {
text-align: center;
}
.testimonial01_item h5 {
padding-bottom: 30px;
}
.testimonial01_item h5 span {
opacity: 0.5;
} .testimonials-container-1.owl-theme .owl-controls .owl-page span {
height: 15px;
width: 15px;
}
.testimonials-container-2.owl-theme .owl-controls .owl-page span {
height: 15px;
width: 15px;
}
.testimonials-container-3.owl-theme .owl-controls .owl-page span {
height: 15px;
width: 15px;
}
.owl-theme .owl-controls .owl-page span {
background-color: #fff !important;
border: 3px solid #fff;
border-radius: 50%;
transform: none;
transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span {
background-color: #fff !important;
transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
}
.testimonial01-img-holder {
position: relative;
} .testimonials02-container .testimonial02_title {
font-size: 24px;
font-weight: 700;
line-height: 20px;
padding: 0 50px;
text-align: right;
text-transform: uppercase;
}
.testimonials02-container .testimonial02_position {
font-size: 14px;
font-weight: 700;
padding: 0 50px;
text-align: right;
text-transform: uppercase;
}
.testimonials02-container .testimonial02-content {
display: table;
width: 100%;
}
.testimonials02-container .testimonial02_text {
display: table-cell;
vertical-align: middle;
}
.testimonials02-container .testimonial02_text_content {
padding: 0 50px;
}
.testimonials02-container .testimonials_all_holder {
border-radius: 10px;
display: flex;
overflow: hidden;
}
.testimonials02-container .testimonial02-text-holder {
align-self: center;
} .testimonials02-container.owl-theme .owl-controls .owl-buttons div {
background: transparent none repeat scroll 0 0;
font-size: 35px;
margin: 0 15px;
padding: 0;
}
.testimonials02-container.owl-theme .owl-controls .owl-page span {
height: 20px;
width: 20px;
}
.testimonials02-container .testimonial02-img-holder {
padding: 0;
}
.testimonials02-container .testimonial02-text-holder {
padding: 0;
}
.testimonial02-img-holder .testimonial02-img {
display: block;
margin: 0 auto;
}#navbar .cf-mega-menu.sub-menu {
width: 800px;
}
#navbar .mt-icon-list-item {
padding-top: 4px;
padding-left: 10px;
}
#navbar .mt-icon-list-item:hover {
color: rgb(255, 255, 255);
}
#navbar .cf-mega-menu.sub-menu * {
opacity: 0 !important;
visibility: hidden !important;
}
#navbar .menu-item:hover .sub-menu * {
opacity: 1 !important;
visibility: visible !important;
}
nav #navbar ul li.mega1column,
nav #navbar ul li.mega2columns,
nav #navbar ul li.mega3columns {
position: unset;
}
#navbar .menu-item > a {
position: relative;
} #navbar .mega3columns .cf-mega-menu.sub-menu {
left: 15px;
width: calc(100% - 30px);
} #navbar .mega2columns .cf-mega-menu.sub-menu {
left: 22%;
width: calc(66.66666% - 30px);
} #navbar .mega1column .cf-mega-menu.sub-menu {
left: 41%;
width: calc(33.33333% - 30px);
}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}[class^="from-"], [class*=" from-"] {
opacity: 1;
}      .to-topleft {
-webkit-animation: toTopLeft 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toTopLeft 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toTopLeft {
to {
-webkit-transform: translate3d(-100%, -100%, 0);
transform: translate3d(-100%, -100%, 0);
}
}
@keyframes toTopLeft {
to {
-webkit-transform: translate3d(-100%, -100%, 0);
transform: translate3d(-100%, -100%, 0);
}
}
.to-topleft .scene {
-webkit-animation: toTopLeftScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toTopLeftScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toTopLeftScene {
to {
-webkit-transform: rotate3d(1, 1, 0.5, 30deg);
transform: rotate3d(1, 1, 0.5, 30deg);
}
}
@keyframes toTopLeftScene {
to {
-webkit-transform: rotate3d(1, 1, 0.5, 30deg);
transform: rotate3d(1, 1, 0.5, 30deg);
}
}
.to-topleft .view--rotate {
-webkit-animation: toTopLeftViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toTopLeftViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toTopLeftViewRotate {
to {
-webkit-transform: rotate3d(0, 1, 0, 30deg);
transform: rotate3d(0, 1, 0, 30deg);
}
}
@keyframes toTopLeftViewRotate {
to {
-webkit-transform: rotate3d(0, 1, 0, 30deg);
transform: rotate3d(0, 1, 0, 30deg);
}
}     .to-top {
-webkit-animation: toTop 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toTop 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toTop {
to {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes toTop {
to {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.to-top .scene {
-webkit-animation: toTopScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toTopScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toTopScene {
to {
-webkit-transform: rotate3d(1, 0.5, 0.2, 30deg);
transform: rotate3d(1, 0.5, 0.2, 30deg);
}
}
@keyframes toTopScene {
to {
-webkit-transform: rotate3d(1, 0.5, 0.2, 30deg);
transform: rotate3d(1, 0.5, 0.2, 30deg);
}
}
.to-top .view--rotate {
-webkit-animation: toTopViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toTopViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toTopViewRotate {
to {
-webkit-transform: rotate3d(0, 1, 0, -30deg);
transform: rotate3d(0, 1, 0, -30deg);
}
}
@keyframes toTopViewRotate {
to {
-webkit-transform: rotate3d(0, 1, 0, -30deg);
transform: rotate3d(0, 1, 0, -30deg);
}
}     .to-topright {
-webkit-animation: toTopRight 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toTopRight 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toTopRight {
to {
-webkit-transform: translate3d(100%, -100%, 0);
transform: translate3d(100%, -100%, 0);
}
}
@keyframes toTopRight {
to {
-webkit-transform: translate3d(100%, -100%, 0);
transform: translate3d(100%, -100%, 0);
}
}
.to-topright .scene {
-webkit-animation: toTopRightScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toTopRightScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toTopRightScene {
to {
-webkit-transform: rotate3d(1, 1, 0.5, -30deg);
transform: rotate3d(1, 1, 0.5, -30deg);
}
}
@keyframes toTopRightScene {
to {
-webkit-transform: rotate3d(1, 1, 0.5, -30deg);
transform: rotate3d(1, 1, 0.5, -30deg);
}
}
.to-topright .view--rotate {
-webkit-animation: toTopRightViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toTopRightViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toTopRightViewRotate {
to {
-webkit-transform: rotate3d(0, 1, 0, -30deg);
transform: rotate3d(0, 1, 0, -30deg);
}
}
@keyframes toTopRightViewRotate {
to {
-webkit-transform: rotate3d(0, 1, 0, -30deg);
transform: rotate3d(0, 1, 0, -30deg);
}
}     .to-right {
-webkit-animation: toRight 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toRight 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toRight {
to {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes toRight {
to {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.to-right .scene {
-webkit-animation: toRightScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toRightScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toRightScene {
to {
-webkit-transform: rotate3d(0, 1, 0, -60deg);
transform: rotate3d(0, 1, 0, -60deg);
}
}
@keyframes toRightScene {
to {
-webkit-transform: rotate3d(0, 1, 0, -60deg);
transform: rotate3d(0, 1, 0, -60deg);
}
}
.to-right .view--rotate {
-webkit-animation: toRightViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toRightViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toRightViewRotate {
to {
-webkit-transform: rotate3d(0, 1, 0, -50deg);
transform: rotate3d(0, 1, 0, -50deg);
}
}
@keyframes toRightViewRotate {
to {
-webkit-transform: rotate3d(0, 1, 0, -50deg);
transform: rotate3d(0, 1, 0, -50deg);
}
}     .to-bottomright {
-webkit-animation: toBottomRight 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toBottomRight 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toBottomRight {
to {
-webkit-transform: translate3d(100%, 100%, 0);
transform: translate3d(100%, 100%, 0);
}
}
@keyframes toBottomRight {
to {
-webkit-transform: translate3d(100%, 100%, 0);
transform: translate3d(100%, 100%, 0);
}
}
.to-bottomright .scene {
-webkit-animation: toBottomRightScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toBottomRightScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toBottomRightScene {
to {
-webkit-transform: rotate3d(-1, 1, 0.5, -30deg);
transform: rotate3d(-1, 1, 0.5, -30deg);
}
}
@keyframes toBottomRightScene {
to {
-webkit-transform: rotate3d(-1, 1, 0.5, -30deg);
transform: rotate3d(-1, 1, 0.5, -30deg);
}
}
.to-bottomright .view--rotate {
-webkit-animation: toBottomRightViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toBottomRightViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toBottomRightViewRotate {
to {
-webkit-transform: rotate3d(0, 1, 0, -30deg);
transform: rotate3d(0, 1, 0, -30deg);
}
}
@keyframes toBottomRightViewRotate {
to {
-webkit-transform: rotate3d(0, 1, 0, -30deg);
transform: rotate3d(0, 1, 0, -30deg);
}
}     .to-bottom {
-webkit-animation: toBottom 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toBottom 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toBottom {
to {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes toBottom {
to {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.to-bottom .scene {
-webkit-animation: toBottomScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toBottomScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toBottomScene {
to {
-webkit-transform: rotate3d(-1, -0.5, 0.2, 30deg);
transform: rotate3d(-1, -0.5, 0.2, 30deg);
}
}
@keyframes toBottomScene {
to {
-webkit-transform: rotate3d(-1, -0.5, 0.2, 30deg);
transform: rotate3d(-1, -0.5, 0.2, 30deg);
}
}
.to-bottom .view--rotate {
-webkit-animation: toBottomViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toBottomViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toBottomViewRotate {
to {
-webkit-transform: rotate3d(0, 1, 0, 30deg);
transform: rotate3d(0, 1, 0, 30deg);
}
}
@keyframes toBottomViewRotate {
to {
-webkit-transform: rotate3d(0, 1, 0, 30deg);
transform: rotate3d(0, 1, 0, 30deg);
}
}     .to-bottomleft {
-webkit-animation: toBottomLeft 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toBottomLeft 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toBottomLeft {
to {
-webkit-transform: translate3d(-100%, 100%, 0);
transform: translate3d(-100%, 100%, 0);
}
}
@keyframes toBottomLeft {
to {
-webkit-transform: translate3d(-100%, 100%, 0);
transform: translate3d(-100%, 100%, 0);
}
}
.to-bottomleft .scene {
-webkit-animation: toBottomLeftScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toBottomLeftScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toBottomLeftScene {
to {
-webkit-transform: rotate3d(-1, 1, 0.5, 30deg);
transform: rotate3d(-1, 1, 0.5, 30deg);
}
}
@keyframes toBottomLeftScene {
to {
-webkit-transform: rotate3d(-1, 1, 0.5, 30deg);
transform: rotate3d(-1, 1, 0.5, 30deg);
}
}
.to-bottomleft .view--rotate {
-webkit-animation: toBottomLeftViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toBottomLeftViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toBottomLeftViewRotate {
to {
-webkit-transform: rotate3d(0, 1, 0, 30deg);
transform: rotate3d(0, 1, 0, 30deg);
}
}
@keyframes toBottomLeftViewRotate {
to {
-webkit-transform: rotate3d(0, 1, 0, 30deg);
transform: rotate3d(0, 1, 0, 30deg);
}
}     .to-left {
-webkit-animation: toLeft 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toLeft 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toLeft {
to {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes toLeft {
to {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.to-left .scene {
-webkit-animation: toLeftScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toLeftScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toLeftScene {
to {
-webkit-transform: rotate3d(0, 1, 0, 60deg);
transform: rotate3d(0, 1, 0, 60deg);
}
}
@keyframes toLeftScene {
to {
-webkit-transform: rotate3d(0, 1, 0, 60deg);
transform: rotate3d(0, 1, 0, 60deg);
}
}
.to-left .view--rotate {
-webkit-animation: toLeftViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toLeftViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toLeftViewRotate {
to {
-webkit-transform: rotate3d(0, 1, 0, 50deg);
transform: rotate3d(0, 1, 0, 50deg);
}
}
@keyframes toLeftViewRotate {
to {
-webkit-transform: rotate3d(0, 1, 0, 50deg);
transform: rotate3d(0, 1, 0, 50deg);
}
}      .from-topleft {
-webkit-animation: fromTopLeft 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromTopLeft 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromTopLeft {
from {
-webkit-transform: translate3d(-100%, -100%, 0);
transform: translate3d(-100%, -100%, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fromTopLeft {
from {
-webkit-transform: translate3d(-100%, -100%, 0);
transform: translate3d(-100%, -100%, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.from-topleft .scene {
-webkit-animation: fromTopLeftScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromTopLeftScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromTopLeftScene {
from {
-webkit-transform: rotate3d(1, 1, -1, -50deg);
transform: rotate3d(1, 1, -1, -50deg);
}
}
@keyframes fromTopLeftScene {
from {
-webkit-transform: rotate3d(1, 1, -1, -50deg);
transform: rotate3d(1, 1, -1, -50deg);
}
}
.from-topleft .view--rotate {
-webkit-animation: fromTopLeftViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromTopLeftViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromTopLeftViewRotate {
from {
-webkit-transform: rotate3d(0, 1, 0, 50deg);
transform: rotate3d(0, 1, 0, 50deg);
}
}
@keyframes fromTopLeftViewRotate {
from {
-webkit-transform: rotate3d(0, 1, 0, 50deg);
transform: rotate3d(0, 1, 0, 50deg);
}
}     .from-top {
-webkit-animation: fromTop 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromTop 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromTop {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fromTop {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.from-top .scene {
-webkit-animation: fromTopScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromTopScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromTopScene {
from {
-webkit-transform: rotate3d(1, -0.5, -0.2, 30deg);
transform: rotate3d(1, -0.5, -0.2, 30deg);
}
}
@keyframes fromTopScene {
from {
-webkit-transform: rotate3d(1, -0.5, -0.2, 30deg);
transform: rotate3d(1, -0.5, -0.2, 30deg);
}
}
.from-top .view--rotate {
-webkit-animation: fromTopViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromTopViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromTopViewRotate {
from {
-webkit-transform: rotate3d(0, 1, 0, 30deg);
transform: rotate3d(0, 1, 0, 30deg);
}
}
@keyframes fromTopViewRotate {
from {
-webkit-transform: rotate3d(0, 1, 0, 30deg);
transform: rotate3d(0, 1, 0, 30deg);
}
}     .from-topright {
-webkit-animation: fromTopRight 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromTopRight 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromTopRight {
from {
-webkit-transform: translate3d(100%, -100%, 0);
transform: translate3d(100%, -100%, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fromTopRight {
from {
-webkit-transform: translate3d(100%, -100%, 0);
transform: translate3d(100%, -100%, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.from-topright .scene {
-webkit-animation: fromTopRightScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromTopRightScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromTopRightScene {
from {
-webkit-transform: rotate3d(-1, 1, -1, 50deg);
transform: rotate3d(-1, 1, -1, 50deg);
}
}
@keyframes fromTopRightScene {
from {
-webkit-transform: rotate3d(-1, 1, -1, 50deg);
transform: rotate3d(-1, 1, -1, 50deg);
}
}
.from-topright .view--rotate {
-webkit-animation: fromTopRightViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromTopRightViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromTopRightViewRotate {
from {
-webkit-transform: rotate3d(0, 1, 0, -50deg);
transform: rotate3d(0, 1, 0, -50deg);
}
}
@keyframes fromTopRightViewRotate {
from {
-webkit-transform: rotate3d(0, 1, 0, -50deg);
transform: rotate3d(0, 1, 0, -50deg);
}
}     .from-right {
-webkit-animation: fromRight 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromRight 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fromRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.from-right .scene {
-webkit-animation: fromRightScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromRightScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromRightScene {
from {
-webkit-transform: rotate3d(0, 1, 0, -60deg);
transform: rotate3d(0, 1, 0, -60deg);
}
}
@keyframes fromRightScene {
from {
-webkit-transform: rotate3d(0, 1, 0, -60deg);
transform: rotate3d(0, 1, 0, -60deg);
}
}
.from-right .view--rotate {
-webkit-animation: fromRightViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromRightViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromRightViewRotate {
from {
-webkit-transform: rotate3d(0, 1, 0, -50deg);
transform: rotate3d(0, 1, 0, -50deg);
}
}
@keyframes fromRightViewRotate {
from {
-webkit-transform: rotate3d(0, 1, 0, -50deg);
transform: rotate3d(0, 1, 0, -50deg);
}
}     .from-bottomright {
-webkit-animation: fromBottomRight 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromBottomRight 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromBottomRight {
from {
-webkit-transform: translate3d(100%, 100%, 0);
transform: translate3d(100%, 100%, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fromBottomRight {
from {
-webkit-transform: translate3d(100%, 100%, 0);
transform: translate3d(100%, 100%, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.from-bottomright .scene {
-webkit-animation: fromBottomRightScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromBottomRightScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromBottomRightScene {
from {
-webkit-transform: rotate3d(1, 1, 1, 50deg);
transform: rotate3d(1, 1, 1, 50deg);
}
}
@keyframes fromBottomRightScene {
from {
-webkit-transform: rotate3d(1, 1, 1, 50deg);
transform: rotate3d(1, 1, 1, 50deg);
}
}
.from-bottomright .view--rotate {
-webkit-animation: fromBottomRightViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromBottomRightViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromBottomRightViewRotate {
from {
-webkit-transform: rotate3d(0, 1, 0, -50deg);
transform: rotate3d(0, 1, 0, -50deg);
}
}
@keyframes fromBottomRightViewRotate {
from {
-webkit-transform: rotate3d(0, 1, 0, -50deg);
transform: rotate3d(0, 1, 0, -50deg);
}
}     .from-bottom {
-webkit-animation: fromBottom 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromBottom 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromBottom {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fromBottom {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.from-bottom .scene {
-webkit-animation: fromBottomScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromBottomScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromBottomScene {
from {
-webkit-transform: rotate3d(1, 0.5, 0.2, 30deg);
transform: rotate3d(1, 0.5, 0.2, 30deg);
}
}
@keyframes fromBottomScene {
from {
-webkit-transform: rotate3d(1, 0.5, 0.2, 30deg);
transform: rotate3d(1, 0.5, 0.2, 30deg);
}
}
.from-bottom .view--rotate {
-webkit-animation: fromBottomViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromBottomViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromBottomViewRotate {
from {
-webkit-transform: rotate3d(0, 1, 0, -30deg);
transform: rotate3d(0, 1, 0, -30deg);
}
}
@keyframes fromBottomViewRotate {
from {
-webkit-transform: rotate3d(0, 1, 0, -30deg);
transform: rotate3d(0, 1, 0, -30deg);
}
}     .from-bottomleft {
-webkit-animation: fromBottomLeft 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromBottomLeft 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromBottomLeft {
from {
-webkit-transform: translate3d(-100%, 100%, 0);
transform: translate3d(-100%, 100%, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fromBottomLeft {
from {
-webkit-transform: translate3d(-100%, 100%, 0);
transform: translate3d(-100%, 100%, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.from-bottomleft .scene {
-webkit-animation: fromBottomLeftScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromBottomLeftScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromBottomLeftScene {
from {
-webkit-transform: rotate3d(-1, 1, 1, -50deg);
transform: rotate3d(-1, 1, 1, -50deg);
}
}
@keyframes fromBottomLeftScene {
from {
-webkit-transform: rotate3d(-1, 1, 1, -50deg);
transform: rotate3d(-1, 1, 1, -50deg);
}
}
.from-bottomleft .view--rotate {
-webkit-animation: fromBottomLeftViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromBottomLeftViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromBottomLeftViewRotate {
from {
-webkit-transform: rotate3d(0, 1, 0, 50deg);
transform: rotate3d(0, 1, 0, 50deg);
}
}
@keyframes fromBottomLeftViewRotate {
from {
-webkit-transform: rotate3d(0, 1, 0, 50deg);
transform: rotate3d(0, 1, 0, 50deg);
}
}     .from-left {
-webkit-animation: fromLeft 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromLeft 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fromLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.from-left .scene {
-webkit-animation: fromLeftScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromLeftScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromLeftScene {
from {
-webkit-transform: rotate3d(0, 1, 0, 60deg);
transform: rotate3d(0, 1, 0, 60deg);
}
}
@keyframes fromLeftScene {
from {
-webkit-transform: rotate3d(0, 1, 0, 60deg);
transform: rotate3d(0, 1, 0, 60deg);
}
}
.from-left .view--rotate {
-webkit-animation: fromLeftViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromLeftViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromLeftViewRotate {
from {
-webkit-transform: rotate3d(0, 1, 0, 50deg);
transform: rotate3d(0, 1, 0, 50deg);
}
}
@keyframes fromLeftViewRotate {
from {
-webkit-transform: rotate3d(0, 1, 0, 50deg);
transform: rotate3d(0, 1, 0, 50deg);
}
}#debungcontrolls {
z-index:100000;
position:fixed;
bottom:0px; width:100%;
height:auto;
background:rgba(0,0,0,0.6);
padding:10px;
box-sizing: border-box;
}
.debugtimeline {
width:100%;
height:10px;
position:relative;
display:block;
margin-bottom:3px;	
display:none;
white-space: nowrap;	
box-sizing: border-box;
}
.debugtimeline:hover {
height:15px;
}
.the_timeline_tester {
background:#e74c3c;
position:absolute;
top:0px;
left:0px;
height:100%;
width:0;	
}
.rs-go-fullscreen {
position:fixed !important;
width:100% !important;
height:100% !important;
top:0px !important;
left:0px !important;
z-index:9999999 !important;
background:#ffffff !important;
}
.debugtimeline.tl_slide .the_timeline_tester {
background:#f39c12;	
}
.debugtimeline.tl_frame .the_timeline_tester {
background:#3498db;	
}
.debugtimline_txt {
color:#fff;
font-weight: 400;
font-size:7px;
position:absolute;	
left:10px;
top:0px;
white-space: nowrap;
line-height: 10px;
}
.rtl {	direction: rtl;}
@font-face {
font-family: 'revicons';
src: url(//www.sigortakelesler.com/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888);
src: url(//www.sigortakelesler.com/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'),
url(//www.sigortakelesler.com/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.woff?5510888) format('woff'),
url(//www.sigortakelesler.com/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.ttf?5510888) format('truetype'),
url(//www.sigortakelesler.com/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="revicon-"]:before, [class*=" revicon-"]:before {
font-family: "revicons";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center; font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;    }
.revicon-search-1:before { content: '\e802'; } .revicon-pencil-1:before { content: '\e831'; } .revicon-picture-1:before { content: '\e803'; } .revicon-cancel:before { content: '\e80a'; } .revicon-info-circled:before { content: '\e80f'; } .revicon-trash:before { content: '\e801'; } .revicon-left-dir:before { content: '\e817'; } .revicon-right-dir:before { content: '\e818'; } .revicon-down-open:before { content: '\e83b'; } .revicon-left-open:before { content: '\e819'; } .revicon-right-open:before { content: '\e81a'; } .revicon-angle-left:before { content: '\e820'; } .revicon-angle-right:before { content: '\e81d'; } .revicon-left-big:before { content: '\e81f'; } .revicon-right-big:before { content: '\e81e'; } .revicon-magic:before { content: '\e807'; } .revicon-picture:before { content: '\e800'; } .revicon-export:before { content: '\e80b'; } .revicon-cog:before { content: '\e832'; } .revicon-login:before { content: '\e833'; } .revicon-logout:before { content: '\e834'; } .revicon-video:before { content: '\e805'; } .revicon-arrow-combo:before { content: '\e827'; } .revicon-left-open-1:before { content: '\e82a'; } .revicon-right-open-1:before { content: '\e82b'; } .revicon-left-open-mini:before { content: '\e822'; } .revicon-right-open-mini:before { content: '\e823'; } .revicon-left-open-big:before { content: '\e824'; } .revicon-right-open-big:before { content: '\e825'; } .revicon-left:before { content: '\e836'; } .revicon-right:before { content: '\e826'; } .revicon-ccw:before { content: '\e808'; } .revicon-arrows-ccw:before { content: '\e806'; } .revicon-palette:before { content: '\e829'; } .revicon-list-add:before { content: '\e80c'; } .revicon-doc:before { content: '\e809'; } .revicon-left-open-outline:before { content: '\e82e'; } .revicon-left-open-2:before { content: '\e82c'; } .revicon-right-open-outline:before { content: '\e82f'; } .revicon-right-open-2:before { content: '\e82d'; } .revicon-equalizer:before { content: '\e83a'; } .revicon-layers-alt:before { content: '\e804'; } .revicon-popup:before { content: '\e828'; }  .rev_slider_wrapper{
position:relative;
z-index: 0;
width:100%;
}
.rev_slider{
position:relative;
overflow:visible;
}
.entry-content .rev_slider a,
.rev_slider a { box-shadow: none; }
.tp-overflow-hidden { 	overflow:hidden !important;}
.group_ov_hidden 	{	overflow:hidden}
.tp-simpleresponsive img,
.rev_slider img{
max-width:none !important;	
transition: none;
margin:0px;
padding:0px;
border:none;
}
.rev_slider .no-slides-text{
font-weight:bold;
text-align:center;
padding-top:80px;
}
.rev_slider >ul,
.rev_slider_wrapper >ul,
.tp-revslider-mainul >li,
.rev_slider >ul >li,
.rev_slider >ul >li:before,
.tp-revslider-mainul >li:before,
.tp-simpleresponsive >ul,
.tp-simpleresponsive >ul >li,
.tp-simpleresponsive >ul >li:before,
.tp-revslider-mainul >li,
.tp-simpleresponsive >ul >li{
list-style:none !important;
position:absolute;	
margin:0px !important;
padding:0px !important;
overflow-x: visible;
overflow-y: visible;
list-style-type: none !important;
background-image:none;
background-position:0px 0px;
text-indent: 0em;
top:0px;left:0px;
}
.tp-revslider-mainul >li,
.rev_slider >ul >li,
.rev_slider >ul >li:before,
.tp-revslider-mainul >li:before,
.tp-simpleresponsive >ul >li,
.tp-simpleresponsive >ul >li:before,
.tp-revslider-mainul >li,
.tp-simpleresponsive >ul >li { 
visibility:hidden; 
}
.tp-revslider-slidesli,
.tp-revslider-mainul	{	
padding:0 !important; 
margin:0 !important; 
list-style:none !important;
}
.rev_slider li.tp-revslider-slidesli {
position: absolute !important;
}
.tp-caption .rs-untoggled-content { display:block;}
.tp-caption .rs-toggled-content { display:none;}
.rs-toggle-content-active.tp-caption .rs-toggled-content { display:block;}
.rs-toggle-content-active.tp-caption .rs-untoggled-content { display:none;}
.rev_slider .tp-caption,
.rev_slider .caption 	{ 
position:relative;  
visibility:hidden; 
white-space: nowrap;
display: block;	
-webkit-font-smoothing: antialiased !important;
z-index:1;
}
.rev_slider .tp-caption,
.rev_slider .caption,
.tp-simpleresponsive img {
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
}
.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap *:last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap *:last-child{
margin-bottom:0;
}
.tp-svg-layer svg {	width:100%; height:100%;position: relative;vertical-align: top} .tp-carousel-wrapper {
cursor:url(//www.sigortakelesler.com/wp-content/plugins/revslider/public/assets/css/openhand.cur), move;
}
.tp-carousel-wrapper.dragged {
cursor:url(//www.sigortakelesler.com/wp-content/plugins/revslider/public/assets/css/closedhand.cur), move;
} .tp_inner_padding {	
box-sizing:border-box;	
max-height:none !important;	
}
.tp-caption.tp-layer-selectable {
-moz-user-select: all;
-khtml-user-select: all;
-webkit-user-select: all;
-o-user-select: all;	
}
.tp-forcenotvisible,
.tp-hide-revslider,
.tp-caption.tp-hidden-caption,
.tp-parallax-wrap.tp-hidden-caption {	
visibility:hidden !important; 
display:none !important
}
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider audio,
.rev_slider video {
max-width: none !important
}
.tp-element-background 	{	position:absolute; top:0px;left:0px; width:100%;height:100%;z-index:0;}
.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: #fff; z-index: 1000; transform: scaleX(0) scaleY(0);}
.tp-parallax-wrap { transform-style: preserve-3d } .rev_row_zone					{	position:absolute; width:100%;left:0px; box-sizing: border-box;min-height:50px; font-size:0px;}
.rev_row_zone_top 				{	top:0px;}
.rev_row_zone_middle 			{	top:50%; transform:translateY(-50%);}
.rev_row_zone_bottom 			{	bottom:0px;}
.rev_column .tp-parallax-wrap  { vertical-align: top }
.rev_slider .tp-caption.rev_row 	{
display:table;
position:relative;
width:100% !important;
table-layout: fixed;
box-sizing: border-box;
vertical-align: top;
height:auto !important;
font-size:0px;
}
.rev_column {	
display: table-cell;
position: relative;
vertical-align: top;
height: auto;
box-sizing: border-box;	
font-size:0px;
}
.rev_column_inner {
box-sizing: border-box;
display: block;
position: relative;
width:100% !important;
height:auto !important;
white-space: normal !important;
}
.rev_column_bg {
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
z-index: 0;
box-sizing: border-box;
background-clip: content-box;
border: 0px solid transparent;
}
.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .tp-loop-wrap,
.rev_column_inner .tp-mask-wrap 			{	text-align: inherit; }
.rev_column_inner .tp-mask-wrap 			{	display: inline-block;}
.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap,
.rev_column_inner .tp-parallax-wrap { position: relative !important; left:auto !important; top:auto !important; line-height: 0px;}
.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap,
.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .rev_layer_in_column { vertical-align: top; }
.rev_break_columns { display: block !important }
.rev_break_columns .tp-parallax-wrap.rev_column  { display:block !important; width:100% !important; } .fullscreen-container {	
position:relative;
padding:0;
}
.fullwidthbanner-container{
position:relative;
padding:0;
overflow:hidden;
}
.fullwidthbanner-container .fullwidthabanner{
width:100%;
position:relative;
} .tp-static-layers				{	
position:absolute; z-index:101; top:0px;left:0px; } .tp-static-layers-back {	
z-index:0;
}
.tp-caption .frontcorner		{
width: 0;
height: 0;
border-left: 40px solid transparent;
border-right: 0px solid transparent;
border-top: 40px solid #00A8FF;
position: absolute;left:-40px;top:0px;
}
.tp-caption .backcorner		{
width: 0;
height: 0;
border-left: 0px solid transparent;
border-right: 40px solid transparent;
border-bottom: 40px solid #00A8FF;
position: absolute;right:0px;top:0px;
}
.tp-caption .frontcornertop		{
width: 0;
height: 0;
border-left: 40px solid transparent;
border-right: 0px solid transparent;
border-bottom: 40px solid #00A8FF;
position: absolute;left:-40px;top:0px;
}
.tp-caption .backcornertop		{
width: 0;
height: 0;
border-left: 0px solid transparent;
border-right: 40px solid transparent;
border-top: 40px solid #00A8FF;
position: absolute;right:0px;top:0px;
}
.tp-layer-inner-rotation {	
position: relative !important;
} img.tp-slider-alternative-image	{	
width:100%; height:auto;
} .noFilterClass {
filter:none !important;
} .rs-background-video-layer 		{	position: absolute;top:0px;left:0px; width:100%;height:100%;visibility: hidden;z-index: 0;}
.tp-caption.coverscreenvideo	{	width:100%;height:100%;top:0px;left:0px;position:absolute;}
.caption.fullscreenvideo,
.tp-caption.fullscreenvideo		{	left:0px; top:0px; position:absolute;width:100%;height:100%}
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo audio,
.caption.fullscreenvideo video,
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe audio,
.tp-caption.fullscreenvideo iframe video	{ width:100% !important; height:100% !important; display: none}
.fullcoveredvideo audio,
.fullscreenvideo audio
.fullcoveredvideo video,
.fullscreenvideo video				{	background: #000}
.fullcoveredvideo .tp-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}
.videoisplaying .html5vid .tp-poster	{	display: none}
.tp-video-play-button					{	
background:#000;
background:rgba(0,0,0,0.3);										
border-radius:5px;
position: absolute;
top: 50%;
left: 50%;										
color: #FFF;
z-index: 3;
margin-top: -25px;
margin-left: -25px;
line-height: 50px !important;
text-align: center;
cursor: pointer;
width: 50px;
height:50px;
box-sizing: border-box;
display: inline-block;	
vertical-align: top;
z-index: 4;
opacity: 0;	
transition:opacity 300ms ease-out !important;				
}
.tp-hiddenaudio,
.tp-audio-html5 .tp-video-play-button { display:none !important;}
.tp-caption .html5vid					{	width:100% !important; height:100% !important;}									
.tp-video-play-button i 				{	width:50px;height:50px; display:inline-block; text-align: center; vertical-align: top; line-height: 50px !important; font-size: 40px !important;}									
.tp-caption:hover .tp-video-play-button	{	opacity: 1; display:block;}
.tp-caption .tp-revstop					{	display:none; border-left:5px solid #fff !important; border-right:5px solid #fff !important;margin-top:15px !important;line-height: 20px !important;vertical-align: top; font-size:25px !important;}
.videoisplaying .revicon-right-dir		{	display:none}
.videoisplaying .tp-revstop				{	display:inline-block}
.videoisplaying  .tp-video-play-button			{	display:none}
.fullcoveredvideo .tp-video-play-button			{	display:none !important}
.fullscreenvideo .fullscreenvideo audio 		{	object-fit:contain !important;}
.fullscreenvideo .fullscreenvideo video 		{	object-fit:contain !important;}
.fullscreenvideo .fullcoveredvideo audio 		{	object-fit:cover !important;}
.fullscreenvideo .fullcoveredvideo video 		{	object-fit:cover !important;}
.tp-video-controls {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 5px;
opacity: 0;	
transition: opacity .3s;
background-image: linear-gradient(to bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);		
display:table;max-width:100%; overflow:hidden;box-sizing:border-box;
}
.tp-caption:hover .tp-video-controls {	opacity: .9;}
.tp-video-button {
background: rgba(0,0,0,.5);
border: 0;
color: #EEE;	
border-radius: 3px;
cursor:pointer;
line-height:12px;
font-size:12px;
color:#fff;
padding:0px;
margin:0px;
outline: none;
}
.tp-video-button:hover 				{	cursor: pointer;}
.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap 				{ 	padding:0px 5px;display:table-cell; vertical-align: middle;}
.tp-video-seek-bar-wrap				{	width:80%}
.tp-video-vol-bar-wrap				{	width:20%}
.tp-volume-bar,
.tp-seek-bar						{	width:100%; cursor: pointer;  outline:none; line-height:12px;margin:0; padding:0;}
.rs-fullvideo-cover					{	width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;}
.disabled_lc .tp-video-play-button,
.rs-background-video-layer video::-webkit-media-controls-start-playback-button,
.rs-background-video-layer video::-webkit-media-controls,
.rs-background-video-layer audio::-webkit-media-controls { display:none !important;}
.tp-audio-html5 .tp-video-controls {	opacity: 1 !important; visibility: visible !important} .tp-dottedoverlay						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3}
.tp-dottedoverlay.twoxtwo				{	background:url(//www.sigortakelesler.com/wp-content/plugins/revslider/public/assets/assets/gridtile.png)}
.tp-dottedoverlay.twoxtwowhite			{	background:url(//www.sigortakelesler.com/wp-content/plugins/revslider/public/assets/assets/gridtile_white.png)}
.tp-dottedoverlay.threexthree			{	background:url(//www.sigortakelesler.com/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3.png)}
.tp-dottedoverlay.threexthreewhite		{	background:url(//www.sigortakelesler.com/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3_white.png)} .tp-shadowcover	{	width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;}
.tp-shadow1 	{	box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);}
.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after
{
z-index: -2;
position: absolute;
content: "";
bottom: 10px;
left: 10px;
width: 50%;
top: 85%;
max-width:300px;
background: transparent;  
box-shadow: 0 15px 10px rgba(0,0,0,0.8);
transform: rotate(-3deg);
}
.tp-shadow2:after,
.tp-shadow4:after
{  
transform: rotate(3deg);
right: 10px;
left: auto;
}
.tp-shadow5
{
position:relative;        
box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before, .tp-shadow5:after
{
content:"";
position:absolute; 
z-index:-2;    
box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
top:30%;
bottom:0;
left:20px;
right:20px;    
border-radius:100px / 20px;
} .tp-button{
padding:6px 13px 5px;
border-radius: 3px;	
height:30px;
cursor:pointer;
color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
text-decoration:none;
}
.tp-button.big	{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; }
.purchase:hover,
.tp-button:hover,
.tp-button.big:hover {	background-position:bottom, 15px 11px} .tp-button.green, .tp-button:hover.green,
.purchase.green, .purchase:hover.green			{ background-color:#21a117;box-shadow:0px 3px 0px 0px #104d0b;}
.tp-button.blue, .tp-button:hover.blue,
.purchase.blue, .purchase:hover.blue			{ background-color:#1d78cb;box-shadow:0px 3px 0px 0px #0f3e68}
.tp-button.red, .tp-button:hover.red,
.purchase.red, .purchase:hover.red				{ background-color:#cb1d1d;box-shadow:0px 3px 0px 0px #7c1212}
.tp-button.orange, .tp-button:hover.orange,
.purchase.orange, .purchase:hover.orange		{ background-color:#ff7700;box-shadow:0px 3px 0px 0px #a34c00}
.tp-button.darkgrey,.tp-button.grey,
.tp-button:hover.darkgrey,.tp-button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey	{ background-color:#555;box-shadow:0px 3px 0px 0px #222}
.tp-button.lightgrey, .tp-button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey	{ background-color:#888;box-shadow:0px 3px 0px 0px #555} .rev-btn,
.rev-btn:visited						{ 	outline:none !important; box-shadow:none !important; text-decoration: none !important; line-height: 44px; font-size: 17px; font-weight: 500; padding: 12px 35px; box-sizing:border-box;  font-family: "Roboto", sans-serif;  cursor: pointer;}
.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited			{ 	text-transform: uppercase; letter-spacing: 1px; font-size: 15px; font-weight: 900; }
.rev-btn.rev-withicon i					{ 	font-size: 15px; font-weight: normal; position: relative; top: 0px; transition: all 0.2s ease-out !important; margin-left:10px !important;}
.rev-btn.rev-hiddenicon i				{ 	font-size: 15px; font-weight: normal; position: relative; top: 0px; transition: all 0.2s ease-out !important;  opacity: 0; margin-left:0px !important; width:0px !important;  }
.rev-btn.rev-hiddenicon:hover i			{   opacity: 1 !important; margin-left:10px !important; width:auto !important;} .rev-btn.rev-medium,
.rev-btn.rev-medium:visited				{	 line-height: 36px; font-size: 14px; padding: 10px 30px; }
.rev-btn.rev-medium.rev-withicon i		{ 	font-size: 14px; top: 0px; }
.rev-btn.rev-medium.rev-hiddenicon i	{ 	font-size: 14px; top: 0px; } .rev-btn.rev-small,
.rev-btn.rev-small:visited				{	line-height: 28px; font-size: 12px; padding: 7px 20px; }
.rev-btn.rev-small.rev-withicon i		{	font-size: 12px; top: 0px; }
.rev-btn.rev-small.rev-hiddenicon i		{ 	font-size: 12px; top: 0px; } .rev-maxround 							{ 	border-radius: 30px; }
.rev-minround 							{ 	border-radius: 3px; } .rev-burger {
position: relative;
width: 60px;
height: 60px;
box-sizing: border-box;
padding: 22px 0 0 14px;
border-radius: 50%;
border: 1px solid rgba(51,51,51,0.25);
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;
cursor: pointer;
}
.rev-burger span {
display: block;
width: 30px;
height: 3px;
background: #333;
transition: .7s;
pointer-events: none;
transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
margin: 3px 0;
}
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
transform: translateY(6px) rotate(-45deg);
}
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
transform: rotate(-45deg);
opacity: 0;
}
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
transform: translateY(-6px) rotate(-135deg);
}
.rev-burger.revb-white {
border: 2px solid rgba(255,255,255,0.2);
}
.rev-burger.revb-white span {
background: #fff;
}
.rev-burger.revb-whitenoborder {
border: 0;
}
.rev-burger.revb-whitenoborder span {
background: #fff;
}
.rev-burger.revb-darknoborder {
border: 0;
}
.rev-burger.revb-darknoborder span {
background: #333;
}
.rev-burger.revb-whitefull {
background: #fff;
border:none;
}
.rev-burger.revb-whitefull span {
background:#333;
}
.rev-burger.revb-darkfull {
background: #333;
border:none;
}
.rev-burger.revb-darkfull span {
background:#fff;
} @keyframes rev-ani-mouse {
0% {opacity: 1;top: 29%;}
15% {opacity: 1;top: 50%;}
50% {opacity: 0;top: 50%;}
100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
display: inline-block;
position: relative;
left: 0;
right: 0;
text-align: center;
cursor: pointer;
width:35px;
height:55px;	
box-sizing: border-box;
border: 3px solid white;
border-radius: 23px;
}
.rev-scroll-btn > * {
display: inline-block;
line-height: 18px;
font-size: 13px;
font-weight: normal;
color: #7f8c8d;
color: #ffffff;
font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
opacity: 0.8;
}
.rev-scroll-btn.revs-fullwhite  {
background:#fff;
}
.rev-scroll-btn.revs-fullwhite span {
background: #333;	
}
.rev-scroll-btn.revs-fulldark  {
background:#333;
border:none;
}
.rev-scroll-btn.revs-fulldark  span {
background: #fff;	
}
.rev-scroll-btn span {
position: absolute;
display: block;
top: 29%;
left: 50%;
width: 8px;
height: 8px;
margin: -4px 0 0 -4px;
background: white;
border-radius: 50%;	
animation: rev-ani-mouse 2.5s linear infinite;
}
.rev-scroll-btn.revs-dark {
border-color:#333;
}
.rev-scroll-btn.revs-dark span {
background: #333;	
}
.rev-control-btn {
position: relative;
display: inline-block;
z-index: 5;	
color: #FFF;  
font-size: 20px;
line-height: 60px;
font-weight: 400;
font-style: normal;
font-family: Raleway;	
text-decoration: none;
text-align: center;
background-color: #000;	
border-radius: 50px;	
text-shadow: none;
background-color: rgba(0, 0, 0, 0.50);
width:60px;
height:60px;
box-sizing: border-box;
cursor: pointer;
}
.rev-cbutton-dark-sr	{	
border-radius: 3px;		
}
.rev-cbutton-light	{	
color: #333;  	
background-color: rgba(255,255,255, 0.75);	
}
.rev-cbutton-light-sr	{		
color: #333;  	
border-radius: 3px;		
background-color: rgba(255,255,255, 0.75);
}
.rev-sbutton {	
line-height: 37px;	
width:37px;
height:37px;	
}
.rev-sbutton-blue	{	
background-color: #3B5998
}
.rev-sbutton-lightblue	{	
background-color: #00A0D1;
}
.rev-sbutton-red	{	
background-color: #DD4B39;
} .tp-bannertimer								{	visibility: hidden; width:100%; height:5px; background:#000; background:rgba(0,0,0,0.15); position:absolute; z-index:200; top:0px}
.tp-bannertimer.tp-bottom					{	top:auto; bottom:0px !important;height:5px} .tp-caption img {
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
zoom:1;
}
.tp-caption img {  }
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url(//www.sigortakelesler.com/wp-content/plugins/revslider/public/assets/assets/coloredbg.png) repeat}
.tp-caption.slidelink a span{	background:url(//www.sigortakelesler.com/wp-content/plugins/revslider/public/assets/assets/coloredbg.png) repeat}
.tp-shape {	width:100%;height:100%;} .tp-caption .rs-starring				{	display: inline-block}
.tp-caption .rs-starring .star-rating {
float: none;	
display: inline-block;
vertical-align: top;
color: #FFC321 !important;
}
.tp-caption .rs-starring .star-rating, 
.tp-caption .rs-starring-page .star-rating {	
position: relative;
height: 1em;	
width: 5.4em;
font-family: star;
font-size: 1em !important;
}
.tp-caption  .rs-starring .star-rating:before, 
.tp-caption  .rs-starring-page .star-rating:before {
content: "\73\73\73\73\73";
color: #E0DADF;
float: left;
top: 0;
left: 0;
position: absolute;
}
.tp-caption .rs-starring .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
font-size: 1em !important;
}
.tp-caption .rs-starring .star-rating span:before,
.tp-caption .rs-starring .star-rating span:before {
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0;
} .tp-loader 	{
top:50%; left:50%;
z-index:10000;
position:absolute;
}
.tp-loader.spinner0 {
width: 40px;
height: 40px;
background-color: #fff;
background-image:url(//www.sigortakelesler.com/wp-content/plugins/revslider/public/assets/assets/loader.gif);
background-repeat:no-repeat;
background-position: center center;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);	
margin-top:-20px;
margin-left:-20px;	
animation: tp-rotateplane 1.2s infinite ease-in-out;
border-radius: 3px;	
}
.tp-loader.spinner1 {
width: 40px;
height: 40px;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);	
margin-top:-20px;
margin-left:-20px;	
animation: tp-rotateplane 1.2s infinite ease-in-out;
border-radius: 3px;	
}
.tp-loader.spinner5 	{	
background-image:url(//www.sigortakelesler.com/wp-content/plugins/revslider/public/assets/assets/loader.gif);
background-repeat:no-repeat;
background-position:10px 10px;
background-color:#fff;
margin:-22px -22px;
width:44px;height:44px;
border-radius: 3px;	
}
@keyframes tp-rotateplane {
0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);} 
50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);} 
100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}
.tp-loader.spinner2 {
width: 40px;
height: 40px;
margin-top:-20px;margin-left:-20px;
background-color: #ff0000;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);	
border-radius: 100%;	
animation: tp-scaleout 1.0s infinite ease-in-out;
}
@keyframes tp-scaleout {
0% {transform: scale(0.0);} 
100% {transform: scale(1.0);opacity: 0;}
}
.tp-loader.spinner3 {
margin: -9px 0px 0px -35px;
width: 70px;
text-align: center;
}
.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
width: 18px;
height: 18px;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);  
border-radius: 100%;
display: inline-block;  
animation: tp-bouncedelay 1.4s infinite ease-in-out; animation-fill-mode: both;
}
.tp-loader.spinner3 .bounce1 {
animation-delay: -0.32s;
}
.tp-loader.spinner3 .bounce2 {  
animation-delay: -0.16s;
}
@keyframes tp-bouncedelay {
0%, 80%, 100% {transform: scale(0.0);} 
40% {transform: scale(1.0);}
}
.tp-loader.spinner4 {
margin: -20px 0px 0px -20px;
width: 40px;
height: 40px;
text-align: center;
animation: tp-rotate 2.0s infinite linear;
}
.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
width: 60%;
height: 60%;
display: inline-block;
position: absolute;
top: 0;
background-color: #fff;
border-radius: 100%;  
animation: tp-bounce 2.0s infinite ease-in-out;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);  
}
.tp-loader.spinner4 .dot2 {
top: auto;
bottom: 0px;  
animation-delay: -1.0s;
}
@keyframes tp-rotate { 100% { transform: rotate(360deg);}}
@keyframes tp-bounce {
0%, 100% {transform: scale(0.0);} 
50% { transform: scale(1.0);}
} .tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar					{	border:none; min-height: 0; margin:0; border-radius: 0; }
.tp-tabs,
.tp-thumbs,
.tp-bullets						{	position:absolute; display:block; z-index:1000; top:0px; left:0px;}
.tp-tab,
.tp-thumb 						{	cursor: pointer; position:absolute;opacity:0.5;  box-sizing: border-box;}
.tp-arr-imgholder,
.tp-videoposter,
.tp-thumb-image,
.tp-tab-image					{	background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;}
.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected				{	opacity:1;}
.tp-tab-mask,
.tp-thumb-mask 					{	box-sizing:border-box !important; }
.tp-tabs,
.tp-thumbs						{	box-sizing:content-box !important; }
.tp-bullet 						{	width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;}
.tp-bullet.selected,
.tp-bullet:hover				{	background:#fff;}
.tparrows						{	cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; }
.tparrows:hover 				{	background:#000;}
.tparrows:before				{	font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.tparrows.tp-leftarrow:before	{	content: '\e824'; }
.tparrows.tp-rightarrow:before	{	content: '\e825'; } body.rtl .tp-kbimg {left: 0 !important} .dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);} .hglayerinfo				   {	  position: fixed;
bottom: 0px;
left: 0px;
color: #FFF;
font-size: 12px;
line-height: 20px;
font-weight: 600;
background: rgba(0, 0, 0, 0.75);
padding: 5px 10px;
z-index: 2000;
white-space: normal;}
.hginfo 					   { 	position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;}
.indebugmode .tp-caption:hover { 	border:1px dashed #c0392b !important;}
.helpgrid 					   { 	border:2px dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0 }
#revsliderlogloglog				{	padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;} .aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}
.tp-kbimg-wrap:before,
.tp-kbimg-wrap:after {height:500%;width:500%}
.rs-background-video-layer iframe {visibility:inherit !important;}