/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Dawsons */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* Author: Oooze Creative */
/* Copyright: (C) 2017 */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - RESET STYLES */
/* 02 - GLOBAL SETTINGS */
/* 03 - POPUPS */
/* 04 - SWIPER */
/* 05 - HEADER */
/* 06 - FOOTER */
/* 07 - THUMBNAIL SHORTCODES */
/* 08 - PORTFOLIO DETAIL */
/* 09 - PORTFOLIO */
/* 10 - BLOG */
/* 11 - CONTACT */
/* 12 - ABOUT */
/* 13 - SERVICES */
/* 14 - HOMEPAGE SLIDER */
/* 15 - SHOP */
/* 16 - PRODUCT */
/* 17 - TABULATION */
/* 18 - CART */
/* 19 - CHECKOUT */
/* 20 - ABOUT 2 */
/* 21 - MEDIA QUERIES */


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - RESET STYLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html{overflow-y: scroll;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
h1, h2, h3, h4, h5, h6{font-weight: 400;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
body *{-webkit-text-size-adjust:none; outline: none;}
.clear{clear:both; overflow:hidden; height:0px; font-size:0px; display: block;}
input:focus, select:focus, textarea:focus, button:focus {outline: none;}
input, textarea, select{font-family: 'Playfair Display', serif; font-weight: 400; -webkit-appearance: none; appearance: none; border-radius: 0; background: none; border: none; margin: 0; width: 100%;}
textarea{display: block; resize: none; overflow: auto;}
select::-ms-expand{display: none;}
input[type="submit"], input[type="file"]{position: absolute; left: 0; top: 0; width:100%; height:100%; opacity:0; border:none; cursor:pointer; z-index: 1;}
a, a:link, a:visited, a:active, a:hover{cursor: pointer; text-decoration: none; outline: none;}
body{font-family: "Oxygen", sans-serif; font-size: 14px; line-height: 1.7;}
b, strong{font-weight: 700;}
ul, ol{list-style: none;}
a{color: inherit;}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*main*/
#content-block{position: relative; overflow: hidden; left: 0;}
.container{max-width: 100%; position: relative;}
.container-fluid{position: relative; padding: 0; margin: 0 30px;}
.container-fluid.wide{margin: 0 75px;}
.overflow-hidden{overflow: hidden;}
html.overflow-hidden body{overflow: hidden;}
@media (min-width: 992px) {
	.row.vertical-aligned-columns{font-size: 0; white-space: nowrap;}
	.row.vertical-aligned-columns > div[class*="col"]{float: none; display: inline-block; vertical-align: middle; white-space: normal;}
}
/*Phones (<768px)*/
@media (max-width: 767px) {
	.container-fluid, .container-fluid.wide{margin: 0 15px;}
}
body:not(.loaded) *{transition: none!important; -webkit-transition: none!important;}
/*table*/
.table-view{height: 100%; width: 100%; display: table;}
.row-view{display: table-row;}
.cell-view{display: table-cell; vertical-align: middle; width: 10000px;}
/*body selection*/
body ::selection {color: #fff; background: #000;}
body ::-moz-selection {color: #fff; background: #000;}
/*helper classes*/
.line-through{display: inline-block; position: relative; padding: 0 5px;}
.line-through:after{position: absolute; width: 100%; height: 1px; left: 0; top: 50%; background: currentColor; content: "";}
.clearfix:after{content: ""; display: block; clear: both;}
.valign-middle {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
}
.valign-middle-content{width: 100%; position: relative;}
.full-size{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.fixed-background{background-size: cover; background-position: center top; background-attachment: fixed;}
body.mobile .fixed-background{background-attachment: scroll;}
.notransition, .notransition *{transition: none!important; -webkit-transition: none!important;}
.thumbnail-image{display: block; max-width: 100%; height: auto; margin-left: auto; margin-right: auto;}
.float-fix{float: left; width: 100%;}
.scrollfix {line-height: 1.35; overflow: hidden; white-space: nowrap;}

/*hovers*/
.mouseover-1{position: relative; background: #000; display: block; overflow: hidden; display: block; backface-visibility: hidden; -webkit-backface-visibility: hidden;}
.mouseover-1 img{display: block; width: 100%; height: auto; transition: all .3s cubic-bezier(0.8, 0, 0.2, 1); -webkit-transition: all .3s cubic-bezier(0.8, 0, 0.2, 1);}
.mouseover-1 img:nth-child(1){opacity: .7;}
.mouseover-1 img:nth-child(2){position: absolute; left: 0; top: 0;}
.mouseover-1:hover img:nth-child(1){transform: scale(1.2); -webkit-transform: scale(1.2);}
.mouseover-1:hover img:nth-child(2){transform: scale(.9); -webkit-transform: scale(.9);}
.mouseover-2{display: block;}
.mouseover-2 img{display: block; width: 100%; transition: all .5s; -webkit-transition: all .5s;}
.mouseover-2:hover img{opacity: .7; transform: scale(.7); -webkit-transform: scale(.7);}

/**/
.text-mask{background-size: cover; background-position: center center; display: inline-block; vertical-align: top; overflow: hidden; position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.text-mask .text{line-height: 1em; color: #0e0e0e; mix-blend-mode: lighten; background: #000; text-transform: uppercase; font-weight: 900; display: block; position: relative; font-size: 10rem; position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: all .3s; -webkit-transition: all .3s;}
.text-mask .text-align{position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); margin-top: -0.05em;}
.text-mask .text-align:after{content: attr(data-letter); text-transform: uppercase;}
.text-mask .text-align[data-letter="q"], .text-mask .text-align[data-letter="Q"]{font-size: .9em; margin-top: -.15em;}
.text-mask .text-align[data-letter="j"], .text-mask .text-align[data-letter="J"]{font-size: .9em; margin-top: -.15em;}
.text-mask .text-align[data-letter="m"], .text-mask .text-align[data-letter="M"]{font-size: .9em;}
.text-mask .text-align[data-letter="w"], .text-mask .text-align[data-letter="W"]{font-size: .8em;}

/*loader*/
#loader-wrapper{position: fixed; left: 0; top: -100px; right: 0; bottom: -100px; background: #fff; z-index: 10;}
/**/
.sa{font-size: 16px; line-height: 25px; color: #fff;}
.sa.xsmall{font-size: 12px; line-height: 21px;}
.sa.small{font-size: 13px; line-height: 21px;}
.sa.middle{font-size: 14px; line-height: 25px;}
.sa.large{font-size: 18px; line-height: 25px;}
.sa.grey, .grey{color: #898989;}
.sa.dark, .dark{color: #000;}
.sa.light{color: #fff;}


.sa p, .sa ul, .sa ol, .sa img, .sa *[class*="col"], .sa h1, .sa h2, .sa h3, .sa h4, .sa h5, .sa h6, .sa .embed-responsive, .sa .swiper-container{margin-bottom: 22px;}
.sa > *:last-child{margin-bottom: 0;}
.sa img{max-width: 100%; height: auto; display: block;}
.sa ol{counter-reset: number;}
.sa ol li{padding-left: 0; margin-bottom: 8px;}
.sa ol li:before{counter-increment: number; content: "#" counter(number); color: #b8cd06; margin-right: 5px;}
.sa ul li{padding-bottom: 4px; padding-top: 4px; position: relative;}
.sa ul li:before{content: ""; width: 17px; height: 13px; display: inline-block; vertical-align: middle; background: url(../img/icon-20.png); position: relative; margin-right: 12px;}

.sa h1, .h1, .sa h2, .h2, .sa h3, .h3, .sa h4, .h4, .sa h5, .h5, .sa h6, .h6{color: #fff; font-weight: 900; font-family: 'Playfair Display', serif;}
.sa.light h1, .sa.light .h1, .h1.light, .sa.light h2, .sa.light .h2, .h2.light, .sa.light h3, .sa.light .h3, .h3.light, .sa.light h4, .sa.light .h4, .h4.light, .sa.light h5, .sa.light .h5, .h5.light, .sa.light h6, .sa.light .h6, .h6.light{color: #fff;}
.sa h1 a, .h1 a, .sa h2 a, .h2 a, .sa h3 a, .h3 a, .sa h4 a, .h4 a, .sa h5 a, .h5 a, .sa h6 a, .h6 a{color: #000!important;}
.sa.light h1 a, .h1.light a, .sa.light h2 a, .h2.light a, .sa.light h3 a, .h3.light a, .sa.light h4 a, .h4.light a, .sa.light h5 a, .h5.light a, .sa.light h6 a, .h6.light a{color: #fff!important;}
.sa h1, .h1{font-size: 100px; line-height: 1.05em;}
.sa h2, .h2{font-size: 72px; line-height: 1.11em;}
.sa h3, .h3{font-size: 36px; line-height: 1.22em;}
.sa h4, .h4{font-size: 28px; line-height: 1.35em;}
.sa h5, .h5{font-size: 22px; line-height: 1.45em;}
.sa h6, .h6{font-size: 16px; line-height: 1.56em;}
.sa a:not(.button):hover{text-decoration: underline;}
.sa.ba a:not(.button){text-decoration: underline;}
.sa.ba a:not(.button):hover{text-decoration: none;}

.sa .table{width: 100%; border: 1px #ddd solid;}
.sa .table th, .sa .table td{font-size: inherit!important; line-height: 1.5em!important; padding: 15px !important; white-space: normal!important;}
.sa .table th{background: #efefef; color: #444; font-family: 'Roboto', sans-serif; font-weight: 500; border: 1px #ddd solid!important; text-align: center;}
.sa .table td{border: 1px #ddd solid!important;}
.sa .table tbody tr{background: #fff;}
.sa .table tbody tr:nth-child(2n){background: #fff;}

/* Tablets (>=768px)*/
@media (max-width: 991px) {
	.sa h1, .h1{font-size: 75px;}
	.sa h2, .h2{font-size: 55px;}
}
/*Phones (<768px)*/
@media (max-width: 767px) {
	.sa h1, .h1{font-size: 36px;}
	.sa h2, .h2{font-size: 36px;}
}


/**/
.button{display: inline-block; vertical-align: bottom; text-align: center; position: relative; cursor: pointer; font-size: 14px; color: #fff; text-transform: uppercase; font-weight: 700; line-height: 40px; transition: all .3s; -webkit-transition: all .3s;}
.button.light{color: #fff;}
.button:before{background: currentColor; left: 0; right: 0; position: absolute; bottom: 0; height: 2px; content: ""; transition: all .3s; -webkit-transition: all .3s;}
.button:hover:before{left: -10px; right: -10px; bottom: 50%;}
.play-button{width: 70px; height: 70px; margin: -35px 0 0 -35px; position: absolute; left: 50%; top: 50%; background: url(../img/icon-1.png) center center no-repeat; cursor: pointer;}
.play-button:before{position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 3px #fff solid; border-radius: 50%; -webkit-border-radius: 50%; content: ""; opacity: 0; transform: scale(1.5); -webkit-transform: scale(1.5); transition: all .3s; -webkit-transition: all .3s;}
.play-button:hover:before{opacity: 1; transform: scale(1); -webkit-transform: scale(1);}
.button.style-1{font-size: 12px; line-height: 20px; color: #898989; text-transform: uppercase; padding: 10px 20px; background: #ebebeb;}
.button.style-1:before{display: none;}
.button.style-1:hover, .button.style-1.active{background: #000; color: #fff;}
.button.style-2{font-size: 12px; line-height: 20px; color: #fff; text-transform: uppercase; padding: 10px 20px; background: #000;}
.button.style-2:before{display: none;}
.button.style-2:hover, .button.style-2.active{background: #ebebeb; color: #898989;}
.button.style-3{font-size: 12px; line-height: 20px; color: #fff; text-transform: uppercase; padding: 10px 20px; background: #000;}
.button.style-3:before{display: none;}
.button.style-3:hover, .button.style-3.active{background: #fff; color: #000;}
.button .fa{display: inline-block; margin-right: 10px;}
.button.block{display: block;}
.button-close{display: inline-block; vertical-align: middle; background: url(../img/icon-6.png) 50% 50% no-repeat; width: 40px; height: 40px; cursor: pointer; position: relative; transition: all .3s; -webkit-transition: all .3s;}
.button-close:hover{background-color: #ebebeb;}
.buttons-wrapper{margin-bottom: -10px;}
.buttons-wrapper .button{margin: 0 5px 10px 5px;}
/**/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color: #898989; opacity: 1;}
input:-moz-placeholder, textarea:-moz-placeholder{color: #898989; opacity: 1;}
input::-moz-placeholder, textarea::-moz-placeholder{color: #898989; opacity: 1;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{color: #898989; opacity: 1;}
.simple-input{font-size: 13px; color: #727272; line-height: 40px; height: 40px; border-bottom: 1px #fff solid; padding: 0; transition: all .15s; -webkit-transition: all .15s; position: relative;}
input.simple-input.small{height: 30px; line-height: 30px;}
.simple-input-wrapper{position: relative; margin-bottom: 15px;}
.simple-input-wrapper .simple-input{border-color: transparent; z-index: 1;}
.simple-input-wrapper span{position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #fff; border-top: 1px #ebebeb solid; transition: all .15s; -webkit-transition: all .15s;}
.simple-input:focus + span{height: 100%; border-color: #000;}
.simple-input:focus{padding: 0 10px;}
.simple-input.invalid + span{border-color: red!important;}
textarea.simple-input{height: 70px; line-height: 18px; padding: 10px 0;}
.form-icon{width: 40px; height: 40px; position: absolute; right: 0; top: 0; text-align: center; color: #898989; font-size: 12px; z-index: 3;}
.form-icon+.simple-input{padding-right: 40px;}
.form-icon.small{width: 30px; height: 30px; line-height: 30px;}
.form-icon.small+.simple-input{padding-right: 30px;}

/**/
.sc{cursor: pointer; margin-bottom: 15px; display: inline-block; vertical-align: top;}
.sc input{display: none;}
.sc span{font-size: 13px; line-height: 21px; color: #898989; display: block; padding-left: 25px; position: relative; min-width: 15px; transition: all .3s; -webkit-transition: all .3s;}
.sc span a{text-decoration: underline;}
.sc span a:hover{text-decoration: none;}
.sc:hover span{color: #000;}
.sc span:before{width: 15px; height: 15px; position: absolute; left: 0; top: 3px; border: 2px #e7e7e7 solid; content: ""; transition: all .3s; -webkit-transition: all .3s;}
.sc input[type="radio"] + span:before{border-radius: 50%; -webkit-border-radius: 50%;}
.sc input:checked + span:before{border-color: #898989;}
.sc span:after{position: absolute; left: 4px; top: 7px; width: 7px; height: 7px; content: ""; transform: scale(0); -webkit-transform: scale(0); transition: all .3s; -webkit-transition: all .3s; content: ""; background: #494949;}
.sc input[type="radio"] + span:after{border-radius: 50%; -webkit-border-radius: 50%;}
.sc input:checked + span:after{transform: scale(1); -webkit-transform: scale(1);}

/**/
.ht-1{background: -moz-linear-gradient(top, rgba(0,0,0,0) 85%, currentColor 85%); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 85%, currentColor 85%); background: linear-gradient(to bottom, rgba(0,0,0,0) 85%, currentColor 85%); background-repeat: no-repeat; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; background-position: -100000px 0; background-size: 100000px 1.15em;}
.ht-1:hover {-webkit-transition: all 60s ease-out; transition: all 60s ease-out; background-position: 0 0;}
.ht-2{background: -moz-linear-gradient(left, currentColor 0%, currentColor 100%); background: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%); background: linear-gradient(to right, currentColor 0%, currentColor 100%); background-repeat: no-repeat; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; background-size: 0px 2px; background-position: center 0.8em;}
 .ht-2:hover{-webkit-transition: all 60s ease-out; transition: all 60s ease-out; background-size: 100000px 2px;}

 /**/
 .follow{font-size: 0; margin: 0 60px; display: inline-block; vertical-align: top; margin-bottom: -5px;}
 .follow .entry{width: 30px; height: 30px; display: inline-block; vertical-align: bottom; position: relative; line-height: 30px; text-align: center; font-size: 14px; margin: 0 5px 5px 5px; color: #4b4a4a; background: #ebebeb; border-radius: 50%; -webkit-border-radius: 50%; transition: all .3s; -webkit-transition: all .3s;}
 .follow .entry:hover{color: #fff;}
 .follow .entry:before{background: #0e0e0e; border-radius: 50%; -webkit-border-radius: 50%; position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ""; transform: scale(0); -webkit-transform: scale(0); transition: all .3s; -webkit-transition: all .3s;}
 .follow .entry:hover:before{transform: scale(1); -webkit-transform: scale(1);}
 .follow .entry .fa{position: relative;}
 .follow .title{line-height: 30px; margin-right: 15px; display: inline-block; margin-bottom: 5px;}

/**/
.sl{font-size: 13px; line-height: 21px; padding-left: 60px; position: relative; color: #000;}
.sl.light{color: #fff;}
.sl:before{width: 50px; height: 1px; background: currentColor; position: absolute; left: 0; top: 50%; content: "";}
.sl.right{padding-left: 0; padding-right: 60px;}
.sl.right:before{left: auto; right: 0;}

/**/
.border-image{border-style: inset; border-width: 25px; border-image-repeat: stretch; border-image-slice: 30;}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - POPUPS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.popup-wrapper{position: fixed; z-index: 11; left: 0; top: 0; width: 100%; height: 100%; left: -100%; transition-delay: .3s; -webkit-transition-delay: .3s;}
.popup-wrapper.active{left: 0; transition-delay: 0s; -webkit-transition-delay: 0s;}
.popup-wrapper .bg-layer{position: absolute; left: 0; top: -100px; right: 0; bottom: -100px; background: rgba(0,0,0,.8); transition: all .3s ease-out; -webkit-transition: all .3s ease-out; opacity: 0;}
.popup-wrapper.active .bg-layer{opacity: 1;}
.popup-content{position: absolute; top: 0; width: 100%; height: 100%; overflow: auto; -webkit-overflow-scrolling: touch; font-size: 0; text-align: center; transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s; -webkit-transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s; transform: scale(1.2); -webkit-transform: scale(1.2); opacity: 0; left: -10000px; padding: 15px;}
.popup-content.active{transform: scale(1); -webkit-transform: scale(1); opacity: 1; left: 0; transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s; -webkit-transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s; position: relative;}
.popup-content:after{display: inline-block; vertical-align: middle; height: 100%; content: "";}
.popup-container{display: inline-block; vertical-align: middle; width: 100%; position: relative; text-align: left; background: #fff;}
.video-popup .popup-container{background: #000;}
.popup-container.size-1{max-width: 570px;}
.popup-container.size-2{max-width: 970px;}
.popup-container.size-3{max-width: 1170px;}
.popup-content .layer-close{position: absolute; left: 0; bottom: 0; right: 0; height: 10000px;}
.popup-align{padding: 60px 70px 70px 70px; overflow: hidden;}
.popup-container .button-close{position: absolute; right: 0; top: 0;}
.simple-link{font-size: 13px; line-height: 21px; color: #333; display: inline-block; font-weight: 700;}
.simple-link:hover{text-decoration: underline;}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - SWIPER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.swiper-entry{position: relative;}
.swiper-wrapper{cursor:url(../img/drag.png) 16 9, ew-resize;}
.swiper-container-vertical .swiper-wrapper{cursor:url(../img/drag-vertical.png) 8 16, ns-resize;}
.swiper-button-disabled+.swiper-button-disabled+.swiper-wrapper, .swiper-button-disabled+.swiper-button-disabled+.swiper-container > .swiper-wrapper{transform: none!important; -webkit-transform: none!important; cursor: auto; justify-content: center;}
.swiper-button-disabled+.swiper-button-disabled+.swiper-wrapper .swiper-slide:last-child, .swiper-button-disabled+.swiper-button-disabled+.swiper-container > .swiper-wrapper .swiper-slide:last-child{margin-right: 0!important;}
.swiper-button-disabled+.swiper-button-disabled+.swiper-wrapper+.swiper-pagination-bullets, .swiper-button-disabled+.swiper-button-disabled+.swiper-container > .swiper-pagination-bullets{display: none!important;}
.swiper-slide{background-size: cover; background-position: center center;}
.swiper-pagination.relative-pagination{position: relative; bottom: auto!important; margin-top: 30px;}
.swiper-container-vertical > .swiper-pagination-bullets{right: auto!important; left: 30px;}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet{margin: 10px 0!important;}
.swiper-pager{font-size: 18px; color: #fff; font-weight: 700; line-height: 18px; height: 18px; text-align: center; width: 210px; left: 50%; margin-left: -105px; position: absolute; bottom: 15px; z-index: 1; text-align: center;}
.swiper-pager:before{width: 110px; height: 1px; background: currentColor; position: absolute; content: ""; left: 50%; margin-left: -55px; top: 50%;}
.swiper-pager-current{width: 45px; position: absolute; left: 0; top: -2px; font-size: 22px;}
.swiper-pager-total{width: 45px; position: absolute; right: 0; top: 0;}
.swiper-pager-arrow-prev{width: 46px; right: 100%; height: 18px; top: 0; position: absolute; transition: all .3s; cursor: pointer;}
.swiper-pager-arrow-next{width: 46px; left: 100%; height: 18px; top: 0; position: absolute; transition: all .3s; cursor: pointer;}
.swiper-pager-arrow-prev:hover, .swiper-pager-arrow-next:hover{width: 70px;}
.swiper-pager-arrow-prev:before{height: 1px; background: currentColor; width: 100%; position: absolute; left: 0; top: 50%; content: "";}
.swiper-pager-arrow-next:before{height: 1px; background: currentColor; width: 100%; position: absolute; left: 0; top: 50%; content: "";}
.swiper-pager-arrow-prev:after{width: 0; height: 0; border-style: solid; border-width: 3px 7px 3px 0; border-color: transparent currentColor transparent transparent; position: absolute; left: 0; top: 50%; margin-top: -2px; content: "";}
.swiper-pager-arrow-next:after{width: 0; height: 0; border-style: solid; border-width: 3px 0 3px 7px; border-color: transparent transparent transparent currentColor; position: absolute; right: 0; top: 50%; margin-top: -2px; content: "";}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - HEADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
header{position: absolute; z-index: 9; -webkit-backface-visibility: hidden; backface-visibility: hidden;}
.header-wrapper{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background:url(../img/bg-guisado.jpg) #131313; transition: background .3s; -webkit-transition: background .3s;}
nav a{}
nav a:hover, nav li.active > a{background-color:#fbe85d; color: #000; background-size: 10000px 2px;}
nav li.active > a{transition: none; -webkit-transition: none;}
.toggle-menu{width: 19px; height: 19px; position: relative; display: inline-block; vertical-align: middle; margin-right: -20px; cursor: pointer; top: 10px; left: 10px;}
.toggle-menu:after{position: absolute; left: 0; top: 9px; width: 100%; height: 1px; background: currentColor; content: "";}
.toggle-menu:before{position: absolute; left: 9px; top: 0; height: 100%; width: 1px; background: currentColor; content: ""; transition: all .3s; -webkit-transition: all .3s;}
.toggle-menu.active:before{height: 0; top: 9px;}
header .follow{display: none;}
/**/
#logo img{max-width: 100%; max-height: 100%; position: absolute; left: 50%; top: 80%; transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%);}
/**/
.hamburger-icon{width: 20px; height: 20px; color: #fff; transition: transform .3s .3s; -webkit-transition: transform .3s .3s; cursor: pointer; z-index: 1; position: relative;}
.hamburger-icon.active{}
.hamburger-icon span{position: absolute; left: 0; width: 100%; height: 2px; background: currentColor; transition: all .3s; -webkit-transition: all .3s;}
.hamburger-icon.active span{transition: all .3s .3s; -webkit-transition: all .3s .3s;}
.hamburger-icon span:nth-child(1){top: 3px;}
.hamburger-icon span:nth-child(2), .hamburger-icon span:nth-child(3){top: 50%; margin-top: -1px;}
.hamburger-icon span:nth-child(4){bottom: 3px;}
.hamburger-icon.active span:nth-child(1){opacity: 0; top: -5px;}
.hamburger-icon.active span:nth-child(2){transform: rotate(45deg); -webkit-transform: rotate(45deg);}
.hamburger-icon.active span:nth-child(3){transform: rotate(-45deg); -webkit-transform: rotate(-45deg);}
.hamburger-icon.active span:nth-child(4){opacity: 0; bottom: -5px;}
/**/
header nav .fa{font-size: 1.2em; display: inline-block; vertical-align: bottom; position: relative; top: -1px; margin-right: 3px;}
header .cart-icon{position: relative; display: inline-block; padding: 0 12px 0 3px;}
header .cart-label{position: absolute; right: 2px; top: -10px; width: 20px; height: 20px; border-radius: 50%; -webkit-border-radius: 50%; font-size: 11px; line-height: 20px; text-align: center;}
@media (min-width: 991px) {
	/*header type 1*/
	header.type-1{position: fixed; left: 0; top: 0; width: 93px; height: 100%; border-right: 1px #d9d9d9 solid; background: #fff;}
	header.type-1+#content-block{margin-left: 93px;}
	header.type-1 #logo{position: absolute; left: 0; top: 10;width: 300px; height: 42px;}
	header.type-1 .hamburger-icon{position: absolute; left: 50%; top: 50%; margin: -10px 0 0 -10px;}
	header.type-1.active .hamburger-icon{color: #fff;}
	header.type-1 .toggle-menu{display: none;}
	header.type-1 .follow{display: block;}
	header.type-1 nav{position: fixed; left: 0; top: 0; width: 93px; height: 100%; background: #000; transform: translateX(-100%); -webkit-transform: translateX(-100%); transition: all .3s .5s; -webkit-transition: all .3s .5s; border-right: 1px #1d1d1d solid;}
	header.type-1.active nav{transform: translateX(0%); -webkit-transform: translateX(0%); transition: all .3s .3s; -webkit-transition: all .3s .3s;}
	header.type-1 nav ul{width: 455px; background: #000; position: fixed; left: 93px; top: 0; height: 100%; 
		display: -ms-flexbox!important; display: -webkit-flex!important; display: flex!important; flex-direction: column; -webkit-flex-direction: column; justify-content: center; -webkit-justify-content: center; width: 0; overflow: hidden; transition: all .5s; -webkit-transition: all .5s; transition-timing-function:cubic-bezier(0.8, 0, 0.2, 1); -webkit-transition-timing-function:cubic-bezier(0.8, 0, 0.2, 1);}
	header.type-1 nav ul:hover{overflow: visible;}
	header.type-1 nav ul:after{position: absolute; right: 0; top: 0; width: 1px; height: 100%; background: #1d1d1d; content: "";}
	header.type-1.active nav > ul{width: 455px; transition: all .5s .6s; -webkit-transition: all .5s .6s;}
	header.type-1 nav ul li:hover ul{width: 455px;}
	header.type-1 nav ul ul{left: 548px;}
	header.type-1 nav li{padding: 15px 0; text-align: center; width: 455px; display: block;}
	header.type-1 nav a{font-size: 28px; color: #fff; line-height: 35px; padding-bottom: 5px; font-weight: 900; display: inline-block; padding: 0 10px;}
	header.type-1 nav ul ul li{padding: 15px 0;}
	header.type-1 nav ul ul a{font-size: 22px; line-height: 28px; padding-bottom: 10px;}
	header.type-1 .hamburger-icon:not(.active){transition: transform .3s .8s; -webkit-transition: transform .3s .8s;}
	header.type-1 .hamburger-icon:not(.active) span{transition: all .3s .5s; -webkit-transition: all .3s .5s;}
	header.type-1 .follow{position: fixed; left: 46px; margin-left: -20px; width: 40px; bottom: 35px; transition: all .3s .5s; -webkit-transition: all .3s .5s;}
	header.type-1 nav .fa{font-size: .9em;}
	header.type-1 .cart-label{font-size: 16px;}
	/*header type 2*/
	header.type-2{position: fixed; left: 0; top: 0; width: 100%; height: 77px;}
	header.type-2+#content-block{margin-top: 77px;}
	header.type-2 #logo{position: absolute; left: 30px; top: 20; width: 300px; height: 42px;}
	header.type-2 .hamburger-icon{position: absolute; right: 30px; top: 50%; margin-top: -10px;}
	header.type-2.active .hamburger-icon{color: #fff;}
	header.type-2 .toggle-menu{color: #fff;}
	header.type-2 nav ul ul{display: none; position: relative; top: 19px;}
	header.type-2 .navigation-wrapper{position: fixed; left: 0; bottom: 0; width: 100%; height: 0%; overflow: hidden; background: #000; transition: all .5s; -webkit-transition: all .5s; transition-timing-function:cubic-bezier(0.8, 0, 0.2, 1); -webkit-transition-timing-function:cubic-bezier(0.8, 0, 0.2, 1);}
	header.type-2.active .navigation-wrapper{height: 100%;}
	header.type-2 nav{position: absolute; left: 0; bottom: 0; right: 0; text-align: center; overflow: auto; -webkit-overflow-scrolling: touch; font-size: 0;}
	header.type-2 nav:after{content: ""; height: 100%; vertical-align: middle; display: inline-block;}
	header.type-2 nav > ul{display: inline-block; vertical-align: middle; padding: 0 15px;}
	header.type-2 nav > ul > li{padding: 19px 30px; font-size: 0;}
	header.type-2 nav a{font-size: 28px; padding-bottom: 5px; line-height: 35px; color: #fff; font-weight: 900; display: inline-block; vertical-align: top; padding-left: 10px; padding-right: 10px;}
	header.type-2 nav > ul > li li{padding: 12px 0;}
	header.type-2 nav ul ul a{font-size: 20px; line-height: 26px; padding: 0 5px;}
	header.type-2 nav .fa{font-size: 1em;}
	/*header type 3*/
	header.type-3{position: fixed; left: 0; top: 0; width: 100%; height: 77px;}
	header.type-3 nav{height: auto!important;}
	header.type-3+#content-block{margin-top: 77px;}
	header.type-3 #logo{position: absolute; left: 30px; top: 10; width: 300px; height: 42px;}
	header.type-3 .hamburger-icon{display: none;}
	header.type-3 .toggle-menu{display: none;}
	header.type-3 nav ul ul{display: block!important;}
	header.type-3 nav{position: absolute; right: 30px; top: 50%; margin-top: -23px;}
	header.type-3 nav > ul > li{float: left; position: relative; margin-left: 25px; padding: 14px 0;}
	header.type-3 nav > ul > li > a{font-size: 14px; color: #000; line-height: 18px; font-weight: 900; display: block; padding: 0 5px;}
	header.type-3 nav > ul ul{position: absolute; left: 0; top: 100%; width: 0px; background: #0e0e0e; padding: 15px 0; transition: all .5s; -webkit-transition: all .5s; transition-timing-function:cubic-bezier(0.8, 0, 0.2, 1); -webkit-transition-timing-function:cubic-bezier(0.8, 0, 0.2, 1); overflow: hidden; opacity: .7;}
	header.type-3 nav > ul li:hover ul{width: 180px; opacity: 1;}
	header.type-3 nav > ul ul li{width: 180px; padding: 0 20px;}
	header.type-3 nav > ul ul li:not(:last-child){margin-bottom: 7px;}
	header.type-3 nav > ul ul a{font-size: 13px; line-height: 21px; color: #fff; font-weight: 700;}
	/*scrolled header*/
	header{transition: all .3s; -webkit-transition: all .3s;}
	header.type-2.scrolled, header.type-3.scrolled{background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.3); -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);}
	/*transparent and light header*/
	.header.type-2.transparent, .header.type-3.transparent{background: none;}
	header.type-2.transparent+#content-block, header.type-3.transparent+#content-block{margin-top: 0;}
	header.type-2.transparent nav > ul > li > a, header.type-3.transparent nav > ul > li > a{color: #fff;}
	header.type-2.transparent .hamburger-icon, header.type-3.transparent .hamburger-icon{color: #fff;}
	header.type-2.transparent.scrolled .header-wrapper, header.type-3.transparent.scrolled .header-wrapper{background:url(../img/bg-guisado.jpg) #131313;}
	header.type-2.transparent.scrolled .hamburger-icon, header.type-3.transparent.scrolled .hamburger-icon{color: #fff;}
	header.type-3.transparent nav .fa{color: inherit;}
	header.type-3.transparent .cart-label{color: #000; background: #fff;}
}
/* Tablets (>=768px)*/
@media (max-width: 991px) {
	header{position: fixed; left: 0; top: 0; width: 100%; height: 50px;}
	header+#content-block{margin-top: 50px;}
	header #logo{position: absolute; left: 15px; top: 0; width: 200px; height: 28px;}
	header .hamburger-icon{position: absolute; right: 15px; top: 50%; margin-top: -10px;}
	.header-wrapper{background:url(../img/bg-guisado.jpg) #131313; box-shadow: 0 0 10px rgba(0,0,0,.3); -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3); position: relative;}
	.navigation-wrapper{position: fixed; left: -100%; width: 100%; top: -100px; bottom: -100px; background: rgba(255,255,255,.95); z-index: -1; opacity: 0; transition: left 0s 1s, opacity .5s; -webkit-transition: left 0s 1s, opacity .5s;}
	header.active .navigation-wrapper{left: 0; opacity: 1; transition: left 0s 0s, opacity .5s 0s; -webkit-transition: left 0s 0s, opacity .5s 0s;}
	nav{height: auto!important; top: 150px; bottom: 100px; left: 0; right: 0; position: absolute; overflow: auto; -webkit-overflow-scrolling: touch; text-align: center; font-size: 0;}
	nav:after{display: inline-block; vertical-align: middle; height: 100%; content: "";}
	nav > ul{display: inline-block; vertical-align: middle; padding: 0 15px;}
	nav > ul > li li{padding: 12px 0;}
	nav a{font-size: 30px; line-height: 40px; color: #000; font-weight: 900; display: inline-block; vertical-align: top;}
	header nav .fa{font-size: .9em;}
	header .cart-label{font-size: 16px;}
	nav ul ul a{font-size: 20px; line-height: 26px;}
	nav ul ul{display: none; position: relative; top: 19px;}
	nav > ul > li{padding: 19px 30px; font-size: 0; opacity: 0; transform: translateY(40px); -webkit-transform: translateY(40px); transition: all .3s; -webkit-transition: all .3s;}
	header.active nav > ul > li{opacity: 1; transform: translateY(0px); -webkit-transform: translateY(0px);}
	header.active nav > ul > li:nth-child(1){transition-delay: 0s; -webkit-transition-delay: 0s;}
	header.active nav > ul > li:nth-child(2){transition-delay: .15s; -webkit-transition-delay: .15s;}
	header.active nav > ul > li:nth-child(3){transition-delay: .3s; -webkit-transition-delay: .3s;}
	header.active nav > ul > li:nth-child(4){transition-delay: .45s; -webkit-transition-delay: .45s;}
	header.active nav > ul > li:nth-child(5){transition-delay: .6s; -webkit-transition-delay: .6s;}
	header.active nav > ul > li:nth-child(6){transition-delay: .75s; -webkit-transition-delay: .75s;}
	header.active nav > ul > li:nth-child(7){transition-delay: .9s; -webkit-transition-delay: .9s;}
	header.active nav > ul > li:nth-child(8){transition-delay: 1.05s; -webkit-transition-delay: 1.05s;}
	header.active nav > ul > li:nth-child(9){transition-delay: 1.2s; -webkit-transition-delay: 1.2s;}
	header.active nav > ul > li:nth-child(10){transition-delay: 1.35s; -webkit-transition-delay: 1.35s;}
	header.active nav > ul > li:nth-child(11){transition-delay: 1.5s; -webkit-transition-delay: 1.5s;}
	header.active nav > ul > li:nth-child(12){transition-delay: 1.65s; -webkit-transition-delay: 1.65s;}
	/*transparent and light header*/
	header.type-2.transparent .header-wrapper, header.type-3.transparent .header-wrapper{background: #000;}
	header.type-2.transparent .hamburger-icon, header.type-3.transparent .hamburger-icon{color: #fff;}
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06 - FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
footer{padding: 40px 0; background:url(../img/bg-guisado.jpg) #131313;}
footer.type-1{padding: 22px 0;}
#content-block footer .copyright{line-height: 30px; display: inline-block; vertical-align: top; margin-right: 30px;}
footer .container-fluid{margin: 0 30px;}
/* Tablets (>=768px)*/
@media (max-width: 991px) {
	#content-block footer .copyright{margin-right: 0;}
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 - THUMBNAIL SHORTCODES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*thumbnail shortcode 1*/
.thumbnail-shortcode-1{padding-bottom: 79%; position: relative; background-size: cover; background-position: center center; display: block;}
.thumbnail-shortcode-1:before{position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ""; background: rgba(0,0,0,.6); transition: all .3s; -webkit-transition: all .3s; opacity: 0;}
.thumbnail-shortcode-1:hover:before{opacity: 1;}
.thumbnail-shortcode-1 .content{position: absolute; border-style: inset; border-width: 25px; left: 140px; top: 140px; right: 140px; bottom: 140px; text-align: center; padding: 30px;}
.thumbnail-shortcode-1 .title{font-weight: 900; color: #fff; font-size: 1.2rem; line-height: 1.4em; max-width: 340px; margin: 0 auto;}
.thumbnail-shortcode-1 .sl{position: absolute; left: 40px; bottom: 30px;}
/*Desktops (>=992px)*/
@media (max-width: 1199px) {
	.thumbnail-shortcode-1 .content{left: 70px; top: 70px; right: 70px; bottom: 70px;}
}
/* Tablets (>=768px)*/
@media (max-width: 991px) {
	.thumbnail-shortcode-1 .sl{display: none;}
	.thumbnail-shortcode-1 .title{font-size: 1.6rem;}
	.thumbnail-shortcode-1 .content{left: 30px; top: 30px; right: 30px; bottom: 30px;}
}
/*Phones (<768px)*/
@media (max-width: 767px) {
	.thumbnail-shortcode-1 .content{left: 15px; top: 15px; right: 15px; bottom: 15px;}
	.thumbnail-shortcode-1 .title{font-size: 3.4rem;}
}

/*thumbnail shortcode 2*/
.thumbnail-shortcode-2{max-width: 170px; margin: 0 auto 30px auto;}

/*thumbnail shortcode 3*/
.thumbnail-shortcode-3{position: relative;}
.thumbnail-shortcode-3 .content{position: absolute; left: 30px; right: 30px; bottom: 45px; padding-left: 60px; max-width: 240px;}
.thumbnail-shortcode-3 .content .sl{margin-left: -60px; margin-bottom: 10px;}
.thumbnail-shortcode-3 .content span{display: block;}
/* Tablets (>=768px)*/
@media (max-width: 991px) {
	.thumbnail-shortcode-3 .content{padding-left: 0;}
}

/*thumbnail shortcode 4*/
.thumbnail-shortcode-4{max-width: 670px; margin: 0 auto;}
.thumbnail-shortcode-4 .content{position: relative; padding-bottom: 106%;}
.thumbnail-shortcode-4 *[class*="layer"]{background-size: cover; background-position: center center; position: absolute;}
.thumbnail-shortcode-4 .border{border-style: inset; border-width: 25px;}
.thumbnail-shortcode-4 .layer-1{left: 6%; top: 0; width: 61%; padding-bottom: 82%;}
.thumbnail-shortcode-4 .layer-2{left: 26%; top: 7%; width: 66%; padding-bottom: 75%;}
.thumbnail-shortcode-4 .layer-3{left: 39%; top: 22%; width: 61%; padding-bottom: 82%;}

/*thumbnail shortcode 5*/
.thumbnail-shortcode-5{max-width: 370px; margin: 0 auto; overflow: hidden;}
.thumbnail-shortcode-5 .content{padding-bottom: 141%; position: relative;}
.thumbnail-shortcode-5 *[class*="layer"]{background-size: cover; background-position: center center; position: absolute;}
.thumbnail-shortcode-5 .layer-1{border-style: inset; border-width: 25px; left: 0; bottom: 0; right: 0; top: 15%;}
.thumbnail-shortcode-5 .layer-2{position: absolute; left: 25px; right: 25px; bottom: 25px; top: 0;}
.thumbnail-shortcode-5 .layer-2 img{position: absolute; left: 50%; bottom: 0; max-width: 100%; max-height: 100%; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.thumbnail-shortcode-5 .description{text-align: center; padding-top: 30px; transition: all .3s; -webkit-transition: all .3s;}
.thumbnail-shortcode-5:hover .description{opacity: 0; transform: scale(.7); -webkit-transform: scale(.7);}
.thumbnail-shortcode-5 .title{margin-bottom: 10px;}
.thumbnail-shortcode-5 .animation{text-align: center; position: absolute; left: 0; width: 100%; opacity: 0; bottom: 0px; transition: all .3s; -webkit-transition: all .3s;}
.thumbnail-shortcode-5:hover .animation{bottom: 12px; opacity: 1; transition-delay: .15s; -webkit-transition-delay: .15s;}

/*thumbnail shortcode 6*/
.thumbnail-shortcode-6{max-width: 670px;}
.thumbnail-shortcode-6 .content{padding-bottom: 86%; position: relative;}
.thumbnail-shortcode-6 *[class*="layer"]{background-size: cover; background-position: center center; position: absolute;}
.thumbnail-shortcode-6 .border{border-style: inset; border-width: 25px;}
.thumbnail-shortcode-6 .layer-1{left: 0; top: 0; width: 75%; height: 100%;}
.thumbnail-shortcode-6 .layer-2{right: 0; top: 13%; width: 80%; height: 74%;}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 08 - PORTFOLIO DETAIL */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.banner-shortcode{background-size: cover; background-position: center center; position: relative;}
.banner-shortcode:before{position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ""; background: rgba(0,0,0,.25);}
.banner-shortcode .align{height: 750px; display: table-cell; vertical-align: middle; text-align: center; width: 10000px; padding: 90px 0 110px 0;}
.banner-shortcode .banner-frame{border-style: inset; border-width: 25px; position: absolute; width: 560px; height: 425px; left: 50%; top: 50%; margin: -212px 0 0 -280px;}
/*Phones (<768px)*/
@media (max-width: 767px) {
	.banner-shortcode .banner-frame{display: none;}
	.banner-shortcode .align{height: auto;}
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 09 - PORTFOLIO */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.w50{width: 50%;}
.w25{width: 25%;}
.w33{width: 33.3333333%;}
.sorting-container{position: relative; min-height: 700px;}
/**/
.sorting-container.portfolio-1{margin-bottom: -15px;}
.sorting-container.portfolio-1 .portfolio-preview-1 a:after{position: absolute; left: -1px; top: -1px; right: -1px; bottom: -1px; border: 15px #fff solid; content: "";}
.portfolio-preview-1{overflow: hidden;}
.portfolio-preview-1 a{display: block; position: relative;}
.portfolio-preview-1 .preview{display: block; width: 100%; height: auto;}

.portfolio-hover-1{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(255,255,255,.95); padding: 15px; text-align: center; transition: all .3s .3s; -webkit-transition: all .3s .3s; opacity: 0;}
a:hover .portfolio-hover-1{transition: all .3s; -webkit-transition: all .3s; opacity: 1;}
.portfolio-hover-1 span{display: block;}
.portfolio-hover-1 .title{margin-bottom: 15px; transform: translateX(100%); -webkit-transform: translateX(100%); transition: all .3s; -webkit-transition: all .3s;}
.portfolio-hover-1 .description{transform: translateX(-100%); -webkit-transform: translateX(-100%); transition: all .3s; -webkit-transition: all .3s;}
a:hover .portfolio-hover-1 .title, a:hover .portfolio-hover-1 .description{transform: translateX(0%); -webkit-transform: translateX(0%); transition: all .3s .3s; -webkit-transition: all .3s .3s;}

/**/
.sorting-container.portfolio-3{margin-bottom: -30px;}
.sorting-container.portfolio-3 .portfolio-preview-3 a:after{position: absolute; left: -1px; top: -1px; right: -1px; bottom: -1px; border: 30px #fff solid; content: "";}
.portfolio-preview-3{overflow: hidden;}
.portfolio-preview-3 a{display: block; position: relative;}
.portfolio-preview-3 .preview{display: block; width: 100%; height: auto;}
.portfolio-hover-3{position: absolute; left: 0; top: 0; right: 0; bottom: 0; text-align: center; font-size: 0;}
.portfolio-hover-3 .bg-layer{background: rgba(0,0,0,.7); opacity: 0; transition: all .3s; -webkit-transition: all .3s; position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
a:hover .portfolio-hover-3 .bg-layer{opacity: 1;}
.portfolio-hover-3 .align{max-width: 520px; border: 5px transparent solid; display: inline-block; text-align: center; position: relative; z-index: 1; margin: 0 45px; vertical-align: middle; transition: all .3s; -webkit-transition: all .3s;}
a:hover .portfolio-hover-3 .align{border-color: #fff; transition-delay: .3s; -webkit-transition-delay: .3s;}
.portfolio-hover-3:after{display: inline-block; content: ""; height: 100%; vertical-align: middle;}
.portfolio-hover-3 .title{display: table-cell; height: 290px; vertical-align: middle; width: 10000px; padding: 15px;}
/*Desktops (>=992px)*/
@media (max-width: 1199px) {
	.sorting-container.portfolio-3{margin-bottom: -15px;}
	.portfolio-hover-3 .title{display: block; height: auto; width: auto;}
	a:hover .portfolio-hover-3 .align{border-color: transparent;}
	.sorting-container.portfolio-3 .portfolio-preview-3 a:after{border-width: 15px;}
	.portfolio-hover-3 .align{margin: 0 30px;}
}
/*Phones (<768px)*/
@media (max-width: 767px) {
	.portfolio-hover-3 .title{font-size: 18px;}
}

/**/
.sorting-container.portfolio-4{margin-bottom: -40px;}
.portfolio-preview-4{margin: 0 30px 40px 30px;}
.portfolio-preview-4 .mouseover-1{margin-bottom: 18px;}
.portfolio-preview-4 .title{margin-bottom: 10px;}
/*Desktops (>=992px)*/
@media (max-width: 1199px) {
	.sorting-container.portfolio-4{margin-bottom: -30px;}
	.portfolio-preview-4{margin: 0 15px 30px 15px;}
}
/* Tablets (>=768px)*/
@media (max-width: 991px) {
	.sorting-container.portfolio-4{margin-left: -15px; margin-right: -15px;}
}

/**/
.portfolio-5{padding-bottom: 70px;}
.portfolio-5 > *[class*="col"]:nth-child(3n+1){clear: both;}
.portfolio-5 > *[class*="col"]:nth-child(3n+1) .portfolio-preview-5{top: 65px;}
.portfolio-5 > *[class*="col"]:nth-child(3n) .portfolio-preview-5{top: 115px;}
.portfolio-5 > *[class*="col"]:nth-child(6n+1) .title, .portfolio-5 > *[class*="col"]:nth-child(6n+2) .title, .portfolio-5 > *[class*="col"]:nth-child(6n+3) .title{float: right; text-align: left;}
.portfolio-5 > *[class*="col"]:nth-child(6n) .portfolio-preview-5, .portfolio-5 > *[class*="col"]:nth-child(6n-1) .portfolio-preview-5, .portfolio-5 > *[class*="col"]:nth-child(6n-2) .portfolio-preview-5{left: 80px;}
.portfolio-preview-5{max-width: 440px; margin: 0 auto 50px auto; position: relative;}
.portfolio-preview-5:after{content: ""; display: block; clear: both;}
.portfolio-preview-5 .preview{max-width: 280px; margin: 0 auto 15px auto;}
.portfolio-preview-5 .title{max-width: 145px; text-align: right;}
/*Desktops (>=992px)*/
@media (max-width: 1199px) {
	.portfolio-preview-5{left: auto!important; top: auto!important;}
	.portfolio-preview-5 .title{float: none!important;}
	.portfolio-5{padding-bottom: 0;}
}
/*Phones (<768px)*/
@media (max-width: 767px) {
	.portfolio-preview-5{margin-bottom: 30px;}
}


/**/
.sorting-container.portfolio-2{margin: 0 -10px -10px -10px;}
.portfolio-preview-2{margin: 70px 10px 10px 10px;}
.portfolio-preview-2 a{padding-bottom: 100%; display: block; position: relative;}
.portfolio-preview-2 a .text-mask .text{font-size: 10rem;}
.portfolio-preview-2 .label-1, .portfolio-preview-2 .label-2{font-size: 13px; line-height: 21px; color: #000; position: absolute; padding-left: 60px;}
.portfolio-preview-2 .label-1:before, .portfolio-preview-2 .label-2:before{width: 50px; height: 1px; background: #000; position: absolute; left: 0; top: 50%; content: ""; max-width: 100%;}
.portfolio-preview-2 .label-1{right: 100%; top: 15px; transform: rotate(-90deg); -webkit-transform: rotate(-90deg); transform-origin: 100% 0; -webkit-transform-origin: 100% 0;}
.portfolio-preview-2 .label-2{right: 15px; bottom: 0;}
.portfolio-hover-2{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: cover; background-position: center center; opacity: 0; transition: all .5s; -webkit-transition: all .5s;}
a:hover .portfolio-hover-2{opacity: 1; transition: all .5s; -webkit-transition: all .5s;}
.portfolio-preview-2 a:hover .text-mask .text{transform: scale(1.5); -webkit-transform: scale(1.5);}
.portfolio-preview-2 .top-icon{position: absolute; right: -25px; top: 5px; width: 49px; height: 49px;}
.portfolio-preview-2 .top-icon:before{width: 100%; height: 1px; position: absolute; left: 0; top: 24px; content: ""; background: #d9d9d9;}
.portfolio-preview-2 .top-icon:after{width: 1px; height: 100%; position: absolute; left: 24px; top: 0; content: ""; background: #d9d9d9;}
/**/
.sorting-menu{font-size: 0; margin: 0 -18px; font-family: 'Playfair Display', serif;}
.sorting-menu .title{font-size: 18px; line-height: 40px; font-weight: 900; color: #000; text-align: center; border-bottom: 1px #000 solid; cursor: pointer; padding: 0 30px; display: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.sorting-menu .title:after{width: 10px; height: 10px; border-right: 1px #000 solid; border-bottom: 1px #000 solid; content: ""; position: absolute; right: 24px; top: 14px; transform: rotate(45deg); -webkit-transform: rotate(45deg);}
.sorting-menu .title.active:after{transform: rotate(-135deg); -webkit-transform: rotate(-135deg);}
.sorting-menu a{display: inline-block; vertical-align: bottom; font-size: 13px; line-height: 25px; color: #494949; font-weight: 700; margin: 0 18px; position: relative; transition: all .3s; -webkit-transition: all .3s;}
.sorting-menu a.active{color: #000;}
.sorting-menu a span.text{display: inline-block; position: relative;}
.sorting-menu a span.text:after{left: 100px; right: 100px; top: 50%; margin-top: 1px; height: 1px; background: #000; position: absolute; content: ""; transition: all .3s; -webkit-transition: all .3s;}
.sorting-menu a.active span.text:after{left: -5px; right: -5px;}
.sorting-menu a span.number{display: inline-block; position: relative; top: -7px;}
@media (min-width: 768px) {
	.sorting-menu .toggle{display: block!important;}
}
/* Tablets (>=768px)*/
@media (max-width: 991px) {
	.w33{width: 50%;}
	.sorting-item.w25{width: 50%;}
	.portfolio-preview-2 a .text-mask .text{font-size: 25rem;}
	/**/
	.sorting-container.portfolio-1{margin-left: -15px; margin-right: -15px;}
}
/*Phones (<768px)*/
@media (max-width: 767px) {
	.w33{width: 100%;}
	.sorting-item.w50{width: 100%;}
	.sorting-item.w25{width: 50%;}
	/**/
	.sorting-container.portfolio-2 .sorting-item.w25{width: 100%;}
	.portfolio-preview-2 a .text-mask .text{font-size: 45rem;}
	/**/
	.sorting-menu{margin: 0;}
	.sorting-menu a{display: block; margin: 0; text-align: center; padding: 10px 0;}
	.sorting-menu .title{display: block;}
	.sorting-menu .toggle{padding-top: 10px; display: none;}
	.portfolio-preview-2 .top-icon{display: none;}
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 10 - BLOG */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.blog-landing-entry{margin-bottom: 85px;}
.blog-day{margin-bottom: 7px;}
.blog-date{margin-bottom: 5px;}
.blog-title{margin-bottom: 10px;}
.blog-description{margin-bottom: 10px;}
.blog-data{margin-bottom: 15px;}
.blog-preview{margin-bottom: 30px; display: block;}
.blog-blockquote{padding-bottom: 54%; position: relative; background-size: cover; background-position: center center; overflow: hidden;}
.blog-blockquote .text-align{position: absolute; left: 15px; right: 15px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); text-align: center; padding: 30px 0;}
.blog-blockquote .text-content{padding: 55px 0; position: relative; max-width: 530px; margin: 0 auto;}
.blog-blockquote .text-content:before{content: "“"; position: absolute; width: 50px; text-align: center; top: 0; left:50%;margin-left:-25px;font-size:60px;}
.blog-blockquote .text-content:after{content: "”"; position: absolute; width: 50px; text-align: center; bottom: -25px; left:50%;margin-left:-25px;font-size:60px;}
.blog-column-title{margin-bottom: 35px;}
.sidebar-entry{margin-bottom: 40px;}
.sidebar-entry:last-child{margin-bottom: 0;}
.sidebar-title{margin-bottom: 20px;}
.categories-wrapper ul{margin-left: 40px; display: none;}
.categories-wrapper li{position: relative;}
.categories-wrapper li .toggle{position: absolute; right: 0; top: 0; width: 28px; height: 28px; content: ""; cursor: pointer;}
.categories-wrapper li .toggle:before{position: absolute; left: 0; top: 50%; margin-top: -.5px; width: 18px; left: 50%; margin-left: -9px; height: 1px; background: #898989; content: "";}
.categories-wrapper li .toggle:after{position: absolute; top: 0; left: 50%; margin-left: -.5px; height: 18px; top: 50%; margin-top: -9px; width: 1px; background: #898989; content: "";}
.categories-wrapper li .toggle.active:after{display: none;}
.categories-wrapper a{font-size: 13px; line-height: 28px; color: #898989; display: inline-block; padding-left: 40px; position: relative; transition: all .15s; -webkit-transition: all .15s; display: block; margin-right: 28px;}
.categories-wrapper a:before{width: 23px; height: 1px; background: currentColor; left: 0; top: 14px; content: ""; position: absolute;}
.categories-wrapper a:hover{color: #000;}
.tags-wrapper{font-size: 0;}
.tags-wrapper a{display: inline-block; white-space: nowrap; line-height: 27px; padding: 0 10px; background: #ebebeb; font-size: 12px; color: #898989; margin: 0 5px 5px 0; transition: all .3s; -webkit-transition: all .3s;}
.tags-wrapper a:hover{color: #fff; background: #000;}
.tags-wrapper .title{display: inline-block; line-height: 27px; margin-right: 15px; margin-bottom: 5px;}
.blog-small-entry{margin-bottom: 25px;}
.blog-small-entry.size-1{max-width: 265px;}
.blog-small-entry.size-2{max-width: 420px;}
.blog-small-entry.size-1 .blog-small-preview{margin-bottom: 5px;}
.blog-small-entry.size-2 .blog-small-preview{margin-bottom: 20px;}
.blog-small-entry.size-1 .blog-small-title.h6{font-size: 14px;}
.blog-small-entry.size-2 .blog-small-title{margin-bottom: 15px;}
.blog-small-description{margin-bottom: 15px;}
.sidebar-photos{max-width: 265px;}
.sidebar-photos *[class*="col"]{margin-bottom: 14px;}
.pager{text-align: center; font-size: 0; margin: 0; margin-bottom: -6px;}
.pager a{font-size: 12px; color: #898989; min-width: 40px; line-height: 40px; display: inline-block; background: #ebebeb; text-transform: uppercase; margin: 0 3px 6px 3px; transition: all .15s; -webkit-transition: all .15s;}
.pager a:hover, .pager a.active{background: #000; color: #fff;}
.pager a:first-child, .pager a:last-child{padding: 0 15px;}
/**/
.comments-wrapper{margin-left: -120px;}
.comment-entry{padding-left: 120px; clear: both;}
.comment-entry *:last-child{margin-bottom: 0;}
.comment-entry:after{display: block; content: ""; clear: both;}
.comment-preview{width: 80px; float: left;}
.comment-preview img{display: block;}
.comment-content{margin-left: 120px; padding-bottom: 50px; min-height: 80px;}
.comment-content:after{display: block; content: ""; clear: both;}
.comment-text{margin-bottom: 20px;}
/*Phones (<768px)*/
@media (max-width: 767px) {
	.blog-blockquote{padding-bottom: 0;}
	.blog-blockquote .text-align{position: relative; text-transform: none; -webkit-transform: none; left: auto; right: auto; margin: 0 15px;}
	.blog-preview{margin-bottom: 15px;}
	.comments-wrapper{margin-left: 0;}
	.comment-entry{padding-left: 0;}
	.comment-content{margin-left: 95px;}
	.blog-landing-entry{margin-bottom: 60px;}
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 11 - CONTACT */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.map-inst{height: 650px;}
.map-inst.style-1{height: 100%; position: absolute; right: 0; top: 0; height: 100%; width: 50%;}
.contact-shortcode{max-width: 230px; margin: 0 auto 50px auto; padding-left: 60px; position: relative;}
.contact-shortcode:before{position: absolute; left: 0; top: 12px; width: 50px; height: 1px; background: #fff; content: "";}
/* Tablets (>=768px)*/
@media (max-width: 991px) {
	.map-inst, .map-inst.style-1{position: relative; height: 500px; width: auto;}
}
/*Phones (<768px)*/
@media (max-width: 767px) {
	.map-inst, .map-inst.style-1{height: 300px;}
	.contact-shortcode{margin-bottom: 25px;}
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 12 - ABOUT */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.client-logo{max-width: 250px; margin: 0 auto 15px auto;}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 13 - SERVICES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.services-shortcode-1{margin-bottom: 120px;}
.services-shortcode-1:after{content: ""; display: block; clear: both;}
.services-shortcode-1 .preview-wrapper{float: left; width: 380px; position: relative;}
.services-shortcode-1 .preview{padding-bottom: 100%; position: relative;}
.services-shortcode-1 .preview-wrapper .icon{width: 50px; height: 50px; color: #fff; position: absolute; z-index: 1;}
.services-shortcode-1 .preview-wrapper .icon:nth-child(1){left: -25px; top: -25px;}
.services-shortcode-1 .preview-wrapper .icon:nth-child(2){right: -25px; top: -25px;}
.services-shortcode-1 .preview-wrapper .icon:nth-child(3){right: -25px; bottom: -25px;}
.services-shortcode-1 .preview-wrapper .icon:nth-child(4){left: -25px; bottom: -25px;}
.services-shortcode-1 .preview-wrapper .icon:before{position: absolute; width: 100%; height: 1px; left: 0; top: 50%; margin-top: -.5px; content: ""; background: currentColor;}
.services-shortcode-1 .preview-wrapper .icon:after{position: absolute; width: 1px; height: 100%; left: 50%; top: 0; margin-left: -.5px; content: ""; background: currentColor;}
.services-shortcode-1 .content{padding-left: 430px; max-width: 905px; float: left; margin-left: -380px;}
.services-shortcode-1 .content .align{display: table-cell; height: 380px; width: 10000px; vertical-align: middle;}
.services-shortcode-1 .content .sl{margin-bottom: 18px; padding-left: 110px; margin-left: -110px;}
.services-shortcode-1 .content .sl:before{width: 100px;}
.services-shortcode-1 .text-mask .text{font-size: 450px;}

@media (min-width: 768px) {
	.services-shortcode-1.style-1 .preview-wrapper{float: right;}
	.services-shortcode-1.style-1 .content{padding-right: 430px; padding-left: 0; float: right; margin-right: -380px; text-align: right;}
	.services-shortcode-1.style-1 .content .sl{padding-right: 110px; padding-left: 0; margin-right: -110px; margin-left: 0;}
	.services-shortcode-1.style-1 .content .sl:before{left: auto; right: 0;}
}
/* Tablets (>=768px)*/
@media (max-width: 991px) {
	.services-shortcode-1 .content{max-width: 707px;}
}
/*Phones (<768px)*/
@media (max-width: 767px) {
	.services-shortcode-1{margin-bottom: 60px;}
	.services-shortcode-1 .preview-wrapper.preview-wrapper{float: none; margin: 0 auto 50px auto; width: 280px;}
	.services-shortcode-1 .content.content{width: auto; float: none; margin: 0; padding: 0 0 0 60px; overflow: hidden;}
	.services-shortcode-1 .content .align{height: auto; width: auto; display: block;}
	.services-shortcode-1 .text-mask .text{font-size: 350px;}
}

.services-shortcode-2{margin-bottom: 30px;}
.services-shortcode-2 .icon{width: 120px; height: 120px; background: #282c33; border-radius: 50%; -webkit-border-radius: 50%; margin: 0 auto 35px auto;}
.services-shortcode-2 .icon img{display: block; max-width: 100%; max-height: 100%;}
.services-shortcode-2 .sl{margin-bottom: 18px;}
.services-shortcode-2 .content{padding-left: 60px;}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 14 - HOMEPAGE SLIDER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*index 6*/
.slider-6 .swiper-slide{overflow: hidden;}
.slider-6 .container-fluid{height: inherit;}
.slider-6 .background-entry{background-size: cover; background-position: center center; position: absolute;}
.slider-6 .background-entry.left{left: 0; top: 0; width: 50%; height: 100%;}
.slider-6 .background-entry.right{right: 0; top: 0; width: 50%; height: 100%;}
.slider-6 .background-frame{position: absolute; left: 50%; margin-left: -300px; top: 50%; width: 600px; transform: translateY(-50%); -webkit-transform: translateY(-50%); border-width: 40px;}
.slider-6 .background-frame .sl{right: -140px; top: 40px; position: absolute; white-space: nowrap;}
.slider-6 .background-frame .sl.right{right: auto; left: -140px; top: auto; bottom: 40px;}
@media (max-height: 800px) {
	.slider-6 .background-frame{width: 450px; margin-left: -225px;}
}
.slider-6 .background-frame .content{padding-bottom: 100%;}
.slider-6 .title-wrapper{position: absolute; left: 15px; right: 15px; text-align: center; height: 100%;}
.slider-6 .title-wrapper .content{max-width: 1000px; margin: 0 auto;}
.slider-6 .title-wrapper .title, .slider-6 .title-wrapper .title span{position: relative;}
.slider-6 .title-wrapper .title:before, .slider-6 .title-wrapper .title:after{background: #000; position: absolute; left: 50%; margin-left: -37px; width: 74px; content: ""; top: 0; height: 100%;}
.slider-6 .title-wrapper .title:after{mix-blend-mode: difference; background: #fff;}
.slider-6 .white-line{position: absolute; width: 74px; background: #fff; left: 50%; margin-left: -37px; height: 500%; top: -250%;}
@media (min-width: 768px) {
	.slider-6 .swiper-pager{transform: rotate(-90deg); -webkit-transform: rotate(-90deg); bottom: 50%; margin-bottom: -9px; left: 100%; margin-left: -140px;}
}
/* Tablets (>=768px)*/
@media (max-width: 991px) {
	.slider-6 .background-frame{display: none;}
	
}
/*Phones (<768px)*/
@media (max-width: 767px) {
	.slider-6 .swiper-pager{color: #fff;}
	.slider-6 .title-wrapper .title:before, .slider-6 .title-wrapper .title:after, .slider-6 .white-line{display: none;}
	.swiper-container-vertical > .swiper-pagination-bullets{left: 3px!important;}
	
}





/*index 2*/
.slider-2 .swiper-slide{overflow: hidden;}
.slider-2 .container-fluid{height: inherit;}
.slider-2 .title-wrapper{position: absolute; left: 15px; right: 15px; text-align: center; height: 100%;}
.slider-2 .title-wrapper .content{max-width: 1170px; margin: 0 auto;}
@media (min-width: 768px) {
	.slider-2 .swiper-pager{transform: rotate(-90deg); -webkit-transform: rotate(-90deg); bottom: 50%; margin-bottom: -9px; left: 100%; margin-left: -155px;}
}
.slider-2 .image-preview{position: absolute; background-size: cover; background-position: center center;}
.slider-2 .image-preview.image-1{left: 7%; top: 8%; width: 19%;}
.slider-2 .image-preview.image-1 .content{padding-bottom: 135%;}
.slider-2 .image-preview.image-2{ left: 55%; top: 1%; width: 12%;}
.slider-2 .image-preview.image-2 .content{padding-bottom: 140%;}
.slider-2 .image-preview.image-3{left: 34%; bottom: 7%; width: 28%;}
.slider-2 .image-preview.image-3 .content{padding-bottom: 73%;}
.slider-2 .image-preview.image-4{right: 6%; bottom: 12%; width: 21%;}
.slider-2 .image-preview.image-4 .content{padding-bottom: 105%;}
.slider-2 .sl-entry{position: absolute; width: 500px; text-align: center;}
.slider-2 .sl{display: inline-block;}
.slider-2 .sl-entry.sl-1{left: 50%; margin-left: -250px; bottom: 0;}
.slider-2 .sl-entry.sl-2{transform: rotate(-90deg); -webkit-transform: rotate(-90deg); left: -270px; top: 50%;}
/* Tablets (>=768px)*/
@media (max-width: 991px) {
	.slider-2 .image-preview.image-1{width: 38%; left: 3%; top: 0;}
	.slider-2 .image-preview.image-2{width: 24%; left: auto; right: 5%; top: 10%;}
	.slider-2 .image-preview.image-3{width: 56%; left: 0; bottom: 0;}
	.slider-2 .image-preview.image-4{width: 42%; right: 0; bottom: 7%;}
}
/*Phones (<768px)*/
@media (max-width: 767px) {
	.slider-2 .sl-entry{display: none;}
}


/*index 4*/
.slider-4 .swiper-slide{overflow: hidden;}
.slider-4 .container-fluid{height: inherit;}
.slider-4 .align{display: table-cell; vertical-align: middle; height: inherit; width: 1000px; padding: 0 15px;}
.slider-4-entry{display: block; position: relative; max-width: 500px; margin: 0 auto 90px auto;}
.slider-4-entry:last-child{margin-bottom: 0;}
.slider-4-entry:after{display: block; content: ""; clear: both;}
.slider-4-entry .image{max-width: 280px; background-size: cover; background-position: center center; margin-left: 80px; position: relative; display: inline-block; width: 100%; transition: all .3s; -webkit-transition: all .3s;}
.slider-4-entry:hover .image{opacity: .3;}
.slider-4-entry .image .content{display: block; padding-bottom: 100%;}
.slider-4-entry .title{width: 200px; position: absolute; left: 0px; bottom: 18px; text-align: right;}
.slider-4-entry .sl{display: inline-block;}
.slider-4-entry .sl-wrapper{position: absolute; right: 0; left: 0; top: 18px; text-align: right;}
.slider-4-entry.style-1{text-align: right;}
.slider-4-entry.style-1 .image{margin-left: 0; margin-right: 80px;}
.slider-4-entry.style-1 .title{left: auto; right: 0px; text-align: left;}
.slider-4-entry.style-1 .sl-wrapper{text-align: right;}
.slider-4 .swiper-button-prev{left: 25px;}
.slider-4 .swiper-button-next{right: 25px;}
@media (min-width: 768px) {
	.slider-4 .swiper-slide:nth-child(3n-2) .align{padding-top: 75px;}
	.slider-4 .swiper-slide:nth-child(3n-1) .align{padding-top: 0px;}
	.slider-4 .swiper-slide:nth-child(3n) .align{padding-top: 125px;}
}
/*Phones (<768px)*/
@media (max-width: 767px) {
	.slider-4-entry{text-align: right;}
	.slider-4-entry .image{margin-left: 0; margin-right: 80px;}
	.slider-4-entry .title{left: auto; right: 0px; text-align: left;}
	.slider-4-entry .sl-wrapper{text-align: right;}
	.slider-4 .align{padding-top: 50px; padding-bottom: 50px;}
}


/*index 5*/
.swiper-entry.slider-5{}
.slider-5-entry{position: relative; transform: scale(.5); -webkit-transform: scale(.5); transition: all .5s; -webkit-transition: all .5s; max-width: 750px; margin: 0 auto;}
.slider-5-entry:after{position: absolute; left: -5px; top: -5px; right: -5px; bottom: -5px; border: 10px #fff solid; content: "";}
.swiper-slide-active .slider-5-entry{transform: scale(1); -webkit-transform: scale(1);}
.slider-5-entry .icon{width: 85px; height: 85px; position: absolute; z-index: 1;}
.slider-5-entry .icon:nth-child(1){left: 15px; top: 0;}
.slider-5-entry .icon:nth-child(2){right: 15px; top: 0;}
.slider-5-entry .icon:nth-child(3){right: 15px; bottom: 0;}
.slider-5-entry .icon:nth-child(4){left: 15px; bottom: 0;}
.slider-5-entry .icon:nth-child(4):before{display: none;}
.slider-5-entry .icon:before{width: 0%; height: 1px; background: #000; position: absolute; left: 0; top: 42px; content: ""; transition: all .5s; -webkit-transition: all .3s;}
.slider-5 .swiper-slide-active{z-index: 1;}
.swiper-slide-active .slider-5-entry .icon:before{width: 100%;}
.slider-5-entry .icon:after{height: 0%; width: 1px; background: #000; position: absolute; top: 0; left: 42px; content: ""; transition: all .5s; -webkit-transition: all .3s;}
.swiper-slide-active .slider-5-entry .icon:after{height: 100%;}
.slider-5-entry .preview {padding-bottom: 100%; position: relative;}
.slider-5-entry .text-mask .text {font-size: 31rem;}
.slider-5 .align{display: table-cell; vertical-align: middle; height: inherit; width: 10000px; padding: 0 15px;}
.slider-5 .text-mask .text{-webkit-backface-visibility: hidden; backface-visibility: hidden;}
.slider-5 .swiper-pager-wrapper{width: 50%; left: 25%; text-align: center; position: absolute; bottom: 0;}
.slider-5 .swiper-pager-container{max-width: 750px; margin: 0 auto; position: relative;}
.slider-5 .swiper-pager-content{padding-bottom: 100%; position: relative;}
.slider-5 .swiper-pager{position: absolute; left: 55px; bottom: 34px;}
.slider-5-entry .title-wrapper{z-index: 1; position: absolute; width: 345px; top: 50%; margin-top: -11px; left: 100%; margin-left: -125px; opacity: 0; transform: translateX(-50px); -webkit-transform: translateX(-50px); transition: all .5s; -webkit-transition: all .5s;}
.swiper-slide-active .slider-5-entry .title-wrapper{opacity: 1; transform: translateX(0px); -webkit-transform: translateX(0px);}
.slider-5-entry .sl{margin-bottom: 10px;}
.slider-5-entry .title{position: absolute; left: 60px; right: 0; top: 100%;}
.slider-5-entry .sl-wrapper{position: absolute; left: 0; top: 100%; width: 100%; transform-origin: 0 0; -webkit-transform-origin: 0 0;  text-align: center; transform: rotate(-90deg); -webkit-transform: rotate(-90deg); opacity: 0; transition: all .3s; -webkit-trasition: all .3s;}
.swiper-slide-active .slider-5-entry .sl-wrapper{opacity: 1;}
.slider-5-entry .sl-wrapper .sl{display: inline-block; position: relative; top: -70px;}
/* Tablets (>=768px)*/
@media (max-width: 991px) {
	.swiper-entry.slider-5{width: 200%; left: -50%;}
	.slider-5-entry{padding-top: 30px;}
	.slider-5-entry .title-wrapper{width: 100%; margin-left: 0; left: 0; position: relative;}
	.slider-5-entry .title{position: relative; left: auto; top: auto; margin-left: 60px;}
	.slider-5-entry .text-mask .text{font-size: 59rem;}
	.slider-5-entry .icon{display: none;}
	.slider-5 .swiper-pager{display: none;}
	.slider-5 .swiper-pager{left: 110px;}
	.slider-5-entry .sl-wrapper{transform: none; -webkit-transform: none; position: relative; top: auto; text-align: left;}
	.slider-5-entry .sl-wrapper .sl{top: auto;}
}
/*Phones (<768px)*/
@media (max-width: 767px) {
	
}

/*index 3*/
.slider-3{position: relative; overflow: hidden;}
.slice-slider-container{position: absolute; left: 75px; top: 0; right: 75px; height: 100%;}

.slice-slider-container .pagination{left: 30px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); position: fixed; z-index: 2;}
.slice-slider-container .pagination .point{width: 9px; height: 9px; border-radius: 50%; -webkit-border-radius: 50%; border: 1px #000 solid; cursor: pointer; position: relative; opacity: .3; margin: 15px 0;}
.slice-slider-container .pagination .point.active{background: #000; opacity: 1;}

.slice-slider-left-column, .slice-slider-right-column{position: absolute; left: 0; top: 0; bottom: 0; width: 50%;}
.slice-slider-right-column{left: auto; right: 0;}
.slice-slider-wrapper{position: relative; height: 100%;}
.slice-slider-slide{position: relative; height: inherit; overflow: hidden;}
.slice-slider-slide-left, .slice-slider-slide-right{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: cover; background-position: center center;}
.slice-slider-left-column .slice-slider-slide-right{display: none;}
.slice-slider-right-column .slice-slider-slide-left{display: none;}

.slice-slider-align-1{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: cover; background-position: center center;}

.slice-slider-align-2{position: absolute; left: 40px; top: 40px; right: 50px; bottom: 40px;}
.slice-slider-align-2 .preview{position: absolute; left: 100px; top: 100px; right: 125px; bottom: 100px; background-size: cover; background-position: center center;}
.slice-slider-align-2 .preview:before{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.4); content: ""; transition: all .3s; -webkit-transition: all .3s; opacity: 0;}
.slice-slider-align-2 .preview:hover:before{opacity: 1;}
.slice-slider-align-2 .preview .hover-icon{width: 46%; position: absolute; left: 27%; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); top: 50%;}
.slice-slider-align-2 .preview .hover-icon .content{padding-bottom: 100%; position: relative; display: block;}
.slice-slider-align-2 .preview .hover-icon .content:before{position: absolute; left: 0; top: 50%; width: 0%; height: 1px; background: #fff; content: ""; transition: all .3s; -webkit-transition: all .3s;}
.slice-slider-align-2 .preview .hover-icon .content:after{position: absolute; top: 0; left: 50%; width: 1px; height: 0%; background: #fff; content: ""; transition: all .3s; -webkit-transition: all .3s;}
.slice-slider-align-2 .preview:hover .hover-icon .content:before{width: 100%; transition-delay: .15s; -webkit-transition-delay: .15s;}
.slice-slider-align-2 .preview:hover .hover-icon .content:after{height: 100%; transition-delay: .15s; -webkit-transition-delay: .15s;}
.slice-slider-align-2 .rotate{position: absolute; left: 100%; bottom: 0; transform-origin: 0% 100%; -webkit-transform-origin: 0% 100%; transform: rotate(-90deg); -webkit-transform: rotate(-90deg); text-align: center;}
@media (min-width: 992px){
	.slice-slider-align-2 .title{font-size: 2.7rem;}
}
.slice-slider-align-2 .title{opacity: 0; transition: all .5s; -webkit-transition: all .5s; transform: translateY(-50px); -webkit-transform: translateY(-50px);}
.slice-slider-slide.active .slice-slider-align-2 .title{opacity: 1; transition-delay: 1s; -webkit-transition-delay: 1s; transform: translateY(0px); -webkit-transform: translateY(0px);}
.slice-slider-align-2 .sl.top{position: absolute; left: 0; top: 15px; transform: translateX(50px); -webkit-transform: translateX(50px); opacity: 0; transition: all .5s; -webkit-transition: all .5s; display: inline-block;}
.slice-slider-align-2 .sl.bottom{position: absolute; left: 0; bottom: 15px; transform: translateX(50px); -webkit-transform: translateX(50px); opacity: 0; transition: all .3s; -webkit-transition: all .3s; display: inline-block;}
.slice-slider-slide.active .slice-slider-align-2 .sl.top{transform: translateX(0px); -webkit-transform: translateX(0px); opacity: 1; transition-delay: 1s; -webkit-transition-delay: 1s;}
.slice-slider-slide.active .slice-slider-align-2 .sl.bottom{transform: translateX(0px); -webkit-transform: translateX(0px); opacity: 1; transition-delay: 1.25s; -webkit-transition-delay: 1.25s;}
/*Desktops (>=992px)*/
@media (max-width: 1199px) {
	.slice-slider-align-2 .preview{left: 0; right: 70px;}
}

.slice-align-animation{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: cover; background-position: center center;}
.slice-slider-slide.next .slice-align-animation.parallax{transform: translateY(-60%); -webkit-transform: translateY(-60%);}
.slice-slider-slide.prev .slice-align-animation.parallax{transform: translateY(60%); -webkit-transform: translateY(60%);}
.slice-slider-slide.active .slice-align-animation.parallax{transform: translateY(0%); -webkit-transform: translateY(0%);}

.slice-slider-slide.next .slice-align-animation.scale{transform: scale(1.2); -webkit-transform: scale(1.2);}
.slice-slider-slide.prev .slice-align-animation.scale{transform: scale(0.8); -webkit-transform: scale(0.8);}
.slice-slider-slide.active .slice-align-animation.scale{transform: scale(1); -webkit-transform: scale(1);}

.slice-slider-slide.next .slice-align-animation.rotate3d{transform: perspective(1000px) rotateX(-90deg); -webkit-transform: perspective(1000px) rotateX(-90deg); transform-origin: 50% 0; -webkit-transform-origin: 50% 0;}
.slice-slider-slide.prev .slice-align-animation.rotate3d{transform: perspective(1000px) rotateX(90deg); -webkit-transform: perspective(1000px) rotateX(90deg); transform-origin: 50% 100%; -webkit-transform-origin: 50% 100%;}
.slice-slider-slide.active .slice-align-animation.rotate3d{transform: rotateX(0deg) perspective(1000px); -webkit-transform: rotateX(0deg) perspective(1000px);}

/* Tablets (>=768px)*/
@media (max-width: 991px) {
	.slice-slider-left-column{display: none;}
	.slice-slider-right-column .slice-slider-slide-left{display: block;}
	.slice-slider-container, .slice-slider-right-column, .slice-align-animation, .slice-slider-align-1, .slice-slider-slide-left, .slice-slider-slide-right, .slice-slider-align-2, .slice-slider-align-2 .rotate, .slice-slider-align-2 .sl.top, .slice-slider-align-2 .sl.bottom, .slice-slider-align-2 .preview, .slice-slider-slide .slice-slider-align-2 .title{position: relative; height: auto; left: auto; top: auto; bottom: auto; right: auto; width: auto; height: auto; transform: none!important; -webkit-transform: none!important; opacity: 1!important;}
	.slice-slider-wrapper{top: 0!important;}
	.slice-slider-container .pagination{display: none;}
	.slice-slider-slide{padding-bottom: 25px; padding-top: 25px;}
	.slice-slider-align-2 .preview-wrapper{max-width: 480px; margin: 0 auto 15px auto;}
	.slice-slider-align-2 .preview{display: block; max-width: 480px; padding-bottom: 110%;}
	.slider-3{height: auto!important; padding: 0 15px; text-align: center;}
	.rotate{width: auto!important;}
	.slice-slider-align-2 .sl.top{margin-bottom: 7px;}
	.slice-slider-align-2 .title{margin-bottom: 15px;}
}
/*Phones (<768px)*/
@media (max-width: 767px) {
	
}

/*index 1*/
.slider-1 .swiper-slide{overflow: hidden;}
.slider-1 .right-top{position: absolute; right: 0; top: 0; height: 50%; width:33.3333333%; overflow: hidden; background: #000; cursor: pointer;}
.slider-1 .right-bottom{position: absolute; right: 0; bottom: 0; height: 50%; width:33.3333333%; overflow: hidden; background: #000; cursor: pointer;}
.slider-1 .right-top .content, .slider-1 .right-bottom .content{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: cover; background-position: center center; transition: all .3s; -webkit-transition: all .3s;}
.slider-1 .right-top:hover .content:nth-child(2), .slider-1 .right-bottom:hover .content:nth-child(2){transform: scale(.9); -webkit-transform: scale(.9);}
.slider-1 .right-top:hover .content:nth-child(1), .slider-1 .right-bottom:hover .content:nth-child(1){opacity: .7; transform: scale(1.2); -webkit-transform: scale(1.2);}
.slider-1 .leftside{position: absolute; left: 0; right: 33.3333333%; top: 0; height: 100%; z-index: 1;}
.slider-1 .leftside-middle{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.slider-1 .leftside .banner-frame{max-width: 600px; margin: 0 auto; border-width: 35px;}
.slider-1 .leftside .banner-frame .content{padding-bottom: 100%;}
.slider-1 .leftside .banner-frame .content .text{position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center;}
.slider-1 .leftside .banner-frame .content .text-container{max-width: 340px; margin: 0 auto; padding: 0 15px;}
.slider-1 .leftside .banner-frame .content .align{display: table-cell; vertical-align: middle; height: 530px; width: 1000px;}
.slider-1 .leftside .banner-frame .title{margin-bottom: 25px;}
.slider-1 .leftside .banner-frame .description{padding-bottom: 65px; position: relative; margin-bottom: 5px;}
.slider-1 .leftside .banner-frame .description:after{width: 2px; height: 30px; position: absolute; left: 50%; margin-left: -1px; bottom: 0; content: ""; background: #000;}
.slider-1 .swiper-pager{bottom: 0; top: 15%; left: 10%; margin-top: -70px;}
.slider-1 .sl.left-align{position: absolute; left: 65px; bottom: 12%; margin-bottom: -70px;}
.slider-1 .sl.right-align{position: absolute; left: 100%; margin-left: -70px; bottom: 120px; white-space: nowrap; transform-origin: 0 0; -webkit-transform-origin: 0 0; transform: rotate(-90deg); -webkit-transform: rotate(-90deg);}
@media (max-height: 700px) {
	.slider-1 .leftside .banner-frame{border: none;}
	.slider-1 .leftside .banner-frame .content .align{height: auto; display: block; width: auto;}
	.slider-1 .leftside .banner-frame .content{padding-bottom: 0;}
	.slider-1 .leftside .banner-frame .content .text{position: relative;}
}
@media (max-width: 1300px) {
	.slider-1 .leftside .banner-frame{border: none;}
	.slider-1 .leftside .banner-frame .content .align{height: auto; display: block; width: auto;}
	.slider-1 .leftside .banner-frame .content{padding-bottom: 0;}
	.slider-1 .leftside .banner-frame .content .text{position: relative;}
}
/* Tablets (>=768px)*/
@media (max-width: 991px) {
	.slider-1 .swiper-pager{display: none;}
}
/*Phones (<768px)*/
@media (max-width: 767px) {
	.slider-1 .leftside{right: 0;}
	.slider-1 .right-top, .slider-1 .right-bottom{opacity: .15; width: 100%;}
	.slider-1 .sl{display: none;}
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 15 - SHOP */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.ui-slider{position: relative; height: 6px; background: #fff; margin-right: 12px; margin-bottom: 15px;}
.ui-slider-range{height: 100%; position: absolute; left: 0; top: 0; background: #ebebeb;}
.ui-slider-handle{width: 12px; height: 12px; background: #fff; position: absolute; top: -3px; cursor: pointer; border: 3px #000 solid;}
.breadcrumbs{padding: 15px 0 40px 0; font-size: 13px; line-height: 21px; color: #494949;}
.breadcrumbs a{text-decoration: underline;}
.breadcrumbs span{display: inline-block; padding: 0 5px;}
.breadcrumbs a:last-child, .breadcrumbs a:hover{text-decoration: none;}
.product-shortcode{overflow: hidden; margin-bottom: 50px; max-width: 425px; margin-left: auto; margin-right: auto;}
.product-shortcode .sl{margin-bottom: 10px; margin-left: -15px;}
.product-preview{position: relative; text-align: center; overflow: hidden; margin-bottom: 15px;}
.product-preview .buttons-wrapper{position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0,0,0,.5); transform: scale(1.2); -webkit-transform: scale(1.2); opacity: 0; transition: all .3s; -webkit-transition: all .3s;}
.product-preview:hover .buttons-wrapper{transform: scale(1); -webkit-transform: scale(1); opacity: 1;}
.product-preview .buttons-align{position: absolute; left: 15px; top: 50%; right: 15px; margin-top: -47px;}
.product-preview .button{margin-bottom: 15px; min-width: 145px;}
.product-preview .button:last-child{margin-bottom: 0;}
.product-shortcode .title{margin-bottom: 5px;}
.product-shortcode .description{position: relative; min-height: 40px;}
.product-shortcode .description .text{transition: all .3s; -webkit-transition: all .3s; transform-origin: 50% 0; -webkit-transform-origin: 50% 0;}
.product-shortcode .price{margin-bottom: 10px;}
.product-shortcode .price .rate-wrapper{float: right; width: 90px; margin: 0; text-align: right;}
.product-shortcode .price .rate-wrapper + *{margin-right: 90px;}
.product-shortcode .price .line-through{opacity: .7;}
.filters-line{margin-bottom: 50px;}
.filters-line .SumoSelect{margin-bottom: 0;}
.filters-line .align-wrapper{margin-bottom: -30px; margin-right: 104px;}
.filters-line .align-item{display: inline-block; vertical-align: top; margin: 0 15px 30px 0; text-align: left;}
.filters-line .align-item.size-1{min-width: 170px;}
.filters-line .align-item.size-2{white-space: nowrap;}
.filters-line .align-item.size-2 .SumoSelect{width: 70px; display: inline-block; vertical-align: top;}
.filters-line .filter-text{font-size: 13px; line-height: 21px; color: #494949; padding: 10px; display: inline-block; vertical-align: top;}
.filters-mode-wrapper{float: right; width: 104px;}
.toggle-mode{width: 40px; height: 40px; border: 1px #ebebeb solid; display: inline-block; vertical-align: top; margin-left: 10px; transition: background-color .3s, border-color .3s; -webkit-transition: background-color .3s, border-color .3s; cursor: pointer; position: relative;}
.toggle-mode:hover{border-color: #000;}
.toggle-mode.active{background: #000; border-color: #000;}
.change-mode, .change-mode *{transition: none!important; -webkit-transition: none!important;}
.toggle-mode img{position: absolute; left: 0; top: 0; width: 100%; height: auto;}
.toggle-mode img:nth-child(2){display: none;}
.toggle-mode.active img:nth-child(1){display: none;}
.toggle-mode.active img:nth-child(2){display: block;}
@media (min-width: 768px) {
	.shortcode-wide{width: 100%;}
	.shortcode-wide .product-shortcode{max-width: 100%;}
	.shortcode-wide .product-preview{float: left; width: 170px; margin-right: 30px; z-index: 1;}
	.shortcode-wide .product-shortcode .icons{position: relative; transform: none; -webkit-transform: none; opacity: 1; left: auto; top: auto; margin: 0; text-align: left;}
	.shortcode-wide .product-shortcode .icons .entry{text-align: center;}
	.shortcode-wide .product-shortcode .description .text{transform: none; -webkit-transform: none; opacity: 1; margin-bottom: 10px;}
}
/* Tablets (>=768px)*/
@media (max-width: 991px) {
	.breadcrumbs{padding-bottom: 30px;}
}
/*Phones (<768px)*/
@media (max-width: 767px) {
	.toggle-mode{display: none;}
	.breadcrumbs{padding-bottom: 15px;}
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 16 - PRODUCT */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.align-inline{display: inline-block; vertical-align: middle;}
.detail-info-background{padding: 30px; background: #fff; margin-bottom: 30px;}
.rate-wrapper{color: #da3232; font-size: 14px; line-height: 20px; margin: 0 5px;}
.rate-wrapper.set:hover .fa{opacity: .5;}
.rate-wrapper.set .fa:hover{opacity: 1; cursor: pointer;}
.quantity-select{height: 42px; line-height: 40px; border: 1px #ebebeb solid; width: 200px; position: relative;}
.quantity-select .minus, .quantity-select .plus{position: absolute; left: 0; top: 0; width: 50px; height: 100%; border-right: 1px #eee solid; cursor: pointer; transition: all .15s; -webkit-transition: all .15s;}
.quantity-select .minus:hover, .quantity-select .plus:hover{background: #ebebeb;}
.quantity-select .minus:active, .quantity-select .plus:active{background: #e0e0e0;}
.quantity-select .minus:before, .quantity-select .plus:before{width: 14px; height: 1px; background: #555; position: absolute; left: 50%; top: 50%; margin-left: -7px; content: "";}
.quantity-select .plus:after{width: 1px; height: 14px; background: #555; position: absolute; left: 50%; top: 50%; margin-top: -6.5px; margin-left: -.5px; content: "";}
.quantity-select .number{display: block; text-align: center; margin: 0 50px; font-size: 16px; color: #888;}
.quantity-select .plus{left: auto; right: 0; border: none; border-left: 1px #eee solid;}
.detail-data-title.size-1{padding-top: 12px;}
.detail-data-title.size-2{padding-top: 3px;}
/*Phones (<768px)*/
@media (max-width: 767px) {
	.detail-data-title{padding-bottom: 10px; padding-top: 0!important;}
}
/**/
.main-product-slider-wrapper{max-width: 570px; margin: 0 auto;}
.product-big-preview-entry{padding-bottom: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat;}
.product-small-preview-entry{max-width: 70px; margin: 0 auto; opacity: .2; transition: all .15s; -webkit-transition: all .15s; background-size: cover; background-position: center center;}
.product-small-preview-entry .content{padding-bottom: 100%;}
.swiper-slide-active .product-small-preview-entry{opacity: 1;}
/**/
.left-right-entry{font-size: 0; white-space: nowrap;}
.left-right-entry .preview-wrapper{width: 45%; display: inline-block; vertical-align: middle; position: relative;}
.left-right-entry .preview-wrapper img{display: block; max-width: 100%; height: auto; margin: 0 auto;}
.left-right-entry .description{width: 55%; display: inline-block; vertical-align: middle; white-space: normal; position: relative; padding-left: 30px;}
@media (min-width: 768px) {
	.left-right-entry.align-right .preview-wrapper{left: 55%;}
	.left-right-entry.align-right .description{left: -45%; padding-left: 0; padding-right: 30px;}
}
/*Phones (<768px)*/
@media (max-width: 767px) {
	.left-right-entry{white-space: normal;}
	.left-right-entry .preview-wrapper{width: 100%; margin-bottom: 30px;}
	.left-right-entry .description{width: 100%; padding-left: 0;}
}
/**/
.product-description-entry{border-bottom: 1px #eee solid; padding: 15px 0;}
/**/
.testimonial-entry{border-bottom: 1px #eee solid; margin-bottom: 30px;}
.testimonial-entry .preview{float: left; border-radius: 50%; -webkit-border-radius: 50%; width: 50px; height: auto;}
.testimonial-entry .heading-description{margin-left: 60px; padding-top: 5px;}
.testimonial-entry .pros, .testimonial-entry .cons{position: relative; padding-left: 30px;}
.testimonial-entry .pros:before, .testimonial-entry .cons:before{width: 13px; height: 1px; background: #b8cd06; position: absolute; left: 0; top: 9px; content: "";}
.testimonial-entry .pros:after{width: 1px; height: 13px; background: #b8cd06; position: absolute; left: 6px; top: 3px; content: "";}
.testimonial-entry .cons:before{background: #cd2706;}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 17 - TABULATION */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tabulation-menu-wrapper{margin: 0 -20px;}
.tabulation-menu-wrapper:after{display: block; content: ""; margin-top: -5px;}
.tabulation-toggle{font-size: 0;}
.tabulation-toggle li{padding: 0 20px; border-left: 1px #eee solid; display: inline-block; margin-bottom: 5px;}
.tabulation-toggle li:first-child{border: none;}
.tab-entry{display: none;}
.tab-entry.visible{display: block;}
.tabulation-title{background: #fff; text-transform: uppercase; padding-right: 40px; cursor: pointer; display: none; position: relative; text-align: left;}
.tabulation-title:after{width: 40px; height: 40px; background: url(../img/icon-5.png) center center no-repeat; position: absolute; right: 0; top: 0; content: "";}
.tabulation-title.active:after{transform: rotate(180deg); -webkit-transform: rotate(180deg);}
/*Phones (<768px)*/
@media (max-width: 767px) {
	.tabulation-menu-wrapper{margin: 0;}
	.tabulation-menu-wrapper .tabulation-toggle{padding-top: 10px;}
	.tabulation-menu-wrapper .tabulation-toggle li{display: block;}
	.tabulation-title{display: block;}
	.tabulation-toggle{display: none;}
	.tabulation-title.active+.tabulation-toggle{display: block;}
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 18 - CART */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.cart-table{width: 100%; font-weight: 700; font-size: 16px; line-height: 25px;}
.cart-table th{background: #343434; color: #fff; height: 70px; vertical-align: middle; padding: 0; text-align: center; text-transform: uppercase;}
.cart-table th:nth-child(2){padding-left: 0; text-align: left;}
.cart-table tbody tr{border-bottom: 1px #eee solid;}
.cart-table tbody td{vertical-align: middle; padding: 25px 10px; text-align: center;}
.cart-table tbody td:nth-child(2){text-align: left; padding-left: 0;}

.cart-entry{background: #fff; padding: 30px; margin-bottom: 1px;}
.cart-color{width: 12px; height: 12px; display: inline-block;}
.cart-entry-thumbnail{float: left; transition: all .15s; -webkit-transition: all .15s; width: 70px;}
.cart-entry-thumbnail img{display: block; width: 100%; height: auto;}
.cart-entry-thumbnail:hover{opacity: .8;}
.cart-entry-description{margin-left: 105px;}
.cart-entry table{width: 100%;}
.cart-entry table td{vertical-align: top; padding: 0 30px; border-left: 1px #fff solid;}
.cart-entry table td:first-child{text-align: left; padding-left: 0; border: none;}
.cart-entry table td:last-child{padding-right: 0;}
.cart-entry table td:nth-child(1){width: 145px;}
.cart-entry table td:nth-child(2){width: 140px;}
.cart-entry table td:nth-child(3){width: 70px;}

.cart-table .quantity-select{display: inline-block;}
.order-details-entry{border-bottom: 1px #ebebeb solid; padding: 9px 0 9px 0; font-size: 16px; line-height: 21px; margin-bottom: 15px;}
/* Tablets (>=768px)*/
@media (max-width: 991px) {
	.cart-table{width: 1000px;}
}
/*Phones (<768px)*/
@media (max-width: 767px) {
	.cart-entry{text-align: center;}
	.cart-entry-thumbnail{float: none; display: inline-block; vertical-align: top;}
	.cart-entry-thumbnail:not(:last-child){margin-bottom: 15px;}
	.cart-entry-description{margin-left: 0;}
	.cart-entry-description table, .cart-entry-description table tbody, .cart-entry-description table tr, .cart-entry-description table td{display: block;}
	.cart-entry-description table td{text-align: center!important; padding: 0 0 10px 0; border: none; width: auto!important;}
	.cart-entry-description table td:last-child{padding-bottom: 0;}
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 19 - CHECKOUT */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.checkbox-toggle-title span{color: #000; font-weight: 900; font-size: 22px; line-height: 1.45em;}
.checkbox-toggle-title .align{position: relative; top: -.3em;}
.checkbox-toggle-wrapper{display: none;}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 20 - ABOUT 2 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.slider-about{width: 50%; position: relative; left: 25%;}
.slider-about .container{width: auto;}
.slider-about .swiper-container{overflow: visible;}
.slider-about .swiper-slide .align{display: table-cell; width: 10000px; vertical-align: middle;}
.slider-about-title{margin-bottom: 30px; }
.slider-about-subtitle{font-size: 22px; line-height: 21px; color: #fff; margin-bottom: 21px;}
.slider-about-description{margin-bottom: 30px;}
.slider-about .thumbnail-shortcode-5-wrapper{transition: all .5s; -webkit-transition: all .5s; transform: translateX(50%) scale(.7); -webkit-transform: translateX(50%) scale(.7);}
.slider-about .swiper-slide-active .thumbnail-shortcode-5-wrapper{transform: translateX(0%) scale(1); -webkit-transform: translateX(0%) scale(1);}
.slider-about-text{transition: opacity .5s, top 0s .5s; -webkit-transition: opacity .5s, top 0s .5s; opacity: 0; top: -10000px; position: relative;}
.swiper-slide-active .slider-about-text{opacity: 1; top: 0; transition: opacity .5s, top 0s 0s; -webkit-transition: opacity .5s, top 0s 0s;}
/*Desktops (>=992px)*/
@media (max-width: 1199px) {
	.slider-about{width: 100%; left: 0;}
	.slider-about .swiper-slide{overflow: hidden;}
	.slider-about .thumbnail-shortcode-5-wrapper, .slider-about-text{opacity: 1; transform: none; -webkit-transform: none;}
}
/* Tablets (>=768px)*/
@media (max-width: 991px) {

}
/*Phones (<768px)*/
@media (max-width: 767px) {
	.slider-about .thumbnail-shortcode-5-wrapper{margin-bottom: 30px;}
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 21 - MEDIA QUERIES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*Desktops (>=1200px)*/
@media (min-width: 1200px) {

}
/*Desktops (>=992px)*/
@media (max-width: 1199px) {

}
/* Tablets (>=768px)*/
@media (max-width: 991px) {

}
/*Phones (<768px)*/
@media (max-width: 767px) {

}

.test{max-width: 640px; margin: 0 auto; border-image: url(../img/blog-3.jpg) 30 stretch; border-style: inset; border-width: 30px;}
.test .content{padding-bottom: 100%; position: relative;}
.test .text{position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center;}





html,body{font-family:Verdana,sans-serif;font-size:15px;line-height:1.5}html{overflow-x:hidden}
h1,h2,h3,h4,h5,h6,.w3-slim,.w3-wide{font-family:"Segoe UI",Arial,sans-serif}
h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}
.w3-serif{font-family:"Times New Roman",Times,serif}
h1,h2,h3,h4,h5,h6{font-weight:400;margin:10px 0}.w3-wide{letter-spacing:4px}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{font-weight:inherit}
hr{border:0;border-top:1px solid #eee;margin:20px 0}
img{margin-bottom:-5px}a{color:inherit}
.w3-image{max-width:100%;height:auto}
.w3-table,.w3-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}
.w3-table-all{border:1px solid #ccc}
.w3-bordered tr,.w3-table-all tr{border-bottom:1px solid #ddd}
.w3-striped tbody tr:nth-child(even){background-color:#f1f1f1}
.w3-table-all tr:nth-child(odd){background-color:#fff}
.w3-table-all tr:nth-child(even){background-color:#f1f1f1}
.w3-hoverable tbody tr:hover,.w3-ul.w3-hoverable li:hover{background-color:#ccc}
.w3-centered tr th,.w3-centered tr td{text-align:center}
.w3-table td,.w3-table th,.w3-table-all td,.w3-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top}
.w3-table th:first-child,.w3-table td:first-child,.w3-table-all th:first-child,.w3-table-all td:first-child{padding-left:16px}
.w3-btn,.w3-btn-block{border:none;display:inline-block;outline:0;padding:6px 16px;vertical-align:middle;overflow:hidden;text-decoration:none!important;color:#000;background-color:#fff;text-align:center;cursor:pointer;white-space:nowrap}
.w3-btn:hover,.w3-btn-block:hover,.w3-btn-floating:hover,.w3-btn-floating-large:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.w3-btn,.w3-btn-floating,.w3-btn-floating-large,.w3-closenav,.w3-opennav,.w3-btn-block{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}   
.w3-btn-floating,.w3-btn-floating-large{display:inline-block;text-align:center;color:#fff;background-color:#000;position:relative;overflow:hidden;z-index:1;padding:0;border-radius:50%;cursor:pointer;font-size:24px}
.w3-btn-floating{width:40px;height:40px;line-height:40px}.w3-btn-floating-large{width:56px;height:56px;line-height:56px}
.w3-disabled,.w3-btn:disabled,.w3-btn-floating:disabled,.w3-btn-floating-large:disabled{cursor:not-allowed;opacity:0.3}
.w3-btn.w3-disabled *,.w3-btn-block.w3-disabled,.w3-btn-floating.w3-disabled *,.w3-btn:disabled *,.w3-btn-floating:disabled *{pointer-events:none}
.w3-btn.w3-disabled:hover,.w3-btn-block.w3-disabled:hover,.w3-btn:disabled:hover,.w3-btn-floating.w3-disabled:hover,.w3-btn-floating:disabled:hover,
.w3-btn-floating-large.w3-disabled:hover,.w3-btn-floating-large:disabled:hover{box-shadow:none}
.w3-btn-group .w3-btn{float:left}.w3-btn-block{width:100%}
.w3-btn-bar .w3-btn{box-shadow:none;background-color:inherit;color:inherit;float:left}.w3-btn-bar .w3-btn:hover{background-color:#ccc}
.w3-badge,.w3-tag,.w3-sign{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}
.w3-badge{border-radius:50%}
ul.w3-ul{list-style-type:none;padding:0;margin:0}ul.w3-ul li{padding:6px 2px 6px 16px;border-bottom:1px solid #ddd}ul.w3-ul li:last-child{border-bottom:none}
.w3-tooltip,.w3-display-container{position:relative}.w3-tooltip .w3-text{display:none}.w3-tooltip:hover .w3-text{display:inline-block}
.w3-navbar{list-style-type:none;margin:0;padding:0;overflow:hidden}
.w3-navbar li{float:left}.w3-navbar li a,.w3-navitem,.w3-navbar li .w3-btn,.w3-navbar li .w3-input{display:block;padding:8px 16px}.w3-navbar li .w3-btn,.w3-navbar li .w3-input{border:none;outline:none;width:100%}
.w3-navbar li a:hover{color:#000;background-color:#ccc}
.w3-navbar .w3-dropdown-hover,.w3-navbar .w3-dropdown-click{position:static}
.w3-navbar .w3-dropdown-hover:hover,.w3-navbar .w3-dropdown-hover:first-child,.w3-navbar .w3-dropdown-click:hover{background-color:#ccc;color:#000}
.w3-navbar a,.w3-topnav a,.w3-sidenav a,.w3-dropdown-content a,.w3-accordion-content a,.w3-dropnav a,.w3-navblock a{text-decoration:none!important}
.w3-navbar .w3-opennav.w3-right{float:right!important}.w3-topnav{padding:8px 8px}
.w3-topnav a{padding:0 8px;border-bottom:3px solid transparent;-webkit-transition:border-bottom .25s;transition:border-bottom .25s}
.w3-topnav a:hover{border-bottom:3px solid #fff}.w3-topnav .w3-dropdown-hover a{border-bottom:0}
.w3-opennav,.w3-closenav{color:inherit}.w3-opennav:hover,.w3-closenav:hover{cursor:pointer;opacity:0.8}
.w3-btn,.w3-btn-floating,.w3-dropnav a,.w3-btn-floating-large,.w3-btn-block, .w3-navbar a,.w3-navblock a,.w3-sidenav a,.w3-pagination li a,.w3-hoverable tbody tr,.w3-hoverable li,
.w3-accordion-content a,.w3-dropdown-content a,.w3-dropdown-click:hover,.w3-dropdown-hover:hover,.w3-opennav,.w3-closenav,.w3-closebtn,*[class*="w3-hover-"]
{-webkit-transition:background-color .25s,color .15s,box-shadow .25s,opacity 0.25s,filter 0.25s,border 0.15s;transition:background-color .25s,color .15s,box-shadow .15s,opacity .25s,filter .25s,border .15s}
.w3-ripple:active{opacity:0.5}.w3-ripple{-webkit-transition:opacity 0s;transition:opacity 0s}
.w3-sidenav{height:100%;width:200px;background-color:#fff;position:fixed!important;z-index:1;overflow:auto}
.w3-sidenav a,.w3-navblock a{padding:4px 2px 4px 16px}.w3-sidenav a:hover,.w3-navblock a:hover{background-color:#ccc}.w3-sidenav a,.w3-dropnav a,.w3-navblock a{display:block}
.w3-sidenav .w3-dropdown-hover:hover,.w3-sidenav .w3-dropdown-hover:first-child,.w3-sidenav .w3-dropdown-click:hover,.w3-dropnav a:hover{background-color:#ccc;color:#000}
.w3-sidenav .w3-dropdown-hover,.w3-sidenav .w3-dropdown-click {width:100%}.w3-sidenav .w3-dropdown-hover .w3-dropdown-content,.w3-sidenav .w3-dropdown-click .w3-dropdown-content{min-width:100%}
.w3-main,#main{transition:margin-left .4s}
.w3-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.w3-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}.w3-closebtn{text-decoration:none;float:right;font-size:24px;font-weight:bold;color:inherit}
.w3-closebtn:hover,.w3-closebtn:focus{color:#000;text-decoration:none;cursor:pointer}
.w3-pagination{display:inline-block;padding:0;margin:0}.w3-pagination li{display:inline}
.w3-pagination li a{text-decoration:none;color:#000;float:left;padding:8px 16px}
.w3-pagination li a:hover{background-color:#ccc}
.w3-input-group,.w3-group{margin-top:24px;margin-bottom:24px}
.w3-input{padding:8px;display:block;border:none;border-bottom:1px solid #808080;width:100%}
.w3-label{color:#009688}.w3-input:not(:valid)~.w3-validate{color:#f44336}
.w3-select{padding:9px 0;width:100%;color:#000;border:1px solid transparent;border-bottom:1px solid #009688}
.w3-select select:focus{color:#000;border:1px solid #009688}.w3-select option[disabled]{color:#009688}
.w3-dropdown-click,.w3-dropdown-hover{position:relative;display:inline-block;cursor:pointer}
.w3-dropdown-hover:hover .w3-dropdown-content{display:block;z-index:1}
.w3-dropdown-content{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:160px;margin:0;padding:0}
.w3-dropdown-content a{padding:6px 16px;display:block}
.w3-dropdown-content a:hover{background-color:#ccc}
.w3-accordion {width:100%;cursor:pointer}
.w3-accordion-content{cursor:auto;display:none;position:relative;width:100%;margin:0;padding:0}
.w3-accordion-content a{padding:6px 16px;display:block}.w3-accordion-content a:hover{background-color:#ccc}
.w3-progress-container{width:100%;height:1.5em;position:relative;background-color:#f1f1f1}
.w3-progressbar{background-color:#757575;height:100%;position:absolute;line-height:inherit}
input[type=checkbox].w3-check,input[type=radio].w3-radio{width:24px;height:24px;position:relative;top:6px}
input[type=checkbox].w3-check:checked+.w3-validate,input[type=radio].w3-radio:checked+.w3-validate{color:#009688} 
input[type=checkbox].w3-check:disabled+.w3-validate,input[type=radio].w3-radio:disabled+.w3-validate{color:#aaa}
.w3-responsive{overflow-x:auto}
.w3-container:after,.w3-container:before,.w3-panel:after,.w3-panel:before,.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before,.w3-topnav:after,.w3-topnav:before,.w3-clear:after,.w3-clear:before,.w3-btn-group:before,.w3-btn-group:after,.w3-btn-bar:before,.w3-btn-bar:after
{content:"";display:table;clear:both}
.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{float:left;width:100%}
.w3-col.s1{width:8.33333%}
.w3-col.s2{width:16.66666%}
.w3-col.s3{width:24.99999%}
.w3-col.s4{width:33.33333%}
.w3-col.s5{width:41.66666%}
.w3-col.s6{width:49.99999%}
.w3-col.s7{width:58.33333%}
.w3-col.s8{width:66.66666%}
.w3-col.s9{width:74.99999%}
.w3-col.s10{width:83.33333%}
.w3-col.s11{width:91.66666%}
.w3-col.s12,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{width:99.99999%}
@media (min-width:601px){
.w3-col.m1{width:8.33333%}
.w3-col.m2{width:16.66666%}
.w3-col.m3,.w3-quarter{width:24.99999%}
.w3-col.m4,.w3-third{width:33.33333%}
.w3-col.m5{width:41.66666%}
.w3-col.m6,.w3-half{width:49.99999%}
.w3-col.m7{width:58.33333%}
.w3-col.m8,.w3-twothird{width:66.66666%}
.w3-col.m9,.w3-threequarter{width:74.99999%}
.w3-col.m10{width:83.33333%}
.w3-col.m11{width:91.66666%}
.w3-col.m12{width:99.99999%}}
@media (min-width:993px){
.w3-col.l1{width:8.33333%}
.w3-col.l2{width:16.66666%}
.w3-col.l3,.w3-quarter{width:24.99999%}
.w3-col.l4,.w3-third{width:33.33333%}
.w3-col.l5{width:41.66666%}
.w3-col.l6,.w3-half{width:49.99999%}
.w3-col.l7{width:58.33333%}
.w3-col.l8,.w3-twothird{width:66.66666%}
.w3-col.l9,.w3-threequarter{width:74.99999%}
.w3-col.l10{width:83.33333%}
.w3-col.l11{width:91.66666%}
.w3-col.l12{width:99.99999%}}
.w3-content{max-width:980px;margin:auto}
.w3-rest{overflow:hidden}
.w3-layout-container{display:table;width:100%}.w3-layout-row{display:table-row}.w3-layout-cell,.w3-layout-col{display:table-cell}
.w3-layout-top{vertical-align:top}.w3-layout-middle{vertical-align:middle}.w3-layout-bottom{vertical-align:bottom}
.w3-hide{display:none!important}.w3-show-block,.w3-show{display:block!important}.w3-show-inline-block{display:inline-block!important}
@media (max-width:600px){.w3-modal-content{margin:0 10px;width:auto!important}.w3-modal{padding-top:30px}
.w3-topnav a{display:block}.w3-navbar li:not(.w3-opennav){float:none;width:100%!important}.w3-navbar li.w3-right{float:none!important}
.w3-topnav .w3-dropdown-hover .w3-dropdown-content,.w3-navbar .w3-dropdown-click .w3-dropdown-content,.w3-navbar .w3-dropdown-hover .w3-dropdown-content{position:relative}	
.w3-topnav,.w3-navbar{text-align:center}.w3-hide-small{display:none!important}.w3-layout-col{display:block;width:100%!important}}
@media (max-width:768px){.w3-modal-content{width:500px}.w3-modal{padding-top:50px}}
@media (min-width:993px){.w3-modal-content{width:900px}.w3-hide-large{display:none!important}.w3-sidenav.w3-collapse{display:block!important}}
@media (max-width:992px) and (min-width:601px){.w3-hide-medium{display:none!important}}
@media (max-width:992px){.w3-sidenav.w3-collapse{display:none}.w3-main{margin-left:0!important;margin-right:0!important}}
.w3-top,.w3-bottom{position:fixed;width:100%;z-index:1}.w3-top{top:0}.w3-bottom{bottom:0}
.w3-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2}
.w3-left{float:left!important}.w3-right{float:right!important}
.w3-tiny{font-size:10px!important}.w3-small{font-size:12px!important}
.w3-medium{font-size:15px!important}.w3-large{font-size:18px!important}
.w3-xlarge{font-size:24px!important}.w3-xxlarge{font-size:36px!important}
.w3-xxxlarge{font-size:48px!important}.w3-jumbo{font-size:64px!important}
.w3-vertical{word-break:break-all;line-height:1;text-align:center;width:0.6em}
.w3-left-align{text-align:left!important}.w3-right-align{text-align:right!important}
.w3-justify{text-align:justify!important}.w3-center{text-align:center!important}
.w3-display-topleft{position:absolute;left:0;top:0}.w3-display-topright{position:absolute;right:0;top:0}
.w3-display-bottomleft{position:absolute;left:0;bottom:0}.w3-display-bottomright{position:absolute;right:0;bottom:0}
.w3-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.w3-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.w3-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.w3-display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-container:hover .w3-display-hover{display:block}.w3-display-container:hover span.w3-display-hover{display:inline-block}.w3-display-hover{display:none}
.w3-circle{border-radius:50%!important}
.w3-round-small{border-radius:2px!important}.w3-round,.w3-round-medium{border-radius:4px!important}
.w3-round-large{border-radius:8px!important}.w3-round-xlarge{border-radius:16px!important}
.w3-round-xxlarge{border-radius:32px!important}.w3-round-jumbo{border-radius:64px!important}
.w3-border-0{border:0!important}.w3-border{border:1px solid #ccc!important}
.w3-border-top{border-top:1px solid #ccc!important}.w3-border-bottom{border-bottom:1px solid #ccc!important}
.w3-border-left{border-left:1px solid #ccc!important}.w3-border-right{border-right:1px solid #ccc!important}
.w3-margin{margin:16px!important}.w3-margin-0{margin:0!important}
.w3-margin-top{margin-top:16px!important}.w3-margin-bottom{margin-bottom:16px!important}
.w3-margin-left{margin-left:16px!important}.w3-margin-right{margin-right:16px!important}
.w3-section{margin-top:16px!important;margin-bottom:16px!important}
.w3-padding-tiny{padding:2px 4px!important}.w3-padding-small{padding:4px 8px!important}
.w3-padding-medium,.w3-padding,.w3-form{padding:8px 16px!important}
.w3-padding-large{padding:12px 24px!important}.w3-padding-xlarge{padding:16px 32px!important}
.w3-padding-xxlarge{padding:24px 48px!important}.w3-padding-jumbo{padding:32px 64px!important}
.w3-padding-4{padding-top:4px!important;padding-bottom:4px!important}
.w3-padding-8{padding-top:8px!important;padding-bottom:8px!important}
.w3-padding-12{padding-top:12px!important;padding-bottom:12px!important}
.w3-padding-16{padding-top:16px!important;padding-bottom:16px!important}
.w3-padding-24{padding-top:24px!important;padding-bottom:24px!important}
.w3-padding-32{padding-top:32px!important;padding-bottom:32px!important}
.w3-padding-48{padding-top:48px!important;padding-bottom:48px!important}
.w3-padding-64{padding-top:64px!important;padding-bottom:64px!important}
.w3-padding-128{padding-top:128px!important;padding-bottom:128px!important}
.w3-padding-0{padding:0!important}
.w3-padding-top{padding-top:8px!important}.w3-padding-bottom{padding-bottom:8px!important}
.w3-padding-left{padding-left:16px!important}.w3-padding-right{padding-right:16px!important}
.w3-topbar{border-top:6px solid #ccc!important}.w3-bottombar{border-bottom:6px solid #ccc!important}
.w3-leftbar{border-left:6px solid #ccc!important}.w3-rightbar{border-right:6px solid #ccc!important}
.w3-row-padding,.w3-row-padding>.w3-half,.w3-row-padding>.w3-third,.w3-row-padding>.w3-twothird,.w3-row-padding>.w3-threequarter,.w3-row-padding>.w3-quarter,.w3-row-padding>.w3-col{padding:0 8px}
.w3-spin{animation:w3-spin 2s infinite linear;-webkit-animation:w3-spin 2s infinite linear}
@-webkit-keyframes w3-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}
@keyframes w3-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}
.w3-container{padding:0.01em 16px}
.w3-panel{padding:0.01em 16px;margin-top:16px!important;margin-bottom:16px!important}
.w3-example{background-color:#f1f1f1;padding:0.01em 16px}
.w3-code,.w3-codespan{font-family:Consolas,"courier new";font-size:16px}
.w3-code{line-height:1.4;width:auto;background-color:#fff;padding:8px 12px;border-left:4px solid #4CAF50;word-wrap:break-word}
.w3-codespan{color:crimson;background-color:#f1f1f1;padding-left:4px;padding-right:4px;font-size:110%}
.w3-example,.w3-code{margin:20px 0}.w3-card{border:1px solid #ccc}
.w3-card-2,.w3-example{box-shadow:0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important}
.w3-card-4,.w3-hover-shadow:hover{box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)!important}
.w3-card-8{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)!important}
.w3-card-12{box-shadow:0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19)!important}
.w3-card-16{box-shadow:0 16px 24px 0 rgba(0,0,0,0.22),0 25px 55px 0 rgba(0,0,0,0.21)!important}
.w3-card-24{box-shadow:0 24px 24px 0 rgba(0,0,0,0.2),0 40px 77px 0 rgba(0,0,0,0.22)!important}
.w3-animate-fading{-webkit-animation:fading 10s infinite;animation:fading 10s infinite}
@-webkit-keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.w3-animate-opacity{-webkit-animation:opac 0.8s;animation:opac 0.8s}
@-webkit-keyframes opac{from{opacity:0} to{opacity:1}}
@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top{position:relative;-webkit-animation:animatetop 0.4s;animation:animatetop 0.4s}
@-webkit-keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;-webkit-animation:animateleft 0.4s;animation:animateleft 0.4s}
@-webkit-keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;-webkit-animation:animateright 0.4s;animation:animateright 0.4s}
@-webkit-keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;-webkit-animation:animatebottom 0.4s;animation:animatebottom 0.4s}
@-webkit-keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0px;opacity:1}}
@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {-webkit-animation:animatezoom 0.6s;animation:animatezoom 0.6s}
@-webkit-keyframes animatezoom{from{-webkit-transform:scale(0)} to{-webkit-transform:scale(1)}}
@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-input{-webkit-transition:width 0.4s ease-in-out;transition:width 0.4s ease-in-out}.w3-animate-input:focus{width:100%!important}
.w3-opacity,.w3-hover-opacity:hover{opacity:0.60;-webkit-backface-visibility:hidden}
.w3-opacity-off,.w3-hover-opacity-off:hover{opacity:1;-webkit-backface-visibility:hidden}
.w3-opacity-max{opacity:0.25;-webkit-backface-visibility:hidden}
.w3-opacity-min{opacity:0.75;-webkit-backface-visibility:hidden}
.w3-greyscale-max,.w3-grayscale-max,.w3-hover-greyscale:hover,.w3-hover-grayscale:hover{-webkit-filter:grayscale(100%);filter:grayscale(100%)}
.w3-greyscale,.w3-grayscale{-webkit-filter:grayscale(75%);filter:grayscale(75%)}
.w3-greyscale-min,.w3-grayscale-min{-webkit-filter:grayscale(50%);filter:grayscale(50%)}
.w3-sepia{-webkit-filter:sepia(75%);filter:sepia(75%)}
.w3-sepia-max,.w3-hover-sepia:hover{-webkit-filter:sepia(100%);filter:sepia(100%)}
.w3-sepia-min{-webkit-filter:sepia(50%);filter:sepia(50%)}
.w3-text-shadow{text-shadow:1px 1px 0 #444}.w3-text-shadow-white{text-shadow:1px 1px 0 #ddd}
.w3-transparent{background-color:transparent!important}
.w3-hover-none:hover{box-shadow:none!important;background-color:transparent!important}
/* Colors */
.w3-amber,.w3-hover-amber:hover{color:#000!important;background-color:#ffc107!important}
.w3-aqua,.w3-hover-aqua:hover{color:#000!important;background-color:#00ffff!important}
.w3-blue,.w3-hover-blue:hover{color:#fff!important;background-color:#2196F3!important}
.w3-light-blue,.w3-hover-light-blue:hover{color:#000!important;background-color:#87CEEB!important}
.w3-brown,.w3-hover-brown:hover{color:#fff!important;background-color:#795548!important}
.w3-cyan,.w3-hover-cyan:hover{color:#000!important;background-color:#00bcd4!important}
.w3-blue-grey,.w3-hover-blue-grey:hover,.w3-blue-gray,.w3-hover-blue-gray:hover{color:#fff!important;background-color:#607d8b!important}
.w3-green,.w3-hover-green:hover{color:#fff!important;background-color:#4CAF50!important}
.w3-light-green,.w3-hover-light-green:hover{color:#000!important;background-color:#8bc34a!important}
.w3-indigo,.w3-hover-indigo:hover{color:#fff!important;background-color:#3f51b5!important}
.w3-khaki,.w3-hover-khaki:hover{color:#000!important;background-color:#f0e68c!important}
.w3-lime,.w3-hover-lime:hover{color:#000!important;background-color:#cddc39!important}
.w3-orange,.w3-hover-orange:hover{color:#000!important;background-color:#ff9800!important}
.w3-deep-orange,.w3-hover-deep-orange:hover{color:#fff!important;background-color:#ff5722!important}
.w3-pink,.w3-hover-pink:hover{color:#fff!important;background-color:#e91e63!important}
.w3-purple,.w3-hover-purple:hover{color:#fff!important;background-color:#9c27b0!important}
.w3-deep-purple,.w3-hover-deep-purple:hover{color:#fff!important;background-color:#673ab7!important}
.w3-red,.w3-hover-red:hover{color:#fff!important;background-color:#f44336!important}
.w3-sand,.w3-hover-sand:hover{color:#000!important;background-color:#fdf5e6!important}
.w3-teal,.w3-hover-teal:hover{color:#fff!important;background-color:#009688!important}
.w3-yellow,.w3-hover-yellow:hover{color:#000!important;background-color:#ffeb3b!important}
.w3-white,.w3-hover-white:hover{color:#000!important;background-color:#fff!important}
.w3-black,.w3-hover-black:hover{color:#fff!important;background-color:#000!important}
.w3-grey,.w3-hover-grey:hover,.w3-gray,.w3-hover-gray:hover{color:#000!important;background-color:#9e9e9e!important}
.w3-light-grey,.w3-hover-light-grey:hover,.w3-light-gray,.w3-hover-light-gray:hover{color:#000!important;background-color:#f1f1f1!important}
.w3-dark-grey,.w3-hover-dark-grey:hover,.w3-dark-gray,.w3-hover-dark-gray:hover{color:#fff!important;background-color:#616161!important}
.w3-pale-red,.w3-hover-pale-red:hover{color:#000!important;background-color:#ffdddd!important}
.w3-pale-green,.w3-hover-pale-green:hover{color:#000!important;background-color:#ddffdd!important}
.w3-pale-yellow,.w3-hover-pale-yellow:hover{color:#000!important;background-color:#ffffcc!important}
.w3-pale-blue,.w3-hover-pale-blue:hover{color:#000!important;background-color:#ddffff!important}
.w3-text-amber,.w3-hover-text-amber:hover{color:#ffc107!important}
.w3-text-aqua,.w3-hover-text-aqua:hover{color:#00ffff!important}
.w3-text-blue,.w3-hover-text-blue:hover{color:#2196F3!important}
.w3-text-light-blue,.w3-hover-text-light-blue:hover{color:#87CEEB!important}
.w3-text-brown,.w3-hover-text-brown:hover{color:#795548!important}
.w3-text-cyan,.w3-hover-text-cyan:hover{color:#00bcd4!important}
.w3-text-blue-grey,.w3-hover-text-blue-grey:hover,.w3-text-blue-gray,.w3-hover-text-blue-gray:hover{color:#607d8b!important}
.w3-text-green,.w3-hover-text-green:hover{color:#4CAF50!important}
.w3-text-light-green,.w3-hover-text-light-green:hover{color:#8bc34a!important}
.w3-text-indigo,.w3-hover-text-indigo:hover{color:#3f51b5!important}
.w3-text-khaki,.w3-hover-text-khaki:hover{color:#b4aa50!important}
.w3-text-lime,.w3-hover-text-lime:hover{color:#cddc39!important}
.w3-text-orange,.w3-hover-text-orange:hover{color:#ff9800!important}
.w3-text-deep-orange,.w3-hover-text-deep-orange:hover{color:#ff5722!important}
.w3-text-pink,.w3-hover-text-pink:hover{color:#e91e63!important}
.w3-text-purple,.w3-hover-text-purple:hover{color:#9c27b0!important}
.w3-text-deep-purple,.w3-hover-text-deep-purple:hover{color:#673ab7!important}
.w3-text-red,.w3-hover-text-red:hover{color:#f44336!important}
.w3-text-sand,.w3-hover-text-sand:hover{color:#fdf5e6!important}
.w3-text-teal,.w3-hover-text-teal:hover{color:#009688!important}
.w3-text-yellow,.w3-hover-text-yellow:hover{color:#d2be0e!important}
.w3-text-white,.w3-hover-text-white:hover{color:#fff!important}
.w3-text-black,.w3-hover-text-black:hover{color:#000!important}
.w3-text-grey,.w3-hover-text-grey:hover,.w3-text-gray,.w3-hover-text-gray:hover{color:#757575!important}
.w3-text-light-grey,.w3-hover-text-light-grey:hover,.w3-text-light-gray,.w3-hover-text-light-gray:hover{color:#f1f1f1!important}
.w3-text-dark-grey,.w3-hover-text-dark-grey:hover,.w3-text-dark-gray,.w3-hover-text-dark-gray:hover{color:#3a3a3a!important}
.w3-border-amber,.w3-hover-border-amber:hover{border-color:#ffc107!important}
.w3-border-aqua,.w3-hover-border-aqua:hover{border-color:#00ffff!important}
.w3-border-blue,.w3-hover-border-blue:hover{border-color:#2196F3!important}
.w3-border-light-blue,.w3-hover-border-light-blue:hover{border-color:#87CEEB!important}
.w3-border-brown,.w3-hover-border-brown:hover{border-color:#795548!important}
.w3-border-cyan,.w3-hover-border-cyan:hover{border-color:#00bcd4!important}
.w3-border-blue-grey,.w3-hover-border-blue-grey:hover,.w3-border-blue-gray,.w3-hover-border-blue-gray:hover{border-color:#607d8b!important}
.w3-border-green,.w3-hover-border-green:hover{border-color:#4CAF50!important}
.w3-border-light-green,.w3-hover-border-light-green:hover{border-color:#8bc34a!important}
.w3-border-indigo,.w3-hover-border-indigo:hover{border-color:#3f51b5!important}
.w3-border-khaki,.w3-hover-border-khaki:hover{border-color:#f0e68c!important}
.w3-border-lime,.w3-hover-border-lime:hover{border-color:#cddc39!important}
.w3-border-orange,.w3-hover-border-orange:hover{border-color:#ff9800!important}
.w3-border-deep-orange,.w3-hover-border-deep-orange:hover{border-color:#ff5722!important}
.w3-border-pink,.w3-hover-border-pink:hover{border-color:#e91e63!important}
.w3-border-purple,.w3-hover-border-purple:hover{border-color:#9c27b0!important}
.w3-border-deep-purple,.w3-hover-border-deep-purple:hover{border-color:#673ab7!important}
.w3-border-red,.w3-hover-border-red:hover{border-color:#f44336!important}
.w3-border-sand,.w3-hover-border-sand:hover{border-color:#fdf5e6!important}
.w3-border-teal,.w3-hover-border-teal:hover{border-color:#009688!important}
.w3-border-yellow,.w3-hover-border-yellow:hover{border-color:#ffeb3b!important}
.w3-border-white,.w3-hover-border-white:hover{border-color:#fff!important}
.w3-border-black,.w3-hover-border-black:hover{border-color:#000!important}
.w3-border-grey,.w3-hover-border-grey:hover,.w3-border-gray,.w3-hover-border-gray:hover{border-color:#9e9e9e!important}
.w3-border-light-grey,.w3-hover-border-light-grey:hover,.w3-border-light-gray,.w3-hover-border-light-gray:hover{border-color:#f1f1f1!important}
.w3-border-dark-grey,.w3-hover-border-dark-grey:hover,.w3-border-dark-gray,.w3-hover-border-dark-gray:hover{border-color:#616161!important}
.w3-border-pale-red,.w3-hover-border-pale-red:hover{border-color:#ffe7e7!important}.w3-border-pale-green,.w3-hover-border-pale-green:hover{border-color:#e7ffe7!important}
.w3-border-pale-yellow,.w3-hover-border-pale-yellow:hover{border-color:#ffffcc!important}.w3-border-pale-blue,.w3-hover-border-pale-blue:hover{border-color:#e7ffff!important}
