@charset "UTF-8";
.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 .hidden-fields-container {
display: none;
}
.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 [inert] {
opacity: 0.5;
}
.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;
}html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust:     100%;
}
body {
margin: 0;
}
mark {
background: transparent;
color: #000000;
text-decoration: underline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
dd {
margin-bottom: 15px;
margin-top: 5px;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code, kbd, pre, samp {
background: #f7f7f7 none repeat scroll 0 0;
color: #000000;
font-family: monospace;
font-size: 12px;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
color: #666666;
font-size: 16px;
line-height: 23px;
}
table, th, td {
border: 1px solid #e6e6e6;
} 
td, th {
padding: 10px !important;
text-align: left;
}
.blog-posts .single-post .post-details .post-excerpt blockquote p{
color: #000;
}
.post-password-form input[type="submit"] {
background: rgb(236, 29, 35) none repeat scroll 0 0;
border-radius: 10px;
}
.blog-posts .single-post .post-excerpt.row > h1,
.blog-posts .single-post .post-excerpt.row > h2,
.blog-posts .single-post .post-excerpt.row > h3,
.blog-posts .single-post .post-excerpt.row > h4,
.blog-posts .single-post .post-excerpt.row > h5,
.blog-posts .single-post .post-excerpt.row > h6{
color: #252525;
}
.post-excerpt.row > h1,
.post-excerpt.row > h2,
.post-excerpt.row > h3,
.post-excerpt.row > h4,
.post-excerpt.row > h5,
.post-excerpt.row > h6{
color: #252525;
}
.post-excerpt.row > th,
.post-excerpt.row > address,
.post-excerpt.row > dl,
.post-excerpt.row > ol,
.post-excerpt.row > ul {
color: #9aa7af;
} section {
position: relative;
}
section.cover {
background-size: cover;
}
img {
max-width: 100%;
}
.mt-full-screen {
width: 100%;
height: 100%;
}
.mt-half-page {
width: 100%;
height: 50%;
}
.mt-uppercase {
text-transform: uppercase;
}
.mt-blue {
background: #00adf1;
}
p.subtitle {
font-size: 20px;
font-weight: 600;
color: rgba(255,255,255,0.7);
}
.top-margin {
padding-top: 60px;
}
.mediu-margin {
padding-top: 25px;
padding-bottom: 25px;
}
p {
color: #666666;
font-size: 15px;
font-weight: 300;
line-height: 23px;
} .button {
color: #FFF;
font-size: 14px;
font-weight: 300;
display: inline-block;
padding: 10px 20px;
margin: 10px;
}
.button.outline-button {
border: 1px solid #FFFFFF;
}
.button:hover {
text-decoration: none;
color: #FFFFFF;
}
.button.outline-button.mt-blue {
border-color: #00adf1;
color: #FFFFFF;
}
.video-background {
height: 100%;
} .block-triangle {
width: 80px;
height: 80px;
-ms-transform: none;
-webkit-transform: none;
transform: none;
margin: 0 auto;
position: relative;
top: 25px;
box-shadow: 0 0 0 6px #FFFFFF, 0 0 0 7px #dadbdb;
-webkit-box-shadow: 0 0 0 6px #FFFFFF, 0 0 0 7px #dadbdb;
}
.block-title p {
color: #2f383d;
font-size: 16px;
font-weight: 500;
}
.block-content p {
font-size: 15px;
color: #9aa7af;
font-weight: 300;
}
.block-icon i {
color: #FFFFFF;
font-size: 40px;
position: absolute;
left: 50%;
top: 50%;
-ms-transform: translate(-50%, -50%) rotate(0deg);
-webkit-transform: translate(-50%, -50%) rotate(0deg);
transform: translate(-50%, -50%) rotate(0deg);
} .left-block-container {
margin-bottom: 20px;
}
.left-block-container .block-title p {
text-transform: uppercase;
}
.left-block-container .block-title {
padding-top: 20px;
}
.left-block-container {
border-bottom: 1px solid #b1b6bb;
}
.left-block-container:last-child {
border-bottom: 0 none;
} .filters {
list-style: none;
text-align: center;
width: 100%;
}
.filters .filter {
display: inline-block;
} .testimonials-container ul {
list-style: none;
padding: 0;
}
.testimonials-container blockquote {
border: 0 none;
text-align: center;
padding: 40px 0 60px 0;
font-size: 26px;
color: rgba(255,255,255,0.5);
position: relative;
}
.testimonials-container blockquote * {
font-size: 26px;
}  .timeline .post-cotnent-left {
padding-right: 60px;
}
.timeline .post-cotnent-right {
padding-left: 60px;
}
.timeline{
position: relative;
}
.timeline article {
padding-bottom: 40px;
position: relative;
}
.timeline:before {
content: "";
display: block;
width: 4px;
height: 100%;
position: absolute;
top: 0;
left: 50%;
margin-left: 2px;
background: #00adf1;
}
.timeline article:before {
content: "";
display: block;
position: absolute;
width: 15px;
height: 90px;
background: url(//apiserana.com/wp-content/themes/esio/images/timeline-dot.jpg);
left: 50%;
top: 50%;
margin-left: -4px;
margin-top: -45px;
}
body.single-post {
border: 0 none;
} .button[type="submit"] {
border-bottom: 4px solid;
color: rgb(255, 255, 255);
font-style: normal;
font-weight: 500;
margin: 0;
padding: 10px;
}
#contact_form .contact_input_holder {
margin-bottom: 15px;
}
.contact_input_holder {
margin-bottom: 20px;
}
.contact_input_holder i {
font-size: 20px;
left: 15px;
opacity: 0.5;
top: 9px;
}
#contact_form input[type="text"]::-webkit-input-placeholder, 
#contact_form input[type="text"]:-moz-placeholder, 
#contact_form input[type="text"]::-moz-placeholder, 
#contact_form input[type="text"]:-ms-input-placeholder, 
#contact_form textarea::-webkit-input-placeholder,
#contact_form textarea:-moz-placeholder,
#contact_form textarea::-moz-placeholder,
#contact_form textarea:-ms-input-placeholder {
color: rgba(0, 0, 0, 0.1);
}
#contact_form {
background-color: rgb(242, 245, 248);
overflow: hidden;
padding: 21px 7px;
}
#contact_form .form-control {
border: 1px solid rgba(0, 0, 0, 0.1);
} .ketchup-error {
display: none !important;
} .btn-default:after {
background: #2c3e50;
height: 100%;
left: 0;
top: 0;
width: 0;
content: "";
position: absolute;
transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
z-index: -1;
}
.btn-default:hover:after {
width: 100%;
}
.btn-primary:hover{
background: rgba(52, 73, 94,1.0);
}
.navbar {
margin-bottom: 0;
border: 0 none;
border-radius: 0;
}
.vc_container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
} .alignright{
text-align: right;
}
.no-author-pic .author-name {
margin: 0;
}
.alignleft{
text-align: left;
float: left;
}
.wp-caption.alignleft{
margin: 10px 20px 10px 0 !important;
}
.clearfix {
clear: both;
}
.form-control {
background-color: #fff;
background-image: none;
border: 2px solid rgba(204, 204, 204, 0.5);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
color: #555;
display: block;
font-size: 14px;
height: 42px;
line-height: 1.42857;
padding: 6px 40px;
transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
width: 100%;
} .wpb_button {
border: 1px solid #FFFFFF;
position: relative;
font-size: 14px;
font-weight: 300;
display: inline-block;
padding: 10px 20px;
margin: 10px;
background-color: transparent;
color: #FFFFFF;
text-shadow: none;
}
.wpb_button:hover {
text-decoration: none;
color: #FFFFFF;
background: transparent;
}
.wpb_button:after {
height: 100%;
left: 0;
top: 0;
width: 0;
content: "";
position: absolute;
transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
z-index: -1;
}
.wpb_button:hover:after {
width: 100%;
}
body .vc_btn, 
body a.vc_btn, 
body button.vc_btn {
color: #FFF;
font-size: 14px;
font-weight: 300;
display: inline-block;
padding: 10px 20px;
margin: 10px;
border-radius: 0;
} .vc_container .vc_row:nth-last-of-type(2) {
margin-bottom: 0;
} .mt-top-bar > div {
padding: 20px 0;
}
.mt-top-bar h1.logo {
margin: 0;
}
.list-view .post-thumbnail {
margin-left: 0;
padding-left: 0;
}
.grid-two-columns:nth-child(2n+1) {
clear: left;
}
.grid-three-columns:nth-child(3n+1) {
clear: left;
}
.grid-four-columns:nth-child(4n+1) {
clear: left;
}
.full-width-part {
width: 100%;
} .heading-holder h2,
.heading-holder{
font-size: 18px;
color: #2f383d;
}
.heading-holder h2,
.heading-holder i {
display: block;
}
.heading-holder i {
float: right;
padding: 5px;
color: #e1e1e1;
border: 1px solid #e1e1e1;
margin-top: 10px;
cursor: pointer;
}
.heading-holder h2 {
float: left;
}
.form-holder-addon {
width: 48%;
float:left;
}
.wpb_tabs .wpb_tabs_nav {
background: #f5f6f7;
position: relative;
border-bottom: 1px solid #dfe5e9;
}
.wpb_tabs .wpb_tabs_nav:before{
position: absolute;
content: "";
display: block;
height: 5px;
width: 100%;
left: 0;
top: 0;
background: #e9edef;
}
.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
padding: 10px 20px;
}
.wpb_tabs .wpb_tabs_nav li{
border-top: 5px solid transparent;
}
.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
background: #FFF;
}
.wpb_tabs{
border-top: 0 none;
border-bottom: 1px solid #dfe5e9;
border-left: 1px solid #dfe5e9;
border-right: 1px solid #dfe5e9;
}
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
background: #FFF;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active {
background: #FFF;
position: relative;
}
.wpb_content_element .wpb_tabs_nav li {
background: transparent;
}
.wpb_tabs .wpb_tabs_nav li a {
border-right: 1px solid transparent;
border-left: 1px solid transparent;
}
.wpb_content_element .wpb_tabs_nav li:first-child a {
border-left: 0 none;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
position: relative;
border-color: #dfe5e9;
}
.wpb_tabs .wpb_tabs_nav li.ui-tabs-active a:after {
content: "";
display: block;
width: 100%;
height: 1px;
position: absolute;
left: 0;
bottom: -1px;
background: #FFF;
opacity: 1;
}
.wpb_content_element .wpb_tabs_nav {
background: #f5f6f7;
position: relative;
border-right: 1px solid #dfe5e9;
}
.wpb_tour {
border-right: 1px solid #dfe5e9;
border-top: 1px solid #dfe5e9;
border-bottom: 1px solid #dfe5e9;
}
.wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
padding: 15px 20px;
}
.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
padding-top: 10px;
padding-left: 10px;
}
.wpb_tour_next_prev_nav {
padding-right: 10px;
padding-left: 10px;
}
.wpb_tour .wpb_tabs_nav:before {
position: absolute;
content: "";
display: block;
height: 100%;
width: 5px;
left: 0;
top: 0;
background: #e9edef;
}
.wpb_tour .wpb_tabs_nav li {
border-left: 5px solid transparent;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav li a {
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
}
.wpb_tour .wpb_tabs_nav li:first-child a {
border-top: 0 none;
}
.wpb_tour .wpb_tabs_nav li:last-child a {
border-bottom: 0 none;
}
.wpb_tour .wpb_tabs_nav li.ui-tabs-active a {
border-color: #dfe5e9;
position: relative;
}
.wpb_tour .wpb_tabs_nav li.ui-tabs-active a:after {
content: "";
display: block;
width: 1px;
height: 100%;
position: absolute;
right: -1px;
top: 0;
background: #FFF;
opacity: 1;
}
.widget-title{
margin-bottom: 15px;
}
.no-margin-head .section-title {
margin-top: 0;
}
.widget-title,
h3#reply-title,
h2.heading-bottom {
font-size: 24px;
margin-top: 40px;
padding-bottom: 15px;
margin-bottom: 0;
position: relative;
font-weight: bold;
}
h2.heading-bottom {
margin-top: 10px;
margin-bottom: 50px;
}
.post_thumbnails_slider{
border-radius: 0px;
-webkit-border-radius: 0px;
overflow: hidden;
}
.fixed-sidebar-menu .widget-title::after {
display: none;
}
h2.heading-bottom.text-left:after {
right: auto;
left: 0;
}
h2.heading-bottom.text-right:after {
left: auto;
right: 0;
}
.blog-posts.portfolio-posts.portfolio-shortcode {
margin: 10px 0 2px;
}
.smartowl_call-to-action h2 {
font-size: 20px;
color: #FFF;
}
.smartowl_call-to-action p {
font-size: 12px;
color: rgba( 255,255,255,0.8 );
font-weight: normal;
margin: 0;
}
.smartowl_call-to-action .vc_col-md-4 {
padding-right: 0;
text-align: center;
}
.smartowl_call-to-action .vc_col-md-8 {
padding-left: 0;
}
.smartowl_call-to-action {
padding: 40px 0;
}
.vc_row {
background-size: cover;
}
.smartowl_call-to-action .wpb_button {
margin-top: 20px;
}
.smartowl_shortcode_blog {
padding: 0;
overflow: hidden;
}
.wpb_content_element {
margin: 20px 0;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
background: #FFFFFF;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active {	
border-bottom: 1px solid #d5dadd;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active a {
color: #FFF;
}
.wpb_accordion_section {
margin-bottom: 10px;
border: 1px solid #d5dadd;
}
.vc_carousel-inner img,
.vc_carousel-inner .vc_inner > a {
min-width: 100% !important;
}
.vc_images_carousel .vc_carousel-control .icon-next {
color: #FFF;
}
.masonry_banner a {
display: block;
}
.masonry_banner a:before, 
.masonry_banner a:after {
position: absolute;
top: 20px;
right: 20px;
bottom: 20px;
left: 20px;
content: '';
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.masonry_banner a:before {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: scale(0,1);
transform: scale(0,1);
}
.masonry_banner a:after {
border-right: 1px solid #fff;
border-left: 1px solid #fff;
-webkit-transform: scale(1,0);
transform: scale(1,0);
}
.masonry_banner:hover a:before, 
.masonry_banner:hover a:after {
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
}
.masonry_holder {
margin: 30px 40px;
position: absolute;
top: 0;
width: 80%;
}
.masonry_holder .category_name {
color: rgb(255, 255, 255);
font-size: 45px;
font-weight: bold;
margin: 0;
text-transform: uppercase;
}
.masonry_banner .read-more {
border: 1px solid;
color: rgb(255, 255, 255);
display: block;
float: left;
margin-top: 7px;
padding: 4px 6px;
}
.button-winona {
border-radius: 4px;
vertical-align: middle;
position: relative;
display: inline-block;
-webkit-backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
} .button-winona:hover span {
color: #fff !important;
}
.button-winona {
overflow: hidden;
padding: 0;
-webkit-transition: border-color 0.3s, background-color 0.3s;
transition: border-color 0.3s, background-color 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-winona::after {
content: attr(data-text);
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
color: #FFF;
-webkit-transform: translate3d(0, 25%, 0);
transform: translate3d(0, 25%, 0);
padding: 10px 15px;
}
.button-winona > span {
display: block;
}
.button-winona::after,
.button-winona > span {
-webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
transition: transform 0.8s, opacity 0.8s;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-winona.button--inverted:hover {
border-color: #21333C;
background-color: #21333C;
}
.button-winona:hover::after {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.button-winona:hover > span {
opacity: 0;
-webkit-transform: translate3d(0, -25%, 0);
transform: translate3d(0, -25%, 0);
}
.menu-multipage-01-container {
float: left;
}
.wpb_row {
margin-bottom: 80px;
}
.shop_feature {
margin-top: 40px;
padding-bottom: 40px;
}
.wpb_column > .wpb_wrapper > .clients-container {
margin: 20px 0;
}
.no-padding-bottom .container #main article .entry-content > .wpb_row.no-bottom-margin {
margin-bottom: 0;
}
.top_section .wpb_wrapper h1 span {
font-size: 80px;
} .related-posts .post-author > a {
display: inline;
}
.related-posts .post-name a {
color: black;
line-height: 140%;
margin-bottom: 6px;
font-weight: bold;
}
.related-posts .post-author {
opacity: 0.85;
}
.single-post .love-it-wrapper {
display: none;
}
.related_blog_details {
background: white none repeat scroll 0 0;
padding: 30px;
}
.single .label-info.edit-t {
background: black none repeat scroll 0 0;
display: block;
float: right;
border-radius: 0;
-webkit-border-radius: 0;
padding: 6px;
}
.single .label-info.edit-t a {
color: #fff;
font-weight: 300;
}
.single .page-links {
margin-top: 10px;
padding: 0 !important;
}
.post-author > a {
display: inline !important;
}
.comment-list .heading-bottom {
margin-bottom: 10px;
font-weight: bold;
margin-top: 10px;
}
.single-post-tags > span {
color: #909090;
}
.single-post-tags > a {
color: #666666;
font-weight: 400;
line-height: 26px;
padding: 4px;
text-transform: lowercase;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
border-radius: 5px;
font-size: 16px;
}
.single-post-tags > a:visited {
color: #666666;
}
.single-post-tags > a:hover {
background: none !Important;
}
.single-post-tags > a:last-child:after {
content: "";
}
.single-post-tags > a:after {
content: ",";
}
.portfolio-bottom-description .love-it-wrapper {
display: none;
}
.portfolio-bottom-icons h4.single-post-love {
display: inline-table;
margin: 0;
}
.single-post .post-categories {
margin-bottom: 5px;
margin-top: 5px;
} .esio_preloader_holder {
background: #009dde none repeat scroll 0 0;
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 10003;
}
.esio_preloader_holder .loaders {
left: 50%;
position: absolute;
top: 50%;
}
.grid-three-columns:nth-child(3n+1) {
clear: left;
} .banner-lines,
.banner-lines-2 {
position: relative;
}
.banner-lines:before,
.banner-lines:after,
.banner-lines-2:before,
.banner-lines-2:after {
display: block;
content: "";
width: 90px;
height: 1px;
background-color: #fff;
position: absolute;
top: 50%;
left: 50%;
opacity: .8;
}
.banner-lines:before {
transform: translate(-255px, 4px)
}
.banner-lines:after {
transform: translate(165px, 4px);
}
.banner-lines-2:before {
transform: translate(-335px, 4px)
}
.banner-lines-2:after {
transform: translate(245px, 4px);
} .Mt-modal_video_button {
font-size: 15px;
line-height: 30px;
color: #162441;
transition: all .3s ease;
font-weight: 500;
}
.Mt-modal_video_button:hover{
opacity:0.8;
}
.Mt-modal_video_button i {
color: #fff;
padding: 20px 0;
border: 7px solid #faddeb;
background: #fd76d4;
border-radius: 100%;
margin-right: 10px;
transition: all 0.3s ease;
height: 70px;
text-align: center;
width: 70px;
} .about .elementor-accordion .elementor-tab-content {
padding:  0 20px 5px 44px;
} .modeltheme-portofolio-shortcode-v2 .modeltheme-portofolio-img-holder {
width: 100%;
}
.modeltheme-portofolio-shortcode-v2 .portofolio-profile-img {
position: relative;
}
.modeltheme-portofolio-shortcode-v2 .modeltheme-portofolio-img-holder img {
overflow: hidden;
object-fit: cover;
width: 100%;
height: 360px;
border-radius: 3px;
}
.modeltheme-portofolio-shortcode-v2 .thumbnail-overlay {
width: 100%;
}
.modeltheme-portofolio-shortcode-v2 .thumbnail-overlay {
height: 100%;
width: 100%;
left: 0;
top: 0;
margin-left: 0;
}
.modeltheme-portofolio-shortcode-v2 {
overflow: hidden;
}
.shared-counts-wrap.style-block .shared-counts-button svg,
.shared-counts-wrap.style-rounded .shared-counts-button svg,
.shared-counts-wrap.style-buttons .shared-counts-button svg {
margin-top: 9px !important;
}
.shared-counts-wrap.style-buttons a.shared-counts-button {
border-radius: 100% !important;
width: 35px !important;
height: 35px;
}
.shared-counts-wrap {
margin-bottom: 0px !important;
margin-left: 10px !important;
width: unset !important;
}
.share .elementor-text-editor {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.mt-single-portofolio-info .single-portfolio-info {
padding: 10px 0px 0px 0px;
}
.mt-single-portofolio-info .single-portfolio-info p strong{
display: block;
color: #222;
}
.mt-single-portofolio-info .single-portfolio-info:first-of-type {
padding-top: 0px;
}
.mt-single-portofolio-info .single-portfolio-info:last-of-type {
border-bottom: none;
}
.mt-single-portofolio-info ul.social-share {
padding: 0;
list-style-type: none;
display: inline;
}
.mt-single-portofolio-info ul li {
display: inline-block;
margin-right: 5px;
margin-top: 8px;
}
.mt-single-portofolio-info ul li a {
width: 32px;
height: 32px;
font-size: 14px;
display: inline-block;
text-align: center;
line-height: 32px;
color: #fff;
cursor: pointer;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 50%;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
background: transparent;
}
.mt-single-portofolio-info p.share-portfolio {
display: inline;
}
.mt-single-portofolio-info .fa-facebook {
background-color: #3B5998;
}
.mt-single-portofolio-info .fa-twitter {
background-color: #00B6F1;
}
.mt-single-portofolio-info .fa-linkedin {
background: #CB2027;
}.single article .article-content .has-pale-pink-color{
color: #F78DA7;
}
.single article .article-content .has-vivid-red-color{
color: #CF2E2E;
}
.single article .article-content .has-luminous-vivid-orange-color{
color: #F56500;
}
.single article .article-content .has-luminous-vivid-amber-color{
color: #F3B200;
}
.single article .article-content .has-light-green-cyan-color{
color: #7BDCB5;
}
.single article .article-content .has-vivid-green-cyan-color{
color: #00D084;
}
.single article .article-content .has-pale-cyan-blue-color{
color: #8DD0FB;
}
.single article .article-content .has-vivid-cyan-blue-color{
color: #0693e3;
}
.single article .article-content .has-very-light-gray-color{
color: #eeeeee;
}
.single article .article-content .has-cyan-bluish-gray-color{
color: #abb8c3;
}
.single article .article-content .has-very-dark-gray-color{
color: #313131;
}
.wp-block-image figcaption {
font-size: 13px;
margin-top: 10px;
color: #555d66 !important;
font-weight: 400 !important;
}
.wp-block-image .aligncenter {
margin-top: 35px !important;
margin-bottom: 35px !important;
}
.alignleft {
margin-bottom: 10px;
margin-right: 20px;
margin-top: 10px ;
}
#attachment_906.wp-caption.aligncenter, .wp-block-image.size-full.wp-image-906 {
clear: both;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
padding: 30px;
}
.wp-block-button.is-style-squared a,
.wp-block-button__link.wp-block-button.is-style-squared a {
border-radius: 0;
}
a.wp-block-button__link {
background: #FD75B4;
border-radius: 30px;
color: #ffffff !important;
font-size: 17px;
padding: 12px 55px;
font-weight: 400;
transition: 250ms all ease;
}
a.wp-block-button__link:hover{
opacity: .7;
}
ul.wp-block-gallery.alignleft.columns-2.is-cropped {
margin-top: 6px;
}
.wp-block-quote.is-large {
padding: 30px;
}
blockquote.wp-block-quote {
color: #252525 !important;
font-size: 16px !important;
font-weight: 300 !important;
}
body .status-panel-no-sidebar .alignfull {
width: auto;
max-width: 1000%;
margin-right: calc(50% - 50vw);
margin-left: calc(50% - 50vw);
}
.wp-block-cover.has-background-dim.alignleft:first-child {
margin-top: 6px !important;
}
figure.wp-block-image, 
.wp-block-cover.has-background-dim, 
.wp-block-gallery, 
.single.single-post .article-content blockquote.wp-block-quote, 
blockquote.wp-block-quote,
blockquote.wp-block-quote.is-large, 
.wp-block-code, .wp-block-audio, 
.wp-block-video, .wp-block-preformatted, 
.wp-block-verse, .wp-block-table, 
.wp-block-separator, .wp-block-spacer, 
.wp-block-categories, .wp-block-latest-posts, 
.wp-block-embed, .single.single-post .article-content p.wp-block-subhead, p.wp-block-subhead {
margin-bottom: 60px;
margin-top: 20px;
}
body .status-panel-no-sidebar .alignwide {
width: auto;
max-width: 1000%;
margin-right: calc(25% - 25vw);
margin-left: calc(25% - 25vw);
}
.alignwide img,
.alignfull img {
display: block;
margin: 0 auto;
}
article ul li {
color: #666666;
font-size: 17px;
font-weight: 300;
line-height: 26px;
opacity: 1;
visibility: visible;
}
.single article .article-content p.wp-block-cover-text {
font-size: 2em;
color: #fff;
line-height: 1.25;
}
.wp-block-gallery.is-cropped .blocks-gallery-item img,
figure.wp-block-image img {
margin: auto;
}
.wp-block-quote .blockquote-footer,
.wp-block-quote cite {
color: #fff !important;
font-weight: 300 !important;
font-style: italic;
font-size: 14px;
margin-top: 15px;
}
blockquote footer.blockquote-footer {
background: transparent;
}
.single.single-post .article-content p.form-submit {
margin-bottom: 0px;
}
.wp-block-pullquote p {
font-weight: 300 !important;
color: #252525 !important;
}
.wp-block-pullquote cite {
color: #fff;
font-weight: 300;
text-transform: uppercase;
}
.wp-block-button{
margin-top: 15px;
margin-bottom: 15px;
}
.wp-block-button.is-style-outline .wp-block-button__link {
color: #FD75B4 !important;
}
figure.wp-block-image,
.wp-block-cover.has-background-dim,
.wp-block-gallery,
.single.single-post .article-content blockquote.wp-block-quote,
blockquote.wp-block-quote,
blockquote.wp-block-quote.is-large,
.wp-block-code,
.wp-block-audio,
.wp-block-video,
.wp-block-preformatted,
.wp-block-verse,
.wp-block-table,
.wp-block-separator,
.wp-block-spacer,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-embed,
.single.single-post .article-content p.wp-block-subhead,
p.wp-block-subhead   {
margin-bottom: 60px;
margin-top: 20px;
}
.wp-block-column p {
margin-top: 15px;
}
.has-top-margin {
margin-top: 60px;
}
.wp-block-embed-vimeo.wp-block-embed {
margin-bottom: 0px;
}
blockquote footer, blockquote small, blockquote .small {
background: transparent !important;
}
.wp-block-image .alignleft {
margin-right: 20px;
}
figcaption.blocks-gallery-item__caption {
line-height: normal;
}
.missing-modeltheme-framework img.size-full.wp-image-904.alignright,
.missing-redux-framework img.size-full.wp-image-904.alignright {
clear: both;
}
figcaption.blocks-gallery-caption {
padding: 0 30px;
text-align: center;
}
body .status-panel-no-sidebar .wp-block-columns.alignfull.has-2-columns {
padding: 0 30px;
}
p[style="font-size:46px"] {
line-height: 1.15 !important;
}
.wp-block-categories-dropdown.wp-block-categories select,
.wp-block-archives-dropdown select {
padding: 10px;
appearance: auto;
}
nav.wp-calendar-nav {
background: transparent;
}
footer.wp-block-latest-comments__comment-meta {
background: transparent;
}
.wp-block-group {
box-sizing: border-box;
padding: 50px;
}
.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile {
margin-bottom: 30px;
}
.page-id-1133 img.size-full.wp-image-904.alignright {
clear: both;
}@font-face{font-family:'FontAwesome';src:url(//apiserana.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//apiserana.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//apiserana.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//apiserana.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//apiserana.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//apiserana.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} @media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
select {
background: #fff !important;
}
.navbar {
display: none;
}
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important;
}
.label {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table td,
.table th {
background-color: #fff !important;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important;
}
}
@font-face {
font-family: "Glyphicons Halflings";
src: url(//apiserana.com/wp-content/themes/esio/fonts/glyphicons-halflings-regular.eot);
src: url(//apiserana.com/wp-content/themes/esio/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(//apiserana.com/wp-content/themes/esio/fonts/glyphicons-halflings-regular.woff) format("woff"), url(//apiserana.com/wp-content/themes/esio/fonts/glyphicons-halflings-regular.ttf) format("truetype"),
url(//apiserana.com/wp-content/themes/esio/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: "Glyphicons Halflings";
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
content: "\2a";
}
.glyphicon-plus:before {
content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
content: "\20ac";
}
.glyphicon-minus:before {
content: "\2212";
}
.glyphicon-cloud:before {
content: "\2601";
}
.glyphicon-envelope:before {
content: "\2709";
}
.glyphicon-pencil:before {
content: "\270f";
}
.glyphicon-glass:before {
content: "\e001";
}
.glyphicon-music:before {
content: "\e002";
}
.glyphicon-search:before {
content: "\e003";
}
.glyphicon-heart:before {
content: "\e005";
}
.glyphicon-star:before {
content: "\e006";
}
.glyphicon-star-empty:before {
content: "\e007";
}
.glyphicon-user:before {
content: "\e008";
}
.glyphicon-film:before {
content: "\e009";
}
.glyphicon-th-large:before {
content: "\e010";
}
.glyphicon-th:before {
content: "\e011";
}
.glyphicon-th-list:before {
content: "\e012";
}
.glyphicon-ok:before {
content: "\e013";
}
.glyphicon-remove:before {
content: "\e014";
}
.glyphicon-zoom-in:before {
content: "\e015";
}
.glyphicon-zoom-out:before {
content: "\e016";
}
.glyphicon-off:before {
content: "\e017";
}
.glyphicon-signal:before {
content: "\e018";
}
.glyphicon-cog:before {
content: "\e019";
}
.glyphicon-trash:before {
content: "\e020";
}
.glyphicon-home:before {
content: "\e021";
}
.glyphicon-file:before {
content: "\e022";
}
.glyphicon-time:before {
content: "\e023";
}
.glyphicon-road:before {
content: "\e024";
}
.glyphicon-download-alt:before {
content: "\e025";
}
.glyphicon-download:before {
content: "\e026";
}
.glyphicon-upload:before {
content: "\e027";
}
.glyphicon-inbox:before {
content: "\e028";
}
.glyphicon-play-circle:before {
content: "\e029";
}
.glyphicon-repeat:before {
content: "\e030";
}
.glyphicon-refresh:before {
content: "\e031";
}
.glyphicon-list-alt:before {
content: "\e032";
}
.glyphicon-lock:before {
content: "\e033";
}
.glyphicon-flag:before {
content: "\e034";
}
.glyphicon-headphones:before {
content: "\e035";
}
.glyphicon-volume-off:before {
content: "\e036";
}
.glyphicon-volume-down:before {
content: "\e037";
}
.glyphicon-volume-up:before {
content: "\e038";
}
.glyphicon-qrcode:before {
content: "\e039";
}
.glyphicon-barcode:before {
content: "\e040";
}
.glyphicon-tag:before {
content: "\e041";
}
.glyphicon-tags:before {
content: "\e042";
}
.glyphicon-book:before {
content: "\e043";
}
.glyphicon-bookmark:before {
content: "\e044";
}
.glyphicon-print:before {
content: "\e045";
}
.glyphicon-camera:before {
content: "\e046";
}
.glyphicon-font:before {
content: "\e047";
}
.glyphicon-bold:before {
content: "\e048";
}
.glyphicon-italic:before {
content: "\e049";
}
.glyphicon-text-height:before {
content: "\e050";
}
.glyphicon-text-width:before {
content: "\e051";
}
.glyphicon-align-left:before {
content: "\e052";
}
.glyphicon-align-center:before {
content: "\e053";
}
.glyphicon-align-right:before {
content: "\e054";
}
.glyphicon-align-justify:before {
content: "\e055";
}
.glyphicon-list:before {
content: "\e056";
}
.glyphicon-indent-left:before {
content: "\e057";
}
.glyphicon-indent-right:before {
content: "\e058";
}
.glyphicon-facetime-video:before {
content: "\e059";
}
.glyphicon-picture:before {
content: "\e060";
}
.glyphicon-map-marker:before {
content: "\e062";
}
.glyphicon-adjust:before {
content: "\e063";
}
.glyphicon-tint:before {
content: "\e064";
}
.glyphicon-edit:before {
content: "\e065";
}
.glyphicon-share:before {
content: "\e066";
}
.glyphicon-check:before {
content: "\e067";
}
.glyphicon-move:before {
content: "\e068";
}
.glyphicon-step-backward:before {
content: "\e069";
}
.glyphicon-fast-backward:before {
content: "\e070";
}
.glyphicon-backward:before {
content: "\e071";
}
.glyphicon-play:before {
content: "\e072";
}
.glyphicon-pause:before {
content: "\e073";
}
.glyphicon-stop:before {
content: "\e074";
}
.glyphicon-forward:before {
content: "\e075";
}
.glyphicon-fast-forward:before {
content: "\e076";
}
.glyphicon-step-forward:before {
content: "\e077";
}
.glyphicon-eject:before {
content: "\e078";
}
.glyphicon-chevron-left:before {
content: "\e079";
}
.glyphicon-chevron-right:before {
content: "\e080";
}
.glyphicon-plus-sign:before {
content: "\e081";
}
.glyphicon-minus-sign:before {
content: "\e082";
}
.glyphicon-remove-sign:before {
content: "\e083";
}
.glyphicon-ok-sign:before {
content: "\e084";
}
.glyphicon-question-sign:before {
content: "\e085";
}
.glyphicon-info-sign:before {
content: "\e086";
}
.glyphicon-screenshot:before {
content: "\e087";
}
.glyphicon-remove-circle:before {
content: "\e088";
}
.glyphicon-ok-circle:before {
content: "\e089";
}
.glyphicon-ban-circle:before {
content: "\e090";
}
.glyphicon-arrow-left:before {
content: "\e091";
}
.glyphicon-arrow-right:before {
content: "\e092";
}
.glyphicon-arrow-up:before {
content: "\e093";
}
.glyphicon-arrow-down:before {
content: "\e094";
}
.glyphicon-share-alt:before {
content: "\e095";
}
.glyphicon-resize-full:before {
content: "\e096";
}
.glyphicon-resize-small:before {
content: "\e097";
}
.glyphicon-exclamation-sign:before {
content: "\e101";
}
.glyphicon-gift:before {
content: "\e102";
}
.glyphicon-leaf:before {
content: "\e103";
}
.glyphicon-fire:before {
content: "\e104";
}
.glyphicon-eye-open:before {
content: "\e105";
}
.glyphicon-eye-close:before {
content: "\e106";
}
.glyphicon-warning-sign:before {
content: "\e107";
}
.glyphicon-plane:before {
content: "\e108";
}
.glyphicon-calendar:before {
content: "\e109";
}
.glyphicon-random:before {
content: "\e110";
}
.glyphicon-comment:before {
content: "\e111";
}
.glyphicon-magnet:before {
content: "\e112";
}
.glyphicon-chevron-up:before {
content: "\e113";
}
.glyphicon-chevron-down:before {
content: "\e114";
}
.glyphicon-retweet:before {
content: "\e115";
}
.glyphicon-shopping-cart:before {
content: "\e116";
}
.glyphicon-folder-close:before {
content: "\e117";
}
.glyphicon-folder-open:before {
content: "\e118";
}
.glyphicon-resize-vertical:before {
content: "\e119";
}
.glyphicon-resize-horizontal:before {
content: "\e120";
}
.glyphicon-hdd:before {
content: "\e121";
}
.glyphicon-bullhorn:before {
content: "\e122";
}
.glyphicon-bell:before {
content: "\e123";
}
.glyphicon-certificate:before {
content: "\e124";
}
.glyphicon-thumbs-up:before {
content: "\e125";
}
.glyphicon-thumbs-down:before {
content: "\e126";
}
.glyphicon-hand-right:before {
content: "\e127";
}
.glyphicon-hand-left:before {
content: "\e128";
}
.glyphicon-hand-up:before {
content: "\e129";
}
.glyphicon-hand-down:before {
content: "\e130";
}
.glyphicon-circle-arrow-right:before {
content: "\e131";
}
.glyphicon-circle-arrow-left:before {
content: "\e132";
}
.glyphicon-circle-arrow-up:before {
content: "\e133";
}
.glyphicon-circle-arrow-down:before {
content: "\e134";
}
.glyphicon-globe:before {
content: "\e135";
}
.glyphicon-wrench:before {
content: "\e136";
}
.glyphicon-tasks:before {
content: "\e137";
}
.glyphicon-filter:before {
content: "\e138";
}
.glyphicon-briefcase:before {
content: "\e139";
}
.glyphicon-fullscreen:before {
content: "\e140";
}
.glyphicon-dashboard:before {
content: "\e141";
}
.glyphicon-paperclip:before {
content: "\e142";
}
.glyphicon-heart-empty:before {
content: "\e143";
}
.glyphicon-link:before {
content: "\e144";
}
.glyphicon-phone:before {
content: "\e145";
}
.glyphicon-pushpin:before {
content: "\e146";
}
.glyphicon-usd:before {
content: "\e148";
}
.glyphicon-gbp:before {
content: "\e149";
}
.glyphicon-sort:before {
content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
content: "\e152";
}
.glyphicon-sort-by-order:before {
content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
content: "\e154";
}
.glyphicon-sort-by-attributes:before {
content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
content: "\e156";
}
.glyphicon-unchecked:before {
content: "\e157";
}
.glyphicon-expand:before {
content: "\e158";
}
.glyphicon-collapse-down:before {
content: "\e159";
}
.glyphicon-collapse-up:before {
content: "\e160";
}
.glyphicon-log-in:before {
content: "\e161";
}
.glyphicon-flash:before {
content: "\e162";
}
.glyphicon-log-out:before {
content: "\e163";
}
.glyphicon-new-window:before {
content: "\e164";
}
.glyphicon-record:before {
content: "\e165";
}
.glyphicon-save:before {
content: "\e166";
}
.glyphicon-open:before {
content: "\e167";
}
.glyphicon-saved:before {
content: "\e168";
}
.glyphicon-import:before {
content: "\e169";
}
.glyphicon-export:before {
content: "\e170";
}
.glyphicon-send:before {
content: "\e171";
}
.glyphicon-floppy-disk:before {
content: "\e172";
}
.glyphicon-floppy-saved:before {
content: "\e173";
}
.glyphicon-floppy-remove:before {
content: "\e174";
}
.glyphicon-floppy-save:before {
content: "\e175";
}
.glyphicon-floppy-open:before {
content: "\e176";
}
.glyphicon-credit-card:before {
content: "\e177";
}
.glyphicon-transfer:before {
content: "\e178";
}
.glyphicon-cutlery:before {
content: "\e179";
}
.glyphicon-header:before {
content: "\e180";
}
.glyphicon-compressed:before {
content: "\e181";
}
.glyphicon-earphone:before {
content: "\e182";
}
.glyphicon-phone-alt:before {
content: "\e183";
}
.glyphicon-tower:before {
content: "\e184";
}
.glyphicon-stats:before {
content: "\e185";
}
.glyphicon-sd-video:before {
content: "\e186";
}
.glyphicon-hd-video:before {
content: "\e187";
}
.glyphicon-subtitles:before {
content: "\e188";
}
.glyphicon-sound-stereo:before {
content: "\e189";
}
.glyphicon-sound-dolby:before {
content: "\e190";
}
.glyphicon-sound-5-1:before {
content: "\e191";
}
.glyphicon-sound-6-1:before {
content: "\e192";
}
.glyphicon-sound-7-1:before {
content: "\e193";
}
.glyphicon-copyright-mark:before {
content: "\e194";
}
.glyphicon-registration-mark:before {
content: "\e195";
}
.glyphicon-cloud-download:before {
content: "\e197";
}
.glyphicon-cloud-upload:before {
content: "\e198";
}
.glyphicon-tree-conifer:before {
content: "\e199";
}
.glyphicon-tree-deciduous:before {
content: "\e200";
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.42857143;
color: #252525;
background-color: #fff;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #337ab7;
text-decoration: none;
}
a:hover,
a:focus {
color: #23527c;
text-decoration: underline;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
padding: 4px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
margin-top: 20px;
margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
margin-top: 10px;
margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
font-size: 75%;
}
h1,
.h1 {
font-size: 36px;
}
h2,
.h2 {
font-size: 30px;
}
h3,
.h3 {
font-size: 24px;
}
h4,
.h4 {
font-size: 18px;
}
h5,
.h5 {
font-size: 14px;
}
h6,
.h6 {
font-size: 12px;
}
p {
margin: 0 0 10px;
}
.lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 21px;
}
}
small,
.small {
font-size: 85%;
}
mark,
.mark {
background-color: #fcf8e3;
padding: 0.2em;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-nowrap {
white-space: nowrap;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-muted {
color: #777;
}
.text-primary {
color: #337ab7;
}
a.text-primary:hover {
color: #286090;
}
.text-success {
color: #3c763d;
}
a.text-success:hover {
color: #2b542c;
}
.text-info {
color: #31708f;
}
a.text-info:hover {
color: #245269;
}
.text-warning {
color: #8a6d3b;
}
a.text-warning:hover {
color: #66512c;
}
.text-danger {
color: #a94442;
}
a.text-danger:hover {
color: #843534;
}
.bg-primary {
color: #fff;
background-color: #337ab7;
}
a.bg-primary:hover {
background-color: #286090;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover {
background-color: #e4b9b9;
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
}
ul,
ol {
margin-top: 0;
margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
dl {
margin-top: 0;
margin-bottom: 20px;
}
dt,
dd {
line-height: 1.42857143;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eee;
border-left: 0;
text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
content: "\00A0 \2014";
}
address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #252525;
border-radius: 3px;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
-webkit-box-shadow: none;
box-shadow: none;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857143;
word-break: break-all;
word-wrap: break-word;
color: #252525;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 40px;
padding-right: 40px;
}
@media (max-width: 991px){
.container-fluid {
padding-left: 15px;
padding-right: 15px;
}
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0;
}
@media (min-width: 768px) {
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0;
}
}
@media (min-width: 992px) {
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-0 {
left: auto;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-0 {
margin-left: 0;
}
}
@media (min-width: 1200px) {
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-0 {
margin-left: 0;
}
}
table {
background-color: transparent;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777;
text-align: left;
}
th {
text-align: left;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd;
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 2px solid #ddd;
}
.table .table {
background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
background-color: #f5f5f5;
}
table col[class*="col-"] {
position: static;
float: none;
display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
float: none;
display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
.table-responsive {
overflow-x: auto;
min-height: 0.01%;
}
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #252525;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
}
input[type="file"] {
display: block;
}
input[type="range"] {
display: block;
width: 100%;
}
select[multiple],
select[size] {
height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
color: #999;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #999;
}
.form-control::-webkit-input-placeholder {
color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
cursor: not-allowed;
background-color: #eee;
opacity: 1;
}
textarea.form-control {
height: auto;
}
input[type="search"] {
-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
line-height: 34px;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
line-height: 46px;
}
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.radio label,
.checkbox label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-left: -20px;
margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
cursor: not-allowed;
}
.form-control-static {
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
padding-left: 0;
padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
height: 30px;
line-height: 30px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
height: auto;
}
.input-lg,
.form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
height: 46px;
line-height: 46px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
height: auto;
}
.has-feedback {
position: relative;
}
.has-feedback .form-control {
padding-right: 42.5px;
}
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
pointer-events: none;
}
.input-lg + .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px;
}
.input-sm + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
color: #3c763d;
}
.has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
color: #3c763d;
border-color: #3c763d;
background-color: #dff0d8;
}
.has-success .form-control-feedback {
color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
color: #8a6d3b;
}
.has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
color: #a94442;
}
.has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
color: #a94442;
border-color: #a94442;
background-color: #f2dede;
}
.has-error .form-control-feedback {
color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373;
}
@media (min-width: 768px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .form-control-static {
display: inline-block;
}
.form-inline .input-group {
display: inline-table;
vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto;
}
.form-inline .input-group > .form-control {
width: 100%;
}
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
padding-left: 0;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 27px;
}
.form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 7px;
}
}
.form-horizontal .has-feedback .form-control-feedback {
right: 15px;
}
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 14.3px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
}
}
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
color: #252525;
text-decoration: none;
}
.btn:active,
.btn.active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
cursor: not-allowed;
pointer-events: none;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-default {
color: #252525;
background-color: #fff;
border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
color: #252525;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
background-color: #fff;
border-color: #ccc;
}
.btn-default .badge {
color: #fff;
background-color: #252525;
}
.btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary .badge {
color: #337ab7;
background-color: #fff;
}
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success .badge {
color: #5cb85c;
background-color: #fff;
}
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info .badge {
color: #5bc0de;
background-color: #fff;
}
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff;
}
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge {
color: #d9534f;
background-color: #fff;
}
.btn-link {
color: #337ab7;
font-weight: normal;
border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
color: #23527c;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
color: #777;
text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
display: none;
visibility: hidden;
}
.collapse.in {
display: block;
visibility: visible;
}
tr.collapse.in {
display: table-row;
}
tbody.collapse.in {
display: table-row-group;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-property: height, visibility;
-o-transition-property: height, visibility;
transition-property: height, visibility;
-webkit-transition-duration: 0.35s;
-o-transition-duration: 0.35s;
transition-duration: 0.35s;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px solid;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
text-align: left;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #252525;
white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
text-decoration: none;
color: #262626;
background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #fff;
text-decoration: none;
outline: 0;
background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed;
}
.open > .dropdown-menu {
display: block;
}
.open > a {
outline: 0;
}
.dropdown-menu-right {
left: auto;
right: 0;
}
.dropdown-menu-left {
left: 0;
right: auto;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.42857143;
color: #777;
white-space: nowrap;
}
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px solid;
content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 1px;
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
left: auto;
right: 0;
}
.navbar-right .dropdown-menu-left {
left: 0;
right: auto;
}
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
margin-left: -1px;
}
.btn-toolbar {
margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.btn-group > .btn:first-child {
margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group > .btn-group {
float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn .caret {
margin-left: 0;
}
.btn-lg .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.dropup .btn-lg .caret {
border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-bottom-left-radius: 4px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
float: none;
display: table-cell;
width: 1%;
}
.btn-group-justified > .btn-group .btn {
width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.input-group {
position: relative;
display: table;
border-collapse: separate;
}
.input-group[class*="col-"] {
float: none;
padding-left: 0;
padding-right: 0;
}
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
height: 46px;
line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
height: 30px;
line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.input-group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #555;
text-align: center;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 4px;
}
.input-group-addon.input-sm {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
}
.input-group-addon.input-lg {
padding: 10px 16px;
font-size: 18px;
border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.input-group-addon:first-child {
border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.input-group-addon:last-child {
border-left: 0;
}
.input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}
.input-group-btn > .btn {
position: relative;
}
.input-group-btn > .btn + .btn {
margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
margin-left: -1px;
}
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.nav > li {
position: relative;
display: block;
}
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
text-decoration: none;
background-color: #eee;
}
.nav > li.disabled > a {
color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
color: #777;
text-decoration: none;
background-color: transparent;
cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #eee;
border-color: #337ab7;
}
.nav .nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.nav > li > a > img {
max-width: none;
}
.nav-tabs {
border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.42857143;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #555;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default;
}
.nav-tabs.nav-justified {
width: 100%;
border-bottom: 0;
}
.nav-tabs.nav-justified > li {
float: none;
}
.nav-tabs.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #ddd;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #fff;
}
}
.nav-pills > li {
float: left;
}
.nav-pills > li > a {
border-radius: 4px;
}
.nav-pills > li + li {
margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #fff;
background-color: #337ab7;
}
.nav-stacked > li {
float: none;
}
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.nav-justified {
width: 100%;
}
.nav-justified > li {
float: none;
}
.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs-justified {
border-bottom: 0;
}
.nav-tabs-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border: 1px solid #ddd;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border-bottom-color: #fff;
}
}
.tab-content > .tab-pane {
display: none;
visibility: hidden;
}
.tab-content > .active {
display: block;
visibility: visible;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 20px;
border: 1px solid transparent;
}
@media (min-width: 768px) {
.navbar {
border-radius: 4px;
}
}
@media (min-width: 768px) {
.navbar-header {
float: left;
}
}
@media (min-width: 768px) and (max-width: 991px){
body:not(.is_header_semitransparent) .navbar-header {
float: none;
}
}
.navbar-collapse {
overflow-x: visible;
padding-right: 15px;
padding-left: 15px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.navbar-collapse {
border-top: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
visibility: visible !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
padding-left: 0;
padding-right: 0;
}
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 200px;
}
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.navbar-static-top {
border-radius: 0;
}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.navbar-brand {
float: left;
padding: 15px 15px;
font-size: 18px;
line-height: 20px;
height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
.navbar-brand > img {
display: block;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: -15px;
}
}
.navbar-toggle {
position: relative;
float: right;
margin-right: 15px;
padding: 8px 8px;
margin-top: 8px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.navbar-toggle:focus {
outline: 0;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 3px;
}
@media (min-width: 768px) {
.navbar-toggle {
display: none;
}
}
.navbar-nav {
margin: 7.5px -15px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
.navbar-nav {
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-top: 15px;
padding-bottom: 15px;
}
}
.navbar-form {
margin-left: -15px;
margin-right: -15px;
padding: 10px 15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
margin-top: 8px;
margin-bottom: 8px;
}
@media (min-width: 768px) {
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.navbar-form .form-control-static {
display: inline-block;
}
.navbar-form .input-group {
display: inline-table;
vertical-align: middle;
}
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
width: auto;
}
.navbar-form .input-group > .form-control {
width: 100%;
}
.navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio label,
.navbar-form .checkbox label {
padding-left: 0;
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
top: 0;
}
}
@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px;
}
.navbar-form .form-group:last-child {
margin-bottom: 0;
}
}
@media (min-width: 768px) {
.navbar-form {
width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
}
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.navbar-btn {
margin-top: 8px;
margin-bottom: 8px;
}
.navbar-btn.btn-sm {
margin-top: 10px;
margin-bottom: 10px;
}
.navbar-btn.btn-xs {
margin-top: 14px;
margin-bottom: 14px;
}
.navbar-text {
margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 768px) {
.navbar-text {
float: left;
margin-left: 15px;
margin-right: 15px;
}
}
@media (min-width: 768px) {
.navbar-left {
float: left !important;
}
.navbar-right {
float: right !important;
margin-right: -15px;
}
.navbar-right ~ .navbar-right {
margin-right: 0;
}
}
.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent;
}
.navbar-default .navbar-text {
color: #777;
}
.navbar-default .navbar-nav > li > a {
color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #65bc7b;
background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
background-color: #e7e7e7;
color: #555;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #252525;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
}
.navbar-default .navbar-link {
color: #777;
}
.navbar-default .navbar-link:hover {
color: #252525;
}
.navbar-default .btn-link {
color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
color: #252525;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
color: #ccc;
}
.navbar-inverse {
background-color: #222;
border-color: #080808;
}
.navbar-inverse .navbar-brand {
color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-text {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #fff;
background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444;
background-color: transparent;
}
.navbar-inverse .navbar-toggle {
border-color: #252525;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: #252525;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
background-color: #080808;
color: #fff;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444;
background-color: transparent;
}
}
.navbar-inverse .navbar-link {
color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
color: #fff;
}
.navbar-inverse .btn-link {
color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #444;
}
.breadcrumb {
padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px;
}
.breadcrumb > li {
display: inline-block;
}
.breadcrumb > li + li:before {
content: "/\00a0";
padding: 0 5px;
color: #ccc;
}
.breadcrumb > .active {
color: #777;
}
.pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
.pagination > li {
display: inline;
}
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.42857143;
text-decoration: none;
color: #337ab7;
background-color: #fff;
border: 1px solid #ddd;
margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
color: #23527c;
background-color: #eee;
border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
z-index: 2;
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #777;
background-color: #fff;
border-color: #ddd;
cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-bottom-left-radius: 6px;
border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-bottom-right-radius: 6px;
border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
.pager {
padding-left: 0;
margin: 20px 0;
list-style: none;
text-align: center;
}
.pager li {
display: inline;
}
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: #eee;
}
.pager .next > a,
.pager .next > span {
float: right;
}
.pager .previous > a,
.pager .previous > span {
float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #777;
background-color: #fff;
cursor: not-allowed;
}
.label {
display: inline;
padding: 0.2em 0.6em 0.3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.label:empty {
display: none;
}
.btn .label {
position: relative;
top: -1px;
}
.label-default {
background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
background-color: #5e5e5e;
}
.label-primary {
background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
background-color: #286090;
}
.label-success {
background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
background-color: #449d44;
}
.label-info {
background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
background-color: #31b0d5;
}
.label-warning {
background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
background-color: #ec971f;
}
.label-danger {
background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
background-color: #c9302c;
}
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
color: #fff;
line-height: 1;
vertical-align: baseline;
white-space: nowrap;
text-align: center;
background-color: #777;
border-radius: 10px;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.btn-xs .badge {
top: 0;
padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #337ab7;
background-color: #fff;
}
.list-group-item > .badge {
float: right;
}
.list-group-item > .badge + .badge {
margin-right: 5px;
}
.nav-pills > li > a > .badge {
margin-left: 3px;
}
.jumbotron {
padding: 30px 15px;
margin-bottom: 30px;
color: inherit;
background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
color: inherit;
}
.jumbotron p {
margin-bottom: 15px;
font-size: 21px;
font-weight: 200;
}
.jumbotron > hr {
border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
border-radius: 6px;
}
.jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 768px) {
.jumbotron {
padding: 48px 0;
}
.container .jumbotron,
.container-fluid .jumbotron {
padding-left: 60px;
padding-right: 60px;
}
.jumbotron h1,
.jumbotron .h1 {
font-size: 63px;
}
}
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 20px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: border 0.2s ease-in-out;
-o-transition: border 0.2s ease-in-out;
transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
margin-left: auto;
margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #337ab7;
}
.thumbnail .caption {
padding: 9px;
color: #252525;
}
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: bold;
}
.alert > p,
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d;
}
.alert-success hr {
border-top-color: #c9e2b3;
}
.alert-success .alert-link {
color: #2b542c;
}
.alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #31708f;
}
.alert-info hr {
border-top-color: #a6e1ec;
}
.alert-info .alert-link {
color: #245269;
}
.alert-warning {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b;
}
.alert-warning hr {
border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
color: #66512c;
}
.alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
}
.alert-danger hr {
border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.progress {
overflow: hidden;
height: 20px;
margin-bottom: 20px;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
float: left;
width: 0%;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background-color: #337ab7;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-webkit-background-size: 40px 40px;
background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
margin-top: 15px;
}
.media:first-child {
margin-top: 0;
}
.media-right,
.media > .pull-right {
padding-left: 10px;
}
.media-left,
.media > .pull-left {
padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
display: table-cell;
vertical-align: top;
}
.media-middle {
vertical-align: middle;
}
.media-bottom {
vertical-align: bottom;
}
.media-heading {
margin-top: 0;
margin-bottom: 5px;
}
.media-list {
padding-left: 0;
list-style: none;
}
.list-group {
margin-bottom: 20px;
padding-left: 0;
}
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd;
}
.list-group-item:first-child {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
a.list-group-item {
color: #555;
}
a.list-group-item .list-group-item-heading {
color: #252525;
}
a.list-group-item:hover,
a.list-group-item:focus {
text-decoration: none;
color: #555;
background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
background-color: #eee;
color: #777;
cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
z-index: 2;
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
color: #c7ddef;
}
.list-group-item-success {
color: #3c763d;
background-color: #dff0d8;
}
a.list-group-item-success {
color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
color: #3c763d;
background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
color: #fff;
background-color: #3c763d;
border-color: #3c763d;
}
.list-group-item-info {
color: #31708f;
background-color: #d9edf7;
}
a.list-group-item-info {
color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
color: #fff;
background-color: #31708f;
border-color: #31708f;
}
.list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3;
}
a.list-group-item-warning {
color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
color: #8a6d3b;
background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b;
}
.list-group-item-danger {
color: #a94442;
background-color: #f2dede;
}
a.list-group-item-danger {
color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
color: #a94442;
background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
color: #fff;
background-color: #a94442;
border-color: #a94442;
}
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
.panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
padding: 15px;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit;
}
.panel-title > a {
color: inherit;
}
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.list-group + .panel-footer {
border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
padding-left: 15px;
padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
.panel > .table-responsive {
border: 0;
margin-bottom: 0;
}
.panel-group {
margin-bottom: 20px;
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 4px;
}
.panel-group .panel + .panel {
margin-top: 5px;
}
.panel-group .panel-heading {
border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #ddd;
}
.panel-default {
border-color: #ddd;
}
.panel-default > .panel-heading {
color: #252525;
background-color: #f5f5f5;
border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #252525;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ddd;
}
.panel-primary {
border-color: #337ab7;
}
.panel-primary > .panel-heading {
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
color: #337ab7;
background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #337ab7;
}
.panel-success {
border-color: #d6e9c6;
}
.panel-success > .panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
color: #dff0d8;
background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #d6e9c6;
}
.panel-info {
border-color: #bce8f1;
}
.panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
color: #d9edf7;
background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #bce8f1;
}
.panel-warning {
border-color: #faebcc;
}
.panel-warning > .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #faebcc;
}
.panel-danger {
border-color: #ebccd1;
}
.panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
color: #f2dede;
background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ebccd1;
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0;
}
.embed-responsive.embed-responsive-16by9 {
padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
padding-bottom: 75%;
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
padding: 24px;
border-radius: 6px;
}
.well-sm {
padding: 9px;
border-radius: 3px;
}
.close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50);
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.modal-open {
overflow: hidden;
}
.modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.modal-content {
position: relative;
background-color: #fff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
-webkit-background-clip: padding-box;
background-clip: padding-box;
outline: 0;
}
.modal-backdrop {
position: absolute;
top: 0;
right: 0;
left: 0;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0);
}
.modal-backdrop.in {
opacity: 0.7;
filter: alpha(opacity=70);
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
min-height: 16.42857143px;
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.42857143;
}
.modal-body {
position: relative;
padding: 15px;
}
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
margin-left: 5px;
margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 30px auto;
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
width: 900px;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
visibility: visible;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 1.4;
opacity: 0;
filter: alpha(opacity=0);
}
.tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90);
}
.tooltip.top {
margin-top: -3px;
padding: 5px 0;
}
.tooltip.right {
margin-left: 3px;
padding: 0 5px;
}
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0;
}
.tooltip.left {
margin-left: -3px;
padding: 0 5px;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
text-decoration: none;
background-color: #000;
border-radius: 4px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
right: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
text-align: left;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
white-space: normal;
}
.popover.top {
margin-top: -10px;
}
.popover.right {
margin-left: 10px;
}
.popover.bottom {
margin-top: 10px;
}
.popover.left {
margin-left: -10px;
}
.popover-title {
margin: 0;
padding: 8px 14px;
font-size: 14px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
.popover-content {
padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover > .arrow {
border-width: 11px;
}
.popover > .arrow:after {
border-width: 10px;
content: "";
}
.popover.top > .arrow {
left: 50%;
margin-left: -11px;
border-bottom-width: 0;
border-top-color: #999;
border-top-color: rgba(0, 0, 0, 0.25);
bottom: -11px;
}
.popover.top > .arrow:after {
content: " ";
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: #fff;
}
.popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-left-width: 0;
border-right-color: #999;
border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
content: " ";
left: 1px;
bottom: -10px;
border-left-width: 0;
border-right-color: #fff;
}
.popover.bottom > .arrow {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999;
border-bottom-color: rgba(0, 0, 0, 0.25);
top: -11px;
}
.popover.bottom > .arrow:after {
content: " ";
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: #fff;
}
.popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999;
border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
content: " ";
right: 1px;
border-right-width: 0;
border-left-color: #fff;
bottom: -10px;
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
}
.carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
-webkit-transition: -webkit-transform 0.6s ease-in-out;
-o-transition: -o-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000;
perspective: 1000;
}
.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
left: 0;
}
.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0;
}
.carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right,
.carousel-inner > .item.active {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
left: 0;
}
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
left: 100%;
}
.carousel-inner > .prev {
left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0;
}
.carousel-inner > .active.left {
left: -100%;
}
.carousel-inner > .active.right {
left: 100%;
}
.carousel-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 15%;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
left: auto;
right: 0;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
outline: 0;
color: #fff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
margin-top: -10px;
font-family: serif;
}
.carousel-control .icon-prev:before {
content: "\2039";
}
.carousel-control .icon-next:before {
content: "\203a";
}
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid #fff;
border-radius: 10px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: #fff;
}
.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
font-size: 30px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -15px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -15px;
}
.carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px;
}
.carousel-indicators {
bottom: 20px;
}
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
content: " ";
display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
visibility: hidden !important;
}
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
}@media only screen and (max-width: 319px) {
footer .footer-top  .widget .widget-title{
margin-bottom: 10px;
}
footer .widget.widget_text {
margin-bottom: 20px;
}
.top_section .wpb_wrapper h1 span {
font-size: 45px !important;
line-height: 44px !important;
}
body header .navbar-header h1.logo {
max-width: 140px;
}
.logo img, .navbar-header .logo img {
max-width: 100px !important;
margin-top: 20px !important;
} } @media only screen and (min-width: 320px) and (max-width: 479px) {
.testimonial-author-job > h4 {
font-size: 14px;
}
.top_section .wpb_wrapper h1 span {
font-size: 52px !important;
line-height: 52px !important;
} } @media only screen and (max-width: 479px) {
body .navbar-default .navbar-collapse, .navbar-default .navbar-form {
width: 100% !important;
}
body header.header2 .menu.nav-effect.nav-menu {
width: 100% !important;
}
body .navbar-default .navbar-collapse, .navbar-default .navbar-form {
width: 100% !important;
}
body.woocommerce ul.products li.product, 
body.woocommerce-page ul.products li.product {
width: 100% !important;
}
.knowledge-accordion .accordion {
width: 110%;
}
.testimonail01-profile-img {
display: none !important;
}
body.woocommerce ul.products li.product.col-md-4{
width: 100% !important;
padding: 0px 15px;
}
.comment-edit-link { 
margin-right: 20px;
margin-top: 20px;
margin-left: 0px !important;
}
.header-title-breadcrumb .post-category-date {
display: none;
}
.portfolio-items .col-md-2 {
width: 100%;
float: left;
margin-bottom: 80px;
}
.tp-leftarrow.default, 
.tp-rightarrow.default{
display: none;
}
.menu-item-has-children::after{
display: block !important;
}
.wpb_wrapper ul.ecs-event-list li {
margin-bottom: 20px !important;
width: 95% !important;
}
.avatar.photo {
width: 50px;
}
.mt_cars--features-description .mt_car--important-features span img {
display: block;
margin: 0 auto;
}
.mt_car--important-features .car_number_passengers_value, .mt_car--important-features .car_luggage_value, .mt_car--important-features .car_gearbox_value {
font-size: 11px;
}
.post-details-bottom .related-posts .related_blog_custom .post-name a {
font-size: 15px;
}
p.copyright {
line-height: 30px !important;
}
h3.post-name.row.car-name {
padding: 5px;
}
h3.post-name.row.car-name a {
font-size: 12px !important;
}
body .header-title-breadcrumb-overlay {
padding: 100px 0px 100px !important;
}
.subscribe  input[type="submit"] {
position: relative !important;
margin-left: 0px !important;
margin-top: 10px;
} } @media only screen and (min-width: 480px) and (max-width: 767px) {
.portfolio-items .col-md-2 {
width: 50%;
float: left;
margin-bottom: 80px;
}
.overlay-breadcrumbs {
margin-top: -25%;
}
body .navbar-default .navbar-collapse, .navbar-default .navbar-form {
width: 100% !important;
}
.menu-item-has-children::after{
display: none !important;
}
.top_section .wpb_wrapper span {
line-height: 80px;
}
.clients-slider .gallery-item {
max-width: 50% !important;
margin-bottom: 15px !important;
height: 65px;
}
header .navbar-toggle {
margin-top: 45px !important;
}
.avatar.photo {
width: 50px;
}
body.woocommerce ul.products li.product.col-md-4, 
body .woocommerce-page ul.products li.product.col-md-4 {
width: 50% !important;
} } @media only screen and (max-width: 600px) {
.vc_row.donation_section {
padding: 95px 10px 115px !important;
}
.donnation-content .button-winona.extra-large {
font-size: 15px;
}
h3.post-name.row.car-name {
padding: 10px;
}
.over-img {
margin-top: 55px !important;
} } @media only screen and (min-width: 681px) and (max-width: 1200px) {
.wpb_wrapper ul.ecs-event-list li {
margin-bottom: 20px !important;
width: 30% !important;
} } @media only screen and (max-width: 767px) {
header .header-infos .header-info-icon {
display: none;
}
body header.header2 .menu.nav-effect.nav-menu {
width: 100% !important;
}
body .fixed-search-overlay {
background: rgba(13, 25, 31, 0.95) none repeat scroll 0 0;
height: 100%;
left: 0;
display: flex;
position: fixed;
top: 0;
width: 100%;
z-index: -1;
opacity: 0;
visibility: hidden;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
width: 100%;
}
.woocommerce-shop .overlay-breadcrumbs .row {
margin: 0;
}
.fixed-search-overlay .icon-close{
display: block !important;
}
body .fixed-search-overlay.visible{
top:0%;
}
.fixed-search-overlay .modeltheme-search {
align-self: center;
width: 100%;
}
#MT-Video-Modal .modal-dialog {
width: 75% !important;
top: 25% !important;
}
#modeltheme-main-head .container {
padding: 0;
}
.eael-team-members-simple h4 {
font-size: 15px !important;
line-height: 22px !important;
}
header .header-info-group .header-info-labels p {
line-height: normal;
margin: 0;
padding: 0 !important;
}
.icon-mobile .elementor-icon-box-wrapper {
display: flex;
padding-right: 17px;
}
.icon-mobile .elementor-widget-icon-box .elementor-icon-box-icon {
margin-right: 15px !important;
margin-top: 10px;
}
body .header-title-breadcrumb-overlay {
padding: 140px 0px 110px;
}
.blogloop-v2.blogloop-no-flex.list-view .post-details.col-md-8 {
width: 100% !important;
}
.blogloop-v2.blogloop-no-flex.list-view .post-details.col-md-8 a.more-link-knowledge {
margin-bottom: 15px;
}
.woocommerce-page .woocommerce-message .button {
margin-top: 10px !important;
margin-left: 10px !important;
}
.contact-tabs .eael-advance-tabs .eael-tabs-nav>ul {
margin: 0px 0px auto !important;
}
.blog-posts-shortcode.blog-posts .list-view .post-details .post-excerpt .more-link {
margin-bottom: 15px;
}
.bg-responsive {
background: transparent linear-gradient(226deg, #E38DDD 0%, #9571F6 100%) 0% 0% no-repeat padding-box !important;
}
.woocommerce-checkout .col2-set .col-1 {
width: 100% !important;
}
.woocommerce .woocommerce-checkout textarea#order_comments {
height: 85px !important;
}
.woocommerce ul.products li.product .archive-product-title {
height: 50px !important;
}
.woocommerce ul.products li.product .archive-product-title {
padding-top: 25px !important;
padding-left: 25px !important;
padding-right: 25px !important;
}
.woocommerce ul.products li.product .price {
padding-bottom: 15px !important;
padding-left: 25px !important;
}
.woocommerce-cart .main-content, .woocommerce-checkout .main-content {
margin-left: 0 !important;
margin-right: 0 !important;
padding: 10px !important;
}
.header2 #modeltheme-main-head #navbar .nav-menu .menu-item:hover > a {
opacity: 1 !important;
}
p.comment-form-cookies-consent {
margin-bottom: 30px;
}
input#wp-comment-cookies-consent {
display: inline-flex;
}
.comment-form-cookies-consent label {
display: contents;
}
.comment-form input, .comment-form textarea {
margin-top: 0px !important;
}
.comment-form i {
top: 5px !important;
}
.contact-tabs li {
width: 100% !important;
}
.contact-tabs li.inactive,
.contact-tabs li.active{
margin-top: 10px !important;
}
.portfolio-right {
margin-top: -2px;
width: 33.3%;
text-align: right;
}
.portfolio-left {
float: left;
width: 33.3%;
}
.portfolio-navigation a{
width: 33.3%
}
.portfolio-navigation {
margin-bottom: 100px;
display: flex;
}
.single-product.woocommerce .woocommerce-tabs ul.tabs {
padding: 0px !important;
border-radius: 0px !important;
}
.portfolio-navigation img {
margin: 5px 32.5% auto !important;
}
.woocommerce .quantity .qty{
padding-left: 15px !important;
}
.subscribe input[type="email"]{
width: inherit;
}
.single.single-product div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
margin-right: 10px !important;
}
.is_header_semitransparent .navbar-default .container div#navbar {
padding: 0 !important;
background-color: #ffffff;
}
.error404 .upper-404 p {
padding: 0px 20px !important;
}
.blog-posts-shortcode.blog-posts .list-view .post-details{
margin-bottom: 5px;
}
header .header-info-group {
margin: 0;
}
.portfolio-header-shortcode .row {
display: block !important;
}
.mt-portofolio-nav-parent .mt-portofolio-nav-tab-holder-inner img {
display: none;
}
.mt-portofolio-nav-parent p.mt-portofolio-nav-tab-title {
padding: 10px;
padding-bottom: 20px;
}
.wc-social-login a.ywsl-social::after {
font-size: 10px !important;
}
.share-stuff.share-links {
float: left;
}
.post-tags-share ul.social-share-post.c-share-list {
margin-left: 0px !important;
}
.box-shadow-inner.left-padd {
margin-left: 33px;
}
#bbpress-forums {
margin-top: -30% !important;
}
.woocommerce a.added_to_cart {
font-weight: 600;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
float: left;
margin-top: 20px;
}
header #navbar .sub-menu {
box-shadow: none !important;
}
header #navbar .menu-item .sub-menu .menu-item .sub-menu {
left: 0 !important;
opacity: 1 !important;
top: 0;
visibility: visible !important;
}
#comments .children{
padding: 0 !important;
}
header .navbar-toggle {
margin-top: 21px !important;
}
body .navbar-header h1.logo {
margin: 15px 0px !important;
}
body.is_header_semitransparent .navbar {
background-color: #252525;
}
.logo img, .navbar-header .logo img {
margin-top: 0px;
}
#modeltheme-main-head-sticky-wrapper {
height: 78px !important;
}
.added-redux-framework header.header1 {
height: auto !important;
}
.missing-redux-framework header.header1 {
height: auto !important;
}
header #navbar .cf-mega-menu.sub-menu * {
opacity: 1 !important;
visibility: visible !important;
}
header #navbar .cf-mega-menu.sub-menu img {
margin: 0 !important;
}
header #navbar .cf-mega-menu.sub-menu p {
text-align: left !important;
}
header #navbar .cf-mega-menu.sub-menu .vc_btn3-container{
text-align: left;
margin-bottom: 0px;
}
header .mega3menu .cf-mega-menu .vc_row .vc_col-sm-3:not(:last-child) {
border: 0 !important;
}
header #navbar .cf-mega-menu.sub-menu .vc_column-inner {
padding-top: 15px !important;
}
#navbar .menu-item .sub-menu .menu-item .sub-menu {
left: 0;
position: relative;
top: 0;
}
body header #navbar .sub-menu li:last-child, body header #navbar .sub-menu li {
border-bottom: 0 none;
}
body #navbar .sub-menu li:last-child, body #navbar .sub-menu li {
border-bottom: 0 none;
}
header #navbar .sub-menu .menu-item > a {
color: #252525;
}
header #navbar .sub-menu .menu-item > a {
padding-left: 0px !important;
margin-bottom: 0px !important;
opacity: 1 !important;
}
#navbar .sub-menu .menu-item > a {
line-height: 31px !important;
}
.sidebar-content:not(.header7) {
padding-right: 15px !important;
padding-bottom: 50px;
}
.header-info-group i {
display: none;
}
body .header-infos .header-info-labels {
padding-left: 0 !important;
float: none !important;
display: block !important;
width: 100% !important;
clear: both;
}
body #modeltheme-main-head .container > .row {
margin: 0 !important;
}
.mt_clients_slider .client_image, .clients-no-slider .client_image {
width: 50% !important;
}
body header .header-info-group .pull-left {
float: none !important;
}
header #navbar .menu-item:hover .sub-menu {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
opacity: 1 !important;
top: 0 !important;
visibility: visible !important;
}
header #navbar .sub-menu {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
display: block;
opacity: 1;
padding: 0;
position: relative;
visibility: visible;
top: 0;
width: 100%;
}
header #navbar .sub-menu .sub-menu .sub-menu .menu-item > a {
padding-left: 45px !important;
}
.navbar-collapse .menu > .menu-item:last-child {
border-bottom: 0;
}
.navbar-collapse .menu .menu-item {
text-align: left;
border-bottom: 1px solid #ddd;
}
.is_header_semitransparent .navbar-collapse .menu .menu-item {
border-bottom: 1px solid #5e5c5c;
}
body #modeltheme-main-head {
height: auto;
padding: 0;
}
body header #navbar .menu-item > a {
padding: 3px 15px !important;
}
body header #navbar .menu-item > a {
color: #353535!important;
}
header .navbar-header h1.logo {
margin: 20px 10px;
max-width: 200px;
text-align: left;
}
header.header2 .col-md-9.col-sm-8 {
display: none !important;
}
.related-posts .post-name a {
font-size: 20px;
}
body.is_header_semitransparent .navbar-default .container {
padding: 0 !important;
}
body .navbar-default .navbar-toggle {
border-color: transparent !important;
padding: 14px 0;
}
.is_header_semitransparent #modeltheme-main-head .navbar-toggle .icon-bar {
background: #fff;
}
.single.single-post .post-name {
font-size: 25px;
line-height: 30px;
}
.related-posts {
padding: 0 15px;
}
footer p.copyright span {
text-align: center !important;
float: none !important;
display: flow-root;
}
.header-group .breadcrumb{
display: none;
}
.widget_text .shop_feature_v2 .shop_feature_icon_v2 {
padding: 7px;
}
.sticky_post_text_container {
margin-bottom: 30px;
}
.courses-list .course_text_content h5 {
clear: both;
}
.courses-list .course_more_container {
text-align: right !important;
}
.courses-list .all_courses_box .all_courses_title {
padding-top: 10px;
}
.all_courses_box .all_courses_buton {
margin-bottom: 30px;
}
.all_courses_box {
margin-bottom: 30px;
}
.shortcode_post_content .text_content .post-download-icons {
display: none;
}
.pricing-table {
margin-top: 30px;
}
.search_products {
display: none;
}
body .navbar-header .logo {
margin: 10px 0;
text-align: center;
}
footer p.copyright {
padding: 20px 0;
text-align: center;
}
footer .payment-methods{
text-align: center;
}
footer .payment-methods img {
float: none !important;
}
#page .top-header{
display: none;
}
.header-infos .header-info-labels {
padding-left: 25px !important;
}
header .header-info-group .pull-right {
float: none !important;
padding-left: 0;
}
header .social-links {
float: none !important;
margin-top: 10px !important;
}
.top-header .account-urls {
margin-top: 10px;
}
.widget .widget_address_social_icons .social-links > li:first-child{
margin-left: 0;
}
.widget .widget_address_social_icons .social-links a i {
padding: 13px;
transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
}
.widget .widget_address_social_icons .social-links a {
height: 40px;
width: 40px;
}
.widget .widget_address_social_icons .social-links > li {
height: 40px;
margin-bottom: 5px;
margin-right: 1px;
transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
width: 40px;
}
.modeltheme-breadcrumbs h2{
font-size: 17px;
}
.latest-posts .single-post .vc_col-md-3.text-center {
display: none;
}  
body .home-slider-button a {
padding: 10px 40px 10px 15px !important;
font-size: 14px !important;
} 
body .home-slider-button a i {
font-size: 14px !important;
padding: 0 !important;
}
footer nav.menu {
float: left;
}
footer nav.menu li:first-child a {
margin-left: 0;
}
body .navbar ul li:hover ul.sub-menu {
border: 0 none;
left: 0;
margin: 0;
opacity: 1;
position: relative;
top: 0;
visibility: visible;
width: 100%;
}
.menu-item-has-children {
cursor: pointer;
}
body .navbar ul li ul.sub-menu {
border: 0 none;
left: 0;
margin: 0;
opacity: 1;
position: relative;
top: 0;
display: none;
visibility: visible;
width: 100%;
}
body #navbar .sub-menu li:last-child,
body #navbar .sub-menu li {
border-bottom: 1px solid #3d4f61;
position: relative !important;
}
.widget.widget_flickr {
clear: both;
}
.widget_recent_entries_with_thumbnail .thumbnail-overlay {
width: 70px;
}
.widget_recent_entries_with_thumbnail .post-details {
padding: 0;
}
body .navbar-default .navbar-collapse, 
body .navbar-default .navbar-form {
border-color: rgba(0, 0, 0, .1);
}
.navbar-collapse.vc_col-md-9.collapse.in {
width: 100%;
}
.navbar-collapse li {
width: 100%;
}
.header_mini_cart {
display: none;
}
body .navbar ul li ul.sub-menu li::before {
content: none;
position: absolute;
top: 10px;
color: white;
left: 14px;
}
.modeltheme-breadcrumbs .breadcrumb {
display: none;
}
.menu.nav-effect.nav-menu {
margin: 0;
text-align: left;
width: 100%;
}
.smartowl_skin_switcher {
display: none;
}
body .navbar-nav > li > a {
padding: 15px 0;
}
.navbar-collapse.collapse.in .menu .item:hover {
background: #253749;
}
.navbar-collapse .menu .item,
.navbar-collapse.collapse.in .menu .item {
width: 100%;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: transparent;
}
.logo {
margin: 15px 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle {
margin: 10px 0px !important;
transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
}
#navbar .menu-item > a {
padding: 15px 10px 24px;
}
header.header3 .navbar-nav.nav-menu,
header.header10 .navbar-nav.nav-menu {
margin-right: 0px !important;
}
header.header4 .navbar-nav.nav-menu,
header.header11 .navbar-nav.nav-menu {
margin-left: 0px !important;
}
#mt-nav-burger {
display: none;
}
.logo img, .navbar-header .logo img {
max-width: 160px;
}
header.header5 #navbar .menu .menu-item {
text-align: left;
}
header.header12 .navbar .logo {
display: block !important;
}
header.header12 #navbar .menu .menu-item {
text-align: left;
}
header.header12 .navbar-nav > li::before {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
header.header12 .navbar-default .navbar-toggle .icon-bar {
background: #131313 none repeat scroll 0 0;
}
header.header12 .navbar.navbar-default {
background-color: rgba(0, 0, 0, 0.9) !important;
}
header.header12 #navbar .menu-item > a:hover::before {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
header.header12 #navbar .menu-item > a {
padding: 15px 10px !important;
}
.navbar-default .navbar-toggle .icon-bar {
background: #252525;
}
.missing-redux-framework .navbar-default .navbar-toggle .icon-bar {
background: #252525;
}
.missing-redux-framework .navbar-default .navbar-toggle {
border-color: #252525;
}
#modeltheme-main-head .navbar-collapse.col-md-9,
#modeltheme-main-head .navbar-collapse.collapse.col-md-9 {
margin: 0;
width: 100%;
background: #FBFDFC;
padding-bottom: 20px;
}
.portfolio .col-md-2:nth-child(7n+5),
.portfolio .col-md-2:nth-child(7n+1){
margin-left: 0;
clear: none;
}
.testimonials .testimonials-container blockquote{
font-size: 16px;
}
.testimonials .testimonials-container blockquote::after,
.testimonials .testimonials-container blockquote::before{
font-size: 100px;
top: 34%;
}
.submit-comment .comment-form .form-comment {
padding: 0;
}
body .portfolio-items .vc_col-md-2:last-child{
margin-bottom: 0;
}
body .portfolio-items .vc_col-md-2{
margin-bottom: 80px;
}
body .portfolio-items .vc_col-md-2:nth-child(7n+5),
body .portfolio-items .vc_col-md-2:nth-child(7n+1) {
margin-left: 0;
}
body .testimonials-container blockquote * {
font-size: 16px;
}
.testimonials-container blockquote::after,
.testimonials-container blockquote::before{
content: "";
display: none;
}
.testimonials-container blockquote {
padding: 20px 0 20px;
margin: 0;
}
#navbar .menu .item a {
padding: 10px 0;
padding-left: 10px;
}
body .theme_header_slider .tp-leftarrow.default::after, 
body .theme_header_slider .tp-rightarrow.default::after {
font-size: 50px;
line-height: 60%;
opacity: 0.75;
}
#navbar .menu-item.menu-item-has-children > a::after {
content: none !important;
}
.navbar .right-side-social-actions {
display: none;
visibility: hidden;
}
#navbar.navbar-collapse {
padding-bottom: 0px !important;
padding-left: 0px;
padding-right: 0px;
}
body #navbar .sub-menu .menu-item:first-child {
border-top: 1px solid #ddd;
}
body #navbar .sub-menu .menu-item {
border-bottom: 1px solid #ddd;
}
body.is_header_semitransparent #navbar .sub-menu .menu-item:first-child {
border-top: 1px solid #5e5c5c;
}
body.is_header_semitransparent #navbar .sub-menu .menu-item {
border-bottom: 1px solid #5e5c5c;
}
.is_header_semitransparent .expand{
background: #353535;
}
.expand {
padding: 0 15px;
position: absolute;
right: 15px;
top: 18px;
transform: translateY(-50%);
background: #ddd;
padding: 0;
width: 25px;
height: 25px;
text-align: center;
line-height: 25px;
}
.action-expand::after {
color: #009ddc;
content: "\f107";
font-family: FontAwesome;
}
.action-expand.show-menu::after {
content: "\f106";
font-family: FontAwesome;
}
#navbar .menu-item-has-children .expand a {
padding: 0px;
}
header.header8 .header-nav-actions {
display: none !important;
}
header.header8 .menu.nav-effect.nav-menu {
float: left !important;
}
header.header9 .header-nav-actions {
display: none !important;
}
header.header9 .header-nav-actions {
display: none !important;
}
body header.header9 .navbar-header h1.logo {
text-align: left !important;
} .navbar-header i.fa.fa-search, 
.navbar-header i.fa.fa-shopping-cart {
font-size: 16px;
padding: 20px 10px;
}
.is_header_semitransparent .navbar-header i.fa.fa-search, 
.is_header_semitransparent .navbar-header i.fa.fa-shopping-cart {
color: #fff;
}
.navbar-header  span.cart-contents-count {
display: none;
}
.navbar-header  .pull-right.actions-group {
display: flex;
flex-wrap: wrap;
vertical-align: middle;
margin: 3px 10px;
}
.logo img, .navbar-header .logo img {
max-width: 85px !important;
}
.banner-lines:before,
.banner-lines:after,
.banner-lines-2:before,
.banner-lines-2:after {
content: none !important;
}
.modeltheme-services-slider .owl-item {
height: 600px;
padding-bottom: 30px;
}
.modeltheme-services-slider .owl-item .item {
margin: 0;
padding: 0;
}
.testimonials-container-1 .owl-wrapper-outer {
margin: 0 !important;
width: 100% !important;
}
footer .mc4wp-form-fields .newsletter {
width: 100% !important;
margin: auto;
}
.fixed-search-overlay .icon-close {
right: 20px !important;
top: 60px !important;
}
.fixed-search-inside .search-input {
border-width: 0 0 2px !important;
font-size: 20px !important;
padding: 15px 0px !important;
text-transform: none !important;
}
.fixed-search-inside .modeltheme-search {
width: 280px !important;
position: relative;
}
.fixed-search-inside .modeltheme-search i {
right: 0 !important; 
}
.portofolio-profile-content .post-category {
padding: 0px 0px 20px;
}
.clients-slider {
margin: 0 -10px;
}
.clients-slider .gallery-item {
filter: grayscale(1);
opacity: .6;
padding: 0px 10px !important;
margin: 15px 0 !important;
scroll-snap-align: start;
display: inline-block !important;
float: none !important;
white-space: normal;
width: 50% !important;
}
.clients-slider .gallery-item img {
padding-right: 0px !important;
}
.clients-slider .gallery-item:first-of-type {
margin-left: 0 !important;
}
.clients-slider .gallery-item:last-of-type {
margin-right: 0 !important;
}
.clients-slider .gallery {
overflow-x: scroll;
scroll-snap-type: x mandatory;
white-space: nowrap;
display: block;
}
footer .sidebar-social-networks.address-social-links {
margin-top: 15px !important; 
}
.footer-row-1 {
margin-bottom: 20px !important;
}
footer p.copyright .footer-logo img {
display: none;
}
.footer-top .widget-title {
text-align: left !important;
}
.woocommerce ul.products li.product.col-md-4, .woocommerce-page ul.products li.product.col-md-4 {
width: 100% !important;
}
#navbar .sub-menu, .navbar ul li ul.sub-menu {
left: 0 !important;
}
footer .sidebar-social-networks.address-social-links {
justify-content: flex-start !important;
}
.back-to-top {
right: 15px !important;
}
.owl-theme .owl-controls {
display: none !important;
}
.widget-title.mobile-left {
max-width: unset !important;
text-align: left;
margin-left: 0;
}
} @media only screen and (min-width: 768px) {
.navbar-header .pull-right.actions-group {
display: none;
}
} @media only screen and (min-width: 768px) and (max-width: 991px) {
#navbar .menu > .menu-item:first-child > a {
padding: 18px 18px !important;
}
body:not(.is_header_semitransparent) .navbar-header {
float: left !important;
}
.right-side-social-actions .actions-group > div span.cart-contents-count {
display: none;
}
header.header1  .header-nav-actions {
}
#navbar .menu-item.mega1column > a::after, #navbar .menu-item.mega2columns > a::after, #navbar .menu-item.mega3columns > a::after, #navbar .menu-item.menu-item-has-children > a::after {
top: auto !important;
}
#navbar .menu-item.mega1column > a::after, #navbar .menu-item.mega2columns > a::after, #navbar .menu-item.mega3columns > a::after, #navbar .menu-item.menu-item-has-children > a::after {
top: auto !important;
}
.fixed-sidebar-menu.open {
width: 50% !important;
}
.service-box i{
bottom: 52% !important;
}
body:not(.is_header_semitransparent) .right-side-social-actions .actions-group > div a {
padding: 25px 14px 18px !important;
}
.is_header_semitransparent .right-side-social-actions {
position: absolute;
top: 0;
right: 0;
}
.fixed-sidebar-menu .left-side {
padding: 40px 20px !important;
}
.sidebar-content .widget-title {
font-size: 18px !important;
}
.banner-lines:before,
.banner-lines:after,
.banner-lines-2:before,
.banner-lines-2:after {
display: none;
}
h3.eael-team-member-name {
font-size: 21px !important;
line-height: 26px !important;
}
h4.eael-team-member-position {
font-size: 16px !important;
line-height: 24px !important;  
}
.blog-slider-container-3 {
margin-left: -10px;
margin-right: -10px;
}
.blog-slider-container-3 .item {
margin: 0px !important;
}
body:not(.is_header_semitransparent) header.header2 .navbar-header h1.logo {
text-align: center;
}
header.header1 .navbar-header.col-md-2,
header.header1 div#navbar.navbar-collapse.collapse {
width: 100%;
text-align: center;
}
}
@media only screen and (min-width: 600px) and (max-width: 990px) {
.over-img {
margin-top: 85px !important;
}
} @media only screen and (min-width: 768px) and (max-width: 991px) {
.header-nav-actions .mt-search-icon {
margin-left: 0 !important;
margin-right: 0 !important;
}
.header-infos .header-info-labels {
padding-left: 5px !important;
}
.header-info-group .header-info-labels p {
margin-right: 15px !important;
}
body .header-nav-actions .mt-search-icon {
padding: 5px 15px !important;
}
.testimonials-container-1 .owl-wrapper-outer{
margin: 0px 15px !important;
width: 95% !important;
}
.blogloop-v2.blogloop-no-flex.list-view .post-details.col-md-7 {
width: 100% !important;
}
} @media only screen and (min-width: 768px) and (max-width: 1023px) {
.navbar-collapse.actions.collapse.col-md-2 {
width: 60% !important;
}
.is_header_semitransparent .header-button a.button, .header-button a.button{
margin: 10px 0px 25px 0px !important;
line-height: 20px;
font-size: 14px !important;
}
footer .payment-methods img {
float: none !important;
}
footer .payment-methods{
text-align: center;
}
.navbar-nav > li > a {
padding: 30px 0;
}
.widget .widget_address_social_icons .social-links > li:first-child {
margin-left: 3px;
}
body .header-title-breadcrumb-overlay {
padding: 125px 0px 125px !important;
}
.single-post .header-title-breadcrumb-overlay {
padding: 240px 0px 90px !important;
}
.navbar-collapse.collapse.vc_col-md-9 {
float: left;
}
body .navbar-nav > li > a,
body .menu .item a{
font-size: 12px;
}
#navbar .menu .item a {
padding: 30px 0;
}
.modeltheme-breadcrumbs h2{
font-size: 19px;
}
.modeltheme-breadcrumbs .breadcrumb{
display: none;
}
header.header8 .mt-nav-burger-holder {
padding: 0 !important;
}
body header.header8 #mt-nav-burger {
top: 28px !important;
}
body header.header9 .navbar-header h1.logo {
text-align: center !important;
}
body header.header9 .mt-nav-burger-holder {
padding: 0px !important;
}
body header.header9 #mt-nav-burger {
top: 28px !important;
}
body header.header9 .menu.nav-effect.nav-menu {
width: 85% !important;
}
body header.header9 .header-nav-actions .mt-search-icon {
margin-right: 35px !important;
}
.woocommerce ul.products li.product.col-md-4, .woocommerce-page ul.products li.product.col-md-4 {
width: 50% !important;
} } @media only screen and (max-width: 991px) {
.mt-car-search .select2.select2-container.select2-container--default {
width: 100% !important;
}
.mt-car-search .search-field.form-control {
width: 88% !important;
}
.list-view .blog_custom {
display: block !important;
}
.over-img .elementor-image-box-img {
width: 25% !important;
}
body.woocommerce .related.products ul.products li.product.col-md-4{
width: 100% !important;
}
.slider-image.pad-size {
padding-top: 20% !important;
}
.bottom-services {
margin-top: 15px !important;
}
.odd-post .blog_post_image {
padding-top: 48px !important;
}
.even-post .blog_post_image {
padding-bottom: 48px !important;
}
.post-knowledge-comment-date .text-right {
text-align: left;
}
.woocommerce div.product div.summary {
margin-left: 5px !important;
width: 95% !important;
}
.woocommerce div.product div.images {
width: 100% !important;
}
.blog_post_image {
display: block;
margin: 0 auto;
}
.post-category-comment-date {
text-align: left !important;
margin: 20px 0 12px !important;
}    
.footer-row-1 .col-md-2 h3.widget-title:after,
.footer-row-1 .col-md-3 h3.widget-title:after,
.footer-row-1 .col-md-4 h3.widget-title:after {
font-family: FontAwesome;
content: '\f107';
background-color: transparent;
height: 25px;
width: 25px;
font-size: 20px;
position: absolute;
top: 0px;
right: 0px;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
transition: all 0.3s ease;
}
div#order_review {
padding: 3px !important;
}
div#order_review #payment {
background: transparent !important;
}
div#order_review #payment div.form-row {
padding: 0px !important;
}
footer .widget > div:last-child {
margin-bottom: 25px !important;
}
footer .widget:last-child {
margin-bottom: 0px !important;
}
footer .col-md-6 .widget > div:last-child {
margin-bottom: 0px !important; 
margin-top: 0px;
}
footer .col-md-6 .widget:first-child {
margin-top: 25px;
}
.footer-row-1 .col-md-2 h3.widget-title.active:after,
.footer-row-1 .col-md-3 h3.widget-title.active:after,
.footer-row-1 .col-md-4 h3.widget-title.active:after {
transform: rotate(90deg);
}
}
@media only screen and (min-width: 990px) {
.header-spacer {
margin-top: 150px;
}
} @media only screen and (max-width: 992px) {
.container.blog-posts > .row,
.single-post  article > .container > .row {
display: flex;
flex-direction: column;
}
.sidebar-content:not(.header7) {
order: 2;
}
.col-md-8.main-content {
order: 1;
}
body h1.widget-title,
body h2.heading-bottom {
font-size: 22px !important;
}
body .comment-respond {
margin-bottom: 50px !important;
}
footer p.copyright {
line-height: 18px !important;
font-size: 14px !important;
padding: 15px 0;
}
footer .mc4wp-form-fields input[type="email"] {
margin-bottom: 5px;
}
footer .mc4wp-form-fields input[type="submit"] {
width: 100% !important;
border-radius: 0 !important;
}
footer .social-links {
float: none !important;
line-height: 50px !important;
}
.error-404.not-found h1.page-404-digits {
font-size: 80px !important;
line-height: 1 !important;
}
.container.footer {
text-align: center;
}
body .pagination {
margin: 20px 0 65px 0 !important;
padding: 0 !important;
display: block;
overflow: visible;
}
body .modeltheme-pagination.pagination span:first-child {
margin-left: 0 !important;
}
a.logo-footer {
line-height: 50px !important;
}
.blog_custom .post-details .description_container {
display: block;
}
.description_container .blog_post_image {
width: 100%;
}
.mt_car--important-features .car_number_passengers,
.mt_car--important-features .car_luggage,
.mt_car--important-features .car_gearbox {
display: inline-block;
width: 33.3%;
}
.post-details-bottom .related-posts .post {
margin-bottom: 40px;
}
.post-details-bottom .related-posts .related_blog_custom img {
width: 100%;
}
.sidebar-content  {
padding-left: 15px !important;
}   
.header-title-breadcrumb .header-title-breadcrumb-overlay h1 {
font-size: 20px;
text-align: center;
padding-bottom: 5px;
}
.header-title-breadcrumb .header-title-breadcrumb-overlay .breadcrumb {
text-align: center;
padding-top: 0px;
font-weight: bold;
}
} @media only screen and (min-width: 991px) and (max-width: 1024px) {
.header1 .logo-infos .navbar-header-infos {
width: 100% !important;
}
.right-side-social-actions .actions-group > div span.cart-contents-count {
display: none;
}
.header1 .logo-infos .navbar-header-infos .header-infos {
width: 100%;
}
.blog-posts-shortcode .post-thumbnail {
width: 100%;
}
.portfolio-header-shortcode .button-portfolio {
width: 87% !important;
}
.service-box i{
bottom: 52% !important;
}
.blog-posts-shortcode.blog-posts .list-view .post-details{
width: 100%;
}
#navbar .menu-item.mega1column > a::after, #navbar .menu-item.mega2columns > a::after, #navbar .menu-item.mega3columns > a::after, #navbar .menu-item.menu-item-has-children > a::after {
top: auto !important;
}
#navbar .menu-item.mega1column > a::after, #navbar .menu-item.mega2columns > a::after, #navbar .menu-item.mega3columns > a::after, #navbar .menu-item.menu-item-has-children > a::after {
top: auto !important;
}
.fixed-sidebar-menu.open {
width: 50% !important;
}
.header-nav-actions .mt-search-icon {
margin: 5px 15px 6px !important;
}
.is_header_semitransparent .right-side-social-actions,
.right-side-social-actions {
position: absolute;
top: 0;
right: 0;
} } @media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt_cars--features-description .house_description {
display: none;
}
.mt_cars--main-pic {
margin-bottom: 12px !important;
} }
@media only screen and (max-width: 1199px) {
.cd-timeline-content {
margin-left: 0;
padding: 30px 30px 20px;
width: 85%;
border: 2px dashed #dfe2e6;
border-radius: 10px;
float: right;
text-align: left;
}
.fixed-sidebar-menu{
background: #Fff !important;
}
} @media screen and (max-width: 1000px) {
.no-results.not-found {
margin-bottom: 80px;
}
.comment-form .form-comment {
padding: 0;
}
footer .footer-top h1.widget-title {
margin-bottom: 5px;
margin-top: 20px;
}
.navbar-collapse.collapse.vc_col-md-9 {
width: 100%;
}    
.prev.page-numbers {
border-left: 1px solid rgba(0, 0, 0, 0.1);
}    
.widget_smartowl_tweets_widget .tweet-title,
.widget_smartowl_tweets_widget .tweeter-profile {
padding: 0;
}
.widget_smartowl_tweets_widget .tweet-title .col-md-2,
.left-block-container .block-icon,
.latest-tweets .vc_col-md-2,
#contact_form .mt-half-spacer {
display: none;
}
#contact_form textarea,
#contact_form input {
margin-bottom: 15px;
}
.latest-posts .single-post .vc_col-md-3.text-center {
display: none;
}    
.component.add-to-cart, 
.component.wishlist, 
.component.compare {
clear: both;
display: block;
width: auto;
}
footer nav.menu {
float: left;
}
footer nav.menu li:first-child a {
margin-left: 0;
}
.widget.widget_flickr {
clear: both;
}
.widget_recent_entries_with_thumbnail .thumbnail-overlay {
width: 70px;
}
.widget_recent_entries_with_thumbnail .post-details {
padding: 0;
}
.logo {
margin: 15px 0;
}
.widget.widget_tag_cloud {
overflow: hidden;
}
.portfolio .col-md-2:nth-child(7n+5),
.portfolio .col-md-2:nth-child(7n+1){
margin-left: 0;
clear: none;
}
.testimonials .testimonials-container blockquote{
font-size: 16px;
}
.testimonials .testimonials-container blockquote::after,
.testimonials .testimonials-container blockquote::before{
font-size: 100px;
top: 34%;
}
.submit-comment .comment-form .form-comment {
padding: 0;
}
body .portfolio-items .vc_col-md-2:last-child{
margin-bottom: 0;
}
body .portfolio-items .vc_col-md-2{
margin-bottom: 80px;
}
body .portfolio-items .vc_col-md-2:nth-child(7n+5),
body .portfolio-items .vc_col-md-2:nth-child(7n+1) {
margin-left: 0;
}
body .testimonials-container blockquote * {
font-size: 16px;
}
.testimonials-container blockquote::after,
.testimonials-container blockquote::before{
content: "";
display: none;
}
.testimonials-container blockquote {
padding: 20px 0 20px;
margin: 0;
}
body .theme_header_slider .tp-leftarrow.default::after, 
body .theme_header_slider .tp-rightarrow.default::after {
font-size: 50px;
line-height: 60%;
opacity: 0.75;
}
.donnation-content .donnation_texts {
border: medium none;
text-align: center;
}
.donation-button-container {
text-align: center;
} } @media only screen and (max-width: 1024px) {
body .header-nav-actions .mt-search-icon{
padding: 0 15px;
}
footer aside {
float: left;
width: 100%;
}
#MT-Video-Modal .modal-dialog {
width: 75% !important;
top: 15% !important;
}
.navbar-toggle{
border-width: 2px !important;
}
.blog_post_image{
width: 100%;
}
.wpcf7 .subscribe {
width: 100%;
}
.woocommerce ul.products li.product:hover {
cursor: pointer;
transform: none !important;
}
.woocommerce-checkout .col2-set {
width: 100% !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
background: #FD75B4 !important;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
width: 100%;
border-radius: 0 !important;
text-align: center;
}
.single-product.woocommerce .woocommerce-tabs ul.tabs {
width: 100% !important;
border-radius: 0px !important;
}
.single.single-product div.product .woocommerce-tabs .panel {
padding: 35px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
background: transparent !important;
}
.single.single-product div.product .woocommerce-tabs .panel h2{
margin-top: 10px !important;
}
.header-button a.button{
display: none;
}
.portfolio-header-shortcode .button-portfolio {
width: 100% !important;
display: block !important;
}
.portfolio-slider-shortcode .owl-wrapper-outer{
overflow: hidden !important;
}
.portfolio-slider01-profile-content .post-search {
display: none;
}
.changelog-portfolio-shortcode#changelog .changelog-article,
div#customer-support {
padding: 0px 10px;
}
.slider-image {
background-image: none !important;
background: linear-gradient(116.98deg, #FDFDFD 2.7%, #E6E9F1 96.1%) !important;
}
.single-portfolio-btn a:after{
display: none;
}
.modeltheme-services-slider .owl-controls,
.testimonials-container-1 .owl-controls {
display: block !important;
}
#dropdown-user-profile a.profile {
color: #252525 !important;
}
#navbar .menu-item > a {
color: #252525 !important;
}
.is_header_semitransparent #navbar .navbar-nav>li>a,
.is_header_semitransparent header #navbar .sub-menu .menu-item > a,
.is_header_semitransparent #navbar .navbar-nav .action-expand::after {
color: #fff !important;
}
.woocommerce ul.products li.product .archive-product-title {
line-height: 15px!important;
}
.modeltheme-content#login-modal-content h3, .modeltheme-content#signup-modal-content h3 {
font-size: 18px !important;
}
.left-mobile svg.svg-icon {
float: left;
}
.woocommerce ul.products li.product .button {
padding: 15px 20px !important;
}
.navbar-default .navbar-nav > li > a.modeltheme-trigger {
display: none;
}
.knowledge-base-comment h3#reply-title {
font-size: 22px !important;
}
.modeltheme-pricing-vers4 h2.package_title {
font-size: 22px !important;
}
.testimonial01_item .name-test {
font-size: 22px !important;
}
.title-subtile-holder .section-title {
font-size: 22px !important;
}
.single.single-post .article-header .article-details .post-title {
font-size: 22px !important;
}
.article-content h3 {
font-size: 20px !important;
}
body .navbar-header {
text-align: left;
padding-left: 10px;
}
body .navbar-default .navbar-collapse, .navbar-default .navbar-form {
width: 80%;
}
.right-side-social-actions .actions-group > div a {
padding: 25px 5px !important;
}
#navbar .menu-item.mega1column > a::after, #navbar .menu-item.mega2columns > a::after, #navbar .menu-item.mega3columns > a::after, #navbar .menu-item.menu-item-has-children > a::after {
top: 6% !important;
}
body.is_header_transparent .navbar-header h1.logo {
margin: 18px 15px 10px 0;
}
body .navbar-header h1.logo.no-logo {
margin: 31px 0 !important;
}
body #modeltheme-main-head{
padding: 0;
}
footer{
padding: 0 15px;
}
body .services-section .box-shadow-column .vc_column-inner {
padding: 30px 20px !important;
padding-right: 20px !important;
}
body .button-winona.btn.btn-medium,
body .portfolio-posts-shortcode .flex-zone-inside a.button-support {
font-size: 13px !important;
padding: 10px 25px !important;
}
body .mt-icon-listgroup-holder {
display: block !important;
}
.mt-icon-listgroup-item .mt-icon-listgroup-holder .mt-icon-listgroup-icon-holder-inner {
float: none !important;
width: 100% !important;
margin-bottom: 12px !important;
}
.mt-icon-listgroup-item .mt-icon-listgroup-holder .mt-icon-listgroup-content-holder-inner {
float: none !important;
width: 100% !important;
}
.mt-icon-listgroup-item .mt-icon-listgroup-holder .mt-icon-listgroup-link {
font-size: 13px;
}
.odd-post .single-post.list-view .post-date, .even-post .single-post.list-view .post-date {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
left: auto;
margin-bottom: 5px;
margin-right: 10px;
padding: 0;
position: relative;
right: auto;
top: auto;
}
body .button-winona.btn.btn-medium
.even-post .list-view .blog_date.blog_day,
.odd-post .list-view .blog_date.blog_day {
font-size: 14px;
font-weight: 300;
}
.odd-post .list-view .post-category-comment-date,
.even-post .list-view .post-category-comment-date {
margin: 0;
}
.odd-post .list-view .blog_date,
.even-post .list-view .blog_date {
display: inline-table;
font-size: 14px;
text-transform: none;
line-height: normal;
}
.newspaper-info-bordered .col-md-5 {
text-align: center;
display: none;
}
.newspaper-info .newspaper-info-bordered {
padding: 15px 0;
border: 0 none;
}
.smartowl_shortcode_blog .post {
margin-bottom: 30px;
}
ul.ecs-event-list li {
margin-bottom: 20px !important;
}
.donation-right-side {
margin: 0px;
}
.shop_feature_description_v2 {
padding-left: 5px;
}
header:not(.header1) .menu.nav-effect.nav-menu {
text-align: center !important;
width: 90% !important;
}
header.header1 .menu.nav-effect.nav-menu {
width: 100% !important;
}
header.header2 .menu.nav-effect.nav-menu {
width: 80% !important;
overflow: hidden;
}
.navbar-nav > li {
float: none !important;
}
body header.header2 .navbar-header h1.logo { }
header.header8 .mt-nav-burger-holder {
padding: 0 !important;
}
body header.header8 #mt-nav-burger {
top: 28px !important;
}
body header.header9 .mt-nav-burger-holder {
padding: 0px !important;
}
body header.header9 .header-nav-actions .mt-search-icon {
margin-right: 35px !important;
}
header.header9 .navbar-header h1.logo {
text-align: center !important;
}
body header.header9 #mt-nav-burger {
top: 28px !important;
}
body header.header9 .menu.nav-effect.nav-menu {
width: 85% !important;
} }
@media only screen and (min-width: 1025px) and (max-width: 1331px) {
.right-side-social-actions .actions-group > div span.cart-contents-count {
display: none;
}   
} @media only screen and (min-width: 1025px) and (max-width: 1367px) {
body #navbar .menu-item.mega1column > a::after, 
body #navbar .menu-item.mega2columns > a::after, 
body #navbar .menu-item.mega3columns > a::after, 
body #navbar .menu-item.menu-item-has-children > a::after{
right: 0;
}
body header .header-nav-actions{
padding: 0;
} } @media only screen and (max-width: 1200px) {
.vertigo-row {
max-width: 400px;
margin: 0 auto !important;
}
.vertigo-row > [class*='col-'] {
width: 100%;
}
.vertigo-row button[type="submit"] {
border-radius: 0;
text-align: left;
}
.vertigo-row input[type="text"].form-control {
border-radius: 0;
margin-bottom: 5px;
}
.vertigo-row select.form-control {
border-radius: 0;
margin-bottom: 5px;
background-position: 35% center;
}
.header-nav-actions .mt-search-icon {
float: right !important;
position: unset !important;
}
.header-nav-actions .mt-search-icon {
float: right !important;
position: relative;
top: 32px;
}
#navbar .menu-item > a {
font-size: 13px !important;
}
p.copyright {
font-size: 12px !important;
}
h3.post-name.row.car-name a {
font-size: 15px !important;
letter-spacing: 0px;
}
.portfolio_custom .post-search {
display: none;
}
.header-spacer h1 span {
font-size: 27px !important;
} } @media only screen and (max-width: 1367px) and (min-width:1025px) {
.slider-image{
background-image: url(//apiserana.com/wp-content/themes/esio/images/smaller_esio_bg.jpg);
} } @media only screen and (min-width: 1367px) {
.events-shortcode-v2 .event-description-title {
padding: 0px 10px !important;
}
.header1 .fixed-sidebar-menu .left-side {
padding: 40px;
} }.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
} .owl-carousel{
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} .grabbing { 
cursor:url(//apiserana.com/wp-content/themes/esio/images/grabbing.png) 8 8, move;
} .owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
} .owl-theme .owl-controls{
margin-top: 10px;
text-align: center;
} .owl-theme .owl-controls .owl-buttons div{
color: #FFF;
display: inline-block;
zoom: 1;
*display: inline; margin: 5px;
padding: 3px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background: #869791;
filter: Alpha(Opacity=50); opacity: 0.5;
}  .owl-theme .owl-controls.clickable .owl-buttons div:hover{
filter: Alpha(Opacity=100); opacity: 1;
text-decoration: none;
} .owl-theme .owl-controls .owl-page{
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-controls .owl-page span{
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50); opacity: 0.5;
transform: none;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
-ms-transform: none;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
filter: Alpha(Opacity=100); opacity: 1;
} .owl-theme .owl-controls .owl-page span.owl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
} .owl-item.loading{
min-height: 150px;
background: url(//apiserana.com/wp-content/themes/esio/css/AjaxLoader.gif) no-repeat center center
} .owl-origin {
-webkit-perspective: 1200px;
-webkit-perspective-origin-x : 50%;
-webkit-perspective-origin-y : 50%;
-moz-perspective : 1200px;
-moz-perspective-origin-x : 50%;
-moz-perspective-origin-y : 50%;
perspective : 1200px;
} .owl-fade-out {
z-index: 10;
-webkit-animation: fadeOut .7s both ease;
-moz-animation: fadeOut .7s both ease;
animation: fadeOut .7s both ease;
}
.owl-fade-in {
-webkit-animation: fadeIn .7s both ease;
-moz-animation: fadeIn .7s both ease;
animation: fadeIn .7s both ease;
} .owl-backSlide-out {
-webkit-animation: backSlideOut 1s both ease;
-moz-animation: backSlideOut 1s both ease;
animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
-webkit-animation: backSlideIn 1s both ease;
-moz-animation: backSlideIn 1s both ease;
animation: backSlideIn 1s both ease;
} .owl-goDown-out {
-webkit-animation: scaleToFade .7s ease both;
-moz-animation: scaleToFade .7s ease both;
animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
-webkit-animation: goDown .6s ease both;
-moz-animation: goDown .6s ease both;
animation: goDown .6s ease both;
} .owl-fadeUp-in {
-webkit-animation: scaleUpFrom .5s ease both;
-moz-animation: scaleUpFrom .5s ease both;
animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
-webkit-animation: scaleUpTo .5s ease both;
-moz-animation: scaleUpTo .5s ease both;
animation: scaleUpTo .5s ease both;
}  @-webkit-keyframes empty {
0% {opacity: 1}
}
@-moz-keyframes empty {
0% {opacity: 1}
}
@keyframes empty {
0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-moz-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
25% { opacity: .5; -webkit-transform: translateZ(-500px); }
75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
25% { opacity: .5; -moz-transform: translateZ(-500px); }
75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
25% { opacity: .5; transform: translateZ(-500px); }
75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -webkit-transform: translateZ(-500px); }
100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -moz-transform: translateZ(-500px); }
100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; transform: translateZ(-500px); }
100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
from { transform: translateY(-100%); }
}
@-webkit-keyframes scaleUpFrom {
from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
from { opacity: 0; transform: scale(1.5); }
}
@-webkit-keyframes scaleUpTo {
to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
to { opacity: 0; transform: scale(1.5); }
}
 .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
@keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
-ms-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
-ms-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
-ms-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
-ms-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
-ms-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
-ms-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
-ms-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
-ms-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
-ms-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
-ms-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
-ms-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
-ms-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
-ms-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
-ms-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
-ms-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
-ms-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
-ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
0% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
-ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
-ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
-ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
-ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
-ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
-ms-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
-ms-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
-ms-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
-ms-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
-ms-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
-ms-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
-ms-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
-ms-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
-ms-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
-ms-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
-ms-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
-ms-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
-ms-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
100% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
-ms-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
-ms-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
-ms-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
-ms-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
100% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
-ms-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
-ms-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
-ms-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
-ms-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
-ms-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
-ms-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
-ms-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
-ms-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
-ms-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
-ms-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
-ms-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
-ms-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
-ms-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
-ms-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
-ms-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
-ms-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
-ms-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
-ms-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
-ms-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
-ms-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
-ms-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
-ms-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
-ms-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
-ms-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
-ms-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
-ms-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
-ms-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
-ms-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
-ms-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
-ms-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
-ms-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
-ms-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
-ms-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
-ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
-ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
-ms-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
-ms-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
-ms-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-animation-duration: .75s;
animation-duration: .75s;
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
-ms-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
-ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
-ms-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
-ms-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
-ms-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
-ms-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
-ms-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
-ms-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
-ms-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
-ms-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
-ms-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0, 0, 1, 45deg);
transform: rotate(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0, 0, 1, 45deg);
-ms-transform: rotate(0, 0, 1, 45deg);
transform: rotate(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
-ms-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
-ms-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
-ms-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
-ms-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
-ms-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
-ms-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
-ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
-ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
-ms-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-ms-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-ms-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-ms-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-ms-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-ms-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-ms-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
opacity: 0;
}
}
@keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
-ms-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-ms-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
-ms-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
-ms-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
-ms-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
-ms-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-ms-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}header .navbar-toggle {
border-radius: 0;
margin-top: 35px;
}
#navbar .menu-item.selected > a,
#navbar .menu-item:hover > a {
background: transparent;
}
.is_header_semitransparent .sticky-wrapper {
position: absolute;
width: 100%;
}
.fixed-sidebar-menu .widget_search .search-field:focus{
border: 1px solid #b9c0c5;
}
.fixed-sidebar-menu .widget_recent_entries_with_thumbnail a {
font-size: 17px;
}
.is_header_semitransparent .navbar-default {
transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
}
.is_header_semitransparent header {
left: 0;
position: absolute;
width: 100%;
z-index: 2;
}
body.is_header_semitransparent .is-sticky #mt-nav-burger span{
background: #252525;
}
body.is_header_semitransparent header .is-sticky .right-side-social-actions .mt-search-icon i, 
body.is_header_semitransparent .is-sticky #navbar .menu > .menu-item > a, 
body.is_header_semitransparent header .is-sticky .right-side-social-actions .social-links i {
color: #252525;
}
body.is_header_semitransparent #mt-nav-burger span {
background: #ffffff none repeat scroll 0 0;
}
.is_header_semitransparent .sticky-wrapper.is-sticky .navbar-default {
background: rgba(0, 175, 239, 0.95) none repeat scroll 0 0;
}
.is_header_semitransparent .header-title-breadcrumb-overlay > .container {
padding-top: 80px;
}
.upper-overlay {
margin-bottom: 95px;
}
.single-post .header-title-breadcrumb-overlay {
padding: 190px 0 190px;
}
.single-post .comment-respond h3#reply-title {
margin-bottom: 0px !important;
margin-top: 0px;
padding-bottom: 0;
}
.navbar-default{
border: 0 none;
}
header .love-it-wrapper {
display: none;
}
.fixed-sidebar-menu-holder .widget {
padding-top: 40px;
padding-bottom: 10px !important;
border-bottom: 0 none !important;
}
.fixed-sidebar-menu-holder .widget:last-of-type{
padding-top: 0px;
}
body .fixed-sidebar-menu .widget-title.social-links-title{
display: none;
}
.fixed-sidebar-menu .widget-title {
border-color: transparent;
margin-bottom: 5px;
}
.fixed-sidebar-menu .textwidget p {
font-size: 15px;
margin-bottom: 0;
}
.fixed-sidebar-menu .widget_recent_comments > ul, 
.fixed-sidebar-menu .widget_nav_menu li, 
.fixed-sidebar-menu .widget_nav_menu li a, 
.fixed-sidebar-menu .sidebar-content .widget_nav_menu li, 
.fixed-sidebar-menu .sidebar-content .widget_nav_menu li a, 
.fixed-sidebar-menu .widget_recent_entries li, 
.fixed-sidebar-menu .widget_recent_entries li a, 
.fixed-sidebar-menu .widget_pages li, 
.fixed-sidebar-menu .widget_pages li a, 
.fixed-sidebar-menu .widget_meta li, 
.fixed-sidebar-menu .widget_meta li a,
.fixed-sidebar-menu .widget_archive li, 
.fixed-sidebar-menu .widget_archive li a, 
.fixed-sidebar-menu .widget_categories .cat-item, 
.fixed-sidebar-menu .widget_categories li a{
color: #606060;
font-size: 15px;
transition: all 250ms ease;
-ms-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-webkit-transition: all 250ms ease;
}
.fixed-sidebar-menu  ul.mt-side-burger-list {
padding-left: 24px;
margin-bottom: 0;
}
.fixed-sidebar-menu  ul.mt-side-burger-list li {
list-style-type: none;
padding-bottom: 6px;
position: relative;
font-size: 14px;
}
.fixed-sidebar-menu  ul.mt-side-burger-list li:last-of-type {
padding-bottom: 0px;
}
.fixed-sidebar-menu  ul.mt-side-burger-list li:before {
content: " ";
width: 14px;
height: 1px;
top: 9px;
left: -24px;
position: absolute;
background-color: #151515;
}
.fixed-sidebar-menu #sb_instagram .sb_instagram_header,
.fixed-sidebar-menu #sb_instagram #sbi_load,
.sidebar-content #sb_instagram #sbi_load,
.sidebar-content #sb_instagram .sb_instagram_header {
display: none;
}
.sidebar-content #sb_instagram #sbi_images ,
.fixed-sidebar-menu #sb_instagram #sbi_images {
margin: -10px -10px 0;
} #navbar .sub-menu .menu-item > a {
font-weight: 400;
line-height: normal;
margin: 0 0 10px;
text-transform: none;
padding: 0;
}
#navbar .sub-menu .menu-item:last-of-type > a {
margin-bottom: 0px;
}
#navbar .sub-menu,
.navbar ul li ul.sub-menu {
background: #fff;
border-top: 0 none;
left: -10px;
opacity: 0;
padding-top: 0;
position: absolute;
text-align: left;
top: 180%;
transition: all 400ms ease 0s;
-webkit-transition: all 400ms ease 0s;
visibility: hidden;
width: 250px;
z-index: 9999;
}
.menu.nav-effect.nav-menu {
margin: 0;
}
#navbar .sub-menu.mt-drop-down--right .sub-menu {
right: auto;
left: -250px !important;
text-align: left;
}
#navbar .sub-menu.mt-drop-down--right {
text-align: left;
left: auto;
right: 0;
}
.header1 #navbar .menu-item.mega1column .sub-menu li > a::after,
.header1 #navbar .menu-item.mega2columns .sub-menu li > a::after,
.header1 #navbar .menu-item.mega3columns .sub-menu li > a::after,
.header1 #navbar .menu-item.menu-item-has-children .sub-menu li > a::after,
.header2 #navbar .menu-item.mega1column .sub-menu li > a::after,
.header2 #navbar .menu-item.mega2columns .sub-menu li > a::after,
.header2 #navbar .menu-item.mega3columns .sub-menu li > a::after,
.header2 #navbar .menu-item.menu-item-has-children .sub-menu li > a::after,
.header3 #navbar .menu-item.mega1column .sub-menu li > a::after,
.header3 #navbar .menu-item.mega2columns .sub-menu li > a::after,
.header3 #navbar .menu-item.mega3columns .sub-menu li > a::after,
.header3 #navbar .menu-item.menu-item-has-children .sub-menu li > a::after,
.header4 #navbar .menu-item.mega1column .sub-menu li > a::after,
.header4 #navbar .menu-item.mega2columns .sub-menu li > a::after,
.header4 #navbar .menu-item.mega3columns .sub-menu li > a::after,
.header4 #navbar .menu-item.menu-item-has-children .sub-menu li > a::after {
top: 15px;
}
#navbar .menu-item.mega1column .sub-menu li > a::after,
#navbar .menu-item.mega2columns .sub-menu li > a::after,
#navbar .menu-item.mega3columns .sub-menu li > a::after,
#navbar .menu-item.menu-item-has-children .sub-menu li > a::after {
top: 5px;
}
.vc_progress_bar .vc_single_bar .vc_label {
font-size: 17px;
font-weight: 300;
padding: 5px 10px;
}
header nav ul {
display: inline-table;
}
header #navbar > div:first-child {
display: inline-table;
text-align: left;
width: auto;
}
.navbar-nav > li > a {
padding-bottom: 30px;
padding-top: 30px;
}
.navbar ul li:hover > ul.sub-menu {
opacity: 1;
top: 100%;
visibility: visible;
}
#navbar ul.sub-menu li a {
color: #151515;
display: block;
font-size: 14px;
padding: 3px 13px;
}
#navbar li li {
display: list-item; 
list-style: none; 
}
.fixed-sidebar-menu-overlay.visible {
opacity: 1;
visibility: visible;
}
.fixed-sidebar-menu-overlay {
background: rgba(13, 25, 31, 0.7) none repeat scroll 0 0;
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
opacity: 0;
visibility: hidden;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
box-shadow: 12px 12px 40px #0000001A;
-webkit-box-shadow: 12px 12px 40px #0000001A;
}
.fixed-search-overlay .icon-close:hover {
opacity: 0.8;
}
.admin-bar .fixed-search-overlay .icon-close {
top: 60px !important;
}
.fixed-search-overlay .icon-close {
display: none;
color: rgb(255, 255, 255);
font-size: 30px;
position: absolute;
right: 50px;
top: 40px;
cursor: pointer;
}
.fixed-search-overlay.visible {
opacity: 1;
visibility: visible;
z-index: 10400;
top: 100%;
}
.fixed-search-overlay .fixed-search-inside {
align-self: center;
width: 100%;
}
.fixed-search-inside .modeltheme-search {
display: block;
margin: 0 auto;
width: 500px;
}
.fixed-search-overlay .modeltheme-search > form {
position: relative;
display: flex;
}
.fixed-search-overlay .search-input {
border-right: 0;
border-radius: 4px 0 0 4px;
border: 1px solid #DDDDDD;
font-size: 13px;
margin: 0px !important;
height: 38px !important;
outline: 0 !important;
padding: 8px;
background: #F7F8FA;
height: 38px;
box-shadow: none;
flex-basis: 86%;
border-right: 0;
box-sizing: border-box;
}
.fixed-search-overlay button[type="submit"] {
border-radius: 0 4px 4px 0;
border: 0 none;
background: #FD75B4;
color: #fff;
width: 38px;
height: 38px;
text-align: center;
margin: 0 !important;
box-sizing: border-box;
outline: none !important;
transition: all .25s ease;
}
.fixed-search-inside .search-input::-moz-placeholder {
color: rgb(231, 231, 231);
opacity: 1;
}
.fixed-search-inside .search-input {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border-color: -moz-use-text-color -moz-use-text-color rgb(255, 255, 255);
border-style: none none solid;
border-width: 0 0 3px;
color: rgb(255, 255, 255);
font-size: 32px;
font-weight: 500;
padding: 30px 30px 30px 0;
text-transform: uppercase;
width: 100%;
}
body:not(.is_header_semitransparent) .fixed-search-overlay {
border-radius: 0 0 4px 4px;
}
.fixed-search-overlay {
background: #fff;
right: 160px;
position: absolute;
top: 150%;
opacity: 0; 
visibility: hidden; 
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
padding: 25px;
border-radius: 3px;
}
@media only screen and ( min-width: 767px ) and (max-width: 991px) {
.fixed-search-overlay {
transform: translateX(55%);
right: 58%;
}
body.is_header_semitransparent .fixed-search-overlay {
transform: translateX(55%);
right: 38%;
}
} .fixed-sidebar-menu .navbar-nav.timeline-menu li a {
border-left: 1px solid rgba(255, 255, 255,.5);
font-weight: 300;
margin-left: 15px;
padding: 40px;
position: relative;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
}
.fixed-sidebar-menu .navbar-nav.timeline-menu > li > a::before {
background: rgb(255, 255, 255) none repeat scroll 0 0;
border-radius: 50%;
content: "";
height: 6px;
left: -3.5px;
position: absolute;
top: 45px;
width: 6px;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
}
.fixed-sidebar-menu .timeline-menu.navbar-nav {
position: relative;
}
.fixed-sidebar-menu .navbar-nav.timeline-menu > li > a:hover::before {
background: #ec1d23;
}
.fixed-sidebar-menu .timeline-menu.navbar-nav::before {
background: rgb(255, 255, 255) none repeat scroll 0 0;
border-radius: 50%;
content: "";
height: 6px;
left: 12.5px;
position: absolute;
top: 0;
width: 6px;
}
.fixed-sidebar-menu .timeline-menu.navbar-nav::after {
background: rgb(255, 255, 255) none repeat scroll 0 0;
border-radius: 50%;
content: "";
height: 6px;
left: 12.5px;
position: absolute;
bottom: 0;
width: 6px;
}
.fixed-sidebar-menu .navbar-nav.timeline-menu li:hover a {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
color: #ec1d23;
}
.fixed-sidebar-menu .header15 .navbar-nav.timeline-menu li a {
border-left: 0 none;
border-right: 1px solid #ffffff;
font-weight: 300;
margin-left: 0;
margin-right: 15px;
text-align: right;
}
.fixed-sidebar-menu .header15 .navbar-nav.timeline-menu > li > a::before {
left: auto;
right: -3.5px;
}
.fixed-sidebar-menu .header15 .timeline-menu.navbar-nav::before {
left: auto;
right: 12.5px;
}
.fixed-sidebar-menu .header15 .timeline-menu.navbar-nav::after {
left: auto;
right: 12.5px;
}
.fixed-sidebar-menu .header15 .left-side h3 {
color: #ffffff;
margin-right: 15px;
text-align: right;
}
body .shop_cart > a:hover {
color: #252525;
}
.navbar-default .navbar-nav > li > a.modeltheme-trigger {
background: #716ACA;
padding: 10px 30px;
text-transform: uppercase;
border-radius: 30px;
line-height: 28px;
font-weight: 600;
margin: 17px 0px;
margin-left: 20px;
font-size: 14px;
-webkit-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out 0s;
}
.navbar-default .navbar-nav > li > a.modeltheme-trigger:hover {
opacity: .7;
} .missing-redux-framework.header1 .no-menu {
margin: 35px 0;
}
.header1 .header-info-group .header-info-labels p,
.header1 .header-info-group p{
padding: 0;
}
.header1 .header-nav-actions .mt-search-icon {
font-size: 17px;
margin-right: 15px;
margin-top: 5px;
}
header.header1 .header-nav-actions .shop_cart i {
font-size: 20px;
color: #fff;
}
header.header1 .header-nav-actions .shop_cart {
float: right;
padding: 10px 40px;
margin: 0px;
list-style: none;
background: transparent !important;
padding-right: 0px;
padding-left: 0px;
}
.navbar-header h1.logo {
margin: 14px 0;
position: relative;
left: 0px;
margin-left: 0px;
}
.header1 #navbar {
text-align: right;
} .header5 #navbar {
text-align: center;
}
header.header5 #navbar > div:first-child {
float: none;
} .header8 #navbar {
text-align: right !important;
} .header10 #navbar {
text-align: right;
}
.header10 #navbar .menu {
margin-right: 20px;
}
.header10 .navbar-collapse.collapse.hidden {
opacity: 1;
}
.header10 .navbar-collapse.collapse {
opacity: 0;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
} .header11 #navbar {
text-align: right;
}
.header11 #navbar .menu {
margin-right: 20px;
}
.header11 .navbar-collapse.collapse.hidden {
opacity: 1;
}
.header11 .navbar-collapse.collapse {
opacity: 0;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
} .header12 #navbar {
text-align: center;
} .header13 #navbar{
text-align: center;
}
.is_header_semitransparent .header13 .sticky-wrapper {
position: relative;
} .fixed-sidebar-menu p.copyright {
color: rgb(0, 0, 0);
font-size: 14px;
}
.fixed-sidebar-menu-holder {
margin: 0;
}
.fixed-sidebar-menu .navbar {
margin-top: 30px;
background: transparent;
}
.fixed-sidebar-menu .logo {
margin: 0;
text-align: left;
position: relative;
top: -8px;
}
.fixed-sidebar-menu .menu-item {
width: 100%;
}
.fixed-sidebar-menu .navbar-nav > li > a{
font-weight: 300;
padding: 10px 10px;
}
.fixed-sidebar-menu > div{
height: auto;
}
.fixed-sidebar-menu-holder .widget.widget_search input {
border-radius: 5px;
-webkit-border-radius: 5px;
color: rgb(35, 35, 91);
font-weight: 500;
}
.fixed-sidebar-menu-holder .widget.widget_search input[type="submit"] {
display: none;
}
.fixed-sidebar-menu{
background: url(https://esio.modeltheme.com/wp-content/uploads/2021/06/Esio-sidebar1.jpg) no-repeat #Fff;
background-size: contain;
background-position: bottom;
position: fixed;
width: 25%;
height: 100%;
margin: 0;
z-index: 1000;
padding: 0;
top: 0;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
}
.fixed-sidebar-menu .left-side {
box-sizing: border-box;
float: left;
height: 100%;
padding: 160px 90px 30px;
width: 100%;
}
.fixed-sidebar-menu.open .left-side {
opacity: 1;
position: relative;
visibility: visible;
}
.fixed-sidebar-menu.open .left-side aside {
border-bottom: 1px solid #ddd;
}
.fixed-sidebar-menu.open .left-side aside p.text-center a {
font-weight: 500;
}
.fixed-sidebar-menu .right-side {
float: left;
height: 100%;
padding: 10px;
width: 60px;
margin: 0;
}
.fixed-sidebar-menu.open .menu-button .icon-close {
color: rgb(255, 255, 255);
font-size: 30px;
}
.fixed-sidebar-menu.open .menu-button span.burger {
opacity: 0;
visibility: hidden;
}
.header5 #navbar {
border-top: 1px solid rgba(255, 255, 255, 0.2);
}
header.header9 .navbar-header h1.logo{
text-align: right; 
}
header.header9 .header-nav-actions{
float: left;
}
.fixed-sidebar-menu.open {
padding: 0;
width: 430px;
overflow-y: scroll;
-ms-overflow-style: none; scrollbar-width: none;
}
.fixed-sidebar-menu.open::-webkit-scrollbar {
display: none;
}
.fixed-sidebar-menu .logo img, 
.fixed-sidebar-menu .navbar-header .logo img {
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
}
.fixed-sidebar-menu .logo img {
max-width: 150px;
margin: 0px 16% auto;
}
.fixed-sidebar-menu .share-group {
bottom: 0;
color: rgb(255, 255, 255);
font-size: 22px;
left: auto;
right: 0;
padding: 10px 0;
position: absolute;
text-align: center;
width: 100%;
}
.fixed-sidebar-menu .menu-button {
position: relative;
height: 38px;
width: 38px;
margin: auto;
padding: 5px;
cursor: pointer;
}
.fixed-sidebar-menu .menu-button span.burger {
visibility: visible;
position: absolute;
display: block;
margin-top: -2px;
top: 50%;
left: 3px;
height: 3px;
width: 30px;
overflow: hidden;
opacity: 1;
-webkit-transition: -webkit-transform cubic-bezier(0.18,  0.89,  0.32,  1.28) 300ms, opacity cubic-bezier(0.18,  0.89,  0.32,  1.28) 300ms;
-moz-transition: -moz-transform cubic-bezier(0.18,  0.89,  0.32,  1.28) 300ms, opacity cubic-bezier(0.18,  0.89,  0.32,  1.28) 300ms;
transition: transform cubic-bezier(0.18,  0.89,  0.32,  1.28) 300ms, opacity cubic-bezier(0.18,  0.89,  0.32,  1.28) 300ms;
}
.fixed-sidebar-menu .menu-button span.burger .inner {
background: #fff;
display: block;
width: 100%;
height: 100%;
-webkit-transition: -webkit-transform 200ms;
-moz-transition: -moz-transform 200ms;
transition: transform 200ms;
}
.fixed-sidebar-menu .menu-button span.burger:nth-child(1) {
-webkit-transform: translateY(-14px);
-moz-transform: translateY(-14px);
-ms-transform: translateY(-14px);
-o-transform: translateY(-14px);
transform: translateY(-14px);
}
.fixed-sidebar-menu .menu-button span.burger:nth-child(1) .inner {
-webkit-transform: translateX(-15px);
-moz-transform: translateX(-15px);
-ms-transform: translateX(-15px);
-o-transform: translateX(-15px);
transform: translateX(-15px);
}
.fixed-sidebar-menu .menu-button span.burger:nth-child(2) {
-webkit-transform: translateY(-7px);
-moz-transform: translateY(-7px);
-ms-transform: translateY(-7px);
-o-transform: translateY(-7px);
transform: translateY(-7px);
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.fixed-sidebar-menu .menu-button span.burger:nth-child(2) .inner {
-webkit-transform: translateX(-3px);
-moz-transform: translateX(-3px);
-ms-transform: translateX(-3px);
-o-transform: translateX(-3px);
transform: translateX(-3px);
}
.fixed-sidebar-menu .menu-button span.burger:nth-child(3) {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.fixed-sidebar-menu .menu-button span.burger:nth-child(3) .inner {
-webkit-transform: translateX(-13px);
-moz-transform: translateX(-13px);
-ms-transform: translateX(-13px);
-o-transform: translateX(-13px);
transform: translateX(-13px);
}
.fixed-sidebar-menu .menu-button span.burger:nth-child(4) {
-webkit-transform: translateY(7px);
-moz-transform: translateY(7px);
-ms-transform: translateY(7px);
-o-transform: translateY(7px);
transform: translateY(7px);
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.fixed-sidebar-menu .menu-button span.burger:nth-child(4) .inner {
-webkit-transform: translateX(-8px);
-moz-transform: translateX(-8px);
-ms-transform: translateX(-8px);
-o-transform: translateX(-8px);
transform: translateX(-8px);
}
.fixed-sidebar-menu .menu-button span.burger:nth-child(5) {
-webkit-transform: translateY(14px);
-moz-transform: translateY(14px);
-ms-transform: translateY(14px);
-o-transform: translateY(14px);
transform: translateY(14px);
}
.fixed-sidebar-menu .menu-button span.burger:nth-child(5) .inner {
-webkit-transform: translateX(-8px);
-moz-transform: translateX(-8px);
-ms-transform: translateX(-8px);
-o-transform: translateX(-8px);
transform: translateX(-8px);
}
.fixed-sidebar-menu .menu-button:hover span.burger .inner {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.fixed-sidebar-menu.opened .menu-button span.burger {
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
transform-origin: 50% 50%}
.fixed-sidebar-menu.opened .menu-button span.burger .inner {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.fixed-sidebar-menu.opened .menu-button span.burger:nth-child(1) {
opacity: 0;
}
.fixed-sidebar-menu.opened .menu-button span.burger:nth-child(2) {
-webkit-animation: moveandrotatex forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
-moz-animation: moveandrotatex forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
animation: moveandrotatex forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
}
.fixed-sidebar-menu.opened .menu-button span.burger:nth-child(3) {
opacity: 0;
}
.fixed-sidebar-menu.opened .menu-button span.burger:nth-child(4) {
-webkit-animation: moveandrotate forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
-moz-animation: moveandrotate forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
animation: moveandrotate forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
}
.fixed-sidebar-menu.opened .menu-button span.burger:nth-child(5) {
opacity: 0;
}
.fixed-sidebar-menu.closing1 .menu-button span.burger .inner {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.fixed-sidebar-menu.closing1 .menu-button span.burger:nth-child(1) {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.fixed-sidebar-menu.closing1 .menu-button span.burger:nth-child(2) {
-webkit-animation: moveandrotatex-reverse forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
-moz-animation: moveandrotatex-reverse forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
animation: moveandrotatex-reverse forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
}
.fixed-sidebar-menu.closing1 .menu-button span.burger:nth-child(3) {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.fixed-sidebar-menu.closing1 .menu-button span.burger:nth-child(4) {
-webkit-animation: moveandrotate-reverse forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
-moz-animation: moveandrotate-reverse forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
animation: moveandrotate-reverse forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
}
.fixed-sidebar-menu.closing1 .menu-button span.burger:nth-child(5) {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.fixed-sidebar-menu.closing2 .menu-button span.burger:nth-child(1) {
-webkit-transform: translateY(-14px);
-moz-transform: translateY(-14px);
-ms-transform: translateY(-14px);
-o-transform: translateY(-14px);
transform: translateY(-14px);
}
.fixed-sidebar-menu.closing2 .menu-button span.burger:nth-child(5) {
-webkit-transform: translateY(14px);
-moz-transform: translateY(14px);
-ms-transform: translateY(14px);
-o-transform: translateY(14px);
transform: translateY(14px);
}
.fixed-sidebar-menu.closing2 .menu-button span.burger:nth-child(2) {
-webkit-animation: moveandrotatex-reverse forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
-moz-animation: moveandrotatex-reverse forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
animation: moveandrotatex-reverse forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
}
.fixed-sidebar-menu.closing2 .menu-button span.burger:nth-child(4) {
-webkit-animation: moveandrotate-reverse forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
-moz-animation: moveandrotate-reverse forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
animation: moveandrotate-reverse forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
}
.fixed-sidebar-menu [data-component='share'] {
position: relative;
text-align: center;
}
.fixed-sidebar-menu [data-component='share']:after {
height: 64px;
width: 64px;
line-height: 64px;
content: '\e603';
font-family: "icomoon";
font-size: 23px;
display: inline-block;
padding-right: 1px;
position: absolute;
bottom: 0;
left: 0;
}
.fixed-sidebar-menu .menu-center {
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
position: relative;
top: 45%
}
.fixed-sidebar-menu [data-component='share'].rendered:after {
display: none;
}
@-webkit-keyframes moveandrotatex {
0% {
-webkit-transform: translateY(7px) rotate(0);
}
50% {
-webkit-transform: translateY(0) rotate(0);
}
100% {
-webkit-transform: translateY(0) rotate(-45deg);
}
}@-moz-keyframes moveandrotatex {
0% {
-moz-transform: translateY(7px) rotate(0);
}
50% {
-moz-transform: translateY(0) rotate(0);
}
100% {
-moz-transform: translateY(0) rotate(-45deg);
}
}
@keyframes moveandrotatex {
0% {
-webkit-transform: translateY(7px) rotate(0);
-moz-transform: translateY(7px) rotate(0);
-ms-transform: translateY(7px) rotate(0);
-o-transform: translateY(7px) rotate(0);
transform: translateY(7px) rotate(0);
}
50% {
-webkit-transform: translateY(0) rotate(0);
-moz-transform: translateY(0) rotate(0);
-ms-transform: translateY(0) rotate(0);
-o-transform: translateY(0) rotate(0);
transform: translateY(0) rotate(0);
}
100% {
-webkit-transform: translateY(0) rotate(-45deg);
-moz-transform: translateY(0) rotate(-45deg);
-ms-transform: translateY(0) rotate(-45deg);
-o-transform: translateY(0) rotate(-45deg);
transform: translateY(0) rotate(-45deg);
}
}
@-webkit-keyframes moveandrotate {
0% {
-webkit-transform: rotate(0) translateY(-7px);
}
50% {
-webkit-transform: translateY(0) rotate(0);
}
100% {
-webkit-transform: translateY(0) rotate(45deg);
}
}@-moz-keyframes moveandrotate {
0% {
-moz-transform: rotate(0) translateY(-7px);
}
50% {
-moz-transform: translateY(0) rotate(0);
}
100% {
-moz-transform: translateY(0) rotate(45deg);
}
}@keyframes moveandrotate {
0% {
-webkit-transform: rotate(0) translateY(-7px);
-moz-transform: rotate(0) translateY(-7px);
-ms-transform: rotate(0) translateY(-7px);
-o-transform: rotate(0) translateY(-7px);
transform: rotate(0) translateY(-7px);
}
50% {
-webkit-transform: translateY(0) rotate(0);
-moz-transform: translateY(0) rotate(0);
-ms-transform: translateY(0) rotate(0);
-o-transform: translateY(0) rotate(0);
transform: translateY(0) rotate(0);
}
100% {
-webkit-transform: translateY(0) rotate(45deg);
-moz-transform: translateY(0) rotate(45deg);
-ms-transform: translateY(0) rotate(45deg);
-o-transform: translateY(0) rotate(45deg);
transform: translateY(0) rotate(45deg);
}
}@-webkit-keyframes moveandrotate-reverse {
0% {
-webkit-transform: rotate(45deg) translateY(0);
}
50% {
-webkit-transform: translateY(0) rotate(0);
}
100% {
-webkit-transform: translateY(-7px) rotate(0);
}
}@-moz-keyframes moveandrotate-reverse {
0% {
-moz-transform: rotate(45deg) translateY(0);
}
50% {
-moz-transform: translateY(0) rotate(0);
}
100% {
-moz-transform: translateY(-7px) rotate(0);
}
}
@keyframes moveandrotate-reverse {
0% {
-webkit-transform: rotate(45deg) translateY(0);
-moz-transform: rotate(45deg) translateY(0);
-ms-transform: rotate(45deg) translateY(0);
-o-transform: rotate(45deg) translateY(0);
transform: rotate(45deg) translateY(0);
}
50% {
-webkit-transform: translateY(0) rotate(0);
-moz-transform: translateY(0) rotate(0);
-ms-transform: translateY(0) rotate(0);
-o-transform: translateY(0) rotate(0);
transform: translateY(0) rotate(0);
}
100% {
-webkit-transform: translateY(-7px) rotate(0);
-moz-transform: translateY(-7px) rotate(0);
-ms-transform: translateY(-7px) rotate(0);
-o-transform: translateY(-7px) rotate(0);
transform: translateY(-7px) rotate(0);
}
}
@-webkit-keyframes moveandrotatex-reverse {
0% {
-webkit-transform: translateY(0) rotate(-45deg);
}
50% {
-webkit-transform: translateY(0) rotate(0);
}
100% {
-webkit-transform: translateY(7px) rotate(0);
}
}@-moz-keyframes moveandrotatex-reverse {
0% {
-moz-transform: translateY(0) rotate(-45deg);
}
50% {
-moz-transform: translateY(0) rotate(0);
}
100% {
-moz-transform: translateY(7px) rotate(0);
}
}
@keyframes moveandrotatex-reverse {
0% {
-webkit-transform: translateY(0) rotate(-45deg);
-moz-transform: translateY(0) rotate(-45deg);
-ms-transform: translateY(0) rotate(-45deg);
-o-transform: translateY(0) rotate(-45deg);
transform: translateY(0) rotate(-45deg);
}
50% {
-webkit-transform: translateY(0) rotate(0);
-moz-transform: translateY(0) rotate(0);
-ms-transform: translateY(0) rotate(0);
-o-transform: translateY(0) rotate(0);
transform: translateY(0) rotate(0);
}
100% {
-webkit-transform: translateY(7px) rotate(0);
-moz-transform: translateY(7px) rotate(0);
-ms-transform: translateY(7px) rotate(0);
-o-transform: translateY(7px) rotate(0);
transform: translateY(7px) rotate(0);
}
}
.touchevents .fixed-sidebar-menu nav .outer {
-webkit-overflow-scrolling: touch;
overflow-y: scroll;
}
[data-orientation="horizontal"] .fixed-sidebar-menu {
-webkit-transform: translate3d(0,  -64px,  0);
-moz-transform: translate3d(0,  -64px,  0);
-ms-transform: translate3d(0,  -64px,  0);
-o-transform: translate3d(0,  -64px,  0);
transform: translate3d(0,  -64px,  0);
}
[data-orientation="horizontal"] .fixed-sidebar-menu.ready {
-webkit-transform: translate3d(0,  0,  0);
-moz-transform: translate3d(0,  0,  0);
-ms-transform: translate3d(0,  0,  0);
-o-transform: translate3d(0,  0,  0);
transform: translate3d(0,  0,  0);
}
[data-orientation="horizontal"] .fixed-sidebar-menu .nav {
padding: 0;
}
@media (max-width: 768px) and (orientation: landscape) {
[data-orientation="horizontal"] .fixed-sidebar-menu .nav>.inner {
padding: 1rem 3rem;
}
}[data-orientation="horizontal"] .nav__title h1 {
margin: 0rem;
font-size: 2.5rem;
line-height: 2.4375rem;
}
@media (max-width: 768px) and (orientation: landscape) {
[data-orientation="horizontal"] .nav__title h1 {
font-size: 2rem !important;
line-height: 1.3 !important;
}
}
.share.share--page .share__trigger {
background-color: #0e1a21;
position: absolute;
bottom: 0;
box-shadow: 0 0 5px 5px #0e1a21;
}
.share.share--page .share__trigger:after {
height: 64px;
width: 64px;
line-height: 64px;
font-family: "icomoon";
font-size: 23px;
box-shadow: none;
padding-right: 1px;
}
.share.share--page .share__list {
bottom: 0;
color: rgb(255, 255, 255);
list-style: outside none none;
opacity: 0;
padding: 0;
position: absolute;
text-align: center;
-webkit-transform: translateY(-10%);
-moz-transform: translateY(-10%);
-ms-transform: translateY(-10%);
-o-transform: translateY(-10%);
transform: translateY(-10%);
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
width: 100%;
left: 0;
}
.share.share--page .share__item.icon-social-facebook:hover::before {
color: #3B5998;
opacity: 1;
}
.share.share--page .share__item.icon-social-twitter:hover::before {
color: #00ACED;
opacity: 1;
}
.share.share--page .share__item.icon-social-gplus:hover::before {
color: #DD4B39;
opacity: 1;
}
.share.share--page .share__item.icon-link:hover::before {
color: #57A9C1;
opacity: 1;
}
.share.share--page .share__item::before {
font-size: 18px;
opacity: 0.85;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
}
.share.share--page .share__item {
color: rgb(255, 255, 255);
cursor: pointer;
display: block;
padding: 5px;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
}
.share.share--page .share__item:after {
height: 44px;
width: 44px;
line-height: 44px;
}
.share.share--page:hover .share__list, 
.share.share--page.hover .share__list {
bottom: 0;
list-style: outside none none;
margin: 0;
opacity: 1;
padding-left: 0;
text-align: center;
transform: translateY(-50px);
-webkit-transform: translateY(-50px);
width: 100%;
}
@-webkit-keyframes arrows-left {
0% {
-webkit-transform: translate3d(0,  0,  0) scale(0.9);
-webkit-animation-timing-function: ease;
}
10% {
-webkit-transform: translate3d(-10px,  0,  0) scale(1);
}
20% {
-webkit-transform: translate3d(0,  0,  0) scale(0.9);
-webkit-animation-timing-function: ease;
}
30% {
-webkit-transform: translate3d(-10px,  0,  0) scale(1);
}
40% {
-webkit-transform: translate3d(0,  0,  0) scale(0.9);
-webkit-animation-timing-function: ease;
}
100% {
-webkit-transform: translate3d(0,  0,  0) scale(0.9);
-webkit-animation-timing-function: ease;
}
}
@-moz-keyframes arrows-left {
0% {
-moz-transform: translate3d(0,  0,  0) scale(0.9);
-moz-animation-timing-function: ease;
}
10% {
-moz-transform: translate3d(-10px,  0,  0) scale(1);
}
20% {
-moz-transform: translate3d(0,  0,  0) scale(0.9);
-moz-animation-timing-function: ease;
}
30% {
-moz-transform: translate3d(-10px,  0,  0) scale(1);
}
40% {
-moz-transform: translate3d(0,  0,  0) scale(0.9);
-moz-animation-timing-function: ease;
}
100% {
-moz-transform: translate3d(0,  0,  0) scale(0.9);
-moz-animation-timing-function: ease;
}
}
@keyframes arrows-left {
0% {
-webkit-transform: translate3d(0,  0,  0) scale(0.9);
-moz-transform: translate3d(0,  0,  0) scale(0.9);
-ms-transform: translate3d(0,  0,  0) scale(0.9);
-o-transform: translate3d(0,  0,  0) scale(0.9);
transform: translate3d(0,  0,  0) scale(0.9);
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
animation-timing-function: ease;
}
10% {
-webkit-transform: translate3d(-10px,  0,  0) scale(1);
-moz-transform: translate3d(-10px,  0,  0) scale(1);
-ms-transform: translate3d(-10px,  0,  0) scale(1);
-o-transform: translate3d(-10px,  0,  0) scale(1);
transform: translate3d(-10px,  0,  0) scale(1);
}
20% {
-webkit-transform: translate3d(0,  0,  0) scale(0.9);
-moz-transform: translate3d(0,  0,  0) scale(0.9);
-ms-transform: translate3d(0,  0,  0) scale(0.9);
-o-transform: translate3d(0,  0,  0) scale(0.9);
transform: translate3d(0,  0,  0) scale(0.9);
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
animation-timing-function: ease;
}
30% {
-webkit-transform: translate3d(-10px,  0,  0) scale(1);
-moz-transform: translate3d(-10px,  0,  0) scale(1);
-ms-transform: translate3d(-10px,  0,  0) scale(1);
-o-transform: translate3d(-10px,  0,  0) scale(1);
transform: translate3d(-10px,  0,  0) scale(1);
}
40% {
-webkit-transform: translate3d(0,  0,  0) scale(0.9);
-moz-transform: translate3d(0,  0,  0) scale(0.9);
-ms-transform: translate3d(0,  0,  0) scale(0.9);
-o-transform: translate3d(0,  0,  0) scale(0.9);
transform: translate3d(0,  0,  0) scale(0.9);
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
animation-timing-function: ease;
}
100% {
-webkit-transform: translate3d(0,  0,  0) scale(0.9);
-moz-transform: translate3d(0,  0,  0) scale(0.9);
-ms-transform: translate3d(0,  0,  0) scale(0.9);
-o-transform: translate3d(0,  0,  0) scale(0.9);
transform: translate3d(0,  0,  0) scale(0.9);
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
animation-timing-function: ease;
}
}
@-webkit-keyframes arrows-right {
0% {
-webkit-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
-webkit-animation-timing-function: ease;
}
10% {
-webkit-transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
}
20% {
-webkit-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
-webkit-animation-timing-function: ease;
}
30% {
-webkit-transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
}
40% {
-webkit-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
-webkit-animation-timing-function: ease;
}
100% {
-webkit-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
-webkit-animation-timing-function: ease;
}
}
@-moz-keyframes arrows-right {
0% {
-moz-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
-moz-animation-timing-function: ease;
}
10% {
-moz-transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
}
20% {
-moz-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
-moz-animation-timing-function: ease;
}
30% {
-moz-transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
}
40% {
-moz-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
-moz-animation-timing-function: ease;
}
100% {
-moz-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
-moz-animation-timing-function: ease;
}
}
@keyframes arrows-right {
0% {
-webkit-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
-moz-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
-ms-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
-o-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
animation-timing-function: ease;
}
10% {
-webkit-transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
-moz-transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
-ms-transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
-o-transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
}
20% {
-webkit-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
-moz-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
-ms-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
-o-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
animation-timing-function: ease;
}
30% {
-webkit-transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
-moz-transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
-ms-transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
-o-transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
}
40% {
-webkit-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
-moz-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
-ms-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
-o-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
animation-timing-function: ease;
}
100% {
-webkit-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
-moz-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
-ms-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
-o-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
animation-timing-function: ease;
}
} .header6 .fixed-sidebar-menu,
.header14 .fixed-sidebar-menu {
left: -240px;
}
.header6 .fixed-sidebar-menu.open,
.header14 .fixed-sidebar-menu.open {
left: 0px;
}
.header6 .fixed-sidebar-menu.open .right-side,
.header14 .fixed-sidebar-menu.open .right-side{
border-left: 1px solid rgba(255, 255, 255, 0.2);
} .header7 .fixed-sidebar-menu,
.header15 .fixed-sidebar-menu {
right: -25%;
}
.header7 .fixed-sidebar-menu.open,
.header15 .fixed-sidebar-menu.open {
right: 0%;
}   nav ul li {
display: inline-block;
}
nav ul {
list-style: none;
margin: 0;
padding: 0;
}
#navbar {
line-height: 1;
}
.header-info-group.media_image .header-info-icon,
.header-info-group.font_awesome .header-info-icon {
font-size: 16px;
font-weight: bold;
line-height: 40px;
position: relative;
}
.header-light-holder .header-info-group .header_text_title {
color: #252525;
}
header.section-header {
margin-bottom: 50px;
position: relative;
z-index: 10;
}
.sidebar_header .navbar-header{
margin-top: 23px;
}
.logo a {
font-weight: 600;
color: #FFFFFF;
text-decoration: none;
}
.logo a:hover {
color: #ffffff;
}
.navbar-collapse.collapse.in .menu .menu-item {
text-align: left;
} header#one-page-header {
position: absolute;
z-index: 999;
width: 100%;
top: 0;
background: rgba(0,0,0,0.2);
}
.navbar-header .logo {
margin: 18px 0;
}
.menu .item {
display: inline-block;
}
.navbar-nav > li > a{
font-size: 16px;
font-weight: 600;
padding: 30px 10px;
display: block;
line-height: 20px;
}
.navbar-nav > li > a:hover {
text-decoration: none;
}
nav {
background: #2f383d;
}
.menu .menu-item {
display: inline-block;
position: relative;
}
.navbar-header .logo > a:hover,
.navbar-header .logo > a {
color: #252525;
}
nav ul.menu > li.menu-item:before {
content: " ";
width: 100%;
height: 3px;
top: 0;
left: 0;
background-color: #2a2a2a;
transition: all .3s ease;
opacity: 0;	
position: absolute;
}
nav ul.menu  li.menu-item.mt_header_button a {
font-size: 12px !important;
text-transform: uppercase !important;
line-height: 18px !important;
color: #FFFFFF;
background-color: #FD75B4;
border-radius: 2px;
padding: 10px 20px 10px 20px !important;
box-shadow: 6px 11px 49px -12px rgba(0,0,0,0.5);
}
body:not(.is_header_semitransparent) nav #navbar ul.menu  li.menu-item.mt_header_button > a {
color: #ffffff !important;
}
nav ul.menu  li.menu-item.mt_header_button a:hover {
background-color: #151515;
}
nav ul.menu li.menu-item.mt_header_button {
padding: 20px 0 0 26px;
}
nav ul.menu  li.menu-item.mt_header_button:before {
content: none;
}
@media only screen and (min-width: 992px) {
nav ul.menu > li.menu-item:hover:before {
opacity: 1;
}
}
.is_header_semitransparent nav ul.menu > li.menu-item:before {
background-color: #fff;
} .header2 .menu.nav-effect.nav-menu {
width: auto;
}
.header2 .navbar-default .navbar-collapse,
.header2 .navbar-default .navbar-form {
padding-left: 0px;
padding-right: 0px;
text-align: center;
}
.header2 .no-menu {
margin: 25px 0;
}
.header2 .navbar-header h1.logo {
text-align: left;
}
.header2 .navbar-collapse.actions.collapse.col-md-2 {
padding-right: 15px;
}
.is_header_semitransparent header > div.container-fluid {
border-bottom: 1px solid rgba(254,254,254,0.2);
}
header > div.container-fluid {
border-bottom: 1px solid #dddddd;
}
header .row.top-header {
padding: 12px 0;
}
header.header2 .header-infos {
margin-top: 28px;
overflow: hidden;
}
header .header-info-group .header_text_title {
font-size: 15px;
}
header .header-info-group {
margin-bottom: 0;
margin-left: 25px;
margin-top: 0;
}
header .header-nav-actions a {
font-size: 14px;
line-height: 1.2em;
font-weight: 400;
margin-right: 30px;
}
header .header-nav-actions a:last-of-type {
margin-right: 0px;
}
.is_header_semitransparent header .header-nav-actions a {
color: #fff;
}
header .header-nav-actions a i {
margin-right: 10px;
}
ul.social-links.header-sm-links li {
font-size: 16px;
margin-left: 10px;
line-height: 1.2em;
}
ul.social-links.header-sm-links li:nth-child(1) {
margin-left: 0;
}
ul.social-links.header-sm-links li:last-child {
padding-right: 0;
}
.header2 header .right-side-social-actions li:hover i {
opacity: 0.6;
}
.header2 header .right-side-social-actions .mt-search-icon {
display: inline-table;
}
.right-side-social-actions .actions-group > div {
float: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.right-side-social-actions .actions-group > div {
vertical-align: unset;
}
}
.is_header_semitransparent .right-side-social-actions .actions-group > div a {
color: #fff;
}
.nav-burger{
padding-top: 33px;
padding-bottom: 25px;
}
.right-side-social-actions .actions-group > div a {
font-size: 15px;
line-height: 30px;
padding: 25px 14px;
-webkit-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out 0s;
display: block;
}
@media only screen and (min-width: 992px) and ( max-width: 1150px) {
.right-side-social-actions .actions-group > div a {
padding: 25px 3px;
}
}
.right-side-social-actions .actions-group i {
margin-right: 5px;
}  .missing-redux-framework.header3 .no-menu {
margin: 22px 0;
}
.header3 .no-menu {
margin: 20px 0;
}
.header3 .logo-infos {
background: #f7f7f7 none repeat scroll 0 0;
}
.header3 #modeltheme-main-head {
background: #252525 none repeat scroll 0 0;
}
.header3 #navbar {
text-align: center;
}
.header3 #navbar .menu {
margin-right: 20px;
}
header.header3 .navbar-nav {
float: right;
margin-right: 30px !important;
}
header.header3 #mt-nav-burger.open{
right: -4px;
}
header.header3 #mt-nav-burger{
right: 0;
}
header.header3 .menu.nav-effect.nav-menu {
margin: 0;
top: 0;
transition: all 250ms cubic-bezier(0.98, 0.21, 0, 0.9);
-webkit-transition: all 250ms cubic-bezier(0.98, 0.21, 0, 0.9);
position: relative;
opacity: 1;
visibility: visible;
}
.header3 .menu > .menu-item {
display: table-cell;
float: none;
}
.header3 header .right-side-social-actions li:hover i {
opacity: 0.6;
}
.header3 header .right-side-social-actions .social-links i {
color: #777777;
font-size: 22px;
}
.header3 header .right-side-social-actions {
margin-bottom: 18px;
margin-right: 0;
margin-top: 18px;
padding-bottom: 15px;
padding-top: 15px;
}
.header3 header .right-side-social-actions .social-links a{
margin: 0 3px;
}
.header3 header .right-side-social-actions .mt-search-icon{
margin: 0 12px 0 0;
}
.header3 header .right-side-social-actions .mt-search-icon i {
font-size: 22px;
color: #252525;
}
.header3 header .social-links {
float: left;
margin: 0;
}
.header3 #mt-nav-burger{
top: 5px;
}
.header3 #mt-nav-burger span {
background: #252525 none repeat scroll 0 0;
}  .missing-redux-framework.header4 .no-menu {
margin: 24px 0;
}
.header4 .logo-infos {
background: #f7f7f7 none repeat scroll 0 0;
}
.header4 #modeltheme-main-head {
border: 0 none;
}
header.header4 .navbar-nav {
float: left;
}
header.header4 #mt-nav-burger.open{
left: -4px;
}
header.header4 #mt-nav-burger,
header.header11 #mt-nav-burger{
right: auto;
left: 0;
}
header.header4 .menu.nav-effect.nav-menu {
margin: 0;
top: 0;
transition: all 250ms cubic-bezier(0.98, 0.21, 0, 0.9);
-webkit-transition: all 250ms cubic-bezier(0.98, 0.21, 0, 0.9);
position: relative;
opacity: 1;
visibility: visible;
}
header.header4 .menu.nav-effect.nav-menu.hidden {
top: -15px;
display: block !important;
opacity: 0;
visibility: hidden !important;
}
.header4 #navbar {
text-align: right;
}
.header4 header .right-side-social-actions .social-links i {
color: #777777;
font-size: 22px;
}
.header4 header .right-side-social-actions {
border-left: 2px solid #dddddd;
margin-bottom: 18px;
margin-right: 0;
margin-top: 18px;
padding-bottom: 15px;
padding-top: 15px;
}
.header4 header .right-side-social-actions .social-links a{
margin: 0 3px;
}
.header4 header .social-links {
float: left;
margin: 0;
}
.header4 #mt-nav-burger{
top: 5px;
}
.header4 #mt-nav-burger span {
background: #252525 none repeat scroll 0 0;
}
.header4 header .right-side-social-actions .mt-search-icon{
margin: 0 12px 0 0;
}
.header4 header .right-side-social-actions .mt-search-icon i {
font-size: 22px;
color: #252525;
}
.header4 #mt-nav-burger span:nth-child(1), 
.header4 #mt-nav-burger span:nth-child(2) {
top: -1px;
}
.header4 #mt-nav-burger span:nth-child(5), 
.header4 #mt-nav-burger span:nth-child(6) {
top: 13px;
}
.header4 #mt-nav-burger{
width: 21px;
}
.header4 .actions-group {
margin-top: 1px;
}
.navbar-header h1.logo.no-logo {
font-size: 25px !important;
line-height: 1 !important;
margin: 35.5px 0;
}
.missing-modeltheme-framework .navbar-header h1.logo.no-logo {
margin: 25px 0 !important;
}
@media (max-width: 767px) {
.missing-modeltheme-framework .navbar-header h1.logo.no-logo {
margin: 20px 0 !important;
}  
}
#navbar .sub-menu li.menu-item {
position: initial;
}
#navbar .sub-menu {
box-shadow:12px 12px 40px #0000001A;
-webkit-box-shadow: 12px 12px 40px #0000001A;
text-align: left;
opacity: 0;
position: absolute;
width: 250px;
top: 120%;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
visibility: hidden;
padding: 25px 0px;
border-radius: 4px;
}
body #navbar .sub-menu .menu-item .sub-menu .menu-item {
padding: 0px 15px;
}
body #navbar .sub-menu .menu-item {
padding: 0px 25px;
}
#navbar .menu-item > a {
display: block;
color: #2a2a2a;
font-size: 15px;
line-height: 30px;
padding: 25px 14px;
text-transform: capitalize;
-webkit-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out 0s;
}
@media only screen and (min-width: 1025px) and (max-width: 1110px) {
#navbar .menu-item > a {
padding: 25px 11px;
}
}
#navbar .menu-item:hover .sub-menu {
opacity: 1;
visibility: visible;
top: 100%;
}
#navbar .menu-item:hover .sub-menu ~ .sub-menu{
opacity: 0;
visibility: hidden;
}
#navbar .menu-item:hover .sub-menu .sub-menu {
opacity: 0 !important;
visibility: hidden !important;
}
#navbar .menu-item .sub-menu .menu-item:hover > .sub-menu {
opacity: 1 !important;
visibility: visible !important;
}
#navbar .menu-item .sub-menu .sub-menu .sub-menu .sub-menu,
#navbar .menu-item:hover .sub-menu .sub-menu .sub-menu,
#navbar .menu-item.sub-menu .menu-item:hover .sub-menu {
opacity: 0;
visibility: hidden;
}
#navbar .menu-item .sub-menu .menu-item .sub-menu {
left: 100%;
}
#navbar .menu-item:hover .sub-menu .menu-item:hover > .sub-menu {
opacity: 1;
visibility: visible;
top: 0px;
}
#navbar .menu-item .sub-menu .sub-menu {
left: 100%;
position: absolute;
top: 15%;
}
.header-button a.button {
font-weight: 600;
padding: 15px 25px;
margin: 25px 0px 14px 0px;
line-height: 20px;
font-size: 16px;
color: #fff;
border-radius: 30px;
background-image: linear-gradient(230deg, #E38DDD 40%, #9571F6 80%) !important;
}
.is_header_semitransparent .header-button .button{
color: #7194FB;
background: #fff !important;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-ms-transition: all 250ms ease;
transition: all 250ms ease;
}
.is_header_semitransparent .header-button a.button:hover {
background-image: radial-gradient(at top right, #E38DDD 0%, #9571F6 100%);
color: #fff !important;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-ms-transition: all 250ms ease;
transition: all 250ms ease;
}
.header-button a.button:hover{
box-shadow: 4px 3px 40px #0000001A;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-ms-transition: all 250ms ease;
transition: all 250ms ease;
}
.is_header_semitransparent .header-button a.button,
.header-button a.button{
display: -webkit-inline-box;
font-weight: 500;
padding: 10px 19px;
margin: 32px 0px 14px 0px;
line-height: 1.6em;
font-size: 12px;
color: #fff;
border-radius: 5px;
position: relative;
z-index:1;
text-transform: uppercase;
letter-spacing: .2px;
}
.is_header_semitransparent .header-button a.button:hover{
z-index: 1;
}
.is_header_semitransparent .header-button a.button,
.is_header_semitransparent .header-button a.button::after,
.header-button a.button,
.header-button a.button::after{
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
.is_header_semitransparent .header-button a.button::after,
.header-button a.button::after {
content: '';
position: absolute;
z-index: -1;
border-radius: 5px;
height: 100%;
left: 0;
top: 0;
width: 100%;
opacity: 0;
color: #ffffff;
}
.is_header_semitransparent .header-button a.button:hover:after,
.header-button a.button:hover:after {
opacity: 1;
} .second_header .menu.nav.nav-menu,
.sixth_header .menu.nav.nav-menu {
width: 100%;
}
.second_header .navbar-header .logo,
.sixth_header .navbar-header .logo {
margin: 10px 0;
}
.hide_post_featured_image .single-post-featured-img {
display: none;
} .third_header .menu.nav.nav-menu,
.seventh_header .menu.nav.nav-menu {
width: 100%;
} .tenth_header .navbar-header .logo {
margin: 20px 0 17px;
}
.tenth_header .topheader-nav-holder > div {
position: absolute;
}
.tenth_header .top-header{
z-index: 999;
margin-top: 30px;
position: relative;
}
.tenth_header nav#modeltheme-main-head {
top: 30px;
} .nineth_header .navbar-header .logo {
margin: 20px 0 17px;
}
.nineth_header .topheader-nav-holder > div {
position: absolute;
}
.nineth_header .top-header{
z-index: 999;
margin-top: 30px;
position: relative;
} .fourth_header .menu.nav.nav-menu,
.eighth_header .menu.nav.nav-menu {
width: 100%;
}
.fourth_header .navbar-header .logo,
.eighth_header .navbar-header .logo {
text-align: center;
} header.header12 .navbar-nav > li,
header.header13 .navbar-nav > li,
header.header5 .navbar-nav > li{
float: none;
}
header.header12 .menu.nav-effect.nav-menu,
header.header13 .menu.nav-effect.nav-menu,
header.header5 .menu.nav-effect.nav-menu {
float: none;
text-align: center;
} header.header10 .navbar-nav {
float: right;
margin-right: 30px !important;
}
header.header10 #mt-nav-burger.open{
right: -4px;
}
header.header10 #mt-nav-burger{
right: 0;
}
header.header10 .menu.nav-effect.nav-menu {
margin: 0;
top: 0;
transition: all 250ms cubic-bezier(0.98, 0.21, 0, 0.9);
-webkit-transition: all 250ms cubic-bezier(0.98, 0.21, 0, 0.9);
position: relative;
opacity: 1;
visibility: visible;
} #modeltheme-main-head {
width: 100%;
z-index: 200;
clear: both;
border: 0 none;
}
.is_header_semitransparent #modeltheme-main-head {
box-shadow: none;
}
.is_header_semitransparent .navbar-default .navbar-nav>li>a {
color: #fff !important;
}
#modeltheme-main-head > div {
position: relative;
}
#mt-nav-burger:hover {
opacity: 0.8;
}
#mt-nav-burger {
cursor: pointer;
height: 15px;
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
width: 17px;
position: relative;
}
li#mt-nav-burger.mt-nav-burger-li {
top: 35px;
margin-left: 20px;
}
#mt-nav-burger.open {
width: 40px;
top: 22px;
height: 35px;
}
.header-nav-actions .mt-search-icon {
color: #fff;
float: right;
font-size: 20px;
padding: 5px 0px;
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
margin-left: 30px;
margin-right: 30px;
}
.header-nav-actions .mt-search-icon:hover {
opacity: 0.8;
}
.is_header_semitransparent #mt-nav-burger span {
background: #fff;
}
.nav-burger {
padding-left: 14px;
}
@media only screen and (min-width: 992px) and ( max-width: 1150px) {
.nav-burger {
padding-left: 6px;
}
}
#mt-nav-burger span {
display: block;
position: absolute;
height: 3px;
width: 3px;
background: #2a2a2a;
opacity: 1;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .15s ease-in-out;
-moz-transition: .15s ease-in-out;
-o-transition: .15s ease-in-out;
transition: .15s ease-in-out;
z-index: 10;
}
#mt-nav-burger span:nth-child(1), 
#mt-nav-burger span:nth-child(4),
#mt-nav-burger span:nth-child(7) {
left: 0;
border-radius: 3px;
}
#mt-nav-burger span:nth-child(2), 
#mt-nav-burger span:nth-child(5),
#mt-nav-burger span:nth-child(8) {
left: 8px;
transform: translateX(-50%);
border-radius: 3px;
}
#mt-nav-burger span:nth-child(3), 
#mt-nav-burger span:nth-child(6),
#mt-nav-burger span:nth-child(9) {
left: 13px;
border-radius: 3px;
}
#mt-nav-burger span:nth-child(1), 
#mt-nav-burger span:nth-child(2),
#mt-nav-burger span:nth-child(3) {
top: 0px;
}
#mt-nav-burger span:nth-child(4), 
#mt-nav-burger span:nth-child(5),
#mt-nav-burger span:nth-child(6) {
top: 6px;
}
#mt-nav-burger span:nth-child(7), 
#mt-nav-burger span:nth-child(8),
#mt-nav-burger span:nth-child(9) {
top: 12px;
}
#mt-nav-burger:hover span:nth-child(1) {
left: -3px;
top: -3px;
}
#mt-nav-burger:hover span:nth-child(2) {
top: -3px;
}
#mt-nav-burger:hover span:nth-child(3) {
left: 16px;
top: -3px;
}
#mt-nav-burger:hover span:nth-child(4) {
left: -3px;
}
#mt-nav-burger:hover span:nth-child(6) {
left: 16px;
}
#mt-nav-burger:hover span:nth-child(7) {
top: 15px;
left: -3px;
}
#mt-nav-burger:hover span:nth-child(8) {
top: 15px;
}
#mt-nav-burger:hover span:nth-child(9) {
top: 15px;
left: 16px;
}
.fixed-sidebar-menu .close-icon {
cursor: pointer;
position: absolute;
right: 40px;
top: 40px;
width: 20px;
height: 20px;
z-index: 1000;
transition: all 250ms ease;
-ms-transition: all 250ms ease;
-moz-transition: all 250ms ease;
stroke: #fff;
}
.fixed-sidebar-menu .close-icon:hover {
opacity: 0.6;
}
#mt-nav-burger.open span:nth-child(1),#mt-nav-burger.open span:nth-child(6) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#mt-nav-burger.open span:nth-child(2),#mt-nav-burger.open span:nth-child(5) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
} header.header12 {
left: 0;
position: absolute;
top: 0;
width: 100%;
}
header.header12 .navbar-default {
background-color: rgba(0, 0, 0, 0.4) !important;
z-index: 2;
position: relative;
}
header.header12 .is-sticky .navbar-default {
background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0 !important;
}
header.header12 .navbar-nav {
border-bottom: 1px solid rgb(255, 255, 255);
margin-bottom: 20px !important;
margin-left: 0 !important;
margin-right: 0 !important;
margin-top: 0;
position: relative;
}
header.header12 .navbar-nav > li::before {
background: rgb(255, 255, 255) none repeat scroll 0 0;
border-radius: 50%;
bottom: -3px;
content: "";
height: 6px;
left: 47%;
position: absolute;
width: 6px;
}
header.header12 .navbar-nav::before {
background: rgb(255, 255, 255) none repeat scroll 0 0;
border-radius: 50%;
bottom: -3px;
content: "";
height: 6px;
position: absolute;
left: 0;
width: 6px;
}
header.header12 .navbar-nav::after {
background: rgb(255, 255, 255) none repeat scroll 0 0;
border-radius: 50%;
bottom: -3px;
content: "";
height: 6px;
position: absolute;
right: 0;
width: 6px;
}
header.header12 .navbar-nav > li > a {
font-weight: 400;
padding: 10px 35px;
}
header.header12 .navbar .logo {
display: none;
}
header.header11 .navbar-nav {
float: left;
margin-left: 30px !important;
}
header.header11 #mt-nav-burger.open{
left: -4px;
}
header.header11 #mt-nav-burger{
right: auto;
left: 0;
}
header.header11 .menu.nav-effect.nav-menu {
margin: 0;
top: 0;
transition: all 250ms cubic-bezier(0.98, 0.21, 0, 0.9);
-webkit-transition: all 250ms cubic-bezier(0.98, 0.21, 0, 0.9);
position: relative;
opacity: 1;
visibility: visible;
}
header.header11 .menu.nav-effect.nav-menu.hidden {
top: -15px;
display: block !important;
opacity: 0;
visibility: hidden !important;
} header.header5 #navbar {
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
}
header.header5 #navbar {
text-align: center;
} header.header8 .header-nav-actions {
float: right;
padding: 0px 20px;
padding-right: 0px;
}
header.header8 #mt-nav-burger {
right: 60px;
}
header.header8 #mt-nav-burger {
top: 25px;
}
header.header8 .navbar-header h1.logo {
margin: 20px 0;
transition: all 250ms ease-in-out 0s;
}
header.header8 .header-nav-actions .mt-search-icon {
padding: 0;
padding-top: 2px;
}
header.header8 .mt-nav-burger-holder {
padding: 15px 0px;
}
header.header8 #navbar {
text-align: left;
}
.is_header_semitransparent header.header8 .sticky-wrapper {
position: initial;
}
header.header8 .header-nav-actions .mt-search-icon {
color: #252525;
}
header.header8 #mt-nav-burger span {
background: #252525 none repeat scroll 0 0;
} header.header9 .header-nav-actions {
float: left;
padding: 0px 20px;
padding-right: 0px;
}
header.header9 #mt-nav-burger {
top: 25px;
}
header.header9 .navbar-header h1.logo {
margin: 20px 0;
transition: all 250ms ease-in-out 0s;
text-align: right; 
}
header.header9 .header-nav-actions .mt-search-icon {
padding: 0px;
}
header.header9 .mt-nav-burger-holder {
padding: 15px 0px;
}
header.header9 #navbar {
text-align: right;
}
.is_header_semitransparent header.header9 .sticky-wrapper {
position: initial;
}
header.header9 .header-nav-actions .mt-search-icon {
color: #252525;
}
header.header9 #mt-nav-burger span {
background: #252525 none repeat scroll 0 0;
} .header-info-labels .call_us_class {
font-weight: 900 !important;
}
.header-info-group {
overflow: hidden;
margin-top: 12px;
margin-bottom: 12px;
}
.header-info-group a {
color: #fff;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
font-size: 16px;
font-weight: 400;
}
.header-infos .header-info-group a span {
font-size: 16px;
padding-right: 2px;
}
.header-infos .header-info-group a:hover span{
color: #34BFA3;
}
.header-info-group .header-info-labels p {
margin-right: 40px;
}
.header-info-group .header_text_title {
font-weight: 300;
}
.header-info-group p {
font-size: 14px;
margin: 0;
font-weight: 500 !important;
color: #fff;
padding-top: 4px;
}
.header-info-group i {
float: left;
margin-right: 10px;
padding: 3px 0 0 0;
}
.header-infos .header-info-labels {
padding-left: 30px;
} header .social-links {
float: right;
margin: 0;
padding: 0;
line-height: 1;
padding-left: 1px;
}
.is_header_semitransparent header .social-links * {
color: #ffffff;
}
header .social-links * {
color: #2a2a2a;
display: inline-block;
list-style: outside none none;
margin-left: 0;
transition: all 250ms ease-in-out 0s;
-moz-transition: all 250ms ease-in-out 0s;
-ms-transition: all 250ms ease-in-out 0s;
}
header .social-links li {
margin-left: 5px;
}
header .social-links i {
font-size: 14px;
line-height: 1;
margin: 0;
}
header .header-info-group  span{
color: #fff;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
font-size: 16px;
font-weight: 400;
margin-right: 3px;
}
header .free-consultation a {
background: #34BFA3!important;
color: #fff!important;
text-transform: uppercase!important;
padding: 26px 33px !important;
}
header .free-consultation a:hover {
background: #B6BF68 !important;
}
header .free-consultation {
float: right;
}
header .menu.nav-effect.nav-menu .mega3menu {
position: static !important;
}
.is_header_semitransparent .navbar-default .container div#navbar {
padding: 0;
margin: 0;
}
.is_header_semitransparent .menu.nav-effect.nav-menu {
margin: 0;
}
.home-slider-button a {
font-size: 17px !important;
background: transparent !important;
border: 2px solid #fff !important;
padding: 17px 75px 17px 35px !important;
font-weight: 600;
transition: all 250ms ease;
-moz-transition: all 250ms ease;
-ms-transition: all 250ms ease;
}
.home-slider-button a:hover {
color: #34BFA3 !important;
border-color: #34BFA3 !important;
}
.home-slider-button a i {
font-size: 20px !important;
font-weight: bold;
padding-right: 15px !important;
}
.button-sections a {
font-size: 17px !important;
background: transparent !important;
padding: 0px 48px 3px 0 !important;
}
.header2 #modeltheme-main-head #navbar .nav-menu .menu-item:hover > a {
opacity: .7 ;
}
body #navbar .sub-menu .menu-item:hover > a {
opacity: .7;
color: #151515;
}
@media only screen and (min-width: 992px) {
}
#bbpress-forums {
margin-top: -10%;
}
body.forum-archive.bbpress .header-title-breadcrumb-overlay,
body.forum.single-forum .header-title-breadcrumb-overlay{
padding: 190px 0 190px;
}
#bbpress-forums ul.bbp-forums{
border:none;
} li.menu-item.mt-header-account {
padding: 28px 20px;
}
#dropdown-user-profile a.profile {
font-size: 24px;
background: transparent !important;
line-height: 1;
color: #fff;
}
#dropdown-user-profile {
display: inline-block;
position: relative;
cursor: pointer;
user-select: none;
}
#dropdown-user-profile ul {
position: absolute;
top: 300%;
left: -100px;
width: 200px;
padding: 10px 0px 10px;
visibility: hidden;
opacity: 0;
background: #fff;
box-shadow: 0 0 30px 1px rgba(0,0,0,.1);
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
}
#dropdown-user-profile.open ul {
top: 150%;
visibility: visible;
opacity: 1;
}
#dropdown-user-profile ul li { display: inline; }
#dropdown-user-profile ul li a {
text-decoration: none;
display: block;
padding: 8px 25px;
color: #252525;
font-weight: 400;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
font-size: 14px;
}
#dropdown-user-profile ul li a:hover {
background: #e9e9e9;
}
#dropdown-user-profile ul li a i {
position: relative;
top: 1px;
padding-right: 5px;
}
#dropdown-user-profile ul::before {
position: absolute;
top: -30px;
left: 50%;
content: "\f0d8";
color: #fff;
font-family: fontawesome;
font-size: 35px;
transition: all 300ms ease;
}
.dropdown-divider {
height: 0;
margin: 10px 0;
overflow: hidden;
border-top: 1px solid #e9ecef;
} .modeltheme-modal #loginform input[type="submit"], form#login .register_button, form#login .submit_button {
border: 0 none;
border-radius: 30px;
color: #fff;
font-weight: 600;
text-transform: uppercase;
font-size: 14px;
padding: 10px 30px;
height: 45px;
outline: 0;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
width: auto;
line-height: 1;
}
.um-register .um-button.um-alt, .btn-register, .modeltheme-modal #loginform input[type="submit"], form#login .register_button, form#login .submit_button {
background: linear-gradient(342.08deg, #40DBBB 19.74%, #34BFA3 85.13%);
box-shadow: 20px 37px 102px rgba(0, 0, 0, 0.098);
border-radius: 25px;
}
.modal-content p.login-submit {
float: left;
margin-right: 10px !important;
}
.modeltheme-content > div p.login-remember {
padding: 5px 0;
}
.modeltheme-modal #loginform label {
color: #ffffff;
display: block;
font-size: 15px;
margin: 0;
font-weight: normal;
text-align: left;
}
#loginform label {
display: none !important;
}
.modeltheme-content#login-modal-content h3,
.modeltheme-content#signup-modal-content h3 {
background: linear-gradient(92.29deg, #564EC0 -2.22%, #716ACA 101.4%), #34BFA3;
border-radius: 11px 11px 0px 0px;
margin: 0;
padding: 25px;
font-size: 18px;
font-weight: bold;
text-transform: uppercase;
color: #fff;
}
.btn-register {
border: 0 none;
color: #fff !important;
font-weight: 600 !important;
padding: 0px 15px;
height: 45px;
outline: 0;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
width: 100%;
line-height: 45px;
text-transform: uppercase;
font-size: 14px;
}
.modeltheme-modal p.btn-register-p {
float: left;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
margin-right: 20px !important;
}
.modeltheme-content#login-modal-content,
.modeltheme-content#signup-modal-content {
border-radius: 30px;
}
.modeltheme-modal #loginform input[type="text"], .modeltheme-modal #loginform input[type="password"] {
height: 55px;
margin-top: 10px;
width: 100%;
padding: 0 25px 0 55px !important;
border: 0 !important;
border-radius: 30px;
transition: all 250ms ease;
font-family: Open Sans;
background: #F7F8FA !important;
}
.modal-content p i {
position: absolute;
margin-top: 30px;
left: 35px;
z-index: 999;
color: #716aca99;
font-size: 18px;
}
.modeltheme-modal #signup-modal-content, .modeltheme-modal #forgot-password-modal-content {
display: none;
}
#signup-modal-content .woocommerce-form-register.register input[type="text"], #signup-modal-content .woocommerce-form-register.register input[type="email"], #signup-modal-content .woocommerce-form-register.register input[type="tel"], #signup-modal-content .woocommerce-form-register.register input[type="password"], #signup-modal-content .woocommerce-form-register.register textarea {
height: 55px;
border-radius: 30px;
margin-top: 10px;
width: 100%;
padding: 0 25px 0 25px !important;
border: 0 !important;
transition: all 250ms ease;
font-family: Open Sans;
background: #F7F8FA !important;
}
#signup-modal-content .woocommerce-form-register.register .button[type='submit']:hover,
.modeltheme-modal #loginform input[type="submit"]:hover,
.modeltheme-modal p.btn-register-p:hover {
opacity: 0.7;
color: #fff !important;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
}
#signup-modal-content .woocommerce-form-register.register .button[type='submit'] {
background: linear-gradient(342.08deg, #40DBBB 19.74%, #34BFA3 85.13%);
font-size: 14px;
font-weight: 600;
line-height: 1;
color: #fff;
padding: 0px 15px;
height: 45px;
width: 100%;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 30px;
border: 0 none;
outline: 0;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
text-transform: uppercase;
margin-top: 10px;
max-width: 150px;
}
.separator-modal {
clear: both;
overflow: hidden;
text-align: center;
padding: 13px 0 25px;
color: #cdcdcd;
font-weight: 600;
}
.wc-social-login a.ywsl-social {
margin-right: 0px !important;
display: inline-block;
text-align: center;
padding: 0 15px;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
}
.wc-social-login {
margin-bottom: -45px;
text-align: center;
}
.wc-social-login a.ywsl-social img {
display: none;
}
.wc-social-login a.ywsl-social.ywsl-twitter::after {
content: '\f099';
font-family: FontAwesome;
background: #36a3f7;
}
.wc-social-login a.ywsl-social::after {
font-weight: 600;
color: #fff;
width: 50px;
display: block;
text-transform: uppercase;
font-size: 14px;
height: 50px;
line-height: 50px;
border-radius: 30px;
}
.wc-social-login a.ywsl-social.ywsl-facebook::after {
content: '\f09a';
background: #5867dd;
font-family: FontAwesome;
}
.wc-social-login a.ywsl-social.ywsl-google::after {
content: '\f0d5';
font-family: FontAwesome;
background: #f4516c;
}
.modeltheme-modal .modeltheme-content > div {
padding: 10px 15px 20px!important;
}
p.woocommerce-LostPassword.lost_password {
float: left;
margin-top: 9px;
margin-right: 20px !important;
}    @media only screen and (max-width: 767px) {
.navstyle-v2 #navbar .menu > .menu-item > a::before, 
.navstyle-v2 #navbar .menu > .menu-item > a::after,
.navstyle-v3 #navbar .menu > .menu-item > a::before,
.navstyle-v3 #navbar .menu > .menu-item > a::after,
.navstyle-v4 #navbar .menu > .menu-item > a::after,
.navstyle-v8 #navbar .menu > .menu-item > a::before{
display: none;
}
body.header4 header .right-side-social-actions {
margin-top: 0;
padding-top: 0;
}
body.navstyle-v7.header2 #navbar .menu > .menu-item > a,
body.navstyle-v6.header2 #navbar .menu > .menu-item > a,
body.navstyle-v7 #navbar .menu > .menu-item > a,
body.navstyle-v6 #navbar .menu > .menu-item > a {
margin: 0;
}
header #navbar .sub-menu .menu-item > a{
color: #252525;
}
body.header2 header .right-side-social-actions{
display: none;
}
.header1 header #navbar .sub-menu .menu-item > a,
body.header4 header #navbar .sub-menu .menu-item > a{
color: #252525;
}
body.header3 .menu > .menu-item{
display: block;
}
body .navbar-header h1.logo {
float: left;
}
body.header3 header .right-side-social-actions{
display: none;
}
body.header3 header .navbar-toggle{
margin-top: 30px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.header1 .header-info-group {
overflow: hidden;
}
.header1 .header-info-icon {
display: none;
}
body header:not(.header1) #navbar .menu > .menu-item:first-child > a,
body header:not(.header1) #navbar .menu > .menu-item > a {
padding: 25px 10px !important;
}
body .float-tablets-none{
float: left;
}
body.header4 header .right-side-social-actions{
border-left: 0 none;
margin-top: 0;
}
body.header3 #navbar .menu > .menu-item:first-child > a, 
body.header3 #navbar .menu > .menu-item > a {
padding: 8px 18px !important;
}
body.header3 #navbar .menu-item.mega1column > a::after, 
body.header3 #navbar .menu-item.mega2columns > a::after, 
body.header3 #navbar .menu-item.mega3columns > a::after, 
body.header3 #navbar .menu-item.menu-item-has-children > a::after {
top: 16% !important;
}
body header.header2 .header-infos {
margin-top: 0;
}
body.header2 #navbar .menu > .menu-item:first-child > a, body.header2 #navbar .menu > .menu-item > a {
padding: 13px 18px !important;
}
body.header2 #navbar .menu-item.mega1column > a::after, 
body.header2 #navbar .menu-item.mega2columns > a::after, 
body.header2 #navbar .menu-item.mega3columns > a::after, 
body.header2 #navbar .menu-item.menu-item-has-children > a::after {
top: 22% !important;
}
body.header2 header .right-side-social-actions,
.right-side-social-actions{
margin-top: 0;
position: absolute;
top: 0;
right: 0;
}
body.header4 #navbar .menu-item.mega1column .sub-menu li > a::after, 
body.header4 #navbar .menu-item.mega2columns .sub-menu li > a::after, 
body.header4 #navbar .menu-item.mega3columns .sub-menu li > a::after, 
body.header4 #navbar .menu-item.menu-item-has-children .sub-menu li > a::after,
body.header2 #navbar .menu-item.mega1column .sub-menu li > a::after, 
body.header2 #navbar .menu-item.mega2columns .sub-menu li > a::after, 
body.header2 #navbar .menu-item.mega3columns .sub-menu li > a::after, 
body.header2 #navbar .menu-item.menu-item-has-children .sub-menu li > a::after,
body.header3 #navbar .menu-item.mega1column .sub-menu li > a::after, 
body.header3 #navbar .menu-item.mega2columns .sub-menu li > a::after, 
body.header3 #navbar .menu-item.mega3columns .sub-menu li > a::after, 
body.header3 #navbar .menu-item.menu-item-has-children .sub-menu li > a::after,
body.header1 #navbar .menu-item.mega1column .sub-menu li > a::after, 
body.header1 #navbar .menu-item.mega2columns .sub-menu li > a::after, 
body.header1 #navbar .menu-item.mega3columns .sub-menu li > a::after, 
body.header1 #navbar .menu-item.menu-item-has-children .sub-menu li > a::after{
top: 13px !important;
}
body.navstyle-v8 #navbar .menu > .menu-item > a::before,
body.navstyle-v4 #navbar .menu > .menu-item > a::after,
body.navstyle-v3 #navbar .menu > .menu-item > a::before, 
body.navstyle-v3 #navbar .menu > .menu-item > a::after,
body.navstyle-v2 #navbar .menu > .menu-item > a::before, 
body.navstyle-v2 #navbar .menu > .menu-item > a::after{
display: none;
}
}
@media only screen and (min-width: 1100px) {
.nav-submenu-style1 #navbar .sub-menu, 
.nav-submenu-style1 .navbar ul li ul.sub-menu{
padding: 0;
}
.nav-submenu-style1 #navbar .sub-menu .menu-item > a, 
.nav-submenu-style1 .navbar ul li ul.sub-menu .menu-item > a {
border-bottom: 1px solid rgba(128, 128, 128, 0.3);
padding: 12px 15px;
}
.nav-submenu-style1 #navbar .sub-menu .menu-item:last-child > a, 
.nav-submenu-style1 .navbar ul li ul.sub-menu .menu-item:last-child > a {
border-bottom: 0 none;
}
.nav-submenu-style1 #navbar .sub-menu .menu-item.selected > a, 
.nav-submenu-style1 #navbar .sub-menu .menu-item:hover > a{
color: #fff;
padding-left: 18px;
}
}    .navstyle-v1.header2 #navbar .menu > .menu-item > a {
color: #ffffff;
margin: 0;
padding: 20px 15px;
}
.navstyle-v1.header2 #navbar .menu-item.mega1column > a::after, 
.navstyle-v1.header2 #navbar .menu-item.mega2columns > a::after, 
.navstyle-v1.header2 #navbar .menu-item.mega3columns > a::after, 
.navstyle-v1.header2 #navbar .menu-item.menu-item-has-children > a::after {
top: 22px;
} .navstyle-v1.header3 #navbar .menu > .menu-item > a {
color: #ffffff;
margin: 0;
padding: 20px 15px;
}
.navstyle-v1.header3 #navbar .menu-item.mega1column > a::after, 
.navstyle-v1.header3 #navbar .menu-item.mega2columns > a::after, 
.navstyle-v1.header3 #navbar .menu-item.mega3columns > a::after, 
.navstyle-v1.header3 #navbar .menu-item.menu-item-has-children > a::after {
top: 22px;
}
.navstyle-v1 .header3 #navbar .menu {
float: none;
margin: 0 !important;
}     .navstyle-v2.header2 #navbar .menu > .menu-item:first-child > a::before, 
.navstyle-v2.header2 #navbar .menu > .menu-item:first-child > a::after {
left: 0;
width: calc(100% - 16px);
}
.navstyle-v2.header2 #navbar .menu > .menu-item > a {
color: #ffffff;
margin: 0;
}
.navstyle-v2 #navbar .menu > .menu-item:first-child > a {
padding-left: 16px;
}
.navstyle-v2 nav ul li:last-child a {
padding-right: 16px !important;
}
.navstyle-v2 #navbar .menu > .menu-item > a::before,
.navstyle-v2 #navbar .menu > .menu-item > a::after {
width: calc(100% - 33px);
position: absolute;
left: 16.5px;
height: 2px;
content: "";
opacity: 0;
}
.navstyle-v2.header2 #navbar .menu > .menu-item:first-child > a{
padding-left: 0;
}
.navstyle-v2.header2 #navbar .menu > .menu-item > a {
padding: 20px 15px;
} .navstyle-v2 .header3 #navbar .menu {
float: none;
margin: 0 !important;
}
.navstyle-v2.header3 #navbar .menu > .menu-item > a {
color: #ffffff;
margin: 0;
}
.navstyle-v2 #navbar .menu > .menu-item:first-child > a {
padding-left: 16px;
}
.navstyle-v2 nav ul li:last-child a {
padding-right: 16px !important;
}
.navstyle-v2.header3 #navbar .menu > .menu-item > a::before,
.navstyle-v2.header3 #navbar .menu > .menu-item > a::after {
width: calc(100% - 33px);
position: absolute;
left: 16.5px;
height: 2px;
content: "";
opacity: 0;
}
.navstyle-v2.header3 #navbar .menu > .menu-item > a {
padding: 20px 15px;
}  .navstyle-v2 #navbar .menu > .menu-item > a {
color: #22293a;
font-size: 13px;
padding: 29px 16px;
line-height: 30px;
text-transform: uppercase;
}
.navstyle-v2 #navbar .menu > .menu-item > a::before {
top: 45%;
bottom: auto;
transition: all 250ms ease-in-out;
}
.navstyle-v2 #navbar .menu > .menu-item > a::after {
bottom: 45%;
top: auto;
transition: all 250ms ease-in-out;
}
.navstyle-v2 #navbar .menu > .menu-item.current_page_item > a::before,
.navstyle-v2 #navbar .menu > .menu-item.current-menu-item > a::before,
.navstyle-v2 #navbar .menu > .menu-item:hover > a::before {
top: 32%;
bottom: auto;
opacity: 1;
}
.navstyle-v2 #navbar .menu > .menu-item.current_page_item > a::after,
.navstyle-v2 #navbar .menu > .menu-item.current-menu-item > a::after,
.navstyle-v2 #navbar .menu > .menu-item:hover > a::after {
bottom: 32%;
top: auto;
opacity: 1;
}    .navstyle-v3.header2 #navbar .menu > .menu-item > a {
color: #ffffff;
margin: 0;
padding: 20px 15px;
}
.navstyle-v3.header2 #navbar .menu > .menu-item > a::before, 
.navstyle-v3.header2 #navbar .menu > .menu-item > a::after{
bottom: 29%;
}
.navstyle-v3.header2 #navbar .menu > .menu-item.current_page_item:first-child > a::before, 
.navstyle-v3.header2 #navbar .menu > .menu-item.current-menu-item:first-child > a::before, 
.navstyle-v3.header2 #navbar .menu > .menu-item:first-child:hover > a::before{
left: -7px;
}
.navstyle-v3.header2 .menu.nav-effect.nav-menu.pull-right {
float: left !important;
} .navstyle-v3 .header3 #navbar .menu {
float: none;
margin: 0 !important;
}
.navstyle-v3.header3 #navbar .menu > .menu-item > a {
color: #ffffff;
margin: 0;
padding: 20px 15px;
}
.navstyle-v3.header3 #navbar .menu > .menu-item > a::before, 
.navstyle-v3.header3 #navbar .menu > .menu-item > a::after{
bottom: 29%;
}
.navstyle-v3.header3 .menu.nav-effect.nav-menu.pull-right {
float: left !important;
} .navstyle-v3.header2 #navbar .menu > .menu-item:first-child > a{
padding-left: 0;
}
.navstyle-v3 #navbar .menu > .menu-item:first-child > a {
padding-left: 16px;
}
.navstyle-v3 nav ul li:last-child a {
padding-right: 16px !important;
}
.navstyle-v3 #navbar .menu > .menu-item > a::before, 
.navstyle-v3 #navbar .menu > .menu-item > a::after {
bottom: 35%;
font-family: inherit;
font-size: 15px;
opacity: 0;
position: absolute;
top: auto;
}
.navstyle-v3 #navbar .menu > .menu-item > a {
color: #22293a;
font-size: 13px;
padding: 29px 16px;
line-height: 30px;
text-transform: uppercase;
}
.navstyle-v3 #navbar .menu > .menu-item > a::before {
content: "[";
left: 15px;
transition: all 250ms ease-in-out;
}
.navstyle-v3 #navbar .menu > .menu-item > a::after {
content: "]";
right: 15px;
transition: all 250ms ease-in-out;
}
.navstyle-v3 #navbar .menu > .menu-item.current_page_item > a::before,
.navstyle-v3 #navbar .menu > .menu-item.current-menu-item > a::before,
.navstyle-v3 #navbar .menu > .menu-item:hover > a::before {
left: 8px;
opacity: 1;
}
.navstyle-v3 #navbar .menu > .menu-item.current_page_item > a::after,
.navstyle-v3 #navbar .menu > .menu-item.current-menu-item > a::after,
.navstyle-v3 #navbar .menu > .menu-item:hover > a::after {
right: 8px;
opacity: 1;
}    .navstyle-v4.header2 #navbar .menu > .menu-item > a {
color: #ffffff;
margin: 0;
padding: 20px 15px;
}
.navstyle-v4.header2 #navbar .menu > .menu-item > a::before, 
.navstyle-v4.header2 #navbar .menu > .menu-item > a::after{
bottom: 29%;
}
.navstyle-v4.header2 #navbar .menu > .menu-item:first-child > a{
padding-left: 0;
}
.navstyle-v4.header2 #navbar .menu > .menu-item.current_page_item:first-child > a::before, 
.navstyle-v4.header2 #navbar .menu > .menu-item.current-menu-item:first-child > a::before, 
.navstyle-v4.header2 #navbar .menu > .menu-item:first-child:hover > a::before{
left: -7px;
}
.navstyle-v4.header2 .menu.nav-effect.nav-menu.pull-right {
float: left !important;
}
.navstyle-v4.header2 #navbar .menu > .menu-item > a::after{
color: #fff;
} .navstyle-v4 .header3 #navbar .menu {
float: none;
margin: 0 !important;
}
.navstyle-v4.header3 #navbar .menu > .menu-item > a {
color: #ffffff;
margin: 0;
padding: 20px 15px;
}
.navstyle-v4.header3 #navbar .menu > .menu-item > a::before, 
.navstyle-v4.header3 #navbar .menu > .menu-item > a::after{
bottom: 29%;
}
.navstyle-v4.header3 #navbar .menu > .menu-item:first-child > a{
padding-left: 0;
}
.navstyle-v4.header3 #navbar .menu > .menu-item.current_page_item:first-child > a::before, 
.navstyle-v4.header3 #navbar .menu > .menu-item.current-menu-item:first-child > a::before, 
.navstyle-v4.header3 #navbar .menu > .menu-item:first-child:hover > a::before{
left: -7px;
}
.navstyle-v4.header3 .menu.nav-effect.nav-menu.pull-right {
float: left !important;
}
.navstyle-v4.header3 #navbar .menu > .menu-item > a::after{
color: #fff;
} .navstyle-v4 #navbar .menu > .menu-item:first-child > a {
padding-left: 18px;
}
.navstyle-v4 nav ul li:last-child a {
padding-right: 18px !important;
}
.navstyle-v4 #navbar .menu > .menu-item > a::after {
bottom: 33%;
color: #252525;
content: "???";
opacity: 1;
position: absolute;
right: -2px;
top: auto;
transition: all 250ms ease-in-out 0s;
font-family: inherit;
font-size: 15px;
opacity: 0.5;
}
.navstyle-v4 #navbar .menu > .menu-item > a {
color: #22293a;
font-size: 13px;
padding: 29px 18px;
line-height: 30px;
text-transform: uppercase;
}
.navstyle-v4 #navbar .menu > .menu-item:last-child > a::after {
display: none;
}    .navstyle-v5.header2 #navbar .menu > .menu-item > a {
color: #ffffff;
margin: 0;
padding: 20px 15px;
}
.navstyle-v5.header2 .menu.nav-effect.nav-menu.pull-right {
float: left !important;
}
.navstyle-v5.header2 #navbar .menu > .menu-item > a::after{
color: #fff;
}
.navstyle-v5.header2 #navbar .menu-item.mega1column > a::after, 
.navstyle-v5.header2 #navbar .menu-item.mega2columns > a::after, 
.navstyle-v5.header2 #navbar .menu-item.mega3columns > a::after, 
.navstyle-v5.header2 #navbar .menu-item.menu-item-has-children > a::after {
right: 8px;
top: 22px;
} .navstyle-v5 .header3 #navbar .menu {
float: none;
margin: 0 !important;
}
.navstyle-v5.header3 #navbar .menu > .menu-item > a {
color: #ffffff;
margin: 0;
padding: 20px 15px;
}
.navstyle-v5.header3 .menu.nav-effect.nav-menu.pull-right {
float: left !important;
}
.navstyle-v5.header3 #navbar .menu > .menu-item > a::after{
color: #fff;
}
.navstyle-v5.header3 #navbar .menu-item.mega1column > a::after, 
.navstyle-v5.header3 #navbar .menu-item.mega2columns > a::after, 
.navstyle-v5.header3 #navbar .menu-item.mega3columns > a::after, 
.navstyle-v5.header3 #navbar .menu-item.menu-item-has-children > a::after {
right: 8px;
top: 22px;
} .navstyle-v5 #navbar .menu > .menu-item:first-child > a {
padding-left: 18px;
}
.navstyle-v5 nav ul li:last-child a {
padding-right: 18px !important;
}
.navstyle-v5 #navbar .menu > .menu-item > a {
padding: 30px 18px;
}
.navstyle-v5 #navbar .menu > .menu-item.current_page_item > a,
.navstyle-v5 #navbar .menu > .menu-item.current-menu-item > a,
.navstyle-v5 #navbar .menu > .menu-item:hover > a{
color: #fff;
}
.navstyle-v5 #modeltheme-main-head{
border: 0 none;
}
.navstyle-v5 #navbar .menu-item.mega1column > a::after, 
.navstyle-v5 #navbar .menu-item.mega2columns > a::after, 
.navstyle-v5 #navbar .menu-item.mega3columns > a::after, 
.navstyle-v5 #navbar .menu-item.menu-item-has-children > a::after {
font-size: 6px;
right: 10px;
}    .navstyle-v6.header2 .menu.nav-effect.nav-menu.pull-right {
float: left !important;
}
.navstyle-v6.header2 #navbar .menu > .menu-item > a {
color: #ffffff;
margin: 15px 0;
} .navstyle-v6 .header3 #navbar .menu {
float: none;
margin: 0 !important;
}
.navstyle-v6.header3 .menu.nav-effect.nav-menu.pull-right {
float: left !important;
}
.navstyle-v6.header3 #navbar .menu > .menu-item > a {
color: #ffffff;
margin: 15px 0;
} .navstyle-v6 #navbar .menu > .menu-item:first-child > a {
padding-left: 18px;
}
.navstyle-v6 nav ul li:last-child a {
padding-right: 18px !important;
}
.navstyle-v6 #navbar .menu > .menu-item > a {
margin: 21px 0;
padding: 8px 18px;
}
.navstyle-v6 #navbar .menu > .menu-item.current_page_item > a,
.navstyle-v6 #navbar .menu > .menu-item.current-menu-item > a,
.navstyle-v6 #navbar .menu > .menu-item:hover > a{
color: #fff;
}
.navstyle-v6 #modeltheme-main-head{
border: 0 none;
}
.navstyle-v6 #navbar .menu-item.mega1column > a::after, 
.navstyle-v6 #navbar .menu-item.mega2columns > a::after, 
.navstyle-v6 #navbar .menu-item.mega3columns > a::after, 
.navstyle-v6 #navbar .menu-item.menu-item-has-children > a::after {
font-size: 6px;
right: 10px;
top: 9px;
}    .navstyle-v7.header2 .menu.nav-effect.nav-menu.pull-right {
float: left !important;
}
.navstyle-v7.header2 #navbar .menu > .menu-item > a {
color: #ffffff;
margin: 15px 0;
} .navstyle-v7 .header3 #navbar .menu {
float: none;
margin: 0 !important;
}
.navstyle-v7.header3 .menu.nav-effect.nav-menu.pull-right {
float: left !important;
}
.navstyle-v7.header3 #navbar .menu > .menu-item > a {
color: #ffffff;
margin: 15px 3px;
} .navstyle-v7 #navbar .menu > .menu-item:first-child > a {
padding-left: 18px;
}
.navstyle-v7 nav ul li:last-child a {
padding-right: 18px !important;
}
.navstyle-v7 #navbar .menu > .menu-item > a {
margin: 29px 0;
padding: 0 18px;
}
.navstyle-v7 #navbar .menu > .menu-item.current_page_item > a,
.navstyle-v7 #navbar .menu > .menu-item.current-menu-item > a,
.navstyle-v7 #navbar .menu > .menu-item:hover > a{
border-radius: 30px;
color: #ffffff;
}
.navstyle-v7 #navbar .sub-menu, .navstyle-v7 .navbar ul li ul.sub-menu {
border-radius: 20px;
margin-top: 5px;
padding: 15px;
}
.navstyle-v7 #navbar .menu > .menu-item .sub-menu > .menu-item:last-child > a {
margin-bottom: 0;
}
.navstyle-v7 #navbar .menu > .menu-item .sub-menu > .menu-item > a {
border-radius: 10px;
margin-bottom: 5px;
padding: 0 13px;
}
.navstyle-v7 #navbar .menu > .menu-item .sub-menu > .menu-item > a:hover {
border-radius: 20px;
color: #ffffff;
}
.navstyle-v7 #modeltheme-main-head{
border: 0 none;
}
.navstyle-v7 #navbar .menu-item.mega1column > a::after, 
.navstyle-v7 #navbar .menu-item.mega2columns > a::after, 
.navstyle-v7 #navbar .menu-item.mega3columns > a::after, 
.navstyle-v7 #navbar .menu-item.menu-item-has-children > a::after {
font-size: 6px;
right: 10px;
top: 1px;
}
.navstyle-v7 #navbar .menu > .menu-item {
margin-left: 5px;
}    .navstyle-v8.header2 #navbar .menu > .menu-item > a {
color: #ffffff;
margin: 0;
padding: 20px 15px;
}
.navstyle-v8.header2 #navbar .menu-item.mega1column > a::after, 
.navstyle-v8.header2 #navbar .menu-item.mega2columns > a::after, 
.navstyle-v8.header2 #navbar .menu-item.mega3columns > a::after, 
.navstyle-v8.header2 #navbar .menu-item.menu-item-has-children > a::after {
top: 22px;
}
.navstyle-v8.header2 #navbar .menu > .menu-item:first-child > a {
padding-left: 0;
}
.navstyle-v8.header2 #navbar .menu > .menu-item > a::before {
bottom: 22px;
left: 15px;
}
.navstyle-v8.header2 #navbar .menu > .menu-item:first-child > a::before {
left: 0;
}
.navstyle-v8.header2 #navbar .menu > .menu-item:first-child:hover > a::before {
width: calc(100% - 16px);
}
.navstyle-v8.header2 #navbar .menu > .menu-item:last-child:hover > a::before {
width: calc(100% - 32px);
}
.navstyle-v8.header2 #navbar .menu > .menu-item:hover > a::before {
width: calc(100% - 31px);
} .navstyle-v8.header3 #navbar .menu > .menu-item > a {
color: #ffffff;
margin: 0;
padding: 20px 15px;
}
.navstyle-v8.header3 #navbar .menu > .menu-item:first-child > a {
padding-left: 0;
}
.navstyle-v8.header3 #navbar .menu-item.mega1column > a::after, 
.navstyle-v8.header3 #navbar .menu-item.mega2columns > a::after, 
.navstyle-v8.header3 #navbar .menu-item.mega3columns > a::after, 
.navstyle-v8.header3 #navbar .menu-item.menu-item-has-children > a::after {
top: 22px;
}
.navstyle-v8 .header3 #navbar .menu {
float: none;
margin: 0 !important;
}
.navstyle-v8.header3 #navbar .menu > .menu-item > a::before {
bottom: 22px;
left: 15px;
}
.navstyle-v8.header3 #navbar .menu > .menu-item:first-child > a::before {
left: 0;
}
.navstyle-v8.header3 #navbar .menu > .menu-item:first-child:hover > a::before {
width: calc(100% - 16px);
}
.navstyle-v8.header3 #navbar .menu > .menu-item:last-child:hover > a::before {
width: calc(100% - 32px);
}
.navstyle-v8.header3 #navbar .menu > .menu-item:hover > a::before {
width: calc(100% - 31px);
}  .navstyle-v8 nav ul li:last-child a {
padding-right: 18px !important;
}
.navstyle-v8 #navbar .menu > .menu-item:hover > a::before {
width: calc(100% - 37px);
}
.navstyle-v8 #navbar .menu > .menu-item > a::before {
bottom: 27px;
content: "";
height: 3px;
left: 18.5px;
position: absolute;
width: 15px;
transition: all 250ms ease-in-out;
}
.navstyle-v8 #navbar .menu > .menu-item:first-child > a {
padding-left: 18px;
}    html,body { 
height: 100%; 
width: 100%; 
}
body{
overflow-x: hidden; 
}
body div#primary,
.high-padding {
}
* {
word-wrap: break-word;
}
a,
a:hover,
a:focus {
text-decoration: none;
outline: none;
}
section {
position: relative;
}
section.cover{
overflow: hidden;
}
img {
max-width: 100%;
height: auto;
}
ol {
padding-left: 45px;
font-size: 16px;
color: #666666;
line-height: 23px;
font-weight: 300;
}
figure.gallery-item {
margin: 10px 0;
}
.gallery { margin: 0 auto 18px; }
.gallery .gallery-item {
float: left;
margin-top: 0;
text-align: center;
width: 33%;
}
.page-links {
margin: 20px 0px 30px;
padding: 20px 0;
font-size: 16px;
height: auto;
display: block;
clear: both;
overflow: hidden;
clear: both;
margin: 15px 0;
color: #222;
}
.page-links a {
margin: 0 5px;
color: #606060;
font-weight: 600;
}
.page-links .post-page-numbers.current {
padding: 0px 5px;
color: #2A2A2A;
color: #FD75B4;
font-weight: 600;
}
.list-view .page-links {
padding: 10px 0px;
margin: 0;
}
.slider-image {
background-image: url(//apiserana.com/wp-content/themes/esio/images/invicta_bg_slider.jpg);
background-position: initial !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}
.gallery-columns-2 .gallery-item { 
width: 50%; 
}
.gallery-columns-4 .gallery-item { 
width: 25%; 
}
.gallery img {
box-shadow: 0px 0px 4px #999;
border: 1px solid white;
padding: 8px;
}
.gallery-columns-2 .attachment-medium {
max-width: 92%;
height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
max-width: 84%;
height: auto;
}
.gallery .gallery-caption {
color: #fff;
font-size: 12px;
opacity: 1;
margin: 0 0 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; } .post-excerpt,
.breadcrumb,
.single-post-social > div,
.tweet-body,
.article-details .post-author,
.tweet-date,
.top-header,
.author-biography{
font-weight:300;
}
.post-name.post-name-color a{
font-weight:600;
} .sticky-posts .post a,
.sticky-posts .post-date,
.modeltheme-content,
.testimonials_slider .testimonial-content,
.tagcloud > a,
.widget_address_social_icons .social-links a,
.single_post_author_details,
.social-sharer > li,
.shortcode_post_content .text_content .post-read-more .post-read-more-button,
footer .contact-details{
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
} #primary .main-content ul.modeltheme-slider li{
position: unset;
}
.wpb_column{
height: auto;
}
p.subtitle {
font-weight: 600;
color: rgba(255,255,255,0.7);
}
.top-margin {
padding-top: 60px;
}
.high-margin {
padding-top: 60px;
padding-bottom: 80px;
}
.bottom-margin {
padding-top: 0;
padding-bottom: 80px;
}
.mediu-margin {
padding-top: 25px;
padding-bottom: 25px;
}
.spacer {
margin-bottom: 50px;
}
.right-border {
padding: 15px;
border-right: 5px solid;
margin-bottom: 10px !important;
}
.left-border {
padding: 15px;
border-left: 5px solid;
margin-bottom: 10px !important;
}
.relative{
position: relative;
}
.absolute{
position: absolute;
}
.fixed{
position: fixed;
}
.no-margin{
margin: 0 !important;
}
.top-no-margin {
padding-bottom: 100px;
padding-top: 0;
}
.bottom-no-margin {
padding-bottom: 0;
padding-top: 60px;
}
.high-padding {
padding-top: 90px;
padding-bottom: 90px;
}
.error404 header .high-padding {
padding: 100px 0 100px;
}
.medium-padding {
padding: 50px 0;
}
.form-control {
border-color: rgb(0, 173, 241);
border-width: 2px;
color: rgba(85, 85, 85, 0.8);
font-size: 15px;
font-style: italic;
font-weight: 300;
height: auto;
padding: 10px;
}
.single article .article-content .form-submit {
margin-bottom: 0;
}
.video-bg {
position: absolute;
width: 100%;
height: 100%;
top: 0;
z-index: 1;
}
.embed-responsive-item{
width: 100%;
}
.block-triangle {
overflow: hidden;
} .flat-icon {
font-family: 'oxp-demo';
padding:23px 28px;
font-size: 45px;
font-weight: bold;
display: inline-block;
line-height: 100%;
overflow: hidden;
text-transform: uppercase;
margin-right: 15px;
}   body .no-margin{
margin-bottom: 0;
}
.text-white ul li,
.text-white .section-title {
color: white;
opacity: 0.9;
}
.img-center{
margin: 0 auto;
display: block;
}
.smartowl_call-to-action h1,
.smartowl_call-to-action h2,
.smartowl_call-to-action h3,
.smartowl_call-to-action h4,
.smartowl_call-to-action h5,
.smartowl_call-to-action h6 {
color: #fff;
} [class^="hvr-"] {
background: #e1e1e1 none repeat scroll 0 0;
color: #666;
cursor: pointer;
margin: 0;
padding: 1em;
text-decoration: none;
} @-webkit-keyframes hvr-buzz-out {
10% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
20% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
30% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
40% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
50% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
60% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
70% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
80% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
90% {
-webkit-transform: translateX(1px) rotate(0);
transform: translateX(1px) rotate(0);
}
100% {
-webkit-transform: translateX(-1px) rotate(0);
transform: translateX(-1px) rotate(0);
}
}
@keyframes hvr-buzz-out {
10% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
20% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
30% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
40% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
50% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
60% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
70% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
80% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
90% {
-webkit-transform: translateX(1px) rotate(0);
transform: translateX(1px) rotate(0);
}
100% {
-webkit-transform: translateX(-1px) rotate(0);
transform: translateX(-1px) rotate(0);
}
}
.hvr-buzz-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
-webkit-animation-name: hvr-buzz-out;
animation-name: hvr-buzz-out;
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}
.hvr-float {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
.hvr-grow {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.margin-zero{
margin: 0;
}
.vc_btn.margin-zero {
margin: 10px 0;
}
.single article .article-content li ,
.single article .article-content dl {
color: #666666;
font-size: 16px;
font-weight: 300;
line-height: 23px;
opacity: 1;
visibility: visible;
}
.single article .article-content .comments-pingbacks-tracebacks .heading-bottom {
margin-bottom: 10px;
margin-top: 80px;
}
.comments-pingbacks-tracebacks .comment-edit-link {
color: #fff !important;
margin-left: 20px !important;
line-height: 10px;
padding: 5px 12px;
}
textarea, 
input[type="text"], 
input[type="button"], 
input[type="search"], 
input[type="submit"]{
-webkit-appearance: none; 
}
.newspaper-info-bordered .holder {
padding: 10px 0 10px 15px;
}
.newspaper-info span:nth-of-type(1) {
font-weight: bold;
}
.newspaper-info-bordered .col-md-5 {
text-align: center;
}
.newspaper-info-bordered i {
font-size: 50px;
padding: 10px 0;
}
.newspaper-info span {
font-size: 16px;
display: block;
}
.complex-layout .col-md-9 {
padding-left: 0;
}
.newspaper-info span:nth-of-type(2) {
font-style: italic;
}
.newspaper-info-bordered {
border: 1px solid;
margin: 13px 0;
} .good_quote h1 {
font-size: 55px;
}
blockquote {
background: none repeat scroll 0 0 #9571F6 ;
color: #252525;
font-size: 16px;
font-weight: 600;
margin: 30px 0 30px;
padding: 40px;
position: relative;
border-radius: 4px;
}
blockquote p {
color:#fff !important;
margin-bottom: 0px !important;
}
blockquote a {
color:#fff !important;
font-weight: 500;
}
.testimonials-container blockquote:before {
content: "\"";
font-family: Poppins;
font-size: 200px;
font-style: italic;
left: 15%;
line-height: 200px;
position: absolute;
transform: rotate(180deg);
-o-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
background: transparent;    
}
.quotes-container blockquote:before {
font-family: "Libre Baskerville";
content: "\"";
font-size: 200px;
font-style: italic;
left: 5%;
line-height: 0;
position: absolute;
transform: rotate(180deg);
-o-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
background: transparent;    
top: -20px;
}
.testimonials-container blockquote p {
width: 65%;
margin: 0 auto;
}
.testimonial-light .testimonial-slider .testimonials-container#sync1 .owl-item:before {
opacity: 0.5;
}
.quotes-container blockquote p {
color: #ffffff;
font-size: 26px;
margin: 0 auto;
width: 80%;
}
.quotes-content .quote_title {
color: #ffffff;
font-size: 24px;
margin: 0 auto;
width: 65%;
}
.quotes-container blockquote::after {
bottom: -20px;
content: "\"";
font-family: "Libre Baskerville";
font-size: 200px;
font-style: italic;
line-height: 0;
position: absolute;
right: 5%;
transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
}
.testimonials-container blockquote{
background: transparent;
}
.quotes-container blockquote{
background: transparent;
padding: 0;
} .no-results.not-found {
color: rgb(153, 171, 183);
padding: 50px 0px 85px;
background: #fff;
border-radius: 12px;
}
.no-results .search-form {
margin-top: 20px;
text-align: center;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.no-results .search-form label {
margin-bottom: 0px;
}
.no-results input[type="submit"] {
border: 0 none;
color: #fff;
display: initial;
padding: 9px 15px;
}
.no-results input {
border: 1px solid #dddddd;
background: #F7F8FA;
color: #555;
padding: 10px 20px;
font-weight: 400 !important;
border-radius: 3px 0 0 3px;
border-right: none;
outline: 0;
height: 38px;
} .conference-attendant-form input {
font-style: normal;
height: auto;
margin-bottom: 30px;
padding: 15px !important;
}
.conference-attendant-form input.wpcf7-submit {
margin: 0 !important;
padding: 15px 40px !important;
}
.contact-tikidocs input, .contact-tikidocs textarea {
border: 0;
padding: 15px 20px !important;
width: 100%;
border-radius: 37px !important;
background: #fff;
margin-bottom: 30px !important;
}
.contact-tikidocs input.wpcf7-form-control.wpcf7-submit {
margin: 0 auto;
border: 1px solid transparent;
font-size: 16px;
font-weight: 700;
padding: 15px 30px !important;
color: #fff;
width: 94%;
transition: all 250ms ease;
margin-top: 5px;
border-radius: 35px !important;
background: linear-gradient(354.01deg, #40DBBB 19.74%, #34BFA3 85.13%) !important;
}
.contact-tikidocs.vers-2 input.wpcf7-form-control.wpcf7-submit {
background: #34BFA3 !important;
}
.contact-tikidocs.vers-2 input.wpcf7-form-control.wpcf7-submit {
width: auto;
border: none !important;
}
.contact-tikidocs textarea {
height: 150px;
} .contact-tikidocs label i {
position: absolute;
top: 29px;
left: 25px;
z-index: 1;
color: #716aca99;
font-size: 18px;
}
.contact-tikidocs label {
position: relative;
}
.contact-tikidocs label {
width: 100%;
color: #3D404F;
font-weight: 400;
}
.contact-tikidocs textarea {
margin-top: 10px;
font-size: 14px;
min-height: 150px;
padding: 17px 0 0px !important;
border-bottom: 1px solid #00000033 !important;
border-radius: 0px !important;
}
.contact-tikidocs input {
font-size: 14px;
height: 55px;
margin-top: 10px;
width: 100%;
border-radius: 0px !important;
padding: 25px 0px !important;
border: 0 !important;
transition: all 250ms ease;
border-bottom: 1px solid #00000033 !important;
}
#contact_form textarea.form-control {
height: 140px;
padding: 6px 40px !important;
}
#contact_form2 .alert-success {
background-color: rgb(223, 240, 216);
border: 0 none;
color: rgb(255, 255, 255);
margin-top: 15px;
padding-top: 15px;
text-align: left;
}
.success_message {
color: rgb(0, 173, 241);
display: none;
font-weight: 300;
padding-top: 5px;
text-align: center;
}
textarea.form-control {
height: 140px;
padding: 10px !important;
}
#contact_form2 .form-control {
background-color: #ecf0f1;
border: 1px solid rgba(206, 206, 206, 0.3);
box-shadow: none;
padding: 0 10px;
}
#contact_form2 .contact_label {
color: #333333;
}
#contact_form2 .solid-button.button {
border: medium none;
margin-top: 5px;
text-transform: uppercase;
width: auto;
}
.contact-proposal input.wpcf7-form-control,
.contact-proposal .form-control,
.contact-proposal textarea,
.widget select {
padding: 7px 15px !important;
line-height: 25px;
border: 1px solid rgb(0 0 0 / 0.08);
width: -webkit-fill-available;
background: #F7F8FA;
font-style: normal;
box-shadow: none;
height: 38px;
border-radius: 2px;
transition: all .2s ease;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
text-overflow: '';
}
select::-ms-expand {
display: none;
}
.contact-proposal .wpcf7-form-control-wrap {
display: block;
}
.contact-proposal span.wpcf7-form-control-wrap.menu-28:after {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
right: 15px;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 0;
content: " ";
}
.contact-proposal textarea {
height: 155px;
}
.contact-proposal .col-md-12.submit {
padding: 0px;
text-align: center;
}
.contact-proposal .col-md-12.submit input {
padding: 10px 25px !important;
width: auto;
text-align: center !important;
}
.contact-proposal p:first-child {
margin-top: 25px;
padding-bottom: 10px;
margin-bottom: 0px;
font-weight: 500;
}
.span-contact i {
bottom: 1px;
color: #48a8a7;
font-size: 25px;
margin-right: 10px;
opacity: 0.6;
position: relative;
text-align: center;
width: 35px;
}
.project-section p {
color: #fff;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 17px;
margin-bottom: 30px !important;
} .back-to-top i {
color: #ffffff;
}
i {
font-style: normal;
}
.back-to-top img{
width: 40px;
}
.back-to-top {
bottom: 20px;
display: block;
height: 40px;
margin: 5px auto;
overflow: hidden;
position: fixed;
right: 30px;
visibility: hidden;
white-space: nowrap;
width: 40px;
line-height: 40px;
text-align: center;
z-index: 2;
box-shadow:  0 0 5px rgba(0, 0, 0, 0.12);
-moz-box-shadow:  0 0 5px rgba(0, 0, 0, 0.12);
-ms-box-shadow:  0 0 5px rgba(0, 0, 0, 0.12);
transition: all .4s ease;
}
.back-to-top.modeltheme-is-visible, .back-to-top.modeltheme-fade-out, .no-touch .back-to-top:hover {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
-moz-box-shadow:  0 0 5px rgba(0, 0, 0, 0.12);
-ms-box-shadow:  0 0 5px rgba(0, 0, 0, 0.12);
background-color: #FD75B4;
border-radius: 2px;
}
.back-to-top.modeltheme-is-visible {
visibility: visible;
opacity: 1;
}
.no-touch .back-to-top:hover {
background-color: #151515;
}
.post-password-form input {
border: 1px solid #e6e6e6;
padding: 10px 20px;
margin-left: 5px;
border-radius: 0px;
}
.post-password-form input[type="submit"] {
color: #ffffff;
margin-left: 10px;
font-weight: bold;
}
.quotes-slider.owl-carousel {
margin-top: 25px;
}
.st-menu-content {
height: 100%;
overflow-y: scroll;
padding: 30px;
position: absolute;
}
.portfolio-posts .main-content {
margin: 0;
}
.post-category-date a[rel="tag"]::before {
background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
content: "";
height: 3px;
left: 6px;
position: absolute;
top: 11px;
width: 3px;
}
.post-category-date a[rel="tag"] {
border: 0 none;
color: rgb(255, 255, 255);
display: inline-table;
font-weight: 300;
margin-left: 5px;
position: relative;
padding: 2px 5px 2px 13px;
}
.single-portfolio-item .item-description {
height: 100%;
top: 0;
width: 100%;
}
.item-description .holder-top {
height: 50%;
padding: calc(15% - 15px) 15px 15px;
text-align: center;
width: 100%;
opacity: 0;
position: absolute;
top: -50%;
transition: all 250ms ease-in-out 0s;
-o-transition: all 250ms ease-in-out 0s;
-moz-transition: all 250ms ease-in-out 0s;
-webkit-transition: all 250ms ease-in-out 0s;
-ms-transition: all 250ms ease-in-out 0s;
}
.details-container > div.details-item .amount, .details-container > div.details-item ins {
color: rgb(255, 255, 255);
padding: 1px 5px;
}
.item-description .holder-bottom {
background: none repeat scroll 0 0 rgb(44, 62, 80);
color: rgb(255, 255, 255);
height: 50%;
padding: calc(15% - 30px) 15px 15px;
position: absolute;
text-align: center;
width: 100%;
opacity: 0;
top: 100%;
transition: all 250ms ease-in-out 0s;
-o-transition: all 250ms ease-in-out 0s;
-moz-transition: all 250ms ease-in-out 0s;
-webkit-transition: all 250ms ease-in-out 0s;
-ms-transition: all 250ms ease-in-out 0s;
}
.single-portfolio-item:hover .holder-top {
opacity: 1;
top: 0;
}
.single-portfolio-item:hover .holder-bottom {
opacity: 1;
top: 50%;
}
.item-description i {
background: none repeat scroll 0 0 rgb(255, 255, 255);
color: rgb(182, 189, 191);
font-size: 19px;
padding: 10px;
width: 40px;
transition: all 250ms ease-in-out 0s;
-o-transition: all 250ms ease-in-out 0s;
-moz-transition: all 250ms ease-in-out 0s;
-webkit-transition: all 250ms ease-in-out 0s;
-ms-transition: all 250ms ease-in-out 0s;
}
.item-description i:hover {
background: none repeat scroll 0 0 rgb(44, 62, 80);
color: #fff;
}
.holder-top > a:first-child {
margin-right: 4px;
}
.holder-top > a:nth-child(2) {
margin-left: 4px;
}
.item-description .holder-bottom::before {
border-bottom: 15px solid #393939;
border-left: 15px solid rgba(0, 0, 0, 0);
border-right: 15px solid rgba(0, 0, 0, 0);
content: " ";
height: 0;
left: 50%;
margin-left: -15px;
pointer-events: none;
position: absolute;
top: -14px;
width: 0;
}
.item-description .holder-bottom > h5 {
font-size: 15px;
margin: 0;
opacity: 0.5;
}
.item-description .holder-bottom h3 {
margin: 10px 0 15px;
}
.main-content article.single-portfolio-item {
padding: 0;
}
.portfolio-posts.portfolio-posts-tiles img {
overflow: hidden;
object-fit: cover;
width: 100%;
height: 360px;
border-radius: 3px;
}    .block-icon{
height: 130px;
margin-bottom: 25px;
position: relative;
}
.block-container {
text-align: center;
}
.block-triangle {
width: 80px;
height: 80px;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
margin: 0 auto;
position: relative;
top: 25px;
box-shadow: 0 0 0 6px #FFFFFF, 0 0 0 7px #dadbdb;
-webkit-box-shadow: 0 0 0 6px #FFFFFF, 0 0 0 7px #dadbdb;
}
.block-title p {
color: #2f383d;
font-size: 16px;
font-weight: 500;
}
.block-content p {
font-size: 15px;
color: #666666;
font-weight: 300;
}
.block-icon i {
color: #FFFFFF;
font-size: 40px;
position: absolute;
left: 50%;
top: 50%;
-ms-transform: translate(-50%, -50%) rotate(-45deg);
-webkit-transform: translate(-50%, -50%) rotate(-45deg);
transform: translate(-50%, -50%) rotate(-45deg);
} .left-block-container {
margin-bottom: 20px;
}
.left-block-container .block-title p {
text-transform: uppercase;
}
.left-block-container .block-title {
padding-top: 20px;
}
.left-block-container {
border-bottom: 1px solid #dadee1;
}
.left-block-container:last-child {
border-bottom: 0 none;
margin-bottom: 0;
}
.left-block-container:last-child .block-icon {
margin-bottom: 0;
} .filters {
list-style: none;
text-align: center;
width: 100%;
}
.filters .filter {
display: inline-block;
}   .testimonial-img-holder {
position: relative;
z-index: 1;
}
.testimonail-content p:last-child{
margin: 0;
}
.testimonail-content p {
color: #ffffff;
font-size: 20px;
line-height: normal;
}
.testimonial-arrow {
border-left: 20px solid rgb(255, 255, 255);
border-right: 20px solid rgb(255, 255, 255);
border-bottom: 20px solid #485052;
content: "";
height: 30px;
left: 44px;
position: absolute;
top: 100px;
width: 30px;
}
.testimonial-img {
border: 4px solid;
border-radius: 50%;
margin-bottom: 30px;
overflow: hidden;
transform: none;
-webkit-transform: none;
width: 100px;
}
.testimonial-img img {
display: block;
}
.testimonial-author-job {
left: 125px;
position: absolute;
top: 18px;
}
.testimonail-content {
border-radius: 0px;
font-weight: lighter;
line-height: 170%;
text-align: center;
padding: 15px;
background: #485052;
}
.testimonials-container ul {
list-style: none;
padding: 0;
}
.testimonials-container blockquote {
border: 0 none;
text-align: center;
padding: 40px 0 40px 0;
font-size: 26px;
color: rgba(255,255,255,0.5);
position: relative;
margin: 0;
}
.quotes-container blockquote {
border: 0 none;
text-align: center;
padding: 40px 0 40px 0;
font-size: 26px;
color: rgba(255,255,255,0.5);
position: relative;
margin: 0;
}
.testimonial-author {
font-size: 20px;
font-weight: 500;
margin-top: 10px;
}
.testimonial-job {
color: #666666;
font-size: 13px;
font-weight: 300;
}   .member-container {
position: relative;
}
.member-content {
position: relative;
z-index: 2;
-webkit-transition: all 0.7s; transition: all 0.7s;
}
.member-container:hover .member-content {
-ms-transform: translateY( -50% ); -webkit-transform: translateY( -50% ); transform: translateY( -50% );
}
.member-header {
border-bottom: 1px solid;
margin-bottom: 40px;
position: relative;
z-index: 2;
}
.member-header:before,
.member-header:after {
content: "";
display: block;
position: absolute;
bottom: -10px;
width: 1px;
height: 10px;
}
.member-header:before {
left: 0;
}
.member-header:after {
right: 0;
}
.member-header p,
.member-footer p {
font-size: 12px;
text-transform: uppercase;
}
.member-header h4,
.member-footer h4 {
font-size: 16px;
text-transform: uppercase;
}
.member-footer .social {
border-top: 1px solid;
margin-top: 20px;
position: relative;
padding-top: 20px;
}
.member-footer .social:before,
.member-footer .social:after {
content: "";
display: block;
position: absolute;
top: -10px;
width: 1px;
height: 10px;
}
.member-footer .social:before {
left: 0;
}
.member-footer .social:after {
right: 0;
}
.member-footer .social ul {
list-style: none;
padding: 0;
margin: 0;
}
.member-footer .social ul li {
display: inline-block;
}
.member-footer {
position: absolute;
bottom: 0;
width: 100%;
z-index: 1;
}
.social ul li i {
font-size: 20px;
color: #bdc0c2;
}
.member-content img {
width: 100%;
}   .aligncenter {
margin: 20px auto;
display: block;
text-align: center;
}
.timeline .post-cotnent-left {
padding-right: 60px;
}
.timeline .post-cotnent-right {
padding-left: 60px;
}
.timeline{
position: relative;
}
.timeline article {
padding-bottom: 40px;
position: relative;
}
.timeline:before {
content: "";
display: block;
width: 4px;
height: 100%;
position: absolute;
top: 0;
left: 50%;
margin-left: 2px;
background: #00adf1;
}
.timeline article:before {
content: "";
display: block;
position: absolute;
width: 15px;
height: 90px;
background: url(//apiserana.com/wp-content/themes/esio/images/timeline-dot.jpg);
left: 50%;
top: 50%;
margin-left: -4px;
margin-top: -45px;
}   body .wpb_content_element{
margin: 0;
}
body .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon{
background-image: url(//apiserana.com/wp-content/themes/esio/images/toggle_close.png);
}
#primary .main-content ul li[role="tab"]:not(.rotate45) {
margin: 0;
} #contact_form textarea.form-control {
height: 140px;
padding: 6px 40px !important;
}
.tikidocs-contact input, 
.tikidocs-contact textarea {
height: 60px;
width: 100%;
outline: 0;
background: transparent;
border: 0;
font-size: 16px;
line-height: 1;
font-weight: 500;
border-top: 2px solid transparent;
border-bottom: 2px solid rgba(255, 255, 255, .7)!important;
color: #fff;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-o-transition: all 250ms ease;
-moz-transition: all 250ms ease;
}
.tikidocs-contact input:focus, 
.tikidocs-contact textarea:focus,
.tikidocs-contact select:focus {
border-top: 2px solid rgba(255, 255, 255, .7)!important;
}
.contact-form-black-version .tikidocs-contact input:focus, 
.contact-form-black-version .tikidocs-contact textarea:focus {
border-top: 2px solid #252525 !important;
}
.tikidocs-contact.row {
max-width: 700px;
}
.tikidocs-contact label {
width: 100%;
margin-bottom: 20px;
margin-bottom: 10px !important;
margin-top: 10px;
}
.tikidocs-contact label span,
div.wpcf7-response-output {
font-weight: 500;
color: #252525 !important;
margin: 15px 0;
}
.tikidocs-contact label select {
color: rgba(34, 52, 65, 0.5);
}
.tikidocs-contact select {
margin-top: 10px;
height: 45px;
padding: 5px;
min-width: 100%;
border-color: #8d969d;
}
.tikidocs-contact ::-webkit-input-placeholder { color: #fff;
}
.tikidocs-contact ::-moz-placeholder { color: #fff;
}
.tikidocs-contact :-ms-input-placeholder { color: #fff;
}
.tikidocs-contact :-moz-placeholder { color: #fff;
}
.contact-form-black-version .tikidocs-contact ::-webkit-input-placeholder { color: rgba(37,37,37,.7);
}
.contact-form-black-version .tikidocs-contact ::-moz-placeholder { color: rgba(37,37,37,.7);
}
.contact-form-black-version .tikidocs-contact :-ms-input-placeholder { color: rgba(37,37,37,.7);
}
.contact-form-black-version .tikidocs-contact :-moz-placeholder { color: rgba(37,37,37,.7);
}
.tikidocs-contact.row h3 {
color: #fff;
font-weight: 700;
margin: 0 0 15px;
font-size: 23px;
}
.tikidocs-contact.row p {
color: #fff;
font-weight: 400;
margin: 20px 0 10px !important;
}
.tikidocs-contact .wpcf7-submit {
width: auto;
outline: 0;
transition: all 250ms ease;
-moz-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-webkit-transform: scale(1.0);
-moz-transform: scale(1.0);
-ms-transform: scale(1.0);
}
.tikidocs-contact .wpcf7-submit:hover, 
.tikidocs-contact .wpcf7-submit:focus, 
.tikidocs-contact .wpcf7-submit:active {
border-color: #252525 !important;
background: #252525 !important;
color: #fff !important;
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
}
.tikidocs-contact textarea {
min-height: 150px !important;
padding-top: 20px !important;
}
.tikidocs-contact .wpcf7-submit i {
padding-left: 15px;
font-weight: bold;
}
.tikidocs-contact-sidebar .wpcf7-submit {
border-color: #34BFA3 !important;
margin-top: 25px !important;
width: 100%;
}
.tikidocs-contact-sidebar input {
height: 45px;
}
.tikidocs-contact-sidebar label {
height: 40px;
margin: 10px 0 !important;
}
.tikidocs-contact-sidebar .wpcf7-submit:hover {
background: #fff !important;
color: #34BFA3 !important;
border-color: #fff !important;
}
#contact_form2 .alert-success {
background-color: rgb(223, 240, 216);
border: 0 none;
color: rgb(255, 255, 255);
margin-top: 15px;
padding-top: 15px;
text-align: left;
}
.get-a-consultation div.wpcf7-response-output ,
.get-a-consultation .tikidocs-contact label span{
color: #fff !important;
margin: 15px 0 !important;
}
#map_wrapper h3 {
font-size: 12px;
margin-top: 0;
padding: 5px 2px 2px;
}
#map_wrapper {
height: 560px;
position: relative;
}
#map_wrapper_overlay {
background-color: rgba(0, 0, 0, 0.6);
display: table;
height: 100%;
position: absolute;
width: 100%;
z-index: 2;
}
#map_wrapper_text_container {
display: table-cell;
vertical-align: middle;
}
.contact_location_title {
color: white;
text-align: center;
}
.contact_location_subtitle {
text-align: center;
}
#map_canvas {
width: 100%;
height: 100%;
}
.success_message {
color: rgb(0, 173, 241);
display: none;
font-weight: 300;
padding-top: 5px;
text-align: center;
}
textarea.form-control {
height: 140px;
padding: 10px !important;
}
#contact_form2 .form-control {
background-color: #ecf0f1;
border: 1px solid rgba(206, 206, 206, 0.3);
box-shadow: none;
padding: 0 10px;
}
#contact_form2 .contact_label {
color: #223441;
}
#contact_form2 .solid-button.button {
border: medium none;
margin-top: 5px;
text-transform: uppercase;
width: auto;
}
.span-contact i {
bottom: 1px;
color: #1bdac9;
font-size: 25px;
margin-right: 10px;
opacity: 0.6;
position: relative;
text-align: center;
width: 35px;
}
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
padding: 0;
border-radius: 2px;
outline: 0 !important;
}
.wpcf7-form .wpcf7-submit {
border: 0 none;
padding: 10px 20px;
line-height: 1;
margin-top: 20px;
height: auto;
}
.contact-form-black-version .tikidocs-contact input:not([type="submit"]), 
.contact-form-black-version .tikidocs-contact textarea {
border-bottom: 2px solid #252525 !important;
color: rgba(37,37,37,.7) !important;
}
.contact-form-black-version .wpcf7-form .wpcf7-submit{
border: 2px solid #252525 !important;
color: #252525;
background: transparent;
}
.get-a-consultation .tikidocs-contact .wpcf7-submit {
background: transparent !important;
padding: 17px 20px !important;
}
.get-a-consultation .tikidocs-contact .wpcf7-submit:hover, 
.get-a-consultation .tikidocs-contact .wpcf7-submit:focus, 
.get-a-consultation .tikidocs-contact .wpcf7-submit:active {
background: #B6BF68 !important;
color: #fff !important;
border-color: #B6BF68 !important;
}
.get-a-consultation .tikidocs-contact select {
height: 60px;
width: 100%;
outline: 0;
background: transparent;
border: 0;
font-size: 16px;
line-height: 1;
font-weight: 400;
border-top: 2px solid transparent;
border-bottom: 2px solid #fff !important;
color: #fff;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-o-transition: all 250ms ease;
-moz-transition: all 250ms ease;
}
.get-a-consultation .tikidocs-contact select option {
color: #252525;
}
.proj_sidebar h3.widget-title {
color: #252525;
margin: 5px 0px;
font-size: 24px;
}
.product_list_widget .star-rating {
display: none;
}
.proj_sidebar .woocommerce {
padding-top: 30px;
}
.proj_sidebar .woocommerce li img {
float: left !important;
width: 35px !important;
border-radius: 40px !important;
}
.proj_sidebar .woocommerce del,
.proj_sidebar .woocommerce ins,
.proj_sidebar .woocommerce span.woocommerce-Price-amount.amount {
display: none;
}
.proj_sidebar .woocommerce span.product-title {
font-weight: 500;
margin: 10px !important;
vertical-align: sub;
font-size: 16px;
}
.proj_sidebar .woocommerce span.product-title:hover {
opacity: .8;
}
.contact-tabs li.inactive {
box-shadow: 10px 10px 40px #0000001A;
}
.contact-tabs .eael-advance-tabs .eael-tabs-nav>ul{
margin: 0px 120px auto;
}
.contact-tabs.xs .eael-advance-tabs .eael-tabs-nav>ul {
margin: 0px 0px auto;
}
.contact-tabs li {
width: 20%;
margin: 0px 20px !important;
}
.eael-tabs-nav>ul * {
transition: all .15s ease;
}
.start-full-img img {
width: 100%;
} .portfolio-item img {
max-width: 100%;
}
.single .related_portfolios {
margin-top: 65px;
overflow: hidden;
}
.portfolio_thumbnails_slider .owl-controls.clickable .owl-pagination {
bottom: 20px;
position: absolute;
width: 100%;
} .ketchup-error {
display: none !important;
} .table-striped>tbody>tr:nth-child(odd),
.table-hover>tbody>tr:hover{
background-color: #ecf0f1;
}
.table>thead>tr>th, 
.table>tbody>tr>th, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>tbody>tr>td, 
.table>tfoot>tr>td {
border-color: #ecf0f1;
}
.thumbnail {
background: transparent;
}
.btn-primary:hover{
background: rgba(52, 73, 94,1.0);
}
.navbar {
margin-bottom: 0;
}   .article-content h1,
.article-content h2 {
line-height: normal;
}
.article-content h3,
.article-content h4 {
margin-top: 30px;
line-height: normal;
}
.article-content h5,
.article-content h6 {
margin-top: 20px;
line-height: normal;
}
.flex {
display: flex;
}  .cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
color: rgb(254, 196, 45);
font-size: 16px !important;
}
.edit-link-page-post {
margin: 20px 0 !important;
display: block;
}
.page .comment-list .heading-bottom {
margin-top: 0px;
} .post-details .post-sticky-label i {
font-size: 20px;
color: #34BFA3;
}
.comments-pingbacks-tracebacks .comment-metadata .comment-edit-link {
line-height: 10px;
}
.comments-pingbacks-tracebacks footer {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
padding: 0;
}
.comments-pingbacks-tracebacks article {
padding: 3px 0;
}
.comments-pingbacks-tracebacks .comment-metadata {
padding: 15px 0px;
}
.single article .article-content .comments-pingbacks-tracebacks li {
list-style: outside none none;
border-bottom: .5px solid #ccc;
padding-bottom: 10px;
margin-top: 10px;
margin-bottom: 20px;
}
.single article .article-content .comments-pingbacks-tracebacks li:last-of-type{
border: 0 none !important;
}
nav#comment-nav-below {
display: none;
}
nav.comment-navigation {
background: #fff;
padding: 45px;
padding-top: 38px;
box-shadow: 20px 37px 102px rgba(0, 0, 0, 0.098);
overflow: hidden;
border-radius: 11px;
}
nav.comment-navigation a {
background: #34BFA3;
color: rgb(255, 255, 255);
font-size: 13px;
font-weight: 700;
padding: 7px 22px;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
display: inline;
float: left;
border-radius: 20px;
margin-right: 20px;
}
nav.comment-navigation a:hover {
opacity: .7;
}
nav.comment-navigation h2.heading-bottom {
margin: 10px 0px !important;
margin-top: 0px !important;
}
.comments-pingbacks-tracebacks .comment-author.vcard,
.comments-pingbacks-tracebacks .comment-metadata{
display: inline-table;
}
.comments-pingbacks-tracebacks .comment-metadata .comment-edit-link {
line-height: 10px;
padding: 5px 12px;
}
.single article .article-content .comments-pingbacks-tracebacks li:first-of-type {
margin-top: 0;
}
.single article .article-content .comments-pingbacks-tracebacks li a {
font-weight: bold;
color: #252525;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
}
.single article .article-content .comments-pingbacks-tracebacks li a:hover {
color: #716ACA;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
}
.comments-pingbacks-tracebacks .comment-edit-link::before {
padding-right: 3px;
}
.comments-pingbacks-tracebacks time {
color: #34BFA3;
font-size: 12px;
font-style: normal;
display: none;
opacity: 1;
float: right;
font-weight: bold;
line-height: 2;
}
.author-bio.no-author-pic .avatar.photo {
display: none;
}
.mt_listings_page.mt_listing_map_location {
margin-top: 0;
}
.mt_cars--main-pic .play_tour_href {
overflow: initial !important;
}
.post-details .description_container {
display: flex;
}
.post-details .description_container .mt_cars--features-description {
align-self: center;
}
.mt_cars--features-description .house_location {
margin-top: 0px;
display: inline-block;
}
.mt_cars--features-description .house_address {
display: inline-block;
font-size: 16px;
font-weight: 20px;
color: #c3c3c3;
font-style: italic;
font-weight: 300;
margin-top: 0px;
}
.mt_cars--main-pic .play_tour {
position: absolute;
bottom: 10px;
z-index: 3;
left: 10px;
}
span.says {
display: none;
} .grid-three-columns .blog_custom {
display: block !important;
} .odd-post .grid-three-columns .post-details .post-date {
top: -55px !important;
left: 0px !important;
}
.even-post .grid-three-columns .post-details .post-date {
right: 0px !important;
}
.grid-two-columns .blog_custom {
display: block !important;
overflow: hidden;
}
.blog_heading.heading-bottom {
font-size: 45px;
font-weight: 700;
line-height: 40px;
margin-top: 0;
margin-bottom: 60px;
}
.blog_custom {
transition: all 250ms ease-in-out 0s;
-webkit-transition: all 250ms ease-in-out 0s; }
.blogloop-v2.list-view .blog_custom {
display: block;
border-radius: 4px;
background: #fff !important;
transition: all 250ms ease-in-out;
box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}
.blogloop-v2.list-view .post-details {
padding: 10px 35px 35px !important;
}
.blogloop-v2.list-view:last-of-type {
padding-bottom: 55px !important;
}
.blogloop-v2 .post-name a {
color: #282828;
}
.blogloop-v2.list-view .post-thumbnail {
margin-bottom: 0px;
}
.blogloop-v2.list-view .post-thumbnail > a {
height: 100%;
width: 100%;
}
.blogloop-v2.list-view .post-thumbnail > a > img {
height: 100%;
width: 100%;
object-fit: cover;
}
.blogloop-v2.list-view .blog_custom p {
font-size: 16px;
}
.no-results.not-found button.search-submit{
margin: 0;
}
button.search-submit,
a.more-link-knowledge {
display: -webkit-inline-box;
color: #ffffff !important;
background: #FD75B4;
font-weight: 600;
border-style: none;
font-size: 12px;
margin: 10px 0px 0;
padding: 10px 20px;
line-height: 18px;
position: relative;
z-index: 1;
overflow: hidden!important;
transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
text-transform: uppercase;
border-radius: 2px;
} 
a.more-link-knowledge {
margin: 23px 0px 0;
}
button.search-submit:hover,
a.more-link-knowledge:hover{
background-color: #151515;
}
.no_padding {
padding: 0px 15px !important;
}
.service-box .fa-long-arrow-right:before {
content: "\f178";
font-family: fontawesome;
}
.service-box i {
box-shadow: 3px 17px 40px #0000002b;
background: #fff;
padding: 10px;
border-radius: 30px;
bottom: 38%;
left: 45%;
position: absolute;
transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
}
.service-box i:hover {
box-shadow: 15px 15px 40px #00000040;
transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
transform: translateY(-5%);
}
.service-box p.elementor-image-box-description {
margin-top: 12px;
line-height: normal;
}
.service-box .elementor-image-box-title a {
-webkit-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out 0s;
}
.shortcode_post_content .featured_image_content {
padding: 0;
}
.shortcode_post_content {
border-radius: 0px;
margin-bottom: 30px;
overflow: hidden;
padding-left: 0;
padding-right: 0;
}
.shortcode_post_content .text_content .post-read-more .post-read-more-button {
background-color: rgba(237,237,237,0.4);
color: #fff;
font-size: 16px;
padding: 10px;
overflow: hidden !important;
}
.shortcode_post_content .text_content .post-read-more {
padding: 0;
text-align: center;
}
.shortcode_post_content .text_content .post-download-icons .tooltip-content  i{
border-radius: 0;
-webkit-border-radius: 0;
margin: 0;
}
.shortcode_post_content .text_content .post-download-icons {
padding: 6px 0;
}
.shortcode_post_content .text_content .post-more-download .post-read-more-button i {
padding-right: 15px;
}
.shortcode_post_content .text_content .post-download-icons i {
background: #fff none repeat scroll 0 0;
border-radius: 50%;
-webkit-border-radius: 50%;
color: black;
float: right;
margin-left: 10px;
padding: 11px;
width: 35px;
height: 35px;
}
.shortcode_post_content .text_content {
padding-bottom: 20px;
padding-top: 20px;
}
.shortcode_post_content .text_content .post-more-download {
margin-top: 22px;
}
.shortcode_post_content .text_content .post-download-icons .tooltip-content i {
background: transparent;
border-radius: 0;
color: rgb(255, 255, 255);
margin: 0;
text-align: center;
width: 100%;
}
.commentlist .bypostauthor {
border-top: 0 none;
}
.wp-caption {
font-style: italic;
}
.wp-caption.alignnone {
margin: 30px 0;
max-width: 100%;
}
.wp-caption.alignleft {
margin: 10px 0;
}
.alignnone {
margin: 10px 0;
}
.alignright {
float: right;
margin-bottom: 20px;
margin-left: 20px;
margin-top: 20px;
}
.alignleft {
margin-bottom: 10px;
margin-right: 20px;
margin-top: 10px;
}
.wp-caption.alignright {
float: right;
margin: 0 0 0 15px;
}
.page .no-padding-top article.type-page{
padding-top: 0;
}
.page article.type-page{
padding: 80px 0;
}
.page .high-padding article.type-page,
.page .no-padding article.type-page{
padding: 0;
}
.page .no-padding-bottom article.type-page{
padding: 80px 0 0;
}
.page.is_header_semitransparent article.type-page {
margin-top: -15%;
}
.single-post {
padding-bottom: 40px;
}
.page-template-template-blog  .single-post {
padding-bottom: 50px;
padding-left: 25px;
padding-right: 25px;
}
@media (min-width: 992px) {
.page-template-template-blog  .single-post,
.archive  .single-post {
padding-right: 35px;
padding-left: 15px;
}
.portfolio-posts.portfolio-posts-list article.single-post.list-view {
padding: 0px;
}
}
.blog-posts-shortcode .single-post{
padding-bottom: 30px;
}
.post-type {
color: rgb(51, 51, 51);
}
.post-type i {
margin-right: 10px;
}
.main-content .single-post a:hover .thumbnail-overlay {
opacity: 1;
}
.main-content .single-post .thumbnail-overlay i {
color: rgb(255, 255, 255);
font-size: 25px;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.simple-posts .post-name:hover a {
color: #34BFA3;
}
.simple-posts .post-name a {
transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
} .post-tags-share span,
.post-tags-share span a {
color: #34BFA3;
font-weight: bold;
font-size: 16px;
line-height: 30px;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-ms-transition: all 250ms ease;
transition: all 250ms ease;
}
.post-tags-share span a:hover {
color: #252525
}
.post-tags-share span i {
padding-right: 5px;
color: #34BFA3;
font-weight: bold;
}
.single .page-links,
.post-tags-share,
.comments-pagination {
background: #FFFFFF;
border-radius: 3px;
margin: 35px 0px 0px;
font-size: 16px;
height: auto;
display: block;
clear: both;
overflow: hidden;
}
.post-tags-share .col-md-4 {
padding: 0;
}
.post-tags-share ul.social-share-post.c-share-list {
padding: 0;
list-style-type: none;
display: inline;
margin-left: 5px;
}
.post-tags-share ul.social-share-post.c-share-list li {
display: inline-block;
margin-right: 5px;
}
.post-tags-share ul.social-share-post.c-share-list li a {
width: 28px;
height: 30px;
font-size: 18px;
display: inline-block;
text-align: center;
line-height: 30px;
color: #666666;
cursor: pointer;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 50%;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
background: transparent;
}
.post-tags-share ul.social-share-post.c-share-list li a:hover {
opacity: .7;
}
.post-tags-share ul.social-share-post.c-share-list .fa-facebook-f:before, .post-tags-share ul.social-share-post.c-share-list .fa-facebook:before {
color: #385C8E;
}
.post-tags-share ul.social-share-post.c-share-list .fa-twitter:before, .post-tags-share ul.social-share-post.c-share-list .fa-twitter:before {
color: #76A9EA;
}
.post-tags-share ul.social-share-post.c-share-list .fa-linkedin:before, .post-tags-share ul.social-share-post.c-share-list .fa-linkedin:before {
color: #007AAA;
}
.post-tags-share ul.social-share-post.c-share-list .fa-google-plus:before, .post-tags-share ul.social-share-post.c-share-list .fa-google-plus:before {
color: #F34A38;
} .modeltheme-pagination.pagination .page-numbers.current {
color: #fff;
}
.container-pagination {
text-align: center;
}
.modeltheme-pagination{
background: transparent;
}
.pagination{
padding: 0 15px;
margin: 20px 0 0px 0;
}
.page-template-template-portfolio .pagination {
padding: 0;
position: relative;
}
.pagination > li > a {
transition: all 300ms;
-o-transition: all 300ms;
-ms-transition: all 300ms;
-moz-transition: all 300ms;
-webkit-transition: all 300ms;
color: rgb(144, 157, 165);
}
.pagination > li > a.current,
.pagination > li > a:hover {
background-color: #00ADF1;
color: #fff;
}
.modeltheme-pagination .pagination {
margin: 0;
background:transparent;
}
.modeltheme-pagination .pagination h2 {
display: none;
}
.account-urls > a{
color: #fff;
margin-left: 15px;
position: relative;
}
.account-urls.first > a:first-child{
color: #fff;
margin-left: 0;
}
.account-urls > a::before {
content: "??";
font-size: 28px;
left: -12px;
position: absolute;
top: -9px;
}
.account-urls > a:first-child::before {
content: "";
}
.account-urls > a:hover{
color: rgb(255, 255, 255);
opacity: 0.85;
}
.modeltheme-pagination-holder {
text-align: center;
}
.pagination .page-numbers:hover {
background-color: #34BFA3;
color: #fff;
}
.pagination .page-numbers {
background-color: #fff;
box-shadow: 0 0px 25px rgb(0 0 0 / 10%);
-webkit-box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
color: #252525;
margin: 5px;
padding: 12px 19px;
width: 38px;
height: 38px;
position: relative;
text-decoration: none;
border-radius: 2px;
transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
box-sizing: border-box;
font-weight: 600;
font-size: 12px;
line-height: 18px;
text-transform: uppercase;
}
.pagination .page-numbers:first-child {
padding: 12px 21px;
} .modeltheme-breadcrumbs .page-title {
color: #485052;
margin: 8px 0;
opacity: 0.8;
line-height: 150%;
}
.breadcrumbs.breadcrumbs-navxt, .breadcrumbs.breadcrumbs-navxt span {
color: #fff;
}
.breadcrumb .active {
margin-left: 3px;
}
.breadcrumb a::after{
margin-left: 5px;
}
.breadcrumb a{
position: relative;
}
.modeltheme-breadcrumbs {
background: rgb(239, 244, 247) none repeat scroll 0 0;
border-bottom: 1px solid rgba(205, 209, 212, 0.7);
padding: 10px 0;
}
.modeltheme-breadcrumbs h2 {
font-weight: 300;
margin: 0;
}
.modeltheme-breadcrumbs .breadcrumb{
background: transparent;
margin: 0;
padding-right: 0; 
}
.breadcrumb > li + li::before{
content: "";
padding: 0;
}
.breadcrumb {
color: #ccc;
}
#disqus_thread {
margin-top: 40px;
} .img-responsive.single-post-featured-img {
min-width: 100%;
}
.sticky-posts.smartowl_shortcode_blog .post {
padding-bottom: 0 !important;
}
.smartowl_shortcode_blog .post-author {
border-bottom: 0 none;
margin: 4px 0 0;
padding-bottom: 0;
}
.sticky-posts .vc_col-md-4.post {
padding-bottom: 26px;
}
.sticky-posts .vc_col-md-4.post:nth-child(3n+1) {
clear: left;
}
.sticky-posts a:hover .thumbnail-overlay{
opacity: 1;
transition: all 300ms ease-in-out 0s;
-o-transition: all 300ms ease-in-out 0s;
-ms-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
-moz-transition: all 300ms ease-in-out 0s;
}
.sticky-posts .thumbnail-overlay i {
font-size: 27px;
left: calc(50% - 10px);
top: 45%;
}
.sticky-posts a:hover .post-date {
opacity: 0;
transition: all 300ms ease-in-out 0s;
-o-transition: all 300ms ease-in-out 0s;
-ms-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
-moz-transition: all 300ms ease-in-out 0s;
}
.sticky-posts .post-date {
font-size: 14px;
font-weight: 300;
height: 60px;
left: 15px;
margin-top: 0;
opacity: 1;
padding: 2px;
position: absolute;
top: 15px;
width: 60px;
}
.sticky-posts a {
display: block;
}
.sticky-posts .rotate45_back {
display: block;
padding: 0px;
width: 56px;
}
.sticky-posts .rotate45_back1 {
display: block;
padding: 0px;
width: 56px;
}
.sticky-posts .post-date .rotate45_back {
font-size: 22px;
}
.sticky-posts .post-date .rotate45_back1 {
font-size: 16px;
}
.sticky-posts .sticky_post_text_container .post-name a {
color: black;
line-height: 140%;
margin-bottom: 6px;
}
.sticky-posts .sticky_post_text_container .post-name a:hover ,
.sticky-posts .sticky_post_text_container .post-author {
color: rgba(0, 0, 0, 1);
}
.sticky_post_blog_details .post-name {
font-weight: 600;
line-height: 40px;
margin: 0;
}
.post-name.post-name-color a {
color: #fff;
}
.post-name {
font-weight: 600;
margin: 7.5px 0 8px;
}
.single .post-name {
font-size: 35px;
font-weight: 600;
line-height: 40px;
margin: 0;
}
.single .article-content .single-post-tags {
padding: 35px 0 35px;
clear: both;
border-bottom: 1px solid #E3E3E3;
border-top: 1px solid #E3E3E3;
background: white;
margin-bottom: 55px;
}
.single .article-header .single-post-tags {
margin-top: 10px;
}
.single.single-portfolio .post-name {
font-size: 30px;
margin-bottom: 10px;
}
.related-posts .post-name{
font-size: 18px;
line-height: 150%;
margin-bottom: 7px;
margin-top: 0px;
}
.related-posts .post-excerpt {
color: #666666;
font-weight: 300;
margin: 5px 0 0;
}
.post-category-comment-date .post-author {
border-bottom: 0 none;
}
.article-categories a:hover {
color: rgb(181, 185, 189);
}
.post-author-thumbnail {
margin-bottom: 15px;
}
.author-content .post-date {
color: rgb(181, 185, 189);
}
.post-category-comment-date {
margin: 20px 0 0;
font-size: 13px;
font-weight: 600;
text-align: right;
}
.missing-redux-framework .post-category-comment-date {
margin: 10px 0 0;
}
.list-view .post-details .post-category-comment-date i, .list-view .post-details .post-category-comment-date a, .post-category-comment-date span a, .post-category-comment-date span {
color: #ffffff !important;
font-weight: 300 !important;
}
.post-excerpt {
color: #fff;
line-height: 150%;
margin: 0;
margin-top: 5px;
}
.comments-area .no-comments {
float: left;
margin-top: 20px;
width: 100%;
overflow: hidden;
border-radius: 11px;
}
.comments-area .no-comments.alert-info {
background-color: #9571F6 !important;
border-color: #9571F6 !important;
color: #FFFFFF !important;
padding-left: 30px !important;
border-radius: 11px!important;
}
.comment-form-cookies-consent label {
font-size: 14px;
font-weight: normal;
color: #8e8e8e;
}
input#wp-comment-cookies-consent {
width: 14px;
height: 11px;
margin-right: 5px;
}
#comments .comments-area {
background: #FFFFFF;
border-radius: 3px;
margin-top: 0px;
padding-bottom: 30px;
}
.submit-comment,
.theme_comments {
float: left;
margin-top: 30px;
width: 100%;
}
.comment-form .form-fields {
padding: 0;
}
.comment-form i {
font-size: 18px;
line-height: 38px;
color: #b5b9bd;
right: 20px;
text-align: center;
top: 0px;
width: 34px;
}
#form-allowed-tags {
display: none;
}
.woocommerce #reviews #comment {
height: 130px;
}
.comment_body > p {
color: rgb(153, 153, 153);
}
.comment_body .reply_button {
color: #34BFA3;
font-size: 12px;
font-style: normal;
opacity: 1;
font-weight: bold;
line-height: 2;
}
.comment_body .reply_button1 {
padding-left: 0;
}
.comment-edit-link:hover, 
.comment-reply-link:hover,
.comment-edit-link:focus, 
.comment-reply-link:focus,
.comment-edit-link:visited, 
.comment-reply-link:visited {
color: #fff;
}
.comment-edit-link:hover,
.comment-reply-link:hover{
background-color: #151515;
}
.comment-edit-link, .comment-reply-link {
color: #fff;
background: #FD75B4;
padding: 2px 12px;
font-size: 11px;
line-height: 1.5;
text-transform: uppercase;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
display: inline-block;
font-weight: 600;
border-radius: 2px;
}
.comment-edit-link {
margin-right: 12px;
}
a#cancel-comment-reply-link {
margin-left: 15px;
}
.comment-reply-link::before {
content: '\f112';
display: inline-block;
font-family: fontawesome;
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
padding-left: 10px;
}
.comment-edit-link::before {
content: '\f044';
display: inline-block;
font-family: fontawesome;
padding-right: 5px;
}
#comments p.logged-in-as a {
font-weight: 400;
}
#comments p.logged-in-as a:hover {
opacity: .7;
}
.comment_body .reply_button1 .comment-reply-link:first-child{
margin: 0;
}
.comment_body .reply_button a {
margin: 0 3px;
}
.comment_body .author_name {
font-size: 18px;
font-weight: bold;
}
.comment-metadata {
margin-top: 15px;
display: inline-block;
font-size: 14px;
margin-left: 20px;
}
#comments .comment span.fn {
margin-left: 12px;
}
div#comments {
display: flow-root;
}
#comments .comment.depth-2 {
padding-left: 20px;
}
#comments .comment.depth-3 {
padding-left: 40px;
}
#comments .comment.depth-4 {
padding-left: 60px;
}
#comments .comment.depth-5 {
padding-left: 80px;
}
.comment-list .comment.depth-2:last-child, 
.comment-list .comment.depth-3:last-child, 
.comment-list .comment.depth-4:last-child, 
.comment-list .comment.depth-5:last-child, 
.comment-list .comment.depth-6:last-child {
margin-bottom: 0;
padding-bottom: 0px;
}
.comment-list .comment:last-child {
border: 0 none;
margin-bottom: 15px !important;
}
.comment-list .comment {
overflow: hidden;
padding-top: 15px;
padding-bottom: 0px !important;
list-style: none;
}
.comment_body .author_name a {
color: #252525 !important;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
}
.comment_body .author_name a:hover {
color: #716ACA !important;
}
.comment-respond {
float: left;
margin-bottom: 50px;
margin-top: 0px;
width: 100%;
}
.article-content .comment-respond,
.single-post .comment-respond {
background: #FFFFFF;
border-radius: 4px;
}
.sticky_post_text_container {
border-radius: 3px !important;
-webkit-border-radius: 0px !important;
box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.08);
-webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.08);
overflow: hidden;
}
.sticky_post_text_container .post-author,
.sticky_post_text_container .post-name a {
padding: 0 10px;
}
.sticky-posts .bottom {
padding: 15px;
}
.sticky_post_blog_details {
background: white none repeat scroll 0 0;
padding: 15px 10px;
}
.sticky_post_blog_details .post-author {
opacity: 0.8;
} .text-white .post-name a {
color: rgb(255, 255, 255);
}
.text-white .post-name a:hover {
color: rgba(255, 255, 255, 0.8);
}
.text-white .post-category-comment-date {
color: rgba(255, 255, 255, 0.8);
}
.text-white .post-author {
color: rgba(255, 255, 255, 0.8);
}
.text-white .post-tags a {
color: rgba(255, 255, 255, 1);
}
.text-white .post-comments a {
color: rgba(255, 255, 255, 1);
}
.text-white .post-excerpt p {
color: rgba(255, 255, 255, 0.8);
}
.text-white .more-link {
color: rgba(255, 255, 255, 1);
}
.text-white .more-link:hover {
color: rgba(255, 255, 255, 0.8);
} .related_blog_details {
padding: 15px;
}
.related_blog_custom.text-white .post-excerpt {
color: rgba(255, 255, 255, 0.8);
}
.related_blog_custom.text-white .post-author {
border: medium none;
}
.related_blog_custom.text-white .post-name {
color: rgb(255, 255, 255);
margin: 0;
line-height: normal;
}
.related_blog_custom {
border-radius: 0px;
-webkit-border-radius: 0px;
box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.08);
-webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.08);
overflow: hidden;
} .single.single-post .article-header .article-details .wp-post-image {
margin-bottom: 40px;
}
.single.single-post .article-header .article-details .post-title {
font-size: 18px;
text-transform: uppercase;
margin-top: 8px;
}
.single.single-post .article-header .article-details .single-post-tags {
margin-top: 0px;
}
.single-post .single-post-article-header {
position: relative;
}
.single-post-holder {
background: rgba(36,38,35, 0.4) none repeat scroll 0 0;
height: 100%;
left: 0;
opacity: 1;
position: absolute;
text-align: center;
top: 0;
transition: all 400ms ease 0s;
-webkit-transition: all 400ms ease 0s;
width: 100%;
}
.inside-holder {
padding: 15% 0;
}
.single-post-social > div {
display: inline;
margin: 0 10px;
}
.single-post-social > div > i {
margin: 0 5px;
}
.single-post-holder .single_post_title {
clear: both;
color: white;
display: block;
font-size: 55px;
margin: 0 auto;
}
.single-post-social .single-post-shares {
border: 1px solid;
padding: 10px 15px;
}
.single-post-social {
color: #ffffff;
padding: 30px 0;
}
.single_tax::after {
content: ",";
color: #000;
opacity: 0.5;
}   
.single_tax:last-child::after {
content: "";
}   
.article-content {
margin-bottom: 20px;
padding-bottom: 20px;
}
.single-post .article-content{
padding-bottom: 0px;
margin-bottom: 0px;
}
.upper-overlay {
margin-top: 90px;
}
.single-post .header-title-breadcrumb-overlay p{
margin-top: 15px ;
}
.single-post .header-title-breadcrumb-overlay p a {
color: #606060 !important;
font-weight: 600;
}
.header-title-breadcrumb-overlay .breadcrumbs-ovelay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.article-footer {
overflow: hidden;
padding: 20px 0;
}
.article-tags-comments .article-comments {
margin: 0;
padding: 0;
}
.article-tags i {
margin-right: 8px;
}
.article-tags-comments {
color: rgb(153, 171, 183);
}
.post-category-comment-date span {
margin: 0px 10px;
}
.post-category-comment-date span a {
font-weight: 300;
opacity: 1;
}
.article-details .post-author {
border-bottom: 0 none;
padding-bottom: 0;
}
.article-tags-comments {
border-top: 1px solid rgb(229, 236, 239);
border-bottom: 1px solid rgb(229, 236, 239);
color: rgb(153, 171, 183);
margin: 10px 0;
overflow: hidden;
padding: 10px 0;
}
.article-categories > h3 {
color: #666666;
display: inline;
font-size: 16px;
margin: 0;
}
.article-categories i {
margin-right: 3px;
}
.categories {
color: #6d7a83;
display: inline;
font-size: 15px;
width: auto;
}
.article-categories {
}
.article-categories a {
color: rgb(0, 0, 0);
}
.social-sharer li:hover a {
color: #fff;
}
.social-sharer li a {
color: #fff;
display: block;
line-height: normal;
transition: all 300ms;
-o-transition: all 300ms;
-ms-transition: all 300ms;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
line-height: 120%;
}
.social-sharer > li.facebook{
background: #3b5999;
}
.social-sharer > li.twitter{
background: #34CBFF;
}
.social-sharer > li.google-plus{
background: #D14836;
}
.social-sharer > li.linkedin{
background: #01669A;
}
.social-sharer > li.reddit{
background: #6FC2FD;
}
.social-sharer > li.tumblr{
background: #2D5770;
}
.social-sharer > li.pinterest{
background: #B30610;
}
.social-sharer > li {
background: none repeat scroll 0 0 #d7dbdd;
display: block;
float: left;
margin: 0 5px 0 0;
padding: 8px 12px;
text-align: center;
width: 40px;
transition: all 300ms;
-o-transition: all 300ms;
-ms-transition: all 300ms;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
}
.right-side-sharer .article-social {
margin: 0;
}
.right-side-sharer .social-sharer > li {
background: transparent !important;
text-align: left;
width: 100%;
}
.right-side-sharer .social-sharer li a:hover {
color: rgba(0, 0, 0,.75);
}
.right-side-sharer .social-sharer li a {
color: rgba(0, 0, 0, 0.75);
display: inline;
}
.right-side-sharer .social-sharer li a:hover {
color: rgb(0, 0, 0);
}
.article-social {
margin-top: 30px;
}
.social-sharer {
display: inline;
margin: 0;
padding: 0;
}
.article-social > h3 {
display: inline;
float: left;
margin: 0 15px 0 0;
}
.author-bio .author-thumbnail {
margin: 0;
}
.author-thumbnail p {
margin: 0;
}
.author-bio {
background: rgb(40, 40, 40) none repeat scroll 0 0;
border-radius: 0px;
margin-top: 60px;
overflow: hidden;
padding: 30px 30px 30px 15px;
}
.author-name {
margin-top: 20px;
padding: 0 15px;
}
.author-name span:first-child {
color: rgb(181, 185, 189);
}
.author-name span {
display: block;
font-size: 16px;
font-weight: 300;
width: 100%;
}
.author-job {
color: #666666;
}
.author-biography {
color: rgb(181, 185, 189);
font-size: 16px;
font-style: italic;
line-height: 150%;
}
.author-see-more {
border: 1px solid rgb(181, 185, 189);
border-radius: 0px;
color: rgb(181, 185, 189);
display: inline-table;
margin-top: 10px;
font-weight: 300;
font-size: 13px;
padding: 8px 12px;
transition: all 300ms ease-in-out 0ms;
-o-transition: all 300ms ease-in-out 0ms;
-moz-transition: all 300ms ease-in-out 0ms;
-webkit-transition: all 300ms ease-in-out 0ms;
-ms-transition: all 300ms ease-in-out 0ms;
}
.author-see-more:hover {
background: rgb(235, 236, 237) none repeat scroll 0 0;
border: 1px solid rgba(0, 0, 0, 0);
color: rgb(0, 0, 0);
font-weight: 300;
}
.author-see-more:hover{
}
.author-links {
right: 15px;
top: 15px;
}
.author-links .rotate45 {
float: left;
margin: 8px 1px 8px 14px;
width: 33px;
}
.author-links .rotate45 a {
color: #ffffff;
display: block;
transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
}
.single-mt_house .related-posts {
margin: 70px 0;
margin-top: 84px;
}
.related-posts {
margin: 90px 0;
}
.more-link {
display: block;
margin-top: 10px;
}  .search h2.page-title {
font-weight: bold;
}
.search .page-title {
color: #000000;
text-align: center;
}
.comment-list .comment .comment-meta.commentmetadata.col-md-11.comment_body{
padding-left: 25px;
}
.comment-list .comment {
overflow: hidden;
list-style: none;
}
.comment.even.thread-even,
.comment.odd.thread-odd {
list-style: none;
padding-bottom: 40px;
margin-bottom: 0px;
}
.comments_holder {
background-color: #f7f7f7;
}
#comments .comment_author {
margin: 0;
}
#comments .col-avatar {
position: relative;
display: block;
top: 10px;
left: 0;
float: left;
}
#comments .col-comment-body {
padding: 0 0 0 15px;
overflow: hidden;
}
.comment-body {
border: 1px solid #ddd;
padding: 30px;
}
#comments .children {
overflow: auto;
margin: 0;
padding-left: 30px;
}
#comments .comment-meta .comment-author,
#comments .comment-meta .author_name  {
font-size: 17px;
color: #252525;
}
#comments .comment-meta .comment-author a {
color: #fff;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
}
#comments .comment-meta .comment-author a:hover {
color: #fff;
}
#comments .comment-meta p {
margin-bottom: 15px;
margin-top: 10px;
}
.comments-pingbacks-tracebacks .comment-edit-link {
color: #fff !important;
margin-left: 20px !important;
line-height: 10px;
padding: 5px 12px;
}
.comment #respond #commentform .form-submit button {
margin-bottom: 0;
}
#commentform .comment-form-rating {
margin-top: 20px;
}
body .comment-list .trackback:first-child, 
body .comment-list .pingback:first-child{
margin-top: 30px;
}
body .comment-list .trackback, 
body .comment-list .pingback {
margin-top: 40px;
margin-bottom: 40px;
}
.trackback .comment-metadata,
.pingback .comment-metadata {
margin-top: 0;
}
.comment-metadata {
margin-top: 15px;
}
#comments .comment-author span {
font-weight: 600;
font-size: 17px;
color: #151515;
}
#comments .comment-content.entry-content {
margin-top: 20px;
margin-bottom: 20px;
}
#comments time {
color: #686868;
font-style: italic;
font-weight: 300;
}
.comment-list .trackback, .comment-list .pingback, .comment-list .comment {
margin-top: 20px;
margin-bottom: 20px;
}
#comments .pingback .comment-meta .comment-author a {
vertical-align: bottom;
}
#commentform .form-submit button {
background-color: #FD75B4;
text-align: center;
padding: 10px 20px;
line-height: 18px;
color: #fff;
font-size: 12px;
display: block;
transition: all 400ms ease 0s;
-webkit-transition: all 400ms ease 0s;
font-weight: 600;
outline: 0;
border: 0;
margin-bottom: 8px;
text-transform: uppercase;
border-radius: 2px;
}
#commentform .form-submit button:hover {
background-color: #151515;
}
.logged-in .form-comment {
padding: 0;
width: 100%;
}
.comment .comment-respond {
margin: 55px 0 40px !important;
padding-bottom: 25px;
padding: 0px !important;
box-shadow: none !important;
}
.comment .comment .comment-respond {
padding-bottom: 0px !important;
}
.author-bio .avatar.photo {
float: left;
}
.avatar.photo {
max-width: 50px;
height: auto;
border-radius: 50px;
-webkit-border-radius: 50%;
}
.comments-area .single_comment:first-child {
border-top: 0 none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
.single_comment:last-child {
border-bottom: none !important;
}
.single_comment {
border-radius: 0px;
border-bottom: 1px solid rgb(235, 235, 235) !important;
margin-top: 20px;
overflow: auto;
padding-bottom: 20px !important;
padding-top: 17px !important;
}
.comment-form textarea {
height: 137px;
}
.comment-form input, 
.comment-form textarea {
width: 100%;
padding: 5.5px 15px 5.5px 15px !important;
transition: all 250ms ease;
font-family: Poppins;
background: #F7F8FA;
outline: 0;
border: 1px solid rgb(235, 235, 235) !important;
border-radius: 3px;
}
.comment-form-author {
margin-bottom: 25px;
}
.form-submit input {
color: rgb(255, 255, 255);
padding: 8px 15px;
}
.article-content h3#reply-title{
margin-bottom: 5px !important;
margin-top: 38px;
}
body.single article .article-content p.comment-form-cookies-consent {
margin-bottom: 15px !important;
}
.single-post .comment-respond h3#reply-title{
margin-bottom: 5px !important;
margin-top: 0px;
}
.page .comment-respond h3#reply-title{
margin-bottom: 5px !important;
margin-top: 10px;
}
#commentform .form-submit input[type="submit"] {
background-color: #FD75B4;
box-shadow: 15px 15px 40px #956CFA40 !important;
font-size: 12px !important;
line-height: 18px !important;
font-weight: 600 !important;
padding: 10px 20px !important;
color: #fff !important;
transition: all 250ms ease;
margin-top: 10px;
margin-bottom: 35px;
border-radius: 2px !important;
text-transform: uppercase;
}
#commentform .form-submit input[type="submit"]:hover {
background-color: #151515;
} .prev-next-post {
float: left;
margin-bottom: 70px;
margin-top: 30px;
width: 100%;
}
.prev-next-post .rotate45 {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border: 1px solid #c1c1c1;
width: 36px;
}
.prev-next-post .prev-post a span {
margin-left: 5px;
}
.prev-next-post .next-post a span {
margin-right: 5px;
}
.prev-next-post a span {
font-size: 18px;
font-weight: bold;
position: relative;
top: -6px;
}
.prev-post, .next-post {
padding: 0;
}
.next-post a, .prev-post a {
display: inline-block;
}
.next-post a i, .prev-post a i {
color: #000000;
font-size: 30px;
transition: all 300ms ease-in-out 0ms;
-o-transition: all 300ms ease-in-out 0ms;
-moz-transition: all 300ms ease-in-out 0ms;
-webkit-transition: all 300ms ease-in-out 0ms;
-ms-transition: all 300ms ease-in-out 0ms;
opacity: 0.3;
}
.next-post a i:hover, .prev-post a i:hover {
opacity: 1;
}   .widget_calendar nav.wp-calendar-nav {
background: transparent;
}
.widget_calendar td, .widget_calendar th {
text-align: center;
}
.widget_calendar td#today {
color: #fff;
background-color: #FD75B4;
}
.widget_calendar td#today a {
color: #ffffff;
}
.widget.widget_text .textwidget p img {
margin: 5px 0;
}
.single_post_author_details .single_post_social i {
color: #838d8f;
}
.widgets_v2 .widget_search .search-field {
width: 100%;
}
.widgets_v2 .sidebar-content .widget {
background: #fcfcfc none repeat scroll 0 0;
border: 1px solid #ededed;
padding: 30px;
}
.single_post_author_details {
border: 1px solid #f3f3f3;
padding: 30px 15px;
text-align: center;
}
.single_post_author_details .single_post_author_name {
margin: 0;
padding: 20px;
}
.single_post_author_details .single_post_facebook {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: #f3f3f3 navy #f3f3f3 #f3f3f3;
border-image: none;
border-style: solid none solid solid;
border-width: 1px medium 1px 1px;
padding: 0;
}
.single_post_author_details .single_post_facebook a {
display: block;
padding: 10px;
}
.single_post_author_details .single_post_tweeter {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: #f3f3f3 navy #f3f3f3 #f3f3f3;
border-image: none;
border-style: solid none solid solid;
border-width: 1px medium 1px 1px;
padding: 0;
}
.single_post_author_details .single_post_tweeter a {
display: block;
padding: 10px;
}
.single_post_author_details .single_post_instagram {
border: 1px solid #f3f3f3;
padding: 0px;
}
.single_post_author_details .single_post_instagram a {
display: block;
padding: 10px;
}
.single_post_author_details .single_post_author_page a {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: navy #f3f3f3 #f3f3f3;
border-image: none;
border-style: none solid solid;
border-width: medium 1px 1px;
color: #838d8f;
display: block;
padding: 10px;
}
.widget_address_social_icons .social-links > li {
display: inline-table;
height: 30px;
margin-bottom: 3px;
width: 30px;
}
.widget_address_social_icons {
margin-bottom: 30px;
}
.widget_rss img.rss-widget-icon {
margin-bottom: 2px;
margin-right: 5px;
}
.widget_rss li {
color: #666666;
list-style: outside none none;
margin-bottom: 20px;
font-weight: 300;
}
footer .widget_rss li {
color: #e4e4e4;
}
.widget_rss li a {
font-weight: 600;
}
footer .widget_rss li a {
color: #fff;
}
.widget_rss span.rss-date {
margin-bottom: 10px;
display: inline-block;
}
.rssSummary {
margin-bottom: 10px;
}
.widget_nav_menu ul {
padding-left: 5px;
}
.widget_rss ul {
padding: 0;
}
footer form.search-form {
display: flex;
}
footer form.search-form label {
width: calc(100% - 38px);
}
footer form.search-form label input {
width: 100%;
}
footer form.search-form button.search-submit {
width: 38px;
margin-top: 0;
}
.widget select {
padding: 7px 15px !important;
line-height: 25px;
border: 1px solid rgb(0 0 0 / 0.08);
width: -webkit-fill-available;
background: #F7F8FA;
font-style: normal;
box-shadow: none;
height: 38px;
border-radius: 2px;
background-image: linear-gradient( 45deg,transparent 50%,gray 0),linear-gradient( 135deg,gray 50%,transparent 0),linear-gradient( 90deg,#ccc,#ccc);
background-position: calc(100% - 18px) calc(1em + 1px),calc(100% - 13px) calc(1em + 1px),calc(100% - 2.5em) .5em;
background-size: 6px 5px,6px 5px,0 1.5em;
width: 100%;
background-repeat: no-repeat;
appearance: none !important;
-moz-appearance: none !important;
-o-appearance: none !important;
-webkit-appearance: none !important;
outline: 0 !important;
}
.widget select {
color: #666666;
width: 100%;
border-radius: 2px;
outline: 0;
}
.widget_categories label,
.widget_archive label {
display: none;
}
.widget_address_social_icons .social-links{
margin: 0;
padding: 0;
}
.widget_address_social_icons .social-links a {
color: rgb(255, 255, 255) !important;
display: block;
height: 40px;
padding: 10px 12px;
text-align: center !important;
width: 40px;
} #wp-calendar {
width: 100%;
}
.search-form input#s {
border-right: 0;
border-radius: 4px 0 0 4px;
border: 1px solid #DDDDDD;
font-size: 13px;
margin: 0px !important;
height: 38px !important;
outline: 0 !important;
padding: 8px !important;
background: #F7F8FA;
height: 38px;
box-shadow: none;
flex-basis: 86%;
border-right: 0;
box-sizing: border-box;
}
.sidebar-content .widget_search label {
width: calc(100% - 38px);
float: left;
}
.sidebar-content .widget_search label input {
width: 100%;
padding: 10px 0px !important;
background: transparent;
}
.sidebar-content .widget_search .search-submit {
border-radius: 0 4px 4px 0;
border: 0 none;
background: #FD75B4;
color: #fff;
width: 38px;
height: 38px;
text-align: center;
margin: 0 !important;
box-sizing: border-box;
outline: none !important;
transition: all .25s ease;
}
.wp-caption-text {
font-weight: 400;
opacity: 0.6;
padding-top: 4px;
margin-bottom: 30px;
color: #252525;
}
.sidebar-content .widget {
float: left;
padding-bottom: 50px;
width: 100%;
font-size: 16px;
}
.sidebar-content .sidebar-social-networks .contact-details {
margin-bottom: 50px;
}
.sidebar-content .widget:last-child {
padding-bottom: 10px;
}
.sidebar-content:not(.header7) {
overflow: hidden;
}
.sidebar-content h3.widget-title,
.sidebar-content h4.post-author {
color: #151515;
font-weight: 600;
margin-top: 0;
font-size: 18px !important;
line-height: 22px !important;
}
.sidebar-content span.job-author {
color: #FD75B4;
font-weight: 500;
}
.sidebar-content h4.post-author {
margin-bottom: 0px;
margin-top: 20px;
}
.sidebar-content .widget:first-child .widget-title {
margin-top: 0;
}
.sidebar-content table {
font-size: 16px;
}
.no-results.not-found .page-title:last-child {
margin-top: 20px;
font-weight: 400;
font-size: 16px;
}
.search-form .screen-reader-text {
display: none;
}
.widget_search .search-field {
border:0;
font-weight: 300;
padding: 10px;
border-radius: 0px;
outline: 0;
}
.widget_toggles .panel-body,
.testimonials_slider .testimonial-content span,
.widget_popular_recent_tabs .post-description{
font-weight: 300;
}
.widget_pages li,
.widget_categories .cat-item li {
list-style: outside none none !important;
}
#wp-calendar th,
#wp-calendar td, 
#wp-calendar caption,
.widget_search .search-field,
.widget_toggles .panel-body,
.testimonials_slider .testimonial-content span,
.widget_popular_recent_tabs .post-description,
.textwidget{
color: #606060;
} .tagcloud > a:hover{
border-color: transparent;
}
.tagcloud > a {
font-size: 14px !important;
background: transparent !important;
color: rgba(255, 255, 255, 0.9);
display: block;
float: left;
border: 1px solid;
font-weight: 300;
margin-bottom: 6px;
margin-right: 5px;
padding: 6px 12px;
text-decoration: none;
transition: all 300ms ease-in-out 0ms;
-o-transition: all 300ms ease-in-out 0ms;
-moz-transition: all 300ms ease-in-out 0ms;
-webkit-transition: all 300ms ease-in-out 0ms;
-ms-transition: all 300ms ease-in-out 0ms;
}
.sidebar-content .tagcloud > a {
background: rgb(51, 51, 51) none repeat scroll 0 0;
color: #666666;
padding: 5px 10px;
font-size: 16px !important;
border-radius: 3px;
}
.sidebar-content .textwidget p{
font-size: 16px;
margin-bottom: 15px;
}
.tagcloud > a:hover,
.sidebar-content .tagcloud > a:hover {
color: #fff;
} .widget_toggles .panel-heading {
padding: 0;
}
.widget_toggles .panel-heading a {
display: block;
padding: 10px 15px;
}
.widget_toggles .panel-heading a.collapsed::after {
content: "\f067";
font-family: 'FontAwesome';
position: absolute;
right: 12%;
}
.widget_toggles .panel-heading a::after {
content: "\f068";
font-family: 'FontAwesome';
position: absolute;
right: 12%;
} .testimonials_slider .testimonial-content {
color: #666666;
}
.testimonial-client-details {
margin-top: 15px;
}
.testimonials_slider .testimonial-content:after {
bottom: 28px;
left: 50px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-top-color: #f1f1f1;
border-width: 13px;
margin-left: -30px;
}
.testimonials_slider .testimonial-content span {
background: none repeat scroll 0 0 #f1f1f1;
display: block;
padding: 15px;
} .widget_popular_recent_tabs .nav-tabs > li > a{
margin: 0;
text-align: center;
}
.widget_popular_recent_tabs .nav-tabs > li{
width: 50%;
}
.widget_popular_recent_tabs .nav-tabs > li.active {
border-top: 5px solid;
}
.widget_popular_recent_tabs .nav-tabs li.active a {
background: none repeat scroll 0 0 #ffffff;
border: 0 none;
}
.widget_popular_recent_tabs .nav-tabs li a {
background: none repeat scroll 0 0 #ecf0f2;
border-top: 5px solid #ecf0f2;
color: #666666;
outline: medium none;
border-bottom: 0 none;
}
.widget_popular_recent_tabs .widget_body {
border-left: 1px solid #e1e4e7;
border-right: 1px solid #e1e4e7;
border-bottom: 1px solid #e1e4e7;
}
.widget_popular_recent_tabs .tab-content {
padding: 15px;
}
.widget_popular_recent_tabs .recent-post,
.widget_popular_recent_tabs .popular-post {
margin-bottom: 20px;
}
.widget_popular_recent_tabs .recent-post:last-child,
.widget_popular_recent_tabs .popular-post:last-child {
margin-bottom: 0;
}
.widget_popular_recent_tabs .post-title {
font-size: 16px;
margin-top: 5px;
}
.widget_popular_recent_tabs .post-date {
color: #666666;
margin-bottom: 5px;
margin-left: 0;
}
.sidebar-content .widget_nav_menu li,
.widget_recent_entries li {
padding-left: 12px;
position: relative;
}
.sidebar-content .widget_nav_menu li::before,
.widget_recent_entries li::before {
content: "???";
font-family: 'fontawesome';
left: 0;
margin-right: 8px;
position: absolute;
}
.sidebar-content .widget_nav_menu .menu{
padding: 0;
}
.sidebar-content .widget_nav_menu li{
margin-bottom: 5px;
}
.sidebar-content .widget_nav_menu li,
.sidebar-content .widget_nav_menu a {
display: block;
color: #666666;
width: 100%;
text-align: left;
} .tooltip-effect-1 .tooltip-content {
-webkit-transform: translate3d(20px,-10px,0);
transform: translate3d(20px,-10px,0);
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: opacity 0.3s, transform 0.3s;
}
.tooltip_share {
display: inline;
position: relative;
z-index: 999;
} .tooltip-item {
cursor: pointer;
display: inline-block;
font-weight: 700;
} .tooltip-item::after {
content: '';
position: absolute;
width: 360px;
height: 20px;
bottom: 100%;
left: 50%;
pointer-events: none;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.tooltip_share:hover .tooltip-item::after {
pointer-events: auto;
} .tooltip-content {
position: absolute;
z-index: 9999;
width: 120px;
left: 50%;
margin: 0;
bottom: 100%;
text-align: left;
font-size: 0.765em;
line-height: 1.4;
box-shadow: -5px -5px 15px rgba(48,54,61,0.2);
background: #2a3035;
opacity: 0;
cursor: default;
pointer-events: none;
}
.tooltip_share:hover .tooltip-content {
pointer-events: auto;
opacity: 1;
-webkit-transform: translate3d(20px, 3px, 0px) rotate3d(0,0,0,0);
transform: translate3d(20px, 3px, 0px) rotate3d(0,0,0,0);
} .tooltip-content::after {
content: '';
top: 100%;
left: 50%;
border: solid transparent;
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: transparent;
border-top-color: #6CDFEA;
border-width: 10px;
margin-left: -10px;
} .tooltip-text {
color: rgb(255, 255, 255);
display: block;
font-size: 15px;
padding: 0;
overflow: hidden;
}
.shortcode_post_content .text_content .post-download-icons .tooltip-content a {
float: left;
border-radius: 0;
width: 33.3333%;
}
.shortcode_post_content .text_content .post-download-icons .tooltip-content a.twitter {
background: #6CDFEA;
}
.shortcode_post_content .text_content .post-download-icons .tooltip-content a.twitter:hover {
background: #50d9e6;
}
.shortcode_post_content .text_content .post-download-icons .tooltip-content a.facebook {
background: #3B5998;
}
.shortcode_post_content .text_content .post-download-icons .tooltip-content a.facebook:hover {
background: #344f87;
}
.shortcode_post_content .text_content .post-download-icons .tooltip-content a.google-plus {
background: #E34429;
}
.shortcode_post_content .text_content .post-download-icons .tooltip-content a.google-plus:hover {
background: #d3361b;
}
ul.share-social-links {
list-style-type: none;
padding: 0;
}
.share-social-links li {
float: left;
text-align: center;
border-radius: 0px;
margin-right: 10px;
margin-bottom: 10px;
}
.share-social-links li a {
color: #FFF;
height: 30px;
width: 45px;
display: block;
font-size: 21px;
border-radius: 0px;
}
.share-social-links li.facebook a{
background-color: #3B5998;
}
.share-social-links li.twitter a{
background-color: #39A9E0;
}
.share-social-links li.linkedin a{
background-color: #007FB1;
}
.share-social-links li.googleplus a{
background-color: #D14836;
}
.share-social-links li.digg a{
background-color: #14589E;
}
.share-social-links li.pinterest a{
background-color: #CB2027;
}
.share-social-links li.reddit a{
background-color: #FF4500;
}
.share-social-links li.stumbleupon a{
background-color: #EB4924;
}
.widget_social_share {
width: 100%;
display: inline-block;
margin: 10px 0;
} .sidebar-content .widget_nav_menu > ul,
.widget_recent_entries > ul,
.widget_pages > ul,
.widget_meta > ul,
.widget_archive > ul,
.widget_categories > ul {
list-style: outside none none;
padding-left: 0;
}
.recentcomments::before,
.widget_recent_entries li::before{
content: "\f105";
font-family: fontawesome;
margin-right: 8px;
}
.recentcomments {
list-style: outside none none;
padding-bottom: 12px;
}
.widget_recent_comments > ul{
padding: 0;
margin-bottom: 5px;
}
.widget_recent_comments > ul, .widget_nav_menu li, .widget_nav_menu li a, .sidebar-content .widget_nav_menu li, .sidebar-content .widget_nav_menu li a, .widget_recent_entries li, .widget_recent_entries li a, .widget_pages li, .widget_pages li a, .widget_meta li, .widget_meta li a, .widget_archive li, .widget_archive li a, .widget_recent_comments li a, .widget_categories .cat-item, .widget_categories li a {
color: #666666;
font-weight: 300;
font-size: 16px;
transition: all 300ms ease-in-out 0ms;
-o-transition: all 300ms ease-in-out 0ms;
-moz-transition: all 300ms ease-in-out 0ms;
-webkit-transition: all 300ms ease-in-out 0ms;
-ms-transition: all 300ms ease-in-out 0ms
}
.widget_recent_comments li a {
font-weight: 400;
}
.widget_tikidocs_recent_entries_with_thumbnail li {
list-style: outside none none;
margin: 0 0 15px;
}
.widget_tikidocs_recent_entries_with_thumbnail li a {
color: #252525;
font-weight: 500;
transition: all 300ms ease-in-out 0ms;
-o-transition: all 300ms ease-in-out 0ms;
-moz-transition: all 300ms ease-in-out 0ms;
-webkit-transition: all 300ms ease-in-out 0ms;
-ms-transition: all 300ms ease-in-out 0ms
}
.widget_tikidocs_recent_entries_with_thumbnail li:hover  a {
color: #B6BF68;
}
.widget_tikidocs_recent_entries_with_thumbnail li .post-details a {
padding-top: 8px;
}
.sidebar-content .widget_nav_menu li{
position: relative;
} .tweet-title .col-md-2 {
margin: 0;
padding: 2px 0;
width: 25px;
border-radius: 0px;
-webkit-border-radius: 0px;
}
.tweeter-profile {
opacity: 0.5;
padding-left: 10px;
}
.tweet-body {
margin-top: 5px;
color: rgba(0, 0, 0, 0.8);
}
.tweet-body a{
font-style: italic;
}
.tweets .tweet {
border-bottom: 1px solid rgb(225, 228, 231);
margin-bottom: 15px;
padding-bottom: 15px;
}
.tweets .tweet:last-child {
border: 0 none;
margin: 0;
}
.tweets-profile-url {
border-bottom: 1px solid #e1e4e7;
border-top: 1px solid #e1e4e7;
padding: 10px 0;
} .widget_tikidocs_recent_entries_with_thumbnail > ul {
padding: 0;
}
.widget_recent_entries > ul {
padding: 0;
}
.widget_tikidocs_recent_entries_with_thumbnail li:hover .thumbnail-overlay{
opacity: 1
}
.widget_recent_entries li:hover .thumbnail-overlay{
opacity: 1
}
.thumbnail-overlay {
height: 100%;
left: 0;
top: 0;
width: 100%;
opacity: 0;
transition: all 300ms ease-in-out 0ms;
-o-transition: all 300ms ease-in-out 0ms;
-moz-transition: all 300ms ease-in-out 0ms;
-webkit-transition: all 300ms ease-in-out 0ms;
-ms-transition: all 300ms ease-in-out 0ms;
}
.thumbnail-overlay i {
color: rgb(255, 255, 255);
font-size: 16px;
left: 38%;
top: 38%;
}
.widget_tikidocs_recent_entries_with_thumbnail a {
color: rgba(255, 255, 255, 1);
text-decoration: none;
display: block;
transition: all 300ms ease-in-out 0ms;
-o-transition: all 300ms ease-in-out 0ms;
-moz-transition: all 300ms ease-in-out 0ms;
-webkit-transition: all 300ms ease-in-out 0ms;
-ms-transition: all 300ms ease-in-out 0ms;
}
.widget_recent_entries a {
color: rgba(255, 255, 255, 1);
text-decoration: none;
display: block;
transition: all 300ms ease-in-out 0ms;
-o-transition: all 300ms ease-in-out 0ms;
-moz-transition: all 300ms ease-in-out 0ms;
-webkit-transition: all 300ms ease-in-out 0ms;
-ms-transition: all 300ms ease-in-out 0ms;
}
.widget_tikidocs_recent_entries_with_thumbnail .post-date {
border-radius: 0px;
color: #666666;
font-size: 15px;
font-weight: 300;
margin: 0;
padding: 5px 0;
}
.widget_recent_entries .post-date {
color: #6d7a83;
margin: 0;
}
.widget_tikidocs_recent_entries_with_thumbnail .post-thumbnail {
padding: 0;
overflow: hidden;
border-radius: 0px;
-webkit-border-radius: 0px;
}
.widget_recent_entries .post-thumbnail {
padding: 0;
overflow: hidden;
}
.related-posts.sticky-posts .rotate45_back {
padding: 0;
width: 56px;
}
.related-posts.sticky-posts .rotate45_back1 {
padding: 0;
width: 56px;
}
.slider_navigation{
position: absolute;
width: 100%;
bottom: calc(40%);
z-index: 1;
}
.slider_navigation .btn {
background: transparent;
border: 0 none;
transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
color: #ffffff;
}
.slider_navigation .btn i {
font-size: 25px;
}
.slider_navigation .btn:hover{
opacity: 0.85;
}
.hephaistos .tp-bullet:hover, 
.hephaistos .tp-bullet.selected {
background: rgb(255, 255, 255) none repeat scroll 0 0;
border: 0 none;
padding: 3px;
}
.hephaistos .tp-bullet {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 2px solid rgb(255, 255, 255);
padding: 1px;
} .flickr_badge_image {
float: left;
margin-bottom: 5px;
margin-right: 5px;
overflow: hidden;
border-radius: 0px;
position: relative;
}
.flickr_badge_image:hover .thumbnail-overlay {
opacity: 1;
}
.flickr_badge_image a {
display: block;
position: relative;
}
.flickr_badge_image a::before {
color: rgb(255, 255, 255);
content: "???";
cursor: pointer;
font-family: "FontAwesome";
font-size: 18px;
left: 39%;
opacity: 0;
position: absolute;
top: 37%;
transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
z-index: 2;
}
.flickr_badge_image a::after {
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
opacity: 0;
transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
}
.flickr_badge_image a:hover::before,
.flickr_badge_image a:hover::after{
opacity: 1;
} .left_sidebar h1.widget-title,
.left_sidebar h3.widget-title,
.left_sidebar .widget-title,
.right_sidebar h1.widget-title,
.right_sidebar h3.widget-title,
.right_sidebar .widget-title {
color: #000000;
padding-bottom: 5px;
}
h1.widget-title,
h3.widget-title,
.widget-title {
color: #ffffff;
} .latest-posts h3, .latest-tweets h3 {
color: #ffffff;
font-size: 16px;
font-weight: 300;
margin-bottom: 15px;
padding: 12px;
text-align: left;
text-transform: uppercase;
}
.latest-posts h3 .fa, .latest-tweets h3 .fa{
margin-right: 8px;
}
.latest-posts .post-date {
text-align: center;
}
.latest-posts .post-date-month {
color: #ffffff;
font-weight: bold;
padding: 5px;
text-transform: uppercase;
}
.latest-posts .post-date-day {
color: #ffffff;
font-size: 30px;
font-weight: bold;
padding: 5px;
text-transform: uppercase;
}
.latest-posts .single-post {
border-bottom: 1px solid #dadee1;
margin-bottom: 20px;
overflow: hidden;
padding-bottom: 20px;
}
.latest-posts .single-post:last-child {
border-bottom: 0 none;
margin-bottom: 0;
padding-bottom: 0;
}
.latest-posts .post-details {
margin-top: 10px;
opacity: 0.6;
font-size: 12px;
}
.latest-posts .post-details,
.latest-posts .post-name {
padding: 0 15px;
}
.latest-posts .post-name a {
color: #000;
}
.rotate45 {
color: rgb(255, 255, 255);
height: auto;
margin-top: 15px;
padding: 7px 5px;
text-align: center;
width: auto;
}
.single-tweet {
border-bottom: 1px solid rgb(218, 222, 225);
margin-bottom: 20px;
overflow: hidden;
padding-bottom: 20px;
padding-top: 0;
}
.single-tweet:last-child {
border-bottom: 0 none;
}
.tweet-content {
color: rgba(0, 0, 0, 0.7);
padding-bottom: 5px;
}
.tweet-date {
opacity: 0.3;
}   .error404 #primary {
background-image: url(//apiserana.com/wp-content/themes/esio/images/404_full_img.jpg);
background-repeat: no-repeat !important;
background-size: cover !important;
}
.error404 .navbar-header .logo > a:hover,
.error404 .navbar-header .logo > a,
.error404 .no-menu{
color: #fff;
}
.error404 .upper-404 {
margin-bottom: 14%;
}
.error404 header {
background-color: transparent !important;
}
.error404 h2 {
color: #252525;
font-weight: 300;
margin-bottom: 45px;
font-size: 50px;
line-height: 48px;
}
.error404 .upper-404 p {
padding: 0px 100px;
margin-bottom: 60px;
}
.error404 h3.page-title {
color: #777777;
}
.error404 .page-content > img {
display: block;
margin: 0 auto;
}
.error404 .error-404 {
color: #666666;
}
.error-404.not-found h1.page-404-digits {
font-size: 150px;
font-weight: bold;
line-height: 110px;
}
.error404 .blog-posts {
overflow: hidden;
}
.error404 .img-404 {
margin-bottom: 0;
margin-top: 0;
}
body.error404 a.vc_button_404 {
background: #fff;
box-shadow: 3px 11px 11px #aaa3;
color: #fff;
font-weight: 600;
font-size: 12px;
line-height: 18px;
padding: 10px 20px;
-webkit-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out 0s;
position: relative;
text-transform: uppercase;
border-radius: 2px;
}
body.error404 a.vc_button_404:hover {
background-color: #151515;
}
.error404 .upper-404 {
margin-top: 10%;
padding: 0;
}
.error404 .upper-404 span {
color: #959499;
font-size: 14px;
}
.title-big-top-404 {
color: #000000;
font-size: 40px;
}
.error-return-home.text-center > a {
border: 3px solid;
display: inline-table;
font-size: 16px;
margin-top: 10px;
padding: 10px 20px;
}
.error404 .modeltheme-breadcrumbs {
display: none;
}
.error-return-home.text-center > a:hover{
color: white;
}
.elementor-progress-wrapper {
box-shadow: 15px 15px 40px #0000001A;
} .elementor-text-editor ul.esio-pricing {
padding: 0;
padding-top: 20px;
margin-top: 25px;
list-style: none;
text-align: left;
border-top: 1px solid #e2e4e7;
}
.elementor-text-editor ul.esio-pricing-v2 {
padding-left: 32px;
margin-top: 25px;
list-style: none;
text-align: left;
}
.elementor-text-editor ul.esio-pricing li {
font-weight: 500;
font-family: Poppins;
color: #1c1c25;
font-size: 16px;
line-height: 40px;
margin-bottom: 8px;
}
.elementor-text-editor ul.esio-pricing-v2 li {
font-weight: 400;
font-family: Poppins;
color: #162441;
font-size: 16px;
line-height: 30px;
margin-bottom: 8px;
}
.elementor-text-editor ul.esio-pricing-v2.dark li {
color: #fff;
}
.elementor-text-editor ul.esio-pricing li::after {
content: '\f00c';
font-family: 'Font Awesome 5 Free';
background: transparent !important;
font-weight: 600;
font-size: 12px;
float: right;
right: 0;
color: red;
}
.elementor-text-editor ul.esio-pricing-v2 li::after {
content: '\f00c';
font-family: 'Font Awesome 5 Free';
background: transparent !important;
font-weight: 600;
font-size: 16px;
float: right;
left: 0;
color: #162441;
position: absolute;
}
.elementor-text-editor ul.esio-pricing-v2.dark li::after {
color: #fff;
}
@media (max-width: 991px) {
.elementor-text-editor ul.esio-pricing-v2 li {
position: relative;
line-height: 22px;
}
.elementor-text-editor ul.esio-pricing-v2 li::after {
left: -30px;
top: 0;
}
}
button.search-submit {
background: #252525;
color: #fff;
box-shadow: none;
outline: 0;
border: 0;
padding: 10px 14px;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-o-transition: all 250ms ease;
height: 38px;
}
.overlay-service-box:hover {
transform: scale(1.01);
-moz-transform: scale(1.01);
-ms-transform: scale(1.01);
cursor: pointer;
}
.overlay-service-box {
box-shadow: 20px 37px 102px rgba(0, 0, 0, 0.098);
border-radius: 11px;
transition: all 250ms ease;
-ms-transition: all 250ms ease;
-webkit-transition: all 250ms ease;
}
.overlay-service-box:hover {
box-shadow: 20px 37px 102px rgba(0, 0, 0, 0.2);
cursor: pointer;
transform: translateY(-10px);
-moz-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-webkit-transition: all 250ms ease;
transition: all 250ms ease;
}   .vc_col-md-9.main-content .clients-container img {
width: 85%;
}
.clients-container .item > img {
display: block;
margin: 0 auto;
width: 70%;
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); filter: gray; -webkit-filter: grayscale(100%); }
.clients-container .item > img:hover {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
transition: all 100ms ease-in-out 0s;
-o-transition: all 100ms ease-in-out 0s;
-moz-transition: all 100ms ease-in-out 0s;
-webkit-transition: all 100ms ease-in-out 0s;
-ms-transition: all 100ms ease-in-out 0s;
}
.clients-slider .gallery-item img {
filter: grayscale(1);
opacity: .6;
padding-left: 0px;
padding-right: 15px;
}
.clients-slider .gallery-item img:hover {
filter: none;
}
.clients-slider .gallery {
margin: 0;
}
.clients-slider .gallery .gallery-item:not(:last-of-type) {
margin-bottom: 15px !important;
} .wpb_accordion_content .post-comment {
color: #666666;
}
.navigation.posts-navigation {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
float: left;
width: 100%;
}
.edit-link .vc_inline-link::before {
color: #000000;
content: "/ ";
}
#primary .main-content ul.modeltheme-slider li.single-slide.selected {
position: relative;
}
#primary .main-content ul.modeltheme-slider li.single-slide:before{
display: none;
}
#primary .main-content ul.modeltheme-slider li.single-slide {
position: absolute;
}
.page .modeltheme-slider-wrapper .modeltheme-slider li:before {
display: none;
}
.page .modeltheme-item-info .desc {
opacity: 0.6;
}
.modeltheme-slider-wrapper .modeltheme-slider li {
margin: 0 !important;
}
.masonry_banner.masonry-brick {
width: 45%;
}
.masonry_banners img {
height: auto;
width: 100%;
}
.masonry_banners.banners_column {
overflow: hidden;
}
.banners_column > .vc_col-md-6 {
padding: 0;
}
.masonry_banner {
margin: 2.5px;
margin-bottom: 5px;
}
.sale_banner .sale_banner_holder::before,
.sale_banner .sale_banner_holder::after {
position: absolute;
top: 20px;
right: 20px;
bottom: 20px;
left: 20px;
content: '';
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.sale_banner .sale_banner_holder::before {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: scale(0,1);
transform: scale(0,1);
}
.sale_banner .sale_banner_holder::after {
border-right: 1px solid #fff;
border-left: 1px solid #fff;
-webkit-transform: scale(1,0);
transform: scale(1,0);
}
.sale_banner:hover .sale_banner_holder:before,
.sale_banner:hover .sale_banner_holder:after{
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
}
.sale_banner_holder {
border: 1px solid rgba(0, 0, 0, 0);
display: block;
height: 100%;
padding: 20px;
position: absolute;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
text-align: center;
top: 0;
width: 100%;
}
.sale_banner_holder{
border: 0 none;
}
.sale_banner_holder a {
border: 1px solid rgba(255, 255, 255, 0.8);
color: rgb(255, 255, 255);
padding: 10px 15px;
text-transform: uppercase;
}
.banner_holder {
position: absolute;
top: 65%;
width: 93%;
z-index: 1;
}
.categories .category {
display: inline-table;
margin-right: 30px;
}
.categories .category:last-child {
margin-right: 0;
}
.categories_shortcode {
display: block;
width: 90%;
margin: 0 auto;
}
.categories_shortcode .owl-controls {
height: 0;
margin: 0;
position: absolute;
text-align: left;
top: 30%;
width: 100%;
}
.categories_shortcode .owl-controls .owl-buttons {
height: 0;
}
.categories_shortcode h5 {
font-size: 16px;
margin: 5px 0 0;
text-align: center;
text-transform: uppercase;
}
.categories_shortcode .owl-controls .owl-buttons .owl-next {
position: absolute;
right: 0;
}
.categories_shortcode .owl-controls .owl-buttons i {
background-color: #94a1a9;
border-radius: 50%;
height: 25px;
padding: 7px;
width: 25px;
}
.categories_shortcode .owl-controls .owl-buttons div {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
margin: 0;
padding: 0;
}
.categories_shortcode a {
cursor: pointer;
}
.categories_shortcode .category{
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); filter: gray; -webkit-filter: grayscale(100%); width: 100%;
}
.categories_shortcode .category img {
display: block;
margin: 0 auto;
text-align: center;
opacity: 0.5;
}
.categories_shortcode .category.active,
.categories_shortcode .category:hover{
filter: none;
-webkit-filter: grayscale(0%);
}
.wpb_button.btn-filled:before,
.wpb_button.btn-filled:after{
display: none;
}
.wpb_button.btn-filled.btn-filled-gray:hover,
.wpb_button.btn-filled.btn-filled-gray{
background: #7f8c8d;
color: #fff !important;
}
.wpb_button.btn-filled {
padding: 15px 20px !important;
font-size: 17px !important;
}
.wpb_button.btn-filled:hover,
.wpb_button.btn-filled{
background: white;
}
.form-control,
.wpb_button,
#modeltheme-main-head,
#contact_form .button[type="submit"],
#contact-us .form-control,
.search-field,
.btn-lg, 
.btn-group-lg>.btn,
.btn,
pre,
.slider_navigation .btn,
.widget_popular_recent_tabs .nav-tabs li a,
.thumbnail,
.widget_toggles .panel-group .panel,
.panel,
.panel-heading{
border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
::i-block-chrome, .widget_search .search-field{
border-radius: 0px !important;
-webkit-border-radius: 0px !important;
}
.model-icon .eael-creative-button,
.model-icon .eael-creative-button:hover,
.blog-posts-shortcode.blog-posts .list-view .post-details .post-excerpt .more-link,
.blog-posts-shortcode.blog-posts .list-view .post-details .post-excerpt .more-link:hover,
.sub-btn .eael-creative-button,
.sub-btn .eael-creative-button:hover,
.contact-tikidocs.vers-2 .wpcf7-submit,
.contact-tikidocs.vers-2 .wpcf7-submit:hover,
.contact-proposal .wpcf7-submit,
.contact-proposal .wpcf7-submit:hover {
transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
}
.contact-tikidocs.vers-2 .wpcf7-submit,
.contact-proposal .wpcf7-submit,
.blog-posts-shortcode.blog-posts .list-view .post-details .post-excerpt .more-link {
color: #fff;
background-color: #FD75B4;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-ms-transition: all 250ms ease;
transition: all 250ms ease;
}
.model-icon.color .eael-creative-button{
background: #fff;
}
.model-icon .eael-creative-button:hover,
.contact-tikidocs.vers-2 .wpcf7-submit:hover,
.contact-proposal .wpcf7-submit:hover,
.blog-posts-shortcode.blog-posts .list-view .post-details .post-excerpt .more-link:hover {
background:#fff;
color: #151515;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-ms-transition: all 250ms ease;
transition: all 250ms ease;
}
.blog-posts-shortcode.blog-posts .list-view .post-details .post-excerpt .more-link:hover{
box-shadow: 20px 37px 102px rgba(0, 0, 0, 0.2);
}
.model-icon .eael-creative-button,
.sub-btn .eael-creative-button,
.contact-tikidocs.vers-2 .wpcf7-submit,
.contact-proposal .wpcf7-submit,
.blog-posts-shortcode.blog-posts .list-view .post-details .post-excerpt .more-link{
color: #fff;
border-radius: 2px;
position: relative;
z-index:1;
font-weight: 600;
transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
text-align: center;
}
.contact-tikidocs.vers-2 .wpcf7-submit:focus,
.contact-proposal .wpcf7-submit:focus {
border: none;
outline: none;
}
.model-icon .eael-creative-button:hover,
.contact-tikidocs.vers-2 .wpcf7-submit:hover,
.contact-proposal .wpcf7-submit:hover,
.blog-posts-shortcode.blog-posts .list-view .post-details .post-excerpt .more-link:hover,
.blogloop-v5.blogloop-no-flex.list-view .blog_custom .more-link:hover{
background: #151515;
color: #ffffff;
z-index: 1;
}
.contact-tikidocs.vers-2 .wpcf7-submit:hover,
.contact-proposal .wpcf7-submit:hover{
box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.1);
background:  #fff;
}
.contact-tikidocs.vers-2 .wpcf7-submit,
.contact-tikidocs.vers-2 .wpcf7-submit::after,
.contact-proposal .wpcf7-submit,
.contact-proposal .wpcf7-submit::after,
.blog-posts-shortcode.blog-posts .list-view .post-details .post-excerpt .more-link,
.blog-posts-shortcode.blog-posts .list-view .post-details .post-excerpt .more-link::after,
.blogloop-v5.blogloop-no-flex.list-view .blog_custom .more-link,
.blogloop-v5.blogloop-no-flex.list-view .blog_custom .more-link::after{
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
font-size: 12px;
line-height: 18px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .2px;
}
iframe,
embed,
figure {
max-width: 100%;
}
pre {
background-color: #f9f9f9;
border: 1px solid #e6e6e6;
}
li:hover .hover-components .component a{
background: transparent !important;
}
.parallax-head h1 {
color: #ffffff;
font-size: 70px;
font-weight: bold;
}
.parallax-head h3, .parallax-head h1 {
color: #ffffff;
font-size: 70px;
font-weight: bold;
} .mega_dropdown li a::before,
.mega_dropdown li a::after {
content: "";
display: none;
}
.mega_dropdown .mega_dropdown{
padding-bottom: 15px !important;
} .is-mobile .masonry_banner a::before, 
.is-mobile .masonry_banner a::after,
.is-mobile .sale_banner .sale_banner_holder::before, 
.is-mobile .sale_banner .sale_banner_holder::after{
display: none;
}
.article-header {
background: linear-gradient(94.56deg, #564EC0 -2.22%, #716ACA 101.4%);
color: #fff;
border-radius: 11px;
margin-bottom: 30px;
display: grid;
padding: 10px 20px;
}
.breadcrumb {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
color: #fff;
margin: 0;
padding: 0;
font-size: 16px;
}
.breadcrumb li {
margin-top: 5px;
}
.breadcrumb li a {
font-weight: 400;
font-size: 18px;
color: #fff;
transition: all 300ms ease-in-out 0s;
-o-transition: all 300ms ease-in-out 0s;
-ms-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
-moz-transition: all 300ms ease-in-out 0s;
}
.breadcrumb a:hover {
color: #fff !important;
}
.breadcrumb a::after {
font-weight: 400;
font-size: 18px;
color: #fff;
margin-left: 5px;
}
.breadcrumb a,
.breadcrumb .active,
.breadcrumb > li.paged {
margin-left: 3px;
font-weight: 400;
font-size: 18px;
color: #fff;
}
.breadcrumb > li.paged:before {
font-weight: 400;
font-size: 18px;
color: #fff;
margin-left: 2px;
margin-right: 5px;
content: "/";
}
.header-title-breadcrumb .post-category-date {
margin-bottom: 15px;
font-weight: 300;
}
.woocommerce-checkout .header-title-breadcrumb-overlay,
.woocommerce-cart .header-title-breadcrumb-overlay {
padding: 90px 0 90px;
}
.header-title-breadcrumb-overlay {
background: #606060;
box-sizing: border-box;
padding: 170px 0 190px;
width: 100%;
background-position: right;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}
.header-title-breadcrumb-overlay h1 span {
font-size: 43px;
line-height: 1;
font-weight: 600;
}
.header-title-breadcrumb-overlay h1 {
align-self: center;
color: #fff;
font-size: 50px;
font-weight: 600;
line-height: 100%;
margin: 0 auto;
padding: 10px 0;
text-transform: capitalize;
width: 100%;
}
.single-mt_portfolio .header-title-breadcrumb-overlay{
padding: 70px 0px;
}
.single-member .header-title-breadcrumb-overlay{
padding: 70px 0px 85px;
}
.header-title-breadcrumb .header-group {
width: 100%;
}
.header-group .breadcrumb {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
margin: 0;
}
.header-group .breadcrumb li a,
.header-group .breadcrumb li {
color: #ffffff;
font-size: 16px;
}
.header-group .breadcrumb li {
opacity: 0.8;
}   ::i-block-chrome, #contact-us .form-control{
margin-bottom: 15px;
}
::i-block-chrome, .tp-leftarrow.default,
::i-block-chrome, .tp-rightarrow.default {
top: 45% !important;
}    #sync2 .post_slider_author {
clear: both;
color: #838d8f;
display: block;
font-size: 14px;
}
#sync2 .post_slider_title {
clear: both;
color: #3c3d41;
display: block;
font-size: 13px;
font-weight: bold;
text-transform: uppercase;
}
#sync2 .item.single_post_slider {
border-right: 2px solid #65abd0;
cursor: pointer;
padding-left: 30px;
}
#sync2 {
padding-top: 20px;
}
#sync2 .owl-item:nth-child(4) .item.single_post_slider {
border-right: medium none;
}
#sync1 .item img {
min-width: 100%;
padding-bottom: 0;
}
.post-slider-holder {
background: rgba(36,38,35, 0.4) none repeat scroll 0 0;
height: 100%;
left: 0;
opacity: 1;
position: absolute;
text-align: center;
top: 0;
transition: all 400ms ease 0s;
-webkit-transition: all 400ms ease 0s;
width: 100%;
}
.post-slider-holder .post_slider_title {
clear: both;
color: white;
display: block;
font-size: 55px;
margin: 0 auto;
padding: 15px 0;
}
.post-slider-holder .post_slider_excerpt {
clear: both;
color: #cddfe0;
display: block;
font-size: 30px;
margin: 0 auto;
}
.post-slider-holder .post_slider_read_article {
margin: 0 auto;
padding: 30px 0;
}
.post-slider-holder .post_slider_read_article a {
background-color: #65abd0;
color: #ffffff;
font-size: 18px;
font-weight: bold;
padding: 20px 50px;
} .full-width-posts-slider .owl-theme .owl-controls {
position: absolute;
top: 40%;
width: 100%;
}
.full-width-posts-slider .owl-theme .owl-controls .owl-buttons div {
background: transparent none repeat scroll 0 0;
border: 1px solid white;
border-radius: 40px;
font-size: 30px;
margin: 5px;
opacity: 0.5;
padding: 17px 23px;
}
.full-width-posts-slider .owl-controls.clickable .owl-prev {
left: 5%;
position: absolute;
}
.full-width-posts-slider .owl-controls.clickable .owl-next {
position: absolute;
right: 5%;
}   .image_and_text_holder .text_holder {
background-color: rgba(0, 0, 0, 0.3);
color: white;
font-size: 28px;
padding: 15px;
text-align: center;
text-transform: uppercase;
width: 100%;
margin: 0;
}
.image_and_text_holder {
background-size: 100% auto;
}   .member-holder {
background: rgb(236, 240, 241) none repeat scroll 0 0;
overflow: hidden;
}
.member-holder .post-name {
margin: 15px 0;
}
.member-holder .post-details {
padding: 30px 15px 30px 30px;
}
article.single-post.member {
border-bottom: 0 none;
padding-bottom: 0;
}
.single-member-type {
background: rgb(233, 143, 255) none repeat scroll 0 0;
color: rgb(255, 255, 255);
padding: 2px 6px;
}
.member-holder .post-name a{
color: black;
}
.member-contact-urls > p {
margin: 0;
}
.member-holder .post-thumbnail {
padding-right: 0;
}
.member-contact-urls a {
color: rgb(0, 0, 0);
margin: 0 3px;
}   .single-service-template .services-activities .post-name {
margin-top: 0;
}
.single-service .single-post-article-header {
position: relative;
}
.services-home2 img {
max-width: 45px;
}
.section1-home .btn:after {
font-family: 'FONTAWESOME';
content: '\f178';
color: #34BFA3;
opacity: 1;
position: relative;
}
.single-service .thumbnail-holder {
position: relative;
}
.hover-service-content a {
padding: 10px 15px;
}
.single-service .thumbnail-overlay {
background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
height: 100%;
left: 0;
opacity: 1;
position: absolute;
top: 0;
width: 100%;
}
.our-services .single-service {
margin-bottom: 30px;
}
.thumbnail-overlay > span {
color: rgb(255, 255, 255);
display: block;
left: 15px;
line-height: normal;
opacity: 1;
padding: 4px 8px;
position: absolute;
top: 15px;
visibility: visible;
}
.service-content.bottom-container {
background: rgb(236, 240, 241) none repeat scroll 0 0;
padding: 10px 25px;
}
.service-content.bottom-container > p {
margin: 0 0 10px;
}
.single-service .hover-service-content a {
border-color: rgb(255, 255, 255);
padding: 12px 30px;
margin-top: 9px;
}
.single-service .hover-service-content a,
.single-service .hover-service-content a:hover{
background: transparent;
}
.hover-service-content {
background: rgba(101, 171, 207,.9) none repeat scroll 0 0;
color: rgb(255, 255, 255);
height: 100%;
padding: 15px;
position: absolute;
top: 0;
width: calc(100% - 30px);
text-align: center;
opacity: 0;
visibility: hidden;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
}
.hover-service-content *{
color: white;
text-align: center;
}
.single-service:hover .hover-service-content{
opacity: 1;
visibility: visible;
}
.hover-service-content .post_title {
font-size: 21px;
font-weight: bold;
margin: 15px 0;
}
.hover-service-content .post_content {
opacity: 0.7;
}
body .minimal-dark .esg-navigationbutton:hover, 
body .minimal-dark .esg-filterbutton:hover, 
body .minimal-dark .esg-sortbutton:hover, 
body .minimal-dark .esg-sortbutton-order:hover, 
body .minimal-dark .esg-filterbutton.selected {
background: rgba(224, 224, 224, 0.5) none repeat scroll 0 0;
border-color: rgba(255, 255, 255, 0.2);
box-shadow: none;
}
body .minimal-dark .esg-filterbutton, 
body .minimal-dark .esg-navigationbutton, 
body .minimal-dark .esg-sortbutton {
background: rgba(224, 224, 224, 1) none repeat scroll 0 0;
border: 1px solid rgba(178, 178, 178, 0.1);
color: rgba(0, 0, 0,.6);
font-size: 14px;
font-weight: normal;
}   .st-content,
.st-content-inner {
position: relative;
}
.st-container {
position: relative;
overflow: hidden;
}
.st-pusher {
position: relative;
left: 0;
z-index: 200;
height: 100%;
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s;
}
.st-pusher::after {
position: absolute;
top: 0;
right: 0;
width: 0;
height: 0;
background: rgba(0,0,0,0.4);
content: '';
opacity: 0;
z-index: 201;
-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.st-menu-open .st-pusher::after {
width: 100%;
height: 100%;
opacity: 1;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
}
.st-menu {
position: fixed;
top: 0;
left: 0;
z-index: 100;
visibility: hidden;
width: 300px;
height: 100%;
background: #48a770;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.st-menu::after {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.2);
content: '';
opacity: 1;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
}
.st-menu-open .st-menu::after {
width: 0;
height: 0;
opacity: 0;
-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
} .st-menu ul {
margin: 0;
padding: 0;
list-style: none;
}
.st-menu h2 {
margin: 0;
padding: 1em;
color: rgba(0,0,0,0.4);
text-shadow: 0 0 1px rgba(0,0,0,0.1);
font-weight: 300;
font-size: 2em;
}
.st-menu ul li a {
display: block;
padding: 1em 1em 1em 1.2em;
outline: none;
border-top: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
font-weight: 300;
-webkit-transition: background 0.3s, box-shadow 0.3s;
transition: background 0.3s, box-shadow 0.3s;
}
.st-menu ul li a:hover {
background: rgba(0,0,0,0.2);
color: #fff;
} .st-effect-1.st-menu {
visibility: visible;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.st-effect-1.st-menu-open .st-effect-1.st-menu {
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.st-effect-1.st-menu::after {
display: none;
} .no-csstransforms3d .st-pusher,
.no-js .st-pusher {
padding-left: 300px;
} #wrapper {
padding-left: 0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#wrapper.toggled {
padding-left: 250px;
}
#sidebar-wrapper {
z-index: 1000;
position: fixed;
left: 250px;
width: 0;
height: 100%;
margin-left: -250px;
overflow-y: auto;
background: #000;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
width: 250px;
}
#page-content-wrapper {
width: 100%;
position: absolute;
padding: 15px;
}
#wrapper.toggled #page-content-wrapper {
position: absolute;
margin-right: -250px;
} .sidebar-nav {
position: absolute;
top: 0;
width: 250px;
margin: 0;
padding: 0;
list-style: none;
}
.sidebar-nav li {
text-indent: 20px;
line-height: 40px;
}
.sidebar-nav li a {
display: block;
text-decoration: none;
color: #999999;
}
.sidebar-nav li a:hover {
text-decoration: none;
color: #fff;
background: rgba(255,255,255,0.2);
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
height: 65px;
font-size: 18px;
line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
color: #fff;
background: none;
}
@media(min-width:768px) {
#wrapper {
padding-left: 250px;
}
#wrapper.toggled {
padding-left: 0;
}
#sidebar-wrapper {
width: 250px;
}
#wrapper.toggled #sidebar-wrapper {
width: 0;
}
#page-content-wrapper {
padding: 20px;
position: relative;
}
#wrapper.toggled #page-content-wrapper {
position: relative;
margin-right: 0;
}
}
.st-container .sidebar_menu {
background-color: #f7f7f7;
z-index: 2001;
}
.sidebar_menu .logo {
margin-bottom: 50px;
margin-top: 30px;
text-align: center;
}
.st-menu.sidebar_menu .widget_nav_menu li {
width: 100%;
}
.st-menu.sidebar_menu li a {
color: rgb(0, 0, 0);
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
text-align: left;
}
.st-menu.sidebar_menu .share-social-links li a {
padding: 5px;
color: white;
height: auto;
font-size: 16px;
text-align: center;
}
.st-menu.sidebar_menu .share-social-links li {
margin-right: 5px;
margin-bottom: 5px;
}
.st-menu.sidebar_menu .widget-title {
color: black;
} .c-hamburger {
display: block;
position: relative;
overflow: hidden;
margin: 0;
padding: 0;
width: 52px;
height: 48px;
font-size: 0;
text-indent: -9999px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
box-shadow: none;
border-radius: none;
border: none;
cursor: pointer;
-webkit-transition: background 0.3s;
transition: background 0.3s;
}
.c-hamburger:focus {
outline: none;
}
.c-hamburger span {
background: white;
display: block;
height: 3px;
left: 10px;
position: absolute;
right: 10px;
top: 24px;
}
.c-hamburger span::before,
.c-hamburger span::after {
position: absolute;
display: block;
left: 0;
width: 100%;
height: 3px;
background-color: white;
content: "";
}
.c-hamburger span::before {
top: -10px;
}
.c-hamburger span::after {
bottom: -10px;
} .c-hamburger--htx {
background-color: rgba(0, 0, 0, 0);
margin: 15px 0;
}
.c-hamburger--htx span {
-webkit-transition: background 0s 0.3s;
transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
-webkit-transition-duration: 0.3s, 0.3s;
transition-duration: 0.3s, 0.3s;
-webkit-transition-delay: 0.3s, 0s;
transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
-webkit-transition-property: top, -webkit-transform;
transition-property: top, transform;
}
.c-hamburger--htx span::after {
-webkit-transition-property: bottom, -webkit-transform;
transition-property: bottom, transform;
}
.c-hamburger--htx.is-active span {
background: none;
}
.c-hamburger--htx.is-active span::before {
top: 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
bottom: 0;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
-webkit-transition-delay: 0s, 0.3s;
transition-delay: 0s, 0.3s;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.comment-form textarea {
height: 134px;
}
}  .modeltheme-modal.modeltheme-show *{
opacity:1;
visibility: visible;
}
.modeltheme-modal.modeltheme-show form.register {
padding: 0;
border: 0;
margin: 10px 0px 0px;
}
a#register-modal {
border-radius: 30px;
padding: 0px 25px;
}
.modeltheme-modal *{
opacity: 0;
visibility: hidden;
}
.modeltheme-modal {
position: fixed;
top: 50%;
left: 50%;
width: 50%;
max-width: 630px;
min-width: 320px;
height: auto;
z-index: 2000;
visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.modeltheme-show {
visibility: visible;
}
.modeltheme-overlay {
position: fixed;
width: 100%;
height: 100%;
visibility: hidden;
top: 0;
left: 0;
z-index: 1000;
opacity: 0;
background: rgba(0, 0, 0, 0.80);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.modeltheme-show ~ .modeltheme-overlay {
opacity: 1;
visibility: visible;
} .modeltheme-content {
color: #3F3F3F;
background: #FFFFFF;
position: relative;
margin: 0 auto;
}
.modeltheme-content h3 {
margin: 0;
padding: 25px;
font-size: 24px;
font-weight: 300;
background: #48A8A7;
color: white;
border-radius: 0;
-webkit-border-radius: 0;
}
.modeltheme-content > div {
padding: 15px 40px 30px;
margin: 0;
font-weight: 300;
font-size: 1.15em;
}
.modeltheme-content > div p {
margin: 0;
padding: 10px 0;
}
.modeltheme-content button {
display: block;
margin: 0 auto;
font-size: 0.8em;
}
.modeltheme-content .modeltheme-close {
cursor: pointer;
padding: 25px;
right: 0;
opacity: 0.8;
top: 0;
}
.modeltheme-content .modeltheme-close:hover {
opacity: 1;
} .modeltheme-show.modeltheme-effect-16 ~ .modeltheme-overlay {
background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}
.modeltheme-show.modeltheme-effect-16 ~ #page {
-webkit-filter: blur(4px);
-moz-filter: blur(4px);
filter: blur(4px);
}
.modeltheme-effect-16 .modeltheme-content {
-webkit-transform: translateY(-5%);
-moz-transform: translateY(-5%);
-ms-transform: translateY(-5%);
transform: translateY(-5%);
opacity: 0;
}
.modeltheme-show.modeltheme-effect-16 ~ #page,
.modeltheme-effect-16 .modeltheme-content {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.modeltheme-show.modeltheme-effect-16 .modeltheme-content {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
form#login{
width: 100%;
}
form#login p.status{
display: none;
}
.login_overlay{
height: 100%;
width: 100%;
background-color: #F6F6F6;
opacity: 0.9;
position: fixed;
z-index: 998;
}
form#login a.lost {
font-size: 15px;
margin-bottom: 7px;
display: block;
}
form#login label {
margin-bottom: 0;
margin-top: 8px;
}
form#login .register_button:hover,
form#login .submit_button:hover{
background: #feaf23;
}
form#login .register_button,
form#login .submit_button {
border: 0 none;
border-radius: 0px;
-webkit-border-radius: 0px;
color: white;
font-weight: 300;
padding: 8px 15px;
background: #FFBA41;
}
#login input[type="password"],
#login input[type="text"] {
border: 1px solid rgb(229, 236, 239);
padding: 8px;
} .btn.btn-primary {
background-color: #3498db;
color: #ffffff;
}
.btn.btn-success {
background-color: #2ecc71;
color: #ffffff;
}
.btn.btn-info {
background-color: #03C2FF; 
color: #ffffff;
}
.btn.btn-warning {
background-color: #FFBA41;  
color: #ffffff;
} 
.btn.btn-danger {
background-color: #e74c3c;  
color: #ffffff;
} .shortcode_post_content:hover::after {
left: 0;
}
.shortcode_post_content .text_content .post-more-download .post_link {
float: right;
}
.shortcode_post_content .text_content .post-more-download .share_link {
float: right;
}
.smartowl_shortcode_blog .shortcode_post_content a {
overflow: unset !important;
}  .link {
outline: none;
text-decoration: none;
position: relative;
font-size: 60px;
color: #fff;
display: inline-block;
} .link--kukuri {
text-transform: uppercase;
font-weight: 900;
overflow: hidden;
line-height: 0.75;
color: #fff;
}
.get-portfolio-details:hover .link--kukuri{
color: #fff;
}
.link--kukuri::after {
content: '';
position: absolute;
height: 16px;
width: 100%;
top: 50%;
margin-top: -8px;
right: 0;
background: #F9F9F9;
-webkit-transform: translate3d(-100%,0,0);
transform: translate3d(-100%,0,0);
-webkit-transition: -webkit-transform 0.4s;
transition: transform 0.4s;
-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.get-portfolio-details:hover .link--kukuri::after{
-webkit-transform: translate3d(100%,0,0);
transform: translate3d(100%,0,0);
}
.link--kukuri::before {
content: attr(data-letters);
position: absolute;
z-index: 2;
overflow: hidden;
color: #fff;
white-space: nowrap;
width: 0%;
-webkit-transition: width 0.4s 0.3s;
transition: width 0.4s 0.3s;
}
.get-portfolio-details:hover .link--kukuri::before{
width: 100%;
} .love-it i {
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;
}
.loved i {
color: #34BFA3;
}
.portfolio-bottom-icons {
margin-top: 50px;
}
.portfolio-bottom-icons a h4 {
font-weight: 300;
}
.portfolio-bottom-icons i {
color: #000000;
font-size: 40px;
}
.portfolio-bottom-icons a:hover, .portfolio-bottom-icons a:hover i {
color: #34BFA3;
}
.portfolio-bottom-icons a i{
color: #000000;
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;
}
.portfolio-bottom-icons a {
display: inline-table;
line-height: normal;
color: #000000;
margin: 0 30px;
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;
}
.portfolio-bottom-icons {
float: left;
width: 100%;
margin: 50px 0 40px;
}
.portfolio-bottom-description p {
margin-bottom: 0;
}
.love-it-wrapper {
display: inline-table;
}
.single-portfolio .love-count {
display: block;
font-weight: 400px;
margin-top: 7px;
}
.portfolio-bottom-description label,
.portfolio-bottom-description i {
color: #34BFA3;
font-weight: 300;
margin-right: 5px;
}
.portfolio-bottom-description a[rel="tag"] {
color: #000000;
font-weight: 300;
}
.portfolio-bottom-icons .loved i{
color: #34BFA3;
}
img.portfolio-single-pic {
margin-bottom: 20px;
}
img.portfolio-single-pic:last-child {
margin-bottom: 0;
}
.single-portfolio .article-content {
margin-bottom: 0;
padding-bottom: 0;
}
.job_expire_in {
color: #ffffff;
} button[data-toggle="modal"] {
padding-right: 25px !important;
background: #34BFA3 !important;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
}
button[data-toggle="modal"]:hover {
background: #00a0db !important;
}
.job_descriptions > span {
margin-right: 15px;
}
#apply_now input[type="text"], #apply_now input[type="email"], #apply_now input[type="file"], #apply_now textarea {
border-radius: 0px;
padding: 12px;
width: 100%;
}
.modal-header {
background: #34BFA3 none repeat scroll 0 0;
color: #ffffff;
padding: 30px;
}
#apply_now .modal-header {
padding: 30px;
}
#apply_now .modal-body {
padding-bottom: 0px;
padding-left: 30px;
padding-top: 30px;
padding-right: 30px;
}
#apply_now button.close {
font-size: 30px;
margin-top: 0;
opacity: 0.8;
transition: all 250ms ease-in-out 0s;
-webkit-transition: all 250ms ease-in-out;
}
#apply_now button.close:hover {
opacity: 1;
}
#apply_now .modal-content {
overflow: hidden;
}
#apply_now .wpcf7-submit {
border-radius: 0px;
margin-top: 15px;
padding: 15px;
width: 100%;
}
#apply_now .close > span {
color: #ffffff;
}
#navbar > p:nth-child(2) {
display: none;
}
.job-type a {
background: #e98b39 none repeat scroll 0 0;
border-radius: 0px;
color: #ffffff;
display: inline-table;
font-size: 16px;
font-weight: 300;
padding: 8px 16px;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
}
.job-type a:hover {
color: #ffffff;
background: #d35400 none repeat scroll 0 0;
} .navbar-default {
background-color: transparent;
}
.header3 .no-menu,
.header2 .no-menu {
color: #606060;
}
.no-menu {
color: #606060;
display: inline-table;
margin: 37px 0 37px;
}
.added-redux-framework .fixed-sidebar-menu .no-menu,
.added-redux-framework .fixed-sidebar-menu .no-menu a {
color: #666666;
}
.tp-static-layers{
opacity: 0 !important;
}
.vc_tta-accordion.vc_tta.vc_general .vc_tta-panel {
margin-bottom: 30px;
} .woocommerce a.remove {
color: #979797 !important;
opacity: 0.7;
transition: all .3s ease;
}
.woocommerce a.remove:hover {
color: #979797 !important;
background: transparent;
opacity: 1;
}
.single.single-product .product .thumbnails-summary .woocommerce-product-gallery__wrapper {
margin: 0px !important;
}
.single.single-product div.product .product_title {
font-weight: 600 !important;
}
.single.single-product div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
width: calc(21% + 2px);
display: inline-block;
margin-top: 20px;
margin-right: 20px;
}
.woocommerce div.product form.cart .group_table td {
vertical-align: middle;
}
.woocommerce div.product form.cart table.woocommerce-grouped-product-list.group_table {
margin-bottom: 25px;
}
table.woocommerce-grouped-product-list.group_table td.woocommerce-grouped-product-list-item__quantity {
padding: 10px 0 !important;
}
table.woocommerce-grouped-product-list.group_table tr:last-child{
border-bottom: 0 none;
}
table.woocommerce-grouped-product-list.group_table tr {
border-bottom: 1px solid #ddd;
}
.single.single-product div.product div.images .woocommerce-product-gallery__image:last-child {
margin-right: 0px;
}
.woocommerce div.product form.cart div.quantity .plus, 
.woocommerce div.product form.cart div.quantity .minus {
border: transparent;
border-radius: 4px;
color: #242424;
font-weight: 400;
height: 40px;
padding: 0;
width: 30px;
background: #fff;
outline: 0;
}
.single.single-product div.product .woocommerce-tabs .panel h2 {
font-weight: bold  !important;
margin-bottom: 18px !important;
}
.single.single-product div.product .woocommerce-tabs .panel h2 {
font-size: 18px !important;
text-transform: uppercase;
margin-bottom: 0px !important;
display: none;
}
.single.single-product div.product .woocommerce-tabs .panel {
display: block;
padding: 30px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.098);
border-radius: 3px;
}
.single.single-product div.product .woocommerce-tabs .panel div#comments {
margin-bottom: 0px;
}
.single.single-product div.product .woocommerce-tabs .panel p:last-of-type {
margin-bottom: 0px;
}
.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
text-align: left;
}
.header_mini_cart .woocommerce.widget_shopping_cart .total {
text-align: left;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
}
.header_mini_cart .woocommerce ul.cart_list li a.remove, 
.header_mini_cart .woocommerce ul.cart_list li a.remove::before, 
.header_mini_cart .woocommerce ul.cart_list li a.remove::after{
transition: all .3ms !important;
-webkit-transition: all .3ms !important;
font-size: 30px;
height: 15px;
line-height: 8px;
width: 15px;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
float: left;
margin-right: 10px;
margin-left: 0;
width: 35px;
height: auto;
box-shadow: none;
border-radius: 3px;
}
.woocommerce .widget_shopping_cartul.cart_list li a,
.woocommerce.widget_shopping_cart ul.product_list_widget li a {
display: block;
font-weight: 500;
font-size: 13px;
}
.woocommerce ul.cart_list li {
margin: 0 0 15px;
width: 100%;
padding-left: 25px !important;
position: relative;
padding-top: 0;
padding-bottom: 0;
}
.woocommerce.widget_shopping_cart .buttons a:last-of-type {
margin-bottom: 0px;
}
.woocommerce .woocommerce-Address-title.title {
background: transparent;
color: #252525;
}
.woocommerce-page .cart-collaterals div {
border-radius: 4px; 
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
display: block !important;
padding: 20px 20px !important;
font-size: 20px;
border-bottom: 1px solid #ddd;
}
.woocommerce-cart .header_mini_cart,
.woocommerce-checkout .header_mini_cart {
visibility: hidden !important;
}
.woocommerce-checkout h3 {
font-weight: 600;
}
.woocommerce-account .woocommerce{
margin-bottom: 80px;
}
.woocommerce-checkout .woocommerce,
.woocommerce-cart .woocommerce {
margin-top: 80px;
margin-bottom: 80px;
}
.woocommerce .woocommerce-MyAccount-navigation {
background: #FFF;
}
.woocommerce div.product form.cart .variations label {
color: #000000;
font-size: 15px;
font-weight: 700;
line-height: 30px;
}
.woocommerce div.product div.images {
width: 95%;
}
.woocommerce ul.products li.product .price del {
display: inline;
color: #252525;
}
.woocommerce nav.woocommerce-pagination {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
clear: both;
text-align: center;
padding-top: 30px !important;
}
.woocommerce ul.products li.product .price {
color: #716ACA;
}
body.woocommerce ul.products li.product .onsale {
background: #34BFA3 none repeat scroll 0 0;
border-radius: 20px;
display: none;
height: auto;
left: auto;
line-height: 0;
margin: 0;
min-height: auto;
min-width: auto;
padding: 16px;
right: 15px;
top: 0;
}
body .woocommerce ul.products li.product .price del {
opacity: .6 !important;
}
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul {
border: 0 none;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
background-color: #fff;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
color: #252525;
margin: 5px;
padding: 12px;
width: 38px;
height: 38px;
position: relative;
text-decoration: none;
border-radius: 2px;
transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
box-sizing: border-box;
font-weight: 600;
font-size: 12px;
line-height: 18px;
text-transform: uppercase;
text-align: center;
}
.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers,
.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers {
padding: 9px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
color: #fff !important;
}
.woocommerce-Price-amount .amount,
.woocommerce-grouped-product-list-item__label label {
margin-top: 10px;
}
.woocommerce div.product form.cart table td.label label {
margin-top: 15px;
}
.woocommerce div.product form.cart .variations td.value select {
-moz-appearance: none; 
-webkit-appearance:none;
appearance: none;
background: #fff;
outline: 0;
width: 100%;
color: #666666;
background-color: #fff;
padding: 4px 20px;
background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
}
.woocommerce #review_form #respond .form-submit input {
width: auto;
}
.woocommerce div.product form.cart .variations td.value {
text-align: left;
width: 100%;
}
.woocommerce-variation-description {
margin-bottom: 30px;
}
.woocommerce div.product form.cart div.quantity {
margin: 0 10px 0 0;
margin-right: 10px;
overflow: hidden;
}
.woocommerce.single-product .woocommerce-ordering select {
border: transparent;
border-radius: 2px;
color: #242424;
font-weight: 400;
height: 40px;
padding: 0;
width: 50px;
background: #fff;
outline: 0;
}
.woocommerce div.product form.cart table {
border-bottom: 0 none;
margin-bottom: 15px;
}
.woocommerce div.product form.cart table.variations td.label {
padding-left: 0 !important;
}
.woocommerce div.product form.variations_form.cart .woocommerce-variation-price {
margin-bottom: 15px; 
}
.header_mini_cart .woocommerce-mini-cart-item .woocommerce-Price-amount.amount {
display: inline-table;
padding-left: 25px;
position: relative;
font-weight: 600;
}
.header_mini_cart .woocommerce-mini-cart-item span.woocommerce-Price-amount.amount:before {
content: " ";
width: 12px;
height: 1px;
top: 50%;
left: 12px;
transform: translate(-50%, -50%);
background-color: #000;
position: absolute;
}
.woocommerce div.product form.cart .variations select {
border-radius: 4px;
border: 1px solid #ddd;
padding: 7px 10px;
}
.related.products span.onsale,
.single-product.woocommerce span.onsale {
background-color: #9571F6;
border-radius: 4px;
color: rgb(255, 255, 255);
font-size: 12px;
font-weight: 600;
line-height: 1.5;
left: 15px;
margin: 0;
margin-left: 0px;
min-height: auto;
min-width: auto;
padding: 10px 30px;
text-transform: uppercase;
position: absolute;
text-align: center;
top: 0;
}
.woocommerce #reviews #comments ol.commentlist{
padding-left: 0px;
}
.single-product.woocommerce  .woocommerce-product-details__short-description {
font-size: 17px !important;
color: #666666 !important;
font-weight: 300 !important;
}
.single-product.woocommerce  .product_meta {
font-size: 16px;
color: #666666;
font-weight: 300;
}
.single-product.woocommerce .product_meta > span {
display: block;
margin: 10px 0;
}
.single-product.woocommerce .woocommerce-tabs ul.tabs {
width: fit-content;
border: 1px solid #ccc;
padding: 5px;
padding: 0 0 0;
margin: 0 0 30px !important;
}
.single-product.woocommerce .woocommerce-tabs ul.tabs li.active a{
padding: 10px 20px !important;
}
.single-product.woocommerce .woocommerce-tabs ul.tabs li a{
font-weight: 600 !important;
padding: 10px 25px !important;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
border: none !important;
background-color: transparent;
padding: 0px;
}
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text {
width: auto;
}
.woocommerce form .form-row .input-text, 
.woocommerce-page form .form-row .input-text {
padding: 7px;
}
.woocommerce #content div.product .woocommerce-tabs, 
.woocommerce #content div.product .woocommerce-tabs ul.tabs::after, 
.woocommerce #content div.product div.thumbnails a.first, 
.woocommerce #content div.product div.thumbnails::after, 
.woocommerce .cart-collaterals::after, 
.woocommerce .col2-set::after, 
.woocommerce .woocommerce-pagination ul.page-numbers::after, 
.woocommerce div.product .woocommerce-tabs, 
.woocommerce div.product .woocommerce-tabs ul.tabs::after, 
.woocommerce div.product div.thumbnails a.first, 
.woocommerce div.product div.thumbnails::after, 
.woocommerce ul.products, 
.woocommerce ul.products li.first, 
.woocommerce ul.products::after, 
.woocommerce-page #content div.product .woocommerce-tabs, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after, 
.woocommerce-page #content div.product div.thumbnails a.first, 
.woocommerce-page #content div.product div.thumbnails::after, 
.woocommerce-page .cart-collaterals::after, 
.woocommerce-page .col2-set::after, 
.woocommerce-page .woocommerce-pagination ul.page-numbers::after, 
.woocommerce-page div.product .woocommerce-tabs, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after, 
.woocommerce-page div.product div.thumbnails a.first, 
.woocommerce-page div.product div.thumbnails::after, 
.woocommerce-page ul.products, 
.woocommerce-page ul.products li.first, 
.woocommerce-page ul.products::after {
clear: none !important;
}
.woocommerce ul.products.columns-4 {
clear: both !important;
margin: 0px -15px;
}
.woocommerce ul.products {
margin-left: -15px !important;
margin-right: -15px !important;
}
.woocommerce ul.products.columns-3 {
clear: both !important;
margin: 0px 0px;
}
.woocommerce ul.products.columns-2 li.product, 
.woocommerce-page ul.products.columns-2 li.product{
width: 50%;
}
.woocommerce ul.products.columns-4 li.product, 
.woocommerce-page ul.products.columns-4 li.product{
width: 25%;
}
.woocommerce ul.products.columns-3 li.product, 
.woocommerce-page ul.products.columns-3 li.product {
width: 33.333333%;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
padding-left: 15px;
padding-right: 15px;
}
.woocommerce-page.columns-6 ul.products li.product, 
.woocommerce.columns-6 ul.products li.product {
width: 16.66%;
}
.woocommerce .woocommerce-result-count, 
.woocommerce-page .woocommerce-result-count {
float: left !important;
margin-bottom: 0 !important;
margin-top: 9px;
}
.woocommerce ul.products li.product.col-md-4,
.woocommerce-page ul.products li.product.col-md-4 {
width: 33.3%;
float: left;
}
.woocommerce .related.products ul.products.columns-3 {
clear: both !important;
margin: 0px -15px;
}
.woocommerce ul.products li.product.col-md-3, 
.woocommerce-page ul.products li.product.col-md-3, 
.woocommerce ul.products li.product.col-md-4, 
.woocommerce-page ul.products li.product.col-md-4, 
.woocommerce ul.products li.product.col-md-6, 
.woocommerce-page ul.products li.product.col-md-6 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 15px 0 !important;
}
.woocommerce .loader::before {
display: none !important;
}
.woocommerce .woocommerce-breadcrumb {
display: none;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
height: auto !important;
font-size: 16px;
}
.woocommerce-page .cart-collaterals .coupon #coupon_code {
background: #F7F8FA;
height: 38px;
width: 100%;
border: 1px solid rgb(0 0 0 / 0.08);
padding: 10px 15px; 
border-radius: 2px;
}
.woocommerce-page .cart-collaterals .coupon #coupon_code::placeholder {
font-size: 14px;
}
.woocommerce-page .cart-collaterals .coupon #coupon_code:focus {
outline: none;
}
.woocommerce-cart .woocommerce table.shop_table td.product-name {
font-weight: 700;
}
.woocommerce-cart .woocommerce table.shop_table td.product-price span.amount,
.woocommerce-cart .woocommerce table.shop_table td.product-subtotal span.amount{
font-weight: 600;
color: #606060 !important;
}
.woocommerce-cart .wc-proceed-to-checkout{
padding: 0px 0 14px;
}
#add_payment_method .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
padding: 24px 0 14px;
}
.woocommerce-page .cart-collaterals .coupon button.button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
padding: 10px 20px;
line-height: 18px;
width: 100%;
margin-top: 15px;
}
.woocommerce-page .cart-collaterals .coupon button.button:focus,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus {
outline: none;
}
.woocommerce-cart .coupon label {
font-size: 22px;
margin-bottom: 10px;
}
.woocommerce-cart table.cart img{
width: 70px;
border-radius: 10px;
}
.page.woocommerce-cart article.type-page {
padding: 0px 0;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
width: 33.3%;
padding-right: 0px;
}
@media (max-width: 991px) {
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
width: 100%;
padding-right: 0px;
}  
}
.woocommerce .cart-collaterals .cart_totals h2 {
font-size: 22px !important;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
font-weight: 500;
font-size: 16px;
border-bottom: none;
padding-left: 0px !important;
line-height: 45px;
}
.woocommerce-cart .woocommerce .cart-subtotal td {
border-bottom: none !important;
}
.woocommerce-cart .woocommerce .cart-subtotal span.woocommerce-Price-amount.amount{
font-weight: 500;
}
.woocommerce-cart .woocommerce table.shop_table tr.order-total td:last-child {
border-bottom: none;
border-top: 1px solid rgba(0,0,0,.1);
}
.woocommerce-cart .woocommerce table.shop_table tr.order-total span.woocommerce-Price-amount.amount{
font-weight: 500;
}
.woocommerce-cart .woocommerce table.shop_table {
border: none;
}
.woocommerce-cart .woocommerce table.shop_table td {
border: none;
border-bottom: 1px solid rgba(0,0,0,.1);
padding: 20px 0px !important;
}
.woocommerce-page .cart-collaterals .coupon {
float: right;
background: #fff;
width: 100%;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
padding: 30px 30px 40px;
}
.woocommerce-page .cart-collaterals .cart_totals {
width: 100%;
background: #fff;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
padding: 10px 30px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
margin-bottom: 30px;
}
.woocommerce ul.products li.product .star-rating {
display: none;
}
.woocommerce div.product p.price{
color: #34BFA3;
}
.woocommerce div.product div.images img {
background: #FFFFFF;
border-radius: 4px;
}
section.related.products {
margin-top: 95px;
}
.woocommerce-tabs.wc-tabs-wrapper {
margin-top: 65px;
}
.woocommerce div.product div.summary {
width: 58%;
}
.woocommerce div.product p.price ins{
text-decoration: none;
}
.woocommerce-account.page article.type-page {
box-shadow: 20px 37px 102px rgba(0, 0, 0, 0.098);
border-radius: 11px;
margin-top: -10%;
overflow: hidden;
background: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content {
padding: 30px;
}
.woocommerce form.checkout_coupon{
border: none !important;
padding: 0px;
margin: 0;
}
.woocommerce .cart-collaterals .cart_totals h2 {
font-weight: 600;
}
.woocommerce-account article.type-page {
padding: 0;
}
.woocommerce-account .woocommerce {
padding: 30px;
}
.woocommerce form.login, .woocommerce form.register {
border: none !important;
padding: 0px;
margin: 0;
}
.woocommerce table.shop_attributes{
margin-bottom: 0;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 h2,
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 h2 {
padding: 10px 0px;
}
.woocommerce .col2-set .col-2 {
padding-bottom: 35px;
}
.u-column1.col-1 .wc-social-login {
display: none;
}
#customer_login .u-column1.col-1,
#customer_login .u-column2.col-2 {
padding: 0px 30px;
}
#customer_login .u-column2.col-2{
padding-bottom: 40px;
}
.woocommerce .col2-set .col-2 button.woocommerce-Button.button {
margin-top: 15px;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
border-top-color: transparent;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
color: #FD75B4;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
background: #fff;
box-shadow: 0px 0px 20px #0000001A;
border-radius: 4px;
padding: 30px 20px 25px 50px;
margin: 20px 0px 40px !important;
}
.woocommerce-checkout #payment div.form-row {
padding-right: 0px;
}
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-message .button {
margin-top: -12px;
} footer {
background-color: #162441; 
}
footer .mc4wp-form-fields .newsletter {
width: 90%;
margin: auto;
}
footer .mc4wp-form-fields .c-sign-up-form-input {
height: 53px;
}
footer .mc4wp-form-fields input[type="email"] {
background: rgba(255, 255,255, 1) none repeat scroll 0 0;
border: 0;
color: #252525;
font-size: 15px;
padding: 15px 25px;
outline: 0;
float: left;
border-radius: 2px;
font-weight: 400;
width: 100%;
}
footer .newsletter button {
border: 0 none;
margin-left: -96px;
color: rgb(255, 255, 255);
font-size: 12px;
height: 44px;
margin-top: 4px;
padding: 8px 30px;
font-weight: 600;
outline: 0;
background: #FD75B4;
transition: all .4s ease;
letter-spacing: .2px;
position: absolute;
right: 5px;
top: 0px;
border-radius: 2px;
}
footer .newsletter button:hover {
background: #151515; 
}
footer .mc4wp-form-fields input[type="submit"] {
color: rgb(255, 255, 255);
font-size: 15px;
background: #81DAA0;
padding: 15px 35px;
border: 0;
outline: 0;
border-radius: 0;
font-weight: 700;
text-transform: uppercase;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-ms-transition: all 250ms ease;
width: 150px;
}
footer .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder { color: #606060 !important;
}
footer .mc4wp-form-fields input[type="email"]::-moz-placeholder { color: #606060 !important;
}
footer .mc4wp-form-fields input[type="email"]:-ms-input-placeholder { color: #606060 !important;
}
footer .mc4wp-form-fields input[type="email"]:-moz-placeholder { color: #606060 !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
footer p.copyright .footer-logo {
width: 100%;
display: block;
}
footer p.copyright .footer-logo img {
float: none;
margin-top: 15px;
margin-right: 0;
margin-bottom: 20px;
}
footer p.copyright img.cards {
margin-top: -3px;
margin-bottom: 0px;
}
} .comment_rating_price_value,
.comment_rating_overall,
.commentrating {
display: inline-table;
} .woocommerce ul.products li.product .archive-product-title a {
font-size: 20px;
line-height: 26px;
font-weight: 600;
color: #252525;
}
.woocommerce ul.products li.product .archive-product-title {
text-align: left;
padding-bottom: 0px;
padding-top: 30px;
padding-left: 30px;
padding-right: 20px;
}
.woocommerce ul.products li.product a img {
margin: 0 !important;
}
.woocommerce .star-rating span {
color: #9571F6;
}
.woocommerce .products .star-rating {
float: none !important;
margin: 0 auto !important;
}
.woocommerce ul.products li.product .price {
font-size: 16px !important;
font-weight: 400 !important;
text-align: left;
padding-top: 5px;
padding-bottom: 20px;
padding-left: 30px;
}
.woocommerce ul.products li.product .price ins{
font-weight: 400 !important;
}
.woocommerce ul.products li.product span.amount {
color: #606060 !important;
}
.woocommerce button.button ,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
padding: 10px 20px;
font-size: 12px;
line-height: 18px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
margin-left: 5px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
margin-top: 23px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
margin-left: 5px;
}
.woocommerce form .form-row label {
margin-top: 15px;
font-weight: 500;
}
.woocommerce #review_form #respond p label {
line-height: 26px;
font-weight: 300;
color: #606060;
}
.woocommerce #review_form #respond .comment-form-rating label {
line-height: 26px;
font-weight: 300;
color: #606060;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
margin-top: 15px;
}
.woocommerce form .form-row input.input-text{
border: 1px solid rgb(0 0 0 / 0.08) !important;
background: #F7F8FA;
height: 38px;
box-shadow: none;
outline: 0;
padding: 10px;
border-radius: 2px;
}
.woocommerce form.woocommerce-ResetPassword.lost_reset_password {
padding: 50px;
}
.woocommerce form.checkout_coupon .form-row-first, .woocommerce form.checkout_coupon .form-row-last {
width: 49%;
}
.custom_inner_class {
background-color: #fff;
padding-bottom: 0px;
border-radius: 4px;
overflow: hidden;
text-align: center;
box-shadow: 10px 10px 30px rgb(0 0 0 / 10%);
position: relative;
}
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.added_to_cart.wc-forward {
font-size: 12px;
line-height: 18px;
background: #FD75B4;
border-radius: 2px;
color: #fff;
padding: 10px 20px;
font-weight: 600 !important;
text-transform: uppercase;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
margin-top: 0px;
width: 60%;
position: absolute;
top: 30%;
transform: translateX(-50%);
left: 50%;
opacity: 0;
visibility: hidden;
}
.woocommerce ul.products li.product .button:hover {
background-color: #151515;
}
.woocommerce ul.products li.product:hover .button {
opacity: 1;
top: 34%;
visibility: visible;
}
.woocommerce ul.products li.product a.added_to_cart.wc-forward {
top: 60%;
background: #151515;
}
.woocommerce ul.products li.product a.added_to_cart.wc-forward:hover {
background: #FD75B4;
}
.woocommerce ul.products li.product:hover a.added_to_cart.wc-forward {
top: 45%;
opacity: 1;
visibility: visible;
}
.woocommerce ul.products li.product .button.loading {
padding-right: 35px; 
}
.woocommerce a.button.loading::after {
top: 9px;
right: 17px;
}
.woocommerce span.onsale {
top: 18px !important;
right: 35px !important;
font-weight: bold;
background: #34BFA3;
}
.woocommerce .product-thumbnails span.onsale {
right: auto !important;
background-color: #9571F6;
margin-left: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
left: -5px !important;
box-shadow: 2px 2px 0 transparent !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
right: -5px !important;
box-shadow: -2px 2px 0 transparent !important;
content: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
background: #fff ;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
color: #fff ;
font-size: 12px;
line-height: 18px;
text-transform: uppercase;
letter-spacing: .2px;
border-radius: 2px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
display: none !important;
}
.single.single-product div.product .woocommerce-tabs .panel span {
font-size: 18px !important;
font-weight: bold !important;
text-transform: uppercase;
}
.single.single-product div.product .woocommerce-tabs span#email-notes {
font-size: 16px !important;
font-weight: 300 !important;
text-transform: none;
}
body.woocommerce div.product form.cart {
margin-top: 20px !important;
}
body.woocommerce div.product p.price, 
body.woocommerce div.product span.price {
font-size: 20px !important;
font-weight: 600 !important;
margin: 20px 0 !important;
}
.related.products h2 {
font-weight: bold !important;
margin-bottom: 20px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
padding: 5px;
margin: 0 0;
border-radius: 2px;
}
.woocommerce ul.products li.product {
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
}
.woocommerce ul.products li.product:hover {
cursor: pointer;
transform: translateY(-10px);
-moz-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-webkit-transition: all 250ms ease;
transition: all 250ms ease;
}
.woocommerce .star-rating {
font-size: 18px;
margin-top: 7px !important;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
top: 1.8em;
}
.related.products ul.products li.product .archive-product-title {
text-align: left;
padding-bottom: 0px;
padding-left: 25px;
padding-right: 25px;
padding-top: 20px;
}
.related.products .star-rating span {
color: #f1c40f;
}
.related.products .products .star-rating {
float: none !important;
margin: 0 auto !important;
}
.related.products ul.products li.product .price {
font-size: 18px;
font-weight: bold;
text-align: left;
padding-top: 0;
margin-top: 0px !important;
margin-bottom: 0px !important;
padding-left: 25px;
}
.related.products .woocommerce-Price-amount.amount {
margin-top: 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
border-bottom: 1px solid #d3ced200;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
background-color: #FD75B4;
color: #fff;
-webkit-font-smoothing: antialiased;
transition: all 250ms ease;
font-weight: 500;
outline: 0 !important;
border-radius: 2px;
}
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
color: #fff;
background-position: 100% 150%;
}
.woocommerce .return-to-shop a.button,
.woocommerce button.button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
background-color: #FD75B4;
color: #fff !important;
border-radius: 2px;
font-weight: 600;
transition: all 400ms ease;
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-o-transition: all 400ms ease;
-moz-transition: all 400ms ease;
font-size: 12px;
line-height: 18px;
text-transform: uppercase;
letter-spacing: 0.2px;
border: 0 !important;
padding: 10px 20px;
}
.woocommerce button.button:hover {
color: #fff !important;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
padding: 8px 15px !important;
border-radius: 30px;
line-height: 25px;
}
.woocommerce-cart table.cart th {
text-align: center;
}
.woocommerce table.shop_table a.remove {
margin: 0 auto;
}
.woocommerce .woocommerce-ordering select {
border: 1px solid rgba(0, 0, 0, 0.1);
line-height: normal;
padding: 0 10px;
border-radius: 0px;
height: auto;
color: #666666;
list-style: none;
font-size: 16px;
padding-left: 23px;
height: 46px !important;
}
.woocommerce .quantity .qty {
line-height: 34px;
}
.woocommerce .woocommerce-ordering{
position: relative;
}
.woocommerce-ordering:after {
content: '\f107';
font-family: fontawesome;
position: absolute;
right: 15px;
top: 52%;
transform: translateY(-50%);
width: 20px;
height: 25px;
}
.woocommerce .woocommerce-ordering select:focus, .woocommerce .quantity .qty:focus {
outline: none;
border: 1px solid #cecece;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
float: left !important;
margin-bottom: 0 !important;
margin-top: 8px;
clear: both;
}
.woocommerce .woocommerce-checkout .form-row input.input-text {
height: 38px;
box-shadow: none;
outline: 0;
padding: 10px 15px;
}
.woocommerce .woocommerce-checkout .col2-set .col-2, 
.woocommerce-page .woocommerce-checkout .col2-set .col-2 {
float: none !important;
clear: both !important;
width: auto !important;
}
.woocommerce-checkout .col2-set .col-1 {
float: left;
width: 90%;
}
.woocommerce-checkout .col2-set {
width: 50%;
padding: 0px;
}
.woocommerce-checkout article.type-page {
padding: 15px 0px;
}
.woocommerce-info::before {
top: 30px;
}
.woocommerce-checkout h3#order_review_heading {
margin-bottom: 35px;
margin-top: 30px;
}
.woocommerce .woocommerce-info {
font-size: 16px;
border-radius: 4px;
color: #666666;
border: none;
font-weight: 300;
margin-right: 15px;
margin-left: 15px;
}
.woocommerce-info::before {
color: #9571F6;
background: transparent !important; 
}
.woocommerce .woocommerce-checkout .select2-container .select2-selection--single {
height: 38px;
border-radius: 0 !important;
border-color: rgb(0 0 0 / 0.08) !important;
background: #F7F8FA;
}
.woocommerce form .form-row .required {
color: #9571F6;
}
.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 38px;
color: #666666;
padding: 0 15px;
}
.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 38px;
right: 10px;
}
.woocommerce-checkout #payment {
border-radius: 0;
}
.woocommerce .woocommerce-checkout .form-row .input-text, 
.woocommerce-page .woocommerce-checkout .form-row .input-text {
padding: 10px 15px !important;
border-color: rgb(0 0 0 / 0.08) !important;
background: #F7F8FA;
border-radius: 2px;
}
.woocommerce #review_form #respond {
width: 100%;
margin-top: 15px;
}
.woocommerce #review_form #respond p.stars a{
color: #606060;
}
.woocommerce ul.products li.product .price ins {
text-decoration: none;
}
.woocommerce-checkout .wc-social-login {
display: none;
}
div.wpcf7-validation-errors {
border: 1px solid #fff;
background: #fff;
border-radius: 25px;
padding: 20px 25px;
font-size: 14px;
}
.woocommerce-checkout #payment ul.payment_methods {
padding: 17px 0px;
border-bottom: none;
}
.woocommerce-checkout #payment {
background: #fff;
} .first_header .header_mini_cart,
.second_header .header_mini_cart,
.third_header .header_mini_cart,
.fourth_header .header_mini_cart,
.fifth_header .header_mini_cart,
.sixth_header .header_mini_cart,
.seventh_header .header_mini_cart,
.eighth_header .header_mini_cart,
.first_header .header_mini_cart.visible_cart,
.second_header .header_mini_cart.visible_cart,
.third_header .header_mini_cart.visible_cart,
.fourth_header .header_mini_cart.visible_cart,
.fifth_header .header_mini_cart.visible_cart,
.sixth_header .header_mini_cart.visible_cart,
.seventh_header .header_mini_cart.visible_cart,
.eighth_header .header_mini_cart.visible_cart{
z-index: 10;
}
.header_mini_cart .cart_list.product_list_widget li,
.header_mini_cart .cart_list.product_list_widget a {
color: #606060;
}
.header_mini_cart .remove:before,
.header_mini_cart .remove:after{
content: "" !important;
}
.header_mini_cart .woocommerce .widget_shopping_cart .total, 
.header_mini_cart .woocommerce.widget_shopping_cart .total {
border-top: 1px solid #ddd;
margin: 0;
padding: 10px 0 12px;
font-size: 15px;
}
.header_mini_cart .woocommerce .widget_shopping_cart .total strong, 
.header_mini_cart .woocommerce.widget_shopping_cart .total strong {
font-weight: 500;
}
.header_mini_cart .woocommerce .widget_shopping_cart .total span, 
.header_mini_cart .woocommerce.widget_shopping_cart .total span {
font-weight: 600;
}
.header_mini_cart .woocommerce.widget_shopping_cart .widgettitle {
margin-top: 0px;
margin-bottom: 15px;
font-size: 20px;
line-height: 1;
font-weight: 600;
}
.header_mini_cart .buttons {
margin-bottom: 0;
text-align: left;
}
.header_mini_cart .woocommerce-mini-cart__empty-message {
margin-bottom: 0;
}
.header_mini_cart .button.wc-forward,
.header_mini_cart .button.checkout {
padding: 10px 20px;
background-color: #FD75B4;
width: fit-content;
text-align: center;
color: #fff;
transition: all .4s ease; 
border-radius: 2px !important;
font-size: 12px;
line-height: 18px;
font-weight: 600;
text-transform: uppercase;
margin: 0 !important;
}
.header_mini_cart .button.wc-forward:not(.checkout) {
margin-right: 10px !important;
}
.header_mini_cart .button.wc-forward:hover,
.header_mini_cart .button.checkout:hover {
color: #fff;
background-position: 100% 150%; 
}
.header_mini_cart .button.checkout {
float: right;
}
body .shop_cart > a {
padding: 20px 12px !important;
padding-right: 0px !important;
}
.header_mini_cart .woocommerce .widget_shopping_cart .cart_list li.empty, 
.header_mini_cart .woocommerce.widget_shopping_cart .cart_list li.empty{
margin: 0;
padding: 0;
}
.shop_cart{
transition: all 400ms ease 0s;
-o-transition: all 400ms ease 0s;
-moz-transition: all 400ms ease 0s;
-webkit-transition: all 400ms ease 0s;
-ms-transition: all 400ms ease 0s;
}
.header_mini_cart.visible_cart {
opacity: 1;
top: 100%;
visibility: visible;
}
body:not(.is_header_semitransparent) .header_mini_cart {
border-radius: 0 0 4px 4px;
}
.header_mini_cart {
background: #fff;
position: absolute;
opacity: 0;
padding: 25px;
top: 150%;
right: 15px;
width: 272px;
transition: all 250ms ease 0s;
-o-transition: all 250ms ease 0s;
-moz-transition: all 250ms ease 0s;
-webkit-transition: all 250ms ease 0s;
-ms-transition: all 250ms ease 0s;
visibility: hidden;
z-index: 999;
border-radius: 4px;
box-shadow: 12px 12px 40px #0000001A;
-webkit-box-shadow: 12px 12px 40px #0000001A;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header_mini_cart {
right: 50%;
transform: translateX(60%);
}
body.is_header_semitransparent .header_mini_cart {
right: 25%;
transform: translateX(60%);
}
}
.shop_cart{
transition: all 400ms ease 0s;
-o-transition: all 400ms ease 0s;
-moz-transition: all 400ms ease 0s;
-webkit-transition: all 400ms ease 0s;
-ms-transition: all 400ms ease 0s;
}
.contact_insert_input {
padding: 0px 30px;
}
div.wpcf7 .ajax-loader {
display: none;
}
.wpcf7-form p {
margin: 0;
}
.mt_clients_slider .client_image, .clients-no-slider .client_image {
width: 95%;
} .mt_cars--main-pic a {
border-radius: 0px;
display: block;
overflow: hidden;
}
.mt_car .post-details {
padding: 0 15px;
}
.mt_car .blog_custom:hover {
box-shadow: none;
}
.mt_cars--single-main-pic .post-title {
margin-right: 20px;
margin-top: 10px;
}
.mt_cars--single-main-pic img {
height: auto;
max-width: 100%;
width: 100%;
}
.mt_car--booking-form div.wpcf7 {
background-color: #fff !important;
border-radius: 0 !important;
margin: 0 !important;
padding: 25px 0 0 !important;
}
.mt_house--price-container {
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0 !important;
overflow: hidden;
}
.mt_cars--single-main-pic {
position: relative;
}
.mt_car--single-gallery.mt_car--featured-single-gallery i {
margin-right: 5px;
}
.mt_car--single-gallery.mt_car--featured-single-gallery {
border: 2px solid #fff;
border-radius: 0px;
color: #ffffff;
font-size: 12px;
line-height: normal;
padding: 6px 10px;
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;
}
.mt_car--single-gallery.mt_car--featured-single-gallery:hover{
color: #000 !important;
border-color: #000 !important;
}
.contact_insert_input .wpcf7-date {
padding: 1em 2em !important;
width: 100% !important;
}
.single .mt_cars--single-main-pic .post-name {
align-self: end;
color: #ffffff;
margin-bottom: 40px;
text-transform: none;
width: 100%;
}
.mt_car--tax-type {
display: inline-table !important;
}
.gradient-holder {
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.8) 100%); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.8) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.8) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); height: 100%;
left: 0;
top: 0;
width: 100%;
z-index: 2;
}
article.mt_car .mt_cars--main-pic a {
border-radius: 0px;
-webkit-border-radius: 0px;
display: block;
overflow: hidden;
}
.gradient-holder-category {
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 45%, rgba(0,0,0,0.8) 100%); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 45%,rgba(0,0,0,0.8) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 45%,rgba(0,0,0,0.8) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); height: 100%;
left: 0;
top: 0;
width: 100%;
z-index: 2;
}
.single-mt_car .related-posts{
margin: 70px 0;
}
.mt_car--booking-form {
margin-top: 0px !important;
}
.single-mt_car .related-posts .post-name {
margin: 0;
}
.mt_cars--main-pic .post-name {
bottom: 0px;
z-index: 2;
width: 100%;
color: #fff !important;
padding: 30px;
font-size: 35px;
line-height: 40px;
font-weight: 600;
padding-bottom: 23px;
padding-top: 23px;
}
.mt_cars--main-pic .post-name a {
display: inline-block !important;
font-size: 35px !important;
font-weight: 600;
line-height: 40px !important;
color: #34BFA3 !important;
overflow: visible !important;
}
.mt_car--single-price-inner {
background: #34BFA3;
color: rgba(255,255,255,0.8);
font-size: 18px;
font-weight: bold;
padding-bottom: 10px;
padding-top: 10px;
text-align: center;
}
.mt_car--single-price-inner-day {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mt_car--single-price .priceval {
font-size: 32px;
opacity: 1;
color: #fff;
}
.mt_cars--features-description .mt_car--price {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border-radius: 0px;
display: inline-block;
font-size: 15px;
margin-bottom: 3px;
margin-top: 10px;
padding: 10px 10px 10px 0;
text-align: left;
width: 100%;
}
.mt_cars--main-pic:hover .blog_post_image {
transform: scale(1.03);
}
.mt_car--price-day.mt_car--price .car_price {
font-size: 50px;
font-weight: 900;
line-height: 60px;
color: #34BFA3;
}
.mt_car--price-day.mt_car--price .car_currency {
font-size: 16px;
line-height: 25px;
font-weight: 500;
position: relative;
bottom: 35px;
color: #34BFA3;
}
.mt_car--price-day.mt_car--price .car_per {
font-size: 14px;
line-height: 23px;
font-weight: 500;
position: relative;
bottom: 13px;
margin-left: 10px;
color: #34BFA3;
}
.mt_cars--features-description .house_title {
margin-top: 0px;
}
.mt_cars--features-description .house_description {
margin: 0px;
}
.mt_cars--main-pic {
margin-top: 12px !important;
}
.mt_cars--main-pic .mt_car--features-group {
margin: 30px 0;
}
.mt_cars--features-description .single-car-feature {
margin: 5px 0;
}
.mt_car--important-features .car_number_passengers_value,
.mt_car--important-features .car_luggage_value,
.mt_car--important-features .car_gearbox_value {
margin-left: 10px;
position: relative;
bottom: -2px;
}
.mt_car--important-features .car_number_passengers,
.mt_car--important-features .car_luggage,
.mt_car--important-features .car_gearbox {
margin-top: 15px;
margin-bottom: 15px;
border-right: 1px solid #dadada !important;
}
.mt_car--important-features span:last-child {
border: none !important;
}
.mt_car--features-group .features_items p {
margin: 0px !important;
}
.mt_car--features-group .features_items a {
font-size: 18px !important;
margin: 0;
line-height: 29px;
font-weight: 200;
color: rgba(69,70,70,0.8);
margin-left: 5px;
}
.mt_cars--features-description .mt_car--important-features {
border: 1px solid #dadada;
border-radius: 0px;
margin-top: 12px !important;
padding: 0;
}
.mt_car .car_separator {
height: 1px;
background-color: #ddd;
margin-top: 30px;
margin-bottom: 30px;
}
.mt_cars--extra-pics .mt_cars--extra-pics-holder img {
max-width: 100%;
width: 100%;
height: auto;
margin-bottom: 0px !important;
}
.mt_cars--extra-pics .mt_cars--extra-pics-holder {
border-radius: 0px;
-webkit-border-radius: 0px;
display: block;
overflow: hidden;
margin-bottom: 30px;
}
.list-view.mt_car .blog_custom {
background: transparent none repeat scroll 0 0 !important;
}  footer .widget_nav_menu .menu{
padding: 0;
}
.footer-top .widget_nav_menu li {
margin: 0;
padding: 3px 0;
text-align: left;
width: 100%;
}
footer .widget_recent_comments li,
footer .widget_pages li,
footer .widget_meta li,
footer .widget_categories li,
footer .widget_archive li,
footer .widget_nav_menu li,
footer .widget_nav_menu a,
footer .widget_recent_comments li a {
display: block;
color: #e4e4e4;
width: 100%;
text-align: left;
}
footer .widget:last-child {
margin-bottom: 0; 
}
footer .widget {
clear: both;
margin-bottom:40px;
}
footer #wp-calendar th, 
footer #wp-calendar td {
color: #ffffff;
}
footer .widget.widget_tag_cloud {
float: left;
} .sidebar-content .widget_recent_comments li,
.sidebar-content .widget_pages li,
.sidebar-content .widget_meta li,
.sidebar-content .widget_categories li,
.sidebar-content .widget_archive li,
.sidebar-content .widget_nav_menu li,
.widget_recent_entries li,
footer .widget_recent_comments li,
footer .widget_pages li,
footer .widget_meta li,
footer .widget_categories li,
footer .widget_archive li {
padding-left: 15px;
position: relative;
}
.sidebar-content .widget_recent_comments li::before,
.sidebar-content .widget_pages li::before,
.sidebar-content .widget_meta li::before,
.sidebar-content .widget_archive li::before,
.sidebar-content .widget_nav_menu li::before,
footer .widget_recent_comments li::before,
footer .widget_pages li::before,
footer .widget_meta li::before,
footer .widget_categories li::before,
footer .widget_archive li::before,
.widget_recent_entries li::before,
.sidebar-content .widget_categories li::before {
content: "\f111";
font-size: 5px;
font-family: 'fontawesome';
left: 0;
margin-right: 8px;
top: 8px;
position: absolute;
background: transparent !important;
}
.sidebar-content .widget_nav_menu .menu{
padding-left: 12px;
margin-bottom: 0;
}
.sidebar-content .widget_recent_comments li a,
.sidebar-content .widget_pages li a,
.sidebar-content .widget_meta li a,
.sidebar-content .widget_categories li a,
.sidebar-content .widget_archive li a,
.sidebar-content .widget_nav_menu li a {
margin-bottom: 12px;
display: inline-block;
}
.sidebar-content .widget_recent_comments li,
.sidebar-content .widget_pages li,
.sidebar-content .widget_meta li,
.sidebar-content .widget_categories li,
.sidebar-content .widget_archive li,
.sidebar-content .widget_nav_menu li,
.sidebar-content .widget_nav_menu a {
display: block;
color: #666666;
width: 100%;
text-align: left;
}
.widget_recent_comments .children,
.widget_categories .children,
.widget_pages .children {
padding: 0;
}
body .widget_nav_menu ul {
padding-left: 0;
}
.widget_esio_recent_entries_with_thumbnail > ul {
padding: 0;
margin: 0px 15px;
}
.widget_esio_recent_entries_with_thumbnail .row {
display: flex;
align-items: center;
margin-bottom: 15px;
}
.widget_esio_recent_entries_with_thumbnail .post-thumbnail {
padding: 0;
overflow: hidden;
border-radius: 0px;
-webkit-border-radius: 0px;
}
.widget_esio_recent_entries_with_thumbnail li a {
font-weight: 500;
transition: all 300ms ease-in-out 0ms;
-o-transition: all 300ms ease-in-out 0ms;
-moz-transition: all 300ms ease-in-out 0ms;
-webkit-transition: all 300ms ease-in-out 0ms;
-ms-transition: all 300ms ease-in-out 0ms;
}
.widget_esio_recent_entries_with_thumbnail li .post-details a {
padding-top: 5px;
line-height: normal;
}
.widget_esio_recent_entries_with_thumbnail .post-date {
color: #828282;
font-size: 14px;
margin: 0;
padding: 5px 0 4px 0;
display: block;
}    .owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
} .owl-carousel{
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} .grabbing { 
cursor:url(//apiserana.com/wp-content/themes/esio/images/grabbing.png) 8 8, move;
} .owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}
.owl-theme .owl-controls{
margin-top: 20px;
text-align: left;
} .owl-theme .owl-controls .owl-buttons div{
color: #FFF;
zoom: 1;
display: inline; margin: 5px;
font-size: 12px;
background: #869791;
filter: Alpha(Opacity=50); opacity: 0.8;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.testimonials-container-1.owl-theme .owl-controls .owl-buttons .owl-prev {
margin-left: 0px;
padding-left: 0px;
}  .owl-theme .owl-controls.clickable .owl-buttons div:hover{
filter: Alpha(Opacity=100); opacity: .9 !important;
text-decoration: none;
}
.owl-theme .owl-controls .owl-buttons div:hover i {
transform: scale(1.05) !important;
-webkit-transform: scale(1.05) !important;
-moz-transform: scale(1.05) !important;
-o-transform: scale(1.05) !important;
-ms-transform: scale(1.05) !important;
}
.owl-theme .owl-controls .owl-buttons div i {
font-weight: bold;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
} .owl-theme .owl-controls .owl-page{
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-controls .owl-page span{
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50); opacity: 0.5;
transform: none;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
-ms-transform: none;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
filter: Alpha(Opacity=100); opacity: 1;
} .owl-theme .owl-controls .owl-page span.owl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.services-section .box-shadow-column .vc_column-inner{ 
box-shadow: 20px 37px 102px rgba(0, 0, 0, 0.098);
overflow: hidden;
border-radius: 11px!important;
}   
.services-section .services-icon img {
-webkit-filter: saturate(0%) grayscale(100%) brightness(69%) contrast(1000%);
-ms-filter: saturate(0%) grayscale(100%) brightness(69%) contrast(1000%);
filter: saturate(0%) grayscale(100%) brightness(69%) contrast(1000%);
-moz-filter: saturate(0%) grayscale(100%) brightness(69%) contrast(1000%);
}
.services-section .box-shadow-column .vc_column-inner {
transition: all 250ms ease;
-moz-transition: all 250ms ease;
-ms-transition: all 250ms ease;
}
.services-section .box-shadow-column .vc_column-inner:hover {
box-shadow: 20px 37px 102px rgba(0, 0, 0, 0.2);
cursor: pointer;
transform: translateY(-10px);
}
.services-section .box-shadow-column .vc_column-inner:hover .services-icon img {
filter: none;
-moz-filter:none;
-ms-filter:none;
}
.services-section .box-shadow-column .vc_column-inner:hover .button-sections a {
color: #74d66e !important;
}
.bottom-services {
border-bottom: 1px solid rgba(149, 148, 153, 0.3);
padding-bottom: 25px;
}
.top-services {
border-top: 1px solid rgba(149, 148, 153, 0.3);
padding-top: 18px;
}
.sidebar-menu .menu li {
border-bottom: 2px solid #fff;
background: #f7fafd;
margin: 0;
padding: 0 23px 0 0;
color: #252525;
width: 100%;
}
.sidebar-menu .menu li a {
color: #252525;
text-decoration: none !important;
border-left: 5px solid #34BFA3;
display: inline-block;
padding: 20px 0 20px 20px;
-webkit-transition: all .3s ease;
transition: all .3s ease;
font-weight: 500;
font-size: 16px;
}
.sidebar-menu .menu li.current-menu-item > a,
.sidebar-menu .menu li:hover > a,
.sidebar-menu .menu li:focus > a,
.sidebar-menu .menu li:active > a   {
border-color: #252525;
}
.sidebar-menu h2.widgettitle {
color: #fff;
text-decoration: none !important;
display: inline-block;
padding: 22px 0 22px 25px;
-webkit-transition: all .3s ease;
transition: all .3s ease;
font-weight: bold;
background: #34BFA3;
width: 100%;
margin: 0;
border-bottom: 2px solid #fff;
font-size: 23px;
}
.get-a-consultation-sidebar .tikidocs-contact label span, 
.get-a-consultation-sidebar div.wpcf7-response-output {
color: #fff !important;
}
.cases-tabs ul.vc_tta-tabs-list {
background: #252525 !important;
}
.cases-tabs ul.vc_tta-tabs-list li a {
color: #fff !important;
font-size: 17px !important;
font-weight: bold;
background: #252525 !important;
border: 0 !important;
padding: 18px 32px !important;
}
.cases-tabs ul.vc_tta-tabs-list  li.vc_tta-tab.vc_active a {
background: #34BFA3 !important;
}
.cases-tabs .vc_tta-panel-body {
background: #f7fafd !important;
margin: 10px 10px 5px 10px !important;
}
.cases-tabs .vc_tta-panels {
border-color: #f7fafd !important;
}
.consulting-broshure-sidebar h3.title-download-pdf {
margin: 0 0 20px;
font-weight: bold;
color: #252525;
font-size: 23px !important;
}
.consulting-broshure-sidebar p.subcription-download-pdf {
font-weight: 400;
color: #252525;
}
.consulting-broshure-sidebar a.btn.btn-download-pdf {
border: 0 none;
font-weight: bold;
padding: 17px 34px;
color: #fff;
line-height: 1;
border: 2px solid #34BFA3;
margin-top: 15px;
height: auto;
font-size: 16px;
background: #34BFA3;
width: 100%;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
.consulting-broshure-sidebar a.btn.btn-download-pdf:hover {
background: #252525 !important;
color: #fff !important;
border-color: #252525 !important;
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
}
.accordion-services .vc_tta-panel a {
background: #34BFA3 !important;
color: #fff !important;
font-weight: bold;
border: 0 !important;
padding: 22px 32px !important;
}
.accordion-services .vc_tta-panel-body {
background: #f7fafd !important;
border-color: #f7fafd !important;
padding: 30px !important;
}
.accordion-services .vc_tta-panel-heading {
border: 0 !important;
}
.accordion-services .vc_tta-panel {
margin-bottom: 2px !important;
}
.accordion-services .vc_tta-controls-icon::before {
border-color: #fff !important;
} .owl-item.loading{
min-height: 150px;
background: url(//apiserana.com/wp-content/themes/esio/css/AjaxLoader.gif) no-repeat center center
}
.text-light .esg-filterbutton.selected,
.text-light .esg-filterbutton:hover {
color: #716ACA !important;
}
.text-light .esg-filterbutton.selected span:first-child,
.text-light .esg-filterbutton:hover span{
text-decoration: none !important;
}
.text-light .esg-filterbutton:first-child {
padding-left: 0 !important;
}
.text-light .esg-filterbutton {
font-size: 17px !important;
border: 0 !important;
font-weight: 500 !important;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-o-transition: all 250ms ease;
-moz-transition: all 250ms ease;
}   .bbpress div#primary {
padding: 80px 0px 40px;
}
.bbpress div.bbp-breadcrumb ,
.bbpress #bbp-search-form ,
#bbpress-forums li.bbp-footer {
display: none;
}
.bbpress span#subscription-toggle a.subscription-toggle {
background: #34bfa3;
padding: 10px 30px;
display: block;
font-size: 14px;
margin: 12px auto 20px;
max-width: 150px;
text-align: center;
font-weight: 700;
border-radius: 30px;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-o-transition: all 250ms ease;
-moz-transition: all 250ms ease;
color: #fff;
}
.bbpress span#subscription-toggle a.subscription-toggle:hover {
opacity: .7;
color: #fff;
} #bbpress-forums li.bbp-header {
font-weight: 600;
box-shadow: 20px 37px 102px rgba(0, 0, 0, 0.098);
border-radius: 11px;
margin-bottom: 20px;
padding: 0;
text-transform: uppercase;
border: 0;
text-align: left;
background: linear-gradient(94.56deg, #564EC0 -2.22%, #716ACA 101.4%);
color: #fff;
}
#bbpress-forums li.bbp-header ul {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
border: 0;
padding: 0;
margin: 0;
list-style: none;
overflow: visible;
}
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-header a, #bbpress-forums li.bbp-header a:visited {
color: #FFF;
}
#bbpress-forums li.bbp-body > ul.topic > li.bbp-topic-reply-count, #bbpress-forums li.bbp-body > ul.topic > li.bbp-topic-voice-count, #bbpress-forums li.bbp-body > ul.forum > li.bbp-forum-topic-count, #bbpress-forums li.bbp-body > ul.forum > li.bbp-forum-reply-count, #bbpress-forums li.bbp-header ul li.bbp-forum-topic-count, #bbpress-forums li.bbp-header ul li.bbp-forum-reply-count, #bbpress-forums li.bbp-header ul li.bbp-topic-reply-count, #bbpress-forums li.bbp-header ul li.bbp-topic-voice-count {
padding-left: 1rem;
padding-right: 1rem;
}
#bbpress-forums li.bbp-body > ul.forum > li.bbp-forum-topic-count,
#bbpress-forums li.bbp-body > ul.forum > li.bbp-forum-reply-count,
#bbpress-forums li.bbp-body > ul.forum > li.bbp-forum-freshness {
font-weight: bold;
color: #363338;
padding: 35px;
}
#bbpress-forums li.bbp-header ul li {
padding: 20px 25px;
color: #fff;
font-size: 14px;
text-transform: uppercase;
font-weight: 700;
}
li.bbp-forum-topic-count, li.bbp-topic-voice-count, li.bbp-forum-reply-count, li.bbp-topic-reply-count {
float: none;
text-align: center;
width: 12.5%;
}
#bbpress-forums li.bbp-header ul li.bbp-topic-freshness, #bbpress-forums li.bbp-header ul li.bbp-forum-freshness {
text-align: center;
}
#bbpress-forums li.bbp-header ul li:last-child {
border-right: 0;
}
li.bbp-forum-freshness, li.bbp-topic-freshness {
float: none;
text-align: left;
width: 25%;
}
#bbpress-forums li.bbp-body > ul.topic > li.bbp-forum-info, #bbpress-forums li.bbp-body > ul.forum > li.bbp-forum-info {
display: -ms-flexbox;
display: block;
-ms-flex-align: center;
align-items: center;
justify-content: left;
}
#bbpress-forums li.bbp-body > ul.topic > li, #bbpress-forums li.bbp-body > ul.forum > li {
border-right: 1px solid rgba(0, 0, 0, 0.05);
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
margin: 0;
padding: 25px;
float: none;
display: block;
align-items: center;
justify-content: center;
font-size: 16px;
background: #fff;
}
li.bbp-forum-info, li.bbp-topic-title {
float: none;
text-align: left;
width: 50%;
}
#bbpress-forums li.bbp-body > ul.topic > li.bbp-topic-freshness, #bbpress-forums li.bbp-body > ul.forum > li.bbp-forum-freshness {
font-size: 0.8125rem;
text-align: right;
justify-content: flex-end;
}
#bbpress-forums li.bbp-body > ul.forum > li.bbp-forum-freshness {
font-size: 14px!important;
text-align: center !important;
}
#bbpress-forums li.bbp-body > ul.topic > li.bbp-topic-voice-count, #bbpress-forums li.bbp-body > ul.forum > li.bbp-forum-topic-count,#bbpress-forums li.bbp-body > ul.topic > li.bbp-topic-reply-count{
font-weight: bold;
color: #363338;
padding: 35px;
}
#bbpress-forums li.bbp-body > ul.topic > li:last-child, #bbpress-forums li.bbp-body > ul.forum > li:last-child {
border-right: 0;
}
#bbpress-forums li.bbp-body > ul.forum > li.bbp-forum-info .bbp-forum-content {
width: 100%;
}
#bbpress-forums li.bbp-body > ul.topic li.bbp-topic-title > a, #bbpress-forums li.bbp-body > ul.topic li.bbp-topic-title > a:visited, #bbpress-forums li.bbp-body > ul.forum > li.bbp-forum-info a.bbp-forum-title, #bbpress-forums li.bbp-body > ul.forum > li.bbp-forum-info a.bbp-forum-title:visited {
text-transform: capitalize;
font-weight: bold;
font-size: 16px;
margin-bottom: 0.0625rem;
display: inline-block;
}
#bbpress-forums div.bbp-reply-content ul li {
font-size: 14px;
}
#bbpress-forums li.bbp-body > ul.topic > li.bbp-topic-info .bbp-topic-content, #bbpress-forums li.bbp-body > ul.forum > li.bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
font-size: 14px;
margin: 0;
padding: 0;
word-wrap: break-word;
color: #959499;
width: 100%;
}
#bbpress-forums p.bbp-topic-meta span .avatar{
display: none;
}
#bbpress-forums li.bbp-body ul.topic, #bbpress-forums li.bbp-body ul.forum {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
align-items: stretch;
border-radius: 11px;
padding: 0;
overflow: hidden;
list-style: none;
margin: 0;
box-shadow: 20px 37px 102px rgba(0, 0, 0, 0.098);
}
#bbpress-forums li.bbp-body ul.forum {
margin-bottom: 20px;
}
#bbpress-forums li.bbp-body ul.forum:last-child {
margin-bottom: 0px;
}
#bbpress-forums ul.bbp-forums{
margin-bottom: 0px;
}
#bbpress-forums li.bbp-body > ul.topic > li.bbp-topic-freshness .bbp-topic-meta, #bbpress-forums li.bbp-body > ul.forum > li.bbp-forum-freshness .bbp-topic-meta {
margin: 5px 0 5px 0;
font-size: 16px;
font-weight: 600;
line-height: 1;
}
#bbpress-forums li.bbp-body > ul.topic > li.bbp-topic-freshness .bbp-topic-meta img.avatar, #bbpress-forums li.bbp-body > ul.forum > li.bbp-forum-freshness .bbp-topic-meta img.avatar {
display: none;
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content, div.bbp-template-notice p, #bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta, div.bbp-breadcrumb, div.bbp-topic-tags, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums {
font-size: 16px;
}
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies {
border-left: 0px solid rgba(0, 0, 0, 0.05);
border-right: 0px solid rgba(0, 0, 0, 0.05);
border-radius: 5px;
box-shadow: 20px 37px 102px rgba(0, 0, 0, 0.098);
}
#bbpress-forums div.bbp-reply-header {
background-color: #fff;
border-top : 0px !important;
}
#bbpress-forums div.odd, #bbpress-forums ul.odd {
background-color: #fff;
}
#bbpress-forums div.odd, #bbpress-forums ul.odd {
background-color: #fff;
}
#bbpress-forums div.bbp-reply-header {
padding: 15px 30px;
color: #666666;
font-size: 14px;
}
#bbpress-forums div.bbp-reply-header span.bbp-admin-links a {
color: #666666;
font-size: 14px;
text-transform: capitalize;
}
.bbp-reply-header a {
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-o-transition: all 250ms ease;
-moz-transition: all 250ms ease;
}
.bbp-reply-header a.bbp-reply-permalink {
color: #666666;
}
.bbp-reply-header a:hover {
color: #34BFA3 !important;
}
#bbpress-forums div.bbp-reply-author .bbp-author-role {
color: #666666;
font-style: normal;
font-size: 14px;
}
#bbpress-forums div.bbp-reply-author .bbp-reply-ip {
display: none;
}
#bbpress-forums .bbp-topics {
border-bottom: 0px solid !important;
box-shadow: 20px 37px 102px rgba(0, 0, 0, 0.098);
border-radius: 5px;
overflow: hidden;
}
#bbpress-forums ul.bbp-topics{
border: 0px !important;
}
#bbpress-forums div.bbp-topic-tags {
display: none;
}
#bbpress-forums .bsp_thumbnail > a {
padding-left: 0 !important;
}
.bbpress a.bbp-forum-title,
.bbpress a.bbp-topic-permalink {
font-size: 20px;
font-weight: bold;
color: #252525;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-o-transition: all 250ms ease;
-moz-transition: all 250ms ease;
}
.bbpress a.bbp-forum-title:hover,
.bbpress a.bbp-topic-permalink:hover,
.bbpress #bbpress-forums li.bbp-body ul .bbp-forum-freshness .bbp-author-name:hover,
.bbpress #bbpress-forums li.bbp-body ul .bbp-topic-freshness .bbp-author-name:hover,
.bbpress #bbpress-forums li.bbp-body .bbp-topic-title .bbp-topic-meta .bbp-author-name:hover  {
color: #34BFA3 !important;
}
.bbpress #bbpress-forums li.bbp-body ul .bbp-forum-freshness .bbp-author-name,
.bbpress #bbpress-forums li.bbp-body ul .bbp-topic-freshness .bbp-author-name,
.bbpress #bbpress-forums li.bbp-body .bbp-topic-title .bbp-topic-meta .bbp-author-name {
color: #252525;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-o-transition: all 250ms ease;
-moz-transition: all 250ms ease;
}
#bbpress-forums #bbp-user-wrapper {
float: left;
width: 100%;
background: #FFFFFF;
box-shadow: 20px 37px 102px rgba(0, 0, 0, 0.098);
border-radius: 11px;
padding: 20px 45px;
font-size: 16px;
height: auto;
display: block;
clear: both;
overflow: hidden;
}
#bbpress-forums #bbp-user-body {
padding: 30px;
}
.bbpress #bbpress-forums li.bbp-body ul .bbp-forum-freshness a,
.bbpress #bbpress-forums li.bbp-body ul .bbp-topic-freshness a  {
font-size: 14px;
font-weight: bold;
color: rgba(40, 43, 71, .5);
}
#bbpress-forums li.bbp-body > ul.forum > li.bbp-forum-freshness {
padding: 15px;
margin-top: 10px;
}
.bbpress div.bbp-template-notice.info,
.bbpress div.bbp-template-notice {
background: #fff;
border: 0;
padding: 11px 20px;
box-shadow: 20px 37px 102px rgba(0, 0, 0, 0.098);
border-left: 6px solid #34BFA3;
border-radius: 11px;
}
.bbpress div.bbp-template-notice p {
font-size: 16px;
color: #252525;
font-weight: bold;
}
.bbpress div.bbp-template-notice p .avatar {
display: none;
}
.bbp-pagination-count {
font-size: 14px;
color: #252525;
}
#bbpress-forums fieldset.bbp-form {
padding: 0;
}
.bbp-topics .bbp-body .bbp-topic-freshness a, .bbp-topics .bbp-body li .bbp-topic-started-by {
font-size: 14px;
}
#bbpress-forums p.bbp-topic-meta span {
font-size: 14px;
}
#bbpress-forums li.bbp-body > ul.topic > li.bbp-topic-title, #bbpress-forums li.bbp-body > ul.forum > li.bbp-forum-title {
text-align: left;
justify-content: flex-start;
}
#bbpress-forums fieldset.bbp-form label {
color: #252525;
font-weight: 400;
font-size: 16px;
}
#bbpress-forums fieldset.bbp-form input[type="text"] {
border: 0;
padding: 12px 20px !important;
width: 100%;
border-radius: 30px !important;
background: #fff;
box-shadow: 0 0 5px rgba(0,0,0,.1);
-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
-moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
-ms-box-shadow: 0 0 5px rgba(0,0,0,.1);
margin-bottom: 30px !important;
margin-top: 5px !important;
outline: 0 !important;
}
#bbpress-forums fieldset.bbp-form select {
border: 0;
padding: 12px 20px !important;
border-radius: 30px !important;
background: #fff;
box-shadow: 0 0 5px rgba(0,0,0,.1);
-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
-moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
-ms-box-shadow: 0 0 5px rgba(0,0,0,.1);
margin-bottom: 30px !important;
margin-top: 5px !important;
outline: 0 !important;
}
.bbpress .button[type='submit'] {
background: #34bfa3;
padding: 10px 30px;
display: block;
font-size: 14px;
border:none;
margin: 0 auto 20px;
max-width: 150px;
text-align: center;
font-weight: 700;
border-radius: 30px;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-o-transition: all 250ms ease;
-moz-transition: all 250ms ease;
color: #fff;
}
.bbp-pagination {
margin-bottom: 55px;
}
#bbpress-forums {
overflow: visible !important;
}
#bbpress-forums fieldset.bbp-form button#bbp_topic_submit:hover,
#bbpress-forums #bbp-your-profile fieldset.submit button:hover,
.single-topic #bbpress-forums fieldset.bbp-form .button[type='submit']:hover {
background: #34bfa3;
opacity: 0.7;
color: #fff;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
height: auto;
min-width: 100%;
}
.single-topic span#subscription-toggle a.subscription-toggle {
display: none;
}
.single-topic #bbpress-forums li.bbp-header {
padding: 20px 0;
}
.single-topic li.bbp-header div.bbp-reply-content span#favorite-toggle a {
font-weight: bold;
}
.single-topic #bbpress-forums .bbp-replies li:not(.bbp-header) div.bbp-reply-content {
margin-left: 200px;
padding: 12px 20px 20px 0;
}
.single-topic #bbpress-forums .bbp-replies li:not(.bbp-header) div.bbp-reply-author {
width: 170px;
padding-left: 21px;
padding-top: 10px;
}
.single-topic #bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log li .avatar {
display: none;
}
.single-topic #bbpress-forums div.bbp-reply-author a.bbp-author-name {
color: #252525;
font-weight: bold;
font-size: 16px;
margin-top: 15px;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-o-transition: all 250ms ease;
}
.single-topic #bbpress-forums div.bbp-reply-author a.bbp-author-name:hover {
color: #34BFA3;
}
#bbpress-forums li.bbp-header .bbp-reply-content {
margin-left: 208px;
}
.single-topic #bbpress-forums div.bbp-reply-author br {
display: none;
}
.single-topic li.bbp-header div.bbp-reply-content span#subscription-toggle {
display: none;
}
.single-topic #bbpress-forums div.bbp-reply-author img.avatar {
min-width: 100%;
border-radius: 0;
}
.single-topic #bbpress-forums li.bbp-header {
font-weight: 700;
text-transform: capitalize;
}
.single-topic #bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log {
display: none;
}
.single-topic li.bbp-header div.bbp-reply-content span#favorite-toggle {
display: none;
}
@media (max-width: 991px) {
li.bbp-forum-info, li.bbp-topic-title {
width: 100%;
}
li.bbp-forum-topic-count, li.bbp-topic-voice-count, li.bbp-forum-reply-count, li.bbp-topic-reply-count {
display: none !important;
}
li.bbp-forum-freshness, li.bbp-topic-freshness {
display: none !important;
}
#bbpress-forums .bbp-search-results li.bbp-header, #bbpress-forums .bbp-replies li.bbp-header {
display: none;
}
#bbpress-forums div.bbp-reply-header span.bbp-admin-links {
display: none;
}
.single-topic #bbpress-forums .bbp-replies li:not(.bbp-header) div.bbp-reply-content {
margin: 20px;
width: 100%;
clear: both !important;
padding-top: 30px;
}
#bbpress-forums div.bbp-reply-author img.avatar {
position: static !important;
}
#bbpress-forums .bbp-body div.bbp-reply-author {
margin: auto;
}
}
.btQuoteBookingWrap .ui-slider .ui-slider-handle:focus {
outline: 0 !important;
}
.sss-form input[type=submit] {
font-weight: 600;
}
#bbpress-forums fieldset.bbp-form {
border: none;
} .sss-select-theme span.disabled {
color: #959499 !important;
font-weight: 400 !important;
}
.sss-form input[type="text"], .sss-form input[type="email"], 
.sss-form input[type="number"], .sss-form input[type="tel"], 
.sss-form input[type="password"], 
.sss-form textarea {
border-radius: 11px;
}
.sss-form input[type=submit] {
background: linear-gradient(342.59deg, #40DBBB 19.74%, #34BFA3 85.13%) !important;
box-shadow: 3px 11px 11px rgba(52, 191, 163, 0.18) !important;
border-radius: 29.5px !important;
height: 50px !important;
min-width: 160px !important;
} .is_header_semitransparent .navbar-default {
background:transparent;
}
.is_header_semitransparent .sticky-wrapper.is-sticky .navbar-default {
background: rgba(35, 35, 49, 0.9) none repeat scroll 0 0;
}
.is_header_semitransparent .navbar-default .container div#navbar {
padding: 0;
}
.is_header_semitransparent .top-header {
background-color: transparent !important;
}
.is_header_semitransparent .sticky-wrapper.is-sticky .navbar-default .container{
background: rgba(234, 234, 234, 1) none repeat scroll 0 0;
}.back-to-top {
background: transparent;
color: #ffffff;
}
.back-to-top:hover {
background: transparent;
color: #ffffff;
}
body.single article .article-content p {
margin-bottom: 25px;
}
.single article .article-content p,
p,
.post-excerpt{
font-size: 16px;
line-height: 26px;
font-family: Poppins;
color: #666666;
}
body{
font-family: Poppins;
}
p {
font-family: Poppins;
}
h1,
h1 span {
font-family: "Poppins";
font-size: 36px;
}
h2 {
font-family: "Poppins";
font-size: 30px;
}
h3 {
font-family: "Poppins";
font-size: 24px;
}
h4 {
font-family: "Poppins";
font-size: 18px;
} 
h5 {
font-family: "Poppins";
font-size: 14px;
} 
h6 {
font-family: "Poppins";
font-size: 12px;
} 
input,
textarea {
font-family: Poppins;
}  
input[type="submit"] {
font-family: Poppins;
} 
@media only screen and (max-width: 767px) {
body h1,
body h1 span{
font-size: 30px !important;
line-height: 35px !important;
}
body h2{
font-size: 28px !important;
line-height: 33px !important;
}
body h3{
font-size: 26px !important;
line-height: 31px !important;
}
body h4{
font-size: 24px !important;
line-height: 29px !important;
}
body h5{
font-size: 22px !important;
line-height: 27px !important;
}
body h6{
font-size: 20px !important;
line-height: 25px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
body h1,
body h1 span{
font-size: 36px !important;
line-height: 39px !important;
}
body h2{
font-size: 32px !important;
line-height: 35px !important;
}
body h3{
font-size: 28px !important;
line-height: 31px !important;
}
body h4{
font-size: 24px !important;
line-height: 27px !important;
}
body h5{
font-size: 20px !important;
line-height: 23px !important;
}
body h6{
font-size: 18px !important;
line-height: 21px !important;
}
}
.breadcrumb a::after {
content: "/";
}
body{
background: #ffffff;
}
.logo img,
.navbar-header .logo img {
max-width: 210px;
}
::selection{
color: #ffffff;
background: #34BFA3;
}
::-moz-selection { color: #ffffff;
background: #34BFA3;
}
a{
color: #34BFA3;
}
a:focus,
a:hover{
color: #9571F6;
} a, 
a:hover, 
a:focus,
.mt_car--tax-type,
span.amount,
.widget_popular_recent_tabs .nav-tabs li.active a,
.widget_product_categories .cat-item:hover,
.widget_product_categories .cat-item a:hover,
.widget_archive li:hover,
.widget_archive li a:hover,
.widget_categories .cat-item:hover,
.widget_categories li a:hover,
.pricing-table.recomended .button.solid-button, 
.pricing-table .table-content:hover .button.solid-button,
.pricing-table.Recommended .button.solid-button, 
.pricing-table.recommended .button.solid-button, 
#sync2 .owl-item.synced .post_slider_title,
#sync2 .owl-item:hover .post_slider_title,
#sync2 .owl-item:active .post_slider_title,
.pricing-table.recomended .button.solid-button, 
.pricing-table .table-content:hover .button.solid-button,
.testimonial-author,
.testimonials-container blockquote::before,
.testimonials-container blockquote::after,
.post-author > a,
h2 span,
label.error,
.author-name,
.prev-next-post a:hover,
.prev-text,
.wpb_button.btn-filled:hover,
.next-text,
.social ul li a:hover i,
.wpcf7-form span.wpcf7-not-valid-tip,
.text-dark .statistics .stats-head *,
.wpb_button.btn-filled,
.widget_meta a:hover,
.widget_pages a:hover,
.blogloop-v1 .post-name a:hover,
.blogloop-v2 .post-name a:hover,
.blogloop-v3 .post-name a:hover,
.blogloop-v4 .post-name a:hover,
.blogloop-v5 .post-name a:hover,
.post-category-comment-date span a:hover,
.list-view .post-details .post-category-comment-date a:hover,
.simple_sermon_content_top h4,
.page_404_v1 h1,
.mt_cars--single-main-pic .post-name > a,
.widget_recent_comments li:hover a,
.list-view .post-details .post-name a:hover,
.blogloop-v5 .post-details .post-sticky-label i,
header.header2 .header-info-group .header_text_title strong,
.widget_recent_entries_with_thumbnail li:hover a,
.widget_recent_entries li a:hover,
.blogloop-v1 .post-details .post-sticky-label i,
.blogloop-v2 .post-details .post-sticky-label i,
.blogloop-v3 .post-details .post-sticky-label i,
.blogloop-v4 .post-details .post-sticky-label i,
.blogloop-v5 .post-details .post-sticky-label i,
.error-404.not-found h1,
.action-expand::after,
.list-view .post-details .post-excerpt .more-link:hover,
.header4 header .right-side-social-actions .social-links a:hover i,
.sidebar-content .widget_nav_menu li a:hover,
.blogloop-v2 .post-name a:hover{
color: #2A2A2A;
} .navstyle-v8.header3 #navbar .menu > .menu-item.current-menu-item > a, 
.navstyle-v8.header3 #navbar .menu > .menu-item:hover > a,
.navstyle-v1.header3 #navbar .menu > .menu-item:hover > a,
.navstyle-v1.header2 #navbar .menu > .menu-item:hover > a,
.navstyle-v4 #navbar .menu > .menu-item.current-menu-item > a,
.navstyle-v4 #navbar .menu > .menu-item:hover > a,
.navstyle-v3 #navbar .menu > .menu-item.current-menu-item > a, 
.navstyle-v3 #navbar .menu > .menu-item:hover > a,
.navstyle-v3 #navbar .menu > .menu-item > a::before, 
.navstyle-v3 #navbar .menu > .menu-item > a::after,
.navstyle-v2 #navbar .menu > .menu-item.current-menu-item > a,
.navstyle-v2 #navbar .menu > .menu-item:hover > a{
color: #34BFA3;
}
.nav-submenu-style1 #navbar .sub-menu .menu-item.selected > a, 
.nav-submenu-style1 #navbar .sub-menu .menu-item:hover > a,
.navstyle-v2.header3 #navbar .menu > .menu-item > a::before,
.navstyle-v2.header3 #navbar .menu > .menu-item > a::after,
.navstyle-v8 #navbar .menu > .menu-item > a::before,
.navstyle-v7 #navbar .menu > .menu-item .sub-menu > .menu-item > a:hover,
.navstyle-v7 #navbar .menu > .menu-item.current_page_item > a,
.navstyle-v7 #navbar .menu > .menu-item.current-menu-item > a,
.navstyle-v7 #navbar .menu > .menu-item:hover > a,
.navstyle-v6 #navbar .menu > .menu-item.current_page_item > a,
.navstyle-v6 #navbar .menu > .menu-item.current-menu-item > a,
.navstyle-v6 #navbar .menu > .menu-item:hover > a,
.navstyle-v5 #navbar .menu > .menu-item.current_page_item > a, 
.navstyle-v5 #navbar .menu > .menu-item.current-menu-item > a,
.navstyle-v5 #navbar .menu > .menu-item:hover > a,
.navstyle-v2 #navbar .menu > .menu-item > a::before, 
.navstyle-v2 #navbar .menu > .menu-item > a::after{
background: #34BFA3;
} .related-posts .post-name:hover a{
color: #B6BF68;
} .tagcloud > a:hover,
.modeltheme-icon-search,
.wpb_button::after,
.rotate45,
.latest-posts .post-date-day,
.latest-posts h3, 
.latest-tweets h3, 
.latest-videos h3,
.button.solid-button, 
button.vc_btn,
.pricing-table.recomended .table-content, 
.pricing-table .table-content:hover,
.pricing-table.Recommended .table-content, 
.pricing-table.recommended .table-content, 
.pricing-table.recomended .table-content, 
.pricing-table .table-content:hover,
.block-triangle,
.owl-theme .owl-controls .owl-page span,
body .vc_btn.vc_btn-blue, 
body a.vc_btn.vc_btn-blue, 
body button.vc_btn.vc_btn-blue,
.pagination .page-numbers.current,
.pagination .page-numbers:hover,
#subscribe > button[type='submit'],
.social-sharer > li:hover,
.prev-next-post a:hover .rotate45,
.masonry_banner.default-skin,
.form-submit input,
.member-header::after,
.member-footer .social::before, 
.member-footer .social::after,
.subscribe > button[type='submit'],
.no-results input[type='submit'],
h3#reply-title::after,
.newspaper-info,
header.header1 .header-nav-actions .shop_cart,
.categories_shortcode .owl-controls .owl-buttons i:hover,
.widget-title:after,
h2.heading-bottom:after,
.single .content-car-heading:after,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active,
#primary .main-content ul li:not(.rotate45)::before,
ul.ecs-event-list li span,
#contact_form2 .solid-button.button,
.details-container > div.details-item .amount, .details-container > div.details-item ins,
.modeltheme-search .search-submit,
.pricing-table.recommended .table-content .title-pricing,
.pricing-table .table-content:hover .title-pricing,
.pricing-table.recommended .button.solid-button,
#navbar ul.sub-menu li a:hover
.blogloop-v5 .absolute-date-badge span,
.post-category-date a[rel="tag"],
.tikidocs_preloader_holder,
#navbar .mt-icon-list-item:hover,
.mt_car--single-gallery.mt_car--featured-single-gallery:hover,
.modeltheme-pagination.pagination .page-numbers.current,
.pricing-table .table-content:hover .button.solid-button,
footer .footer-top .menu .menu-item a::before,
.mt-car-search .submit .form-control,
.blogloop-v4.list-view .post-date,
.navbar-toggle .icon-bar,
.back-to-top,
.post-password-form input[type="submit"],
.search-form input[type="submit"],
.post-password-form input[type='submit'] {
background: #FD75B4;
}
.modeltheme-search.modeltheme-search-open .modeltheme-icon-search, 
.no-js .modeltheme-search .modeltheme-icon-search,
.modeltheme-icon-search:hover,
.latest-posts .post-date-month,
.button.solid-button:hover,
body .vc_btn.vc_btn-blue:hover, 
body a.vc_btn.vc_btn-blue:hover, 
.post-category-date a[rel="tag"]:hover,
.single-post-tags > a:hover,
body button.vc_btn.vc_btn-blue:hover,
.blogloop-v5 .absolute-date-badge span:hover,
.mt-car-search .submit .form-control:hover,
#contact_form2 .solid-button.button:hover,
.subscribe > button[type='submit']:hover,
footer .mc4wp-form-fields input[type="submit"]:hover,
.no-results.not-found .search-submit:hover,
.no-results input[type='submit']:hover,
ul.ecs-event-list li span:hover,
.pricing-table.recommended .table-content .price_circle,
.pricing-table .table-content:hover .price_circle,
#modal-search-form .modal-content input.search-input,
.form-submit input:hover,
.blogloop-v4.list-view .post-date a:hover,
.pricing-table.recommended .button.solid-button:hover,
.search-form input[type="submit"]:hover,
.modeltheme-pagination.pagination .page-numbers.current:hover,
.error-return-home.text-center > a:hover,
.pricing-table .table-content:hover .button.solid-button:hover,
.post-password-form input[type="submit"]:hover,
.navbar-toggle .navbar-toggle:hover .icon-bar,
.back-to-top:hover,
.post-password-form input[type='submit']:hover {
background: #151515;
}
.tagcloud > a:hover{
background: #151515 !important;
}
.flickr_badge_image a::after,
.thumbnail-overlay,
.portfolio-hover,
.pastor-image-content .details-holder,
.item-description .holder-top,
blockquote::before {
background: rgba(37,37,37, .7);
border-radius: 3px;
} .comment-form input, 
.comment-form textarea,
.author-bio,
blockquote,
.widget_popular_recent_tabs .nav-tabs > li.active,
body .left-border, 
body .right-border,
body .member-header,
body .member-footer .social,
body .button[type='submit'],
.navbar ul li ul.sub-menu,
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
#contact-us .form-control:focus,
.sale_banner_holder:hover,
.testimonial-img,
.wpcf7-form input:focus, 
.wpcf7-form textarea:focus,
.header_search_form,
.list-view .post-details .post-excerpt .more-link:hover{
border-color: #FD75B4;
}
blockquote footer, blockquote small, blockquote .small {
color: #f7f7f7 !important;
}
.eael-creative-button {
font-weight: 600;
}
.no-stroke svg * {
stroke: none;
}
.over-img img {
margin-top: -50%;
border-radius: 50px !important;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07) !important;
}
.model-icon i {
transition: all 250ms ease 0s;
-webkit-transition: all 250ms ease 0s;
}
.model-icon.color i {
color: #FD75B4;
}    .list-view .post-thumbnail {
margin: 0 0 30px;
padding: 0;
}
.blog-posts-shortcode .post-thumbnail {
margin-bottom: 0px; 
}
.list-view .post-details {
align-self: center;
position: relative;
}
.list-view .post-category-comment-date {
margin: 0 0 8px;
}
.list-view .post-details .post-name a {
line-height: normal;
transition: all ease-in-out 0.3s;
}
.list-view .no-featured-image {
padding: 30px !important;
}
.list-view .post-details .post-category-comment-date .post-date a {
opacity: 1;
display: inline-table;
}
.list-view .post-date {
display: inline-table;
margin-right: 10px;
}
.list-view .blog_date {
display: inline-table;
font-size: 15px;
line-height: 23px;
text-align: center;
}
.post-thumbnail a {
display: block;
overflow: hidden;
}
.blog .post-thumbnail a {
width: 103%;
}
.list-view .wp-caption.alignnone {
margin: 10px 0;
max-width: 100%;
}
.list-view .post-details .post-category-comment-date span > i {
margin-right: 5px;
}
.list-view .post-details .post-category-comment-date a {
font-weight: 300;
}
.list-view .post-details .post-category-comment-date i,
.list-view .post-details .post-category-comment-date a,
.post-category-comment-date span a,
.post-category-comment-date span{
color: #b3b3b3;
font-weight: 600;
}
.list-view .post-details .mt_cars--features-description .house_location a {
font-size: 16px;
text-transform: none;
color: #c3c3c3;
line-height: 20px;
font-weight: 400;
font-style: italic;
}
.list-view .post-details .post-category-comment-date .post-tags,
.list-view .post-details .post-category-comment-date .post-author {
margin-right: 10px;
}
.list-view .post-details .post-category-comment-date .post-author span {
opacity: 0.6;
}
.sticky_post_blog_details .post-author > a {
display: inline;
}
.list-view .post-details .post-excerpt td, 
.list-view .post-details .post-excerpt th,
.list-view .post-details .post-excerpt dd,
.list-view .post-details .post-excerpt dt,
.list-view .post-details .post-excerpt address,
.list-view .post-details .post-excerpt li {
color: #666666;
font-size: 17px;
line-height: 140%;
}
.list-view .post-details .post-excerpt .more-link {
margin-top: 25px;
}
.post-category-comment-date i {
margin-right: 3px;
}
.list-view .post-thumbnail:hover {
border-right: medium none !important;
}
.list-view .blog_custom {
background: #fcfcfc;
display: flex;
overflow: hidden;
}
article.single-post {
position: relative;
}
.single-post {
border-bottom: medium none !important;
}   article.blogloop-v1.single-post::after {
display: none;
}
article.blogloop-v1.single-post {
margin-bottom: 0;
}
.blogloop-v1 .post-details-padding {
padding: 0 15px;
}
.blogloop-v1.list-view .post-details .post-excerpt p {
font-size: 16px;
font-weight: 400;
line-height: 150%;
}
.blogloop-v1 .post-name a{
color: #282828;
}
.blogloop-v1 .post-name {
font-size: 30px;
font-weight: bold;
margin: 20px 0 15px;
}
.blogloop-v1 .post-details .post-sticky-label i {
font-size: 28px;
}
.blogloop-v1.list-view .post-category-comment-date {
margin: 0 0 12px;
}     .blogloop-v2 .post-details {
float: left;
}
.blogloop-v2 .post-name a{
color: #282828;
}
.blogloop-v2 .post-name {
font-size: 30px;
font-weight: bold;
margin: 15px 0 15px;
}
.blogloop-v2 .post-details .post-sticky-label i {
font-size: 18px;
}
.blogloop-v2.list-view .post-category-comment-date {
margin: 0px 0 0;
text-transform: uppercase;
}     .blogloop-v3.blogloop-no-flex.list-view .blog_custom {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 0 none;
display: block;
}
.blogloop-v3 .post-details {
float: left;
width: 100%;
}
.blogloop-v3 .post-name a{
color: #282828;
}
.blogloop-v3 .post-name {
font-size: 30px;
font-weight: bold;
margin: 20px 0 15px;
}
.blogloop-v3 .post-details .post-sticky-label i {
font-size: 28px;
}
.blogloop-v3.list-view .post-category-comment-date {
margin: 0 0 12px;
}     .blogloop-v4.blogloop-no-flex.list-view .blog_custom {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 0 none;
display: block;
}
.blogloop-v4 .post-details {
float: left;
width: 100%;
}
.blogloop-v4 .post-name a{
color: #282828;
}
.blogloop-v4 .post-name {
font-size: 30px;
font-weight: bold;
margin: 20px 0 15px;
}
.blogloop-v4 .post-details .post-sticky-label i {
font-size: 28px;
}
.blogloop-v4.list-view .post-category-comment-date {
margin: 12px 0 0;
}
.blogloop-v4.list-view .post-date {
margin-top: 25px;
}
.blogloop-v4.list-view .post-date a {
color: #ffffff;
display: block;
font-weight: bold;
padding: 15px 14px;
text-align: center;
text-transform: uppercase;
}
.blogloop-v4.list-view .post-details .post-category-comment-date i, 
.blogloop-v4.list-view .post-details .post-category-comment-date a, 
.blogloop-v4.post-category-comment-date span a, 
.blogloop-v4.post-category-comment-date span {
color: #252525;
}     article.blogloop-v5.single-post::after {
display: none;
}
article.blogloop-v5.single-post,
article.blogloop-v5.single-post .post-thumbnail {
margin-bottom: 0;
}
.blogloop-v5.blogloop-no-flex.list-view .blog_custom {
box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
display: block;
border: 0 none;
}
article.blogloop-v5.single-post.no-featured-image .post-details {
border: 1px solid #ededed;
}
.blogloop-v5 .post-details {
float: left;
padding: 10px 35px 35px;
width: 100%;
}
.blogloop-v5 .post-name a{
color: #282828;
}
.blogloop-v5 .post-name {
font-size: 30px;
font-weight: bold;
margin: 15px 0 15px;
}
.blogloop-v5 .post-details .post-sticky-label i {
font-size: 28px;
}
.blogloop-v5.list-view .post-category-comment-date {
margin: 0 0 15px;
font-size: 17px;
}
.blogloop-v5 .absolute-date-badge {
bottom: 0;
text-align: center;
width: 100%;
}
.blogloop-v5 .post-thumbnail a {
overflow: initial;
z-index: 2;
}
.blogloop-v5 .absolute-date-badge {
bottom: -12px;
text-align: center;
width: 100%;
}
.blogloop-v5 .absolute-date-badge span {
border-radius: 0;
color: #ffffff;
margin: 0;
padding: 3px 15px;
}    .page_preloader_off .vertigo_preloader_holder,
.footer_bottom_bar_off footer .footer,
.footer_row1_off .footer-row-1,
.footer_row2_off .footer-row-2,
.footer_row3_off .footer-row-3{
display: none !important;
}
footer .footer-top h1.widget-title,
footer .footer-top h3.widget-title,
footer .footer-top .widget-title,
footer .widget-title a.rsswidget {
font-weight: 600;
font-size: 18px !important;
line-height: 26px !important;
color: #fff;
}
@media (min-width: 992px) {
footer .footer-top h1.widget-title,
footer .footer-top h3.widget-title,
footer .footer-top .widget-title {
margin-bottom: 25px;
}   
}
footer .widget.widget_nav_menu {
margin-bottom: 40px;
}
footer .social-links * {
display: inline-table;
list-style: outside none none;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
}
.sidebar-content .social-links *,
.fixed-sidebar-menu .left-side .social-links * {
display: inline-table;
list-style: outside none none;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
opacity: 0.8;
}
.sidebar-content .social-links li i,
.fixed-sidebar-menu .left-side .social-links li i {
font-size: 18px;
line-height: 22px;
}
.sidebar-content .social-links li:hover *,
.fixed-sidebar-menu .left-side .social-links li:hover * {
opacity: 1;
}
.sidebar-content .widget-title.social-links-title,
.fixed-sidebar-menu .widget-title.social-links-title {
display: inline-block;
margin-bottom: 0;
padding-bottom: 0;
margin-right: 15px;
font-size: 18px;
}
.fixed-sidebar-menu .sidebar-social-networks .contact-details,
.sidebar-content .sidebar-social-networks .contact-details {
margin-bottom: 40px;
}
.sidebar-content .sidebar-social-networks .contact-details p,
.sidebar-content .sidebar-social-networks .contact-details p a,
.fixed-sidebar-menu .sidebar-social-networks .contact-details p,
.fixed-sidebar-menu .sidebar-social-networks .contact-details p a {
font-size: 14px;
line-height: 20px;
margin-bottom: 6px;
color: #606060;
}
.sidebar-content .sidebar-social-networks .contact-details i,
.fixed-sidebar-menu .sidebar-social-networks .contact-details i {
width: 24px;
}
.contact-details i {
padding-right: 10px;
}
footer .mc4wp-form p {
color: #ffffff;
font-size: 15px;
}
footer .social-links {
margin: 15px 0;
padding: 0;
}
footer .social-links i {
font-size: 18px;
line-height: 35px;
margin: 0;
}
footer .widget_vertigo_recent_entries_with_thumbnail li a{
color: white;
}
footer .widget_vertigo_recent_entries_with_thumbnail .post-date{
border-color: rgba(255, 255, 255, 0.5);
color: rgba(255, 255, 255, 0.7);
}
footer .social-links a:hover {
opacity: 1;
}
footer .shop_feature_description_v2 {
padding-left: 15px;
}
footer .contact-details p {
color: rgba(255,255,255,0.7);
font-size: 14px;
font-weight: 300;
margin: 0 0 4px;
opacity: 1;
padding: 5px 0px;
}
.footer-logo {
width: 250px;
}
.footer-top .widget_nav_menu li {
text-align: left;
width: 100%;
padding: 2px 0px;
}
.before_footer{
background: #e9eaea;
}
.before_footer .widget-title{
color: black;
}
.footer-top .widget-title {
border: 0 none;
margin-bottom: 12px;
padding: 0;
}
.footer-top .widget_nav_menu ul {
margin: 0;
padding: 0;
}
footer .footer-top .menu .menu-item a::after{
content: "";
}
footer .footer-top .menu .menu-item a {
margin-left: 0px;
font-size: 15px;
line-height: 30px;
padding-left: 15px;
letter-spacing: -0.2px;
color: #e4e4e4;
opacity: 1;
transition: all 250ms ease;
-webkit-transition: all 250ms ease;
-ms-transition: all 250ms ease;
}
footer .footer-top .menu .menu-item a::before {
border-radius: 50%;
content: "";
height: 4px;
left: 0px;
position: absolute;
top: 13px;
width: 4px;
background-color: #fff !important;
}
footer .footer-top .menu .menu-item a:hover {
opacity: .9;
}
.footer-top h1.widget-title, 
.footer-top .widget-title {
font-weight: 400;
margin: 5px 0;
}
.prefooter{
padding: 0;
}
.prefooter .footer .container {
padding-top: 10px;
padding-bottom: 10px;
}   footer nav.menu {
background: transparent;
margin: 0;
}
nav ul li {
display: inline-block;
position: relative;
}
nav ul {
list-style: none;
margin: 0;
padding: 0;
}
footer nav ul li a{
color: #6d7a83;
font-size: 12px;
padding-right: 5px;
margin-right: 5px;
position: relative;
display: block;
}
footer nav ul li a:after {
content: '/';
display: block;
font-size: 12px;
position: absolute;
top: 0;
right: -5px;
color: #6d7a83;
}
footer nav ul li:last-child a:after {
display: none !important;
}
footer nav ul li:last-child a {
margin-right: 0;
padding-right: 0;
}
footer .footer {
padding: 0 15px;
background: transparent;
}
footer .logo, .footer-top h1.widget-title, .footer-top .widget-title {
margin-top: 0;
}
.sidebar_menu p.copyright {
color: black;
}
p.copyright {
color: #e4e4e4;;
font-weight: 300;
font-size: 16px;
text-align: center;
margin: 15px 0;
}
p.copyright a {
color: #fff;
transition: all .3s ease;
}
p.copyright a:hover {
opacity: .7;
}
.missing-redux-framework p.copyright{
color: #e4e4e4;;
}
footer .textwidget > p:last-child {
margin-bottom: 0;
}
footer .theme-author {
text-transform: uppercase;
font-weight: 700;
}
footer.entry-footer {
background: transparent;
margin-top: 20px;
}
footer .widget_address_social_icons .social-links li{
margin-bottom: 5px;
}
footer .widget_recent_entries_with_thumbnail li a {
color: #ffffff;
font-weight: bold;
}
.prefooter .widget-title {
color: #d5e9f8;
font-size: 18px;
font-weight: 400;
margin-bottom: 20px;
}
footer nav.menu {
background: transparent;
margin: 0;
}
.prefooter{
padding: 0;
}
.prefooter .container {
padding-top: 40px;
padding-bottom: 40px;
}
.widget_text .shop_feature_icon_v2 {
background: #ffffff none repeat scroll 0 0;
border-radius: 0px;
padding: 7px 0;
text-align: center;
}
.widget_text .shop_feature_icon_v2 i {
color: #000000;
font-size: 25px;
}
.widget_text .shop_feature_v2 {
margin: 0;
padding: 0;
}
footer p {
color: #383737;
font-size: 20px;
}
footer .textwidget p {
color: #fff;
font-size: 16px;
font-weight: 300;
margin-bottom: 0;
line-height: 26px;
}
footer .textwidget .footer-info1 {
color: #fff;
font-size: 22px;
font-weight: 600;
margin-bottom: 5px;
}
.fixed-sidebar-menu .textwidget .footer-info1 {
color: #81da9e;
font-size: 25px;
font-weight: bold;
margin-bottom: 5px;
}
footer  hr.footer-line {
max-width: 450px;
margin-left: 0;
margin-top: 5px;
margin-bottom: 5px;
opacity: 0;
}
footer p.footer-newsletter-info {
max-width: 450px;
color: #fff;
} 
footer .get-in-touch p.phone-number {
margin-bottom: 5px !important;
}
footer .get-in-touch {
margin-top: 38px;
}
.sidebar-content .widget_nav_menu li::before,
.widget_pages li::before,
.widget_meta li::before,
.widget_archive li::before,
.widget_categories .cat-item::before {
font-family: fontawesome;
margin-right: 8px;
}
.sidebar-content .widget_nav_menu li a,
.widget_recent_entries li a,
.widget_pages li a,
.widget_meta li a,
.widget_archive li a,
.widget_categories .cat-item a{
margin-bottom: 10px;
display: inline-block;
}
.sidebar-content .widget_nav_menu li:last-child {
margin-bottom: 0;
}
footer .widget_recent_entries_with_thumbnail .post-date {
border: 1px solid rgb(109, 122, 131);
color: rgba(255, 255, 255, 0.8);
padding: 1px 7px;
}
footer .widget_recent_comments > ul,
footer .widget_nav_menu li,
footer .widget_nav_menu li a,
footer .sidebar-content .widget_nav_menu li,
footer .sidebar-content .widget_nav_menu li a,
footer .widget_recent_entries li,
footer .widget_recent_entries li a,
footer .widget_pages li,
footer .widget_pages li a,
footer .widget_meta li,
footer .widget_meta li a,
footer .widget_archive li,
footer .widget_archive li a,
footer .widget_categories .cat-item,
footer .widget_categories li a,
footer  #wp-calendar caption {
color: #e4e4e4;
opacity: 1;
font-weight: 300;
}
footer .widget_recent_comments li a {
color: #ffffff !important;
font-weight: 400 !important;
}
footer .widget_recent_comments > ul,
footer .widget_nav_menu li:hover,
footer .widget_nav_menu li a:hover,
footer .sidebar-content .widget_nav_menu li:hover,
footer .sidebar-content .widget_nav_menu li a:hover,
footer .widget_recent_entries li:hover,
footer .widget_recent_entries li a:hover,
footer .widget_pages li:hover,
footer .widget_pages li a:hover,
footer .widget_meta li:hover,
footer .widget_meta li a:hover,
footer .widget_archive li:hover,
footer .widget_archive li a:hover,
footer .widget_categories .cat-item:hover,
footer .widget_categories li a:hover,
footer .widget_recent_comments li.recentcomments:hover,
footer .widget_recent_comments li a,
footer  #wp-calendar caption {
color: #e4e4e4;
opacity: 0.9;
}
footer span.wp-calendar-nav-prev a {
color: #e4e4e4;
margin-top: 10px;
}
footer .tagcloud > a {
opacity: 0.9;
}
footer .logo img{
max-width: 100%;
}
footer .menu .menu-item a {
color: #b4bbc2;
font-size: 17px;
font-weight: normal;
letter-spacing: normal;
line-height: normal;
margin-left: 5px;
margin-right: 5px;
padding: 0;
position: relative;
text-transform: none;
}
footer nav ul li:last-child a {
margin-right: 0;
padding-right: 0;
}
footer .theme-author {
text-transform: uppercase;
font-weight: 700;
}
.footer-div-parent {
position: relative;
}
p.copyright {
line-height: 70px;
font-weight: 300;
}
footer.footer1 {
overflow: hidden;
}
footer .social-links {
margin: 0;
padding: 0;
line-height: 1;
}
footer  .sidebar-social-networks.address-social-links {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
margin-top: 40px;
}
footer .footer-top {
border-top: 1px solid #ffffff2e;
}
footer .widget-title.social-links-title {
margin-right: 15px;
margin-bottom: 0 !important;
}
.sidebar-content .social-links,
.fixed-sidebar-menu .left-side .social-links {
padding: 0;
line-height: 1;
margin-top: 0px;
display: inline-block;
width: 100%;
text-align: center;
}
a.logo-footer img {
max-width: 180px;
}
a.logo-footer {
line-height: 90px;
}
footer .social-links a {
text-align: center;
width: 40px;
}
footer .social-links a:hover {
opacity: 1;
}
.tagcloud > a:hover, .sidebar-content .tagcloud > a{
border: 1px solid #e9e9e9;
}
footer .social-links a{
color: #fff;
opacity: 0.5;
}
.sidebar-content .social-links a,
.fixed-sidebar-menu .left-side .social-links a {
text-align: center;
padding: 0 8px;
}
footer.footer2 {
padding: 0;
}
footer.footer2 .social-links a {
border-radius: 0;
}
footer .logo {
margin-bottom: 20px;
}
footer .logo a {
display: block;
line-height: 0;
}
footer .logo img {
max-width: 250px;
} .woocommerce .quantity .qty,
.single.single-product div.product .quantity .qty,
.woocommerce .woocommerce-checkout .form-row input.input-text,
.woocommerce .woocommerce-checkout .form-row input.input-text {
border: 1px solid rgb(0 0 0 / 0.08) !important;
border-radius: 2px;
background: #F7F8FA;
}