@charset "utf-8";
@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}}
.sg-popup-builder-content{height:100%}.sgpb-theme-1-overlay{background:url(data:image/image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAAAAAAeW/F+AAAAOklEQVR4Ae3QIQrAUADD0Lj2AIV//5uO+RE59asKz4U177rz9VAdqkU1qAbVoBpUg2pR3V/VbrVb7QHULigVcx3ZmQAAAABJRU5ErkJggg==)}.sgpb-theme-6-overlay{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCMEM4NDgzQjlDRTNFMTExODE4NUVDOTdFQ0I0RDgxRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGREU5OEVCQzAzMjYxMUUyOTg5OURDMDlDRTJDMTc0RSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGREU5OEVCQjAzMjYxMUUyOTg5OURDMDlDRTJDMTc0RSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkIxQzg0ODNCOUNFM0UxMTE4MTg1RUM5N0VDQjREODFFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkIwQzg0ODNCOUNFM0UxMTE4MTg1RUM5N0VDQjREODFFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+s3YRAQAAABtJREFUeNpiFODh2cBABGBiIBKMKqSOQoAAAwBokQDs5F/8FAAAAABJRU5ErkJggg==)}#sgpb-popup-dialog-main-div-wrapper #sgpb-close-button{padding:0
!important;color:#444 !important;border:0
!important;margin:0
!important;overflow:visible !important;width:auto !important;background:none !important;text-shadow:0 0 2px #fff !important}#sgpb-popup-dialog-main-div-wrapper #sgpb-close-button:active{outline:0
!important}.sgpb-popup-dialog-main-div-wrapper
iframe{border:none !important}#popup-dialog-main-div
div{margin-bottom:43px}.popup-main-wrapper div:after{background-color:#E6E5E5;content:'';display:block;position:absolute;left:5px;right:5px;bottom:5px;z-index:99999999999999999999999999999999999999999;height:43px}#content-div{border:12px
solid #4B4B4B}.sgpb-theme-5-content{border-bottom:34px solid #E6E5E5 !important}.sgpb-scroll-wrapper{width:100%;height:100%;overflow:hidden;-webkit-overflow-scrolling:touch}.sgpb-scroll-wrapper
iframe{margin:0
!important;width:1px !important;min-width:100% !important;height:100% !important}.sgpb-video-iframe-wrapper{width:100%;height:100%;overflow:hidden;-webkit-overflow-scrolling:touch}.sgpb-video-iframe-wrapper
iframe{margin:0
!important;width:100%;height:100%;border:none}.sgpb-video-error-message-wrapper
h1{text-align:center}.sgpb-video-error-message-wrapper h3:last-child{padding:0}#sgpb-yes-button,#sgpb-no-button{text-transform:none !important}.sg-fb-buttons-wrapper{text-align:center;min-height:25px}@media only screen and (max-width: 600px){.sgpb-scroll-wrapper{overflow:auto !important}}@media (min-width: 600px){.sgpb-fb-wrapper-standard{min-width:450px !important;overflow:hidden}}@media (min-width: 521px) and (max-width: 599px){.sgpb-fb-wrapper-standard{min-width:450px !important;overflow:scroll}#sg-facebook-like{overflow:hidden}}@media (max-width: 520px){.sgpb-fb-wrapper-standard{min-width:380px !important;max-width:380px !important;overflow:hidden}.sgpb-fb-wrapper-standard .fb-like{max-width:380px !important}#sg-facebook-like{overflow:hidden}}@media (max-width: 420px){.sgpb-fb-wrapper-standard{min-width:350px !important;max-width:350px !important;overflow:hidden}}@media (max-width: 400px){.sgpb-fb-wrapper-standard{min-width:330px !important;max-width:330px !important;overflow:scroll}}@media (max-width: 320px){.sgpb-fb-wrapper-standard{min-width:270px !important;max-width:270px !important;overflow:scroll}}.sg-hide-element{display:none}a.sgpb-show-popup{cursor:pointer !important}.sgpb-cursor-pointer{cursor:pointer}/*/*/.sgpb-theme-1-content{border-radius:6px;padding-bottom:0;box-shadow:rgba(0, 0, 0, 0.6) 0 0 0 14px !important;border-bottom-width:35px !important;border-bottom-color:#fff !important}.sgpb-theme-4-content{padding-bottom:0;border-radius:7px !important;border-bottom-width:35px !important;border-bottom-color:#fff !important}.sgpb-popup-close-button-4{z-index:initial !important;height:auto !important}.sgpb-popup-dialog-main-div-theme-wrapper-5{border:8px
solid #555;outline:1px
solid #8A8A8A;background-color:#707070}.sgpb-theme-5-content{border-radius:3px !important;box-shadow:0 0 10px #222 !important}.sgpb-theme-6-content{box-shadow:#646161 0 0 8px 3px !important}.sgpb-popup-close-button-1:hover,.sgpb-popup-close-button-1:focus,.sgpb-popup-close-button-1:active,.sgpb-popup-close-button-2:hover,.sgpb-popup-close-button-5:hover{z-index:99999999 !important;opacity:0.8}.sgpb-popup-close-button-3:hover{z-index:999999999 !important;opacity:0.9}.sgpb-popup-close-button-3{z-index:999999999 !important}.sgpb-popup-close-button-2{z-index:initial !important;border-radius:2px}.sgpb-main-image-content-wrapper
img{height:auto;max-width:100%}.sgpb-overflow-hidden{width:100%;height:100%;overflow:hidden !important}.sgpb-overflow-hidden-body{width:100%;overflow:hidden !important}.sgpb-popup-content-direction-right{direction:rtl !important}.sgpb-popup-content-direction-right input[type="url"],
.sgpb-popup-content-direction-right input[type="email"],
.sgpb-popup-content-direction-right .sg-fb-buttons-wrapper,
.sgpb-popup-content-direction-right .sgpb-alert{text-align:right !important}/**/.sg-animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:none;animation-fill-mode:none}.sg-animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.sg-animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.sg-animated.bounceIn,.sg-animated.bounceOut,.sg-animated.flipOutX,.sg-animated.flipOutY{-webkit-animation-duration: .75s;animation-duration: .75s}@-webkit-keyframes
bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0, -4px, 0);transform:translate3d(0, -4px, 0)}}@keyframes
bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.sgpb-bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes
flash{50%,from,to{opacity:1}25%,75%{opacity:0}}@keyframes
flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.sgpb-flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes
pulse{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05, 1.05, 1.05);transform:scale3d(1.05, 1.05, 1.05)}}@keyframes
pulse{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}.sgpb-pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes
rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05, .95, 1);transform:scale3d(1.05, .95, 1)}}@keyframes
rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}.sgpb-rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes
shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}}@keyframes
shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.sgpb-shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes
swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0, 0, 1, 0deg);transform:rotate3d(0, 0, 1, 0deg)}}@keyframes
swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.sgpb-swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes
tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);transform:scale3d(.9, .9, .9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}}@keyframes
tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);transform:scale3d(.9, .9, .9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0,0,1,-3deg)}}.sgpb-tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes
wobble{from,to{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);transform:translate3d(-25%, 0, 0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);transform:translate3d(20%, 0, 0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);transform:translate3d(-15%, 0, 0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);transform:translate3d(10%, 0, 0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)}}@keyframes
wobble{from,to{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);transform:translate3d(-25%, 0, 0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);transform:translate3d(20%, 0, 0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);transform:translate3d(-15%, 0, 0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);transform:translate3d(10%, 0, 0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);transform:translate3d(-5%, 0, 0) rotate3d(0,0,1,-1deg)}}.sgpb-wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes
jello{11.1%,from,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes
jello{11.1%,from,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.sgpb-jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes
bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes
bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.sgpb-bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes
bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes
bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes
bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes
bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.sgpb-bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes
bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes
bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.sgpb-bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes
bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes
bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.sgpb-bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes
bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3, .3, .3);transform:scale3d(.3, .3, .3)}}@keyframes
bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.sgpb-bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes
bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}@keyframes
bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes
bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}@keyframes
bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.sgpb-bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes
bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}@keyframes
bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes
bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}@keyframes
bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes
fadeIn{from{opacity:0}to{opacity:1}}@keyframes
fadeIn{from{opacity:0}to{opacity:1}}.sgpb-fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes
fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes
fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes
fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes
fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes
fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes
fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes
fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes
fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes
fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes
fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes
fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes
fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes
fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes
fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes
fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes
fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes
fadeOut{from{opacity:1}to{opacity:0}}@keyframes
fadeOut{from{opacity:1}to{opacity:0}}.sgpb-fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes
fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}@keyframes
fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes
fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}@keyframes
fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes
fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}@keyframes
fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes
fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}@keyframes
fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes
fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}@keyframes
fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes
fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}@keyframes
fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes
fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}@keyframes
fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes
fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}@keyframes
fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes
flip{from{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95, .95, .95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes
flip{from{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95, .95, .95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.sg-animated.sgpb-flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes
flipInX{from{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes
flipInX{from{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.sgpb-flipInX{backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}.flipInX,.flipInY{-webkit-backface-visibility:visible!important}@-webkit-keyframes
flipInY{from{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes
flipInY{from{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes
flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}@keyframes
flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;backface-visibility:visible!important}.flipOutX,.flipOutY{-webkit-backface-visibility:visible!important}@-webkit-keyframes
flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);opacity:0}}@keyframes
flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes
lightSpeedIn{from{-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes
lightSpeedIn{from{-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes
lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}@keyframes
lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes
rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes
rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.sgpb-rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes
rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes
rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.sgpb-rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes
rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes
rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes
rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes
rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes
rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes
rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes
rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0, 0, 1, 200deg);transform:rotate3d(0, 0, 1, 200deg);opacity:0}}@keyframes
rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.sgpb-rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes
rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}}@keyframes
rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes
rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}}@keyframes
rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes
rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}}@keyframes
rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes
rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, 90deg);transform:rotate3d(0, 0, 1, 90deg);opacity:0}}@keyframes
rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes
hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0, 0, 1, 80deg);transform:rotate3d(0, 0, 1, 80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0, 0, 1, 60deg);transform:rotate3d(0, 0, 1, 60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0, 700px, 0);transform:translate3d(0, 700px, 0);opacity:0}}@keyframes
hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0, 0, 1, 80deg);transform:rotate3d(0, 0, 1, 80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0, 0, 1, 60deg);transform:rotate3d(0, 0, 1, 60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes
rollIn{from{opacity:0;-webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);transform:translate3d(-100%, 0, 0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes
rollIn{from{opacity:0;-webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);transform:translate3d(-100%, 0, 0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes
rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)}}@keyframes
rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);transform:translate3d(100%, 0, 0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes
zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes
zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes
zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);transform:scale3d(.1, .1, .1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);animation-timing-function:cubic-bezier(.175, .885, .32, 1)}}@keyframes
zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);transform:scale3d(.1, .1, .1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);transform:scale3d(.475, .475, .475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes
zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);transform:scale3d(.1, .1, .1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);animation-timing-function:cubic-bezier(.175, .885, .32, 1)}}@keyframes
zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);transform:scale3d(.1, .1, .1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes
zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);transform:scale3d(.1, .1, .1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);animation-timing-function:cubic-bezier(.175, .885, .32, 1)}}@keyframes
zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);transform:scale3d(.1, .1, .1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes
zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);transform:scale3d(.1, .1, .1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);animation-timing-function:cubic-bezier(.175, .885, .32, 1)}}@keyframes
zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);transform:scale3d(.1, .1, .1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);transform:scale3d(.475, .475, .475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes
zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes
zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes
zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);transform:scale3d(.475, .475, .475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);animation-timing-function:cubic-bezier(.175, .885, .32, 1)}}@keyframes
zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);transform:scale3d(.475, .475, .475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes
zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px, 0, 0);transform:scale(.1) translate3d(-2000px, 0, 0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes
zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px, 0, 0);transform:scale(.1) translate3d(-2000px, 0, 0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes
zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px, 0, 0);transform:scale(.1) translate3d(2000px, 0, 0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes
zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px, 0, 0);transform:scale(.1) translate3d(2000px, 0, 0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes
zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);transform:scale3d(.475, .475, .475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);animation-timing-function:cubic-bezier(.175, .885, .32, 1)}}@keyframes
zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);transform:scale3d(.475, .475, .475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-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)}}.sgpb-slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes
slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes
slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes
slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes
slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-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)}}.sgpb-slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-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)}}.sgpb-slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes
slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}@keyframes
slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes
slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}@keyframes
slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-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)}}.sgpb-slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.sgpb-iframe-spiner{background:url(data:image/gif;base64,R0lGODlh8ABAAaIHALa2tmNjY8XFxdbW1oyMjO/v7+bm5v///yH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY0QTk5QUJDNTA1RDExRTA4NTIwQzAwMjQyRkFEMkEyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY0QTk5QUJENTA1RDExRTA4NTIwQzAwMjQyRkFEMkEyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjRBOTlBQkE1MDVEMTFFMDg1MjBDMDAyNDJGQUQyQTIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjRBOTlBQkI1MDVEMTFFMDg1MjBDMDAyNDJGQUQyQTIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQJCgAHACwAAAAA8ABAAQAD/3i63P4wykmrvTjrzbv/YCiOZGmeaKqubOu+cCzPdG3feK7vfO//wKBwSCwaj8ikcslsOp/QqHRKrVqv2Kx2y+16v+CweEwum8/otHrNbrvf8Lh8Tq/b7/i8fs/v+/+AgYKDhIWGh4iJiouMjY6PkJGSk5SVlpeYmZqbnJ2en6ChoqOkpaanqKmqq6ytrq+wsbKztLW2t7i5uru8vb6/wMHCw8TFxsfIycrLzM3Oz9DR0tPU1dbX2Nna29zd3t/g4eLj5OXm5+jp6uvs7e7v8PHy8/T19vf4+fr7/P3+/wADChxIsKDBgwgTKlzIsISAABAByINIESK8AhUpFng3IP8jRAHmChgw4KCjxwElUXIjwJKlA48BGjykCDJby5syM9ZUYLKiSmsFbrb8yZMi0QMwY14zIJTlTgpJsTFtelRCVGxNCWCY6VObUJIYMkrcNkBAVQsGAADY2LCt20oC4j4FUZEtNLlyRXi02wyvXLAeAMC86zcu3cHPChv+cNWZYsAdBHuMVlhvRr6O846o+7az50YFBkDGYEB0N78ZCqhdvU0xhtWwtT1GC3s15mkFZlcYUFvt7WmKMYcegDltb9mVGQxYzrxB77HZUCtnTt157G6/qVdvUOB3OO3NOYI/qw78vO2f06tfz769+/fw48ufT7++/fv48+vfz7+///9nAAYo4IAEFmjggQgmqOCCDDbo4IMQRijhhBRWaOGFGGao4YYcdujhhyCGKOKIJJZo4okopqjiiiy26OKLMMYo44w01mjjjTjmqOOOPPbo449ABinkkEQWaeSRSCap5JJMNunkkzwmAAAh+QQJCgAHACwAAAAA8ABAAQAD/3i63P4wykmrvTjrzbv/YCiOZGmeaKqubOu+cCzPdG3feK7vfO//wKBwSCwaj8ikcslsOp/QqHRKrVqv2Kx2y+16v+CweEwum8/otHrNbrvf8Lh8Tq/b7/i8fs/v+/+AgYKDhIWGh4iJiouMjY6PkJGSk5SVlpeYmZqbnJ2en6ChoqOkpaanqKmqq6ytrq+wsbKztLW2t7i5uru8vb6/wMHCw8TFxsfIycrLzM3Oz9DR0tPU1dbX2Nna29zd3t/g4eLj5OXm5+jp6uvs7e7v8PHy8/T19vf4+fr7/P3+/wADChxIsKDBgwgTKlzIsMQAAhAHyINIESK8AhUpFnhnIP9jxHMbHXT0KLHBgJLbBKhU6cAjgQYCAsgMIEDbypsmM6I8MGDmzJ3Vbq4MuWAkAQMNfPrEVkCoSqQWlM7M5lQA1ApSZVJ1iiGmUqBBcWZQCoBbAQNXMxgAAIBow7dwJ4kV4dOtM64hpNpdVjUtBwBZoVWt+SFrAMFVQRhGLNTvBsBSo+FVrHQvs7l5Z1qOy7mzobObKQgAAPbaydNqlW47zRpD4GysT4eGmdXxtNgnbT+A/BU2brsD2ALtqdd37AZsk5dl8Nr4SeTKkyddWi669AYGBszuZp0tvO7L31mfp9yz+fPo06tfz769+/fw48ufT7++/fv48+vfz7+///9jAAYo4IAEFmjggQgmqOCCDDbo4IMQRijhhBRWaOGFGGao4YYcdujhhyCGKOKIJJZo4okopqjiiiy26OKLMMYo44w01mjjjTjmqOOOPPbo449ABinkkEQWaeSRSCap5JJM7pgAACH5BAkKAAcALAAAAADwAEABAAP/eLrc/jDKSau9OOvNu/9gKI5kaZ5oqq5s675wLM90bd94ru987//AoHBILBqPyKRyyWw6n9CodEqtWq/YrHbL7Xq/4LB4TC6bz+i0es1uu9/wuHxOr9vv+Lx+z+/7/4CBgoOEhYaHiImKi4yNjo+QkZKTlJWWl5iZmpucnZ6foKGio6SlpqeoqaqrrK2ur7CxsrO0tba3uLm6u7y9vr/AwcLDxMXGx8jJysvMzc7P0NHS09TV1tfY2drb3N3e3+Dh4uPk5ebn6Onq6+zt7u/w8fLz9PX29/j5+vv8/f7/AAMKHEiwoMGDCBMqXMiwhAEBEA3Ig0gRYryKFOEVwBjx/1yBBxs5fmxgQCI3jA44CmgwgIBLAgO0qSSJ0aSCli9d2rSmcuSCkAJ8KsiZExvQijsnEH2ZTWVSCUtdNuWIAWfOmFMzZiCKVVuBkhweDhDasKxZSQPSdg0RoG0Ass3UqhXh1i1cZXLV3s0AoK5baHnnfvD791ngtCAItwUceC+GvoSjBabr13EyuSTqWj7LufMgAwOeWhAAYG02AKhRbybpd1vq1xgUZyvwOrXoBwIU34ZGu3ZpC5D9mqbmG0BSyABYKl7drHiDyAxka6v9XPqC1t0KwFUcwAFo5tq4wxP/rgBh8OPM2/XMvr379/Djy59Pv779+/jz69/Pv7///2sABijggAQWaOCBCCao4IIMNujggxBGKOGEFFZo4YUYZqjhhhx26OGHIIYo4ogklmjiiSimqOKKLLbo4oswxijjjDTWaOONOOao44489ujjj0AGKeSQRBZp5JFIJqnkkkw26eSTUEYpJZAJAAAh+QQJCgAHACwAAAAA8ABAAQAD/3i63P4wykmrvTjrzbv/YCiOZGmeaKqubOu+cCzPdG3feK7vfO//wKBwSCwaj8ikcslsOp/QqHRKrVqv2Kx2y+16v+CweEwum8/otHrNbrvf8Lh8Tq/b7/i8fs/v+/+AgYKDhIWGh4iJiouMjY6PkJGSk5SVlpeYmZqbnJ2en6ChoqOkpaanqKmqq6ytrq+wsbKztLW2t7i5uru8vb6/wMHCw8TFxsfIycrLzM3Oz9DR0tPU1dbX2Nna29zd3t/g4eLj5OXm5+jp6uvs7e7v8PHy8/T19vf4+fr7/P3+/wADChxIsKDBgwgTKlzIsIQBARANyINIEWK8ihThFcAY8f/dRo4FHBQIyW2ASZMOOApo8JCixGwnY7LE+FLBx4okr8U8mdMmxZ4HVK7EttNkTQpCYRYFKiEp0aIYWuLUtlMDTW4FDDC9YOBow69gJwEYC4AEgbMEti4jS1YEWrRqkbElOwDEgLdooc1t+wFv3md7x4Lwe1bv3rof7vqNttct3rjJ2JqFG7ay5UYDAAy1CgDxtgCgQXudYCA06M+mT19IrfpaadabJwhgHWC0tAG0y1YAQNtztQK9G/AOoHsBbtaQn9FuwJp5c22pnT9fEB3rgNG0AzgwMCA5t+zwwHtEHg94aO+X06tfz769+/fw48ufT7++/fv48+vfz7+///9nAAYo4IAEFmjggQgmqOCCDDbo4IMQRijhhBRWaOGFGGao4YYcdujhhyCGKOKIJJZo4okopqjiiiy26OKLMMYo44w01mjjjTjmqOOOPPbo449ABinkkEQWaeSRSCap5JJMNunkkzEmAAAh+QQJCgAHACwAAAAA8ABAAQAD/3i63P4wykmrvTjrzbv/YCiOZGmeaKqubOu+cCzPdG3feK7vfO//wKBwSCwaj8ikcslsOp/QqHRKrVqv2Kx2y+16v+CweEwum8/otHrNbrvf8Lh8Tq/b7/i8fs/v+/+AgYKDhIWGh4iJiouMjY6PkJGSk5SVlpeYmZqbnJ2en6ChoqOkpaanqKmqq6ytrq+wsbKztLW2t7i5uru8vb6/wMHCw8TFxsfIycrLzM3Oz9DR0tPU1dbX2Nna29zd3t/g4eLj5OXm5+jp6uvs7e7v8PHy8/T19vf4+fr7/P3+/wADChxIsKDBgwgTKlzIsESBARALyINIEWK8ihQvYhwg0f9cgY4NNnJ08LEbgJMnHYhsYECASwEGtKGc2eBhRZAHCrx8ibPaTJQxQ1pssHMntgI/Tw64UPTl0aQAglZo6jIbVAwti/b0OXPrhKJSsxkYEDaDgbIN06qNVCCA2wAkjEZr+9atiKbR6r4FACJrUWh634KgKgBwYLgfCBvWy/eDX7nO6Na9+3fu5BGQ12revGgAgMIbBghYyk0vWgkGCKhWve0whtWwxR4GTWEA7NWnow043JiCgNuqc0OTXJf0AgBueyuwDdyrNNcMAjcATqD15QWHES+43e0h2uwOzjr/Bv5deXfE3Y5HR3w95/fw48ufT7++/fv48+vfz7+///9uAAYo4IAEFmjggQgmqOCCDDbo4IMQRijhhBRWaOGFGGao4YYcdujhhyCGKOKIJJZo4okopqjiiiy26OKLMMYo44w01mjjjTjmqOOOPPbo449ABinkkEQWaeSRSCap5JJMNunkk1BGKeWUVFaZYwIAIfkECQoABwAsAAAAAPAAQAEAA/94utz+MMpJq7046827/2AojmRpnmiqrmzrvnAsz3Rt33iu73zv/8CgcEgsGo/IpHLJbDqf0Kh0Sq1ar9isdsvter/gsHhMLpvP6LR6zW673/C4fE6v2+/4vH7P7/v/gIGCg4SFhoeIiYqLjI2Oj5CRkpOUlZaXmJmam5ydnp+goaKjpKWmp6ipqqusra6vsLGys7S1tre4ubq7vL2+v8DBwsPExcbHyMnKy8zNzs/Q0dLT1NXW19jZ2tvc3d7f4OHi4+Tl5ufo6err7O3u7/Dx8vP09fb3+Pn6+/z9/v8AAwocSLCgwYMIEypcyLCEAQAQB8iDSBFivIoU4RXACNH/gLkCAzw22MhR5LgAKFE64Ahg5ICXAwpoS0mzwcOKJg+AhPkyWwGaKSUyIAlAJgOePLENAIqypQWkMLEZYBpAwAWoPbFRxbCTp1GtNHNWQPo12wAAVjkYKNuwrVtJP1OSEEA3LbS4NUPUrRuNqlMPBvbyfUY1AAjBg50VPozYbjO/IAIjvstUxORoeA2P2Pu2s2dHZx1jMBCzG1CxFARv23qhcbapTEVHkKxaKeQKtPeynZY5aIMBBAgIXVDAdTbWC4IrJ9DA+PG8yZcrb86ZG0jU0qc72C0ue3B43pm/K5Cduzryys1/Xs++vfv38OPLn0+/vv37+PPr38+/v///aQAGKOCABBZo4IEIJqjgggw26OCDEEYo4YQUVmjhhRhmqOGGHHbo4YcghijiiCSWaOKJKKao4oostujiizDGKOOMNNZo44045qjjjjz26OOPQAYp5JBEFmnkkUgmqeSSTDbp5JNQRnljAgAh+QQJCgAHACwAAAAA8ABAAQAD/3i63P4wykmrvTjrzbv/YCiOZGmeaKqubOu+cCzPdG3feK7vfO//wKBwSCwaj8ikcslsOp/QqHRKrVqv2Kx2y+16v+CweEwum8/otHrNbrvf8Lh8Tq/b7/i8fs/v+/+AgYKDhIWGh4iJiouMjY6PkJGSk5SVlpeYmZqbnJ2en6ChoqOkpaanqKmqq6ytrq+wsbKztLW2t7i5uru8vb6/wMHCw8TFxsfIycrLzM3Oz9DR0tPU1dbX2Nna29zd3t/g4eLj5OXm5+jp6uvs7e7v8PHy8/T19vf4+fr7/P3+/wADChxIsKDBgwgTKlzIsISAABAByINIESK8AhUpFng3IP8jRAHmCgww4KCjxwEOCmzkltGBxwANDACYCYBktpcNHlYEuUAmzZkrrWE82cBkAJQMfv7EZrSiRAtKaWIz8JJnhagzb3rE4POnTWwZv0L9iVTbAABWM4gs27Ct20lDLY4YQJets7gURdStG+3lUw9r99pd9hLmB8F8nxUGgZguNL8gAu+FhlcuY8HS8JKY/Laz50YDBAy2YGBAUG0EUqcWW0GAa9fbVMvG8Lp2NgOyVY9+YKD269u5U6eV0Nu3gNPUCgQnYLc46wLGh1dbntN3deuoZzOIPhz7tgIGWB/g/gD5OPLv0Kf3Ds/25/fw48ufT7++/fv48+vfz7+///9uAAYo4IAEFmjggQgmqOCCDDbo4IMQRijhhBRWaOGFGGao4YYcdujhhyCGKOKIJJZo4okopqjiiiy26OKLMMYo44w01mjjjTjmqOOOPPbo449ABinkkEQWaeSRSCap5JJMNunkk1BGKeWUVFY5ZAIAIfkEBQoABwAsAAAAAPAAQAEAA/94utz+MMpJq7046827/2AojmRpnmiqrmzrvnAsz3Rt33iu73zv/8CgcEgsGo/IpHLJbDqf0Kh0Sq1ar9isdsvter/gsHhMLpvP6LR6zW673/C4fE6v2+/4vH7P7/v/gIGCg4SFhoeIiYqLjI2Oj5CRkpOUlZaXmJmam5ydnp+goaKjpKWmp6ipqqusra6vsLGys7S1tre4ubq7vL2+v8DBwsPExcbHyMnKy8zNzs/Q0dLT1NXW19jZ2tvc3d7f4OHi4+Tl5ufo6err7O3u7/Dx8vP09fb3+Pn6+/z9/v8AAwocSLCgwYMIEypcyLCEgAAQAciDSBEivAIVKRZ4NyD/I0QB5goMMOCgo8cBJVFyy+jAY4AGDymCzOYSZsaZCkxWVGkN48kGOnkqcPnyms6KEi0QxWbAJU4KS7HVvBBzp7aMJDFkTKptAICnGAwAALCxodmzlAoQWEuAxNix0tSyXSvi7dtoc9kK5eDVLtxnedmC8HsXcOC2Hwj/dXZ474a+fqHJnVs3crTJiCsvRsu58yKRWTUUMFB2m4DTpzUMWL3aNGrUGFjL1vYadegJImW3xlag9unbEgzo3o3Nt4DSCgz8bpBbN23fMGsDHe4aNgPjYJ13Q74AOzzv78CHly7vtefz6NOrX8++vfv38OPLn0+/vv37+PPr38+/v///ZAAGKOCABBZo4IEIJqjgggw26OCDEEYo4YQUVmjhhRhmqOGGHHbo4YcghijiiCSWaOKJKKao4oostujiizDGKOOMNNZo44045qjjjjz26OOPQAYp5JBEFmnkkUgmqeSSTDbJYwIAOw==) center center no-repeat}.sgpb-alert{padding:15px;border:1px
solid transparent;border-radius:4px;text-align:center}.sgpb-alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.sgpb-alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.sgpb-alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.sgpb-alert
p{margin-bottom:0}[id*="__lpform_sgpb-"]{position:fixed !important}.sgpb-floating-button{display:inline-block;text-decoration:none !important;z-index:99999999;position:fixed;text-align:center;padding:10px;font-family:sans-serif !important;font-weight:600 !important;box-shadow:none !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;cursor:pointer !important;letter-spacing:0.05em !important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#sgpb-floating-button{display:inline-block;text-decoration:none;font-family:sans-serif;font-weight:600;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;cursor:pointer !important;letter-spacing:0.05em !important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#sgpb-floating-button:focus,.sgpb-floating-button:focus{outline:0
!important}.sgpb-basic-left-center{transform:rotate(90deg) !important;transform-origin:left bottom 0 !important}.sgpb-basic-right-center{transform:rotate(-90deg);transform-origin:right bottom 0;right:0}.sgpb-basic-bottom-right{right:0;bottom:0}.sgpb-basic-bottom-left{bottom:0;left:0}.sgpb-basic-top-right{right:0;top:0}.sgpb-basic-bottom-center{bottom:0}.sgpb-basic-top-left{left:0;top:0}.sgpb-corner-bottom-right{right:-65px;bottom:-30px;transform:rotate(-45deg);transform-origin:right center 0;width:160px;height:160px;display:inline-grid;border:none !important}.sgpb-corner-bottom-right:hover{right:-63px !important;bottom:-28px !important}.sgpb-corner-bottom-left{bottom:-145px;left:-115px;transform:rotate(45deg);transform-origin:right center 0;width:160px;height:160px;display:inline-grid;border:none !important}.sgpb-corner-bottom-left:hover{bottom:-143px !important;left:-113px !important}.sgpb-corner-top-right{width:160px;height:160px;display:inline-grid;border:none !important;right:62px;top:-145px;transform:rotate(-140deg);transform-origin:right center 0}.sgpb-corner-top-left .sgpb-corner-floating-button-text,
.sgpb-corner-top-right .sgpb-corner-floating-button-text{transform:rotate(180deg);height:20px}.sgpb-corner-top-right:hover{right:64px !important;top:-143px !important}.sgpb-corner-top-left{left:-220px;top:-40px;transform:rotate(140deg);transform-origin:right center 0;width:155px;height:155px;display:inline-grid;border:none !important}.sgpb-corner-top-left:hover{left:-218px !important;top:-38px !important}.sgpb-corner-floating-button-text{margin-bottom:120px !important}
   body, html {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
overflow-x: hidden;
}
@media(min-width:1201px){body{overflow-x:visible;}}
html{
height: auto;
}
body{
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 1.5;
letter-spacing: 0.5px;
font-weight: 400;
-ms-word-wrap: break-word;
word-wrap: break-word;
color: #777;
}
body.rtl{
direction: rtl;
}
h1,
h2,
h3,
h4,
h5,
h6{
font-weight: 300;
color: #14141c;
letter-spacing: 0px;
line-height: 1.3;
}
a{
text-decoration: none;
}
input{
font-family: 'Raleway';
}
input[type=submit],
input[type=button]{
font-family: 'Rubik';
color: #fff;
background-color: #ff8f03;
}
input[type=submit]:hover,
input[type=button]:hover{
color: #ff8f03;
background-color: #14141c;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a{
color: #14141c;
text-decoration: none;
}
h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover{
color: #ff8f03;
}
p{
margin-bottom: 20px;
color: #777;
line-height: 1.7;
letter-spacing: 0px;
}
textarea, input, button{outline: none;}
:focus{outline-color: transparent;outline-style: none;}
blockquote:after{
clear: both;
display: table;
content: '';
}
blockquote{
border-left: 3px solid #6FBF71;
font-style: italic;
margin: 10px 0px 23px 0px;
padding: 12px 0px 12px 5%;
clear: both;
float: left;
width: 100%;
line-height: 1.7;
color: #777;
box-sizing: border-box;
}
blockquote p{
margin-bottom: 20px;
}
blockquote p:last-child{
margin-bottom: 0px;
}
code, pre{
display: block;
margin: 10px 0px;
}
.constructify_fn_wrapper_all *{
box-sizing: border-box;
}
.constructify_fn_wrapper_all p{
margin-bottom: 20px;
line-height: 1.7;
letter-spacing: 0px;
} .wp-block-heading{
font-weight: 400;
display: block;
font-size: 20px;
color: #14141c;
margin-bottom: 24px;
position: relative;
line-height: 1.5;
font-family: 'Rubik', sans-serif;
letter-spacing: 0px;
}
.wp-block-heading:after{
position: absolute;
content: '';
width: 50px;
height: 1px;
top: 100%;
left: 0px;
margin-top: 3px;
background-color: #ff8f03;
}
.wp-block-search__inside-wrapper input[type="search"]{margin-bottom: 0;}
.widget_block{
color:#333;
margin-bottom: 50px;
width: 100%;
float: left;
clear: both;
}
.widget_block:after{
clear: both;
display: table;
content: '';
}
.widget_block:last-child{
margin-bottom: 0;
}
.widget_block ul{margin: 0;margin-left: 20px;}
.wid-title span{
font-weight: 300;
display: block;
font-size: 20px;
color: #14141c;
margin-bottom: 24px;
position: relative;
line-height: 1.5;
font-family: 'Rubik', sans-serif;
letter-spacing: 0px;
}
.wid-title span:after{
position: absolute;
content: '';
width: 50px;
height: 1px;
top: 100%;
left: 0px;
margin-top: 3px;
background-color: #ff8f03;
}
.textwidget p{
margin: 0px;
padding: 0px;
line-height: 1.7;
letter-spacing: 0px;
color: #777;
}
.widget_nav_menu ul{
list-style-type: none;
margin: 0px;
}
.widget_nav_menu ul li{
width: 50%;
float: left;
margin: 0px;
padding: 0px;
padding-right: 10px;
box-sizing: border-box;
}
.widget_nav_menu ul li a{
display: block;
font-size: 14px;
text-decoration: none;
letter-spacing: 0px;
line-height: 2;
color: #777;
font-weight: 300 !important;
}
.widget_nav_menu ul li a:hover{
color: #333;
}
.widget_nav_menu ul ul{
display: none;
}
.widget_businesshours p{
margin: 0px;
padding: 0px;
line-height: 1.7;
letter-spacing: 0px;
color: #777;
margin-bottom: 15px;
}
.widget_businesshours .fn_days ul{
list-style-type: none;
margin: 0px;
}
.widget_businesshours .fn_days span{
line-height: 1.7;
float: left;
font-size: 14px;
color: #777;
letter-spacing: 0px;
}
.widget_businesshours .fn_days li{
float: left;
clear: both;
width: 100%;
margin: 0px;
padding: 3px 0px;
position: relative;
border-bottom: 1px dashed #ccc;
}
.widget_businesshours .fn_days li:last-child{
border-bottom-color: transparent;
}
.widget_businesshours .fn_days .hours{
float: right;
font-weight: 400;
margin-left: 20px;
color: #ff8f03;
}
.widget_block ul{
list-style-type: none;
margin: 0px;
}
.widget_block li{
margin-bottom: 5px;
color: #777;
}
.widget_block li:last-child{
margin: 0px;
}
.widget_block a{
text-decoration: none;
color: #777;
font-weight: 600;
}
.widget_block a:hover{
color: #ff8f03;
}
.widget_block label{
margin-right: 10px;
}
.widget_block img{
margin: 10px 0px;
}
.widget_block p{
margin: 10px 0px;
}
.widget_block select{
overflow: hidden;
max-width: 220px;
}
.constructify_fn_sidebar .widget_nav_menu ul li{
width: 100%;
padding-right: 0px;
}
.widget_block ul ul{
margin-left: 20px;
}
.widget_search input[type=text]{
height: 40px;
padding: 0px 10px !important;
border: 1px solid #e5e5e5;
background-color: #f5f5f5;
width: 100%;
}
.widget_search .search2{
position: relative;
}
.widget_search input[type=submit]{
height: 40px;
padding: 0px !important;
color: #fff;
width: 40px;
background-color: transparent !important;
text-transform: uppercase;
margin-bottom: 0px !important;
position: absolute;
right: 0px;
top: 0px;
z-index: 5;
cursor: pointer;
}
.widget_search a.fn_search{
color: #666 !important;
width: 40px;
height: 40px;
position: absolute;
z-index: 1;
right: 0px;
top: 0px;
}
.widget_search a.fn_search img,
.widget_search a.fn_search svg{
width: 20px;
height: 20px;
position: absolute;
top: 10px;
left: 10px;
}
.widget_search input{float: left;}
.widget_search label{
display: block;
margin-bottom: 10px;
margin-right: 0px;
}
.widget_search input{margin-bottom: 10px;float: left;}
.widget_search label{
display: block;
margin-bottom: 10px;
margin-right: 0px;
}
.widget_tag_cloud .tagcloud{
margin-left: -10px;
}
.widget_tag_cloud a{
line-height: 1;
display: block;
float: left;
text-align: center;
padding: 12px 15px;
margin-bottom: 5px;
margin-left: 5px;
color: #14141c;
text-decoration: none;
transition: all .5s ease;
border-radius: 2px;
background-color: #ff8f03;
font-family: 'Rubik';
}
.widget_tag_cloud a:hover{
color: #777 !important;
background-color: #ddd;
}
.widget_tag_cloud .tagcloud:after{
clear: both;
display: table;
content: '';
}
.widget_media_gallery img{
margin: 0px;
border: none !important;
}
.widget_media_gallery .gallery-item{
box-sizing: border-box;
padding: 5px;
margin: 0px !important;
}
.constructify_fn_widget_estimate{
width: 100%;
float: left;
clear: both;
position: relative;
box-sizing: border-box;
}
.constructify_fn_widget_estimate img{
margin: 0px;
opacity: 0;
visibility: hidden;
position: relative;
}
.constructify_fn_widget_estimate .img_holder{
width: 100%;
float: left;
clear: both;
position: relative;
height: 460px;
}
.constructify_fn_widget_estimate .helper1{
z-index: 15;
position: absolute;
border-left: 80px solid #ff8f03;
border-top: 55px solid transparent;
left: 0px;
bottom: 0px;
}
.constructify_fn_widget_estimate .helper2{
z-index: 15;
position: absolute;
border-right: 220px solid #ff8f03;
border-top: 55px solid transparent;
right: 0px;
bottom: 0px;
}
.constructify_fn_widget_estimate .helper3{
z-index: 10;
position: absolute;
border-left: 80px solid #000;
border-top: 80px solid transparent;
opacity: .2;
left: 0px;
bottom: 0px;
}
.constructify_fn_widget_estimate .helper4{
z-index: 10;
position: absolute;
border-right: 220px solid #000;
border-top: 80px solid transparent;
opacity: .2;
right: 0px;
bottom: 0px;
}
.constructify_fn_widget_estimate .helper5{
z-index: 5;
position: absolute;
border-left: 80px solid #ff8f03;
border-top: 80px solid transparent;
left: 0px;
bottom: 0px;
}
.constructify_fn_widget_estimate .helper6{
z-index: 5;
content: '';
position: absolute;
border-right: 220px solid #ff8f03;
border-top: 80px solid transparent;
right: 0px;
bottom: 0px;
}
.constructify_fn_widget_estimate .abs_img{
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
background-color: black;
z-index: 2;
}
.constructify_fn_widget_estimate:after{
z-index: 2;
position: absolute;
content: '';
right: 0px;
bottom: 0px;
width: 50px;
height: 85px;
background-color: rgba(255,255,255,.1);
}
.constructify_fn_widget_estimate:before{
z-index: 1;
position: absolute;
content: '';
right: 0px;
bottom: 0px;
width: 100px;
height: 170px;
background-color: rgba(255,255,255,.1);
}
.constructify_fn_widget_estimate .bfwe_inner{
width: 100%;
float: left;
clear: both;
position: relative;
z-index: 5;
padding: 43px 40px 50px 40px;
background-color: #ff8f03;
box-sizing: border-box;
}
.constructify_fn_widget_estimate .bfwe_inner p{
padding: 0px;
margin: 0px;
color: #fff;
font-size: 22px;
line-height: 30px;
font-weight: 400;
letter-spacing: 0px;
margin-bottom: 23px;
}
.constructify_fn_widget_estimate .bfwe_inner a{
display: inline-block;
background-color: #e9eff4;
padding: 14px 25px;
font-size: 14px;
line-height: 1.6;
letter-spacing: 0.5px;
color: #181a2f;
text-transform: uppercase;
border-radius: 2px;
font-weight: 500;
box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
font-family: 'Rubik';
}
.constructify_fn_widget_estimate .bfwe_inner a:hover{
background-color: #111422;
color: #fff;
}
.constructify_fn_sidebar .null-instagram-feed{
width: 100%;
float: left;
clear: both;
overflow: hidden;
}
.constructify_fn_sidebar .null-instagram-feed img{margin: 0px;}
.constructify_fn_sidebar .null-instagram-feed .owl-nav{
position: absolute;
bottom: 10px;
left: 10px;
}
.constructify_fn_sidebar .null-instagram-feed .owl-carousel .owl-nav button.owl-next,
.constructify_fn_sidebar .null-instagram-feed .owl-carousel .owl-nav button.owl-prev{
height: 44px;
width: 44px;
border-radius: 2px;
position: relative;
margin-left: 3px;
}
.constructify_fn_sidebar .null-instagram-feed .owl-carousel .owl-nav button.owl-next span,
.constructify_fn_sidebar .null-instagram-feed .owl-carousel .owl-nav button.owl-prev span{
display: none;
}
.constructify_fn_sidebar .null-instagram-feed .owl-carousel .owl-nav button.owl-next:after,
.constructify_fn_sidebar .null-instagram-feed .owl-carousel .owl-nav button.owl-prev:after{
width: 0px;
height: 0px;
content: '';
position: absolute;
border: 5px solid transparent;
top: 18px;
left: 14px;
}
.constructify_fn_sidebar .null-instagram-feed .owl-carousel .owl-nav button.owl-next:after{
border-left-color: #fff;
left: 20px;
}
.constructify_fn_sidebar .null-instagram-feed .owl-carousel .owl-nav button.owl-prev:after{
border-right-color: #fff;
}
.constructify_fn_widget_brochure{
width: 100%;
float: left;
clear: both;
}
.constructify_fn_widget_brochure .fn_brochures li{
float: left;
clear: both;
width: 100%;
margin: 0px;
margin-bottom: 5px;
}
.constructify_fn_widget_brochure .br_item{
float: left;
clear: both;
width: 100%;
padding: 18px 30px 18px 75px;
background-color: #111422;
position: relative;
box-sizing: border-box;
}
.constructify_fn_widget_brochure .br_item a{
text-decoration: none;
display: block;
left: 0px;
top: 0px;
bottom: 0px;
right: 0px;
z-index: 15;
position: absolute;
}
.constructify_fn_widget_brochure .icon{
position: absolute;
width: 48px;
height: 48px;
top: 5px;
left: 5px;
bottom: 0px;
color: #ccc;
z-index: 3;
background-color: rgba(255,255,255,0.08);
}
.constructify_fn_widget_brochure .constructify_fn_svg{
position: absolute;
width: 26px;
height: 26px;
top: 50%;
left: 50%;
margin: -13px 0px 0px -13px;
transition: all .3s ease;
}
.constructify_fn_widget_brochure li:hover .br_item:after{border-left-color: #fff;}
.constructify_fn_widget_brochure li:hover .text,
.constructify_fn_widget_brochure li:hover .icon{
color: #fff;
}
.constructify_fn_widget_brochure .text{
font-weight: 600;
letter-spacing: 0px;
font-size: 14px;
color: #ccc;
transition: all .3s ease;
display: block;
position: relative;
line-height: 1.6;
}
.constructify_fn_widget_brochure .br_item:after{
content: '';
position: absolute;
right: 15px;
top: 50%;
margin-top: -5px;
border: 5px solid transparent;
border-left-color: #ccc;
z-index: 3;
transition: all .3s ease;
}  .aligncenter	{ display:block;  margin:0 auto;}
.alignright		{ float:right;  margin-left:30px}
.alignleft		{ float:left;  margin-right:30px;}
.floatleft		{ float:left}
.floatright		{ float:right}
.textcenter		{ text-align:center}
.textright		{ text-align:right}
.textleft		{ text-align:left}
.wp-caption		{ text-align:center; margin-bottom:30px; max-width:100%;}
.wp-caption img	{ margin:0;  padding:0;  border:0 none}
.wp-caption p.wp-caption-text{font-size:12px!important; padding:0;  margin:10px 15px 0 15px !important; font-style:italic;  line-height:1.4!important; letter-spacing:0.5px; font-weight:400; }
.wp-caption.alignleft p.wp-caption-text	{text-align:left;}
.wp-caption.alignright p.wp-caption-text{text-align:right;}
.wp-smiley		{margin:0 !important; max-height:1em}
blockquote.left	{margin-right:40px; text-align:left; margin-left:0; width:50%; float:left;}
blockquote.right{margin-left:40px; text-align:left; margin-right:0; width:50%; float:right}
.mc_signup_submit #mc_signup_submit{
margin-top:0;
width:100%;
}
.bypostauthor{
margin: 0px;
padding: 0px;
}
.gallery-caption{
margin: 0px;
font-size: 13px;
font-style: italic;
color: #999;
padding: 5px 0px;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
white-space: nowrap;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
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; -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}
.sticky{height: auto;}  .uneditable-input,
textarea,
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week]{
color: #777;
background-color: #f5f5f5;
border: 1px solid #e5e5e5;
height: 40px;
font-size: 14px;
}
input[type=submit]{
border: none;
height: 44px;
font-weight: 500;
font-size: 14px;
padding: 0px 25px !important;
text-transform: uppercase;
letter-spacing: .5px;
}
textarea{height: auto;max-width: 600px;}
.constructify_fn_svg{
width: 20px;
height: 20px;
fill: currentcolor;
}
#constructify_fn_fixedsub{
opacity: 0;
visibility: hidden;
position: fixed;
z-index: 2222222;
left: 50%;
top: 550px;
width: 290px;
background-color: #202020;
transform: translateY(-12px);
transition: all .5s ease;
}
#constructify_fn_fixedsub.opened{
opacity: 1;
visibility: visible;
}
#constructify_fn_fixedsub ul{
margin: 0px;
list-style-type: none;
width: 290px;
background-color: #0f0f16;
padding: 20px 0px;
box-sizing: border-box;
}
#constructify_fn_fixedsub ul:hover > li > a{
opacity: .4;
}
#constructify_fn_fixedsub ul:hover > li:hover > a{
opacity: 1;
}
#constructify_fn_fixedsub ul ul{
position: absolute;
left: 100%;
top: 0px;
opacity: 0;
visibility: hidden;
transform: translateY(0px);
transition: all .5s ease;
}
#constructify_fn_fixedsub ul li{
position: relative;
padding: 0px 30px;
margin: 0px;
}
#constructify_fn_fixedsub ul a{
display: block;
text-decoration: none;
letter-spacing: .5px;
color: #eee;
position: relative;
font-size: 14px;
line-height: 35px;
font-weight: 300;
font-family: 'Rubik', sans-serif;
}
#constructify_fn_fixedsub li.menu-item-has-children > a:after{
width: 0px;
height: 0px;
content: '';
position: absolute;
border: 5px solid transparent;
border-left-color: #666;
right: 1px;
top: 11px;
}
#constructify_fn_fixedsub ul li:hover > ul{
opacity: 1;
visibility: visible;
transform: translateY(-20px);
}  body.disabled_scroll{
overflow: hidden;
height: 100vh;
}
.constructify_fn_wrapper_all{
width: 100%;
float: left;
clear: both;
height: auto;
position: relative;
min-height: 100vh;
z-index: 25;
}
.constructify_fn_wrapper{
width: 100%;
float: left;
clear: both;
position: relative;
}
.constructify_fn_rightpart_wrap{
width: 100%;
float: left;
position: relative;
z-index: 5;
padding-top: 20px;
padding-right: 20px;
padding-left: 500px;
padding-bottom: 20px;
min-height: 100vh;
box-sizing: border-box;
}
.constructify_fn_rightpart{
width: 100%;
float: left;
clear: both;
position: relative;
}
.constructify_fn_content_wrap{
width: 100%;
float: left;
clear: both;
}  .constructify_fn_leftpart_wrap{
width: 480px;
position: fixed;
left: 20px;
top: 20px;
bottom: 20px;
z-index: 15;
transition: top .1s linear;
}
.constructify_fn_leftpart_wrap:after{
width: 100%;
height: 20px;
position: absolute;
bottom: 100%;
content: '';
left: 0px;
background-color: #ff8f03;
background-image: url(//www.coget-srl.it/wp-content/themes/constructify/framework/patterns/green-dust-and-scratches.png);
background-repeat: repeat;
}
.constructify_fn_menubar{
width: 400px;
position: absolute;
top: 0px;
background-color: #0f0f16;
bottom: 0px;
left: 0px;
z-index: 5;
}
.constructify_fn_helpful_bar{
position: absolute;
width: 80px;
top: 0px;
right: 0px;
bottom: 0px;
}
.constructify_fn_helpful_bar_open{
width: 370px;
position: absolute;
top: 10px;
left: 100%;
padding-left: 10px;
display: none;
}
.constructify_fn_helpful_bar_open.clicked{
display: block;
}
.constructify_fn_helpful_bar_open .fn_list{
padding: 50px 40px;
width: 100%;
float: left;
clear: both;
position: relative;
box-sizing: border-box;
}
.constructify_fn_helpful_bar_open .fn_list{
display: none;
}
.constructify_fn_helpful_bar_open .fn_list.clicked{
display: block;
}
.constructify_fn_helpful_bar_open .triangle{
display: block;
position: absolute;
height: 0px;
border-top: 9px solid transparent;
border-bottom: 9px solid transparent;
border-left: 6px solid transparent;
border-right: 6px solid #0f0f16;
left: -2px;
top: 40px;
transition: top 300ms ease;
}
.constructify_fn_helpful_bar_open span.closer{
display: block;
width: 30px;
height: 30px;
border: 1px solid #cecece;
left: 390px;
top: 15px;
position: absolute;
border-radius: 3px;
cursor: pointer;
transition: all 300ms ease;
}
.constructify_fn_helpful_bar_open span.closer:after{
width: 20px;
height: 2px;
content: '';
position: absolute;
transform: rotate(45deg);
background-color: #cecece;
top: 13px;
left: 4px;
transition: all .3s ease;
}
.constructify_fn_helpful_bar_open span.closer:before{
width: 20px;
height: 2px;
content: '';
position: absolute;
transform: rotate(135deg);
background-color: #cecece;
top: 13px;
left: 4px;
transition: all .3s ease;
}
.constructify_fn_helpful_bar_open span.closer:hover{
border-color: rgba(255,255,255,0.5);
}
.constructify_fn_helpful_bar_open span.closer:hover:after,
.constructify_fn_helpful_bar_open span.closer:hover:before{
background-color: #777;
}
.constructify_fn_helpful_bar_open .list_content{
width: 100%;
float: left;
clear: both;
position: relative;
z-index: 20;
}
.constructify_fn_helpful_bar_open .list_bg{
position: absolute;
z-index: 5;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
}
.constructify_fn_helpful_bar_open .list_bg:after{
position: absolute;
content: '';
z-index: 5;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
background-color: #0f0f16;
}
.constructify_fn_helpful_bar .helpful_list{
width: 100%;
float: left;
clear: both;
}
.constructify_fn_helpful_bar .helpful_list ul{
list-style-type: none;
margin: 0px;
}
.constructify_fn_helpful_bar .helpful_list svg,
.constructify_fn_helpful_bar .helpful_list img{
width: 26px;
height: 26px;
display: inline-block;
}
.constructify_fn_helpful_bar .helpful_list li{
width: 100%;
float: left;
clear: both;
margin-bottom: 21px;
}
.constructify_fn_helpful_bar .helpful_list li:last-child{margin-bottom: 0px;}
.constructify_fn_helpful_bar .helpful_list li a{
display: block;
text-align: center;
text-decoration: none;
color: #666;
height: 26px;
}
.constructify_fn_helpful_bar .helpful_list li a:hover,
.constructify_fn_helpful_bar .helpful_list li.clicked a{
color: #ff8f03;
}
.constructify_fn_helpful_bar .social_list{
width: 100%;
float: left;
clear: both;
padding-top: 70px;
position: relative;
}
.constructify_fn_helpful_bar .social_list:after{
width: 1px;
height: 30px;
background-color: #666;
left: 20px;
top: 20px;
content: '';
position: absolute;
}
.constructify_fn_helpful_bar .social_list ul{
list-style-type: none;
margin: 0px;
}
.constructify_fn_helpful_bar .social_list li{
width: 100%;
float: left;
clear: both;
text-align: center;
margin-bottom: 10px;
display: flex;
justify-content: center;
}
.constructify_fn_helpful_bar .social_list li:last-child{margin-bottom: 0px;}
.constructify_fn_helpful_bar .social_list .constructify_fn_svg{
width: 14px;
height: 14px;
}
.constructify_fn_helpful_bar .social_list a{
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
line-height: 30px;
color: #666;
border: 1px solid #666;
font-size: 14px;
border-radius: 100%;
transition: all .3s ease;
box-sizing: border-box;
}
.constructify_fn_helpful_bar .social_list i{
transition: none;
}
.constructify_fn_helpful_bar .social_list a:hover{
color: #eee;
border-color: #eee;
}
.constructify_fn_helpful_bar_content{
width: 100%;
float: left;
clear: both;
position: relative;
z-index: 20;
padding: 40px 20px;
box-sizing: border-box;
}
.constructify_fn_helpful_bar_content .top_figure{
width: 32px;
height: 6px;
left: 24px;
top: 0px;
display: block;
position: absolute;
background-color: #666;
}
.constructify_fn_helpful_bar_content .top_figure:after{
border-top: 6px solid #666;
border-left: 4px solid transparent;
content: '';
position: absolute;
left: -4px;
top: 0px;
}
.constructify_fn_helpful_bar_content .top_figure:before{
border-top: 6px solid #666;
border-right: 4px solid transparent;
content: '';
position: absolute;
right: -4px;
top: 0px;
}
.constructify_fn_helpful_bar_bg{
left: 0px;
right: 0px;
bottom: 0px;
top: 0px;
position: absolute;
z-index: 5;
}
.constructify_fn_helpful_bar_bg span:after{
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
content: '';
z-index: 10;
background-color: rgba(0,0,0,.4);
width: 1px;
}
.constructify_fn_helpful_bar_bg span:before{
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
content: '';
z-index: 10;
background-color: rgba(0,0,0,.4);
width: 1px;
}
.constructify_fn_helpful_bar_bg:after{
content: '';
left: 0px;
right: 0px;
bottom: 0px;
top: 0px;
position: absolute;
z-index: 10;
background-image: url(//www.coget-srl.it/wp-content/themes/constructify/framework/patterns/noisy.png);
background-repeat: repeat;
opacity: .1;
}
.constructify_fn_helpful_bar_bg:before{
content: '';
left: 0px;
right: 0px;
bottom: 0px;
top: 0px;
position: absolute;
z-index: 5;
background-color: #081414;
}
body.admin-bar .constructify_fn_menubar{
top: 32px;
}
body.admin-bar .constructify_fn_helpful_bar{
top: 32px;
}
.constructify_fn_menubar_content{
width: 100%;
float: left;
clear: both;
}
.constructify_fn_bghelp{ display: none;
position: absolute;
left: 0px;
right: 0px;
top: -50px;
bottom: -50px;
z-index: 80;
background-color: rgba(0,0,0,0.97);
}
.constructify_fn_bghelp.opened{
display: block;
} .constructify_fn_tagline{
position: fixed;
left: 20px;
bottom: 20px;
padding: 0px 60px 20px 60px;
width: 400px;
box-sizing: border-box;
z-index: 999;
transition: bottom 300ms linear;
}
.constructify_fn_tagline .tline_search{
width: 100%;
float: left;
clear: both;
position: relative;
}
.constructify_fn_tagline .tline_search a{
position: absolute;
z-index: 1;
display: block;
width: 16px;
height: 32px;
top: 0px;
left: 0px;
color: #999;
text-decoration: none;
transition: all .3s ease;
}
.constructify_fn_tagline .tline_search a.right{
transition-delay: .3s;
}
.constructify_fn_tagline .tline_search a.left{
left: 180px;
opacity: 0;
visibility: hidden;
transition-delay: 0s;
}
.constructify_fn_tagline .tline_search svg,
.constructify_fn_tagline .tline_search img{
position: absolute;
width: 16px;
height: 16px;
top: 8px;
left: 0px;
}
.constructify_fn_tagline input[type=text]{
height: 32px;
padding: 0px 0px 0px 28px !important;
line-height: 30px;
border: 1px solid transparent;
border-bottom-color: rgba(255,255,255,.1);
background-color: transparent;
width: 180px;
font-size: 14px;
color: #999;
}
.constructify_fn_tagline input[type=submit]{
background-color: transparent;
height: 32px;
width: 16px;
position: absolute;
left: 148px;
left: 0px;
top: 0px;
padding: 0px !important;
z-index: 2;
}
.constructify_fn_tagline.focused input[type=text]{
padding-left: 0px !important;
padding-right: 28px !important;
}
.constructify_fn_tagline .tline_search:after{
content: '';
position: absolute;
width: 0px;
bottom: 0px;
left: 0px;
height: 1px;
background-color: rgba(255,255,255,.3);
transition: width .3s ease;
}
.constructify_fn_tagline.focused .tline_search:after{
width: 180px;
transition-delay: .3s;
}
.constructify_fn_tagline.focused .tline_search a.right{
opacity: 0;
visibility: hidden;
left: -16px;
transition-delay: 0s;
}
.constructify_fn_tagline.focused input[type=submit]{
left: 164px;
}
.constructify_fn_tagline.focused .tline_search a.left{
left: 164px;
opacity: 1;
visibility: visible;
transition-delay: .3s;
}
.constructify_fn_tagline .tline_slogan{
width: 100%;
float: left;
clear: both;
position: relative;
font-size: 14px;
letter-spacing: 0px;
line-height: 1.5;
color: #ccc;
}
.constructify_fn_tagline .tline_slogan span{
color: #ff8f03;
display: inline-block;
margin-right: 7px;
}
.constructify_fn_wrapper_all[data-main-border="scroll"] .constructify_fn_tagline{
bottom: 0px;
}
.constructify_fn_wrapper_all.fn_doc_bot[data-main-border="scroll"] .constructify_fn_tagline{
bottom: 20px;
}
.constructify_fn_wrapper_all[data-main-border="none"] .constructify_fn_tagline{
left: 0px;
bottom: 0px;
}
.constructify_fn_tagline > div{
margin-bottom: 15px;
}
.constructify_fn_tagline > div:last-child{
margin-bottom: 0px;
}  .constructify_fn_mainborder .left_b{
width: 20px;
top: 0px;
left: 0px;
bottom: 0px;
position: fixed;
z-index: 9999;
}
.constructify_fn_mainborder .right_b{
width: 20px;
top: 0px;
right: 0px;
bottom: 0px;
position: fixed;
z-index: 9999;
}
.constructify_fn_mainborder .top_b{
height: 20px;
top: 0px;
left: 0px;
right: 0px;
position: fixed;
z-index: 9999;
}
.constructify_fn_mainborder .bottom_b{
height: 20px;
bottom: 0px;
left: 0px;
right: 0px;
position: fixed;
z-index: 9999;
}
.constructify_fn_mainborder > div:after{
content: '';
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
z-index: 10;
background-color: #ff8f03;
background-image: url(//www.coget-srl.it/wp-content/themes/constructify/framework/patterns/green-dust-and-scratches.png);
background-repeat: repeat;
}
.constructify_fn_leftpart_wrap.scrolled .menu_logo{
padding: 15px 60px;
}
.constructify_fn_leftpart_wrap.scrolled .menu_logo img{
transform: scale(0.7) translateZ(0);
}
.constructify_fn_leftpart_wrap .menu_logo .retina_logo{
display: none;
}
.constructify_fn_leftpart_wrap .menu_logo img{
max-width: 200px;
}
.constructify_fn_wrapper_all[data-main-border="scroll"] .constructify_fn_mainborder > div{position: absolute;}
.constructify_fn_wrapper_all[data-main-border="scroll"] .constructify_fn_leftpart_wrap.scrolled{top: 0px;}
.constructify_fn_wrapper_all[data-main-border="scroll"] .constructify_fn_leftpart_wrap{bottom: 0px;} .constructify_fn_wrapper_all[data-main-border="scroll"] a.constructify_fn_totop.opened{bottom: 7px;}
.constructify_fn_wrapper_all[data-main-border="scroll"] a.constructify_fn_totop.opened.bottom{bottom: 27px;}
.constructify_fn_wrapper_all[data-main-border="none"] a.constructify_fn_totop{left: 416px;bottom: -10px;}
.constructify_fn_wrapper_all[data-main-border="none"] a.constructify_fn_totop.opened{bottom: 7px;}
.constructify_fn_wrapper_all[data-main-border="none"] .constructify_fn_mainborder{display: none;}
.constructify_fn_wrapper_all[data-main-border="none"] .constructify_fn_rightpart_wrap{padding: 0px 0px 0px 480px;}
.constructify_fn_wrapper_all[data-main-border="none"] .constructify_fn_leftpart_wrap{left: 0px;top: 0px;bottom: 0px;}  .constructify_fn_menubar_in{
width: 100%;
float: left;
clear: both;
}
.constructify_fn_menubar .menu_logo{
width: 100%;
float: left;
clear: both;
position: relative;
padding: 30px 60px;
background-color: #111119;
box-shadow: 0px 2px 3px rgba(0,0,0,0.15);
transition: all .3s ease;
box-sizing: border-box;
}
.constructify_fn_menubar .menu_logo:after{
width: 17px;
height: 1px;
display: block;
content: '';
position: absolute;
left: 60px;
z-index: 33;
top: 100%;
margin-top: 6px;
margin-left: -3px;
box-shadow: 0px 2px 3px rgba(0,0,0,0.15);
transform: rotate(53deg);
}
.constructify_fn_menubar .menu_logo:before{
width: 17px;
height: 1px;
display: block;
content: '';
position: absolute;
right: 60px;
z-index: 33;
top: 100%;
margin-top: 6px;
margin-right: -3px;
box-shadow: 0px 2px 3px rgba(0,0,0,0.15);
transform: rotate(-53deg);
}
.constructify_fn_menubar .menu_logo_abs{
position: absolute;
top: 100%;
left: 70px;
right: 70px;
height: 14px;
background-color: #111119;
box-shadow: 0px 2px 3px rgba(0,0,0,0.15);
}
.constructify_fn_menubar .menu_logo_abs:after{
border-top: 14px solid #111119;
border-left: 10px solid transparent;
content: '';
position: absolute;
left: -10px;
top: 0px;
}
.constructify_fn_menubar .menu_logo_abs:before{
border-top: 14px solid #111119;
border-right: 10px solid transparent;
content: '';
position: absolute;
right: -10px;
top: 0px;
}
.constructify_fn_menubar .menu_logo a{
display: block;
text-align: center;
}
.constructify_fn_menubar .menu_logo img{
display: inline-block;
transform-origin: center center;
transition: all .3s ease;
}
.constructify_fn_menubar .menu_nav{
width: 100%;
float: left;
clear: both;
}
.constructify_fn_menubar .menu_nav_in{
width: 100%;
float: left;
clear: both;
padding: 64px 60px 50px 60px;
box-sizing: border-box;
}
.constructify_fn_menubar ul{
list-style-type: none;
margin: 0px;
}
.constructify_fn_menubar ul.vert_nav.hovered > li a,
.constructify_fn_menubar ul.vert_nav:hover > li a{
opacity: 0.4;
}
.constructify_fn_menubar ul.vert_nav.hovered > li.hovered > a,
.constructify_fn_menubar ul.vert_nav:hover > li:hover > a{
opacity: 1;
}
.constructify_fn_menubar ul.vert_nav li{
width: 100%;
clear: both;
margin: 0px;
position: relative;
padding: 1px 0px;
box-sizing: border-box;
}
.constructify_fn_menubar ul.vert_nav li:after{
content: '';
position: absolute;
bottom: 0px;
width: 0px;
left: 0px;
border-top: 1px solid rgba(255,255,255,0.05);
z-index: 2;
transition: all .5s ease;
}
.constructify_fn_menubar ul.vert_nav li:last-child:after{
display: none;
}
.constructify_fn_menubar ul.vert_nav li:hover:after{
width: 100%;
}
.constructify_fn_menubar ul.vert_nav li a:before{
content: '';
position: absolute;
bottom: -1px;
width: 100%;
left: 0px;
border-top: 1px solid rgba(255,255,255,0.05);
}
.constructify_fn_menubar ul.vert_nav li:last-child a:before{
display: none;
}
.constructify_fn_menubar ul.vert_nav li a{
display: block;
text-decoration: none;
line-height: 1.6;
padding: 11px 7px;
text-transform: uppercase;
font-size: 16px;
letter-spacing: .5px;
color: #eee;
position: relative;
font-weight: 300;
font-family: 'Rubik', sans-serif;
}
.constructify_fn_menubar ul.vert_nav li.menu-item-has-children > a:after{
width: 0px;
height: 0px;
content: '';
position: absolute;
border: 5px solid transparent;
border-left-color: #666;
right: 1px;
top: 18px;
}
.constructify_fn_menubar ul.sub-menu{
opacity: 0;
visibility: hidden;
position: absolute;
left: 100%;
top: 0px;
height: 0px;
overflow: hidden;
}  .constructify_fn_mobilemenu_wrap{
width: 100%;
float: left;
clear: both;
display: none;
overflow: hidden;
}
.constructify_fn_mobilemenu_wrap .info_bar{
width: 100%;
float: left;
clear: both;
padding: 15px 20px;
position: relative;
box-sizing: border-box;
}
.constructify_fn_mobilemenu_wrap .info_bar:after{
z-index: 3;
position: absolute;
left: 0px;
top: 0px;
right: 0px;
height: 1px;
content: '';
background-color: rgba(0,0,0,0.4);
}
.constructify_fn_mobilemenu_wrap .info_bar:before{
z-index: 3;
position: absolute;
left: 0px;
bottom: 0px;
right: 0px;
height: 1px;
content: '';
background-color: rgba(0,0,0,0.4);
}
.constructify_fn_mobilemenu_wrap .info_bar_content{
width: 100%;
float: left;
clear: both;
position: relative;
z-index: 20;
}
.constructify_fn_mobilemenu_wrap .info_bar_bg{
position: absolute;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
z-index: 5;
}
.constructify_fn_mobilemenu_wrap .info_bar_bg:after {
content: '';
left: 0px;
right: 0px;
bottom: 0px;
top: 0px;
position: absolute;
z-index: 10;
background-image: url(//www.coget-srl.it/wp-content/themes/constructify/framework/patterns/noisy.png);
background-repeat: repeat;
opacity: .1;
}
.constructify_fn_mobilemenu_wrap .info_bar_bg:before {
content: '';
left: 0px;
right: 0px;
bottom: 0px;
top: 0px;
position: absolute;
z-index: 5;
background-color: #081414;
}
.constructify_fn_mobilemenu_wrap .helpful_list{
float: left;
margin-right: 20px;
}
.constructify_fn_mobilemenu_wrap .social_list{
float: right;
margin-left: 20px;
}
.constructify_fn_mobilemenu_wrap ul{
list-style-type: none;
margin: 0px;
}
.constructify_fn_mobilemenu_wrap .helpful_list ul{
margin-left: -20px;
}
.constructify_fn_mobilemenu_wrap .helpful_list li{
float: left;
margin: 3px 0px 3px 20px;
}
.constructify_fn_mobilemenu_wrap .helpful_list a{
display: block;
text-align: center;
text-decoration: none;
color: #666;
height: 20px;
}
.constructify_fn_mobilemenu_wrap .helpful_list li.clicked a,
.constructify_fn_mobilemenu_wrap .helpful_list a:hover{
color: #ff8f03;
}
.constructify_fn_mobilemenu_wrap .social_list ul{
margin-left: -10px;
}
.constructify_fn_mobilemenu_wrap .social_list li{
float: left;
margin: 0px;
margin-left: 10px;
}
.constructify_fn_mobilemenu_wrap .social_list a{
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
width: 26px;
height: 26px;
line-height: 26px;
color: #666;
border: 1px solid #666;
font-size: 12px;
border-radius: 100%;
transition: all .3s ease;
box-sizing: border-box;
text-align: center;
}
.constructify_fn_mobilemenu_wrap .social_list .constructify_fn_svg{
width: 12px;
height: 12px;
}
.constructify_fn_mobilemenu_wrap .social_list a:hover{
color: #eee;
border-color: #eee;
}
.constructify_fn_mobilemenu_wrap .social_list i{
transition: none;
}
.constructify_fn_mobilemenu_wrap .logo_hamb{
width: 100%;
float: left;
clear: both;
padding: 20px;
background-color: #0f0f16;
box-sizing: border-box;
}
.constructify_fn_mobilemenu_wrap .logo_hamb .in{
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
.constructify_fn_mobilemenu_wrap .menu_logo a{
text-decoration: none;
display: block;
cursor: pointer;
}
.constructify_fn_mobilemenu_wrap .mobilemenu{
width: 100%;
float: left;
clear: both;
padding: 40px 20px 30px 20px;
background-color: #14141c;
display: none;
box-sizing: border-box;
}
.constructify_fn_mobilemenu_wrap .vert_menu_list ul{
margin: 20px 0px 10px 0px;
list-style-type: none;
margin-left: 20px;
display: none;
position: relative;
overflow: hidden;
}
.constructify_fn_mobilemenu_wrap .vert_menu_list a{
text-decoration: none;
color: #ccc;
font-size: 18px;
line-height: 27px;
text-transform: uppercase;
display: block;
position: relative;
}
.constructify_fn_mobilemenu_wrap .vert_menu_list a:hover{
color: #fff;
}
.constructify_fn_mobilemenu_wrap .vert_menu_list ul a{
text-transform: none;
}
.constructify_fn_mobilemenu_wrap .vert_menu_list li{
margin: 0px;
position: relative;
margin-bottom: 10px;
}
.constructify_fn_mobilemenu_wrap .vert_menu_list li.menu-item-has-children > a:after{
width: 0px;
height: 0px;
content: '';
position: absolute;
border: 5px solid transparent;
border-left-color: #666;
right: 1px;
top: 50%;
margin-top: -5px;
transition: all .3s ease;
transform-origin: left center;
}
.constructify_fn_mobilemenu_wrap .vert_menu_list li.active.menu-item-has-children > a:after{
transform: rotate(90deg);
}
.constructify_fn_mobilemenu_wrap .vert_menu_list li.menu-item-has-children:hover > a:after,
.constructify_fn_mobilemenu_wrap .vert_menu_list li.active.menu-item-has-children > a:after{
border-left-color: #fff;
}
.constructify_fn_mobilemenu_wrap .vert_menu_list li.active.menu-item-has-children > a{
color: #fff;
}
.constructify_fn_mobilemenu_wrap .info_bar_dropdown{
width: 100%;
float: left;
clear: both;
color: #ccc;
overflow: hidden;
display: none;
}
.constructify_fn_mobilemenu_wrap .info_bar_dropdown .fn_list{
width: 100%;
float: left;
clear: both;
display: none;
overflow: hidden;
padding: 40px 20px;
background-color: #14141c;
box-sizing: border-box;
}
.constructify_fn_mobilemenu_wrap .address_list,
.constructify_fn_mobilemenu_wrap .address_list .item{
width: 100%;
float: left;
clear: both;
}
.constructify_fn_mobilemenu_wrap .address_list .item{
margin-bottom: 30px;
display: flex;
flex-direction: row;
align-items: center;
}
.constructify_fn_mobilemenu_wrap .address_list .item:last-child{
margin-bottom: 0px;
}
.constructify_fn_mobilemenu_wrap .address_list h3{
margin: 0px;
padding: 0px;
font-size: 20px;
letter-spacing: 0px;
color: #eee;
font-weight: 300;
margin-bottom: 17px;
}
.constructify_fn_mobilemenu_wrap .address_list .al_img{
width: 320px;
position: relative;
margin-right: auto;
padding-right: 20px;
}
.constructify_fn_mobilemenu_wrap .address_list .abs_img{
position: absolute;
z-index: 5;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.constructify_fn_mobilemenu_wrap .address_list .al_img img{
z-index: -1;
position: relative;
opacity: 0;
}
.constructify_fn_mobilemenu_wrap .address_list p{
margin: 0px;
padding: 0px;
color: #999;
}
.constructify_fn_mobilemenu_wrap .constructify_fn_quick_contact .inputs{
margin-left: -20px;
clear: both;
}
.constructify_fn_mobilemenu_wrap .constructify_fn_quick_contact .inputs > div{
width: 33.3333%;
float: left;
padding-left: 20px;
margin-bottom: 10px;
box-sizing: border-box;
}
.constructify_fn_mobilemenu_wrap .constructify_fn_quick_contact textarea{
width: 100%;
float: left;
clear: both;
margin-bottom: 20px;
max-width: 100%;
display: block !important;
overflow: hidden;
}
.constructify_fn_mobilemenu_wrap .constructify_fn_quick_contact input[type=button]{
float: left;
clear: both;
}
.constructify_fn_mobilemenu_wrap .constructify_fn_quick_contact .returnmessage,
.constructify_fn_mobilemenu_wrap .constructify_fn_quick_contact .empty_notice{
width: 100%;
float: left;
clear: both;
}
.constructify_fn_mobilemenu_wrap .address_list a{
text-decoration: none;
color: #ff8f03;
}
@media (max-width: 768px){
.constructify_fn_mobilemenu_wrap .constructify_fn_quick_contact .inputs{margin: 0px;width: 100%;}
.constructify_fn_mobilemenu_wrap .constructify_fn_quick_contact .inputs > div{width: 100%;padding: 0px;}
}
.constructify_fn_mobilemenu_wrap .toll_free{
width: 100%;
float: left;
clear: both;
text-align: center;
padding: 25px 0px 20px 0px;
box-sizing: border-box;
}
.constructify_fn_mobilemenu_wrap .toll_free img{
max-width: 120px;
margin-bottom: 26px;
border-radius: 100%;
}
.constructify_fn_mobilemenu_wrap .toll_free h3{
margin: 0px;
padding: 0px;
color: #ff8f03;
font-size: 20px;
letter-spacing: 0.5px;
font-weight: 300;
margin-bottom: 10px;
}
.constructify_fn_mobilemenu_wrap .toll_free h5{
margin: 0px;
padding: 0px;
font-size: 18px;
letter-spacing: 0.5px;
font-weight: 300;
color: #eee;
}
.constructify_fn_mobilemenu_wrap .working_hours{
width: 100%;
float: left;
clear: both;
}
.constructify_fn_mobilemenu_wrap .working_hours h3{
margin: 0px;
padding: 0px;
font-size: 20px;
letter-spacing: 0px;
color: #eee;
line-height: 1.3;
margin-bottom: 18px;
font-weight: 300;
}
.constructify_fn_mobilemenu_wrap .working_hours p{
margin: 0px;
padding: 0px;
color: #999;
}
.constructify_fn_mobilemenu_wrap .working_hours ul{
list-style-type: none;
margin: 0px;
}
.constructify_fn_mobilemenu_wrap .working_hours li{
float: left;
clear: both;
width: 100%;
margin: 0px;
padding: 3px 0px;
position: relative;
border-bottom: 1px dashed #333;
}
.constructify_fn_mobilemenu_wrap .working_hours li .day{
line-height: 1.7;
float: left;
letter-spacing: 0px;
color: #ccc;
}
.constructify_fn_mobilemenu_wrap .working_hours li .hours{
letter-spacing: 0px;
float: right;
font-weight: 400;
margin-left: 20px;
color: #ff8f03;
}
.constructify_fn_mobilemenu_wrap .working_hours li:last-child{
border-bottom-color: transparent;
}
.constructify_fn_mobilemenu_wrap .working_hours .title_holder{
margin-bottom: 14px;
}  .hamburger {
padding: 15px 15px;
display: inline-block;
cursor: pointer;
transition-property: opacity, filter;
transition-duration: 0.15s;
transition-timing-function: linear;
font: inherit;
color: inherit;
text-transform: none;
background-color: transparent;
border: 0;
margin: 0;
overflow: visible;
}
.hamburger-box {
width: 30px;
height: 18px;
display: inline-block;
position: relative;
}
.hamburger-inner {
display: block;
top: 50%;
margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
width: 30px;
height: 2px;
background-color: #000;
position: absolute;
transition-property: transform;
transition-duration: 0.15s;
transition-timing-function: ease;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.hamburger-inner::before,
.hamburger-inner::after {
content: "";
display: block;
}
.hamburger-inner::before{
top: -8px;
}
.hamburger-inner::after{
bottom: -10px;
}
.hamburger--collapse-r .hamburger-inner {
top: auto;
bottom: 0;
transition-duration: 0.13s;
transition-delay: 0.13s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after{
top: -16px;
-webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
-moz-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
-ms-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
-o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before{
-webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
-moz-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
-ms-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
-o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner{
-webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
-moz-transform: translate3d(0, -10px, 0) rotate(45deg);
-ms-transform: translate3d(0, -10px, 0) rotate(45deg);
transform: translate3d(0, -10px, 0) rotate(45deg);
transition-delay: 0.22s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after{
top: 0;
opacity: 0;
-webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
-moz-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
-ms-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
-o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before{
top: 0;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
-ms-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger{
padding: 0px;
height: 100%;
display: table-cell;
vertical-align: middle;
}
.hamburger-box{display: block;}
.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after,
.hamburger .hamburger-inner{
background-color: #ccc;
width: 30px;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}  .constructify_fn_helpful_bar_open .address_list{
width: 100%;
float: left;
clear: both;
}
.constructify_fn_helpful_bar_open .address_list .item{
width: 100%;
float: left;
clear: both;
margin-bottom: 40px;
}
.constructify_fn_helpful_bar_open .address_list .item:last-child{margin-bottom: 0px;}
.constructify_fn_helpful_bar_open .address_list h3{
margin: 0px;
padding: 0px;
font-size: 20px;
letter-spacing: 0px;
color: #eee;
line-height: 1.3;
margin-bottom: 17px;
font-weight: 300;
}
.constructify_fn_helpful_bar_open .address_list p{
margin: 0px;
padding: 0px;
color: #999;
}
.constructify_fn_helpful_bar_open .address_list p span{
margin-bottom: 8px;
display: block;
}
.constructify_fn_helpful_bar_open .address_list p span:last-child{
margin-bottom: 0px;
}
.constructify_fn_helpful_bar_open .address_list a{
text-decoration: none;
color: #ff8f03;
}
.constructify_fn_helpful_bar_open .address_list .al_img{
width: 100%;
float: left;
clear: both;
margin-bottom: 30px;
position: relative;
}
.constructify_fn_helpful_bar_open .address_list .al_img img{
position: relative;
z-index: -1;
opacity: 0;
}
.constructify_fn_helpful_bar_open .address_list .abs_img{
position: absolute;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
z-index: 5;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}  .constructify_fn_helpful_bar_open .toll_free{
width: 100%;
float: left;
clear: both;
text-align: center;
padding: 25px 0px 20px 0px;
box-sizing: border-box;
}
.constructify_fn_helpful_bar_open .toll_free img{
max-width: 120px;
margin-bottom: 26px;
border-radius: 100%;
}
.constructify_fn_helpful_bar_open .toll_free h3{
margin: 0px;
padding: 0px;
color: #ff8f03;
font-size: 20px;
letter-spacing: 0px;
font-weight: 300;
margin-bottom: 10px;
}
.constructify_fn_helpful_bar_open .toll_free h5{
margin: 0px;
padding: 0px;
font-size: 18px;
letter-spacing: 0px;
font-weight: 300;
color: #eee;
}  .constructify_fn_helpful_bar_open .working_hours{
width: 100%;
float: left;
clear: both;
}
.constructify_fn_helpful_bar_open .working_hours h3{
margin: 0px;
padding: 0px;
font-size: 20px;
letter-spacing: 0px;
color: #eee;
line-height: 1.3;
margin-bottom: 18px;
font-weight: 300;
}
.constructify_fn_helpful_bar_open .working_hours p{
margin: 0px;
padding: 0px;
color: #999;
}
.constructify_fn_helpful_bar_open .working_hours ul{
list-style-type: none;
margin: 0px;
}
.constructify_fn_helpful_bar_open .working_hours li{
float: left;
clear: both;
width: 100%;
margin: 0px;
padding: 3px 0px;
position: relative;
border-bottom: 1px dashed #2b2b31;
}
.constructify_fn_helpful_bar_open .working_hours li .day{
line-height: 1.7;
float: left;
letter-spacing: 0px;
color: #ccc;
}
.constructify_fn_helpful_bar_open .working_hours li .hours{
letter-spacing: 0px;
float: right;
font-weight: 400;
margin-left: 20px;
color: #ff8f03;
}
.constructify_fn_helpful_bar_open .working_hours li:last-child{
border-bottom-color: transparent;
}
.constructify_fn_helpful_bar_open .working_hours .title_holder{
margin-bottom: 14px;
} .constructify_fn_wrapper_all[data-helpful-list="disable"] .constructify_fn_helpful_bar .helpful_list{
display: none;
}
.constructify_fn_wrapper_all[data-helpful-list="disable"] .constructify_fn_helpful_bar .social_list:after{
display: none;
}
.constructify_fn_wrapper_all[data-helpful-list="disable"] .constructify_fn_helpful_bar .social_list{
padding-top: 0px;
} .constructify_fn_wrapper_all[data-helpful-social="disable"] .constructify_fn_helpful_bar .social_list{
display: none;
} .constructify_fn_wrapper_all[data-helpful-switch="disable"] .constructify_fn_helpful_bar,
.constructify_fn_wrapper_all[data-helpful-social="disable"][data-helpful-list="disable"] .constructify_fn_helpful_bar{
display: none;
}
.constructify_fn_wrapper_all[data-helpful-switch="disable"] .constructify_fn_leftpart_wrap,
.constructify_fn_wrapper_all[data-helpful-social="disable"][data-helpful-list="disable"] .constructify_fn_leftpart_wrap{
width: 400px;
}
.constructify_fn_wrapper_all[data-helpful-switch="disable"] .constructify_fn_rightpart_wrap,
.constructify_fn_wrapper_all[data-helpful-social="disable"][data-helpful-list="disable"] .constructify_fn_rightpart_wrap{
padding-left: 420px;
}
.constructify_fn_wrapper_all[data-helpful-switch="disable"] a.constructify_fn_totop,
.constructify_fn_wrapper_all[data-helpful-social="disable"][data-helpful-list="disable"] a.constructify_fn_totop{
left: auto !important;
right: 30px;
}
.constructify_fn_wrapper_all[data-helpful-switch="disable"] .constructify_fn_menubar,
.constructify_fn_wrapper_all[data-helpful-social="disable"][data-helpful-list="disable"] .constructify_fn_menubar{
border-right: 1px solid rgba(255,255,255,.1);
} .constructify_fn_wrapper_all[data-main-border="none"][data-helpful-switch="disable"] .constructify_fn_rightpart_wrap,
.constructify_fn_wrapper_all[data-main-border="none"][data-helpful-social="disable"][data-helpful-list="disable"] .constructify_fn_rightpart_wrap{
padding-left: 400px;
}  .constructify_fn_quick_contact{
width: 100%;
float: left;
clear: both;
}
.constructify_fn_quick_contact h3{
margin: 0px;
padding: 0px;
font-size: 20px;
letter-spacing: 0px;
color: #eee;
line-height: 1.3;
margin-bottom: 18px;
font-weight: 300;
}
.constructify_fn_quick_contact p{
margin: 0px;
padding: 0px;
margin-bottom: 24px;
color: #999;
}
.constructify_fn_quick_contact input[type=text]{
width: 100%;
height: 50px;
border: 1px solid rgba(229,229,229,.04);
background-color: rgba(255,255,255,.02);
padding: 0px 20px !important;
margin-bottom: 10px;
color: #999;
}
.constructify_fn_quick_contact textarea{
width: 100%;
border: 1px solid rgba(229,229,229,.04);
background-color: rgba(255,255,255,.02);
padding: 10px 20px !important;
margin-bottom: 20px;
color: #999;
}
.constructify_fn_quick_contact input[type=button]{
height: 50px;
padding: 0px 26px;
background-color: #ff8f03;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 0.5px;
color: #14141c;
font-weight: 600;
line-height: 50px;
border: none;
border-radius: 2px;
}
.constructify_fn_quick_contact .empty_notice{
display: none;
margin-top: 20px;
overflow: hidden;
color: #ff0000;
}
.constructify_fn_quick_contact .returnmessage{
display: none;
margin-top: 20px;
overflow: hidden;
color: #ff0000;
}  .constructify_fn_content{
width: 100%;
float: left;
clear: both;
}
.constructify_fn_all_pages_content{
width: 100%;
float: left;
clear: both;
}
.constructify_fn_all_pages{
width: 100%;
float: left;
clear: both;
}
.constructify_fn_all_pages_inner{
width: 100%;
float: left;
clear: both;
}
.constructify_fn_without_sidebar_page{
width: 100%;
float: left;
clear: both;
padding-bottom: 100px;
}
.constructify_fn_pagetitle{
width: 100%;
float: left;
clear: both;
position: relative;
}
.index_page.constructify_fn_pagetitle{
margin-bottom: 70px;
}
.constructify_fn_pagetitle .title_holder{
width: 100%;
float: left;
clear: both;
position: relative;
padding: 95px 0px 35px 0px;
}
.constructify_fn_pagetitle .title_holder:after{
left: 0px;
position: absolute;
content: '';
bottom: 0px;
height: 6px;
width: 70px;
background-color: #eee;
}
.constructify_fn_pagetitle .title_holder:before{
left: 0px;
position: absolute;
content: '';
bottom: 13px;
height: 6px;
width: 150px;
background-color: #eee;
}
.constructify_fn_pagetitle .fn__title{
margin: 0px;
padding: 0px;
font-size: 48px;
letter-spacing: 0px;
font-weight: 300;
color: #14141c;
line-height: 1;
position: relative;
left: -1px;
}
.constructify_fn_without_sidebar_page .inner{
width: 100%;
float: left;
clear: both;
}
.constructify_fn_without_sidebar_page .inner .blog_content{
margin-bottom: 45px;
}
.constructify_fn_without_sidebar_page .inner .blog_content p{
margin: 0;
padding: 0;
}
ul.constructify_fn_postlist{
margin: 0px;
list-style-type: none;
position: relative;
}
ul.constructify_fn_postlist:after{
clear: both;
display: table;
content: '';
}
ul.constructify_fn_postlist > li{
margin: 0px;
width: 100%;
float: left;
box-sizing: border-box;
}
ul.constructify_fn_postlist > li:last-child > div{
margin-bottom: 0px;
}
ul.constructify_fn_postlist .sticky_icon{
display: none;
width: 50px;
height: 50px;
position: absolute;
z-index: 10;
right: 0;
top: 0;
color: #14141c;
}
ul.constructify_fn_postlist .sticky_icon svg,
ul.constructify_fn_postlist .sticky_icon img{
width: 20px;
height: 20px;
position: absolute;
top: 15px;
left: 15px;
}
ul.constructify_fn_postlist .sticky .sticky_icon{
display: block;
}
ul.constructify_fn_postlist .sticky{
padding: 30px !important;
background-color: #e9eff4 !important;
border: none !important;
border-radius: 3px !important;
overflow: hidden;
}
ul.constructify_fn_postlist .sticky.has-post-thumbnail{
padding: 0px !important;
background-color: transparent !important;
}
ul.constructify_fn_postlist .sticky.has-post-thumbnail .title h3{
padding-right: 0px;
}
ul.constructify_fn_postlist .sticky .title h3{
padding-right: 30px;
}
ul.constructify_fn_postlist li > div{
width: 100%;
float: left;
clear: both;
position: relative;
padding: 30px;
background-color: #e9eff4;
border: 1px solid #e5e5e5;
border-radius: 3px;
box-sizing: border-box;
margin-bottom: 50px;
overflow: hidden;
}
ul.constructify_fn_postlist .img_holder img{
max-height: 600px;
}
ul.constructify_fn_postlist .has-post-thumbnail{
padding: 0px;
background-color: transparent;
border: none;
border-radius: 0px;
}
ul.constructify_fn_postlist .has-post-thumbnail .content_holder{
padding: 30px;
background-color: #e9eff4;
border: 1px solid #e5e5e5;
border-radius: 3px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
box-sizing: border-box;
}
ul.constructify_fn_postlist .has-post-thumbnail .img_holder{
display: block;
border-radius: 3px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
overflow: hidden;
}
ul.constructify_fn_postlist .img_holder{
display: none;
width: 100%;
float: left;
clear: both;
}
ul.constructify_fn_postlist .content_holder,
ul.constructify_fn_postlist .title,
ul.constructify_fn_postlist .info_holder,
ul.constructify_fn_postlist .excerpt_holder,
ul.constructify_fn_postlist .read_holder{
width: 100%;
float: left;
clear: both;
}
ul.constructify_fn_postlist .title h3{
margin: 0px;
padding: 0px;
font-size: 30px;
line-height: 30px;
letter-spacing: 0px;
font-weight: 400;
margin-bottom: 10px;
}
ul.constructify_fn_postlist .title h3 a{
text-decoration: none;
}
ul.constructify_fn_postlist .info_in{
float: left;
border-bottom: 1px solid #ccc;
padding-bottom: 2px;
}
ul.constructify_fn_postlist .info_holder span{
float: left;
font-size: 13px;
letter-spacing: 0px;
line-height: 1.5;
position: relative;
padding-right: 22px;
color: #666;
font-style: italic;
}
ul.constructify_fn_postlist .info_holder a{
color: #666;
text-decoration: none;
}
ul.constructify_fn_postlist .info_holder a:hover{
color: #ff8f03;
}
ul.constructify_fn_postlist .info_holder span:last-child{
padding-right: 0px;
}
ul.constructify_fn_postlist .info_holder span:after{
content: '';
position: absolute;
width: 1px;
height: 12px;
right: 11px;
background-color: #ccc;
top: 4px;
}
ul.constructify_fn_postlist .info_holder span:last-child:after{
display: none;
}
ul.constructify_fn_postlist .info_holder{
margin-bottom: 22px;
}
ul.constructify_fn_postlist .excerpt_holder p{
margin: 0px;
padding: 0px;
color: #666;
font-size: 16px;
}
ul.constructify_fn_postlist .excerpt_holder{
margin-bottom: 15px;
}
ul.constructify_fn_postlist .read_holder p{
margin: 0px;
padding: 0px;
}
ul.constructify_fn_postlist .read_holder a{
font-size: 16px;
letter-spacing: 0px;
text-decoration: none;
font-weight: 600;
color: #ff8f03;
}
.constructify_fn_breadcrumbs{
width: 100%;
float: left;
clear: both;
position: relative;
padding-top: 13px;
padding-bottom: 2px;
}
.constructify_fn_breadcrumbs ul{
margin: 0px;
list-style-type: none;
}
.constructify_fn_breadcrumbs ul li{
float: left;
}
.constructify_fn_breadcrumbs a,
.constructify_fn_breadcrumbs span.bread-current{
font-size: 14px;
color: #666;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5;
}
.constructify_fn_breadcrumbs a{
font-weight: 600;
}
.constructify_fn_breadcrumbs a:hover{
color: #ff8f03;
}
.constructify_fn_breadcrumbs .separator span{
width: 33px;
height: 24px;
display: block;
position: relative;
}
.constructify_fn_breadcrumbs .separator span:after{
width: 9px;
height: 2px;
display: block;
content: '';
position: absolute;
background-color: #ddd;
left: 13px;
top: 8px;
transform: rotate(45deg);
}
.constructify_fn_breadcrumbs .separator span:before{
width: 9px;
height: 2px;
display: block;
content: '';
position: absolute;
background-color: #ddd;
left: 13px;
top: 14px;
transform: rotate(135deg);
}
body.archive .constructify_fn_without_sidebar_page .constructify_fn_pagination{
margin: 0px 0px 47px 0px;
}
body.archive .constructify_fn_without_sidebar_page .inner{
margin-bottom: 50px;
}
body.archive.woocommerce .constructify_fn_without_sidebar_page .inner{
margin-bottom: 50px;
margin-top: 70px;
}
.constructify_fn_without_sidebar_page .constructify_fn_blog_single{margin: 0px;}
.constructify_fn_without_sidebar_page .constructify_fn_pagination{
margin: 50px 0px 0px 0px;
}
.constructify_fn_without_sidebar_page .constructify_fn_service_page .constructify_fn_pagination{
margin: 0px;
}
body.home .constructify_fn_without_sidebar_page{margin-bottom: 150px;}
.fn_blogpage .constructify_fn_sidebarpage .constructify_fn_pagination{
margin: 50px 0px 0px 0px;
}
body.search .constructify_fn_pagination{
margin: 0px 0px 50px 0px !important;
}
body.search section.constructify_fn_content{
margin-bottom: 50px;
}
.constructify_fn_without_sidebar_page > div > .inner{
padding-bottom: 130px;
padding-top: 70px;
}
body.single-post .constructify_fn_without_sidebar_page > div > .inner{
padding-bottom: 0px;
padding-top: 0px;
}
body.search .constructify_fn_without_sidebar_page > div > .inner{
padding-bottom: 0px;
}
body.home ul.constructify_fn_postlist{
margin-top: 70px;
}  ul.constructify_fn_archive_list{
list-style-type: none;
margin: 0px;
margin-left: -50px;
margin-top: 70px;
}
ul.constructify_fn_archive_list .constructify_fn_post{
width: 100%;
float: left;
clear: both;
position: relative;
box-shadow: 0px 5px 10px rgba(0,0,0,0.05);
border-radius: 5px;
overflow: hidden;
transition: all .3s ease;
}
ul.constructify_fn_archive_list .constructify_fn_post:hover{
box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}
ul.constructify_fn_archive_list li{
width: 50%;
float: left;
padding-left: 50px;
margin-bottom: 50px;
box-sizing: border-box;
}
ul.constructify_fn_archive_list h3{
font-size: 22px;
margin: 0px;
letter-spacing: 0px;
line-height: 1.3;
font-weight: 600;
margin-bottom: 17px;
}
ul.constructify_fn_archive_list h3 a{
color: #14141c;
display: inline-block;
text-decoration: none;
font-weight: 400;
}
ul.constructify_fn_archive_list h3 a:hover{
color: #ff8f03;
}
ul.constructify_fn_archive_list p{
line-height: 1.7;
color: #666;
margin: 0px;
padding: 0px;
letter-spacing: 0px;
}
ul.constructify_fn_archive_list .read_more{
position: absolute;
left: 0px;
bottom: 0px;
max-width: calc(100% - 20px);
max-width: -moz-calc(100% - 20px);
max-width: -webkit-calc(100% - 20px);
z-index: 10;
}
ul.constructify_fn_archive_list .read_more a{
font-weight: 600;
letter-spacing: 0px;
text-decoration: none;
text-transform: uppercase;
font-size: 14px;
display: block;
padding: 0px 62px 0px 50px;
height: 40px;
color: #fff;
line-height: 40px;
position: relative;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
background-color: #ff8f03;
}
ul.constructify_fn_archive_list .read_more a:hover{
color: #ff8f03;
background-color: #14141c;
}
ul.constructify_fn_archive_list .read_more:after{
content: '';
position: absolute;
width: 35px;
height: 40px;
transform: skewX(27deg);
right: 0px;
bottom: 0px;
z-index: 20;
background-color: #fff;
margin-right: -24px;
}
ul.constructify_fn_archive_list .title_holder{
padding: 54px 50px 82px 50px;
background-color: #fff;
width: 100%;
float: left;
clear: both;
position: relative;
min-height: 260px;
overflow: hidden;
box-sizing: border-box;
}
ul.constructify_fn_archive_list .title_holder:after{
content: '';
position: absolute;
width: 100px;
height: 150px;
bottom: 0px;
right: 0px;
background-color: rgba(0,0,0,0.03);
z-index: 1;
}
ul.constructify_fn_archive_list .title_holder:before{
content: '';
position: absolute;
width: 50px;
height: 80px;
bottom: 0px;
right: 0px;
background-color: rgba(0,0,0,0.03);
z-index: 1;
}
ul.constructify_fn_archive_list .img_holder{
width: 100%;
float: left;
clear: both;
}
ul.constructify_fn_archive_list .has-post-thumbnail .title_holder{
border: none;
}  .constructify_fn_sidebarpage{
width: 100%;
float: left;
clear: both;
}
.constructify_fn_sidebarpage .s_inner{
width: 100%;
float: left;
clear: both;
}
body:not(.constructify-theme) .constructify_fn_sidebarpage .s_inner{
margin-top: 70px;
margin-bottom: 100px;
}
.constructify_fn_leftsidebar{
width: calc(100% - 300px);
width: -moz-calc(100% - 300px);
width: -webkit-calc(100% - 300px);
float: left;
padding-right: 50px;
box-sizing: border-box;
}
.constructify_fn_rightsidebar{
width: 300px;
float: right;
}
.constructify_fn_rightsidebar .wid-title span{
font-weight: 400;
}
.portfolio_single .constructify_fn_leftsidebar{
width: calc(100% - 400px);
width: -moz-calc(100% - 400px);
width: -webkit-calc(100% - 400px);
padding-right: 30px;
}
.portfolio_single .constructify_fn_rightsidebar{
width: 400px;
}  body.single-post .constructify_fn_wrapper_all{
overflow: hidden;
}
.blog_single_page .constructify_fn_leftsidebar .constructify_fn_blog_single{
margin: 0px 0px 150px 0px;
}
.blog_single_page .constructify_fn_rightsidebar{
margin-top: 100px;
margin-bottom: 150px;
}
.constructify_fn_blog_single{
width: 100%;
float: left;
clear: both;
margin: 0px 0px 70px 0px;
}
.constructify_fn_blog_single .post_header{
width: 100%;
float: left;
clear: both;
}
.constructify_fn_blog_single .post_content{
width: 100%;
float: left;
clear: both;
}
.constructify_fn_blog_single .fn-format-img{
width: 100%;
float: left;
clear: both;
margin-bottom: 44px;
}
.constructify_fn_blog_single .fn-format-audio{
width: 100%;
float: left;
clear: both;
margin-bottom: 44px;
}
.constructify_fn_blog_single .fn-format-gallery{
width: 100%;
float: left;
clear: both;
margin-bottom: 44px;
}
.constructify_fn_blog_single .fn-format-gallery img{
height: 0px;
position: absolute;
}
.constructify_fn_blog_single .fn-format-gallery .flexslider{
border: none;
margin: 0px;
}
.constructify_fn_blog_single .fn-format-gallery ul.slides{
margin: 0px;
list-style-type: none;
} .constructify_fn_blog_single .fn-format-gallery ul.slides > li{
height: 600px;
cursor: pointer;
}
.flex-direction-nav a{
width: 44px;
height: 44px;
background-color: #ddd;
cursor: pointer;
opacity: 1 !important;
border-radius: 2px;
top: auto;
margin: 0px;
}
.flex-direction-nav a:before{display: none;}
.flex-direction-nav .myflex-text{display: none;}
.flex-direction-nav .flex-next{
right: auto !important;
left: 77px;
top: 30px;
}
.flex-direction-nav a:after{
width: 0px;
height: 0px;
content: '';
position: absolute;
border: 5px solid transparent;
border-left-color: #1b1b1b;
left: 20px;
top: 18px;
}
.flex-direction-nav a.flex-prev:after{
border-left-color: transparent;
border-right-color: #1b1b1b;
left: 14px;
}
.flex-direction-nav .flex-prev{
right: auto !important;
left: 30px !important;
top: 30px;
}
.constructify_fn_blog_single .fn-format-gallery .img_overlay{
position: absolute;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
z-index: 3;
}
.constructify_fn_blog_single .fn-format-link{
width: 100%;
float: left;
clear: both;
margin-bottom: 44px;
line-height: 1.7;
color: #777;
font-size: 14px;
padding: 20px;
background-color: #e9eff4;
box-sizing: border-box;
}
.constructify_fn_blog_single .fn-format-link a{
text-decoration: none;
color: #777;
font-weight: 600;
}
.constructify_fn_blog_single .fn-format-link a:hover{
color: #ff8f03;
}
.constructify_fn_blog_single .fn-format-quote{
width: 100%;
float: left;
clear: both;
margin-bottom: 44px;
}
.constructify_fn_blog_single .fn-format-quote blockquote b{
font-style: normal;
}
.constructify_fn_blog_single .fn-format-video{
width: 100%;
float: left;
clear: both;
margin-bottom: 44px;
}
.constructify_fn_blog_single .fn-format-video iframe{
min-width: 100%;
}
.blog_single_title{
width: 100%;
float: left;
clear: both;
position: relative;
}
.blog_single_title .title_holder{
width: 100%;
float: left;
clear: both;
position: static;
padding-bottom: 11px;
box-sizing: border-box;
}
.blog_single_title > span{
display: block;
font-size: 14px;
line-height: 1.7;
letter-spacing: 0px;
color: #777;
margin-bottom: 90px;
float: left;
clear: both;
}
.blog_single_title .title_holder:after {
content: '';
position: absolute;
width: 150px;
height: 6px;
background-color: #eee;
left: 0px;
bottom: 65px;
}
.blog_single_title .title_holder:before {
content: '';
position: absolute;
width: 70px;
height: 6px;
background-color: #eee;
left: 0px;
bottom: 52px;
}
.blog_single_title .title_holder h3{
margin: 0px;
padding: 0px;
font-size: 48px;
letter-spacing: 0px;
font-weight: 300;
color: #14141c;
line-height: 1;
margin-top: 95px;
position: relative;
}
.constructify_fn_sidebarpage .blog_single_title .title_holder h3{
margin-top: 0px;
}
.blog_single_title .title_holder a{
text-decoration: none;
color: #777;
}
.constructify_fn_blog_single .post_content .content_holder{
width: 100%;
float: left;
clear: both;
}
.constructify_fn_blog_single .post_content .content_holder p{
margin: 0px;
padding: 0px;
line-height: 1.7;
letter-spacing: 0px;
margin-bottom: 20px;
color: #777;
}
.constructify_fn_blog_single .post_content .content_holder p:last-child{
margin-bottom: 0px;
}
.constructify_fn_blog_single .constructify_fn_tags{
margin-top: 43px;
}
.constructify_fn_tags{
width: 100%;
float: left;
clear: both;
}
.constructify_fn_tags label{
float: left;
line-height: 1;
padding: 12px 0px;
font-size: 14px;
margin-right: 20px;
font-weight: 600;
color: #777;
text-transform: uppercase;
}
.constructify_fn_tags a{
font-weight: 600;
font-size: 14px;
line-height: 1;
display: block;
float: left;
text-align: center;
padding: 12px 15px;
margin-bottom: 5px;
margin-left: 5px;
color: #14141c;
text-decoration: none;
transition: all .5s ease;
border-radius: 2px;
}
.constructify_fn_tags a:hover{
color: #777;
background-color: #ddd;
}
.constructify_fn_blog_single .constructify_fn_comment{
margin: 0px;
}
.constructify_fn_without_sidebar_page .constructify_fn_blog_single{margin: 0px;}
.blog_single_page .constructify_fn_without_sidebar_page{
padding-top: 0px;
padding-bottom: 150px;
}
body.single-post span.category a{
text-decoration: none;
color: #777;
font-weight: 600;
}
body.single-post span.category a:hover{
color: #ff8f03;
}  .constructify_fn_comment_wrapper{
width: 100%;
float: left;
clear: both;
}
body.single-post .constructify_fn_comment_wrapper{
margin-top: 95px;
}
.constructify_fn_comment{
width: 100%;
float: left;
clear: both;
background-color: #e9eff4;
overflow: hidden;
margin: 100px 0px;
padding: 20px 40px;
box-sizing: border-box;
}
.comment-navigation{
margin: 30px 0px 10px -15px;
float: left;
position: relative;
}
.comment-navigation:after{
clear: both;
display: table;
content: '';
}
.comment-navigation div{
display: block;
float: left;
padding-left: 15px;
}
.comment-navigation a{
text-decoration: none;
display: inline-block;
position: relative;
}
.constructify_fn_comment .comment_list{
width: 100%;
float: left;
clear: both;
position: relative;
padding-bottom: 40px;
margin-top: 40px;
}
.constructify_fn_comment .comment_list:before{
right: -40px;
left: -40px;
top: 100%;
height: 1px;
background-color: rgba(0,0,0,0.05);
position: absolute;
z-index: 2;
content: '';
}
.constructify_fn_comment p{
margin: 0px;
padding: 0px;
}
.constructify_fn_comment p.nocomments{
margin-bottom: 40px;
}
.constructify_fn_comment h3.comment-title{
line-height: 1.2;
letter-spacing: 0px;
font-size: 24px;
font-weight: 300;
color: #14141c;
margin-bottom: 20px;
}
.constructify_fn_comment ul.commentlist{
margin: 0px;
list-style-type: none;
}
.constructify_fn_comment ul.commentlist > li{
width: 100%;
clear: both;
margin: 0px;
padding: 20px 0px 20px 0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.constructify_fn_comment div.comment-body{
position: relative;
width: 100%;
padding: 6px 0px 3px 90px;
clear: both;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.constructify_fn_comment div.comment-avatar{
position: absolute;
top: 0px;
left: 0px;
width: 60px;
height: 60px;
}
.constructify_fn_comment div.comment-avatar img{
width: 60px;
height: 60px;
position: relative;
z-index: 10;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.constructify_fn_comment span.author{
display: block;
line-height: 1.2;
letter-spacing: 0px;
font-size: 18px;
font-weight: 400;
color: #14141c;
margin-bottom: 7px;
}
.constructify_fn_comment span.author a{
color: #14141c;
text-decoration: none;
}
.constructify_fn_comment span.author a:hover{
color: #ff8f03;
}
.constructify_fn_comment span.time{
line-height: 1.2;
font-size: 16px;
letter-spacing: 0px;
color: #777;
position: relative;
display: inline-block;
margin-right: 30px;
}
.constructify_fn_comment span.time:after{
content: '';
position: absolute;
left: 100%;
margin-left: 10px;
width: 15px;
height: 1px;
background-color: #777;
top: 50%;
margin-top: -1px;
}
.constructify_fn_comment a.comment-reply-link{
text-decoration: none;
display: inline-block;
position: relative;
color: #ff8f03;
}
.constructify_fn_comment .edit-link{
display: inline-block;
margin: 0px 10px;
}
.constructify_fn_comment a.comment-edit-link{
text-decoration: none;
display: inline-block;
position: relative;
line-height: 1.2;
margin: 0px 10px;
color: #ff8f03;
}
.constructify_fn_comment a.comment-edit-link:after{
content: '[';
position: absolute;
right: 100%;
top: 0px;
}
.constructify_fn_comment a.comment-edit-link:before{
content: ']';
position: absolute;
left: 100%;
top: 0px;
}
.constructify_fn_comment div.comment-text{
margin-top: 29px;
}
.constructify_fn_comment div.comment-text p{
margin: 0px;
padding: 0px;
line-height: 1.7;
letter-spacing: 0px;
color: #777;
margin-bottom: 20px;
}
.constructify_fn_comment div.comment-text p:last-child{
margin-bottom: 0px;
}
.constructify_fn_comment div.comment-text p > a{
text-decoration: none;
display: inline-block;
color: #ff8f03;
}
.constructify_fn_comment .comment-respond{
width: 100%;
float: left;
clear: both;
margin: 46px 0px;
padding-top: 0px !important;
position: relative;
}
.constructify_fn_comment h3.comment-reply-title{
line-height: 1.2;
letter-spacing: 0px;
font-size: 24px;
font-weight: 300;
color: #14141c;
margin-bottom: 28px;
text-transform: none;
}
.constructify_fn_comment h3.comment-reply-title a{
text-decoration: none;
display: inline-block;
position: relative;
line-height: 1.2;
margin-left: 20px;
padding: 0px 1px;
font-weight: 600 !important;
color: #ff8f03;
}
.constructify_fn_comment h3.comment-reply-title a:after{
content: '[';
position: absolute;
right: 100%;
top: 0px;
}
.constructify_fn_comment h3.comment-reply-title a:before{
content: ']';
position: absolute;
left: 100%;
top: 0px;
}
.constructify_fn_comment .logged-in-as{
margin-bottom: 20px;
color: #ff8f03;
}
.constructify_fn_comment .logged-in-as a:first-child{
text-decoration: none;
display: inline-block;
line-height: 1;
color: #ff8f03;
}
.constructify_fn_comment .logged-in-as a:last-child{
text-decoration: none;
display: inline-block;
position: relative;
line-height: 1.2;
margin: 0px 10px;
color: #ff8f03;
}
.constructify_fn_comment .logged-in-as a:last-child:after{
content: '[';
position: absolute;
right: 100%;
top: 0px;
}
.constructify_fn_comment .logged-in-as a:last-child:before{
content: ']';
position: absolute;
left: 100%;
top: 0px;
}
.constructify_fn_comment .input-holder{
width: 100%;
float: left;
clear: both;
margin-bottom: 20px;
}
.constructify_fn_comment .input-holder label{
display: block;
font-size: 14px;
letter-spacing: 0px;
line-height: 1.7;
color: #777;
margin-bottom: 10px;
}
.constructify_fn_comment .input-holder span{
display: inline-block;
margin-left: 1px;
margin-top: -4px;
}
.constructify_fn_comment .input-holder textarea{
width: 100%;
min-width: 100%;
background-color: #f5f5f5;
border: 1px solid #e5e5e5;
}
.constructify_fn_comment .input-holder input.com-text{
width: 340px;
font-size: 15px;
padding: 0px 15px !important;
height: 40px;
line-height: 1;
color: #777;
background-color: #f5f5f5;
vertical-align: bottom;
border: 1px solid #e5e5e5;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.constructify_fn_comment .form-submit{
display: block;
clear: both;
}
.constructify_fn_comment .form-submit input.submit{
font-size: 14px;
padding: 1px 20px 0px 20px !important;
height: 44px;
text-transform: uppercase;
font-weight: 500;
text-decoration: none;
display: inline-block;
letter-spacing: .5px;
line-height: 1;
border-radius: 3px;
}
.constructify_fn_comment ul.children{
padding: 0px 0px 0px 20px;
margin: 0px;
clear: both;
list-style-type: none;
}
.constructify_fn_comment ul.children > li{
padding: 20px 0px 0px 0px;
margin: 0px;
}  body.search 
.constructify_fn_searchpage_title{
width: 100%;
float: left;
clear: both;
}
.constructify_fn_searchpagelist{
width: 100%;
float: left;
clear: both;
margin-top: 70px;
margin-bottom: 30px;
}
.constructify_fn_searchpagelist_item{
width: 100%;
float: left;
clear: both;
padding: 30px;
margin-bottom: 20px;
background-color: #e9eff4;
border: 1px solid #e5e5e5;
box-sizing: border-box;
border-radius: 5px;
}
.constructify_fn_searchpagelist_item.fn_has_post_thumb .fn_thumb_results{
display: block;
}
.constructify_fn_searchpagelist_item.fn_has_post_thumb .fn_results{
display: none;
}
.constructify_fn_searchpagelist_item .fn_thumb_results{
width: 100%;
float: left;
clear: both;
display: none;
padding-left: 170px;
min-height: 170px;
position: relative;
padding-top: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.constructify_fn_searchpagelist_item .fn_thumb_results .img_holder{
position: absolute;
left: 0px;
top: 0px;
width: 140px;
height: 140px;
overflow: hidden;
border-radius: 100%;
}
.constructify_fn_searchpagelist_item .fn_thumb_results .title_img{
width: 100%;
float: left;
clear: both;
box-sizing: border-box;
}
.constructify_fn_searchpagelist_item .fn_thumb_results .content_holder{
width: 100%;
float: left;
clear: both;
}
.constructify_fn_searchpagelist_item .fn_results{
width: 100%;
float: left;
clear: both;
}
.constructify_fn_searchpagelist article{
width: 100%;
float: left;
clear: both;
}
.constructify_fn_searchpagelist_item h1{
font-size: 24px;
line-height: 1.2;
letter-spacing: 0px;
margin-bottom: 10px;
}
.constructify_fn_searchpagelist_item h1 a{
text-decoration: none;
}
.constructify_fn_searchpagelist_item .sub{
display: block;
line-height: 1.7;
color: #777;
font-size: 15px;
margin-bottom: 40px;
}
.constructify_fn_searchpagelist_item p{
line-height: 1.7;
letter-spacing: 0px;
color: #777;
margin-bottom: 40px;
}
.constructify_fn_searchpagelist_item a.read_more{
display: inline-block;
text-decoration: none;
line-height: 1;
letter-spacing: .5px;
text-transform: uppercase;
font-size: 14px;
font-weight: 600;
color: #ff8f03;
transition: all .5s ease;
}
.constructify_fn_searchpage_nothing{
max-width: 650px;
}
.constructify_fn_searchpage_nothing > div{
width: 100%;
float: left;
position: relative;
background-color: #e9eff4;
border: 1px solid #e5e5e5;
text-align: left;
padding: 100px 50px 70px 50px;
margin-top: 55px;
margin-bottom: 100px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.constructify_fn_searchpage_nothing p{
line-height: 1.7;
color: #777;
letter-spacing: 0px;
margin-bottom: 20px;
font-weight: 400;
}
.constructify_fn_searchpage_nothing > div:after{
content: '';
width: 110px;
height: 110px;
display: inline-block;
line-height: 110px;
font-size: 60px;
top: -55px;
left: 50px;
color: #333;
position: absolute;
background-color: #e9eff4;
border: 1px solid #e5e5e5;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.constructify_fn_searchpage_nothing > div:before{
width: 40px;
height: 40px;
content: '';
left: 85px;
top: -22px;
position: absolute;
z-index: 22;
background-image: url(//www.coget-srl.it/wp-content/themes/constructify/framework/img/home.png);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.constructify_fn_searchpage_nothing a.gotohome{
display: inline-block;
text-decoration: none;
line-height: 1;
letter-spacing: .5px;
position: relative;
text-transform: uppercase;
font-size: 14px;
font-weight: 600;
}
.constructify_fn_searchpage_nothing a.for_icon{
position: absolute;
width: 110px;
height: 110px;
display: inline-block;
line-height: 110px;
font-size: 60px;
top: -55px;
left: 50px;
z-index: 55;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.constructify_fn_searchpage_nothing .search2{
width: 100%;
float: left;
clear: both;
position: relative;
}
.constructify_fn_searchpage_nothing .search2 input[type=text]{
height: 40px;
padding: 0px 40px 0px 10px !important;
border: 1px solid #e5e5e5;
background-color: #f5f5f5;
width: 240px;
position: relative;
}
.constructify_fn_searchpage_nothing .search2 input.fs{
height: 40px;
padding: 0px !important;
color: #fff;
width: 40px;
background-color: transparent !important;
text-transform: uppercase;
margin-bottom: 0px !important;
position: absolute;
left: 200px;
top: 0px;
z-index: 5;
cursor: pointer;
}
.constructify_fn_searchpage_nothing .search2 img,
.constructify_fn_searchpage_nothing .search2 svg{
width: 20px;
height: 20px;
position: absolute;
top: 10px;
left: 10px;
}
.constructify_fn_searchpage_nothing .search2 a.fn_search{
color: #666;
width: 40px;
height: 40px;
position: absolute;
z-index: 1;
left: 200px;
top: 0px;
}  .constructify_fn_error_page{
width: 100%;
float: left;
clear: both;
}
.constructify_fn_error_page{
padding: 150px 0px;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.constructify_fn_error_page .error_wrap{
width: 100%;
max-width: 550px;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.constructify_fn_error_page .error_box{
width: 100%;
float: left;
clear: both;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.constructify_fn_error_page .search_holder div{
width: 50%;
float: left;
}
.constructify_fn_error_page .search_holder div:first-child{
padding-right: 20px;
}
.constructify_fn_error_page .search_holder input{
width: 100%;
min-width: 100%;
height: 44px;
text-align: center;
}
.constructify_fn_error_page .search_holder input[type=text]{
background-color: #f9f9f9;
}
.constructify_fn_error_page .error_box h1{
font-size: 80px;
letter-spacing: 2px;
line-height: 1;
margin-bottom: 2px;
color: #ff8f03;
font-weight: 500;
}
.constructify_fn_error_page .error_box h3{
margin: 0px;
padding: 0px;
font-size: 36px;
letter-spacing: 0px;
font-weight: 500;
line-height: 1;
margin-bottom: 37px;
}
.constructify_fn_error_page .error_box p{
margin-bottom: 44px;
color: #777;
}  .constructify_fn_pagelinks{
width: 100%;
float: left;
clear: both;
margin: 20px 0px;
}
.constructify_fn_pagelinks:after{
clear: both;
display: table;
content: '';
}
.constructify_fn_pagelinks span.title{
float: left;
line-height: 44px;
display: block;
margin-bottom: 3px;
margin-right: 10px;
color: #777;
}
.constructify_fn_pagelinks a,
.constructify_fn_pagelinks span.number{
display: block;
width: 44px;
height: 44px;
line-height: 44px;
text-align: center;
border-radius: 2px;
font-weight: 600;
font-size: 14px;
float: left;
color: #fff;
margin-right: 3px;
margin-bottom: 3px;
transition: all .5s ease;
background-color: #ff8f03;
}
.constructify_fn_pagelinks span.number:hover{
background-color: #ff8f03;
color: #fff;
}
.constructify_fn_pagelinks a{
text-decoration: none;
}
.constructify_fn_pagelinks a span.number{
color: #777;
background-color: #ddd;
}  .constructify_fn_footer{
width: 100%;
float: left;
clear: both;
position: relative;
overflow: hidden;
}
.constructify_fn_footer .footer_bottom:after{
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
background-color: #0d0e13;
}
.constructify_fn_footer .footer_bottom:before{
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.constructify_fn_footer .top_footer:after{
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
background-color: #0d0e13;
}
.constructify_fn_footer .top_footer:before{
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.constructify_fn_footer .subscribe_f,
.constructify_fn_footer .footer_copyright,
.constructify_fn_footer .bottom_widget{
position: relative;
z-index: 2;
}
.constructify_fn_footer .footer_bottom{
width: 100%;
float: left;
clear: both;
position: relative;
padding: 61px 0px 63px 0px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.constructify_fn_footer .bottom_widget{
width: 100%;
float: left;
clear: both;
}
.constructify_fn_footer .bottom_widget .widget_nav_menu ul{
margin-left: -30px;
}
.constructify_fn_footer .bottom_widget .widget_nav_menu ul li{
width: auto;
float: left;
padding-left: 30px;
padding-right: 0px;
}
.constructify_fn_footer .bottom_widget .widget_nav_menu ul li a{
font-size: 16px;
text-transform: uppercase;
}
.constructify_fn_footer .footer_copyright{
width: 100%;
float: left;
clear: both;
}
.constructify_fn_footer .footer_copyright p{
margin: 0px;
padding: 0px;
color: #999;
}
.constructify_fn_footer .footer_copyright a{
color: #999;
text-decoration: none;
font-weight: 600;
border-bottom: 1px dotted transparent;
}
.constructify_fn_footer .footer_copyright a:hover{
border-bottom-color: #777;
}
.constructify_fn_footer .footer_widget{
width: 100%;
float: left;
clear: both;
position: relative;
z-index: 2;
padding: 83px 0px 49px 0px;
box-sizing: border-box;
}
.constructify_fn_footer .footer_widget .inner{
width: 100%;
float: left;
clear: both;
position: relative;
}
.constructify_fn_footer ul.widget_area{
list-style-type: none;
margin: 0px;
margin-left: -80px;
}
.constructify_fn_footer ul.widget_area > li{
width: 33.3333%;
float: left;
padding-left: 80px;
margin-bottom: 40px;
box-sizing: border-box;
}
.constructify_fn_footer .footer_widget .inner:after{
position: absolute;
content: '';
height: 6px;
background-color: rgba(255,255,255,.05);
top: 100%;
margin-top: 43px;
right: 100%;
left: -3000px;
}
.constructify_fn_footer .footer_widget .inner:before{
position: absolute;
content: '';
height: 6px;
background-color: rgba(255,255,255,.05);
top: 100%;
margin-top: 43px;
left: 0px;
right: 66.66666%;
margin-right: 6px;
}
.constructify_fn_footer ul.widget_area:after{
content: '';
position: absolute;
right: 66.6666%;
top: 100%;
margin-top: 43px;
border-top: 6px solid transparent;
border-left: 6px solid rgba(255,255,255,.05);
} .constructify_fn_footer .widget_tag_cloud .tagcloud a{color: #14141c;}
.constructify_fn_footer table,
.constructify_fn_footer table td,
.constructify_fn_footer table th,
.constructify_fn_footer table tr{border-color: #444}
.constructify_fn_footer .widget_block li,
.constructify_fn_footer table th,
.constructify_fn_footer .widget_businesshours p,
.constructify_fn_footer .widget_block a,
.constructify_fn_footer .widget_nav_menu ul li a,
.constructify_fn_footer .textwidget p{
color: #ccc;
font-weight: 300;
}
.constructify_fn_footer .widget_businesshours .fn_days .day{
color: #ccc;
}
.constructify_fn_footer .widget_businesshours .fn_days li{
border-bottom-color: rgba(204,204,204,0.15);
}
.constructify_fn_footer .widget_block a:hover,
.constructify_fn_footer .wid-title span,
.constructify_fn_footer .widget_nav_menu ul li a:hover{
color: #eee;
}
.constructify_fn_footer .widget_businesshours .fn_days li:last-child{
border-bottom-color: transparent;
}
.constructify_fn_wrapper_all[data-footer-widget="disable"] .constructify_fn_footer .footer_widget{
display: none;
}
.constructify_fn_wrapper_all[data-footer-copyright="disable"] .constructify_fn_footer .footer_copyright{
display: none;
}
.constructify_fn_wrapper_all[data-footer-copyright="disable"][data-footer-widget="disable"] .constructify_fn_footer{
display: none;
} .constructify_fn_footer .widget_oih_opt_in_widget div{
background-color: transparent !important;
}
.constructify_fn_footer .widget_oih_opt_in_widget .oih-loading-spinner > div{
background-color: #fff !important;
}
.constructify_fn_footer .opt-in-hound-opt-in-content-wrapper,
.constructify_fn_footer .opt-in-hound-opt-in-form-wrapper,
.constructify_fn_footer .opt-in-hound-opt-in-success-message-wrapper{
padding: 0px;
}
.constructify_fn_footer .opt-in-hound-opt-in-wrapper.opt-in-hound-narrow .opt-in-hound-opt-in-form-input,
.constructify_fn_footer .opt-in-hound-opt-in-wrapper.opt-in-hound-opt-in-form-position-right .opt-in-hound-opt-in-form-input,
.constructify_fn_footer .opt-in-hound-opt-in-wrapper.opt-in-hound-opt-in-form-fields-orientation-stacked .opt-in-hound-opt-in-form-input{
margin-bottom: 0px;
}
.constructify_fn_footer .opt-in-hound-opt-in-promo{
display: none !important;
}
.constructify_fn_footer .opt-in-hound-opt-in-form{
display: flex !important;
flex-direction: row !important;
}
.constructify_fn_footer .opt-in-hound-opt-in-wrapper .opt-in-hound-opt-in-form .opt-in-hound-opt-in-form-input{padding-right: 0px;}
.constructify_fn_footer .opt-in-hound-opt-in-wrapper .opt-in-hound-opt-in-form .opt-in-hound-opt-in-form-button{
flex: 0 150px;
}
.constructify_fn_footer .opt-in-hound-opt-in-wrapper .opt-in-hound-opt-in-content-wrapper h1,
.constructify_fn_footer .opt-in-hound-opt-in-wrapper .opt-in-hound-opt-in-content-wrapper h2,
.constructify_fn_footer .opt-in-hound-opt-in-wrapper .opt-in-hound-opt-in-content-wrapper h3,
.constructify_fn_footer .opt-in-hound-opt-in-wrapper .opt-in-hound-opt-in-content-wrapper h4,
.constructify_fn_footer .opt-in-hound-opt-in-wrapper .opt-in-hound-opt-in-content-wrapper h5,
.constructify_fn_footer .opt-in-hound-opt-in-wrapper .opt-in-hound-opt-in-content-wrapper h6,
.constructify_fn_footer .opt-in-hound-opt-in-wrapper .opt-in-hound-opt-in-content-wrapper p,
.constructify_fn_footer .opt-in-hound-opt-in-wrapper .opt-in-hound-opt-in-success-message-wrapper h1,
.constructify_fn_footer .opt-in-hound-opt-in-wrapper .opt-in-hound-opt-in-success-message-wrapper h2,
.constructify_fn_footer .opt-in-hound-opt-in-wrapper .opt-in-hound-opt-in-success-message-wrapper h3,
.constructify_fn_footer .opt-in-hound-opt-in-wrapper .opt-in-hound-opt-in-success-message-wrapper p{
font-size: 18px;
font-weight: 500;
letter-spacing: 0px;
margin: 0px;
color: #fff;
text-align: right !important;
}
.constructify_fn_footer .opt-in-hound-opt-in-wrapper .opt-in-hound-opt-in-form-errors{
text-align: right !important;
}
.constructify_fn_footer .widget_oih_opt_in_widget input[type=email]::-webkit-input-placeholder{
color: #ccc !important;
}
.constructify_fn_footer .widget_oih_opt_in_widget input[type=email]::-moz-placeholder{
color: #ccc !important;
}
.constructify_fn_footer .widget_oih_opt_in_widget input[type=email]:-ms-input-placeholder{
color: #ccc !important;
}
.constructify_fn_footer .widget_oih_opt_in_widget input[type=email]:-moz-placeholder{
color: #ccc !important;
}
.constructify_fn_footer .widget_oih_opt_in_widget input[type=email]{
height: 44px !important;
background-color: rgba(245,245,245,0.05) !important;
border: 1px solid rgba(229,229,229,.2) !important;
border-right-width: 0px !important;
border-radius: 0px !important;
padding: 0px 20px !important;
color: #ccc !important;
}
.constructify_fn_footer .widget_oih_opt_in_widget button{
height: 44px !important;
background-color: #ff8f03 !important;
border-radius: 0px !important;
padding: 0px 25px !important;
font-size: 14px !important;
text-transform: uppercase !important;
font-weight: 500 !important;
color: #14141c !important;
border-top-right-radius: 3px !important;
border-bottom-right-radius: 3px !important;
letter-spacing: 0.5px;
}
.constructify_fn_footer .top_footer{
width: 100%;
float: left;
clear: both;
position: relative;
}
.constructify_fn_footer .subscribe_f{
width: 100%;
float: left;
clear: both;
position: relative;
padding: 40px 0px;
}
.constructify_fn_footer .subscribe_f:after{
bottom: 0px;
left: 0px;
right: 0px;
height: 1px;
background-color: rgba(255,255,255,.1);
position: absolute;
content: '';
}
.constructify_fn_footer .subscribe_in{
width: 100%;
float: left;
clear: both;
display: flex;
flex-direction: row;
align-items: center;
}
.constructify_fn_footer .subscribe_in .s_left{
padding-right: 50px;
position: relative;
display: flex;
flex-direction: row;
align-items: center;
}
.constructify_fn_footer .subscribe_in .s_left img,
.constructify_fn_footer .subscribe_in .s_left svg{
width: 50px;
height: 50px;
min-width: 50px;
margin-right: 20px;
fill: currentcolor;
color: #ff8f03;
}
.constructify_fn_footer .subscribe_in .s_left p{
margin: 0px;
padding: 0px;
color: #ccc;
font-size: 16px;
font-weight: 300;
}
.constructify_fn_footer .subscribe_in > div{
width: 50%;
box-sizing: border-box;
}  a.constructify_fn_totop{
position: fixed;
bottom: 0px;
left: 436px;
width: 51px;
height: 51px;
z-index: 999999;
overflow: hidden;
display: block;
text-align: center;
cursor: pointer;
opacity: 0;
visibility: hidden;
transition: all .5s ease;
}
a.constructify_fn_totop .top{
display: block;
width: 29px;
height: 29px;
background-color: #ff8f03;
position: absolute;
left: 11px;
top: 0px;
border-radius: 2px;
}
a.constructify_fn_totop .top:after{
content: '';
width: 0px;
position: absolute;
display: block;
border: 5px solid transparent;
border-bottom-color: #1b1b1b;
left: 10px;
bottom: 12px;
}
a.constructify_fn_totop .text{
position: absolute;
left: 0px;
right: 0px;
top: 35px;
text-transform: uppercase;
font-size: 10px;
line-height: 1;
color: #999;
letter-spacing: 0px;
font-weight: 700;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
transition: all .3s ease;
}
a.constructify_fn_totop.opened{
opacity: 1;
visibility: visible;
bottom: 27px;
}
a.constructify_fn_totop:hover .text{
color: #ccc;
}  ul.constructify_fn_portfolio_list{
margin: 0px;
list-style-type: none;
margin-left: -50px;
}
ul.constructify_fn_portfolio_list li{
width: 50%;
margin: 0px;
padding: 0px;
float: left;
padding-left: 50px;
margin-bottom: 50px;
box-sizing: border-box;
}
ul.constructify_fn_portfolio_list .item{
width: 100%;
float: left;
clear: both;
position: relative;
padding-bottom: 10px;
box-sizing: border-box;
}
ul.constructify_fn_portfolio_list .item.no_img{
padding-right: 0px;
}
ul.constructify_fn_portfolio_list .item:after{
left: 30px;
right: 30px;
height: 10px;
bottom: 0px;
background-color: #ff8f03;
content: '';
position: absolute;
z-index: -1;
}
ul.constructify_fn_portfolio_list .img_holder{
width: 100%;
float: left;
clear: both;
position: relative;
z-index: 1;
}
ul.constructify_fn_portfolio_list .img_holder a{
z-index: 10;
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background-color: rgba(0,0,0,0.2);
transition: all .3s ease;
}
ul.constructify_fn_portfolio_list .img_holder a:after{
content: '';
background-color: #ff8f03;
left: 59px;
top: 40px;
width: 2px;
height: 0px;
position: absolute;
z-index: 22;
transition: all .3s ease;
}
ul.constructify_fn_portfolio_list .img_holder a:before{
content: '';
background-color: #ff8f03;
left: 50px;
top: 49px;
width: 0px;
height: 2px;
position: absolute;
z-index: 22;
transition: all .3s ease;
transition-delay: .3s;
}
ul.constructify_fn_portfolio_list img{
position: relative;
z-index: -5;
opacity: 0;
min-width: 100%;
min-height: 270px;
}
ul.constructify_fn_portfolio_list .img_abs{
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
z-index: 5;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
ul.constructify_fn_portfolio_list .title_holder{
width: 100%;
float: left;
clear: both;
position: absolute;
z-index: 10;
left: 0px;
bottom: 10px;
padding: 34px 50px 36px 50px;
box-sizing: border-box;
}
ul.constructify_fn_portfolio_list .title_holder h3{
margin: 0px;
padding: 0px;
font-size: 20px;
letter-spacing: 0px;
font-weight: 300;
margin-bottom: 10px;
}
ul.constructify_fn_portfolio_list .title_holder h3 a{
color: #eee;
}
ul.constructify_fn_portfolio_list .title_holder h3 a:hover{
color: #fff;
}
ul.constructify_fn_portfolio_list .title_holder p{
margin: 0px;
padding: 0px;
line-height: 1;
}
ul.constructify_fn_portfolio_list .title_holder p a{
position: relative;
display: inline-block;
text-transform: uppercase;
color: #fff;
font-weight: 600;
letter-spacing: 0px;
font-size: 14px;
line-height: 18px;
padding-right: 25px;
}
ul.constructify_fn_portfolio_list .title_holder a.hover_link{
opacity: 0;
visibility: hidden;
display: block;
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
z-index: 33;
}
ul.constructify_fn_portfolio_list .title_holder svg,
ul.constructify_fn_portfolio_list .title_holder img{
width: 15px;
height: 15px;
position: absolute;
right: 0px;
top: 50%;
margin-top: -7px;
}
ul.constructify_fn_portfolio_list .item:hover .img_holder a{
background-color: rgba(15,15,22,.9);
}
ul.constructify_fn_portfolio_list .item:hover .img_holder a:after{
height: 20px;
}
ul.constructify_fn_portfolio_list .item:hover .img_holder a:before{
width: 20px;
}
ul.constructify_fn_portfolio_list .item:hover .title_holder p a{
color: #ff8f03;
}
ul.constructify_fn_portfolio_list .item:hover .title_holder a.hover_link{
opacity: 1;
visibility: visible;
}  .constructify_fn_portfolio_category_filter{
width: auto;
float: left;
clear: both;
margin-bottom: 40px;
position: relative;
z-index: 25;
height: 50px;
}
.constructify_fn_portfolio_category_filter:after{
clear: both;
display: table;
content: '';
}
.constructify_fn_portfolio_category_filter > a{
display: inline-block;
text-decoration: none;
color: #14141c;
text-transform: uppercase;
font-size: 16px;
font-weight: 500;
height: 50px;
line-height: 50px;
padding: 0px 90px 0px 30px;
position: relative;
min-width: 160px;
overflow: hidden;
letter-spacing: .5px;
background-color: #ff8f03;
}
.constructify_fn_portfolio_category_filter > a:after{
content: '';
position: absolute;
width: 100px;
height: 50px;
transform: skewX(-25deg);
background-color: #fff;
top: 0px;
left: 100%;
margin-left: -50px;
z-index: 5;
opacity: .15;
}
.constructify_fn_portfolio_category_filter > a:before{
width: 0px;
height: 0px;
content: '';
position: absolute;
border: 5px solid transparent;
border-top-color: #14141c;
right: 20px;
top: 22px;
z-index: 10;
}
.constructify_fn_portfolio_category_filter ul{
list-style-type: none;
margin: 0px;
position: absolute;
padding: 20px 30px;
width: 100%;
background-color: #0f111f;
box-sizing: border-box;
top: 100%;
left: 0px;
opacity: 0;
visibility: hidden;
transition: all .5s ease;
}
.constructify_fn_portfolio_category_filter ul:after{
top: 0px;
left: 0px;
right: 0px;
height: 1px;
background-color: rgba(255,255,255,0.3);
content: '';
position: absolute;
}
.constructify_fn_portfolio_category_filter ul.opened{
opacity: 1;
visibility: visible;
}
.constructify_fn_portfolio_category_filter li{
margin: 0px;
}
.constructify_fn_portfolio_category_filter ul a{
display: block;
text-decoration: none;
letter-spacing: .5px;
color: #fff;
position: relative;
font-size: 14px;
line-height: 35px;
text-transform: capitalize;
font-weight: 500;
}
.constructify_fn_portfolio_category_filter ul:hover a:hover{
opacity: 1;
}
.constructify_fn_portfolio_category_filter ul a.active{
opacity: 1 !important;
font-size: 16px;
}
.constructify_fn_portfolio_category_filter ul:hover a{
opacity: 0.5;
}
.constructify_fn_portfolio_category_filter span.spinner{
height:20px;
width:20px; 
position:absolute;
left: 100%;
margin-left: 20px;
top: 12px;
border:3px solid rgba(0,0,0,0.2);
border-top:3px solid rgba(0,0,0,0.9);
opacity:0;
z-index:50;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
-webkit-animation:spinner .6s infinite linear;
-moz-animation:spinner .6s infinite linear;
-o-animation:spinner .6s infinite linear;
animation:spinner .6s infinite linear
}
@-webkit-keyframes spinner{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}
@-moz-keyframes spinner{from{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(359deg)}}
@-o-keyframes spinner{from{-o-transform:rotate(0deg)}to{-o-transform:rotate(359deg)}}
@keyframes spinner{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}
.constructify_fn_portfolio_category_filter span.spinner.active{
opacity: 1;
}
.constructify_fn_portfolio_page .portfolio_list_in{
width: 100%;
float: left;
clear: both;
opacity: 1;
}
.constructify_fn_portfolio_page .portfolio_list_in.active{opacity: .7;}  .constructify_fn_ajax_pagination{
width: 100%;
float: left;
clear: both;
margin: 0px 0px 0px 0px;
}
ul.ajax_pagination{
margin: 0px;
list-style-type: none;
margin-left: -10px;
}
ul.ajax_pagination li{
float: left;
margin-left: 10px;
}
ul.ajax_pagination a{
display: block;
text-decoration: none;
width: auto;
height: 40px;
padding: 0px 20px;
color: #fff;
line-height: 40px;
cursor: pointer;
position: relative;
text-transform: uppercase;
font-size: 12px;
transition: all .3s ease;
font-weight: 600;
background-color: #ff8f03;
border-radius: 2px;
}
ul.ajax_pagination a.prev{
padding-left: 35px;
}
ul.ajax_pagination a.inactive.prev:after{
border-right-color: #777;
}
ul.ajax_pagination a.prev:after{
width: 0px;
height: 0px;
content: '';
position: absolute;
border: 5px solid transparent;
border-right-color: #fff;
top: 15px;
left: 15px;
transition: all .3s ease;
}
ul.ajax_pagination a.next{
padding-right: 35px;
}
ul.ajax_pagination a.inactive.next:after{
border-left-color: #777;
}
ul.ajax_pagination a.next:after{
width: 0px;
height: 0px;
content: '';
position: absolute;
border: 5px solid transparent;
border-left-color: #fff;
top: 15px;
right: 15px;
transition: all .3s ease;
}
ul.ajax_pagination a.inactive{
color: #777;
background-color: #ddd;
cursor: default;
}  .constructify_fn_portfolio_details{
width: 100%;
float: left;
clear: both;
top: 50px;
bottom: 50px;
}
.constructify_fn_portfolio_details .share_box{
width: 100%;
float: left;
clear: both;
padding-bottom: 33px;
background-color: #e9eff4;
}
.constructify_fn_share_icons{
width: 100%;
float: left;
clear: both;
padding: 5px 70px 5px 40px;
position: relative;
z-index: 2;
box-sizing: border-box;
overflow: hidden;
}
.constructify_fn_share_icons:after{
left: 0px;
top: 0px;
right: 80px;
bottom: 0px;
background-color: #e2e8ec;
position: absolute;
content: '';
z-index: 1;
}
.constructify_fn_share_icons:before{
width: 100px;
height: 100%;
top: 0px;
right: 52px;
background-color: #e2e8ec;
position: absolute;
transform: skewX(-30deg);
content: '';
z-index: 1;
}
.constructify_fn_share_icons label{
letter-spacing: 0px;
line-height: 40px;
color: #14141c;
margin-right: 5px;
display: inline-block;
font-weight: 600;
position: relative;
z-index: 2;
}
.constructify_fn_share_icons ul{
display: initial;
margin: 0px 0px 0px -5px;
list-style-type: none;
z-index: 2;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.constructify_fn_share_icons ul li{
margin: 0px;
display: inline-block;
margin-left: 5px;
text-align: center;
}
.constructify_fn_share_icons ul li a{
display: block;
text-decoration: none;
font-size: 15px;
letter-spacing: 0px;
color: #14141c;
line-height: 1;
width: 20px;
height: 40px;
font-weight: 600;
padding: 13px 0px 12px 0px;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.constructify_fn_share_icons ul li a:hover{
color: #ff8f03;
}
.constructify_fn_share_icons ul li a i{
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.constructify_fn_portfolio_details .title_holder{
width: 100%;
float: left;
clear: both;
padding: 0px 40px;
background-color: #e9eff4;
box-sizing: border-box;
}
.constructify_fn_portfolio_details .title_holder h3{
margin: 0px;
padding: 0px;
font-size: 24px;
letter-spacing: 0px;
line-height: 1.3;
color: #14141c;
font-weight: 400;
margin-bottom: 29px;
}
.constructify_fn_portfolio_details .info_list{
width: 100%;
float: left;
clear: both;
padding: 0px 40px;
background-color: #e9eff4;
box-sizing: border-box;
}
.constructify_fn_portfolio_details .info_list ul{
list-style-type: none;
margin: 0px;
margin-bottom: 7px;
}
.constructify_fn_portfolio_details .info_list li{
margin-bottom: 21px;
}
.constructify_fn_portfolio_details .info_list p{
margin: 0px;
padding: 0px;
line-height: 1.4;
margin-bottom: 1px;
color: #ff8f03;
}
.constructify_fn_portfolio_details .info_list span{
font-size: 14px;
display: block;
color: #777;
line-height: 1.4;
}
.constructify_fn_portfolio_details .info_list span a{
text-decoration: none;
color: #777;
}
.constructify_fn_portfolio_details .info_list span a:hover{
color: #ff8f03;
}
.constructify_fn_portfolio_details .content_holder{
width: 100%;
float: left;
clear: both;
padding: 0px 40px;
background-color: #e9eff4;
box-sizing: border-box;
}
.constructify_fn_portfolio_details .content_holder p{
margin: 0px;
padding: 0px;
color: #777;
margin-bottom: 20px;
}
.constructify_fn_portfolio_details .content_holder p:last-child{
margin-bottom: 40px;
}
.constructify_fn_portfolio_details .video_holder{
width: 100%;
float: left;
clear: both;
padding: 30px 40px 0px 40px;
background-color: transparent;
box-sizing: border-box;
}
.constructify_fn_portfolio_details .video_holder .lightbox{
width: auto;
float: left;
clear: both;
position: relative;
cursor: pointer;
}
.constructify_fn_portfolio_details .video_holder .play_icon{
width: 30px;
height: 30px;
display: block;
position: absolute;
left: 0px;
top: 0px;
color: #777;
border: 2px solid #777;
border-radius: 100%;
box-sizing: border-box;
}
.constructify_fn_portfolio_details .video_holder svg,
.constructify_fn_portfolio_details .video_holder img{
width: 8px;
height: 8px;
position: absolute;
left: 50%;
top: 50%;
margin: -4px 0px 0px -3px;
}
.constructify_fn_portfolio_details .video_holder .play_text{
position: relative;
width: 100%;
float: left;
padding-left: 40px;
line-height: 30px;
font-weight: 500;
color: #ff8f03;
font-size: 18px;
font-family: 'Quicksand';
box-sizing: border-box;
}
.constructify_fn_portfolio_details .video_holder .play_text span{
position: relative;
display: block;
}
.constructify_fn_portfolio_details .video_holder .play_icon:before{
content: '';
display: block;
position: absolute;
top: -2px;
left: -2px;
width: 30px;
height: 30px;
background-color: inherit;
opacity: 0;
z-index: -1;
pointer-events: none;
border: 3px solid #777;
border-radius: 100%;
box-sizing: border-box;
}
.constructify_fn_portfolio_details .video_holder .lightbox:hover  .play_icon:before{
opacity: 1;
-webkit-animation: cs_fn_pulse 2s cubic-bezier(0.3,1,0.3,1) infinite;
animation: cs_fn_pulse 2s cubic-bezier(0.3,1,0.3,1) infinite;
}
.constructify_fn_portfolio_details .video_holder .play_text span:after{
content: '';
position: absolute;
bottom: 4px;
background-color: #ccc;
left: 0px;
right: 0px;
height: 1px;
transition: all .2s ease;
}
.constructify_fn_portfolio_details .video_holder .play_text:hover span:after{
height: 2px;
bottom: 0px;
}
.constructify_fn_portfolio_single_list{
width: 100%;
float: left;
clear: both;
top: 50px;
bottom: 50px;
}
.constructify_fn_portfolio_single_list .plus{
opacity: 0;
visibility: hidden;
background-color: rgba(17,20,34,.9);
z-index: 3;
content: '';
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
transition: all .5s ease;
}
.constructify_fn_portfolio_single_list .plus:after{
width: 20px;
height: 2px;
content: '';
position: absolute;
top: 50%;
left: 50%;
margin: -1px 0px 0px -10px;
background-color: #ff8f03;
z-index: 5;
}
.constructify_fn_portfolio_single_list .plus:before{
width: 2px;
height: 20px;
content: '';
position: absolute;
top: 50%;
left: 50%;
margin: -10px 0px 0px -1px;
background-color: #ff8f03;
z-index: 5;
}
.constructify_fn_portfolio_single_list .item:hover .plus{
opacity: 1;
visibility: visible;
}
.constructify_fn_portfolio_single_list .item{
width: 100%;
float: left;
clear: both;
margin-bottom: 30px;
cursor: pointer;
position: relative;
overflow: hidden;
}
.constructify_fn_portfolio_single_list .item:last-child{margin: 0px;}
span.constructify_fn_videoitem{
width: 100px;
height: 100px;
display: block;
position: absolute;
top: 50%;
left: 50%;
margin: -50px 0px 0px -50px;
z-index: 5;
color: #ccc;
transition: all .3s ease;
}
span.constructify_fn_videoitem svg,
span.constructify_fn_videoitem img {
position: absolute;
left: 43px;
top: 40px;
width: 20px;
height: 20px;
}
span.constructify_fn_videoitem:after {
content: '';
display: block;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
position: absolute;
border: 5px solid #ccc;
border-radius: 100%;
box-sizing: border-box;
transition: all .3s ease;
}
.constructify_fn_portfolio_single_list .item:hover span.constructify_fn_videoitem:after{
opacity: .5;
border-width: 3px;
}
.constructify_fn_portfolio_single_list .item:hover span.constructify_fn_videoitem{
transform: scale(1.2);
}
.constructify_fn_portfolio_single_list .item img{
min-width: 100%;
}
.constructify_fn_hovercaption{
position: absolute;
z-index: 50;
bottom: 0px;
left: 0px;
right: 0px;
text-align: center;
padding: 20px;
background: rgba(0,0,0,0.2); background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6)); background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6)); background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6)); background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6)); opacity: 0;
visibility: hidden;
transform: translateY(20px);
transition: all .5s ease;
box-sizing: border-box;
}
.constructify_fn_hovercaption h3{
margin: 0px;
padding: 0px;
font-size: 24px;
color: #fff;
letter-spacing: 0px;
line-height: 1.1;
font-weight: 300;
margin-bottom: 10px;
}
.constructify_fn_hovercaption h5{
margin: 0px;
padding: 0px;
font-size: 16px;
color: #fff;
text-transform: uppercase;
}
.constructify_fn_portfolio_single_list .item:hover .constructify_fn_hovercaption{
opacity: 1;
visibility: visible;
transform: translateY(0px);
}  .constructify_fn_portfolio_justified{
width: 100%;
float: left;
clear: both;
margin-top: 10px;
}
.constructify_fn_portfolio_justified .j_list{
width: 100%;
float: left;
clear: both;
padding: 0px 10px;
box-sizing: border-box;
}
.constructify_fn_portfolio_justified .j_list_in{
width: 100%;
float: left;
clear: both;
}
.constructify_fn_portfolio_justified .j_list .plus{
opacity: 0;
visibility: hidden;
background-color: rgba(17,20,34,.9);
z-index: 3;
content: '';
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
transition: all .5s ease;
}
.constructify_fn_portfolio_justified .j_list .plus:after{
width: 20px;
height: 2px;
content: '';
position: absolute;
top: 50%;
left: 50%;
margin: -1px 0px 0px -10px;
background-color: #ff8f03;
z-index: 5;
}
.constructify_fn_portfolio_justified .j_list .plus:before{
width: 2px;
height: 20px;
content: '';
position: absolute;
top: 50%;
left: 50%;
margin: -10px 0px 0px -1px;
background-color: #ff8f03;
z-index: 5;
}
.constructify_fn_portfolio_justified .j_list a:hover .plus{
opacity: 1;
visibility: visible;
}
.constructify_fn_portfolio_justified .j_list a:hover .constructify_fn_hovercaption{
opacity: 1;
visibility: visible;
transform: translateY(0px);
}
.constructify_fn_portfolio_justified .j_content{
width: 100%;
float: left;
clear: both;
}
.constructify_fn_portfolio_justified .j_content_in{
width: 100%;
float: left;
clear: both;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.constructify_fn_portfolio_justified .content_part:after,
.constructify_fn_portfolio_justified .helpful_part:after{
clear: both;
display: table;
content: '';
}
.constructify_fn_portfolio_justified .content_part{
width: 100%;
box-sizing: border-box;
}
.constructify_fn_portfolio_justified .helpful_part{
width: 370px;
min-width: 370px;
position: relative;
box-sizing: border-box;
margin-left: 70px;
}
.constructify_fn_portfolio_justified .hp_inner{
width: 100%;
float: left;
clear: both;
padding: 36px 40px 34px 40px;
background-color: #fff;
position: relative;
box-shadow: 0px 0px 40px rgba(0,0,0,0.05);
box-sizing: border-box;
}
.constructify_fn_portfolio_justified .hp_inner:after{
width: 100px;
height: 150px;
content: '';
position: absolute;
right: 0px;
bottom: 0px;
z-index: 1;
background-color: rgba(0,0,0,0.03);
}
.constructify_fn_portfolio_justified .hp_inner:before{
width: 50px;
height: 80px;
content: '';
position: absolute;
right: 0px;
bottom: 0px;
z-index: 2;
background-color: rgba(0,0,0,0.03);
}
.constructify_fn_portfolio_justified .content_part h3{
margin: 0px;
padding: 0px;
font-size: 30px;
font-weight: 400;
letter-spacing: 0px;
margin-bottom: 24px;
}
.constructify_fn_portfolio_justified .title_holder{
width: 100%;
float: left;
clear: both;
}
.constructify_fn_portfolio_justified .content_holder{
width: 100%;
float: left;
clear: both;
}
.constructify_fn_portfolio_justified .content_holder p{
margin: 0px;
padding: 0px;
margin-bottom: 23px;
color: #666;
}
.constructify_fn_portfolio_justified .constructify_fn_share_icons:after,
.constructify_fn_portfolio_justified .constructify_fn_share_icons:before{display: none;}
.constructify_fn_portfolio_justified .constructify_fn_share_icons ul li a{
color: #555;
font-size: 16px;
height: 30px;
padding: 8px 0px 7px 0px;
}
.constructify_fn_portfolio_justified .constructify_fn_share_icons ul li .constructify_fn_svg{
width: 16px;
height: 16px;
}
.constructify_fn_portfolio_justified .constructify_fn_share_icons ul li a:hover{
color: #ff8f03;
}
.constructify_fn_portfolio_justified .constructify_fn_share_icons label{
line-height: 30px;
}
.constructify_fn_portfolio_justified .share_box{
margin-bottom: 20px;
width: 100%;
float: left;
clear: both;
}
.constructify_fn_portfolio_justified .constructify_fn_share_icons{
padding: 0px;
}
.constructify_fn_portfolio_justified .video_holder{
width: 100%;
float: left;
clear: both;
position: relative;
margin-bottom: 20px;
}
.constructify_fn_portfolio_justified .video_holder .play_icon{
width: 30px;
height: 30px;
display: block;
position: absolute;
left: 0px;
top: 0px;
color: #777;
border: 2px solid #777;
border-radius: 100%;
box-sizing: border-box;
}
.constructify_fn_portfolio_justified .video_holder .play_icon:before{
content: '';
display: block;
position: absolute;
top: -2px;
left: -2px;
width: 30px;
height: 30px;
background-color: inherit;
opacity: 0;
z-index: -1;
pointer-events: none;
border: 3px solid #777;
border-radius: 100%;
box-sizing: border-box;
}
.constructify_fn_portfolio_justified .video_holder .lightbox:hover  .play_icon:before{
opacity: 1;
-webkit-animation: cs_fn_pulse 2s cubic-bezier(0.3,1,0.3,1) infinite;
animation: cs_fn_pulse 2s cubic-bezier(0.3,1,0.3,1) infinite;
}
@-webkit-keyframes cs_fn_pulse{ from{ opacity:1;  transform:scale(1,1)}
to{ opacity:0;  transform:scale(1.8,1.8)}
}
@keyframes cs_fn_pulse{ from{ opacity:1;  transform:scale(1,1)}
to{ opacity:0;  transform:scale(1.8,1.8)}
}
.constructify_fn_portfolio_justified .video_holder svg,
.constructify_fn_portfolio_justified .video_holder img{
width: 8px;
height: 8px;
position: absolute;
left: 50%;
top: 50%;
margin: -4px 0px 0px -3px;
}
.constructify_fn_portfolio_justified .video_holder .play_text{
position: relative;
width: 100%;
float: left;
padding-left: 40px;
line-height: 30px;
font-weight: 400;
color: #777;
box-sizing: border-box;
}
.constructify_fn_portfolio_justified .video_holder .play_text span{
position: relative;
display: block;
font-size: 18px;
color: #ff8f03;
}
.constructify_fn_portfolio_justified .video_holder .play_text span:after{
content: '';
position: absolute;
bottom: 4px;
background-color: #ccc;
left: 0px;
right: 0px;
height: 1px;
transition: all .2s ease;
}
.constructify_fn_portfolio_justified .video_holder .play_text:hover span:after{
height: 2px;
bottom: 0px;
}
.constructify_fn_portfolio_justified .video_holder .lightbox{
width: auto;
float: left;
clear: both;
position: relative;
cursor: pointer;
}
.constructify_fn_prevnext{
margin-top: 40px;
width: 100%;
float: left;
clear: both;
}
.constructify_fn_prevnext:after{
clear: both;
display: table;
content: '';
}
.constructify_fn_prevnext ul{
margin: 0px;
list-style-type: none;
margin-left: -10px;
}
.constructify_fn_prevnext li{
float: left;
margin-left: 10px;
}
.constructify_fn_prevnext .h_prev,
.constructify_fn_prevnext .h_next{
display: none;
}
.constructify_fn_prevnext span,
.constructify_fn_prevnext a{
display: block;
text-decoration: none;
width: auto;
height: 40px;
padding: 0px 20px;
color: #fff;
line-height: 40px;
cursor: pointer;
position: relative;
text-transform: uppercase;
font-size: 12px;
transition: all .3s ease;
font-weight: 600;
border-radius: 2px;
}
.constructify_fn_prevnext .h_prev span,
.constructify_fn_prevnext .prev a{
padding-left: 35px;
}
.constructify_fn_prevnext .h_prev span:after{
border-right-color: #777  !important;
}
.constructify_fn_prevnext .h_prev span:after,
.constructify_fn_prevnext .prev a:after{
width: 0px;
height: 0px;
content: '';
position: absolute;
border: 5px solid transparent;
border-right-color: #fff;
top: 15px;
left: 15px;
transition: all .3s ease;
}
.constructify_fn_prevnext .h_next span,
.constructify_fn_prevnext .next a{
padding-right: 35px;
}
.constructify_fn_prevnext .h_next span:after,
.constructify_fn_prevnext .next a.inactive:after{
border-left-color: #777 !important;
}
.constructify_fn_prevnext .h_next span:after,
.constructify_fn_prevnext .next a:after{
width: 0px;
height: 0px;
content: '';
position: absolute;
border: 5px solid transparent;
border-left-color: #fff;
top: 15px;
right: 15px;
transition: all .3s ease;
}
.constructify_fn_prevnext span{
color: #777;
background-color: #ddd;
cursor: default;
}
.constructify_fn_prevnext[data-switch="prev"] .prev a{
background-color: #ff8f03;
}
.constructify_fn_prevnext[data-switch="next"] .next a{
background-color: #ff8f03;
}
.constructify_fn_prevnext[data-switch="yes"] a{
background-color: #ff8f03;
}
.constructify_fn_prevnext[data-switch="next"] .h_prev{display: block;}
.constructify_fn_prevnext[data-switch="next"] .prev{display: none;}
.constructify_fn_prevnext[data-switch="prev"] .h_next{display: block;}
.constructify_fn_prevnext[data-switch="prev"] .next{display: none;}
.constructify_fn_portfolio_justified .helpful_part ul{
list-style-type: none;
margin: 0px;
position: relative;
z-index: 10;
}
.constructify_fn_portfolio_justified .helpful_part li{
margin-bottom: 21px;
}
.constructify_fn_portfolio_justified .helpful_part li:last-child{margin-bottom: 0px;}
.constructify_fn_portfolio_justified .helpful_part p{
margin: 0px;
padding: 0px;
line-height: 1.4;
margin-bottom: 1px;
color: #ff8f03;
}
.constructify_fn_portfolio_justified .helpful_part span{
display: block;
color: #777;
line-height: 1.4;
}
.constructify_fn_portfolio_justified .helpful_part span a{
text-decoration: none;
color: #777;
}  .constructify_fn_content > .constructify_fn_password_protected{
max-width: 1250px;
padding-left: 40px;
padding-right: 40px;
margin: 0px auto;
float: none;
}
.constructify_fn_content > .constructify_fn_password_protected:after{
clear: both;
display: table;
content: '';
}
@media(max-width: 1040px){
.constructify_fn_content .constructify_fn_password_protected{padding-left: 20px;padding-right: 20px;}
}
@media(max-width: 480px){
.constructify_fn_content .constructify_fn_password_protected{padding-left: 10px;padding-right: 10px;}
}
.constructify_fn_password_protected{
width: 100%;
float: left;
clear: both;
padding: 125px 0px 150px 0px;
box-sizing: border-box;
}
.constructify_fn_password_protected .in{
width: 100%;
max-width: 650px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.constructify_fn_password_protected .in p{
margin-bottom: 30px;
color: #777;
line-height: 1.7;
font-weight: 400;
}
.constructify_fn_password_protected .message_holder{
width: 100%;
padding: 100px 50px 70px 50px;
float: left;
clear: both;
position: relative;
text-align: left;
background-color: #e9eff4;
border: 1px solid #e5e5e5;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.constructify_fn_password_protected .post-password-form > div{
width: 50%;
float: left;
}
.constructify_fn_password_protected .post-password-form input{
width: 100%;
min-width: 100%;
height: 40px;
background-color: #ff8f03;
color: #14141c;
}
.constructify_fn_password_protected .post-password-form input[type=password]{
text-align: center;
border: 1px solid #e5e5e5;
background-color: #f9f9f9;
}
.constructify_fn_password_protected .icon_holder{
position: absolute;
top: 0px;
width: 100%;
left: 55px;
text-align: left;
height: 0px;
}
.constructify_fn_password_protected .icon_holder span{
width: 110px;
height: 110px;
display: flex;
align-items: center;
justify-content: center;
line-height: 110px;
font-size: 60px;
border-radius: 100%;
background-color: #e9eff4;
margin-top: -55px;
color: #777;
text-align: center;
}
.constructify_fn_password_protected .icon_holder .constructify_fn_svg{
width: 60px;
height: 60px;
}
.constructify_fn_password_protected .message_holder:hover .icon_holder span{
color: #222;
}
.constructify_fn_password_protected .icon_holder span:after {
content: '';
position: absolute;
width: 110px;
height: 110px;
background-color: transparent;
border-radius: 100%;
left: 0px;
z-index: 5;
border: 1px solid #e5e5e5;
top: -55px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}  .constructify_fn_pagination{
width: 100%;
float: left;
clear: both;
margin: 60px 0px;
}
.constructify_fn_pagination:after{
clear: both;
display: table;
content: '';
}
.constructify_fn_pagination ul{
margin: 0px;
list-style-type: none;
margin-left: -3px;
}
.constructify_fn_pagination ul:after{
clear: both;
display: table;
content: '';
}
.constructify_fn_pagination li{
float: left;
margin-left: 3px;
margin-bottom: 3px;
}
.constructify_fn_pagination li.view{
margin-left: 20px;
}
.constructify_fn_pagination li span,
.constructify_fn_pagination li a{
display: block;
width: 44px;
height: 44px;
line-height: 44px;
text-align: center;
border-radius: 2px;
font-weight: 700;
font-size: 14px;
}
.constructify_fn_pagination li a{
text-decoration: none;
transition: all .5s ease;
color: #777;
background-color: #e9eff4;
}
.constructify_fn_pagination li span,
.constructify_fn_pagination li a:hover{
color: #14141c;
background-color: #ff8f03;
}
.constructify_fn_pagination li p{
margin: 0px;
padding: 0px;
line-height: 44px;
color: #777;
letter-spacing: 0px;
font-weight: 600;
font-size: 14px;
}
.constructify_fn_wrapper_all[data-pagination-text="disable"] .constructify_fn_pagination li.view{display: none;}  .constructify_fn_service_page{
width: 100%;
float: left;
clear: both;
}
.constructify_fn_service_page .service_list{
width: 100%;
float: left;
clear: both;
}
ul.constructify_fn_service_list{
margin: 0px;
list-style-type: none;
margin-left: -50px;
}
ul.constructify_fn_service_list:after{
clear: both;
display: table;
content: '';
}
ul.constructify_fn_service_list li{
width: 50%;
float: left;
padding-left: 50px;
margin-bottom: 50px;
box-sizing: border-box;
}
ul.constructify_fn_service_list .item{
width: 100%;
float: left;
clear: both;
box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
}
ul.constructify_fn_service_list .img_holder{
position: relative;
}
ul.constructify_fn_service_list .img_holder a{
position: absolute;
z-index: 10;
display: block;
left: 0px;
right: 0px;
bottom: 0px;
top: 0px;
}
ul.constructify_fn_service_list img{
position: relative;
z-index: -5;
opacity: 0;
min-height: 200px;
}
ul.constructify_fn_service_list .img_abs{
position: absolute;
z-index: 5;
left: 0px;
right: 0px;
bottom: 0px;
top: 0px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
ul.constructify_fn_service_list .title_holder{
padding: 55px 40px 82px 40px;
width: 100%;
float: left;
clear: both;
position: relative;
min-height: 260px;
border: 10px solid #0e2424;
border-top-width: 0px;
}
ul.constructify_fn_service_list span.roof:after{
border-left: 10px solid #0e2424;
border-top: 10px solid transparent;
content: '';
position: absolute;
bottom: 100%;
left: -10px;
z-index: 33;
}
ul.constructify_fn_service_list span.roof:before{
border-right: 10px solid #0e2424;
border-top: 10px solid transparent;
content: '';
position: absolute;
bottom: 100%;
right: -10px;
z-index: 33;
}
ul.constructify_fn_service_list .title_in{
width: 100%;
float: left;
clear: both;
}
ul.constructify_fn_service_list .title{
width: 100%;
float: left;
clear: both;
position: relative;
z-index: 5;
}
ul.constructify_fn_service_list .title_in:after{
content: '';
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background-color: #fff;
z-index: -1;
}
ul.constructify_fn_service_list .title_holder:after{
content: '';
position: absolute;
width: 100px;
height: 150px;
bottom: 0px;
right: 0px;
background-color: rgba(0,0,0,0.03);
z-index: 1;
}
ul.constructify_fn_service_list .title_holder:before{
content: '';
position: absolute;
width: 50px;
height: 80px;
bottom: 0px;
right: 0px;
background-color: rgba(0,0,0,0.03);
z-index: 2;
}
ul.constructify_fn_service_list li.no_img .title_holder{
padding: 50px 30px;
background-color: #f9f9f9;
border: 1px solid #e5e5e5;
}
ul.constructify_fn_service_list .title_holder h3{
font-size: 22px;
margin: 0px;
letter-spacing: 0px;
line-height: 1.3;
margin-bottom: 16px;
}
ul.constructify_fn_service_list .title_holder h3 a{
text-decoration: none;
color: #14141c;
font-weight: 400;
}
ul.constructify_fn_service_list .title_holder h3 a:hover{
color: #ff8f03;
}
ul.constructify_fn_service_list .title_holder p{
line-height: 1.7;
color: #666;
margin: 0px;
padding: 0px;
letter-spacing: 0px;
}
ul.constructify_fn_service_list .title_holder .read_more a{
text-transform: uppercase;
font-size: 14px;
font-weight: 600;
text-decoration: none;
display: block;
padding: 0px 42px 0px 40px;
height: 42px;
color: #fff;
letter-spacing: 0px;
line-height: 40px;
position: relative;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
background-color: #0e2424;
}
ul.constructify_fn_service_list .title_holder .read_more{
position: absolute;
left: 0px;
bottom: -10px;
max-width: calc(100% - 20px);
max-width: -moz-calc(100% - 20px);
max-width: -webkit-calc(100% - 20px);
z-index: 10;
}
ul.constructify_fn_service_list .title_holder .read_more:after{
border-left: 16px solid #0e2424;
border-top: 32px solid transparent;
content: '';
position: absolute;
left: 100%;
top: 0px;
transition: all .3s ease;
}
ul.constructify_fn_service_list span.roof:after,
ul.constructify_fn_service_list span.roof:before{
transition: all .3s ease;
}
ul.constructify_fn_service_list .item:hover span.roof:after{
border-left-color: #ff8f03;
}
ul.constructify_fn_service_list .item:hover span.roof:before{
border-right-color: #ff8f03;
}
ul.constructify_fn_service_list .item:hover .title_holder .read_more:after{
border-left-color: #ff8f03;
}
ul.constructify_fn_service_list .item:hover .title_holder .read_more a{
background-color: #ff8f03;
}
ul.constructify_fn_service_list .item:hover .title_holder{
border-color: #ff8f03;
}
ul.constructify_fn_service_list .item .title_holder{
transition: all .3s ease;
}  body.single-constructify-service .constructify_fn_wrapper_all{
overflow: hidden;
}
.service_single .lp_inner{
width: 100%;
float: left;
clear: both;
padding-bottom: 70px;
}
.service_single .other_services{
width: 100%;
float: left;
clear: both;
padding-top: 64px;
position: relative;
}
.service_single .other_services:after{
left: 0px;
right: 0px;
top: 0px;
content: '';
position: absolute;
height: 1px;
background-color: #e9eff4;
}
.service_single .other_services > h3{
margin: 0px;
padding: 0px;
font-size: 24px;
font-weight: 400;
letter-spacing: 0px;
margin-bottom: 33px;
}
.service_single .other_services .os_list{
width: 100%;
float: left;
clear: both;
}
.service_single .other_services ul{
margin: 0px;
list-style-type: none;
}
.service_single .other_services li{
width: 100%;
float: left;
clear: both;
margin: 0px;
padding: 0px;
margin-bottom: 40px;
}
.service_single .other_services li:last-child{
margin-bottom: 0px;
}
.service_single .other_services .item{
width: 100%;
float: left;
clear: both;
padding: 54px 50px 82px 50px;
background-color: #e9eff4;
position: relative;
overflow: hidden;
box-sizing: border-box;
}
.service_single .other_services .read_more{
position: absolute;
left: 0px;
bottom: 0px;
max-width: calc(100% - 20px);
max-width: -moz-calc(100% - 20px);
max-width: -webkit-calc(100% - 20px);
}
.service_single .other_services .read_more a{
display: block;
padding: 0px 62px 0px 50px;
height: 40px;
text-transform: uppercase;
font-weight: 600;
font-size: 14px;
color: #fff;
letter-spacing: 0px;
line-height: 40px;
position: relative;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
background-color: #ff8f03;
}
.service_single .other_services .read_more:after{
content: '';
position: absolute;
width: 35px;
height: 40px;
transform: skewX(27deg);
right: 0px;
bottom: 0px;
z-index: 20;
margin-right: -24px;
background-color: #e9eff4;
}
.service_single .other_services li h3{
margin: 0px;
padding: 0px;
font-size: 22px;
font-weight: 400;
margin-bottom: 17px;
letter-spacing: 0px;
}
.service_single .other_services li p{
margin: 0px;
padding: 0px;
}  .service_list_as_function{
width: 100%;
float: left;
clear: both;
position: relative;
margin-bottom: 60px;
overflow: hidden;
min-height: 180px;
background-color: #0d0e13;
box-sizing: border-box;
}
.service_list_as_function svg,
.service_list_as_function img{
position: absolute;
width: 50px;
height: 50px;
color: rgba(255,255,255,.07);
top: 90px;
right: 20px;
}
.service_list_as_function .list_holder:after{
position: absolute;
content: '';
width: 30px;
height: 1px;
right: 0px;
background-color: rgba(255,255,255,.07);
top: 158px;
transform: skewY(-20deg)
}
.service_list_as_function:after{
width: 70px;
height: 70px;
background-color: rgba(255,255,255,.07);
position: absolute;
right: 0px;
top: 0px;
content: '';
display: block;
z-index: 1;
}
.service_list_as_function:before{
position: absolute;
display: block;
content: '';
border-top: 70px solid #0d0e13;
border-right: 20px solid transparent;
right: 50px;
top: 0px;
z-index: 3;
}
.service_list_as_function .list_holder:before{
position: absolute;
display: block;
content: '';
border-right: 70px solid #0d0e13;
border-top: 20px solid transparent;
top: 50px;
right: 0px;
z-index: 3;
}
.service_list_as_function .title_holder{
width: 100%;
float: left;
clear: both;
}
.service_list_as_function .title_holder h3{
margin: 0px;
padding: 0px;
font-weight: 700;
display: block;
font-size: 18px;
text-transform: uppercase;
color: #777;
margin-bottom: 27px;
position: relative;
line-height: 1.5;
letter-spacing: 0px;
}
.service_list_as_function .title_holder h3:after {
position: absolute;
content: '';
width: 50px;
height: 1px;
top: 100%;
left: 0px;
margin-top: 7px;
}
.service_list_as_function .list_holder{
width: 100%;
float: left;
clear: both;
padding: 34px 30px;
position: relative;
z-index: 15;
box-sizing: border-box;
}
.service_list_as_function ul{
list-style-type: none;
margin: 0px;
}
.service_list_as_function ul:after{
display: table;
clear: both;
content: '';
}
.service_list_as_function li{
width: 100%;
float: left;
clear: both;
margin: 0px;
margin-bottom: 16px;
}
.service_list_as_function li:last-child{margin: 0px;}
.service_list_as_function li a{
text-decoration: none;
display: inline-block;
font-size: 16px;
letter-spacing: 0px;
color: #ccc;
font-weight: 500;
line-height: 1.3;
}
.service_list_as_function li.active a,
.service_list_as_function li a:hover{
color: #fff;
}  .constructify_fn_wrapper_all div.wpcf7 input,
.constructify_fn_wrapper_all div.wpcf7 textarea{
margin-top: 7px;
}
.constructify_fn_wrapper_all div.wpcf7 textarea{
max-width: 600px;
}
.constructify_fn_wrapper_all div.wpcf7 input[type=submit]{
margin-top: 0px;
}
.constructify_fn_wrapper_all div.wpcf7 p{
margin-bottom: 24px;
}
.constructify_fn_wrapper_all div.wpcf7-validation-errors,
.constructify_fn_wrapper_all div.wpcf7-acceptance-missing{
border-width: 1px;
}
.constructify_fn_wrapper_all div.wpcf7 label{
font-size: 14px;
} @media(min-width: 1201px){ .constructify_fn_wrapper_all[data-left-menu-w="380"] .constructify_fn_menubar{
width: 380px;
}
.constructify_fn_wrapper_all[data-left-menu-w="380"] .constructify_fn_leftpart_wrap{
width: 460px;
}
.constructify_fn_wrapper_all[data-left-menu-w="380"][data-helpful-switch="disable"] .constructify_fn_leftpart_wrap, .constructify_fn_wrapper_all[data-left-menu-w="380"][data-helpful-social="disable"][data-helpful-list="disable"] .constructify_fn_leftpart_wrap{
width: 380px;
}
.constructify_fn_wrapper_all[data-main-border="none"][data-left-menu-w="380"] .constructify_fn_rightpart_wrap{
padding: 0px 0px 0px 460px;
}
.constructify_fn_wrapper_all[data-left-menu-w="380"] .constructify_fn_rightpart_wrap{
padding-left: 480px;
}
.constructify_fn_wrapper_all[data-main-border="none"][data-helpful-switch="disable"][data-left-menu-w="380"] .constructify_fn_rightpart_wrap,
.constructify_fn_wrapper_all[data-left-menu-w="380"][data-main-border="none"][data-helpful-social="disable"][data-helpful-list="disable"] .constructify_fn_rightpart_wrap{
padding-left: 380px;
}
.constructify_fn_wrapper_all[data-left-menu-w="380"] a.constructify_fn_totop{
left: 416px;
}
.constructify_fn_wrapper_all[data-left-menu-w="380"][data-main-border="none"] a.constructify_fn_totop{
left: 396px;
} .constructify_fn_wrapper_all[data-left-menu-w="360"] .constructify_fn_menubar{
width: 360px;
}
.constructify_fn_wrapper_all[data-left-menu-w="360"] .constructify_fn_leftpart_wrap{
width: 440px;
}
.constructify_fn_wrapper_all[data-left-menu-w="360"][data-helpful-switch="disable"] .constructify_fn_leftpart_wrap,
.constructify_fn_wrapper_all[data-left-menu-w="360"][data-helpful-social="disable"][data-helpful-list="disable"] .constructify_fn_leftpart_wrap{
width: 360px;
}
.constructify_fn_wrapper_all[data-main-border="none"][data-left-menu-w="360"] .constructify_fn_rightpart_wrap{
padding: 0px 0px 0px 440px;
}
.constructify_fn_wrapper_all[data-left-menu-w="360"] .constructify_fn_rightpart_wrap{
padding-left: 460px;
}
.constructify_fn_wrapper_all[data-main-border="none"][data-helpful-switch="disable"][data-left-menu-w="360"] .constructify_fn_rightpart_wrap,
.constructify_fn_wrapper_all[data-left-menu-w="360"][data-main-border="none"][data-helpful-social="disable"][data-helpful-list="disable"] .constructify_fn_rightpart_wrap{
padding-left: 360px;
}
.constructify_fn_wrapper_all[data-left-menu-w="360"] a.constructify_fn_totop{
left: 396px;
}
.constructify_fn_wrapper_all[data-left-menu-w="360"][data-main-border="none"] a.constructify_fn_totop{
left: 376px;
} .constructify_fn_wrapper_all[data-left-menu-w="340"] .constructify_fn_menubar{
width: 340px;
}
.constructify_fn_wrapper_all[data-left-menu-w="340"] .constructify_fn_leftpart_wrap{
width: 420px;
}
.constructify_fn_wrapper_all[data-left-menu-w="340"][data-helpful-switch="disable"] .constructify_fn_leftpart_wrap,
.constructify_fn_wrapper_all[data-left-menu-w="340"][data-helpful-social="disable"][data-helpful-list="disable"] .constructify_fn_leftpart_wrap{
width: 340px;
}
.constructify_fn_wrapper_all[data-main-border="none"][data-left-menu-w="340"] .constructify_fn_rightpart_wrap{
padding: 0px 0px 0px 420px;
}
.constructify_fn_wrapper_all[data-left-menu-w="340"] .constructify_fn_rightpart_wrap{
padding-left: 440px;
}
.constructify_fn_wrapper_all[data-main-border="none"][data-helpful-switch="disable"][data-left-menu-w="340"] .constructify_fn_rightpart_wrap,
.constructify_fn_wrapper_all[data-left-menu-w="340"][data-main-border="none"][data-helpful-social="disable"][data-helpful-list="disable"] .constructify_fn_rightpart_wrap{
padding-left: 340px;
}
.constructify_fn_wrapper_all[data-left-menu-w="340"] a.constructify_fn_totop{
left: 376px;
}
.constructify_fn_wrapper_all[data-left-menu-w="340"][data-main-border="none"] a.constructify_fn_totop{
left: 356px;
} .constructify_fn_wrapper_all[data-left-menu-w="320"] .constructify_fn_menubar{
width: 320px;
}
.constructify_fn_wrapper_all[data-left-menu-w="320"] .constructify_fn_leftpart_wrap{
width: 400px;
}
.constructify_fn_wrapper_all[data-left-menu-w="320"][data-helpful-switch="disable"] .constructify_fn_leftpart_wrap,
.constructify_fn_wrapper_all[data-left-menu-w="320"][data-helpful-social="disable"][data-helpful-list="disable"] .constructify_fn_leftpart_wrap{
width: 320px;
}
.constructify_fn_wrapper_all[data-main-border="none"][data-left-menu-w="320"] .constructify_fn_rightpart_wrap{
padding: 0px 0px 0px 400px;
}
.constructify_fn_wrapper_all[data-left-menu-w="320"] .constructify_fn_rightpart_wrap{
padding-left: 420px;
}
.constructify_fn_wrapper_all[data-main-border="none"][data-helpful-switch="disable"][data-left-menu-w="320"] .constructify_fn_rightpart_wrap,
.constructify_fn_wrapper_all[data-left-menu-w="320"][data-main-border="none"][data-helpful-social="disable"][data-helpful-list="disable"] .constructify_fn_rightpart_wrap{
padding-left: 320px;
}
.constructify_fn_wrapper_all[data-left-menu-w="320"] a.constructify_fn_totop{
left: 356px;
}
.constructify_fn_wrapper_all[data-left-menu-w="320"][data-main-border="none"] a.constructify_fn_totop{
left: 336px;
} .constructify_fn_wrapper_all[data-left-menu-w="300"] .constructify_fn_menubar{
width: 300px;
}
.constructify_fn_wrapper_all[data-left-menu-w="300"] .constructify_fn_leftpart_wrap{
width: 380px;
}
.constructify_fn_wrapper_all[data-left-menu-w="300"][data-helpful-switch="disable"] .constructify_fn_leftpart_wrap,
.constructify_fn_wrapper_all[data-left-menu-w="300"][data-helpful-social="disable"][data-helpful-list="disable"] .constructify_fn_leftpart_wrap{
width: 300px;
}
.constructify_fn_wrapper_all[data-main-border="none"][data-left-menu-w="300"] .constructify_fn_rightpart_wrap{
padding: 0px 0px 0px 380px;
}
.constructify_fn_wrapper_all[data-left-menu-w="300"] .constructify_fn_rightpart_wrap{
padding-left: 400px;
}
.constructify_fn_wrapper_all[data-main-border="none"][data-helpful-switch="disable"][data-left-menu-w="300"] .constructify_fn_rightpart_wrap,
.constructify_fn_wrapper_all[data-left-menu-w="300"][data-main-border="none"][data-helpful-social="disable"][data-helpful-list="disable"] .constructify_fn_rightpart_wrap{
padding-left: 300px;
}
.constructify_fn_wrapper_all[data-left-menu-w="300"] a.constructify_fn_totop{
left: 336px;
}
.constructify_fn_wrapper_all[data-left-menu-w="300"][data-main-border="none"] a.constructify_fn_totop{
left: 316px;
}
}  .constructify_fn_wrapper_all[data-helpful-list="disable"] .constructify_fn_mobilemenu_wrap .helpful_list{
display: none;
}
.constructify_fn_wrapper_all[data-helpful-social="disable"] .constructify_fn_mobilemenu_wrap .social_list{
display: none;
}
.constructify_fn_wrapper_all[data-helpful-switch="disable"] .constructify_fn_mobilemenu_wrap .info_bar,
.constructify_fn_wrapper_all[data-helpful-list="disable"][data-helpful-social="disable"] .constructify_fn_mobilemenu_wrap .info_bar{
display: none;
}
@media(max-width: 480px){
.constructify_fn_wrapper_all[data-helpful-social="disable"] .constructify_fn_mobilemenu_wrap .helpful_list{margin-bottom: 0;}
}  @media (max-width: 1400px){
ul.constructify_fn_portfolio_list .title_holder{
padding: 24px 30px 26px 30px;
}
ul.constructify_fn_portfolio_list .item:after{
left: 20px;
right: 20px;
}
ul.constructify_fn_portfolio_list .img_holder a:after{top: 30px;left: 39px;}
ul.constructify_fn_portfolio_list .img_holder a:before{top: 39px;left: 30px;}
.constructify_fn_footer ul.widget_area > li{padding-left: 40px;}
.constructify_fn_footer ul.widget_area{margin-left: -40px;}
}
@media (max-width: 1200px){
.portfolio_single .constructify_fn_rightsidebar{padding-top: 0px !important;}
.constructify_fn_portfolio_justified .j_content_in{
flex-direction: column;
}
.constructify_fn_portfolio_justified .content_part{
margin-bottom: 50px;
}
.constructify_fn_portfolio_justified .helpful_part{
margin-left: 0px;
width: 100%;
min-width: 100%;
}
.blog_single_title .title_holder h3,
.constructify_fn_pagetitle .fn__title{font-size: 36px;}
.portfolio_single .constructify_fn_leftsidebar,
.constructify_fn_leftsidebar{
width: 100%;
clear: both;
padding-right: 0px;
}
ul.constructify_fn_portfolio_list li{width: 100%;}
ul.constructify_fn_archive_list li{width: 50%;}
.service_single .constructify_fn_rightsidebar{margin-top: 0px;padding-top: 0px !important;}
.blog_single_page .constructify_fn_rightsidebar{margin-top: 0px;}
.portfolio_single .constructify_fn_rightsidebar,
.constructify_fn_rightsidebar{
width: 100%;
clear: both;
}
.portfolio_single .constructify_fn_leftsidebar,
.constructify_fn_leftsidebar{
width: 100%;
clear: both;
padding-right: 0px;
}
.constructify_fn_footer .subscribe_in{flex-direction: column;align-items: flex-start;}
.constructify_fn_footer .subscribe_in > div{width: 100%;}
.constructify_fn_footer .subscribe_in .s_left{padding: 0px;margin-bottom: 30px;}
.constructify_fn_tagline{width: 300px;padding-left: 40px;padding-right: 40px;}
.constructify_fn_wrapper_all[data-helpful-switch="disable"] .constructify_fn_leftpart_wrap,
.constructify_fn_wrapper_all[data-helpful-social="disable"][data-helpful-list="disable"] .constructify_fn_leftpart_wrap{width: 300px;}
.constructify_fn_wrapper_all[data-helpful-switch="disable"] .constructify_fn_rightpart_wrap,
.constructify_fn_wrapper_all[data-helpful-social="disable"][data-helpful-list="disable"] .constructify_fn_rightpart_wrap{padding-left: 320px;}
.constructify_fn_wrapper_all[data-main-border="none"][data-helpful-switch="disable"] .constructify_fn_rightpart_wrap,
.constructify_fn_wrapper_all[data-main-border="none"][data-helpful-social="disable"][data-helpful-list="disable"] .constructify_fn_rightpart_wrap{padding-left: 300px;}
.constructify_fn_footer ul.widget_area > li{width: 100%;}
.constructify_fn_menubar{width: 300px;}
.constructify_fn_helpful_bar{width: 50px;}
.constructify_fn_leftpart_wrap{width: 350px;}
.constructify_fn_rightpart_wrap{padding-left: 370px;}
.constructify_fn_helpful_bar_content{padding: 40px 5px;}
.constructify_fn_helpful_bar .helpful_list svg,
.constructify_fn_helpful_bar .helpful_list img{width: 20px;height: 20px;}
.constructify_fn_helpful_bar .social_list a{width: 24px;height: 24px;line-height: 24px;font-size: 11px;}
.constructify_fn_helpful_bar .social_list .constructify_fn_svg{width: 11px;height: 11px;}
.constructify_fn_helpful_bar_content .top_figure{left: 9px;}
.constructify_fn_menubar .menu_logo{padding: 30px 40px;}
.constructify_fn_leftpart_wrap.scrolled .menu_logo{padding: 15px 40px;}
.constructify_fn_menubar .menu_nav_in{padding: 64px 40px 50px 40px;}
a.constructify_fn_totop{left: 320px;}
.constructify_fn_wrapper_all[data-main-border="none"] a.constructify_fn_totop{left: 300px;}
.constructify_fn_wrapper_all[data-main-border="none"] .constructify_fn_rightpart_wrap{padding-left: 350px;}
.constructify_fn_helpful_bar .helpful_list li a{height: 20px;}
.constructify_fn_helpful_bar .helpful_list li{margin-bottom: 15px;} .constructify_fn_wrapper_all[data-mob-nav-mode="enable"] .constructify_fn_tagline{display: none;}
.constructify_fn_wrapper_all[data-mob-nav-mode="enable"] a.constructify_fn_totop,
.constructify_fn_wrapper_all[data-mob-nav-mode="enable"] .constructify_fn_bghelp{display: none;}
.constructify_fn_wrapper_all[data-mob-nav-mode="enable"] .constructify_fn_bghelp.opened{display: none;}
.constructify_fn_wrapper_all[data-mob-nav-mode="enable"][data-helpful-switch="disable"] .constructify_fn_rightpart_wrap,
.constructify_fn_wrapper_all[data-mob-nav-mode="enable"][data-helpful-social="disable"][data-helpful-list="disable"] .constructify_fn_rightpart_wrap{padding: 5px;}
.constructify_fn_wrapper_all[data-mob-nav-mode="enable"][data-main-border="none"][data-helpful-switch="disable"] .constructify_fn_rightpart_wrap,
.constructify_fn_wrapper_all[data-mob-nav-mode="enable"][data-main-border="none"][data-helpful-social="disable"][data-helpful-list="disable"] .constructify_fn_rightpart_wrap{padding: 0px;}
.constructify_fn_wrapper_all[data-mob-nav-mode="enable"] .constructify_fn_leftpart_wrap{display: none;}
.constructify_fn_wrapper_all[data-mob-nav-mode="enable"] .constructify_fn_rightpart_wrap{padding: 5px;}
.constructify_fn_wrapper_all[data-mob-nav-mode="enable"] .constructify_fn_mainborder .left_b{width: 5px;}
.constructify_fn_wrapper_all[data-mob-nav-mode="enable"] .constructify_fn_mainborder .right_b{width: 5px;}
.constructify_fn_wrapper_all[data-mob-nav-mode="enable"] .constructify_fn_mainborder .top_b{height: 5px;}
.constructify_fn_wrapper_all[data-mob-nav-mode="enable"] .constructify_fn_mainborder .bottom_b{height: 5px;}
.constructify_fn_wrapper_all[data-mob-nav-mode="enable"] a.constructify_fn_totop{left: auto;right: 30px;bottom: 0px;width: 29px;height: 29px;}
.constructify_fn_wrapper_all[data-mob-nav-mode="enable"] a.constructify_fn_totop .text{display: none;}
.constructify_fn_wrapper_all[data-mob-nav-mode="enable"] a.constructify_fn_totop .top{left: 0px;}
.constructify_fn_wrapper_all[data-mob-nav-mode="enable"] .constructify_fn_wrapper_all[data-main-border="scroll"] a.constructify_fn_totop.opened.bottom,
.constructify_fn_wrapper_all[data-mob-nav-mode="enable"][data-main-border="scroll"] a.constructify_fn_totop.opened{bottom: 30px;}
.constructify_fn_wrapper_all[data-mob-nav-mode="enable"][data-main-border="none"] .constructify_fn_rightpart_wrap{padding: 0px;}
.constructify_fn_wrapper_all[data-mob-nav-mode="enable"][data-main-border="none"] a.constructify_fn_totop{left: auto;right: 25px;bottom: 0px;}
.constructify_fn_wrapper_all[data-mob-nav-mode="enable"][data-main-border="none"] a.constructify_fn_totop.opened{bottom: 25px;}
.constructify_fn_wrapper_all[data-mob-nav-mode="enable"] .constructify_fn_mobilemenu_wrap{display: block;}
}
@media (max-width: 1040px){
a.constructify_fn_totop,
.constructify_fn_bghelp{display: none;}
.constructify_fn_bghelp.opened{display: none;}
.constructify_fn_tagline{display: none;}
.constructify_fn_wrapper_all[data-helpful-switch="disable"] .constructify_fn_rightpart_wrap, .constructify_fn_wrapper_all[data-helpful-social="disable"][data-helpful-list="disable"] .constructify_fn_rightpart_wrap{padding: 5px;}
.constructify_fn_wrapper_all[data-main-border="none"][data-helpful-switch="disable"] .constructify_fn_rightpart_wrap, .constructify_fn_wrapper_all[data-main-border="none"][data-helpful-social="disable"][data-helpful-list="disable"] .constructify_fn_rightpart_wrap{padding: 0px;}
.constructify_fn_leftpart_wrap{display: none;}
.constructify_fn_rightpart_wrap{padding: 5px;}
.constructify_fn_mainborder .left_b{width: 5px;}
.constructify_fn_mainborder .right_b{width: 5px;}
.constructify_fn_mainborder .top_b{height: 5px;}
.constructify_fn_mainborder .bottom_b{height: 5px;}
a.constructify_fn_totop{left: auto;right: 30px;bottom: 0px;width: 29px;height: 29px;}
a.constructify_fn_totop .text{display: none;}
a.constructify_fn_totop .top{left: 0px;}
.constructify_fn_wrapper_all[data-main-border="scroll"] a.constructify_fn_totop.opened.bottom,
.constructify_fn_wrapper_all[data-main-border="scroll"] a.constructify_fn_totop.opened{bottom: 30px;}
.constructify_fn_wrapper_all[data-main-border="none"] .constructify_fn_rightpart_wrap{padding: 0px;}
.constructify_fn_wrapper_all[data-main-border="none"] a.constructify_fn_totop{left: auto;right: 25px;bottom: 0px;}
.constructify_fn_wrapper_all[data-main-border="none"] a.constructify_fn_totop.opened{bottom: 25px;}
.constructify_fn_mobilemenu_wrap{display: block;}
}
@media (max-width: 768px){
.constructify_fn_error_page .error_box h3{font-size: 30px;font-weight: 400;}
.constructify_fn_error_page{
padding: 100px 0px;
}
ul.constructify_fn_archive_list li{width: 100%;}
.constructify_fn_mobilemenu_wrap .address_list .item{
flex-direction: column;
align-items: baseline;
}
.constructify_fn_mobilemenu_wrap .address_list .al_img{
margin: 0px 0px 30px 0px;
max-width: 300px;
width: auto;
padding-right: 0;
}
.service_single .other_services .read_more a{padding-left: 30px;}
.constructify_fn_mobilemenu_wrap .address_list .al_title{margin-left: 0px;}
ul.constructify_fn_postlist > li{width: 100%;}.service_single .other_services .item{padding: 44px 30px 72px 30px;}
.constructify_fn_error_page .search_holder div{width: 100%;padding-right: 0px !important;}
.constructify_fn_error_page .search_holder input[type=text]{margin-bottom: 10px;}
ul.constructify_fn_archive_list li,
ul.constructify_fn_portfolio_list li{width: 100%;}
.constructify_fn_portfolio_details .video_holder{padding-left: 20px;padding-right: 20px;}
.constructify_fn_share_icons{padding-left: 20px;}
.constructify_fn_portfolio_details .title_holder,
.constructify_fn_portfolio_details .info_list,
.constructify_fn_portfolio_details .content_holder{padding: 0px 20px;}
.constructify_fn_searchpagelist_item .fn_thumb_results{padding-left: 110px;min-height: 110px;padding-top: 0px;}
.constructify_fn_searchpagelist_item .fn_thumb_results .img_holder{width: 80px;height: 80px;}
.constructify_fn_searchpagelist_item .fn_thumb_results{padding-left: 0px;}
.constructify_fn_searchpagelist_item .fn_thumb_results .title_img{
padding-left: 110px;
min-height: 80px;
margin-bottom: 30px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
align-items: center;
}
.constructify_fn_searchpagelist_item .fn_thumb_results p{margin-bottom: 30px;}
.constructify_fn_searchpagelist_item .fn_thumb_results .sub{margin: 0px;}
ul.constructify_fn_service_list li{width: 100%;}
.constructify_fn_comment{padding: 0px 20px;}
.constructify_fn_comment .comment-respond{padding-top: 50px;}
.constructify_fn_comment ul.commentlist > li{padding-left: 0px;}
.constructify_fn_comment div.comment-body{padding: 0px;padding-top: 10px;}
.constructify_fn_comment .comment-data{padding-left: 80px;min-height: 50px;}
.constructify_fn_comment .title_holder h3,
.constructify_fn_comment .add_comment_wrap .title_holder h3{font-size: 24px;}
.constructify_fn_comment .add_comment_wrap{padding-top: 40px;}
.constructify_fn_comment .add_comment_wrap form input[type=text]{width: 100%;} .constructify_fn_comment div.comment-text{padding: 20px;background-color: #333;border-radius: 5px;position: relative;}
.constructify_fn_comment div.comment-text:after{
content: '';
position: absolute;
left: 20px;
width: 0px;
height: 0px;
border: 5px solid transparent;
border-bottom-color: #333;
top: -10px;
}
.constructify_fn_comment div.comment-text p{color: #fff !important;}
}
@media (max-width: 480px){
.constructify_fn_password_protected .message_holder{padding: 100px 30px 40px 30px;}
.constructify_fn_password_protected .icon_holder{left: 30px;}
.constructify_fn_password_protected .post-password-form > div{width: 100%;}
.constructify_fn_password_protected .post-password-form input[type=password]{margin-bottom: 10px;}
ul.constructify_fn_archive_list .title_holder{padding: 44px 100px 72px 30px;}
ul.constructify_fn_archive_list .read_more a{padding-left: 30px;}
.constructify_fn_comment .input-holder input.com-text{width: 100%;min-width: 100%;}
.constructify_fn_comment .title_holder h3{text-align: center;}
.constructify_fn_comment .comment_single{padding-left: 0px;}
.constructify_fn_comment .comment_single .person_info{position: relative;top: auto;max-width: inherit;}
.constructify_fn_comment .comment_single .person_comment .inner h3,
.constructify_fn_comment .comment_single .person_comment .inner > span{text-align: center;}
.constructify_fn_comment .comment_single_wrap{padding: 0px 20px 24px 20px;}
.constructify_fn_comment .comment_single .person_comment .inner p{text-align: justify;}
.constructify_fn_comment .add_comment_wrap form input[type=submit]{width: 100%;}
.constructify_fn_mobilemenu_wrap .social_list li{display: inline-block;float: inherit;margin-left: 5px;}
.constructify_fn_mobilemenu_wrap .helpful_list ul{margin-left: -10px;height: 20px;}
.constructify_fn_mobilemenu_wrap .helpful_list li{display: inline-block;float: inherit;margin: 0px 0px 0px 10px;}
.constructify_fn_mobilemenu_wrap .info_bar_content{text-align: center;}
.constructify_fn_mobilemenu_wrap .helpful_list{width: 100%;margin: 0px 0px 15px 0px;clear: both;}
.constructify_fn_mobilemenu_wrap .social_list{width: 100%;margin: 0px;clear: both;}
.constructify_fn_mobilemenu_wrap .logo_hamb{padding: 20px 10px;}
.constructify_fn_mobilemenu_wrap .info_bar{padding: 15px 10px;}
.constructify_fn_mobilemenu_wrap .mobilemenu{padding: 30px 10px 20px 10px;}
.constructify_fn_mobilemenu_wrap .info_bar_dropdown .fn_list{padding: 20px 10px;}
}
@media (max-width: 320px) {
.constructify_fn_comment .form-submit input.submit{width: 100%;}
.constructify_fn_comment .comment_single_wrap{padding-left: 10px;padding-right: 10px;}
} @media (-webkit-min-device-pixel-ratio: 2),(min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
.constructify_fn_leftpart_wrap .menu_logo .retina_logo{display: inline-block;}
.constructify_fn_leftpart_wrap .menu_logo .desktop_logo{display: none;}
}
body.rtl .constructify_fn_breadcrumbs ul li{
float: right;
}
body.rtl .constructify_fn_pagetitle .title_holder:after,
body.rtl .constructify_fn_pagetitle .title_holder:before{
left: auto;
right: 0;
}
body.rtl .constructify_fn_portfolio_category_filter{
float: right;
}
body.rtl ul.constructify_fn_portfolio_list li{
float: right;
}
body.rtl ul.ajax_pagination li{
float: right;
}
body.rtl ul.constructify_fn_service_list li{
float: right;
}
body.rtl ul.constructify_fn_service_list .title_holder .read_more{
left: auto;
right: 0;
}
body.rtl ul.constructify_fn_service_list .title_holder .read_more:after{
left: auto;
right: 100%;
transform: rotateY(180deg);
}
body.rtl ul.constructify_fn_service_list .title_holder:before,
body.rtl ul.constructify_fn_service_list .title_holder:after{
right: auto;
left: 0;
}
body.rtl .constructify_fn_pagination li{
float: right;
}
body.rtl .constructify_fn_pagination li.view{
margin-left: auto;
margin-right: 20px;	
}
body.rtl .constructify_fn_prevnext li{
float: right;
}
body.rtl .constructify_fn_portfolio_justified .helpful_part{
margin-left: 0;
margin-right: 70px;	
}
body.rtl ul.constructify_fn_archive_list .title_holder:after,
body.rtl ul.constructify_fn_archive_list .title_holder:before,
body.rtl .constructify_fn_portfolio_justified .hp_inner:before,
body.rtl .constructify_fn_portfolio_justified .hp_inner:after{
left: 0;
right: auto;
}
body.rtl ul.constructify_fn_archive_list .read_more a,
body.rtl .service_single .other_services .read_more a{
padding: 0px 50px 0px 62px;
}
body.rtl ul.constructify_fn_archive_list .read_more,
body.rtl .service_single .other_services .read_more{
left: auto;
right: 0;
}
body.rtl ul.constructify_fn_archive_list .read_more:after,
body.rtl .service_single .other_services .read_more:after{
left: 0;
right: auto;
transform: skewX(-27deg);
margin-right:auto;
margin-left: -24px;
}
body.rtl .wid-title span:after{
left: auto;
right: 0;
}
body.rtl .constructify_fn_widget_brochure .icon{
left: auto;
right: 5px;
}
body.rtl .constructify_fn_widget_brochure .br_item{
padding: 18px 75px 18px 30px;
}
body.rtl .constructify_fn_widget_brochure .br_item:after{
right: auto;
left: 15px;
transform: rotateY(180deg);
}
body.rtl .constructify_fn_tagline .tline_slogan span{
margin-left: 7px;
margin-right: 0;
}
body.rtl .constructify_fn_tagline .tline_search:after{
left: auto;
right: 0;
}
body.rtl .constructify_fn_tagline input[type=text]{
padding: 0px 28px 0px 0px !important;
}
body.rtl .constructify_fn_tagline .tline_search a,
body.rtl .constructify_fn_tagline input[type=submit]{
left: auto;
right: 0;
}
body.rtl .constructify_fn_tagline.focused .tline_search a.left{
left: auto;
right: 164px;
}
body.rtl .constructify_fn_tagline.focused input[type=text]{
padding-right: 0px !important;
padding-left: 28px !important;
}
body.rtl ul.constructify_fn_postlist .info_in{
float: right;
}
body.rtl .widget_businesshours .fn_days span{
float: right;
}
body.rtl .widget_businesshours .fn_days .hours{
float: left;
margin-left: 0;
margin-right: 20px;
}
body.rtl .blog_single_title > span{
float: right;
}
body.rtl .blog_single_title .title_holder:before,
body.rtl .blog_single_title .title_holder:after{
left: auto;
right: 0;
}
body.rtl .constructify_fn_tags label{
float: right;
margin-right: 0;
margin-left: 20px;
}
body.rtl .constructify_fn_tags a{
float: right;
}
body.rtl .constructify_fn_wrapper_all div.wpcf7 p{
text-align: right;
}
body.rtl .constructify_fn_breadcrumbs .separator span{
transform: rotateY(180deg);
}
body.rtl .constructify_fn_portfolio_justified .video_holder .lightbox{
float: right;
}
body.rtl .constructify_fn_portfolio_justified .video_holder .play_text{
padding-left: 0;
padding-right: 40px;
}
body.rtl .constructify_fn_portfolio_justified .video_holder .play_icon{
left: auto;
right: 0;
}
body.rtl .constructify_fn_mobilemenu_wrap .constructify_fn_quick_contact input[type=button]{
float: right;
}
body.rtl .constructify_fn_wrapper_all div.wpcf7 input[type=submit]{
float: right;
}
body.rtl div.wpcf7-validation-errors,
body.rtl div.wpcf7-acceptance-missing{
text-align: right;
}
body.rtl .constructify_fn_footer ul.widget_area > li{
float: right;
}
body.rtl .constructify_fn_footer .bottom_widget .widget_nav_menu ul li{
float: right;
}
body.rtl .constructify_fn_menubar ul.vert_nav li a{
padding: 11px 7px 11px 20px;
} body.rtl .constructify_fn_leftpart_wrap{
left: auto;
right: 20px;
}
body.rtl .constructify_fn_wrapper_all[data-main-border="none"] .constructify_fn_leftpart_wrap{
left: auto;
right: 0px;
}
body.rtl .constructify_fn_tagline{
left: auto;
right: 20px;
}
body.rtl .constructify_fn_wrapper_all[data-main-border="none"] .constructify_fn_tagline{
left: auto;
right: 0px;
}
body.rtl .constructify_fn_helpful_bar{
left: 0;
right: auto;
}
body.rtl .constructify_fn_menubar{
left: auto;
right: 0;
}
body.rtl .constructify_fn_rightpart_wrap{
padding-left: 0;
padding-right: 500px;
}
body.rtl .constructify_fn_wrapper_all[data-main-border="none"] .constructify_fn_rightpart_wrap{
padding: 0px 480px 0px 0px;
}
body.rtl .constructify_fn_menubar ul.vert_nav li.menu-item-has-children > a:after{
right: auto;
left: 1px;
transform: rotateY(180deg);
}
body.rtl #constructify_fn_fixedsub li.menu-item-has-children > a:after{
right: auto;
left: 1px;
transform: rotateY(180deg);
}
body.rtl #constructify_fn_fixedsub ul ul{
left: auto;
right: 100%;
}
body.rtl .constructify_fn_helpful_bar_open{
left: auto;
right: 100%;
padding-left: 0;
padding-right: 10px;
}
body.rtl .constructify_fn_helpful_bar_open span.closer{
left: auto;
right: 390px;
}
body.rtl .constructify_fn_helpful_bar_open .triangle{
left: auto;
right: -2px;
transform: rotateY(180deg);
}
body.rtl a.constructify_fn_totop{
left: auto;
right: 436px;
}
body.rtl .constructify_fn_wrapper_all[data-main-border="none"] a.constructify_fn_totop{
left: auto;
right: 416px;
}
body.rtl .constructify_fn_leftsidebar{
float: right;
padding-right: 0;
padding-left: 50px;
} body.rtl .constructify_fn_footer .subscribe_in .s_left{
padding-right: 0;
padding-left: 50px;
}
body.rtl .constructify_fn_footer .subscribe_in .s_left img,
body.rtl .constructify_fn_footer .subscribe_in .s_left svg{
margin-right: 0;
margin-left: 20px;
}
body.rtl .constructify_fn_footer .widget_oih_opt_in_widget input[type=email]{
border-right-width: 1px !important;
border-left-width: 0px !important;
}
body.rtl .constructify_fn_footer .widget_oih_opt_in_widget button{
border-top-right-radius: 0px !important;
border-bottom-right-radius: 0px !important;
border-top-left-radius: 3px !important;
border-bottom-left-radius: 3px !important;
}
body.rtl .constructify_fn_mobilemenu_wrap .vert_menu_list li.menu-item-has-children > a:after{
right: auto;
left: 5px;
transform: rotateY(180deg);
}
body.rtl .constructify_fn_mobilemenu_wrap .vert_menu_list li.active.menu-item-has-children > a:after{
transform: rotate(90deg);
}
body.rtl .constructify_fn_footer .footer_widget .inner:after{
right: -3000px;
left: 100%;
}
body.rtl .constructify_fn_footer .footer_widget .inner:before{
left: 66.66666%;
right: 0;
margin-right: 0;
margin-left: 6px;
}
body.rtl .constructify_fn_footer ul.widget_area:after{
right: auto;
left: 66.6666%;
transform: rotateY(180deg);
}
body.rtl ul.ajax_pagination a.prev:after,
body.rtl .constructify_fn_prevnext .h_prev span:after,
body.rtl .constructify_fn_prevnext .prev a:after{
left: auto;
right: 15px;
transform: rotateY(180deg);
}
body.rtl ul.ajax_pagination a.next:after,
body.rtl .constructify_fn_prevnext .h_next span:after,
body.rtl .constructify_fn_prevnext .next a:after{
right: auto;
left: 15px;
transform: rotateY(180deg);
}
body.rtl ul.ajax_pagination a.prev,
body.rtl .constructify_fn_prevnext span,
body.rtl .constructify_fn_prevnext a{
padding-left: 20px;
padding-right: 35px;
}
body.rtl ul.ajax_pagination a.next,
body.rtl .constructify_fn_prevnext .h_next span,
body.rtl .constructify_fn_prevnext .next a{
padding-right: 20px;
padding-left: 35px;
}
body.rtl .constructify_fn_share_icons label{
margin-left: 5px;
margin-right: 0;
}
body.rtl blockquote{
padding: 12px 5% 12px 0;
border-left-width: 0;
border-right: 3px solid #6FBF71;
}
body.rtl .widget_nav_menu ul li{
float: right;
padding-right: 0;
padding-left: 10px;
}
body.rtl .constructify_fn_password_protected .message_holder{
text-align: right;
}
.constructify_fn_password_protected .message_holder form div{
width: 50%;
float: left;
}
.constructify_fn_password_protected .message_holder form div input{
width: 100%;
height: 44px;
border: none;
}
body.rtl .constructify_fn_password_protected .message_holder form div{
float: right;
}
body.rtl ul.constructify_fn_portfolio_list .title_holder p a{
padding-left: 25px;
padding-right: 0;
}
body.rtl ul.constructify_fn_portfolio_list .title_holder p svg,
body.rtl ul.constructify_fn_portfolio_list .title_holder p img{
left: 0;
right: auto;
transform: rotateY(180deg);
}
body.rtl .constructify_fn_portfolio_category_filter > a{
padding: 0px 30px 0px 90px;
}
body.rtl .constructify_fn_portfolio_category_filter > a:after{
transform: skewX(25deg);
left: auto;
right: 100%;
margin-left: 0;
margin-right: -50px;
}
body.rtl .constructify_fn_portfolio_category_filter > a:before{
right: auto;
left: 20px;
}
body.rtl .constructify_fn_portfolio_category_filter span.spinner{
left: auto;
right: 100%;
margin-left: auto;
margin-right: 20px;
}
body.rtl .constructify_fn_portfolio_category_filter span.spinner{
-webkit-animation:re-spinner .6s infinite linear;
-moz-animation:re-spinner .6s infinite linear;
-o-animation:re-spinner .6s infinite linear;
animation:re-spinner .6s infinite linear
}
@-webkit-keyframes re-spinner{from{-webkit-transform:rotate(359deg)}to{-webkit-transform:rotate(0deg)}}
@-moz-keyframes re-spinner{from{-moz-transform:rotate(359deg)}to{-moz-transform:rotate(0deg)}}
@-o-keyframes re-spinner{from{-o-transform:rotate(359deg)}to{-o-transform:rotate(0deg)}}
@keyframes re-spinner{from{transform:rotate(359deg)}to{transform:rotate(0deg)}} body.rtl .constructify_fn_wrapper_all[data-helpful-switch="disable"] .constructify_fn_rightpart_wrap,
body.rtl .constructify_fn_wrapper_all[data-helpful-social="disable"][data-helpful-list="disable"] .constructify_fn_rightpart_wrap{
padding-left: 0;
padding-right: 420px;
}
body.rtl .constructify_fn_wrapper_all[data-helpful-switch="disable"] a.constructify_fn_totop,
body.rtl .constructify_fn_wrapper_all[data-helpful-social="disable"][data-helpful-list="disable"] a.constructify_fn_totop{
left: 30px !important;
right: auto !important;
}
body.rtl .constructify_fn_wrapper_all[data-helpful-switch="disable"] .constructify_fn_menubar,
body.rtl .constructify_fn_wrapper_all[data-helpful-social="disable"][data-helpful-list="disable"] .constructify_fn_menubar{
border-right: none;
border-left: 1px solid rgba(255,255,255,.1);
} body.rtl .constructify_fn_wrapper_all[data-main-border="none"][data-helpful-switch="disable"] .constructify_fn_rightpart_wrap,
body.rtl .constructify_fn_wrapper_all[data-main-border="none"][data-helpful-social="disable"][data-helpful-list="disable"] .constructify_fn_rightpart_wrap{
padding-left: 0;
padding-right: 400px;
}
@media(max-width: 1200px){
body.rtl .constructify_fn_leftsidebar{padding-left: 0;}
body.rtl .constructify_fn_footer .subscribe_in .s_left img,
body.rtl .constructify_fn_footer .subscribe_in .s_left svg{
margin-right: 0;
}
body.rtl .constructify_fn_footer .subscribe_in .s_left{padding: 0;}
body.rtl .constructify_fn_wrapper_all[data-main-border="none"][data-helpful-switch="disable"][data-mob-nav-mode="enable"] .constructify_fn_rightpart_wrap,
body.rtl .constructify_fn_wrapper_all[data-mob-nav-mode="enable"][data-main-border="none"] .constructify_fn_rightpart_wrap{
padding: 0px;
}
body.rtl .constructify_fn_wrapper_all[data-helpful-switch="disable"][data-mob-nav-mode="enable"] .constructify_fn_rightpart_wrap,
body.rtl .constructify_fn_wrapper_all[data-mob-nav-mode="enable"] .constructify_fn_rightpart_wrap{padding: 5px;}
body.rtl .constructify_fn_portfolio_justified .helpful_part{margin-right: 0;}
body.rtl .constructify_fn_wrapper_all[data-helpful-switch="disable"] .constructify_fn_rightpart_wrap,
body.rtl .constructify_fn_wrapper_all[data-helpful-social="disable"][data-helpful-list="disable"] .constructify_fn_rightpart_wrap{padding-right: 320px;padding-left: 0;}
body.rtl .constructify_fn_wrapper_all[data-main-border="none"][data-helpful-switch="disable"] .constructify_fn_rightpart_wrap,
body.rtl .constructify_fn_wrapper_all[data-main-border="none"][data-helpful-social="disable"][data-helpful-list="disable"] .constructify_fn_rightpart_wrap{padding-right: 300px;padding-left: 0;}
body.rtl .constructify_fn_rightpart_wrap{padding-right: 370px;padding-left: 0;}
body.rtl a.constructify_fn_totop{right: 320px;left: auto;}
body.rtl .constructify_fn_wrapper_all[data-main-border="none"] a.constructify_fn_totop{right: 300px;left: auto;}
body.rtl .constructify_fn_wrapper_all[data-main-border="none"] .constructify_fn_rightpart_wrap{padding-right: 350px;padding-left: 0}
body.rtl .constructify_fn_wrapper_all[data-mob-nav-mode="enable"] a.constructify_fn_totop{left: 30px;right: auto;}
body.rtl .constructify_fn_wrapper_all[data-mob-nav-mode="enable"] a.constructify_fn_totop .top{right: 0px;left: auto;}
body.rtl .constructify_fn_wrapper_all[data-mob-nav-mode="enable"][data-main-border="none"] a.constructify_fn_totop{left: 25px;right: auto;}
}
@media (max-width: 1040px){
body.rtl .constructify_fn_wrapper_all[data-main-border="none"][data-helpful-switch="disable"] .constructify_fn_rightpart_wrap, body.rtl .constructify_fn_wrapper_all[data-main-border="none"][data-helpful-social="disable"][data-helpful-list="disable"] .constructify_fn_rightpart_wrap{
padding: 0;
}
body.rtl a.constructify_fn_totop{left: 30px;right: auto;}
body.rtl .constructify_fn_wrapper_all[data-main-border="none"] a.constructify_fn_totop{left: 25px;right: auto;}
body.rtl .constructify_fn_wrapper_all[data-main-border="none"] .constructify_fn_rightpart_wrap{
padding: 0;
}
body.rtl .constructify_fn_rightpart_wrap{
padding: 5px;
}
}
@media(max-width: 768px){
body.rtl .constructify_fn_comment div.comment-text:after{
left: auto;
right: 20px;
}
} @media(min-width: 1201px){ body.rtl .constructify_fn_wrapper_all[data-main-border="none"][data-left-menu-w="380"] .constructify_fn_rightpart_wrap{
padding: 0px 460px 0px 0px;
}
body.rtl .constructify_fn_wrapper_all[data-left-menu-w="380"] .constructify_fn_rightpart_wrap{
padding-right: 480px;
padding-left: 0;
}
body.rtl .constructify_fn_wrapper_all[data-main-border="none"][data-helpful-switch="disable"][data-left-menu-w="380"] .constructify_fn_rightpart_wrap,
body.rtl .constructify_fn_wrapper_all[data-left-menu-w="380"][data-main-border="none"][data-helpful-social="disable"][data-helpful-list="disable"] .constructify_fn_rightpart_wrap{
padding-right: 380px;
padding-left: 0;
}
body.rtl .constructify_fn_wrapper_all[data-left-menu-w="380"] a.constructify_fn_totop{
left: auto;
right: 416px;
}
body.rtl .constructify_fn_wrapper_all[data-left-menu-w="380"][data-main-border="none"] a.constructify_fn_totop{
left: auto;
right: 396px;
} body.rtl .constructify_fn_wrapper_all[data-main-border="none"][data-left-menu-w="360"] .constructify_fn_rightpart_wrap{
padding: 0px 440px 0px 0px;
}
body.rtl .constructify_fn_wrapper_all[data-left-menu-w="360"] .constructify_fn_rightpart_wrap{
padding-left: 0;
padding-right: 460px;
}
body.rtl .constructify_fn_wrapper_all[data-main-border="none"][data-helpful-switch="disable"][data-left-menu-w="360"] .constructify_fn_rightpart_wrap,
body.rtl .constructify_fn_wrapper_all[data-left-menu-w="360"][data-main-border="none"][data-helpful-social="disable"][data-helpful-list="disable"] .constructify_fn_rightpart_wrap{
padding-left: 0;
padding-right: 360px;
}
body.rtl .constructify_fn_wrapper_all[data-left-menu-w="360"] a.constructify_fn_totop{
left: auto;
right: 396px;
}
body.rtl .constructify_fn_wrapper_all[data-left-menu-w="360"][data-main-border="none"] a.constructify_fn_totop{
left: auto;
right: 376px;
} body.rtl .constructify_fn_wrapper_all[data-main-border="none"][data-left-menu-w="340"] .constructify_fn_rightpart_wrap{
padding: 0px 420px 0px 0px;
}
body.rtl .constructify_fn_wrapper_all[data-left-menu-w="340"] .constructify_fn_rightpart_wrap{
padding-left: 0;
padding-right: 440px;
}
body.rtl .constructify_fn_wrapper_all[data-main-border="none"][data-helpful-switch="disable"][data-left-menu-w="340"] .constructify_fn_rightpart_wrap,
body.rtl .constructify_fn_wrapper_all[data-left-menu-w="340"][data-main-border="none"][data-helpful-social="disable"][data-helpful-list="disable"] .constructify_fn_rightpart_wrap{
padding-left: 0;
padding-right: 340px;
}
body.rtl .constructify_fn_wrapper_all[data-left-menu-w="340"] a.constructify_fn_totop{
left: auto;
right: 376px;
}
body.rtl .constructify_fn_wrapper_all[data-left-menu-w="340"][data-main-border="none"] a.constructify_fn_totop{
left: auto;
right: 356px;
} body.rtl .constructify_fn_wrapper_all[data-main-border="none"][data-left-menu-w="320"] .constructify_fn_rightpart_wrap{
padding: 0px 400px 0px 0px;
}
body.rtl .constructify_fn_wrapper_all[data-left-menu-w="320"] .constructify_fn_rightpart_wrap{
padding-left: 0;
padding-right: 420px;
}
body.rtl .constructify_fn_wrapper_all[data-main-border="none"][data-helpful-switch="disable"][data-left-menu-w="320"] .constructify_fn_rightpart_wrap,
body.rtl .constructify_fn_wrapper_all[data-left-menu-w="320"][data-main-border="none"][data-helpful-social="disable"][data-helpful-list="disable"] .constructify_fn_rightpart_wrap{
padding-left: 0;
padding-right: 320px;
}
body.rtl .constructify_fn_wrapper_all[data-left-menu-w="320"] a.constructify_fn_totop{
left: auto;
right: 356px;
}
body.rtl .constructify_fn_wrapper_all[data-left-menu-w="320"][data-main-border="none"] a.constructify_fn_totop{
left: auto;
right: 336px;
} body.rtl .constructify_fn_wrapper_all[data-main-border="none"][data-left-menu-w="300"] .constructify_fn_rightpart_wrap{
padding: 0px 380px 0px 0px;
}
body.rtl .constructify_fn_wrapper_all[data-left-menu-w="300"] .constructify_fn_rightpart_wrap{
padding-left: 0;
padding-right: 400px;
}
body.rtl .constructify_fn_wrapper_all[data-main-border="none"][data-helpful-switch="disable"][data-left-menu-w="300"] .constructify_fn_rightpart_wrap,
body.rtl .constructify_fn_wrapper_all[data-left-menu-w="300"][data-main-border="none"][data-helpful-social="disable"][data-helpful-list="disable"] .constructify_fn_rightpart_wrap{
padding-left: 0;
padding-right: 300px;
}
body.rtl .constructify_fn_wrapper_all[data-left-menu-w="300"] a.constructify_fn_totop{
left: auto;
right: 336px;
}
body.rtl .constructify_fn_wrapper_all[data-left-menu-w="300"][data-main-border="none"] a.constructify_fn_totop{
left: auto;
right: 316px;
}
}