.banner-area {
position: relative;
min-height: 330px;
z-index: 0;
}
.banner .video-wrap video,
.banner .video-wrap {
position: absolute;
top: 0;left: 0;
right: 0;
bottom: 0;
overflow: hidden;
object-fit: cover;
width: 100%;
height: 100%;
}
.banner .video-wrap iframe.video {
width: auto;
height: auto;
min-width: 100%;
min-height: 300%;
max-width: none;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.banner.fixed-height {}
.banner-area .scroll-next,
.split-screen-items .scroll-next,
.one-screen-items .scroll-next {
position: absolute;
right: 45px;
bottom: 30px;
z-index: 3;
line-height: 2em;
cursor: pointer;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
text-align: center;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
-moz-transform: rotate(15deg);
-ms-transform: rotate(15deg);
-webkit-transform: rotate(15deg);
-o-transform: rotate(15deg);
transform: rotate(-90deg) translate(100%, 0%);
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
-o-transform-origin: 0 0;
transform-origin: 100% 100%;
}
.banner-area.current-white .scroll-next,
.split-screen-items .scroll-next,
.one-screen-items .scroll-next {
color: #f4f1de;
}
.banner-area .scroll-next:hover,
.split-screen-items .scroll-next:hover {
bottom: 20px;
}
.banner-area .scroll-next .mouse,
.split-screen-items .scroll-next .mouse,
.one-screen-items .scroll-next .mouse {
width: 20px;
height: 14px;
display: inline-block;
vertical-align: middle;
margin-right: 15px;
box-shadow: inset 0 0 0 1.5px;
border-radius: 8px;
position: relative;
}
@-webkit-keyframes mouse_roll {
0% {
-ms-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
-webkit-transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
transform: translate(0px, 0px);
opacity: 0;
}
20%,
50% {
opacity: 1;
}
100% {
-ms-transform: translate(-6px, 0px);
-moz-transform: translate(-6px, 0px);
-webkit-transform: translate(-6px, 0px);
-o-transform: translate(-6px, 0px);
transform: translate(-6px, 0px);
opacity: 0;
}
}
@keyframes mouse_roll {
0% {
-ms-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
-webkit-transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
transform: translate(0px, 0px);
opacity: 0;
}
20%,
50% {
opacity: 1;
}
100% {
-ms-transform: translate(-6px, 0px);
-moz-transform: translate(-6px, 0px);
-webkit-transform: translate(-6px, 0px);
-o-transform: translate(-6px, 0px);
transform: translate(-6px, 0px);
opacity: 0;
}
}
.banner-area .scroll-next .mouse:before,
.split-screen-items .scroll-next .mouse:before,
.one-screen-items .scroll-next .mouse:before {
content: "";
width: 4px;
height: 2px;
position: absolute;
top: 50%;
right: 5px;
box-shadow: inset 0 0 0 2px;
margin-top: -1px;
opacity: .5;
-webkit-animation: mouse_roll 1s linear infinite;
-moz-animation: mouse_roll 1s linear infinite;
-ms-animation: mouse_roll 1s linear infinite;
-o-animation: mouse_roll 1s linear infinite;
animation: mouse_roll 1s linear infinite;
}
.banner-area .scroll-next span,
.one-screen-items .scroll-next span {
display: inline-block;
vertical-align: middle;
}
.banner-area.with-left-offset {
padding-left: 110px;
}
.banner-area.with-bottom-offset {
padding-bottom: 110px;
}
.banner-area.type3:before {
content: "";
position: absolute;
left: 0;
height: 0;
width: 100%;
bottom: 0;
background: #fff;
z-index: -1;
border-bottom: 1px solid #eee;
}
.banner-area.type3.with-bottom-offset:before {
height: 110px;
}
.banner-area.type3.with-nav-thumbs:before {
width: 100%;
}
.site-dark .banner-area {
background: #000;
}
.banner-color-white {
color: #fff;
}
.banner-color-black {
color: #000;
}
.banner-social-buttons {
position: absolute;
top: 0;
left: 0;
bottom: 0;
z-index: 10;
font-size: 12px;
text-transform: uppercase;
white-space: nowrap;
width: 65px;
font-weight: 600;
letter-spacing: .05em;
pointer-events: none;
}
.current-black .banner-social-buttons {
color: #50514f;
}
.social-buttons-align-right .banner-social-buttons {
left: auto;
right: 0;
}
.site-dark .banner-social-buttons {
color: #636363;
}
.banner-social-buttons>div {
width: 600px;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
margin-top: 30px;
-moz-transform: translate(-50%, -50%) rotate(-90deg);
-ms-transform: translate(-50%, -50%) rotate(-90deg);
-webkit-transform: translate(-50%, -50%) rotate(-90deg);
-o-transform: translate(-50%, -50%) rotate(-90deg);
transform: translate(-50%, -50%) rotate(-90deg);
}
.with-wave .banner-social-buttons>div {
margin-top: -30px;
}
.banner-social-buttons>div>i {
display: inline-block;
vertical-align: middle;
font-size: 20px;
color: #f2cc8f;
margin-right: 30px;
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.banner-social-buttons a {
text-decoration: none;
display: inline-block;
margin: 0 25px;
position: relative;
pointer-events: all;
}
.current-white .banner-social-buttons {
color: #f4f1de;
}
.banner-social-buttons a:hover {
color: #f2cc8f;
}
.current-black .banner-social-buttons a:hover {
color: #e2503f;
}
.banner-social-buttons a i {
display: inline-block; margin-right: 5px;
color: #f2cc8f;
}
.current-black .banner-social-buttons a i {
color: inherit;
}
.current-black .banner-social-buttons a:hover i {
color: #e2503f;
}
.banner-social-buttons a span {
display: inline-block;
}
.banner-social-buttons .cell {
width: 70px;
height: 100vh;
min-height: 470px;
}
.banner-social-buttons .links {
text-align: center;
width: 340px;
margin-left: -140px;
position: absolute;
top: 50%;
left: 0;
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
-webkit-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.banner-social-buttons .item i {
margin-right: 5px;
}
.banner-social-buttons-type2 {
position: absolute;
bottom: 20px;
right: 30px;
z-index: 10;
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
}
.current-white .banner-social-buttons-type2 {
color: #fff;
}
.current-dark .banner-social-buttons-type2 {
color: #000;
}
.banner-social-buttons-type2 {}
.banner-social-buttons-type2 a {
text-decoration: none;
margin-left: 25px;
}
.banner-social-buttons-type2 a i {
margin-right: 5px;
}
.banner-social-buttons-type2 a span {}
.banner-area .banner-bottom {
position: absolute;
bottom: 150px;
left: 0;
width: 100%;
z-index: 10;
}
.banner-area.current-white .banner-bottom {
color: #fff;
}
.banner-area .banner-bottom .dots {}
.banner-area .banner-bottom .dots .dot-item {
display: inline-block;
margin-right: 10px;
position: relative;
cursor: pointer;
}
.banner-area .banner-bottom .dots .dot-item:before {
content: "";
width: 5px;
height: 5px;
position: absolute;
top: 50%;
left: 50%;
background: #0e1116;
border-radius: 50%;
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
opacity: .4;
}
.banner-area.current-white .banner-bottom .dots .dot-item:before {
background: #fff;
}
.banner-area .banner-bottom .dots .dot-item.current:before {
opacity: 1;
background: #f2cc8f;
}
.banner-area .banner-bottom .dots .dot-item svg {
display: block;
}
.banner-area .banner-bottom .dots .dot-item svg circle {
-webkit-transition: stroke-dashoffset 0.3s ease;
-moz-transition: stroke-dashoffset 0.3s ease;
-o-transition: stroke-dashoffset 0.3s ease;
-ms-transition: stroke-dashoffset 0.3s ease;
transition: stroke-dashoffset 0.3s ease;
stroke-dasharray: 56.5487, 56.5487;
stroke-dashoffset: 56.5487;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
stroke: #0e1116;
opacity: 0.3;
}
.banner-area.current-white .banner-bottom .dots .dot-item svg circle {
stroke: #fff;
}
.banner-area .banner-bottom .dots .dot-item.current svg circle {
stroke-dashoffset: 0;
}
.banner:not(.fixed-height) {
min-height: 450px;
}
.banner .item {
background-size: cover;
background-position: 50%;
position: relative;
overflow: hidden;
padding: 0 70px;
}
.banner .item .banner-side-img {
position: absolute;
}
.banner.owl-carousel .item .banner-side-img {
-moz-transform: translate(100vw, 0%);
-ms-transform: translate(100vw, 0%);
-webkit-transform: translate(100vw, 0%);
-o-transform: translate(100vw, 0%);
transform: translate(100vw, 0%);
-webkit-transition: all 1.5s ease;
-moz-transition: all 1.5s ease;
-o-transition: all 1.5s ease;
-ms-transition: all 1.5s ease;
transition: all 1.5s ease;
transition-delay: .5s;
}
.banner.owl-carousel .active .item .banner-side-img {
-moz-transform: translate(0%, 0%);
-ms-transform: translate(0%, 0%);
-webkit-transform: translate(0%, 0%);
-o-transform: translate(0%, 0%);
transform: translate(0%, 0%);
transition-delay: 0s;
}
.banner .item .banner-side-img img {
position: absolute;
left: 50%;
bottom: 0;
max-height: 100%;
width: auto;
height: auto;
-moz-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%);
-webkit-transform: translate(-50%, 0%);
-o-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
}
.header-type-left-side-t2 .banner .item:before,
.header-type-left-side-t2 .vc_row[data-vc-full-width]:before {
content: "";
position: absolute;
display: block;
top: 0;
left: -260px;
bottom: 0;
width: 125px;
background: #fafafa;
}
.banner .item.top-left {
background-position: top left;
}
.banner .item.top-center {
background-position: top center;
}
.banner .item.top-right {
background-position: top right;
}
.banner .item.center-left {
background-position: center left;
}
.banner .item.center-center {
background-position: center;
}
.banner .item.center-right {
background-position: center right;
}
.banner .item.bottom-left {
background-position: bottom left;
}
.banner .item.bottom-center {
background-position: bottom center;
}
.banner .item.bottom-right {
background-position: bottom right;
}
.banner .item.black {}
.banner .item.white {
color: #f4f1de;
}
.banner .item .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.banner .item .video,
.banner .item .yt-video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden; }
.banner .item .video {}
.banner .item .video-buttons {
position: absolute;
bottom: 58px;
left: 0;
right: 0;
z-index: 100;
pointer-events: none;
font-size: 24px;
text-align: right;
}
.banner .item .video-buttons .container>* {
cursor: pointer;
display: inline-block;
vertical-align: middle;
pointer-events: all;
position: relative;
margin-right: 10px;
}
.banner .item .video-buttons .container>*:before,
.banner .item .video-buttons .container>* i {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.banner .item .video-buttons .container>*.active:before {
opacity: 0;
}
.banner .item .video-buttons .container>* i {
position: absolute;
top: 0;
left: 0;
opacity: 0;
}
.banner .item .video-buttons .container>*.active i {
opacity: 1;
}
.banner .item .video:before {
content: "";
display: block;
}
.banner .item .video iframe {
box-sizing: border-box;
height: 56.25vw;
left: 50%;
min-height: 100%;
min-width: 100%;
transform: translate(-50%, -50%);
position: absolute;
top: 50%;
width: 177.77777778vh;
}
.banner .item .yt-video iframe { }
.banner .cell {
width: 1800px;
padding: 100px 0 30px;
position: relative;
z-index: 2;
height: 100vh;
}
.with-wave .banner .cell {}
.banner.fixed-height .cell { }
.banner .item.top .cell {
vertical-align: top;
}
.banner .item.bottom .cell {
vertical-align: bottom;
}
.banner .cell .sub-h {
margin-bottom: 15px;
color: #8b1207;
text-transform: uppercase;
font-weight: 600;
}
.banner .cell .sub-h {}
.banner .black .cell .sub-h {}
.type2 .banner .cell .sub-h {
color: inherit;
}
.product-banner .banner .cell .sub-h {
color: #f2cc8f;
}
.product-banner .cell .sub-h,
.sale-banner .cell .sub-h {
position: relative;
top: 0;
margin-bottom: 15px;
}
.banner .cell .h {
line-height: 1em;
font-size: 60px;
margin: 0;
margin-bottom: 15px;
font-weight: bold;
}
.sale-banner .banner .cell .h {
text-transform: uppercase;
font-weight: 500;
}
.banner .cell .h.uppercase {
text-transform: uppercase;
}
.product-banner .cell .h {
font-size: 60px;
font-weight: 500;
}
.banner .cell .h:last-of-type {
margin-bottom: 0;
}
.banner .cell .h span {
color: #e2503f;
}
.banner .cell .sub-h+.h {}
.product-banner .cell .sub-h+.h {
margin-top: 0;
}
.banner .cell .text {
line-height: 1.5em;
font-weight: 300;
margin-top: -5px;
margin-bottom: 33px;
margin: 30px 0 30px;
max-width: 650px;
font-size: 18px;
}
.banner .cell .text ul {
margin: 20px 0 25px;
margin-left: 0;
padding-left: 0;
}
.banner .cell .text ul li {
display: block;
position: relative;
padding-left: 22px;
margin: 12px 0;
}
.banner .cell .text ul li:before {
content: "\e943";
font-family: 'material-design-icon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #f2cc8f;
font-size: 10px;
position: absolute;
top: 7px;
left: 0;
}
.banner .sale-size {
color: #464646;
font-size: 72px;
font-weight: 600;
line-height: 1em;
}
.banner .sale-size span {
font-size: 14px;
text-transform: uppercase;
color: #f2cc8f;
line-height: 15px;
display: block;
}
.banner .item .link-area {
margin-top: 25px;
}
.banner .link-area .button-style1 {  display: inline-table;
}
.banner .black .link-area .button-style1 {
color: #50514f;
}
.banner .link-area .button-style1:hover {
color: #f4f1de !important;
}
.banner .owl-dots {
position: absolute;
top: 50%;
right: 20px;
font-size: 12px;
font-weight: 500;
text-align: center;
-moz-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
-webkit-transform: translate(0%, -50%);
-o-transform: translate(0%, -50%);
transform: translate(0%, -50%);
}
.banner .owl-dots .owl-dot {
counter-increment: slides-num;
margin: 10px 0;
width: 25px;
position: relative;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
color: #989796;
}
.banner .owl-dots .owl-dot.active {
color: #f2cc8f;
}
.banner .owl-dots .owl-dot:before {
content: '0'counter(slides-num);
display: block;
}
.banner .owl-dots .owl-dot:nth-child(n+10):before {
content: counter(slides-num);
}
.banner .owl-dots .owl-dot:after {
content: "";
position: absolute;
right: -20px;
width: 0px;
top: 50%;
height: 1px;
box-shadow: inset 0 0 0 5px;
margin-top: -1px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.banner .owl-dots .owl-dot.active:after {
width: 13px;
}
.banner .owl-nav {
position: absolute;
left: 70px;
bottom: 0;
}
.banner .owl-nav>div {
float: left;
background: #f2cc8f;
color: #fff;
line-height: 70px;
width: 70px;
text-align: center;
font-size: 20px;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.banner .owl-nav>div:hover {
-webkit-filter: grayscale(20%);
-moz-filter: grayscale(20%);
-ms-filter: grayscale(20%);
-o-filter: grayscale(20%);
filter: grayscale(20%);
}
.banner .owl-nav>div:not(:last-of-type) {
box-shadow: inset -1px 0 0 #ffffff40;
}
.portfolio-navigation {
position: absolute;
left: 30px;
bottom: 55px;
z-index: 2;
color: #fff;
pointer-events: none;
}
.banner-area .portfolio-navigation {
left: 0;
right: 0;
text-align: left;
}
.current-black .portfolio-navigation {
color: #3a3839;
}
.portfolio-navigation .owl-nav {}
.portfolio-navigation .owl-nav>*,
.portfolio-slider-item .nav .owl-prev,
.portfolio-slider-item .nav .owl-next,
.brand-logo-items .owl-prev,
.brand-logo-items .owl-next,
.portfolio-cols-slider .owl-nav>*,
.price-list .owl-nav>* {
display: inline-block;
vertical-align: middle;
font-size: 14px;
width: 3.000em;
line-height: 3.000em;
background: #f4f1de;
color: #e2503f;
border-radius: 50%;
margin-right: 10px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
cursor: pointer;
text-align: center;
pointer-events: all;
}
.portfolio-navigation .owl-nav>.owl-prev:hover,
.portfolio-slider-item .nav .owl-prev:hover,
.brand-logo-items .owl-prev:hover,
.portfolio-cols-slider .owl-prev:hover {
text-indent: -5px;
}
.portfolio-navigation .owl-nav>.owl-next:hover,
.portfolio-slider-item .nav .owl-next:hover,
.brand-logo-items .owl-next:hover,
.portfolio-cols-slider .owl-next:hover {
text-indent: 5px;
}
.portfolio-navigation .owl-nav>*:before {}
.portfolio-navigation .counter {
font-size: 12px;
font-weight: 600;
position: absolute;
top: 0;
left: 95px;
pointer-events: none;
color: #8b1207;
}
.current-black .portfolio-navigation .counter {
color: #50514f;
}
.banner-area .portfolio-navigation .counter {
left: 295px;
text-align: right;
width: 65px;
top: -15px;
}
.portfolio-navigation .counter span {
padding: 0 3px;
}
.portfolio-navigation .counter span:first-of-type {
font-size: 18px;
}
.portfolio-navigation .line {
position: absolute;
top: 20px;
left: 100px;
width: 225px;
height: 2px;
background: #b0180a;
pointer-events: none;
}
.banner-area .portfolio-navigation .line {
left: 135px;
}
.current-black .portfolio-navigation .line {
background: #50514f;
}
.portfolio-navigation .line.go {}
.portfolio-navigation .line div {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
background: #f4f1de;
width: 0;
height: 2px;
}
.current-black .portfolio-navigation .line div {
background: #f4f1de;
}
.portfolio-navigation .line div.go {
width: 100%;
}
.portfolio-navigation .line span {
position: absolute;
top: -28px;
left: 0;
font-size: 12px;
font-weight: bold;
color: #8b1207;
letter-spacing: .1em;
text-transform: uppercase;
} .video-block {
color: #fff;
}
.video-block.dark {
color: #50514f;
}
.video-block a {
display: block;
background: 50% no-repeat;
background-size: cover;
}
.video-block a>div {
position: absolute;
top: 50%;
left: 50%;
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
min-width: 90%;
}
.video-block.with-wave a>div {
margin-top: -70px;
}
.video-block .sub-h {
text-transform: uppercase;
font-weight: 600;
margin-bottom: 10px;
color: #a8a094;
}
.video-block.light .sub-h {
color: inherit;
}
.video-block .h {
font-size: 48px;
line-height: 1em;
font-weight: bold;
margin-bottom: 20px;
}
.video-block .desc {
max-width: 480px;
margin: 0 auto 25px;
line-height: 1.5;
}
.video-block.dark .desc {
color: #787878;
}
.video-block .play-button { }
.video-block .wave-area {} .portfolio-items {
margin-top: 40px;
}
.portfolio-type-horizontal {
margin: 0;
}
.portfolio-type-justified {
position: relative;
margin: 0 -15px;
}
.portfolio-type-carousel {}
.portfolio-type-carousel .owl-stage {
width: 1000000px !important;
}
.portfolio-type-carousel .owl-dots {
margin: 35px 0;
position: absolute;
top: 50%;
left: 0;
width: 100%;
}
.portfolio-type-carousel.owl-carousel.owl-loaded {
margin: 60px 0;
}
.portfolio-type-carousel .owl-item {
padding: 1px;
}
.portfolio-items.gap-off {
margin: 0;
}
.portfolio-item {
text-align: center;
margin-bottom: 30px;
position: relative;
color: #fff;
}
.site-dark .portfolio-item {}
.owl-carousel .portfolio-item {
margin-bottom: 0;
}
.portfolio-type-justified .portfolio-item {
position: absolute;
width: auto;
padding: 0px;
margin: 0; }
.gap-off .portfolio-item,
.portfolio-type-packery .portfolio-item {
margin: 0;
padding: 0;
}
.portfolio-item .wrap {
top: 0;
left: 0;
position: relative;
overflow: hidden;
color: #fff;
}
.gap-off .portfolio-item .wrap {
border-radius: 0;
box-shadow: none;
}
.site-dark .portfolio-item .wrap {
box-shadow: 0 0 0 1px #393939;
}
.portfolio-type-packery .portfolio-item:before {
content: "";
display: block;
padding-bottom: 100%;
}
.portfolio-item .wrap:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 2;
background: transparent;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.hover-style2 .portfolio-item .wrap:before {
background: #50514f;
}
.portfolio-item:hover .wrap:before {
opacity: .6;
filter: alpha(opacity=60);
visibility: visible;
border-radius: 0;
}
.portfolio-item .a-img {
overflow: hidden;
}
.portfolio-type-justified .portfolio-item .a-img,
.portfolio-type-justified .portfolio-item .wrap,
.portfolio-type-packery .portfolio-item .a-img,
.portfolio-type-packery .portfolio-item .wrap,
.portfolio-type-packery .portfolio-item .a-img div {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.portfolio-type-packery.gap-on .portfolio-item .wrap {
top: 15px;
left: 15px;
right: 15px;
bottom: 15px;
}
.portfolio-item .a-img div {
padding-bottom: 100%;
background-size: cover;
background-position: 50%;
}
.portfolio-type-packery .portfolio-item .a-img div {
padding-bottom: 0%;
}
.portfolio-item .a-img img {
display: block;
width: 100%;
}
.portfolio-type-justified .portfolio-item img {
position: absolute;
top: 50%;
left: 50%;
}
.portfolio-item h6 {
margin: 0;
position: absolute;
top: 50%;
left: 10px;
right: 10px;
-ms-transform: translate(0%, -50%);
-webkit-transform: translate(0%, -50%);
-o-transform: translate(0%, -50%);
transform: translate(0%, -50%);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
transition: all 0.6s ease;
z-index: 2;
font-size: 20px;
font-weight: 500;
line-height: 1em;
}
.portfolio-item:hover h6 {
opacity: 1;
visibility: visible;
}
.portfolio-item h6 .cell {
width: 10000px; padding: 0;
}
.portfolio-item h6 .categ {
color: #f71466;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
display: block;
}
.portfolio-item h6 .cat {
font-size: 14px;
color: #f2cc8f;
font-weight: 300;
margin-bottom: 10px;
}
.hover-style1 .portfolio-item h6 .cell {
display: block;
width: auto;
}
.hover-style1 .portfolio-item h6 .cell>* {
display: block;
}
.portfolio-item h6 .name {
display: block;
line-height: 1em;
font-weight: 600;
}
.hover-style1 .portfolio-item h6 {
background: #343333;
color: #fff;
position: absolute;
top: auto;
left: 10%;
right: auto;
bottom: 35px;
padding: 28px 25px 28px 45px;
max-width: 90%;
text-align: left;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
opacity: 0;
font-size: 24px;
line-height: normal;
-ms-transform: translate(0%, 0%);
-webkit-transform: translate(0%, 0%);
-o-transform: translate(0%, 0%);
transform: translate(0%, 0%);
}
.hover-style1 .portfolio-item:hover h6 {
left: 0;
opacity: 1;
}
.hover-style1 .portfolio-item.col-md-3 h6 {}
.portfolio-item .readmore-link {
display: block;
font-size: 14px;
letter-spacing: .05em;
text-transform: uppercase;
line-height: normal;
margin: 0 0 10px;
}
.portfolio-item>a {
position: absolute;
top: 0;
left: 15px;
right: 15px;
bottom: 0;
z-index: 2;
}
.portfolio-type-justified .portfolio-item>a {
left: 0;
right: 0;
}
.portfolio-type-carousel .portfolio-item a {
left: 0;
right: 0;
}
.portfolio-type-packery.gap-on .portfolio-item a {}
.gap-off .portfolio-item a {
left: 0;
right: 0;
}
.load-items-area {
display: none !important;
}
.load-button,
.loadmore-button-block {
margin: 0 0 30px;
width: 100%;
padding-bottom: 20px;
position: relative;
z-index: 1;
color: #e2503f;
}
.load-button a,
.loadmore-button-block a {
color: inherit;
}
.load-button a:before,
.loadmore-button-block a:before {
content: "\e96a";
text-indent: 0;
line-height: 3.2em;
}
.woocommerce+.load-button,
.woocommerce+.loadmore-button-block {
margin-top: 0px;
}
.blog-items+.load-button,
.blog-items+.loadmore-button-block {
margin: 0 0 30px 0;
padding: 0;
}
.portfolio-items+.load-button,
.portfolio-items+.loadmore-button-block {
padding: 0;
margin: 0 0 30px;
}
.portfolio-items.hover-style2+.load-button,
.portfolio-items.hover-style2+.loadmore-button-block {
margin-top: 0px;
}
.portfolio-items.hover-style1+.load-button,
.portfolio-items.hover-style1+.loadmore-button-block { }
.portfolio-items.portfolio-type-masonry_type2+.load-button,
.portfolio-items.portfolio-type-masonry_type2+.loadmore-button-block {
margin-top: -105px;
margin-bottom: 50px;
}
.portfolio-type-justified+.load-button,
.portfolio-type-packery+.load-button,
.portfolio-type-justified+.loadmore-button-block,
.portfolio-type-packery+.loadmore-button-block {
margin: 20px 0 30px;
}
.portfolio-type-justified+.load-button,
.portfolio-type-justified+.loadmore-button-block {
margin-top: 0;
}
.portfolio-items.gap-off+.load-button,
.portfolio-items.gap-off+.loadmore-button-block {
margin: 30px 0;
}
.portfolio-items.space-on+.load-button,
.portfolio-items.space-on+.loadmore-button-block {
margin-bottom: 30px;
}
.portfolio-items+.load-button a {
display: inline-block;
}
.portfolio-type-packery.cols-2 .portfolio-item:nth-child(5n+2) {
width: 100%
}
.portfolio-type-packery.cols-2 .portfolio-item:nth-child(5n+2):before,
.portfolio-type-packery.cols-2 .portfolio-item:nth-child(5n+4):before {
padding-bottom: 50%;
}
.portfolio-type-packery.cols-2 .portfolio-item:nth-child(5n+5),
.portfolio-type-packery.cols-2 .portfolio-item:nth-child(5n+6) {
width: 25%;
}
.portfolio-type-packery.cols-3 .portfolio-item:nth-child(5n+2):before {
padding-bottom: 74.5%;
}
.portfolio-type-packery.cols-3 .portfolio-item:nth-child(5n+3):before {
padding-bottom: 85%;
}
.portfolio-type-packery.cols-3 .portfolio-item:nth-child(5n+4):before {
padding-bottom: 142.5%;
}
.portfolio-type-packery.cols-3 .portfolio-item:nth-child(5n+5):before {
padding-bottom: 68.5%;
}
.portfolio-type-packery.cols-3 .portfolio-item:nth-child(5n+6):before {
padding-bottom: 58%;
}
.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n+4) {}
.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n+4):before {
padding-bottom: 134%;
}
.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n+4),
.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n+5) {
width: 50%;
}
.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n+4):before,
.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n+5):before {
padding-bottom: 50%;
}
.portfolio-type-slider {}
.portfolio-type-slider.owl-carousel.owl-loaded {
margin: 40px 0;
}
.portfolio-slider-item {
padding: 55px 0 130px;
position: relative;
z-index: 1; }
.portfolio-slider-item.type2 {
padding: 30px 0;
}
.portfolio-slider-item .wrap {
background: #fff;
padding: 0 65px 0 80px;
position: relative;
z-index: 1;
width: 50%;
}
.portfolio-slider-item.type2 .wrap {
width: 100%;
padding: 0;
}
.portfolio-slider-item .wrap>.cell {
height: 385px;
padding: 20px 0;
}
.portfolio-slider-item.type2 .image-area {
max-width: 290px;
width: 100%;
float: left;
}
.portfolio-slider-item.type2 .image-area .image {
padding-bottom: 90%;
background: 50% no-repeat;
background-size: cover;
}
.portfolio-slider-item.type2 .image-area .nav-buttons {
overflow: hidden;
padding: 1px;
}
.portfolio-slider-item.type2 .image-area .nav-buttons>div {
float: left;
width: 50%;
text-align: center;
outline: 1px solid #f1f3f2;
background: #fbfcfb;
line-height: 63px;
cursor: pointer;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.portfolio-slider-item.type2 .image-area .nav-buttons>div:hover {
background: #f8f9f8;
}
.portfolio-slider-item.type2 .image-area+.content {
margin-left: 50%;
}
.portfolio-slider-item.type2 .content {
height: auto !important;
}
.portfolio-slider-item.type2 .content .cell {
height: 325px;
}
.portfolio-slider-item .wrap .top {
margin-bottom: 15px;
}
.portfolio-slider-item .wrap .top>* {
display: inline-block;
vertical-align: middle;
}
.portfolio-slider-item .wrap .num {
color: #f5dbb2;
padding-left: 32px;
position: relative;
margin-right: 15px;
font-size: 18px;
font-weight: 600;
}
.portfolio-slider-item.type2 .wrap .num {
color: #ccc5b9;
padding-left: 0;
}
.portfolio-slider-item.type2 .wrap .num:before {
display: none;
}
.portfolio-slider-item .wrap .num:before {
content: "";
position: absolute;
top: 50%;
left: 0;
width: 20px;
height: 1px;
box-shadow: inset 0 0 0 1px;
}
.portfolio-slider-item .wrap .category {
font-size: 14px;
text-transform: uppercase;
font-weight: 800;
color: #a8a094;
}
.portfolio-slider-item .wrap .gear {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
z-index: -1;
overflow: hidden;
border-radius: 8px;
}
.portfolio-slider-item .wrap .gear:before {
content: "";
-webkit-animation: rotating 20s linear infinite;
-moz-animation: rotating 20s linear infinite;
-ms-animation: rotating 20s linear infinite;
-o-animation: rotating 20s linear infinite;
animation: rotating 20s linear infinite;
position: absolute;
top: -0.65em;
right: -.5em;
font-size: 300px;
width: 1em;
height: 1em;
background: url(//www.fatto.cz/wp-content/plugins/pt-cora-shortcodes/include/images/gear.png) 50% no-repeat;
background-size: 100%;
}
.portfolio-slider-item .wrap .h {
margin: 0 0 18px;
line-height: 1.250em;
font-size: 36px;
}
.portfolio-slider-item .wrap .desc {
color: #787878;
line-height: 1.667em;
font-size: 18px;
max-width: 365px;
}
.portfolio-slider-item .wrap .button-style2 {
margin-top: 23px;
}
.portfolio-slider-item .a-img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 50%;
z-index: -1;
background: 50% no-repeat;
background-size: cover;
}
.portfolio-slider-item .nav {
position: absolute;
top: 100%;
right: 0;
margin-top: 2px; width: 100%;
max-width: 255px;
text-align: center;
padding: 30px 15px;
}
.portfolio-slider-item .nav>*,
.testimonials-area .nav>* {
display: inline-block;
vertical-align: middle;
margin: 0 12px !important;
}
.portfolio-slider-item .nav .owl-prev,
.portfolio-slider-item .nav .owl-next {
background: #fff;
}
.portfolio-slider-item .nav .owl-prev {}
.portfolio-slider-item .nav .counter,
.testimonials-area .nav .counter {
font-weight: 600;
font-size: 14px;
line-height: 1em;
margin-top: 5px !important;
}
.portfolio-slider-item .nav .counter span:first-of-type,
.testimonials-area .nav .counter span:first-of-type {
font-size: 18px;
}
.portfolio-slider-item .nav .owl-next {} .project-horizontal-cell {
display: table-cell;
vertical-align: middle;
}
.pt-portfolio.type-pt-portfolio.hentry {
margin: 0;
}
.projects-slider {
min-height: 600px;
}
.projects-content {
width: 275px;
float: left;
position: relative;
z-index: 2;
} .filter-button-group,
.category-buttons {
margin: 45px 0;
color: #b1b0b0;
}
.filter-button-group.style2 {
margin: 30px 0;
}
.filter-button-group.container {
margin: 45px auto 70px !important;
text-align: center;
}
.filter-button-group .wrap {
display: inline-block;
vertical-align: middle;
position: relative;
z-index: 1; }
.filter-button-group.style2 .wrap {
box-shadow: none;
}
.filter-button-group button,
.filter-button-group a,
.category-buttons a {
border: none;
background: none;
padding: 10px 0;
text-decoration: none;
line-height: normal;
font-size: 14px;
font-weight: 600;
border-radius: 0;
text-transform: uppercase;
letter-spacing: .05em;
color: #969696;
display: inline-block;
position: relative;
}
.filter-button-group.style2 button {
padding: 10px 0 35px;
font-weight: bold;
color: #cfcfcf;
margin: 0 !important;
min-width: 175px;
text-align: center;
}
.filter-button-group.style2 button.active {
color: #0e1116;
box-shadow: none;
}
.filter-button-group.style2 button:after {
top: auto !important;
bottom: 0;
}
.filter-button-group.style2 button:before {
color: #dedcdd;
top: auto !important;
bottom: 6px;
}
.filter-button-group.style2 button:last-of-type:before {
display: none;
}
.filter-button-group.tac button,
.filter-button-group.tac a,
.category-buttons.tac a {
margin: 0 15px 0;
}
.filter-button-group.tac button:first-of-type,
.filter-button-group.tac a:first-of-type,
.category-buttons.tac a:first-of-type {
margin-left: 0;
}
.filter-button-group.tac button:last-of-type,
.filter-button-group.tac a:last-of-type,
.category-buttons.tac a:last-of-type {
margin-right: 0;
}
.filter-button-group.tal button:not(:last-of-type),
.filter-button-group.tal a:not(:last-of-type),
.category-buttons.tal a:not(:last-of-type) {
margin-right: 40px;
}
.filter-button-group.tar button:not(:first-of-type),
.filter-button-group.tar a:not(:first-of-type),
.category-buttons.tar a:not(:first-of-type) {
margin-left: 30px;
}
.filter-button-group button.active,
.filter-button-group a.active,
.category-buttons a.active {
color: #e2503f;
box-shadow: inset 0 -3px 0;
}
.filter-button-group button:not(.active):hover,
.category-buttons a:not(.active):hover {
color: inherit;
}
.post-gallery-packery {}
.post-gallery-packery .item {
position: relative;
}
.post-gallery-packery.count-1 .item {
width: 100%;
}
.post-gallery-packery.count-2 .item {
width: 50%;
}
.post-gallery-packery.count-3 .item {
width: 50%;
}
.post-gallery-packery.count-4 .item {
width: 33.33333%;
}
.post-gallery-packery.count-5 .item {
width: 25%;
}
.post-gallery-packery .item a {
display: block;
background-size: cover;
background-position: 50%;
position: absolute;
top: 15px;
left: 15px;
right: 15px;
bottom: 15px;
}
.post-gallery-packery .item:before {
content: "";
display: block;
padding-bottom: 67%;
}
.post-gallery-packery.count-3 .item:nth-child(3n+2):before {
padding-bottom: 134%;
}
.post-gallery-packery.count-4 .item:nth-child(4n+1):before,
.post-gallery-packery.count-4 .item:nth-child(4n+3):before {
padding-bottom: 134%;
}
.post-gallery-packery.count-5 .item:before {}
.post-gallery-packery.count-5 .item:nth-child(5n+2) {
width: 50%;
}
.post-gallery-packery.count-5 .item:nth-child(5n+2):before {
padding-bottom: 67%;
}
.filter-button-on-side {
position: absolute;
top: 10px;
left: 0;
max-width: 155px;
}
.filter-button-on-side .wrap {}
.filter-button-on-side button {
display: block;
position: relative;
background: none;
border: none;
color: #c0c0c0;
font-size: 12px;
text-transform: uppercase;
letter-spacing: .2em;
font-weight: 500;
margin-bottom: 30px;
width: 100%;
text-align: left;
}
.filter-button-on-side button:before {
content: "";
position: absolute;
left: 0;
top: 50%;
width: 0;
height: 3px;
background: #f2cc8f;
margin-top: -2px;
}
.filter-button-on-side button.active {
color: #000000;
padding-left: 27px;
}
.filter-button-on-side button.active:before {
width: 15px;
}
.filter-buttons-on-side {
padding-left: 165px;
position: relative;
}
.filter-buttons-on-side .portfolio-items {} .project-slider-area {
position: relative;
}
.project-slider {
margin-bottom: 35px !important; }
.project-slider-carousel {
margin-bottom: 25px !important;
}
.project-slider .item {
text-align: center;
}
.project-slider .item .cell { width: 1800px;
}
.project-slider .item img {
max-height: 800px;
margin: 0 auto;
width: auto;
display: inline-block;
vertical-align: middle;
}
.project-slider-carousel .item {
padding-bottom: 60%;
background-size: cover;
background-position: 50%;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
cursor: pointer;
}
.project-slider-carousel .active-item .item {
box-shadow: inset 0 0 0 2px #f2cc8f;
}
.project-slider .owl-nav {}
.project-slider .owl-prev,
.project-slider .owl-next {
position: absolute;
top: 50%;
width: 40px;
line-height: 40px;
margin-top: -20px;
text-align: center;
display: block;
vertical-align: middle;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.project-slider .owl-prev:hover,
.project-slider .owl-next:hover {
color: #f2cc8f;
}
.project-slider .owl-prev {
left: -40px;
}
.project-slider .owl-next {
right: -40px;
}
.project-slider .owl-dots {
position: absolute;
bottom: 0;
left: 0;
font-size: 14px;
font-weight: bold;
color: #bbbaba;
}
.project-slider .owl-dots .owl-dot {
counter-increment: slides-num;
display: inline-block;
margin-right: 15px;
}
.project-slider .owl-dots .owl-dot.active {
color: #f2cc8f;
}
.project-slider .owl-dots .owl-dot:before {
content: '0'counter(slides-num);
} .jquery-background-video-wrapper {
position: relative;
overflow: hidden;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}
.jquery-background-video {
position: absolute;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
top: 50%;
left: 50%;
-o-object-fit: contain;
object-fit: contain;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.js .jquery-background-video.is-visible {
opacity: 1;
}
.jquery-background-video-pauseplay {
position: absolute;
background: transparent;
border: none;
box-shadow: none;
width: 20px;
height: 20px;
top: 15px;
right: 15px;
padding: 0;
cursor: pointer;
outline: none !important;
}
.jquery-background-video-pauseplay span {
display: none;
}
.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
content: "";
position: absolute;
left: 0;
top: 0;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
.jquery-background-video-pauseplay.play:before {
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 15px solid #FFF;
}
.jquery-background-video-pauseplay.pause:before,
.jquery-background-video-pauseplay.pause:after {
border-top: 10px solid #FFF;
border-bottom: 10px solid #FFF;
border-left: 5px solid #FFF;
}
.jquery-background-video-pauseplay.pause:after {
left: 10px;
} .skill-item {
margin-bottom: 23px;
}
.skill-item .text {
margin-left: 180px;
}
.skill-item .text .cell {
height: 158px;
}
.skill-item h6 {
margin: 12px 0;
font-weight: bold;
font-size: 14px;
letter-spacing: .1em;
text-transform: uppercase;
}
.skill-item h6 a {}
.skill-item h6 a i {
color: #0085da;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.skill-item h6:hover a i {
margin-left: 5px;
}
.skill-item .rating-line {
background: #e0dcd4;
position: relative;
margin: 10px 0;
}
.skill-item .rating-line .line {
text-align: right;
line-height: 20px;
position: relative;
-webkit-transition: all 0.9s ease;
-moz-transition: all 0.9s ease;
-o-transition: all 0.9s ease;
-ms-transition: all 0.9s ease;
transition: all 0.9s ease;
background: #e77d72;
height: 2px;
}
.skill-item .rating-line span {
display: inline-block;
padding: 0 3px;
position: absolute;
top: -31px;
right: 0;
font-size: 16px;
font-weight: 600;
}
.skill-item .rating-line .lines {
text-align: justify;
height: 6px;
position: absolute;
top: 0;
left: 0;
right: 0;
overflow: hidden;
z-index: 2;
width: 100%;
}
.skill-item .rating-line .lines span {
display: inline-block;
vertical-align: top;
width: 1px;
height: 6px;
background: #fff;
}
.skill-item .rating-line .lines span:nth-last-of-type(2) {
margin-right: -1px;
}
.skill-item .rating-line .lines span:last-of-type {
width: 100%;
background: none;
}
.skill-item .desc {
font-size: 14px;
font-weight: 300;
line-height: 1.714em;
margin: 11px 0 0;
} .skill-item-circle {
margin-bottom: 30px;
}
.skill-item-circle .circle {
position: relative;
}
.skill-item-circle .circle canvas {
margin: 0 auto;
display: block;
}
.skill-item-circle .circle .skill-level {
position: absolute;
top: 50%;
left: 50%;
width: 132px;
text-align: center;
line-height: 1em;
margin-top: -0.45em;
margin-left: -66px;
font-size: 30px;
font-weight: bold;
}
.skill-item-circle .circle .skill-level span {
font-size: 18px;
margin-left: 3px;
}
.skill-item-circle h5 {
text-align: center;
margin: 20px 0 0;
font-size: 30px;
font-weight: bold;
}
.skill-item-circle h5 a {
text-decoration: none;
}
.skill-item-circle .desc {
text-align: center;
font-weight: 300;
margin: 15px 0 0;
} .breadcrumbs {
color: #6a6a6a;
margin: 30px 0 30px;
font-size: 12px;
}
.breadcrumbs+.page-title {
margin-top: -5px;
}
.breadcrumbs span {}
.breadcrumbs a {}
.breadcrumbs .sep {}
.breadcrumbs .current {} .blog-post-widget {}
.blog-post-widget .item {
overflow: hidden;
position: relative;
margin-bottom: -5px;
padding: 15px 0;
}
.s-sidebar .blog-post-widget .item {
border-bottom: 1px solid #f0f0f0;
margin: 0 -30px;
padding: 20px 30px;
}
.s-sidebar .blog-post-widget .item:first-of-type {}
.s-sidebar .blog-post-widget .item:last-of-type {
border: none;
}
.site-footer .blog-post-widget .item {
max-width: 245px;
}
.blog-post-widget .item .image {
width: 70px;
height: 70px;
display: block;
float: left;
background-size: cover;
background-position: 50%;
}
.site-dark .blog-post-widget .item .image {
border-color: #393939;
}
.blog-post-widget .item .text {
text-align: left;
}
.blog-post-widget .item .image+.text {
margin-left: 90px;
}
.blog-post-widget .item .image+.text .cell {
height: 70px;
}
.blog-post-widget .item .text .cell {}
.blog-post-widget .item .name {
line-height: 1;
font-size: 18px;
display: block;
text-decoration: none;
font-weight: bold;
}
.blog-post-widget .item .name:hover {
text-decoration: none;
}
.blog-post-widget .item .blog-detail {
margin: 5px 0 0 0;
font-size: 12px;
}
.blog-post-widget .item .blog-detail i {
font-size: 10px;
} .contact-row {
position: relative;
padding-left: 45px;
line-height: 20px;
margin: 25px 0;
font-weight: 300;
}
.contact-row.style2 {
color: #787878;
font-weight: normal;
}
.contact-row i,
.contact-row .icon {
width: 35px;
display: inline-block;
vertical-align: middle;
position: absolute;
left: 0;
top: 0;
font-size: 20px;
color: #f5dbb2;
}
.contact-row.style2 .icon {
color: #e2503f;
}
.contact-row i:before,
.contact-row .icon:before {
display: block;
line-height: 21px;
}
.contact-row .heading {
font-size: 18px;
}
.site-footer .contact-row .heading {
color: #fff;
} .tabs {}
.tabs .tabs-head {
margin: 0 0 10px;
}
.tabs .tabs-head .wrap {
display: inline-block;
vertical-align: top;
margin: 0 -15px;
}
.tabs .tabs-head .item,
.tabs .tab-m-button {
display: inline-block;
vertical-align: top;
color: #a8a094;
font-weight: 600;
line-height: 18px;
cursor: pointer;
position: relative;
margin: 0 15px 15px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tabs .tabs-head .item:last-of-type,
.tabs .tab-m-button:last-of-type {
margin-right: 0;
}
.tabs .tabs-head .item.current:after {
opacity: 1;
visibility: visible;
}
.tabs .tabs-head .item.current,
.tabs .tab-m-button.current {
opacity: 1;
color: inherit;
}
.tabs .tabs-head .item:before,
.tabs .tab-m-button:before {
content: "";
position: absolute;
left: 0;
bottom: -4px;
right: 100%;
height: 1px;
background: #e2503f;
-webkit-transition: right 0.5s ease;
-moz-transition: right 0.5s ease;
-o-transition: right 0.5s ease;
-ms-transition: right 0.5s ease;
transition: right 0.5s ease;
}
.tabs .tabs-head .item.current:before,
.tabs .tab-m-button.current:before {
right: 0;
}
.tabs .tabs-head .item>* {
display: inline-block;
vertical-align: middle;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tabs .tabs-head .item i {
font-size: 16px;
margin-right: 10px;
}
.tabs .tabs-head .item .base {}
.tabs .tabs-head .item.current .base {
opacity: 0;
}
.tabs .tabs-head .item .hover {
background: -webkit-linear-gradient(left, #d64793 0%, #f6ae2d 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
position: absolute;
top: 16px;
left: 30px;
opacity: 0;
}
.tabs .tabs-head .item.current .hover {
opacity: 1;
}
.tabs .tabs-body {}
.tabs .tab-content {}
.tabs .tab-m-button {
display: none;
background: #111;
margin-bottom: 5px;
}
.tabs .tab-content .tab-inner-content {
display: none;
}
.tabs .tab-content .container {}
.tabs .tab-content .container-fluid {} .side-img-mouse,
.side-img-mouse-type2 {
position: relative;
max-width: 605px;
}
.side-img-mouse img,
.side-img-mouse-type2 img {
display: block;
}
.side-img-mouse>div,
.side-img-mouse-type2>div {
position: absolute;
}
.side-img-mouse>div:before,
.side-img-mouse-type2>div:before {
content: "";
display: block;
background: 50% no-repeat;
background-size: cover;
}
.side-img-mouse .p1 {
width: 16.341%;
top: 15%;
left: -8%;
}
.side-img-mouse .p1:before {
padding-bottom: 94.011%;
background-image: url(//www.fatto.cz/wp-content/plugins/pt-cora-shortcodes/include/images/side-img2-p2.png);
}
.side-img-mouse .p2 {
width: 73.537%;
right: -13%;
bottom: -17%;
}
.side-img-mouse .p2:before {
padding-bottom: 46.338%;
background-image: url(//www.fatto.cz/wp-content/plugins/pt-cora-shortcodes/include/images/side-img2-p3.png);
}
.side-img-mouse .p3 {
width: 6.685%;
top: 23%;
left: 85%;
}
.side-img-mouse .p3:before {
padding-bottom: 100%;
background-image: url(//www.fatto.cz/wp-content/plugins/pt-cora-shortcodes/include/images/side-img2-p4.png);
}
.side-img-mouse-type2 {}
.side-img-mouse-type2 .p1 {
width: 26.1%;
top: 9%;
left: -13%;
}
.side-img-mouse-type2 .p1:before {
padding-bottom: 94.011%;
background-image: url(//www.fatto.cz/wp-content/plugins/pt-cora-shortcodes/include/images/side-img2-p2.png);
}
.side-img-mouse-type2 .p2 {
width: 20%;
right: -7%;
bottom: 15%;
}
.side-img-mouse-type2 .p2:before {
padding-bottom: 100%;
background-image: url(//www.fatto.cz/wp-content/plugins/pt-cora-shortcodes/include/images/c2.png);
} .services-items {
z-index: 10 !important;
}
.services-items .owl-stage-outer {
overflow: visible !important;
}
.services-items .owl-stage-outer .owl-item {
-webkit-transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
-ms-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
opacity: 0;
visibility: hidden;
}
.services-items .owl-stage-outer .owl-item.active {
opacity: 1;
visibility: visible;
}
.services-items .service-item {
margin-bottom: 30px;
}
.services-items .service-item .wrap {}
.services-items .service-item .ful {
position: absolute;
z-index: 2;
top: 50%;
left: -100px;
right: 0;
-moz-transform: translate(0%, -40%);
-ms-transform: translate(0%, -40%);
-webkit-transform: translate(0%, -40%);
-o-transform: translate(0%, -40%);
transform: translate(0%, -40%);
border: 1px solid #eba776;
background: #db4233;
background-image: -moz-radial-gradient(50% 50%, circle closest-side, #f76757 0%, #db4233 100%);
background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #f76757 0%, #db4233 100%);
background-image: -ms-radial-gradient(50% 50%, circle closest-side, #f76757 0%, #db4233 100%);
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-ms-transition: all .5s ease;
transition: all .5s ease;
opacity: 0;
visibility: hidden;
color: #ffffff;
padding: 45px 50px 50px;
}
.services-items .service-item:hover .ful {
-moz-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
-webkit-transform: translate(0%, -50%);
-o-transform: translate(0%, -50%);
transform: translate(0%, -50%);
opacity: 1;
visibility: visible;
}
.services-items .service-item .ful:before {
content: "";
position: absolute;
background: 50% no-repeat;
background-size: contain;
}
.services-items .service-item.item1 .ful:before {
background-image: url(//www.fatto.cz/wp-content/plugins/pt-cora-shortcodes/include/images/c1.png);
width: 88px;
height: 102px;
top: -30px;
right: 22px;
}
.services-items .service-item.item2 .ful:before {
background-image: url(//www.fatto.cz/wp-content/plugins/pt-cora-shortcodes/include/images/c2.png);
width: 118px;
height: 118px;
top: -63px;
right: 55px;
}
.services-items .service-item.item3 .ful:before {
background-image: url(//www.fatto.cz/wp-content/plugins/pt-cora-shortcodes/include/images/c3.png);
width: 109px;
height: 108px;
top: 27px;
right: -45px;
}
.services-items .service-item.item4 .ful:before {
background-image: url(//www.fatto.cz/wp-content/plugins/pt-cora-shortcodes/include/images/c4.png);
width: 121px;
height: 151px;
top: -47px;
right: -26px;
}
.services-items .service-item .num {
font-size: 72px;
color: #f2cc8f;
line-height: 1em;
font-weight: bold;
margin-bottom: 40px;
}
.services-items .service-item .ful .num {
color: #8b1207;
}
.services-items .service-item .name {
font-size: 36px;
line-height: 1em;
font-weight: bold;
}
.services-items .service-item .name:after {
content: "";
display: block;
width: 70px;
height: 1px;
background: #eba776;
margin-top: 50px;
}
.services-items .service-item .drop {
color: #fff;
display: none;
}
.services-items .service-item .desc {
line-height: 1.500em;
margin-top: 40px;
}
.services-items .service-item .button-style3 {
margin-top: 40px;
}
.services-items .owl-prev,
.services-items .owl-next,
.services-type2-items .owl-prev,
.services-type2-items .owl-next {
position: absolute;
top: 50%;
font-size: 14px;
margin-top: -21px;
color: #e2503f;
background: #f4f1de;
width: 42px;
text-align: center;
line-height: 42px;
border-radius: 50%;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.services-items .owl-prev,
.services-type2-items .owl-prev {
left: -70px;
}
.services-items .owl-prev:hover,
.services-type2-items .owl-prev:hover {
text-indent: -5px;
}
.services-items .owl-next,
.services-type2-items .owl-next {
right: -70px;
}
.services-items .owl-next:hover,
.services-type2-items .owl-next:hover {
text-indent: 5px;
} .services-type2-items {
margin: 25px 0;
}
.services-type2-items.owl-carousel.owl-loaded {
margin: 25px 0;
}
.service-type2-item {
padding: 30px 28px 80px;
position: relative;
z-index: 1;
}
.service-type2-item:before,
.service-type2-item:after {
content: "";
position: absolute;
top: 75px;
left: 0;
right: 0;
bottom: 0;
background: #fff;
z-index: -1;
}
.service-type2-item:after {
top: 100%;
bottom: 0;
border-radius: 3px;
background-color: #e45e4e;
background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgb(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgb(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgb(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.service-type2-item:hover:after {
top: 0;
bottom: 30px;
}
.service-type2-item .wrap {
-webkit-transition: color 0.5s ease;
-moz-transition: color 0.5s ease;
-o-transition: color 0.5s ease;
-ms-transition: color 0.5s ease;
transition: color 0.5s ease;
}
.service-type2-item:hover .wrap {
color: #fff;
}
.service-type2-item .image {
background: 50% no-repeat;
background-size: cover;
border-radius: 50%;
max-width: 95px;
margin: 0 0 10px;
-webkit-transition: box-shadow 0.5s ease;
-moz-transition: box-shadow 0.5s ease;
-o-transition: box-shadow 0.5s ease;
-ms-transition: box-shadow 0.5s ease;
transition: box-shadow 0.5s ease;
}
.service-type2-item:hover .image {
box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
.service-type2-item .image:before {
content: "";
display: block;
padding-bottom: 100%;
}
.service-type2-item .name {
font-size: 36px;
font-weight: bold;
margin: 0 0 20px;
}
.service-type2-item .name:after {
content: "";
display: block;
width: 70px;
height: 1px;
background: #eba776;
margin: 10px 0 0;
}
.service-type2-item .desc {
line-height: 1.500em;
}
.service-type2-item .button-style4 {
margin-top: 25px;
}
.service-type2-item:hover .button-style4 {
color: #fff;
}
.service-type2-item .line {
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 8px;
background: #e2503f;
} .services-type3-area {
margin: 50px 0;
}
.services-type3-nav {
float: left;
max-width: 300px;
color: #ccc5b9;
font-size: 30px;
font-weight: bold;
}
.services-type3-nav .item {
margin: 0 0 15px;
cursor: pointer;
}
.services-type3-nav .item.active {
color: #50514f;
}
.services-type3-nav .item .num {
font-size: 0.600em;
font-weight: 600;
margin-right: 15px;
}
.services-type3-items {}
.services-type3-nav+.services-type3-items {
margin-left: 310px;
}
.service-type3-item {
position: relative;
display: none;
}
.service-type3-item .image {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 50%;
background: 50% no-repeat;
background-size: cover;
}
.service-type3-item .wrap {}
.service-type3-item .image+.wrap {
margin-left: 55%;
}
.service-type3-item .wrap .num {
font-size: 18px;
color: #ccc5b9;
font-weight: 600;
margin: 0 0 12px;
}
.service-type3-item .wrap .name {
font-size: 48px;
font-weight: bold;
line-height: 1em;
margin-bottom: 21px;
}
.service-type3-item .wrap .desc {
font-size: 18px;
color: #787878;
line-height: 1.667em;
}
.service-type3-item .wrap .button-style2 {
margin-top: 15px;
} .contact-form-area {
max-width: 825px;
margin: 0 auto;
text-align: center;
}
.input-row {
position: relative;
}
.input-row:after,
.input-row:before {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 1px;
color: #d6d6d6;
box-shadow: inset 0 0 0 1px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.input-row:before {
color: #f2cc8f;
right: 100%;
}
.input-row.focus:after {
left: 100%;
}
.input-row.focus:before {
right: 0;
}
.input-row.with-icon:before {
content: '';
font-family: 'base-icons' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
left: 20px;
top: 15px;
z-index: 2;
color: #f2cc8f;
font-size: 14px;
}
.input-row.name:before {
content: "\e900";
}
.input-row.mail:before {
content: "\e90d";
}
.input-row.phone:before {
content: "\e91f";
}
.input-row.subject:before {
content: "\e926";
}
.input-row.text:before {
content: "\e90c";
}
.contact-form-area2 {
background: #f7f9fd;
border-radius: 8px;
box-shadow: 0px 5px 28.5px 1.5px rgba(55, 149, 210, 0.2);
max-width: 465px;
margin: 0 auto 55px;
position: relative;
text-align: center;
padding: 45px 25px 25px;
}
.contact-form-area2:before,
.contact-form-area2:after {
content: "";
position: absolute;
bottom: 25px;
background-size: contain !important;
background-position: 50% !important;
}
.contact-form-area2:before {
width: 389px;
height: 369px;
background: url(//www.fatto.cz/wp-content/plugins/pt-cora-shortcodes/include/images/side-img3.png) no-repeat;
right: 100%;
margin-right: -30px;
}
.contact-form-area2:after {
width: 373px;
height: 364px;
background: url(//www.fatto.cz/wp-content/plugins/pt-cora-shortcodes/include/images/side-img4.png) no-repeat;
left: 100%;
margin-left: -45px;
}
.contact-form-area2 .h {
margin: 0 0 30px;
font-weight: 500;
color: #2e90cf;
}
.contact-form-area2 .input-row {
max-width: 305px;
margin: 0 auto;
} .subscribe-form {
max-width: 250px;
margin: 0 auto;
position: relative;
background: #fcfbf8;
border: 1px solid #f0f0f0;
}
.widget .subscribe-form { max-width: none;
}
.subscribe-form p {
margin: 0;
}
.subscribe-form>div {}
.subscribe-form .input {
padding-right: 55px;
box-shadow: none;
margin-bottom: 0 !important;
background: none;
border: none;
font-size: 14px;
color: #787878;
padding: 0 25px;
height: 40px;
line-height: 40px;
}
.subscribe-form .button {
position: absolute;
top: -1px;
right: -1px;
padding: 0 15px;
font-size: 17px;
background: #e2503f;
box-shadow: none;
border: none;
cursor: pointer;
color: #fff;
}
.subscribe-form .button i {
display: block;
margin: 0;
line-height: 42px;
} .testimonials-area {
margin: 45px 0;
position: relative;
}
.testimonials {}
.testimonials .testimonial-item {
overflow: hidden;
}
.testimonials .testimonial-item .quote {
font-size: 36px;
font-weight: 200;
color: #787878;
position: relative;
line-height: 1.333em;
padding-left: 95px;
}
.testimonials .testimonial-item .quote:before {
content: "“";
position: absolute;
top: 0;
left: 0;
font-size: 150px;
color: #f5dbb2;
font-weight: 300;
line-height: 1em;
}
.testimonials .testimonial-item .bottom {
padding-left: 95px;
margin: 45px 0;
position: relative;
}
.testimonials .testimonial-item .bottom .image {
width: 75px;
height: 75px;
background: 50% no-repeat;
background-size: cover;
border-radius: 50%;
position: absolute;
top: 50%;
left: 95px;
-moz-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
-webkit-transform: translate(0%, -50%);
-o-transform: translate(0%, -50%);
transform: translate(0%, -50%);
}
.testimonials .testimonial-item .bottom .co {}
.testimonials .testimonial-item .bottom .image+.co {
margin-left: 105px;
}
.testimonials .testimonial-item .bottom h5 {
font-size: 18px;
margin: 0;
font-weight: 600;
position: relative;
}
.testimonials .testimonial-item .bottom h5:before {
content: "";
color: #e2503f;
position: absolute;
top: 50%;
left: -95px;
width: 65px;
height: 1px;
border-bottom: 1px solid;
}
.testimonials .testimonial-item .bottom .image+.co h5:before {
left: -200px;
}
.testimonials .testimonial-item .bottom .post {
font-size: 14px;
font-weight: 300;
margin-top: 2px;
}
.testimonials-area .nav {
padding-left: 95px;
color: #a8a094;
margin: 10px 0 0;
z-index: 1;
}
.testimonials-area.navigation-right .nav {
position: absolute;
right: 0;
padding: 0;
bottom: 55px;
margin: 0;
}
.testimonials-area .nav>*:first-of-type {
margin-left: 0 !important;
}
.testimonials-area .nav .owl-prev,
.testimonials-area .nav .owl-next {
font-size: 9px;
width: 2.778em;
line-height: 2.778em;
border-radius: 50%;
text-align: center;
margin-top: -1.389em;
box-shadow: inset 0 0 0 1px;
cursor: pointer;
background: #fcfbf8;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.testimonials-area .nav .owl-prev {}
.testimonials-area .nav .owl-prev:hover {
text-indent: -3px;
}
.testimonials-area .nav .owl-next {}
.testimonials-area .nav .owl-next:hover {
text-indent: 3px;
}
.testimonials-area .nav .counter {} .team-items {
margin: 0;
}
.team-items .team-item {
padding: 0;
}
.team-items .team-item .image-area {}
.team-items .team-item .image {
padding-bottom: 100%;
background: 50% no-repeat;
background-size: cover;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.team-items .team-item:hover .image {
-webkit-filter: grayscale(60%);
-moz-filter: grayscale(60%);
-ms-filter: grayscale(60%);
-o-filter: grayscale(60%);
filter: grayscale(60%);
}
.team-items .team-item .bottom {
color: #fff;
background: #db4233;
background-image: -moz-radial-gradient(50% 50%, circle closest-side, #f76757 0%, #db4233 100%);
background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #f76757 0%, #db4233 100%);
background-image: -ms-radial-gradient(50% 50%, circle closest-side, #f76757 0%, #db4233 100%);
position: absolute;
left: 0;
bottom: 35px;
padding: 30px 20px 30px 50px;
width: 100%;
max-width: 250px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
opacity: 0;
}
.team-items .team-item:hover .bottom {
opacity: 1;
left: -25px;
}
.team-items .team-item .h {
margin: 0;
font-size: 24px;
font-weight: 600;
}
.team-items .team-item .post {
font-size: 14px;
text-transform: capitalize;
font-weight: 300;
}
.team-items .team-item .social-buttons {
color: #f4f1de;
margin-top: 5px;
}
.team-items .team-item .social-buttons a {
vertical-align: middle;
margin-right: 13px;
} .brand-logo-items {}
.brand-logo-item {}
.brand-logo-item div {
display: table-cell;
height: 175px;
vertical-align: middle;
width: 10000px;
}
.brand-logo-item img {
display: block;
margin: 0 auto;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}
.brand-logo-item img:hover {
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);
}
.brand-logo-items .owl-prev,
.brand-logo-items .owl-next,
.price-list .owl-nav>* {
position: absolute;
top: 50%;
margin-top: -1.5em;
}
.brand-logo-items .owl-prev,
.price-list .owl-prev {
left: -90px;
}
.brand-logo-items .owl-next,
.price-list .owl-next {
right: -90px;
} .num-box {}
.num-box .num-box-item {
margin-bottom: 30px;
position: relative;
}
.num-box .num-box-item.with-icon {
padding-left: 75px;
text-align: left;
}
.num-box .num-box-item .icon {
font-size: 50px;
color: #e2503f;
position: absolute;
left: 0;
top: 50%;
margin-top: -.5em;
}
.num-box .num-box-item .num-wrap {
font-size: 48px;
font-weight: bold;
line-height: 1em;
margin: 0 0 5px;
}
.num-box .num-box-item .num-wrap>* {
display: inline-block;
vertical-align: middle;
}
.num-box .num-box-item .num-wrap .num {
vertical-align: middle;
}
.num-box .num-box-item .num-wrap .last {
font-size: 0.625em;
margin-left: 0.25em;
}
.num-box .num-box-item .h {
color: #a8a094;
} .split-screen-items {
background: #e34c3d;
color: #f4f1de;
position: relative;
}
.split-screen-items .banner-social-buttons {}
.split-screen-items .scroll-next {
pointer-events: none;
right: 32px;
}
.split-screen-items .ss-navigation,
.one-screen-items .ss-navigation {
position: absolute;
top: 50%;
right: 0;
width: 90px;
text-align: center;
-moz-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
-webkit-transform: translate(0%, -50%);
-o-transform: translate(0%, -50%);
transform: translate(0%, -50%);
z-index: 2;
}
.split-screen-items .ss-navigation .up,
.split-screen-items .ss-navigation .down,
.one-screen-items .ss-navigation .up,
.one-screen-items .ss-navigation .down {
font-size: 8px;
width: 2.500em;
line-height: 2.500em;
margin: 0 auto;
background: #f4f1de;
color: #dc4435;
border-radius: 50%;
cursor: pointer;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.split-screen-items .ss-navigation .up.disable,
.split-screen-items .ss-navigation .down.disable,
.one-screen-items .ss-navigation .up.disable,
.one-screen-items .ss-navigation .down.disable {
opacity: .5;
cursor: default;
}
.split-screen-items .ss-navigation .up:not(.disable):hover,
.one-screen-items .ss-navigation .up:not(.disable):hover {
-moz-transform: translate(0%, -10%);
-ms-transform: translate(0%, -10%);
-webkit-transform: translate(0%, -10%);
-o-transform: translate(0%, -10%);
transform: translate(0%, -10%);
}
.split-screen-items .ss-navigation .down:not(.disable):hover,
.one-screen-items .ss-navigation .down:not(.disable):hover {
-moz-transform: translate(0%, 10%);
-ms-transform: translate(0%, 10%);
-webkit-transform: translate(0%, 10%);
-o-transform: translate(0%, 10%);
transform: translate(0%, 10%);
}
.split-screen-items .ss-navigation .pag,
.one-screen-items .ss-navigation .pag {
font-size: 14px;
font-weight: 600;
color: #8b1207;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
margin: 20px 0;
}
.split-screen-items .ss-navigation .pag .pag-item,
.one-screen-items .ss-navigation .pag .pag-item {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
margin: 8px 0;
cursor: pointer;
}
.split-screen-items .ss-navigation .pag .pag-item.active,
.one-screen-items .ss-navigation .pag .pag-item.active {
color: #f4f1de;
}
.split-screen-items .ss-list {
margin: 0;
padding: 0;
overflow: hidden;
height: 100vh;
}
.split-screen-items .ss-list .item {
display: block;
}
.split-screen-items .ss-list .item .m-image {
display: none;
position: relative;
}
.split-screen-items .ss-list .item .m-image:before {
content: "";
display: block;
padding-bottom: 70%;
}
.split-screen-items .ss-list .item .m-image div {
position: absolute;
top: 0;
left: -1000px;
right: -1000px;
bottom: 0;
}
.split-screen-items .ss-list .item .m-image img {
position: absolute;
top: 50%;
left: 50%;
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
max-width: 90%;
max-height: 90%;
width: auto;
height: auto;
}
.split-screen-items .ss-list .item .cell {
height: 100vh;
width: 10000px;
}
.split-screen-items .ss-list .item .wrap,
.one-screen-items .os-list .item .wrap {
width: 50%;
max-width: 480px;
}
.split-screen-items .ss-list .item .top {}
.split-screen-items .ss-list .item .top {
margin-bottom: 15px;
}
.split-screen-items .ss-list .item .top>* {
display: inline-block;
vertical-align: middle;
}
.split-screen-items .ss-list .item .top,
.one-screen-items .os-list .item .sub-h {
color: #f5dbb2;
padding-left: 32px;
position: relative;
margin-right: 15px;
font-size: 18px;
font-weight: 600;
}
.split-screen-items .ss-list .item .top:before {
content: "";
position: absolute;
top: 50%;
left: 0;
width: 20px;
height: 1px;
box-shadow: inset 0 0 0 1px;
}
.split-screen-items .ss-list .item .top .sub-h {
font-size: 14px;
text-transform: uppercase;
font-weight: 800;
color: #fff;
margin-left: 5px;
}
.split-screen-items .ss-list .item .heading {}
.split-screen-items .ss-list .item .desc,
.one-screen-items .os-list .item .desc {
font-size: 18px;
color: #f5dbb2;
line-height: 1.667em;
}
.split-screen-items .ss-list .item .button-style2 {
margin-top: 25px;
color: #fff;
}
.split-screen-items .ss-list .item .button-style2:before {
color: #e04939;
background: #fff;
box-shadow: inset 0 0 0 1px #fff;
}
.split-screen-items .ss-preview-images {
position: absolute;
top: 0;
right: 90px;
bottom: 0;
max-width: 650px;
width: 50%;
background: #a7deeb;
overflow: hidden;
}
.split-screen-items .ss-preview-images .items {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
white-space: nowrap; -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: transform 0.2s linear;
-moz-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%);
-webkit-transform: translate(-50%, 0%);
-o-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
}
.split-screen-items .ss-preview-images .items .item {
display: inline-block;
vertical-align: middle;
width: 200%;
height: 100vh;
text-align: center;
position: relative;
}
.split-screen-items .ss-preview-images .image {
position: absolute;
top: 0;
left: 25%;
width: 50%;
height: 100%;
background: 50% no-repeat;
background-size: contain;
}
.split-screen-items .ss-preview-images .image img {
position: absolute;
top: 50%;
left: 50%;
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
max-width: 90%;
max-height: 90%;
width: auto;
height: auto;
} .one-page-area {
position: relative;
overflow: hidden;
height: 100vh;
color: #f4f1de;
}
.opa-buttons {}
.opa-buttons .button {
position: absolute;
text-decoration: none;
font-weight: bold;
text-transform: uppercase;
width: 165px;
overflow: hidden;
cursor: pointer;
pointer-events: none;
z-index: 10;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.opa-buttons .button.active {
color: #8b1207;
}
.opa-buttons .button>span {
pointer-events: all;
position: relative;
}
.opa-buttons .button>span:before {
content: "";
position: absolute;
left: 100%;
top: 50%;
width: 30px;
height: 2px;
margin: -2px 0 0 10px;
box-shadow: inset 0 0 0 1px;
-webkit-transition: width 0.3s ease;
-moz-transition: width 0.3s ease;
-o-transition: width 0.3s ease;
-ms-transition: width 0.3s ease;
transition: width 0.3s ease;
}
.opa-buttons .button.active>span:before {
width: 0;
}
.opa-buttons .button.logo {
top: 40px;
left: 0;
-moz-transform: translate(-100%, 0%) rotate(-90deg) scale(0.99);
-ms-transform: translate(-100%, 0%) rotate(-90deg) scale(0.99);
-webkit-transform: translate(-100%, 0%) rotate(-90deg) scale(0.99);
-o-transform: translate(-100%, 0%) rotate(-90deg) scale(0.99);
transform: translate(-100%, 0%) rotate(-90deg) scale(0.99);
-moz-transform-origin: 100% 0%;
-ms-transform-origin: 100% 0%;
-webkit-transform-origin: 100% 0%;
-o-transform-origin: 100% 0%;
transform-origin: 100% 0%;
font-size: 16px;
}
.opa-buttons .button.about {
bottom: -125px;
left: 30px;
-moz-transform: translate(100%, 100%) rotate(-90deg) scale(0.99);
-ms-transform: translate(100%, 100%) rotate(-90deg) scale(0.99);
-webkit-transform: translate(100%, 100%) rotate(-90deg) scale(0.99);
-o-transform: translate(100%, 100%) rotate(-90deg) scale(0.99);
transform: translate(100%, 100%) rotate(-90deg) scale(0.99);
-moz-transform-origin: -100% 0%;
-ms-transform-origin: -100% 0%;
-webkit-transform-origin: -100% 0%;
-o-transform-origin: -100% 0%;
transform-origin: -100% 0;
}
.opa-buttons .button.projects {
right: 30px;
top: 40px;
-moz-transform: translate(100%, 0) rotate(90deg) scale(0.99);
-ms-transform: translate(100%, 0) rotate(90deg) scale(0.99);
-webkit-transform: translate(100%, 0) rotate(90deg) scale(0.99);
-o-transform: translate(100%, 0) rotate(90deg) scale(0.99);
transform: translate(100%, 0) rotate(90deg) scale(0.99);
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
-o-transform-origin: 0 0;
transform-origin: 0 0;
}
.opa-buttons .button.contact {
right: 30px;
bottom: 155px;
-moz-transform: translate(100%, -100%) rotate(90deg) scale(0.99);
-ms-transform: translate(100%, -100%) rotate(90deg) scale(0.99);
-webkit-transform: translate(100%, -100%) rotate(90deg) scale(0.99);
-o-transform: translate(100%, -100%) rotate(90deg) scale(0.99);
transform: translate(100%, -100%) rotate(90deg) scale(0.99);
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
-o-transform-origin: 0 0;
transform-origin: 0 0;
text-align: right;
}
.opa-buttons .button.contact>span:before {
left: auto;
right: 100%;
margin: -2px 10px 0 0;
}
.opa-content {
background: 50% no-repeat;
background-size: cover;
}
.one-page-area .cell-container,
.opa-about-section .cell-container {
height: 100vh;
width: 1170px;
}
.opa-about-section.t1 .cell-container {
padding: 100px 0 30px;
}
.opa-content .sub-h {
text-transform: uppercase;
color: #8b1207;
font-weight: 600;
margin: 0 0 15px;
}
.opa-content .h {
margin: 0 0 20px;
}
.opa-content .text,
.opa-about-section .content .text {
font-size: 18px;
color: #f5dbb2;
line-height: 1.667em;
}
.opa-content .button-style1 {
margin-top: 20px;
}
.opa-content .button-style1:hover {
color: #f4f1de !important;
}
.opa-content .social-buttons-standart,
.opa-projects-section .social-buttons-standart {
position: absolute;
left: 15px;
bottom: 35px;
}
.opa-projects-section .container-fluid .social-buttons-standart {
left: 90px;
}
.opa-absolute-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index: 2;
background: #db4233 50% no-repeat;
background-size: cover;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
-moz-transform: translate(100%, 0%);
-ms-transform: translate(100%, 0%);
-webkit-transform: translate(100%, 0%);
-o-transform: translate(100%, 0%);
transform: translate(100%, 0%);
}
.opa-absolute-content.active {
-moz-transform: translate(0%, 0%);
-ms-transform: translate(0%, 0%);
-webkit-transform: translate(0%, 0%);
-o-transform: translate(0%, 0%);
transform: translate(0%, 0%);
z-index: 3;
}
.opa-about-section {
background: 50% no-repeat;
background-size: cover;
}
.opa-about-section.dark {
color: #f4f1de;
}
.opa-about-section.light {
background: #fcfbf8;
}
.opa-absolute-content .name-bg,
.opa-about-section .name-bg {
position: absolute;
top: 50%;
left: -0.25em;
text-transform: uppercase;
line-height: 1em;
font-weight: bold;
font-size: 350px;
margin-top: -.5em;
color: rgba(176, 24, 10, 0.1);
color: #b0180a1a;
-webkit-text-stroke: 2px rgba(176, 24, 10, 0.2);
-webkit-text-stroke: 2px #b0180a33;
pointer-events: none;
opacity: .5;
}
.opa-about-section.light .name-bg {
color: #fcfbf8;
-webkit-text-stroke: 1px #ebebe8;
opacity: 1;
}
.opa-about-section .ab-side-img {
position: absolute;
right: 68%;
bottom: 0;
height: 95%;
max-height: 100%;
width: 50%;
text-align: right;
}
.opa-about-section img {
max-height: 100%;
width: auto;
height: auto;
max-width: 100%;
position: absolute;
right: 0;
bottom: 0;
}
.opa-about-section .content {
margin-right: 230px;
max-width: 445px;
}
.opa-about-section .ab-side-img+.content {
margin-left: 35%;
}
.opa-about-section .content .h {
margin: 0 0 30px;
letter-spacing: -.01em;
}
.opa-about-section .content .text {}
.opa-about-section.light .content .text {
color: #787878;
}
.opa-about-section .content .social-buttons-standart {
margin-top: 30px;
}
.opa-about-section.light .content .social-buttons-standart {
color: #a8a094;
}
.opa-about-section.light .content .social-buttons-standart i {
color: inherit;
}
.opa-about-section .content .button-style1 {
margin-top: 25px;
}
.opa-about-section.dark .content .button-style1:hover {
color: #f4f1de !important;
}
.opa-about-section .experiance {
position: absolute;
top: 50%;
right: 15px;
width: 205px;
-moz-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
-webkit-transform: translate(0%, -50%);
-o-transform: translate(0%, -50%);
transform: translate(0%, -50%);
}
.opa-about-section.light .experiance .num-wrap .last {
color: #e2503f;
}
.opa-about-section .experiance .h {
color: #f5dbb2;
}
.opa-about-section.light .experiance .h {
color: #a8a094;
}
.opa-about-section .num-box-item {}
.opa-projects-section .container-fluid {
padding: 0 90px;
}
.opa-projects-section .portfolio-cols-slider {
width: 1140px;
overflow: hidden;
margin: 40px 0 90px;
}
.portfolio-cols-slider .pcs-item {
height: 40vh;
position: relative;
background: 50% no-repeat;
background-size: cover;
}
.portfolio-cols-slider .pcs-item a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.portfolio-cols-slider .pcs-item .wr {
background: #343333;
color: #fff;
position: absolute;
left: 10%;
bottom: 35px;
padding: 28px 25px 28px 45px;
max-width: 90%;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
opacity: 0;
}
.portfolio-cols-slider .pcs-item:hover .wr {
opacity: 1;
left: 0;
}
.portfolio-cols-slider .pcs-item .cat {
font-size: 14px;
color: #f2cc8f;
font-weight: 300;
margin-bottom: 10px;
}
.portfolio-cols-slider .pcs-item .h {
font-weight: 600;
margin: 0;
}
.portfolio-cols-slider .owl-nav {
position: absolute;
bottom: 32px;
right: 80px;
}
.portfolio-cols-slider .owl-nav>* {
font-size: 7px;
}
.portfolio-cols-slider .owl-nav>.swiper-button-disabled {
opacity: .7;
cursor: default;
pointer-events: none;
}
.opa-contact-section {}
.opa-contact-section .ops-content {
max-width: 520px;
width: 50%;
}
.opa-contact-section .ab-side-img {
position: absolute;
top: 50%;
right: 0;
width: 60%;
text-align: center;
-moz-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
-webkit-transform: translate(0%, -50%);
-o-transform: translate(0%, -50%);
transform: translate(0%, -50%);
pointer-events: none;
z-index: -1;
}
.opa-contact-section .ops-content .form {
margin-top: 50px;
}
.opa-contact-section .ops-content .form .button-style1 {
margin-top: 20px;
}
.opa-contact-section .ops-content .form .button-style1:hover {
color: #9c1c10 !important;
} .one-screen-items {
background: #db4233;
}
.one-screen-items .banner-social-buttons {
color: #f4f1de;
}
.one-screen-items .scroll-next {
right: 33px;
pointer-events: none;
}
.one-screen-items .ss-navigation {}
.one-screen-items .os-list {
padding: 0;
margin: 0;
height: 100vh;
overflow: hidden;
}
.one-screen-items .os-list .item {
display: block;
color: #f4f1de;
background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
position: relative;
z-index: 1;
}
.one-screen-items .os-list .item { }
.one-screen-items .os-list .item:first-of-type {
padding-top: 0;
}
.one-screen-items .os-list .item:last-of-type {
padding-bottom: 0;
}
.one-screen-items .os-list .item .m-bg {
background: #db4233;
background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
display: none;
}
.one-screen-items .os-list .item .cell-container {
height: 100vh;
width: 1140px;
}
.one-screen-items .os-list .item .wrap {}
.one-screen-items .os-list .item .sub-h {
padding-left: 0;
font-size: 16px;
text-transform: uppercase;
}
.one-screen-items .os-list .item .heading {}
.one-screen-items .os-list .item .desc {}
.one-screen-items .os-list .item .button-style1 {
margin-top: 15px;
}
.one-screen-items .os-list .item .os-side-img {
position: absolute;
right: 0;
width: 50%;
text-align: center;
}
.one-screen-items .os-list .item .os-side-img.top {
top: 0;
}
.one-screen-items .os-list .item .os-side-img.middle {
top: 50%;
-moz-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
-webkit-transform: translate(0%, -50%);
-o-transform: translate(0%, -50%);
transform: translate(0%, -50%);
}
.one-screen-items .os-list .item .os-side-img.bottom {
bottom: 0;
}
.one-screen-items .os-list .item .os-side-img img {
display: block;
margin: 0 auto;
} .price-list {}
.price-list.owl-carousel.owl-loaded {
margin: 30px 0;
}
.price-list-item {
text-align: center;
background: #ffffff;
padding: 45px 15px 50px;
position: relative;
z-index: 1;
-webkit-transition: color 0.5s ease;
-moz-transition: color 0.5s ease;
-o-transition: color 0.5s ease;
-ms-transition: color 0.5s ease;
transition: color 0.5s ease;
}
.price-list-item:hover {
color: #fff;
}
.price-list-item:after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
height: 8px;
background-color: #e45e4e;
-webkit-transition: height 0.5s ease, background 0.5s ease;
-moz-transition: height 0.5s ease, background 0.5s ease;
-o-transition: height 0.5s ease, background 0.5s ease;
-ms-transition: height 0.5s ease, background 0.5s ease;
transition: height 0.5s ease, background 0.5s ease;
}
.price-list-item:hover:after {
height: 100%;
background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}
.price-list-item .wrap {}
.price-list-item .heading {
margin: 0;
}
.price-list-item .price {
color: #e2503f;
font-size: 60px;
font-weight: bold;
line-height: 1em;
margin: 30px 0 25px;
}
.price-list-item:hover .price,
.price-list-item:hover .options {
color: inherit !important
}
.price-list-item .price span {
font-size: 0.600em;
display: inline-block;
vertical-align: top;
}
.price-list-item .price span.after {
font-size: 14px;
color: #a8a094;
text-transform: uppercase;
font-weight: normal;
line-height: 1;
vertical-align: baseline;
max-width: 100px;
position: relative;
text-align: left;
padding-left: 15px;
top: -7px;
}
.price-list-item:hover .price span.after {
color: inherit;
}
.price-list-item .price span.after:before {
content: "/";
font-size: 30px;
font-weight: 100;
position: absolute;
top: 50%;
left: 0;
margin-top: -.5em;
}
.price-list-item .options {
color: #787878;
}
.price-list-item .options .o-row {}
.price-list-item .options .o-row:not(:last-of-type):after {
content: "";
display: block;
margin: 5px auto;
width: 15px;
height: 1px;
background: #e0dcd4;
}
.price-list-item .button {
margin-top: 35px;
}
.price-list-item .button-style1 {}
.parallax-bals-area {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 365px;
}
.parallax-bals-area>div {
position: absolute;
}
.parallax-bals-area>div>div {
background: 50% no-repeat;
background-size: cover;
}
.parallax-bals-area .ball1 {
top: 0;
right: 3%;
}
.parallax-bals-area .ball1>div {
background-image: url(//www.fatto.cz/wp-content/plugins/pt-cora-shortcodes/include/images/sl-ball1.png);
width: 40px;
height: 40px;
}
.parallax-bals-area .ball2 {
top: 24%;
left: -5%;
}
.parallax-bals-area .ball2>div {
background-image: url(//www.fatto.cz/wp-content/plugins/pt-cora-shortcodes/include/images/sl-ball2.png);
width: 20px;
height: 19px;
}
.parallax-bals-area .ball3 {
top: 35%;
right: -6%;
}
.parallax-bals-area .ball3>div {
background-image: url(//www.fatto.cz/wp-content/plugins/pt-cora-shortcodes/include/images/sl-ball3.png);
width: 85px;
height: 84px;
}
.parallax-bals-area .ball4 {
top: 70%;
right: 10%;
}
.parallax-bals-area .ball4>div {
background-image: url(//www.fatto.cz/wp-content/plugins/pt-cora-shortcodes/include/images/sl-ball4.png);
width: 104px;
height: 104px;
}
.parallax-bals-area .ball5 {
top: 77%;
left: 50%;
}
.parallax-bals-area .ball5>div {
background-image: url(//www.fatto.cz/wp-content/plugins/pt-cora-shortcodes/include/images/sl-ball5.png);
width: 58px;
height: 58px;
}
.parallax-bals-area .ball6 {
top: 81%;
left: 49%;
}
.parallax-bals-area .ball6>div {
background-image: url(//www.fatto.cz/wp-content/plugins/pt-cora-shortcodes/include/images/sl-ball6.png);
width: 32px;
height: 30px;
}
.parallax-bals-area .ball7 {
bottom: 2%;
left: 25%;
z-index: 1;
}
.parallax-bals-area .ball7>div {
background-image: url(//www.fatto.cz/wp-content/plugins/pt-cora-shortcodes/include/images/sl-ball7.png);
width: 29px;
height: 29px;
}
.parallax-bals-area .ball8 {
bottom: -2%;
left: 20.5%;
}
.parallax-bals-area .ball8>div {
background-image: url(//www.fatto.cz/wp-content/plugins/pt-cora-shortcodes/include/images/sl-ball8.png);
width: 65px;
height: 64px;
}
.parallax-bals-area .ball9 {
top: 85%;
left: -9%;
}
.parallax-bals-area .ball9>div {
background-image: url(//www.fatto.cz/wp-content/plugins/pt-cora-shortcodes/include/images/sl-ball9.png);
width: 190px;
height: 190px;
}
.parallax-bals-area .ball10 {
top: 150%;
right: -20%;
z-index: 2;
}
.parallax-bals-area .ball10>div {
background-image: url(//www.fatto.cz/wp-content/plugins/pt-cora-shortcodes/include/images/sl-ball10.png);
width: 192px;
height: 191px;
} .icon-box {}
.icon-box-item {
margin-bottom: 30px;
position: relative;
}
.style2 .icon-box-item {
margin-bottom: 45px;
}
.icon-box-item .wrap {}
.style2 .icon-box-item .icon+.wrap {
padding-left: 60px;
}
.icon-box-item .icon {
font-size: 40px;
color: #8dc6de;
margin: 0 0 -5px;
}
.style2 .icon-box-item .icon {
position: absolute;
}
.icon-box-item .h {
font-size: 30px;
font-weight: bold;
margin: 0 0 3px;
}
.style2 .icon-box-item .h {
font-size: 24px;
margin-bottom: 5px;
}
.icon-box-item .h span {
color: #e2503f;
}
.icon-box-item .h span {}
.icon-box-item .desc {
line-height: 1.5;
} .accordion-items {
margin: 30px 0;
}
.accordion-item {
background: #fff;
margin-bottom: 20px;
color: #787878;
}
.accordion-item:last-of-type {
margin-bottom: 0;
}
.accordion-item .label {
padding: 10px 50px 10px 30px;
font-size: 18px;
line-height: 30px;
font-weight: 300;
position: relative;
cursor: pointer;
}
.accordion-item .label .cell {}
.accordion-item .label span {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 50px;
}
.accordion-item .label span:before,
.accordion-item .label span:after {
content: "";
position: absolute;
top: 50%;
left: 50%;
background: #e2503f;
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.accordion-item .label span:before {
width: 15px;
height: 2px;
}
.accordion-item.active .label span:before {
width: 10px;
}
.accordion-item .label span:after {
width: 2px;
height: 15px;
}
.accordion-item.active .label span:after {
height: 0;
}
.accordion-item .text {
display: none;
padding: 10px 30px 20px;
color: #a8a094;
font-size: 15px;
line-height: 1.6;
} .app-button {
display: block;
text-decoration: none;
border-radius: 20px;
margin-bottom: 10px;
background-image: -moz-linear-gradient(90deg, rgb(154, 210, 234) 0%, rgb(112, 175, 201) 100%);
background-image: -webkit-linear-gradient(90deg, rgb(154, 210, 234) 0%, rgb(112, 175, 201) 100%);
background-image: -ms-linear-gradient(90deg, rgb(154, 210, 234) 0%, rgb(112, 175, 201) 100%);
position: relative;
border-radius: 8px;
color: #ffffff;
text-transform: uppercase;
font-weight: bold;
font-size: 18px;
line-height: 1;
text-align: left;
}
.app-button .b-wrap {}
.app-button:hover .b-wrap {
opacity: .8;
}
.app-button .icon {
position: absolute;
top: 50%;
left: 25px;
font-size: 30px;
color: #f4f1de;
margin-top: -.5em;
}
.app-button .cell {
height: 60px;
padding: 10px 25px;
}
.app-button .icon+.cell {
padding-left: 75px;
}
.app-button .cell .l {
display: block;
font-size: 11px;
font-weight: normal;
margin: 4px 0 2px;
} .screenshot-carousel {
padding: 45px 0;
margin: 45px 0;
}
.screenshot-carousel:after {
content: "";
position: absolute;
top: -5px;
left: 50%;
width: 219px;
height: 442px;
margin-left: 0px;
background: url(//www.fatto.cz/wp-content/plugins/pt-cora-shortcodes/include/images/phone.png) 50% no-repeat;
background-size: contain;
-moz-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%);
-webkit-transform: translate(-50%, 0%);
-o-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
pointer-events: none;
}
.screenshot-carousel .screen {
width: 200px;
height: 342px;
background-size: cover;
background-position: 50% 0;
background-repeat: no-repeat;
border-radius: 2px;
position: relative;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-webkit-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.screenshot-carousel .flipster__item--current .screen {}
.screenshot-carousel .flipster__item--current .screen:after {
opacity: 0;
} .categories-carousel {
position: relative;
background: #95cee2;
}
.categories-carousel .banner-social-buttons {
width: 90px;
z-index: 3;
}
.categories-carousel .banner-social-buttons a:hover {
color: #fff;
}
.categories-carousel .banner-social-buttons a i {
color: inherit;
}
.categories-carousel .categories-nav {
position: absolute;
top: 50%;
left: 30px;
width: 100px;
text-align: right;
-moz-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
-webkit-transform: translate(0%, -50%);
-o-transform: translate(0%, -50%);
transform: translate(0%, -50%);
z-index: 2;
}
.categories-carousel .categories-nav .num {
font-size: 72px;
font-weight: bold;
color: #fff;
line-height: 1.1;
}
.categories-carousel .categories-arrows {
text-align: center;
position: absolute;
left: 0;
bottom: 40px;
width: 190px;
z-index: 3;
}
.categories-carousel .categories-arrows .owl-prev,
.categories-carousel .categories-arrows .owl-next {
line-height: 31px;
width: 30px;
height: 30px;
display: inline-block;
vertical-align: middle;
margin: 0px 3px;
background: #f4f1de;
font-size: 11px;
border-radius: 50%;
color: #e2503f;
cursor: pointer;
z-index: 3;
}
.categories-carousel .categories-arrows .owl-prev {}
.categories-carousel .categories-arrows .owl-next {}
.categories-carousel .categories-nav .dots {
display: inline-block;
}
.categories-carousel .categories-nav .dots .owl-dot {
line-height: 0;
margin: 15px 0;
}
.categories-carousel .categories-nav .dots .owl-dot span {
background: #50514f;
display: inline-block;
width: 12px;
height: 5px;
vertical-align: top;
opacity: .2;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
cursor: pointer;
}
.categories-carousel .categories-nav .dots .owl-dot span:hover {
opacity: .5;
}
.categories-carousel .categories-nav .dots .owl-dot.active {}
.categories-carousel .categories-nav .dots .owl-dot.active span {
width: 30px;
background: #dc4434;
opacity: 1;
}
.categories-carousel .categories-head {
background: #95cee2;
position: absolute;
left: 190px;
right: 90px;
z-index: 0;
width: auto;
border-left: 1px solid #fff;
}
.categories-carousel .categories-head.owl-carousel.owl-loaded {}
.categories-carousel .categories-head .item {
height: 100vh;
position: relative;
text-align: center;
text-transform: uppercase;
padding-top: 35px;
border-right: 1px solid #fff;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
}
.categories-carousel .categories-head .owl-item.current .item {
background: #81c0d6;
}
.categories-carousel .categories-body {}
.categories-carousel .categories-body .item {
overflow: hidden;
}
.categories-carousel .categories-body .item .container-fluid {
padding-left: 250px;
}
.categories-carousel .categories-body .item .cell {
height: 100vh;
width: 1140px;
}
.categories-carousel .categories-body .item .wrap {}
.categories-carousel .categories-body .item .heading {
color: #fff;
margin: 0 0 5px -0.07em;
font-size: 72px;
}
.categories-carousel .categories-body .item .sub-h {
color: #f4f1de;
margin: 0 0 15px;
text-transform: uppercase;
font-size: 14px;
}
.categories-carousel .categories-body .item .desc {
max-width: 320px;
font-size: 18px;
line-height: 1.667;
}
.categories-carousel .categories-body .item .button-style1 {
margin-top: 25px;
color: #e34d3e;
}
.categories-carousel .categories-body .item .button-style1:after {
content: "\e9bf";
font-family: 'material-design-icon' !important;
position: absolute;
right: -20px;
font-size: 9px;
}
.categories-carousel .categories-body .item .side-img {
position: absolute;
height: 90%;
width: 60%;
right: 0;
-moz-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
-webkit-transform: translate(0%, -50%);
-o-transform: translate(0%, -50%);
transform: translate(0%, -50%);
z-index: -1;
}
.categories-carousel .categories-body .item .side-img.middle {
top: 50%;
}
.categories-carousel .categories-body .item .side-img img {
max-height: 100%;
width: auto;
height: auto;
vertical-align: middle; position: absolute;
right: 0;
top: 50%;
-moz-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
-webkit-transform: translate(0%, -50%);
-o-transform: translate(0%, -50%);
transform: translate(0%, -50%);
}@media (hover: none) {
.one-screen-items .os-list {
height: auto !important;
overflow-y: auto;
}
.one-screen-items .os-list .item .m-bg {
display: block;
}
.one-screen-items .os-list .item {
overflow: hidden;
}
.woocommerce .products .product .image .buttons {
top: auto;
bottom: 0;
}
.woocommerce .products .product .image .buttons > a {
opacity: 1;
visibility: visible;
-moz-transform: translate(0%, 0%);
-ms-transform: translate(0%, 0%);
-webkit-transform: translate(0%, 0%);
-o-transform: translate(0%, 0%);
transform: translate(0%, 0%);
}
}
@media screen and (max-width: 1360px) {
.portfolio-by-category .left-side .text {
margin-top: -100px;
}
.portfolio-by-category .left-side .tab-h {
margin-top: 0;
}
}
@media screen and (max-width: 1200px) {
.fsn-container {
top: 160px;
}
.section-side-bar {
display: none;
}
.section-side-bar + .section-content {
margin: 0 !important;
}
.side-container {
margin-left: 0;
}
.navigation > ul > li:not(:last-of-type) {
}
.portfolio-slider-item.type2 .image-area + .content {
margin: 0;
}
.portfolio-slider-item.type2 .image-area {
float: none;
}
.split-screen-items .ss-list .item .heading {
font-size: 48px;
}
.split-screen-items .ss-list .item .wrap,
.one-screen-items .os-list .item .wrap {
max-width: 380px;
}
}
@media screen and (max-width: 991px) {
.header-type-left-side #all,
.header-type-left-side-t2 #all {
padding-left: 0;
}
.header-type-left-side .body-grid-lines {
left: 0;
}
.header-type-left-side .header-space {
display: block !important;
}
.header-type-side #all .header-space.hide {
display: block !important;
}
.site-header.header_left-side,
.site-header.header_left-side-t2 {
display: block;
}
.site_nav_side:not(.heading-space-enable),
.site_nav_side_h:not(.heading-space-enable) {
padding-top: 85px;
}
.side-header {
display: none;
}
.site-header.with-side {
display: block;
}
.site-header.logo_center .logo {
float: left;
width: auto;
font-size: 3em; }
.site-header.logo_center .logo span {
font-size: 0.28em;
margin-top: 5px;
}
.logo_center .navigation {
display: block !important;
visibility: visible !important;
}
.logo_center .nav-button {
display: block !important;
visibility: visible !important;
}
.countdownHolder {
font-size: 11px;
}
.countdownHolder.medium .position {
font-size: 7em;
}
.project-horizontal {
padding-left: 320px;
}
.project-horizontal .content {
left: 30px;
}
.banner .item .h {
font-size: 40px !important;
}
.banner .item .text {
}
.banner-area.type2 .banner-thumbnails.owl-carousel {
display: none;
}
.top .banner-pagination,
.bottom .banner-pagination {
display: none;
}
.projects-content .cell {
height: auto !important;
}
.side-block-area > .img {
display: none;
}
.sb-block {
padding: 0 !important;
width: 100%;
margin: 0 !important;
}
.blog-item {
margin-bottom: 30px;
}
.blog-type-horizontal .blog-item .wrap .img {
}
.blog-type-horizontal .blog-item .wrap .img + .content,
.blog-type-horizontal .blog-item:nth-child(even) .wrap .img + .content { }
.blog-item .wrap .bottom,
.blog-type-horizontal .blog-item .wrap .bottom {
margin: 20px -15px 0;
padding: 9px 15px;
}
.blog-item .wrap .bottom > div {
margin: 8px 0px;
}
.blog-type-horizontal .blog-item .wrap .content {
padding: 5px 25px 20px;
}
.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n + 4) .a-img div {
padding-bottom: 67%;
}
.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n + 2) .a-img div {
padding-bottom: 95%;
}
.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n + 5) {
width: 33.3333%;
}
.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n + 5) .a-img div {
padding-bottom: 67%;
}
.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n + 6) .a-img div {
padding-bottom: 39%;
}
.portfolio-categories .left-side {
margin-right: 260px;
}
.portfolio-categories .items .item .cat-h {
font-size: 75px;
}
.header-type-left-side-t2 .site-footer {
margin: 0;
}
.site-footer .logo {
float: none;
display: inline-block;
}
.site-footer .footer-cols {
position: relative;
top: 0;
left: 0;
right: auto;
-moz-transform: translate(0%, 0%);
-ms-transform: translate(0%, 0%);
-webkit-transform: translate(0%, 0%);
-o-transform: translate(0%, 0%);
transform: translate(0%, 0%);
}
.site-footer .footer-wrap {
text-align: center;
}
.social-buttons {
float: none;
}
.site-footer .footer-cols .col {
margin: 5px 15px !important;
}
.header_offset_to_center .fr {
margin-right: 0;
padding-right: 0;
}
.site-header.header_offset_to_center {
padding-top: 0;
}
body.body-overflow-hidden {
overflow: auto;
}
.ps-slider-arrow .image {
display: none;
}
.ps-slider-arrow {
width: 170px;
}
.ps-slider-arrow.prev {
padding-right: 30px;
}
.ps-slider-arrow.prev i {
right: 0;
}
.ps-slider-arrow.next {
padding-left: 30px;
}
.ps-slider-arrow.next i {
left: 0;
}
.portfolio-slider .left-block {
padding-left: 0;
}
.ps-bottom { }
.price-list-item.recommended {
margin: 0;
}
.price-list-item.recommended .options {
padding: 30px 15px;
}
.comment-items .comment-item .content {
margin-left: 0;
min-height: auto;
}
.comment-items .comment-item .top {
float: none;
max-width: none;
}
.comment-items .comment-item .image + .area .top { }
.comment-items .comment-item .image + .area {
padding-left: 0;
}
.comment-items .comment-item .area {
margin: 0;
}
.comment-items .comment-item .image + .area .content {
border-left: 0;
}
.full-page-mode .banner .item .container {
padding-left: 30px;
}
.full-page-mode .site-header.header_minified .logo {
padding-left: 0;
}
.full-page-mode .type4 .banner-thumbnails {
left: 30px;
}
.type4 .banner .item .image .link-area {
width: 100%;
}
.full-page-mode .site-header.header_minified {
background: #fff !important;
}
.full-page-mode .site-header.header_minified .header-bottom .fr {
float: right;
}
.full-page-mode .site-header.header_minified .container,
.full-page-mode .site-header.header_minified .container-fluid {
padding: 0 15px;
}
.banner-thumbnails-nav {
display: none;
}
.site-header .hw-c {
margin-right: 15px;
}
.site-footer {
padding-top: 30px;
}
.site-footer:before {
display: none;
}
.site-footer .logo {
margin-top: 0 !important;
}
.site-footer .col-xs-12 > div:first-of-type > .decor-line-on-bottom {
margin-top: 0;
margin-bottom: 15px;
}
.site-footer .logo:after {
display: none;
}
.icon-box-type3-item {
margin-right: 0;
}
.icon-box-type3-navigation {
-moz-transform: translate(0px, 0%);
-ms-transform: translate(0px, 0%);
-webkit-transform: translate(0px, 0%);
-o-transform: translate(0px, 0%);
transform: translate(0px, 0%);
}
.header-type-left-side-t2 #all:before {
width: 125px;
}
.block-scroll-area .block-scroll-nav,
.header-type-left-side-t2 .banner .item:before,
.header-type-left-side-t2 .vc_row[data-vc-full-width]:before {
display: none;
}
.scroll-next {
margin-left: -0.5em;
}
.site-header .header-top .social-buttons a span {
display: none;
}
.site-header .header-top .working-time,
.site-header .header-top .phone-number {
display: none;
}
.center-nav {
display: none;
}
.site-footer.side {
padding-left: 0;
}
.navigation.centered {
display: none;
}
.admin-bar .navigation {
margin-top: 46px;
}
.site-header-center-mode .navigation {
top: 105px;
}
.site-header-center-mode.fixed .navigation {
top: 70px;
}
.butter-button.sidebar-button {
display: none !important;
}
.navigation {
margin-right: 0;
}
.navigation > ul > li:not(:last-of-type) {
margin-right: 20px;
}
.navigation-centered > ul > li:after {
display: none;
}
#mega-menu-wrap-navigation
#mega-menu-navigation
> li.mega-menu-megamenu
> ul.mega-sub-menu
> li.mega-menu-item {
padding: 10px 0;
border: none;
}
.navigation {
position: fixed;
top: 64px;
right: 0;
bottom: 0;
z-index: 20;
background: #ffffff; padding: 15px 30px;
width: 260px;
max-width: 260px;
overflow: hidden;
overflow-y: auto;
margin-right: 0 !important;
transform: translateX(100%);
border: none;  }
.header_minified .navigation,
.header_left-side .navigation {
top: 54px;
}
.navigation.active {
opacity: 1;
visibility: visible;
transform: translateX(0);
}
.site-header.dark .navigation {
border-color: #191919;
}
.navigation.navigation-centered {
top: 70px;
}
.admin-bar .navigation {
margin-top: 32px;
}
.navigation > ul {
float: none;
}
.navigation > ul > li,
.navigation > ul > li:not(:last-of-type),
.navigation > ul > li + li {
float: none;
padding: 0 !important;
margin: 0px 0;
display: block;
}
.navigation > ul > li > a {
padding: 10px 0;
text-align: left;
display: block;
height: auto !important;
max-width: none;
}
.site-header.fixed .navigation > ul > li > a span:after {
bottom: -5px;
}
.header_minified .navigation > ul > li > a {
height: auto;
}
.navigation .sub-menu,
.navigation .children {
position: relative;
top: 0;
left: 0;
width: inherit;
display: none;
margin: 10px 0;
visibility: visible;
opacity: 1;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
transition: none;
}
.navigation > ul > li > a span {
padding: 0;
}
.navigation > ul > li > a span:after {
left: 0;
right: 0;
}
.navigation > ul > li .sub-menu,
.navigation > ul > li .children {
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
transition: none;
position: relative;
left: 0; opacity: 1;
visibility: visible;
display: none;
padding: 5px 0px;
margin: 10px 0;
background: #000;
color: #fff;
}
.navigation .sub-menu li a,
.navigation .children li a {
padding: 6px 15px 3px;
}
.navigation > ul > li .sub-menu .sub-menu,
.navigation > ul > li .children .children {
padding-left: 10px;
margin-bottom: -2px;
}
.navigation .child-img.go + .sub-menu {
padding: 0;
background: #202020 !important;
border: none;
color: #fff;
}
.navigation .child-img.go + .sub-menu > li {
margin: 0;
width: auto;
}
.navigation .child-img.go + .sub-menu > li > a {
color: inherit;
width: auto;
display: block;
}
.navigation .child-img.go + .sub-menu > li.menu-item-has-children > a:after,
.navigation .child-img.go + .children > li.page_item_has_children > a:after {
color: #fff;
}
.navigation .child-img.go + .sub-menu > li > a {
border-bottom: 1px solid #fff;
margin-bottom: -1px;
}
.navigation .sub-menu .sub-menu,
.navigation .cildren .cildren {
left: 0 !important;
right: 0 !important;
width: inherit;
margin: 0 0 -1px;
top: 0; border-left: 0;
border-right: 0;
box-shadow: none !important;
}
.navigation .sub-menu .sub-menu .sub-menu,
.navigation .cildren .cildren .cildren { border-left: none;
border-right: none;
}
.navigation
> ul
> li:nth-last-child(3)
.sub-menu
li.menu-item-has-children
> a:after,
.navigation
> ul
> li:nth-last-child(2)
.sub-menu
li.menu-item-has-children
> a:after,
.navigation
> ul
> li:nth-last-child(1)
.sub-menu
li.menu-item-has-children
> a:after,
.navigation
> ul
> li:nth-last-child(3)
.children
li.menu_item_has_children
> a:after,
.navigation
> ul
> li:nth-last-child(2)
.children
li.menu_item_has_children
> a:after,
.navigation
> ul
> li:nth-last-child(1)
.children
li.menu_item_has_children
> a:after {
content: "\e9bf";
font-family: "material-design-icon" !important;
top: 10px;
right: 10px;
left: inherit;
border: none;
font-size: 7px;
transform: rotate(90deg);
}
.navigation
> ul
> li:nth-last-child(5)
.sub-menu
li.menu-item-has-children
> a,
.navigation
> ul
> li:nth-last-child(4)
.sub-menu
li.menu-item-has-children
> a,
.navigation
> ul
> li:nth-last-child(3)
.sub-menu
li.menu-item-has-children
> a,
.navigation
> ul
> li:nth-last-child(2)
.sub-menu
li.menu-item-has-children
> a,
.navigation
> ul
> li:nth-last-child(1)
.sub-menu
li.menu-item-has-children
> a,
.navigation
> ul
> li:nth-last-child(5)
.children
li.menu_item_has_children
> a,
.navigation
> ul
> li:nth-last-child(4)
.children
li.menu_item_has_children
> a,
.navigation
> ul
> li:nth-last-child(3)
.children
li.menu_item_has_children
> a,
.navigation
> ul
> li:nth-last-child(2)
.children
li.menu_item_has_children
> a,
.navigation
> ul
> li:nth-last-child(1)
.children
li.menu_item_has_children
> a { }
.navigation .sub-menu li.menu-item-has-children > a:after,
.navigation .children li.page_item_has_children > a:after {
right: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #444444;
position: absolute;
right: 20px;
top: 16px;
}
.navigation .mega-menu .menu-item-has-children > a:after,
.navigation .mega-menu .mega-menu-col:first-of-type > a:after {
display: none;
}
.navigation-img,
.navigation .mega-menu:before {
display: none;
}
.navigation .mega-menu {
position: relative;
width: auto !important;
display: block;
left: 0 !important;
top: 0;
left: 0;
-moz-transform: translate(0%, 0%);
-ms-transform: translate(0%, 0%);
-webkit-transform: translate(0%, 0%);
-o-transform: translate(0%, 0%);
transform: translate(0%, 0%);
opacity: 1;
visibility: visible;
padding: 15px 0;
display: none;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
transition: none;
}
.navigation div.mega-menu ul.sub-menu {
display: block;
width: auto;
margin-bottom: 15px;
border: none;
}
.navigation .mega-menu .menu-item-has-children:first-of-type > a,
.navigation .mega-menu .mega-menu-col:first-of-type > a {
margin: 0;
}
.fixed .navigation { }
.site-header.dark .navigation {
background: #191919;
color: #fff;
}
.navigation.centered_menu {
transform: translateX(100%);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.butter-button {
display: block !important;
visibility: visible !important;
}
.portfolio-slider-item.type2 .image-area + .content {
margin: 0;
}
.portfolio-slider-item.type2 .image-area {
float: none;
}
.services-type3-nav {
float: none;
display: none;
}
.services-type3-nav + .services-type3-items {
margin: 35px 0 0;
}
.split-screen-items .ss-preview-images,
.split-screen-items .ss-navigation,
.one-screen-items .ss-navigation,
.split-screen-items .banner-social-buttons {
display: none;
}
.split-screen-items .ss-list {
height: auto !important;
overflow-y: auto !important;
}
.split-screen-items .ss-list .item .m-image {
display: block;
}
.split-screen-items .ss-list .item .cell {
height: auto !important;
padding: 25px 0;
}
.one-page-area {
padding: 0;
}
.opa-absolute-content,
.one-page-area .opa-content .cell-container {
padding: 0 40px;
}
.opa-projects-section .container-fluid {
padding: 0 15px;
}
.opa-contact-section .ops-content {
max-width: none;
width: 100%;
}
.opa-contact-section .ops-content .form {
margin-top: 35px;
}
.opa-projects-section .cell-container {
padding: 0;
}
.opa-content .social-buttons-standart,
.opa-projects-section .social-buttons-standart {
left: 55px;
}
.opa-projects-section .social-buttons-standart {
left: 15px !important;
}
.opa-buttons .button.logo a {
height: 55px;
}
.opa-buttons .button.logo {
}
.opa-buttons .button.about {
left: 15px;
}
.opa-buttons .button.projects,
.opa-buttons .button.contact {
right: 15px;
}
.opa-about-section .ab-side-img {
display: none;
}
.opa-about-section .ab-side-img + .content {
margin-left: 0;
}
.opa-about-section .content {
margin: 0;
max-width: none;
}
.opa-about-section .experiance {
display: none;
}
.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n + 4):before,
.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n + 5):before {
padding-bottom: 100%;
}
.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n + 6),
.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n + 7) {
width: 50%;
}
.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n + 6):before,
.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n + 7):before {
padding-bottom: 50%;
}
}
@media screen and (max-width: 782px) {
.admin-bar .site-header,
.admin-bar .right-side-nav {
top: 46px;
}
.admin-bar .navigation {
margin-top: 46px;
}
}
@media screen and (max-width: 767px) {
body {
font-size: 14px;
}
input.style1,
textarea.style1 {
margin-bottom: 10px;
}
.container,
.container-fluid {
width: 100%;
width: 100vw;
max-width: 100%;
}
.site-header .container-fluid {
padding: 0 15px;
}
.comment-items .comment-item .image,
.icon-box-item:not(:last-of-type):after {
display: none;
}
.comment-items .comment-item .text {
margin-left: 0;
border: none;
padding-left: 0;
}
.wpadminbar {
position: fixed !important;
}
.countdownHolder .position {
font-size: 35px;
}
.countdownHolder .name {
font-size: 1em;
font-weight: normal;
}
.countdownHolder > *:not(:last-of-type) {
margin-right: 25px;
}
.comment-items .children {
padding-left: 10px;
}
.comment-items .comment-item {
font-size: 1em;
padding: 15px 15px 20px;
}
.site-content {
padding: 0;
}
body[class^="woocommerce-"] .site-content,
body[class*="woocommerce-"] .site-content {
padding: 0;
}
.comment-items .comment-item .comment-respond {
margin-left: 0;
}
#cancel-comment-reply-link {
display: none !important;
}
.banner .centered-container {
min-width: 100%;
}
.side-image,
.side-image div {
height: auto !important;
background-image: none !important;
}
.testimonials-items .owl-prev,
.testimonials-items .owl-next {
display: none !important;
}
.blog-item .content {
}
.blog-type-horizontal .blog-item .img {
}
.blog-type-horizontal .blog-item .wrap .content > h6 {
font-size: 24px;
}
.blog-type-horizontal .blog-item .img > a {
position: relative; }
.blog-type-horizontal .blog-item.with-image .content {
max-width: 100%;
float: none;
margin-top: 20px;
}
.blog-type-horizontal .blog-item .content h5 {
min-height: auto;
}
.blog-type-horizontal .blog-item.with-image .bottom {
max-width: 100%; }
.project-horizontal .content {
left: 15px;
position: relative;
-moz-transform: none;
-ms-transform: none;
-webkit-transform: none;
-o-transform: none;
transform: none;
padding-bottom: 30px;
}
.project-horizontal {
height: auto !important;
padding-left: 0;
min-height: auto;
}
.project-horizontal-slider img {
height: 300px !important;
min-height: auto;
}
.project-horizontal-slider .cell {
height: 300px !important;
}
.project-horizontal-slider .owl-nav {
bottom: -65px;
}
.banner-social-buttons {
display: none !important;
}
.banner .item .h {
font-size: 35px !important;
}
.projects-content {
width: 100%;
}
.project-items-area {
margin: 0;
}
.projects-slider.style1 .project-items,
.projects-slider.style1 .project-items .item {
min-height: 300px;
max-height: 30px;
}
.project-items .thumbnails .thumb {
width: 30px;
height: 30px;
}
.banner .additional-image {
display: none;
}
.banner .item .content-right {
margin-left: 0;
}
#menu-footer-menu-2 {
margin-top: 0;
}
h1,
.h1,
h1[style*="font-size"],
h1[style^="font-size"] {
font-size: 36px !important;
}
h2,
.h2,
h2[style*="font-size"],
h2[style^="font-size"] {
font-size: 30px !important;
}
h3,
.h3,
h3[style*="font-size"],
h3[style^="font-size"] {
font-size: 28px !important;
}
h4,
.h4,
h4[style*="font-size"],
h4[style^="font-size"] {
font-size: 24px !important;
}
.banner .item .cell {
width: 10000px;
padding: 30px 0;
}
.banner .item .col-content .cell,
.banner .item .col-image .cell {
height: auto !important;
padding: 10px 0;
}
.banner .item .col-content .cell {
padding-top: 80px;
}
.side-img {
margin: 30px 0 !important;
}
.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n + 5) {
width: 100%;
}
blockquote { margin-right: 0;
font-size: 1.35em;
}
.testimonials .testimonial-item .bottom {
padding: 0;
margin-bottom: 0;
}
.testimonials .testimonial-item .bottom .image {
display: none;
}
.testimonials .testimonial-item .bottom .image + .co {
margin-left: 0;
}
.testimonials-area .nav {
display: none;
}
blockquote:before { }
.site-footer .copyright {
float: none;
margin-bottom: 30px;
}
.site-footer .social-buttons-text {
float: none;
text-align: center;
}
span[style*="font-size: 172px;"],
span[style^="font-size: 172px;"] {
font-size: 100px !important;
}
.social-buttons-text.on-side {
left: -5px;
}
.social-buttons-text.on-side {
left: -5px;
}
.testimonials.owl-carousel.owl-loaded {
padding-right: 0;
}
.testimonials .owl-dots {
display: none !important;
}
.testimonials .testimonial-item .quote {
font-size: 16px;
padding-left: 0;
}
.testimonials .testimonial-item .quote:before {
left: 0px;
display: none;
}
.comment-items .comment-item .image + .top,
.comment-items .comment-item .image + .top + .content {
padding-left: 0;
padding-top: 0;
padding-bottom: 0;
}
.comment-items .comment-item .top {
margin-bottom: 10px;
margin-left: 0 !important; }
.banner-area { }
.social-buttons-text {
display: none;
}
.banner-categories-button {
display: none;
}
.banner { }
.banner .item {
padding: 0;
}
.filter-button-group.tac button,
.filter-button-group.tac a,
.category-buttons.tac a {
margin: 0 8px 0;
}
.filter-button-group.tal button:not(:last-of-type),
.filter-button-group.tal a:not(:last-of-type),
.category-buttons.tal a:not(:last-of-type) {
margin-right: 16px;
}
.filter-button-group.tar button:not(:first-of-type),
.filter-button-group.tar a:not(:first-of-type),
.category-buttons.tar a:not(:first-of-type) {
margin-left: 16px;
}
.project-slider-page .project-detail,
.project-masonry-page .project-detail {
padding-left: 0;
}
.project-bottom .name {
display: none;
}
.project-bottom .button-style2 {
margin-bottom: 0;
}
[data-sticky_column],
[data-sticky_column] > *,
.wpb_column,
.wpb_fixed > * { }
.wpb_fixed > div[style*="position: static;"],
.wpb_fixed > div[style^="position: static;"] {
display: none !important;
}
.about-img-text {
left: 30px;
}
.portfolio-categories .right-side {
font-size: 10px;
width: 115px;
}
.page-with-portfolio-categories .nav-button {
width: 115px;
}
.portfolio-categories .categories-links ul {
font-size: 14px;
}
.portfolio-categories .categories-links ul li {
margin: 10px 0;
}
.portfolio-categories .left-side {
margin-right: 130px;
}
.site-footer .widget_portfolio,
.site-footer .textwidget > div[style^="max-width"],
.site-footer .textwidget > div[style*="max-width"] { }
.site-footer .contact-row {  }
.bottom-contact .c {
width: 100%;
float: none;
text-align: left !important;
padding-left: 35px;
position: relative;
margin: 10px 0;
}
.bottom-contact .c i {
position: absolute;
left: 0;
top: 0;
}
.tab-items .tabs-head li:not(:last-of-type) {
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
width: 100%;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
}
.woocommerce div.product .woocommerce-tabs .site-content {
padding: 0;
font-size: 14px;
}
.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
}
.woocommerce table.shop_table .product-name .image {
display: none;
}
.woocommerce table.shop_table .product-name .h {
margin-left: 30px;
width: 75px;
}
.woocommerce table.shop_table .product-name .image + .h {
margin-left: 25px;
}
.woocommerce table.shop_table .product-name .name {
margin-left: 0;
}
.woocommerce table.shop_table .product-price > span { }
.woocommerce table.shop_table td.product-price > span,
.woocommerce table.shop_table td.product-subtotal > span {
font-size: 12px;
}
.woocommerce table.shop_table td.product-price > span span,
.woocommerce table.shop_table td.product-subtotal > span span {
font-size: 12px;
font-weight: normal;
vertical-align: text-top;
margin-right: 5px;
}
.woocommerce table.shop_table th {
font-size: 0.8em;
}
.woocommerce .shop_table .down,
.woocommerce .shop_table .up {
display: none;
}
.woocommerce table.shop_table .product-quantity .qty {
margin: 0 auto;
float: none;
}
.woocommerce table.shop_table .product-subtotal > span { }
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
padding: 5px 0;
width: auto !important;
}
.woocommerce .product-name a.remove {
opacity: 1;
font-size: 15px;
z-index: 2;
padding-right: 15px;
left: 0 !important;
}
.woocommerce table.shop_table .product-remove {
padding: 0 0 0 5px;
}
.woocommerce .shop_table div.quantity {
width: 36px;
}
.woocommerce table.shop_table {
max-width: 100%;
}
.woocommerce table.shop_table .product-name .h .name {
font-size: 12px;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
padding: 15px 0;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
padding: 0 20px 10px;
}
.woocommerce-cart
.cart-collaterals
.cart_totals
tr
td
.woocommerce-Price-amount {
font-size: 1.5em;
}
.blog-item .wrap .content {
padding: 15px;
}
.header-post-nav {
display: none;
}
.project-horizontal-slider {
padding: 20px 0 0;
}
.block-coming-soon .countdownHolder {
position: relative;
top: 0;
-moz-transform: none;
-ms-transform: none;
-webkit-transform: none;
-o-transform: none;
transform: none;
margin-top: 30px;
}
.comment-items .comment-item .image + .area {
margin-left: 0;
}
.comment-items .comment-item .top .cell {
height: auto;
}
.comment-items .comment-item .content { }
.type4 .banner .item .content {
padding-right: 0;
}
.banner .item .image {
display: none;
}
.full-page-mode .type4 .banner-thumbnails {
right: 30px;
display: none;
}
.banner-area.with-left-offset {
padding-left: 30px;
}
.banner-area.with-bottom-offset {
padding-bottom: 30px;
}
.banner-area .scroll-down {
display: none;
}
.banner-area .social-buttons-standart {
bottom: 5px;
}
.banner-area.with-left-offset .social-buttons-standart {
left: 50px;
}
.banner-area .social-buttons-standart:before {
left: -20px;
width: 10px;
}
.type3 .banner .owl-dots {
left: -30px;
}
.type3 .banner .owl-dots .owl-dot {
width: 30px;
}
.banner .owl-dots .owl-dot.active:after {
width: 4px;
}
.site-header .hw-c {
display: none;
}
.site-header .header-button {
margin: 12px 0;
}
.step-items .item {
padding-right: 30px;
}
.step-items .item:nth-child(odd) {
padding-left: 30px;
}
.step-items .item .date:after {
right: -30px;
}
.step-items .item:nth-child(odd) .date:after {
left: -30px;
}
.team-carousel-area .team-carousel .image {
}
.team-carousel-area .team-thumbs {
display: none;
}
.team-carousel-area .team-carousel {
padding: 0 25px;
}
.team-carousel-area .team-carousel .owl-prev,
.team-carousel-area .team-carousel .owl-next {
top: 50%;
}
.skill-item-line h6 {
font-size: 14px !important;
}
.woocommerce .products .product h3,
.woocommerce .products .product h2 {
font-size: 14px !important;
}
.post-items {
padding-right: 0;
}
.grid_lines_yes .type4 .banner .item .link-area .button-style1 {
width: auto;
}
.testimonials .testimonial-item {
padding: 0 0;
}
.testimonials .owl-prev {
left: -20px;
}
.testimonials .owl-next {
right: -20px;
}
.si-wrap .tab-items .tabs-head {
margin-top: 25px;
}
.portfolio-type-horizontal .portfolio-item-h .sub-h {
font-size: 12px;
}
.blog-items.increased-indent .blog-item {
padding: 0;
}
.portfolio-item-t2 .wrap {
padding: 0 15px 20px;
}
.portfolio-item-t2 .wrap .a-img {
margin: 0 -15px 15px;
}
.full-page-mode .site-header.header_minified .logo {
width: auto;
}
.banner .owl-nav,
.full-screen-area .banner-navigation {
left: 50px;
}
.banner-counter,
.banner .owl-nav > div,
.full-screen-area .banner-navigation .prev,
.full-screen-area .banner-navigation .next {   }
.banner .owl-nav > div {
font-size: 18px;
}
.site-header.with-sidebar-button {
padding-right: 0;
}
div.vc_custom_1536753840704 {
margin-top: 0 !important;
padding-left: 0 !important;
}
.banner-area .banner-social-buttons-type2 {
display: none;
}
.full-screen-area.full-page {
height: auto !important;
overflow: visible;
}
.full-screen-area.full-page .fc-wrap {
position: relative;
overflow: visible;
}
.full-screen-area.full-page .fc-item {
position: relative;
overflow: visible;
transform: translateY(0vh) !important;
}
.full-screen-area .fc-item.with-header-space > .cell,
.full-screen-area .fc-item > .cell {
padding: 0;
height: auto !important;
width: 100vw;
}
.fc-navigation {
display: none;
}
.side-image-box .si-img {
position: relative;
padding-bottom: 60%;
width: 100%;
margin-bottom: 30px;
}
.side-image-box .si-wrap {
width: 100%;
padding: 0 0 0 !important;
}
.about-page-content {
padding: 0 15px;
}
.about-page-image {
display: none;
}
.history-item > div,
.work-process-item > div {
padding-right: 30px;
}
.history-item:nth-child(odd) > div,
.work-process-item > div {
padding-left: 30px;
}
.history-item .date {
padding-right: 30px;
}
.history-item:nth-child(odd) .date {
padding-left: 30px;
}
.history-item > div:before,
.work-process-item > div:before {
width: 30px;
}
.history-item > div:after,
.work-process-item > div:after {
right: 30px;
}
.history-item:nth-child(odd) > div:after,
.work-process-item > div:after {
left: 30px;
}
.team-type2 .team-nav {
display: none;
}
.team-type2 .team-nav + .items {
margin-left: 0;
}
.team-type2 .items .item {
display: block;
margin-bottom: 15px;
}
.banner .price-area {
position: relative;
top: 0;
left: 0;
background: none;
border-radius: 0;
margin-bottom: 5px;
}
.banner .price-cell {
height: auto;
width: 0;
text-align: left;
}
.one-screen .item .content,
.one-screen-about-me .content {
left: 80px;
bottom: 100px;
}
.one-screen .item .h,
.one-screen-about-me .h {
font-size: 28px;
}
.one-screen .owl-dots {
right: 10px;
}
.one-screen-area .decor-lines div:nth-child(1) {
right: 60px;
}
.one-screen-area .decor-lines div:nth-child(2) {
bottom: 55px;
}
.header_minified .butter-button {
margin: 20px 22px;
}
.one-screen-area .os-buttons .button {
margin-right: 10px;
}
.one-screen-area .os-buttons {
font-size: 10px;
width: 60px;
}
.one-screen-area .social-buttons {
padding-left: 80px;
bottom: 7px;
}
.one-screen-area .social-buttons .links a {
margin-right: 15px;
}
.one-screen-area .link-area {
right: 60px;
height: 55px;
}
.site-header.header_minified .logo a {
width: 60px;
padding: 10px 5px;
height: 55px;
}
.one-screen-area .social-buttons .button {
left: 18px;
}
.one-screen-categories {
padding-left: 60px;
}
.one-screen-about-me,
.one-screen-contact {
padding: 60px;
}
.one-screen-about-me > .container {
height: calc(100vh - 120px);
overflow-y: auto;
}
.site-header.header_minified .logo .close i {
line-height: 55px;
}
.one-screen-contact .container {
max-width: 100%;
}
.categories-full-screen-area .items {
font-size: 30px;
}
.testimonials-area {
}
.testimonials-area .slider .owl-prev {
left: -20px;
}
.testimonials-area .slider .owl-next {
right: -20px;
}
.testimonials-area .carousel {
display: none;
}
.banner .video-button,
.about-me-section .video-button {
display: none;
}
.about-me-section .contact-me-button {
margin-left: -15px;
}
.about-me-section .about-me-button,
.about-me-section .contact-me-button,
.about-me-section .back-button {
left: 15px;
}
.about-me-section .profession {
display: none;
}
.about-me-section .name {
margin-left: 0;
}
.about-me-section .am-about-block .personal-image {
display: none;
}
.about-me-section .container {
padding: 0 35px;
}
.about-me-section .am-about-block .h {
font-size: 18px;
}
.about-me-section .bg > div {
right: -50%;
}
.p-carousel-item .content {
left: 15px;
bottom: 15px;
padding: 25px 25px;
}
.blog-item.type-quote .wrap {
padding: 25px 25px 25px 20px;
}
div.vc_custom_1542022883342 {
margin-bottom: -5px !important;
}
.banner-area .banner-bottom {
bottom: 15px;
}
.navigation .mega-menu .menu-item-has-children > a:before,
.navigation .mega-menu .mega-menu-col > a:before,
.navigation .mega-menu .menu-item-has-children > a:after,
.navigation .mega-menu .mega-menu-col > a:after {
display: none;
}
.banner-area > .banner-counter {
width: 45px;
}
.site-header.header_logo-center .logo { }
.banner .item .symbol {
display: none;
}
.one-screen-area .am-close {
top: 20px;
}
.am-contact-me-block .cell-container {
padding: 40px 0 25px;
}
.banner .video-button-enlarged {
display: none;
}
.split-screen {
height: auto !important;
}
.split-screen .items .screen-item {
position: relative;
}
.split-screen .items .item {
-moz-transform: translate(0) !important;
-ms-transform: translate(0) !important;
-webkit-transform: translate(0) !important;
-o-transform: translate(0) !important;
transform: translate(0) !important;
}
.split-screen .items .item-right {
padding-left: 30px;
}
.split-screen .pagination-dots {
display: none;
}
.split-screen .counter {
display: none;
}
.header-right-dark-color .site-header .fr {
color: inherit;
}
.work-step-item {
float: none;
min-width: 100%;
}
.work-step-item .num .decor:after {
display: none;
}
.banner-area .wave-block {
font-size: 8px;
}
.num-box-item {
display: block;
}
.num-box-item .num-wrap > * {
float: none;
}
.num-box-item .num-wrap:after,
.num-box.with-icon .num-box-item:after {
display: none;
}
.num-box-item {
display: block;
text-align: left;
padding: 0;
}
.num-box-item:after {
display: none;
}
.num-box-item .num-wrap:after,
.num-box.with-icon .num-box-item:after {
display: none;
}
.num-box-item .icon {
left: 0;
}
.num-box-item .num-wrap,
.num-box-item .wrap .num,
.num-box.with-icon .num-box-item .h {
padding: 0;
}
.testimonials-images.owl-carousel.owl-loaded {
max-width: 100%;
}
.event-schedule-item .image {
float: none;
margin-bottom: 15px;
width: 100%;
}
.event-schedule-item .image + .content {
margin-left: 0;
}
.timer-area > *:not(:last-of-type):after {
right: -17px;
font-size: 35px;
}
.banner .laptop,
.banner .banner-form {
display: none;
}
.ba-chair,
.ba-near-board,
.ba-peoples,
.ba-workplace,
.page-404-block,
.page-coming-soon-block,
.benefits .images svg {
display: none;
}
.accordion-items .accordion-item .label .cell {
}
.woocommerce .products .product .buttons {
}
.woocommerce .products .product .buttons .permalink {
float: none;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
font-size: 30px;
}
.portfolio-navigation .counter,
.portfolio-navigation .line {
display: none;
}
.services-items .service-item .ful {
left: 0;
padding: 45px 15px 20px;
}
.services-items .service-item .num {
margin-bottom: 10px;
}
.services-items .service-item .name:after {
margin-top: 25px;
}
.services-items .service-item .desc {
margin-top: 25px;
}
.portfolio-slider-item .wrap {
padding: 20px 25px;
width: 100%;
}
.portfolio-slider-item .wrap > .cell {
height: auto;
}
.portfolio-slider-item .wrap .desc {
max-width: none;
}
.portfolio-slider-item {
padding: 300px 0 100px;
}
.portfolio-slider-item .nav {
margin-top: 0;
padding: 20px 0;
left: -12px;
right: auto;
text-align: left;
}
.portfolio-slider-item .a-img {
width: 100%;
bottom: auto;
height: 300px;
}
.one-screen-items .scroll-next {
display: none;
}
.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n + 4),
.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n + 6),
.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n + 7),
.portfolio-type-packery.cols-2 .portfolio-item:nth-child(5n + 5),
.portfolio-type-packery.cols-2 .portfolio-item:nth-child(5n + 6) {
width: 100%;
}
.categories-carousel .categories-nav .dots {
display: none;
}
.categories-carousel .categories-nav {
top: auto;
left: auto;
right: 30px;
bottom: 17px;
-moz-transform: translate(0%, 0%);
-ms-transform: translate(0%, 0%);
-webkit-transform: translate(0%, 0%);
-o-transform: translate(0%, 0%);
transform: translate(0%, 0%);
}
.categories-carousel .categories-head {
display: none !important;
}
.categories-carousel .categories-body .item .container-fluid {
padding-left: 30px;
}
.categories-carousel .categories-body .item .side-img {
display: none;
}
.categories-carousel .categories-arrows {
width: auto;
left: 30px;
}
.full-page-categories .site-header.header_minified .logo a {
width: auto;
padding-left: 30px;
}
.post-container {
padding: 20px 25px 25px;
}
.post-img {
margin: -20px -25px 30px;
}
.comment-respond {
padding: 20px 25px;
}
.split-screen-items .ss-list .item .wrap, .one-screen-items .os-list .item .wrap {
width: 100%;
}
.num-box .num-box-item {
display: inline-block;
min-width: 220px;
}
}
@media screen and (max-width: 640px) {
.side-image + div {
padding: 0 15px !important;
}
.category-item-type2 > div,
.category-items-type2.medium .category-item-type2 > div {
padding-bottom: 100%;
}
.banner .decor-line {
font-size: 0.8em;
}
.post-nav a span {
display: none;
}
.banner .owl-dots {
display: none;
}
.side-bar-area .wrap,
.side-bar-area .logo,
.side-bar-area .copyright {
left: 15px;
}
.coupon-area .input-text {
margin: 0 auto 15px;
display: block;
}
.coupon-area .button-style1 {
margin: 0 0 20px;
}
.benefit-item .num {
font-size: 2.5em;
}
.benefit-item .num {
font-size: 2.5em;
}
.subscribe-form2 div {
margin-right: 0;
}
.subscribe-form2 .button {
position: relative;
margin: 15px auto 0;
display: block;
}
.product-carousel-side {
width: 100%;
float: none;
margin-bottom: 20px;
}
.product-carousel .woocommerce {
margin-left: 0;
}
.project-content .project-heading {
padding-left: 0;
font-size: 2.5em;
margin-bottom: 20px;
}
.projects-slider.style3 .project-items,
.projects-slider.style3 .project-items .img,
.projects-slider.style3 .project-items .item {
height: 190px !important;
min-height: auto;
}
.woocommerce table.shop_table.cart th {
font-size: 10px;
padding: 9px 0;
}
.woocommerce table.shop_table.cart th span span {
height: 25px;
}
.map-with-content .wrap {
padding: 5px 20px 15px;
}
.step-items .item,
.step-items .item:nth-child(odd) {
margin-left: 0;
padding: 0;
margin-bottom: 30px;
text-align: center;
}
.step-items .item:before,
.step-items .item:after,
.step-items .item .date:after {
display: none;
}
.step-items .item .date {
position: relative;
top: 0;
right: auto;
margin: 0;
margin-top: 5px;
}
.step-items .item:nth-child(even) {
text-align: center;
margin-right: 0;
}
.step-items .item:nth-child(even) .date {
margin: 0;
left: 0;
margin-top: 5px;
}
.portfolio-slider .right {
margin-left: 0;
}
.portfolio-slider .left-block {
position: relative;
top: 0;
margin-bottom: 15px;
}
.portfolio-slider > .owl-dots {
position: relative;
top: 0;
margin-top: 15px;
}
.ps-thumb-slider .ps-ts-item,
.portfolio-slider .ps-single-image {
height: 320px;
}
.ps-slider-arrow .title,
.scroll-top {
display: none;
}
.ps-slider-arrow .label {
margin-bottom: 0;
}
.ps-slider-arrow {
width: 80px;
}
.ps-slider-arrow .cell {
height: 40px;
}
.m-scroll-wrap {
position: absolute;
top: 55px;
left: 15px;
right: 15px;
bottom: 15px;
overflow: auto;
overflow-x: hidden;
}
.one-screen-contact .bottom-contact {
position: relative;
left: 0;
right: 0;
bottom: 0;
margin-top: 30px;
}
.project-grid-page .ps-bottom {
padding: 35px 5px;
}
.project-content-area {
padding: 15px 15px 0;
}
.side-image-box .si-img {
display: none;
}
.side-image-box .si-wrap {
float: none !important;
max-width: none;
margin: 0;
padding: 20px 20px 20px;
}
.banner-area.with-left-offset {
padding-left: 30px;
}
.banner-area.with-bottom-offset {
padding-bottom: 0;
}
.banner-area .scroll-down {
display: none;
}
.banner-area .social-buttons-standart {
bottom: 5px;
}
.banner-area.with-left-offset .social-buttons-standart {
left: 50px;
display: none;
}
.banner-area .social-buttons-standart:before {
left: -20px;
width: 10px;
}
.type3 .banner .owl-dots {
left: -30px;
display: block;
}
.type3 .banner .owl-dots .owl-dot {
width: 30px;
}
.banner .owl-dots .owl-dot.active:after {
width: 4px;
}
.portfolio-type-horizontal .portfolio-item-h .si-img {
position: relative;
height: 250px;
display: block;
}
.portfolio-type-horizontal .portfolio-item-h .si-wrap {
max-width: none;
margin: 0;
padding: 25px 30px 25px 15px;
}
.portfolio-type-horizontal .portfolio-item-h h6 a i {
right: -15px;
}
.portfolio-type-horizontal .portfolio-item-h {
margin: 0 0 30px;
}
.accordion-item .label .cell {
}
.accordion-item .label span {
}
.accordion-item .label {
font-size: 16px;
line-height: 1.667;
}
.accordion-item .text {
}
.site-footer .footer-bottom .copyright {
float: none;
}
.site-footer .footer-bottom .social-buttons {
float: none;
text-align: center;
}
.team-carousel-area .team-carousel .text {
font-size: 1em;
line-height: 1.7em;
}
.site-header .header-top {
display: none;
}
.navigation {
top: 64px;
}
.filter-button-group {
display: none;
}
.portfolio-slider-item { }
.portfolio-slider-item .nav-arrows {
display: none;
}
.portfolio-slider-item .wrap .content {
left: 0;
width: 100%;
height: 150px;
}
.portfolio-slider-item .wrap .h {
font-size: 24px;
}
.ico-buy-tokens {
padding: 40px 15px 30px;
}
.ico-buy-tokens .price-area .price {
font-size: 18px;
}
.tabs .tabs-body .image {
display: none;
}
.tabs .tabs-body .image + .wrap {
margin-left: 0;
}
.tabs .tabs-body {
margin-top: 30px;
}
.style2 .history-item > div,
.style2 .history-item:nth-child(odd) > div {
padding-left: 0;
margin-left: 50px;
}
.style2 .history-item .date,
.style2 .history-item:nth-child(odd) .date {
position: relative;
top: -10px;
left: auto;
right: auto;
text-align: left;
margin-bottom: 20px;
padding: 0;
}
.style2 .history-item:before {
left: 15px;
}
.style2 .history-item > div:before {
left: -20px;
right: auto !important;
}
.style2 .history-item > div:after {
left: 0;
right: auto !important;
}
.style2 .history-item > div {
padding-right: 0;
width: auto;
text-align: left;
}
.style2 .history-item:after {
left: 16px;
}
.testimonial-item {
}
.price-list .price-list-item .wrap {
}
.price-list .price-list-item .image {
margin: 0 -20px 35px;
}
.price-list .price-list-item .options {
margin: 30px 0 0;
}
.price-list .price-list-item .button {
margin-top: 30px;
}
.service-type3-item .image {
display: none;
}
.service-type3-item .image + .wrap {
margin-left: 0;
}
.service-type3-item {
display: block !important;
}
.service-type3-item:not(:last-of-type) {
margin-bottom: 40px;
}
.service-type3-item .wrap .name {
font-size: 30px;
}
.service-type3-item .wrap .desc {
font-size: 16px;
}
.one-screen-items .os-list .item .wrap {
max-width: none;
width: 100%;
}
.one-screen-items .os-list .item .os-side-img {
display: none;
}
.video-block .h {
font-size: 36px;
}
}
@media screen and (max-width: 480px) {
.portfolio-categories .items .item .cat-h {
font-size: 48px;
}
.portfolio-categories .p-items .p-item {
margin-bottom: 10px;
}
.testimonial-item .quote {
font-size: 18px;
}
.slider-navigation {
display: none !important;
}
div.input-row-s1 {
margin-right: 0;
}
.coupon-area {
padding-bottom: 25px;
position: relative;
width: 100%;
}
.coupon-area .button-style4 {
position: relative;
}
.coupon-area .input-text {
padding-right: 20px;
margin-bottom: 10px !important;
}
.woocommerce-page table.cart td.actions {
text-align: left;
padding: 25px 0;
}
.coupon-area .button-style2 {
position: relative;
float: none;
}
.project-detail .item {
width: 100%;
}
.project-horizontal-slider .item.content-item {
width: 280px;
}
.woocommerce .products .product a.woocommerce-LoopProduct-link {
padding: 0px 15px;
}
.brand-logo-items .brand-logo-item {
display: block;
margin: 0 auto 25px;
}
.team-type2 .items .avatar {
position: relative;
top: 0;
left: 0;
width: 100%;
padding-bottom: 60%;
margin-bottom: 20px;
}
.team-type2 .items .avatar + .content {
margin-left: 0;
}
.blog-detail > *:not(:last-of-type) {
margin-right: 10px;
}
.sticky-a {
margin-right: 2px !important;
}
.comment-items .comment-item .bottom h5 {
float: none;
}
.comment-items .comment-item .bottom .button-style6 {
float: none;
margin-top: 15px;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
float: none;
width: 100%;
}
.benefits .images .wrap,
.benefits .vc_row:nth-child(even) .images .wrap {
margin: 0;
}
.team-items .team-item {
width: 100%;
}
.opa-content .text,
.opa-about-section .content .text {
font-size: 16px;
line-height: 1.5;
}
.opa-content .h {
font-size: 24px !important;
margin-bottom: 15px;
}
.opa-content .sub-h {
font-size: 14px;
}
.opa-content .button-style1 {
margin-top: 10px;
}
.opa-content .social-buttons-standart span,
.opa-projects-section .social-buttons-standart span {
display: none;
}
}
@media screen and (max-width: 380px) {
.banner .item .button-style1 + .button-style1 {
margin-left: 0;
}
.testimonial-item .image {
display: none;
}
.banner .item .link-area {
max-width: 300px;
}
.testimonial-item .image + .text {
margin-left: 0;
}
.testimonial-mode-right .image + .text {
margin-right: 0;
}
blockquote {
font-size: 1em;
}
.testimonials-bottom .image {
display: none;
}
.testimonials-bottom .image + .h6 {
margin-left: 0;
}
.banner .decor-line {
font-size: 0.6em;
}
.site-header .button-style1 {
display: none;
}
.site-footer .footer-cols .col {
display: block;
text-align: center;
}
.ps-b-button {
display: none;
}
.brand-logo-item {
display: block;
margin: 30px auto;
}
.testimonial-item-type2 .quote {
padding: 60px 15px 30px;
}
.testimonial-item-type2 .bottom {
padding: 0 15px 30px;
}
}