@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}#cookie-notice,#cookie-notice .cn-button:not(.cn-button-custom){font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;font-weight:400;font-size:13px;text-align:center}#cookie-notice{position:fixed;min-width:100%;height:auto;z-index:100000;letter-spacing:0;line-height:20px;left:0}#cookie-notice,#cookie-notice *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cookie-notice.cn-animated{-webkit-animation-duration:.5s!important;animation-duration:.5s!important;-webkit-animation-fill-mode:both;animation-fill-mode:both}#cookie-notice.cn-animated.cn-effect-none{-webkit-animation-duration:1ms!important;animation-duration:1ms!important}#cookie-notice .cookie-notice-container,#cookie-notice .cookie-revoke-container{display:block}#cookie-notice.cookie-notice-hidden .cookie-notice-container,#cookie-notice.cookie-revoke-hidden .cookie-revoke-container{display:none}.cn-position-top{top:0}.cn-position-bottom{bottom:0}.cookie-notice-container{padding:15px 30px;text-align:center;width:100%;z-index:2}.cookie-revoke-container{padding:15px 30px;width:100%;z-index:1}.cn-close-icon{position:absolute;right:15px;top:50%;margin-top:-10px;width:15px;height:15px;opacity:.5;padding:10px;outline:0;cursor:pointer}.cn-close-icon:hover{opacity:1}.cn-close-icon:after,.cn-close-icon:before{position:absolute;content:' ';height:15px;width:2px;top:3px;background-color:grey}.cn-close-icon:before{transform:rotate(45deg)}.cn-close-icon:after{transform:rotate(-45deg)}#cookie-notice .cn-revoke-cookie{margin:0}#cookie-notice .cn-button{margin:0 0 0 10px;display:inline-block}#cookie-notice .cn-button:not(.cn-button-custom){letter-spacing:.25px;margin:0 0 0 10px;text-transform:none;display:inline-block;cursor:pointer;touch-action:manipulation;white-space:nowrap;outline:0;box-shadow:none;text-shadow:none;border:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-decoration:none;padding:8.5px 10px;line-height:1;color:inherit}.cn-text-container{margin:0 0 6px}.cn-buttons-container,.cn-text-container{display:inline-block}#cookie-notice.cookie-notice-visible.cn-effect-fade,#cookie-notice.cookie-notice-visible.cn-effect-none,#cookie-notice.cookie-revoke-visible.cn-effect-fade,#cookie-notice.cookie-revoke-visible.cn-effect-none{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-fade,#cookie-notice.cn-effect-none{-webkit-animation-name:fadeOut;animation-name:fadeOut}#cookie-notice.cookie-notice-visible.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-effect-slide{-webkit-animation-name:slideInUp;animation-name:slideInUp}#cookie-notice.cn-effect-slide{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}#cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide{-webkit-animation-name:slideInDown;animation-name:slideInDown}#cookie-notice.cn-position-top.cn-effect-slide{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@media all and (max-width:900px){.cookie-notice-container #cn-notice-buttons,.cookie-notice-container #cn-notice-text{display:block}#cookie-notice .cn-button{margin:0 5px 5px}}@media all and (max-width:480px){.cookie-notice-container,.cookie-revoke-container{padding:15px 25px}}
 html {
height: 100%;
-webkit-font-smoothing: subpixel-antialiased;
}
body {
font-size: medium;
line-height:1.618;
min-height: 100%;
font-weight: 400;
}
p {
font-size: 1.125em;
line-height: 1.618;
margin: 0 0 1.618em 0;
}
table {
margin: 0 0 2.618em 0;
width: 100%;
}
table thead tr th,
table thead tr td {
padding: 0.5em 0 0.618em 0;
}
table tr th, table tr td {
padding: 0.5em 0 0.618em 0;
}
table tr th, table thead tr th, table thead tr td, table tfoot tr th,
table tfoot tr td {
font-weight: 600;
}
ul, ol {
margin: 0 0 1.82em 1.309em;
}
ul li, ol li {
font-size: 1.125em;
line-height: 1.82;
}
ul li ul li, ol li ol li, ol li ul li, ul li ol li {
font-size: 0.875em;
}
a {
text-decoration:none;
line-height:inherit;
}
:focus {
outline: none;
}
dd {
margin-left: 0;
margin-bottom: 1em;
}
address {
margin-bottom: 1.82em;
}
h1, h2, h3, h4, h5, h6 {
margin: 0.875em 0;
line-height: 1.5;
}
h1 {
margin: 0.657em 0;
}
code, kbd, pre, samp {
font-size: 1em;
color: maroon;
font-weight: 600;
}
pre {
margin: 0 0 1.82em 0;
}
h1 {
font-size: 2.618em;
font-weight: 700;
}
h2 {
font-size: 1.82em;
font-weight: 700;
}
h3 {
font-size: 1.416em;
font-weight: 700;
text-transform: uppercase;
}
h4 {
font-size: 1.416em;
font-weight: 700;
}
h5 {
font-size: 1.25em;
font-weight: 700;
line-height: 1.416;
}
h6 {
font-size: 0.875em;
line-height: 1;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.236em;
}
blockquote {
margin: 0.5em 0 0 2.291em;
padding: 1.82em 0 0 0;
border-bottom: 1px solid #d1d5d8;
border-top: 1px solid #d1d5d8;
width: 40%;
float: right;
font-size: 1.618em;
}
blockquote p {
line-height: 1.25;
font-size: 1em;
margin-bottom: 1.82em;
}
.columns blockquote {
width: 100%;
margin: 0.5em 0 1.618em 0;
}
hr {
border: 0;
width: 33.333%;
height: 2px;
clear: both;
margin: 2.618em auto 4.438em auto;
display: block;
}
iframe {
border:none;
}
dt {
font-weight: 700;
}
#content {
overflow: hidden;
clear: both;
}
#archive {
margin-bottom: 0.618em;
}
#single, #attachment {
overflow: hidden;
clear: both;
padding: 0;
}
#wrapper {
clear: both;
margin: 0 auto;
}
.boxed {
margin: 0 1.125em;
}
.row {
margin: 0 auto;
} #post-0, .grid, .grid .post, .grid .post .media-holder, ul.main-menu li ul.sub-menu li, .pricing-table, .pricing-table .bullet-item, table tr th, table tr td, .sidebar, input[type="text"],input[type="search"],input[type="url"],input[type="email"],input[type="password"],input[type="tel"],textarea, #comments-form, .comments-tree, .pricing-table .price, a.comment-reply-link, a.comment-edit-link, #custom-search input,#footer,.format-quote, .progress, .single-meta #page-nav, .panel, .grid-related, fieldset, h1.archive-title, .post-previous, .excerpt-text .share.entry-meta, .newsticker .owl-controls .owl-nav div {
border-color: #ddd;
}
.text-ad a:hover, .text-ad h2 a:hover, .text-ad h3 a:hover, .text-ad h4 a:hover, .text-ad h5 a:hover {
border-color: #fff;
border-color: rgba(255,255,255,0.8);
}
.dark .newsticker .owl-controls .owl-nav div {
border-color: #fff;
border-color: rgba(255,255,255,0.4);
}
.dark .text-holder .share.entry-meta, .format-quote .text-holder .share.entry-meta, .format-status .text-holder .share.entry-meta {
border-color: #fff;
border-color: rgba(255,255,255,0.15);
}
a:hover, .is-hover .text-holder, .entry-title a:hover, a.comment-reply-link:hover, a.comment-edit-link:hover, .side-nav li ul li a, .panel.callout .side-nav li ul li a, .text-line, .pricing-table .description, .excerpt-text, .excerpt-text .text, .subheader a, .subheader a:hover, .entry-meta a, .page-numbers li span.current, .widget_rss cite,.widget .excerpt-text .share.entry-meta a, .newsticker.owl-theme .owl-controls .owl-nav div {
color: #6F787B;
}
.comment-notes, .form-allowed-tags, .comment .author-meta, #wp-calendar a:hover, .rss-date, .logged-in-as, .subscribe-to-comments, .entry-meta, p.wp-caption-text, .widget ul li, .entry-meta.taxonomy, .entry-meta.taxonomy a, .text-line a, #custom-search, #custom-search input, .custom-search-btn .search-icon, .right-off-canvas-menu .notice, .left-off-canvas-menu .notice, .tagcloud a:before, .login-register-lost-password, h6 a.rsswidget:hover, .comment-time, a.comment-reply-link, a.comment-edit-link, .wppb-form-field > span, .login-remember label, .wppb-send-credentials-checkbox label,  .load-more.last, .load-more.last:hover, .wp-caption-text.gallery-caption, .comment .author-meta .comment-date a, .social-item .icon a {
color: #919799;
}
.format-quote .entry-wrapper .entry-header:after, #mobile a, .page-numbers li.unavailable a {
color: #ddd;
}
.home-header.white, .home-header.white .button.success, .home-header.white .button, .home-header.white h1, .home-header.white h2, a.right-off-canvas-toggle, a.left-off-canvas-toggle, a.right-off-canvas-toggle:hover, a.left-off-canvas-toggle:hover, .button:focus, .button:hover, button:focus, button:hover, #filters .sub-nav li a.active, .postfix, .button, .button.secondary:hover, .button.secondary:focus, ul.main-menu ul.sub-menu li a:hover, ul.main-menu ul.sub-menu li:hover a, .widget-title h6, input#submit:hover, input#wp-submit:hover, .wpcf7-submit:hover, input#wppb-submit:hover, input#wppb-submit:focus, input#submit:focus, input#wp-submit:focus, .wpcf7-submit:focus, input#submit, .wpcf7-submit, input#wp-submit, input[type="submit"], input#wppb-submit, h6 a.rsswidget, .format-quote .text-holder p, .format-status .text-holder p, .label.secondary, .accordion .accordion-navigation > a, .accordion dd > a, .tabs dd > a, .tabs .tab-title > a, .widget-title a, .dark a, .dark h2.entry-title a, .dark .entry-cat a, .text-ad, .text-ad h2, .text-ad h3, .text-ad h4, .text-ad a, .text-ad h2 a, .text-ad h3 a, .text-ad h4 a, .text-ad h5, .text-ad h5 a, .is-hover h2.entry-title, .is-hover h2.entry-title a, .widget .text-ad a, .accordion .accordion-navigation > a:hover, .accordion dd > a:hover, .accordion .accordion-navigation.active > a, .tabs dd.active, .tabs dd > a:hover, .tabs dd.active a, .owl-theme .owl-controls .owl-nav div, #mobile a, #mobile ul li ul li a:hover, .dark .widget a, .widget .widget-title a:hover, .is-hover .entry-cat a, .dark a.more, .dark .top-search input[type=search], .slicknav_nav, .slicknav_nav a, .slicknav_nav a:hover, .slicknav_nav .slicknav_row:hover, .slicknav_menu .slicknav_menutxt, .scroll-button a:hover, .accordion dd.active > a {
color: #fff;
}
.text-ad a:hover, .text-ad h2 a:hover, .text-ad h3 a:hover, .text-ad h4 a:hover, .text-ad h5 a:hover, .dark, .dark a:hover, .dark .newsticker.owl-theme .owl-controls .owl-nav div, .media-holder:hover .icon, .widget .text-ad a:hover, .dark h2.entry-title a:hover,.dark .entry-meta a, ul.main-menu ul.sub-menu li a, ul.main-menu ul.sub-menu li.current_page_item>a, .dark .excerpt-text .share.entry-meta a:hover, .widget .dark .excerpt-text .share.entry-meta a:hover, .format-status .excerpt-text .share.entry-meta a:hover, .format-quote .excerpt-text .share.entry-meta a:hover, .dark .widget a:hover, .widget .widget-title a, .is-hover .entry-cat a.trans-cat, .dark a.more:hover, .scroll-button a {
color: #fff;
color: rgba(255,255,255,0.8);
}
.dark .widget a:hover, .dark .entry-cat a:hover, .dark .excerpt-text, .dark .entry-meta a:hover, #mobile ul li ul li a, .dark .entry-meta, .is-hover .entry-cat, .dark .excerpt-text .share.entry-meta a, .widget .dark .excerpt-text .share.entry-meta a, .dark .excerpt-text .share.entry-meta, .widget .dark .excerpt-text .share.entry-meta, .format-status .excerpt-text .share.entry-meta a, .format-status .excerpt-text .share.entry-meta, .format-quote .excerpt-text .share.entry-meta a, .format-quote .excerpt-text .share.entry-meta {
color: #fff;
color: rgba(255,255,255,0.6);
}
.dark .search-btn i, .dark .entry-cat, .newsticker .owl-theme .owl-controls .owl-nav div, .is-hover .icon {
color: #fff;
color: rgba(255,255,255,0.4);
}
body, .white, .panel, .pricing-table, .media-holder.has-hover .is-hover, #calendar_wrap table tfoot tr td, .progress, .stuck .header, .horizontal .white .widget-title h6, h1.archive-title, .load .post-previous, .slicknav_menu .slicknav_icon-bar {
background-color: #fff;
}
.header {
background-color: rgba(255,255,255,0);
}
.stuck .header {
background-color: rgba(255,255,255,0.85);
}
.dark .top-search input[type="search"] {
background-color: rgba(255,255,255,0.15);
}
.dark .top-search input:focus {
background-color: rgba(255,255,255,0.2);
}
.panel.callout, .gray, .gray .widget-title h6, .magazine-grid .widget, .sidebar .widget, .entry-content img, .sub-nav dt a:hover, .sub-nav dt a:hover, .sub-nav dd a:hover, .sub-nav li a:hover,  .widget .tabs dd:hover, .tabs dd > a, .tabs .tab-title > a, .accordion .accordion-navigation > a, .accordion dd > a, .alert-box.secondary, .notice, select {
background-color: #f7f7f7;
}
hr, .progress.secondary .meter, .divider-line, .load:after, .excerpt-text .share:after {
background-color: #ddd;
}
ul.main-menu ul.sub-menu li, ul.main-menu ul.recent-cat-posts {
background-color: rgba(0, 0, 0, 0.8);
}
.top-search input::-webkit-input-placeholder {
color:    #fff;
}
.top-search input:-moz-placeholder {
color:    #fff;
}
.top-search input::-moz-placeholder {
color:    #fff;
}
.top-search input:-ms-input-placeholder {
color:    #fff;
} #header {
padding: 1.618em 0;
}
.header {
padding: 1em 0;
margin: 0 0 0 0;
clear: both;
line-height: 1.416;
position: relative;
}
#header .notice {
font-size: 0.875em;
margin-top: -0.382em;
margin-left: 1.82em;
padding: 1em;
}
#logo .text-logo {
margin: 0;
line-height: 1;
font-size: 1.82em;
font-weight: 700;
letter-spacing: 0.236em;
text-transform: uppercase;
}
#logo {
z-index: 4;
position: relative;
display: block;
float: left;
}
#logo img {
max-width:100%;
max-height:100%;
display: block;
padding: 0;
margin: 0.2em 0 0 0;
}
.center_center_header #logo {
float: none;
text-align: center;
}
.stuck .center_center_header #logo, .stuck .left_bottom_header #logo {
display: none;
}
.center_center_header #logo img {
display: inline-block;
text-align: center;
}
#logo h2 {
line-height: 1.25;
font-weight: 400;
margin: 0;
font-size: 2.945em;
text-align: center;
}
.top-search{
width:11.089em;
position:relative;
top: -0.382em;
right:0;
margin-left: 2.618em;
float: right;
}
.main-search{
width:100%;
position:relative;
top: -0.382em;
right:0;
margin-left: 2.618em;
float: right;
}
.menu-search .top-search{
position:absolute;
top: -0.236em;
float: none;
margin-left: 0;
}
.menu-search .center_center_header .top-search {
position:absolute;
top: -2.618em;
right:0;
float: none;
margin-left: 0;
}
.menu-search .stuck .center_center_header .top-search, .menu-search .stuck .left_bottom_header .top-search {
display: none;
}
.menu-search .left_bottom_header .top-search{
position:absolute;
top: 1.125em;
right:0;
float: none;
margin-left: 0;
}
.menu-search .stuck .left_bottom_header .top-search {
top: -1.3em;
}
ul.main-menu li.menu-search {
display: none;
}
.menu-search .search-btn {
top: 0.618em;
}
.top-search input[type="search"], .main-search input[type="search"] {
position:absolute;
left:0;
height:3.5em;
margin: 0;
font-weight: 300;
line-height:1.25;
outline:none;
-webkit-appearance:none;
-moz-opacity:0.9;
-webkit-opacity:0.9;
-ms-filter:progid:"DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter:alpha(opacity=80);
opacity:0.8;
z-index:2;
padding:0.43em 1.618em;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-transform: uppercase;
letter-spacing: 0.236em;
font-size: 0.695em;
}
.top-search input[type="search"], .main-search input[type="search"] {
margin-bottom: 0;
}
.dark .top-search input[type="search"], .dark .top-search input:focus {
border: 0;
height:4.25em;
}
.dark .top-search{
width:14.86em;
position:relative;
top: 0;
right:0;
margin-left: 2.618em;
float: right;
}
.dark .search-btn {
top: 0.75em;
z-index: 20;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
display: none;
}
.top-search input:focus{
-ms-filter:progid:"DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter:alpha(opacity=100);
-moz-opacity:1;
-webkit-opacity:1;
opacity:1;
}
.search-btn {
top:0.5em;
right: 0.43em;
position: absolute;
display: block;
}
.search-btn .search-icon i {
font-size:1em;
z-index:1;
padding-right: 0.266em;
padding-top: 2px;
display: block;
}  .right-off-canvas-toggle, .left-off-canvas-toggle {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-decoration: none;
position: absolute;
overflow: hidden;
z-index: 10;
top: 0;
right: 0;
width: 4.16em;
height: 4.16em;
}
.right-off-canvas-toggle:after, .left-off-canvas-toggle:after {
content: '\e120';
font-family: 'icons', serif;
position: absolute;
font-size: 1.618em;
top: 0.5em;
width: 100%;
text-align: center;
left: 0;
}
.move-left .right-off-canvas-toggle:after, .move-right .left-off-canvas-toggle:after {
content: '\e117';
}
.notice {
font-size: 0.875em;
padding: 1em 1em 0.382em 1em;
font-weight: 400;
}
.notice p {
margin-bottom: 0.618em;
}
.header-login {
margin-top: 0.695em;
display: block;
}
#mobile {
margin: 0.236em 1.82em;
font-size: 1.125em;
}
#mobile ul {
margin: 0;
padding: 0 0 0.43em 0;
}
#mobile ul {
padding: 0.266em 0 0 0;
}
#mobile ul li {
margin: 0;
padding: 0.43em 0 0.43em 0;
list-style: none;
line-height: 1.416em;
}
#mobile ul li ul li {
font-size: 0.75em;
}
#mobile ul li ul li ul li {
font-size: 1em;
padding-left: 1em;
}
#mobile .notice, ul.main-menu ul.social li {
background: transparent;
}
.mobile-search {
position: relative;
}
.mobile-text {
display: inline-block;
}
#classic-mobile.stuck {
width: 100%;
left: 0;
position: fixed;
top: 0;
z-index: 1000;
}
#classic-mobile .top-search {
position: absolute;
top: 1em;
right: 1em;
z-index: 2000;
width: 10em;
display: none;
}
#classic-mobile.dark .top-search input[type="search"], #classic-mobile.dark .top-search input:focus {
height: 2.86em;
}
#classic-mobile.dark .search-btn {
top: 0.382em
}
.dark .mobile-search .top-search {
width: 100%;
margin-bottom: 5.2em;
width: 11.985em;
right: 1.82em;
top: 1em;
}
.dark .mobile-search .top-search input[type="search"], .dark .mobile-search .top-search input:focus {
height: 3.4em;
}
.dark .mobile-search .search-btn {
top: 0.5em;
}  #custom-search {
width: 100%;
margin: 2.618em auto;
clear: both;
position: relative;
}
#custom-search input{
display: block;
width: 100%;
height:4em;
outline:none;
font-size: 0.875em;
text-transform: uppercase;
-webkit-appearance:none;
z-index:2;
border-style: solid;
border-width: 0.164em;
background: transparent;
padding:0.5em 1em;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
display: none;
}
#custom-search input:hover,#custom-search input:focus{
border-bottom-style: solid;
border-bottom-width: 1px;
}
.custom-search-btn {
line-height: 1;
position: absolute;
right: 0;
top: 2em;
display: block;
z-index: 3;
}
.custom-search-btn .search-icon i {
font-size: 1em;
z-index:1;
padding-top: 0;
right: 0.5em;
bottom: 0;
display: block;
position: absolute;
} select {
height: 3em;
}
input[type="text"],
input[type="search"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea {
-webkit-appearance: none;
background-color: white;
font-family: inherit;
border-width: 1px;
border-style: solid;
display: block;
font-size: 0.875em;
margin: 0 0 1em 0;
padding: 0.618em 0.875em;
height: 2.945em;
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.widget input[type="text"], .widget input[type="search"], .widget input[type="url"], .widget input[type="email"], .widget input[type="password"], .widget textarea {
height: 2.334em;
}
input[type="search"] {
-webkit-border-bottom-right-radius: 0;
-webkit-border-top-right-radius: 0;
-moz-border-bottom-right-radius: 0;
-moz-border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus {
background: #fff;
outline: none;
}
.prefix, .postfix {
height: 2.25em;
line-height: 2.25em;
}
input#submit, .wpcf7-submit, input#wp-submit, input#edd_login_submit, input#wppb-submit, input[type="submit"] {
cursor: pointer;
font-family: inherit;
line-height: 1;
margin: 0;
position: relative;
text-decoration: none;
text-align: center;
display: block;
padding: 1.416em 1.618em 1.416em 1.618em;
font-size: 0.875em;
font-weight: 400;
letter-spacing: 0.06em;
border: 1px solid;
}
.post-password-form input[type="password"] {
padding-top: 0.236em;
}
.widget input#submit, .widget .wpcf7-submit, .widget input#wp-submit, .widget input#edd_login_submit, .widget input#wppb-submit, .widget input[type="submit"] {
font-size: 0.75em;
}
button, .button {
cursor: pointer;
font-family: inherit;
line-height: 1;
margin: 0;
position: relative;
text-decoration: none;
text-align: center;
padding: 1em 1.618em;
font-size: 0.875em;
font-weight: 400;
letter-spacing: 0.06em;
border-width: 0;
}
.button i {
font-size: 0.875em;
}
button.radius, .button.radius {
-moz-border-radius: 0.266em;
-webkit-border-radius: 0.266em;
border-radius: 0.266em;
}
.button .icon {
top: 0.102em;
position:relative;
}
button.large, .button.large {
padding: 1.618em 1.82em;
}
button.secondary, .button.secondary {
border-style: solid;
border-width: 1px;
background: transparent;
}
.intro .button {
margin: 1.618em 0 0 0;
width: 100%;
}
input#submit:after, .wpcf7-submit:after, .button:after,.postfix:after {
content: '';
margin: 8px;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.postfix {
border: 0;
cursor: pointer;
font-family: inherit;
line-height: 1;
margin: 0 0 1.25em;
position: relative;
text-decoration: none;
text-align: center;
display: block;
padding: 0.5em 1.5em;
font-size: 0.75em;
font-weight: 600;
text-transform: uppercase;
} .entry-content .tabs a, .entry-content .accordion a, .entry-content a.button {
text-decoration: none;
}
.accordion .accordion-navigation > a, .accordion dd > a, .tabs dd > a, .tabs .tab-title > a {
text-transform: uppercase;
letter-spacing: 0.236em;
}
.progress {
height: 2.25em;
border-style: solid;
border-width: 1px;
}
.panel {
border-width: 1px;
border-style: solid;
padding: 2.618em;
margin: 0 0 2.945em 0;
}
.panel h5, .panel.callout h5 {
font-weight: bold;
margin-bottom: 1em;
}
.entry-content .panel .row {
padding: 0;
}
.row.collapse .entry-content .row {
margin-left: -1.309em;
margin-right: -1.309em;
}
.entry-content .panel p {
font-size: 1em;
margin-bottom: 1em;
}
.panel.callout {
border: 0;
}
.panel.centered {
text-align: center;
}
.panel.no-border {
border: 0;
padding: 0 0 0.33em 0;
margin-top: 0;
}
.side-nav li {
margin: 0 0 0.625em 0;
font-size: 1.25em;
}
.side-nav li ul {
margin: 0;
padding: 0;
}
.side-nav li ul li {
font-size: 0.875em;
list-style: none;
padding-left: 0;
margin-left: 0;
}
.entry-content span[class^="icon_"], .entry-content span[class*=" icon_"]  {
font-size: 2.618em;
display: block;
text-align: center;
margin: 1em 0 0 0;
}
.entry-content h1 .fi, .entry-content h2 .fi, .entry-content h3 .fi, .entry-content h3 .fi, .entry-content h5 .fi, .entry-content h5 .fi {
font-size: 1em;
display: inline;
}
.alert-box {
font-size: 0.875em;
padding: 0.5em 1.125em 0.382em 1.125em;
margin-left: -0.618em;
margin-right: -1.125em;
}
table tr th, table tr td {
border-bottom-style: solid;
border-bottom-width: 1px;
}
.pricing-table {
padding: 2.618em 1.618em;
margin: 0;
border-width: 1px;
border-style: solid;
}
.panel.callout .pricing-table {
border: 0;
}
.pricing-table .cta-button {
padding: 1.618em 0 0 0;
}
.pricing-table .cta-button .button {
width: 100%;
font-weight: 700;
font-size: 1em;
}
.pricing-table .bullet-item {
font-size: 0.875em;
border-top-width: 1px;
border-top-style: solid;
padding: 1.618em 0;
text-align: center;
}
.pricing-table .description {
font-size: 1em;
padding: 0 0 2.945em 0;
line-height: 1.618 !important;
border: 0;
text-align: center;
}
.pricing-table .description p {
line-height: 1.618 !important;
margin: 0;
}
.pricing-table .title {
font-weight: 600;
border: 0;
padding: 0 0 2.945em 0;
font-size: 1.4em;
text-align: center;
letter-spacing: -0.0382em;
}
.pricing-table .price {
font-weight: 600;
padding: 0 0 0.43em 0;
text-align: center;
font-size: 2.945em;
line-height: 0.6;
}
.pricing-table .price::first-letter {
font-size: 0.43em;
letter-spacing: -1em;
vertical-align: top;
font-weight: 600;
}
.label {
font-weight: 400;
padding: 0.695em 1em;
}
label {
font-weight: 400;
padding: 0.236em 1em 0.236em 0;
}
fieldset legend {
font-weight: 600;
}
.sub-nav dt {
font-weight: 700;
letter-spacing: 0.06em;
}
.sub-nav dt, .sub-nav dd, .sub-nav li {
margin-left: 0;
margin-right: 1em;
font-size: 0.875em;
}
.tabs dd, .tabs .tab-title, .accordion-navigation a {
font-size: 0.75em;
}
.content p, .content ul li, .content ol li, .inline-list > li {
font-size: 1em;
}
.entry-content .columns h6 {
margin-top: 0;
} #filters {
margin: 0 auto;
display: block;
text-align: right;
}
#filters .sub-nav {
display: inline-block;
margin: 0 -0.382em 0 0;
}
#filters .sub-nav li {
font-weight: 400;
font-size: 1em;
border-radius: 0.266em;
-moz-border-radius: 0.266em;
-webkit-border-radius: 0.266em;
}
#filters .sub-nav li {
margin: 0 0 1em 0.695em;
}
#filters .sub-nav li a {
font-weight: 400;
font-size: 1em;
text-transform: lowercase;
padding: 0.266em 0.695em 0.164em 0.695em;
}
#filters .sub-nav li a.active {
cursor: default;
font-weight: 400;
} .menu-item.social-bar {
display: none;
}
.social, .user-menu {
margin: 0;
padding: 0;
}
.social-item .rss a:hover {
color: #FD9118;
}
.social-item .skype a:hover {
color: #00A4E5;
}
.social-item .mail a:hover {
color: #DC4228;
}
.social-item .transformbook a:hover {
color: #4770bd;
}
.social-item .twitter a:hover {
color: #60E2E6;
}
.social-item .vkontakte a:hover {
color: #56789e;
}
.social-item .instagram a:hover {
color: #a67b5f;
}
.social-item .pinterest a:hover {
color: #cb2027;
}
.social-item .youtube a:hover {
color: #c6120b;
}
.social-item .linkedin a:hover {
color: #007BB6;
}
.social-item .github a:hover {
color: #999;
}
.social-item .gplus a:hover  {
color: #e34429;
}  .grid {
clear: both;
overflow: hidden;
margin: 0;
}
.magazine-grid .media-holder {
position: relative;
}
.magazine-grid {
margin-right: -2.618em;
margin-bottom: 2.618em;
}
.magazine-grid .grid-item {
padding-right: 2.618em;
padding-bottom: 2.618em;
}
.magazine-grid .small-block.grid-item {
padding-bottom: 0;
padding-top: 2.618em;
}
.gallery-grid .media-holder {
margin-right: -0.236em;
margin-bottom: 2.764em;
}
.gallery-grid .grid-item {
padding-right: 0.236em;
padding-bottom: 0.236em;
}
.magazine-grid .grid-item.ad {
padding-bottom: 0;
}
.magazine-grid .grid-item.ad-wide {
padding-bottom: 1em;
}
.widget .magazine-grid {
padding-bottom: 2.088em;
margin-bottom: 0;
}
.widget .magazine-grid .grid-item {
padding-right: 2.618em;
padding-top: 1em;
padding-bottom: 1.618em;
}
.horizontal.horizontal-top .widget .magazine-grid {
padding-bottom: 1em;
}
.horizontal.horizontal-top .widget-title {
padding: 0;
top: 0;
}
.horizontal.horizontal-top .widget .magazine-grid .grid-item {
padding-right: 0.75em;
padding-top: 0.75em;
padding-bottom: 0.75em;
}
.horizontal.horizontal-top .widget .magazine-grid {
margin-right: -0.75em;
}
.grid-item {
width: 100%;
float:left;
z-index: 2;
position:relative;
overflow: hidden;
text-align: left;
cursor: default;
padding: 0 0 0 0;
margin: 0;
}
.grid-item .soundcloud iframe {
max-height: 16.4em;
} .excerpt-text {
margin: 0.618em 0 0 0;
padding: 0;
display: block;
overflow: hidden;
line-height: 1.618;
}
.excerpt-text p {
line-height: 1.618;
font-size: 0.875em;
margin-bottom: 0.695em;
display: inline;
}
.excerpt-text p:last-of-type {
margin-bottom: 0;
}
.entry-cat {
text-transform: uppercase;
font-size: 0.875em;
margin: 0 0.541em 0 0;
display: inline-block;
font-weight: 300;
letter-spacing: 0.236em;
}
.single-taxonomy {
text-transform: uppercase;
}
.text-holder {
padding: 0;
}
.text-holder .entry-meta {
padding: 0;
display: inline-block;
line-height: 1.125;
}
.text-holder .entry-cat {
line-height: 1.125;
}
.format-quote {
line-height: 1.416;
}
.format-quote .text-holder {
padding: 2.618em;
}
.format-aside .text-holder, .format-status .text-holder {
font-weight: 300;
}
.format-status .text-holder {
font-style: italic;
padding: 2.618em;
}
.format-status .text-holder p {
font-size: 1.125em;
}
.format-aside .text-holder p {
font-size: 1.416em;
}
.format-quote .text-holder .excerpt-text, .format-status .text-holder .excerpt-text {
margin: 0;
}
.format-quote .text-holder p {
line-height: 1.416;
font-size: 1.416em;
font-weight: 300;
}
.format-quote .text-holder p em {
font-size: 0.875em;
}
.format-status .text-holder p {
font-size: 1em;
line-height: 1.416;
}
.format-quote .entry-content {
padding: 2.618em 0;
}
.format-quote .entry-content p {
font-size: 1.618em;
font-weight: 300;
}
.format-quote .entry-content em {
font-size: 0.875em;
}
.entry-wrapper {
position: relative;
padding: 0 0 2em 0;
}
.entry-wrapper.collapse-top {
padding-top: 0;
}
.entry-wrapper.collapse-bottom {
padding-bottom: 0;
}
.entry-wrapper .category-title {
font-size: 1.618em;
}
.entry-wrapper .slider {
margin-top: 0;
}
.subheader {
font-size: 0.618em;
}
h2.subheader {
font-weight: 400;
letter-spacing: normal;
display: block;
margin-top: -0.541em;
}
.entry-header {
overflow: hidden;
clear: both;
}
.entry-content {
margin-top: -0.43em;
}
.bbpress .entry-content {
margin-top: 0;
}
.entry-content blockquote p {
text-align: left;
font-weight: 300;
}
.entry-content.drop-cap p:first-child::first-letter {
text-transform: uppercase;
font-size: 4.236em;
font-weight: 600;
margin: 0.03em 0.266em 0 0;
float: left;
line-height: 0.92;
}
.entry-content.drop-cap blockquote p:first-child::first-letter, .entry-content.drop-cap .row p:first-child::first-letter {
text-transform: none;
font-size: 1em;
margin: 0;
line-height: 1.618;
float: none;
font-weight: inherit;
}
.entry-content ul li, .entry-content ol li {
padding: 0;
font-weight: 400;
}
.entry-content a {
text-decoration: underline;
}
.entry-content a img {
border: 0;
}
.keynote {
margin: 0;
padding: 0 0 2.618em 0;
display: block;
overflow: hidden;
position: relative;
}
.keynote h2, .keynote p {
margin: 0;
line-height: 1.416;
font-size: 1.416em;
font-weight: 300;
font-style: italic;
}
.keynote h2 strong, .keynote strong {
font-weight: 600;
}
.no-title .entry-title {
display: none;
}
.has-excerpt h1.entry-title {
margin: 0 0 0.382em 0;
}
.additional {
font-size: 0.875em;
margin: 0.43em 0 0 0;
padding: 0;
font-style: italic;
text-align: center;
}
.additional p a {
text-decoration: none;
}
.additional p {
margin-bottom: 0.618em;
text-align: center;
font-weight: 600;
}
.post.has-post-thumbnail .sidebar .additional {
margin: 1.618em 0 0 0;
}
.single-meta {
clear: both;
padding: 0;
margin-top: -0.1em;
}
.single-meta .entry-meta {
margin: 0 0 3.125em 0;
padding: 0;
text-align: left;
}
.single-meta .entry-meta i {
font-size: 1em;
}
.single-meta p {
font-size: 1em;
margin: 1.618em 0 0 0;
}
.share .inline-list>li {
margin-left: 0.875em;
line-height: 1.618;
}
.widget .share ul li {
font-size: 1em;
}
.share .inline-list>li i {
font-size: 1em;
}
.excerpt-text .share.entry-meta {
position: relative;
display: block;
width: 100%;
margin: 1.125em 0 0 0;
padding: 0.618em 1.618em 0 0;
border-top-style: solid;
border-top-width: 1px;
}
.excerpt-text .share ul {
padding: 0;
margin: 0;
}
.excerpt-text .share.entry-meta .inline-list>li {
margin-left: 0;
margin-right: 0.875em;
}
.excerpt-text .share.entry-meta .inline-list>li i {
font-size: 0.875em;
}
#page-nav {
margin-top: 1.618em;
}
#page-nav p {
margin-bottom: 1.618em;
font-size: 1em;
font-weight: 600;
} #comments-form {
padding: 2.618em 0 0 0;
border-top-style: solid;
border-top-width: 1px;
}
#comments-form h3 {
text-align: left;
margin: 0;
}
#comments-form h6 {
margin: 0 0 1.618em 0;
line-height: 2;
}
#comments-form p {
font-size: 1em;
}
#comments-form label {
font-size: 0.875em;
padding-bottom: 0.618em;
display: inline-block;
}
#comments-form .notice {
padding-left: 0;
}
.comment-author img {
margin: 0.541em 1.125em 1em 0;
width: 2.945em;
}
.comment {
display: block;
font-size: 14px;
text-align: left;
margin: 0 0 1.618em 0;
}
.comment ul.children {
margin-bottom: 0;
}
.comment:after {
content: " ";
display: table;
}
.comment ul.children {
margin-left: 0;
}
.comment p {
margin-bottom: 1em;
line-height: 1.416;
font-size: 1em;
}
.comment cite {
font-style: normal;
}
.comment-time {
padding-left: 0.43em;
}
.comment .author-meta {
display: block;
margin-bottom: 0.618em;
}
.comment .author-meta .fn, .comment .author-meta .fn a {
text-transform: uppercase;
font-weight: 300;
display: inline;
font-size: 14px;
}
.comment .author-meta .comment-date {
font-weight: 300;
display: inline;
font-style: italic;
}
.comment .author-meta .date a, .comment .comment-date a {
font-weight: 300;
}
.author-meta .fn {
margin-right: 0.657em;
}
.form-submit {
margin-bottom: 1em;
}
.bypostauthor .author-meta .fn, .bypostauthor .author-meta .fn a {
font-weight: 400;
text-transform: uppercase;
}
.comment-reply-link, .comment-edit-link {
font-size: 0.875em;
border-style: solid;
border-width: 1px;
padding: 0 0.618em;
text-align: center;
font-weight: 600;
margin: 0.875em 1em 0.875em 0;
display: none;
}
.comment-edit-link {
margin-left: 0;
}
.comment-form-author, .comment-form-email, .comment-form-url {
width:100%;
}
#comments-form .comment-notes, #comments-form .form-allowed-tags {
font-size: 0.875em;
text-align: left;
font-weight: 400;
padding-bottom: 1em;
line-height: 1.25;
margin-top: -0.1em;
font-style: italic;
}
#comments-form .logged-in-as {
font-size: 0.875em;
font-weight: 400;
text-align: left;
line-height: 1.25;
margin-top: -0.1em;
}
.subscribe-to-comments {
font-size: 0.875em;
font-weight: 400;
text-align: left;
line-height: 1.416;
margin-top: 1.618em;
width: 100%;
}
#respond {
text-align: left;
margin: 0;
overflow: hidden;
padding: 0;
}
.comments-tree {
border-top-width: 1px;
border-top-style: solid;
overflow: hidden;
margin: 0;
padding: 2.618em 0 0 0;
}
.comments-tree h6 {
margin: 0 0 1.82em 0;
line-height: 2;
}
ol.commentlist {
list-style:none;
text-indent:0;
margin: 0;
padding: 0;
}
ol.commentlist li {
list-style:none;
margin:0;
padding:0;
text-indent:0;
}
ol.commentlist:after {
content: '';
width: 50%;
height: 2px;
margin: 2em auto 0 auto;
display: block;
} .entry-wrapper .gallery .media-holder, .post-image, .carousel .media-holder, .simple-carousel .media-holder {
margin: 0;
}
.grid-item .media-holder {
margin-bottom: 0.875em;
}
.media-holder img, .post-image img {
width: 100%;
}
.media-holder {
line-height: 0;
}
.media-holder a img {
border: 0;
}
.media-holder {
margin-bottom: 3em;
}
.format-quote .entry-wrapper.no-excerpt .media-holder img, .format-status .entry-wrapper.no-excerpt .media-holder img, .format-aside .entry-wrapper .media-holder.no-excerpt img {
margin: -1.618em 0 0 0;
}
.page.has-post-thumbnail .media-holder {
margin: 0 0 2.945em 0;
}
.widget .media-holder {
margin-bottom: 1.125em;
}
.entry-content .flex-video.widescreen {
margin: 0 0 1.618em 0;
}
.flex-video.brightcove, .entry-content .flex-video.widescreen {
padding-top: 0;
}
.blog-grid .flex-video.vimeo {
margin-bottom: 0;
}
.soundcloud iframe, .entry-content iframe, .entry-content embed  {
width: 100%;
}
.single .soundcloud iframe, .blog-grid .soundcloud iframe {
min-height: 16.875em;
}
.flex-video, .embed-youtube {
position: relative;
padding-top: 1.5625em;
padding-bottom: 67.5%;
height: 0;
margin-bottom: 0;
overflow: hidden; }
.flex-video.widescreen, .embed-youtube {
padding-bottom: 56.34%; }
.flex-video.vimeo, .embed-youtube {
padding-top: 0; }
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video, .embed-youtube iframe, .embed-youtube object, .embed-youtube embed, .embed-youtube video{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; } .media-holder.has-hover, .media-holder.overlay {
position: relative;
}
.media-holder.overlay .is-hover {
position: absolute;
width: 100%;
height: 100%;
display: block;
top: 0;
left: 0;
}
.media-holder.has-hover .is-hover {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
}
.is-hover .text-holder {
padding: 4.765em 1.82em;
height: auto;
width: 100%;
top: auto;
bottom: 0;
background: transparent;
position: absolute;
display: block;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
z-index: 40;
}
.is-hover .media-buttons {
padding: 4.765em 1.82em;
height: auto;
width: 100%;
top: auto;
bottom: 0;
background: transparent;
position: absolute;
display: block;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
z-index: 40;
}
.is-hover .excerpt-text {
padding: 1.82em 0 0 0;
}
.post:hover .media-holder.has-hover .is-hover {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-duration: 0.4s;
animation-duration: 0.4s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.media-holder.overlay .is-hover .inner {
position: absolute;
bottom: 0;
left: 0;
}
.media-holder.overlay .is-hover .inner-box {
padding: 2.618em;
width: 100%;
}
.is-hover .entry-title {
margin: 0;
font-weight: 700;
text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}
.is-hover .entry-cat a {
padding: 0 0.236em 0 0.43em;
display: inline;
font-size: 0.875em;
margin: 0;
line-height: 1.618;
}
.is-hover .entry-cat a.trans-cat {
padding: 0;
}
.is-hover .icon {
display: block;
font-size: 2.618em;
width: 2.618em;
height: 2.618em;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
margin-top: -0.5em;
margin-left: -1.25em;
text-align: center;
z-index: 1;
}
.small-block .is-hover .icon {
font-size: 1.416em;
}
.posts .is-hover .icon {
top: 45%;
}
.is-hover .icon a {
z-index: 30;
}
a.overlay-link {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
} #image-navigation {
margin: 1.875em 0;
}
#image-navigation a {
color: #fff;
}
#image-navigation a:hover {
color: #f2f2f2;
}
.previous-image {
float: left;
background: #3C3C3D;
padding: 1.25em;
display: block;
margin-right: 1.25em;
z-index: 5000;
}
.next-image {
float: right;
background: #3C3C3D;
padding: 1.25em;
display: block;
margin-left: 1.25em;
z-index: 5000;
}
.entry-attachment {
padding: 0;
}
.type-attachment .single-meta {
padding: 0.5em 0 1.618em 0;
}
#attachment h1.entry-title {
margin: 0 0 0.382em 0;
text-align: left;
}
.type-attachment .entry-header {
margin: 0 0 0.43em 0;
}
.entry-description {
font-size: 0.875em;
}
.entry-content .entry-attachment img {
margin: 0;
}
.single-attachment .attachment .media-holder {
margin-top: 0;
}
.image-attachment .entry-meta a {
text-decoration: none;
} .gallery {
margin: 1.618em -0.75em 1.618em 0;
}
.gallery .gallery-item {
float: left;
margin-top: 0;
text-align: center;
width: 33.3333%;
padding-right: 0.75em;
padding-bottom: 0.75em;
}
.gallery-columns-2 .gallery-item {
width: 50%;
}
.gallery-columns-4 .gallery-item {
width: 25%;
}
.gallery-columns-5 .gallery-item {
width: 20%;
}
.gallery dl, .gallery dt {
margin: 0;
}
.gallery br+br {
display: none;
}
img.alignright {
float: right;
margin: 0 0 0.695em 1.125em;
}
img.alignleft {
float: left;
margin: 0.266em 1.125em 0.695em 0;
}
img.alignnone {
margin: 0.43em 0 1.618em 0;
}
img.aligncenter {
display: block;
margin: 1.125em auto;
text-align: center;
}
.alignright {
float: right;
margin: 0.266em 0 0.695em 1.125em;
}
.alignleft {
float: left;
margin: 0.266em 1.125em 0.695em 0;
}
.aligncenter {
display: block;
margin: 0.25em 0 0.695em 0;
}
.wp-caption {
text-align: center;
font-weight: 600;
max-width: 100%;
margin-top: 0.25em;
}
.wp-caption.alignright img {
max-width: 100%;
}
.wp-caption img {
padding: 0;
width: 100%;
}
.widget .wp-caption img {
width: auto;
}
p.wp-caption-text {
line-height: 1.618;
font-size: 0.875em;
font-weight: 400;
margin: 1em 0 1.618em 0;
text-align: right;
padding: 0;
}
.wp-caption-text.gallery-caption{
line-height: 1.618;
font-size: 0.75em;
font-weight: 400;
font-style: normal;
margin: 1em 0;
text-align: right;
padding: 0;
}
.wp-smiley {
margin: 0 !important;
max-height: 1em;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }  .widget.widget_mtheme_text_ads {
padding: 0;
}
.widget.widget_search input[type="search"] {
height: 3em;
-webkit-box-shadow: none;
box-shadow: none;
margin: 0;
font-size: 0.875em;
border: 0;
}
.widget.widget_search .postfix {
height: 4.7em;
border: 0;
margin: 0;
padding: 0;
font-size: 0.43em;
letter-spacing: 0.236em;
font-weight: 300;
}
.widget.widget_search .widget-title {
margin-bottom: 0;
}
.magazine-grid .widget, .sidebar .widget {
padding: 1.618em 1.618em 2.618em 1.618em;
margin: 0 0 2.618em 0;
}
.magazine-grid .widget.widget_search, .sidebar .widget.widget_search {
overflow: hidden;
}
.widget ul {
display: block;
margin: 0;
padding: 0;
list-style-type: none;
list-style-position: inside;
}
.widget ul li {
margin: 0 0 0 0;
line-height: 1.416;
padding: 0.382em 0;
font-size: 0.875em;
list-style: none;
font-weight: 300;
}
.widget ul li a {
font-weight: 400;
}
.widget ul li ul {
margin: 0.5em 0 0 1.618em;
padding: 0;
text-transform: none !important;
list-style-type: square;
list-style-position: inside;
}
.widget ul li ul li  {
border: 0;
padding: 0;
font-size: 14px;
line-height: 1.618;
}
.widget ul li ul li ul {
margin: 6px 0 0 0;
text-transform: none !important;
list-style-position: inside;
background: none;
}
.widget ul li ul li ul li {
margin: 0;
margin: 0.5em 0 1em 1em;
font-size: 14px;
}
.widget ul li ul li ul li ul li {
font-size: 14px;
}
.widget ul li a {
padding: 0;
display: inline-block;
} .tagcloud {
margin: -0.63em 0 0 0;
}
.tagcloud a {
margin: 0 1em 0.266em 0;
padding: 0.43em 0 0 0;
display: inline-block;
position: relative;
line-height: 1;
font-weight: 400;
text-align: left;
} ul#recentcomments li {
display: block;
font-weight: 400;
font-size: 0.875em;
line-height: 1.416em;
padding-bottom: 1em;
}
ul#recentcomments li:last-of-type {
padding-bottom: 0;
}
ul#recentcomments li a {
display: inline-block !important;
font-style: normal;
text-transform: none;
font-weight: 400;
font-size: 1em;
}
ul#recentcomments li a.url {
font-weight: 400;
font-size: 1em;
} .textwidget {
font-size: 0.875em;
line-height: 1.618;
margin: 0;
clear: both;
overflow: hidden;
}
.textwidget p {
font-size: 1em;
}
.textwidget .button {
margin-top: 1.82em;
}
.before-portfolio .textwidget, .home-header .textwidget {
font-size: 1em;
}
.textwidget .columns {
padding: 0;
}
.grid-item .textwidget img {
display: block;
margin: 0 auto;
} #calendar_wrap table {
border: 0;
margin-bottom: 0;
}
#calendar_wrap table thead tr th,
#calendar_wrap table thead tr td,
#calendar_wrap table tfoot tr th,
#calendar_wrap table tfoot tr td {
padding: 0.695em;
font-size: 0.75em;
font-weight: bold;
}
#calendar_wrap table tr th, #calendar_wrap table tr td {
padding: 0.695em;
font-size: 0.75em;
}
table#wp-calendar {
border-spacing: 1px;
}
table#wp-calendar caption {
padding: 0 0 0.43em 0;
text-align: left;
font-style: italic;
font-size: 1em;
font-weight: 400;
}
#wp-calendar #prev a, #wp-calendar #next a  {
font-weight: 600;
}
table#wp-calendar {
width: 100%;
}
.widget_calendar thead>tr>th {
color: #fff;
}
table#wp-calendar th {
border: 0;
}
table#wp-calendar td#today {
color: #fff;
}
table#wp-calendar td {
color: #4d4d4d;
}
table#wp-calendar td, table#wp-calendar th {
text-align: center;
} .widget_rss ul li {
text-transform: none !important;
padding: 0 0 1.618em 0;
line-height: 1.416;
}
.widget_rss ul li a {
font-weight: 600;
font-style: normal;
}
.widget_rss a.rsswidget img {
display: none;
}
.rssSummary {
font-size: 0.875em;
line-height: 1.618;
font-weight: 400;
padding: 0.382em 0 0 0;
}
.rss-date {
font-size: 0.875em;
margin: 0.43em 0 0.875em 0;
display: block;
font-style: normal;
font-weight: 400;
}
.widget_rss cite {
text-align: right;
display: block;
font-style: italic;
font-size: 0.875em;
margin: 0.625em 0;
} #sidebar.main-sidebar .sidebar {
margin-right: 2.618em;
}
#single #sidebar.main-sidebar .sidebar {
margin-right: 0;
margin-top: 2em;
}
.widget.widget_mtheme_text_ads {
padding: 0;
}
.sidebar .widget.recent-widget {
text-align: left;
}
.widget-title {
padding: 0;
position: relative;
top: -1.618em;
}
.widget-title h6 {
font-size: 0.875em;
padding: 0.43em 1em 0.382em 1em;
line-height: 1.416;
position: relative;
margin: 0;
display: inline-block;
}
.widget-title h6 span {
font-weight: 400;
}
.sidebar .widget_text img, .sidebar .widget_text img, .sidebar .widget_text iframe, .sidebar .widget_text .text-ad div {
display: block;
margin: 0 auto;
text-align: center;
}
.sidebar .widget_text img.wp-smiley {
display: inline-block;
margin: auto;
width: auto;
}
.sidebar hr {
border-color: #d1d5d8;
} .large-block {
margin: 0 0 1.618em 0;
position: relative;
}
.gray .large-block {
margin: 0.43em 0 1.82em 0;
}
.large-block .excerpt-text p {
margin: 0;
}
.large-block .entry-meta {
padding: 0;
}
.large-block img {
width: 100%;
}
.large-block img {
width: 100%;
}
.large-block.format-quote .excerpt-text {
margin: 0;
font-size: 1.416em;
}
.large-block:last-of-type, .small-block:last-of-type, .widget .small-block:last-of-type {
margin-bottom: 0.43em;
}
.small-block .media-holder {
margin: 0 1em 0 0;
float: left;
width: 6.25em;
}
.widget .small-block .media-holder {
width: 4.5em;
}
.widget .small-block {
clear: both;
padding: 0 0 1.618em 0;
margin: 0 0 1.618em 0;
width: 100%;
}
.main-sidebar .small-block .media-holder img {
display: none;
}
.main-sidebar .small-block .media-holder {
margin: 0;
width: 0;
}
.widget .small-block.no-image-list {
margin-top: 0;
}
.widget .small-block, .featured-widget .small-block p.entry-title {
padding: 0;
}
.widget .small-block .entry-meta {
padding: 0.43em 0 0 0;
display: inline-block;
}
.small-block {
display: table;
margin-bottom: 1.82em;
}
.small-block .entry-cat {
font-size: 0.75em;
}
.small-block.no-image-list p.entry-title {
font-weight: 400;
padding-top: 0;
line-height: 1;
}
.small-block .block-inner {
display: table-cell;
vertical-align: middle;
width: 100%;
}
.featured-widget-excerpt .small-block .media-holder, .featured-widget .small-block .media-holder {
float: none;
margin: 0 0 1.25em 0;
}
.widget.featured-widget, .widget.featured-widget-excerpt {
padding-bottom: 2.618em !important;
}
.widget.featured-widget-excerpt h5.entry-title, .widget.featured-widget h5.entry-title {
margin: 0;
} .text-ad {
text-align: center;
}
.text-ad.vertical-ad {
padding: 3.85em 1em;
}
.text-ad.horizontal-ad {
padding: 1.618em 1em;
}
.text-ad.large-ad h2 {
font-size: 2.618em;
font-weight: 700;
margin: 0;
}
.text-ad.large-ad h3 {
font-size: 1.82em;
font-weight: 700;
margin: 0;
}
.text-ad.large-ad h4 {
font-size: 1.416em;
font-weight: 700;
margin: 0;
}
.text-ad.large-ad h5 {
font-size: 1.416em;
font-weight: 600;
margin: 0;
}
.text-ad a, .text-ad h2 a, .text-ad h3 a, .text-ad h4 a {
border-bottom-width: 1px;
border-bottom-style: solid;
padding-bottom: 0.1em;
}  .scroll-button {
position: fixed;
bottom: 0.875em;
right: 0.875em;
width: 2.618em;
height: 2.618em;
display: none;
z-index: 1000;
}
.scroll-button a {
width: 2.618em;
height: 2.618em;
line-height: 2.618em;
display: block;
text-align: center;
text-decoration: none;
font-size: 1em;
} .grid-related {
padding: 2.618em 0;
border-top-width: 1px;
border-top-style: solid;
}
.grid-related h6 {
margin: 0 0 1.82em 0;
line-height: 2;
}
.grid-related p.entry-title {
margin-bottom: 0.266em;
font-weight: 700;
}
.grid-related .entry-cat {
margin: 0;
overflow: hidden;
line-height: 1;
}
.grid-related .entry-meta {
margin: 0;
padding: 0;
}
.grid-related .media-holder {
margin-right: 1.618em;
}
.grid-related .small-block:last-of-type {
margin-bottom: 0.618em;
} .horizontal.before-post {
padding: 0 0 3em 0;
}
.horizontal.after-post {
padding: 1em 0 1em 0;
}
.horizontal.before-wrapper .slider .media-holder, .horizontal.before-wrapper .carousel, .horizontal.before-wrapper .simple-carousel, .horizontal.after-menu .slider .media-holder, .horizontal.after-menu .simple-carousel, .horizontal.after-menu .carousel {
margin: 0;
}
.horizontal .carousel .media-holder, .horizontal .simple-carousel .media-holder {
margin-top: 0;
margin-bottom: 0;
}
.horizontal.before-wrapper .carousel .media-holder, .horizontal.before-wrapper .simple-carousel .media-holder {
margin-top: 0.236em;
margin-bottom: 0.236em;
}
.horizontal .widget-title {
text-align: left;
padding: 0;
top: -1.9em;
}
.horizontal-newsticker .widget-title h6 {
padding: 0.43em 0 0.43em 0;
}
.horizontal-newsticker ul {
padding: 1.618em 2.618em 1.618em 2.618em;
}
.horizontal-newsticker .widget-title {
top: 0;
}
.bottom-topbar #news, .has-after-menu .horizontal.after-menu {
margin-bottom: 2.618em;
}
.bottom-topbar.has-after-menu #news, .bottom-topbar.has-slider #news, .has-after-menu.has-slider .horizontal.after-menu {
margin-bottom: 0;
}
.horizontal .tagcloud {
padding: 0 2.618em 2.618em 2.618em;
} h1.entry-title {
font-size: 2.618em;
line-height: 1;
padding: 0;
font-weight: 700;
margin: 0.05em 0 0.75em 0;
}
.page h1.entry-title {
margin: 0.05em 0 1em 0;
}
.large-sidebar h1.entry-title {
margin: -0.12em 0 0.75em 0;
}
.archive-header {
margin: 0 0 1.618em 0;
text-align: left;
position: relative;
}
h1.archive-title {
margin: 0;
font-weight: 600;
font-size: 1.125em;
position: absolute;
top: -1em;
padding: 0.382em 1em 0.43em 1em;
line-height: 1.416;
z-index: 20;
display: inline-block;
text-align: left;
border-width: 1px;
border-style: solid;
}
h1.archive-title em {
font-weight: 400;
}
h2.entry-title {
margin: 0;
font-weight: 700;
font-size: 1.416em;
line-height: 1.25;
text-align: left;
}
.small-header h2.entry-title, .widget h2.entry-title {
font-size: 1.25em;
}
.widget .container-6cols h2.entry-title {
font-size: 1em;
}
.w0 h2.entry-title {
font-weight: 400;
font-size: 1em;
display: inline-block;
position: relative;
padding-left: 6em;
height: 4.236em;
}
h2.entry-title .subheader {
font-size: 0.625em;
font-weight: 400;
padding-left: 0.43em;
text-transform: lowercase;
}
h4.entry-title {
line-height: 1.618;
padding: 0 0 0.75em 0;
margin: 0;
font-weight: 600;
font-size: 1em;
text-transform: uppercase;
}
h5.entry-title {
line-height: 1.4;
font-size: 1.125em;
font-weight: 600;
margin: 0;
padding: 0 0 0.875em 0;
}
p.entry-title {
margin: 0 0 0 0;
line-height: 1.416;
font-size: 1em;
font-weight: 400;
}
.small-block.grid-item p.entry-title {
font-size: 1em;
font-weight: 700;
}
#archive p.entry-title, .grid-related p.entry-title {
font-size: 1.125em;
}
.entry-title i {
font-size: 85%;
padding-left: 0.43em;
} #no-content {
margin-right: 2.618em;
}
#no-content .entry-content {
margin-bottom: 4.9em;
}
.entry-content input[type="search"] {
height: 4.765em;
overflow: hidden;
}
.entry-content .search-btn {
top: 0.875em;
right: 0.875em;
} .keynote.author-info p {
font-size: 1.416em;
}
.keynote .author-details p {
font-size: 1em;
}
.author-details {
margin: 1em 0 0  0;
}
.author-details p {
line-height: 1.416;
margin-bottom: 0.382em;
}
.author-details strong {
font-weight: 600;
}
.author-img img {
display: block;
padding: 0 1.618em 0 0;
} .entry-meta {
font-weight: 300;
font-size: 0.875em;
line-height: 1.618;
padding: 0.695em 0 0 0;
font-style: italic;
}
.entry-meta i {
font-size: 0.875em;
}
.lowercase .entry-meta {
text-transform: lowercase;
}
.single-post .featured-widget .entry-meta, .single-post .featured-widget-excerpt .entry-meta{
margin: 0;
padding: 0.695em 0 0 0;
}
.post:hover .meta-hover {
opacity: 1;
visibility: visible;
}
.grid-item .entry-meta .updated {
padding-right: 0.695em;
}
.entry-meta span.vcard {
font-weight: 600;
font-size: 1em;
text-transform: none;
font-style: italic;
padding-left: 0.75em;
}
.side .entry-meta {
padding: 0 0 4.236em 0;
margin-top: -0.43em;
}
.side .entry-meta span {
display: block;
text-align: center;
}
.side .entry-meta img {
margin: 0.618em auto 0.695em auto;
display: block;
text-align: center;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.single-meta .entry-meta span {
display: inline-block;
margin-right: 1.618em;
}
#attachment .single-meta .entry-meta span {
margin-right: 0;
} #page-nav {
clear: both;
}
.pagination-centered {
width: 100%;
clear: both;
margin-bottom: 1px;
}
ul.page-numbers {
margin: 0;
display: block;
padding: 0;
text-align: left;
position: relative;
}
.page-numbers li {
display: inline-block;
font-size: 1.416em;
line-height: 1.5;
text-align: center;
font-weight: 400;
}
.page-numbers li a {
display: block;
text-align: center;
padding: 0 1em 0 0;
}
.page-numbers li a.next.page-numbers, .page-numbers li a.prev.page-numbers{
padding: 0;
position: relative;
top: 0.08em;
margin: 0;
text-align: center;
border: 0;
font-size: 1.125em;
line-height: 1;
}
.page-numbers li a.prev.page-numbers {
padding-right: 1em;
}
.page-numbers li span.dots{
padding: 0 1em 0 0;
text-align: center;
border: 0;
}
.page-numbers li.unavailable a {
cursor: default;
padding: 0 1em 0 0;
}
.page-numbers li.unavailable:hover a, .page-numbers li.unavailable a:focus {
background: transparent;
}
.page-numbers li.current a {
cursor: default;
padding: 0.618em 1em 0 0;
}
.page-numbers li span.current {
padding: 0 1em 0 0;
text-align: center;
cursor: default;
display: block;
}
.more {
text-transform: uppercase;
font-size: 0.875em;
font-weight: 600;
position: relative;
}
.more:after {
font-size: 0.82em;
position: relative;
left: 0.382em;
content: "\e095";
font-family: 'icons',serif;
}
.more a {
padding: 0 0.102em;
}
.load {
line-height: 1;
font-size: 0.875em;
font-weight: 700;
text-align: center;
position: relative;
z-index: 1;
}
.load:after {
position: absolute;
content: '';
top: 50%;
left: 0;
display: block;
height: 1px;
width: 100%;
z-index: -1;
}
.load .post-previous {
display: inline-block;
padding: 1em 1.618em;
z-index: 20;
}
.load-more {
cursor: pointer;
display: block;
font-family: inherit;
margin: 0;
padding: 0;
text-decoration: none;
background: transparent;
font-size: 1em;
text-transform: uppercase;
letter-spacing: 0.236em;
line-height: 1;
position: relative;
text-align: center;
font-weight: 600;
}
.load-more i {
font-size: 1em;
display: inline-block;
text-align: left;
}
.load-more.last, .load-more.last:hover {
cursor: inherit;
}
.post-nav.load {
margin: 0 2.618em 0 0;
}
#nav-bottom .post-nav.infinite.load {
display: none;
}
.post-nav.infinite.load .post-previous a, .load-more.loading {
text-decoration: blink;
animation-name: blinker;
animation-duration: 0.6s;
animation-iteration-count:infinite;
animation-timing-function:ease-in-out;
animation-direction: alternate;
}
@keyframes blinker {
from {opacity: 1.0;}
to {opacity: 0.0;}
}
.infinite-container .grid-item {
opacity: 100%;
} .footer-wide {
padding: 0;
}
.footer-column {
padding: 3.706em 0 1.125em 0;
}
.footer-column .widget {
padding: 1.618em 2.618em 1.618em 0;
}
.bottom-last .footer-wide {
padding: 0;
}
#footer {
display: block;
margin: 0 auto 1.618em 0;
line-height: 1;
border-top-style: solid;
border-top-width: 1px;
}
#footer {
padding: 2.618em 0 1em 0;
}
#footer .text-line {
font-size: 0.875em;
display: inline-block;
width: 100%;
}
#footer .social {
margin-top: -0.236em;
}
#footer .social-item {
display: inline;
list-style: none;
font-size: 0.875em;
margin-left: 0.43em;
} .divider {
clear: both;
margin-top: 1.55em;
}
.divider-medium {
margin-bottom: 1em;
clear: both;
overflow: hidden;
}
.divider-line {
height: 1px;
clear: both;
}
.divider-small {
margin: 0;
padding: 0 0 1em 0;
display: block;
overflow: hidden;
position: relative;
}
.divider-small:after {
position: absolute;
width: 6.854em;
content: '';
bottom: 0;
left: 0;
height: 2px;
} #form_elements, #list_types, #paragraph, #headings, #tables, #misc {
font-size: 2em;
}  .slicknav_btn {
position: relative;
display: block;
vertical-align: middle;
float: left;
padding: 0.438em 1.25em;
line-height: 1.125em;
cursor: pointer; }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
margin-top: 0.188em; }
.slicknav_menu {
*zoom: 1; }
.slicknav_menu .slicknav_menutxt {
display: block;
line-height: 1.125em;
float: left; }
.slicknav_menu .slicknav_icon {
float: left;
width: 1.125em;
height: 0.875em;
margin: 0.188em 0 0 0.43em; }
.slicknav_menu .slicknav_icon:before {
background: transparent;
width: 1.125em;
height: 0.875em;
display: block;
content: "";
position: absolute; }
.slicknav_menu .slicknav_no-text {
margin: 0; }
.slicknav_menu .slicknav_icon-bar {
display: block;
width: 1.125em;
height: 0.125em;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_menu:before {
content: " ";
display: table; }
.slicknav_menu:after {
content: " ";
display: table;
clear: both; }
.slicknav_nav {
clear: both; }
.slicknav_nav ul {
display: block; }
.slicknav_nav li {
display: block; }
.slicknav_nav .slicknav_arrow {
font-size: 0.43em;
position: relative;
bottom: 0.34em;
margin: 0 0 0 0.43em; }
.slicknav_nav .slicknav_item {
cursor: pointer; }
.slicknav_nav .slicknav_item a {
display: inline; }
.slicknav_nav .slicknav_row {
display: block; }
.slicknav_nav a {
display: block; }
.slicknav_nav .slicknav_parent-link a {
display: inline; }
.slicknav_brand {
float: left; }
.slicknav_menu {
font-size: 1em;
box-sizing: border-box;
padding: 0.618em 1em;
}
.slicknav_menu * {
box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
font-weight: bold;
}
.slicknav_btn {
margin: 0.382em 0 0.43em 0;
text-decoration: none;
text-transform: uppercase;
}
.slicknav_nav {
margin: 0;
padding: 0;
font-size: 0.875em;
list-style: none;
overflow: hidden; }
.slicknav_nav ul {
list-style: none;
overflow: hidden;
padding: 0;
margin: 0 0 0 0.618em;
}
.slicknav_nav .slicknav_row {
padding: 0.236em 1.25em;
margin: 0.236em 0;
}
.slicknav_nav a {
padding: 0.236em 0.618em;
margin: 0.235em 0.618em;
text-decoration: none;
}
.slicknav_nav .slicknav_txtnode {
margin-left: 1em; }
.slicknav_nav .slicknav_item a {
padding: 0;
margin: 0; }
.slicknav_nav .slicknav_parent-link a {
padding: 0;
margin: 0; }  .owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
} .owl-height {
-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 {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
display: none;
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-item img {
display: block;
width: 100%;
-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.owl-carousel .owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
} .no-js .owl-carousel {
display: block;
} .owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
transform-style: preserve-3d;
} .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//www.iloveparquet.com/wp-content/themes/maxi/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: scale 100ms ease;
-moz-transition: scale 100ms ease;
-ms-transition: scale 100ms ease;
-o-transition: scale 100ms ease;
transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transition: scale(1.3, 1.3);
-moz-transition: scale(1.3, 1.3);
-ms-transition: scale(1.3, 1.3);
-o-transition: scale(1.3, 1.3);
transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
} .owl-theme .owl-controls {
text-align: center;
-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);
}
.owl-controls .owl-nav,
.owl-controls .owl-dot{
cursor: pointer;
cursor: hand;
} .owl-theme .owl-controls .owl-nav div{
display: block;
margin-top: -44px;
font-size: 21px;
width: 44px;
height: 44px;
cursor: pointer;
position: absolute;
top: 55%;
text-align: center;
padding: 0.507em 0;
line-height: 0;
text-decoration: none;
z-index: 10;
}  .owl-theme .owl-controls .owl-nav div:hover{
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
text-decoration: none;
}
.owl-theme .owl-controls .owl-next {
right: -44px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
}
.owl-theme .owl-controls .owl-next:after {
content: '\e095';
font-family: 'icons', serif;
width: 44px;
height: 44px;
line-height: 44px;
display: block;
position: absolute;
padding-left: 2px;
top: 0;
left: 0;
text-align: center;
}
.owl-theme .owl-controls .owl-prev {
left: -44px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
}
.owl-theme .owl-controls .owl-prev:after {
content: '\e094';
font-family: 'icons', serif;
width: 44px;
height: 44px;
line-height: 44px;
display: block;
position: absolute;
padding-right: 2px;
top: 0;
left: 0;
text-align: center;
}
.owl-carousel:hover .owl-controls .owl-next{
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
right: 0;
}
.owl-carousel:hover .owl-controls .owl-prev {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
left: 0;
}
.owl-theme .owl-controls .owl-nav div:hover {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: alpha(opacity=90);
-moz-opacity: 0.9;
-khtml-opacity: 0.9;
opacity: 0.9;
} .owl-theme .owl-dots .owl-dot{
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-dots .owl-dot span{
-webkit-backface-visibility: visible;
display: block;
width:44px;
height: 9px;
margin: 0 0 0 1px;
background: #444;
transition-property: opacity;
transition-duration: 200ms;
transition-timing-function: ease;
} .owl-theme .owl-dots .owl-dot.active span{
}
.carousel, .simple-carousel {
margin-bottom: 2.618em;
}
.carousel .media-holder, .simple-carousel .media-holder {
padding: 0 0.236em 0 0;
}
.carousel .small-slide {
width: 50%;
float:left;
}
.newsticker {
position: relative;
height:2.945em;
}
.news-item {
padding: 1em 0 1em 5.997em;
font-size: 0.875em;
font-weight: 300;
}
.newsticker .news-date {
padding-right: 0.75em;
font-style: italic;
}
.newsticker .owl-controls {
top: 0.541em;
left: 0.75em;
position: absolute;
}
.newsticker .owl-controls .owl-nav div {
font-size: 0.695em;
width: 28px;
height: 28px;
margin-top: 0;
top: 0;
-webkit-text-shadow: none;
-moz-text-shadow: none;
text-shadow: none;
border-width: 1px;
border-style: solid;
}
.newsticker.owl-theme .owl-controls .owl-nav div {
background: transparent;
}
.newsticker .owl-controls .owl-next, .newsticker .owl-carousel:hover .owl-controls .owl-next {
left: 32px;
right: auto !important;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}
.newsticker .owl-controls .owl-prev, .newsticker .owl-carousel:hover .owl-controls .owl-prev {
left: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}
.newsticker.owl-theme .owl-controls .owl-prev:after {
width: 28px;
height: 28px;
line-height: 28px;
display: block;
position: absolute;
padding-right: 3px;
top: 0;
left: 0;
text-align: center;
}
.newsticker.owl-theme .owl-controls .owl-next:after {
width: 28px;
height: 28px;
line-height: 28px;
display: block;
position: absolute;
padding-right: 3px;
top: 0;
left: 0;
text-align: center;
}
.slider .media-holder{
margin-bottom: 2.618em;
}
.slider .is-hover .entry-title {
font-size: 2.618em;
} .simplemap {
margin-bottom: 1.618em;
} .wpfw_flickr_widget {
clear: both;
overflow: hidden;
}
.flickr {
margin-top: 0.125em;
}
.flickr a{
margin-bottom:2px;
margin-right:2px;
line-height:1;
float:left;
}
.flickr a:last-of-type {
margin-right: 0;
}
.flickr a img{
line-height:0;
width: 4.5em;
border: 0;
} .horizontal .null-instagram-feed .widget-title {
top: 1.9em;
margin-top: -1.9em;
line-height: 0;
}
.null-instagram-feed .clear {
font-size: 0.875em;
clear:both;
margin: 0;
}
ul.instagram-pics {
margin: 0 -0.681em 0 0;
padding: 0;
}
.horizontal ul.instagram-pics {
margin: 0;
overflow: hidden;
}
ul.instagram-pics li.instagram-image {
width: 49.9998%;
display: inline;
float: left;
padding: 0 0.618em 0.618em 0;
margin: 0;
}
.horizontal ul.instagram-pics li.instagram-image {
width: 33.33333333333333%;
display: inline;
float: left;
margin: 0;
padding: 0;
height: auto;
}
ul.instagram-pics li.instagram-image img {
max-width: 100%;
width: 100%;
} .social-likes {
margin: 0 0 1.618em 0 !important;
font-size: 1em !important;
text-align: center;
}
.social-likes__widget {
margin: 0 1.618em 0 0 !important;
} .nivo-lightbox-theme-default.nivo-lightbox-overlay {
background: #666;
background: rgba(0,0,0,0.6);
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { background: url(//www.iloveparquet.com/img/nivo/loading.gif) no-repeat 50% 50%; }
.nivo-lightbox-theme-default .nivo-lightbox-nav {
top: 10%;
width: 8%;
height: 80%;
text-indent: -9999px;
background-repeat: no-repeat;
background-position: 50% 50%;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
}
.nivo-lightbox-theme-default .nivo-lightbox-prev {
background-image: url(//www.iloveparquet.com/wp-content/themes/img/nivo/prev.png);
-moz-border-radius: 0 3px 3px 0;
-webkit-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next {
background-image: url(//www.iloveparquet.com/wp-content/themes/img/nivo/next.png);
-moz-border-radius: 3px 0 0 3px;
-webkit-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
display: block;
background: url(//www.iloveparquet.com/wp-content/themes/img/nivo/close.png) no-repeat 5px 5px;
width: 16px;
height: 16px;
text-indent: -9999px;
padding: 5px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
}
.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
background: #333;
color: #fff;
padding: 7px 15px;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
}
.nivo-lightbox-theme-default .nivo-lightbox-image img {
background: #fff;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
background: #fff;
padding: 40px;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}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,
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: 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: 0;
}
hr {
-moz-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: none; 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; -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;
} meta.foundation-version {
font-family: "/5.4.6/"; }
meta.foundation-mq-small {
font-family: "/only screen/";
width: 0em; }
meta.foundation-mq-medium {
font-family: "/only screen and (min-width:40.063em)/";
width: 40.063em; }
meta.foundation-mq-large {
font-family: "/only screen and (min-width:64.063em)/";
width: 64.063em; }
meta.foundation-mq-xlarge {
font-family: "/only screen and (min-width:90.063em)/";
width: 90.063em; }
meta.foundation-mq-xxlarge {
font-family: "/only screen and (min-width:120.063em)/";
width: 120.063em; }
meta.foundation-data-attribute-namespace {
font-family: false; }
html, body {
height: 100%; }
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
html,
body {
font-size: 100%; }
body {
padding: 0;
margin: 0;
font-weight: normal;
font-style: normal;
line-height: 1.5;
position: relative;
cursor: auto; }
a:hover {
cursor: pointer; }
img {
max-width: 100%;
height: auto; }
img {
-ms-interpolation-mode: bicubic; }
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
max-width: none !important; }
.left {
float: left !important; }
.right {
float: right !important; }
.clearfix:before, .clearfix:after {
content: " ";
display: table; }
.clearfix:after {
clear: both; }
.hide {
display: none; }
.antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
img {
display: inline-block;
vertical-align: middle; }
textarea {
height: auto;
min-height: 70px; }
select {
width: 100%; }
.row {
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
}
.row:before, .row:after {
content: " ";
display: table; }
.row:after {
clear: both; }
.row.collapse > .column,
.row.collapse > .columns {
padding-left: 0;
padding-right: 0; }
.row.collapse .row {
margin-left: 0;
margin-right: 0; }
.row .row {
width: auto;
margin-left: -1.309em;
margin-right: -1.309em;
margin-top: 0;
margin-bottom: 0;
max-width: none; }
.row .row:before, .row .row:after {
content: " ";
display: table; }
.row .row:after {
clear: both; }
.row .row.collapse {
width: auto;
margin: 0;
max-width: none; }
.row .row.collapse:before, .row .row.collapse:after {
content: " ";
display: table; }
.row .row.collapse:after {
clear: both; }
.column,
.columns {
padding-left: 1.309em;
padding-right: 1.309em;
width: 100%;
float: left; }
[class*="column"] + [class*="column"]:last-child {
float: right; }
[class*="column"] + [class*="column"].end {
float: left; }
@media only screen {
.small-push-0 {
position: relative;
left: 0%;
right: auto; }
.small-pull-0 {
position: relative;
right: 0%;
left: auto; }
.small-push-1 {
position: relative;
left: 8.33333%;
right: auto; }
.small-pull-1 {
position: relative;
right: 8.33333%;
left: auto; }
.small-push-2 {
position: relative;
left: 16.66667%;
right: auto; }
.small-pull-2 {
position: relative;
right: 16.66667%;
left: auto; }
.small-push-3 {
position: relative;
left: 25%;
right: auto; }
.small-pull-3 {
position: relative;
right: 25%;
left: auto; }
.small-push-4 {
position: relative;
left: 33.33333%;
right: auto; }
.small-pull-4 {
position: relative;
right: 33.33333%;
left: auto; }
.small-push-5 {
position: relative;
left: 41.66667%;
right: auto; }
.small-pull-5 {
position: relative;
right: 41.66667%;
left: auto; }
.small-push-6 {
position: relative;
left: 50%;
right: auto; }
.small-pull-6 {
position: relative;
right: 50%;
left: auto; }
.small-push-7 {
position: relative;
left: 58.33333%;
right: auto; }
.small-pull-7 {
position: relative;
right: 58.33333%;
left: auto; }
.small-push-8 {
position: relative;
left: 66.66667%;
right: auto; }
.small-pull-8 {
position: relative;
right: 66.66667%;
left: auto; }
.small-push-9 {
position: relative;
left: 75%;
right: auto; }
.small-pull-9 {
position: relative;
right: 75%;
left: auto; }
.small-push-10 {
position: relative;
left: 83.33333%;
right: auto; }
.small-pull-10 {
position: relative;
right: 83.33333%;
left: auto; }
.small-push-11 {
position: relative;
left: 91.66667%;
right: auto; }
.small-pull-11 {
position: relative;
right: 91.66667%;
left: auto; }
.column,
.columns {
position: relative;
padding-left: 1.309em;
padding-right: 1.309em;
float: left; }
.small-1 {
width: 8.33333%; }
.small-2 {
width: 16.66667%; }
.small-3 {
width: 25%; }
.small-4 {
width: 33.33333%; }
.small-5 {
width: 41.66667%; }
.small-6 {
width: 50%; }
.small-7 {
width: 58.33333%; }
.small-8 {
width: 66.66667%; }
.small-9 {
width: 75%; }
.small-10 {
width: 83.33333%; }
.small-11 {
width: 91.66667%; }
.small-12 {
width: 100%; }
.small-offset-0 {
margin-left: 0% !important; }
.small-offset-1 {
margin-left: 8.33333% !important; }
.small-offset-2 {
margin-left: 16.66667% !important; }
.small-offset-3 {
margin-left: 25% !important; }
.small-offset-4 {
margin-left: 33.33333% !important; }
.small-offset-5 {
margin-left: 41.66667% !important; }
.small-offset-6 {
margin-left: 50% !important; }
.small-offset-7 {
margin-left: 58.33333% !important; }
.small-offset-8 {
margin-left: 66.66667% !important; }
.small-offset-9 {
margin-left: 75% !important; }
.small-offset-10 {
margin-left: 83.33333% !important; }
.small-offset-11 {
margin-left: 91.66667% !important; }
.small-reset-order {
margin-left: 0;
margin-right: 0;
left: auto;
right: auto;
float: left; }
.column.small-centered,
.columns.small-centered {
margin-left: auto;
margin-right: auto;
float: none; }
.column.small-uncentered,
.columns.small-uncentered {
margin-left: 0;
margin-right: 0;
float: left; }
.column.small-centered:last-child,
.columns.small-centered:last-child {
float: none; }
.column.small-uncentered:last-child,
.columns.small-uncentered:last-child {
float: left; }
.column.small-uncentered.opposite,
.columns.small-uncentered.opposite {
float: right; } }
@media only screen and (min-width: 40.063em) {
.medium-push-0 {
position: relative;
left: 0%;
right: auto; }
.medium-pull-0 {
position: relative;
right: 0%;
left: auto; }
.medium-push-1 {
position: relative;
left: 8.33333%;
right: auto; }
.medium-pull-1 {
position: relative;
right: 8.33333%;
left: auto; }
.medium-push-2 {
position: relative;
left: 16.66667%;
right: auto; }
.medium-pull-2 {
position: relative;
right: 16.66667%;
left: auto; }
.medium-push-3 {
position: relative;
left: 25%;
right: auto; }
.medium-pull-3 {
position: relative;
right: 25%;
left: auto; }
.medium-push-4 {
position: relative;
left: 33.33333%;
right: auto; }
.medium-pull-4 {
position: relative;
right: 33.33333%;
left: auto; }
.medium-push-5 {
position: relative;
left: 41.66667%;
right: auto; }
.medium-pull-5 {
position: relative;
right: 41.66667%;
left: auto; }
.medium-push-6 {
position: relative;
left: 50%;
right: auto; }
.medium-pull-6 {
position: relative;
right: 50%;
left: auto; }
.medium-push-7 {
position: relative;
left: 58.33333%;
right: auto; }
.medium-pull-7 {
position: relative;
right: 58.33333%;
left: auto; }
.medium-push-8 {
position: relative;
left: 66.66667%;
right: auto; }
.medium-pull-8 {
position: relative;
right: 66.66667%;
left: auto; }
.medium-push-9 {
position: relative;
left: 75%;
right: auto; }
.medium-pull-9 {
position: relative;
right: 75%;
left: auto; }
.medium-push-10 {
position: relative;
left: 83.33333%;
right: auto; }
.medium-pull-10 {
position: relative;
right: 83.33333%;
left: auto; }
.medium-push-11 {
position: relative;
left: 91.66667%;
right: auto; }
.medium-pull-11 {
position: relative;
right: 91.66667%;
left: auto; }
.column,
.columns {
position: relative;
padding-left: 1.309em;
padding-right: 1.309em;
float: left; }
.medium-1 {
width: 8.33333%; }
.medium-2 {
width: 16.66667%; }
.medium-3 {
width: 25%; }
.medium-4 {
width: 33.33333%; }
.medium-5 {
width: 41.66667%; }
.medium-6 {
width: 50%; }
.medium-7 {
width: 58.33333%; }
.medium-8 {
width: 66.66667%; }
.medium-9 {
width: 75%; }
.medium-10 {
width: 83.33333%; }
.medium-11 {
width: 91.66667%; }
.medium-12 {
width: 100%; }
.medium-offset-0 {
margin-left: 0% !important; }
.medium-offset-1 {
margin-left: 8.33333% !important; }
.medium-offset-2 {
margin-left: 16.66667% !important; }
.medium-offset-3 {
margin-left: 25% !important; }
.medium-offset-4 {
margin-left: 33.33333% !important; }
.medium-offset-5 {
margin-left: 41.66667% !important; }
.medium-offset-6 {
margin-left: 50% !important; }
.medium-offset-7 {
margin-left: 58.33333% !important; }
.medium-offset-8 {
margin-left: 66.66667% !important; }
.medium-offset-9 {
margin-left: 75% !important; }
.medium-offset-10 {
margin-left: 83.33333% !important; }
.medium-offset-11 {
margin-left: 91.66667% !important; }
.medium-reset-order {
margin-left: 0;
margin-right: 0;
left: auto;
right: auto;
float: left; }
.column.medium-centered,
.columns.medium-centered {
margin-left: auto;
margin-right: auto;
float: none; }
.column.medium-uncentered,
.columns.medium-uncentered {
margin-left: 0;
margin-right: 0;
float: left; }
.column.medium-centered:last-child,
.columns.medium-centered:last-child {
float: none; }
.column.medium-uncentered:last-child,
.columns.medium-uncentered:last-child {
float: left; }
.column.medium-uncentered.opposite,
.columns.medium-uncentered.opposite {
float: right; }
.push-0 {
position: relative;
left: 0%;
right: auto; }
.pull-0 {
position: relative;
right: 0%;
left: auto; }
.push-1 {
position: relative;
left: 8.33333%;
right: auto; }
.pull-1 {
position: relative;
right: 8.33333%;
left: auto; }
.push-2 {
position: relative;
left: 16.66667%;
right: auto; }
.pull-2 {
position: relative;
right: 16.66667%;
left: auto; }
.push-3 {
position: relative;
left: 25%;
right: auto; }
.pull-3 {
position: relative;
right: 25%;
left: auto; }
.push-4 {
position: relative;
left: 33.33333%;
right: auto; }
.pull-4 {
position: relative;
right: 33.33333%;
left: auto; }
.push-5 {
position: relative;
left: 41.66667%;
right: auto; }
.pull-5 {
position: relative;
right: 41.66667%;
left: auto; }
.push-6 {
position: relative;
left: 50%;
right: auto; }
.pull-6 {
position: relative;
right: 50%;
left: auto; }
.push-7 {
position: relative;
left: 58.33333%;
right: auto; }
.pull-7 {
position: relative;
right: 58.33333%;
left: auto; }
.push-8 {
position: relative;
left: 66.66667%;
right: auto; }
.pull-8 {
position: relative;
right: 66.66667%;
left: auto; }
.push-9 {
position: relative;
left: 75%;
right: auto; }
.pull-9 {
position: relative;
right: 75%;
left: auto; }
.push-10 {
position: relative;
left: 83.33333%;
right: auto; }
.pull-10 {
position: relative;
right: 83.33333%;
left: auto; }
.push-11 {
position: relative;
left: 91.66667%;
right: auto; }
.pull-11 {
position: relative;
right: 91.66667%;
left: auto; } }
@media only screen and (min-width: 64.063em) {
.large-push-0 {
position: relative;
left: 0%;
right: auto; }
.large-pull-0 {
position: relative;
right: 0%;
left: auto; }
.large-push-1 {
position: relative;
left: 8.33333%;
right: auto; }
.large-pull-1 {
position: relative;
right: 8.33333%;
left: auto; }
.large-push-2 {
position: relative;
left: 16.66667%;
right: auto; }
.large-pull-2 {
position: relative;
right: 16.66667%;
left: auto; }
.large-push-3 {
position: relative;
left: 25%;
right: auto; }
.large-pull-3 {
position: relative;
right: 25%;
left: auto; }
.large-push-4 {
position: relative;
left: 33.33333%;
right: auto; }
.large-pull-4 {
position: relative;
right: 33.33333%;
left: auto; }
.large-push-5 {
position: relative;
left: 41.66667%;
right: auto; }
.large-pull-5 {
position: relative;
right: 41.66667%;
left: auto; }
.large-push-6 {
position: relative;
left: 50%;
right: auto; }
.large-pull-6 {
position: relative;
right: 50%;
left: auto; }
.large-push-7 {
position: relative;
left: 58.33333%;
right: auto; }
.large-pull-7 {
position: relative;
right: 58.33333%;
left: auto; }
.large-push-8 {
position: relative;
left: 66.66667%;
right: auto; }
.large-pull-8 {
position: relative;
right: 66.66667%;
left: auto; }
.large-push-9 {
position: relative;
left: 75%;
right: auto; }
.large-pull-9 {
position: relative;
right: 75%;
left: auto; }
.large-push-10 {
position: relative;
left: 83.33333%;
right: auto; }
.large-pull-10 {
position: relative;
right: 83.33333%;
left: auto; }
.large-push-11 {
position: relative;
left: 91.66667%;
right: auto; }
.large-pull-11 {
position: relative;
right: 91.66667%;
left: auto; }
.column,
.columns {
position: relative;
padding-left: 1.309em;
padding-right: 1.309em;
float: left; }
.large-1 {
width: 8.33333%; }
.large-2 {
width: 16.66667%; }
.large-3 {
width: 25%; }
.large-4 {
width: 33.33333%; }
.large-5 {
width: 41.66667%; }
.large-6 {
width: 50%; }
.large-7 {
width: 58.33333%; }
.large-8 {
width: 66.66667%; }
.large-9 {
width: 75%; }
.large-10 {
width: 83.33333%; }
.large-11 {
width: 91.66667%; }
.large-12 {
width: 100%; }
.large-offset-0 {
margin-left: 0% !important; }
.large-offset-1 {
margin-left: 8.33333% !important; }
.large-offset-2 {
margin-left: 16.66667% !important; }
.large-offset-3 {
margin-left: 25% !important; }
.large-offset-4 {
margin-left: 33.33333% !important; }
.large-offset-5 {
margin-left: 41.66667% !important; }
.large-offset-6 {
margin-left: 50% !important; }
.large-offset-7 {
margin-left: 58.33333% !important; }
.large-offset-8 {
margin-left: 66.66667% !important; }
.large-offset-9 {
margin-left: 75% !important; }
.large-offset-10 {
margin-left: 83.33333% !important; }
.large-offset-11 {
margin-left: 91.66667% !important; }
.large-reset-order {
margin-left: 0;
margin-right: 0;
left: auto;
right: auto;
float: left; }
.column.large-centered,
.columns.large-centered {
margin-left: auto;
margin-right: auto;
float: none; }
.column.large-uncentered,
.columns.large-uncentered {
margin-left: 0;
margin-right: 0;
float: left; }
.column.large-centered:last-child,
.columns.large-centered:last-child {
float: none; }
.column.large-uncentered:last-child,
.columns.large-uncentered:last-child {
float: left; }
.column.large-uncentered.opposite,
.columns.large-uncentered.opposite {
float: right; }
.push-0 {
position: relative;
left: 0%;
right: auto; }
.pull-0 {
position: relative;
right: 0%;
left: auto; }
.push-1 {
position: relative;
left: 8.33333%;
right: auto; }
.pull-1 {
position: relative;
right: 8.33333%;
left: auto; }
.push-2 {
position: relative;
left: 16.66667%;
right: auto; }
.pull-2 {
position: relative;
right: 16.66667%;
left: auto; }
.push-3 {
position: relative;
left: 25%;
right: auto; }
.pull-3 {
position: relative;
right: 25%;
left: auto; }
.push-4 {
position: relative;
left: 33.33333%;
right: auto; }
.pull-4 {
position: relative;
right: 33.33333%;
left: auto; }
.push-5 {
position: relative;
left: 41.66667%;
right: auto; }
.pull-5 {
position: relative;
right: 41.66667%;
left: auto; }
.push-6 {
position: relative;
left: 50%;
right: auto; }
.pull-6 {
position: relative;
right: 50%;
left: auto; }
.push-7 {
position: relative;
left: 58.33333%;
right: auto; }
.pull-7 {
position: relative;
right: 58.33333%;
left: auto; }
.push-8 {
position: relative;
left: 66.66667%;
right: auto; }
.pull-8 {
position: relative;
right: 66.66667%;
left: auto; }
.push-9 {
position: relative;
left: 75%;
right: auto; }
.pull-9 {
position: relative;
right: 75%;
left: auto; }
.push-10 {
position: relative;
left: 83.33333%;
right: auto; }
.pull-10 {
position: relative;
right: 83.33333%;
left: auto; }
.push-11 {
position: relative;
left: 91.66667%;
right: auto; }
.pull-11 {
position: relative;
right: 91.66667%;
left: auto; } }
button, .button {
border-style: solid;
border-width: 0px;
cursor: pointer;
font-weight: normal;
line-height: normal;
margin: 0 0 1.309em;
position: relative;
text-decoration: none;
text-align: center;
-webkit-appearance: none;
-webkit-border-radius: 0;
display: inline-block;
padding-top: 1em;
padding-right: 2em;
padding-bottom: 1.0625em;
padding-left: 2em;
font-size: 1em;
transition: background-color 300ms ease-out; }
button.alert, .button.alert {
color: white; }
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
color: white; }
button.warning, .button.warning {
background-color: #f08a24;
border-color: #cf6e0e;
color: white; }
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
background-color: #4d4f4f; }
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
color: white; }
button.info, .button.info {
background-color: #a0d3e8;
border-color: #61b6d9;
color: #4d4f4f; }
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
background-color: #61b6d9; }
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
color: white; }
button.small, .button.small {
padding-top: 0.875em;
padding-right: 1.75em;
padding-bottom: 0.9375em;
padding-left: 1.75em;
font-size: 0.8125em; }
button.tiny, .button.tiny {
padding-top: 0.625em;
padding-right: 1.309em;
padding-bottom: 0.6875em;
padding-left: 1.309em;
font-size: 0.6875em; }
button.expand, .button.expand {
padding-right: 0;
padding-left: 0;
width: 100%; }
button.left-align, .button.left-align {
text-align: left;
text-indent: 0.75em; }
button.right-align, .button.right-align {
text-align: right;
padding-right: 0.75em; }
button.round, .button.round {
border-radius: 1000px; }
button.disabled, button[disabled], .button.disabled, .button[disabled] {
background-color: #4d4f4f;
border-color: #4d4f4f;
color: white;
cursor: default;
opacity: 0.7;
box-shadow: none; }
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
background-color: #4d4f4f; }
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
color: white; }
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
background-color: #4d4f4f; }
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
background-color: #d1d5d8;
border-color: #aaafb3;
color: #4d4f4f;
cursor: default;
opacity: 0.7;
box-shadow: none; }
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
background-color: #aaafb3; }
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
color: #4d4f4f; }
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
background-color: #d1d5d8; }
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
background-color: #45aab8;
border-color: #45aab8;
color: white;
cursor: default;
opacity: 0.7;
box-shadow: none; }
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
background-color: #45aab8; }
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
color: white; }
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
background-color: #45aab8; }
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
background-color: #e74c3c;
border-color: #e74c3c;
color: white;
cursor: default;
opacity: 0.7;
box-shadow: none; }
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
background-color: #e74c3c; }
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
color: white; }
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
background-color: #e74c3c; }
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
background-color: #f08a24;
border-color: #cf6e0e;
color: white;
cursor: default;
opacity: 0.7;
box-shadow: none; }
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
background-color: #cf6e0e; }
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
color: white; }
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
background-color: #f08a24; }
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
background-color: #a0d3e8;
border-color: #61b6d9;
color: #4d4f4f;
cursor: default;
opacity: 0.7;
box-shadow: none; }
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
background-color: #61b6d9; }
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
color: white; }
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
background-color: #a0d3e8; }
button::-moz-focus-inner {
border: 0;
padding: 0; }
@media only screen and (min-width: 40.063em) {
button, .button {
display: inline-block; } } form {
margin: 0; } form .row .row {
margin: 0 -0.5em; }
form .row .row .column,
form .row .row .columns {
padding: 0 0.5em; }
form .row .row.collapse {
margin: 0; }
form .row .row.collapse .column,
form .row .row.collapse .columns {
padding: 0; }
form .row .row.collapse input {
-webkit-border-bottom-right-radius: 0;
-webkit-border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-right-radius: 0; }
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
padding-left: 0.5em; } label {
font-size: 0.875em;
cursor: pointer;
display: block;
font-weight: normal;
line-height: 1.5;
margin-bottom: 0; }
label.right {
float: none !important;
text-align: right; }
label.inline {
margin: 0 0 1em 0;
padding: 0.5625em 0; }
label small {
text-transform: capitalize;
color: #676767; }
select::-ms-expand {
display: none; } .prefix,
.postfix {
display: block;
position: relative;
z-index: 2;
text-align: center;
width: 100%;
padding-top: 0;
padding-bottom: 0;
border-style: solid;
border-width: 1px;
overflow: hidden;
font-size: 0.875em;
height: 2.3125em;
line-height: 2.3125em; } .postfix.button {
padding-left: 0;
padding-right: 0;
padding-top: 0;
padding-bottom: 0;
text-align: center;
line-height: 2.125em;
border: none; }
.prefix.button {
padding-left: 0;
padding-right: 0;
padding-top: 0;
padding-bottom: 0;
text-align: center;
line-height: 2.125em;
border: none; }
.prefix.button.radius {
border-radius: 0;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px; }
.postfix.button.radius {
border-radius: 0;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px; }
.prefix.button.round {
border-radius: 0;
-webkit-border-bottom-left-radius: 1000px;
-webkit-border-top-left-radius: 1000px;
border-bottom-left-radius: 1000px;
border-top-left-radius: 1000px; }
.postfix.button.round {
border-radius: 0;
-webkit-border-bottom-right-radius: 1000px;
-webkit-border-top-right-radius: 1000px;
border-bottom-right-radius: 1000px;
border-top-right-radius: 1000px; } span.prefix, label.prefix {
background: #F5F5F5;
border-right: none;
color: #4d4f4f;
border-color: #cccccc; }
span.postfix, label.postfix {
background: #F5F5F5;
border-left: none;
color: #4d4f4f;
border-color: #cccccc; }
form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
border-radius: 0;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px; }
form .row .prefix-radius.row.collapse .prefix {
border-radius: 0;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px; }
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
border-radius: 0;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px; }
form .row .postfix-radius.row.collapse .postfix {
border-radius: 0;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px; }
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
border-radius: 0;
-webkit-border-bottom-right-radius: 1000px;
-webkit-border-top-right-radius: 1000px;
border-bottom-right-radius: 1000px;
border-top-right-radius: 1000px; }
form .row .prefix-round.row.collapse .prefix {
border-radius: 0;
-webkit-border-bottom-left-radius: 1000px;
-webkit-border-top-left-radius: 1000px;
border-bottom-left-radius: 1000px;
border-top-left-radius: 1000px; }
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
border-radius: 0;
-webkit-border-bottom-left-radius: 1000px;
-webkit-border-top-left-radius: 1000px;
border-bottom-left-radius: 1000px;
border-top-left-radius: 1000px; }
form .row .postfix-round.row.collapse .postfix {
border-radius: 0;
-webkit-border-bottom-right-radius: 1000px;
-webkit-border-top-right-radius: 1000px;
border-bottom-right-radius: 1000px;
border-top-right-radius: 1000px; }
input[type="submit"] {
-webkit-appearance: none;
-webkit-border-radius: 0px; } textarea[rows] {
height: auto; } textarea {
max-width: 100%; } select {
-webkit-appearance: none !important;
-webkit-border-radius: 0px;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
background-position: 100% center;
background-repeat: no-repeat;
border-style: solid;
border-width: 1px;
padding: 0.5em;
font-size: 0.875em;
color: rgba(0, 0, 0, 0.75);
line-height: normal;
border-radius: 0;
}
select.radius {
border-radius: 0.164em; }
select:hover {
background-color: #f3f3f3;
border-color: #999999; }
select:disabled {
background-color: #d1d5d8;
cursor: default; } input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
margin: 0 0 1em 0; }
input[type="checkbox"] + label,
input[type="radio"] + label {
display: inline-block;
margin-left: 0.5em;
margin-right: 1em;
margin-bottom: 0;
vertical-align: baseline; } input[type="file"] {
width: 100%; }  fieldset {
border: 1px solid #d1d5d8;
padding: 1.309em;
margin: 1.125em 0; }
fieldset legend {
background: white;
padding: 0 0.1875em;
margin: 0;
margin-left: -0.1875em; } [data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
display: block;
padding: 0.375em 0.5625em 0.5625em;
margin-top: -1px;
margin-bottom: 1em;
font-size: 0.75em;
font-weight: normal;
font-style: italic;
background: #e74c3c;
color: white; }
[data-abide] span.error, [data-abide] small.error {
display: none; }
span.error, small.error {
display: block;
padding: 0.375em 0.5625em 0.5625em;
margin-top: -1px;
margin-bottom: 1em;
font-size: 0.75em;
font-weight: normal;
font-style: italic;
background: #e74c3c;
color: white; }
.error input,
.error textarea,
.error select {
margin-bottom: 0; }
.error input[type="checkbox"],
.error input[type="radio"] {
margin-bottom: 1em; }
.error label,
.error label.error {
color: #e74c3c; }
.error small.error {
display: block;
padding: 0.375em 0.5625em 0.5625em;
margin-top: -1px;
margin-bottom: 1em;
font-size: 0.75em;
font-weight: normal;
font-style: italic;
background: #e74c3c;
color: white; }
.error > label > small {
color: #676767;
background: transparent;
padding: 0;
text-transform: capitalize;
font-style: normal;
font-size: 60%;
margin: 0;
display: inline; }
.error span.error-message {
display: block; }
input.error,
textarea.error,
select.error {
margin-bottom: 0; }
label.error {
color: #e74c3c; }
meta.foundation-mq-topbar {
font-family: "/only screen and (min-width:40.063em)/";
width: 58.75em; } .contain-to-grid {
width: 100%;
background: #4d4f4f; }
.contain-to-grid .top-bar {
margin-bottom: 0; }
.fixed {
width: 100%;
left: 0;
position: fixed;
top: 0;
z-index: 99; }
.fixed.expanded:not(.top-bar) {
overflow-y: auto;
height: auto;
width: 100%;
max-height: 100%; }
.fixed.expanded:not(.top-bar) .title-area {
position: fixed;
width: 100%;
z-index: 99; }
.fixed.expanded:not(.top-bar) .top-bar-section {
z-index: 98;
margin-top: 45px; }
.top-bar {
overflow: hidden;
height: 45px;
line-height: 45px;
position: relative;
background: #4d4f4f;
margin-bottom: 0; }
.top-bar ul {
margin-bottom: 0;
list-style: none; }
.top-bar .row {
max-width: none; }
.top-bar form,
.top-bar input {
margin-bottom: 0; }
.top-bar input {
height: 1.8em;
padding-top: .35em;
padding-bottom: .35em;
font-size: 0.75em; }
.top-bar .button, .top-bar button {
padding-top: 0.4125em;
padding-bottom: 0.4125em;
margin-bottom: 0;
font-size: 0.75em; }
@media only screen and (max-width: 40em) {
.top-bar .button, .top-bar button {
position: relative;
top: -1px; } }
.top-bar .title-area {
position: relative;
margin: 0; }
.top-bar .name {
height: 45px;
margin: 0;
font-size: 16px; }
.top-bar .name h1 {
line-height: 45px;
font-size: 1.0625em;
margin: 0; }
.top-bar .name h1 a {
font-weight: normal;
color: white;
width: 75%;
display: block;
padding: 0 15px; }
.top-bar .toggle-topbar {
position: absolute;
right: 0;
top: 0; }
.top-bar .toggle-topbar a {
color: white;
text-transform: uppercase;
font-size: 0.8125em;
font-weight: bold;
position: relative;
display: block;
padding: 0 15px;
height: 45px;
line-height: 45px; }
.top-bar .toggle-topbar.menu-icon {
top: 50%;
margin-top: -16px; }
.top-bar .toggle-topbar.menu-icon a {
height: 34px;
line-height: 33px;
padding: 0 40px 0 15px;
color: white;
position: relative; }
.top-bar .toggle-topbar.menu-icon a span::after {
content: "";
position: absolute;
display: block;
height: 0;
top: 50%;
margin-top: -8px;
right: 15px;
box-shadow: 0 0px 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
width: 16px; }
.top-bar .toggle-topbar.menu-icon a span:hover:after {
box-shadow: 0 0px 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }
.top-bar.expanded {
height: auto;
background: transparent; }
.top-bar.expanded .title-area {
background: #4d4f4f; }
.top-bar.expanded .toggle-topbar a {
color: #888888; }
.top-bar.expanded .toggle-topbar a span::after {
box-shadow: 0 0px 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888; }
.top-bar-section {
left: 0;
position: relative;
width: auto;
transition: left 300ms ease-out; }
.top-bar-section ul {
padding: 0;
width: 100%;
height: auto;
display: block;
font-size: 16px;
margin: 0; }
.top-bar-section .divider,
.top-bar-section [role="separator"] {
border-top: solid 1px #1a1a1a;
clear: both;
height: 1px;
width: 100%; }
.top-bar-section ul li {
background: #4d4f4f; }
.top-bar-section ul li > a {
display: block;
width: 100%;
color: white;
padding: 12px 0 12px 0;
padding-left: 15px;
font-size: 0.8125em;
font-weight: normal;
text-transform: none; }
.top-bar-section ul li > a.button {
font-size: 0.8125em;
padding-right: 15px;
padding-left: 15px;
background-color: #4d4f4f;
border-color: #4d4f4f;
color: white; }
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
background-color: #4d4f4f; }
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
color: white; }
.top-bar-section ul li > a.button.secondary {
background-color: #d1d5d8;
border-color: #aaafb3;
color: #4d4f4f; }
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
background-color: #aaafb3; }
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
color: #4d4f4f; }
.top-bar-section ul li > a.button.success {
background-color: #45aab8;
border-color: #45aab8;
color: white; }
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
background-color: #45aab8; }
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
color: white; }
.top-bar-section ul li > a.button.alert {
background-color: #e74c3c;
color: white; }
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
background-color: #e74c3c; }
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
color: white; }
.top-bar-section ul li > a.button.warning {
background-color: #f08a24;
border-color: #cf6e0e;
color: white; }
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
background-color: #cf6e0e; }
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
color: white; }
.top-bar-section ul li > button {
font-size: 0.8125em;
padding-right: 15px;
padding-left: 15px;
background-color: #4d4f4f;
border-color: #4d4f4f;
color: white; }
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
background-color: #4d4f4f; }
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
color: white; }
.top-bar-section ul li > button.secondary {
background-color: #d1d5d8;
border-color: #aaafb3;
color: #4d4f4f; }
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
background-color: #aaafb3; }
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
color: #4d4f4f; }
.top-bar-section ul li > button.success {
background-color: #45aab8;
border-color: #45aab8;
color: white; }
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
background-color: #45aab8; }
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
color: white; }
.top-bar-section ul li > button.alert {
background-color: #e74c3c;
border-color: #e74c3c;
color: white; }
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
background-color: #e74c3c; }
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
color: white; }
.top-bar-section ul li > button.warning {
background-color: #f08a24;
border-color: #cf6e0e;
color: white; }
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
background-color: #cf6e0e; }
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
color: white; }
.top-bar-section ul li:hover:not(.has-form) > a {
background-color: #4d4f4f555;
background: #272727;
color: white; }
.top-bar-section ul li.active > a {
background: #4d4f4f;
color: white; }
.top-bar-section ul li.active > a:hover {
background: #4d4f4f;
color: white; }
.top-bar-section .has-form {
padding: 15px; }
.top-bar-section .has-dropdown {
position: relative; }
.top-bar-section .has-dropdown > a:after {
content: "";
display: block;
width: 0;
height: 0;
border: inset 5px;
border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
border-left-style: solid;
margin-right: 15px;
margin-top: -4.5px;
position: absolute;
top: 50%;
right: 0; }
.top-bar-section .has-dropdown.moved {
position: static; }
.top-bar-section .has-dropdown.moved > .dropdown {
display: block;
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto;
position: absolute !important;
width: 100%; }
.top-bar-section .has-dropdown.moved > a:after {
display: none; }
.top-bar-section .dropdown {
padding: 0;
position: absolute;
left: 100%;
top: 0;
z-index: 99;
display: block;
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px); }
.top-bar-section .dropdown li {
width: 100%;
height: auto; }
.top-bar-section .dropdown li a {
font-weight: normal;
padding: 8px 15px; }
.top-bar-section .dropdown li a.parent-link {
font-weight: normal; }
.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
margin-bottom: 0;
margin-top: 0;
font-size: 1.125em; }
.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
color: white;
display: block; }
.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
background: none; }
.top-bar-section .dropdown li.has-form {
padding: 8px 15px; }
.top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
top: auto; }
.top-bar-section .dropdown label {
padding: 8px 15px 2px;
margin-bottom: 0;
text-transform: uppercase;
color: #777777;
font-weight: bold;
font-size: 0.625em; }
.js-generated {
display: block; }
@media only screen and (min-width: 40.063em) {
.top-bar {
background: #4d4f4f;
overflow: visible; }
.top-bar:before, .top-bar:after {
content: " ";
display: table; }
.top-bar:after {
clear: both; }
.top-bar .toggle-topbar {
display: none; }
.top-bar .title-area {
float: left; }
.top-bar .name h1 a {
width: auto; }
.top-bar input,
.top-bar .button,
.top-bar button {
font-size: 0.875em;
position: relative;
top: 7px; }
.top-bar.expanded {
background: #4d4f4f; }
.contain-to-grid .top-bar {
max-width: 120em;
margin: 0 auto;
margin-bottom: 0; }
.top-bar-section {
transition: none 0 0;
left: 0 !important; }
.top-bar-section ul {
width: auto;
height: auto !important;
display: inline; }
.top-bar-section ul li {
float: left; }
.top-bar-section ul li .js-generated {
display: none; }
.top-bar-section li.hover > a:not(.button) {
background-color: #4d4f4f555;
background: #272727;
color: white; }
.top-bar-section li:not(.has-form) a:not(.button) {
padding: 0 15px;
line-height: 45px;
background: #4d4f4f; }
.top-bar-section li:not(.has-form) a:not(.button):hover {
background-color: #4d4f4f555;
background: #272727; }
.top-bar-section li.active:not(.has-form) a:not(.button) {
padding: 0 15px;
line-height: 45px;
color: white;
background: #4d4f4f; }
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
background: #4d4f4f;
color: white; }
.top-bar-section .has-dropdown > a {
padding-right: 35px !important; }
.top-bar-section .has-dropdown > a:after {
content: "";
display: block;
width: 0;
height: 0;
border: inset 5px;
border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
border-top-style: solid;
margin-top: -2.5px;
top: 22.5px; }
.top-bar-section .has-dropdown.moved {
position: relative; }
.top-bar-section .has-dropdown.moved > .dropdown {
display: block;
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px); }
.top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
display: block;
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto;
position: absolute !important; }
.top-bar-section .has-dropdown > a:focus + .dropdown {
display: block;
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto;
position: absolute !important; }
.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
border: none;
content: "\00bb";
top: 1em;
margin-top: -1px;
right: 5px;
line-height: 1.2; }
.top-bar-section .dropdown {
left: 0;
top: auto;
background: transparent;
min-width: 100%; }
.top-bar-section .dropdown li a {
color: white;
line-height: 45px;
white-space: nowrap;
padding: 12px 15px;
background: #4d4f4f; }
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
color: white;
background: #4d4f4f; }
.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
color: white;
background-color: #4d4f4f555;
background: #272727; }
.top-bar-section .dropdown li label {
white-space: nowrap;
background: #4d4f4f; }
.top-bar-section .dropdown li .dropdown {
left: 100%;
top: 0; }
.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
border-bottom: none;
border-top: none;
border-right: solid 1px #4e4e4e;
clear: none;
height: 45px;
width: 0; }
.top-bar-section .has-form {
background: #4d4f4f;
padding: 0 15px;
height: 45px; }
.top-bar-section .right li .dropdown {
left: auto;
right: 0; }
.top-bar-section .right li .dropdown li .dropdown {
right: 100%; }
.top-bar-section .left li .dropdown {
right: auto;
left: 0; }
.top-bar-section .left li .dropdown li .dropdown {
left: 100%; }
.no-js .top-bar-section ul li:hover > a {
background-color: #4d4f4f555;
background: #272727;
color: white; }
.no-js .top-bar-section ul li:active > a {
background: #4d4f4f;
color: white; }
.no-js .top-bar-section .has-dropdown:hover > .dropdown {
display: block;
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto;
position: absolute !important; }
.no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
display: block;
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto;
position: absolute !important; } }
.alert-box {
display: block;
font-weight: normal;
margin-bottom: 1.309em;
position: relative;
padding: 0.875em 1.5em 0.875em 0.875em;
font-size: 0.8125em;
transition: opacity 300ms ease-out;
color: white; }
.alert-box .close {
font-size: 1.375em;
padding: 9px 6px 4px;
line-height: 0;
position: absolute;
top: 50%;
margin-top: -0.6875em;
right: 0.25em;
color: #4d4f4f;
opacity: 0.3; }
.alert-box .close:hover, .alert-box .close:focus {
opacity: 0.5; }
.alert-box.radius {
border-radius: 0.164em; }
.alert-box.round {
border-radius: 1000px; }
.alert-box.success {
color: white; }
.alert-box.alert {
color: white; }
.alert-box.secondary { }
.alert-box.warning {
background-color: #f08a24;
color: white; }
.alert-box.info {
background-color: #dad8a7;
color: #4f4f4f; }
.alert-box.alert-close {
opacity: 0; }
.inline-list {
margin: 0 auto 1.0625em auto;
margin-left: -1.375em;
margin-right: 0;
padding: 0;
list-style: none;
overflow: hidden; }
.inline-list > li {
list-style: none;
float: left;
margin-left: 1.375em;
display: block; }
.inline-list > li > * {
display: block; } .panel {
margin-bottom: 1.309em;
color: #4d4f4f; }
.panel > :first-child {
margin-top: 0; }
.panel > :last-child {
margin-bottom: 0; }
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
color: #4d4f4f; }
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
line-height: 1;
margin-bottom: 0.625em; }
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
line-height: 1.4; }
.panel.callout > :first-child {
margin-top: 0; }
.panel.callout > :last-child {
margin-bottom: 0; }
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
line-height: 1;
margin-bottom: 0.625em; }
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
line-height: 1.4; }
.panel.callout a:not(.button) {
color: #4d4f4f; }
.panel.radius {
border-radius: 0.164em; } .pricing-table {
margin-left: 0;
}
.pricing-table * {
list-style: none;
line-height: 1; }
.pricing-table .title {
padding: 0.9375em 1.309em;
font-weight: normal;
font-size: 1em;
}
.pricing-table .price {
padding: 0.9375em 1.309em;
color: #4d4f4f;
font-weight: normal;
font-size: 2em;
}
.pricing-table .description {
font-weight: normal;
}
.pricing-table .bullet-item {
font-size: 0.875em;
font-weight: normal;
}
.pricing-table .cta-button {
background-color: white;
text-align: center;
padding: 1.309em 1.309em 0; }
.tabs {
margin-bottom: 0 !important;
margin-left: 0; }
.tabs:before, .tabs:after {
content: " ";
display: table; }
.tabs:after {
clear: both; }
.tabs dd, .tabs .tab-title {
position: relative;
margin-bottom: 0 !important;
list-style: none;
}
.tabs dd > a, .tabs .tab-title > a {
display: block;
padding: 1em 2em;
font-size: 1em; }
.tabs .tab-title.active a {
background-color: white; }
.tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px; }
.tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px; }
.tabs.vertical dd, .tabs.vertical .tab-title {
position: inherit;
float: none;
display: block;
top: auto; }
.tabs-content {
margin-bottom: 1.5em;
width: 100%; }
.tabs-content:before, .tabs-content:after {
content: " ";
display: table; }
.tabs-content:after {
clear: both; }
.tabs-content > .content {
display: none;
float: left;
padding: 1.309em 0;
width: 100%; }
.tabs-content > .content.active {
display: block;
float: none; }
.tabs-content > .content.contained {
padding: 1.309em; }
.tabs-content.vertical {
display: block; }
.tabs-content.vertical > .content {
padding: 0 1.309em; }
@media only screen and (min-width: 40.063em) {
.tabs.vertical {
width: 20%;
max-width: 20%;
float: left;
margin: 0 0 1.309em; }
.tabs-content.vertical {
width: 80%;
max-width: 80%;
float: left;
margin-left: -1px;
padding-left: 1em; } }
.no-js .tabs-content > .content {
display: block;
float: none; }
.side-nav {
display: block;
margin: 0;
padding: 0.875em 0;
list-style-type: none;
list-style-position: outside;
}
.side-nav li {
font-weight: normal; }
.side-nav li a:not(.button) {
display: block;
margin: 0;
padding: 0; }
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus { }
.side-nav li.active > a:first-child:not(.button) {
font-weight: normal;
}
.side-nav li.divider {
border-top: 1px solid;
height: 0;
padding: 0;
list-style: none;
border-top-color: white; }
.side-nav li.heading {
font-size: 0.875em;
font-weight: bold;
text-transform: uppercase; }
.accordion {
margin-bottom: 0; }
.accordion:before, .accordion:after {
content: " ";
display: table; }
.accordion:after {
clear: both; }
.accordion .accordion-navigation, .accordion dd {
display: block;
margin-bottom: 0 !important; }
.accordion .accordion-navigation > a, .accordion dd > a {
padding: 1em;
display: block;
}
.accordion .accordion-navigation > .content, .accordion dd > .content {
display: none;
padding: 1.309em; }
.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
display: block;
background: white; } .progress {
background-color: #f6f6f6;
border: 1px solid white;
padding: 0.125em;
margin-bottom: 0.625em; }
.progress .meter {
height: 100%;
display: block; }
.progress.secondary .meter {
height: 100%;
display: block; }
.progress.success .meter {
height: 100%;
display: block; }
.progress.alert .meter {
height: 100%;
display: block; }
.progress.radius {
border-radius: 0.164em; }
.progress.radius .meter {
border-radius: 2px; }
.progress.round {
border-radius: 1000px; }
.progress.round .meter {
border-radius: 999px; }
.sub-nav {
display: block;
width: auto;
overflow: hidden;
}
.sub-nav dt {
text-transform: uppercase; }
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
float: left;
display: inline;
font-weight: normal;
}
.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
text-decoration: none; }
.label {
font-weight: normal;
text-align: center;
text-decoration: none;
line-height: 1;
white-space: nowrap;
display: inline-block;
position: relative;
margin-bottom: inherit;
font-size: 0.875em;
}
.label.radius {
border-radius: 0.164em; }
.label.round {
border-radius: 1000px; }
.label.alert {
color: white; }
.label.warning {
background-color: #f1c40f;
color: white; }
.label.success {
color: white; }
.label.info {
background-color: #a0d3e8;
color: #4d4f4f; }
table {
background: white;
table-layout: auto; }
table caption {
background: transparent;
font-size: 1em;
font-weight: bold; }
table thead {
background: #fff; }
table thead tr th,
table thead tr td {
font-size: 0.875em; }
table tfoot {
background: whitesmoke; }
table tfoot tr th,
table tfoot tr td {
padding: 0.5em 0.625em 0.625em;
font-size: 0.875em; }
table tr th,
table tr td {
font-size: 0.875em;
text-align: left; }
table tr.even, table tr.alt, table tr:nth-of-type(even) {
background: #fff; }
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
display: table-cell;
line-height: 2.618em; }
.keystroke,
kbd {
background-color: #ededed;
border-color: #d1d5d8;
color: #4d4f4f;
border-style: solid;
border-width: 1px;
margin: 0;
font-family: "Consolas", "Menlo", "Courier", monospace;
font-size: inherit;
padding: 0.125em 0.25em 0;
border-radius: 0.164em; } @media only screen {
.show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
display: inherit !important; }
.hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
display: none !important; }
.visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto; }
.hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px); }
table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
display: table !important; }
thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
display: table-header-group !important; }
tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
display: table-row-group !important; }
tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
display: table-row !important; }
th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
display: table-cell !important; } } @media only screen and (min-width: 40.063em) {
.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
display: inherit !important; }
.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
display: none !important; }
.hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto; }
.visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px); }
table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
display: table !important; }
thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
display: table-header-group !important; }
tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
display: table-row-group !important; }
tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
display: table-row !important; }
th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
display: table-cell !important; } } @media only screen and (min-width: 64.063em) {
.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
display: inherit !important; }
.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
display: none !important; }
.hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto; }
.visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px); }
table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
display: table !important; }
thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
display: table-header-group !important; }
tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
display: table-row-group !important; }
tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
display: table-row !important; }
th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
display: table-cell !important; } } @media only screen and (min-width: 90.063em) {
.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
display: inherit !important; }
.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
display: none !important; }
.hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto; }
.visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px); }
table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
display: table !important; }
thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
display: table-header-group !important; }
tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
display: table-row-group !important; }
tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
display: table-row !important; }
th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
display: table-cell !important; } } @media only screen and (min-width: 120.063em) {
.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
display: inherit !important; }
.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
display: none !important; }
.hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto; }
.visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px); }
table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-only, table.show-for-xxlarge-up {
display: table !important; }
thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up {
display: table-header-group !important; }
tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up {
display: table-row-group !important; }
tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up {
display: table-row !important; }
th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up {
display: table-cell !important; } } .show-for-landscape,
.hide-for-portrait {
display: inherit !important; }
.hide-for-landscape,
.show-for-portrait {
display: none !important; } table.hide-for-landscape, table.show-for-portrait {
display: table !important; }
thead.hide-for-landscape, thead.show-for-portrait {
display: table-header-group !important; }
tbody.hide-for-landscape, tbody.show-for-portrait {
display: table-row-group !important; }
tr.hide-for-landscape, tr.show-for-portrait {
display: table-row !important; }
td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
display: table-cell !important; }
@media only screen and (orientation: landscape) {
.show-for-landscape,
.hide-for-portrait {
display: inherit !important; }
.hide-for-landscape,
.show-for-portrait {
display: none !important; } table.show-for-landscape, table.hide-for-portrait {
display: table !important; }
thead.show-for-landscape, thead.hide-for-portrait {
display: table-header-group !important; }
tbody.show-for-landscape, tbody.hide-for-portrait {
display: table-row-group !important; }
tr.show-for-landscape, tr.hide-for-portrait {
display: table-row !important; }
td.show-for-landscape, td.hide-for-portrait,
th.show-for-landscape,
th.hide-for-portrait {
display: table-cell !important; } }
@media only screen and (orientation: portrait) {
.show-for-portrait,
.hide-for-landscape {
display: inherit !important; }
.hide-for-portrait,
.show-for-landscape {
display: none !important; } table.show-for-portrait, table.hide-for-landscape {
display: table !important; }
thead.show-for-portrait, thead.hide-for-landscape {
display: table-header-group !important; }
tbody.show-for-portrait, tbody.hide-for-landscape {
display: table-row-group !important; }
tr.show-for-portrait, tr.hide-for-landscape {
display: table-row !important; }
td.show-for-portrait, td.hide-for-landscape,
th.show-for-portrait,
th.hide-for-landscape {
display: table-cell !important; } } .show-for-touch {
display: none !important; }
.hide-for-touch {
display: inherit !important; }
.touch .show-for-touch {
display: inherit !important; }
.touch .hide-for-touch {
display: none !important; } table.hide-for-touch {
display: table !important; }
.touch table.show-for-touch {
display: table !important; }
thead.hide-for-touch {
display: table-header-group !important; }
.touch thead.show-for-touch {
display: table-header-group !important; }
tbody.hide-for-touch {
display: table-row-group !important; }
.touch tbody.show-for-touch {
display: table-row-group !important; }
tr.hide-for-touch {
display: table-row !important; }
.touch tr.show-for-touch {
display: table-row !important; }
td.hide-for-touch {
display: table-cell !important; }
.touch td.show-for-touch {
display: table-cell !important; }
th.hide-for-touch {
display: table-cell !important; }
.touch th.show-for-touch {
display: table-cell !important; }
.off-canvas-wrap {
-webkit-backface-visibility: hidden;
position: relative;
width: 100%;
overflow: hidden; }
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
min-height: 100%;
-webkit-overflow-scrolling: touch; }
.inner-wrap {
position: relative;
width: 100%;
-webkit-transition: -webkit-transform 500ms ease;
-moz-transition: -moz-transform 500ms ease;
-ms-transition: -ms-transform 500ms ease;
-o-transition: -o-transform 500ms ease;
transition: transform 500ms ease; }
.inner-wrap:before, .inner-wrap:after {
content: " ";
display: table; }
.inner-wrap:after {
clear: both; }
.tab-bar {
-webkit-backface-visibility: hidden;
background: #333333;
color: #FFFFFF;
height: 2.8125em;
line-height: 2.8125em;
position: relative; }
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
color: #FFFFFF;
font-weight: bold;
line-height: 2.8125em;
margin: 0; }
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
font-size: 1.125em; }
.left-small {
width: 2.8125em;
height: 2.8125em;
position: absolute;
top: 0;
border-right: solid 1px #1a1a1a;
left: 0; }
.right-small {
width: 2.8125em;
height: 2.8125em;
position: absolute;
top: 0;
border-left: solid 1px #1a1a1a;
right: 0; }
.tab-bar-section {
padding: 0 0.625em;
position: absolute;
text-align: center;
height: 2.8125em;
top: 0; }
@media only screen and (min-width: 40.063em) {
.tab-bar-section.left {
text-align: left; }
.tab-bar-section.right {
text-align: right; } }
.tab-bar-section.left {
left: 0;
right: 2.8125em; }
.tab-bar-section.right {
left: 2.8125em;
right: 0; }
.tab-bar-section.middle {
left: 2.8125em;
right: 2.8125em; }
.tab-bar .menu-icon {
text-indent: 2.1875em;
width: 2.8125em;
height: 2.8125em;
display: block;
padding: 0;
color: #FFFFFF;
position: relative;
transform: translate3d(0, 0, 0);
}
.tab-bar .menu-icon span::after {
content: "";
position: absolute;
display: block;
height: 0;
top: 50%;
margin-top: -0.5em;
left: 0.90625em;
box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
width: 1em; }
.tab-bar .menu-icon span:hover:after {
box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }
.left-off-canvas-menu {
-webkit-backface-visibility: hidden;
width: 15.625em;
top: 0;
bottom: 0;
position: absolute;
overflow-x: hidden;
overflow-y: auto;
z-index: 1001;
box-sizing: content-box;
transition: transform 500ms ease 0s;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
-ms-transform: translate(-100%, 0);
-webkit-transform: translate3d(-100%, 0, 0);
-moz-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
-o-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0; }
.left-off-canvas-menu * {
-webkit-backface-visibility: hidden; }
.right-off-canvas-menu {
-webkit-backface-visibility: hidden;
width: 15.625em;
top: 0;
bottom: 0;
position: absolute;
overflow-x: hidden;
overflow-y: auto;
background: #333333;
z-index: 1001;
box-sizing: content-box;
transition: transform 500ms ease 0s;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
-ms-transform: translate(100%, 0);
-webkit-transform: translate3d(100%, 0, 0);
-moz-transform: translate3d(100%, 0, 0);
-ms-transform: translate3d(100%, 0, 0);
-o-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
right: 0; }
.right-off-canvas-menu * {
-webkit-backface-visibility: hidden; }
ul.off-canvas-list {
list-style-type: none;
padding: 0;
margin: 0; }
ul.off-canvas-list li label {
display: block;
padding: 0.3em 0.9375em;
color: #999999;
text-transform: uppercase;
font-size: 0.75em;
font-weight: bold;
background: #444444;
border-top: 1px solid #5e5e5e;
border-bottom: none;
margin: 0; }
ul.off-canvas-list li a {
display: block;
padding: 0.66667em;
color: rgba(255, 255, 255, 0.7);
border-bottom: 1px solid #262626;
transition: background 300ms ease; }
ul.off-canvas-list li a:hover {
background: #242424; }
.move-right > .inner-wrap {
-ms-transform: translate(15.625em, 0);
-webkit-transform: translate3d(15.625em, 0, 0);
-moz-transform: translate3d(15.625em, 0, 0);
-ms-transform: translate3d(15.625em, 0, 0);
-o-transform: translate3d(15.625em, 0, 0);
transform: translate3d(15.625em, 0, 0); }
.move-right .exit-off-canvas {
-webkit-backface-visibility: hidden;
transition: background 300ms ease;
cursor: pointer;
box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
display: block;
position: absolute;
background: rgba(255, 255, 255, 0.2);
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1002;
-webkit-tap-highlight-color: transparent; }
@media only screen and (min-width: 40.063em) {
.move-right .exit-off-canvas:hover {
background: rgba(255, 255, 255, 0.05); } }
.move-left > .inner-wrap {
-ms-transform: translate(-15.625em, 0);
-webkit-transform: translate3d(-15.625em, 0, 0);
-moz-transform: translate3d(-15.625em, 0, 0);
-ms-transform: translate3d(-15.625em, 0, 0);
-o-transform: translate3d(-15.625em, 0, 0);
transform: translate3d(-15.625em, 0, 0); }
.move-left .exit-off-canvas {
-webkit-backface-visibility: hidden;
transition: background 300ms ease;
cursor: pointer;
box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
display: block;
position: absolute;
background: rgba(255, 255, 255, 0.2);
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1002;
-webkit-tap-highlight-color: transparent; }
@media only screen and (min-width: 40.063em) {
.move-left .exit-off-canvas:hover {
background: rgba(255, 255, 255, 0.05); } }
.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
-ms-transform: none;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
transform: none;
z-index: 1003; }
.offcanvas-overlap .exit-off-canvas {
-webkit-backface-visibility: hidden;
transition: background 300ms ease;
cursor: pointer;
box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
display: block;
position: absolute;
background: rgba(255, 255, 255, 0.2);
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1002;
-webkit-tap-highlight-color: transparent; }
@media only screen and (min-width: 40.063em) {
.offcanvas-overlap .exit-off-canvas:hover {
background: rgba(255, 255, 255, 0.05); } }
.offcanvas-overlap-left .right-off-canvas-menu {
-ms-transform: none;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
transform: none;
z-index: 1003; }
.offcanvas-overlap-left .exit-off-canvas {
-webkit-backface-visibility: hidden;
transition: background 300ms ease;
cursor: pointer;
box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
display: block;
position: absolute;
background: rgba(255, 255, 255, 0.2);
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1002;
-webkit-tap-highlight-color: transparent; }
@media only screen and (min-width: 40.063em) {
.offcanvas-overlap-left .exit-off-canvas:hover {
background: rgba(255, 255, 255, 0.05); } }
.offcanvas-overlap-right .left-off-canvas-menu {
-ms-transform: none;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
transform: none;
z-index: 1003; }
.offcanvas-overlap-right .exit-off-canvas {
-webkit-backface-visibility: hidden;
transition: background 300ms ease;
cursor: pointer;
box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
display: block;
position: absolute;
background: rgba(255, 255, 255, 0.2);
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1002;
-webkit-tap-highlight-color: transparent; }
@media only screen and (min-width: 40.063em) {
.offcanvas-overlap-right .exit-off-canvas:hover {
background: rgba(255, 255, 255, 0.05); } }
.no-csstransforms .left-off-canvas-menu {
left: -15.625em; }
.no-csstransforms .right-off-canvas-menu {
right: -15.625em; }
.no-csstransforms .move-left > .inner-wrap {
right: 15.625em; }
.no-csstransforms .move-right > .inner-wrap {
left: 15.625em; }
.left-submenu {
-webkit-backface-visibility: hidden;
width: 15.625em;
top: 0;
bottom: 0;
position: absolute;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
background: #333333;
z-index: 1002;
box-sizing: content-box;
-webkit-overflow-scrolling: touch;
-ms-transform: translate(-100%, 0);
-webkit-transform: translate3d(-100%, 0, 0);
-moz-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
-o-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0;
-webkit-transition: -webkit-transform 500ms ease;
-moz-transition: -moz-transform 500ms ease;
-ms-transition: -ms-transform 500ms ease;
-o-transition: -o-transform 500ms ease;
transition: transform 500ms ease; }
.left-submenu * {
-webkit-backface-visibility: hidden; }
.left-submenu .back > a {
padding: 0.3em 0.9375em;
color: #999999;
text-transform: uppercase;
font-weight: bold;
background: #444;
border-top: 1px solid #5e5e5e;
border-bottom: none;
margin: 0; }
.left-submenu .back > a:hover {
background: #303030;
border-top: 1px solid #5e5e5e;
border-bottom: none; }
.left-submenu .back > a:before {
content: "\AB";
margin-right: 0.5em;
display: inline; }
.left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
-ms-transform: translate(0%, 0);
-webkit-transform: translate3d(0%, 0, 0);
-moz-transform: translate3d(0%, 0, 0);
-ms-transform: translate3d(0%, 0, 0);
-o-transform: translate3d(0%, 0, 0);
transform: translate3d(0%, 0, 0); }
.right-submenu {
-webkit-backface-visibility: hidden;
width: 15.625em;
top: 0;
bottom: 0;
position: absolute;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
background: #333333;
z-index: 1002;
box-sizing: content-box;
-webkit-overflow-scrolling: touch;
-ms-transform: translate(100%, 0);
-webkit-transform: translate3d(100%, 0, 0);
-moz-transform: translate3d(100%, 0, 0);
-ms-transform: translate3d(100%, 0, 0);
-o-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
right: 0;
-webkit-transition: -webkit-transform 500ms ease;
-moz-transition: -moz-transform 500ms ease;
-ms-transition: -ms-transform 500ms ease;
-o-transition: -o-transform 500ms ease;
transition: transform 500ms ease; }
.right-submenu * {
-webkit-backface-visibility: hidden; }
.right-submenu .back > a {
padding: 0.3em 0.9375em;
color: #999999;
text-transform: uppercase;
font-weight: bold;
background: #444;
border-top: 1px solid #5e5e5e;
border-bottom: none;
margin: 0; }
.right-submenu .back > a:hover {
background: #303030;
border-top: 1px solid #5e5e5e;
border-bottom: none; }
.right-submenu .back > a:after {
content: "\BB";
margin-left: 0.5em;
display: inline; }
.right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
-ms-transform: translate(0%, 0);
-webkit-transform: translate3d(0%, 0, 0);
-moz-transform: translate3d(0%, 0, 0);
-ms-transform: translate3d(0%, 0, 0);
-o-transform: translate3d(0%, 0, 0);
transform: translate3d(0%, 0, 0); }
.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
content: "\BB";
margin-left: 0.5em;
display: inline; }
.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
content: "\AB";
margin-right: 0.5em;
display: inline; } @font-face {
font-family: 'icons';
src:url(//www.iloveparquet.com/wp-content/themes/maxi/font/icons.eot?srlkqd);
src:url(//www.iloveparquet.com/wp-content/themes/maxi/font/icons.eot?srlkqd#iefix) format('embedded-opentype'),
url(//www.iloveparquet.com/wp-content/themes/maxi/font/icons.ttf?srlkqd) format('truetype'),
url(//www.iloveparquet.com/wp-content/themes/maxi/font/icons.woff?srlkqd) format('woff'),
url(//www.iloveparquet.com/wp-content/themes/maxi/font/icons.svg?srlkqd#icons) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="i-"], [class*=" i-"] {
font-family: 'icons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.i-mail:before {
content: "\e002";
}
.i-lock:before {
content: "\e007";
}
.i-cog:before {
content: "\e023";
}
.i-paper:before {
content: "\e034";
}
.i-search:before {
content: "\e036";
}
.i-zoom-in:before {
content: "\e037";
}
.i-head:before {
content: "\e074";
}
.i-speech-bubble:before {
content: "\e076";
}
.i-reload:before {
content: "\e080";
}
.i-tag:before {
content: "\e085";
}
.i-power:before {
content: "\e086";
}
.i-esc:before {
content: "\e089";
}
.i-arrow-left:before {
content: "\e094";
}
.i-arrow-right:before {
content: "\e095";
}
.i-arrow-up:before {
content: "\e096";
}
.i-arrow-down:before {
content: "\e097";
}
.i-plus:before {
content: "\e114";
}
.i-cross:before {
content: "\e117";
}
.i-menu:before {
content: "\e120";
}
.i-inbox:before {
content: "\e122";
}
.i-open:before {
content: "\e128";
}
.i-videos:before {
content: "\e601";
}
.i-vk:before {
content: "\e639";
}
.i-at-sign:before {
content: "\e900";
}
.i-cart4:before {
content: "\ea01";
}
.i-mail3:before {
content: "\eee1";
}
.i-google-plus22:before {
content: "\eee5";
}
.i-facebook2:before {
content: "\eee9";
}
.i-instagram:before {
content: "\eeec";
}
.i-twitter2:before {
content: "\eeee";
}
.i-feed3:before {
content: "\eef1";
}
.i-youtube:before {
content: "\eef3";
}
.i-flickr3:before {
content: "\eefe";
}
.i-github4:before {
content: "\ef10";
}
.i-tumblr2:before {
content: "\ef18";
}
.i-skype:before {
content: "\ef22";
}
.i-linkedin:before {
content: "\ef24";
}
.i-pinterest2:before {
content: "\ef2d";
}
.i-circle-right:before {
content: "\e903";
}
.i-google-plus2:before {
content: "\e902";
}
.i-odnoklassniki:before {
content: "\e901";
}
.i-whatsapp:before {
content: "\e904";
} .nivo-lightbox-overlay {
position: fixed;
top: 0;
left: 0;
z-index: 99998;
width: 100%;
height: 100%;
overflow: hidden;
visibility: hidden;
opacity: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
visibility: visible;
opacity: 1;
}
.nivo-lightbox-wrap  {
position: absolute;
top: 10%;
bottom: 10%;
left: 10%;
right: 10%;
}
.nivo-lightbox-content {
width: 100%;
height: 100%;
}
.nivo-lightbox-title-wrap {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
z-index: 99999;
text-align: center;
}
.nivo-lightbox-nav { display: none; }
.nivo-lightbox-prev {
position: absolute;
top: 50%;
left: 0;
}
.nivo-lightbox-next {
position: absolute;
top: 50%;
right: 0;
}
.nivo-lightbox-close {
position: absolute;
top: 2%;
right: 2%;
}
.nivo-lightbox-image { text-align: center; }
.nivo-lightbox-image img {
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
vertical-align: middle;
}
.nivo-lightbox-content iframe {
width: 100%;
height: 100%;
}
.nivo-lightbox-inline,
.nivo-lightbox-ajax {
max-height: 100%;
overflow: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.nivo-lightbox-error {
display: table;
text-align: center;
width: 100%;
height: 100%;
color: #fff;
text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
display: table-cell;
vertical-align: middle;
} .nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
} .nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: scale(0.7);
-moz-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
} .nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
-moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
-ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
-o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
-webkit-transform: translateX(-10%);
-moz-transform: translateX(-10%);
-ms-transform: translateX(-10%);
transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
-webkit-transform: translateX(10%);
-moz-transform: translateX(10%);
-ms-transform: translateX(10%);
transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
-webkit-transform: translateY(-10%);
-moz-transform: translateY(-10%);
-ms-transform: translateY(-10%);
transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
-webkit-transform: translateY(10%);
-moz-transform: translateY(10%);
-ms-transform: translateY(10%);
transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
} .nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
-webkit-transform: translateZ(300px);
-moz-transform: translateZ(300px);
-ms-transform: translateZ(300px);
transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
}.home .vip_customer {
position: relative;
}
.home .vip_customer article {
background: #ecf6ff;
}
.home .vip_customer strong {
color: #cd071e;
}
.home .vip_customer .post.grid-item.w2 {
width: 100% !important;
}
.home .vip_customer .post.grid-item.w2 .excerpt-text {
padding: 7px;
margin-top: 0;
}
.home .vip_customer .post.grid-item.w2 .excerpt-text p {
display: block;
line-height: 1.3em;
font-size: .7em !important;
}
.home .vip_customer .post.grid-item.w2 .excerpt-text h2 {
font-size: 1.2em !important;
margin-bottom: 10px;
}
.home .vip_customer .info-ricerca-rivenditore {
float: none;
width: 100%;
}
.home .vip_customer .media-holder {
margin-bottom: 0;
position: initial;
}
.home .vip_customer .media-holder img {
width: auto;
margin: auto;
display: block;
height: 120px !important;
}
.home .vip_customer .media-holder img, .home .vip_customer .social {
display: none;
} @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,800;1,400;1,800&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,900;1,400;1,900&display=swap");  .boxed a:hover {color: #e50022 !important;}
#news {
background-color: #ffffff !important;
height: 60px;
}
.dark .top-search input[type="search"] {
height: 3.7em !important;
background-color: transparent;
padding-top: 15px;
text-transform: capitalize;
color: black;
}
.dark .search-btn i {color: black;}
.dark .top-search input[type="search"]::placeholder { color: black;
opacity: 1 }
.dark .top-search input[type="search"]:-ms-input-placeholder { color: black;
}
.dark .top-search input[type="search"]::-ms-input-placeholder { color: black;
}
.large-1.columns.mobdispno {
width: 400px;
margin: 0 auto;
text-align: center;
float: none;
}
.bannerBox {
-webkit-box-shadow: 0px -5px 8px 0px rgba(196,196,196,1);
-moz-box-shadow: 0px -5px 8px 0px rgba(196,196,196,1);
box-shadow: 0px -5px 8px 0px rgba(196,196,196,1);
}
p.wp-caption-text{
text-align:left;
}
#footer .text-line{
font-size:0.800em !important;
}
.widget .excerpt-text{
height:195px !important;
}
.owl-item.animated {
visibility: visible;
}
.carousel{
height:620px !important;
overflow:hidden !important;
}
.carousel.animated.fadeIn{
animation-delay:5s !important;
animation-duration:2s !important;
}
.sidebar section, .sidebar .widget {
margin-bottom: 30px;
}
.sidebarC{
width:24.9998% !important;
position:relative;
display:block;
float:right;
background:none !important;
margin-bottom: 30px;
}
.category-magazine .boxed{
margin-right:0px !important;
}
.category-magazine .boxed .magazine-grid{
margin-right:0px !important;
}
.category-scegli-il-tuo-legno .excerpt-text{
font-size:13px !important;
line-height:1.5 !important;
}
.category-scegli-il-tuo-legno .entry-header{
font-size:14px !important;
line-height:1.5 !important;
}
.media-holder.overlay .is-hover .inner-box {
padding: 2.5em 1.2em;
}
.sidebar #adwidget_imagewidget-2{ display:block !important; }
.LoaderSito{
width:100%;
height:150%;
position:absolute;
overflow:hidden;
background:rgba(255,255,255,1.00);
z-index:10000000000;
}
.LoaderSito .logoA{ margin-top:25%; width:100px; }
.spazioMobileLogo{ display:none !important; }
.foterMobile{ display:none !important; }
#logoMobile{ display:none; }
#logo{ display:block; }
select.goog-te-combo{
width:100% !important;
}
.modRespSlid{ display:block !important; }	
.modRespSlidMob{ display:none !important; } .magazine-grid .ArtMagazine{
width:24.9998%;	
}
.custom-post-centrali:hover .owl-controls .owl-prev{
margin-left:2px !important;
}
.custom-post-centrali:hover .owl-controls .owl-next{
margin-right:2px !important;
}
.custom-post-centrali .owl-controls .owl-next{
}
.custom-post .owl-controls .owl-prev {
margin-left:1px !important;
}
.custom-post:hover .owl-controls .owl-prev {
margin-left:1px !important;
}
.custom-post .owl-controls .owl-nav .owl-next:hover{
margin-right:2em !important;
}
.custom-post .owl-controls .owl-nav .owl-next{
margin-right:2em !important;
}
h1.archive-title{
font-size:0.9em !important;
}
.social-likes{
position:relative;
clear:both !important;
float:right;
margin-top:7px !important;
}
.sidebar #glt_widget-6{
padding:0px !important;
}
.sidebar #glt_widget-6 .widget-title{
padding:0px 10px 10px 10px !important;
}
.sidebar #execphp-4{
padding:0px !important;
}
.sidebar #execphp-3{
padding:0px !important;
}
html{ width:100% !important;  margin-top:0px !important; }
.noMl{ padding-left:0px !important; }
#google_language_translator img{ width:37px !important; }
.bannerBox .sharify-container{ display:none; }
.off-canvas-wrap.sticky-off-canvas .main-section{ width:100% !important; }
.CB-homepage{
clear:both; width:100%; margin-bottom:40px ;
}
.magazine-grid{
margin-bottom:30px !important;
}
.custom-post .owl-stage-outer{ border:1px solid #F7F7F7;
height:600px !important;
margin-bottom:100px !important;
}
.custom-post .owl-stage-outer .content{
max-height:580px;
overflow:hidden;
}
.off-canvas-wrap.sticky-off-canvas, .off-canvas-wrap.sticky-off-canvas .exit-off-canvas{}
#news .social{
max-width:100%;
clear:both;
max-height:30px;
list-style:none;
}
#news .social li.social-item{
float:left;
max-width:22px;
width:auto;
margin-left:10px;
margin-right:5px;
}
#news .social li.social-item:nth-child(1){ margin-left:30px; }
#news .social li.social-item .icon{
height:60px;
width:26px;
display:block;
}
#news .social li.social-item .icon a{
width:100%;
height:100%;
}
#news .social li.social-item .icon a .i-facebookS{
width:100%;
height:100%;
background-image:url(//www.iloveparquet.com/wp-content/themes/maxi-child/facebook-icon.png);
background-size:22px 22px;
background-position:center center;
background-repeat:no-repeat;
display:block;
}
#news .social li.social-item .icon a .i-twitterS{
width:100%;
height:100%;
background-image:url(//www.iloveparquet.com/wp-content/themes/maxi-child/icon-twetter.png);
background-size:22px 22px;
background-position:center center;
background-repeat:no-repeat;
display:block;
}
#news .social li.social-item .icon a .i-youtubeS{
width:100%;
height:100%;
background-image:url(//www.iloveparquet.com/wp-content/themes/maxi-child/youtube-icon.png);
background-size:22px 22px;
background-position:center center;
background-repeat:no-repeat;
display:block;
}
#news .social li.social-item .icon a .i-google-plusS{
width:100%;
height:100%;
background-image:url(//www.iloveparquet.com/wp-content/themes/maxi-child/google-plus-icon.png);
background-size:22px 22px;
background-position:center center;
background-repeat:no-repeat;
display:block;
}
#news .social li.social-item .icon a .i-instagramS{
width:100%;
height:100%;
background-image:url(//www.iloveparquet.com/wp-content/themes/maxi-child/instagram-icon.png);
background-size:22px 22px;
background-position:center center;
background-repeat:no-repeat;
display:block;
}  .header{
padding-top:30px !important;
padding-bottom:30px !important;
}
#header{
padding:0px !important;
}
.menu-header{
display:inline-block;
list-style:none;
margin:0px !important;
}
.menu-header .menu-item{
display:inline-block;
line-height:60px;
margin-right:10px;
}
.menu-header .menu-item a{
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif; font-style:normal;
font-size: 0.9em !important;
letter-spacing:.236em !important;
}
ul.main-menu li{ font-size:9pt !important; font-style:normal !important; margin-right:1.00em !important; }
#primary.main-menu{ padding:0px !important; margin-left:0px !important; margin-right:0px !important; }
#primary.main-menu .menu-item a{ font-size:8pt !important; color:#083244;}
#primary.main-menu .menu-item .sub-menu{ width:250px !important; }
#primary.main-menu .menu-item .sub-menu li.menu-item a{ font-size:9pt !important; color:#FFF !important; width:100% !important; }
#primary.main-menu .menu-item:nth-child(10)  .sub-menu{ margin-left:-150px !important; } 
#primary.main-menu .menu-item:nth-child(10)  .sub-menu:before{ margin-left:150px !important; border-width: 0 0.618em 0.618em 0.618em !important;} .bannerBox{
width:100%;
display:block;
clear:both; margin:0px;
padding:0px;
background:#F7F7F7 ;
transition:all 0.5s ease-in;
}
.bannerBox p{
width:100%;
display:block;
clear:both;
height:100%;
margin:0px;
padding:0px;
} 
.bannerBox img{ width:50%;
margin:0px;
padding:0px;
display:inline-block !important;
margin-left:0px;
margin-right:0px;
}  .owl-item .inner-box .entry-cat{ font-size: 0.7em; letter-spacing: 0.2em; background-color:none !important; border:0px !important; color:rgba(223,223,223,1.00) !important;  }
.carousel .owl-item .inner-box .entry-cat a.cat_style{
display:none;
}
.carousel .owl-item .inner-box .entry-cat a.cat_style:nth-child(2){
display:block !important;
} .owl-item .inner{
width:100%;
height:100%;
display:block; position:relative;
background-color:rgba(0,0,0,0.75);
}  .owl-item .inner .inner-box{
max-width:100%;
max-height:100%;
display:block;
position:relative;
width:100%;
height:100%;
}
.carousel .owl-item .media-holder{ overflow:hidden !important; } 	
.carousel .owl-item{
height:620px !important;
}
.carousel .owl-item .slide-row{
height:620px !important;
} .carousel .owl-item .slide-row .media-holder.overlay.small-slide{ height: 50% !important; overflow:hidden; }
.carousel .owl-item .slide-row .media-holder.overlay.large-slide{ height: 100% !important; overflow:hidden; }
.carousel .owl-item .slide-row .media-holder.overlay.medium-slide{ height: 50% !important; overflow:hidden; }
.carousel .owl-item .slide-row .media-holder.overlay.horizontal-slide{ height: 170px !important; overflow:hidden; }
.carousel .owl-item .slide-row .media-holder.overlay{ height:50% !important; overflow:hidden; background-size:cover; background-position:center; background-repeat:no-repeat; border: 2px solid #FFF;}
.carousel .owl-item .slide-row .media-holder.overlay.intDif{ height: 50%  !important; overflow:hidden; margin-bottom:0.250em; }
.carousel .owl-item .slide-row .media-holder.overlay a.overlay-link{ height:100% !important;  }
.carousel .owl-item .slide-row .media-holder.overlay a.overlay-link{ height:100% !important;  }
.owl-carousel {
display: block !important; }
.carousel .owl-item:nth-child(even) .slide-row .media-holder.overlay.large-slide{ height:  !important; overflow:hidden; }
.carousel .owl-item:nth-child(even) .slide-row .large-slide .is-hover .entry-cat {
margin-top: 0 !important;
}
.owl-carousel .owl-item img {
object-fit: cover;
height: 100%;
}  .carousel .owl-item .media-holder{
padding: 0 !important;
}
.carousel .owl-item .media-holder .is-hover{
margin-top:80%;
transition:all 0.2s ease-in;	
}
.carousel .owl-item .media-holder:hover .is-hover{
margin-top:65%;
}
.carousel .owl-item .slide-row .media-holder.overlay.medium-slide .is-hover{ 
margin-top:40%;
transition:all 0.2s ease-in;
}
.carousel .owl-item .slide-row .media-holder:hover.overlay.medium-slide .is-hover{ 
margin-top:0%;
}
.owl-item .inner-box .entry-cat{
width:100% !important;
border:0px !important;
color:#FFF !important;
margin:0px !important;
padding:0px !important;
margin-bottom:20px !important;
text-shadow:none !important;
}
.is-hover .entry-cat a.dark-cat {background-color: transparent !important;}
.carousel .owl-item .slide-row .large-slide .is-hover .entry-cat{
margin-bottom:20px !important;
}
.carousel .owl-item .slide-row .medium-slide .is-hover .entry-cat{
margin-bottom:20px !important;
margin-top:20px !important;
}
.carousel .owl-item .slide-row .small-slide .is-hover .entry-cat{
margin-bottom:10px !important;
margin-top:10px !important;
}
.owl-item .inner-box .entry-cat a{
text-align:center !important;
text-transform:uppercase;
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
background-color:none !important;
border:0px !important;
color:#ff3535 !important;
font-weight:800;
text-shadow:none !important;
}
h1, h2, article.post h1.entry-title {
font-family: 'Merriweather', Georgia, serif !important;
font-weight:100 !important;
}
h2.entry-title{
font-size:2rem !important;
font-family: 'Merriweather', Georgia, serif;
font-weight:100 !important;
text-decoration:none !important;
text-shadow:none !important;
}
.carousel, .slider .media-holder{
margin-bottom:30px !important;
}  .Banner-pub{ width:100% ;
padding-left:2.300em;
padding-right:2.300em;
height:auto;
padding-top:15px;
padding-bottom:15px;
display:block;
background:#F7F7F7 !important;
margin-bottom:30px !important;
overflow:hidden;
max-height:117px;
}
.Banner-pub .owl-item{
min-height:20px;
}
.Banner-pub .owl-item.active, .Banner-pub .owl-item.active img{
opacity:1 !important;
}
.Banner-pub .owl-item, .Banner-pub .owl-item img{
opacity:1 !important;
}
.Banner-pub .owl-item img{ height:auto;  }
h2.banner-title{
padding:10px 20px;
background:#083244;
text-transform:uppercase;
position:absolute;
display:none !important;
color:#FFF;
z-index:2000;
font-size:12pt;
margin-left:5.800em;
margin-top:0px;
}
.Banner-pub .owl-prev{
opacity:1 !important;
opacity:.7;
} 
.Banner-pub .owl-next{
opacity:1 !important;
opacity:.7;
}
.Banner-pub .owl-prev{
position:absolute !important; top:77px !important;
left:0px !important;
margin-right:100%;
transition: height .5s ease-in-out;
}
.Banner-pub .owl-prev{
margin-right:0%;
}
.Banner-pub .owl-next{ right:0px !important;
top:77px !important; }
.Banner-pub .owl-controls .owl-next:after, .Banner-pub .owl-controls .owl-prev:after {
display: block;
font-family: icons,serif;
height: 30px !important;
line-height: 30px !important;
position: absolute;
text-align: center;
width: 30px !important;
}
.Banner-pub .owl-controls .owl-nav div{
bottom:0px !important; 
top:auto; width:30px;
height:30px;
font-size:11pt;
overflow:visible !important;
}
.Banner-pub .owl-controls{
display:none !important;
overflow:visible !important; top:30px !important;
}
.banner_all{
width:100%;
padding:1em;
height:auto;
display:block;
background:#F7F7F7 !important;
margin-bottom:30px !important;
overflow:hidden;
}
.banner_all a{
padding:0.3em !important;
}
.banner_all img{
width:15.7%;
margin-top:0.3em !important;
margin-bottom:0.3em !important;
}  .catalogo-in-evidenza2{ display:none !important; }
.catalogo-in-evidenza .widget{
padding:15px !important;
}
.catalogo-in-evidenza .thumbMag{
border:none;
clear:both;
}
.catalogo-in-evidenza .thumbMag img{
width:100%;
}
.catalogo-in-evidenza .desc{
width:100%;
min-height:20px;
clear:both;
margin-top:10px;
margin-bottom:10px;
}
.catalogo-in-evidenza .desc .cat{
font-family: 'Open Sans', sans-serif;
font-size:10pt;
font-style:italic;
color:#2D5159;
text-transform:uppercase;
float:left;
margin-right:1.000em;
}
.catalogo-in-evidenza .desc .data{
font-family: 'Open Sans', sans-serif;
font-size:10pt;
color:#858585;
float:left;
}
.catalogo-in-evidenza h5{
font-family: 'Open Sans', sans-serif;
font-size:12pt !important;
font-weight:600 !important;
text-transform:none !important;
text-align:left;
clear:both;
display:block;
} .custom-post-centrali{
width:49.9998% !important;
float:left;
min-height:200px;
padding-right:0 !important;
text-align:left;
display:block;
position:relative;
}
.custom-post-centrali .thumb{
height:450px;
clear:both;
overflow:hidden;
text-align:center;
width:100% !important;
}
.custom-post-centrali .thumb a{
display:block !important;
min-width:100%; 
text-align:center !important;
}
.custom-post-centrali .thumb a img{ height:100% !important; }
.custom-post-centrali .thumb a img{ width:100%; margin-left:auto; margin-right:auto; position:relative; }
.custom-post-centrali .intestazione{
margin-top:5px;
margin-bottom:5px;
min-height:20px;
width:100%;
clear:both;
text-align:left !important; 
}
.custom-post-centrali .intestazione a{ text-align:left !important; }
.custom-post-centrali .cat{
font-family: 'Open Sans', sans-serif;
font-size:10pt;
font-style:italic;
color:#2D5159;
text-transform:uppercase;
float:left;
margin-right:1.800em;
margin-top:0px;
margin-bottom:0px;
}
.custom-post-centrali .data{
font-family: 'Open Sans', sans-serif;
font-size:10pt;
color:#858585;
float:left;
margin-top:0px;
margin-bottom:0px;
text-align:left !important;
}
.custom-post-centrali h5{
font-family: 'Open Sans', sans-serif;
font-size:15pt !important;
font-weight:600 !important;
text-transform:none !important;
margin-top:0px;
margin-bottom:0px;
}
.custom-post-centrali p{
font-size:10pt !important;
} .custom-post-centrali .owl-controls .owl-nav div{ }
.custom-post-centrali .owl-dots{
margin-top:-17em;
z-index:5000;
position:relative;
}
.custom-post-centrali .owl-dots .owl-dot{
width:12px;
height:12px;
border-radius:12px;
background:rgba(255,255,255,0.00);
border:2px solid rgba(255,255,255,1.00);
margin-left:2px;
margin-right:2px;
}
.custom-post-centrali .owl-dots .owl-dot.active{ background:rgba(255,255,255,1.00); }
.custom-post-centrali .owl-dots .owl-dot span{ display:none !important; } .sidebarC .large-3{ width:100% !important; padding:0px !important; background:none !important; }
.sidebarC .large-3 .sidebar{
margin-right:0px !important; }
.sidebarC .widget{margin-top:20px; padding:0px !important; }
#glt_widget-3{
background-color:#F7F7F7 !important;
}
#adwidget_imagewidget-2{
display:block !important; position:relative;
clear:both;
}
.sidebarC .widget-title{ top:0px !important; background:none !important; padding:3%; padding-top:0px !important;}
.sidebarC .widget .widget-title h6{
color:#FFF !important;
background-color:#263238 !important;
text-transform:none !important;
font-size: 0.700em;
padding:.43em 1em !important;
position:relative;
min-height:20px;
font-weight:100;
font-style:italic;
}
#adwidget_imagewidget-2{
clear:both;
display:block;
}
#adwidget_imagewidget-2 a{
display:block;
width:100%;
clear:both;
}
#adwidget_imagewidget-2 img{
width:100%;
clear:both;
display:block;
} .barraVetrina{
width:100%;
padding:10px;
background:#647D8A;
clear:both;
text-align:center;
color:rgba(255,255,255,1.00);
font-size:15pt;
text-decoration:none;
overflow:hidden;
}
.in-vetrina{
background:#083244;
padding:50px;
max-height:500px;
color:rgba(255,255,255,1.00) !important;
overflow:hidden;
}
.in-vetrina .img{
height:160px;
overflow:hidden;
position:relative;
clear:both;
}
.in-vetrina .img img{
width:100%;
overflow:hidden;
}
.in-vetrina .data{
font-size:10pt;
color:rgba(255,255,255,0.50);
}
.in-vetrina h5{
font-family: 'Open Sans', sans-serif;
font-size:15pt !important;
font-weight:600;
height:45px !important;
line-height:20px;
margin-top:0px !important;
color:rgba(255,255,255,1.00);
}
.in-vetrina  p{ font-size:10pt; }
.in-vetrina .owl-item .content{ overflow:hidden; height:350px; } .custom-post{
width:49.9998% !important;
float:left;
min-height:200px;
padding-right:2.618em !important;
text-align:left;
display:block;
position:relative;
margin-bottom:180px ;	
}
.custom-post .thumb{
height:400px;
clear:both;
overflow:hidden;
text-align:center;
width:100% !important;
}
.custom-post a{ overflow:hidden !important;
display:block !important; 
text-align:center !important;
}
.custom-post .thumb a img{ width:100%; margin-left:auto; margin-right:auto; position:relative; }
.custom-post .intestazione{
margin-top:5px;
margin-bottom:5px;
min-height:20px;
width:100%;
clear:both;
padding-left:10px !important;
}
.custom-post .cat{
font-family: 'Open Sans', sans-serif;
font-size:10pt;
font-style:italic;
color:#2D5159;
text-transform:uppercase;
float:left;
margin-right:1.800em;
margin-top:0px;
margin-bottom:0px;
}
.custom-post .data{
font-family: 'Open Sans', sans-serif;
font-size:10pt;
color:#858585;
float:left;
margin-top:0px;
margin-bottom:0px;
text-align:left !important;
}
.custom-post h5{
font-family: 'Open Sans', sans-serif;
font-size:15pt !important;
font-weight:600 !important;
text-transform:none !important;
margin-top:0px;
margin-bottom:0px;
padding-left:10px !important;
}
.custom-post p{
font-size:10pt !important;
color:#989898 !important;
margin-top:10px !important;
padding-left:10px !important;
}
.custom-post p:after{
content:"";
} .custom-post .owl-controls .owl-nav div{
top:60%;
}
.custom-post .owl-dots{
margin-top:-22em;
z-index:5000;
position:relative;
margin-bottom:50px !important;
}
.custom-post .owl-controls{ margin-top:-180px !important; }
.custom-post .owl-dots .owl-dot{
width:12px;
height:12px;
border-radius:12px;
background:rgba(255,255,255,0.00);
border:2px solid rgba(255,255,255,1.00);
margin-left:2px;
margin-right:2px;
}
.custom-post .owl-dots .owl-dot.active{ background:rgba(255,255,255,1.00); }
.custom-post .owl-dots .owl-dot span{ display:none !important; } .sliderCent{
width:24.9998% ;
padding-right:2.618em !important;
max-height:650px;
overflow:hidden;
position:relative;
display:block;
float:left;  background:none !important; margin:0px !important;
} .sliderCent .widget .widget-title{
top:0px !important; 
}
.sliderCent .widget .widget-title h6{
font-size: 0.900em !important;
margin-bottom:10px;
} .iscrNewsLetter{ 
background: #647D8A;
max-width:100%;
padding:1rem;
}
.iscrNewsLetter h2{
color:rgba(255,255,255,1.00);
font-size:1.200rem;
clear:both;
text-decoration:underline;
}
.iscrNewsLetter p{
color:rgba(255,255,255,1.00);
font-size:0.700rem;
} .sliderCent .iscrNewsLetter{ 
background: #647D8A;
max-width:100%;
padding:15px;
}
.sliderCent .iscrNewsLetter h2{
color:rgba(255,255,255,1.00);
font-size:1.200rem;
clear:both;
text-decoration:underline;
}
.sliderCent .iscrNewsLetter p{
color:rgba(255,255,255,1.00);
font-size:0.700rem;
}
.sliderCent .appl{ width:100%; margin-top:20px;}
.sliderCent .appl .img{ padding:0.400rem; max-width:100%; background:#F2F2F2; }
.sliderCent .appl .img img{ width:100%; }
.sliderCent .appl .cat{ font-size:0.800rem; margin-top:5px;  }
.sliderCent .appl h5{ font-size:1.000rem; } .sliderRight{
width:24.9998% ;
padding-right:2.618em !important;
max-height:650px;
overflow:hidden;
position:relative;
display:block;
float:left; margin:0px !important;
height:auto;
}
.sliderRight .widget{
height:465px !important;
padding:15px;
padding-top:0px !important;
}
.sliderRight .widget .widget-title{
top:0px !important;
}
.sliderRight .widget .widget-title h6{
font-size:0.700em !important;
margin-bottom:20px !important;
font-weight:100;
font-style:italic !important;
}  .sliderRight .content h5{ font-size: 1.200rem !important; }
.sliderRight .content p{ font-size: 0.900rem !important;  }
.sliderRight .content  .thumb img{ width:100% !important; }
.boxWidgetInt #glt_widget-6{ margin-bottom:10px; }
#glt_widget-6 .widget-title, #glt_widget-5 .widget-title{ top:0px;  margin-bottom:20px; }
#glt_widget-6 .widget-title h6, #glt_widget-5 .widget-title h6{ padding:5px; text-align:center; }
#glt_widget-6 .goog-te-combo, #glt_widget-5 .goog-te-combo{ width:100% !important; }
#glt_widget-6 .skiptranslate{ padding:5px !important; }
#google_language_translator{
padding:3% !important;
}
#glt_widget-6 .widget-title{
margin-bottom:0px !important;
}
#glt_widget-6 .widget-title h6{
background-color:#263238 !important;
padding:.43em 1em !important;
font-style:italic !important;
font-weight:100 !important;
color:#FFF !important;
font-size:0.700em !important;
} .sliderCent4{
width:24.9998% ;
max-height:650px;
overflow:hidden;
position:relative;
display:block;
float:left;
padding-right:2.618em !important;  margin:0px !important;
}
.sliderCent4 .widget{
margin-bottom:0px !important;
height:465px !important;
padding:15px;
padding-top:0px !important;
background:#F7F7F7 !important;
}
.sliderCent4 .widget .widget-title{
top:0px !important; 
}
.sliderCent4 .widget .widget-title h6{
font-size: 0.700em !important;
margin-bottom:20px;
font-weight:100;
font-style: italic;
} .sliderCent5{
width:24.9998% ;
max-height:650px;
overflow:hidden;
position:relative;
display:block;
float:left;
padding-right:2.618em !important;  background:none !important;
margin:0px !important;
}
.sliderCent5 .widget{
margin-bottom:0px !important;
height:465px !important;
padding:15px;
padding-top:0px !important; }
.sliderCent5 .widget .widget-title{
top:0px !important; 
}
.sliderCent5 .widget .widget-title h6{
font-size: 0.700em !important;
margin-bottom:20px;
font-weight:100;
} #grid-related .small-block{
width:33% !important;
float:left;
}
#grid-related .media-holder{ margin-right:0.800rem !important; } 
#grid-related .small-block .entry-title{ font-size:0.880rem !important; width:calc( 100% - 30px ); }
#grid-related .small-block  .entry-meta{ font-size:0.840rem !important; } .sliderRight2{
width:24.9998% ;
padding-right:2.618em !important;
max-height:650px; overflow:hidden;
position:relative;
display:block;
float:right; background:none !important;
margin:0px !important;
margin-bottom:30px !important;
}
.sliderRight2 .widget{
margin-bottom:0px !important;
height:465px !important;
padding:15px;
padding-top:0px !important; }
.sliderRight2 .widget .widget-title{
top:0px !important;
}
.sliderRight2 .widget .widget-title h6{
font-size: 0.700em !important;
margin-bottom:20px;
font-weight:100;
} .vc_single_image-wrapper, .wpb_wrapper vc_figure, .vc_single_image-wrapper img,.carouselvc_single_image-img { width:100% !important; } .btnCazienda{
padding:1.000rem 1.500rem 1.000rem 1.500rem;
background:rgba(69,90,100,1.00);
font-size:0.800rem;
float:left;
color:rgba(255,255,255,1.00);
text-transform:uppercase;
cursor:pointer;
margin-right:20px;
}
.btnRc{
padding:1.000rem 1.500rem 1.000rem 1.500rem;
background:rgba(69,90,100,1.00);
font-size:0.800rem;
float:left;
color:rgba(255,255,255,1.00);
text-transform:uppercase;
cursor:pointer;
margin-right:20px;
}
h1.entry-title{
font-size:2.400em !important;
font-family: 'Open Sans', sans-serif; 
font-weight:bold !important;
text-align:left !important;
}
article.post h1.entry-title{
font-size:2.400em !important;
font-family: 'Open Sans', sans-serif; 
font-weight:bold !important;
text-align:left !important;
}
article.post{ text-align:left !important; }
article.post h1{ text-align:left !important; }
.media-holder.overlay a.light{ cursor:auto !important; clear:both; }
.keynote h2{  font-size:1.200em !important; font-family: 'Open Sans', sans-serif;}
.entry-content p{ font-size:0.900em !important; font-family: 'Open Sans', sans-serif; }
.boxWidgetInt .large-4{ width:100% !important }  #adwidget_htmlwidget-2{
padding:0px !important;
margin:0px !important;
margin-bottom:10px !important;
}
.sidebar .widget .widget-inner img{ width:100% !important; }
.execphpwidget #box1 input, .execphpwidget #box2 input{
height:25px;
padding:0px !important;
width:50%;
margin:auto;
}
.execphpwidget #box1 select, .execphpwidget #box2 select{
height:20px;
padding:0px !important;
font-size:0.750rem;
}
.execphpwidget #box1 select option, .execphpwidget #box2 select option{
height:20px;
padding:0px !important;
}   .boxWidgetInt{ float:right; }  .VisMag{
max-width:100%;
background:#F7F7F7;
padding:0px 10px 10px 10px;
margin-bottom:10px;
}
.VisMag a{ text-decoration:none; color:#FFF; }
.VisMag iframe{ width:100% !important; margin-bottom:10px;  }
.VisMag h6 {
display: inline-block;
font-size: 0.700em;
font-weight:100 !important;
line-height: 1.416;
margin: 0;
padding: 0.43em 1em;
background-color: #263238 !important;
color:#FFF;
margin-bottom:10px;
font-style:italic !important;
}
.VisMag img{ width:100%; margin-bottom:10px; }
#sidebar.main-sidebar .sidebar{ margin-right:0px !important;}
#bbpress-main .sidebar, #single .sidebar {
margin-bottom: 0px !important;
margin-left: 0px !important;
} .magazine-grid .grid-item{
padding-right:2.618em;
padding-bottom:2.618em;
}
.post.grid-item.w2{
width:48% !important;
float:left;
display:block !important;
padding:5px;
border:1px solid #CCC;
margin-right:1%;
margin-bottom:10px !important;
} .category-rivenditoreposatore select#s1 {
}
.category-rivenditoreposatore input#searchsubmit {
height: calc(3em - 2px);
padding: 0 10px;
}
.category-rivenditoreposatore #content article.grid-item,
.category-aziende #content article.grid-item {
width: 100% !important;
float: none;
max-height: none !important;
}
.category-rivenditoreposatore #content article.grid-item h2.entry-title,
.category-aziende #content article.grid-item h2.entry-title {
font-size: 2rem !important;
}
.category-rivenditoreposatore #content .media-holder.default-img,
.category-aziende #content .media-holder.default-img {
text-align: center;
background: #ebebeb;
}
.category-rivenditoreposatore #content .media-holder img.rivenditoreposatore-default,
.category-aziende #content .media-holder img.rivenditoreposatore-default {
width: auto;
}
.category-rivenditoreposatore #content .media-holder.default-img:after,
.category-aziende #content .media-holder.default-img:after {
content:'';
border: 1px solid #d2d2d2;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: 10px;
}
.category-rivenditoreposatore .text-holder:after,
.category-aziende .text-holder:after {
content: '';
display: table;
clear: both;
}
.category-rivenditoreposatore #content article p,
.category-aziende #content article p {
display: block;
}
.category-rivenditoreposatore .excerpt-text p,
.category-aziende .excerpt-text p {
font-size: 0.8em !important;
}
.category-rivenditoreposatore #content article p strong,
.category-aziende #content article p strong {
color: #cd071e;
line-height: 1.492;
}
.sez-indirizzo-wrap {
background-color: #f4f4f4;
padding:5px;
}
.sez-indirizzo p {
font-size: .9em;
line-height: 2;
}
.sez-indirizzo strong {
color: #cd071e;
}
.sez-indirizzo:after, .sez-indirizzo-wrap:after {
content: '';
display: inline-table;
clear: both;
}
.category-rivenditoreposatore #content article .note a,
.category-aziende #content article .note a {
display: block;
background: #cd071e;
padding: 10px;
max-width: 150px;
color: #fff;
text-align: center;
margin-top: 10px;
font-weight: bold;
}
.category-rivenditoreposatore #content article .note a:hover,
.category-aziende #content article .note a:hover {
background: #e6394e;
color: #fff !important;
}
.category-rivenditoreposatore #content article .indirizzo,
.category-aziende #content article .indirizzo {
}
.category-rivenditoreposatore #content article .text-holder,
.category-aziende #content article .text-holder {
padding: 10px;
}
.category-rivenditoreposatore .excerpt-text,
.category-aziende .excerpt-text {
overflow: visible;
}
.category-rivenditoreposatore .excerpt-text .left,
.category-aziende .excerpt-text .left {
width: 100%;
}
.social .share.entry-meta .inline-list>li i {
font-size: 2em;
color: #cd071e;
}
.category-rivenditoreposatore .excerpt-text .share.entry-meta li.whatsapp-btn,
.category-aziende .excerpt-text .share.entry-meta li.whatsapp-btn {
background: #03ac03;
padding: 2px 10px;
margin-top: 10px;
}
.category-rivenditoreposatore .excerpt-text .share.entry-meta li.whatsapp-btn a,
.category-rivenditoreposatore .excerpt-text .share.entry-meta li.whatsapp-btn a i,
.category-aziende .excerpt-text .share.entry-meta li.whatsapp-btn a,
.category-aziende .excerpt-text .share.entry-meta li.whatsapp-btn a i {
color: #fff;
font-style: normal;
}
.category-rivenditoreposatore .excerpt-text .share.entry-meta li.whatsapp-btn a i,
.category-aziende .excerpt-text .share.entry-meta li.whatsapp-btn a i {
font-weight: normal;
position: relative;
top: 3px;
font-size: 1.6em;
}
.category-rivenditoreposatore .excerpt-text .share.entry-meta li.whatsapp-btn a,
.category-aziende .excerpt-text .share.entry-meta li.whatsapp-btn a {
position: relative;
top: -1px;
}
.category-rivenditoreposatore .excerpt-text .share.entry-meta li.whatsapp-btn:hover,
.category-aziende .excerpt-text .share.entry-meta li.whatsapp-btn:hover {
background: #26bf26;	
}
.category-rivenditoreposatore .excerpt-text .share.entry-meta li.whatsapp-btn:hover a,
.category-aziende .excerpt-text .share.entry-meta li.whatsapp-btn:hover a {
color: #fff !important;	
}
.social.page li {
float: right;
}
.post.grid-item.w2 p{ line-height:1.000rem; margin-bottom:0.300rem; }
#grid-content article{
width:24%;
float:left;
}
#grid-content.postClienti{
width:calc( 100% - 10px );
}
#grid-content.postClienti article.grid-item{
width:24.9998% ;
float:left;
overflow:hidden; }
.boxed .large-12 .grid article.category-aziende{
width:32.3% !important;
float:left;
overflow:hidden;
border:1px solid #CCC;
padding:5px !important;
margin-top:3px; 
margin-bottom:3px;
margin-right:0px !important;
margin-left:0px !important
}
#grid-content.postClienti .grid-sizer{ width:32.3% !important; margin-left:3px; margin-right:3px;  }
#grid-content.postClienti article.grid-item .media-holder.overlay{ margin-bottom:0px !important; }
#grid-content.postClienti article.grid-item .media-holder.overlay a, #grid-content.postClienti article.grid-item .media-holder.overlay a img{ border:none !important; } 
#grid-content.postClienti .media-holder.overlay{ height:100px !important; width:100px; overflow:hidden; border:1px solid #CCC; float:left; }
#grid-content.postClienti .text-holder{ float:left !important; width:calc( 100% - 100px ); }
#grid-content.postClienti .entry-header{ float:left !important; margin-left:10px !important; clear:both; text-align: left !important; }
#grid-content.postClienti article.grid-item .entry-title{ text-align: left !important; font-size:0.800rem !important; }
#grid-content.postClienti article.grid-item .excerpt-text{ float:left !important; padding-left:10px; margin:0px important; clear:both; margin-top:0.200rem !important;  }
#grid-content.postClienti .excerpt-text p{ font-size:0.700rem; margin-bottom: 0.200rem !important; line-height:1.1rem;  } 
#grid-content .media-holder.overlay img{ }
#grid-content{ min-height:100%; clear:both;  }
#grid-content .entry-title{ font-size:1.000rem !important;  }
#grid-content .entry-cat{ font-size:0.700rem !important; }
#grid-content .entry-meta{ font-size:0.700rem !important; } article.ArtMagazine{
width:20%;
float:left;
} .dati-contatti{
width:100%;
min-height:10px;
clear:both;
margin-bottom:80px;
text-align:center !important;
font-size:1.200em !important; 
font-family: 'Open Sans', sans-serif;
font-style:italic;
}
.titolo-contatti{
font-size:0.900em !important; 
font-family: 'Open Sans', sans-serif;
text-transform:uppercase;
color:#000;
margin-bottom:30px
}
.sottotitolo-contatti{
font-size:0.900em !important; 
font-family: 'Open Sans', sans-serif;
color:#989898;
margin-bottom:50px;
font-style:italic;
font-weight:400;
}
.box-modulo1{ width:100%; }
.box-modulo1 textarea{ width:100%; }
.box-modulo1, .box-modulo2{
font-size:0.900em !important; 
font-family: 'Open Sans', sans-serif;
color:#000000;
}
.box-modulo2{
width:33%;
margin-left:0.3%;
float:left;
}
.box-modulo2 input{ width:100%; } .titolo-chi{
font-size:1.300em !important; 
font-family: 'Open Sans', sans-serif;
text-transform:uppercase;
color:#2D5159;
font-weight:700;
margin-bottom:10px;
}
.sottotitolo-chi{
font-size:1.000em !important; 
font-family: 'Open Sans', sans-serif;
margin-bottom:10px;
color:#989898;
}
.testo-chi{
font-size:0.900em !important; 
font-family: 'Open Sans', sans-serif;
margin-bottom:10px;
color:#2D5159;
}
.category-rivenditoreposatore .boxed,
.category-aziende .boxed {
max-width: 1200px;
margin: auto; 
}
.category-rivenditoreposatore .magazine-grid,
.category-aziende .magazine-grid {
margin-right: auto;
}   @media all and (max-width:1300px){
#primary.main-menu{ padding:0px !important; margin-left:30px !important; margin-right:0px !important; z-index:5000 !important; }
#primary.main-menu .sub-menu{ z-index: 5000 !important; }
.row{
display:block !important;
}
#grid-content.postClienti article.grid-item{
width:45.3%;
float:left;
overflow:hidden;
border:1px solid #CCC;
padding:5px !important;
margin-top:3px; 
margin-bottom:3px;
margin-right:0px !important;
margin-left:0px !important
}
#grid-content.postClienti article.category-aziende{
width:45.3% !important;
float:left;
overflow:hidden;
border:1px solid #CCC;
padding:5px !important;
margin-top:3px; 
margin-bottom:3px;
margin-right:0px !important;
margin-left:0px !important
}
#grid-content.postClienti .grid-sizer{ width:45.3% !important; margin-left:3px; margin-right:3px;  }
#content article.grid-item{
width:33% !important;
float:left;
}
.category-rivenditoreposatore #content article.grid-item,
.category-aziende #content article.grid-item {
width: 100% !important;
float: none;
}						
.magazine-grid .grid-item{
padding-right:2.618em;
padding-bottom:2.618em;
}
.banner_all img{
width:15.9%;
margin-top:0.3em !important;
margin-bottom:0.3em !important;
}
} @media all and (max-width:1250px){
.social-likes{
position:relative;
clear:both !important;
width:100%;
text-align:left;
padding-top:125px;
}
.simple-carousel .owl-item .inner-box .entry-cat a.cat_style{
display:none !important;
}
.simple-carousel .owl-item .inner-box .entry-cat a.cat_style:nth-child(1){
display:block !important;
}
.simple-carousel .inner-box .entry-cat{
line-height:normal !important;
color:#F90;
margin-bottom:10px !important;
text-align:center !important;
font-size:15px !important;
}
.simple-carousel .inner-box .entry-title{
line-height:normal !important;
color:#FFF;
text-align:center !important;
font-size:17px !important;
}
.owl-item .inner{
background-color:rgba(0,0,0,0.5);
}
.CB-homepage{
clear:both;
width:100%;
margin-bottom:40px ;
background-color:#FFF;
}
.main-section{
background-color:#FFF !important;
}
#grid-content article{
width:24%;
float:left;
}  .bannerBox img{
height: auto;
max-width: 50%;
margin: 0px;
margin-left: auto;
margin-right: auto;
padding: 0px;
display: block !important;
clear: none;
}
.bannerBox{
display:block !important;
clear:both;
}	
.media-holder.overlay{ 
overflow:hidden; 
}
.media-holder.overlay a{ 
max-height:400px;
overflow:hidden;
display:block;
}
.media-holder.overlay a.light{ cursor:auto !important; clear:both; }
.media-holder.overlay a img{ 
width:auto !important; 
margin-left:auto; 
margin-right:auto; 
display:block !important;
position:relative !important; 
}
.banner_all img{
width:15.9%;
margin-top:0.3em !important;
margin-bottom:0.3em !important;
}
.category-rivenditoreposatore .boxed,
.category-aziende .boxed {
margin: 0 2.618em;
}									  
} @media all and (max-width:1024px){
.simple-carousel .owl-item .inner-box .entry-cat a.cat_style{
display:none !important;
}
.simple-carousel .owl-item .inner-box .entry-cat a.cat_style:nth-child(1){
display:block !important;
}
.simple-carousel .inner-box .entry-cat{
line-height:normal !important;
color:#F90;
margin-bottom:20px !important;
text-align:center !important;
font-size:17px !important;
}
.simple-carousel .inner-box .entry-title{
line-height:normal !important;
color:#FFF;
text-align:center !important;
font-size:20px !important;
}
.owl-item .inner{
background-color:rgba(0,0,0,0.5);
}
.bannerBox img{
width:50%;
position:relative;
display:block;
float:left;
clear:none !important;
}
.sliderRight .widget .widget-title h6{
font-style:italic;
}
.media-holder.overlay .is-hover {
position: initial;
}
.CB-homepage{
clear:both;
width:100%;
margin-bottom:40px ;
background-color:#FFF;
}
#footer{}
#wrapper{
background-color:#FFF !important;
padding-bottom:150px !important;
}
.inner-wrap .gray {display:none !important;}
.foterMobile, .foterMobile #footer, .foterMobile .gray {display:block !important;position:relative;clear:both;}
#grid-content article{
width:24%;
float:left;
} .box-modulo2{
width:100%;
margin-left:0%;
clear:both;
margin-top:10px;
margin-bottom:10px;
float:left;
}
#text-2{ display:none !important; }
article.post{ width:50% !important; }
article.post .entry-title{ text-align:left !important; }
#single article{ width:90% !important; margin-left:auto; margin-right:auto; }
#grid-related .small-block{
width:100% !important;
float:left;
clear:both;
}
#grid-related .media-holder{ margin-right:0.800rem !important; } 
#grid-related .small-block .entry-title{ font-size:0.880rem !important; width:calc( 100% - 10px ); float:left; text-align: left !important; }
#grid-related .small-block  .entry-meta{ font-size:0.840rem !important; } .boxed .magazine-grid{
padding:0px !important;
margin:0px !important;
}
.catalogo-in-evidenza2{
padding:15px;
background-color:#F7F7F7;
width:24%;
display:block !important;
height:auto !important;
float:left;
position:relative;
}
.catalogo-in-evidenza{
padding:0px !important;
padding:10px;
background-color:#F7F7F7;
width:24%;
margin-right:5px;
display:none !important;
}
.catalogo-in-evidenza2 a.thumbMag{
border:none;
clear:both;
width:100%; overflow:hidden;
position:relative;
}
.catalogo-in-evidenza2 .thumbMag img{
width:100%;
margin-bottom:5px;
}
.catalogo-in-evidenza2 .desc{
width:100%;
min-height:20px;
clear:both;
float:left;
margin:0px;
text-align:center;
}
.catalogo-in-evidenza2 .desc .cat{
font-family: 'Open Sans', sans-serif;
font-size:9pt;
font-style:italic;
color:#2D5159;
text-transform:uppercase;
float:left;
margin-right:1.000em;
text-align:center;
display:none;
}
.catalogo-in-evidenza2 .desc .data{
text-align:center;
font-family: 'Open Sans', sans-serif;
font-size:20px;
color:#858585;
float:left;
width:100%;
}  .custom-post-centrali{
width:100% !important;
float:left;
min-height:200px;
margin-left:0;
margin-right:1.000em;
text-align:left;
display:block;
position:relative;
padding:0px !important;
margin:0px !important;
margin-top:30px; }
.custom-post-centrali .owl-controls .owl-next{
right:1px !important;
}
.custom-post-centrali:hover .owl-controls .owl-next{
right:1px !important;
}
.custom-post-centrali .thumb{
height:270px;
clear:both;
overflow:hidden;
text-align:center;
width:100% !important;
}
.custom-post-centrali a{
max-height:400px !important;
overflow:hidden !important;
display:block !important; }
.custom-post-centrali .thumb a img{ width:100%; margin-left:auto; margin-right:auto; position:relative; }
.custom-post-centrali .intestazione{
margin-top:5px;
margin-bottom:5px;
min-height:20px;
width:100%;
clear:both;
}
.custom-post-centrali .cat{
font-family: 'Open Sans', sans-serif;
font-size:10pt;
font-style:italic;
color:#2D5159;
text-transform:uppercase;
float:left;
margin-right:1.800em;
margin-top:0px;
margin-bottom:0px;
}
.custom-post-centrali .data{
font-family: 'Open Sans', sans-serif;
font-size:10pt;
color:#858585;
float:left;
margin-top:0px;
margin-bottom:0px;
text-align:left !important;
}
.custom-post-centrali h5{
font-family: 'Open Sans', sans-serif;
font-size:15pt !important;
font-weight:600 !important;
text-transform:none !important;
margin-top:0px;
margin-bottom:0px;
}
.custom-post-centrali p{
font-size:10pt !important;
}
.custom-post-centrali p:after{
content:"";
} .custom-post-centrali .owl-controls .owl-nav div{
top:50%;
}
.custom-post-centrali .owl-dots{
margin-top:-190px;
z-index:5000;
position:relative;
display:none !important; 
}
.custom-post-centrali .owl-dots .owl-dot{
width:12px;
height:12px;
border-radius:12px;
background:rgba(255,255,255,0.00);
border:2px solid rgba(255,255,255,1.00);
margin-left:2px;
margin-right:2px;
}
.custom-post-centrali .owl-dots .owl-dot.active{ background:rgba(255,255,255,1.00); }
.custom-post-centrali .owl-dots .owl-dot span{ display:none; }
#grid-content.postClienti article.grid-item{
width:48.3% !important;
float:left;
overflow:hidden;
border:1px solid #CCC;
padding:5px !important;
margin-top:3px; 
margin-bottom:3px;
margin-right:0px !important;
margin-left:0px !important
}
#grid-content.postClienti article.category-aziende{
width:45.3% !important;
float:left;
overflow:hidden;
border:1px solid #CCC;
padding:5px !important;
margin-top:3px; 
margin-bottom:3px;
margin-right:0px !important;
margin-left:0px !important
}
#grid-content.postClienti .grid-sizer{ width:48.3% !important; margin-left:3px; margin-right:3px;  }
.sliderRight .widget{
height:auto !important;
margin:0px !important;
}
.sliderRight2 .widget{
height:auto !important;
margin:0px !important;
}
.sliderRight2 .widget .small-block .media-holder{
margin:0px !important;
width:60px !important;
margin-right:5px !important;
}
.sliderCent .widget{
height:auto !important;
margin:0px !important;
}
.sliderCent4 .widget{
height:auto !important;
margin:0px !important;
}
.sliderCent5 .widget{
height:auto !important;
margin:0px !important;
}
} @media all and (max-width:980px){
.sticky-wrapper {display:none;}
#content article.grid-item{
width:49% !important;
float:left;
}
.category-rivenditoreposatore #content article.grid-item,
.category-aziende #content article.grid-item {
width: 100% !important;
float: none;
} #mobile{ padding-bottom:100px; }
.mobdispno{
display:none !important;
}
.home .spazioMobileLogo{ display:block !important; clear:both; width:100%; height:40px; }
.spazioMobileLogo{ display:block !important; clear:both; width:100%; height:55px; }
body,html{  position:relative; min-height:100%; }
#logo{ display:none; }	
header #logoMobile{ 
display:block !important;
width:calc(100% -10px) !important;
padding: 25px 0 20px 10px;
background:rgba(255,255,255,0.0);
clear:both; z-index:9999 !important;
}
header #logoMobile a{
z-index:9999
}
a.right-off-canvas-toggle{ z-index:1000 !important; } 	
.foterMobile{ 
position:relative !important;
display:block !important;
clear:both !important;
min-height:20px;
width:100%;
overflow:hidden; }
.foterMobile #footer{
display:block !important;
}
.foterMobile .gray{
display:block !important;
}
#footer{} .media-holder.overlay{ 
max-height:600px;
overflow:hidden; 
}
.media-holder.overlay a{ 
max-height:600px;
overflow:hidden;
display:block;
}
.media-holder.overlay a.light{ cursor:auto !important; clear:both; }
.media-holder.overlay a img{ 
height:auto !important; 
width:100% !important; 
margin-left:auto; 
margin-right:auto; 
display:block !important;
position:relative !important; 
}
#footer{} .move-left .right-off-canvas-toggle{ margin-top:0px !important; position:fixed !important; }
nav.right-off-canvas-menu{ z-index:90000 !important; }
} @media all and (max-width:960px){
} @media all and (max-width:800px){
.custom-post .owl-stage-outer{
border:none !important;
}
.simple-carousel .owl-item img{
height:600px !important;
}
#mobile{
margin-left:30px !important;
margin-right:10px !important;
}
#mobile ul li{
margin-top:5px;
}
.sub-menu{
margin-left:10px !important
}
ul.sub-menu > li{
margin-top:0px !important;
}
#wrapper{
padding-bottom:0px !important;
}
.simple-carousel .owl-item .inner-box .entry-cat a.cat_style{
display:none !important;
}
.simple-carousel .owl-item .inner-box .entry-cat a.cat_style:nth-child(1){
display:block !important;
}
.simple-carousel .inner-box .entry-cat{
line-height:normal !important;
color:#F90;
margin-bottom:20px !important;
margin-top:150px !important;
text-align:center !important;
}
.simple-carousel .inner-box .entry-title{
line-height:normal !important;
color:#FFF;
text-align:center !important;
font-size:15px !important;
}
.owl-item .inner{
background-color:rgba(0,0,0,0.5);
} .dati-contatti{ text-align:left !important; font-size:1.000rem !important;	} .custom-post{
width:100% !important;
float:left;
min-height:200px;
margin-right:1.800em;
text-align:left;
display:block;
clear:both;
position:relative;
margin-bottom:200px;
padding:0px !important;
}
.custom-post .owl-controls .owl-nav .owl-next{
margin-right:1px !important;
}
.custom-post .owl-controls .owl-nav .owl-next:hover{
margin-right:1px !important;
}
.custom-post .owl-controls .owl-nav .owl-prev:hover{
margin-left:1px !important;
}
.custom-post .owl-controls .owl-nav .owl-prev:hover{
margin-left:1px !important;
}
.custom-post .owl-dots{
display:none !important;
}
.custom-post .thumb{
padding:2px !important;
}
.custom-post-centrali{
width:100% !important;
float:left;
min-height:200px;
margin:0px !important;
text-align:left;
display:block;
position:relative;
margin-bottom:70px !important;
margin-top:30px !important;
padding:0px !important;
}
.custom-post-centrali .owl-controls .owl-next{
margin-right:0px !important;
margin-top:-100px !important;
}
.custom-post-centrali:hover .owl-controls .owl-next{
margin-right:0px !important;
margin-top:-100px !important;
}
.custom-post-centrali .owl-controls .owl-prev{
margin-top:-100px !important;
margin-left:2px !important;
}
.custom-post-centrali:hover .owl-controls .owl-prev{
margin-top:-100px !important;
margin-left:2px !important;
}
#footer{
}
.gray{
display:none !important;
}  .sliderCent{
width:48%;
max-height:650px;
overflow:hidden;
position:relative;
display:block;
float:left;
clear:both;
margin:0px !important;
margin-right:10px !important;
padding:0px !important; background:none !important; }
.sliderCent .widget{
height:auto !important;
}
.sliderCent .widget .widget-title{
top:0px !important; 
}
.sliderCent .widget .widget-title h6{
font-size: 0.700em !important;
margin-bottom:10px;
} .sliderRight{
width:48%;
max-height:650px;
overflow:hidden;
position:relative;
display:block;
float:left;
margin:0px !important;
padding:0px !important; background:none !important; }
.sliderRight .widget{
height:auto !important;
margin:0px !important;
}
.sliderRight .widget .widget-title h6{
font-size:0.700em !important;
font-style:italic;
font-weight:100;
margin-bottom:10px !important;
}
.sliderRight .widget .widget-title{
top:0px !important; 
}
.sliderRight .widget .widget-title h6{
font-size:0.700em !important;
margin-bottom:10px;
} .sliderCent4{
width:48%;
max-height:650px;
overflow:hidden;
position:relative;
display:block;
float:left;
margin-right:1.800em; margin-top:30px;
margin-right:10px !important;
padding:0px !important;
}
.sliderCent4 .widget{
height:auto !important; 
margin-bottom:0px !important;
}
.sliderCent4 .widget .widget-title{
top:0px !important; 
}
.sliderCent4 .widget .widget-title h6{
font-size:0.700em !important;
margin-bottom:10px;
} .sliderCent5{
width:48%;
height:auto !important;
overflow:hidden;
position:relative;
display:block;
float:left;
clear:both; background:none !important; margin:0px !important;
margin-top:30px !important;
margin-bottom:30px !important;
margin-right:10px !important;
padding:0px !important;
}
.sliderCent5 .widget{
height:450px !important;
margin-bottom:0px !important;
}
.sliderCent5 .widget .widget-title{
top:0px !important; 
}
.sliderCent5 .widget .widget-title h6{
font-size:0.700em !important;
margin-bottom:10px;
} .sliderRight2{
width:48%;
height:auto !important;
overflow:hidden;
position:relative;
display:block;
float:left;
margin:0px !important;
margin-top:30px !important;
margin-bottom:30px !important;
margin-right:10px !important;
padding:0px !important; background:none !important; }
.sliderRight2 .widget{
height:450px !important;
margin-bottom:0px !important;
}
.sliderRight2 .widget .widget-title h6{
font-size:0.700em !important;
font-style:italic;
font-weight:100;
margin-bottom:10px !important;
}
.boxed .magazine-grid{
padding:0px !important;
margin:0px !important;
}
.catalogo-in-evidenza2{
padding:15px;
background-color:#F7F7F7;
width:49%;
margin-right:5px;
}
.catalogo-in-evidenza2 a.thumbMag{
border:none;
clear:both;
width:100%; overflow:hidden;
position:relative;
}
.catalogo-in-evidenza2 .thumbMag img{
width:100%;
margin-bottom:5px;
}
.catalogo-in-evidenza2 .desc{
width:100%;
min-height:20px;
clear:both;
float:left;
margin:0px;
margin-top:15px;
text-align:center;
}
.catalogo-in-evidenza2 .desc .cat{
font-family: 'Open Sans', sans-serif;
font-size:9pt;
font-style:italic;
color:#2D5159;
text-transform:uppercase;
float:left;
margin-right:1.000em;
text-align:center;
display:none;
}
.catalogo-in-evidenza2 .desc .data{
text-align:center;
font-family: 'Open Sans', sans-serif;
font-size:20px;
color:#858585;
float:left;
width:100%;
}
.Banner-pub .owl-prev{
top:90px !important;
margin-right:0px !important;
position:absolute !important;
}
.Banner-pub .owl-next{
top:90px !important; position:absolute !important;
}
.Banner-pub .owl-controls .owl-nav .owl-prev{
margin-left:0px !important;
}
.Banner-pub .owl-controls .owl-nav .owl-next{
margin-right:0px !important;
}
.social-likes{
padding-top:30px;
}
.Banner-pub{
max-height:none !important;
}
.bannerBox{
height:auto !important;
}
.in-vetrina .owl-controls .owl-nav .owl-next{
margin-right:0px !important;
}
.in-vetrina .owl-controls .owl-nav .owl-prev{
margin-left:0px !important;
}
.banner_all img{
width:23.9%;
margin-top:0.3em !important;
margin-bottom:0.3em !important;
}
} @media all and (max-width:600px){
body,html{ overflow-x: hidden; }	
header #logoMobile{ 
width: 50%;
padding: 16px 0 16px 10px;
}
.bannerBox img{
width: 100%;
max-width: none;
clear: both !important;
}
#footer{
}
.gray{
display:black !important;
}
#nav-bottom{ margin-bottom:100px !important;
margin-top:50px !important;
}
.modRespSlid{ display:none !important; }	
.modRespSlidMob{ display:block !important; }
.custom-post{ margin-bottom:50px !important; }	
#dpe_fp_widget-5 .small-block .media-holder{ display:block !important;  }
#dpe_fp_widget-6 .media-holder{ display:block !important }	
.header{ padding-top:10px !important; padding-bottom:17px !important; } .bannerBox{
width:100%;
display:block;
clear:both;
height:90px !important;	
margin:0px;
padding:0px;
background:rgba(0,0,0,1.00);
transition:all 0.5s ease-in;
}	
a.show-for-medium-down{ top:0px !important;
position:absolute !important;
}	
.move-left a.show-for-medium-down{
top:0px !important;
position:fixed !important;
}	
.catalogo-in-evidenza2{
padding:15px;
background-color:#F7F7F7;
width:49%;
margin-right:5px;
}
.catalogo-in-evidenza2 a.thumbMag{
border:none;
clear:both;
width:100%; overflow:hidden;
position:relative;
}
.catalogo-in-evidenza2 .thumbMag img{
width:100%;
margin-bottom:5px;
}
.catalogo-in-evidenza2 .desc{
width:100%;
min-height:20px;
clear:both;
float:left;
margin:0px;
margin-top:15px;
text-align:center;
}
.catalogo-in-evidenza2 .desc .cat{
font-family: 'Open Sans', sans-serif;
font-size:9pt;
font-style:italic;
color:#2D5159;
text-transform:uppercase;
float:left;
margin-right:1.000em;
text-align:center;
display:none;
}
.catalogo-in-evidenza2 .desc .data{
text-align:center;
font-family: 'Open Sans', sans-serif;
font-size:20px;
color:#858585;
float:left;
width:100%;
}
.owl-carousel .owl-controls .owl-nav .owl-next{
margin-top:0px !important;
margin-right:2px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev{
margin-top:0px !important;
}
.owl-theme .owl-controls .owl-nav div:hover{
margin-bottom:0px;
margin-right:2px !important;
}
.Banner-pub .owl-controls .owl-prev:after{
padding:0px;
}
.simple-carousel .owl-item .inner-box .entry-cat a.cat_style{
display:none !important;
}
.simple-carousel .owl-item .inner-box .entry-cat a.cat_style:nth-child(1){
display:block !important;
}
.owl-item .inner-box .entry-cat{
line-height:normal !important;
color:#F90;
margin-bottom:10px !important;
text-align:center !important;
}
.owl-item .inner{
background-color:rgba(0,0,0,0.5);
}
.BannerPub .owl-item img{
}
.btnCazienda{
padding:1.000rem 1.500rem 1.000rem 1.500rem;
background:rgba(69,90,100,1.00);
font-size:0.800rem;
float:left;
color:rgba(255,255,255,1.00);
text-transform:uppercase;
cursor:pointer;
margin-right:0px;
margin-bottom:20px;
width:100%;
text-align:center;
}
.btnRc{
padding:1.000rem 1.500rem 1.000rem 1.500rem;
background:rgba(69,90,100,1.00);
font-size:0.800rem;
float:left;
color:rgba(255,255,255,1.00);
text-transform:uppercase;
cursor:pointer;
width:100%;
margin-bottom:20px;
text-align:center;
} #grid-content.postClienti article{
width:100% !important;
}
#grid-content.postClienti article.grid-item{
width:94.3% !important;
float:left;
overflow:hidden;
border:1px solid #CCC;
padding:5px !important;
margin-top:3px; 
margin-bottom:3px;
margin-right:0px !important;
margin-left:0px !important
}
#grid-content.postClienti .grid-sizer{ width:94.3% !important; margin-left:3px; margin-right:3px;  } .sliderCent5{
width:calc( 100% - 2.000rem );
max-height:650px;
overflow:hidden;
position:relative;
display:block;
float:left;
margin-right:1.800em; background:none !important;
padding-left:20px;
padding-right:20px;
padding-bottom:20px;
margin-top:0px;
margin-bottom:50px !important;
}
.sliderCent5 .widget .widget-title{
top:0px !important; 
}
.sliderCent5 .widget .widget-title h6{
font-size: 0.900em !important;
margin-bottom:10px;
} .sliderRight2{
width:calc( 100% - 2.000rem );
max-height:650px;
overflow:hidden;
position:relative;
display:block;
float:left;
margin-top:0px;
margin-bottom:0px; background:none !important; }
.custom-post-centrali{
width:100% ;
float:left;
min-height:200px;
text-align:left;
display:block;
position:relative;
margin-top:30px;
margin-bottom:30px;
padding:0px !important;
}
.custom-post-centrali .owl-controls .owl-nav .owl-prev{
margin-top:-100px !important;
}
.custom-post-centrali .owl-controls .owl-nav .owl-prev:hover{
margin-top:-100px !important;
}
.custom-post-centrali .owl-controls .owl-nav .owl-next{
margin-top:-100px !important;
right:0px !important;
}
.custom-post-centrali .owl-controls .owl-nav .owl-next:hover{
margin-top:-100px !important;
right:0px !important;
}
.boxed .magazine-grid{
padding:0px !important;
margin:0px !important;
}
.custom-post{
width:100% !important;
float:left;
min-height:200px;
margin-right:1.800em;
text-align:left;
display:block;
clear:both;
position:relative;
margin-top:30px;
height:400px;
padding-right:0px !important;
}
.custom-post .owl-stage-outer{
border:none;
}
.custom-post .thumb{
height:300px !important;
padding:2px !important;
}
.custom-post .owl-dots{
display:none !important;
}
.custom-post .owl-controls .owl-nav .owl-next:hover{
margin-right:2px !important;
right:0px !important;
}
.custom-post .owl-controls .owl-nav .owl-next{
margin-right:2px !important;
right:0px !important;
}
.custom-post .owl-controls .owl-nav .owl-prev{
margin-top:-100px !important;
}
.custom-post .owl-controls .owl-nav .owl-prev:hover{
margin-top:-100px !important;
}
.custom-post .owl-controls .owl-nav .owl-next{
margin-top:-100px !important;
}
.custom-post .owl-controls .owl-nav .owl-next:hover{
margin-top:-100px !important;
}
.sliderRight{
width:100%;
max-height:650px;
overflow:hidden;
position:relative;
display:block;
float:left;
clear:both;
margin:0px !important;
padding-right:0px !important;
}
.sliderRight .widget{
height:auto;
margin:0px;
}
.sliderRight .widget .widget-title h6{
font-size:0.900em !important;
font-style:italic;
font-weight:100;
margin-bottom:10px !important;
}
.sliderCent{
width:100%;
position:relative;
display:block;
float:left;
clear:both;
padding-right:0px !important;
}
.sliderCent4{
width:100%;
max-height:650px;
overflow:hidden;
position:relative;
display:block;
float:left;
clear:both;
margin-top:30px;
background:none !important;
padding:0px !important;
margin:0px !important;
margin-top:30px !important;
}
.sliderCent4 .widget{
margin:0px !important;
height:auto;
}
.sliderCent5{
width:100%;
max-height:650px;
overflow:hidden;
position:relative;
display:block;
float:left;
clear:both;
margin-top:30px;
background:none !important;
padding:0px !important;
margin:0px !important;
margin-top:30px !important;
}
.sliderCent5 .widget{
margin:0px !important;
height:auto;
}
.sliderRight2{
width:100%;
max-height:650px;
overflow:hidden;
position:relative;
display:block;
float:left;
clear:both;
margin-top:30px;
background:none !important;
padding:0px !important;
margin:0px !important;
margin-top:30px !important;
}
.sliderRight2 .widget{
margin:0px !important;
height:auto;
}
.sliderRight2 .widget .widget-title h6{
font-size:0.900em !important;
font-style:italic;
font-weight:100;
margin-bottom:10px !important;
}
.CB-homepage{
margin-bottom:0px;
}
.simple-carousel, .carousel2{
width:100%; clear:both;
overflow:hidden;
position:relative;
}
.simple-carousel .owl-controls .owl-nav .owl-next, .simple-carousel .owl-controls .owl-nav .owl-prev{ margin-top:-80px !important; }
.simple-carousel .owl-item .media-holder, .carousel2 .owl-item .media-holder{
width:100%;
height:100%;
overflow:hidden;
background-position:center;
background-size:cover;
} 
.simple-carousel .owl-item .entry-cat, .carousel2 .owl-item .entry-cat{ padding-top:35% !important; }
.simple-carousel  .owl-item .media-holder .inner-box,  .carousel2 owl-item .media-holder .inner-box{ overflow:hidden; }
}
@media only screen and (min-width: 425px) {
.category-rivenditoreposatore .excerpt-text .share.entry-meta li.whatsapp-btn,
.category-aziende .excerpt-text .share.entry-meta li.whatsapp-btn {
position: absolute; 
right: 0;
margin: 0;
}
}
@media only screen and (min-width: 525px) {
.category-rivenditoreposatore select#s1 {
width: 80%;
margin-bottom: 0;
}
.category-rivenditoreposatore input#searchsubmit {
display: inline;
width: 19.5%;
}
}
@media only screen and (min-width: 800px) {
.category-rivenditoreposatore article .media-holder,
.category-aziende article .media-holder	{
width: calc(34% - 10px);
float: left;
margin: 10px 0 10px 10px;
}
.category-rivenditoreposatore article .text-holder,
.category-aziende article .text-holder {
width: 65%;
float: right;
}
}
@media only screen and (min-width: 1240px) {
.category-rivenditoreposatore .archive-header,
.category-aziende .archive-header {
margin: 0 0 10px 0;
}
.category-rivenditoreposatore .info-ricerca-rivenditore,
.category-aziende .info-ricerca-rivenditore	{
width: 75%;
float: left;
}
.category-rivenditoreposatore #content .social,
.category-aziende #content .social {
width: 24%;
float: right;
padding-left: 10px;
position: relative;
margin-top: 20px;
}
.category-rivenditoreposatore .excerpt-text:after,
.category-aziende .excerpt-text:after {
content: '';
clear: both;
display: table;
}
.category-rivenditoreposatore .excerpt-text .social:before,
.category-aziende .excerpt-text .social:before {
content: '';
width: 1px;
height: 400px;
background-color: #d2d2d2;
position: absolute;
top: -100px;
left: -5px;
}
.category-rivenditoreposatore article .media-holder,
.category-aziende article .media-holder {
max-height: 175px;
overflow: hidden;
}
.category-rivenditoreposatore article .share.entry-meta,
.category-aziende article .share.entry-meta	{
border-top: none;
padding: 0;
margin-top: 0;
}
.category-rivenditoreposatore .excerpt-text .share.entry-meta li.whatsapp-btn,
.category-aziende .excerpt-text .share.entry-meta li.whatsapp-btn {
position: relative;
margin-top: 5px;
font-size: .9em;
}
.excerpt-text .share ul.inline-list {
text-align: center;
}
.excerpt-text .share.entry-meta .inline-list>li {
float: none;
display: inline-block;
font-size: .8em;
margin: 4px;
}
.social .share.entry-meta .inline-list>li i {
color: #78909c;
}
.category-rivenditoreposatore .excerpt-text .share.entry-meta li:nth-last-child(2),
.category-aziende .excerpt-text .share.entry-meta li:nth-last-child(2)	{ }
.category-rivenditoreposatore #content article .note a,
.category-aziende #content article .note a {
margin: 0 auto 10px auto;
}
.category-rivenditoreposatore #content .media-holder img.rivenditoreposatore-default,
.category-aziende #content .media-holder img.rivenditoreposatore-default {
max-height: 175px;
}
}
@media only screen and (min-width: 1600px) {
body {
font-size: 110% !important;
}
}  @media all and (max-width:515px){
.carousel .owl-item .slide-row {
width: 100vw !important;
}
.owl-carousel.first-top-home .owl-item img {
min-height: 400px;
}
} @media all and (max-width:500px){
.post-nav.load{
margin:0px !important;
}
.load{
margin-bottom:50px !important;
}  #mobile{
margin-left:30px !important;
margin-right:10px !important;
}
#mobile ul li{
margin-top:5px;
}
.sub-menu{
margin-left:10px !important
}
ul.sub-menu > li{
margin-top:0px !important;
}
.background_vetrina{
background:#083244 !important;
width:100%;
height:auto;
clear:both;
position:relative;
margin:0px;
padding:0px;
}
.simple-carousel, .carousel2{
width:100% !important; clear:both;
overflow:hidden;
position:relative;
margin:0px !important;
margin-bottom:30px !important;
}
.simple-carousel .owl-item img{
height:375px !important;
}
#content article.grid-item{
width:100% !important;
float:left !important;
max-height:550px !important;
overflow:hidden !important; clear:both !important;
margin:0px !important;
margin-top:30px !important;
padding:0px !important;
}	
.CB-homepage{
margin-bottom:0px;
}
.sliderRight{
width:100%;
max-height:650px;
overflow:hidden;
position:relative;
display:block;
float:left;
clear:both;
margin:0px !important;
padding-right:0px !important;
}
.sliderRight .widget{
margin:0px !important;
margin-bottom:30px !important;
height:auto !important;
}
.sliderRight .widget .widget-title h6{
font-size:0.900em !important;
font-style:italic;
font-weight:100;
margin-bottom:10px !important;
}
.sliderCent{
width:100%;
position:relative;
display:block;
float:left;
clear:both;
padding-right:0px !important;
}
.sliderCent4{
width:100%;
max-height:650px;
overflow:hidden;
position:relative;
display:block;
float:left;
clear:both;
margin-top:30px;
background:none !important;
padding:0px !important;
margin:0px !important; }
.sliderCent4 .widget{
margin:0px !important;
margin-bottom:30px !important;
height:auto !important;
}
.sliderCent5{
width:100%;
max-height:650px;
overflow:hidden;
position:relative;
display:block;
float:left;
clear:both;
margin-top:30px;
background:none !important;
padding:0px !important;
margin:0px !important; }
.sliderCent5 .widget{
margin:0px !important;
margin-bottom:30px !important;
height:auto !important;
}
.sliderRight2{
width:100%;
max-height:650px;
min-height:0 !important;
overflow:hidden;
position:relative;
display:block;
float:left;
clear:both;
margin-top:30px;
background:none !important;
padding:0px !important;
margin:0px !important; }
.sliderRight2 .widget{
margin:0px !important;
margin-bottom:30px !important;
height:auto !important;
}
.sliderRight2 .widget .widget-title h6{
font-size:0.900em !important;
font-style:italic;
font-weight:100;
margin-bottom:10px !important;
}
.boxed .magazine-grid{
padding:0px !important;
margin:0px !important;
}
.custom-post{
width:100% !important;
float:left;
min-height:200px;
margin-right:1.800em;
text-align:left;
display:block;
clear:both;
position:relative;
margin-top:30px;
height:400px;
padding-right:0px !important;
}
.custom-post .owl-stage-outer{
border:none;
height:430px !important;
}
.custom-post .thumb{
height:300px !important;
padding:2px !important;
}
.custom-post .owl-dots{
display:none !important;
}
.carousel{
height: 400px !important;
}
.carousel .owl-item{ height:400px !important;
overflow:hidden !important;
}	
.carousel .owl-item .slide-row{ height: 400px !important }
.carousel .owl-item .media-holder{
width:100% !important;
}
.carousel .owl-item a.overlay-link{
height:100% !important;
}
.carousel .owl-item img{
width:100% !important;
}
.carousel .owl-item .large-slide{  
height:340px !important;
}
.owl-item .inner{
background-color:rgba(0,0,0,0.5);
}
.simple-carousel .inner-box .entry-cat{
margin-top:0 !important;
line-height:normal;
color:#F90;
margin-bottom:5px !important;
text-align:center !important;
}
.owl-item h2.entry-title{
font-size:15px;
color:#FFF;
font-family:'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight:bold !important;
font-decoration:none;
}
.simple-carousel .owl-item .inner-box .entry-cat a.cat_style{
display:none !important;
}
.simple-carousel .owl-item .inner-box .entry-cat a.cat_style:nth-child(1){
display:block !important;
font-weight:bold !important;
}
.simple-carousel .media-holder.overlay .is-hover .inner-box{
padding:50px;
} .bannerBox img{
height:auto;
width:100%;
margin:0px;
margin-left:auto;
margin-right:auto;
padding:0px;
display:block !important;
clear:both;
}
.bannerBox{
margin-top:0px;
height:auto !important;
display:block !important;
clear:both;
overflow:hidden;
}
.off-canvas-wrap.move-left .show-for-medium-down{
margin-top:0px;
}	
.off-canvas-wrap.sticky-off-canvas .main-section {
bottom: 0;
left: 0;
overflow-x: hidden;
overflow-y: scroll;
position: absolute !important;
min-height:100%;
right: 0;
top: 0;
}
.right-off-canvas-toggle{ position: fixed !important; z-index:8000 !important; } .Banner-pub{ margin-right:10px;
width:100% ; height:auto;
max-height:none !important; display:block;
background:#F7F7F7;
margin-bottom:2.000em;
}	
.Banner-pub .owl-controls .owl-nav div{
margin-top:-30px !important;
}
.Banner-pub .owl-controls .owl-nav .owl-prev{
margin:0px !important;
margin-top:-40px !important;
}
.Banner-pub .owl-controls .owl-nav .owl-prev:hover{
margin:0px !important;
margin-top:-40px !important;
}
.Banner-pub .owl-controls .owl-nav div.owl-next{
margin:0px !important;
margin-top:-40px !important;
}
.Banner-pub .owl-controls .owl-nav div.owl-next:hover{
margin:0px !important;
margin-top:-40px !important;
}
.banner_all img{
width:48%;
margin-top:0.3em !important;
margin-bottom:0.3em !important;
} article.post{ width:100% !important; } .magazine-grid{
margin-bottom:0px;
}
.custom-post-centrali{
width:100% !important;
float:left;
min-height:200px;
height:470px;
text-align:left;
display:block;
position:relative;
margin-bottom:30px;
margin-top:0 !important;
padding:0px !important;
}
.custom-post-centrali .owl-stage-outer{ height:450px !important;
}
.custom-post-centrali .thumb{
height:200px;
clear:both;
overflow:hidden;
text-align:center;
width:100% !important;
}
.custom-post-centrali a{
max-height:400px !important;
overflow:hidden !important;
display:block !important; 
}
.custom-post-centrali .thumb a img{ width:100%; margin-left:auto; margin-right:auto; position:relative; }
.custom-post-centrali .intestazione{
margin-top:5px;
margin-bottom:5px;
min-height:20px;
width:100%;
clear:both;
}
.custom-post-centrali .cat{
font-family: 'Open Sans', sans-serif;
font-size:10pt;
font-style:italic;
color:#2D5159;
text-transform:uppercase;
float:left;
margin-right:1.800em;
margin-top:0px;
margin-bottom:0px;
}
.custom-post-centrali .data{
font-family: 'Open Sans', sans-serif;
font-size:10pt;
color:#858585;
float:left;
margin-top:0px;
margin-bottom:0px;
text-align:left !important;
}
.custom-post-centrali h5{
font-family: 'Open Sans', sans-serif;
font-size:15pt !important;
font-weight:600 !important;
text-transform:none !important;
margin-top:20px;
margin-bottom:0px;
text-align:left !important;
float:left;
clear:both;
}
.custom-post-centrali p{
font-size:10pt !important;
clear:both;
float:left;
display:block;
margin:0px;
}
.custom-post-centrali p:after{
content:"" !important;
}
.custom-post p:after, custom-post a:after{
content:"" !important;
} .custom-post-centrali .owl-controls .owl-nav div{
top:30%;
}
.custom-post-centrali .owl-controls .owl-nav .owl-prev{
margin-top:0px !important;
}
.custom-post-centrali .owl-controls .owl-nav .owl-prev:hover{
margin-top:0px !important;
}
.custom-post-centrali .owl-controls .owl-nav .owl-next{
margin-top:0px !important;
margin-right:2px !important;
}
.custom-post-centrali .owl-controls .owl-nav .owl-next:hover{
margin-top:0px !important;
margin-right:2px !important;
}  .catalogo-in-evidenza{
width:100%;
min-height:250px;
float:left;
position:relative;
clear:both;
display:block !important;
margin-bottom:30px;
padding:30px;
background-color:#F7F7F7;
}
.catalogo-in-evidenza2{
width:100%;
min-height:250px;
float:left;
position:relative;
clear:both;
display:none !important;
margin-bottom:30px;
padding:30px;
background-color:#F7F7F7;
}
.catalogo-in-evidenza2:nth-child(2){ display:none !important; }
.catalogo-in-evidenza2 a.thumbMag{
border:none;
clear:both;
width:100%; overflow:hidden;
position:relative;
}
.catalogo-in-evidenza2 .thumbMag img{
width:100%;
margin-bottom:5px;
}
.catalogo-in-evidenza2 .desc{
width:100%;
min-height:20px;
clear:both;
float:left;
margin:0px;
margin-top:15px;
text-align:center;
}
.catalogo-in-evidenza2 .desc .cat{
font-family: 'Open Sans', sans-serif;
font-size:9pt;
font-style:italic;
color:#2D5159;
text-transform:uppercase;
float:left;
margin-right:1.000em;
text-align:center;
display:none;
}
.catalogo-in-evidenza2 .desc .data{
text-align:center;
font-family: 'Open Sans', sans-serif;
font-size:20px;
color:#858585;
float:left;
width:100%;
}
.catalogo-in-evidenza2 h5{
font-family: 'Open Sans', sans-serif;
font-size:12pt !important;
font-weight:600 !important;
text-transform:none !important;
margin-left:5px;
display:block;
float:left;
clear:both;
text-align:center;
}
.social-likes{
padding-top:150px;
}
.simple-carousel-landscape{
display:none !important;
}
} @media all and (max-height:450px){
.banner_all img{
width:32%;
margin-top:0.3em !important;
margin-bottom:0.3em !important;
}
.sliderCent4 .widget{
height:450px !important;
margin-bottom:30px !important;
}
.sliderCent5{
margin-top:0px !important;
}
.sliderRight2{
margin-top:0px !important;
margin-bottom:30px !important;
}
.bannerBox{
height:auto !important;
}
.simple-carousel{
display:none !important;
}
.simple-carousel-landscape{
width:100% !important; display:block !important;
clear:both;
overflow:hidden;
position:relative;
margin:0px !important;
}
.simple-carousel-landscape img{
width:100% !important;
height:auto !important;
display:block !important;
clear:both;
overflow:hidden;
position:relative;
margin:0px !important;
}
.simple-carousel-landscape .owl-item .inner-box .entry-cat a.cat_style{
display:none !important;
}
.simple-carousel-landscape .owl-item .inner-box .entry-cat a.cat_style:nth-child(1){
display:block !important;
font-weight:bold !important;
}
.simple-carousel-landscape .inner-box .entry-cat a{
font-size:13px !important;
margin-top:10px !important;
line-height:normal;
color:#F90 !important;
margin-bottom:5px !important;
text-align:center !important;
}
.simple-carousel-landscape .owl-item h2.entry-title a{
font-size:15px !important;
color:#FFF;
font-family:'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight:bold !important;
font-decoration:none;
} } body.home #content {
overflow: visible;
}
.custom-post-centrali.owl-theme .owl-stage-outer {float: left; width: 100%; margin-bottom: 70px;}
.custom-post-centrali.owl-theme .owl-controls .owl-nav div {top: 35%;}
.custom-post-centrali.owl-theme .owl-item p:last-of-type {display:inline;}
.catalogo-in-evidenza #dpe_fp_widget-6 {background-color: #f2f2f2;}
body.home .box-title {
position: absolute;
left: 0;
right: 0;
padding: 5px 15px;
margin-top: 0 !important;
background: #fff;
color: #262626;
border: 1px solid #3c3c3c;
} @media only screen and (min-width: 1024px) {
body.home .boxed {
max-width: 1170px;
margin: 0 auto !important;
}
body.home #content {
width:60% !important;
margin-left: 2%;
float: left;
}
.custom-post-centrali {
width:100% !important;
}
aside {
width:34%;
margin-right: 2%;
float: right;
}
#sidebar, .sidebarC {
width:100% !important;
}
.catalogo-in-evidenza {
width:100% !important;
}
body.home .footer-column { }
#footer p.text-line {
font-size: 0.65em !important;
}
}
@media only screen and (min-width: 1315px) {
body.home #content {
width:60% !important;
margin-left: 0;
}
.custom-post-centrali {
width:100% !important;
}
aside {
width:30%;
margin-right: 0;
}
}
.box {
width:47%;
max-width:47%;
float:left;
clear:left;
margin-bottom: 210px;
position: relative;
}
#box-centrali .title-meta-wrap {
position: absolute;
top: 215px;
}
#box-centrali .box:nth-child(even) {
float: right;
clear: right;
}
#box-centrali .thumb {
height: 220px;
overflow: hidden;
}
#box-centrali .thumb img {
min-height: 220px;
width: 100%;
object-fit: cover;
}
#box-centrali .cat, #box-centrali .data {
font-size:0.7em;
}
#box-centrali .cat {
margin-top: 1em;
text-transform: uppercase;
font-size: .64em;
}
#box-centrali .data {
font-style: italic;
font-weight: bold;
}
#box-centrali .box h2 {
font-size:1em;
margin: 10px 0 8px 0;
}
#social-links {
margin: 3em 0;
}
.ca-social-buttons {
text-align: center;
padding-top: 20px;
}
.social-navigation-footer ul {
margin: 0;
padding: 0;
}
.ca-social-buttons li {
display: inline-block;
margin: 0 9px 20px;
}
.ca-social-buttons a {
font-size: 14px;
line-height: 21px;
font-weight: 600;
text-transform: uppercase;
color: #fff;
text-align: center;
padding: 10px 10px 9px;
min-width: 140px;
border: none;
transition: all 0.3s ease-out;
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}
.ca-social-buttons .facebook a {
background: #456bd1;
}
.ca-social-buttons .twitter a {
background: #2e94ef;
}
.ca-social-buttons .instagram a {
background: #856654;
}
.ca-social-buttons .google a {
background: #fb397d;
}
.ca-social-buttons .youtube a {
background: #df4250;
}
.ca-social-buttons a:hover {
color: #ffffff !important;
}
#nav-footer {
text-align:center;
}
#nav-footer li {
display: inline;
font-size: 0.7em;
}
#nav-footer li a {
color: black;
}
ul.main-menu li ul.sub-menu {overflow: visible !important;}
#top-bar-menu ul ul ul.sub-menu {
left: 199px !important;
top: 0 !important;
padding: 0 !important;
display: none !important;
}
#top-bar-menu ul ul ul.sub-menu a {
color: rgba(255,255,255,0.8);
}
#top-bar-menu ul ul ul.sub-menu a:hover {
color: rgba(255,255,255,1);
}
#top-bar-menu ul ul li:hover ul {
display: block !important;
}
.category-aziende .boxed {
max-width: 900px !important;
}
.category-aziende .media-holder img, 
.category-aziende .post-image img {
height: auto !important;
max-width: 175px !important;
}
.category-aziende article .media-holder {
width: calc(17% - 10px) !important;
}
.category-aziende article .text-holder {
width: 82% !important;
}
.category-aziende .vip_customer .post.clienti {
background: #ecf6ff;
}