/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - RESET STYLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html{overflow-y: scroll;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
h1, h2, h3, h4, h5, h6{font-weight: 400;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
body *{-webkit-text-size-adjust:none;}
.clear{clear:both; overflow:hidden; height:0px; font-size:0px; display: block;}
input:focus, select:focus, textarea:focus, button:focus {outline: none;}
input, textarea, select{font-weight: 400; -webkit-appearance: none; appearance: none; border-radius: 0; background: none; border: none; margin: 0; width: 100%;}
textarea{display: block; resize: none; overflow: auto;}
select::-ms-expand{display: none;}
input[type="submit"], input[type="file"]{position: absolute; left: 0; top: 0; width:100%; height:100%; opacity:0; border:none; cursor:pointer; z-index: 1;}
a, a:link, a:visited, a:active, a:hover{cursor: pointer; text-decoration: none; outline: none;}
body{font-weight: 400; font-size: 14px; line-height: 1;}
b, strong{font-weight: 700;}
i{font-family:'Roboto Condensed', serif; font-style: bold-700;}
ul, ol{list-style: none;}
a{color: inherit;}
blockquote .small:before, blockquote footer:before, blockquote small:before{content: "";}
blockquote .small, blockquote footer, blockquote small{color: #222;}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*main*/
#content-block{position: relative; overflow: hidden; left: 0;}
#content-block *:last-child:not(.empty-space){margin-bottom: 0;}
.container{max-width: 100%;}
@media (min-width: 992px) {
    body.min-height .page-height{height: 600px!important;}
}
.wide-container{margin: 0 auto; padding: 0 150px; height: 100%; position: relative;}
.wide-container-fluid{position: relative; padding: 0 50px;}
.wide-container-fluid.wide-paddings{padding: 0 115px;}
.toggle-visibility{opacity: 0; visibility: hidden;}
.toggle-visibility.active, body.mobile .toggle-visibility{opacity: 1; visibility: visible;}
body.mobile .toggle-visibility{display: none;}
body.mobile .toggle-visibility.active{display: block;}
.slide-title, .slide-description, .empty-space{display: block;}
.empty-space:after{content: ""; display: block; clear: both;}
.overflow-hidden{overflow: hidden;}
html.overflow-hidden body{overflow: hidden;}
.block{position: relative;}
/*table*/
.table-view{height: 100%; width: 100%; display: table;}
.row-view{display: table-row;}
.cell-view{display: table-cell; vertical-align: middle; width: 10000px;}
/*body selection*/
body ::selection {color: white; background: black;}
body ::-moz-selection {color: white; background: black;}
/*helper classes*/
.nopadding, .nopadding>*[class*="col"]{padding-left: 0; padding-right: 0; margin-left: 0; margin-right: 0;}
.line-through{display: inline-block; position: relative;}
.line-through:after{position: absolute; width: 100%; height: 1px; left: 0; top: 50%; background: currentColor; content: "";}
.clearfix:after{content: ""; display: block; clear: both;}
.valign-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
}
.page-height{position: relative;}
.full-size{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.text-left{text-align: left;}
.text-center{text-align: center;}
.text-right{text-align: right;}
.hidden{display: none!important;}
.visible{display: block!important;}
.inline-indent{width: 10px; height: 1px; background: currentColor; display: inline-block; vertical-align: middle; margin-right: 10px; position: relative; top: -1px;}
.fixed-background{background-size: cover; background-position: center top; background-attachment: fixed;}
body.mobile .fixed-background{background-attachment: scroll;}
.label{white-space: normal;}
/*loader*/
#loader-wrapper{position: fixed; left: -100px; top: -100px; right: -100px; bottom: -100px; background: #fff; z-index: 12;}
/*arrow pagination*/
.slider-click{font-size: 12px; line-height: 30px; color: #989898; position: absolute; left: 0; top: 50%; margin-top: -16px; height: 30px; cursor: pointer;}
.slider-click.right{left: auto; right: 0;}
.slider-click .arrow{width: 10px; height: 10px; position: absolute; left: 3px; top: 50%; margin-top: -5px; border-left: 1px currentColor solid; border-bottom: 1px currentColor solid; transform: rotate(45deg); -webkit-transform: rotate(45deg);}
.slider-click.right .arrow{left: auto; right: 3px; transform: rotate(-135deg); -webkit-transform: rotate(-135deg);}
.slider-click .number{position: absolute; left: 10px; width: 53px;}
.slider-click.right .number{left: auto; right: 10px;}
.slider-click .left{text-align: right; float: left; width: 23px; height: 30px; position: relative; top: -8px;}
.slider-click .right{float: right; width: 23px; height: 30px; position: relative; top: 8px;}
.slider-click .middle{position: absolute; left: 50%; top: 50%; width: 1px; height: 20px; margin-top: -10px; background: currentColor; transform: rotate(22deg); -webkit-transform: rotate(22deg);}
.slider-click:hover{color: #000;}
.slider-click:hover .middle{height: 40px; margin-top: -20px;}
.slider-click:hover .left{top: -4px;}
.slider-click:hover .right{top: 4px;}
.slider-click.disabled{opacity: 0; cursor: default;}
.slider-click.light{color: rgba(255,255,255,.7);}
.slider-click.light:hover{color: rgba(255,255,255,1);}
.slider-click .preview-entry{position: absolute; left: 63px; top: 50%; margin-top: -60px; z-index: 2; background-size: cover; background-position: center center; opacity: 0; transform: perspective(500px) rotateY(90deg); -webkit-transform: perspective(500px) rotateY(90deg); transform-origin: 0 50%; -webkit-transform-origin: 0 50%; width: 160px; height: 120px;}
.slider-click.right .preview-entry{transform: perspective(500px) rotateY(-90deg); -webkit-transform: perspective(500px) rotateY(-90deg); transform-origin: 100% 50%; -webkit-transform-origin: 100% 50%; left: auto; right: 63px;}
.slider-click:hover .preview-entry.active{transform: perspective(1000px) rotateY(0deg); -webkit-transform: perspective(1000px) rotateY(0deg); opacity: 1;}
/*mouseover*/
.mouseover{overflow: hidden; background-size: cover; background-position: center top;}
.mouseover:after{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0); content: "";}
.mouseover:hover:after{background: rgba(0,0,0,.4);}
.mouseover:hover:before{transform: rotate(0deg); -webkit-transform: rotate(0deg); opacity: 1;}
.mouseover-helper-frame{z-index: 1; position: absolute; left: 40px; top: 40px; right: 40px; bottom: 40px; opacity: 0;}
.mouseover:hover .mouseover-helper-frame{opacity: 1;}
.mouseover-helper-frame:before, .mouseover-helper-frame:after{border: 1px rgba(255,255,255,.4) solid; content: ""; position: absolute; width: 0%; height: 0%;}
.mouseover:hover .mouseover-helper-frame:before, .mouseover:hover .mouseover-helper-frame:after{width: 100%; height: 100%;}
.mouseover-helper-frame:before{border-top-color: transparent; border-right-color: transparent; left: 0; bottom: 0;}
.mouseover-helper-frame:after{border-bottom-color: transparent; border-left-color: transparent; right: 0; top: 0;}
.mouseover-helper-icon{width: 69px; height: 69px; position: absolute; left: 50%; top: 50%; margin: -34.5px 0 0 -34.5px; z-index: 1; transform: rotate(45deg); -webkit-transform: rotate(45deg); opacity: 0;}
.mouseover-helper-icon:before{width: 100%; height: 1px; left: 50%; margin-left: -34.5px; top: 34px; content: ""; background: #fff; position: absolute;}
.mouseover-helper-icon:after{height: 100%; width: 1px; top: 50%; margin-top: -34.5px; left: 34px; content: ""; background: #fff; position: absolute;}
.mouseover:hover .mouseover-helper-icon{transform: rotate(0deg); -webkit-transform: rotate(0deg); opacity: 1;}
body.mobile .mouseover .mouseover-helper-frame, body.mobile .mouseover .mouseover-helper-icon, body.mobile .mouseover:after{display: none;}
.mouseover-simple{position: relative; display: inline-block; white-space: nowrap;}
.mouseover-simple:after, .mouseover-simple:before{content: ""; position: absolute; height: 1px; right: 50%; left: 50%; background: currentColor; top: 50%;}
.mouseover-simple.size-1:after, .mouseover-simple.size-1:before{height: 2px; margin-top: -2px;}
.mouseover-simple:before{left: 50%; right: 50%;}
.mouseover-simple:hover:after, .mouseover-simple.active:after{left: -5px;}
.mouseover-simple:hover:before, .mouseover-simple.active:before{right: -5px;}
.blog-mouseover-1{background: url(../img/blog-mouseover-pixel-1.png) repeat-y; background-size: 100000px 34px; background-position: -100000px 5px; -webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;}
.blog-mouseover-1:hover{background-position: 0 5px; -webkit-transition:all 60s ease-out; transition:all 60s ease-out;}

.blog-mouseover-2{background: url(../img/blog-mouseover-pixel-2.png) repeat-y; background-size: 100000px 24px; background-position: -100000px -1px; -webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;}
.blog-mouseover-2:hover{background-position: 0 -1px; -webkit-transition:all 60s ease-out; transition:all 60s ease-out;}
.h5.blog-mouseover-2{background-position: -100000px -2px;}
.h5.blog-mouseover-2:hover{background-position: 0 -2px;}

.blog-mouseover-3{background: url(../img/blog-mouseover-pixel-3.png) repeat-y; background-size: 100000px 30px; background-position: -100000px 2px; -webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;}
.blog-mouseover-3:hover{background-position: 0 2px; -webkit-transition:all 60s ease-out; transition:all 60s ease-out;}
/* Tablets (>=768px)*/
@media (max-width: 991px) {
    .blog-mouseover-1, .blog-mouseover-2{background: none;}
}
/*poster 3d*/
.poster-3d *, .poster-3d *:after, .poster-3d *:before, .poster-3d:after{transition-delay: 0s!important; -webkit-transition-delay: 0s!important;}
.poster-3d.mouseover:hover:after{background: rgba(0,0,0,.15);}
.poster-3d *[class*="layer-"]{z-index: 1;}
.poster-3d:not(.animation-disabled), .poster-3d:not(.animation-disabled) *[class*="layer-"]{-webkit-transition:all 0.15s ease-out; transition:all 0.15s ease-out;}
.poster-3d.shadow:hover{box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4);}
.poster-3d .shine{opacity: 0; z-index: 1;}
.poster-3d:hover .shine{opacity: 1;}
/**/
.simple-article{font-size: 18px; line-height: 24px; color: #222;}
.simple-article.small{font-size: 13px; line-height: 24px;}
.simple-article.large{font-size: 15px; line-height: 24px;}
.simple-article.light{color: #fff;}
.simple-article.grey{color: #989898;}
.simple-article.transparent{color: rgba(34,34,34,.7);}
.simple-article.light.transparent{color: rgba(255,255,255,.7);}
.simple-article.grey.transparent{color: rgba(152,152,152,.7);}
.simple-article img{max-width: 100%; height: auto; display: block;}
.simple-article ol{counter-reset: number;}
.simple-article ol li{padding-left: 0; margin-bottom: 8px;}
.simple-article ol li:before{counter-increment: number; content: "#" counter(number); color: #980000; margin-right: 5px;}
.simple-article ul li{margin-bottom: 8px;}
.simple-article ul li:before{content: ""; width: 15px; height: 1px; background: currentColor; display: inline-block; margin: 0 6px 0 15px; vertical-align: middle; position: relative; top: -1px;}
.simple-article ul.no-dash li:before{display: none;}
.simple-article h1, .h1, .simple-article h2, .h2, .simple-article h3, .h3, .simple-article h4, .h4, .simple-article h5, .h5, .simple-article h6, .h6{color: #222; margin: 0; font-weight: 400;}
.simple-article.light h1, .simple-article.light .h1, .h1.light, .simple-article.light h2, .simple-article.light .h2, .h2.light, .simple-article.light h3, .simple-article.light .h3, .h3.light, .simple-article.light h4, .simple-article.light .h4, .h4.light, .simple-article.light h5, .simple-article.light .h5, .h5.light, .simple-article.light h6, .simple-article.light .h6, .h6.light{color: #fff;}
.simple-article h1, .h1{font-size: 90px; line-height: 1em;}
.simple-article h1.small, .h1.small{font-size: 80px; line-height: 1em;}
.simple-article h2, .h2{font-size: 60px; line-height: 1em;}
.simple-article h2.small, .h2.small{font-size: 40px; line-height: 1em;}
.simple-article h3, .h3{font-size: 34px; line-height: 1em;}
.simple-article h3.small, .h3.small{font-size: 28px; line-height: 30px;}
.simple-article h4, .h4{font-size: 24px; line-height: 30px;}
.simple-article h4.small, .h4.small{font-size: 18px; line-height: 24px;}
.simple-article h5, .h5{font-size: 16px; line-height: 24px;}
.simple-article h5.small, .h5.small{font-size: 15px; line-height: 24px; }
.simple-article h6, .h6{font-size: 14px; line-height: 24px;}
.simple-article h6.small, .h6.small{font-size: 12px; line-height: 24px;}
.simple-article a:hover{text-decoration: underline;}
.simple-article a.button:hover, .simple-article a.mouseover-simple:hover{text-decoration: none;}
.simple-article.border-left{padding-left: 30px; border-left: 3px #222 solid;}
.simple-article.light.border-left{border-left-color: #fff;}
.simple-article br{line-height: 30px;}
.title-line{margin-bottom: 30px;}
.title-line span{height: 5px; width: 30px; display: inline-block; vertical-align: bottom; background: currentColor;}
/*Phones (<768px)*/
@media (max-width: 767px) {
    .simple-article h1, .h1{font-size: 34px;}
    .simple-article h1.small, .h1.small{font-size: 34px;}
    .simple-article h2, .h2{font-size: 30px;}
    .simple-article h2.small, .h2.small{font-size: 30px;}
    .simple-article h3, .h3{font-size: 28px;}
}
/**/
.button{display: inline-block; cursor: pointer; position: relative; text-align: center;}
.button input{opacity: 0;}
.button.type-1, .button.type-2{font-size: 13px; line-height: 18px; color: #989898; padding: 6px 0; position: relative; text-transform: uppercase;}
.button.type-2{color: rgba(34,34,34,.7);}
.button.type-1 span, .button.type-2 span{color: #222;}
.button.type-1:hover, .button.type-2:hover{color: #000;}
.button.type-1:after, .button.type-2:after{position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #a1a1a1; content: "";}
.button.type-2:after{background: #000;}
.button.type-1:hover:after, .button.type-2:hover:after{bottom: 100%; background: #000;}
.button.type-1.light, .button.type-2.light{color: rgba(255,255,255,.7);}
.button.type-1.light:hover, .button.type-2.light:hover{color: rgba(255,255,255,1)!important;}
.button.type-1.light span, .button.type-2.light span{color: #fff;}
.button.type-1.light:after, .button.type-2.light:after{background: #fff!important;}
.button.type-2:after{height: 2px;}
.button.type-3{color: #000; font-size: 12px; line-height: 18px; padding: 11px 30px; text-transform: uppercase; position: relative;}
.button.type-3:before{position: absolute; left: 0; top: 0; right: 11px; bottom: 0; border-left: 1px #000 solid; border-bottom: 1px #000 solid; content: "";}
.button.type-3:hover:before{left: 11px;}
.button.type-3:after{position: absolute; left: 11px; top: 0; right: 0; bottom: 0; border-right: 1px #000 solid; border-top: 1px #000 solid; content:"";}
.button.type-3:hover:after{right: 11px;}
.button.type-3.light{color: #fff;}
.button.type-3.light:before, .button.type-3.light:after{border-color: #fff;}
.button.type-3.grey{color: #222;}
.button.type-3.grey:before, .button.type-3.grey:after{border-color: #474645;}
.button-close{width: 46px; height: 46px; background: #151515; display: block; position: absolute; right: 0; top: 0; cursor: pointer;}
.button-close:before, .button-close:after{width: 14px; height: 2px; position: absolute; left: 50%; top: 50%; margin: -1px 0 0 -7px; content: ""; background: #fff; transform: rotate(45deg); -webkit-transform: rotate(45deg);}
.button-close:after{transform: rotate(-45deg); -webkit-transform: rotate(-45deg);}
.button-close:hover{background: #fff;}
.button-close:hover:before, .button-close:hover:after{background: #151515;}
.button-link{font-size: 12px; line-height: 30px; color: rgba(157,157,157,1); text-transform: uppercase; display: inline-block; position: relative; padding: 0 30px;}
.button-link.light{color: #fff;}
.button-link:before, .button-link:after{width: 16px; height: 1px; background: rgba(157,157,157,.5); content: ""; position: absolute; top: 50%; left: 0px;}
.button-link.light:before, .button-link.light:after{background: rgba(255,255,255,.5);}
.button-link:after{left: auto; right: 0px;}
.button-link:hover:before{left: 5px; background: currentColor;}
.button-link:hover:after{right: 5px; background: currentColor;}
.play-button{width: 76px; height: 76px; position: absolute; left: 50%; top: 50%; margin: -38px 0 0 -38px; cursor: pointer;}
.play-button:before{position: absolute; left: 0; top: 0; right: 0; bottom: 0; content: ""; border-radius: 50%; -webkit-border-radius: 50%; border: 2px #fff solid;}
.play-button:hover:before{left: -5px; top: -5px; right: -5px; bottom: -5px;}
.play-button:after{position: absolute; left: 50%; top: 50%; margin: -10px 0 0 -8px; content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 0 10px 20px; border-color: transparent transparent transparent #fff;}
/**/
.input-wrapper{position: relative;}
.input-wrapper label{font-size: 14px; line-height: 12px; color: #989898; position: absolute; left: 0; width: 100%; top: 14px;}
.input-wrapper.light label{color: rgba(255,255,255,.5);}
.input-wrapper.invalid:after{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: red;}
.input-wrapper .input{height: 40px; line-height: 40px; font-size: 14px; line-height: 40px; color: #fff; position: relative; z-index: 1; padding: 0 10px;}
.input-wrapper.light .input{color: #222;}
.input-wrapper textarea.input{height: 74px; line-height: 16px; padding: 5px 10px;}
.input-wrapper span{position: absolute; width: 100%; height: 1px; background: #cacaca; bottom: 0; left: 0; overflow: hidden;}
.input-wrapper.light span{background: rgba(255,255,255,.3);}
.input-wrapper span:after{content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 100px; background: #222;}
.input-wrapper.light span:after{background: #fff;}
.input-wrapper.focus .input+label{top: 48px; font-size: 11px; color: #222;}
.input-wrapper.light.focus .input+label{color: #fff;}
.input-wrapper.focus .input+label+span{height: 40px;}
.input-wrapper.focus .input+label+span:after{width: 100%;}
.input-wrapper.focus textarea.input+label{top: 82px;}
.input-wrapper.focus textarea.input+label+span{height: 74px;}

.input-wrapper label, .input-wrapper span, .input-wrapper span:after, .input-wrapper .icon{-webkit-transition:all 0.15s ease-out; transition:all 0.15s ease-out;}

.input-wrapper.focus span, .input-wrapper.focus label, .input-wrapper span:after, .input-wrapper.focus .icon{transition-delay: 0.3s; -webkit-transition-delay: 0.3s;}
.input-wrapper.focus span:after{transition-delay: 0s; -webkit-transition-delay: 0s;}
.input-wrapper.icon .input{padding-right: 40px;}
.input-wrapper.icon .icon{position: absolute; width: 40px; height: 40px; right: 0; top: 0; line-height: 40px; text-align: center; color: #aeaeae; font-size: 16px;}
.input-wrapper.icon .icon input{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.input-wrapper.icon.focus .icon{color: #fff;}
.input-wrapper.light.icon .icon{color: #fff;}
.input-wrapper.light.icon.focus .icon{color: #aeaeae;}
/**/
.simple-slider{height: 750px; height: 80vh;}
.simple-slider .swiper-slide{background-size: cover; background-position: center top;}
.simple-slider.style-1{height: 600px;}
.simple-slider.style-1 .swiper-slide:before{content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.3);}
/**/
.video-popup .iframe-wrapper{position: absolute; left: 0; top: 46px; bottom: 46px; right: 0;}

@media (max-width: 1360px) {
    .wide-container{padding: 0 50px;}
}
/* Tablets (>=768px)*/
@media (max-width: 991px) {
    .page-height.tablets-initial, body.min-height .page-height.tablets-initial{height: auto!important;}
    .simple-slider{height: 600px;}
}
/*Phones (<768px)*/
@media (max-width: 767px) {
    .page-height.responsive-initial, body.min-height .page-height.responsive-initial{height: auto!important;}
    .wide-container-fluid, .wide-container-fluid.wide-paddings, .wide-container{padding: 0 15px;}
    .simple-slider, .simple-slider.style-1{height: 300px;}
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - HEADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
header{z-index: 10; position: relative; vertical-align: middle;}
header.fixed{position: fixed; left: 0; top: 0; width: 100%; -webkit-backface-visibility: hidden;}
header.absolute{position: absolute; left: 0; top: 0; width: 100%;}
header.fixed.scrolled{background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.3);}
header.fixed.light.scrolled{background: #222;}
header.white{background: #fff;}
header.border-bottom{border-bottom: 1px #e3e3e3 solid;}
.logo{display: inline-block; height: 80px; line-height: 50px; margin-top: -20px; position: relative; top: 10px; vertical-align: bottom;}
.logo img{display: inline-block; vertical-align: middle; max-height: 70px; width: auto; top: -2px; position: relative;}
.logo.responsive{display: none; position: absolute; left: 15px; top: 10px;}
.navigation-wrapper{display: inline-block; margin-right: 65px;}
.navigation-wrapper:last-child{margin-right: 0;}
nav{display: block; position: relative; z-index: 1; top: 3px;}
@media (min-width: 992px) {
    nav li{float: left; position: relative;}
    nav>ul>li:not(:last-child){margin-right: 65px;}
    nav>ul>li>a{font-size: 12px; line-height: 30px; color: #989898; text-transform: uppercase; position: relative; display: inline-block;}
    nav>ul>li:hover>a, nav>ul>li.active>a{color: #444;}
    nav>ul ul{position: absolute; width: 200px; left: 50%; margin-left: -100px; top: 100%; padding: 15px 0; background: #222; opacity: 0; visibility: hidden; transform: translateX(10%); -webkit-transform: translateX(10%); display: block!important;}
    nav li:hover>ul{opacity: 1; visibility: visible; transform: translateX(0%); -webkit-transform: translateX(0%);}
    nav>ul ul li{float: none; padding: 0 30px;}
    nav>ul ul li a, .megamenu a{display: block; font-size: 12px; line-height: 18px; padding: 10px 0; color: rgba(255,255,255,.7); text-transform: uppercase; position:relative;}
    nav>ul>li>ul>li>a{padding-right: 15px;}
    nav>ul>li>ul>li>a+.toggle-icon{position: absolute; width: 0; height: 0; border-style: solid; border-width: 3px 0 3px 4px; border-color: transparent transparent transparent rgba(255,255,255,.7); right: 30px; top: 14px; content: "";}
    nav>ul>li>ul>li.active>a+.toggle-icon{border-color: transparent transparent transparent #fff;}
    nav>ul ul li:hover>a, nav>ul ul li.active>a, .megamenu a:hover, .megamenu a.active{color: #fff;}
    nav>ul ul ul{left: 100%; margin-left: 2px; top: -15px;}
    .megamenu-wrapper{position: static;}
    .megamenu{position: absolute; width: 100%; min-width: 830px; right: 0; top: 100%; padding: 15px 0; background: #222; padding: 15px 30px; opacity: 0; visibility: hidden; transform: translateX(10%); -webkit-transform: translateX(10%); display: block!important;}
    nav li:hover>.megamenu{opacity: 1; visibility: visible; transform: translateX(0%); -webkit-transform: translateX(0%);}
    .megamenu .title{font-size: 15px; line-height: 21px; color: #fff; padding: 8px 0; text-transform: uppercase; display: block;}
    header.light nav>ul>li>a{color: rgba(255,255,255,.7);}
    header.light nav>ul>li:hover>a, header.light nav>ul>li.active>a{color: #fff;}
}
.header-content{padding: 15px 0;}
.header-content .grey-line.vertical{position: relative; height: 60px; margin-top: -30px; top: 15px; display: inline-block; vertical-align: top;}
.header-block{line-height: 30px; color: #222;}
header.light .header-block{color: #fff;}
.header-block.grey{color: #989898;}
.header-block>a{margin: 0 45px;}
.header-block>a:first-child{margin-left: 0;}
.header-block>a:last-child{margin-right: 0;}
.hamburger-icon{width: 20px; height: 30px; position: relative; display: inline-block; cursor: pointer; margin-right: 45px; vertical-align: bottom;}
.hamburger-icon:last-child{margin-right: 0;}
.hamburger-icon span{width: 20px; height: 2px; background: #444; position: absolute; left: 0;}
.hamburger-icon.light span{background: #fff;}
header.light .hamburger-icon span{background: #fff;}
.hamburger-icon span:nth-child(1){top: 8px;}
.hamburger-icon:hover span:nth-child(1){top: 6px;}
.hamburger-icon span:nth-child(2){top: 14px;}
.hamburger-icon span:nth-child(3){top: 20px;}
.hamburger-icon:hover span:nth-child(3){top: 22px;}
.hamburger-icon.open-navigation{margin-right: 15px;}
.hamburger-icon.open-navigation:last-child{margin-right: 0;}
.hamburger-icon.open-navigation span{background: #444; width: 3px; height: 3px; border-radius: 50%; -webkit-border-radius: 50%; left: 13px;}
.open-navigation{display: none;}
header .follow{display: none; position: absolute; left: 0; bottom: 5px; width: 100%; text-align: left; padding: 0 15px; white-space: nowrap;}
header .follow .title, header .follow .entry{margin: 0;}

/*Desktops (>=992px)*/
@media (max-width: 1199px) {
    nav>ul>li:not(:last-child){margin-right: 35px;}
}

/* Tablets (>=768px)*/
@media (max-width: 991px) {
    .navigation-wrapper{-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;}
    .open-navigation{display: inline-block;}
    .navigation-wrapper{position: fixed; top: 0; width: 274px; left: -274px; height: 100%; background: white; z-index: 1;}
    .navigation-wrapper:before{content: ""; position: absolute; left: 0; top: 100%; margin-top: -1px; width: 100%; height: 300px; background: inherit;}
    .navigation-overflow{position: absolute; left: 0; top: 50px; bottom: 40px; right: 0; overflow-y: auto; -webkit-overflow-scrolling: touch;}
    body.open-menu .navigation-wrapper{transform: translateX(100%); -webkit-transform: translateX(100%);}
    header .close-layer{position: fixed; left: -150px; top: -150px; right: -150px; bottom: -150px; background: rgba(0,0,0,.5);}
    header .close-layer .button-close{top: 150px; right: 150px;}
    header .follow{display: block;}
    .logo.responsive{display: block;}

    nav{padding: 0 15px;}
    nav li{margin: 0!important; position: relative;}
    nav a{display: block; position: relative;}
    nav ul ul, .megamenu, .megamenu .rs-slide{padding-left: 15px;}
    .megamenu .row, .megamenu .row>*[class*="col"]{padding-left: 0; padding-right: 0; margin-left: 0; margin-right: 0;}
    nav ul ul, .rs-slide,.megamenu{display: none; -webkit-transition: none!important; transition: none!important;}
    /**/
    nav>ul>li>a{font-size: 20px; line-height: 22px; padding: 10px 30px 10px 0; text-transform: uppercase; color: #444;}
    nav>ul>li>a:before{content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: #444;}
    nav>ul>li.active>a:before, nav>ul>li:hover>a:before, nav a.selected:before{width: 100%;}
    /**/
    nav>ul>li>ul>li>a, .megamenu .title{font-size: 16px; line-height: 18px; padding: 10px 30px 10px 0; color: #989898;}
    nav>ul>li>ul li.active>a, nav>ul>li>ul li:hover>a, .megamenu .rs-slide a.active, .megamenu .rs-slide a:hover, .megamenu .title.active, .megamenu .title:hover{color: #444;}
    /**/
    nav ul ul ul a, .megamenu .rs-slide a{font-size: 14px; line-height: 18px; text-transform: none; color: #989898; padding: 5px 0 5px 15px;}
    nav ul ul ul a:before, .megamenu .rs-slide a:before{width: 3px; height: 3px; background: currentColor; position: absolute; left: 0px; top: 14px; content: ""; border-radius: 50%; -webkit-border-radius: 50%;}
    /**/
    nav .toggle-icon{width: 41px; height: 41px; position: absolute; right: -12px; top: 0; cursor: pointer; color: #444;}
    nav .toggle-icon:before{position: absolute; width: 17px; height: 1px; background: currentColor; left: 12px; top: 20px; content: "";}
    nav .toggle-icon:after{position: absolute; width: 1px; height: 17px; background: currentColor; left: 20px; top: 12px; content: "";}
    nav .toggle-icon.active:after{height: 0; top: 20px;}
    nav>ul>li>ul>li .toggle-icon, .megamenu .toggle-icon{color: #989898;}

    /**/
    header nav{overflow: hidden;}
    header nav>ul>li{-webkit-transition:all 0.6s cubic-bezier(0.7, 0, 0.3, 1); transition:all 0.6s cubic-bezier(0.7, 0, 0.3, 1); transform: translateX(100%); -webkit-transform: translateX(100%); opacity: 0;}
    body.open-menu header nav>ul>li{transform: translateX(0%); -webkit-transform: translateX(0%); opacity: 1;}

    body.open-menu nav>ul>li:nth-child(1){transition-delay: 60ms; -webkit-transition-delay: 60ms;}
    body.open-menu nav>ul>li:nth-child(2){transition-delay: 120ms; -webkit-transition-delay: 120ms;}
    body.open-menu nav>ul>li:nth-child(3){transition-delay: 180ms; -webkit-transition-delay: 180ms;}
    body.open-menu nav>ul>li:nth-child(4){transition-delay: 240ms; -webkit-transition-delay: 240ms;}
    body.open-menu nav>ul>li:nth-child(5){transition-delay: 300ms; -webkit-transition-delay: 300ms;}
    body.open-menu nav>ul>li:nth-child(6){transition-delay: 360ms; -webkit-transition-delay: 360ms;}
    body.open-menu nav>ul>li:nth-child(7){transition-delay: 420ms; -webkit-transition-delay: 420ms;}
    body.open-menu nav>ul>li:nth-child(8){transition-delay: 480ms; -webkit-transition-delay: 480ms;}
    body.open-menu nav>ul>li:nth-child(9){transition-delay: 540ms; -webkit-transition-delay: 540ms;}
    body.open-menu nav>ul>li:nth-child(10){transition-delay: 600ms; -webkit-transition-delay: 600ms;}
}

/*header type 1*/
header.type-1{padding: 42.5px 35px; height: 115px;}
@media (max-height: 700px) {
    header.type-1{padding: 20px 15px; height: 70px;}
}
/*Phones (<768px)*/
@media (max-width: 767px) {
    header.type-1{padding: 10px 0; height: 50px; margin-bottom: 15px;}
}

/*header type 2*/
header.type-2{padding: 55px 0; height: 140px;}
/*Phones (<768px)*/
@media (max-width: 767px) {
    header.type-2{padding: 10px 0; height: 50px; margin-bottom: 15px;}
}
@media (min-width: 768px) {
    header.fixed.scrolled.type-2{padding: 22px 0; height: 74px;}
}

/*header type 3*/
header.type-3{padding: 31px 0; height: 92px;}
/*Phones (<768px)*/
@media (max-width: 767px) {
    header.type-3{padding: 10px 0; height: 50px; margin-bottom: 15px;}
}

/*header type 4*/
header.type-4{padding: 42.5px 0; height: 115px;}
/*Phones (<768px)*/
@media (max-width: 767px) {
    header.type-4{padding: 10px 0; height: 50px; margin-bottom: 15px;}
}
@media (min-width: 768px) {
    header.fixed.scrolled.type-4{padding: 22px 0; height: 74px;}
}

/*header type 5*/
header.type-5{background: #222;}

.header-empty-space{height: 115px;}
/*Phones (<768px)*/
@media (max-width: 767px) {
    .header-empty-space{height: 65px;}
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - OVERLAY MENUS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.overlay{position: fixed; left: 0px; top: 0px; width: 100%; bottom: 0px; visibility: hidden; opacity: 0; z-index: 11;}
.overlay.frame{left: 30px; top: 30px; right: 30px; bottom: 30px; width: auto;}
.overlay .animation-wrapper{background: rgba(34,34,34,.95); transform: perspective(1000px) rotateX(66deg) scale(0.3) skewX(32deg) skewY(-40deg) rotateY(12deg); -webkit-transform: perspective(1000px) rotateX(66deg) scale(0.3) skewX(32deg) skewY(-40deg) rotateY(12deg);}
.overlay.active{visibility: visible; opacity: 1;}
body.mobile .overlay{left: -100%;}
body.mobile .overlay.active{left: 0%;}
body.mobile .overlay.frame.active{left: 30px;}
.overlay.active .animation-wrapper{transform: perspective(1000px) rotateX(0deg) scale(1) skewX(0deg) skewY(0deg) rotateY(0deg); -webkit-transform: perspective(1000px) rotateX(0deg) scale(1) skewX(0deg) skewY(0deg) rotateY(0deg);}
.overlay .content-wrapper{overflow: auto; -webkit-overflow-scrolling: touch; overflow-x: hidden; opacity: 0;}
.overlay.active .content-wrapper{opacity: 1;}
.overlay .cell-view.page-height{padding: 50px 0 15px 0;}
.overlay.frame .overlay-cell-align{margin-top: -60px;}
.overlay.frame .cell-view.page-height{padding-top: 110px;}

@media (min-width: 992px) {
    .overlay nav{display: block; margin-top: -8px;}
    .overlay nav > ul > li{padding-bottom: 26px; margin-right: 0;}
    .overlay nav > ul > li > a{font-size: 18px; color: #fff; line-height: 36px;}
    .overlay nav > ul > li > a:before{position: absolute; width: 0%; height: 1px; background: #fff; content: ""; left: 0; bottom: 0;}
    .overlay nav > ul > li:hover > a:before, .overlay nav > ul > li.active > a:before{width: 100%;}
    .overlay nav li{float: none; margin-left: 0!important;}
}
.overlay nav.single-column > ul > li:hover > a:before{width: 0;}
.overlay nav.single-column > ul > li > a:hover:before, .overlay nav.single-column > ul > li.active > a:before{width: 100%;}

.overlay .megamenu-wrapper{position: relative;}
.overlay .megamenu{right: auto; left: 100%; top: 0;}
.overlay nav>ul>li:nth-child(4) .megamenu, .overlay nav>ul>li:nth-child(5) .megamenu, .overlay nav>ul>li:nth-child(6) .megamenu, .overlay nav>ul>li:nth-child(7) .megamenu, .overlay nav>ul>li:nth-child(8) .megamenu{top: auto; bottom: 0;}
.overlay nav>ul>li>ul{left: 100%; margin-left: 0; top: 0;}
.overlay nav>ul>li:nth-child(4)>ul, .overlay nav>ul>li:nth-child(5)>ul, .overlay nav>ul>li:nth-child(6)>ul, .overlay nav>ul>li:nth-child(7)>ul, .overlay nav>ul>li:nth-child(8)>ul{top: auto; bottom: 0;}
.overlay .button-close{position: fixed; z-index: 2;}
.overlay.frame .button-close{top: 30px; right: 30px;}
/**/
.twitter-entry{background: #1cb7eb; padding: 30px;}
.twitter-entry.light{background: #efefef;}
.twitter-entry a:hover{text-decoration: underline;}
.twitter-entry .date, .twitter-entry .link{font-size: 11px; line-height: 20px; color: rgba(255,255,255,.7);}
.twitter-entry.light .date, .twitter-entry.light .link, .twitter-entry.light .author{color: #989898;}
.twitter-entry .author{font-size: 12px; line-height: 20px; color: #fff;}
.twitter-entry .link{font-size: 12px;}
.twitter-entry .fa{font-size: 18px; color: rgba(255,255,255,.7);}
.twitter-entry.light .fa{color: #1cb7eb;}
.overlay-thumbnails-wrapper{max-width: 375px;}
.overlay-thumbnails-wrapper-two-columns{max-width: 360px;}
.overlay-thumbnail{display: block; position: relative; overflow: hidden; background: #000;}
.overlay-thumbnail img{display: block; width: 100%; height: auto;}
.overlay-thumbnail img:first-child{opacity: 0.6;}
.overlay-thumbnail img:last-child{position: absolute; left: 0; top: 0;}
.overlay-thumbnail:hover img:last-child{transform: scale(2); -webkit-transform: scale(2); -ms-transform: scale(2); opacity: 0;}
.icon-description-entry .fa{float: left; line-height: inherit; font-size: 20px;}
.icon-description-entry .fa+p{margin-left: 35px;}

/* Tablets (>=768px)*/
@media (max-width: 991px) {
    .overlay nav{padding: 0;}
    /**/
    .overlay nav>ul>li>a{color: #fff;}
    .overlay nav>ul>li>a:before{background: #fff;}
    /**/
    .overlay nav>ul>li>ul>li>a, .overlay .megamenu .title{color: rgba(255,255,255,.5);}
    .overlay nav>ul>li>ul li.active>a, .overlay nav>ul>li>ul li:hover>a, .overlay .megamenu .rs-slide a.active, .overlay .megamenu .rs-slide a:hover, .overlay .megamenu .title.active, .overlay .megamenu .title:hover{color: #fff;}
    /**/
    .overlay nav .toggle-icon{color: #fff;}
    .overlay nav>ul>li>ul>li .toggle-icon, .overlay .megamenu .toggle-icon{color: rgba(255,255,255,.5);}
    /**/
    .overlay nav.single-column>ul>li>a{padding-right: 0; display: inline-block;}
}

/*Phones (<768px)*/
@media (max-width: 767px) {
    .overlay.frame{left: 15px; top: 15px; right: 15px; bottom: 15px;}
    .overlay.frame .overlay-cell-align{margin-top: -30px;}
    .overlay.frame .cell-view.page-height{padding-top: 80px;}
    .overlay.frame .button-close{top: 15px; right: 15px;}
    body.mobile .overlay.frame.active{left: 15px;}
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
footer{padding: 42.5px 0; background: #222; line-height: 30px; position: relative; z-index: 1;}
.copyright{padding: 3px 0;}
.copyright .simple-article{font-family: inherit!important; font-weight: 400!important;}
.copyright .simple-article.light.transparent{color: rgba(255,255,255,.5);}
.copyright .fa{color:  #980000;}
.copyright a{color: #fff; text-decoration: none!important;}
footer.light .copyright a{color: #222;}
.copyright a:hover{color: #980000!important;}
.developed-by{display: inline-block; white-space: nowrap;}
.follow{font-size: 0;}
.follow .title{margin: 0 5px; display: inline-block; color: #fff; font-size: 13px; vertical-align: bottom; line-height: 30px;}
.follow .entry{width: 30px; height: 30px; text-align: center; color: #6f6f6f; border-radius: 50%; -webkit-border-radius: 50%; display: inline-block; margin: 0 5px; position: relative; border: 1px transparent solid; background: #111; font-size: 12px; vertical-align: bottom;}
.follow .entry:last-child{margin-right: 0;}
.follow .entry .fa{position: relative; line-height: 28px;}
.follow .entry:before{position: absolute; border-radius: 50%; -webkit-border-radius: 50%; left: -2px; top: -2px; right: -2px; bottom: -2px; content: ""; background: #fff; transform: scale(0); -webkit-transform: scale(0);}
.follow .entry:hover:before{transform: scale(1); -webkit-transform: scale(1);}
.follow .entry:hover{color: #111;}
.follow.style-1 .entry{color: #989898; background: none;}
.follow.style-1 .entry:hover{color: #fff;}
.follow.style-1 .entry:before{background: #989898;}
.follow.style-1 .title{color: #222;}

footer.light{background: none;}
footer.transparent{background: none;}
.grey-line{border-bottom: 1px #e3e3e3 solid;}
.grey-line.vertical{border-left: 1px #e3e3e3 solid;}
.footer-nav{font-size: 0;}
.footer-nav a{display: inline-block; vertical-align: bottom; font-size: 12px; line-height: 30px; text-transform: uppercase; margin: 0 20px; color: rgba(255,255,255,.7);}
.footer-nav a:first-child{margin-left: 0;}
.footer-nav a:last-child{margin-right: 0;}
.footer-nav a:hover, .footer-nav a.active{color: rgba(255,255,255,1);}

/*footer type 2*/
footer.type-2{margin-top: -115px; top: 1px;}
/* Tablets (>=768px)*/
@media (max-width: 991px) {
    footer.transparent{margin-top: 0; background: #222; top: 0;}
    footer.transparent .copyright a{color: #fff;}
}
/*Phones (<768px)*/
@media (max-width: 767px) {
    footer.type-2{margin-top: 0; top: 0;}
    footer{padding: 30px 0;}
    .footer-nav a{display: block; padding: 5px 0; margin: 0;}
}


/
------------------------------------------------------*/
/* 52 - TEASER 1 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.teaser-slide{height: auto!important;}
.animated-background:after{background: rgba(17,17,17,.4); position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: "";}
.teaser-content{position: relative; width: 100%; z-index: 1;}
.teaser-number-entry.style-1{padding-left: 30px;}
.teaser-number-entry.style-1 .inline-tags{margin-left: -30px;}
/*Phones (<768px)*/
@media (max-width: 767px) {
    .teaser-number-entry.style-1{padding-left: 0;}
    .teaser-number-entry.style-1 .inline-tags{margin-left: 0;}
    .teaser-number-entry.style-1 .inline-tags:before{display: none;}
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 53 - TEASER 2 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.white-border-frame{border: 30px #fff solid; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 1;}
.white-border{border: 30px #fff solid;}
.teaser-number-entry.style-2{display: inline-block; padding: 10px 35px 10px 10px; position: relative;}
.teaser-number-entry.style-2 .inline-tags{position: absolute; width: 100%; left: 100%; bottom: 10px; text-align: left; transform: rotate(-90deg); -webkit-transform: rotate(-90deg); transform-origin: 0% 100%; -webkit-transform-origin: 0% 100%;}
.teaser-number-entry.style-2:before{content: ""; position: absolute; left: 0; bottom: 0; width: 10px; height: 10px; border-left: 1px rgba(255,255,255,.5) solid;  border-bottom: 1px rgba(255,255,255,.5) solid;}
.teaser-number-entry.style-2:after{content: ""; position: absolute; right: 0; top: 0; width: 10px; height: 10px; border-right: 1px rgba(255,255,255,.5) solid;  border-top: 1px rgba(255,255,255,.5) solid;}
.teaser-number-entry.style-2 .inline-tags:before{display: none;}
/* Tablets (>=768px)*/
@media (max-width: 991px) {
    .white-border{border: 5px #fff solid;}
}
/*Phones (<768px)*/
@media (max-width: 767px) {
    .teaser-number-entry.style-2 .inline-tags{transform: none; -webkit-transform: none; left: 0; bottom: auto; top: auto; position: relative;}
    .teaser-number-entry.style-2{padding-left: 5px; padding-right: 5px;}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 54 - BLOOM */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.bloom {font-family: 'Roboto Condensed', serif; font-weight: normal; font-size: 21px; line-height: 24px; color: #989898;}

.is-mobile{display: none;}
@media (max-width: 991px) {
    .is-mobile{display: block;}
}

@media (max-width: 991px) {
    .pull-sm-left {float: left;}
    .pull-sm-right {float: right;}
}
/*swiper*/
.bloom .swiper-pagination{display: none;}
.bloom .swiper-button-prev{width: 7px; height: 14px; margin-top: -7px; background-size: 7px 14px;background-image: url(../img/bloom/arrow_left.png); color: white; opacity: 0.7;}
.bloom .swiper-button-prev .slide-numbers{position: absolute; top: -50%; left: 7px; width: 50px; margin-right: 5px; text-align: center; letter-spacing: 1px;}
.bloom .swiper-button-prev .prev-slide{position: relative; top: -7px;}
.bloom .swiper-button-prev .middle{position: absolute; top: 50%; left: calc(50% - 1px); width: 1px; height: 20px; margin-top: -10px; background-color: white; transform: rotate(22deg); -webkit-transform: rotate(22deg);}
.bloom .swiper-button-prev .all-slides{position: relative; bottom: -7px;}
.bloom .swiper-button-next{width: 7px; height: 14px; background-size: 7px 14px; margin-top: -7px; background-image: url(../img/bloom/arrow_right.png); color: white; opacity: 0.7;}
.bloom .swiper-button-next .slide-numbers{position: absolute; top: -50%; right: 7px; width: 50px; text-align: center; letter-spacing: 1px;}
.bloom .swiper-button-next .next-slide{position: relative; top: -7px;}
.bloom .swiper-button-next .middle{position: absolute; top: 50%; left: calc(50% - 1px); width: 1px; height: 20px; margin-top: -10px; background-color: white; transform: rotate(22deg); -webkit-transform: rotate(22deg);}
.bloom .swiper-button-next .all-slides{position: relative; bottom: -7px;}

.bloom .swiper-button-prev.swiper-button-disabled, .bloom .swiper-button-next.swiper-button-disabled{opacity: 0;}

@media (min-width: 1200px) {
  .bloom .swiper-button-prev:hover, .bloom .swiper-button-next:hover{opacity: 1;}
  .bloom .swiper-button-prev:hover .prev-slide, .bloom .swiper-button-next:hover .next-slide{top: -4px;}
  .bloom .swiper-button-prev:hover .middle, .bloom .swiper-button-next:hover .middle{height: 32px; margin-top: -16px;}
  .bloom .swiper-button-prev:hover .all-slides, .bloom .swiper-button-next:hover .all-slides{bottom: -4px;}
}
@media (max-width: 767px) {
  .bloom .swiper-pagination{display: inline-block;}
  .bloom .swiper-button-prev, .bloom .swiper-button-next{display: none;}
}
/*swiper*/

/*padding class*/
.bloom .padding-0-30{padding: 0 30px;}

.bloom .empty-space{position: relative; display: block;}
.bloom .h10-md{height: 10px;}
.bloom .h15-md{height: 15px;}
.bloom .h20-md{height: 20px;}
.bloom .h25-md{height: 25px;}
.bloom .h30-md{height: 30px;}
.bloom .h35-md{height: 35px;}
.bloom .h40-md{height: 40px;}
.bloom .h45-md{height: 45px;}
.bloom .h50-md{height: 50px;}
.bloom .h55-md{height: 55px;}
.bloom .h60-md{height: 60px;}
.bloom .h70-md{height: 70px;}
.bloom .h75-md{height: 75px;}
.bloom .h85-md{height: 85px;}
.bloom .h100-md{height: 100px;}
.bloom .h105-md{height: 105px;}
.bloom .h110-md{height: 110px;}
.bloom .h120-md{height: 120px;}
.bloom .h130-md{height: 130px;}
.bloom .h150-md{height: 150px;}
.bloom .h180-md{height: 180px;}
.bloom .h195-md{height: 195px;}
.bloom .h220-md{height: 220px;}
.bloom .h225-md{height: 225px;}

.bloom .fl{float: left; width:100%;}

@media (max-width: 1397px) and (min-width: 992px) {
  .bloom .my-customers .h70-md{height: 30px;}
  .bloom .my-customers .h30-sm{height: 30px;}
}
@media (max-width: 991px) {
    .bloom .h0-sm{height: 0;}
    .bloom .h10-sm{height: 10px;}
    .bloom .h20-sm{height: 20px;}
    .bloom .h30-sm{height: 30px;}
    .bloom .h35-sm{height: 35px;}
    .bloom .h50-sm{height: 50px;}
}
@media (max-width: 767px) {
    .bloom .h0-xs{height: 0px;}
    .bloom .h5-xs{height: 5px;}
    .bloom .h10-xs{height: 10px;}
    .bloom .h15-xs{height: 15px;}
    .bloom .h20-xs{height: 20px;}
    .bloom .h25-xs{height: 25px;}
    .bloom .h30-xs{height: 30px;}
    .bloom .h35-xs{height: 35px;}
    .bloom .h40-xs{height: 40px;}
    .bloom .h50-xs{height: 50px;}
    .bloom .h55-xs{height: 55px;}
    .bloom .h60-xs{height: 60px;}
    .bloom .h65-xs{height: 65px;}
    .bloom .h110-xs{height: 110px;}
}
/*padding class*/


/*tupografy*/
.bloom .h2-small, .bloom .h3-big, .bloom .h1, .bloom .h2,.bloom .h3,.bloom .h4,.bloom .h5,.bloom .h6{font-family: 'Roboto Condensed', serif; margin: 0px; padding: 0px;}
.bloom .h1{font-size: 40px; line-height: 46px; color: #222222;}
.bloom .h1 span{color: #980000;}
.bloom .h2{font-size: 32px; line-height: 32px; color: white;}
.bloom .h2-small{font-size: 28px; line-height: 32px; color: #222;}
.bloom .h3-big{font-size: 22px; line-height: 32px; color: #222;}
.bloom .h3{font-size: 16px; line-height: 34px;}
.bloom .h4{font-size: 16px; line-height: 22px; color: #222222; font-family: 'Roboto Condensed', serif;}
.bloom .h5{font-size: 16px; line-height: 24px;}


.bloom .img-text .h1{color: white;}
.bloom .img-text p{color: white; opacity: 0.7;}

.bloom .small{font-size: 14px; line-height: 30px;}
.bloom .normal{font-size: 16px; line-height: 24px;}
.bloom .normal-1{font-size: 16px; line-height: 22px;}
.bloom .normal-2{font-size: 16px; line-height: 28px;}
.bloom .normal-3{font-size: 16px; line-height: 30px;}
.bloom .normal-4{font-size: 16px; line-height: 32px;}
.bloom .normal-5{font-size: 16px; line-height: 38px;}
.bloom .big-s{font-size: 18px; line-height: 22px; color: #222222; font-family: 'Roboto Condensed', serif;}
.bloom .big{font-size: 18px; line-height: 30px;}
.bloom .bigger{font-size: 19px; line-height: 24px;}
.bloom .biggerr{font-size: 20px; line-height: 26px;}

.bloom .line-article p{padding-left: 20px; position: relative;}
.bloom .line-article p:before{position: absolute; left: 0px; top: 5px; height: calc(100% - 8px); width: 4px; background: #980000; content: "";}

.bloom article{position: relative; float: left; width: 100%;}

.bloom .white{color: #fff;}
.bloom .white-70{color: rgba(255,255,255,0.7);}
.bloom .black{color: #222222;}
.bloom .green{color: #980000;}
.bloom .grey{color: #989898;}

@media (max-width: 767px) {
    .bloom .h1{font-size: 30px; line-height: 32px;}
    .bloom .h2{font-size: 24px; line-height: 24px;}
    .bloom .h2-small{font-size: 20px; line-height: 20px;}
    .bloom .h3-big{font-size: 18px; line-height: 24px;}
}
/*tupografy*/

/*height-min max-width*/
.bloom .height-min{min-height: 100vh;}
.bloom .width-50vw{max-width: 50vw;}
.bloom .width-100vw{max-width: 100vw;}
.bloom .width-100vw.centre{margin-left: -7px;}

@media (max-width: 991px) {
  .bloom .height-min {min-height: 1px;}
  .bloom .width-50vw, .bloom .width-100vw{max-width: 100%; width: 100%;}
  .bloom .width-100vw.centre{margin-left: auto;}

  .cell-view.page-height{display: block; height: auto !important; min-height: auto !important; width: 100%; max-width: 100%;}
}
/*height-min*/


/*banner height*/
.bloom .percent80-height{position: relative; height: 80vh !important; min-height: 1px;}
.bloom .percent85-height{position: relative; height: 85vh; min-height: 1px;}
@media (max-width: 767px) {
    .bloom .percent80-height, .bloom .percent85-height{height: 500px !important;}
    .bloom .percent85-height{position: relative;}
}
/*banner height*/

/*flex*/
.bloom .flex{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%; height: 100%; min-height: inherit;
}
.bloom .flex-in{display: inline-block; width: 100%;}
@media (max-width: 991px) {
  .bloom .flex {display: inline-block;}
  .bloom .bg-clip .flex {display: flex; display: -webkit-flex; display: -ms-flexbox;}
}
/*flex*/

/*centred with table*/
.bloom .tbl{display: table; vertical-align: middle; height: 1px;}
.bloom .tbl .tbl-cell{display: table-cell; vertical-align: middle; float: none;}
@media (max-width: 991px) {
    .bloom .tbl{display: block; height: 100%;}
    .bloom .tbl .tbl-cell{display: block;}
}

/*BG*/
.bloom .bg{position:absolute; left:0px; top:0px; width:100%; height:100%; overflow:hidden; background-position: 50% 50%; background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-attachment: scroll;}
.bloom .bg.fix{position: fixed; width: 50%;}
.bloom .bg.fix-right{position: fixed; width: 50%; left: 50%;}
.bloom .bg.rel{position: relative; width: 100%;}
.bloom .bg video{position:absolute;}
.bloom .bg-span10{position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.1);}
.bloom .bg-span40{position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.4);}

 .bg-grey{background-color: #efefef;}

.bloom .bg-hover{position:absolute; left:0px; top:0px; width:100%; height:100%; padding: 30px;}
.bloom .bg-hover .plus span{height: 70px; width: 2px; background-color: white; position: absolute; top: 50%; left: 50%; margin-top: -35px; margin-left: -1px; opacity: 0;}
.bloom .bg-hover .plus span:nth-child(2){width: 70px; height: 2px; margin-top: -1px; margin-left: -35px;}
.bloom .bg-hover .lines{position: relative; display: block; width: 100%; height: 100%;}
.bloom .bg-hover .lines span:nth-child(1){position: absolute; top: -1px; left: 0; width: 0; height: 1px; background-color: white; opacity: 0.2;}
.bloom .bg-hover .lines span:nth-child(2){position: absolute; bottom: 0; right: 0; height: 0; width: 1px; background-color: white; opacity: 0.2;}
.bloom .bg-hover .lines span:nth-child(3){position: absolute; bottom: -1px; right: 0; width: 0; height: 1px; background-color: white; opacity: 0.2;}
.bloom .bg-hover .lines span:nth-child(4){position: absolute; top: 0; left: 0; height: 0; width: 1px; background-color: white; opacity: 0.2;}

.bloom .clip{clip: rect(auto, auto, auto, auto); height: 100%; position: absolute; width: 50%; left: 0; top: 0px;}
.bloom .clip-left{left: 0px;}
.bloom .clip-right{left: 50%;}

@media (min-width: 1200px) {
.bloom .bg-hover:hover{background:rgba(0,0,0,0.4);}
.bloom .bg-hover:hover .plus span{transform: rotate(-90deg); opacity: 100;}
.bloom .bg-hover:hover .lines span:nth-child(1){width: 100%;}
.bloom .bg-hover:hover .lines span:nth-child(2){height: 100%;}
.bloom .bg-hover:hover .lines span:nth-child(3){width: 100%;}
.bloom .bg-hover:hover .lines span:nth-child(4){height: 100%;}
}
@media (max-width: 991px) {
  .bloom .clip{position: static; width: 100%;}
  .bloom .clip.clip-left, .bloom .clip-right{position: absolute; top: 0; left: 0;}
  .bloom .bg.fix, .bloom .bg.fix-right{position: static; width: 100%;}
}

.bloom .bg-clip{position: static; background-position: center center; background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-attachment:fixed; height: 100vh; width: 100%;}
.bloom .bg-clip2{position: relative; left: 0px; top: 0px; background-position: 50% 50%; background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 100%; width: 50%;}
.bloom .bg-clip3{position: relative; float: left; width: 100%; height: 100%; background-position: 50% 50%; background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
.bloom .bg-img{background-size: cover; background-position: center center;}
/*BG*/

/*BUTTON*/
.bloom .button.type-bloom{position: relative; height: 40px; width: 139px; color: #222; font-size: 12px; line-height: 36px; font-family: 'Roboto Condensedf', serif; border: 2px solid rgba(34,34,34,0.7); background-color: transparent; font-style: normal;}
.bloom .button.type-bloom:before{position: absolute; bottom: 0; left: 0; content: ""; height: 0; width: 100%; background-color: #222; z-index: -1;}
@media (min-width: 1200px) {
    .bloom .button.type-bloom:hover:before{height: 100%;}
    .bloom .button.type-bloom:hover{color: white; border-color: #222;}
}
/*BUTTON*/

/*FIXED-MENU*/
.bloom .fixed-menu{color: white; position: fixed; z-index: 2; right: 50px; top: 50%; -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%);}
.bloom .fixed-menu .nav-fix-a{display: block; height: 7px; width: 7px; border-radius: 50%; background-color: #c3c3c3; margin-bottom: 15px; position: relative;}
.bloom .fixed-menu .nav-fix-a:last-child{margin-bottom:0;}
.bloom .fixed-menu .nav-fix-a span{height: 25px; width: 87px; background-color: #222222; position: absolute; right: 33px; top: -9px; text-align: center; line-height: 25px; vertical-align: middle; visibility: hidden; opacity: 0;}
.bloom .fixed-menu .nav-fix-a span:after{border: 12px solid transparent; border-left: 9px solid #222222; display: inline-block; position: absolute; right: -21px; top: 0; width: 0; height: 0; content: "";}
.bloom .fixed-menu .nav-fix-a.active{background-color: #98000;}

.bloom .fixed-menu .nav-fix-a:hover{background-color: #98000;}
.bloom .fixed-menu .nav-fix-a:hover span{visibility: visible; opacity: 1; right: 23px;}
@media (max-width: 1199px) {
    .bloom .fixed-menu{visibility: hidden;}
}
/*FIXED-MENU*/

/*HEADER*/
.bloom header.type-2{padding: 35px 0 0 0; height: auto;}
.bloom header.fixed.scrolled.type-2{padding: 20px 0 0 0; background-color: transparent; box-shadow: none;}
.bloom .logo{height: auto; line-height:0; margin-top: -12px; position: relative; top: 0; background-color: #222; padding: 20px;}
.bloom .hamburger-icon{background-color: #222; width: 40px; height: 75px; margin-top: -35px;}
.bloom .hamburger-icon span{left: 10px;}
.bloom .hamburger-icon span:nth-child(1){bottom: 27px; top: auto;}
.bloom .hamburger-icon span:nth-child(2){bottom: 21px; top: auto;}
.bloom .hamburger-icon span:nth-child(3){bottom: 15px; top: auto;}
.bloom .navigation-wrapper{display: none;}
.bloom .hamburger-icon.open-navigation{display: none;}
@media (min-width: 1200px) {
    .bloom .hamburger-icon:hover span:nth-child(1){bottom: 29px;}
    .bloom .hamburger-icon:hover span:nth-child(3){bottom: 13px;}
}
/*HEADER*/ 

/*LOADER*/
#loader-wrapper{position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: white; z-index: 20;}

.loader {
    position: absolute;
    top: 50%; margin-top: -50px;
    left: 50%; margin-left: -50px;
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #98000; 
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/*OVERLAY*/
.bloom .overlay.frame{top: 0; left: 0; right: 0; bottom: 0;}
/*OVERLAY*/ 

/*-------------------------------------------------------------------------------------------------------------------------------*/
/*  OVERLAY-MENU */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.bloom .overlay-wrapper, .bloom .overlay-wrapper-video{visibility: hidden; width: 100%; height: 100%; position: fixed; z-index: 15;}
.bloom .overlay-wrapper.active, .bloom .overlay-wrapper-video.active{visibility: visible;}
.bloom .overlay-menu{width: 100%; height: 100%; z-index: 15; opacity: 0;}
.bloom .overlay-wrapper.active .overlay-menu{opacity: 1;}
.bloom .overlay-menu ul{display: inline-block; width: 100%; z-index: 6; list-style-type: none;}
.bloom .overlay-menu ul > li{position: relative; float: left; margin: 15px 0; padding: 10px 0; font-size: 18px; width: 100%;}
.bloom .overlay-menu ul > li > ul{position: absolute; width: 100%; visibility: hidden; opacity: 0; left: calc(100% + 10px); padding: 20px 20px; background-color: #222; z-index: 6; list-style-type: none; text-align: left;}
.bloom .overlay-menu ul > li > ul > li{font-size: 14px; padding: 10px 0; margin: 0;}
.bloom .overlay-menu ul > li > a:before{position: absolute; width: 0; height: 1px; background: #fff; content: ""; left: 0; bottom: 0;}
.bloom .overlay-menu ul > li.active > a:before{width: 100%;}
.bloom .overlay-menu a{color: white; position: relative; padding-bottom: 10px;}
.bloom .overlay-animation:before{width: 0; height: 100%; position: absolute; left: 50%;  top: 0; background-color: rgba(34,34,34,0.95); content: "";}
.bloom .overlay-animation:after{width: 0; height: 100%; position: absolute; right: 50%;  top: 0; background-color: rgba(34,34,34,0.95); content: "";}
.bloom .overlay-wrapper.active .overlay-animation:before, .bloom .overlay-wrapper-video.active .overlay-animation:before{width: 50%;}
.bloom .overlay-wrapper.active .overlay-animation:after, .bloom .overlay-wrapper-video.active .overlay-animation:after{width: 50%;}
.bloom .overlay-menu .col-md-2{padding: 0;}

.bloom .btn-close *{backface-visibility:  hidden;}
.bloom .btn-close{width: 46px; height: 46px; background: #151515; display: block; position: absolute; right: 47px; top: 30px; cursor: pointer; z-index: 7;}
.bloom .btn-close span{width: 14px; height: 2px; position: absolute; left: 50%; top: 50%; margin: -1px 0 0 -7px; background: white; transform: rotate(45deg); -webkit-transform: rotate(45deg);}
.bloom .btn-close span:nth-child(2){transform: rotate(135deg); -webkit-transform: rotate(135deg);}

@media (max-height: 720px) {
  .bloom .overlay-menu{position: fixed; top: 0; left: 0; width: 100%; height: 100%; overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 70px 15px 15px 15px;}
}

@media (min-width: 992px) {
  .bloom .btn-close:hover {background: white;}
  .bloom .btn-close:hover span{background: #151515;}
  .bloom .overlay-menu ul{text-align: center;}
  .bloom .overlay-menu ul > li:hover > ul{visibility: visible; opacity: 1; left: 100%;}
  .bloom .overlay-menu ul > li:hover > a:before{width: 100%;}
}
@media (max-width: 991px) {
  .bloom .overlay-menu{position: fixed; top: 0; left: 0; width: 100%; height: 100%; overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 70px 15px 15px 15px;}
  .bloom .overlay-menu a{float: left;}
  .bloom .overlay-menu ul{position: relative; float: left; text-align: left;}
  .bloom .overlay-menu ul > li > span{position: absolute; height: 45px; width: 45px; margin-top: -10px; right: 0; cursor: pointer;}
  .bloom .overlay-menu ul > li > span:before{content: ""; position: absolute; top: 22px; left: 13px; height: 1px; width: 18px; background-color: white;}
  .bloom .overlay-menu ul > li > span:after{content: ""; position: absolute; top: 13px; left: 22px; height: 18px; width: 1px; background-color: white;}
  .bloom .overlay-menu ul > li.active.clicked span:after{transform: rotate(90deg); -webkit-transform: rotate(90deg); opacity: 0;}
  .bloom .overlay-menu ul > li {margin: 0;}
  .bloom .overlay-menu ul > li > ul{position: relative; float: left; margin: 0; transform: none; background-color: inherit; left: 10px; padding: 0px; visibility: visible; opacity: 1;}
  .bloom .overlay-menu ul > li > ul li{padding: 0px; font-size: 0px; height: 0px; line-height: 20px;}
  .bloom .overlay-menu ul > li > ul li a{padding: 0px; font-size: 0px; vertical-align: middle;}

  .bloom .overlay-menu ul > li.active.clicked ul li{padding: 10px 10px 10px 0; height: auto;}
  .bloom .overlay-menu ul > li.active.clicked ul li a{font-size: 14px;}
    
  .bloom .btn-close{top: 15px; right: 15px;}
}

/*FOOTER*/
.bloom footer{position: relative; float: left; width: 100%;}
.bloom footer .follow .entry{color: #919191;}
.bloom footer .follow .entry:hover{color: #fff;}
.bloom footer .follow .entry:before{background-color: #98000;}
@media (min-width: 1200px) {
    
}
/*FOOTER*/



/*-------------------------------------------------------------------------------------------------------------------------------*/
/*INDEX00 LEFT RIGHT best-works */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.best-works .col-xs-2.big-s:before{content: ""; width: 15px; height: 1px; background: currentColor; display: inline-block; margin: 0 6px 0 0; vertical-align: middle; position: relative; top: -1px;}
.bloom .left-right .col-md-6{height: 100%; position: relative;}
.bloom .best-works .col-md-6, .best-works .col-xs-2{padding-left: 0;}
.bloom .left-right .swiper-container{position: relative; float: left; width: 100%; max-width: 100%;}
.bloom .logo-img{position: absolute; left: 50%; top: 50%; -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background:url(../img/bloom/logo2.png) no-repeat; width: 190px; height: 192px;}
.bloom .best-works .col-xs-5 {font-style: italic;}
.bloom .best-works .col-xs-5 a {color: #222222; font-style: normal;}

@media (min-width: 1200px) {
  .bloom .best-works .col-xs-5 a:hover {color: #98000;}
}

@media (max-width: 1900px) {
  .bloom .best-works .col-md-offset-4 {margin-left: 16.66%;}
  .bloom .best-works .col-md-6 {width: 66.66%; padding-left: 15px;} 
}
@media (max-width: 1470px) and (min-width: 992px) {
    .bloom .best-works .col-xs-2 {width: 100%;}
    .bloom .best-works .col-xs-5 {width: 50%;}
    .bloom .best-works .col-xs-offset-2 {margin-left: 0;}
}
@media (max-width: 1240px) and (min-width: 992px) {
    .bloom .best-works .col-xs-5 a {width: 100%; position: relative; float: left;}
}
@media (max-width: 991px) {
    .bloom .left-right .clip.top-bg{height: 500px; width: calc(100% + 30px); margin-left: -15px;}
    .bloom .logo-img {top: 250px;}
}
@media (max-width: 767px) {
  .bloom .best-works .col-md-offset-4 {margin-left: 8.33%;}
  .bloom .best-works .col-md-6 {width: 83.33%;}
}
@media (max-width: 610px) {
 .bloom  .best-works .col-xs-2{width: 100%;}
  .bloom .best-works .col-xs-5{width: 50%;}
  .bloom .best-works .col-xs-offset-2{margin-left: 0;}
}
@media (max-width: 500px) {
    .bloom .best-works .col-xs-5{width: 100%; padding-left: 25%;}
}
/*LEFT RIGHT best-works */
/*LEFT RIGHT about-me */
.bloom .about-me ul {font-style: italic;}
.bloom .about-me ul span {color: #222222; font-style: normal;}
.bloom .about-me ul li{list-style-type: none;}
.bloom .about-me .follow .entry {color: #fff; background: #222;}
.bloom .about-me .follow .entry:first-child{margin-left: 0;}
.bloom .about-me .follow .entry:before{background-color: #98000;}

.bloom .left-right .push-left{left: -50%;}
.bloom .swiper-container.my-bg-swiper{position: absolute; left: 50%; top: 0px; width: 50%; height: 100%;}
.bloom .swiper-container.my-bg-swiper .bg-clip3{height: 100%;}
.bloom .my-bg-swiper .swiper-button-prev{left: 100px;}
.bloom .my-bg-swiper .swiper-button-next{right: 100px;}


.bloom .about-me .follow .entry:hover{background-color: #98000;}
.bloom .about-me .follow .entry:hover:before{background-color: #98000;}
@media (min-width: 1200px) {
  
}
@media (max-width: 1520px) and (min-width: 992px) {
  .bloom .about-me .col-md-4{width: 66.66%;}
  .bloom .about-me .col-media{margin-left: 16.66%; margin-top: 40px;}
}
@media (max-width: 1430px) {
  .bloom .about-me .social{margin-bottom: 10px;}
}
@media (max-width: 991px) {
  .bloom .left-right .push-left{left: 0;}
  .bloom .swiper-container.my-bg-swiper{position: relative; height: 500px; display: block; left: 0; width: 100%;}
}
@media (max-width: 767px) {
  .bloom .about-me .col-md-4:nth-child(2){margin-top: 50px; float: left;}
}
/*LEFT RIGHT about-me */
/*PORTFOLIO*/
.bloom .portfolio .my-multi-swiper .swiper-slide{padding: 0 15px;}
.bloom .portfolio .col-md-10{padding: 0;}
.bloom .portfolio .drop-list{text-align: center;}
.bloom .portfolio .drop-list li{list-style-type: none; display: inline-block; margin: 0 15px;}
.bloom .portfolio .drop-list .nav-a{color: inherit; position: relative; padding: 0 10px;}
.bloom .portfolio .drop-list .nav-a:before{content: ""; width: 0; height: 1px; position: absolute; left: 50%; top: 50%; background-color: #98000;}
.bloom .portfolio .nav-a.active{color: #98000;}
.bloom .portfolio .nav-a.active:before{left: 0; width: 100%;}
.bloom .portfolio-wrap{position: relative; float: left; width: 100%;}
.bloom .portfolio-wrap img{position: relative; float: left; width: 100%;}
.bloom .portfolio .my-multi-swiper .swiper-slide .h3{color: #222222;}
.bloom .portfolio .my-multi-swiper .swiper-slide p{font-style: italic;}
.bloom .portfolio .my-multi-swiper .swiper-slide a{color: #989898; display: block;}
.bloom .portfolio .my-multi-swiper .swiper-slide a span{word-spacing: 10px; font-style: italic;}
.bloom .portfolio .my-multi-swiper{position: absolute; left: 0px; top: 0px; width: 100%; opacity: 0; z-index: 0;}
.bloom .portfolio .my-multi-swiper:nth-child(1){position: relative; float: left;}
.bloom .portfolio .my-multi-swiper.active{opacity: 1; z-index: 1;}
.bloom .portfolio .drop-menu{display: none;}
.bloom .portfolio .my-multi-swiper .normal-3{font-style: italic;}

@media (min-width: 768px){
    .bloom .full-height-block{min-height: 100vh;}
}
/*for all header on center container-fluid*/
@media (min-width: 1200px) and (max-width: 1700px) {
    .bloom .col-lg-4.col-lg-offset-4.col-md-8.col-md-offset-2.col-sm-10.col-sm-offset-1.col-xs-12.col-xs-offset-0.text-center{width: 50%; margin-left: 25%;}
}
@media (min-width: 1200px) {
  .bloom .portfolio .drop-list .nav-a:hover{color: #98000;}
  .bloom .portfolio .nav-a:hover:before{left: 0; width: 100%;}
  .bloom .portfolio .my-multi-swiper .swiper-slide .h3:hover{color: #98000;}
  .bloom .portfolio .my-multi-swiper .swiper-slide a:hover{color: #98000;}
}
@media (max-width: 940px) {
 .bloom .portfolio .col-md-offset-1{margin-left: 0;}
 .bloom .portfolio .col-md-10 {width: 100%;}
}
@media (max-width: 991px) {
 .bloom .portfolio .swiper-container-horizontal > .swiper-pagination {position: relative; bottom: 0; margin-top: 10px;}
}
@media (max-width: 767px) {
 .bloom .portfolio .col-md-offset-1{margin-left: 25%;}
 .bloom .portfolio .col-md-10 {width: 50%;}
 .bloom .portfolio .drop-menu{font-weight: bold; font-size: 16px; display: block; width: 290px; height: 40px; position: relative; cursor: pointer; margin: 0 auto; border-bottom: 1px solid #d0d0d0; text-align: center; line-height: 40px; color: #989898;}
 .bloom .portfolio .drop-menu.active{border-color: #95a55e; margin-bottom: 10px;}
 .bloom .portfolio .drop-menu i{padding-left: 10px; margin-right: -22px;}
 .bloom .portfolio .drop-menu.active i{color: #98000;}
 .bloom .portfolio .drop-list{font-size: 0; line-height: 0;}
 .bloom .portfolio .drop-list .nav-a:before{width: 0;}
 .bloom .portfolio .drop-list.active{font-size: 14px; line-height: 40px;}
 .bloom .portfolio .drop-list.active .nav-a.active:before{width: 100%;}
 .bloom .portfolio .drop-list li{margin: 0;}
 .bloom .portfolio .drop-list.active li{display: block; width: 100%;}
 .bloom .portfolio .drop-list.active li .nav-a{height: 40px;}
}
@media (max-width: 567px) {
 .bloom .portfolio .col-md-offset-1{margin-left: 16.66%;}
 .bloom .portfolio .col-md-10 {width: 66.66%;}
}
@media (max-width: 419px) {
 .bloom .portfolio .col-md-offset-1{margin-left: 8.33%;}
 .bloom .portfolio .col-md-10 {width: 83.33%;}
}
@media (max-width: 321px) {
 .bloom .portfolio .col-md-offset-1{margin-left: 0%;}
 .bloom .portfolio .col-md-10 {width: 100%;}
}
/*PORTFOLIO*/

/*LEFT RIGHT services*/
.bloom .services h3 + p {font-size: 13px; line-height: 30px; font-style: italic;}
.bloom .services p{font-family: 'Roboto Condensed', serif;}
.bloom .services article{text-align: center;}
/*LEFT RIGHT services*/

 /*skill-circle*/
 .bloom .circle{height: 160px; width: 160px; margin-left: auto; margin-right: auto; padding-right: 5px; margin-top: -30px;}
 .timer{font-weight: bold;}
 /*end skill-circle*/

 /*LEFT RIGHT my-customers*/

.bloom .swiper-wrapper.white-70.biggerr .swiper-slide p, .bloom .swiper-wrapper.white-70.biggerr .swiper-slide span{font-style: italic; max-width: 560px; margin-left: auto; margin-right: auto;}
.bloom .my-customers .col-xs-4{padding: 0 0;}

@media (max-width: 1600px){
    .bloom .swiper-container.style-1 .swiper-button{display: none;}
    .bloom .swiper-container.style-1 .swiper-pagination{display: block; position: relative;}
}

@media (max-width: 1397px) and (min-width: 992px) {
  .bloom .my-customers .col-xs-4{width: 50%;}
  .bloom .my-customers .col-xs-4{text-align: center;}
}
@media (max-width: 450px){
  .bloom .my-customers .col-xs-4{width: 50%;}
  .bloom .my-customers .col-xs-4{text-align: center;}
}
/*LEFT RIGHT my-customers*/
/*LEFT RIGHT contact-info*/
.bloom #map-canvas{position: absolute; top: 0; bottom: 0; height: 100%; width: 100%;}
.bloom .left-right .map-wrap{position: absolute; left: 0; top: 0px; width: 50%; height: 100%;}
.bloom .contact-info ul li{list-style-type: none; color: #989898; font-style: italic;}
.bloom .contact-info ul a {font-style: normal; color: #222222;}

.bloom form{font-family: 'Roboto Condensed', serif;}
.bloom .input-wrapper .input {font-style: italic; font-size: 13px;line-height: 28px; font-family: 'Roboto Condensed', serif;}
.bloom .input-wrapper label{font-size: 13px; font-style: italic; font-family: 'Roboto Condensed', serif;}
@media (min-width: 1200px) {
  .bloom .contact-info article a:hover{color: #98000;}
}
@media (max-width: 991px) {
  .bloom .left-right .map-wrap{position: relative; left: 0; height: 300px; display: block; width: calc(100% + 30px); margin-left: -15px;}
}
/*LEFT RIGHT contact-info*/

/*LEFT RIGHT blocks*/
.bloom .left-right .col-md-6{position: static;}
.bloom .to-left{left: calc(-100% + -30px);}
@media (max-width: 991px) {
    .bloom .left-right .col-md-6{position: relative;}
    .bloom .to-left{left: 0;}
}
/*LEFT RIGHT*/


/----------------------------------------------------------------------------------------*/
/* 58 - DETAILPOST 01 bloom*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
.bloom .h5.article-options-title{margin-right: 20px;}
.bloom .comments-wrapper .comment-entry .simple-article.small a{color: #222;}
.bloom .simple-article.normal-3 span{word-spacing: 10px;}
.bloom .simple-article .col-xs-12 span{width: 100%; height: 100%;}
.bloom .col-md-8 .col-sm-6 .blog-landing-entry-2 .description{padding: 0; border: none;}
.bloom .follow.style-4 .entry{background: #eaeaea; color: #919191; border: 0px;}
.bloom .follow.style-4 .entry:hover{color: #fff;}
.bloom .follow.style-4 .entry:before{background-color: #98000;}
.bloom .follow.style-4 .entry i{margin-top: 1px;}
.bloom .comments-wrapper .comment-entry .description .bigger{font-weight: bold;}
.bloom .comments-wrapper .comment-entry .description a{text-decoration: none;}
.bloom .comments-wrapper .comment-entry .description a:hover{color: #98000;}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 59 - DETAILPOST 02 bloom*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
.bloom .simple-slider.style-1{height: auto;}
.bloom .simple-slider.style-1.swiper-container-horizontal > .swiper-pagination{position: absolute; bottom: 20px;}
.bloom .sorting-item .blog-landing-entry-1{overflow: hidden;}
.bloom .sorting-item .blog-landing-entry-1 .description{padding: 0;}
.bloom .blog-landing-entry-1 .description .title{height: auto;}

.bloom .blog-landing-entry-1{height: 350px;}
.bloom .blog-landing-entry-1 .mouseover{bottom: 100px;}
.bloom .blog-landing-entry-1 .description{height: 100px;}
@media (max-width: 991px){
    .bloom .simple-slider.style-1.swiper-container-horizontal > .swiper-pagination{position: absolute; bottom: 10px;}
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 60 - PORTFOLIO 01 bloom */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.bloom .link-img-item{position: relative; float: left; height: 50vh; min-height: 200px; width: 100%;}
.bloom .link-img-item .bg:after{position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ""; background: rgba(0,0,0,.4);}
.bloom .link-img-item .bg{background-size: cover; background-position: center top; -webkit-filter: grayscale(1); filter: grayscale(1); transition: all .3s ease-out; -webkit-transition: all .3s ease-out;}
.bloom .link-img-item:hover .bg{-webkit-filter: grayscale(0); filter: grayscale(0);}
.bloom .nice-slider-item .text .simple-article{bottom: auto; text-align: center; top: 50%; -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%);}
.bloom .nice-slider-item:hover .text .simple-article{bottom: auto;}

.bloom .nice-slider-item .text:hover .simple-article .h2-small{transform: scale(0.8); -webkit-transform: scale(0.8); -ms-transform: scale(0.8);}
.bloom .nice-slider-item .text span{position: absolute; background: #95a55e;}
.bloom .nice-slider-item .text span:nth-child(1){left: -5px; top: -5px; width: 0; height: 5px;}
.bloom .nice-slider-item .text span:nth-child(2){right: -5px; top: -5px; height: 0; width: 5px;}
.bloom .nice-slider-item .text span:nth-child(3){right: -5px; bottom: -5px; width: 0; height: 5px;}
.bloom .nice-slider-item .text span:nth-child(4){left: -5px; bottom: -5px; height: 0; width: 5px;}
.bloom .nice-slider-item .text:hover span:nth-child(odd){width: calc(100% + 5px);}
.bloom .nice-slider-item .text:hover span:nth-child(even){height: calc(100% + 5px);}

@media (min-width: 768px) {
    .bloom .nice-slider-item .text{left: 50%; margin-left: -130px; bottom: 50%; margin-bottom: -130px !important;}
}
@media (max-width: 767px) {
    .bloom .link-img-item{height: 200px;}
    .bloom .link-img-item .bg{-webkit-filter: grayscale(0); filter: grayscale(0);}
}
@media (max-height: 800px) and (min-width: 768px) {
    .bloom .nice-slider-item .text{margin-bottom: -90px !important;}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 61 - PORTFOLIO 02 bloom */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.bloom .homepage-portfolio-preview .image{-webkit-filter: grayscale(0); filter: grayscale(0); -ms-filter: grayscale(0); backface-visibility: hidden;}
.bloom .homepage-portfolio-preview:hover .image{transform: scale(1.2); -webkit-transform: scale(1.2); -webkit-transition:transform 10s ease-out; transition:transform 10s ease-out; -ms-transform: scale(1.2); -ms-transition:transform 10s ease-out; backface-visibility: hidden;}
.bloom .homepage-portfolio-preview:not(:hover):after{ background: rgba(0,0,0,.1); content: "";}
.bloom .homepage-portfolio-preview:after{position: absolute; left: 0; top: 0; height: 100%; width: 100%;}

.bloom .homepage-portfolio-preview .text span{position: relative; display: inline-block;}
.bloom .homepage-portfolio-preview .text span:hover{transform: scale(0.9); -webkit-transform: scale(0.9); -ms-transform: scale(0.9);}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 62 - PORTFOLIO 03 bloom */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.bloom .homepage-portfolio-preview-1{max-width: none;}
.bloom .homepage-portfolio-preview-1 .label{padding: 35px 40px; position: absolute;  left: 50%; right: auto; left: 0; bottom: 0; width: 100%; text-align: left;}

.bloom .homepage-portfolio-preview-1:hover .background{transform: translateY(0%); -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: scale(1.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2);}
.bloom .homepage-portfolio-preview-1 .text{transform: translateX(-101%) !important; -webkit-transform: translateX(-101%) !important; -ms-transform: translateX(-101%) !important; transform: translateY(0%); -webkit-transform: translateY(0%); -ms-transform: translateY(0%);}
.bloom .homepage-portfolio-preview-1:hover .text{transform: translateX(0%) !important; -webkit-transform: translateX(0%) !important; -ms-transform: translateX(0%) !important; -ms-transform: translateY(0%);}

.bloom .portfolio-1.col-3 .sorting-item, .bloom .portfolio-1.col-3 .grid-sizer {width: 33.33%;}
 @media (max-width: 991px) {
    .bloom .portfolio-1.col-3 .sorting-item, .bloom .portfolio-1.col-3 .grid-sizer {width: 50%;}
 }
 @media (max-width: 767px) {
    .bloom .portfolio-1.col-3 .sorting-item, .bloom .portfolio-1.col-3 .grid-sizer {width: 100%;}
 }


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 64 - PORTFOLIO 05 bloom */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.bloom .responsive-filtration-toggle{text-transform: none;}
.bloom .sorting-menu.style-1 a:after{top: 50%; left: 50%; width: 0; background-color: #98000;}
.bloom .sorting-menu.style-1 a.active{color: #98000;}
.bloom .sorting-menu.style-1 a.active:after{width: 100%; left: 0;}

.bloom .sorting-menu.style-1 .responsive-filtration-title{color: #989898; border-bottom: 1px #d0d0d0 solid; margin-bottom: 10px; text-transform: none;}
.bloom .sorting-menu.style-1 .responsive-filtration-title.active{border-color: #98000;}
.bloom .sorting-menu.style-1 a{color: #989898;}
.bloom .sorting-menu.style-1 .responsive-filtration-toggle li{padding-bottom: 5px;}

.bloom .portfolio-1-wrapper{max-width: none;}
.bloom .portfolio-1-wrapper .portfolio-1{margin: 0 15px;}
.bloom .portfolio-1 .sorting-item{padding: 15px;}
.bloom .portfolio-1 .sorting-item, .bloom .portfolio-1 .grid-sizer{width: 25%;}

 @media (min-width: 768px) {
    .bloom .sorting-menu.style-1 a:hover{color: #98000;}
    .bloom .sorting-menu.style-1 a:hover:after{width: 100%; left: 0;}
    
 }
  @media (max-width: 1199px) {
    .bloom .portfolio-1 .sorting-item, .bloom .portfolio-1 .grid-sizer{width: 33.33%;}
}
@media (max-width: 991px) {
    .bloom .portfolio-1 .sorting-item, .bloom .portfolio-1 .grid-sizer{width: 50%;}
}
@media (max-width: 767px) {
    .bloom .portfolio-1-wrapper{max-width: 570px;}
    .bloom .portfolio-1 .sorting-item, .bloom .portfolio-1 .grid-sizer{width: 100%;}
    .bloom .portfolio-1 .sorting-item{margin-bottom: 0;}
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 65 - PORTFOLIO 06 bloom */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.bloom .sorting-item .text-content a:hover{color: #98000;}
.bloom .portfolio-6 .sorting-item, .bloom .portfolio-6 .grid-sizer{width: 50%;}
.bloom .portfolio-landing-entry-1.style-1{max-width: none;}
.bloom .sorting-menu.style-2 .responsive-filtration-title{text-transform: none;}

.bloom .sorting-menu.style-2 .responsive-filtration-toggle{visibility: hidden; left: 0; top: 100%;  width: 100%; opacity: 0; transform-origin: 0 0; -webkit-transform-origin: 0 0; transform: perspective(0px) rotateX(0deg); -webkit-transform: perspective(0px) rotateX(0deg);}
.bloom .sorting-menu.style-2 .responsive-filtration-title.active+.responsive-filtration-toggle{visibility: visible; transform: perspective(0px) rotateX(0deg); opacity: 1;}

.bloom .sorting-menu.style-2 .responsive-filtration-toggle li{margin-bottom: 0;}
.bloom .sorting-menu.style-2 .responsive-filtration-title.active+.responsive-filtration-toggle li{margin-bottom: 10px;}
.bloom .sorting-menu.style-2 .responsive-filtration-toggle{z-index: 2; margin-top: -30px; padding: 0 20px;}
.bloom .sorting-menu.style-2 .responsive-filtration-title{z-index: 3; background: #fff;}
.bloom .sorting-menu.style-2 .responsive-filtration-title.active+.responsive-filtration-toggle{margin-top: 0; padding: 20px 20px;}

.bloom .mouseover:hover .full-size.bg-img{transform: scale(1.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2);}

.bloom .mouseover.new-style .mouseover-helper-frame:before, .bloom .mouseover.new-style .mouseover-helper-frame:after{display: none;}
.bloom .mouseover.new-style .mouseover-helper-frame{opacity: 1;}
.bloom .mouseover.new-style .mouseover-helper-frame span{position: absolute; background: rgba(255,255,255,.4); opacity: 1;}
.bloom .mouseover.new-style .mouseover-helper-frame span:nth-child(1){left: 0; top: -1px; height: 1px; width: 0;}
.bloom .mouseover.new-style .mouseover-helper-frame span:nth-child(2){top: 0; right: 0; height: 0; width: 1px;}
.bloom .mouseover.new-style .mouseover-helper-frame span:nth-child(3){right: 0; bottom: -1px; height: 1px; width: 0;}
.bloom .mouseover.new-style .mouseover-helper-frame span:nth-child(4){bottom: 0; left: 0; height: 0; width: 1px;}
.bloom .mouseover.new-style:hover .mouseover-helper-frame span:nth-child(1), .bloom .mouseover.new-style:hover .mouseover-helper-frame span:nth-child(3){width: 100%;}
.bloom .mouseover.new-style:hover .mouseover-helper-frame span:nth-child(2), .bloom .mouseover.new-style:hover .mouseover-helper-frame span:nth-child(4){height: 100%;}

.bloom .mouseover.new-style .mouseover-helper-icon{transform: rotate(0deg); -webkit-transform: rotate(0deg); opacity: 1;}
.bloom .mouseover.new-style .mouseover-helper-icon:before{width: 0; opacity: 1;}
.bloom .mouseover.new-style .mouseover-helper-icon:after{height: 0; opacity: 1;}
.bloom .mouseover.new-style:hover .mouseover-helper-icon:before{width: 100%;}
.bloom .mouseover.new-style:hover .mouseover-helper-icon:after{height: 100%;}

@media (max-width: 767px) {
    .bloom .portfolio-6 .sorting-item, .bloom .portfolio-6 .grid-sizer{width: 100%;}
    .bloom .portfolio-landing-entry-1.style-1{max-width: 520px;}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 66 - PORTFOLIO 07 bloom */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.bloom .padding-0-30 .col-md-6 .homepage-portfolio-preview-1 a .background:hover{transform: scale(1.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2);}
.bloom .container-fluid.padding-0-30 .homepage-portfolio-preview-1 a{padding-bottom: 600px;}
 
 @media (max-width: 767px) {
    .bloom .container-fluid.padding-0-30 .homepage-portfolio-preview-1 a{padding-bottom: 480px;}
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 67 - ABOUT 01 bloom */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.bloom .left-right-entry .right{top: 0; bottom: 0;}
.bloom .button.type-2:hover:after{bottom: 100%; background: black;}
.bloom .button.type-2:before{position: absolute; left: 0; bottom: 100%; width: 0; height: 2px; background: #95a55e; content: ""; z-index: 2;}
.bloom .button.type-2:hover:before{width: 100%;}
.bloom .left-right-entry .cell-view{height: 460px; padding: 30px 0;}

@media (max-width: 767px) {
    .bloom .left-right-entry .cell-view{height: auto;}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 68 - ABOUT 02 bloom */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.bloom .swiper-container.team .swiper-slide{padding: 0 5px 0 5px;}
.bloom .swiper-container.quote .swiper-pagination{display: block;}
.bloom .swiper-container.team .swiper-slide .team-entry{max-width: 480px;}
.bloom .team-thumbnail-wrapper .follow{top: 2px;}
.bloom .swiper-slide .team-thumbnail-wrapper .follow.style-5 .entry{background: #eaeaea; color: #919191;}
.bloom .swiper-slide .team-thumbnail-wrapper .follow.style-5 .entry:hover{color: #fff;}
.bloom .swiper-slide .team-thumbnail-wrapper .follow.style-5 .entry:before{background-color: #98000;}
.bloom .swiper-container.quote .biggerr{font-weight: bold;}

.bloom .scroll-button.style-3:after{left: 100%; top: 0; right: 0; bottom: 100%; border-top: 0px #fff solid; border-right: 0px #fff solid;}
.bloom .scroll-button.style-3:hover:after{bottom: 0; left: 0; border-top: 1px #fff solid; border-right: 1px #fff solid;}
.bloom .scroll-button.style-3:before{left: 0; top: 100%; right: 100%; bottom: 0; border-left: 0px #fff solid; border-bottom: 0px #fff solid;}
.bloom .scroll-button.style-3:hover:before{top: 0; right: 0; border-left: 1px #fff solid; border-bottom: 1px #fff solid;}

@media (min-width: 1200px) {
    .bloom .swiper-container .swiper-slide .team-entry .h3:hover{color: #980000;}
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 69 - CONTACTS 01 bloom */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.bloom .map-wrapper{height: 600px; margin-top: -100px;}
.bloom .map-wrapper .map-wrap{left: 0; height: 100%;}
.bloom .contacts-wrapper-1{background-color: transparent;}
.bloom .contacts-wrapper-1 .contacts-entry{border-color: #cacaca;}
.bloom .contacts-wrapper-1 .contacts-entry .simple-article a{text-decoration: none;}
.bloom .contacts-wrapper-1 .contacts-entry i{color: #fff;}

.bloom .contacts-wrapper-1 .contacts-entry .entry:before{background-color: #98000;}
.bloom .contacts-wrapper-1 .contacts-entry .entry:hover{background-color: #98000;}
.bloom .contacts-wrapper-1 .contacts-entry .entry:hover:before{background-color: #98000;}
@media (min-width: 1200px) {
    .bloom .contacts-wrapper-1 .contacts-entry .simple-article a:hover{color: #98000;}
}
@media (max-width: 991px) {
    .bloom .contacts-wrapper-1 .col-sm-4:nth-child(3) .contacts-entry{border: none;}
}
@media (max-width: 767px) {
    .bloom .map-wrapper{height: 400px; margin-top: -100px;}
    .bloom .contacts-wrapper-1 .contacts-entry{border: none;}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 70 - SERVICES 01 bloom */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.bloom .services-square-wrapper .services-square-entry{width: 25%;}

.bloom .services-square-entry .layer-2{background: #222; transform: scale(1) translateY(0%); -webkit-transform: scale(1) translateY(0%); -ms-transform: scale(1) translateY(0%); opacity: 1; top: 100%;}
.bloom .services-square-entry:hover .layer-2{transform: scale(1) translateY(0%); -webkit-transform: scale(1) translateY(0%); -ms-transform: scale(1) translateY(0%); opacity: 1; top: 0;}
.bloom .services-square-entry .layer-2 .valign-text-wrapper{position: absolute; top: -50%; transform: translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); opacity: 0;}
.bloom .services-square-entry:hover .layer-2 .valign-text-wrapper{top: 50%; opacity: 1;}

@media (max-width: 991px) {
    .bloom .services-square-wrapper .services-square-entry{width: 33.33%;}
}
@media (max-width: 767px) {
    .bloom .services-square-wrapper .services-square-entry{width: 100%;}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 71 - SERVICES 02 bloom */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.bloom .title-line span{height: 4px; background-color: #222;}

@media (min-width: 768px) {
    .bloom .swiper-container.simple-slider.style-1.percent80-height .swiper-pagination{display: none !important;}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 72 - DETAILPROJECT 01 bloom*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
.bloom .container .col-sm-6.col-sm-offset-3 .biggerr.black{font-weight: bold;}
.bloom .portfolio-detail-related-entry{padding-bottom: 67%;}
.bloom .portfolio-detail-related-entry .text{width: auto; bottom: auto; top: 50%; left: 50%; text-align: center; -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.bloom .portfolio-detail-related-entry:hover .text{margin: 0; padding: 0;}
.bloom .portfolio-detail-related-entry .text .wide-container-fluid{padding: 0 0;}
.bloom .portfolio-detail-related-entry .tag{margin: 0; padding: 0;}
.bloom .portfolio-detail-related-entry:hover .tag{margin: 0; padding: 0;}
.bloom .portfolio-detail-related-entry .h3-big{position: relative; display: inline-block; transform: scale(1); -webkit-transform: scale(1); -ms-transform: scale(1);}
.bloom .portfolio-detail-related-entry .h3-big:hover{transform: scale(0.9); -webkit-transform: scale(0.9); -ms-transform: scale(0.9);}
.bloom .portfolio-detail-related-entry:hover .background{transform: scale(1.2); -webkit-transform: scale(1.2);}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 73 - DETAILPROJECT 02 bloom*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
.bloom .portfolio-detail-related-entry{background: #fff;}
.bloom .portfolio-detail-related-entry .square-hamburger-icon span{background: #98000;}
.bloom .portfolio-detail-related-entry .text .wide-container{padding: 0 0;}
.bloom .hover-green:hover{color: #95a55e; text-decoration: none;}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 74 - PRESENTATION bloom*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
.bloom.presentation{background: #f2f2f2;}
.bloom.presentation .container-full{padding: 0;}
.bloom.presentation .container-full.active{padding-top: 104px;}
.bloom.presentation .container-full.active .sorting-menu.style-3{position: fixed; top: 0; width: 100%; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.3); z-index: 5;}
.bloom.presentation .sorting-menu.style-3{position: relative; max-width: none; background: #fff;}
.bloom.presentation .sorting-menu.style-3 li{margin: 0 -2px -1px -2px;}
.bloom.presentation .sorting-menu.style-3 a{color: #222; line-height: 46px; padding: 28px 70px; display: inline-block; background: #fff; margin: 0; font-size: 15px; font-weight: bold; border: 1px solid #eee;}

.bloom.presentation .sorting-menu .mouseover-simple:after, .bloom.presentation .sorting-menu .mouseover-simple:before{top: auto; bottom: 35px; opacity: 1; background: #95a55e !important; height: 2px;}
.bloom.presentation .sorting-menu .mouseover-simple:after{left: 50%;}
.bloom.presentation .sorting-menu .mouseover-simple:before{right: 50%;}
.bloom.presentation .sorting-menu .mouseover-simple:hover:after{left: 70px;}
.bloom.presentation .sorting-menu .mouseover-simple:hover:before{right: 70px;}
.bloom.presentation .sorting-menu.style-3 a{font-size: 16px;}
.bloom.presentation .sorting-menu.style-3 a.active{background-color: #222; color: #fff; border-color: #222;}
.bloom.presentation .sorting-menu.style-3 .mouseover-simple.active:after{left: 70px; background: #fff !important;}
.bloom.presentation .sorting-menu.style-3 .mouseover-simple.active:before{right: 70px; background: #fff !important;}
.bloom.presentation .sorting-menu.style-3 a[data-filter=".filter-1"].active, .bloom.presentation .sorting-menu.style-3 a[data-filter=".filter-2"].active, .bloom.presentation .sorting-menu.style-3 a[data-filter=".filter-3"].active, .bloom.presentation .sorting-menu.style-3 a[data-filter=".filter-4"].active, .bloom.presentation .sorting-menu.style-3 a[data-filter=".filter-5"].active{background: #222; color: #fff;}

.bloom.presentation .blog-1 .sorting-item{width: 25%; padding-bottom: 40px;}
.bloom.presentation .blog-landing-entry-1{height: 100%; overflow: visible !important;}
.bloom.presentation .blog-landing-entry-1 .mouseover{position: relative; height: auto; box-shadow: 3px 3px 10px rgba(0,0,0,.15) !important;}
.bloom.presentation .blog-landing-entry-1 .mouseover img{width: 100%; height: auto; margin-bottom: -8px; transform: scale(1);}
.bloom.presentation .blog-landing-entry-1 .mouseover:not(:hover):after{background: transparent;}
.bloom.presentation .blog-landing-entry-1 .mouseover:hover{transform: scale(1);}
.bloom.presentation .blog-landing-entry-1 .mouseover:hover img{transform: scale(1.2);}
.bloom.presentation .blog-landing-entry-1, .bloom.presentation .blog-landing-entry-1:hover{box-shadow: none !important;}
.bloom.presentation .description{text-align: center; padding: 0; margin: 0; height: 50px; line-height: 50px; background: transparent; position: relative;}
.bloom.presentation .description a{font-size: 15px; width: auto; position: relative; padding-bottom: 5px;}
.bloom.presentation .description a:hover{color: #222;}
.bloom.presentation .description .title a:before{position: absolute; left: 0; top: auto; bottom: 0; width: 0; height: 2px; background: #98000; content: "";}
.bloom.presentation .description .title a:hover:before{width: 100%;}
.bloom.presentation .blog-1 .grid-sizer{width: 0;}
.bloom.presentation .container-fluid{padding-left: 30px; padding-right: 30px;}
.bloom.presentation .container-full .sorting-menu.style-3 .responsive-filtration-title{display: none;}

.bloom.presentation .features-item{padding-bottom: 40px; min-height: 1px;}

.bloom.presentation .full-size-banner-entry:before{background: rgba(0,0,0,.65);}
.bloom.presentation .sorting-container{min-height: 0;}
.bloom.presentation .fixed-background .banner-height .button.type-3{color: #fff;}
.bloom.presentation .fixed-background .banner-height .banner-max-width .simple-article{font-size: 18px; font-weight: bold;}
.bloom.presentation .fixed-background .banner-height .simple-article.large.light.transparent{line-height: 34px;}
.bloom.presentation .fixed-background .banner-height .button.type-3:before, .bloom.presentation .fixed-background .banner-height .button.type-3:after{border-color: #fff}

.bloom.presentation .full-size-banner-entry .button.type-bloom{color: #fff; border-color: rgba(255,255,255,0.7); width: auto; padding-left: 15px; padding-right: 15px; z-index: 1;}
.bloom.presentation .full-size-banner-entry .button.type-bloom:before{position: absolute; bottom: 0; left: 0; content: ""; height: 0; width: 100%; background-color: #fff; z-index: -1;}
@media (min-width: 1200px) {
    .bloom.presentation .full-size-banner-entry .button.type-bloom:hover:before{height: 100%;}
    .bloom.presentation .full-size-banner-entry .button.type-bloom:hover{color: #222; border-color: #fff;}
    .bloom.presentation .full-size-banner-entry .button.type-bloom:hover{background-color: #fff;}
}
@media (max-width: 1690px) {
    .bloom.presentation .sorting-menu.style-3 a{padding: 28px 50px;}
    .bloom.presentation .sorting-menu.style-3 a.mouseover-simple:hover:before, .bloom.presentation .sorting-menu.style-3 a.mouseover-simple.active:before{right: 50px;}
    .bloom.presentation .sorting-menu.style-3 a.mouseover-simple:hover:after, .bloom.presentation .sorting-menu.style-3 a.mouseover-simple.active:after{left: 50px;}
}
@media (max-width: 1370px) {
    .bloom.presentation .sorting-menu.style-3 a{padding: 28px 40px;}
    .bloom.presentation .sorting-menu.style-3 a.mouseover-simple:hover:before, .bloom.presentation .sorting-menu.style-3 a.mouseover-simple.active:before{right: 40px;}
    .bloom.presentation .sorting-menu.style-3 a.mouseover-simple:hover:after, .bloom.presentation .sorting-menu.style-3 a.mouseover-simple.active:after{left: 40px;}
}
@media (max-width: 1210px) {
    .bloom.presentation .sorting-menu.style-3 a{padding: 28px 25px;}
    .bloom.presentation .sorting-menu.style-3 a.mouseover-simple:hover:before, .bloom.presentation .sorting-menu.style-3 a.mouseover-simple.active:before{right: 25px;}
    .bloom.presentation .sorting-menu.style-3 a.mouseover-simple:hover:after, .bloom.presentation .sorting-menu.style-3 a.mouseover-simple.active:after{left: 25px;}
}

@media (max-width: 1199px) {
    .bloom.presentation .blog-1 .sorting-item{width: 33.33%;}
}
@media (max-width: 991px) {
    .bloom.presentation .blog-1 .sorting-item{width: 50%;}
    .bloom.presentation .container-full .sorting-menu.style-3 .responsive-filtration-title{display: block; padding: 5px 0;}
    
    .bloom.presentation .sorting-menu.style-3 .responsive-filtration-title{display: block;}
    .bloom.presentation .container-full .sorting-menu.style-3 {max-width: 375px; margin: 0 auto; background: transparent;}
    .bloom.presentation .container-full.active{padding-top: 60px;}
    .bloom.presentation .container-full.active .sorting-menu.style-3{width: 100%; max-width: none;}
    .bloom.presentation .container-full.active .sorting-menu.style-3 .responsive-filtration-title{border-bottom: none;}
    .bloom.presentation .sorting-menu.style-3 a{width: 100%; padding: 0;}
    .bloom.presentation .sorting-menu .mouseover-simple:after, .bloom.presentation .sorting-menu .mouseover-simple:before{display: none;}

    
    .bloom.presentation .sorting-menu.style-3 .responsive-filtration-toggle li{display: none;}
    .bloom.presentation .sorting-menu.style-3 .responsive-filtration-title.active + .responsive-filtration-toggle li{display: block;}
}
@media (max-width: 767px) {
    .bloom.presentation .container-fluid.active .sorting-menu.style-3{margin-left: -15px;}
    .bloom.presentation .container-fluid{padding-left: 15px; padding-right: 15px;}
    .bloom.presentation .blog-1 .sorting-item{width: 100%;}

    .bloom.presentation .fixed-background .banner-height{position: relative; height: auto;}
    .bloom.presentation .full-size-banner-entry{position: relative; height: auto;}

    .bloom.presentation .fixed-background .banner-height .simple-article.large.light.transparent{line-height: 24px; font-size: 14px;}
    .bloom.presentation .fixed-background .banner-height .banner-max-width .simple-article{font-size: 16px;}
    .bloom.presentation .banner-height .col-sm-4{margin-left: 30%!important; width: 70%!important;}
}
@media (max-width: 540px) {
    .bloom.presentation .banner-height .col-sm-4{margin-left: 20%!important; width: 80%!important;}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 75 - MEDIA QUERIES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*Desktops (>=1200px)*/
@media (min-width: 1200px) {

}
/*Desktops (>=992px)*/
@media (max-width: 1199px) {

}
/* Tablets (>=768px)*/
@media (max-width: 991px) {

}
/*Phones (<768px)*/
@media (max-width: 767px) {

}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 76 - CSS ANIMATIONS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.class{-webkit-transition:none; transition:none;}
.bloom .nice-slider-item .text span, .bloom .overlay-menu ul > li > ul, .bloom.presentation .description a, .bloom.presentation .description .title a:before, .bloom .mouseover.new-style .mouseover-helper-frame span, .bloom .comments-wrapper .comment-entry .description a, .bloom .col-md-4 .simple-article.grey .mouseover-simple, .bloom .blog-landing-entry-4 .description .h2-small, .bloom .link-hover-green, .bloom .overlay-menu ul > li > a:before, .bloom .overlay-menu ul > li span:after, .bloom .overlay-menu ul > li.active.clicked span:after, .bloom .contacts-wrapper-1 .contacts-entry .simple-article a, .bloom .swiper-container .swiper-slide .team-entry .h3, .bloom .sorting-item .text-content a, .bloom .popular-entry .description .h5, .bloom .sorting-menu.style-3 a.active, .bloom .description .title .h5, .contact-info ul a,.portfolio .my-multi-swiper .swiper-slide a, .portfolio .drop-list .nav-a:before, .portfolio .drop-list .nav-a, .best-works .col-xs-5 a, .hamburger-icon span, .hamburger-icon.open-navigation:before, .slider-click, .slider-click *, .button, .button:after, .button:before, .mouseover:after, .mouseover-helper-icon, .follow .entry, .follow .entry:before, nav>ul ul, .megamenu, .overlay nav > ul > li > a:before, .button-close, .button-close:before, .button-close:after, nav>ul>li>a:before, .toggle-icon:after, .slider-click .preview .entry, .mouseover-simple:after, .mouseover-simple:before, .button-link:before, .button-link:after, .slice-slider-container .pagination .point, .slice-slider-container .pagination .point:before, .slide-title-small, .copyright a, .client-entry .client-logo, .client-entry .client-thumbnail, header, .sorting-menu a, .sorting-menu a:after, .portfolio-detail-related-entry .background:before, .square-hamburger-icon span, .play-button:before, .portfolio-arrow, .responsive-filtration-toggle, .footer-nav a, .page-pagination a, .tag-button, .loaded .homepage-7-slider .slide-text-label, .banner-menu-a{-webkit-transition:all 0.15s ease-out; transition:all 0.15s ease-out;}
.bloom .popular-entry .overlay-thumbnail:hover img, .bloom .mouseover.new-style .mouseover-helper-icon:after, .bloom .mouseover.new-style .mouseover-helper-icon:before, .sorting-menu.style-2 .responsive-filtration-toggle, .bloom .blog-img-wrapper.valign-middle .valign-text-wrapper a, .bloom .nice-slider-item .text .simple-article .h2-small, .bloom .layer-2 .valign-text-wrapper,  .bloom .instagram-widget-column .overlay-thumbnail:after, .bloom .background-wrapper:after, .bloom .button.type-2:before, .bg-hover, span, .bg-hover .lines span, .bg-hover .plus span, .fixed-menu .nav-fix-a, .fixed-menu .nav-fix-a span, .loaded .homepage-1-slider .slide-content, .loaded .homepage-1-slider .slide-content .background-wrapper .entry, .loaded .homepage-1-slider .slide-content .text, .loaded .homepage-1-slider .slide-content .tags, .mouseover-helper-frame:before, .mouseover-helper-frame:after, .overlay-thumbnail img, .toggle-visibility, body.loaded .slider-click-label, .pagination-slider-wrapper, .homepage-4-slider .swiper-button, .homepage-5-slider .entry, .homepage-5-slider .entry .slide-title, .homepage-5-slider .entry .slide-description, .button-link, .homepage-2-6-slider .background, .homepage-2-6-slider .text, .homepage-portfolio-preview-1 .background, .homepage-portfolio-preview-1 .text, .team-thumbnail, .services-banner-icon-text .visible-1, .services-banner-icon-text .visible-2, .portfolio-arrow span, .homepage-4-slider .entry .background-wrapper:before, .awards-slider .award-date, .awards-slider .background, .portfolio-detail-related-entry *, .blog-category, .blog-landing-entry-1, .article-likes-title .number, .services-square-entry .layer-2, .services-preview-entry:before, .services-preview-entry .animation, .services-preview-entry .align-2{-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;}
.bloom .overlay-menu, .bloom .overlay-animation:before, .bloom .overlay-animation:after, .bloom .overlay-menu ul > li > ul li, .bloom .overlay-menu ul > li.active.clicked ul li, .swiper-container, header, .loaded .overlay .animation-wrapper, .loaded .overlay .content-wrapper, .homepage-4-slider .entry .text, .homepage-4-slider .entry .slide-title, .homepage-4-slider .entry .slide-description, .homepage-6-slider .entry:before, .homepage-4-slider .entry .background-wrapper{-webkit-transition:all 0.5s ease-out; transition:all 0.5s ease-out;}
.loaded .homepage-1-backgrounds .entry{-webkit-transition:all .8s ease-out; transition:all .8s ease-out;}
.bloom .mouseover .full-size.bg-img, .blog-img-wrapper:before, .blog-img-wrapper .bg-img, .bloom .padding-0-30 .col-md-6 .homepage-portfolio-preview-1 a .background, .bloom .instagram-widget-column .overlay-thumbnail img, .bloom .popular-entry .overlay-thumbnail:after, .bloom .homepage-portfolio-preview-1 .background, .bloom .blog-landing-entry-4 .background-wrapper .background, .bloom .portfolio-detail-related-entry .background, .bloom .homepage-portfolio-preview .image{-webkit-transition:all 2.0s ease-out; transition:all 2.0s ease-out;}
.bloom .popular-entry .overlay-thumbnail:hover img, .bloom .mouseover:hover .full-size.bg-img, .bloom .portfolio-detail-related-entry:hover .background, .bloom .mouseover.new-style.lightbox:hover, .bloom .homepage-portfolio-preview-1:hover .background, .bloom .instagram-slider .entry:hover, .bloom.presentation .blog-landing-entry-1 .mouseover img, .bloom .instagram-widget-column .overlay-thumbnail img, .bloom .blog-landing-entry-4:hover .background-wrapper .background, .bloom .padding-0-30 .col-md-6 .homepage-portfolio-preview-1 a .background:hover, .blog-img-wrapper:hover .bg-img, .bloom .homepage-portfolio-preview:hover .image{-webkit-transition:all 10.0s ease-out; transition:all 10.0s ease-out;}
.class{-webkit-transition:all 20.0s ease-out; transition:all 20.0s ease-out;}
/*transition delay*/
.mouseover:hover .mouseover-helper-frame:before, .mouseover:hover .mouseover-helper-frame:after, .mouseover:after, .mouseover-helper-icon, .mouseover-helper-frame{transition-delay:0.3s; -webkit-transition-delay:0.3s;}
.loaded .overlay{transition-delay:1s; -webkit-transition-delay:1s;}
.loaded .overlay.active .content-wrapper, .loaded .overlay .animation-wrapper{transition-delay:0.5s; -webkit-transition-delay:0.5s;}
.loaded .overlay.active, .loaded .overlay.active .animation-wrapper, .mouseover:hover .mouseover-helper-icon, .mouseover:hover:before, .mouseover:hover:after{transition-delay:0s; -webkit-transition-delay:0s;}

.homepage-5-slider .entry .slide-description{transition-delay: 0.15s; -webkit-transition-delay: 0.15s;}
.button-link{transition-delay: 0.3s; -webkit-transition-delay: 0.3s;}

.homepage-2-6-slider .entry:hover .background, .homepage-2-6-slider .entry .text{transition-delay:.1s; -webkit-transition-delay:.1s;}
.homepage-2-6-slider .entry:hover .text{transition-delay:0s; -webkit-transition-delay:0s;}

.homepage-portfolio-preview-1:hover .background, .homepage-portfolio-preview-1 .text{transition-delay:.1s; -webkit-transition-delay:.1s;}
.homepage-portfolio-preview-1:hover .text{transition-delay:0s; -webkit-transition-delay:0s;}

.client-entry:hover .client-thumbnail, .client-entry .client-logo{transition-delay:.3s; -webkit-transition-delay:.15s;}
.client-entry:hover .client-logo{transition-delay:0s; -webkit-transition-delay:0s;}

/*trtransition-delay bloom*/
.bloom .popular-entry .overlay-thumbnail:hover:after, .bloom .overlay-wrapper-video.active .overlay-animation:before, .bloom .overlay-wrapper-video.active .overlay-animation:after, .bloom .mouseover.new-style .mouseover-helper-frame span:nth-child(4), .bloom .mouseover.new-style .mouseover-helper-icon:after, .bloom .mouseover.new-style:hover:after, .bloom .nice-slider-item .text span:nth-child(4), .bloom .nice-slider-item .text:hover span:nth-child(1), .bloom .services-square-entry:hover .layer-2, .bloom .services-square-entry .layer-2 .valign-text-wrapper, .bloom .instagram-widget-column .overlay-thumbnail:hover:after, .bloom .background-wrapper:hover:after, .bloom .button.type-2:before, .bloom .button.type-2:hover:after, .bloom .overlay-wrapper.active .overlay-animation:before, .bloom .overlay-wrapper.active .overlay-animation:after, .bloom .overlay-menu, .bg-hover:hover{transition-delay:0s; -webkit-transition-delay:0s;}
.bloom .nice-slider-item .text span:nth-child(3), .bloom .nice-slider-item .text:hover span:nth-child(2), .bloom .mouseover.new-style .mouseover-helper-frame span:nth-child(3), .bloom .services-square-entry .layer-2, .bloom .services-square-entry:hover .layer-2 .valign-text-wrapper{transition-delay: 150ms; -moz-transition-delay: 150ms; -webkit-transition-delay: 150ms; -ms-transition-delay: 150ms;}
.bloom .popular-entry .overlay-thumbnail:after, .bloom .nice-slider-item .text span:nth-child(2), .bloom .nice-slider-item .text:hover span:nth-child(3), .bloom .mouseover.new-style .mouseover-helper-frame span:nth-child(2), .bloom .mouseover.new-style:hover .mouseover-helper-frame span:nth-child(1), .bloom .mouseover.new-style .mouseover-helper-icon:before, .bloom .mouseover.new-style:hover .mouseover-helper-icon:before, .bloom .instagram-widget-column .overlay-thumbnail:after, .bloom .background-wrapper:after, .bloom .button.type-2:hover:before, .bloom .button.type-2:after, .bg-hover .lines span{transition-delay: 300ms; -moz-transition-delay: 300ms; -webkit-transition-delay: 300ms; -ms-transition-delay: 300ms;}
.bloom .nice-slider-item .text span:nth-child(1), .bloom .nice-slider-item .text:hover span:nth-child(4), .bloom .mouseover.new-style .mouseover-helper-frame span:nth-child(1), .bloom .mouseover.new-style:hover .mouseover-helper-frame span:nth-child(2){transition-delay: 450ms; -moz-transition-delay: 450ms; -webkit-transition-delay: 450ms; -ms-transition-delay: 450ms;}
.bloom .overlay-animation:before, .bloom .overlay-animation:after, .bloom .overlay-wrapper.active .overlay-menu{transition-delay: 500ms; -moz-transition-delay: 500ms; -webkit-transition-delay: 500ms; -ms-transition-delay: 500ms;}
.bloom .mouseover.new-style:hover .mouseover-helper-frame span:nth-child(3), .bloom .mouseover.new-style:after, .bloom .mouseover.new-style:hover .mouseover-helper-icon:after{transition-delay: 600ms; -moz-transition-delay: 600ms; -webkit-transition-delay: 600ms; -ms-transition-delay: 600ms;}
.bloom .mouseover.new-style:hover .mouseover-helper-frame span:nth-child(4){transition-delay: 750ms; -moz-transition-delay: 750ms; -webkit-transition-delay: 750ms; -ms-transition-delay: 750ms;}
.class{transition-delay: 900ms; -moz-transition-delay: 900ms; -webkit-transition-delay: 900ms; -ms-transition-delay: 900ms;}
/*easing*/
.homepage-4-slider .entry .background-wrapper, .homepage-4-slider .entry .text, .homepage-4-slider .entry .slide-title, .homepage-4-slider .entry .slide-description, .homepage-2-6-slider .background, .homepage-2-6-slider .text, .homepage-portfolio-preview-1 .background, .homepage-portfolio-preview-1 .text, .services-square-entry .layer-2{transition-timing-function:cubic-bezier(0.8, 0, 0.2, 1); -webkit-transition-timing-function:cubic-bezier(0.8, 0, 0.2, 1);}

/*for IE*/
_:-ms-input-placeholder, :root .bloom .homepage-portfolio-preview:hover .image{-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; -ms-transition:all 0.3s ease-out;}
_:-ms-input-placeholder, :root .bloom .homepage-portfolio-preview-1:hover .background{-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; -ms-transition:all 0.3s ease-out;}
_:-ms-input-placeholder, :root .bloom .mouseover:hover .full-size.bg-img{-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; -ms-transition:all 0.3s ease-out;}
_:-ms-input-placeholder, :root .bloom .mouseover .full-size.bg-img{-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; -ms-transition:all 0.3s ease-out;}
_:-ms-input-placeholder, :root .bloom .padding-0-30 .col-md-6 .homepage-portfolio-preview-1 a .background:hover{-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; -ms-transition:all 0.3s ease-out;}
_:-ms-input-placeholder, :root .bloom .padding-0-30 .col-md-6 .homepage-portfolio-preview-1 a .background{-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; -ms-transition:all 0.3s ease-out;}
_:-ms-input-placeholder, :root .portfolio-detail-related-entry:hover .background{-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; -ms-transition:all 0.3s ease-out;}
_:-ms-input-placeholder, :root .bloom .instagram-slider .entry:hover{-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; -ms-transition:all 0.3s ease-out;}
_:-ms-input-placeholder, :root .bloom .blog-img-wrapper:hover .bg-img{-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; -ms-transition:all 0.3s ease-out;}
_:-ms-input-placeholder, :root .bloom .blog-img-wrapper .bg-img{-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; -ms-transition:all 0.3s ease-out;}
_:-ms-input-placeholder, :root .bloom .blog-1 .sorting-item .blog-landing-entry-1 .mouseover{-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; -ms-transition:all 0.3s ease-out;}
_:-ms-input-placeholder, :root .bloom .popular-entry .overlay-thumbnail:hover img{-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; -ms-transition:all 0.3s ease-out;}
_:-ms-input-placeholder, :root .bloom .popular-entry .overlay-thumbnail img{-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; -ms-transition:all 0.3s ease-out;}
_:-ms-input-placeholder, :root .bloom .blog-landing-entry-4 .background-wrapper:hover .background{-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; -ms-transition:all 0.3s ease-out;}
_:-ms-input-placeholder, :root .bloom .blog-landing-entry-4 .background-wrapper .background{-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; -ms-transition:all 0.3s ease-out;}
_:-ms-input-placeholder, :root  .bloom .overlay-thumbnail:hover img{-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; -ms-transition:all 0.3s ease-out;}
_:-ms-input-placeholder, :root  .bloom .overlay-thumbnail img{-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; -ms-transition:all 0.3s ease-out;}
_:-ms-input-placeholder, :root .bloom .sorting-item .blog-landing-entry-1 .mouseover{-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; -ms-transition:all 0.3s ease-out;}
_:-ms-input-placeholder, :root .bloom .portfolio-detail-related-entry .background{-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; -ms-transition:all 0.3s ease-out;}
_:-ms-input-placeholder, :root .homepage-portfolio-preview .image{-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; -ms-transition:all 0.3s ease-out;}
_:-ms-input-placeholder, :root .bloom .homepage-portfolio-preview-1 .background{-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; -ms-transition:all 0.3s ease-out;}
_:-ms-input-placeholder, :root .bloom .portfolio .drop-list .nav-a:before{display: none;}

/*for Chrome*/
@media (min-width: 992px){
    .tbl-cell.width-50vw:not(*:root) {left: 8px;}
}
