@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 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;
}.esg-line-height-0 {
line-height: 0;
}
.esg-text-left {
text-align: left;
}
.esg-text-right {
text-align: right;
}
.esg-text-center {
text-align: center;
}
.esg-font-normal {
font-style: normal;
}
.esg-font-italic {
font-style: italic;
}
.esg-display-none {
display: none;
}
.esg-display-block {
display: block;
}
.esg-display-inline-block {
display: inline-block;
}
.esg-display-inline {
display: inline;
}
.esg-display-none-i {
display: none !important;
}
.esg-display-block-i {
display: block !important;
}
.esg-display-inline-block-i {
display: inline-block !important;
}
.esg-display-inline-i {
display: inline !important;
}
.esg-hidden {
visibility: hidden;
}
.esg-visible {
visibility: visible;
}
.esg-p-absolute {
position: absolute;
}
.esg-p-relative {
position: relative;
}
.esg-margin-0 {
margin: 0;
}
.esg-margin-t-0 {
margin-top: 0;
}
.esg-margin-b-0 {
margin-bottom: 0;
}
.esg-margin-l-0 {
margin-left: 0;
}
.esg-margin-r-0 {
margin-right: 0;
}
.esg-margin-5 {
margin: 5px;
}
.esg-margin-t-5 {
margin-top: 5px;
}
.esg-margin-b-5 {
margin-bottom: 5px;
}
.esg-margin-l-5 {
margin-left: 5px;
}
.esg-margin-r-5 {
margin-right: 5px;
}
.esg-margin-10 {
margin: 10px;
}
.esg-margin-t-10 {
margin-top: 10px;
}
.esg-margin-b-10 {
margin-bottom: 10px;
}
.esg-margin-l-10 {
margin-left: 10px;
}
.esg-margin-r-10 {
margin-right: 10px;
}
.esg-padding-0 {
padding: 0;
}
.esg-padding-t-0 {
padding-top: 0;
}
.esg-padding-b-0 {
padding-bottom: 0;
}
.esg-padding-l-0 {
padding-left: 0;
}
.esg-padding-r-0 {
padding-right: 0;
}
.esg-padding-15 {
padding: 15px;
}
.esg-padding-t-15 {
padding-top: 15px;
}
.esg-padding-b-15 {
padding-bottom: 15px;
}
.esg-padding-l-15 {
padding-left: 15px;
}
.esg-padding-r-15 {
padding-right: 15px;
}
.esg-f-left {
float: left !important;
}
.esg-f-right {
float: right !important;
}
.esg-f-none {
float: none !important;
}
.esg-color-black {
color: #000000;
}
.esg-color-green {
color: green;
}
.esg-color-red {
color: red;
}
.esg-w100-hauto {
width: 100%;
height: auto;
}
.esg-fullscreen-forcer {
position: relative;
left: 0px;
top: 0px;
width: 100%;
height: auto;
}
.esg-iframe {
position: absolute;
top: 0px;
left: 0px;
display:none;
}
.esg-clearfix:before,
.esg-clearfix:after {
content: " ";
display: table;
}
.esg-clearfix:after {
clear: both;
} .esg-starring {
line-height: 25px;
display: inline-block
}
.esg-starring .star-rating {
float: none;
}
.esg-starring .star-rating {
color: #FFC321 !important;
}
.esg-starring .star-rating, .esg-starring-page .star-rating {
float: right;
overflow: hidden;
position: relative;
height: 1em;
line-height: 1em;
font-size: 1em;
width: 5.4em;
font-family: star;
}
.esg-starring .star-rating:before, .esg-starring-page .star-rating:before {
content: "\73\73\73\73\73";
color: #E0DADF;
float: left;
top: 0;
left: 0;
position: absolute;
}
.esg-starring star-rating span,
.esg-starring .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.esg-starring .star-rating span:before,
.esg-starring .star-rating span:before {
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0;
}
.esg-starring .star-rating {
color: #FFC321 !important;
}
.lazyloadcover {
position: absolute;
top: 0px;
left: 0px;
z-index: 10;
width: 100%;
height: 100%;
}
.esg-lazyblur {
background-repeat: no-repeat;
filter: blur(25px);
-webkit-filter: blur(25px);
-moz-filter: blur(25px);
background-size: cover;
background-position: center center;
width: 100%;
height: 100%;
top: 0;
left: 0;
overflow: hidden;
}
.esg-media-poster {
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
background-size: cover;
background-position: center center;
z-index: 10;
opacity: 0;
}
.esg-video-active .esg-media-poster {
z-index: 0
}
.esg-vimeo-frame {
background: black
} .esg-grid .no-filter-message { position: absolute;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
pointer-events: none;
visibility: hidden;
opacity: 0;
transition: all 0.2s ease;
} .esg-grid.show-message .no-filter-message {
transition-duration: 1s;
visibility: visible;
opacity: 1;
} .esg-hover-image {
display: none
}
.esg-media-poster .esg-hover-image {
display: block;
width: inherit;
height: inherit;
background-size: inherit;
background-position: inherit;
visibility: hidden;
opacity: 0
}
.esg-starring .star-rating, .esg-starring-page .star-rating {
line-height: 1em;
font-size: 1em;
font-family: star;
}
.esg-grid {
width: 100%;
max-width: 100%;
font-family: 'Open Sans', sans-serif;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(0px);
transform: translateZ(0px)
}
@-moz-document url-prefix() {
.esg-grid {
transform: none !important
}
}
.esg-grid .mainul,
.esg-grid .mainul > li {
list-style: none;
margin: 0;
padding: 0;
transform-style: flat !important;
}
.esg-grid * {
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
} .esg-grid ul,
.esg-grid li {
list-style: none;
margin: 0;
padding: 0;
transform-style: flat !important;
}
.esg-overflowtrick {
position: relative;
width: 100%;
height: auto;
overflow: hidden;
padding: 0px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
z-index: 1;
}
.esg-overflowtrick + .esg-filters:not(.esg-navbutton-solo-left) {
z-index: 0 !important;
}
.esg-container {
position: relative;
width: 100%;
height: auto;
}
.esg-container > ul,
.esg-overflowtrick > ul {
width: 100%;
max-width: 100%;
height: 0px;
position: relative;
overflow: visible;
}
.esg-grid li {
border: 0px solid transparent;
outline: 0px solid transparent;
visibility: hidden;
display: none;
}
.esg-grid a {
border: none;
text-decoration: none
}
.esg-grid a:hover,
.esg-grid a:focus {
text-decoration: none;
border: none;
}
.esg-clear {
clear: both;
height: 5px !important;
background: none !important;
}
.esg-clear-no-height,
.eg-clearfix {
clear: both;
height: 0px !important;
background: none !important;
}
.esg-line-break {
height: 5px;
visibility: hidden;
}
.esg-divide-5 {
width: 100%;
height: 5px
}
.esg-divide-15 {
width: 100%;
height: 15px
}
.esg-divide-20 {
width: 100%;
height: 20px
}
.esg-divide-22 {
width: 100%;
height: 22px
}
.esg-divide-30 {
width: 100%;
height: 30px
}
.esg-click-to-play-video {
cursor: pointer
}
.esg-entry-media iframe {
-webkit-transform-style: flat;
-webkit-transform: translateZ(1000px);
border: 0;
} .esg-container .tp-esg-item {
position: absolute;
top: 0px;
left: 0px;
}
.esg-container .tp-esg-item {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.esg-container .tp-esg-item .blackoverlay {
width: 100%;
height: 100%;
position: absolute;
background: #000;
top: 0px;
left: 0px;
}
.tp-esg-item {
z-index: 5
}
.tp-esg-item.itemonotherpage {
z-index: 0;
display: none;
} .esg-entry-cover {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
overflow: hidden;
border: 0px solid transparent;
outline: 0px solid transparent;
}
.eec {
display: block;
width: auto;
height: auto;
position: absolute !important;
font-size: 20px;
text-align: center
}
.esg-entry-cover > .eec {
z-index: 2;
pointer-events: none;
}
.esg-entry-cover > .eec > * {
pointer-events: all;
}  .esg-tc {
top: 0px;
left: 0px;
width: 100%;
}
.esg-lc {
top: 0px;
left: 0px;
height: 100%;
}
.esg-cc {
top: 0px;
left: 0px;
width: 100%;
vertical-align: middle;
}
.esg-rc {
top: 0px;
right: 0px;
height: 100%;
}
.esg-bc {
bottom: 0px;
left: 0px;
width: 100%;
} .esg-tc .ess-tb-cell {
text-align: center;
vertical-align: top;
} .esg-lc .ess-tb-cell {
text-align: left;
vertical-align: middle;
}
.esg-cc .ess-tb-cell {
}
.esg-rc .ess-tb-cell {
text-align: right;
vertical-align: middle;
} .esg-blc .ess-tb-cell {
text-align: left;
vertical-align: bottom;
}
.esg-bc .ess-tb-cell {
text-align: center;
vertical-align: bottom;
}
.esg-brc .ess-tb-cell {
text-align: right;
vertical-align: bottom;
}
.esg-bc .leftalign {
text-align: left;
} .esg-entry-media {
position: relative;
border: 0px solid transparent;
outline: 0px solid transparent;
overflow: hidden;
}
.esg-entry-media {
width: 100%;
}
.esg-entry-media img {
width: 100%;
height: auto;
max-width: none !important;
min-width: none !important
}
.esg-layout-masonry .esg-entry-media img {
line-height: 0px;
vertical-align: bottom;
display: inline-block;
}
.esg-layout-even .esg-entry-media img {
display: none
}
.esg-media-cover-wrapper {
position: relative;
width: 100%;
backface-visibility: hidden
}
.esg-layout-even .esg-media-cover-wrapper {
height: 100%;
}
.esg-entry-media-wrapper {
z-index: 0;
}
.esg-entry-media-wrapper-even {
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
}
.esg-entry-media-wrapper-not-even {
overflow: hidden;
position: relative;
}
.esg-entry-media-wrapper .esg-video-frame {
background: #000;
}
.esg-entry-media-wrapper-item-layout {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
} .esg-entry-cover .esg-overlay {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
border: 0px solid transparent;
outline: 0px solid transparent;
} .esg-layout-even .esg-entry-content {
display: none;
}
.esg-entry-content {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-webkit-backface-visibility: hidden;
} .navigationbuttons,
.esg-pagination,
.esg-filters {
position: relative;
z-index: 50;
-webkit-backface-visibility: hidden;
}
.esg-grid .esg-pagination {
z-index: 100;
-webkit-backface-visibility: hidden;
} .esg-nav-by-shortcode .esg-sortbutton-order.eg-icon-down-open.tp-asc,
.esg-nav-by-shortcode .esg-sortbutton-order .tp-desc,
.esg-sortbutton-order.eg-icon-down-open.tp-asc,
.esg-sortbutton-order .tp-desc {
text-align: center
} .esg-nav-by-shortcode {
position: relative;
display: inline-block;
vertical-align: top;
text-align: center
}
.esg-nav-by-shortcode .esg-navbutton-solo-right,
.esg-nav-by-shortcode .esg-navbutton-solo-left {
position: relative;
left: auto;
right: auto;
top: auto;
bottom: auto
}
.esg-nav-by-shortcode .esg-filter-wrapper {
visibility: visible;
} .esg-singlefilters .esg-filter-checked {
display: none;
-webkit-backface-visibility: hidden;
}
.esg-filter-wrapper {
display: inline-block;
}
.esg-sortbutton-wrapper {
display: inline-block;
}
.esg-cartbutton-wrapper {
display: inline-block
} .esg-filter-wrapper.dropdownstyle {
min-width: 100px;
cursor: pointer;
position: relative;
z-index: 1500;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(1px);
transform: translateZ(1px)
}
.esg-filter-wrapper.dropdownstyle.esg-skin-preview {
z-index: 1570;
visibility: visible;
}
.esg-filter-wrapper.dropdownstyle .esg-filterbutton {
display: block;
margin-right: 0px;
margin-bottom: 5px;
}
.esg-filter-wrapper.dropdownstyle .esg-filter-checked {
margin-right: 5px;
margin-left: 0px;
}
.esg-dropdown-wrapper {
display: none;
position: absolute;
padding: 20px;
top: 100%;
backface-visibility: hidden;
transform: translateZ(10px);
}
.esg-selected-filterbutton {
color: #999;
margin-right: 5px;
cursor: pointer;
padding: 0px 15px 0px 10px;
line-height: 20px;
font-size: 12px;
font-weight: 600;
font-family: "Open Sans", sans-serif;
display: inline-block;
background: rgba(0, 0, 0, 0);
margin-bottom: 5px;
width: 100%;
}
.esg-selected-filterbutton.hovered {
color: #444;
}
.esg-selected-filterbutton .eg-icon-down-open {
display: inline-block;
vertical-align: top;
width: 29px;
line-height: inherit;
font-size: 9px;
font-weight: 700;
color: #999;
background: rgba(0, 0, 0, 0);
text-align: center;
} .esg-sortbutton-order.tp-desc {
transform: scaleY(-1);
filter: FlipV;
-ms-filter: "FlipV";
}
.esg-sorting-select {
cursor: pointer;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0.0;
-khtml-opacity: 0.0;
opacity: 0.0;
-webkit-appearance: menulist-button;
}
.esg-filters.esg-navbutton-solo-left {
position: absolute;
left: 0px;
top: 50%;
z-index: 800
}
.esg-filters.esg-navbutton-solo-right {
position: absolute;
right: 0px;
top: 50%;
z-index: 800;
}
.esg-navigationbutton.esg-right,
.esg-navigationbutton.esg-left {
margin-left: 0px !important;
margin-right: 0px !important;
-webkit-transform-style: flat;
-webkit-transform: translateZ(5000px)
} .eg-leftright-container {
float: left;
width: 310px;
margin-right: 20px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
position: relative;
}
.eg-leftright-container.dark {
background: #1e1e1e
}
.eg-leftright-container .pagination {
position: absolute;
bottom: 0px;
}
.eg-leftright-container .esg-filters {
padding: 30px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.eg-leftright-container .esg-filterbutton {
display: block;
margin: 0px 0px 5px 0px
}
.eg-leftright-container .esg-filter-wrapper {
display: block;
margin-right: 0px;
} .eg-ajaxtarget-container {
position: relative;
width: 100%;
height: auto;
}
.eg-ajaxanimwrapper {
position: relative;
overflow: hidden;
} .tp-esg-item .add_to_cart_button.loading:before {
content: "";
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: url(//zlatosfera.ru/wp-content/plugins/essential-grid/public/assets/images/ajax-loader.gif) center no-repeat rgba(255, 255, 255, 0.65);
}
.esg-loader {
top: 50%;
left: 50%;
z-index: 10000;
position: absolute;
}
.infinityscollavailable.esg-loader {
position: relative;
top: auto;
left: 50%;
margin-top: 25px !important;
margin-bottom: 25px !important;
}
.esg-loader.spinner0 {
width: 40px;
height: 40px;
background: url(//zlatosfera.ru/wp-content/plugins/essential-grid/public/assets/images/loader.gif) no-repeat center center;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
margin-left: -20px;
-webkit-animation: esg-rotateplane 1.2s infinite ease-in-out;
animation: esg-rotateplane 1.2s infinite ease-in-out;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.esg-loader.spinner1 {
width: 40px;
height: 40px;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
margin-left: -20px;
-webkit-animation: esg-rotateplane 1.2s infinite ease-in-out;
animation: esg-rotateplane 1.2s infinite ease-in-out;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.esg-loader.spinner5 {
background: url(//zlatosfera.ru/wp-content/plugins/essential-grid/public/assets/images/loader.gif) no-repeat 10px 10px;
background-color: #fff;
margin: -22px -22px;
width: 44px;
height: 44px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
@-webkit-keyframes esg-rotateplane {
0% {
-webkit-transform: perspective(120px)
}
50% {
-webkit-transform: perspective(120px) rotateY(180deg)
}
100% {
-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
}
}
@keyframes esg-rotateplane {
0% {
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
}
50% {
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
}
100% {
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
.esg-loader.spinner2 {
width: 40px;
height: 40px;
margin-left: -20px;
background-color: #ff0000;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
border-radius: 100%;
-webkit-animation: esg-scaleout 1.0s infinite ease-in-out;
animation: esg-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes esg-scaleout {
0% {
-webkit-transform: scale(0.0)
}
100% {
-webkit-transform: scale(1.0);
opacity: 0;
}
}
@keyframes esg-scaleout {
0% {
transform: scale(0.0);
-webkit-transform: scale(0.0);
}
100% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
opacity: 0;
}
}
.esg-loader.spinner3 {
margin: -9px 0px 0px -35px;
width: 70px;
text-align: center;
}
.eg-search-wrapper .esg-loader.spinner3 {
margin-top: -30px !important
}
.simple-light .eg-search-wrapper .esg-loader.spinner3,
.simple-dark .eg-search-wrapper .esg-loader.spinner3 {
margin-top: -25px !important
}
.text-light .eg-search-wrapper .esg-loader.spinner3,
.text-dark .eg-search-wrapper .esg-loader.spinner3 {
margin-top: -22px !important
}
.esg-loader.spinner3 .bounce1,
.esg-loader.spinner3 .bounce2,
.esg-loader.spinner3 .bounce3 {
width: 18px;
height: 18px;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
border-radius: 100%;
display: inline-block;
-webkit-animation: esg-bouncedelay 1.4s infinite ease-in-out;
animation: esg-bouncedelay 1.4s infinite ease-in-out; -webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.esg-loader.spinner3 .bounce1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.esg-loader.spinner3 .bounce2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
@-webkit-keyframes esg-bouncedelay {
0%, 80%, 100% {
-webkit-transform: scale(0.0)
}
40% {
-webkit-transform: scale(1.0)
}
}
@keyframes esg-bouncedelay {
0%, 80%, 100% {
transform: scale(0.0);
-webkit-transform: scale(0.0);
}
40% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
}
.esg-loader.spinner4 {
margin: 0px 0px 0px -20px;
width: 40px;
height: 40px;
text-align: center;
-webkit-animation: esg-rotate 2.0s infinite linear;
animation: esg-rotate 2.0s infinite linear;
}
.esg-loader.spinner4 .dot1,
.esg-loader.spinner4 .dot2 {
width: 60%;
height: 60%;
display: inline-block;
position: absolute;
top: 0;
background-color: #fff;
border-radius: 100%;
-webkit-animation: esg-bounce 2.0s infinite ease-in-out;
animation: esg-bounce 2.0s infinite ease-in-out;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.esg-loader.spinner4 .dot2 {
top: auto;
bottom: 0px;
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
@-webkit-keyframes esg-rotate {
100% {
-webkit-transform: rotate(360deg)
}
}
@keyframes esg-rotate {
100% {
transform: rotate(360deg);
-webkit-transform: rotate(360deg)
}
}
@-webkit-keyframes esg-bounce {
0%, 100% {
-webkit-transform: scale(0.0)
}
50% {
-webkit-transform: scale(1.0)
}
}
@keyframes esg-bounce {
0%, 100% {
transform: scale(0.0);
-webkit-transform: scale(0.0);
}
50% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
} [class^="eg-icon-"]:before,
[class*=" eg-icon-"]:before {
font-family: "eg-font";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center; font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;    }
[class^="fa-icon-"]:before, [class*=" fa-icon-"]:before {
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;
}
.esg-grid [class^="pe-7s-"]:before,
.esg-grid [class*=" pe-7s-"]:before {
font-family: 'Pe-icon-7-stroke';
display: inline-block;
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;
} .esg-filter-wrapper .esg-filterbutton:last-child,
.esg-cartbutton a,
.esg-selected-filterbutton {
margin-right: 0 !important;
}
.esg-singlefilters .esg-filter-checked {
display: none !important
} .eg-ajaxclicklistener {
cursor: pointer
}
.eg-ajax-video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.eg-ajax-video-container.widevideo {
padding-bottom: 50%;
}
.eg-ajax-video-container iframe,
.eg-ajax-video-container object,
.eg-ajax-video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.forcenotvisible {
visibility: hidden !important
}
.forcenotdisplay {
display: none !important
} input.eg-search-input[type="text"],
.eg-search-input {
display: inline-block
}
.eg-search-submit,
.eg-search-clean {
display: inline-block;
width: auto;
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
text-align: center;
vertical-align: top
}
.eg-search-submit,
.eg-search-clean {
cursor: pointer
}
.eg-search-wrapper {
vertical-align: top;
line-height: 40px;
}
input.eg-search-input[type="text"] {
font-family: "Open Sans", sans-serif;
outline: none !important;
margin: 0px 0px 5px !important;
padding: 8px 15px;
vertical-align: top;
box-sizing: border-box
} .eg-ajax-closer-wrapper {
display: block;
z-index: 51000;
position: relative
}
.eg-ajax-navbt {
cursor: pointer;
display: inline-block;
margin-right: 5px;
}
.eg-acp-inner.eg-acp-tr .eg-ajax-closer.eg-ajax-navbt,
.eg-acp-inner.eg-acp-br .eg-ajax-closer.eg-ajax-navbt {
margin-right: 0px
}
.eg-ajax-closer-wrapper.eg-acp-tl,
.eg-ajax-closer-wrapper.eg-acp-bl {
text-align: left;
}
.eg-ajax-closer-wrapper.eg-acp-tr,
.eg-ajax-closer-wrapper.eg-acp-br {
text-align: right;
}
.eg-ajax-closer-wrapper.eg-acp-t,
.eg-ajax-closer-wrapper.eg-acp-b {
text-align: center;
}
.eg-ajax-closer-wrapper.eg-acp-t,
.eg-ajax-closer-wrapper.eg-acp-tr,
.eg-ajax-closer-wrapper.eg-acp-tl {
margin-bottom: 5px;
}
.eg-ajax-closer-wrapper.eg-acp-bl,
.eg-ajax-closer-wrapper.eg-acp-br,
.eg-ajax-closer-wrapper.eg-acp-b {
margin-top: 5px;
}
.eg-acp-inner {
display: block;
position: absolute;
z-index: 50;
margin: 5px;
}
.eg-acp-inner.eg-acp-tr,
.eg-acp-inner.eg-acp-tl,
.eg-acp-inner.eg-acp-t {
top: 0px;
}
.eg-acp-inner.eg-acp-br,
.eg-acp-inner.eg-acp-bl,
.eg-acp-inner.eg-acp-b {
bottom: 0px;
}
.eg-acp-inner.eg-acp-tl,
.eg-acp-inner.eg-acp-bl {
left: 0px;
}
.eg-acp-inner.eg-acp-tr,
.eg-acp-inner.eg-acp-br {
right: 0px;
}
.eg-acp-inner.eg-acp-t,
.eg-acp-inner.eg-acp-b {
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
-moz-transform: translateX(-50%);
}
.eg-ajax-navbt {
line-height: 21px;
background: #000;
background: rgba(0, 0, 0, 0.75);
color: #fff;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
text-transform: uppercase;
padding: 1px 1px 0px 0px;
font-size: 11px;
font-weight: 400;
}
.eg-ajax-closer.eg-ajax-navbt {
padding: 1px 5px 1px 3px;
vertical-align: top;
}
.eg-acp-light .eg-ajax-navbt {
background: #e5e5e5;
color: #000;
}
.eg-ajax-closer.eg-ajax-navbt i {
font-size: 13px;
}
.eg-ajax-navbt i {
font-size: 16px;
}
.eg-ajax-closer-wrapper.eg-acp-type1 {
margin: 0;
}
.eg-acp-type1 .eg-ajax-navbt {
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
padding: 10px;
margin: 0px;
}
.eg-acp-type1 .eg-ajax-navbt i {
font-size: 20px;
}
.eg-acp-type1 .eg-ajax-navbt {
width: 40px;
height: 40px;
text-align: center;
vertical-align: medium !important;
line-height: 40px;
padding: 0px;
}
.eg-acp-type1 .eg-ajax-closer.eg-ajax-navbt {
vertical-align: top;
font-size: 24px;
font-weight: 300;
font-family: sans-serif;
height: auto;
line-height: 28px;
padding: 8px 0px 4px;
}
span.eg-el-amount:before {
content: "("
}
span.eg-el-amount:after {
content: ")"
}
span.eg-el-amount {
margin-left: 10px;
}
.esg-dropdown-wrapper span.eg-el-amount {
margin-left: 5px;
} .esg-split-content .esg-entry-media-wrapper, .esg-split-content .esg-entry-cover {
width: 50% !important
}
.esg-split-content .esg-media-cover-wrapper:after {
content: "";
display: table;
clear: both
}
.esg-split-right .esg-entry-media-wrapper, .esg-split-right .esg-entry-cover {
float: right
}
.esg-split-left .esg-entry-media-wrapper, .esg-split-left .esg-entry-cover {
float: left
}
.esg-split-content .esg-entry-media {
height: 100% !important
}
.esg-split-content .esg-entry-cover {
position: relative !important
}
.esg-split-content .esg-entry-content {
clear: both
} .grayscale {
-webkit-filter: grayscale(100%);
filter: grayscale(100%)
}  .esg-revealed .esg-itm-anime:not(.esg-anime-blur) .esg-overflowtrick {
overflow: visible !important
}
.esg-revealed .esg-itm-anime .tp-esg-item {
-webkit-mask-image: none !important
}
.esg-revealed .esg-itm-anime .tp-esg-item:hover {
z-index: 9999 !important;
transform: none !important
}
.esg-revealed .esg-anime-item:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
}
.esg-anime-blur .esg-entry-media {
transform: scale(1.15, 1.15) !important;
transform-origin: center center !important
} .eg-invisiblebutton {
box-shadow: none !important;
height: inherit !important;
display: block !important;
}
.esg-media-cover-wrapper > .eg-invisiblebutton {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}
.esg-entry-cover > .eg-invisiblebutton {
position: relative;
z-index: 1;
}
.esg-lb-dummy {
max-width: none !important;
box-shadow: none !important;
position: absolute;
display: none
} @media screen and (max-width: 736px) {
.eg-lightbox-post-content-inner > div {
width: 100% !important;
float: none !important;
}
.eg-lightbox-post-content-inner .esg-post-featured-img {
padding: 30px 0 !important;
}
}
.esgbox-stage .esgbox-slide > *:not(.esgbox-share) {
margin: 0;
padding: 0
}
.esgbox-stage .esgbox-slide > .esgbox-loading {
margin-top: -30px;
margin-left: -30px
}
.esgbox-toolbar .esgbox-button {
transition: background 0.2s ease-out
}
.esgbox-toolbar .esgbox-button:focus,
.esgbox-toolbar .esgbox-button:active,
.esgbox-toolbar .esgbox-button:visited {
background: rgba(30, 30, 30, .6)
}
.esgbox-toolbar .esgbox-button:hover {
background: #000
}
.esgbox-navigation .esgbox-button:before {
transition: background 0.2s ease-out
}
.esgbox-navigation .esgbox-button:focus:before,
.esgbox-navigation .esgbox-button:active:before,
.esgbox-navigation .esgbox-button:visited:before,
.esgbox-navigation .esgbox-button[disabled]:hover:before,
.esgbox-toolbar .esgbox-button[disabled]:hover {
background: rgba(0, 0, 0, .6)
}
.esgbox-navigation .esgbox-button:hover:before {
background: rgba(0, 0, 0, .6)
}
.esgbox-hidearrows .esgbox-navigation .esgbox-button--arrow_left,
.esgbox-hidearrows .esgbox-navigation .esgbox-button--arrow_right {
display: none !important
}
.esgbox-single .esgbox-button--arrow_left,
.esgbox-single .esgbox-button--arrow_right {
display: none !important
}
.esgbox-slide--video iframe {
width: 100% !important;
height: 100% !important;
max-width: 100%;
max-height: 100%;
}
.esg-four-by-three .esgbox-slide--video iframe {
width: 800px;
height: 600px;
}
.esgbox-container .esgbox-button--arrow_right:hover,
.esgbox-container .esgbox-button--arrow_right:focus,
.esgbox-container .esgbox-button--arrow_left:hover,
.esgbox-container .esgbox-button--arrow_left:focus {
background: rgba(0, 0, 0, .6)
} .esg-filter-wrapper {
visibility: hidden
}
#eg-elements-container-grid-wrap.eg-startheight {
height: 351px;
}
.esg-mobile-filter-button {
display: none
}
.esg-filter-wrapper.dropdownstyle .esg-mobile-filter-button {
display: inline-block;
}
.esg-mobile-filter-wrap {
visibility: visible
}
.esg-mobile-filter-wrap .esg-dropdown-wrapper {
display: none !important;
visibility: hidden !important
} .eg-esgblankskin-wrapper * {
visibility: hidden !important
} .eg-item-in-focus {
z-index: 999 !important
} .esg-cover-overflow {
overflow: hidden
} .esg-transition[data-transition^='esg-collapse'] {
overflow: hidden
}
.esg-transition[data-transition^='esg-collapse']:before,
.esg-transition[data-transition^='esg-collapse']:after {
position: absolute;
content: ""
}
.esg-transition[data-transition^='esg-collapsevertical']:before,
.esg-transition[data-transition^='esg-collapsevertical']:after {
width: 100%;
height: 0%;
left: 0
}
.esg-transition[data-transition^='esg-collapsevertical']:before {
top: 0
}
.esg-transition[data-transition^='esg-collapsevertical']:after {
bottom: 0
}
.esg-transition[data-transition='esg-collapseverticalout']:before,
.esg-transition[data-transition='esg-collapseverticalout']:after {
height: 50%
}
.esg-transition[data-transition^='esg-collapsehorizontal']:before,
.esg-transition[data-transition^='esg-collapsehorizontal']:after {
width: 0%;
height: 100%;
top: 0
}
.esg-transition[data-transition^='esg-collapsehorizontal']:before {
left: 0
}
.esg-transition[data-transition^='esg-collapsehorizontal']:after {
right: 0
}
.esg-transition[data-transition='esg-collapsehorizontalout']:before {
width: 50%
}
.esg-transition[data-transition='esg-collapsehorizontalout']:after {
width: 50%
}
.esg-hovered .esg-transition[data-transition="esg-collapsevertical"]:before,
.esg-hovered .esg-transition[data-transition="esg-collapsevertical"]:after {
height: 50%
}
.esg-hovered .esg-transition[data-transition="esg-collapseverticalout"]:before,
.esg-hovered .esg-transition[data-transition="esg-collapseverticalout"]:after {
height: 0
}
.esg-hovered .esg-transition[data-transition="esg-collapsehorizontal"]:before,
.esg-hovered .esg-transition[data-transition="esg-collapsehorizontal"]:after {
width: 50%
}
.esg-hovered .esg-transition[data-transition="esg-collapsehorizontalout"]:before,
.esg-hovered .esg-transition[data-transition="esg-collapsehorizontalout"]:after {
width: 0
} .esg-transition[data-transition^="esg-line"]:after {
content: "";
position: absolute;
width: 70%;
height: 70%;
top: 15%;
left: 15%;
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: center center;
}
.esg-transition[data-transition="esg-linediagonal"]:after,
.esg-transition[data-transition="esg-linehorizontal"]:after,
.esg-transition[data-transition="esg-linevertical"]:after {
transform: scale(0)
}
.esg-hovered .esg-transition[data-transition^="esg-line"]:after {
transform: scale(1)
}
.esg-hovered .esg-transition[data-transition="esg-linediagonalout"]:after,
.esg-hovered .esg-transition[data-transition="esg-linehorizontalout"]:after,
.esg-hovered .esg-transition[data-transition="esg-lineverticalout"]:after {
transform: scale(0)
} .esg-transition[data-transition^="esg-spiral"]:after {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
box-sizing: border-box;
padding-bottom: 100%;
background-size: contain;
background-repeat: no-repeat;
transform-origin: center;
transform: translate(-50%, -50%) rotate(0deg) scale(0);
}
.esg-transition[data-transition="esg-spiralzoomout"]:after {
transform: translate(-50%, -50%) rotate(-300deg) scale(3)
}
.esg-hovered .esg-transition[data-transition="esg-spiralzoom"]:after {
transform: translate(-50%, -50%) rotate(-300deg) scale(3)
}
.esg-hovered .esg-transition[data-transition="esg-spiralzoomout"]:after {
transform: translate(-50%, -50%) rotate(0deg) scale(0)
} .esg-transition[data-transition^="esg-circlezoom"]:before,
.esg-transition[data-transition^="esg-circlezoom"]:after {
content: "";
position: absolute;
width: 150%;
height: 150%;
padding-bottom: 150%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(0, 0);
border-radius: 50%;
box-sizing: border-box;
}
.esg-transition[data-transition="esg-circlezoomout"]:before,
.esg-transition[data-transition="esg-circlezoomout"]:after {
transform: translate(-50%, -50%) scale(1, 1)
}
.esg-hovered .esg-transition[data-transition="esg-circlezoom"]:before,
.esg-hovered .esg-transition[data-transition="esg-circlezoom"]:after {
transform: translate(-50%, -50%) scale(1, 1)
}
.esg-hovered .esg-transition[data-transition="esg-circlezoomout"]:before,
.esg-hovered .esg-transition[data-transition="esg-circlezoomout"]:after {
transform: translate(-50%, -50%) scale(0, 0)
}
.esg-transition[data-transition^="esg-line"]:before,
.esg-transition[data-transition^="esg-spiral"]:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0%;
left: 0%;
opacity: 0;
}
.esg-transition[data-transition="esg-linediagonalout"]:before,
.esg-transition[data-transition="esg-linehorizontalout"]:before,
.esg-transition[data-transition="esg-lineverticalout"]:before,
.esg-transition[data-transition="esg-spiralzoomout"]:before {
opacity: 1
}
.esg-hovered .esg-transition[data-transition^="esg-line"]:before,
.esg-hovered .esg-transition[data-transition="esg-spiralzoom"]:before {
opacity: 1
}
.esg-hovered .esg-transition[data-transition="esg-linediagonalout"]:before,
.esg-hovered .esg-transition[data-transition="esg-linehorizontalout"]:before,
.esg-hovered .esg-transition[data-transition="esg-lineverticalout"]:before,
.esg-hovered .esg-transition[data-transition="esg-spiralzoomout"]:before {
opacity: 0
} .esg-overlay.esg-cover-blend-multiply {
mix-blend-mode: multiply
}
.esg-overlay.esg-cover-blend-screen {
mix-blend-mode: screen
}
.esg-overlay.esg-cover-blend-overlay {
mix-blend-mode: overlay
}
.esg-overlay.esg-cover-blend-darken {
mix-blend-mode: darken
}
.esg-overlay.esg-cover-blend-lighten {
mix-blend-mode: lighten
}
.esg-overlay.esg-cover-blend-color-dodge {
mix-blend-mode: color-dodge
}
.esg-overlay.esg-cover-blend-color-burn {
mix-blend-mode: color-burn
}
.esg-overlay.esg-cover-blend-hard-light {
mix-blend-mode: hard-light
}
.esg-overlay.esg-cover-blend-soft-light {
mix-blend-mode: soft-light
}
.esg-overlay.esg-cover-blend-difference {
mix-blend-mode: difference
}
.esg-overlay.esg-cover-blend-exclusion {
mix-blend-mode: exclusion
}
.esg-overlay.esg-cover-blend-hue {
mix-blend-mode: hue
}
.esg-overlay.esg-cover-blend-saturation {
mix-blend-mode: saturation
}
.esg-overlay.esg-cover-blend-color {
mix-blend-mode: color
}
.esg-overlay.esg-cover-blend-luminosity {
mix-blend-mode: luminosity
} .esg-container .aden {
-webkit-filter: hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2);
filter: hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)
}
.esg-container .aden::after {
background: -webkit-linear-gradient(left, rgba(66, 10, 14, .2), transparent);
background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
mix-blend-mode: darken
}
.esg-container .perpetua::after,
.esg-container .reyes::after {
mix-blend-mode: soft-light;
opacity: .5
}
.esg-container .inkwell {
-webkit-filter: sepia(.3) contrast(1.1) brightness(1.1) grayscale(1);
filter: sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)
}
.esg-container .perpetua::after {
background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
background: linear-gradient(to bottom, #005b9a, #e6c13d)
}
.esg-container .reyes {
-webkit-filter: sepia(.22) brightness(1.1) contrast(.85) saturate(.75);
filter: sepia(.22) brightness(1.1) contrast(.85) saturate(.75)
}
.esg-container .reyes::after {
background: #efcdad
}
.esg-container .gingham {
-webkit-filter: brightness(1.05) hue-rotate(-10deg);
filter: brightness(1.05) hue-rotate(-10deg)
}
.esg-container .gingham::after {
background: -webkit-linear-gradient(left, rgba(66, 10, 14, .2), transparent);
background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
mix-blend-mode: darken
}
.esg-container .toaster {
-webkit-filter: contrast(1.5) brightness(.9);
filter: contrast(1.5) brightness(.9)
}
.esg-container .toaster::after {
background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
background: radial-gradient(circle, #804e0f, #3b003b);
mix-blend-mode: screen
}
.esg-container .walden {
-webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6);
filter: brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)
}
.esg-container .walden::after {
background: #04c;
mix-blend-mode: screen;
opacity: .3
}
.esg-container .hudson {
-webkit-filter: brightness(1.2) contrast(.9) saturate(1.1);
filter: brightness(1.2) contrast(.9) saturate(1.1)
}
.esg-container .hudson::after {
background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
background: radial-gradient(circle, #a6b1ff 50%, #342134);
mix-blend-mode: multiply;
opacity: .5
}
.esg-container .earlybird {
-webkit-filter: contrast(.9) sepia(.2);
filter: contrast(.9) sepia(.2)
}
.esg-container .earlybird::after {
background: -webkit-radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
mix-blend-mode: overlay
}
.esg-container .mayfair {
-webkit-filter: contrast(1.1) saturate(1.1);
filter: contrast(1.1) saturate(1.1)
}
.esg-container .mayfair::after {
background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, .8), rgba(255, 200, 200, .6), #111 60%);
background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, .8), rgba(255, 200, 200, .6), #111 60%);
mix-blend-mode: overlay;
opacity: .4
}
.esg-container .lofi {
-webkit-filter: saturate(1.1) contrast(1.5);
filter: saturate(1.1) contrast(1.5)
}
.esg-container .lofi::after {
background: -webkit-radial-gradient(circle, transparent 70%, #222 150%);
background: radial-gradient(circle, transparent 70%, #222 150%);
mix-blend-mode: multiply
}
.esg-container ._1977 {
-webkit-filter: contrast(1.1) brightness(1.1) saturate(1.3);
filter: contrast(1.1) brightness(1.1) saturate(1.3)
}
.esg-container ._1977:after {
background: rgba(243, 106, 188, .3);
mix-blend-mode: screen
}
.esg-container .brooklyn {
-webkit-filter: contrast(.9) brightness(1.1);
filter: contrast(.9) brightness(1.1)
}
.esg-container .brooklyn::after {
background: -webkit-radial-gradient(circle, rgba(168, 223, 193, .4) 70%, #c4b7c8);
background: radial-gradient(circle, rgba(168, 223, 193, .4) 70%, #c4b7c8);
mix-blend-mode: overlay
}
.esg-container .xpro2 {
-webkit-filter: sepia(.3);
filter: sepia(.3)
}
.esg-container .xpro2::after {
background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, .6) 110%);
background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, .6) 110%);
mix-blend-mode: color-burn
}
.esg-container .nashville {
-webkit-filter: sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2);
filter: sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)
}
.esg-container .nashville::after {
background: rgba(0, 70, 150, .4);
mix-blend-mode: lighten
}
.esg-container .nashville::before {
background: rgba(247, 176, 153, .56);
mix-blend-mode: darken
}
.esg-container .lark {
-webkit-filter: contrast(.9);
filter: contrast(.9)
}
.esg-container .lark::after {
background: rgba(242, 242, 242, .8);
mix-blend-mode: darken
}
.esg-container .lark::before {
background: #22253f;
mix-blend-mode: color-dodge
}
.esg-container .moon {
-webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
filter: grayscale(1) contrast(1.1) brightness(1.1)
}
.esg-container .moon::before {
background: #a0a0a0;
mix-blend-mode: soft-light
}
.esg-container .moon::after {
background: #383838;
mix-blend-mode: lighten
}
.esg-container .clarendon {
-webkit-filter: contrast(1.2) saturate(1.35);
filter: contrast(1.2) saturate(1.35)
}
.esg-container .clarendon:before {
background: rgba(127, 187, 227, .2);
mix-blend-mode: overlay
}
.esg-container .willow {
-webkit-filter: grayscale(.5) contrast(.95) brightness(.9);
filter: grayscale(.5) contrast(.95) brightness(.9)
}
.esg-container .willow::before {
background-color: radial-gradient(40%, circle, #d4a9af 55%, #000 150%);
mix-blend-mode: overlay
}
.esg-container .willow::after {
background-color: #d8cdcb;
mix-blend-mode: color
}
.esg-container .rise {
-webkit-filter: brightness(1.05) sepia(.2) contrast(.9) saturate(.9);
filter: brightness(1.05) sepia(.2) contrast(.9) saturate(.9)
}
.esg-container .rise::after {
background: -webkit-radial-gradient(circle, rgba(232, 197, 152, .8), transparent 90%);
background: radial-gradient(circle, rgba(232, 197, 152, .8), transparent 90%);
mix-blend-mode: overlay;
opacity: .6
}
.esg-container .rise::before {
background: -webkit-radial-gradient(circle, rgba(236, 205, 169, .15) 55%, rgba(50, 30, 7, .4));
background: radial-gradient(circle, rgba(236, 205, 169, .15) 55%, rgba(50, 30, 7, .4));
mix-blend-mode: multiply
}
.esg-container ._1977:after, .esg-container ._1977:before,
.esg-container .aden:after, .esg-container .aden:before,
.esg-container .brooklyn:after, .esg-container .brooklyn:before,
.esg-container .clarendon:after, .esg-container .clarendon:before,
.esg-container .earlybird:after, .esg-container .earlybird:before,
.esg-container .gingham:after, .esg-container .gingham:before,
.esg-container .hudson:after, .esg-container .hudson:before,
.esg-container .inkwell:after, .esg-container .inkwell:before,
.esg-container .lark:after, .esg-container .lark:before,
.esg-container .lofi:after, .esg-container .lofi:before,
.esg-container .mayfair:after, .esg-container .mayfair:before,
.esg-container .moon:after, .esg-container .moon:before,
.esg-container .nashville:after, .esg-container .nashville:before,
.esg-container .perpetua:after, .esg-container .perpetua:before,
.esg-container .reyes:after, .esg-container .reyes:before,
.esg-container .rise:after, .esg-container .rise:before,
.esg-container .slumber:after, .esg-container .slumber:before,
.esg-container .toaster:after, .esg-container .toaster:before,
.esg-container .walden:after, .esg-container .walden:before,
.esg-container .willow:after, .esg-container .willow:before,
.esg-container .xpro2:after, .esg-container .xpro2:before {
content: '';
display: block;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
pointer-events: none
}
.esg-container ._1977, 
.esg-container .aden, 
.esg-container .brooklyn, 
.esg-container .clarendon, 
.esg-container .earlybird, 
.esg-container .gingham,
.esg-container .hudson,
.esg-container .inkwell,
.esg-container .lark,
.esg-container .lofi,
.esg-container .mayfair,
.esg-container .moon,
.esg-container .nashville,
.esg-container .perpetua,
.esg-container .reyes,
.esg-container .rise,
.esg-container .slumber,
.esg-container .toaster,
.esg-container .walden,
.esg-container .willow,
.esg-container .xpro2 {
position: relative
}
.esg-container ._1977 img,
.esg-container .aden img,
.esg-container .brooklyn img,
.esg-container .clarendon img,
.esg-container .earlybird img,
.esg-container .gingham img,
.esg-container .hudson img,
.esg-container .inkwell img,
.esg-container .lark img,
.esg-container .lofi img,
.esg-container .mayfair img,
.esg-container .moon img,
.esg-container .nashville img,
.esg-container .perpetua img,
.esg-container .reyes img,
.esg-container .rise img,
.esg-container .slumber img,
.esg-container .toaster img,
.esg-container .walden img,
.esg-container .willow img,
.esg-container .xpro2 img {
width: 100%;
z-index: 1
}
.esg-container ._1977:before,
.esg-container .aden:before,
.esg-container .brooklyn:before,
.esg-container .clarendon:before,
.esg-container .earlybird:before,
.esg-container .gingham:before,
.esg-container .hudson:before,
.esg-container .inkwell:before,
.esg-container .lark:before,
.esg-container .lofi:before,
.esg-container .mayfair:before,
.esg-container .moon:before,
.esg-container .nashville:before,
.esg-container .perpetua:before,
.esg-container .reyes:before,
.esg-container .rise:before,
.esg-container .slumber:before,
.esg-container .toaster:before,
.esg-container .walden:before,
.esg-container .willow:before,
.esg-container .xpro2:before {
z-index: 2
}
.esg-container ._1977:after,
.esg-container .aden:after,
.esg-container .brooklyn:after,
.esg-container .clarendon:after,
.esg-container .earlybird:after,
.esg-container .gingham:after,
.esg-container .hudson:after,
.esg-container .inkwell:after,
.esg-container .lark:after,
.esg-container .lofi:after,
.esg-container .mayfair:after,
.esg-container .moon:after,
.esg-container .nashville:after,
.esg-container .perpetua:after,
.esg-container .reyes:after,
.esg-container .rise:after,
.esg-container .slumber:after,
.esg-container .toaster:after,
.esg-container .walden:after,
.esg-container .willow:after,
.esg-container .xpro2:after {
z-index: 3
}
.esg-container .slumber {
-webkit-filter: saturate(.66) brightness(1.05);
filter: saturate(.66) brightness(1.05)
}
.esg-container .slumber::after {
background: rgba(125, 105, 24, .5);
mix-blend-mode: soft-light
}
.esg-container .slumber::before {
background: rgba(69, 41, 12, .4);
mix-blend-mode: lighten
} .source_type_stream .esg-filter-wrapper,
.source_type_nextgen .esg-filter-wrapper,
.source_type_rml .esg-filter-wrapper {
display: none !important;
} [class*=" pe-7s-"]:before {
font-family: 'Pe-icon-7-stroke'
}  #esg_search_wrapper {
height: auto;
left: 0;
opacity: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 20000;
}
#esg_search_wrapper .esg-filter-wrapper, #esg_search_wrapper .esg-pagination {
margin-left: 0 !important;
}
#esg_big_search_wrapper {
padding-top: 0;
position: relative;
}
#esg_big_search_wrapper .bigsearchfield {
-moz-border-bottom-colors: none !important;
-moz-border-left-colors: none !important;
-moz-border-right-colors: none !important;
-moz-border-top-colors: none !important;
background: none repeat scroll 0 0 rgba(255, 255, 255, 0) !important;
border:none !important;
border-bottom:2px solid #333 !important;
color: #333 !important;
font-size: 40px !important;
font-weight: 700;
line-height: 40px !important;
padding: 0 !important;
position: relative;
width: 100%;
z-index: 10;
height:50px !important;
border-radius:0 !important;
-webkit-border-radius:0 !important;
-moz-border-radius:0 !important;
}
#esg_big_search_wrapper::-ms-clear { display: none; }
#esg_big_search_wrapper .bigsearchfield::-ms-clear { display: none; }
#esg_big_search_fake_txt {
background: none repeat scroll 0 0 rgba(255, 255,255, 0) !important;
border: medium none !important;
color: #333 !important;
font-size: 40px !important;
font-weight: 700;
line-height: 40px !important;
padding: 0 !important;
position: absolute !important;
top: 7px !important;
width: 100%;
z-index: 5;
height:50px !important;
}
.esg_big_search_close {
color: #333;
cursor: pointer;
font-size: 40px;
font-weight: 400;
position: absolute;
right: 30px;
top: 50px;
z-index: 20;
}
.esg_searchresult_title {
color: #333;
font-size: 11px;
font-weight: 700;
letter-spacing: 1px;
margin-top: 30px;
text-transform: uppercase;
}
#esg_search_bg {
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 19999;
}
.esg_searchcontainer {
box-sizing: border-box;
padding: 40px;
position: relative;
width: 100%;
}
.esg_searchresult {
color: #333;
font-size: 17px;
font-weight: 600;
line-height: 26px;
} #esg_big_search_wrapper.dark .bigsearchfield {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
border-bottom:2px solid #fff !important;
color: #fff !important;
}
.dark #esg_big_search_fake_txt {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
color: #fff !important;
}
.dark .esg_big_search_close {
color: #fff;
}
.dark .esg_searchresult_title {
color: #fff;
}
#esg_search_bg.dark {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85);
}
.dark .esg_searchresult {
color: #fff;
}@font-face {
font-family: 'eg-font';
src: url(//zlatosfera.ru/wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.eot?85610117);
src: url(//zlatosfera.ru/wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.eot?85610117#iefix) format('embedded-opentype'),
url(//zlatosfera.ru/wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.woff?85610117) format('woff'),
url(//zlatosfera.ru/wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.ttf?85610117) format('truetype'),
url(//zlatosfera.ru/wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.svg?85610117#egfont) format('svg');
font-weight: normal;
font-style: normal;
}
.eg-icon-soundcloud:before { content: '\e8ca'; } .eg-icon-music:before { content: '\e858'; } .eg-icon-color-adjust:before { content: '\e862'; } .eg-icon-mail:before { content: '\e868'; } .eg-icon-mail-alt:before { content: '\e869'; } .eg-icon-heart:before { content: '\e86a'; } .eg-icon-heart-empty:before { content: '\e86b'; } .eg-icon-star:before { content: '\e86c'; } .eg-icon-star-empty:before { content: '\e86d'; } .eg-icon-user:before { content: '\e879'; } .eg-icon-male:before { content: '\e87a'; } .eg-icon-female:before { content: '\e87b'; } .eg-icon-video:before { content: '\e805'; } .eg-icon-videocam:before { content: '\e859'; } .eg-icon-picture-1:before { content: '\e803'; } .eg-icon-camera:before { content: '\e85a'; } .eg-icon-camera-alt:before { content: '\e85b'; } .eg-icon-th-large:before { content: '\e83c'; } .eg-icon-th:before { content: '\e83d'; } .eg-icon-ok:before { content: '\e80d'; } .eg-icon-ok-circled2:before { content: '\e877'; } .eg-icon-ok-squared:before { content: '\e878'; } .eg-icon-cancel:before { content: '\e80a'; } .eg-icon-plus:before { content: '\e86e'; } .eg-icon-plus-circled:before { content: '\e876'; } .eg-icon-plus-squared:before { content: '\e875'; } .eg-icon-minus:before { content: '\e86f'; } .eg-icon-minus-circled:before { content: '\e870'; } .eg-icon-minus-squared:before { content: '\e871'; } .eg-icon-minus-squared-alt:before { content: '\e872'; } .eg-icon-info-circled:before { content: '\e80f'; } .eg-icon-info:before { content: '\e844'; } .eg-icon-home:before { content: '\e843'; } .eg-icon-link:before { content: '\e80e'; } .eg-icon-unlink:before { content: '\e83f'; } .eg-icon-link-ext:before { content: '\e840'; } .eg-icon-lock:before { content: '\e856'; } .eg-icon-lock-open:before { content: '\e857'; } .eg-icon-eye:before { content: '\e841'; } .eg-icon-eye-off:before { content: '\e842'; } .eg-icon-tag:before { content: '\e85c'; } .eg-icon-thumbs-up:before { content: '\e887'; } .eg-icon-thumbs-up-alt:before { content: '\e888'; } .eg-icon-download:before { content: '\e88a'; } .eg-icon-upload:before { content: '\e889'; } .eg-icon-reply:before { content: '\e8a6'; } .eg-icon-forward:before { content: '\e874'; } .eg-icon-export-1:before { content: '\e873'; } .eg-icon-print:before { content: '\e886'; } .eg-icon-gamepad:before { content: '\e837'; } .eg-icon-trash:before { content: '\e801'; } .eg-icon-doc-text:before { content: '\e885'; } .eg-icon-doc-inv:before { content: '\e884'; } .eg-icon-folder-1:before { content: '\e83e'; } .eg-icon-folder-open:before { content: '\e883'; } .eg-icon-folder-open-empty:before { content: '\e882'; } .eg-icon-rss:before { content: '\e880'; } .eg-icon-rss-squared:before { content: '\e881'; } .eg-icon-phone:before { content: '\e87f'; } .eg-icon-menu:before { content: '\e830'; } .eg-icon-cog-alt:before { content: '\e847'; } .eg-icon-wrench:before { content: '\e848'; } .eg-icon-basket-1:before { content: '\e87c'; } .eg-icon-calendar:before { content: '\e87d'; } .eg-icon-calendar-empty:before { content: '\e87e'; } .eg-icon-lightbulb:before { content: '\e88b'; } .eg-icon-resize-full-alt:before { content: '\e845'; } .eg-icon-move:before { content: '\e846'; } .eg-icon-down-dir:before { content: '\e838'; } .eg-icon-up-dir:before { content: '\e839'; } .eg-icon-left-dir:before { content: '\e817'; } .eg-icon-right-dir:before { content: '\e818'; } .eg-icon-down-open:before { content: '\e83b'; } .eg-icon-left-open:before { content: '\e819'; } .eg-icon-right-open:before { content: '\e81a'; } .eg-icon-angle-left:before { content: '\e820'; } .eg-icon-angle-right:before { content: '\e81d'; } .eg-icon-angle-double-left:before { content: '\e892'; } .eg-icon-angle-double-right:before { content: '\e893'; } .eg-icon-left-big:before { content: '\e81f'; } .eg-icon-right-big:before { content: '\e81e'; } .eg-icon-up-hand:before { content: '\e835'; } .eg-icon-ccw-1:before { content: '\e891'; } .eg-icon-shuffle-1:before { content: '\e849'; } .eg-icon-play:before { content: '\e88c'; } .eg-icon-play-circled:before { content: '\e88e'; } .eg-icon-stop:before { content: '\e88f'; } .eg-icon-pause:before { content: '\e88d'; } .eg-icon-fast-fw:before { content: '\e890'; } .eg-icon-desktop:before { content: '\e85d'; } .eg-icon-laptop:before { content: '\e85e'; } .eg-icon-tablet:before { content: '\e85f'; } .eg-icon-mobile:before { content: '\e860'; } .eg-icon-flight:before { content: '\e894'; } .eg-icon-font:before { content: '\e851'; } .eg-icon-bold:before { content: '\e852'; } .eg-icon-italic:before { content: '\e855'; } .eg-icon-text-height:before { content: '\e84f'; } .eg-icon-text-width:before { content: '\e850'; } .eg-icon-align-left:before { content: '\e84c'; } .eg-icon-align-center:before { content: '\e84d'; } .eg-icon-align-right:before { content: '\e84e'; } .eg-icon-search:before { content: '\e802'; } .eg-icon-indent-left:before { content: '\e866'; } .eg-icon-indent-right:before { content: '\e867'; } .eg-icon-ajust:before { content: '\e84a'; } .eg-icon-tint:before { content: '\e84b'; } .eg-icon-chart-bar:before { content: '\e853'; } .eg-icon-magic:before { content: '\e807'; } .eg-icon-sort:before { content: '\e895'; } .eg-icon-sort-alt-up:before { content: '\e863'; } .eg-icon-sort-alt-down:before { content: '\e864'; } .eg-icon-sort-name-up:before { content: '\e854'; } .eg-icon-sort-name-down:before { content: '\e865'; } .eg-icon-coffee:before { content: '\e896'; } .eg-icon-food:before { content: '\e897'; } .eg-icon-medkit:before { content: '\e898'; } .eg-icon-puzzle:before { content: '\e899'; } .eg-icon-apple:before { content: '\e89a'; } .eg-icon-facebook:before { content: '\e89b'; } .eg-icon-gplus:before { content: '\e89c'; } .eg-icon-tumblr:before { content: '\e8a0'; } .eg-icon-twitter-squared:before { content: '\e8a2'; } .eg-icon-twitter:before { content: '\e8a1'; } .eg-icon-vimeo-squared:before { content: '\e89d'; } .eg-icon-youtube:before { content: '\e89f'; } .eg-icon-youtube-squared:before { content: '\e89e'; } .eg-icon-picture:before { content: '\e800'; } .eg-icon-check:before { content: '\e810'; } .eg-icon-back:before { content: '\e8a5'; } .eg-icon-thumbs-up-1:before { content: '\e8a9'; } .eg-icon-thumbs-down:before { content: '\e8aa'; } .eg-icon-download-1:before { content: '\e8ab'; } .eg-icon-upload-1:before { content: '\e8ac'; } .eg-icon-reply-1:before { content: '\e8a8'; } .eg-icon-forward-1:before { content: '\e8a7'; } .eg-icon-export:before { content: '\e80b'; } .eg-icon-folder:before { content: '\e813'; } .eg-icon-rss-1:before { content: '\e8c8'; } .eg-icon-cog:before { content: '\e832'; } .eg-icon-tools:before { content: '\e815'; } .eg-icon-basket:before { content: '\e812'; } .eg-icon-login:before { content: '\e833'; } .eg-icon-logout:before { content: '\e834'; } .eg-icon-resize-full:before { content: '\e816'; } .eg-icon-popup:before { content: '\e828'; } .eg-icon-arrow-combo:before { content: '\e827'; } .eg-icon-left-open-1:before { content: '\e82a'; } .eg-icon-right-open-1:before { content: '\e82b'; } .eg-icon-left-open-mini:before { content: '\e822'; } .eg-icon-right-open-mini:before { content: '\e823'; } .eg-icon-left-open-big:before { content: '\e824'; } .eg-icon-right-open-big:before { content: '\e825'; } .eg-icon-left:before { content: '\e836'; } .eg-icon-right:before { content: '\e826'; } .eg-icon-ccw:before { content: '\e808'; } .eg-icon-cw:before { content: '\e8c9'; } .eg-icon-arrows-ccw:before { content: '\e806'; } .eg-icon-level-down:before { content: '\e8a3'; } .eg-icon-level-up:before { content: '\e8a4'; } .eg-icon-shuffle:before { content: '\e814'; } .eg-icon-palette:before { content: '\e829'; } .eg-icon-list-add:before { content: '\e80c'; } .eg-icon-back-in-time:before { content: '\e821'; } .eg-icon-monitor:before { content: '\e81b'; } .eg-icon-paper-plane:before { content: '\e8ad'; } .eg-icon-brush:before { content: '\e8ae'; } .eg-icon-droplet:before { content: '\e81c'; } .eg-icon-clipboard:before { content: '\e8b0'; } .eg-icon-megaphone:before { content: '\e8b1'; } .eg-icon-key:before { content: '\e8af'; } .eg-icon-github:before { content: '\e8b3'; } .eg-icon-github-circled:before { content: '\e8b4'; } .eg-icon-flickr:before { content: '\e8b2'; } .eg-icon-flickr-circled:before { content: '\e8b5'; } .eg-icon-vimeo:before { content: '\e8b6'; } .eg-icon-vimeo-circled:before { content: '\e8b7'; } .eg-icon-twitter-1:before { content: '\e8b8'; } .eg-icon-twitter-circled:before { content: '\e8b9'; } .eg-icon-facebook-1:before { content: '\e8ba'; } .eg-icon-facebook-circled:before { content: '\e8bb'; } .eg-icon-facebook-squared:before { content: '\e8bc'; } .eg-icon-gplus-1:before { content: '\e8bd'; } .eg-icon-gplus-circled:before { content: '\e8be'; } .eg-icon-pinterest:before { content: '\e8bf'; } .eg-icon-pinterest-circled:before { content: '\e8c0'; } .eg-icon-tumblr-1:before { content: '\e8c1'; } .eg-icon-tumblr-circled:before { content: '\e8c2'; } .eg-icon-linkedin:before { content: '\e8c3'; } .eg-icon-linkedin-circled:before { content: '\e8c4'; } .eg-icon-dribbble:before { content: '\e8c5'; } .eg-icon-dribbble-circled:before { content: '\e8c6'; } .eg-icon-picasa:before { content: '\e8c7'; } .eg-icon-ok-1:before { content: '\e811'; } .eg-icon-doc:before { content: '\e809'; } .eg-icon-left-open-outline:before { content: '\e82e'; } .eg-icon-left-open-2:before { content: '\e82c'; } .eg-icon-right-open-outline:before { content: '\e82f'; } .eg-icon-right-open-2:before { content: '\e82d'; } .eg-icon-equalizer:before { content: '\e83a'; } .eg-icon-layers-alt:before { content: '\e804'; } .eg-icon-pencil-1:before { content: '\e831'; } .eg-icon-align-justify:before { content: '\e861'; } .eg-icon-wistia:before { content: '\e89f'; } .eg-icon-wistia-squared:before { content: '\e89e'; }.text-strong{
font-weight: bold;
}
.decoration-uppercase{
text-transform: uppercase;
}
.blog-posts-shortcode .single-post.list-view.col-md-12:last-child .title-n-excerpt {
border-bottom: 0 none;
}
.related-posts .shortcode_course_content .course_text_content .course_more_container .course_more,
.related-posts .shortcode_course_content .course_text_content .course_text_container .course_title,
.taxonomy-course_category .courses-list .course_text_content .course_price {
color: #fff;
}
#item-header-avatar img {
max-width: 150px;
}
.courses-list .shortcode_course_content .featured_image_courses {
position: relative;
}
.courses-list .shortcode_course_content {
margin-bottom: 30px;
overflow: hidden;
}
.courses-list .course_text_container {
padding-left: 0px;
padding-right: 0px;
}
.courses-list .course_more_container {
padding-left: 0;
padding-right: 0;
text-align: center;
}
.courses-list .text-white .course_text_content > a {
color: white;
}
.featured_image_courses .avatar {
border-radius: 0;
}
.courses-list .featured_image_courses .course_badge {
color: #fff;
font-size: 40px;
position: absolute;
right: 20px;
top: 10px;
}
.courses-list .featured_image_courses .course_badge i {
font-size: 30px;
height: 50px;
padding: 10px 0;
text-align: center;
width: 50px;
}
.courses-list .course_text_content {
padding: 10px 15px;
overflow: hidden;
}
.courses-list .course_more_container .course_more {
margin: 0;
padding: 14px 0;
}
.courses-list .course_text_content h5:nth-child(1) {
font-size: 17px;
opacity: 1;
}
.courses-list .course_text_content h5 {
float: left;
font-size: 20px;
line-height: normal;
margin: 0;
opacity: 1;
}
.courses-list .course_text_content .course_price {
color: #44d086;
float: left;
font-size: 20px;
font-weight: bold;
margin-bottom: 0;
padding: 0 10px;
}
.courses-list .text-white .course_text_content .course_price {
color: #fff;
}
.all_courses_box {
border-radius: 10px;
}
.all_courses_box .all_courses_buton a {
border-radius: 5px;
color: white;
display: block;
margin: 0 auto;
padding: 10px;
width: 100%;
}
.all_courses_box .all_courses_title .all_courses_box_title {
color: rgb(102, 102, 102);
font-size: 35px;
font-weight: bold;
margin-top: 8px;
line-height: 35px;
}
.all_courses_box .all_courses_buton {
margin-bottom: 15px;
text-align: center;
}
.all_courses_box .all_courses_description .all_courses_box_desc {
color: rgb(102, 102, 102);
margin: 15px 0 20px;
} .list-view .post-details .post-name.mt_cars--title a {
font-size: 25px;
letter-spacing: normal;
text-transform: none;
}
.list-view .post-details .post-name.mt_cars--title {
margin-bottom: 10px;
margin-top: 0;
}
.single-car-feature {
margin: 3px 0;
}
.mt_car--price {
background: #ffd600 none repeat scroll 0 0;
display: inline-block;
font-size: 15px;
margin-top: 10px;
padding: 10px;
}
.mt_cars--main-pic { margin-bottom: 12px;
}
article.single-post .mt_cars--extra-pics img {
margin-bottom: 30px;
} .mt_bubble_box {
background: #f6f6f6 none repeat scroll 0 0;
padding: 30px;
position: relative;
}
.mt_bubble_box .bubble_title {
font-weight: bold;
margin: 0;
}
.bubble_footer_text {
font-weight: bold;
margin: 15px 0 0;
}
.mt_bubble_box .bubble_subtitle {
margin: 8px 0 15px;
color: #00afef;
}
.bubble_pointer{
position: absolute;
content: '';
border-style: solid;
display: block; 
width: 0px; 
z-index: 1; 
}
.bubble_footer_text > span {
color: #00afef;
} .mt--custom_services .hover_container {
display: flex !important;
height: 100%;
position: absolute;
text-align: center;
top: 0;
width: 100%;
text-align: left;
}
.mt--custom_services .hover_container_holder {
align-self: center;
padding: 0 65px;
width: 100%;
}
.mt--custom_services img {
width: 100%;
}
.mt--custom_services {
margin: 0 !important;
}
.mt--custom_services .hover_container .hover_container_holder .custom_service_second_title {
text-transform: uppercase;
}
.mt--custom_services .hover_container .hover_container_holder .custom_service_description {
color: #fff;
font-size: 18px;
}
.mt--custom_services .hover_container .more-link:hover{
opacity: 0.8;
}
.mt--custom_services .hover_container .more-link {
border: 2px solid;
transition: all 300ms ease-in-out 0ms;
-ms-transition: all 300ms ease-in-out 0ms;
-webkit-transition: all 300ms ease-in-out 0ms;
border-radius: 3px;
-webkit-border-radius: 3px;
font-size: 15px;
font-style: italic;
line-height: 25px;
margin: 10px 0 0;
padding: 4px 14px;
}/*/*/.mt--custom_services .hover_container {
transition: all 300ms ease-in-out 0ms;
-ms-transition: all 300ms ease-in-out 0ms;
-webkit-transition: all 300ms ease-in-out 0ms;
}
.mt--custom_services:hover .hover_container {
opacity: 1;
transition: all 300ms ease-in-out 0ms;
-ms-transition: all 300ms ease-in-out 0ms;
-webkit-transition: all 300ms ease-in-out 0ms;
}
.mt--custom_services:hover img {
opacity: 0;
transition: all 300ms ease-in-out 0ms;
-ms-transition: all 300ms ease-in-out 0ms;
-webkit-transition: all 300ms ease-in-out 0ms;
}/**/.section-title.absolute.section-title-opacity {
width: 100%;
opacity: 0.06;
font-size: 90px;
position: absolute;
top: 0;
}
.title-subtile-holder{
position: relative;
}
.title-subtile-holder .section-title {
margin-top:0; 
} .section-title {
text-align: center;
text-transform: uppercase;
font-weight: 800;
font-size: 42px;
line-height: 35px;
}
.section-border {
height: 25px;
margin: 5px 0 7px;
width: 100%;
}
.section-border.light_border {
background: rgba(0, 0, 0, 0) url(//zlatosfera.ru/wp-content/plugins/modeltheme-framework/inc/shortcodes/img/delimiter.png) no-repeat scroll center center;
background-size: auto 15px;
}
.section-border.dark_border {
background: rgba(0, 0, 0, 0) url(//zlatosfera.ru/wp-content/plugins/modeltheme-framework/inc/shortcodes/img/delimiter-black.png) no-repeat scroll center center;
background-size: auto 15px;
}
.section-subtitle {
color: rgb(154, 167, 175);
font-size: 16px;
font-weight: 500;
text-align: center;
width: 70%;
margin: 0 auto;
margin-top: 20px;
font-weight: 300;
} .section_welcome .section-title {
color: #ffffff;
}
.section_quotes .section-title {
color: #ffffff;
}
.light_border {
opacity: 1;
}
.dark_border {
opacity: 1;
}
.light_title {
color: #ffffff;
}
.light_subtitle {
color: #ffffff;
opacity: 0.7;
}
.dark_title {
color: #151515;
}
.dark_subtitle {
color: #999999;
}
header.section-header {
margin-bottom: 50px;
position: relative;
z-index: 10;
}
.text_left .section-title {
text-align: left !important;
}
.text_left .section-border {
background-position: left !important;
}
.text_left .section-subtitle {
text-align: left !important;
margin: 0;
}
.text_right .section-title {
text-align: right !important;
}
.text_right .section-border {
background-position: right !important;
}
.text_right .section-subtitle {
text-align: right !important;
margin: 0;
margin-left: auto;
} .title-holder {
margin-bottom: 40px;
}
.title_bored_element {
border-bottom: 5px solid rgb(72, 168, 167);
color: rgb(51, 51, 51);
padding-bottom: 3px;
}
.section-single-title {
font-weight: 500;
text-transform: uppercase;
} .title_subtitle_style_v2{
display: flex;
align-items: center;
}
.title_subtitle_style_v2 .section-title{
display: inline-table;
margin-bottom: 0px;
font-size: 48px;
font-weight: 700;
line-height: 60px;
}
.title_subtitle_style_v2.subtitle_right .section-title{
margin-right: 52px;
}
.title_subtitle_style_v2 .section-subtitle{
display: inline-table;
position: relative;
font-size: 20px;
width: auto;
}
.title_subtitle_style_v2 .section-subtitle:before {
content: "";
display: block;
position: absolute;
left: 0;
bottom: -4px;
width: 200px;
height: 1px;
background: #15151530;
}
.title_subtitle_style_v2 .section-subtitle:after {
content: "";
display: block;
position: absolute;
left: 0;
bottom: -5px;
width: 100px;
height: 3px;
background: #ffb716;
} @media only screen and (max-width: 768px) {
.title_subtitle_style_v2.subtitle_right,
.title_subtitle_style_v2.subtitle_right .section-title, 
.title_subtitle_style_v2.subtitle_right .section-subtitle {
display: block;
}
.title_subtitle_style_v2 .section-subtitle {
font-size: 18px;    
}
} .title_subtitle_style_v2.subtitle_above  {
flex-direction: column-reverse;
align-items: initial !important;
}
.title_subtitle_style_v2.subtitle_above .section-subtitle  {
margin-bottom: 25px;
}  .widget_social_icons li {
display: inline-table;
margin-bottom: 3px;
text-align: center;
}
.widget_social_icons ul {
margin: 0;
padding: 0;
}
.widget_social_icons li a {
display: block;
line-height: 0;
transition: all 300ms ease-in-out 0s;
-o-transition: all 300ms ease-in-out 0s;
-moz-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
-ms-transition: all 300ms ease-in-out 0s;
}
.widget_social_icons li a i {
font-size: 18px;
}
.widget_social_icons li a:hover {
color: #ffffff;
}
#primary .main-content .sidebar-social-networks ul {
padding: 0 15px;
} .latest-videos h3 {
color: #ffffff;
font-size: 16px;
font-weight: 400;
margin-bottom: 15px;
padding: 12px;
text-align: left;
text-transform: uppercase;
}
.latest-videos h3 .fa{
margin-right: 8px;
}
.latest-videos > a {
color: rgba(0, 0, 0, 0.7);
display: block;
}
.latest-videos .post-date {
color: rgba(0, 0, 0, 0.3);
display: block;
margin-top: 3px;
}
.latest-videos .post-date i {
margin-right: 5px;
}
.video-title {
padding: 15px 0;
}
.video-title a {
display: block;
color: rgba(0, 0, 0, 0.7);
} .social-icon-box .social-icon-box-holder {
padding: 50px 40px;
text-align: center;
border-radius: 5px;
}
.social-icon-box .social-icon-box-holder {
padding: 50px 25px;
text-align: center;
border-radius: 5px;
margin: 15px;
}
.social-icon-box .social-icon-box-holder h3.list_title_text {
font-size: 15px;
margin: 10px 0;
}
.social-icon-box .social-icon-box-holder a.list_button_text {
border: 1px solid;
padding: 8px;
border-radius: 5px;
font-weight: bold;
display: block;
text-transform: uppercase;
font-size: 12px;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
}
.social-icon-box .social-icon-box-holder a.list_button_text:hover {
background: #101010;
}
.social-icon-box .social-icon-box-holder a.list_button_text i {
padding-left: 5px;
}
.social-icon-box .social-icon-box-holder i.list_icon {
font-size: 40px;
}
.single .single-icondrops-content h5 {
margin-bottom: 3px;
} .text-dark .statistics .stats-head *{
color: #00aeef;
}
.text-dark .statistics .stats-content p {
color: #747474;
}
.stats-content .skill-count {
font-family: "Oswald";
display: block;
font-size: 40px;
font-weight: bold;
line-height: 45px;
text-align: center;
padding-bottom: 10px;
}
.stats-content .skill-count::after {
content: '';
display: block;
height: 4px;
background: #6cd086;
max-width: 50px;
margin: 5px auto 20px;
display: none;
border-radius: 30px;
}
.trading_home .stats-content .skill-count::after {
background: #6ECF88 !important;
}
.stat-number.skill.percentage {
margin-bottom: 0;
}
.stats-head * {
font-size: 50px;
color: #FFF;
text-align: center;
position: absolute;
opacity: 0.2;
}
.stats-head i {
clear: both;
display: block;
font-family: "FontAwesome";
font-size: 40px;
padding-right: 0;
}
.stats-content p {
font-size: 16px;
font-style: normal;
line-height: 24px;
margin-bottom: 0;
opacity: 1;
text-align: center;
}
.stat-number.skill {
margin-bottom: 0px;
}
.stat-number.skill img {
padding-top: 30px;
}
.stat-number.skill i {
padding-top: 30px;
}
.stats-block.statistics{
position: relative;
}
.stats-content.percentage{
padding: 30px 0px;
position: relative;
z-index: 2;
box-shadow: 0 0 25px rgba(0,0,0,.1);
-webkit-box-shadow: 0 0 25px rgba(0,0,0,.1);
-moz-box-shadow: 0 0 25px rgba(0,0,0,.1);
-ms-box-shadow: 0 0 25px rgba(0,0,0,.1);
}
.stats-block .stats-img img{
position: absolute;
opacity: 0.04;
max-width: 100px;
left: 20%;
top: 10%;
z-index: 1;
}  .pricing {
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 100%;
margin: 0 auto;
}
.pricing__item {
position: relative;
display: flex;
flex-direction: column;
align-items: stretch;
text-align: center;
flex: 0 1 360px;
}
.pricing__feature-list {
text-align: left;
}
.pricing__action {
color: inherit;
border: none;
background: none;
}
.pricing__action:focus {
outline: none;
} .pricing--tenzin .pricing__item {
margin: 1em;
padding: 2em 2.5em;
text-align: left;
color: #262b38;
background: #EEF0F3;
border-top: 3px solid #EEF0F3;
-webkit-transition: border-color 0.3s;
transition: border-color 0.3s;
}
.pricing--tenzin .pricing__title {
margin: 0 0 1em;
}
.pricing--tenzin .pricing__price {
font-size: 2em;
font-weight: bold;
padding: 0.5em 0 0.75em;
border-top: 3px solid rgba(139, 144, 157, 0.18);
}
.pricing--tenzin .pricing__currency {
font-size: 0.5em;
vertical-align: super;
}
.pricing--tenzin .pricing__sentence {
font-weight: bold;
padding: 0 0 0.5em;
color: #9CA0A9;
border-bottom: 3px solid rgba(139, 144, 157, 0.18);
}
.pricing--tenzin .pricing__feature-list {
font-size: 0.85em;
font-style: italic;
margin: 0;
padding: 0.25em 0 2.5em;
list-style: none;
text-align: right;
color: #8b909d;
}
.pricing--tenzin .pricing__action {
font-weight: bold;
margin-top: auto;
padding: 1em 2em;
color: #fff;
border-radius: 30px;
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
text-align: center;
} .pricing--norbu .pricing__item {
margin: 1em;
color: #fff;
cursor: default;
font-family: 'Myriad Pro', Arial, sans-serif;
border: 1px solid rgba(255,255,255,0.4);
background: rgba(255,255,255,0.08);
border-radius: 10px;
-webkit-transition: border-color 0.3s, background 0.3s;
transition: border-color 0.3s, background 0.3s;
}
.pricing--norbu .pricing__item:hover {
border: 1px solid rgba(255,255,255,1);
background: rgba(255,255,255,0.18);
}
.pricing--norbu .pricing__title {
font-size: 2em;
font-weight: 400;
margin: 0.5em 0;
padding: 1em;
position: relative;
}
.pricing--norbu .pricing__title::after {
content: '';
position: absolute;
width: 20%;
height: 1px;
background: #fff;
left: 40%;
bottom: 0;
}
.pricing--norbu .icon {
display: inline-block;
min-width: 2em;
}
.pricing--norbu .pricing__price {
font-size: 3.5em;
padding: 0.5em 0 0 0;
font-weight: 400;
position: relative;
z-index: 100;
}
.pricing--norbu .pricing__currency {
font-size: 0.5em;
vertical-align: super;
}
.pricing--norbu .pricing__period {
font-size: 0.25em;
display: block;
padding: 1em;
}
.pricing--norbu .pricing__sentence {
color: #fff;
font-size: 1em;
margin: 0 auto 1em;
padding: 1em 2em;
}
.pricing--norbu .pricing__feature-list {
font-size: 1.15em;
margin: 0 2em;
letter-spacing: 0;
padding: 2em 0;
list-style: none;
}
.pricing--norbu .pricing__feature {
line-height: 1.4;
}
.pricing--norbu .pricing__action {
font-weight: bold;
flex: none;
margin: auto 1em 1em;
padding: 1.25em 2em;
color: #4aa8e4;
background: rgba(255,255,255,0.7);
border-radius: 5px;
-webkit-transition: background 0.3s;
transition: background 0.3s;
}
.pricing--norbu .pricing__action:hover,
.pricing--norbu .pricing__action:focus {
background: #fff;
}
.pricing--pema .pricing__feature-list i,
.pricing--norbu .pricing__feature-list i {
margin-right: 10px;
} .pricing--pema .pricing__item {
border-radius: 10px;
font-family: 'Alegreya Sans', sans-serif;
padding: 2em 2em;
margin: 1em;
color: #fff;
cursor: default;
overflow: hidden;
box-shadow: 0 0 15px rgba(0,0,0,0.05);
}
@media screen and (min-width: 66.250em) {
.pricing--pema .pricing__item {
margin: 1.5em 0;
}
.pricing--pema .pricing__item--featured {
z-index: 10;
margin: 0;
font-size: 1.15em;
}
}
.pricing--pema .pricing__title {
color: #fff;
font-size: 24px;
font-weight: 700;
margin: 0.5em 0 0;
text-transform: uppercase;
}
.pricing--pema .icon {
display: inline-block;
min-width: 2em;
color: #8A9790;
vertical-align: middle;
}
.pricing--pema .pricing__price {
font-family: "Montserrat";
font-size: 90px;
font-weight: 700;
position: relative;
z-index: 100;
}
.pricing--pema .pricing__currency {
font-size: 0.5em;
padding-right: 10px;
vertical-align: super;
}
.pricing--pema .pricing__period {
color: rgba(255, 255, 255, 0.9);
display: inline-block;
font-family: "Montserrat";
font-size: 18px;
font-weight: 400;
padding: 0 0 0 0.5em;
}
.pricing--pema .pricing__sentence {
opacity: 0.6;
}
.pricing--pema .pricing__sentence {
font-weight: bold;
margin-bottom: 0px;
padding: 0 0 0.5em;
}
.pricing--pema .pricing__feature-list {
font-size: 0.95em;
margin: 0;
padding: 1.5em 0.5em 2.5em;
list-style: none;
}
.pricing--pema .pricing__feature {
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
font-size: 18px;
font-weight: lighter;
padding: 1em 0;
text-align: center;
}
.pricing--pema .pricing__feature:first-child {
border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.pricing--pema .pricing__action {
font-weight: bold;
margin-top: auto;
padding: 1em 2em;
color: #fff;
border-radius: 5px;
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
} .modeltheme-countdown > div {
width: 21%;
margin: 0 1%;
}
.modeltheme-countdown div:first-child{
margin-left: 0px !important;
}
.modeltheme-countdown div:last-child {
margin-right: 0px !important;
}
.modeltheme-countdown > div {
display: inline-block !important;
border: 0px solid !important;
}
.modeltheme-countdown > span {
float: left;
font-size: 60px;
line-height: 24px;
margin-bottom: 10px;
margin-top: 20px;
padding: 0 10px;
}
.modeltheme-countdown {
display: inline-table;
overflow: hidden;
padding: 20px 0px;
width: 100%;
}
.modeltheme-countdown .days-digit,
.modeltheme-countdown .hours-digit,
.modeltheme-countdown .minutes-digit,
.modeltheme-countdown .seconds-digit{
font-size: 24px;
font-weight: 600;
color: #483ca8;
padding: 9px 10px;
background: #fff;
}
.modeltheme-countdown .days-name,
.modeltheme-countdown .hours-name,
.modeltheme-countdown .minutes-name,
.modeltheme-countdown .seconds-name {
font-size: 14px !important;
margin-top: 10px !important;
color: #fff;
} .mt-icon-list-item .mt-icon-list-icon-holder {
display: table-cell;
vertical-align: middle;
width: 28px;
}
.mt-icon-list-item .mt-icon-list-text {
display: table-cell;
position: relative;
vertical-align: middle;
}
.mt-icon-list-item .mt-icon-list-text .name {
font-weight: bold;
}
.mt-icon-list-item .mt-icon-list-text .value {
opacity:.7;
}
.mt-icon-list-item .mt-icon-list-text {
width: 100%;
} .percircle.dark {
background-color: #777777;
}
.percircle.dark .bar,
.percircle.dark .fill {
border-color: #c6ff00;
}
.percircle.dark > span {
color: #777777;
}
.percircle.dark:after {
background-color: #555555;
}
.percircle.dark:hover > span {
color: #c6ff00;
}
.percircle.red .bar,
.percircle.red .fill {
border-color: #dd5454;
}
.percircle.red:hover > span {
color: #dd5454;
}
.percircle.red.dark .bar,
.percircle.red.dark .fill {
border-color: #f84a4a;
}
.percircle.red.dark:hover > span {
color: #f84a4a;
}
.percircle.blue .bar,
.percircle.blue .fill {
border-color: #00AFEF;
}
.percircle.blue:hover > span {
color: #00AFEF;
}
.percircle.blue.dark .bar,
.percircle.blue.dark .fill {
border-color: #20cceb;
}
.percircle.blue.dark:hover > span {
color: #20cceb;
}
.percircle.green .bar,
.percircle.green .fill {
border-color: #8dea7b;
}
.percircle.green:hover > span {
color: #8dea7b;
}
.percircle.green.dark .bar,
.percircle.green.dark .fill {
border-color: #a9ff3a;
}
.percircle.green.dark:hover > span {
color: #a9ff3a;
}
.percircle.orange .bar,
.percircle.orange .fill {
border-color: #e88239;
}
.percircle.orange:hover > span {
color: #e88239;
}
.percircle.orange.dark .bar,
.percircle.orange.dark .fill {
border-color: #dc5b00;
}
.percircle.orange.dark:hover > span {
color: #dc5b00;
}
.percircle.pink .bar,
.percircle.pink .fill {
border-color: #ff8ed0;
}
.percircle.pink:hover > span {
color: #ff8ed0;
}
.percircle.pink.dark .bar,
.percircle.pink.dark .fill {
border-color: #ff58b9;
}
.percircle.pink.dark:hover > span {
color: #ff58b9;
}
.percircle.purple .bar,
.percircle.purple .fill {
border-color: #aa7eff;
}
.percircle.purple:hover > span {
color: #aa7eff;
}
.percircle.purple.dark .bar,
.percircle.purple.dark .fill {
border-color: #7a38f7;
}
.percircle.purple.dark:hover > span {
color: #7a38f7;
}
.percircle.yellow .bar,
.percircle.yellow .fill {
border-color: #dcbd00;
}
.percircle.yellow:hover > span {
color: #dcbd00;
}
.percircle.yellow.dark .bar,
.percircle.yellow.dark .fill {
border-color: #ffdb00;
}
.percircle.yellow.dark:hover > span {
color: #ffdb00;
}
.rect-auto,
.percircle.gt50 .slice {
clip: rect(auto, auto, auto, auto);
}
.pie,
.percircle .bar,
.gt50 .fill {
position: absolute;
border: 0.08em solid #307bbb;
width: 0.84em;
height: 0.84em;
clip: rect(0, 0.5em, 1em, 0);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
.bar {
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.pie-fill,
.gt50 .bar:after,
.gt50 .fill {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.percircle {
position: relative;
font-size: 120px;
width: 1em;
height: 1em;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
float: left;
margin: 0 0.1em 0.1em 0;
background-color: #cccccc;
}
.percircle *,
.percircle *:before,
.percircle *:after {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.percircle.animate > span,
.percircle.animate:after {
-webkit-transition: -webkit-transform 0.2s ease-in-out;
-moz-transition: -moz-transform 0.2s ease-in-out;
-ms-transition: -ms-transform 0.2s ease-in-out;
-o-transition: -o-transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out;
}
.percircle.animate .bar {
-webkit-transition: -webkit-transform 0.6s ease-in-out;
-moz-transition: -moz-transform 0.6s ease-in-out;
-ms-transition: -ms-transform 0.6s ease-in-out;
-o-transition: -o-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
}
.percircle.center {
float: none;
margin: 0 auto;
}
.percircle.big {
font-size: 240px;
}
.percircle.small {
font-size: 80px;
}
.percircle > span {
position: absolute;
z-index: 1;
width: 100%;
top: 50%;
height: 1em;
margin-top: -0.6em;
font-size: 0.2em;
color: #cccccc;
display: block;
text-align: center;
white-space: nowrap;
}
.perclock > span {
font-size: 0.175em;
}
.percircle:after {
position: absolute;
top: 0.08em;
left: 0.08em;
display: block;
content: " ";
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
background-color: #f9f9f9;
width: 0.84em;
height: 0.84em;
}
.percircle .slice {
position: absolute;
width: 1em;
height: 1em;
clip: rect(0, 1em, 1em, 0.5em);
}
.percircle:hover {
cursor: default;
}
.percircle:hover > span {
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3);
color: #307bbb;
}
.percircle:hover:after {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
} .buton_image_class:hover {
transform: scale(1.1);
transition: all 400ms ease-in-out 0s;
-ms-transformtransition: all 400ms ease-in-out 0s;
-webkit-transformtransition: all 400ms ease-in-out 0s;
}
.buton_image_class {
transform: scale(1.0);
transition: all 400ms ease-in-out 0s;
-ms-transformtransition: all 400ms ease-in-out 0s;
-webkit-transformtransition: all 400ms ease-in-out 0s;
} .mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } 
} .newsletter input[type="email"] {
height: 55px;
font-size: 15px;
border: 0 none;
float: left;
padding: 15px 25px;
width: 65%;
font-weight: 500;
margin-right: 20px;
color: #252525;
border: 2px solid #252525;
}
.newsletter input[type="email"]::-webkit-input-placeholder { color: rgba(37,37,37, 0.7);
}
.newsletter input[type="email"]::-moz-placeholder { color: rgba(37,37,37, 0.7);
}
.newsletter input[type="email"]:-ms-input-placeholder { color: rgba(37,37,37, 0.7);
}
.newsletter input[type="email"]:-moz-placeholder { color: rgba(37,37,37, 0.7);
}
.newsletter input[type="submit"] {
background-color: #252525;
border: 2px solid #252525;
color: #ffffff;
float: left;
font-style: normal;
padding: 15px;
width: 30%;
height: 55px;
font-size: 15px;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
}
.newsletter input[type="submit"]:hover {
background: #6cd086;
color: #fff;
border: 2px solid #6cd086;
}
.subscribe .result {
display: block;
width: 100% !important;
}
.mc_embed_signup {
margin-top: 15px;
overflow: hidden;
}
.newspaper-info {
color: #ffffff;
}
.complex-layout .subscribe h3 i {
margin-right: 5px;
}
.subscribe > input[type="text"] {
border: 0 none;
float: left;
font-style: italic;
padding: 15px 25px;
width: 65%;
border-radius: 30px;
font-family: "Ubuntu";
font-weight: initial;
font-size: 18px;
text-transform: normal !important;
margin-right: 20px;
}
.subscribe > button[type="submit"] {
border: 0 none;
color: #ffffff;
float: left;
font-style: normal;
font-weight: bold;
padding: 15px;
width: 30%;
border-radius: 30px;
font-family: "Ubuntu";
font-size: 18px;
}
.subscribe_title {
margin-bottom: 10px;
margin-top: 15px;
}
.complex-layout .subscribe {
border: 1px solid rgb(223, 229, 233);
overflow: hidden;
padding: 30px;
}
.complex-layout .subscribe > button[type="submit"] {
padding: 8px 16px;
}
.complex-layout .subscribe > button[type="submit"]{
width: auto;
}
.complex-layout .subscribe > input[type="text"] {
border: 1px solid rgba(0, 0, 0, 0.1);
margin-right: 8px;
width: 50%;
}
.complex-layout .subscribe > h3 {
float: left;
font-size: 14px;
margin: 10px 0;
width: 38%;
} .featured_product_details_holder {
align-self: center;
}
.featured_product_shortcode {
border-radius: 10px !important;
padding: 60px !important;
display: flex;
}
.featured_product_shortcode .featured_product_button {
color: #ffffff;
font-size: 20px;
padding: 20px 50px;
text-align: center;
text-transform: uppercase;
font-weight: bold;
border-radius: 50px;
}
.featured_product_shortcode .featured_product_description {
margin-bottom: 70px;
margin-top: 25px;
}
.featured_product_shortcode .featured_product_name a {
font-weight: bold;
font-size: 60px;
} .contact_details_container_shortcode {
padding: 50px 0;
}
.contact_social-links li {
color: white;
display: inline-table;
list-style: outside none none;
}
.contact_details_container_shortcode h5 {
font-weight: bold;
margin-bottom: 25px;
text-transform: uppercase;
}
.contact_details_container_shortcode p {
font-size: 12px;
font-weight: 300;
opacity: 0.8;
}
.contact_details_container_shortcode .contact_social-links li i {
font-size: 25px;
padding: 0 10px;
}
.contact_details_container_shortcode .contact_details_address {
border-right: 1px solid rgba(235, 238, 239, 0.6);
}
.contact_details_container_shortcode .contact_details_phone {
border-right: 1px solid rgba(235, 238, 239, 0.6);
}
.contact_details_container_shortcode .contact_details_email {
border-right: 1px solid rgba(235, 238, 239, 0.6);
} .mt_typed_text{
display: inline;
font-size: 35px;
}
.typed-cursor{
opacity: 1;
-webkit-animation: blink 0.7s infinite;
-moz-animation: blink 0.7s infinite;
animation: blink 0.7s infinite;
}
@keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
} .svc_pagination a {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
border: 1px solid #e6e6e6 !important;
border-radius: 3px !important;
color: #565656 !important;
display: block !important;
float: left !important;
font-size: 19px !important;
height: 50px !important;
margin: 0 5px !important;
padding: 17px 0 !important;
text-align: center !important;
text-decoration: none !important;
width: 55px !important;
transition: all 260ms ease-in-out;
-webkit-transition: all 260ms ease-in-out;
}
.svc_pagination a:hover,
.svc_pagination .current {
background: #00AFEF none repeat scroll 0 0 !important;
color: #ffffff !important;
}
footer a.svc_read_more {
color: #ffffff !important;
float: right !important;
font-size: 16px !important;
font-weight: 400 !important;
}
.svc_post_grid article section p.svc_info {
color: #565656;
font-size: 17px !important;
line-height: 150% !important;
}
.svc_post_grid article footer {
margin: 0 !important;
padding: 20px 30px !important;
}
.svc_post_grid article header:before {
position: absolute;
content: "";
left: calc(50% - 25px);
bottom: 0;
width: 0;
height: 0;
border-left: 25px solid transparent;
border-right: 25px solid transparent;
border-bottom: 25px solid white;
} div.svc_post_grid_s1 article header {
border-bottom: 0 none !important;
}
div.svc_post_grid_s1 article section p {
font-size: 22px !important;
}
div.svc_post_grid_s1 article section p a.svc_title {
color: #000000 !important;
font-weight: bold;
letter-spacing: 1.5px;
text-transform: uppercase;
}
div.svc_post_grid_s1 .svc-col-md-4 section p a.svc_title {
font-size: 20px;
}
div.svc_post_grid_s1 section div.svc_post_cat * {
color: rgb(0, 0, 0) !important;
opacity: 0.6 !important;
}
div.svc_post_grid_s1 article section{
margin: 0 !important;
padding: 30px !important;
}
div.svc_post_grid_s1 .svg_post_meta span {
color: #ffffff;
}
div.svc_post_grid_s1 .svg_post_meta span a {
color: #ffffff;
}
body div.svc_post_grid_s1 footer .svc_social_share > ul li {
height: 25px !important;
margin-right: 4px !important;
padding: 5px 0 !important;
text-align: center !important;
width: 25px !important;
}
div.svc_post_grid_s1 article {
padding-bottom: 0 !important
}
div.svc_post_grid_s1 article section p.svc_info {
margin: 0 !important;
} div.svc_post_grid_s2 article footer ul.svg_post_meta {
border-bottom: 0 none !important;
}
div.svc_post_grid_s2 .svg_post_meta span {
color: #ffffff;
}
div.svc_post_grid_s2 .svg_post_meta span a {
color: #ffffff;
}
div.svc_post_grid_s2 article footer ul li {
border-radius: unset !important;
}
div.svc_post_grid_s2 article section p a.svc_title {
color: #000000;
font-weight: bold;
letter-spacing: 1.5px;
padding: 16px 0;
text-transform: uppercase;
}
div.svc_post_grid_s2 .svc-col-md-4 section p a.svc_title {
font-size: 20px;
}
div.svc_post_grid_s2 article header {
border-bottom: 0 none !important;
}
div.svc_post_grid_s2 article section p {
font-size: 22px !important;
}
div.svc_post_grid_s2 section div.svc_post_cat * {
color: rgb(0, 0, 0) !important;
opacity: 0.6 !important;
}
div.svc_post_grid_s2 article section{
margin: 0 !important;
padding: 30px !important;
}
div.svc_post_grid_s2 article footer {
margin: 0 !important;
padding: 15px !important;
}
div.svc_post_grid_s2 article section p.svc_info {
font-size: 15px !important;
font-weight: 300 !important;
line-height: 150% !important;
}
body div.svc_post_grid_s2 footer .svc_social_share > ul li {
height: 25px !important;
margin-right: 4px !important;
padding: 5px 0 !important;
text-align: center !important;
width: 25px !important;
}
div.svc_post_grid_s2 article {
padding-bottom: 0 !important
}
div.svc_post_grid_s2 article section p.svc_info {
margin: 0 !important;
}
div.svc_post_grid_s2 article section:first-child {
padding: 15px 30px !important;
}
div.svc_post_grid_s2 article section:first-child p {
margin: 0 !important;
} div.svc_post_grid_s3 article header {
border-bottom: 0 none !important;
}
div.svc_post_grid_s3 article section p {
font-size: 22px !important;
}
div.svc_post_grid_s3 article section p a.svc_title {
color: rgb(0, 0, 0) !important;
font-weight: 400 !important;
}
div.svc_post_grid_s3 section div.svc_post_cat * {
color: rgb(0, 0, 0) !important;
opacity: 0.6 !important;
}
div.svc_post_grid_s3 article section{
margin: 0 !important;
padding: 30px !important;
}
div.svc_post_grid_s3 article footer {
margin: 0 !important;
padding: 15px !important;
}
div.svc_post_grid_s3 article section p.svc_info {
font-size: 15px !important;
font-weight: 300 !important;
line-height: 150% !important;
}
body div.svc_post_grid_s3 footer .svc_social_share > ul li {
height: 25px !important;
margin-right: 4px !important;
padding: 5px 0 !important;
text-align: center !important;
width: 25px !important;
}
div.svc_post_grid_s3 article {
padding-bottom: 0 !important
}
div.svc_post_grid_s3 article section p.svc_info {
margin: 0 !important;
}
div.svc_post_grid_s3 article section:first-child {
padding: 15px 30px !important;
}
div.svc_post_grid_s3 article section:first-child p {
margin: 0 !important;
}
div.svc_post_grid_s3 .svg_post_meta span {
color: #ffffff;
}
div.svc_post_grid_s3 .svg_post_meta span a {
color: #ffffff;
}
div.svc_post_grid_s3 article footer ul li {
border-radius: unset !important;
}
div.svc_post_grid_s3 article header p a.svc_title {
color: #000000 !important;
font-weight: bold;
letter-spacing: 1.5px;
text-transform: uppercase;
}
div.svc_post_grid_s3 article footer {
background: #00afef none repeat scroll 0 0 !important;
} body div.svc_post_grid_s4 section p a.svc_read_more {
background: transparent none repeat scroll 0 0;
border: 1px solid #000;
color: #000;
opacity: 0.7;
}
div.svc_post_grid_s4 .svg_post_meta span {
color: #ffffff;
}
div.svc_post_grid_s4 .svg_post_meta span a {
color: #ffffff;
}
div.svc_post_grid_s4 article footer ul li {
border-radius: unset !important;
}
div.svc_post_grid_s4 article section p a.svc_title {
color: #000000 !important;
font-weight: bold;
letter-spacing: 1.5px;
margin-top: 2px;
text-transform: uppercase;
}
div.svc_post_grid_s4 article footer {
background: #00afef none repeat scroll 0 0 !important;
}
div.svc_post_grid_s4 article {
border-top: medium none !important;
}
div.svc_post_grid_s4 article footer ul.svg_post_meta {
margin-top: 5px;
}
div.svc_post_grid_s4 section p.svc_read_more_p {
margin-bottom: 7px !important;
}
body div.svc_post_grid_s4 article header::before {
border-color: white transparent -moz-use-text-color;
border-style: solid solid none;
border-width: 25px 25px medium;
content: "";
height: 0;
left: calc(50% - 25px);
position: absolute;
top: 0;
width: 0;
}
div.svc_post_grid_s4 article header {
border-bottom: 0 none !important;
}
div.svc_post_grid_s4 article section p {
font-size: 22px !important;
}
div.svc_post_grid_s4 article section p a.svc_title {
color: rgb(0, 0, 0) !important; }
div.svc_post_grid_s4 section div.svc_post_cat * {
color: rgb(0, 0, 0) !important;
opacity: 0.6 !important;
}
div.svc_post_grid_s4 article section{
margin: 0 !important;
padding: 30px !important;
}
div.svc_post_grid_s4 article footer {
margin: 0 !important;
padding: 15px !important;
}
div.svc_post_grid_s4 article section p.svc_info {
font-size: 15px !important;
font-weight: 300 !important;
line-height: 150% !important;
}
body div.svc_post_grid_s4 footer .svc_social_share > ul li {
height: 25px !important;
margin-right: 4px !important;
padding: 5px 0 !important;
text-align: center !important;
width: 25px !important;
}
div.svc_post_grid_s4 article {
padding-bottom: 0 !important
}
div.svc_post_grid_s4 article section p.svc_info {
margin: 0 !important;
}
div.svc_post_grid_s4 article section:first-child {
padding: 15px 30px !important;
}
div.svc_post_grid_s4 article section:first-child p {
margin: 0 !important;
} div.svc_post_grid_s5 .svg_post_meta span {
color: #ffffff;
}
div.svc_post_grid_s5 .svg_post_meta span a {
color: #ffffff;
}
div.svc_post_grid_s5 article footer ul li {
border-radius: unset !important;
}
div.svc_post_grid_s5 article section p a.svc_title {
color: #000000 !important;
font-weight: bold;
letter-spacing: 1.5px;
margin-top: 2px;
text-transform: uppercase;
}
div.svc_post_grid_s5 article footer {
background: #00afef none repeat scroll 0 0 !important;
}
div.svc_post_grid_s5 .svc-col-md-4 section p a.svc_title {
font-size: 20px;
}
div.svc_post_grid_s5 article {
border-top: medium none !important;
}
div.svc_post_grid_s5 article footer ul.svg_post_meta {
margin-top: 5px;
}
div.svc_post_grid_s5 section p.svc_read_more_p {
margin-bottom: 7px !important;
}
div.svc_post_grid_s5 section div.svc_post_cat * {
color: rgb(255, 255, 255) !important;
opacity: 0.8 !important;
}
body div.svc_post_grid_s5 section .svc_social_share > ul li {
height: 25px !important;
margin-right: 4px !important;
padding: 5px 0 !important;
text-align: center !important;
width: 25px !important;
}
body div.svc_post_grid_s5 article header::before {
border-color: white transparent -moz-use-text-color;
border-style: solid solid none;
border-width: 25px 25px medium;
content: "";
height: 0;
left: calc(50% - 25px);
position: absolute;
top: 0;
width: 0;
}
body div.svc_post_grid_s5 article {
background: #fff none repeat scroll 0 0;
border-bottom: medium none;
} ul.svc_post_grid_s7 li.svc_event .svg_post_meta span {
color: #ffffff;
}
ul.svc_post_grid_s7 li.svc_event .svg_post_meta span a {
color: #ffffff;
}
ul.svc_post_grid_s7 li.svc_event footer ul li {
border-radius: unset !important;
}
ul.svc_post_grid_s7 li.svc_event section p a.svc_title {
color: #000000 !important;
font-weight: bold;
letter-spacing: 1.5px;
margin-top: 2px;
text-transform: uppercase;
}
ul.svc_post_grid_s7 li.svc_event footer {
background: #00afef none repeat scroll 0 0 !important;
}
ul.svc_post_grid_s7 li.svc_event {
border-top: medium none !important;
}
ul.svc_post_grid_s7 li.svc_event footer ul.svg_post_meta {
text-align: left;
}
ul.svc_post_grid_s7 li.svc_event section p.svc_read_more_p {
margin-bottom: 7px !important;
}
ul.svc_post_grid_s7 li.svc_event section div.svc_post_cat * {
color: rgb(0, 0, 0) !important;
opacity: 0.6 !important;
}
ul.svc_post_grid_s7 li.svc_event .svc_social_share > ul li {
height: 25px !important;
margin-right: 4px !important;
padding: 5px 0 !important;
text-align: center !important;
width: 25px !important;
}
ul.svc_post_grid_s7 li.svc_event header::before {
border-color: white transparent -moz-use-text-color;
border-style: solid solid none;
border-width: 25px 25px medium;
content: "";
height: 0;
left: calc(50% - 25px);
position: absolute;
top: 0;
width: 0;
}
body ul.svc_post_grid_s7 li.svc_event section {
background: #fff none repeat scroll 0 0;
border-bottom: medium none;
margin-bottom: 27px;
margin-top: 30px;
}
body ul.svc_post_grid_s7 li.svc_event footer ul li.time {
display: initial;
}
body ul.svc_post_grid_s7 li.svc_event {
padding-bottom: 0;
}
.svc_timeline .svc_event.offset-first {
padding: 0 !important;
}
ul.svc_post_grid_s7 li.svc_event section p:first-child {
font-size: 22px !important;
}
ul.svc_post_grid_s7 li.svc_event section p{
font-size: 15px !important;
font-weight: 300 !important;
line-height: 150% !important;
}
ul.svc_post_grid_s7 li.svc_event footer {
margin: 0 !important;
padding: 15px !important;
}
ul.svc_post_grid_s7 footer a.svc_read_more {
font-weight: 300 !important;
}
ul.svc_post_grid_s7 li.svc_event footer ul li{
height: 25px !important;
margin-right: 4px !important;
padding: 5px 0 !important;
text-align: center !important;
width: 25px !important;
} div.svc_post_grid_s8 article section p a.svc_title {
color: #ffffff !important;
font-weight: bold;
letter-spacing: 1.5px;
margin-top: 8px;
text-transform: uppercase;
}
div.svc_post_grid_s8 .svc-col-md-4 section p a.svc_title {
font-size: 20px;
}
body div.svc_post_grid_s8 section div.svc_post_cat {
color: #fff;
opacity: 0.9;
}
body div.svc_post_grid_s8 article section .svc_post_cat a, 
body div.svc_post_grid_s8 article section .svg_post_meta li {
color: #fff;
opacity: 0.8;
} body div.svc_post_grid_s9 figure {
margin: 0;
}
body div.svc_post_grid_s9 article figure figcaption h3 a {
color: #ffffff !important;
display: block;
font-weight: bold;
letter-spacing: 1.5px;
padding: 25px 0;
text-transform: uppercase;
}
body div.svc_post_grid_s9 article figure figcaption .svc_post_cat a, 
body div.svc_post_grid_s9 article figure figcaption .svg_post_meta li {
color: #fff;
opacity: 0.8;
}
body div.svc_post_grid_s9 figure figcaption .svc_post_cat {
color: #fff;
opacity: 0.9;
}
body div.svc_post_grid_s9 figure figcaption {
background-color: #00afef;
}
body div.svc_post_grid_s9 figure .svc_inner_abs_div .svc_share i {
color: #fff;
opacity: 0.8;
}
body div.svc_post_grid_s9 article figure .svc_inner_abs_div .svc_share {
border-color: rgba(255, 255, 255, 0.8); 
}
div.svc_post_grid_s9 .svc-col-md-4 figure figcaption h3 a {
font-size: 20px;
} body div.svc_post_grid_s10 figure {
margin: 0;
}
body div.svc_post_grid_s10 article figure figcaption h3 a {
color: #ffffff !important;
display: block;
font-weight: bold;
letter-spacing: 1.5px;
padding: 25px 0;
text-transform: uppercase;
}
div.svc_post_grid_s10 .svc-col-md-4 figure figcaption h3 a {
font-size: 20px;
}
body div.svc_post_grid_s10 article figure figcaption .svc_post_cat a, 
body div.svc_post_grid_s10 article figure figcaption .svg_post_meta li {
color: #fff;
opacity: 0.8;
}
body div.svc_post_grid_s10 figure figcaption .svc_post_cat {
color: #fff;
opacity: 0.9;
}
body div.svc_post_grid_s10 figure figcaption {
background-color: #00afef;
}
body div.svc_post_grid_s10 figure .svc_inner_abs_div .svc_share i {
color: #fff;
opacity: 0.8;
}
body div.svc_post_grid_s10 article figure .svc_inner_abs_div .svc_share {
border-color: rgba(255, 255, 255, 0.8); 
}
body div.svc_post_grid_s10 figcaption a.svc_read_mure_s10 {
border: 1px solid #fff;
border-radius: 2px;
bottom: 10px;
color: #fff;
font-size: 12px;
padding: 5px 10px;
position: absolute;
} .alert {
padding: 25px !important;
border: 0 none !important;
border-radius: 0px !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
}
.alert-success {
background-color: #2ecc71!important;
border-color: #2ecc71!important;
color: #FFFFFF !important;
}
.alert-info {
background-color: #29B6F6 !important;
border-color: #29B6F6 !important;
color: #FFFFFF !important;
}
.alert-warning {
background-color: #FFCA28 !important;
border-color: #FFCA28 !important;
color: #FFFFFF !important;
}
.alert-danger {
background-color: #FF5722 !important;
border-color: #FF5722 !important;
color: #FFFFFF !important;
}
.alert-dismissable .close, 
.alert-dismissible .close {
color: rgb(0, 0, 0);
opacity: 0.6;
}
.alert-success .alert-link{
font-weight: lighter;
} .alert-success.bordered {
background: #f2fcf6 none repeat scroll 0 0 !important;
border: 2px solid rgb(46, 204, 113) !important;
color: rgb(46, 204, 113) !important;
}
.alert-info.bordered {
background: #ebf8fe none repeat scroll 0 0 !important;
border: 2px solid #29B6F6 !important;
color: #29B6F6 !important;
}
.alert-warning.bordered {
background: #fef9ea none repeat scroll 0 0 !important;
border: 2px solid #FFCA28 !important;
color: #FFCA28 !important;
}
.alert-danger.bordered {
background: #fff3ef none repeat scroll 0 0 !important;
border: 2px solid #FF5722 !important;
color: #FF5722 !important;
} .progress-bar {
background-color: #2c3e50 !important;
}
.progress-bar-success {
background-color: #2ecc71 !important; 
}
.progress-bar-info {
background-color: #3498db !important;
}
.progress-bar-warning {
background-color: #6cd086 !important;
}
.progress-bar-danger {
background-color: #e74c3c !important;
}
.progress {
height: 10px !important;
margin-bottom: 0 !important;
}
.progress-bar-holder {
background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0 !important;
padding: 10px;
}
.progress-bar {
font-size: 16px !important;
font-weight: 300 !important;
line-height: 30px !important;
padding-right: 20px !important;
text-align: right !important;
}
.progress_dark {
max-width: 600px;
margin: 0 auto !important;
text-align: center;
border-radius: 0;
}
.progress_dark .vc_general.vc_single_bar {
background: #303030;
border-radius: 0;
}
.progress_dark .vc_bar.animated.striped {
border-radius: 0;
}
.progress_dark .vc_general.vc_single_bar small {
padding: 15px 0;
font-weight: bold;
font-size: 15px;
}
.progress_dark .vc_single_bar .vc_bar.striped {
background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(0,0,0,.5)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(0,0,0,.5)),color-stop(.75,rgba(0,0,0,.5)),color-stop(.75,transparent),to(transparent)) !important;
background-image: -webkit-linear-gradient(135deg,rgba(0,0,0,.5) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.5) 50%,rgba(0,0,0,.5) 75%,transparent 75%,transparent) !important;
background-image: -moz-linear-gradient(135deg,rgba(0,0,0,.5) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.5) 50%,rgba(0,0,0,.5) 75%,transparent 75%,transparent) !important;
background-image: -o-linear-gradient(135deg,rgba(0,0,0,.5) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.5) 50%,rgba(0,0,0,.5) 75%,transparent 75%,transparent) !important;
background-image: linear-gradient(135deg,rgba(0,0,0,.5) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.5) 50%,rgba(0,0,0,.5) 75%,transparent 75%,transparent) !important;
-webkit-background-size: 10px 10px !important;
-moz-background-size: 10px 10px !important;
-o-background-size: 10px 10px !important;
background-size: 10px 10px !important;
} .jumbotron h1, .jumbotron .h1{
font-size: 38px !important;
}
.jumbotron {
background-color: #ecf0f1 !important;
}
.container .jumbotron, 
.container-fluid .jumbotron {
border-radius: 0 !important;
-o-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
} .panel-success > .panel-heading {
background-color: #00E676 !important;
color: #FFF !important;
border-color: #00E676 !important;
padding: 25px;
}
.panel-success {
border-color: #00E676 !important;
}
.panel-info > .panel-heading {
color: #FFF !important;
background-color: #29B6F6 !important;
border-color: #29B6F6 !important;
padding: 25px;
}
.panel-info {
border-color: #29B6F6 !important;
}
.panel-warning > .panel-heading {
background-color: #FFCA28 !important;
color: #FFF !important;
border-color: #FFCA28 !important;
padding: 25px;
}
.panel-warning {
border-color: #FFCA28 !important;
}
.panel-danger > .panel-heading {
background-color: #FF5722 !important;
border-color: #FF5722 !important;
color: #FFFFFF !important;
padding: 25px;
}
.panel-danger {
border-color: #FF5722 !important;
}
.panel-primary,
.panel-primary > .panel-heading {
border-color: #2c3e50;
}
.panel-primary > .panel-heading {
background-color: #2c3e50;
}
.panel-body {
padding: 25px 22px !important;
font-size: 19px;
opacity: 0.85;
font-weight: 300;
}
.panel2 {
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
cursor: pointer;
}
.panel2:hover {
background: #151515 !important;
border: none;
}
.panel-body2 ul li {
line-height: 2;
}
.panel-title {
font-size: 20px !important;
}
.panel-heading2 {
padding: 25px;
border-bottom: 1px solid rgba(255,255,255,.1);
}
h3.panel-title2 {
margin: 0;
font-weight: 600;
font-size: 20px;
}
.panel-body2 ul {
list-style-type: none;
padding: 20px 25px 30px;
margin: 0;
opacity: .7;
}
.panel-body2 ul li::before {
content: '\f0da';
background: transparent !important;
font-family: fontawesome;
padding-right: 10px;
} .thumbnail {
background: transparent !important;
padding: 0 !important;
border: 0 none !important;
} .list-group-item {
border-color: #ecf0f1 !important;
padding: 15px !important;
}
.list-group-item.active, 
.list-group-item.active:hover, 
.list-group-item.active:focus {
background-color: #393939 !important;
border-color: #ecf0f1 !important;
}
a.list-group-item:hover, 
a.list-group-item:focus {
background-color: #ecf0f1 !important;
}G
.list-group-item:first-child,
.list-group-item:last-child{
border-radius: 0 !important;
-o-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
}  .button-winona.extra-large {
color: #ffffff;
font-size: 20px;
padding: 20px 50px;
text-align: center;
font-weight: bold;
border-radius: 0px;
-webkit-border-radius: 0px;
}
.button-winona.btn.btn-lg {
color: #ffffff;
font-weight: 700;
padding: 15px 45px;
border: none;
border-radius: 0px;
-webkit-border-radius: 0px;
}
.button-winona.btn.btn-sm {
color: #ffffff;
padding: 10px 30px;
border: none;
font-weight: bold;
font-size: 16px;
border-radius: 0px;
-webkit-border-radius: 0px;
}
.button-winona.btn.btn-medium {
color: #ffffff;
padding: 12px 45px;
border: none;
font-weight: bold;
font-size: 13px;
border-radius: 0px;
-webkit-border-radius: 0px;
}
.modeltheme_button:not(:last-child) {
margin-right: 20px;
}
.modeltheme_button
.button.solid-button, 
button.vc_btn{
color: #fff;
}
.button.outline-button {
border: 1px solid #FFFFFF;
}
.button.solid-button {
background: #00adf1;
}
.button:hover {
text-decoration: none;
color: #FFFFFF;
}
.button.outline-button.mt-blue {
border-color: #00adf1;
color: #FFFFFF;
}
.outline-button{
position: relative;
}
.outline-button::after {
background: #00ADF1;
height: 100%;
left: 0;
top: 0;
width: 0;
content: "";
position: absolute;
transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
z-index: -1;
}
.outline-button:hover::after {
width: 100%;
}
.solid-button{
position: relative;
transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
}
.solid-button::after {
height: 100%;
left: 0;
top: 0;
width: 0;
content: "";
position: absolute;
transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
z-index: -1;
}
.solid-button:hover::after {
width: 100%;
}
.btn-primary {
background-color: #393939;
color: #FFF;
}
.btn-success {
background-color: #27ae60;
}
.btn-info {
background-color: #3498db;
}
.btn-warning {
background-color: #e67e22;
}
.btn-danger {
background-color: #e74c3c;
}
.btn-danger,
.btn-warning,
.btn-info,
.btn-success,
.btn-primary {
border: 0 none;
}
.btn-default:hover, 
.btn-default:focus, 
.btn-default.focus, 
.btn-default:active, 
.btn-default.active, 
.open > .dropdown-toggle.btn-default,
.btn-default {
background-color: transparent;
color: #FFF;
}
.btn-default {
position: relative;
}
.btn-default:after {
background: #393939;
height: 100%;
left: 0;
top: 0;
width: 0;
content: "";
position: absolute;
transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
z-index: -1;
}
.btn-default:hover:after {
width: 100%;
}
button.vc_btn {
transition: all 300ms;
-webkit-transition: all 300ms;
} .car-posts .post-details.col-md-12 {
padding: 0 !important;
}
.house_display_posts {
color: #252525;
font-weight: 100;
}
.house_display_posts a {
color: #252525 !important;
}
.single-property-listing .house_display_posts {
font-weight: 300;
margin: 0;
}
h3.post-name.row.car-name {
margin: 0;
background: #ffd600;
padding: 20px;
line-height: 15px;
text-align: center;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
transition: all 600ms ease-in-out 0s;
-webkit-transition: all 600ms ease-in-out 0s;
position: relative;
bottom: 1px;
cursor: pointer;
}
h3.post-name.row.car-name a {
font-size: 23px !important;
line-height: 20px !important;
min-width: 100%;
display: block;
transition: all 600ms ease-in-out 0s;
-webkit-transition: all 600ms ease-in-out 0s;
}
.car-posts a img {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
h3.post-name.row.car-name:hover {
background: #252525;
}
h3.post-name.row.car-name:hover a {
color: #ffd600;
}
figure.effect-apollo {
background: transparent;
}
figure.effect-apollo img {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale3d(1.05,1.05,1);
transform: scale3d(1.05,1.05,1);
}
figure.effect-apollo figcaption::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255,255,255,0.5);
content: '';
-webkit-transition: -webkit-transform 0.6s;
transition: transform 0.6s;
-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
figure.effect-apollo p {
position: absolute;
right: 0;
bottom: 0;
margin: 3em;
padding: 0 1em;
max-width: 150px;
border-right: 4px solid #fff;
text-align: right;
opacity: 0;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.effect-apollo h2 {
text-align: left;
}
figure.effect-apollo:hover img {
opacity: 0.6;
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
figure.effect-apollo:hover figcaption::before {
-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
figure.effect-apollo:hover p {
opacity: 1;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.grid {
position: relative;
clear: both;
margin: 0 auto;
max-width: 1000px;
list-style: none;
text-align: center;
} .blog-posts-shortcode .grid figure {
position: relative;
overflow: hidden;
background: transparent;
text-align: center;
cursor: pointer;
}
.grid figure img {
position: relative;
display: block;
min-height: 100%;
max-width: 100%;
}
.grid figure figcaption {
padding: 2em;
color: #fff;
text-transform: uppercase;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
position: absolute;
top: 0;
left: 0;
width: 150%;
height: 150%;
}  .grid figure figcaption > a {
z-index: 1000;
text-indent: 200%;
white-space: nowrap;
font-size: 0;
opacity: 0;
}
.grid figure h2 {
word-spacing: -0.15em;
font-weight: 300;
}
.grid figure h2 span {
font-weight: 800;
}
.grid figure h2,
.grid figure p {
margin: 0;
}
.grid figure p {
letter-spacing: 1px;
font-size: 68.5%;
} .mt-car-search .select2-container .select2-selection--single {
height: 44px;
}
.mt-car-search .select2.select2-container .select2-selection .select2-selection__arrow::before {
font-size: 19px !important;
line-height: 42px;
color: #483ca8;
padding-right: 20px;
}
.mt-car-search .submit .form-control {
height: 45px;
border: 0px;
margin: 0px;
font-style: normal;
}
.mt-car-search form{
background: #fff;
padding: 3px 3px 3px 0;
}
.mt-car-search .select2.select2-container .select2-selection{
border: 0px !important;
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
height: 45px;
}
.mt-car-search .form-control {
height: 44px;
margin: 0px;
}
.mt-car-search .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 42px;
}
.search-field.form-control {
font-style: normal;
}
.mt-car-search .select2.select2-container.select2-container--default {
border-radius: 0;
-webkit-border-radius: 0;
overflow: hidden;
padding-left: 1px !important;
}
.mt-car-search .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 45px;
text-align: center;
text-align: left;
padding-left: 0;
}
.mt-car-search .select2-container--default .select2-selection--single .select2-selection__arrow b {
left: 0%;
}
.mt-car-search .search-field.form-control {
border: 0 none;
border-radius: 4px;
padding: 0 0 0 20px;
width: calc(100% - 20px);
margin-top: 10px;
margin-bottom: 10px;
margin-left: 1px;
}
.mt-car-search .select2-container--default .select2-selection--single {
border-radius: 0px;
border: 0px;
}
.mt-car-search .select2.select2-container.select2-container--default {
margin: 0px;
}
.mt-car-search .full_with_row {
width: 100% !important;
}
.mt-car-search .full_with_row .select2 {
width: 100% !important;
} @media(max-width: 991px) {
.mt-car-search .slider-state-search .search-field.form-control {
width: calc(100% - 20px) !important;
}
.mt-car-search .submit {
margin-top: 40px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.mt-car-search .slider-state-select {
width: 50% !important;
}
.mt-car-search .select2.select2-container.select2-container--default {
width: 100% !important;
}
.mt-car-search .slider-state-search {
width: 50% !important;
}
.mt-car-search .slider-state-submit.submit {
width: 50% !important;
}
.mt-car-search .full_with_row.slider-state-select {
width: 100% !important;
}
.mt-car-search .full_with_row.slider-state-search {
width: 100% !important;
}
.mt-car-search .full_with_row.slider-state-submit.submit {
width: 100% !important;
}
}
.mt-car-search .full_with_row .select2-container .select2-selection--single {
height: 60px;
}
.mt-car-search .full_with_row .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 60px !important;
}
.mt-car-search .full_with_row .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 60px !important;
}
.mt-car-search .full_with_row .select2.select2-container.select2-container--default {
margin: 10px 0 !important;
}
.mt-car-search .full_with_row .form-control {
height: 60px !important;
margin: 10px 0 !important;
} .mt-car-search.mtsearchform-style-v2 form {
border-radius: 5px;
}
.mt-car-search.mtsearchform-style-v2 .submit .form-control{
border-radius: 5px;
} .blog-posts-shortcode.blog-posts .list-view .post-details .post-name a {
font-size: 18px;
font-weight: 600;
text-transform: none;
line-height: normal;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
}
.blog-posts-shortcode.blog-posts .list-view .post-details .post-name  {
text-align: left;
margin: 10px 0 20px;
transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
}
.blog-posts-shortcode .time-n-date {
position: absolute;
z-index: 1;
padding: 5px 12px;
font-weight: bold;
top: 20px;
left: 20px;
box-shadow: 0 0 25px rgba(0,0,0,.3);
background: #ffd600;
font-size: 13px;
color: #ffffff !important;
border-radius: 5px;
}
.blog-posts-shortcode .text-element.content-element {
text-align: left;
padding: 20px;
border-top: 1px solid rgba(221, 221, 221, 0.5);
}
.blog-posts-shortcode .text-element.content-element p {
display: inline;
}
.blog-posts-shortcode .text-element.content-element .author {
padding-right: 20px;
}
.blog-posts-shortcode.blog-posts .post-excerpt .more-link i {
margin-left: 10px;
}
.blog-posts-shortcode.blog-posts .list-view .post-category-comment-date {
margin: 0;
text-align: left;
}
.blog-posts-shortcode.blog-posts .singlepost-holder {
margin-bottom: 30px;
}
.blog-posts-shortcode.blog-posts .list-view .blog_custom {
display: block !important;
}
.blog-posts-shortcode.blog-posts .list-view .blog_custom p {
margin-bottom: 0;
}
.blog-posts-shortcode .text-element.content-element p {
font-size: 13px;
color: #252525;
font-weight: 500;
}
.blog-posts-shortcode .text-element.content-element p a {
color: #a7a7a7;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
}
.blog-posts-shortcode .text-element.content-element p a:hover {
color: #ffd600;
} .blog-posts-shortcode .title-n-excerpt {
border-bottom: 1px solid #ededed;
}
.blog-posts-shortcode.blog-posts .list-view .post-details .post-excerpt .more-link {
border: none;
color: #282828 !important;
font-weight: bold;
padding-left: 0px;
transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
padding: 5px 15px;
}
.blogpost01_day_holder {
padding: 0;
}
.blogpost01_day_holder .blogpost01_post_day {
font-size: 50px;
font-weight: 100;
line-height: 137px;
margin: 0;
text-align: center;
}
.blogpost01_month_year_holder {
border-left: 1px solid rgba(255, 255, 255, 0.75);
margin-top: 34px;
padding-left: 22px;
}
.blogpost01-background {
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 3;
}
.blogpost01-overlay::before {
background: rgba(34, 34, 34, 0.7) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 2;
}
.blogpost_elements {
margin-bottom: 30px;
overflow: hidden;
padding: 0;
}
.blogpost01-background .blogpost01_day {
color: rgba(255, 255, 255, 1);
font-size: 14px;
font-weight: 300;
letter-spacing: 1.5px;
margin-bottom: 0;
margin-top: 10px;
text-transform: uppercase;
}
.blogpost01-background .blogpost01_month_year {
color: rgba(255, 255, 255, 1);
font-size: 22px;
font-weight: 500;
letter-spacing: 1.5px;
margin-bottom: 12px;
margin-top: 0;
text-transform: uppercase;
}
.blogpost01-container .blogpost01_icon_holder {
text-align: center;
}
.blogpost01-container .blogpost01_icon_holder i {
color: #fff;
font-size: 30px;
line-height: 137px;
} .blogpost_elements:hover img {
transform: scale(1.2);
-ms-transform: scale(1.2);
-webkit-transform: scale(1.2);
}
.blogpost01_thumbnail {
transition: all 500ms ease-in-out 0s;
-ms-transformtransition: all 500ms ease-in-out 0s;
-webkit-transformtransition: all 500ms ease-in-out 0s;
}
.blogpost01_post_day {
transition: all 500ms ease-in-out 0s;
-ms-transformtransition: all 500ms ease-in-out 0s;
-webkit-transformtransition: all 500ms ease-in-out 0s;
}
.blogpost_elements:hover .blogpost01-overlay::before {
background: rgba(34, 34, 34, 0.6) none repeat scroll 0 0; 
}
.blogpost01-overlay::before { 
transition: all 500ms ease-in-out 0s;
-ms-transformtransition: all 500ms ease-in-out 0s;
-webkit-transformtransition: all 500ms ease-in-out 0s;
}  @media only screen and (min-width: 1024px) and (max-width: 1200px) {
.blogpost01_month_year_holder {
margin-top: 24px;
}
.blogpost01_day_holder {
height: 113px;
}
.blogpost01_day_holder .blogpost01_post_day {
font-size: 50px;
font-weight: 100;
line-height: 113px;
margin: 0;
text-align: center;
}
.blogpost01-background .blogpost01_month_year {
font-size: 15px;
}
.blogpost01_month_year_holder {
margin-top: 20px;
}
.blogpost01-container .blogpost01_icon_holder i {
font-size: 30px;
line-height: 111px;
}
} @media only screen and (min-width: 992px) and (max-width: 1023px) {
.blogpost01_day_holder .blogpost01_post_day {
font-size: 50px;
font-weight: 100;
line-height: 113px;
margin: 0;
text-align: center;
}
.blogpost01_day_holder {
height: 113px;
}
.blogpost01-background .blogpost01_month_year {
font-size: 20px;
margin-bottom: 5px;
}
.blogpost01_month_year_holder {
margin-top: 28px;
}
.blogpost01-background .blogpost01_day {
font-size: 15px;
margin-top: 5px;
}
.blogpost01-container .blogpost01_icon_holder {
display: none;
}
} @media only screen and (min-width: 768px) and (max-width: 991px) {
.blogpost01-background .blogpost01_day_holder {
float: left;
width: 20%;
}
.blogpost_elements .blogpost01_month_year_holder {
float: left;
width: 80%;
margin-top: 15px;
}
.blogpost_elements .blogpost01_day_holder {
height: 89px;
}
.blogpost01_day_holder .blogpost01_post_day {
font-size: 50px;
font-weight: 100;
line-height: 86px;
margin: 0;
text-align: center;
}
.blogpost01-background .blogpost01_month_year {
font-size: 15px;
margin-bottom: 5px;
}
.blogpost01-container .blogpost01_icon_holder {
display: none;
}
} @media only screen and (min-width: 481px) and (max-width: 767px) {
.blogpost01-background .blogpost01_day_holder {
float: left;
width: 20%;
}
.blogpost_elements .blogpost01_month_year_holder {
float: left;
width: 80%;
}
.blogpost_elements .blogpost01_day_holder {
height: 89px;
}
.blogpost01_day_holder .blogpost01_post_day {
font-size: 50px;
font-weight: 100;
line-height: 55px;
margin: 0;
text-align: center;
}
.blogpost01_month_year_holder {
margin-top: 6px;
}
.blogpost01-background .blogpost01_day {
font-size: 12px;
margin-bottom: 0;
margin-top: 0px;
}
.blogpost01-background .blogpost01_month_year {
font-size: 12px;
margin-bottom: 0px;
margin-top: 0;
}
.blogpost01-container .blogpost01_icon_holder {
display: none;
}
} @media only screen and (min-width: 320px) and (max-width: 480px) {
.blogpost01-background .blogpost01_day_holder {
float: left;
width: 100%;
}
.blogpost_elements .blogpost01_month_year_holder {
float: left;
width: 100%;
}
.blogpost_elements .blogpost01_day_holder {
height: 50px;
}
.blogpost01_day_holder .blogpost01_post_day {
font-size: 30px;
left: 0;
line-height: 30px;
padding-left: 20px;
padding-top: 15px;
top: 0;
width: 100%;
}
.blogpost01_month_year_holder {
margin-top: 0;
}
.blogpost_elements:hover .blogpost01_post_day {
transform: scale(0.9);
-ms-transform: scale(0.9);
-webkit-transform: scale(0.9);
}
.blogpost01_thumbnail {
display: none;
}
.blogpost_elements {
background-color: #FF3465;
height: 160px;
}
.blogpost01-background .blogpost01_day {
font-size: 14px;
}
.blogpost01-background .blogpost01_month_year {
font-size: 16px;
}
.blogpost01-container .blogpost01_icon_holder {
display: none;
}
} @media only screen and (max-width: 319px) {
.blogpost01-background .blogpost01_day_holder {
float: left;
width: 100%;
}
.blogpost_elements .blogpost01_month_year_holder {
float: left;
width: 100%;
}
.blogpost_elements .blogpost01_day_holder {
height: 50px;
}
.blogpost01_day_holder .blogpost01_post_day {
font-size: 30px;
left: 0;
line-height: 30px;
padding-left: 20px;
padding-top: 15px;
top: 0;
width: 100%;
}
.blogpost01_month_year_holder {
margin-top: 0;
}
.blogpost_elements:hover .blogpost01_post_day {
transform: scale(0.9);
-ms-transform: scale(0.9);
-webkit-transform: scale(0.9);
}
.blogpost01_thumbnail {
display: none;
}
.blogpost_elements {
background-color: #FF3465;
height: 160px;
}
.blogpost01-background .blogpost01_day {
font-size: 14px;
}
.blogpost01-background .blogpost01_month_year {
font-size: 16px;
}
.blogpost01-container .blogpost01_icon_holder {
display: none;
}
}  .mt_clients_slider .client_image:hover,
.clients-no-slider .client_image:hover {
transform: scale(1.05);
-ms-transform: scale(1.05);
-webkit-transform: scale(1.05);
transition: all 0.15s ease-in-out 0s;
-ms-transition: all 0.15s ease-in-out 0s;
-webkit-transition: all 0.15s ease-in-out 0s;
}
.mt_clients_slider .client_image,
.clients-no-slider .client_image {
display: block;
margin: 0 auto;
transition: all 0.15s ease-in-out 0s;
-ms-transition: all 0.15s ease-in-out 0s;
-webkit-transition: all 0.15s ease-in-out 0s;
}
.mt_clients_slider .clients_image_holder_inside.post {
padding: 30px 60px;
margin: 30px 0;
background: #ffffff;
box-shadow: 0 0 25px rgba(0,0,0,.1);
-webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
-moz-box-shadow: 0 0 15px rgba(0,0,0,.1);
-ms-box-shadow: 0 0 15px rgba(0,0,0,.1);
} #contact01_form label.error {
color: #fff;
font-size: 11px;
margin: 0;
padding: 0 0 5px 20px;
width: 100%;
}
.cryptic-dark input {
background: #202020;
color: rgba(255,255,255,.7);
}
.cryptic-dark input:not([type="submit"]) {
font-weight: normal !important;
}
.cryptic-dark input::-webkit-input-placeholder { color: rgba(255,255,255,.7);
}
.cryptic-dark input::-moz-placeholder { color: rgba(255,255,255,.7);
}
.cryptic-dark input:-ms-input-placeholder { color: rgba(255,255,255,.7);
}
.cryptic-dark input:-moz-placeholder { color: rgba(255,255,255,.7);
}
.cryptic-dark input.wpcf7-form-control.wpcf7-submit {
background: #6cd087 !important;
}
.dark-version .mc4wp-form input {
background: #202020;
color: rgba(255,255,255,.7);
outline: 0;
}
.dark-version .mc4wp-form input:not([type="submit"]) {
font-weight: normal !important;
}
.dark-version .mc4wp-form input::-webkit-input-placeholder { color: rgba(255,255,255,.7);
}
.dark-version .mc4wp-form input::-moz-placeholder { color: rgba(255,255,255,.7);
}
.dark-version .mc4wp-form input:-ms-input-placeholder { color: rgba(255,255,255,.7);
}
.dark-version .mc4wp-form input:-moz-placeholder { color: rgba(255,255,255,.7);
}
.dark-version .mc4wp-form input[type="submit"] {
background: #6cd087 !important;
}
#contact01_form .contact_button .contact_us_button_class {
border-radius: 30px;
padding: 15px 35px;
font-weight: bold;
}
.message_input label {
text-align: left;
}
.contact_button {
clear: both;
float: none !important;
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
}
.contact_details_social .contact_social-links {
padding: 0;
}
.submit-contact-button{
position: relative;
}
.cf-progress {
background: #c1002e none repeat scroll 0 0;
bottom: 0px;
height: 5px;
left: 0;
position: absolute;
text-indent: -10000px;
transition: all 250ms ease-in-out 0s;
width: 0;
}
.cf-progress.name-validated,
.cf-progress.email-validated,
.cf-progress.subject-validated,
.cf-progress.message-validated,
.name-validated.email-validated,
.name-validated.subject-validated,
.name-validated.message-validated,
.email-validated.subject-validated,
.email-validated.message-validated,
.subject-validated.message-validated{
width: 25%;
}
.cf-progress.name-validated.email-validated,
.cf-progress.name-validated.subject-validated,
.cf-progress.name-validated.message-validated,
.cf-progress.email-validated.subject-validated,
.cf-progress.email-validated.message-validated,
.cf-progress.subject-validated.message-validated,
.name-validated.email-validated.subject-validated,
.name-validated.email-validated.message-validated,
.name-validated.subject-validated.message-validated,
.email-validated.subject-validated.message-validated{
width: 50%;
}
.cf-progress.name-validated.email-validated.subject-validated,
.cf-progress.name-validated.email-validated.message-validated,
.cf-progress.name-validated.subject-validated.message-validated,
.cf-progress.email-validated.subject-validated.message-validated,
.name-validated.email-validated.subject-validated.message-validated{
width: 75%;
}
.cf-progress.name-validated.email-validated.subject-validated.message-validated{
width: 100%;
}
.cf-progress.email-validated {
width: 25%;
}
.cf-progress.subject-validated {
width: 25%;
}
.cf-progress.message-validated {
width: 25%;
}
.input {
position: relative;
z-index: 1;
display: inline-block;
width: 100%;
vertical-align: top;
}
.input__field {
position: relative;
display: block;
float: right;
padding: 0.8em;
width: 60%;
border: none;
border-radius: 0;
background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0; color: #fff;
font-weight: lighter;
-webkit-appearance: none;
}
.input__field:focus {
outline: none;
}
.input__label {
display: inline-block;
float: right;
margin-bottom: 0;
padding: 1.2em 3.5em;
width: 40%;
font-weight: bold;
font-size: 90%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.input__label-content {
position: relative;
display: block;
padding: 0.4em 0;
width: 100%;
}
.graphic {
position: absolute;
top: 0;
left: 0;
fill: none;
}
.icon {
color: #fff;
font-size: 150%;
}
.input__field--kohana {
border-radius: 10px;
color: rgba(255, 255, 255, 1);
font-weight: 400;
padding: 1.5em 1.5em 1.5em 3.25em;
width: 100%;
border: 1px solid rgba(0, 0, 0, 0.2);
}
.input__label--kohana {
position: absolute;
width: 100%;
text-align: left;
pointer-events: none;
color: #010101;
opacity: 0.7;
}
.input__label-content--kohana {
display: inline-block;
width: auto;
-webkit-transform: translate3d(-1.75em, 0, 0);
transform: translate3d(-1.75em, 0, 0);
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
}
.icon--kohana {
display: inline-block;
margin-top: 0.9em;
-webkit-transform: translate3d(-2em, 0, 0);
transform: translate3d(-2em, 0, 0);
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
}
.input__field--kohana:focus + .input__label--kohana .input__label-content--kohana,
.input--filled .input__label-content--kohana {
opacity: 0;
-webkit-transform: translate3d(100px, 0, 0);
transform: translate3d(100px, 0, 0);
}
.input__label-content--kohana,
.icon--kohana,
.input__field--kohana:focus + .input__label--kohana .input__label-content--kohana,
.input--filled .input__label-content--kohana {
-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.input__field--kohana:focus + .input__label--kohana .icon--kohana,
.input--filled  .icon--kohana {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
i.icon {
display: inline-block;
font-size: 20px;
height: 16px;
line-height: 16px;
margin-top: 3px;
vertical-align: text-top;
width: 16px;
}
.contact_button .vc_btn3.vc_btn3-style-modern {
background-image: none !important;
}
form i.icon {
display: none;
}
.first_name_input, .last_name_input, .email_input, .subject_input, .message_input {
margin: 30px 0;
}
form .message_input > span.input--kohana > input {
height: 151px;
}
form .content {
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 10px;
padding: 0 15px 30px;
} .members-container .member01-content-inside {
align-self: center;
}
.members-container .member01-content {
text-align: center;
display: flex;
}
.members-container .member01-content *{
width: 100%;
}
.memeber01-img-holder {
overflow: hidden;
box-shadow: 0 0 15px rgba(0,0,0,.3);
-webkit-box-shadow: 0 0 15px rgba(0,0,0,.3);
-moz-box-shadow: 0 0 15px rgba(0,0,0,.3);
border-radius: 5px;
}
.memeber01-img-holder img {
width: 100%;
transition: all 600ms ease-in-out 0s;
-webkit-transition: all 600ms ease-in-out 0s;
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
}
.members-container .member01-content .member01_position {
color: #ff3465;
}
.members-container .member01-content .member01_name {
color: #ffffff;
text-transform: uppercase;
}
.members-container .member01-content p {
color: rgba(255, 255, 255, 0.7);
font-weight: 200;
}
.members-container .member01-content p.member01_email {
color: rgba(255, 255, 255, 0.8);
font-weight: 300;
}
.members-container .member01-content p.member01_phone {
color: rgba(255, 255, 255, 0.9);
font-weight: 400;
}
.members-container .member01-content i {
margin-right: 15px;
}
.members-container .member01-content .member01_description p {
font-size: 16px;
}
.members-container .member01-content .member01_description {
padding: 20px 0;
}
.flex{
display: flex;
}
.members_img_holder {
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
position: relative;
padding: 15px;
}
.members_img_holder:hover {
opacity: 1;
}
.mt_members1 {
overflow: hidden !important;
}
.members_img_holder .member01-content {
background: transparent !important;
bottom: 0px;
color: #252525;
padding: 20px 0px 30px;
text-align: center;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
width: 100%;
}
.members_img_holder .member01_name {
font-size: 25px;
font-weight: 800;
line-height: 33px;
margin: 0;
text-transform: capitalize;
color: #252525;
margin-bottom: 5px;
text-align: left;
}
.members_img_holder .member01_position {
font-size: 16px;
font-weight:500;
margin: 0;
text-transform: capitalize;
text-align: left;
}
p.member01_content-desc {
padding-top: 5px;
}
.mt_members1 .owl-item .item {
padding: 0;
}
.member01-content-inside .member01_button {
border-radius: 3px;
clear: both !important;
color: white;
display: block;
margin: 25px auto 0;
padding: 5px 10px;
text-align: center;
width: 50%;
}
.memeber01-img-holder .effect-duke {
overflow: hidden;
border-radius: 10px;
}
.memeber01-img-holder img:hover {
transform: scale(1.05);
overflow: hidden;
opacity: .8;
}
.member01_social a i {
font-size: 12px;
}
.member01_social {
text-align: left;
}
.member01_social a {
border-radius: 50%;
height: 35px;
line-height: 34px;
text-align: center;
width: 35px;
background: #fff;
display: inline-block;
margin: 3px;
transition: all 400ms ease;
color: #252525 !important;
border: 1px solid rgba(204, 204, 204, 0.5);
}
.member01_social a:hover {
background: #ffd600;
}
.trading_home .member01_social a:hover {
background: #6ECF88 !important;
color: #ffffff !important;
}
.member01_social a i {
font-size: 12px;
line-height: 30px;
}
.member01-content-inside .content-div-content {
margin-top: 15px;
margin-bottom: 10px;
border-top: 1px solid;
padding-top: 15px;
}
.member01-content-inside .content-div-content p {
font-weight: normal;
font-size: 15px;
text-align: left;
}
.member01-content-inside .content-div p {
font-weight: normal;
}  @media only screen and (min-width: 1024px) and (max-width: 1200px) {
.members-container .member01-content {
padding: 30px 0;
}
} @media only screen and (min-width: 991px) and (max-width: 1023px) {
.members-container .member01-content {
padding: 30px 0;
}
} @media only screen and (min-width: 767px) and (max-width: 992px) {
.members-container .member01-content {
padding: 30px 0;
}
} @media only screen and (min-width: 480px) and (max-width: 768px) {
.members-container .member01-content {
padding: 30px 0;
}
} @media only screen and (min-width: 320px) and (max-width: 480px) {
.members-container .member01-content {
padding: 30px 0;
}
} @media only screen and (max-width: 319px) {
.members-container .member01-content {
padding: 30px 0;
}
} .testimonail01-title {
text-align: left;
}
.testimonial01-img {
width: 65px;
float: right;
}
.testimonial01_item .name-test {
font-size: 20px;
font-weight: 500;
margin-top: 8px;
margin-bottom: 5px;
color: #845b00;
}
.testimonial-slider .owl-theme .owl-controls {
margin-top: 60px;
}
.testimonail01-content p {
font-weight: normal;
}
.testimonials-container-1 .testimonail01-content p {
width: 70%;
margin: 0 auto;
font-size: 22px;
line-height: 34px;
font-weight: 500;
color: #151515;
}
.testimonail01-content {
font-style: normal;
font-weight: lighter;
line-height: 170%;
padding: 30px;
}
.testimonial-position {
margin: 0;
font-size: 16px;
font-weight: 400;
padding-top: 5px;
color: #845b00;
}
.testimonial01-img img {
display: block;
}
.testimonial01_item {
text-align: center;
}
.testimonial01_item h5 {
padding-bottom: 30px;
}
.testimonial01_item h5 span {
opacity: 0.5;
}
.testimonials-shortcode-v1 .owl-item .item:before{
content: "";
background: url(//zlatosfera.ru/wp-content/plugins/modeltheme-framework/inc/shortcodes/img/zidex-quotes.png);
background-repeat: no-repeat;
background-size: 100%;
opacity: .1;
height: 200px;
width: 200px;
top: -7%;
left: 17%;
position: absolute;
} .testimonials-container-1.owl-theme .owl-controls .owl-page span {
height: 10px;
width: 10px;
}
.testimonials-container-2.owl-theme .owl-controls .owl-page span {
height: 10px;
width: 10px;
}
.testimonials-container-3.owl-theme .owl-controls .owl-page span {
height: 10px;
width: 10px;
}
.owl-theme .owl-controls .owl-page span {
background-color: #845b00 !important;
border: 3px solid #845b00;
border-radius: 50%;
transform: none;
transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span {
background-color: #845b00 !important;
transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
} @media only screen and (max-width: 479px) {
.testimonial01_item .name-test {
margin-top: 0px !important;
}
} @media only screen and (max-width: 768px) {
.testimonials-container-1 .testimonail01-content p {
width: 100%; 
}
} .testimonials02-container .owl-controls {
position: absolute;
right: 25px;
top: calc(50% - 30px);
}
.testimonials02-container .owl-controls .owl-page {
display: block !important;
}
.testimonials02-container .owl-controls .owl-page.active span{
background: #1D2780 !important;
}
.testimonials02-container .owl-controls .owl-page span {
background: #1D2780 !important;
opacity: 0.8;
}
.testimonial02_stars {
min-height: 55px !important;
background: rgba(0, 0, 0, 0) url(//zlatosfera.ru/wp-content/plugins/modeltheme-framework/inc/shortcodes/img/home_shop_stars.png) no-repeat scroll center right;
background-size: auto auto;
background-size: 25%;
}
h4.testimonial02_title {
padding-top: 12px !important;
margin-bottom: 3px;
margin-top: 0px;
}
.testimonials02-container {
background-color: #ffffff;
padding: 50px 20px;
box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.08) !important;
}
.testimonial02_text_content {
margin-top: 20px;
}
img.testimonial-member-img {
max-width: 60px;
float: left;
margin-right: 15px;
}
.testimonial02_text::after {
content: "‘‘";
font-family: montserrat;
font-size: 200px;
position: absolute;
top: -30px;
right: 40px;
opacity: 0.05;
font-weight: bold;
letter-spacing: -11px;
}
.testimonial02_text {
width: 95%;
border: 2px solid #e5e3eb;
background: #fff;
padding: 40px;
margin-top: 15px;
margin-bottom: 15px;
transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
position: relative;
}
.testimonial02_text:hover {
background: #f4f4f4;
}
.testimonials02-container .testimonial02_title {
font-size: 30px;
font-weight: 900;
line-height: 36px;
text-align: left;
}
.testimonials02-container .testimonial02_position {
font-size: 24px;
line-height: 30px;
font-weight: 900;
text-align: right;
text-transform: initial;
color: rgba(37,37,37,0.4);
font-style: italic;
}
.testimonials02-container .testimonial02-content {
display: table;
width: 100%;
}
.testimonials02-container .testimonial02_text {
display: table-cell;
vertical-align: middle;
}
.testimonials02-container .testimonials_all_holder {
border-radius: 10px;
display: flex;
overflow: hidden;
}
.testimonials02-container .testimonial02-text-holder {
align-self: center;
} .testimonials02-container.owl-theme .owl-controls .owl-buttons div {
background: transparent none repeat scroll 0 0;
font-size: 35px;
margin: 0 15px;
padding: 0;
}
.testimonials02-container.owl-theme .owl-controls .owl-page span {
height: 20px;
width: 20px;
}
.testimonials02-container .testimonial02-img-holder {
padding: 0;
}
.testimonials02-container .testimonial02-text-holder {
padding: 0;
padding-right: 35px;
}
.testimonial02-img-holder .testimonial02-img {
display: block;
margin: 0 auto;
}
.testimonials-container-2 .owl-buttons{
display: none;
}
.testimonials-container-2 .owl-pagination{
padding-right: 2.5%;
}
@media(max-width: 479px) {
.testimonial02_text {
margin-left: 9px;
}
h4.testimonial02_title {
padding-top: 5px !important;
}
}
@media(max-width: 767px) {
.modeltheme-countdown div {
width: 98% !important;
}
}   .flip-clock-wrapper * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}
.flip-clock-wrapper a {
cursor: pointer;
text-decoration: none;
color: #ccc; }
.flip-clock-wrapper a:hover {
color: #fff; }
.flip-clock-wrapper ul {
list-style: none; }
.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
content: " ";
display: table; }
.flip-clock-wrapper.clearfix:after {
clear: both; }
.flip-clock-wrapper.clearfix {
*zoom: 1; } .flip-clock-wrapper {
font: normal 11px "Montserrat";
-webkit-user-select: none;
}
.flip-clock-meridium {
background: none !important;
box-shadow: 0 0 0 !important;
font-size: 36px !important; }
.flip-clock-meridium a { color: #313333; }
.flip-clock-wrapper {
text-align: center;
position: relative;
width: 100%;
}
.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
content: " "; display: table; }
.flip-clock-wrapper:after {
clear: both;
} .flip-clock-wrapper ul {
position: relative;
float: left;
margin: 2px;
width: 60px;
height: 70px;
font-size: 80px;
font-weight: bold;
line-height: 87px;
border-radius: 6px;
background: #000;
}
.flip-clock-wrapper ul li {
z-index: 1;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
line-height: 65px;
text-decoration: none !important;
}
.flip-clock-wrapper ul li:first-child {
z-index: 2; }
.flip-clock-wrapper ul li a {
display: block;
height: 100%;
-webkit-perspective: 200px;
-moz-perspective: 200px;
perspective: 200px;
margin: 0 !important;
overflow: visible !important;
cursor: default !important; }
.flip-clock-wrapper ul li a div {
z-index: 1;
position: absolute;
left: 0;
width: 100%;
height: 50%;
font-size: 80px;
overflow: hidden; 
outline: 1px solid transparent; }
.flip-clock-wrapper ul li a div .shadow {
position: absolute;
width: 100%;
height: 100%;
z-index: 2; }
.flip-clock-wrapper ul li a div.up {
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
transform-origin: 50% 100%;
top: 0; }
.flip-clock-wrapper ul li a div.up:after {
content: "";
position: absolute;
top: 44px;
left: 0;
z-index: 5;
width: 100%;
height: 3px;
background-color: #000;
background-color: rgba(0, 0, 0, 0.4); }
.flip-clock-wrapper ul li a div.down {
-webkit-transform-origin: 50% 0;
-moz-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
-o-transform-origin: 50% 0;
transform-origin: 50% 0;
bottom: 0;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}
.flip-clock-wrapper ul li a div div.inn {
position: absolute;
left: 0;
z-index: 1;
width: 100%;
height: 200%;
color: #ccc;
text-shadow: 0 1px 2px #000;
text-align: center;
background-color: #333;
border-radius: 6px;
font-size: 70px; }
.flip-clock-wrapper ul li a div.up div.inn {
top: 0; }
.flip-clock-wrapper ul li a div.down div.inn {
bottom: 0; } .flip-clock-wrapper ul.play li.flip-clock-before {
z-index: 3; }
.flip-clock-wrapper ul.play li.flip-clock-active {
-webkit-animation: asd 0.5s 0.5s linear both;
-moz-animation: asd 0.5s 0.5s linear both;
animation: asd 0.5s 0.5s linear both;
z-index: 5; }
.flip-clock-divider {
float: left;
display: inline-block;
position: relative;
width: 9px;
height: 76px; }
.flip-clock-divider:first-child {
width: 0; }
.flip-clock-dot {
display: block;
background: #fff;
width: 5px;
height: 5px;
position: absolute;
border-radius: 50%;
left: 2px;}
.flip-clock-divider .flip-clock-label {
position: absolute;
top: -1.5em;
right: -86px;
color: black;
text-shadow: none; }
.flip-clock-divider.minutes .flip-clock-label {
right: -88px; }
.flip-clock-divider.seconds .flip-clock-label {
right: -91px; }
.flip-clock-dot.top {
top: 40px;}
.flip-clock-dot.bottom {
bottom: 40px;}
@-webkit-keyframes asd {
0% {
z-index: 2; }
20% {
z-index: 4; }
100% {
z-index: 4; } }
@-moz-keyframes asd {
0% {
z-index: 2; }
20% {
z-index: 4; }
100% {
z-index: 4; } }
@-o-keyframes asd {
0% {
z-index: 2; }
20% {
z-index: 4; }
100% {
z-index: 4; } }
@keyframes asd {
0% {
z-index: 2; }
20% {
z-index: 4; }
100% {
z-index: 4; } }
.flip-clock-wrapper ul.play li.flip-clock-active .down {
z-index: 2;
-webkit-animation: turn 0.5s 0.5s linear both;
-moz-animation: turn 0.5s 0.5s linear both;
animation: turn 0.5s 0.5s linear both; }
@-webkit-keyframes turn {
0% {
-webkit-transform: rotateX(90deg); }
100% {
-webkit-transform: rotateX(0deg); } }
@-moz-keyframes turn {
0% {
-moz-transform: rotateX(90deg); }
100% {
-moz-transform: rotateX(0deg); } }
@-o-keyframes turn {
0% {
-o-transform: rotateX(90deg); }
100% {
-o-transform: rotateX(0deg); } }
@keyframes turn {
0% {
transform: rotateX(90deg); }
100% {
transform: rotateX(0deg); } }
.flip-clock-wrapper ul.play li.flip-clock-before .up {
z-index: 2;
-webkit-animation: turn2 0.5s linear both;
-moz-animation: turn2 0.5s linear both;
animation: turn2 0.5s linear both; }
@-webkit-keyframes turn2 {
0% {
-webkit-transform: rotateX(0deg); }
100% {
-webkit-transform: rotateX(-90deg); } }
@-moz-keyframes turn2 {
0% {
-moz-transform: rotateX(0deg); }
100% {
-moz-transform: rotateX(-90deg); } }
@-o-keyframes turn2 {
0% {
-o-transform: rotateX(0deg); }
100% {
-o-transform: rotateX(-90deg); } }
@keyframes turn2 {
0% {
transform: rotateX(0deg); }
100% {
transform: rotateX(-90deg); } }
.flip-clock-wrapper ul li.flip-clock-active {
z-index: 3; } .flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
-webkit-animation: show 0.5s linear both;
-moz-animation: show 0.5s linear both;
animation: show 0.5s linear both; }
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
-webkit-animation: hide 0.5s 0.3s linear both;
-moz-animation: hide 0.5s 0.3s linear both;
animation: hide 0.5s 0.3s linear both; } .flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
-webkit-animation: show 0.5s linear both;
-moz-animation: show 0.5s linear both;
animation: show 0.5s linear both; }
.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
-webkit-animation: hide 0.5s 0.3s linear both;
-moz-animation: hide 0.5s 0.3s linear both;
animation: hide 0.5s 0.2s linear both; }
@-webkit-keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-moz-keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-o-keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-webkit-keyframes hide {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@-moz-keyframes hide {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@-o-keyframes hide {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@keyframes hide {
0% {
opacity: 1; }
100% {
opacity: 0; } }
.countdownv2_holder {
text-align: center;
position: relative;
z-index: 1;
}
.countdownv2_holder .countdownv2 {
display: inline-table;
width: auto;
position: relative;
z-index: 1;
}
.flip-clock-wrapper ul li a div {
font-size: 36px !important;
}
.flip-clock-wrapper ul {
background: #353535 !important;
width: 40px !important;
}
.flip-clock-wrapper ul li a div div.inn {
color: #fff !important;
}
.flip-clock-divider .flip-clock-label {
top: 7.5em !important;
right: -55px !important;
color: #fff !important;
}
.flip-clock-divider.seconds .flip-clock-label {
right: -65px !important;
}
.flip-clock-divider.minutes .flip-clock-label {
right: -60px !important;
} .countdown-version3 .flip-clock-wrapper ul li:first-child {
display: none;
}
.countdown-version3 .flip-clock-wrapper ul {
background: transparent !important;
padding: 0;
width: 35px !important;
margin: 0;
}
.countdown-version3 .flip-clock-wrapper ul li a div div.inn {
background: transparent !important;
}
.countdown-version3 .flip-clock-wrapper ul.play li.flip-clock-active .up .shadow ,
.countdown-version3 .flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
background: none;
}
.countdown-version3 .flip-clock-wrapper ul.play li.flip-clock-active .down {
animation: none;
}
.countdown-version3 .flip-clock-wrapper ul li a div {
font-size: 50px !important;
}
.countdown-version3 .flip-clock-dot {
margin: 0 auto;
width: 7px;
height: 7px;
}
.countdown-version3 .flip-clock-divider {
margin: 0 15px;
}
.countdown-version3 .flip-clock-divider.days {
margin: 0;
}
.countdown-version3 .flip-clock-dot.bottom {
bottom: 45px;
}
.countdown-version3 .flip-clock-divider .flip-clock-label {
top: 4.7em !important;
font-size: 13px;
text-transform: uppercase;
right: -55px !important;
}
.countdown-version3 .flip-clock-divider.hours .flip-clock-label  {
right: -75px !important;
}
.countdown-version3 .flip-clock-divider.minutes .flip-clock-label {
right: -80px !important;
}
.countdown-version3 .flip-clock-divider.seconds .flip-clock-label {
right: -85px !important;
} .mt_particles_shortcode.mt_particles.js-count-particles {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.particles-js-canvas-el {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}  .cd-container { width: 90%;
max-width: 1170px;
margin: 0 auto;
}
.cd-container::after { content: '';
display: table;
clear: both;
} #cd-timeline {
position: relative;
margin-top: 2em;
margin-bottom: 2em;
}
#cd-timeline::before { content: '';
position: absolute;
top: 0;
left: 18px;
height: 100%;
width: 4px;
background: #fdd600;
}
@media only screen and (min-width: 1170px) {
#cd-timeline {
margin-top: 3em;
margin-bottom: 3em;
}
#cd-timeline::before {
left: 50%;
margin-left: -2px;
}
}
.cd-timeline-block {
position: relative;
margin: 2em 0;
}
.cd-timeline-block:after {
content: "";
display: table;
clear: both;
}
.cd-timeline-block:first-child {
margin-top: 0;
}
.cd-timeline-block:last-child {
margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
.cd-timeline-block {
margin: 4em 0;
}
.cd-timeline-block:first-child {
margin-top: 0;
}
.cd-timeline-block:last-child {
margin-bottom: 0;
}
}
@media only screen and (max-width: 1170px) {
.cd-timeline-img img {
width: 35px !important;
height: 35px !important;
}
}
.cd-timeline-img {
position: absolute;
top: 0;
left: 0;
width: 40px;
height: 40px;
border-radius: 50%;
box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
display: block;
width: 40px;
height: 40px;
position: relative;
left: 38%;
top: 36%;
margin-left: -12px;
margin-top: -12px;
}
.cd-timeline-img.cd-picture {
background: #252525;
}
.cd-timeline-img.cd-movie {
background: #c03b44;
}
.cd-timeline-img.cd-location {
background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
.cd-timeline-img {
width: 60px;
height: 60px;
left: 50%;
margin-left: -30px; -webkit-transform: translateZ(0);
-webkit-backface-visibility: hidden;
}
.cssanimations .cd-timeline-img.is-hidden {
visibility: hidden !important;
}
.cssanimations .cd-date.is-hidden {
visibility: hidden !important;
}
.cssanimations .timeline_item_title.is-hidden {
visibility: hidden !important;
}
.cssanimations .timeline_item_content.is-hidden {
visibility: hidden !important;
}
.cssanimations .cd-timeline-img.bounce-in {
visibility: visible;
-webkit-animation: cd-bounce-1 0.6s;
-moz-animation: cd-bounce-1 0.6s;
animation: cd-bounce-1 0.6s;
}
}
@-webkit-keyframes cd-bounce-1 {
0% {
opacity: 0;
-webkit-transform: scale(0.5);
}
60% {
opacity: 1;
-webkit-transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes cd-bounce-1 {
0% {
opacity: 0;
-moz-transform: scale(0.5);
}
60% {
opacity: 1;
-moz-transform: scale(1.2);
}
100% {
-moz-transform: scale(1);
}
}
@keyframes cd-bounce-1 {
0% {
opacity: 0;
-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
}
60% {
opacity: 1;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
.cd-timeline-content {
position: relative;
margin-left: 60px;
background: white;
border-radius: 0.25em;
padding: 1em;
box-shadow: 0 3px 0 #fdd600;
}
.cd-timeline-content:after {
content: "";
display: table;
clear: both;
}
.cd-timeline-content h3 {
color: #252525;
font-weight: 900;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
display: inline-block;
}
.cd-timeline-content p {
margin: 1em 0;
line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
float: right;
padding: 11px 25px;
background: #252525;
color: white;
border-radius: 0.25em;
font-weight: 700;
text-transform: uppercase;
font-size: 13px;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
background-color: #303030;
}
.cd-timeline-content .cd-date {
float: left;
padding: .8em 0;
opacity: .7;
}
.cd-timeline-content::before {
content: '';
position: absolute;
top: 16px;
right: 100%;
height: 0;
width: 0;
border: 7px solid transparent;
border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 1170px) {
.cd-timeline-content {
margin-left: 0;
padding: 1.6em;
width: 45%;
}
.cd-timeline-content::before {
top: 24px;
left: 100%;
border-color: transparent;
border-left-color: white;
}
.cd-timeline-content .cd-read-more {
float: left;
}
.cd-timeline-content .cd-date {
position: absolute;
width: 100%;
left: 122%;
top: -22px;
font-size: 20px;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content {
float: right;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
top: 24px;
left: auto;
right: 100%;
border-color: transparent;
border-right-color: white;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
float: right;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
left: auto;
right: 122%;
text-align: right;
}
.cssanimations .cd-timeline-content.is-hidden {
visibility: hidden;
}
.cssanimations .cd-timeline-content.bounce-in {
visibility: visible;
-webkit-animation: cd-bounce-2 0.6s;
-moz-animation: cd-bounce-2 0.6s;
animation: cd-bounce-2 0.6s;
}
}
@media only screen and (min-width: 1170px) { .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
-webkit-animation: cd-bounce-2-inverse 0.6s;
-moz-animation: cd-bounce-2-inverse 0.6s;
animation: cd-bounce-2-inverse 0.6s;
}
.mt_shortcode_timeline_items.cd-timeline-block:first-child {
text-align: right !important;
}
.mt_shortcode_timeline_items.cd-timeline-block:first-child .cd-read-more {
float: right !important;
}
.mt_shortcode_timeline_items.cd-timeline-block:first-child .cd-date {
text-align: left !important;
}
.mt_shortcode_timeline_items.cd-timeline-block:nth-child(2n+2) {
text-align: left !important;
}
.mt_shortcode_timeline_items.cd-timeline-block:nth-child(2n+2) .cd-read-more {
float: left !important;
}
.mt_shortcode_timeline_items.cd-timeline-block:nth-child(2n+3) {
text-align: right !important;
}
.mt_shortcode_timeline_items.cd-timeline-block:nth-child(2n+3) .cd-read-more {
float: right !important;
}
.mt_shortcode_timeline_items.cd-timeline-block:nth-child(2n+3) .cd-date {
text-align: left !important;
}
}
@-webkit-keyframes cd-bounce-2 {
0% {
opacity: 0;
-webkit-transform: translateX(-100px);
}
60% {
opacity: 1;
-webkit-transform: translateX(20px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes cd-bounce-2 {
0% {
opacity: 0;
-moz-transform: translateX(-100px);
}
60% {
opacity: 1;
-moz-transform: translateX(20px);
}
100% {
-moz-transform: translateX(0);
}
}
@keyframes cd-bounce-2 {
0% {
opacity: 0;
-webkit-transform: translateX(-100px);
-moz-transform: translateX(-100px);
-ms-transform: translateX(-100px);
-o-transform: translateX(-100px);
transform: translateX(-100px);
}
60% {
opacity: 1;
-webkit-transform: translateX(20px);
-moz-transform: translateX(20px);
-ms-transform: translateX(20px);
-o-transform: translateX(20px);
transform: translateX(20px);
}
100% {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes cd-bounce-2-inverse {
0% {
opacity: 0;
-webkit-transform: translateX(100px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-20px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes cd-bounce-2-inverse {
0% {
opacity: 0;
-moz-transform: translateX(100px);
}
60% {
opacity: 1;
-moz-transform: translateX(-20px);
}
100% {
-moz-transform: translateX(0);
}
}
@keyframes cd-bounce-2-inverse {
0% {
opacity: 0;
-webkit-transform: translateX(100px);
-moz-transform: translateX(100px);
-ms-transform: translateX(100px);
-o-transform: translateX(100px);
transform: translateX(100px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-20px);
-moz-transform: translateX(-20px);
-ms-transform: translateX(-20px);
-o-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
} section#cd-timeline.version2 .cd-timeline-img img {
left: 40%;
width: 35px;
height: 35px;
top: 40%;
}
section#cd-timeline.version2 .cd-timeline-content {
background: #252525;
box-shadow: 0 3px 0 #6cd087;
border-radius: 0;
text-align: left;
padding: 40px 30px;
}
section#cd-timeline.version2 .cd-timeline-content h3 {
color: #fff;
font-size: 20px;
margin-top: 0px;
}
@media only screen and (min-width: 1170px) {
section#cd-timeline.version2 .mt_shortcode_timeline_items.cd-timeline-block .cd-read-more {
float: left !important;
}
}
section#cd-timeline.version2 .mt_shortcode_timeline_items.cd-timeline-block .cd-read-more {
background: #6cd087;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
}
section#cd-timeline.version2 .mt_shortcode_timeline_items.cd-timeline-block .cd-read-more:hover {
color: #252525;
}
section#cd-timeline.version2 .cd-timeline-content p {
color: rgba(255,255,255,.7);
}
section#cd-timeline.version2 .cd-date {
font-weight: 900;
color: #fff !important;
opacity: 1 !important;
}
section#cd-timeline.version2 .cd-timeline-block:nth-child(odd) .cd-timeline-content::before {
border-left-color: #252525;
}
section#cd-timeline.version2 .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
border-right-color: #252525;
}
section#cd-timeline.version2::before {
background: #6cd087 !important;
}
section#cd-timeline.version2 .cd-timeline-img.cd-picture {
background: #151515;
width: 65px;
height: 65px;
margin-left: -32.5px;
}
section#cd-timeline.timeline_left p.cd-date-ver2,
section#cd-timeline.timeline_right p.cd-date-ver2 {
color: #fff !important;
font-size: 18px;
}
section#cd-timeline.timeline_left .cd-timeline-block:nth-child(even) .cd-timeline-content {
float: left;
}
section#cd-timeline.timeline_left .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
top: 24px;
left: 100%;
border-color: transparent;
border-left-color: #252525;
}
section#cd-timeline.timeline_left {
width: 100% !important;
}
section#cd-timeline.timeline_left .cd-timeline-content {
width: 90% !important;
}
section#cd-timeline.timeline_left::before {
left: 100% !important;
}
section#cd-timeline.timeline_left .cd-timeline-img {
left: 100% !important;
}
section#cd-timeline.timeline_right {
width: 100% !important;
float: right;
}
section#cd-timeline.timeline_right .cd-timeline-content {
width: 90% !important;
float: right;
}
section#cd-timeline.timeline_right::before {
left: auto;
}
section#cd-timeline.timeline_right .cd-timeline-img {
left: auto;
margin-left: -32.5px !important;
}
section#cd-timeline.timeline_right .cd-timeline-content::before {
left: auto;
border-right-color: #252525;
border-left-color: transparent !important;
} .blog-posts.blog-posts-shortcode-v2 .blog_custom .post-details .post-name a {
font-size: 30px;
font-weight: 700;
line-height: 42px;
transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
}
.blog-posts.blog-posts-shortcode-v2 .blog_custom .post-details .post-name a:hover {
text-decoration: underline;
}
.blog-posts.blog-posts-shortcode-v2 .single-post.list-view {
padding-bottom: 0;
margin-bottom: 50px;
}
.blog-posts.blog-posts-shortcode-v2 .medium-h .blog_custom .post-details .post-name a{
font-size: 20px;
}
.blog-posts-shortcode-v2 .time-n-date {
color: #ffffff !important;
}
.blog-posts-shortcode-v2 .post-details .post-category {
text-align: left;
text-transform: uppercase;
font-weight: 600;
}
.single.single-post .mejs-container.mejs-audio{
margin-bottom: 20px;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
background: rgba(37,37,37,0.5) !important;
}
#mt_posts_carousel_small .owl-nav{
display: none;
}
.post-separator{
padding-left: 10px;
padding-right: 6px;
}
.more-link{
display: -webkit-inline-box;
background: #ffb716;
color: #ffffff;
font-weight: 600;
border-style: none;
padding: 15px 45px;
position: relative;
z-index:1;
transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
}
.more-link:hover{
background: #151515;
color: #ffffff;
}
.more-link,
.more-link::after{
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.more-link::before,
.more-link::after {
background: #151515;
content: '';
position: absolute;
z-index: -1;
}
.more-link:hover {
z-index: 1;
}
.more-link::after {
height: 100%;
left: 0;
top: 0;
width: 0;
color: #ffffff;
}
.more-link:hover:after {
width: 100%;
} .tabs-shortcode .tabs-shortcode .grid-div {
list-style: none;
}
.tabs-shortcode .gc {
box-sizing: border-box;
display: inline-block;
margin-right: 0;
min-height: 1px;
padding-left: 0;
vertical-align: top;
}
.tabs-shortcode .gc--1-of-3 {
width: 30%;
}
.tabs-shortcode .gc--2-of-3 {
width: 65%;
margin-left: 5%;
}
.tabs-shortcode.naccs {
position: relative;
}
.tabs-shortcode.naccs .menu div {
padding: 15px 20px 15px 40px;
color: #a7a7a7;
cursor: pointer;
position: relative;
vertical-align: middle;
font-weight: normal;
transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
text-align: left;
}
.tabs-shortcode.naccs .menu div.active {
background: #202020;
}
.tabs-shortcode.naccs .menu div span.light {
position: absolute;
background-color: #303F9F;
left: 0;
height: 100%;
width: 4px;
top: 0;
border-radius: 0;
}
.tabs-shortcode.naccs .menu div.active span.light {
background-color: #6cd087;
}
.tabs-shortcode .naccs .menu div.active {
color: #FBC02D;
padding: 15px 20px 15px 20px;
}
.tabs-shortcode .nacc {
position: absolute;
top: 0px;
list-style: none;
margin: 0;
padding: 0;
transition: .5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.tabs-shortcode .nacc li {
opacity: 0;
list-style: none;
transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
text-align: left;
background: #2735b5;
padding: 30px;
}
.tabs-shortcode .nacc li.active {
transition-delay: .3s;
z-index: 2;
opacity: 1;
transform: translateX(0px);
}
.tabs-shortcode .nacc li p {
margin-bottom: 15px;
text-align: left;
}
.tabs-shortcode .nacc li p:last-child {
margin-bottom: 0;
}
@media(max-width: 1024px) {
.tabs-shortcode .gc--1-of-3 {
width: 100%;
}
.tabs-shortcode .gc--2-of-3 {
width: 100%;
margin: 0;
}
.tabs-shortcode .nacc {
position: static;
}
.tabs-shortcode .gc--2-of-3:not(.active) {
opacity: 0;
height: 0;
width: 0;
}
}
.token-distribution li {
color: #fff;
padding-left: 20px;
padding-top: 10px;
}
.token-distribution li span {
margin-right: 20px !important;
position: relative;
bottom: 1px;
}  .timelinehorizontal {
white-space: nowrap;
overflow-x: hidden;
}
.timelinehorizontal ol {
font-size: 0;
width: 100vw;
padding: 260px 0;
transition: all 1s;
}
.timelinehorizontal h3 {
margin-top: 0px !important;
font-weight: 600;
}
.timelinehorizontal p {
color: rgba(255,255,255,0.8);
}
.timelinehorizontal ol li {
position: relative;
display: inline-block;
list-style-type: none;
width: 163px;
height: 3px;
background: #fff;
}
.timelinehorizontal ol li:first-child {
width: 0px;
}
.timelinehorizontal ol li:last-child {
width: 240px;
}
.timelinehorizontal ol li:not(:first-child) {
margin-left: 14px;
}
.timelinehorizontal ol li::after {
content: '';
position: absolute;
top: 50%;
left: calc(100% + 1px);
bottom: 0;
width: 20px;
height: 20px;
transform: translateY(-50%);
border-radius: 50%;
background: #2735b5;
border: 2px solid #6cd087;
z-index: 1;
}
.timelinehorizontal ol li div {
position: absolute;
left: calc(100% + 11px);
width: 330px;
padding: 20px;
font-size: 1rem;
white-space: normal;
color: rgba(255,255,255,1);
background: #2735b5;
}
.timelinehorizontal ol li div::before {
content: '';
position: absolute;
top: 100%;
left: 0;
width: 0;
height: 0;
border-style: solid;
}
.timelinehorizontal ol li:nth-child(2n+1) div {
top: -22px;
transform: translateY(-100%);
border-radius: 5px 5px 5px 0px;
}
.timelinehorizontal ol li:nth-child(odd) div::before {
top: 100%;
border-width: 8px 8px 0 0;
border-color: #2735b5 transparent transparent transparent;
}
.timelinehorizontal ol li:nth-child(2n) div {
top: calc(100% + 22px);
border-radius: 0px 5px 5px 5px;
}
.timelinehorizontal ol li:nth-child(even) div::before {
top: -8px;
border-width: 8px 0 0 8px;
border-color: transparent transparent transparent #2735b5;
}
.timelinehorizontal time {
display: block;
font-size: 12px;
font-weight: bold;
margin-bottom: 8px;
color: rgba(255,255,255,0.9);
} .timelinehorizontal .arrows {
display: flex;
justify-content: center;
margin-bottom: 20px;
}
.timelinehorizontal .arrows .arrow__prev i,
.timelinehorizontal .arrows .arrow__next i {
font-size: 30px;
}
.timelinehorizontal .arrows .arrow__prev {
margin-right: 20px;
background: none;
border: none;
color: rgba(255,255,255,1);
}
.timelinehorizontal .arrows .arrow__next {
background: none;
border: none;
color: rgba(255,255,255,1);
}
.timelinehorizontal .disabled {
opacity: .5;
color: rgba(255,255,255,1);
}
.timelinehorizontal .arrows img {
width: 45px;
height: 45px;
} @media screen and (max-width: 599px) {
.timelinehorizontal ol,
.timelinehorizontal ol li {
width: auto; 
}
.timelinehorizontal ol {
padding: 0;
transform: none !important;
}
.timelinehorizontal ol li {
display: block;
height: auto;
background: transparent;
}
.timelinehorizontal ol li:first-child {
margin-top: 25px;
}
.timelinehorizontal ol li:not(:first-child) {
margin-left: auto;
}
.timelinehorizontal ol li div {
width: 94%;
height: auto !important;
margin: 0 auto 25px;
}
.timelinehorizontal ol li div {
position: static;
}
.timelinehorizontal ol li:nth-child(odd) div {
transform: none;
}
.timelinehorizontal ol li:nth-child(odd) div::before,
.timelinehorizontal ol li:nth-child(even) div::before {
left: 50%;
top: 100%;
transform: translateX(-50%);
border: none;
border-left: 1px solid white;
height: 25px;
}
.timelinehorizontal ol li:last-child,
.timelinehorizontal ol li:nth-last-child(2) div::before,
.timelinehorizontal ol li:not(:last-child)::after,
.timelinehorizontal .arrows {
display: none;
}
} .title-subtile-holder[data-animate="no_animation"] {
opacity: 1 !important;
}
.woocommerce_categories .products_by_category {
display: none;
margin-top: 30px;
}
.woocommerce_categories .products_by_category.active {
display: block;
}
.woocommerce_categories .custom_inner_class {
background: transparent !important;
}
.woocommerce_categories .categories_shortcode {
background: #6ccf87;
}
.woocommerce_categories .categories_shortcode h3 {
font-size: 20px;
font-weight: 600;
margin: 0px;
text-align: center;
text-transform: capitalize;
color: rgba(255,255,255,0.7);
padding: 30px;
}
.woocommerce_categories .category.item.active h3 {
color: rgba(255,255,255);
}
.woocommerce_categories .category.item:hover h3 {
color: rgba(255,255,255);
} .events-title-subtitle h4 {
font-weight: bold;
margin: 0;
}
.events-title-subtitle h4 a:hover{
opacity: 0.9;
transition: all .2s ease-in-out;
}
.mt-single-event {
margin-bottom: 25px;
}
.mt-single-event-inner {
overflow: hidden;
background: #fff;
padding: 30px 15px;
box-shadow: 0 0 5px 5px rgba(0,0,0,0.04);
}
.events-title-subtitle p{
margin: 0;
}
.events-title-subtitle {
margin-top: 15px;
}
.event-meta > div {
margin-top: 22px;
}
.event-meta > div {
color: #483ca8;
}
.mt-single-event-head p{
color: #fff;
font-weight: bold;
}
.mt-single-event-head {
background: #483ca8;
overflow: hidden;
margin-bottom: 30px;
padding: 20px 15px;
}
.mt-single-event-inner.sponsored-event {
background: #e2f6e7;
}
.event-box-corner::before,
.event-box-corner::after {
content: '';
position: absolute;
top: 2px;
right: 2px;
border-color: transparent;
border-style: solid;
border-top-right-radius: 3px;
}
.event-box-corner::before {
content: "\f005";
position: absolute;
color: white;
font-weight: bold;
font-size: 15px;
width: 30px;
right: 0px;
top: 5px;
z-index: 3;
font-family: fontawesome;
}
.event-box-corner::after {
border-width: 2.5em;
border-right-color: #6cd086;
border-top-color: #6cd086;
} .mt_animated_gradient_shortcode {
background: linear-gradient(-45deg, #483CA8, #312974, #6cd087, #226c36);
background-size: 400% 400%;
-webkit-animation: Gradient 15s ease infinite !important;
-moz-animation: Gradient 15s ease infinite !important;
animation: Gradient 15s ease infinite !important;
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
}
@-webkit-keyframes Gradient {
0% {
background-position: 0% 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
}
@-moz-keyframes Gradient {
0% {
background-position: 0% 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
}
@keyframes Gradient {
0% {
background-position: 0% 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
} #mt_posts_carousel_small .owl-item{
background: #fff;
padding: 30px 0;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
}
#mt_posts_carousel_small .mt-post-title,
#mt_posts_carousel_big_centered .mt-post-title {
font-weight: bold;
margin: 10px 0;
}
#mt_posts_carousel_small .group-meta,
#mt_posts_carousel_big_centered .group-meta{
color: #a7a7a7;
text-transform: capitalize;
transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
}
#mt_posts_carousel_small .group-meta span,
#mt_posts_carousel_small .group-meta a,
#mt_posts_carousel_big_centered .group-meta span,
#mt_posts_carousel_big_centered .group-meta a{
color: #252525;
}
#mt_posts_carousel_small .group-meta a:hover,
#mt_posts_carousel_big_centered .group-meta a:hover{
text-decoration: underline;
}
#mt_posts_carousel_small .mt-post-title a,
#mt_posts_carousel_big_centered .mt-post-title a {
color: #252525;
}
#mt_posts_carousel_small .mt-post-title a:hover,
#mt_posts_carousel_big_centered .mt-post-title a:hover {
text-decoration: underline;
}
#mt_posts_carousel_big .owl-nav button,
#mt_posts_carousel_big_centered .owl-nav button,
#mt_posts_carousel_big.owl-theme .owl-controls .owl-buttons div {
border-radius: 0;
-webkit-border-radius: 0;
background: #fff;
color: #374C9F;
opacity: 1;
height: 45px;
width: 45px;
line-height: 48px;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.04), 0px 0px 15px 0px rgba(0, 0, 0, 0.01);
-webkit-box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.04), 0px 0px 15px 0px rgba(0, 0, 0, 0.01);
}
#mt_posts_carousel_big .owl-nav,
#mt_posts_carousel_big_centered .owl-nav,
#mt_posts_carousel_big.owl-theme .owl-controls .owl-buttons{
height: 0px;
}
#mt_posts_carousel_big .owl-nav .owl-next,
#mt_posts_carousel_big_centered .owl-nav .owl-next,
#mt_posts_carousel_big.owl-theme .owl-controls .owl-buttons div.owl-next {
right: 30px;
position: absolute;
}
#mt_posts_carousel_big .owl-nav .owl-prev,
#mt_posts_carousel_big_centered .owl-nav .owl-prev,
#mt_posts_carousel_big.owl-theme .owl-controls .owl-buttons div.owl-prev {
left: 30px;
position: absolute;
}
#mt_posts_carousel_big .owl-nav button:hover,
#mt_posts_carousel_big_centered .owl-nav button:hover,
#mt_posts_carousel_big.owl-theme .owl-controls .owl-buttons div:hover {
color: #fff;
background: #374C9F;
}
#mt_posts_carousel_big .owl-nav,
#mt_posts_carousel_big_centered .owl-nav,
#mt_posts_carousel_big.owl-theme .owl-controls {
position: absolute;
top: 45%;
width: 100%;
margin: 0;
height: 0px;
}
.mt-ig-item-holder {
width: 12.5%;
float: left;
}
.mt-ig-item-holder:hover .mt-ig-overlay {
opacity: 1;
visibility: visible;
}
.mt-ig-item-holder{
position: relative;
text-align: center;
}
.mt-ig-item-holder .mt-ig-overlay {
background: rgba(0,0,0,0.3);
position: absolute;
width: 100%;
opacity: 0;
visibility: hidden;
height: 100%;
left: 0;
top: 0;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
}
.mt-ig-item-holder i {
color: #fff;
font-size: 20px;
position: relative;
top: 45%;
}
#mt_posts_carousel_big_centered .owl-item.active{
opacity: 1 !important;
}
#mt_posts_carousel_big_centered .owl-item{
opacity: 0.3 !important;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
}
#mt_posts_carousel_big_centered .mt-post-image{
position: relative;
}
.mt_posts_carousel_big_centered-group {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
}
.mt_posts_carousel_big_centered-inner {
align-self: center;
background: #fff;
padding: 30px;
width: 400px;
margin: 0 auto;
} .article-social{
display: inline-block;
} .mt_thumbnails_custom_content_link:hover .mt_thumbnails_custom_content_link_content{
background: rgba(255,183,22, 0.01);
} .mt_thumbnails_custom_content_link_content{
padding: 50px;
margin-bottom: 0px;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
box-shadow: 0 0 25px rgba(0,0,0,.1);
-webkit-box-shadow: 0 0 25px rgba(0,0,0,.1);
-moz-box-shadow: 0 0 25px rgba(0,0,0,.1);
-ms-box-shadow: 0 0 25px rgba(0,0,0,.1);
}
.mt_thumbnails_custom_content_link_content img{
max-height: 70px;
}
.mt_thumbnails_custom_content_link_content h3{
margin-top: 30px;
margin-bottom: 0px;
font-weight: 600;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
}
.mt_thumbnails_custom_content_link_content p{
font-size: 16px;
font-weight: 300;
margin-top: 20px;
margin-bottom: 0px;
} @media only screen and (min-width: 768px) and (max-width: 1100px) {
.mt_thumbnails_custom_content_link_content {
padding: 40px;
}
} .project-post{
padding-bottom: 30px;
}
.mt-project-post-details{
position: absolute;
bottom: 30px;
left: 40px;
}
.project-post-name a {
color: #ffffff;
font-weight: 600;
transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
}
.project-post-name a:before {
content: "";
display: block;
position: absolute;
left: 0;
bottom: 27px;
width: 150px;
height: 1px;
background: rgba(255,255,255,0.3);
}
.project-post-name a:after {
content: "";
display: block;
position: absolute;
left: 0;
bottom: 26px;
width: 75px;
height: 3px;
background: #ffb716;
}
.project-category a{
color: rgba(255,255,255,0.8);
transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
}
.popup-play-video{
position: absolute;
top: calc(50% - 50px);
left: calc(50% - 50px);
}
.project-post .list-view .post-details{
padding: 0px;
} .mt_team{
text-align: center;
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.mt_team_content {
background: #151515;
position: absolute;
bottom: 20px;
display: block;
text-align: center;
width: calc(100% - 50px);
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
overflow:hidden;
z-index: 20;
}
.mt_team_content h3{
color: #ffffff;
margin-bottom: 20px;
}
.mt_team_content p{
color: #999999;
opacity: 0;
max-height: 0;
margin-bottom: 0px;
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.mt_team:hover p {
opacity: 1;
max-height: 200px;
margin-bottom: 15px;
} .mt-job{
padding: 40px;
box-shadow: 0 0 25px rgba(0,0,0,.1);
-webkit-box-shadow: 0 0 25px rgba(0,0,0,.1);
-moz-box-shadow: 0 0 25px rgba(0,0,0,.1);
-ms-box-shadow: 0 0 25px rgba(0,0,0,.1);
}
.padding-left-0{
padding-left: 0 !important;
}
.mt-job-top{
display: flow-root;
margin-bottom: 25px;
}
.mt-job-top h3{
margin-top: 15px;
font-weight: 700;
}
.mt-job-top h5{
margin: 0px;
color: #999999;
}
.mt-job-top h5 i{
margin-right: 5px;
}
.mt-job-bottom h4{
font-weight: 700;
} @media only screen and (max-width: 990px) {
.mt-job-top h3,
.mt-job-top h5{
padding-left: 0px
}
} @media only screen and (min-width: 768px) and (max-width: 1023px) {
.mt-job {
padding: 30px;
}
.mt-job-bottom .button {
padding: 15px 30px;
}
}#navbar .cf-mega-menu.sub-menu {
width: 800px;
}
#navbar .mt-icon-list-item {
padding-top: 4px;
padding-left: 10px;
}
#navbar .mt-icon-list-item:hover {
color: rgb(255, 255, 255);
}
#navbar .cf-mega-menu.sub-menu * {
opacity: 0 !important;
visibility: hidden !important;
}
#navbar .menu-item:hover .sub-menu * {
opacity: 1 !important;
visibility: visible !important;
}
nav #navbar ul li.mega1column,
nav #navbar ul li.mega2columns,
nav #navbar ul li.mega3columns {
position: unset;
}
#navbar .menu-item > a {
position: relative;
} #navbar .mega3columns .cf-mega-menu.sub-menu {
left: 15px;
width: calc(100% - 30px);
} #navbar .mega2columns .cf-mega-menu.sub-menu {
left: 22%;
width: calc(66.66666% - 30px);
} #navbar .mega1column .cf-mega-menu.sub-menu {
left: 41%;
width: calc(33.33333% - 30px);
}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}[class^="from-"], [class*=" from-"] {
opacity: 1;
}      .to-topleft {
-webkit-animation: toTopLeft 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toTopLeft 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toTopLeft {
to {
-webkit-transform: translate3d(-100%, -100%, 0);
transform: translate3d(-100%, -100%, 0);
}
}
@keyframes toTopLeft {
to {
-webkit-transform: translate3d(-100%, -100%, 0);
transform: translate3d(-100%, -100%, 0);
}
}
.to-topleft .scene {
-webkit-animation: toTopLeftScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toTopLeftScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toTopLeftScene {
to {
-webkit-transform: rotate3d(1, 1, 0.5, 30deg);
transform: rotate3d(1, 1, 0.5, 30deg);
}
}
@keyframes toTopLeftScene {
to {
-webkit-transform: rotate3d(1, 1, 0.5, 30deg);
transform: rotate3d(1, 1, 0.5, 30deg);
}
}
.to-topleft .view--rotate {
-webkit-animation: toTopLeftViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toTopLeftViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toTopLeftViewRotate {
to {
-webkit-transform: rotate3d(0, 1, 0, 30deg);
transform: rotate3d(0, 1, 0, 30deg);
}
}
@keyframes toTopLeftViewRotate {
to {
-webkit-transform: rotate3d(0, 1, 0, 30deg);
transform: rotate3d(0, 1, 0, 30deg);
}
}     .to-top {
-webkit-animation: toTop 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toTop 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toTop {
to {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes toTop {
to {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.to-top .scene {
-webkit-animation: toTopScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toTopScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toTopScene {
to {
-webkit-transform: rotate3d(1, 0.5, 0.2, 30deg);
transform: rotate3d(1, 0.5, 0.2, 30deg);
}
}
@keyframes toTopScene {
to {
-webkit-transform: rotate3d(1, 0.5, 0.2, 30deg);
transform: rotate3d(1, 0.5, 0.2, 30deg);
}
}
.to-top .view--rotate {
-webkit-animation: toTopViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toTopViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toTopViewRotate {
to {
-webkit-transform: rotate3d(0, 1, 0, -30deg);
transform: rotate3d(0, 1, 0, -30deg);
}
}
@keyframes toTopViewRotate {
to {
-webkit-transform: rotate3d(0, 1, 0, -30deg);
transform: rotate3d(0, 1, 0, -30deg);
}
}     .to-topright {
-webkit-animation: toTopRight 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toTopRight 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toTopRight {
to {
-webkit-transform: translate3d(100%, -100%, 0);
transform: translate3d(100%, -100%, 0);
}
}
@keyframes toTopRight {
to {
-webkit-transform: translate3d(100%, -100%, 0);
transform: translate3d(100%, -100%, 0);
}
}
.to-topright .scene {
-webkit-animation: toTopRightScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toTopRightScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toTopRightScene {
to {
-webkit-transform: rotate3d(1, 1, 0.5, -30deg);
transform: rotate3d(1, 1, 0.5, -30deg);
}
}
@keyframes toTopRightScene {
to {
-webkit-transform: rotate3d(1, 1, 0.5, -30deg);
transform: rotate3d(1, 1, 0.5, -30deg);
}
}
.to-topright .view--rotate {
-webkit-animation: toTopRightViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toTopRightViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toTopRightViewRotate {
to {
-webkit-transform: rotate3d(0, 1, 0, -30deg);
transform: rotate3d(0, 1, 0, -30deg);
}
}
@keyframes toTopRightViewRotate {
to {
-webkit-transform: rotate3d(0, 1, 0, -30deg);
transform: rotate3d(0, 1, 0, -30deg);
}
}     .to-right {
-webkit-animation: toRight 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toRight 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toRight {
to {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes toRight {
to {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.to-right .scene {
-webkit-animation: toRightScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toRightScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toRightScene {
to {
-webkit-transform: rotate3d(0, 1, 0, -60deg);
transform: rotate3d(0, 1, 0, -60deg);
}
}
@keyframes toRightScene {
to {
-webkit-transform: rotate3d(0, 1, 0, -60deg);
transform: rotate3d(0, 1, 0, -60deg);
}
}
.to-right .view--rotate {
-webkit-animation: toRightViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toRightViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toRightViewRotate {
to {
-webkit-transform: rotate3d(0, 1, 0, -50deg);
transform: rotate3d(0, 1, 0, -50deg);
}
}
@keyframes toRightViewRotate {
to {
-webkit-transform: rotate3d(0, 1, 0, -50deg);
transform: rotate3d(0, 1, 0, -50deg);
}
}     .to-bottomright {
-webkit-animation: toBottomRight 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toBottomRight 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toBottomRight {
to {
-webkit-transform: translate3d(100%, 100%, 0);
transform: translate3d(100%, 100%, 0);
}
}
@keyframes toBottomRight {
to {
-webkit-transform: translate3d(100%, 100%, 0);
transform: translate3d(100%, 100%, 0);
}
}
.to-bottomright .scene {
-webkit-animation: toBottomRightScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toBottomRightScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toBottomRightScene {
to {
-webkit-transform: rotate3d(-1, 1, 0.5, -30deg);
transform: rotate3d(-1, 1, 0.5, -30deg);
}
}
@keyframes toBottomRightScene {
to {
-webkit-transform: rotate3d(-1, 1, 0.5, -30deg);
transform: rotate3d(-1, 1, 0.5, -30deg);
}
}
.to-bottomright .view--rotate {
-webkit-animation: toBottomRightViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toBottomRightViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toBottomRightViewRotate {
to {
-webkit-transform: rotate3d(0, 1, 0, -30deg);
transform: rotate3d(0, 1, 0, -30deg);
}
}
@keyframes toBottomRightViewRotate {
to {
-webkit-transform: rotate3d(0, 1, 0, -30deg);
transform: rotate3d(0, 1, 0, -30deg);
}
}     .to-bottom {
-webkit-animation: toBottom 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toBottom 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toBottom {
to {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes toBottom {
to {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.to-bottom .scene {
-webkit-animation: toBottomScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toBottomScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toBottomScene {
to {
-webkit-transform: rotate3d(-1, -0.5, 0.2, 30deg);
transform: rotate3d(-1, -0.5, 0.2, 30deg);
}
}
@keyframes toBottomScene {
to {
-webkit-transform: rotate3d(-1, -0.5, 0.2, 30deg);
transform: rotate3d(-1, -0.5, 0.2, 30deg);
}
}
.to-bottom .view--rotate {
-webkit-animation: toBottomViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toBottomViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toBottomViewRotate {
to {
-webkit-transform: rotate3d(0, 1, 0, 30deg);
transform: rotate3d(0, 1, 0, 30deg);
}
}
@keyframes toBottomViewRotate {
to {
-webkit-transform: rotate3d(0, 1, 0, 30deg);
transform: rotate3d(0, 1, 0, 30deg);
}
}     .to-bottomleft {
-webkit-animation: toBottomLeft 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toBottomLeft 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toBottomLeft {
to {
-webkit-transform: translate3d(-100%, 100%, 0);
transform: translate3d(-100%, 100%, 0);
}
}
@keyframes toBottomLeft {
to {
-webkit-transform: translate3d(-100%, 100%, 0);
transform: translate3d(-100%, 100%, 0);
}
}
.to-bottomleft .scene {
-webkit-animation: toBottomLeftScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toBottomLeftScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toBottomLeftScene {
to {
-webkit-transform: rotate3d(-1, 1, 0.5, 30deg);
transform: rotate3d(-1, 1, 0.5, 30deg);
}
}
@keyframes toBottomLeftScene {
to {
-webkit-transform: rotate3d(-1, 1, 0.5, 30deg);
transform: rotate3d(-1, 1, 0.5, 30deg);
}
}
.to-bottomleft .view--rotate {
-webkit-animation: toBottomLeftViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toBottomLeftViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toBottomLeftViewRotate {
to {
-webkit-transform: rotate3d(0, 1, 0, 30deg);
transform: rotate3d(0, 1, 0, 30deg);
}
}
@keyframes toBottomLeftViewRotate {
to {
-webkit-transform: rotate3d(0, 1, 0, 30deg);
transform: rotate3d(0, 1, 0, 30deg);
}
}     .to-left {
-webkit-animation: toLeft 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toLeft 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toLeft {
to {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes toLeft {
to {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.to-left .scene {
-webkit-animation: toLeftScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toLeftScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toLeftScene {
to {
-webkit-transform: rotate3d(0, 1, 0, 60deg);
transform: rotate3d(0, 1, 0, 60deg);
}
}
@keyframes toLeftScene {
to {
-webkit-transform: rotate3d(0, 1, 0, 60deg);
transform: rotate3d(0, 1, 0, 60deg);
}
}
.to-left .view--rotate {
-webkit-animation: toLeftViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
animation: toLeftViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toLeftViewRotate {
to {
-webkit-transform: rotate3d(0, 1, 0, 50deg);
transform: rotate3d(0, 1, 0, 50deg);
}
}
@keyframes toLeftViewRotate {
to {
-webkit-transform: rotate3d(0, 1, 0, 50deg);
transform: rotate3d(0, 1, 0, 50deg);
}
}      .from-topleft {
-webkit-animation: fromTopLeft 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromTopLeft 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromTopLeft {
from {
-webkit-transform: translate3d(-100%, -100%, 0);
transform: translate3d(-100%, -100%, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fromTopLeft {
from {
-webkit-transform: translate3d(-100%, -100%, 0);
transform: translate3d(-100%, -100%, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.from-topleft .scene {
-webkit-animation: fromTopLeftScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromTopLeftScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromTopLeftScene {
from {
-webkit-transform: rotate3d(1, 1, -1, -50deg);
transform: rotate3d(1, 1, -1, -50deg);
}
}
@keyframes fromTopLeftScene {
from {
-webkit-transform: rotate3d(1, 1, -1, -50deg);
transform: rotate3d(1, 1, -1, -50deg);
}
}
.from-topleft .view--rotate {
-webkit-animation: fromTopLeftViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromTopLeftViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromTopLeftViewRotate {
from {
-webkit-transform: rotate3d(0, 1, 0, 50deg);
transform: rotate3d(0, 1, 0, 50deg);
}
}
@keyframes fromTopLeftViewRotate {
from {
-webkit-transform: rotate3d(0, 1, 0, 50deg);
transform: rotate3d(0, 1, 0, 50deg);
}
}     .from-top {
-webkit-animation: fromTop 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromTop 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromTop {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fromTop {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.from-top .scene {
-webkit-animation: fromTopScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromTopScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromTopScene {
from {
-webkit-transform: rotate3d(1, -0.5, -0.2, 30deg);
transform: rotate3d(1, -0.5, -0.2, 30deg);
}
}
@keyframes fromTopScene {
from {
-webkit-transform: rotate3d(1, -0.5, -0.2, 30deg);
transform: rotate3d(1, -0.5, -0.2, 30deg);
}
}
.from-top .view--rotate {
-webkit-animation: fromTopViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromTopViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromTopViewRotate {
from {
-webkit-transform: rotate3d(0, 1, 0, 30deg);
transform: rotate3d(0, 1, 0, 30deg);
}
}
@keyframes fromTopViewRotate {
from {
-webkit-transform: rotate3d(0, 1, 0, 30deg);
transform: rotate3d(0, 1, 0, 30deg);
}
}     .from-topright {
-webkit-animation: fromTopRight 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromTopRight 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromTopRight {
from {
-webkit-transform: translate3d(100%, -100%, 0);
transform: translate3d(100%, -100%, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fromTopRight {
from {
-webkit-transform: translate3d(100%, -100%, 0);
transform: translate3d(100%, -100%, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.from-topright .scene {
-webkit-animation: fromTopRightScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromTopRightScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromTopRightScene {
from {
-webkit-transform: rotate3d(-1, 1, -1, 50deg);
transform: rotate3d(-1, 1, -1, 50deg);
}
}
@keyframes fromTopRightScene {
from {
-webkit-transform: rotate3d(-1, 1, -1, 50deg);
transform: rotate3d(-1, 1, -1, 50deg);
}
}
.from-topright .view--rotate {
-webkit-animation: fromTopRightViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromTopRightViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromTopRightViewRotate {
from {
-webkit-transform: rotate3d(0, 1, 0, -50deg);
transform: rotate3d(0, 1, 0, -50deg);
}
}
@keyframes fromTopRightViewRotate {
from {
-webkit-transform: rotate3d(0, 1, 0, -50deg);
transform: rotate3d(0, 1, 0, -50deg);
}
}     .from-right {
-webkit-animation: fromRight 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromRight 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fromRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.from-right .scene {
-webkit-animation: fromRightScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromRightScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromRightScene {
from {
-webkit-transform: rotate3d(0, 1, 0, -60deg);
transform: rotate3d(0, 1, 0, -60deg);
}
}
@keyframes fromRightScene {
from {
-webkit-transform: rotate3d(0, 1, 0, -60deg);
transform: rotate3d(0, 1, 0, -60deg);
}
}
.from-right .view--rotate {
-webkit-animation: fromRightViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromRightViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromRightViewRotate {
from {
-webkit-transform: rotate3d(0, 1, 0, -50deg);
transform: rotate3d(0, 1, 0, -50deg);
}
}
@keyframes fromRightViewRotate {
from {
-webkit-transform: rotate3d(0, 1, 0, -50deg);
transform: rotate3d(0, 1, 0, -50deg);
}
}     .from-bottomright {
-webkit-animation: fromBottomRight 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromBottomRight 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromBottomRight {
from {
-webkit-transform: translate3d(100%, 100%, 0);
transform: translate3d(100%, 100%, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fromBottomRight {
from {
-webkit-transform: translate3d(100%, 100%, 0);
transform: translate3d(100%, 100%, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.from-bottomright .scene {
-webkit-animation: fromBottomRightScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromBottomRightScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromBottomRightScene {
from {
-webkit-transform: rotate3d(1, 1, 1, 50deg);
transform: rotate3d(1, 1, 1, 50deg);
}
}
@keyframes fromBottomRightScene {
from {
-webkit-transform: rotate3d(1, 1, 1, 50deg);
transform: rotate3d(1, 1, 1, 50deg);
}
}
.from-bottomright .view--rotate {
-webkit-animation: fromBottomRightViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromBottomRightViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromBottomRightViewRotate {
from {
-webkit-transform: rotate3d(0, 1, 0, -50deg);
transform: rotate3d(0, 1, 0, -50deg);
}
}
@keyframes fromBottomRightViewRotate {
from {
-webkit-transform: rotate3d(0, 1, 0, -50deg);
transform: rotate3d(0, 1, 0, -50deg);
}
}     .from-bottom {
-webkit-animation: fromBottom 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromBottom 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromBottom {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fromBottom {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.from-bottom .scene {
-webkit-animation: fromBottomScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromBottomScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromBottomScene {
from {
-webkit-transform: rotate3d(1, 0.5, 0.2, 30deg);
transform: rotate3d(1, 0.5, 0.2, 30deg);
}
}
@keyframes fromBottomScene {
from {
-webkit-transform: rotate3d(1, 0.5, 0.2, 30deg);
transform: rotate3d(1, 0.5, 0.2, 30deg);
}
}
.from-bottom .view--rotate {
-webkit-animation: fromBottomViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromBottomViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromBottomViewRotate {
from {
-webkit-transform: rotate3d(0, 1, 0, -30deg);
transform: rotate3d(0, 1, 0, -30deg);
}
}
@keyframes fromBottomViewRotate {
from {
-webkit-transform: rotate3d(0, 1, 0, -30deg);
transform: rotate3d(0, 1, 0, -30deg);
}
}     .from-bottomleft {
-webkit-animation: fromBottomLeft 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromBottomLeft 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromBottomLeft {
from {
-webkit-transform: translate3d(-100%, 100%, 0);
transform: translate3d(-100%, 100%, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fromBottomLeft {
from {
-webkit-transform: translate3d(-100%, 100%, 0);
transform: translate3d(-100%, 100%, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.from-bottomleft .scene {
-webkit-animation: fromBottomLeftScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromBottomLeftScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromBottomLeftScene {
from {
-webkit-transform: rotate3d(-1, 1, 1, -50deg);
transform: rotate3d(-1, 1, 1, -50deg);
}
}
@keyframes fromBottomLeftScene {
from {
-webkit-transform: rotate3d(-1, 1, 1, -50deg);
transform: rotate3d(-1, 1, 1, -50deg);
}
}
.from-bottomleft .view--rotate {
-webkit-animation: fromBottomLeftViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromBottomLeftViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromBottomLeftViewRotate {
from {
-webkit-transform: rotate3d(0, 1, 0, 50deg);
transform: rotate3d(0, 1, 0, 50deg);
}
}
@keyframes fromBottomLeftViewRotate {
from {
-webkit-transform: rotate3d(0, 1, 0, 50deg);
transform: rotate3d(0, 1, 0, 50deg);
}
}     .from-left {
-webkit-animation: fromLeft 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromLeft 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fromLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.from-left .scene {
-webkit-animation: fromLeftScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromLeftScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromLeftScene {
from {
-webkit-transform: rotate3d(0, 1, 0, 60deg);
transform: rotate3d(0, 1, 0, 60deg);
}
}
@keyframes fromLeftScene {
from {
-webkit-transform: rotate3d(0, 1, 0, 60deg);
transform: rotate3d(0, 1, 0, 60deg);
}
}
.from-left .view--rotate {
-webkit-animation: fromLeftViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
animation: fromLeftViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromLeftViewRotate {
from {
-webkit-transform: rotate3d(0, 1, 0, 50deg);
transform: rotate3d(0, 1, 0, 50deg);
}
}
@keyframes fromLeftViewRotate {
from {
-webkit-transform: rotate3d(0, 1, 0, 50deg);
transform: rotate3d(0, 1, 0, 50deg);
}
}@font-face{font-family:'FontAwesome';src:url(//zlatosfera.ru/wp-content/themes/zidex/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//zlatosfera.ru/wp-content/themes/zidex/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//zlatosfera.ru/wp-content/themes/zidex/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//zlatosfera.ru/wp-content/themes/zidex/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//zlatosfera.ru/wp-content/themes/zidex/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//zlatosfera.ru/wp-content/themes/zidex/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}@font-face {
font-family: "cryptocoins";
src: url(//zlatosfera.ru/wp-content/themes/zidex/fonts/cryptocoins.woff2) format('woff2'),
url(//zlatosfera.ru/wp-content/themes/zidex/fonts/cryptocoins.woff) format('woff'),
url(//zlatosfera.ru/wp-content/themes/zidex/fonts/cryptocoins.ttf) format('truetype');
}
.cc::before {
font-family: "cryptocoins";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-decoration: none;
text-transform: none;
}
.icons h2{
margin:25px;
}
i.cc { font-size: 2.5rem; display: inline-block; margin: 0 1.3rem 0 0; transition: 0.1s ease all; }
i.cc:hover { color: #0060BD; }
.ADA { color: #3CC8C8; }
.ADC { color: #3CB0E5; }
.AEON { color: #164450; }
.AMP { color: #048DD2; }
.ANC { color: #000; }
.ARCH { color: #002652; }
.ARDR { color: #1162a1; }
.ARK { color: #F70000; }
.AUR { color: #136c5e; }
.BANX { color: #225BA6; }
.BAT { color: #9e1f63; }
.BAY { color: #584ba1; }
.BC { color: #202121; }
.BCN { color: #964F51; }
.BFT { color: #4fc3f7; }
.BRK { color: #194fa0; }
.BRX { color: #a8c300; }
.BSD { color: #1186E7; }
.BTA { color: #210094; }
.BTC, .BCH { color: #F7931A; }
.BTCD { color: #2A72DC; }
.BTM { color: #9FA8B4; }
.BTS { color: #03A9E0; }
.CLAM { color: #D6AB31; }
.CLOAK { color: #DF3F1E; }
.DAO { color: #FF3B3B; }
.DASH { color: #1c75bc; }
.DCR { color: #3b7cfb; }
.DCT { color: #008770; }
.DGB { color: #0066cc; }
.DGD, .DGX { color: #D8A24A; }
.DMD { color: #5497b2; }
.DOGE { color: #BA9F33; }
.EMC { color: #674c8c; }
.EOS { color: #19191A; }
.ERC { color: #101E84; }
.ETC { color: #669073; }
.ETH { color: #282828; }
.FC2 { color: #040405; }
.FCT { color: #2175BB; }
.FLO { color: #1358C8; }
.FRK { color: #0633cd; }
.FTC { color: #679EF1; }
.GAME { color: #ed1b24; }
.GBYTE { color: #2C3E50; }
.GDC { color: #E9A226; }
.GEMZ { color: #e86060; }
.GLD { color: #E8BE24; }
.GNO { color: #00A6C4; }
.GNT { color: #00d6e3; }
.GOLOS { color: #2670B7; }
.GRC { color: #88A13C; }
.GRS { color: #648FA0; }
.HEAT { color: #ff5606; }
.ICN { color: #4c6f8c; }
.IFC { color: #ed272d; }
.INCNT { color: #f2932f; }
.IOC { color: #2fa3de; }
.IOTA { color: #FFFFFF; }
.JBS { color: #1A8BCD; }
.KMD { color: #326464; }
.KOBO { color: #80C342; }
.KORE { color: #DF4124; }
.LBC { color: #015C47; }
.LDOGE { color: #ffcc00; }
.LISK { color: #1A6896; }
.LTC { color: #838383; }
.MAID { color: #5492D6; }
.MCO { color: #0D3459; }
.MINT { color: #006835; }
.MONA { color: #a99364; }
.MRC { color: #4279bd; }
.MSC { color: #1D4983; }
.MTR { color: #b92429; }
.MUE { color: #f5a10e; }
.NBT { color: #FFC93D; }
.NEO { color: #58BF00; }
.NEOS { color: #1d1d1b; }
.NEU { color: #2983c0; }
.NLG { color: #003E7E; }
.NMC { color: #6787B7; }
.NOTE { color: #42daff; }
.NVC { color: #ecab41; }
.NXT { color: #008FBB; }
.OK { color: #0165A4; }
.OMG { color: #1A53F0; }
.OMNI { color: #18347E; }
.OPAL { color: #7193AA; }
.PART { color: #05D5A3; }
.PIGGY { color: #F27A7A; }
.PINK { color: #ED31CA; }
.PIVX { color: #3b2f4d; }
.POT { color: #105B2F; }
.PPC { color: #3FA30C; }
.QRK { color: #22AABF; }
.QTUM { color: #359BCE; }
.RADS { color: #924cea; }
.RBIES { color: #C62436; }
.RBT { color: #0d4982; }
.RBY { color: #D31F26; }
.RDD { color: #ED1C24; }
.REP { color: #40a2cb; }
.RISE { color: #43CEA2; }
.SALT { color: #373C43; }
.SAR { color: #1B72B8; }
.SCOT { color: #3498DB; }
.SDC { color: #981D2D; }
.SIA { color: #00CBA0; }
.SJCX { color: #003366; }
.SLG { color: #5A6875; }
.SLS { color: #1EB549; }
.SNRG { color: #160363; }
.START { color: #01AEF0; }
.STEEM { color: #1A5099; }
.STR { color: #08B5E5; }
.STRAT { color: #2398dd; }
.SWIFT { color: #428BCA; }
.SYNC { color: #008DD2; }
.SYS { color: #0098DA; }
.TRIG { color: #1fbff4; }
.TX { color: #1F8BCC; }
.UBQ { color: #00ec8d; }
.UNITY { color: #ED8527; }
.USDT { color: #2CA07A; }
.VIOR { color: #1F52A4; }
.VNL { color: #404249; }
.VPN { color: #589700; }
.VRC { color: #418bca; }
.VTC { color: #1b5c2e; }
.WAVES { color: #24aad6; }
.XAI { color: #2ef99f; }
.XBS { color: #d3261d; }
.XCP { color: #EC1550; }
.XEM { color: #41bf76; }
.XMR { color: #FF6600; }
.XPM { color: #e5b625; }
.XRP { color: #346AA9; }
.XTZ { color: #A6DF00; }
.XVG { color: #42AFB2; }
.XZC { color: #23B852; }
.YBC { color: #D6C154; }
.ZEC { color: #e5a93d; }
.ZEIT { color: #ACACAC; }
.cc.ADA-alt::before {
content: "\E001";
}
.cc.ADA::before {
content: "\E002";
}
.cc.ADC-alt::before {
content: "\E003";
}
.cc.ADC::before {
content: "\E004";
}
.cc.AEON-alt::before {
content: "\E005";
}
.cc.AEON::before {
content: "\E006";
}
.cc.AMP-alt::before {
content: "\E007";
}
.cc.AMP::before {
content: "\E008";
}
.cc.ANC-alt::before {
content: "\E009";
}
.cc.ANC::before {
content: "\E00A";
}
.cc.ARCH-alt::before {
content: "\E00B";
}
.cc.ARCH::before {
content: "\E00C";
}
.cc.ARDR-alt::before {
content: "\E00D";
}
.cc.ARDR::before {
content: "\E00E";
}
.cc.ARK-alt::before {
content: "\E00F";
}
.cc.ARK::before {
content: "\E010";
}
.cc.AUR-alt::before {
content: "\E011";
}
.cc.AUR::before {
content: "\E012";
}
.cc.BANX-alt::before {
content: "\E013";
}
.cc.BANX::before {
content: "\E014";
}
.cc.BAT-alt::before {
content: "\E015";
}
.cc.BAT::before {
content: "\E016";
}
.cc.BAY-alt::before {
content: "\E017";
}
.cc.BAY::before {
content: "\E018";
}
.cc.BC-alt::before {
content: "\E019";
}
.cc.BC::before {
content: "\E01A";
}
.cc.BCH-alt::before {
content: "\E01B";
}
.cc.BCH::before {
content: "\E01C";
}
.cc.BCN-alt::before {
content: "\E01D";
}
.cc.BCN::before {
content: "\E01E";
}
.cc.BFT-alt::before {
content: "\E01F";
}
.cc.BFT::before {
content: "\E020";
}
.cc.BRK-alt::before {
content: "\E021";
}
.cc.BRK::before {
content: "\E022";
}
.cc.BRX-alt::before {
content: "\E023";
}
.cc.BRX::before {
content: "\E024";
}
.cc.BSD-alt::before {
content: "\E025";
}
.cc.BSD::before {
content: "\E026";
}
.cc.BTA::before {
content: "\E027";
}
.cc.BTC-alt::before {
content: "\E028";
}
.cc.BTC::before {
content: "\E029";
}
.cc.BTCD-alt::before {
content: "\E02A";
}
.cc.BTCD::before {
content: "\E02B";
}
.cc.BTM-alt::before {
content: "\E02C";
}
.cc.BTM::before {
content: "\E02D";
}
.cc.BTS-alt::before {
content: "\E02E";
}
.cc.BTS::before {
content: "\E02F";
}
.cc.CLAM-alt::before {
content: "\E030";
}
.cc.CLAM::before {
content: "\E031";
}
.cc.CLOAK-alt::before {
content: "\E032";
}
.cc.CLOAK::before {
content: "\E033";
}
.cc.DAO-alt::before {
content: "\E034";
}
.cc.DAO::before {
content: "\E035";
}
.cc.DASH-alt::before {
content: "\E036";
}
.cc.DASH::before {
content: "\E037";
}
.cc.DCR-alt::before {
content: "\E038";
}
.cc.DCR::before {
content: "\E039";
}
.cc.DCT-alt::before {
content: "\E03A";
}
.cc.DCT::before {
content: "\E03B";
}
.cc.DGB-alt::before {
content: "\E03C";
}
.cc.DGB::before {
content: "\E03D";
}
.cc.DGD::before {
content: "\E03E";
}
.cc.DGX::before {
content: "\E03F";
}
.cc.DMD-alt::before {
content: "\E040";
}
.cc.DMD::before {
content: "\E041";
}
.cc.DOGE-alt::before {
content: "\E042";
}
.cc.DOGE::before {
content: "\E043";
}
.cc.EMC-alt::before {
content: "\E044";
}
.cc.EMC::before {
content: "\E045";
}
.cc.EOS-alt::before {
content: "\E046";
}
.cc.EOS::before {
content: "\E047";
}
.cc.ERC-alt::before {
content: "\E048";
}
.cc.ERC::before {
content: "\E049";
}
.cc.ETC-alt::before {
content: "\E04A";
}
.cc.ETC::before {
content: "\E04B";
}
.cc.ETH-alt::before {
content: "\E04C";
}
.cc.ETH::before {
content: "\E04D";
}
.cc.FC2-alt::before {
content: "\E04E";
}
.cc.FC2::before {
content: "\E04F";
}
.cc.FCT-alt::before {
content: "\E050";
}
.cc.FCT::before {
content: "\E051";
}
.cc.FLO-alt::before {
content: "\E052";
}
.cc.FLO::before {
content: "\E053";
}
.cc.FRK-alt::before {
content: "\E054";
}
.cc.FRK::before {
content: "\E055";
}
.cc.FTC-alt::before {
content: "\E056";
}
.cc.FTC::before {
content: "\E057";
}
.cc.GAME-alt::before {
content: "\E058";
}
.cc.GAME::before {
content: "\E059";
}
.cc.GBYTE-alt::before {
content: "\E05A";
}
.cc.GBYTE::before {
content: "\E05B";
}
.cc.GDC-alt::before {
content: "\E05C";
}
.cc.GDC::before {
content: "\E05D";
}
.cc.GEMZ-alt::before {
content: "\E05E";
}
.cc.GEMZ::before {
content: "\E05F";
}
.cc.GLD-alt::before {
content: "\E060";
}
.cc.GLD::before {
content: "\E061";
}
.cc.GNO-alt::before {
content: "\E062";
}
.cc.GNO::before {
content: "\E063";
}
.cc.GNT-alt::before {
content: "\E064";
}
.cc.GNT::before {
content: "\E065";
}
.cc.GOLOS-alt::before {
content: "\E066";
}
.cc.GOLOS::before {
content: "\E067";
}
.cc.GRC-alt::before {
content: "\E068";
}
.cc.GRC::before {
content: "\E069";
}
.cc.GRS::before {
content: "\E06A";
}
.cc.HEAT-alt::before {
content: "\E06B";
}
.cc.HEAT::before {
content: "\E06C";
}
.cc.ICN-alt::before {
content: "\E06D";
}
.cc.ICN::before {
content: "\E06E";
}
.cc.IFC-alt::before {
content: "\E06F";
}
.cc.IFC::before {
content: "\E070";
}
.cc.INCNT-alt::before {
content: "\E071";
}
.cc.INCNT::before {
content: "\E072";
}
.cc.IOC-alt::before {
content: "\E073";
}
.cc.IOC::before {
content: "\E074";
}
.cc.IOTA-alt::before {
content: "\E075";
}
.cc.IOTA::before {
content: "\E076";
}
.cc.JBS-alt::before {
content: "\E077";
}
.cc.JBS::before {
content: "\E078";
}
.cc.KMD-alt::before {
content: "\E079";
}
.cc.KMD::before {
content: "\E07A";
}
.cc.KOBO::before {
content: "\E07B";
}
.cc.KORE-alt::before {
content: "\E07C";
}
.cc.KORE::before {
content: "\E07D";
}
.cc.LBC-alt::before {
content: "\E07E";
}
.cc.LBC::before {
content: "\E07F";
}
.cc.LDOGE-alt::before {
content: "\E080";
}
.cc.LDOGE::before {
content: "\E081";
}
.cc.LSK-alt::before {
content: "\E082";
}
.cc.LSK::before {
content: "\E083";
}
.cc.LTC-alt::before {
content: "\E084";
}
.cc.LTC::before {
content: "\E085";
}
.cc.MAID-alt::before {
content: "\E086";
}
.cc.MAID::before {
content: "\E087";
}
.cc.MCO-alt::before {
content: "\E088";
}
.cc.MCO::before {
content: "\E089";
}
.cc.MINT-alt::before {
content: "\E08A";
}
.cc.MINT::before {
content: "\E08B";
}
.cc.MONA-alt::before {
content: "\E08C";
}
.cc.MONA::before {
content: "\E08D";
}
.cc.MRC::before {
content: "\E08E";
}
.cc.MSC-alt::before {
content: "\E08F";
}
.cc.MSC::before {
content: "\E090";
}
.cc.MTR-alt::before {
content: "\E091";
}
.cc.MTR::before {
content: "\E092";
}
.cc.MUE-alt::before {
content: "\E093";
}
.cc.MUE::before {
content: "\E094";
}
.cc.NBT::before {
content: "\E095";
}
.cc.NEO-alt::before {
content: "\E096";
}
.cc.NEO::before {
content: "\E097";
}
.cc.NEOS-alt::before {
content: "\E098";
}
.cc.NEOS::before {
content: "\E099";
}
.cc.NEU-alt::before {
content: "\E09A";
}
.cc.NEU::before {
content: "\E09B";
}
.cc.NLG-alt::before {
content: "\E09C";
}
.cc.NLG::before {
content: "\E09D";
}
.cc.NMC-alt::before {
content: "\E09E";
}
.cc.NMC::before {
content: "\E09F";
}
.cc.NOTE-alt::before {
content: "\E0A0";
}
.cc.NOTE::before {
content: "\E0A1";
}
.cc.NVC-alt::before {
content: "\E0A2";
}
.cc.NVC::before {
content: "\E0A3";
}
.cc.NXT-alt::before {
content: "\E0A4";
}
.cc.NXT::before {
content: "\E0A5";
}
.cc.OK-alt::before {
content: "\E0A6";
}
.cc.OK::before {
content: "\E0A7";
}
.cc.OMG-alt::before {
content: "\E0A8";
}
.cc.OMG::before {
content: "\E0A9";
}
.cc.OMNI-alt::before {
content: "\E0AA";
}
.cc.OMNI::before {
content: "\E0AB";
}
.cc.OPAL-alt::before {
content: "\E0AC";
}
.cc.OPAL::before {
content: "\E0AD";
}
.cc.PART-alt::before {
content: "\E0AE";
}
.cc.PART::before {
content: "\E0AF";
}
.cc.PIGGY-alt::before {
content: "\E0B0";
}
.cc.PIGGY::before {
content: "\E0B1";
}
.cc.PINK-alt::before {
content: "\E0B2";
}
.cc.PINK::before {
content: "\E0B3";
}
.cc.PIVX-alt::before {
content: "\E0B4";
}
.cc.PIVX::before {
content: "\E0B5";
}
.cc.POT-alt::before {
content: "\E0B6";
}
.cc.POT::before {
content: "\E0B7";
}
.cc.PPC-alt::before {
content: "\E0B8";
}
.cc.PPC::before {
content: "\E0B9";
}
.cc.QRK-alt::before {
content: "\E0BA";
}
.cc.QRK::before {
content: "\E0BB";
}
.cc.QTUM-alt::before {
content: "\E0BC";
}
.cc.QTUM::before {
content: "\E0BD";
}
.cc.RADS-alt::before {
content: "\E0BE";
}
.cc.RADS::before {
content: "\E0BF";
}
.cc.RBIES-alt::before {
content: "\E0C0";
}
.cc.RBIES::before {
content: "\E0C1";
}
.cc.RBT-alt::before {
content: "\E0C2";
}
.cc.RBT::before {
content: "\E0C3";
}
.cc.RBY-alt::before {
content: "\E0C4";
}
.cc.RBY::before {
content: "\E0C5";
}
.cc.RDD-alt::before {
content: "\E0C6";
}
.cc.RDD::before {
content: "\E0C7";
}
.cc.REP-alt::before {
content: "\E0C8";
}
.cc.REP::before {
content: "\E0C9";
}
.cc.RISE-alt::before {
content: "\E0CA";
}
.cc.RISE::before {
content: "\E0CB";
}
.cc.SALT-alt::before {
content: "\E0CC";
}
.cc.SALT::before {
content: "\E0CD";
}
.cc.SAR-alt::before {
content: "\E0CE";
}
.cc.SAR::before {
content: "\E0CF";
}
.cc.SCOT-alt::before {
content: "\E0D0";
}
.cc.SCOT::before {
content: "\E0D1";
}
.cc.SDC-alt::before {
content: "\E0D2";
}
.cc.SDC::before {
content: "\E0D3";
}
.cc.SIA-alt::before {
content: "\E0D4";
}
.cc.SIA::before {
content: "\E0D5";
}
.cc.SJCX-alt::before {
content: "\E0D6";
}
.cc.SJCX::before {
content: "\E0D7";
}
.cc.SLG-alt::before {
content: "\E0D8";
}
.cc.SLG::before {
content: "\E0D9";
}
.cc.SLS-alt::before {
content: "\E0DA";
}
.cc.SLS::before {
content: "\E0DB";
}
.cc.SNRG-alt::before {
content: "\E0DC";
}
.cc.SNRG::before {
content: "\E0DD";
}
.cc.START-alt::before {
content: "\E0DE";
}
.cc.START::before {
content: "\E0DF";
}
.cc.STEEM-alt::before {
content: "\E0E0";
}
.cc.STEEM::before {
content: "\E0E1";
}
.cc.STR-alt::before {
content: "\E0E2";
}
.cc.STR::before {
content: "\E0E3";
}
.cc.STRAT-alt::before {
content: "\E0E4";
}
.cc.STRAT::before {
content: "\E0E5";
}
.cc.SWIFT-alt::before {
content: "\E0E6";
}
.cc.SWIFT::before {
content: "\E0E7";
}
.cc.SYNC-alt::before {
content: "\E0E8";
}
.cc.SYNC::before {
content: "\E0E9";
}
.cc.SYS-alt::before {
content: "\E0EA";
}
.cc.SYS::before {
content: "\E0EB";
}
.cc.TRIG-alt::before {
content: "\E0EC";
}
.cc.TRIG::before {
content: "\E0ED";
}
.cc.TX-alt::before {
content: "\E0EE";
}
.cc.TX::before {
content: "\E0EF";
}
.cc.UBQ-alt::before {
content: "\E0F0";
}
.cc.UBQ::before {
content: "\E0F1";
}
.cc.UNITY-alt::before {
content: "\E0F2";
}
.cc.UNITY::before {
content: "\E0F3";
}
.cc.USDT-alt::before {
content: "\E0F4";
}
.cc.USDT::before {
content: "\E0F5";
}
.cc.VIOR-alt::before {
content: "\E0F6";
}
.cc.VIOR::before {
content: "\E0F7";
}
.cc.VNL-alt::before {
content: "\E0F8";
}
.cc.VNL::before {
content: "\E0F9";
}
.cc.VPN-alt::before {
content: "\E0FA";
}
.cc.VPN::before {
content: "\E0FB";
}
.cc.VRC-alt::before {
content: "\E0FC";
}
.cc.VRC::before {
content: "\E0FD";
}
.cc.VTC-alt::before {
content: "\E0FE";
}
.cc.VTC::before {
content: "\E0FF";
}
.cc.WAVES-alt::before {
content: "\E100";
}
.cc.WAVES::before {
content: "\E101";
}
.cc.XAI-alt::before {
content: "\E102";
}
.cc.XAI::before {
content: "\E103";
}
.cc.XBS-alt::before {
content: "\E104";
}
.cc.XBS::before {
content: "\E105";
}
.cc.XCP-alt::before {
content: "\E106";
}
.cc.XCP::before {
content: "\E107";
}
.cc.XEM-alt::before {
content: "\E108";
}
.cc.XEM::before {
content: "\E109";
}
.cc.XMR::before {
content: "\E10A";
}
.cc.XPM-alt::before {
content: "\E10B";
}
.cc.XPM::before {
content: "\E10C";
}
.cc.XRP-alt::before {
content: "\E10D";
}
.cc.XRP::before {
content: "\E10E";
}
.cc.XTZ-alt::before {
content: "\E10F";
}
.cc.XTZ::before {
content: "\E110";
}
.cc.XVG-alt::before {
content: "\E111";
}
.cc.XVG::before {
content: "\E112";
}
.cc.XZC-alt::before {
content: "\E113";
}
.cc.XZC::before {
content: "\E114";
}
.cc.YBC-alt::before {
content: "\E115";
}
.cc.YBC::before {
content: "\E116";
}
.cc.ZEC-alt::before {
content: "\E117";
}
.cc.ZEC::before {
content: "\E118";
}
.cc.ZEIT-alt::before {
content: "\E119";
}
.cc.ZEIT::before {
content: "\E11A";
}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(//zlatosfera.ru/wp-content/themes/zidex/fonts/glyphicons-halflings-regular.eot);src:url(//zlatosfera.ru/wp-content/themes/zidex/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(//zlatosfera.ru/wp-content/themes/zidex/fonts/glyphicons-halflings-regular.woff) format('woff'),url(//zlatosfera.ru/wp-content/themes/zidex/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(//zlatosfera.ru/wp-content/themes/zidex/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:14px;line-height:1.42857143;color:#151515;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 .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .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 15px}.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:.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:#333;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:#333;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: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:#333;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 .15s, -webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(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:#333;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:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;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:#333;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:#333}.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-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 .15s linear;-o-transition:opacity .15s linear;transition:opacity .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:.35s;-o-transition-duration:.35s;transition-duration:.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:#333;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}.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}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;-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:9px 10px;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:4px}@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{float:left;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>.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:#fff}.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:#333;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:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.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:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.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:#fff}.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:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.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 .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .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:#333}.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:#483ca8;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 .6s ease;-o-transition:width .6s ease;transition:width .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:#333}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:#333;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:#333}.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:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.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:.5;filter:alpha(opacity=50)}.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:.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:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.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 .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .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:.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:.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 div.logo {
max-width: 140px;
}
.modeltheme-countdown .days-name,
.modeltheme-countdown .hours-name,
.modeltheme-countdown .minutes-name,
.modeltheme-countdown .seconds-name{
font-size: 11px !important;
}
.single-mt_listing .mt_listing_website_button,
.single-mt_listing .mt_listing_whitepaper_button,
.single-mt_listing .mt_listing_purchase_button,
.single-mt_listing .mt_listing_video_button {
padding: 15px 20px !important;
margin: 0 !important;
}
.mt_listing_start_date_pick {
padding: 15px 20px !important;
}
.related-listings-title h1{
font-size: 30px !important;
}
.blog_custom_listings .goal {
line-height: 24px;
}
.blog_custom_listings .percentange {
line-height: 24px;
}
.zidex_preloader_holder .morph-loader::after{
left: 0;
}
.zidex_preloader_holder .morph-loader div {
left: 20px;
}
.zidex_preloader_holder .morph-loader {
transform: scale(0.5);
}
.zidex-filter-content button[type="submit"] {
width: fit-content !important;
}
.zidex-filter-content input[type="text"] {
margin-bottom: 2%;
} } @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;
}
.nav-menu-account{
width: 50% !important;
display: inline-block !important;
}
.zidex_preloader_holder .morph-loader::after{
left: 40%;
}
.zidex_preloader_holder .morph-loader div {
left: 45%;
}
.zidex_preloader_holder .morph-loader {
transform: scale(0.7);
} } @media only screen and (max-width: 479px) {
body .section-title.absolute.section-title-opacity {
opacity: 0.03;
font-size: 50px;
}
.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;
}
.mt_listing_start_date_pick,
.mt_listing_end_date_pick {
padding: 15px 20px !important;
width: 100% !important;
}
.mt_video_tour {
margin: 0 !important;
width: 100% !important;
}
.zidex-filter-content button[type="submit"] {
padding: 18px 13px !important;
}
.single-icondrops-content .social-links li {
width: 30% !important;
} .stats-content p {
font-size: 14px !important;
}
.widget_zidex_recent_entries_with_thumbnail .post-thumbnail {
width: 25% !important;
}
.sidebar-content .widget_zidex_recent_entries_with_thumbnail .post-details {
width: 75% !important;
}
#mt_posts_carousel_big .owl-nav, 
#mt_posts_carousel_big_centered .owl-nav, 
#mt_posts_carousel_big.owl-theme .owl-controls {
top: 35%;
}
#mt_posts_carousel_big .owl-nav .owl-prev, 
#mt_posts_carousel_big_centered .owl-nav .owl-prev, 
#mt_posts_carousel_big.owl-theme .owl-controls .owl-buttons div.owl-prev {
left: 10px;
}
#mt_posts_carousel_big .owl-nav .owl-next, 
#mt_posts_carousel_big_centered .owl-nav .owl-next, 
#mt_posts_carousel_big.owl-theme .owl-controls .owl-buttons div.owl-next {
right: 10px;
}
.woocommerce .product_meta .sku_wrapper, 
.woocommerce .product_meta .posted_in, 
.woocommerce .product_meta .tagged_as {
display: block;
}
} @media only screen and (min-width: 480px) and (max-width: 767px) {
.portfolio-items .col-md-2 {
width: 50%;
float: left;
margin-bottom: 80px;
}
.menu-item-has-children::after{
display: none !important;
}
.top_section .wpb_wrapper span {
line-height: 80px;
}
h2.vc_custom_heading {
font-size: 40px !important;
line-height: 40px !important;
}
.avatar.photo {
width: 50px;
}
.nav-menu-account{
width: 50% !important;
display: inline-block !important;
}
.mtlistings-events-style-v2 .mt-single-event .timeline_image_holder img {
max-width: 50%;
} } @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;
} } @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 (min-width: 768px) {
#navbar .menu-item .sub-menu .menu-item .sub-menu {
left: 104%;
-webkit-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out 0s;
transform: scale(0);
-webkit-transform: scale(0);
}
#navbar .menu-item:hover .sub-menu .menu-item:hover .sub-menu {
opacity: 1;
visibility: visible;
top: -5px;
transform: scale(1);
-webkit-transform: scale(1);
}
.hide-on-desktops{
display: none !important;
}
.spacing_mobile{
display: none !important;
}
.home-sidebar-right .vc_column-inner{
padding-left: 35px !important;
}
} @media only screen and (max-width: 767px) {
header.header2 .menu.nav-effect.nav-menu {
width: 100% !important;
}
.archive .zidex-single-list-item .featured-icon.relative {
text-align: left;
}
.archive .zidex-metas > div {
margin-top: 10px;
}
.list_description{
margin-bottom: 0px !important;
}
.archive .row-1items .zidex-details, 
.archive .blog-posts .zidex-details,
.archive .row-1items .zidex-img-left, 
.archive .blog-posts .zidex-img-left{
width: 100%;
}
.blog_custom_listings .zidex-details-content,
.ico-cat-parent-title > p {
line-height: normal;
}
body .row-2items.last_item_row {
padding-left: 0 !important;
}
.zidex-filter-block {
overflow: hidden;
float: left;
width: 100%;
}
body .mt-car-search .slider-state-search .search-field.form-control {
width: calc(100% - 20px) !important;
}
.mt-car-search .submit {
margin-top: 20px !important;
}
.mt-car-search form {
background: transparent !important;
}
.mt-car-search .slider-state-search .search-field.form-control {
border-radius: 0 !important;
}
span.select2-selection__arrow::after{
display: none !important;
}
.is_header_semitransparent header {
position: relative !important;
}
.is_header_semitransparent .navbar-default {
background: #252525 !important;
}
.testimonial02_text_content p {
font-size: 14px !important;
line-height: 20px !important;
}
.testimonial02_text_content {
margin-top: 0px;
}
.landing-slider .landing-particles-header {
font-size: 28px !important;
line-height: 1.5 !important;
margin-bottom: 30px !important;
padding: 0 15px;
}
.landing-slider .cd-product-intro {
padding: 0;
}
.landing-slider .inner-top {
padding-top: 80px !important;
}
.landing-slider p {
padding: 0 15px;
}
.landing-slider div#view-demos {
padding-top: 10px !important;
}
div#demos {
padding-left: 0 !important;
padding-right: 0 !important;
}
.countdownv2_holder .countdownv2 {
width: 200px;
}
.countdownv2_holder .flip-clock-divider .flip-clock-label {
padding-top: 23px !important;
display: block !important;
position: static !important;
}
.countdownv2_holder .flip-clock-divider {
width: 100% !important;
height: auto !important;
float: none;
font-size: 14px;
}
.countdownv2_holder .flip-clock-dot {
display: none;
}
.flip-clock-wrapper ul {
width: 44%  !important;
margin: 3% !important;
}
.exchange_calculator #btc_calc input.currency1value {
width: 50% !important;
display: block !important;
margin: 10px auto !important;
}
.exchange_calculator #btc_calc input.currency2value {
width: 50%  !important;
display: block  !important;
margin: 10px auto !important;
}
.exchange_calculator #btc_calc select.currency_switcher {
width: 50%  !important;
display: block  !important;
margin: 10px auto !important;
}
.footer-landing #heading-footer-landing h1 span {
font-size: 30px !important;
}
.cd-timeline-content .cd-read-more {
float: left !important;
}
body.missing-redux-framework .menu.nav-effect.nav-menu,
body.missing-modeltheme-framework .menu.nav-effect.nav-menu {
width: 100% !important;
}
.exchange-calculator-top #btc_calc input.currency1value,
.exchange-calculator-top #btc_calc input.currency1value ,
.exchange-calculator-top #btc_calc input.currency2value ,
.exchange-calculator-top #btc_calc select.currency_switcher {
width: 100% !important;
padding: 20px 0 !important;
margin: 20px 0 !important;
}
body.missing-modeltheme-framework.header4 header #navbar .sub-menu .menu-item > a,
body.missing-redux-framework.header4 header #navbar .sub-menu .menu-item > a{
color: #252525;
}
header .header-infos .header-info-icon {
display: none;
}
header .header-info-group .header-info-labels p {
line-height: normal;
margin: 0;
padding: 0 !important;
}
header .header-infos .header-info-labels{
padding: 0;
float: none !important;
}
header .header-info-group {
margin: 0;
}
header #navbar .sub-menu {
box-shadow: none !important;
}
header #navbar .menu-item .sub-menu .menu-item .sub-menu {
left: 0;
opacity: 1 !important;
top: 0;
visibility: visible !important;
}
#comments .children{
padding: 0 !important;
}
#modeltheme-main-head-sticky-wrapper {
height: 0px !important;
}
header.header1 {
height: auto !important;
}
header.header1 .top-header {
display: none;
}
header #navbar .cf-mega-menu.sub-menu * {
opacity: 1 !important;
visibility: visible !important;
}
.cf-mega-menu span {
color: #000000 !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;
}
.mt-icon-list-item .mt-icon-list-text {
color: #000000 !important;
font-weight: bolder;
}
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 .menu-item > a {
margin-left: 30px;
}
header #navbar .sub-menu .sub-menu .sub-menu .menu-item > a {
margin-left: 45px;
}
.navbar-collapse .menu .menu-item {
text-align: left;
}
header .navbar-header div.logo {
margin: 20px 15px;
max-width: 200px;
text-align: left;
}
header.header4 .navbar-header div.logo {
margin: 27px 15px;
}
.navbar {
min-height: 0px !important;
}
.related-posts .post-name a {
font-size: 20px;
}
.single.single-post .post-name {
font-size: 25px;
line-height: 30px;
}
.related-posts {
padding: 0 15px;
}
.header-title-breadcrumb .header-title-breadcrumb-overlay h1,
.header-title-breadcrumb .header-title-breadcrumb-overlay h1 span{
font-size: 20px;
text-align: center;
}
.header-title-breadcrumb .header-title-breadcrumb-overlay .breadcrumb {
text-align: center;
padding-top: 0px;
}
.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-top: 0;
text-align: center;
}
footer .payment-methods{
text-align: center;
}
footer .payment-methods img {
float: none !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;
}    
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;
}
.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, 0);
}
.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: 30px 5px !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;
}
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: 100% !important;
}
header.header5 #navbar .menu .menu-item {
text-align: left;
}
.main-row{
margin-left: 0px !important;
margin-right: 0px !important;
}
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;
}
.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 ul li > .sub-menu.sub-menu .sub-menu.sub-menu li > a::before {
content: "--";
font-family: FontAwesome;
margin-right: 5px;
}
#navbar ul li > .sub-menu.sub-menu .sub-menu.sub-menu .sub-menu.sub-menu li > a::before {
content: "---";
font-family: FontAwesome;
margin-right: 5px;
}
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 div.logo {
text-align: left !important;
}
.mt_listing_countdown .row{
margin-left: 0px !important;
margin-right: 0px !important;
}
.modeltheme-countdown .days,
.modeltheme-countdown .hours,
.modeltheme-countdown .minutes,
.modeltheme-countdown .seconds {
width: 25% !important;
margin: 0px !important;
}
.single-mt_listing .mt_listing_website_button, 
.single-mt_listing .mt_listing_whitepaper_button, 
.single-mt_listing .mt_listing_purchase_button, 
.single-mt_listing .mt_listing_video_button {
margin: 10px 6px 0 0 !important;
}
.mt_listing_start_date_pick {
margin: 0px !important;
}
.rating-margin-top {
margin-top: 0 !important;
}
.single-icondrops .ico-info {
padding-bottom: 0 !important;
}
.thumbs-rating-container {
padding: 2px 0 40px !important;
}
.high-padding.single-icondrops-tabs {
padding: 40px 0 !important;
}
.row.single-icondrops-related-listings{
margin-left: 0px !important;
margin-right: 0px !important;
padding: 40px 0 10px !important;
}
.thumbs-rating-voted{
display: inline-block !important;
width: 49% !important;
}
header.header1 .nav-menu-account a {
margin: 10px 15px !important;
}
header.header1 .nav-menu-account#nav-menu-login a{
margin-right: 7.5px !important;
}
header.header1 .nav-menu-account#nav-menu-register a{
margin-left: 7.5px !important;
}
.mt-listings-popular-searches-parent {
margin-top: 20px;
}
.mt-listings-popular-searches {
margin-top: 10px;
padding-left: 10px;
}
.mt-listings-popular-searches li {
margin-bottom: 5px;
}
.mt-car-search .select2.select2-container .select2-selection {
border-right: 2px solid transparent !important;
}
.mt-car-search .submit {
margin-top: 20px;
}
.mt-car-search .search-field.form-control {
padding-left: 14px !important;
}
span.select2-selection__arrow:after {
width: 0px !important;
}
.mtlistings-ico-style-v2 .ico-cat-single-list-row .row-2items.zidex-single-list-item, 
.mtlistings-ico-style-v2 .ico-cat-single-list-row .row-3items.zidex-single-list-item, 
.mtlistings-ico-style-v2 .ico-cat-single-list-row .row-4items.zidex-single-list-item{
padding-top: 0px !important;
padding-bottom: 15px !important;
}
#navbar .sub-menu .menu-item > a {
line-height: 34px !important;
}
body header #navbar .menu-item > a {
border-bottom: 1px solid rgba(255,255,255, 0.1);
padding: 3px 15px !important;
}
body header #navbar .menu-item-18142 a {
border-bottom: 0px solid rgba(255,255,255, 0.1) !important;
}
.nav-menu-account#nav-menu-list{
width: 100% !important;
}
#navbar .menu .menu-item a::after {
display: none; 
}
.blog-posts.blog-posts-shortcode-v2 .blog_custom .post-details .post-name a {
font-size: 22px;
line-height: 30px;
}
footer .menu .menu-item a {
margin-left: 0px !important; 
margin-right: 10px !important;
}
.footer-top .widget_nav_menu ul {
text-align: left !important; 
}
.status-meta-sidebar.main-content{
clear: both;
}
#mt_posts_carousel_small .owl-item {
padding: 30px 0px 20px;
}
.mobile-hide{
display: none;
}
body .navbar-header {
background: #151515;
}
.home_get_a_quote > div{
padding-left: 15px !important;
padding-right: 15px !important;
}
.woocommerce-result-count{
display: none;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-size: 18px !important;
padding: .5em !important;
}
.woocommerce ul.products li.product .price {
color: #151515;
padding-left: .5em;
padding-right: .5em;
}
#navbar ul li a.action-expand {
padding: 0 !important;
height: 25px;
width: 24px;
}
nav #navbar .menu-item .sub-menu .sub-menu{
position: initial;
}
nav.navbar-default .navbar-toggle .icon-bar{
background: #151515 !important;
}
.navbar-default .navbar-toggle {
border: 0 none !important;
padding-right: 7px;
}
nav .navbar-collapse .menu .menu-item{
position: relative;
}
nav #navbar .vc_empty_space{
display: none;
}
nav #navbar .sub-menu {
position: initial;
opacity: 1;
visibility: visible;
width: 100% !important;
background: transparent;
border: 0 none;
padding: 0;
}
nav  #navbar .menu-item > a{
border: 0 none;
}
body nav #navbar .cf-mega-menu.sub-menu ul li a{
padding: 0;
}
nav  #navbar .cf-mega-menu.sub-menu ul li{
border: 0 none;
}
body header #navbar > .header-nav-actions{
text-align: center !important;
} 
body header .top-header .left-side a{
line-height: normal;
}
#navbar .menu-item.current_page_ancestor.current_page_parent > a, #navbar .menu-item.current_page_item.current_page_parent > a, #navbar .menu-item:hover > a{
color: #fff !important;
}
#navbar .menu-item.menu-item-has-children > a::after {
content: none !important;
}
.expand {
padding: 0;
position: absolute;
right: 25px;
top: 0px;
width: 25px;
text-align: center;
background: transparent;
cursor: pointer;
border: 1px solid #494949;
}
#navbar .mt-icon-list-item {
padding-left: 0px;
}
a.action-expand{
display: block;
}
a.action-expand::before {
color: #fff !important;
content: "\f107";
font-family: FontAwesome;
}
a.action-expand.show-menu::before {
content: "\f106";
font-family: FontAwesome;
}
body.layout_boxed #page {
width: auto;
}
body #navbar .menu-item > a {
line-height: 25px !important;
font-size: 13px;
padding: 5px 0px;
}
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: 15px;
top: 5px;
}
body #navbar .sub-menu, body .navbar ul li ul.sub-menu{
background: transparent;
}
#theme-main-head .navbar-collapse.col-md-9,
#theme-main-head .navbar-collapse.collapse.col-md-9 {
margin: 0;
width: 100%;
overflow: hidden;
}
header.header2 {
overflow: hidden!important;
}
.navbar-collapse{
border-top: unset;
padding-right: 0px;
padding-left: 0px;
}
#modeltheme-main-head {
border-bottom: unset!important;
}
.header2 .menu .menu-item{
margin-top: 5px!important;
margin-bottom: 0px!important;
}
#navbar ul.sub-menu li a:not(.action-expand) {
padding: 0px 25px !important;
} .spacing_mobile_40{
padding-top: 40px !important;
padding-bottom: 40px !important;
}
.vc_row.spacing_mobile_40{
padding-top: 40px !important;
padding-bottom: 40px !important;
}
.mtlistings-ico-style-v2 .ico-cat-parent-subtitle{
margin-bottom: 30px !important;
}
.mtlistings-ico-style-v2 .ico-cat-parent:last-child .ico-cat-parent-subtitle{
margin-bottom: 0px !important;
}
.zidex-gallery .ico-cat-parent {
margin-bottom: 0px !important;
}
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner{
padding-top: 0px !important;
}
#listings_metaboxs table tr td {
padding-right: 10px !important;
}
#listings_metaboxs table tr th {
padding-left: 10px !important;
padding-right: 0px !important;
}
.mt-single-event-inner .event-meta{
display: none;
}
.pagination .page-numbers {
margin: 0 5px 5px !important;
}
.sidebar-content .widget.widget_zidex_social_share {
padding-bottom: 0px !important;
}
.related-posts {
margin: 40px 0 !important;
}
.vc_row.spacing_contact_form{
padding-bottom: 40px !important;
}
.space_mobile_hide{
display: none !important;
}
.wpb_row#submit-ico {
margin-bottom: 0px !important;
}
.single-icondrops-related-listings .blog_custom_listings .post-name-listings span {
margin-left: 0px !important;
display: block !important;
margin-top: 5px;
}
.single-icondrops .ico-info {
padding: 40px 10px 20px !important;
}
.blog_custom_listings .post-name-listings span{
display: block !important;
margin-top: 5px !important;
}
.row-1items .zidex-img-left{
margin-right: 10px !important;
}
.row-4items .zidex-img-left{
width: initial !important;
margin-right: 15px !important;
}
.mt-car-search .slider-state-submit input {
padding: 10px !important;
font-size: 15px !important;
}
img.testimonial-member-img {
margin-bottom: 10px !important;
}
.mt_listing_button {
padding: 0px 0 10px !important;
}
.header-title-breadcrumb-overlay {
padding: 30px 0 !important;
}
.ico-contact p .fa {
left: 5.5% !important;
}
.section-subtitle {
margin-top: 10px !important;
}
.blog_custom_listings .zidex-details-content {
margin: 8px 0px 0px !important;
}
.single-icondrops-related-listings .zidex-metas {
margin-top: 0px !important;
}
.row-4items .zidex-details .listings_details .zidex-metas-single-meta.ico-type {
margin-bottom: 0px !important;
}
.mt-single-event .timeline_image_holder img{
max-width: 60px !important;
}
.stats-block .stats-img img {
display: none;
}
.high-padding {
padding: 40px 0 !important;
}
.header3 #mt-nav-burger {
top: -30px !important;
}
.modeltheme-pagination .pagination{
margin-bottom: 40px !important;
}
} @media only screen and (min-width: 768px) and (max-width: 990px) {
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;
}
.nav-menu-account{
display: -webkit-inline-box !important;
}
.nav-menu-account a{
width: 220px !important;
}
.modeltheme-countdown div:first-child {
margin-left: -15px !important;
}
.sidebar-content .widget_search .search-submit {
padding: 12px 5px !important;
}
} @media only screen and (min-width: 768px) and (max-width: 992px) {
.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;
}
.single-mt_listing .mt_listing_website_button{
margin-top: 15px;
}
} @media only screen and (min-width: 768px) and (max-width: 1023px) {
.is_header_semitransparent header {
position: relative !important;
background-color: #151515 !important;
}
.right-side-social-actions{
position: absolute;
right: 0;
top: 0;
}
.widget_zidex_recent_entries_with_thumbnail .post-details{
padding-left: 0px;
padding-right: 0px;
}
footer .payment-methods img {
float: none !important;
}
footer p.copyright {
padding-top: 0;
text-align: center;
}
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;
}
.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.header2 .navbar-header div.logo {
text-align: center !important;
}
header.header8 .mt-nav-burger-holder {
padding: 0 !important;
}
body header.header8 #mt-nav-burger {
top: 28px !important;
}
body header.header9 .navbar-header div.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;
}
.single-mt_listing .mt_listing_purchase_button {
margin: 0 10px 0 0 !important;
}
.rating-margin-top {
margin-top: 0!important; 
}
.single-icondrops .ico-info {
padding: 60px 10px 0px;
}
.thumbs-rating-container {
padding: 0 0 40px 0 !important;
}
.thumbs-rating-container .thumbs-rating-up,
.thumbs-rating-container .thumbs-rating-down {
display: inline-block !important;
}
.blog-posts .zidex-img-left {
width: 14.5% !important;
}
.blog-posts .zidex-details {
width: 85.5% !important;
}
.mt-car-search .search-field.form-control {
padding-left: 20px !important;
}
span.select2-selection__arrow:after {
width: 0px !important;
}
.mt-car-search form {
padding: 3px 3px 3px 3px !important;
}
.zidex-quote-top-title h3 {
margin: 18px 15px !important;
}
.home_get_a_quote > div {
padding-right: 15px !important;
} .spacing_tablets_60{
padding-top: 60px !important;
padding-bottom: 60px !important;
}
.vc_row.spacing_tablets_60{
padding-top: 60px !important;
padding-bottom: 60px !important;
}
.vc_row.spacing_tablets_home_search{
padding-top: 280px !important;
padding-bottom: 60px !important;
}
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner{
padding-top: 0px !important;
}
.mtlistings-ico-style-v2 .ico-cat-single-list-row .row-2items.zidex-single-list-item, 
.mtlistings-ico-style-v2 .ico-cat-single-list-row .row-3items.zidex-single-list-item, 
.mtlistings-ico-style-v2 .ico-cat-single-list-row .row-4items.zidex-single-list-item{
padding-top: 0px !important;
padding-bottom: 15px !important;
}
.mtlistings-ico-style-v2 .ico-cat-parent:last-child .ico-cat-parent-subtitle {
margin-bottom: 0px !important;
}
.zidex-gallery .ico-cat-parent {
margin-bottom: 0px !important;
}
.vc_row.spacing_tablets_page_title{
padding-top: 250px !important;
padding-bottom: 60px !important;
}
.spacing_tablet_hide{
display: none !important;
}
.mt-single-event-inner .event-meta {
display: none;
}
.sidebar-content .widget.widget_zidex_social_share {
padding-bottom: 0px !important;
}
.related-posts {
margin: 60px 0 !important;
}
.space_mobile_hide{
display: none !important;
}
.vc_row.spacing_contact_form{
padding-bottom: 60px !important;
}
.wpb_row#submit-ico {
margin-bottom: 0px !important;
}
.single-icondrops-related-listings {
padding: 60px 0 30px !important;
}
.blog_custom_listings .post-name-listings span{
display: block !important;
margin-top: 0px !important;
}
.row-1items .zidex-img-left{
margin-right: 10px !important;
}
.row-3items .blog_custom_listings .post-name-listings span {
margin-top: 0px !important;
}
.row-4items .zidex-img-left{
width: initial !important;
margin-right: 15px !important;
}
.widget_zidex_recent_icos_with_thumbnail .post-thumbnail.vc_col-xs-3 {
width: 12% !important;
}
.stats-block .stats-img img {
display: none;
}
.widget_zidex_recent_entries_with_thumbnail .post-thumbnail {
width: 70px !important;
}
.sidebar-content .widget_zidex_recent_entries_with_thumbnail .post-details {
width: 100% !important;
padding: 0px !important;
}
.widget_zidex_recent_entries_with_thumbnail .post-details-date,
.widget_zidex_recent_entries_with_thumbnail .post-date {
font-size: 12px !important;
}
.high-padding {
padding: 40px 0 !important;
}
.header3 #mt-nav-burger {
top: -30px !important;
}
.modeltheme-pagination .pagination{
margin-bottom: 40px !important;
}
.widget_zidex_recent_entries_with_thumbnail .post-thumbnail {
margin-bottom: 10px;
}
#mt_posts_carousel_small .owl-item {
padding: 30px 0px 20px;
}
.tablet-hide{
display: none;
}
.project-details-content {
padding: 20px !important;
}
.project-details-content td {
display: block;
}
.project-details-content > table > tbody > tr:nth-child(1) > td:nth-child(2) {
padding-top: 10px !important;
}
.sidebar-content .widget {
padding: 15px !important;
}
.row-0{
margin-left: 0px;
margin-right: 0px;
}
header.header2 .menu.nav-effect.nav-menu {
width: calc(100% - 100px) !important;
}
header.header1 .top-header {
display: none;
}
} @media only screen and (max-width: 990px) {
.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;
}
.odd-post .blog_post_image {
padding-top: 48px !important;
}
.even-post .blog_post_image {
padding-bottom: 48px !important;
}
.blog_post_image {
display: block;
}
.ico-whitepapers-posts .blog_post_image {
margin: 0 auto;
}
.mt-car-search .search-field.form-control {
padding-left: 20px !important;
}
.mt-single-event-innerhead-left p{
text-align: center;
}
.mt-single-event-innerhead-right{
display: none;
}
.row-1items .zidex-img-left,
.blog-posts .zidex-img-left {
width: 100%;
}
.row-1items .zidex-img-left a,
.blog-posts .zidex-img-left a {
text-align: left;
}
.zidex-metas-single-meta{
margin-top: 10px;
} } @media only screen and (max-width: 992px) {
footer p.copyright {
line-height: 1.5 !important;
padding-top: 15px;
}
footer .social-links {
float: none !important;
line-height: 50px !important;
text-align: left;
}
.newsletter input[type="email"] {
margin-bottom: 10px;
}   
.container.footer {
text-align: center;
}
a.logo-footer {
line-height: 50px !important;
}
.footer-div-parent .footer {
padding-bottom: 20px;
}
.footer-div-parent .footer .container_inner_footer {
padding-top: 20px !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%;
}
.zidex-filters .filter{
margin-bottom: 15px;
}
.single-mt_listing .list_title {
margin: 8px 0 3px;
}
} @media only screen and (min-width: 991px) and (max-width: 1024px) {
.header1 .logo-infos .navbar-header-infos {
width: 100% !important;
}
.header1 .logo-infos .navbar-header-infos .header-infos {
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;
}
.modeltheme-countdown .days-name, 
.modeltheme-countdown .hours-name, 
.modeltheme-countdown .minutes-name, 
.modeltheme-countdown .seconds-name {
font-size: 12px !important;
}
.single-mt_listing .mt_listing_website_button{
margin-top: 10px !important;
}
.rating-margin-top {
margin-top: 22% !important;
}
.thumbs-rating-container .thumbs-rating-up, 
.thumbs-rating-container .thumbs-rating-down {
font-size: 14px !important;
}
.single-mt_listing .mt_listing_purchase_button {
margin: 0 10px 0 0 !important;
}
.widget_zidex_recent_entries_with_thumbnail .post-details-date,
.widget_zidex_recent_entries_with_thumbnail .post-date {
font-size: 12px !important;
}
.is_header_semitransparent header {
position: relative !important;
background-color: #151515 !important;
}
.tablet-hide {
display: none;
}
.right-side-social-actions {
position: absolute;
right: 0;
top: 0;
}
.widget_zidex_recent_entries_with_thumbnail .post-details {
padding-top: 0px !important;
}
footer .widget_nav_menu {
padding-left: 15px !important;
}
.address-social-links p{
font-size: 13px;        
}
footer .widget_nav_menu {
margin-top: 10px !important;
} } @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;
}
.nav-menu-account{
display: inline-block !important;
}
.single-mt_listing .mt_listing_website_button{
margin: 10px 0 0 !important;
}
.modeltheme-countdown .days-name, 
.modeltheme-countdown .hours-name, 
.modeltheme-countdown .minutes-name, 
.modeltheme-countdown .seconds-name {
font-size: 12px !important;
}
.thumbs-rating-container .thumbs-rating-up,
.thumbs-rating-container .thumbs-rating-down {
font-size: 14px;
}
.blog-posts .zidex-img-left {
width: 14.5% !important;
}
.blog-posts .zidex-details {
width: 85.5% !important;
}
.mt-single-event .mt-event-cat a {
padding: 4px 5px !important;
margin-right: 0px !important;
}
.ico-info-date{
padding: 0px !important;
}
.zidex-metas > div {
margin-right: 2px !important;
} .iconfilter-shortcode .blog_custom_listings .post-name-listings a {
margin-right: 0px !important; 
}
.stats-block .stats-img img {
left: 13% !important;
}
#mt_posts_carousel_big .owl-nav, 
#mt_posts_carousel_big_centered .owl-nav, 
#mt_posts_carousel_big.owl-theme .owl-controls {
top: 40% !important;
}
} @media screen and (max-width: 1000px) {
.no-results.not-found {
margin-bottom: 80px;
}
.comment-form .form-comment {
padding: 0;
}
footer .footer-top .widget-title {
margin-bottom: 15px !important;
margin-top: 30px !important;
}
footer .footer-top .widget_zidex_recent_icos_with_thumbnail .widget-title {
margin-bottom: 15px !important;
}
.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;
}
header.header2 {
overflow: hidden!important;
}
#dropdown-user-profile ul {
right: 0 !important;
left: auto !important;
}
#dropdown-user-profile ul::before {
left: 85% !important;
}
footer aside {
float: left;
width: 100%;
}
body .navbar-header {
width: 100%;
float: none;
text-align: center;
}
body .navbar-default .navbar-collapse, .navbar-default .navbar-form {
width: 100%;
}
body header #navbar .menu-item > a {
padding: 0 15px;
}
body #modeltheme-main-head{
padding: 0;
}
.copyright_right {
float: initial !important;
}
.footer-row-1 {
padding-top: 40px !important;
padding-bottom: 33px !important;
}
footer .footer-top {
margin-left: 0px !important;
margin-right: 0px !important;
}
.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;
}
.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;
}
.menu.nav-effect.nav-menu {
text-align: center !important;
width: 90% !important;
}
header.header1 .menu.nav-effect.nav-menu,
header.header4 .menu.nav-effect.nav-menu {
width: 100% !important;
}
.navbar-nav > li {
float: none !important;
display: inline-block;
}
body header.header2 .navbar-header div.logo {
text-align: center;
}
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 div.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;
}
.single-mt_listing .featured-icon {
text-align: left !important;
}
.mt_listing--single-gallery .ico-screenshot {
height: auto !important;
display: block !important;
}
.search-list-item .zidex-img-left,
.search-list-item .zidex-details {
width: 100%;
}
.row-4items {
padding-right: 0px !important;
}
.ico-info-button{
padding-left: 15px !important;
padding-right: 15px !important;
}
li#nav-menu-list {
margin-left: 0px !important;
}
.single-icondrops-related-listings .blog_custom_listings .post-name-listings {
margin-top: 10px !important;
}
.single-event-gallery-block {
margin-top: 0px !important;
}
.widget_zidex_recent_entries_with_thumbnail .post-thumbnail,
.sidebar-content .widget_zidex_recent_entries_with_thumbnail .post-details {
float: left !important;
}
.single-icondrops .col-md-2 .blog_post_image {
max-width: 150px !important;
}
footer .widget .relative{
max-width: 60px !important;
}
footer .widget_zidex_recent_icos_with_thumbnail .post-thumbnail {
width: 20% !important;
}
.mtlistings-events-style-v2 .mt-single-event-head{
display: none;
}
.mobile-padding.vc_row{
padding-top: 40px !important;
}
.vc_row.zidex_home_sector{
margin-top: 80px !important;
}
.zidex-contact-page-contact {
padding-left: 15px !important;
padding-right: 15px !important;
}
.zidex-contact-page-contact-form > div{
padding-right: 15px !important;
} } @media only screen and (min-width: 1024px) {
.navstyle-v1.header2 #navbar.navbar-collapse.collapse, 
.navstyle-v1.header2 .logo-infos .navbar-header {
padding-left: 0px;
}
footer .widget_nav_menu#nav_menu-3 {
padding-left: 0px;
}
.row-0{
margin-left: 0px;
margin-right: 0px;
}
#custom_html-3 {
padding-left: 25%;
}
} @media only screen and (min-width: 1024px) 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;
}
.single-mt_listing .mt_listing_purchase_button{
margin: 0 10px 0 0 !important;
}
.ico-info-date{
padding: 0px !important;
}
.widget_zidex_recent_entries_with_thumbnail .post-thumbnail {
width: 25% !important;
}
.sidebar-content .widget_zidex_recent_entries_with_thumbnail .post-details {
width: 75% !important;
} } @media only screen and (max-width: 1200px) {
#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;
}
.single-mt_listing .single-icondrops {
background-size: cover !important;
}
.blog-posts .zidex-img-left {
margin-bottom: 10px;
}
.search-list-item .zidex-img-left .ico-icon {
text-align: left !important;
} } @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;
}
.mt-car-search .slider-state-search {
padding: 0px; 
}
.ico-info-date{
padding: 0px !important;
} }.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(//zlatosfera.ru/wp-content/themes/zidex/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(//zlatosfera.ru/wp-content/themes/zidex/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;
}html,body { 
height: 100%; 
width: 100%; 
}
body{
overflow-x: hidden; 
}
* {
word-wrap: break-word;
}
a,
a:hover,
a:focus {
text-decoration: none;
outline: none;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
}
section {
position: relative;
}
section.cover{
overflow: hidden;
}
img {
max-width: 100%;
height: auto;
}
ol, ul {
padding-left: 30px;
}
figure.gallery-item {
margin: 15px 0;
}
*:focus {
outline: none;
}
ul ul{
list-style-type: circle;
}
ol > li,
ul > li{
margin-top: 5px;
}
address {
font-style: italic;
}
.missing-modeltheme-framework blockquote p:last-child {
margin-bottom: 0px !important;
}
.missing-modeltheme-framework .alignleft, 
.missing-modeltheme-framework .aligncenter, 
.missing-modeltheme-framework .alignright {
margin-bottom: 30px !important;
}
.text-light{
color: #fafafa;
}
.gallery {
margin: 0 auto 18px;
}
.gallery .gallery-item {
margin-top: 0;
text-align: center;
}
.gallery-columns-2 {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
.gallery-columns-3 {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
}
.gallery-columns-4 {
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;
}
.gallery-columns-5 {
-webkit-column-count: 5;
-moz-column-count: 5;
column-count: 5;
}
.gallery-columns-6 {
-webkit-column-count: 6;
-moz-column-count: 6;
column-count: 6;
}
.gallery-columns-7 {
-webkit-column-count: 7;
-moz-column-count: 7;
column-count: 7;
}
.gallery-columns-8 {
-webkit-column-count: 8;
-moz-column-count: 8;
column-count: 8;
}
.gallery-columns-9 {
-webkit-column-count: 9;
-moz-column-count: 9;
column-count: 9;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
margin: 0 0 0.5em;
}
.gallery img {
max-width: 100%;
border: 0 none;
margin: 0;
padding: 0;
}
.gallery-columns-2 .attachment-medium {
max-width: 92%;
height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
max-width: 84%;
height: auto;
}
.gallery .gallery-caption {
font-size: 12px;
opacity: 1;
margin: 0 0 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; } .gallery.owl-theme .owl-controls {
position: absolute;
top: 45%;
width: 100%;
margin: 0;
height: 0px;
}
.gallery.owl-theme .gallery-item{
margin-bottom: 0;
}
.gallery.owl-theme .owl-controls .owl-buttons {
height: 0px;
}
.gallery.owl-theme .owl-controls .owl-buttons div.owl-prev {
left: 30px;
position: absolute;
}
.gallery.owl-theme .owl-controls .owl-buttons div.owl-next {
right: 30px;
position: absolute;
}
.gallery.owl-theme .owl-controls .owl-buttons div {
border-radius: 0;
-webkit-border-radius: 0;
background: #fff;
color: #374C9F;
opacity: 1;
height: 45px;
width: 45px;
line-height: 40px;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
}
.gallery.owl-theme .owl-controls .owl-buttons div:hover {
color: #fff;
background: #374C9F;
} .post-excerpt,
.breadcrumb,
.single-post-social > div,
.tweet-body,
.article-details .post-author,
.tweet-date,
.top-header,
.author-biography{
font-weight:400;
}
.post-name.post-name-color a{
font-weight:500;
} .sticky-posts .post a,
.sticky-posts .post-date,
.modeltheme-content,
.testimonials_slider .testimonial-content,
.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: 80px 0;
}
.medium-padding {
padding: 50px 0;
}
.padding-left_0{
padding-left: 0;
}
.padding-right_0{
padding-right: 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;
}
.video-bg {
position: absolute;
width: 100%;
height: 100%;
top: 0;
z-index: 1;
}
.embed-responsive {
margin-bottom: 20px;
}
.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;
}
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: 17px;
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 #f6f6f6;
border-left: 5px solid;
font-size: 15px;
font-weight: 300;
margin: 0 0 20px;
padding: 30px;
position: relative;
}
.testimonials-container blockquote:before {
content: "\"";
font-family: open sans;
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;
}
.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;
} .archive-heading-block {
font-weight: bold;
color: #252525;
margin: 0px 0 50px;
padding-bottom: 50px;
border-bottom: 1px solid #ededed;
}
.no-results.not-found {
color: rgb(153, 171, 183);
}
.no-results .search-form {
margin-top: 20px;
text-align: center;
}
.no-results input[type="submit"] {
padding: 14px 20px;
text-align: center;
transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
} .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;
} .wpb_gmaps_widget .wpb_wrapper {
padding: 0px !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: 400;
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;
}
.span-contact i {
bottom: 1px;
color: #48a8a7;
font-size: 25px;
margin-right: 10px;
opacity: 0.6;
position: relative;
text-align: center;
width: 35px;
}
.contact-img.wpb_single_image,
.contact-img.wpb_single_image .vc_figure,
.contact-img.wpb_single_image .vc_single_image-wrapper,
.contact-img.wpb_single_image img{
width: 100%;
margin-bottom: 0px !important;
}
.contact-link{
color: #a7a7a7;
transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
}
.contact-link:hover{
color: #252525;
}
.zidex-contact button[type="submit"] {
display: flex;
flex-wrap: wrap;
justify-content: center;
} .back-to-top {
bottom: 50px;
display: block;
height: 40px;
margin: 5px auto;
overflow: hidden;
position: fixed;
right: 30px;
transition: all 0.3s ease 0s;
visibility: hidden;
white-space: nowrap;
width: 40px;
line-height: 40px;
text-align: center;
z-index: 2;
}
.back-to-top:hover{
background: #151515;
color: #ffffff;
}
.back-to-top,
.back-to-top::after{
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.back-to-top::before,
.back-to-top::after{
background: #151515;
content: '';
position: absolute;
z-index: -1;
}
.back-to-top:hover{
z-index: 1;
}
.back-to-top::after{
height: 100%;
left: 0;
top: 0;
width: 0;
color: #ffffff;
}
.back-to-top:hover:after{
width: 100%;
}
.back-to-top i {
color: #ffffff;
}
.back-to-top img{
width: 40px;
}
.back-to-top.modeltheme-is-visible, .back-to-top.modeltheme-fade-out, .no-touch .back-to-top:hover {
-webkit-transition: all .3s 0s;
-moz-transition: all .3s 0s;
-ms-transition: all .3s 0s;
-o-transition: all .3s 0s;
transition: all .3s 0s;
}
.back-to-top.modeltheme-is-visible {
visibility: visible;
opacity: 1;
}
.no-touch .back-to-top:hover {
opacity: 1;
}
.post-password-form input {
border: 1px solid #e6e6e6;
padding: 10px 20px;
margin-left: 5px;
}
.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;
}
.sidebar-content ul.product-categories {
list-style: outside none none;
padding-left: 0;
}
.sidebar-content ul.product-categories li::before{
content: "\f105";
font-family: fontawesome;
margin-right: 8px;
}
.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;
}    .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: #9aa7af;
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;
}
.zidex-title{
font-size: 30px;
font-weight: 700;
line-height: 42px;
text-transform: uppercase;
}   .testimonial-img-holder {
position: relative;
z-index: 1;
}
.testimonail-content p:last-child{
margin: 0;
}
.testimonail-content p {
color: #ffffff;
}
.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: 5px;
font-style: italic;
font-weight: lighter;
line-height: 170%;
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: #9aa7af;
font-size: 13px;
font-weight: 400;
}   .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: 0 auto;
display: block;
}
.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(//zlatosfera.ru/wp-content/themes/zidex/images/timeline-dot.jpg);
left: 50%;
top: 50%;
margin-left: -4px;
margin-top: -45px;
}   body .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon{
background-image: url(//zlatosfera.ru/wp-content/themes/zidex/images/toggle_close.png);
}
#primary .main-content ul li[role="tab"]:not(.rotate45) {
margin: 0;
} body.single-post {
border: 0 none;
}
.single .wp-audio-shortcode {
margin-bottom: 20px;
}  .wpcf7-form .wpcf7-submit:hover {
text-decoration: none; 
}
div.wpcf7 .ajax-loader {
display: none;
}
.wpcf7-form p {
margin: 0;
}
.wpcf7-form span.wpcf7-not-valid-tip {
font-size: 14px;
font-weight: 300;
color: #FF8816;
padding-top: 10px;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors {
border: 0 none;
color: #ffffff;
margin: 0px 30px 30px !important;
padding: 10px;
}
div.wpcf7-validation-errors {
background: none repeat scroll 0 0 #FF8816;
}
div.wpcf7-mail-sent-ok {
background: none repeat scroll 0 0 #2ecc71;
}
div.wpcf7-mail-sent-ng {
background: none repeat scroll 0 0 #e74c3c;
}
#contact-us .form-control:focus {
box-shadow: none;
border: 1px solid;
}
#contact-us .form-control {
border: 1px solid #dadee1;
height: auto;
padding: 8px;
}
#contact_form .button[type="submit"] {
border: 0 none;
color: #ffffff;
font-style: normal;
font-weight: 500;
height: auto;
margin: 0;
padding: 10px;
}
label.error {
font-size: 15px;
font-weight: 300;
padding-top: 2px;
}
.single-post .post-title {
margin: 10px 0 20px;
font-weight: 700;
}
.page-links > a, .page-links {
color: rgb(0, 0, 0);
font-size: 17px;
clear: both;
}
.zidex-contact .section-subtitle {
color: #483ca8;
width: 100%;
}
.zidex-contact-title h1{
color: #483ca8;
font-weight: 600;
text-align: center;
}
.zidex-contact-title p{
color: #483ca8;
text-align: center;
}
.zidex-contact-address a{
color: #666666;
}
.zidex_cf_button{
margin-bottom: 10px;
}
.wpcf7-validation-errors{
margin: 0 10px !important;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"],
textarea{
border-style: none none solid;
border-width: medium medium 1px;
border-color: #15151530;
color: #151515;
background: transparent;
font-weight: 300;
padding: 1em 0;
transition: all 0.3s ease-in-out 0s !important;
max-height: 100px;
font-size: 14px;
line-height: 20px;
} .contact_service .landing_input {
background-color: #989aa6;
border: 0 none !important;
border-radius: 7px;
color: #fff;
font-size: 18px;
font-weight: 300;
margin-bottom: 30px !important;
padding: 15px !important;
width: 100%;
}
.contact_service .landing_submit {
border-radius: 7px;
font-size: 18px;
font-weight: initial;
margin-bottom: 30px !important;
padding: 15px !important;
text-transform: uppercase;
width: 100%;
}
.wpcf7-response-output {
clear: both;
text-align: center;
}
.vcw.vcw-full-card {
width: 100% !important;
}
.zidex_cf input,
.zidex_cf textarea{
color: #252525;
margin-bottom: 15px !important;
opacity: 1;
padding: 12px 15px;
transition: all 0.3s ease-in-out 0s;
width: 100%;
max-height: 130px;
}
.zidex_cf_button input{
transition: all 300ms ease 0s;
color: #fff;
-webkit-transition: all 300ms ease 0s;
}
form.wpcf7-form {
background: #fff;
display: grid;
box-shadow: 0 0 25px rgba(0,0,0,.1);
-webkit-box-shadow: 0 0 25px rgba(0,0,0,.1);
-moz-box-shadow: 0 0 25px rgba(0,0,0,.1);
-ms-box-shadow: 0 0 25px rgba(0,0,0,.1);
}
.zidex-quote{
display: grid;
}
.zidex-quote-top{
background: #ffb716;
padding-left: 0;
padding-right: 0;
}
.zidex-quote-top-title h3{
font-weight: 600;
color: #ffffff;
margin: 26px 15px;
}
.zidex-quote-top-icon{
border-right: 1px solid #ffffff40;
text-align: center;
max-width: 90px;
}
.zidex-quote-top-icon img{
padding: 10px 5px 10px 5px;
}
.zidex-quote-content{
padding-top: 30px;
padding-bottom: 30px;
}
button,
.page-numbers{
display: -webkit-inline-box;
background: #ffb716;
color: #ffffff;
font-weight: 600;
border-style: none;
padding: 15px 45px;
position: relative;
z-index:1;
transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
}
button:hover,
.zidex_btn:hover,
.page-numbers:hover,
.page-numbers:focus{
background: #151515;
color: #ffffff;
z-index: 1;
}
button,
button::after,
.zidex_btn,
.zidex_btn::after,
.zidex_btn2,
.zidex_btn2::after,
.button-winona,
.button-winona::after,
.page-numbers,
.page-numbers::after{
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
button::before,
button::after, 
.zidex_btn::before,
.zidex_btn::after,
.button-winona::before,
.button-winona::after,
.page-numbers::before,
.page-numbers::after {
background: #151515;
content: '';
position: absolute;
z-index: -1;
}
.zidex_btn2::before,
.zidex_btn2::after{
background: #ffffff;
content: '';
position: absolute;
z-index: -1;
}
button::after,
.zidex_btn::after,
.button-winona::after,
.zidex_btn2::after,
.page-numbers::after {
height: 100%;
left: 0;
top: 0;
width: 0;
color: #ffffff;
}
button:hover:after,
.zidex_btn:hover:after,
.button-winona:hover:after,
.zidex_btn2:hover:after,
.page-numbers:hover:after {
width: 100%;
}
.zidex-contact {
padding: 30px;
}
.wpcf7-form-control{
width: 100%;
}
.wpcf7-form-control input:focus {
outline: none;
border-color: #ffb716 !important;
}
.wpcf7-form label{
width: 100%;
padding-bottom: 25px;
}
.get_a_quote_black form{
background: #151515;
}
.zidex-quote-black{
background: #151515;
}
.zidex-quote-black-top {
padding: 10px 30px 0px;
}
.zidex-quote-black-top h3{
font-weight: 700;
color: #ffffff;
}
.zidex-quote-black-top p {
color: #ffffff;
}
.zidex-quote-black-content {
padding-top: 30px;
padding-bottom: 30px;
}
.zidex-quote-black-content input, 
.zidex-quote-black-content textarea {
border-color: #ffffff30;
color: #fff;
background: #151515;
}
.zidex-quote-black-content input::-webkit-input-placeholder,
.zidex-quote-black-content textarea::-webkit-input-placeholder { color: #ffffff;
}
.zidex-quote-black-content input::-moz-placeholder,
.zidex-quote-black-content textarea::-moz-placeholder { color: #ffffff;
}
.zidex-quote-black-content input:-ms-input-placeholder,
.zidex-quote-black-content textarea:-ms-input-placeholder { color: #ffffff;
}
.zidex-quote-black-content input:-moz-placeholder,
.zidex-quote-black-content textarea:-moz-placeholder { color: #ffffff;
} .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;
}
.single article .article-content .post-content p,
.single-post .post-excerpt {
font-size: 16px !important;
font-weight: 400 !important;
line-height: 1.55 !important;
margin-bottom: 30px;
}  .cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
color: rgb(254, 196, 45);
font-size: 17px !important;
}
.page #respond {
margin-bottom: 70px;
}
.page #respond #reply-title {
margin-top: 0;
} .post-details .post-sticky-label i {
font-size: 20px;
color: #009dde;
}
.comment-navigation a:active,
.comment-navigation a:focus,
.comment-navigation a:hover {
color: #fff;
}
.comments-pingbacks-tracebacks .edit-link {
margin-left: 10px;
}
.comments-pingbacks-tracebacks footer {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
padding: 0;
}
.single article .article-content .comments-pingbacks-tracebacks li:last-child {
padding-bottom: 0px;
border-bottom: 0 none;
}
.single article .article-content .comments-pingbacks-tracebacks li {
list-style: outside none none;
margin-bottom: 30px;
border-bottom: 1px solid #e5ecef;
padding-bottom: 20px;
}
.comment-navigation .screen-reader-text {
font-size: 22px;
font-weight: bold;
}
nav.comment-navigation {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
nav.comment-navigation:last-of-type {
display: none;
}
.comment-navigation a {
color: #fff;
padding: 10px 20px;
display: inline-table;
}
.nav-previous {
margin-right: 20px;
float: left;
}
.nav-next {
float: left;
}
.comments-pingbacks-tracebacks time {
color: #a8a8a8;
font-size: 16px;
font-style: italic;
}
.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: 400;
margin-top: 0px;
}
.mt_cars--main-pic .play_tour {
position: absolute;
bottom: 10px;
z-index: 3;
left: 10px;
}
.post-separator{
padding-left: 10px;
padding-right: 6px;
} .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: 35px;
font-weight: 600;
line-height: 40px;
margin-top: 0;
}
.ico-whitepapers-posts .blog_custom {
transition: all 250ms ease-in-out 0s;
-webkit-transition: all 250ms ease-in-out 0s; border: 2px solid #e5e3eb;
padding: 30px;
}
.ico-whitepapers-posts .blog_custom:hover {
background: #efefef;
}
.single-post-row{
background: #fff;
box-shadow: 0 0 38px rgba(59,77,133,.09);
}
.no_padding {
padding: 0px 15px !important;
}
.shortcode_post_content .featured_image_content {
padding: 0;
}
.shortcode_post_content {
border-radius: 5px;
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: 17px;
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: 15px 0;
max-width: 100%;
}
.wp-caption.alignleft {
margin: 10px 0;
}
.alignnone {
margin: 10px 0;
}
.alignright {
float: right;
margin-bottom: 20px;
margin-left: 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: 90px 0 0;
}
.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 {
font-size: 25px;
left: calc(50% - 9px);
top: 44%;
}
.simple-posts .post-name a {
transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
}
.article-content{
padding: 30px 0;
} .navigation.pagination {
background: transparent !important;
}
.modeltheme-pagination.pagination {
margin: 0;
}
.modeltheme-pagination .screen-reader-text {
display: none;
}
.container-pagination {
text-align: center;
}
.modeltheme-pagination{
background: transparent;
}
.pagination{
margin: 20px 0 45px 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;
}
.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 .prev.page-numbers {
width: auto;
padding-left: 15px;
padding-right: 15px;
}
.pagination .page-numbers {
float: left;
font-size: 14px;
font-weight: 600;
margin: 0 5px;
padding: 12px 20px;
position: relative;
} .single-post .breadcrumb > li.active {
padding-left: 5px;
}
.modeltheme-breadcrumbs .page-title {
color: #485052;
margin: 8px 0;
opacity: 0.8;
line-height: 150%;
}
.breadcrumb a::after{
color: #cccccc;
margin-left: 5px;
}
.breadcrumb a{
position: relative;
color: #ffffff;
text-transform: uppercase;
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;
}
.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: 400;
margin: 0;
}
.modeltheme-breadcrumbs .breadcrumb{
background: transparent;
margin: 0;
padding-right: 0; 
}
.breadcrumb > li + li::before{
content: "";
padding: 0;
}
#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: bold;
margin: 0px;
}
.ico-whitepapers-posts .post-name {
text-align: center;
}
.post-token-name{
color: rgba(37,37,37,0.7);
font-weight: 300;
margin-bottom: 0;
text-align: center;
}
.post-details-content{
font-weight: 300;
margin: 8px 0px 25px;
color: rgba(37,37,37,0.7);
text-align: center;
}
.single .post-name {
font-size: 35px;
font-weight: 600;
line-height: 40px;
margin: 0;
}
.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: #9aa7af;
font-weight: 300;
margin: 5px 0 0;
}
.post-category-comment-date .post-author {
border-bottom: 0 none;
}
.post-category-comment-date span a {
font-weight: 500;
}
.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-excerpt {
line-height: 150%;
margin: 0;
}
.comments-area .no-comments {
float: left;
margin-top: 20px;
width: 100%;
overflow: hidden;
}
.submit-comment,
.theme_comments {
float: left;
margin-top: 30px;
width: 100%;
}
.comment-form .form-fields {
padding: 0;
}
.comment-form i {
font-size: 20px;
line-height: 45px;
color: #b5b9bd;
right: 25px;
text-align: center;
top: 0;
width: 34px;
display: none;
}
#form-allowed-tags {
display: none;
}
.comment_body > p {
color: rgb(153, 153, 153);
}
.comment_body .reply_button {
color: #15151580;
font-size: 14px;
font-weight: 400;
}
.comment_body .reply_button1 {
padding-left: 0;
}
.comment_body .reply_button1 a {
font-size: 14px;
font-weight: 400;
}
.comment-edit-link:before {
font: normal normal normal 14px/1 FontAwesome; 
content: "\f044";
font-weight: 900;
margin-right: 4px;
}
.comment-reply-link:before {
font: normal normal normal 14px/1 FontAwesome;
content: "\f112";
font-weight: 500;
margin-right: 4px;
}
.reply_button1 i{
color: #374b9f;
}
.comment_body .reply_button1 .comment-reply-link:first-child{
margin: 0;
}
.comment_body .reply_button a {
margin: 0 3px;
}
.comment_body .author_name {
font-weight: bold;
color: #252525;
font-size: 17px;
}
.comment-list.comments-area.theme_comments.comments {
margin: 0;
}
.comment-respond {
float: left;
margin-bottom: 0px;
margin-top: 0px;
width: 100%;
}
.container.blog-posts {
padding-bottom: 0;
}
.sticky_post_text_container {
border-radius: 7px !important;
-webkit-border-radius: 7px !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 {
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 .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-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);
}
.article-details .post-author {
border-bottom: 0 none;
font-size: 14px;
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: #9aa7af;
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);
}
.single-post-share{
text-align: right;
padding: 0px;
}
.single-post-share.article-social {
float: right;
}
.social-sharer li a {
color: #a7a7a7;
padding: 0px 6px;
transition: all 300ms;
-o-transition: all 300ms;
-ms-transition: all 300ms;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
}
.social-sharer > li.facebook a:hover{
color: #3b5999;
}
.social-sharer > li.twitter a:hover{
color: #34CBFF;
}
.social-sharer > li.google-plus a:hover{
color: #D14836;
}
.social-sharer > li {
display: block;
float: left;
margin: 0 5px 0 0;
text-align: center;
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);
}
.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;
padding: 0;
}
.author-bio .share {
vertical-align: super;
margin-right: 5px;
}
.author-thumbnail p {
margin: 0;
}
.author-bio {
margin-top: 40px;
overflow: hidden;
padding: 20px 0;
border-top: 1px solid #25252510;
}
.author-name .author,
.author-bio .share {
color: #a7a7a7;
font-weight: 500;
}
.author-name .name{
color: #a7a7a7;
transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
}
.author-name .name:hover{
color: #252525;
}
.author-name i:before,
.single-post-share .share i:before{
color: #374b9f;
}
.author-job {
color: #9aa7af;
}
.author-biography {
color: rgb(181, 185, 189);
font-size: 17px;
font-style: italic;
line-height: 150%;
}
.author-see-more {
border: 1px solid rgb(181, 185, 189);
border-radius: 5px;
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: 80px 0 90px;
}  .search h2.page-title {
font-weight: bold;
}
.search .page-title {
color: #000000;
text-align: center;
}
.comment-list .comment {
padding-bottom: 15px;
overflow: hidden;
padding-top: 15px;
}
.comments_holder {
background-color: #f7f7f7;
}
#comments .comment_author {
margin: 0;
padding-left: 0;
}
#comments {
overflow: hidden;
}
#comment-nav-above {
overflow: hidden;
padding-bottom: 30px;
padding-top: 20px;
border-bottom: 1px solid #e5ecef;
border-top: 1px solid #e5ecef;
margin-top: 35px;
}
#comment-nav-above h1 {
margin-top: 0;
margin-bottom: 15px;
}
#comments .children {
overflow: auto;
margin: 0;
padding-left: 30px;
}
#comments .author_name a {
font-weight: bold;
font-size: 16px;
}
.logged-in .form-comment {
padding: 0;
width: 100%;
}
.comment .comment-respond {
margin: 10px 0 !important;
}
.author-bio .avatar.photo {
float: left;
}
.avatar.photo{
max-width: 50px;
height: auto;
border-radius:50%;
-webkit-border-radius: 50%;
}
.comments-area .single_comment:first-child {
border-top: 0 none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
.single_comment {
border-top: 1px solid rgb(235, 235, 235);
margin-top: 20px;
overflow: auto;
padding-bottom: 15px !important;
padding-top: 15px !important;
}
.comment-form textarea {
height: 137px;
}
.comment-form input, .comment-form textarea {
padding: 15px;
border: 1px solid #15151530;
color: #151515;
margin-bottom: 15px !important;
width: 100%;
transition: all 0.3s ease-in-out 0s;
}
.comment-form input {
margin-bottom: 20px !important;
}
textarea:focus, 
input:focus{
outline: none;
}
.form-submit {
float: left;
margin-bottom: 0px;
}
.form-submit .submit {
margin-bottom: 0px !important;
}
.form-submit input {
color: rgb(255, 255, 255);
padding: 8px 15px;
}
#commentform .form-submit input[type="submit"] {
font-size: 14px;
font-weight: 600;
line-height: 20px;
border-style: none;
padding: 15px 45px;
transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
}
.comments-pingbacks-tracebacks .comment-author {
margin-top: 5px;
margin-bottom: 5px;
font-size: 17px;
}
.comments-pingbacks-tracebacks .comment-metadata, .comments-pingbacks-tracebacks .comment-metadata time {
font-size: 13px;
}
.comments-pingbacks-tracebacks footer{
border: 0 none;
}
.comments-pingbacks-tracebacks .comment-content {
margin-top: 15px;
} .prev-next-post {
float: left;
margin-bottom: 90px;
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;
color: #3e3492;
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;
}
.next-post a:hover,
.prev-post a:hover {
color: #6cd086 !important;
}
.next-post a i, .prev-post a i {
font-size: 30px;
}   .single_post_author_details .single_post_social i {
color: #838d8f;
}
.widgets_v2 .widget_search .search-field:focus {
border-color: #ffb716;
}
.widgets_v2 .tagcloud {
overflow: hidden;
}
.widgets_v2 .sidebar-content .widget {
background: #fff none repeat scroll 0 0;
}
.missing-modeltheme-framework.widgets_v2 .sidebar-content .widget:last-child {
margin-bottom: 0;
}
.widgets_v2 .sidebar-content .widget h1 {
margin-bottom: 30px;
}
.widgets_v2 .sidebar-content .widget > ul,
.widget_search form {
margin: 0;
}
.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;
}
.textwidget a {
margin-right: 15px;
font-weight: bold;
}
.widget .button-about-me a{
color: #252525 !important;
font-size: 14px;
font-weight: bold;
transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
}
.widget .button-about-me a:hover{
text-decoration: underline;
}
.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 li a{
color: #252525;
font-weight: 700;
line-height: normal;
transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
}
.widget_rss li a:hover{
text-decoration: underline;
}
.widget_rss li {
list-style: outside none none;
margin-bottom: 15px;
color: #a7a7a7;
}
.widget_rss ul {
padding: 0;
}
.widget_rss .rss-date{
font-size: 14px;
line-height: 1.42857143;
text-transform: capitalize;
}
.widget select,
.widget_archive > select {
width: 100%;
padding: 10px;
}
.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[type="submit"] {
background: #ffb716;
color: #ffffff;
font-size: 14px;
font-weight: 600;
line-height: 20px;
border-style: none;
padding: 15px 45px;
transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
}
.wp-caption-text {
font-weight: 300;
opacity: 0.6;
padding-top: 8px;
padding-bottom: 8px;
color: #252525;
}
.sidebar-content .widget {
float: left;
padding: 30px;
width: 100%;
font-size: 16px;
line-height: 25px;
}
footer aside.widget {
margin-bottom: 25px;
} 
.sidebar-content .widget-title,
.sidebar-content .widget-title a {
font-family: "Montserrat";
color: #252525;
font-weight: bold;
margin-top: 0;
}
.wpb_widgetised_column .widget-title {
color: #252525;
}
.sidebar-content .widget:first-child .widget-title {
margin-top: 0;
}
.no-results.not-found .page-title:last-child {
margin-top: 10px;
}
.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{
color: #252525;
}
#wp-calendar td a{
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;
}
#wp-calendar td a:hover{
color: #252525;
} .tagcloud > a:hover{
border-color: transparent;
}
.tagcloud > a {
font-size: 14px !important;
background: transparent !important;
display: block;
float: left;
border: 1px solid #e2e2e2;
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;
padding: 5px 10px;
border: 1px solid #e2e2e2;
border-radius: 0;
}
.tagcloud > a:hover,
.sidebar-content .tagcloud > a:hover {
color: #fff;
background: #252525!important;
border-color: #252525;
} .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: #9aa7af;
}
.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: #9aa7af;
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: #99abb7;
margin-bottom: 5px;
margin-left: 0;
}
.search-form .screen-reader-text {
display: none;
}
.sidebar-content .widget_search label {
width: 68%;
float: left;
display: contents;
}
.fixed-sidebar-menu-holder .sidebar-content .widget_search label {
width: 100%;
}
.fixed-sidebar-menu .sidebar-content .widget_zidex_address_social_icons li a i {
color: #252525;
}
.fixed-sidebar-menu .sidebar-content .widget_zidex_address_social_icons li:hover a i {
color: #595959;
}
.sidebar-content .widget_search label input {
width: 100%;
}
.sidebar-content .widget_search .search-submit {
width: 30%;
margin-left: 2%;
padding: 14px 10px;
}
.sidebar-content .widget_search .search-submit:hover {
color: #ffffff;
}
footer .widget.widget_nav_menu li::before,
.widget_nav_menu li::before,
.widget_recent_entries li::before,
.widget_archive li::before,
.widget_categories li::before,
.widget_meta li::before,
.widget_pages li::before {
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;
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;
} .widget_zidex_recent_icos_with_thumbnail ul{
padding-left: 0px !important;
}
.widget_zidex_recent_icos_with_thumbnail .widget-title{
margin-bottom: 18px !important;
}
.widget_zidex_recent_icos_with_thumbnail li.row{
margin: 0px -7px 12px !important;
list-style-type: none;
}
.widget_zidex_recent_icos_with_thumbnail .post-thumbnail{
padding: 0px 7px !important;
text-align: center;
}
.widget_zidex_recent_icos_with_thumbnail .post-details{
padding: 0px 7px !important;
}
.widget_zidex_recent_icos_with_thumbnail .post-thumbnail a{
background: #ffffff;
transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
}
.widget_zidex_recent_icos_with_thumbnail .post-thumbnail a:hover{
background: rgba(255,255,255,0.8) !important;
}
.widget_zidex_recent_icos_with_thumbnail .post-thumbnail a i{
font-size: 3.8rem;
display: inline-block;
margin: 0 !important; 
line-height: 5rem;
color: #252525;
}
.widget_zidex_recent_icos_with_thumbnail .post-details a{
font-size: 16px;
font-weight: 500;
color: rgba(255,255,255,0.7) !important;
opacity: 1;
transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
letter-spacing: normal;
line-height: normal;
}
.widget_zidex_recent_icos_with_thumbnail .post-details .post-date{
color: rgba(255,255,255,0.7) !important;
margin-bottom: 0px !important;
border: 1px solid rgba(255,255,255,0.2);
font-size: 12px;
line-height: normal;
font-weight: 300;
margin: 0;
padding: 0 4px;
display: table;
}
.widget_zidex_recent_icos_with_thumbnail .post-details a:hover{
color: #ffffff !important;
} .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 {
text-align: center;
border-radius: 0;
list-style: none;
width: 31.6%;
margin-bottom: 5px;
float: left;
margin-right: 2.5px;
margin-left: 2.5px;
}
.share-social-links li a {
display: block;
text-align: center;
color: #fff;
padding: 8px;
font-size: 17px;
transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out; 
}
.share-social-links li.facebook a{
background-color: #3B5998;
}
.share-social-links li.facebook:hover a{ 
background: #314b80;
}
.share-social-links li.twitter a{
background-color: #39A9E0;
}
.share-social-links li.twitter:hover a{
background-color: #1fc1f4;
}
.share-social-links li.linkedin a{
background-color: #007FB1;
}
.share-social-links li.linkedin:hover a{
background-color: #1b4769;
}
.share-social-links li.googleplus a{
background-color: #D14836;
}
.share-social-links li.googleplus:hover a{
background-color: #be3c2b;
}
.share-social-links li.digg a{
background-color: #14589E;
}
.share-social-links li.digg:hover a{
background-color: #104983;
}
.share-social-links li.pinterest a{
background-color: #CB2027;
}
.share-social-links li.pinterest:hover a{
background-color: #b01b21;
}
.share-social-links li.reddit a{
background-color: #FF4500;
}
.share-social-links li.reddit:hover a{
background-color: #e03c00;
}
.share-social-links li.stumbleupon a{
background-color: #EB4924;
}
.share-social-links li.stumbleupon:hover a{
background-color: #db3914;
}
.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,
.widget_meta > ul {
list-style: outside none none;
padding-left: 0;
}
.recentcomments::before,
.widget_recent_entries li::before,
.widget_archive li::before,
.widget_categories li::before,
.widget_meta li::before,
.widget_nav_menu li::before,
.widget_pages li::before,
footer .widget_nav_menu li a::before{
content: "\f105";
font-family: fontawesome;
margin-right: 8px;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
}
.recentcomments {
list-style: outside none none;
margin-bottom: 5px;
}
.widget_recent_comments > ul{
padding: 0;
margin-bottom: 5px;
}
.widget_pages li.page_item_has_children:before,
.widget_categories li.cat_item_has_children:before{
margin-top: 10px !important;
}
.widget_categories li.cat_item_has_children > a,
.widget_pages li.page_item_has_children > a{
padding-bottom: 9px;
padding-top: 9px;
display: inline-table;
}
.footer-top .widget_nav_menu[id*="monster-widget"] ul{
text-align: left;
}
footer .footer-top .widget_nav_menu[id*="monster-widget"] .menu li.menu-item a{
padding-bottom: 0;
border-bottom: 0 none;
padding-top: 0;
}
.footer-top .widget_nav_menu[id*="monster-widget"] li.menu-item-has-children:before{
margin-top: 10px !important;
}
.footer-top .widget_nav_menu[id*="monster-widget"] li::before{
margin-top: 0 !important;
}
.footer-top .widget_nav_menu[id*="monster-widget"] ul li {
width: 100% !important;
}
.footer-top .widget_nav_menu[id*="monster-widget"] li.menu-item-has-children ul li:hover > a{
padding-left: 15px !important;
}
.link_missing_text{
display: none !important;
}
.footer-top .widget_nav_menu[id*="monster-widget"] li.menu-item-has-children ul li a{
padding-left: 10px !important;
}
.footer-top .widget_nav_menu[id*="monster-widget"] li.menu-item-has-children > a{
padding-bottom: 9px !important;
padding-top: 9px !important;
}
.footer-top .widget_nav_menu[id*="monster-widget"] li.menu-item-has-children {
padding-bottom: 0 !important;
}
footer .footer-top .widget_nav_menu[id*="monster-widget"] .menu li.menu-item,
.widget_recent_entries li,
.widget_recent_comments li,
.widget_pages li,
.widget_meta li,
.widget_categories li,
.widget_archive li,
.widget_nav_menu li{
padding-bottom: 9px;
padding-top: 9px;
border-bottom: 1px solid #15151530;
}
.widget_nav_menu ul{
padding-left: 10px;
}
.widget_categories li.cat_item_has_children,
.widget_pages li.page_item_has_children,
.widget_nav_menu li.menu-item-has-children > a{
border-bottom: 0 none;
}
.widget_categories li.cat_item_has_children,
.widget_pages li.page_item_has_children,
.widget_nav_menu li.menu-item-has-children{
padding-bottom: 0px;
margin-top: 0px;
} .widget_pages ul.children li::before,
.widget_categories ul.children li::before,
.widget_nav_menu ul.sub-menu li::before{
left: 10px;
}
body .widget_pages ul.children li a,
body .widget_categories ul.children li a,
body .widget_nav_menu ul.sub-menu li a{
padding-left: 25px;
} .widget_pages ul.children li:hover::before,
.widget_categories ul.children li:hover::before,
.widget_nav_menu ul.sub-menu li:hover::before{
left: 15px;
}
body .widget_pages ul.children li:hover > a,
body .widget_categories ul.children li:hover > a,
body .widget_nav_menu ul.sub-menu li:hover > a{
padding-left: 30px;
}
.widget_nav_menu ul.sub-menu li{
border-bottom: 0px solid #15151530 !important;
}
.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:hover a,
.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_meta li:hover,
.widget_meta li:hover a,
.widget_meta a:hover,
.widget_pages li a:hover,
.widget_pages li .children li a:hover,
.widget_recent_entries_with_thumbnail li:hover a,
.widget_recent_entries li:hover,
.widget_recent_entries li:hover a,
.widget_recent_entries li a:hover,
.widget_recent_comments li a:hover,
.widget_rss li a:hover,
.widget_nav_menu li a:hover {
text-decoration: none;
}
.widget_zidex_recent_entries_with_thumbnail li{
list-style: outside none none;
margin: 0 0 30px;
}
.widget_zidex_recent_entries_with_thumbnail li:not(:last-child) {
padding-bottom: 30px;
border-bottom: 1px solid #e3e3e3;
}
.widget_zidex_recent_entries_with_thumbnail li a {
color: #252525;
font-weight: 700;
line-height: normal;
transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
}
.widget_zidex_recent_entries_with_thumbnail li a:hover {
text-decoration: underline;
}
.widget li:last-child {
margin-bottom: 0;
}
.widget_nav_menu li{
position: relative;
} .tweet-title .col-md-2 {
margin: 0;
padding: 2px 0;
width: 25px;
border-radius: 4px;
-webkit-border-radius: 4px;
}
.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_zidex_recent_entries_with_thumbnail > ul {
padding: 0;
}
.widget_recent_entries > ul {
padding: 0;
}
.widget_zidex_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: 17px;
left: 42%;
top: 42%;
}
.widget_zidex_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 {
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_zidex_recent_entries_with_thumbnail .post-details-date {
font-size: 14px;
line-height: 1.42857143;
text-transform: capitalize;
}
.widget_zidex_recent_entries_with_thumbnail .post-date {
font-size: 14px;
line-height: 1.42857143;
text-transform: capitalize;
}
.widget_recent_entries .post-date {
color: #6d7a83;
margin: 0;
}
.widget_zidex_recent_entries_with_thumbnail .post-thumbnail {
padding: 0;
overflow: hidden;
height: 80px;
width: 80px;
}
.widget_zidex_recent_entries_with_thumbnail .post-details-no-thumbnail{
padding-left: 0px;
}
.sidebar-content .widget_zidex_recent_entries_with_thumbnail .post-details {
margin-top: 0;
}
.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: none repeat scroll 0 0 #483ca8;
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: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;
} .left_sidebar .widget-title,
.right_sidebar .widget-title {
color: #252525;
padding-bottom: 5px;
}
.sidebar-content .widget .menu > .menu-item {
display: block !important;
} .latest-posts h3, .latest-tweets h3 {
color: #ffffff;
font-size: 16px;
font-weight: 400;
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;
}   .page-header-404 {
background-color: transparent;
}
.error404 .high-padding {
padding: 120px 0;
}
.error404 h2 {
color: #252525;
font-weight: bold;
}
.error404 .page-title {
color: #000000;
}
.error404 h3.page-title {
color: #777777;
}
.error404 .page-content > img {
display: block;
margin: 0 auto;
}
.error404 .error-404 {
color: #9aa7af;
}
.error-404.not-found h1.page-404-digits {
font-size: 150px;
font-weight: bold;
line-height: 110px;
margin-bottom: 30px;
}
.error404 .blog-posts {
overflow: hidden;
}
.error404 .img-404 {
margin-bottom: 0;
margin-top: 0;
}
.title-big-top-404 {
color: #000000;
font-size: 40px;
}
.error-return-home.text-center > a {
border: 3px solid;
display: inline-table;
font-size: 17px;
margin-top: 10px;
padding: 10px 20px;
}
.error404 .modeltheme-breadcrumbs {
display: none;
}
.error-return-home.text-center > a:hover{
color: white;
}   .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;
} .wpb_accordion_content .post-comment {
color: #9aa7af;
}
.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,
.owl-theme .owl-controls .owl-buttons div,
#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: 2px !important;
-webkit-border-radius: 2px !important;
}
iframe,
embed,
figure {
max-width: 100%;
}
pre {
background-color: #f9f9f9;
border: 1px solid #e6e6e6;
}
.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;
}
#main {
z-index: 22;
}
.breadcrumb {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
color: #cccccc;
margin-bottom: 6px;
opacity: 0.8;
font-weight: 300;
padding: 0;
text-transform: uppercase;
}
.header-title-breadcrumb .post-category-date {
margin-bottom: 15px;
font-weight: 300;
}
.header-title-breadcrumb-overlay-semitransparent{
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.55);
width: 100%;
height: 100%;
}
.header-title-breadcrumb-overlay {
background-color: #f7f7f7;
box-sizing: border-box;
padding: 110px 0;
width: 100%;
background-image: url(//zlatosfera.ru/wp-content/themes/zidex/images/breadcrumbs.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.header-title-breadcrumb-overlay p {
display: none;
}
.header-title-breadcrumb-overlay p.job_expire_in,
.header-title-breadcrumb-overlay p.text-light{
display: block;
}
.header-title-breadcrumb-overlay h1 {
font-size: 44px;
font-weight: 700;
line-height: 50px;
color: #ffffff !important;
margin: 0 auto;
padding: 10px 0;
text-transform: uppercase;
}
.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: #009dde;
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: 400;
-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: #666666;
}
.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: #666666;
}
.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;
}  .modeltheme-modal.modeltheme-show *{
opacity:1;
visibility: visible;
}
.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: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 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;
}
.zidex-login label {
color: #483ca8;
}
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: 5px;
-webkit-border-radius: 5px;
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: #009dde;
}
.portfolio-bottom-icons {
margin-top: 50px;
}
.portfolio-bottom-icons a h4 {
font-weight: 400;
}
.portfolio-bottom-icons i {
color: #000000;
font-size: 40px;
}
.portfolio-bottom-icons a:hover, .portfolio-bottom-icons a:hover i {
color: #009dde;
}
.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: #009dde;
font-weight: 400;
margin-right: 5px;
}
.portfolio-bottom-description a[rel="tag"] {
color: #000000;
font-weight: 300;
}
.portfolio-bottom-icons .loved i{
color: #009dde;
}
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;
} .job-apply-btn{
border: 0 none !important;
}
.apply_now_btn {
margin-top: 50px;
}
button[data-toggle="modal"] {
padding-right: 25px !important;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
}
.job_descriptions > span {
margin-right: 15px;
}
.article-content h3#apply_now_label {
margin: 0;
font-size: 21px;
}
#apply_now input[type="tel"], #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: #151515 none repeat scroll 0 0;
color: #ffffff;
padding: 30px;
}
#apply_now .modal-header {
padding: 30px;
}
#apply_now .modal-body {
padding: 0;
}
#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: 3px;
margin-top: 15px;
padding: 15px;
float: left;
width: 21%;
}
#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: 3px;
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;
} .header3 .no-menu,
.header2 .no-menu {
color: #666666;
}
.no-menu {
float: left;
color: #c6c6c6;
display: inline-table;
margin: 30px 0 20px;
}
.tp-static-layers{
opacity: 0 !important;
}
.vc_tta-accordion.vc_tta.vc_general .vc_tta-panel {
margin-bottom: 30px;
} footer .mc4wp-form-fields input[type="submit"] {
background: rgb(208, 31, 39) none repeat scroll 0 0;
border: 0 none;
border-radius: 6px;
color: rgb(255, 255, 255);
font-size: 16px;
padding: 10px;
}
footer .mc4wp-form-fields label {
color: rgb(255, 255, 255);
font-weight: lighter;
}
footer .mc4wp-form-fields input[type="email"] {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 1px solid rgba(255, 255, 255, 0.5);
border-radius: 6px;
color: rgb(255, 255, 255);
font-size: 16px;
padding: 15px;
width: 100%;
}
footer .mc4wp-form-fields input[type="email"]:hover {
border: 1px solid rgba(255, 255, 255, 0.8);
} .comment_rating_price_value,
.comment_rating_overall,
.commentrating {
display: inline-table;
}
.custom_inner_class {
background-color: #fff;
padding-bottom: 25px;
border-radius: 10px;
overflow: hidden;
text-align: center;
}/*/*/.related.products ul.products li.product .archive-product-title a {
font-size: 25px;
font-weight: bold;
color: #252525;
}
.related.products ul.products li.product .archive-product-title {
text-align: center;
padding-bottom: 19px;
padding-left: 20px;
padding-right: 20px;
}
.related.products .star-rating span {
color: #f1c40f;
}
.related.products .products .star-rating {
float: none !important;
margin: 0 auto !important;
}
.custom_inner_class {
background-color: #f4f4f4;
padding-bottom: 25px;
border-radius: 0px;
overflow: hidden;
text-align: center;
}/**/.is-sticky .logo img,
.is-sticky .navbar-header .logo img {
max-height: 35px;
transition: all 0.3s ease 0s;
}
header.header4 .is-sticky .logo img,
header.header4 .is-sticky .navbar-header .logo img {
max-height: 100%;
}
.logo img,
.navbar-header .logo img {
transition: all 0.3s ease 0s;
} .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: #252525;
}
.header_mini_cart .remove:before,
.header_mini_cart .remove:after{
content: "" !important;
}
.header_mini_cart .buttons {
margin-bottom: 0;
text-align: left;
}
.header_mini_cart .button.wc-forward,
.header_mini_cart .button.checkout {
padding: 10px 18px;
background-color: #009dde;
margin-right: 0 !important;
}
.header_mini_cart .button.wc-forward:hover,
.header_mini_cart .button.checkout:hover {
background-color: #FFDF39;
}
.header_mini_cart .button.checkout {
float: right;
}
body .shop_cart > a {
padding: 20px 12px !important;
padding-right: 0px !important;
}
.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 {
background: #f5f5f5;
opacity: 1;
padding: 15px;
position: absolute;
top: 100%;
right: 15px;
width: 250px;
visibility: visible;
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;
box-shadow: 0px 5px 15px 4px rgba(0, 0, 0, 0.06);
}
.header_mini_cart {
background: #f5f5f5;
position: absolute;
padding: 15px;
opacity: 0;
width: 250px;
top: 150%;
right: 15px;
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;
visibility: hidden;
z-index: 999;
}
.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;
}
.mt_clients_slider .client_image, .clients-no-slider .client_image {
width: 85%;
} .mt_cars--main-pic a {
border-radius: 10px;
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 0 10px 10px !important;
margin: 0 !important;
padding: 25px 0 0 !important;
}
.mt_house--price-container {
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 10px 10px 0 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: 2px;
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: 10px;
-webkit-border-radius: 10px;
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: #FFD600 !important;
overflow: visible !important;
}
.mt_car--single-price-inner {
background: #009dde;
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: 10px;
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: #009dde;
}
.mt_car--price-day.mt_car--price .car_currency {
font-size: 16px;
line-height: 25px;
font-weight: 500;
position: relative;
bottom: 35px;
color: #009dde;
}
.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: #009dde;
}
.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: 10px;
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: 10px;
-webkit-border-radius: 10px;
display: block;
overflow: hidden;
margin-bottom: 30px;
}
.list-view.mt_car .blog_custom {
background: transparent none repeat scroll 0 0 !important;
}
.mfp-iframe-scaler .mfp-close:before,
.mfp-iframe-scaler .mfp-close:after{
content: none;
}
.mfp-iframe-scaler .mfp-close:hover{
background: transparent;
}
.mfp-iframe-holder .mfp-close {
width: 44px !important; 
}  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_recent_entries li {
margin-bottom: 5px;
position: relative;
}
footer .widget_nav_menu .menu{
padding: 0;
}
footer .widget:last-child {
margin-bottom: 0; 
}
footer .widget {
clear: both;
}
footer #wp-calendar th, 
footer #wp-calendar td {
color: #252525;
} .widget_pages li:hover > a,
.widget_meta li:hover > a,
.widget_categories li:hover > a,
.widget_archive li:hover > a,
.widget_nav_menu li:hover > a,
.widget_recent_entries li:hover > a,
.widget_meta li:hover > a {
padding-left: 20px;
}
.widget_recent_comments li:hover{
padding-left: 5px;
}
.widget_pages li > a,
.widget_meta li > a,
.widget_categories li > a,
.widget_archive li > a,
.widget_nav_menu li > a,
.widget_recent_entries li > a,
.widget_meta li > a{
padding-left: 15px;
padding-right: 10px;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
}
.widget_recent_comments li,
.widget_pages li,
.widget_meta li,
.widget_categories li,
.widget_archive li,
.widget_nav_menu li,
.widget_recent_entries li,
.widget_meta li {
position: relative;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
}
.widget_recent_comments li:hover::before,
.widget_pages li:hover::before,
.widget_meta li:hover::before,
.widget_categories li:hover::before,
.widget_archive li:hover::before,
.widget_nav_menu li:hover::before,
.widget_recent_entries li:hover::before,
.widget_meta li:hover::before{
left: 5px;
}
.sidebar-content .widget_nav_menu .menu{
padding: 0;
}
.widget_recent_comments .children,
.widget_categories .children,
.widget_pages .children {
padding: 0;
}    .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(//zlatosfera.ru/wp-content/themes/zidex/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: 0px;
text-align: center;
position: absolute;
top: -10px;
width: 100%;
} .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 .owl-buttons .owl-prev{
position: absolute;
left: 0;
top: 25%;
color: #000000;
font-size: 22px;
background: transparent;
}
.owl-theme .owl-controls .owl-buttons .owl-next{
position: absolute;
right: 0;
top: 25%;
color: #000000;
font-size: 22px;
background: transparent;
}  .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;
}
.page-template-landing-page-template .title-subtile-holder.animateIn.animated {
opacity: 1 !important;
}  .breadcrumb a::after {
content: "/";
}
body{
background: #ffffff;
}
.logo img, .navbar-header .logo img {
max-width: 200px;
}
header.header4 .logo img, .navbar-header .logo img {
max-width: 180px;
}
header.header3 .logo img, .navbar-header .logo img {
max-width: 300px;
}
::selection{
color: #ffffff;
background: #252525;
}
::-moz-selection { color: #ffffff;
background: #252525;
}
.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: #252525;
} .zidex-single-list-item i.cc:hover, .single .single-icondrops-related-listings i.cc:hover, .related-posts .post-name:hover a{
color: #374C9F !important;
}
.hover-components .component a, .flickr_badge_image a::after, .thumbnail-overlay, .portfolio-hover, .mt_listing--single-gallery .ico-screenshot:hover .flex-zone, .pastor-image-content .details-holder, .item-description .holder-top, blockquote::before {
background: rgba(37,37,37, .7);
}
#our_projects .eg-monroe-element-1:before,
#our_projects_3 .eg-monroe-element-1:before,
#our_projects_2 .eg-monroe-element-1:before,
#our_projects_4 .eg-monroe-element-1:before {
content: "";
display: block;
position: absolute;
left: 0;
bottom: -7px;
width: 200px;
height: 1px;
background: rgba(255,255,255,0.5);
}
#our_projects .eg-monroe-element-1:after,
#our_projects_3 .eg-monroe-element-1:after,
#our_projects_2 .eg-monroe-element-1:after,
#our_projects_4 .eg-monroe-element-1:after {
content: "";
display: block;
position: absolute;
left: 0;
bottom: -8px;
width: 100px;
height: 3px;
background: #ffb716;
}
.theme-default .nivoSlider {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.zidex-4services .mt_thumbnails_custom_content_link_content {
padding: 40px;
} .woocommerce nav.woocommerce-pagination{
background: transparent;
}
a.button.added::before {
background: transparent;
position: inherit;
}
.related.products ul.products li.product .price {
font-size: 15px;
}
a.button.added::after {
left: auto;
top: auto;
width: auto;
background: transparent;
position: inherit;
}
.woocommerce ul.products li.product a.added_to_cart.wc-forward {
margin-left: 7px;
font-weight: bold;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
text-align: center;
box-shadow: 0 0 25px rgba(0,0,0,.1);
-webkit-box-shadow: 0 0 25px rgba(0,0,0,.1);
-moz-box-shadow: 0 0 25px rgba(0,0,0,.1);
-ms-box-shadow: 0 0 25px rgba(0,0,0,.1);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
padding: .5em 30px;
font-size: 20px;
font-weight: bold;
}
.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
left: auto;
height: auto;
width: auto;
top: 12px;
}
.woocommerce a.button{
padding: 12px 20px;
border-radius: 0px;
background: #ffb716;
color: #ffffff;
font-weight: 600;
transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
}
.woocommerce a.button:hover{
color: #ffffff;
}
.woocommerce ul.products li.product .button {
margin: 10px 0 30px;
}
.woocommerce ul.products li.product .price {
color: #151515; 
}
.woocommerce .woocommerce-ordering select {
padding: 10px 12px;
border-style: none none solid;
border-width: medium medium 1px;
border-color: #15151530;
color: #151515;
font-weight: 400;
background: transparent;
transition: all 0.3s ease-in-out 0s;
}
.woocommerce .woocommerce-ordering {
margin: 0 0 3em;
}
.woocommerce div.product .product_title {
font-family: "Montserrat";
font-size: 30px;
font-weight: 700;
line-height: 42px;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
font-size: 22px;
font-weight: 600;
color: #151515;
}
.woocommerce input[readonly] {
padding: 10px 12px;
border-style: none none solid;
border-width: medium medium 1px;
border-color: #15151530;
color: #151515;
font-weight: 400;
background: transparent;
transition: all 0.3s ease-in-out 0s;
}
.woocommerce.single form .form-row label, 
.woocommerce-page.single form .form-row label {
display: none;
}
.woocommerce .woocommerce-Reviews #respond input#submit,
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
padding: 12px 20px;
border-radius: 0px;
background-color: #ffb716;
color: #ffffff;
font-weight: 600;
transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
}
.woocommerce .woocommerce-Reviews #respond input#submit:hover{
background-color: #151515;
}
.woocommerce button.button.alt:disabled{
background-color: #ffb716 !important;
padding: 12px 20px;
}
.woocommerce .quantity .qty {
padding: 10px 5px;
border-style: none none solid;
border-width: medium medium 1px;
border-color: #15151530;
color: #151515;
font-weight: 400;
background: transparent;
transition: all 0.3s ease-in-out 0s;
}
.woocommerce .wceb_picker_wrap{
margin-bottom: 15px;
}
.woocommerce .woocommerce-tabs .panel {
padding: 30px !important;
border-left: 1px solid rgba(21,21,21,0.1);
border-right: 1px solid rgba(21,21,21,0.1);
border-bottom: 1px solid rgba(21,21,21,0.1);
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
border-bottom: 1px solid rgba(21,21,21,0.1);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border: 1px solid rgba(21,21,21,0.1);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
border: 1px solid transparent;
}
.woocommerce-Tabs-panel h2{
display: none;
}
.woocommerce .woocommerce-tabs .panel h2 {
margin-top: 0px;
}
.woocommerce .woocommerce-tabs .panel p, 
.woocommerce .woocommerce-tabs .panel .shop_attributes {
margin-bottom: 0px;
}
.picker__nav--prev:hover, 
.picker__nav--next:hover {
background: #ffb716 !important;
}
.picker__day--highlighted:hover, 
.picker--focused .picker__day--highlighted,
.picker__day--infocus:hover, 
.picker__day--outfocus:hover,
.picker__button--today:hover, 
.picker__button--close:hover, 
.picker__button--clear:hover {
background: #ffb716 !important;
}
.picker__day--highlighted,
.picker__button--today:hover, 
.picker__button--close:hover, 
.picker__button--clear:hover {
border-color: #ffb716 !important;
}
.picker__button--today, 
.picker__button--close, 
.picker__button--clear {
border-style: unset !important;
}
.picker__button--today:hover:before, 
.picker__button--close:hover:before, 
.picker__button--clear:hover:before{
background: #ffffff !important;
z-index: 99 !important;
}
.picker__button--today:hover, 
.picker__button--close:hover, 
.picker__button--clear:hover {
color: #ffffff !important;
background: #ffffff !important;
}
.woocommerce .pswp__caption__center {
display: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
width: 19% !important;
margin-right: 1.25%;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(6) {
margin-right: 0 !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(2) {
margin-top: 6px !important;
}
.woocommerce span.onsale{
font-size: 14px;
font-weight: 600;
line-height: 20px;
min-height: 30px;
padding: 7px 15px;
top: 10px;
left: 10px;
color: #ffffff;
background-color: #ffb716;
border-radius: 0 !important; 
z-index:1;
transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;        
}
.woocommerce span.onsale:hover{
background: #151515;
color: #ffffff;
}
.woocommerce span.onsale,
.woocommerce span.onsale::after{
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.woocommerce span.onsale::before,
.woocommerce span.onsale::after{
background: #151515;
content: '';
position: absolute;
z-index: -1;
}
.woocommerce span.onsale:hover{
z-index: 1;
}
.woocommerce span.onsale::after{
height: 100%;
left: 0;
top: 0;
width: 0;
color: #ffffff;
}
.woocommerce span.onsale:hover:after{
width: 100%;
}
.woocommerce .product_meta .sku_wrapper,
.woocommerce .product_meta .posted_in,
.woocommerce .product_meta .tagged_as{
font-weight: 600;
}
.woocommerce .product_meta .sku_wrapper .sku,
.woocommerce .product_meta .posted_in a,
.woocommerce .product_meta .tagged_as a{
font-weight: 400;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border-radius: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
padding: 0 0 0 5px !important;
margin: 0px;
}
.woocommerce ul.products li.product .onsale {
margin: 10px 10px 0 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
border-width: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
box-shadow: 0px 0px 0 #ebe9eb !important;
}
.woocommerce div.product p.price del, 
.woocommerce div.product span.price del,
.woocommerce div.product del span.amount{
opacity: 1 !important;
color: #a7a7a7 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
border-bottom-right-radius: 0px;
}
.related.products h2{
margin-bottom: 20px;
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary,
.woocommerce div.product .woocommerce-tabs .panel {
margin-bottom: 4em;
}
.woocommerce p.stars a {
color: #ffb716;
}
.woocommerce #review_form #respond{
width: 100%
}
.woocommerce-page .high-padding{
padding: 120px 0 60px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
box-shadow: 2px 2px 0 transparent;
} .woocommerce .woocommerce-message,
.woocommerce-info {
border-top-color: #ffb716;
}
.woocommerce .woocommerce-cart-form table.shop_table {
border-radius: 0px;
}
#add_payment_method table.cart .product-thumbnail, 
.woocommerce-cart table.cart .product-thumbnail, 
.woocommerce-checkout table.cart .product-thumbnail {
width: 110px;
}
#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
width: 100%;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dd{
font-size: 14px;
}
.woocommerce td.product-name dl.variation dt{
font-weight: 600;
}
.woocommerce .cart_item .product-name a{
font-weight: 600;
}
.woocommerce table.cart.shop_table td.actions .input-text, 
.woocommerce .woocommerce-page table.cart.shop_table td.actions .input-text {
width: 140px;
padding: 10px 0px;
border-style: none none solid;
background: transparent;
}
.woocommerce .cart .button, 
.woocommerce .cart input.button,
.woocommerce .button[type="submit"] {
padding: 12px 20px;
border-radius: 0px;
color: #fff;
background-color: #ffb716;
font-weight: 600;
transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
}
.woocommerce button.button:hover,
.woocommerce button.button:disabled[disabled]:hover{
color: #ffffff;
}
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled]{
padding: 12px 20px;
color: #ffffff;
}
.woocommerce table.shop_table {
border-radius: 0px;
}
.woocommerce-cart .wc-proceed-to-checkout{
padding-bottom: 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
padding: 12px 20px;
border-radius: 0px;
background: #ffb716;
color: #ffffff !important;
font-weight: 600;
line-height: 1.42857143;
margin-bottom: 0px;
transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
}
.woocommerce-info::before {
color: #ffb716;
}
.woocommerce table.shop_table .product-name {
font-weight: 600;
}
.return-to-shop{
margin-bottom: 0px;
}
.woocommerce .return-to-shop .button{
padding: 12px 20px;
border-radius: 0px;
background: #ffb716;
color: #ffffff !important;
font-weight: 600;
line-height: 1.42857143;
transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
}
.woocommerce-cart .high-padding,
.woocommerce-checkout .high-padding,
.woocommerce-account .high-padding{
padding: 120px 0;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
background: transparent;
}
.woocommerce .checkout_coupon button.button,
.woocommerce-MyAccount-content button.button{
padding: 12px 20px;
border-radius: 0px;
color: #fff;
background-color: #ffb716;
font-weight: 600;
transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single,
.address-field.update_totals_on_change .select2-container--default .select2-selection--single{
padding: 1em 0px;
border-radius: 0px;
min-height: 52px;
border-style: none none solid;
border-width: medium medium 1px;
border-color: #15151530;
color: #151515;
font-weight: 400;
background: transparent;
transition: all 0.3s ease-in-out 0s;
}
.woocommerce-billing-fields .select2-container .select2-selection--single .select2-selection__rendered {
padding-left: 12px;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow,
.address-field.update_totals_on_change .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 52px;
}
.woocommerce form #order_comments_field.form-row textarea {
height: 8.15em;
}
.woocommerce-checkout #payment {
border-radius: 0px; 
}
.woocommerce-checkout .checkout_coupon .input-text{
padding: 10px 0px;
} .woocommerce-MyAccount-navigation-link{
border-bottom: 1px solid #e3e3e320;
margin-top: 0px;
}
.woocommerce-MyAccount-navigation-link a{
color: #ffffff;
padding: 12px 20px;
display: block;
transition: all 0.3s ease-in-out 0s;
}
.woocommerce-MyAccount-navigation-link a:hover{
color: #ffffff;
background: #ffb716;
}
.woocommerce .woocommerce-Address-title{
background-color: transparent;
}
.woocommerce-MyAccount-content fieldset {
margin: 0 2px 10px;
}
.woocommerce form.login, 
.woocommerce form.register {
margin-bottom: 0;
border-radius: 0;
}
.woocommerce form .form-row {
margin-bottom: 10px;
}
.woocommerce em{
font-size: 13px
}
.woocommerce-account .woocommerce form .form-row label {
line-height: 1;
}
.car_factory_video .mt_video .popup-play-video {
top: calc(50% - 75px);
left: calc(50% - 100px);
}
.languages a{
color: #666666;
}
.languages.wpb_content_element{
background-position: center top !important;
}
.border-radius-0 .vc_single_bar,
.border-radius-0 .vc_bar{
border-radius: 0 !important;
}
.margin-bottom-0 {
margin-bottom: 0 !important;
}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;
} 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: #fff none repeat scroll 0 0;
color: #151515;
font-family: monospace;
font-size: 12px;
}
optgroup,
select{
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; }
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%;
}
table, th, td {
border: 1px solid #e6e6e6;
} 
td, th {
padding: 10px !important;
text-align: center;
}
.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: 0 none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
font-family: 'Montserrat';
}
body,
p{
font-family: 'Montserrat';
}
.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: #151515;
}
.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6{
color: #151515;
}
.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: #151515;
}
.page-links,
.post-excerpt.row > th,
.post-excerpt.row > address,
.post-excerpt.row > dl,
.post-excerpt.row > ol,
.post-excerpt.row > ul {
color: #9aa7af;
}
dd {
padding-left: 20px;
margin-bottom: 5px;
} 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;
} .button{
display: -webkit-inline-box;
background: #ffb716;
color: #ffffff;
font-weight: 600;
border-style: none;
padding: 15px 45px;
position: relative;
z-index:1;
transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
}
.button:hover{
background: #151515;
color: #ffffff;
}
.button,
.button::after{
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.button::before,
.button::after {
background: #151515;
content: '';
position: absolute;
z-index: -1;
}
.button:hover {
z-index: 1;
}
.button::after {
height: 100%;
left: 0;
top: 0;
width: 0;
color: #ffffff;
}
.button:hover:after {
width: 100%;
}
.video-background {
height: 100%;
}
.more-link {
display: -webkit-inline-box;
color: #ffffff;
font-weight: 600;
border-style: none;
padding: 15px 45px;
position: relative;
z-index: 1;
transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
}
.more-link:hover,
.more-link:focus {
color: #ffffff;
} .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(//zlatosfera.ru/wp-content/themes/zidex/images/timeline-dot.jpg);
left: 50%;
top: 50%;
margin-left: -4px;
margin-top: -45px;
}
body.single-post {
border: 0 none;
} #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;
padding-top: 5px;
}
.alignleft{
text-align: left;
float: left;
}
.aligncenter {
text-align: center;
}
.wp-caption.alignleft{
margin: 10px 20px 10px 0;
}
.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: 15px;
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: 400;
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: 400;
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 div.logo {
margin: 0;
}
.list-view .post-thumbnail {
margin-left: 0;
padding-left: 0;
}
.clear_both_class:nth-child(3n+1) .grid-three-columns {
clear: both !important;
}
.clear_both_class:nth-child(2n+1) .grid-two-columns {
clear: both !important;
}
.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: 22px;
line-height: 20px;
margin-bottom: 20px;
position: relative;
font-weight: bold;
color: #151515;
}
.post_thumbnails_slider{
overflow: hidden;
}
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 .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 > 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;
}
.wpb_row#submit-ico {
margin-bottom: 0px !important;
}
.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;
transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
}
.related-posts .post-author > a:hover {
color: #4f4f4f !important;
}
.related-posts .post-name a {
color: black;
line-height: 140%;
margin-bottom: 6px;
font-weight: bold;
}
.related-posts .post-author {
color: #a7a7a7;
}
.single-post .love-it-wrapper {
display: none;
}
.related_blog_details {
background: white none repeat scroll 0 0;
padding: 15px 20px;
}
.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;
}
.page-links {
background-color: rgb(245, 245, 245);
color: rgba(37, 37, 37, 0.8);
margin-top: 10px;
padding: 15px !important;
}
.post-author > a {
display: inline !important;
}
.comment-list .heading-bottom {
margin-bottom: 0;
}
.single-post-tags > span {
background: black none repeat scroll 0 0;
color: white;
padding: 5px 8px;
}
.portfolio-bottom-description .love-it-wrapper {
display: none;
}
.portfolio-bottom-icons h4.single-post-love {
display: inline-table;
margin: 0;
}
.single-post .post-categories,
.single-post .post-date,
.single-post .single-post-tags {
display: -webkit-inline-box;
margin-bottom: 10px;
} .zidex_preloader_holder {
background: #009dde none repeat scroll 0 0;
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 10003;
}
.zidex_preloader_holder .loaders {
left: 50%;
position: absolute;
top: 50%;
} .project-details-top{
padding: 30px;
background: #ffb716;
}
.project-details-top h3{
margin: 0px;
color: #fff;
font-weight: 700;
}
.project-details-content{
background: #ffffff;
padding: 30px;
}
.project-details-content table,
.project-details-content th,
.project-details-content td{
border: 0px solid #e6e6e6;
}
.project-details-content th,
.project-details-content td{
border-bottom: 1px solid #e6e6e6;
text-align: left;
}
.project-details-content > table > tbody > tr > td:nth-child(1){
font-weight: 700;
}
.project-details-content > table > tbody > tr:nth-child(1) > td{
padding-top: 0px !important;
}
.zidex_sidebar_menu{
margin-bottom: 50px !important;
}
.zidex_sidebar_menu .widget_nav_menu li:before{
display: none;
}
.zidex_sidebar_menu .widgettitle{
font-size: 24px;
font-weight: 700;
background: #ffb716;
padding: 30px;
margin: 0px;
color: #fff;
}
.zidex_sidebar_menu .menu .menu-item{
border-left: 3px solid #ffb716;
background: #fbf3e3;
}
.zidex_sidebar_menu .menu .menu-item.current-menu-item{
border-left: 3px solid #151515;
}
.zidex_sidebar_menu .menu .menu-item:hover{
border-left-color: #151515;
}
.zidex_sidebar_menu .menu .menu-item:hover a{
color: #151515;
}
.zidex_sidebar_menu .menu .menu-item a{
padding: 7px 15px;
display: block;
}
.zidex_sidebar_menu .menu {
list-style-type: none;
padding-left: 0;
}