/************************************************************************************/
/* Html 
/************************************************************************************/
@-ms-viewport {width:device-width;}
html {box-sizing:border-box; -ms-overflow-style:scrollbar; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; overflow-x:hidden; height:100%;}
*, *::before, *::after {box-sizing:inherit;}
body {height:100%; font-weight:normal !important; background:#fff; padding:0; color:#333; font-size:16px; font-family:'open_sansregular';}
a:link {color:#333; text-decoration:none;}
a:visited {color:#333; text-decoration:none;}
a:hover {color:#333; text-decoration:none;}
a:active {color:#333; text-decoration:none;}
.stack {position:relative; display:inline-block; height:1.2em; line-height:1.2em; vertical-align:middle;}
h1, h2, h3, h4, h5, h6 {font-weight:normal; margin:0; padding:0;}
.img-thumbnail {background-color:#fff; border:1px solid #bbb; padding:6px;}
/************************************************************************************/
/* loader 
/************************************************************************************/
#loader-wrapper {position:fixed; top:0; left:0; width:100%; height:100%; z-index:9000;}
#loader-wrapper .loader-section {position:fixed; top:0; width:51%; height:100%; background:#000; z-index:9000;}
#loader-wrapper .loader-section.section-left {left:0;}
#loader-wrapper .loader-section.section-right {right:0;}
.loaded #loader-wrapper .loader-section.section-left {-webkit-transform:translateX(-100%); -ms-transform:translateX(-100%); transform:translateX(-100%); -webkit-transition:all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); transition:all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);}
.loaded #loader-wrapper .loader-section.section-right {-webkit-transform:translateX(100%); -ms-transform:translateX(100%); transform:translateX(100%); -webkit-transition:all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); transition:all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);}
.loaded #loader {opacity:0; -webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;}
.loaded #loader-wrapper {visibility:hidden; -webkit-transform:translateY(-100%); -ms-transform:translateY(-100%); transform:translateY(-100%); -webkit-transition:all 0.3s 1s ease-out; transition:all 0.3s 1s ease-out;}
#loader {z-index:99999; width:300px; position:absolute; text-align:center; left:calc(50% - 150px); top:calc(50% - 10px);}
#loader .square {display:inline-block; height:15px; width:15px; margin:0 2px 8px 2px; position:relative; box-shadow:0 0 20px rgba(0, 0, 0, .3); animation:bouncer cubic-bezier(.455, .03, .515, .955) .5s infinite alternate;}
#loader .square:nth-child(6n+1) {background:#ACBF26; animation-delay:0;}
#loader .square:nth-child(6n+2) {background:#FBAE40; animation-delay:calc(0s + (.1s * 1));}
#loader .square:nth-child(6n+3) {background:#DF783B; animation-delay:calc(0s + (.1s * 2));}
#loader .square:nth-child(6n+4) {background:#EE3439; animation-delay:calc(0s + (.1s * 3));}
#loader .square:nth-child(6n+5) {background:#DC3066; animation-delay:calc(0s + (.1s * 4));}
#loader .square:nth-child(6n+6) {background:#982F69; animation-delay:calc(0s + (.1s * 5));}
#loader .grey {padding-top:0; color:#555;}
@keyframes bouncer {
to {transform:scale(1) translateY(-20px);}
}
/************************************************************************************/
/* Header Nav 
/************************************************************************************/
#navbar {position:fixed; top:0; width:100%; transition:top 0.5s; z-index:999;}
.black {background:#000;}
header ul {position:relative; display:flex; color:#fff;}
header ul li {list-style:none; margin-left:15px; padding-top:9px;}
header ul li a {position:relative; text-decoration:none; font-size:12px; padding:4px 10px; text-transform:uppercase; color:#fff !important; letter-spacing:2px;}
header ul li a:before {content:""; position:absolute; top:0; left:0; width:25px; height:100%; z-index:-1; transition:.3s ease-in-out;}
header ul li a:hover:before {width:100%;}
header ul li a.active:before {width:25px;}
header ul li a:hover.active {color:#fff;}
header ul li.menu-item-1 a:before {background:#982F69;}
header ul li.menu-item-1 a.active:before {width:25px; background:#982F69;}
header ul li.menu-item-2 a:before {background:#DC3066;}
header ul li.menu-item-2 a.active:before {width:25px; background:#DC3066;}
header ul li.menu-item-3 a:before {background:#EE3439;}
header ul li.menu-item-3 a.active:before {width:25px; background:#EE3439;}
header ul li.menu-item-4 a:before {background:#DF783B;}
header ul li.menu-item-4 a.active:before {width:25px; background:#DF783B;}
header ul li.menu-item-5 a:before {background:#FBAE40;}
header ul li.menu-item-5 a.active:before {width:25px; background:#FBAE40;}
header ul li.menu-item-6 a:before {background:#ACBF26;}
header ul li.menu-item-6 a.active:before {width:25px; background:#ACBF26;}
.navbar-header img {height:44px; margin-top:2px;}
.navbar-toggle {padding:9px 0; margin-top:0; margin-right:0; margin-bottom:8px;}
.dropdown-toggle, .dropdown-menu {width:100vw;}
.icon-bar {background:#fff; margin-top:5px;}
@media (max-width:1000px) {
.navbar-header img {height:42px;}
#navbar {background:#000 !important;}
header ul li {margin-left:0;}
header ul li {padding:25px 0px 0px 0px;}
.navbar-header {float:none;}
.navbar-toggle {display:block;}
.navbar-collapse.collapse {display:none !important;}
.navbar-nav > li {float:none;}
ul.nav {padding-bottom:17px;}
.navbar-collapse.collapse.in {display:block !important;}
.collapsing {overflow:hidden !important;}
header ul {position:relative; display:block; color:#fff; padding:0; margin:5px 0 15px 0;}
#navbar .navbar-right {float:left !important;}
}
/************************************************************************************/
/* Main 
/************************************************************************************/
main {margin:25px 0 35px 0;}
.drop-caps:first-child:first-letter {background:#982F69; color:#fff; float:left; font-size:45px; line-height:45px; padding:6px 15px; margin-right:10px; margin-top:8px; font-family:'open_sanssemibold';}
.gray-bg {background:#eee;}
main h1, main h2 {padding:0 0 15px 0; text-transform:uppercase; font-size:20px; font-family:'open_sanssemibold';}
main h1.color-a:after, main h2.color-a:after {content:''; display:block; border:2px solid #982F69; margin-top:6px; width:35px;}
main h1.color-b:after, main h2.color-b:after {content:''; display:block; border:2px solid #DC3066; margin-top:6px; width:35px;}
main h1.color-c:after, main h2.color-c:after {content:''; display:block; border:2px solid #EE3439; margin-top:6px; width:35px;}
main h1.color-d:after, main h2.color-d:after {content:''; display:block; border:2px solid #DF783B; margin-top:6px; width:35px;}
main h1.color-e:after, main h2.color-e:after {content:''; display:block; border:2px solid #FBAE40; margin-top:6px; width:35px;}
main h1.color-f:after, main h2.color-f:after {content:''; display:block; border:2px solid #ACBF26; margin-top:6px; width:35px;}
main h3 {padding:5px 0 15px 0; font-size:20px; font-family:'open_sanssemibold';}
main h3.color-a:after {content:''; display:block; border:2px solid #982F69; margin-top:6px; width:35px;}
main h3.color-c:after {content:''; display:block; border:2px solid #EE3439; margin-top:6px; width:35px;}
.block-one {margin-bottom:50px;}
.block-one i {font-size:40px;}
.item-one {color:#982F69;}
.item-two {color:#DC3066;}
.item-three {color:#EE3439;}
.item-four {color:#DF783B;}
.item-five {color:#FBAE40;}
.item-six {color:#ACBF26;}
.ds {margin-top:12px;}
.block-one h3 {font-size:18px; padding:10px 0 12px 0; text-transform:uppercase; font-family:'open_sanssemibold';}
.block-one h3.item-one:after {content:''; display:block; border:1px solid #982F69; width:45px; margin:0 auto; margin-top:12px;}
.block-one h3.item-two:after {content:''; display:block; border:1px solid #DC3066; width:45px; margin:0 auto; margin-top:12px;}
.block-one h3.item-three:after {content:''; display:block; border:1px solid #EE3439; width:45px; margin:0 auto; margin-top:12px;}
.block-one h3.item-four:after {content:''; display:block; border:1px solid #DF783B; width:45px; margin:0 auto; margin-top:12px;}
.post-img {transition:.3s linear;}
.post:hover .post-content {background:#eee; border-left:5px solid #EE3439;}
.post-content {background:#fff; margin:0 30px; padding:15px 20px 5px 20px; transform:translateY(-60px); transition:.3s linear; border-left:5px solid #DC3066;}
.post-content h3 {font-size:16px; padding:8px 0 10px 0; font-family:'open_sanssemibold'; text-transform:uppercase;}
.post-content h3:after {content:''; display:block; border:1px solid #DC3066; width:45px; margin-top:8px;}
.post:hover .post-img {transform:translateY(8px);}
.post {cursor:pointer; padding:0; margin:0;}
.post:hover .post-content {transform:translateY(-80px);}
.post-content p {font-size:16px; padding-bottom:8px;}
.post-content p a {color:#DC3066;}
.post-serv-img {transition:.3s linear;}
.post-serv-content {background:#fff; margin:0 30px; padding:15px 20px 20px 20px; transform:translateY(-35px); transition:.3s linear; border-left:5px solid #EE3439;}
.post-serv:hover .post-serv-content {background:#eee; border-left:5px solid #DC3066;}
.post-serv:hover .post-serv-content h3 {color:#EE3439;}
.post-serv:hover .post-serv-content p a {color:#333;}
.post-serv-content h3 {text-align:center; font-size:16px; padding:8px 0 10px 0; font-family:'open_sanssemibold'; text-transform:uppercase;}
.post-serv-content h3:after {content:''; display:block; border:1px solid #EE3439; width:45px; margin-top:8px; margin:0 auto; margin-top:8px;}
.post-serv:hover .post-serv-img {transform:translateY(10px);}
.post-serv {cursor:pointer; padding:0; margin:0;}
.post-serv:hover .post-serv-content {transform:translateY(-60px);}
.post-serv-content p {font-size:16px; text-align:center; padding-bottom:6px;}
.post-serv-content p a {color:#EE3439;}
.post-serv-a-content {background:#fff; margin:0 30px; padding:15px 20px 18px 20px; transform:translateY(-35px); transition:.3s linear; border-left:5px solid #DF783B;}
.post-serv-a:hover .post-serv-a-content {background:#eee; border-left:5px solid #EE3439;}
.post-serv-a:hover .post-serv-a-content h3 {color:#DF783B;}
.post-serv-a:hover .post-serv-a-content p a {color:#333;}
.post-serv-a-content h3 {text-align:center; font-size:16px; padding:8px 0 10px 0; font-family:'open_sanssemibold'; text-transform:uppercase;}
.post-serv-a-content h3:after {content:''; display:block; border:1px solid #DF783B; width:45px; margin-top:8px; margin:0 auto; margin-top:8px;}
.post-serv-a:hover .post-serv-a-img {transform:translateY(10px);}
.post-serv-a {cursor:pointer; padding:0; margin:0;}
.post-serv-a:hover .post-serv-a-content {transform:translateY(-60px);}
.post-serv-a-content p {font-size:16px; text-align:center; padding-bottom:8px;}
.post-serv-a-content p span {font-size:16px; text-align:center; padding-left:6px; color:#DF783B;}
.post-serv-a-img {transition:.3s linear;}
.post-serv-a-content p a {color:#DF783B;}
.about-section {background-size:30% !important; overflow:hidden; padding:50px;}
.bg-section {background-attachment:fixed !important; background-size:cover;}
.inner-container {width:100%; background:#fff; padding:30px 40px 30px 40px; border-left:5px solid #982F69;}
.ico i {font-size:14px; padding-right:8px; color:#EE3439;}
.ico span {font-size:15px;}
.group h2 {font-size:22px; padding:0 0 8px 0; font-family:'open_sanssemibold'; text-transform:uppercase;}
.group .svg {height:12px; margin-bottom:10px; display:block;}
.post:hover .post-img, .post-serv:hover .post-serv-img {opacity:.8;}
.post:hover .post-img, .post-serv-a:hover .post-serv-a-img {opacity:.8;}
.border-one {border-left:3px solid #982F69; padding:6px 0 6px 15px;}
.border-two {border-left:3px solid #DC3066; padding:6px 0 6px 15px;}
.border-three {border-left:3px solid #EE3439; padding:6px 0 6px 15px;}
.border-four {border-left:3px solid #DF783B; padding:6px 0 6px 15px;}
.border-five {border-left:3px solid #FBAE40; padding:6px 0 6px 15px;}
.border-six {border-left:3px solid #ACBF26; padding:6px 0 6px 15px;}
.borders {border:1px solid #ddd;}
.border-one h3, .border-two h3, .border-three h3, .border-four h3, .border-five h3, .border-six h3 {padding:0 0 8px 0; font-size:17px; font-family:'open_sanssemibold';}
.p15 {font-size:15px;}
.p16 {font-size:16px;}
.border-one p span, .border-two p span, .border-three p span, .border-four p span, .border-five p span, .border-six p span {padding-right:6px; color:#EE3439;}
.link, .links {padding:0;}
.link a:hover {color:#EE3439 !important;}
.links a {padding:6px 0 0 0; color:#EE3439 !important;}
.border {border:1px solid #bbb;}
img.ass:hover {opacity:.8;}
.border-three a {color:#EE3439;}
.fa-ul i {color:#EE3439; font-size:10px; padding-top:7px;}
.fa {display:inline-block; font-family:'icomoon'; font-size:inherit; text-rendering:auto; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;}
.fa-ul {padding-left:0; margin-left:1.6em; list-style-type:none; margin-top:18px; margin-bottom:10px;}
.fa-ul > li {position:relative; padding:5px 0;}
.fa-li {position:absolute; left:-3em; width:3em; top:4px; text-align:center;}
.team-text {color:#fff; font-size:19px; opacity:.8;}
/************************************************************************************/
/* Card 
/************************************************************************************/
.flex {display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex; -webkit-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-flex:2; flex:2;}
.flex-row {-ms-flex-direction:row; flex-direction:row;}
.row-flex, .row-flex > div[class*='col-'] {display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex; display:flex; flex:1 1 auto;}
.flex-col {display:flex; display:-webkit-flex; flex:1 100%; flex-flow:column nowrap;}
.tovar-name {padding:6px 12px 15px 12px; -ms-flex-pack:center; justify-content:center;}
.tovar-name span {color:#EE3439; padding-right:6px;}
.column {display:inline-block;}
.column figure {overflow:hidden;}
.tovar-img {padding:7px; background:#fff;}
.column img {display:block; width:100%;}
.column.zoom img {-webkit-transform:scale(1); transform:scale(1); -webkit-transition:.3s ease-in-out; transition:.3s ease-in-out;}
.column.zoom:hover img {-webkit-transform:scale(1.2); transform:scale(1.2);}
.border-card {border:1px solid #bbb;}
.border-card:hover {border:1px solid #888;}
.border-card:hover .tovar-name {color:#EE3439;}
.fbr {padding:0;}
/************************************************************************************/
/* Pagination 
/************************************************************************************/
.paginations ul {display:inline-block; padding:0; margin:0 0 -7px 0; list-style:none;}
.paginations ul > li {float:left; display:block; margin-right:7px;}
.paginations ul > li > a {display:table-cell; vertical-align:middle; text-align:center; background:#fff; height:30px; color:#2B5252; font-size:15px; padding:2px 10px; border:solid 1px #aaa;}
.paginations ul > li > a:hover, .paginations ul > li > a:focus {color:#2B5252; background:#fff;}
.paginations .active a {background:#EE3439; color:#fff; border:solid 1px #EE3439;}
.paginations .active a:hover {background:#EE3439; color:#fff; border:solid 1px #EE3439;}
.paginations i {font-size:14px;}
.paginations .page {font-size:15px; padding-top:6px; padding-left:10px;}
/************************************************************************************/
/* Footer 
/************************************************************************************/
.pad-a p {padding:0 0 20px 0;}
.pad {padding:10px 0;}
.bg-footer {background:#000;}
.logo img {height:40px; opacity:1; margin-top:3px;}
.f-text {font-size:16px; padding:15px 0 0 0; color:#777;}
.copy {font-size:13px; padding:0; color:#bbb;}
footer h4 {padding:0; color:#bbb; text-transform:uppercase; font-size:16px; font-family:'open_sanssemibold';}
footer h4.color-a:after {content:''; display:block; border:2px solid #DC3066; margin-top:7px; width:15px;}
footer h4.color-b:after {content:''; display:block; border:2px solid #EE3439; margin-top:7px; width:15px;}
footer h4.color-c:after {content:''; display:block; border:2px solid #FBAE40; margin-top:7px; width:15px;}
footer h4.color-d:after {content:''; display:block; border:2px solid #DF783B; margin-top:7px; width:15px;}
footer ul {list-style:none; font-size:16px; text-decoration:none; padding-top:10px;}
footer ul li, footer ul li a {text-decoration:none; color:#777 !important;}
footer ul li {padding:2px 0;}
.contact {padding:0 0 7px 0;}
footer a:hover {color:#fff !important;}
footer i {font-size:20px;}
.underline {text-decoration:underline;}
/************************************************************************************/
/* Slider */
/************************************************************************************/
#slider-a {margin:0; background:#000; height:100vh;}
#slider-a .item {z-index:0; height:100vh;}
#slider-a .owl-carousel .item {position:relative; padding:0; text-align:center; z-index:1;}
#slider-a .owl-carousel .owl-item {float:left; width:100%; z-index:1;}
#slider-b {margin:0; background:#000; height:auto;}
#slider-b .item {z-index:0; height:auto;}
#slider-b .owl-carousel .item {position:relative; padding:0; text-align:center; z-index:1;}
#slider-b .owl-carousel .owl-item {float:left; width:100%; z-index:1;}
.h300 {height:auto; z-index:99; position:relative; width:100%; display:block; padding:120px 0 100px 0;}
#slider-b .small-text {font-size:35px; color:#fff; text-transform:uppercase; background-size:100% 15px; font-weight:normal; background-position:0 88%; background-repeat:no-repeat; padding:0 10px; letter-spacing:3px;}
#slider-a .owl-pagination {margin-top:-40px;}
#slider-a .owl-theme .owl-controls {background:#fff;}
#slider-a .owl-theme .owl-controls .owl-page span {display:block; width:10px; height:10px; margin:0 6px 5px 6px; opacity:.6; background:#fff;}
#slider-a .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span, .owl-page span {opacity:.9; background:#fff;}
#slider-a .owl-theme .owl-controls .owl-buttons div {display:inline-block; zoom:1; display:inline; font-size:26px; opacity:.3; position:absolute; top:50%; margin-top:-30px;}
#slider-a .owl-theme .owl-controls .owl-buttons div:hover {opacity:1;}
#slider-a .owl-theme .owl-controls .owl-buttons .owl-prev {left:15px; z-index:99;}
#slider-a .owl-theme .owl-controls .owl-buttons .owl-next {right:15px; z-index:99;}
.big-text {font-size:50px; line-height:70px; color:#fff; margin:0; padding:0; font-weight:normal; text-transform:uppercase; background-size:100% 22px; font-weight:normal; background-position:0 90%; background-repeat:no-repeat; padding:0 10px;}
.small-text {text-shadow:1px 1px #000; font-size:50px; color:#fff; text-transform:uppercase; background-size:100% 22px; font-weight:normal; background-position:0 88%; background-repeat:no-repeat; padding:0 10px; letter-spacing:3px;}
.h100 {height:100vh; z-index:99; position:relative; width:100%; display:block;}
.fl-center {flex:1 0 auto; display:-ms-flexbox; display:-webkit-flex; display:flex; -ms-flex-align:center; -webkit-align-items:center; -webkit-box-align:center; align-items:center; justify-content:center; text-align:center;}
.color-one {background-image:linear-gradient(#982F69, #982F69); border-bottom:2px solid #982F69;}
.color-two {background-image:linear-gradient(#DC3066, #DC3066); border-bottom:2px solid #DC3066;}
.color-three {background-image:linear-gradient(#EE3439, #EE3439); border-bottom:2px solid #EE3439;}
.color-four {background-image:linear-gradient(#DF783B, #DF783B); border-bottom:2px solid #DF783B;}
.color-five {background-image:linear-gradient(#FBAE40, #FBAE40); border-bottom:2px solid #FBAE40;}
.color-six {background-image:linear-gradient(#ACBF26, #ACBF26); border-bottom:2px solid #ACBF26;}
.scroll {width:38px; height:43px; position:absolute; bottom:20px; left:50%; cursor:pointer; margin-left:-18px;}
.scroll .mouse {width:100%; height:100%; position:absolute; top:0; left:0; display:block; border-bottom:1px dashed #fff;}
.scroll .wheel {top:0; left:50%; position:absolute; display:block; margin-left:-6px; animation-name:scroll-wheel; animation-duration:1s; animation-iteration-count:infinite; border:6px solid transparent; border-top:10px solid #fff;}
.scroll:hover .wheel {border:6px solid transparent; border-top:10px solid #EA1318;}
@keyframes scroll-wheel {
from {transform:translate3d(0, 0, 0); opacity:1;}
to {transform:translate3d(0, 24px, 0); opacity:1;}
}
.city-a {position:absolute; bottom:10px; cursor:pointer; left:15px; font-size:15px;}
.city-b {position:absolute; bottom:10px; cursor:pointer; right:15px; font-size:15px;}
.city-a i {padding-right:8px; color:#EA1318; font-size:8px;}
.city-b i {padding-right:8px; color:#EA1318; font-size:8px;}
.city-a a:link, .city-a a:visited, .city-a a:hover, .city-b a:link, .city-b a:visited, .city-b a:hover {color:#fff; text-decoration:none;}
.city-a ul li, .city-b ul li {display:inline; color:#fff;}
.city-a span, .city-b span {opacity:.6;}
.city-a span:hover, .city-b span:hover {opacity:1;}
.big-text span i {font-size:30px; padding:0 6px; opacity:1 !important; -webkit-text-stroke-width:0; margin-top:-12px;}
.big-text .color-text-one {color:#982F69; -webkit-text-fill-color:#982F69; -webkit-text-stroke-color:#982F69; opacity:1 !important;}
.big-text .color-text-two {color:#DC3066; -webkit-text-fill-color:#DC3066; -webkit-text-stroke-color:#DC3066; opacity:1 !important;}
.big-text .color-text-three {color:#EE3439; -webkit-text-fill-color:#EE3439; -webkit-text-stroke-color:#EE3439; opacity:1 !important;}
.big-text .color-text-four {color:#ACBF26; -webkit-text-fill-color:#ACBF26; -webkit-text-stroke-color:#ACBF26; opacity:1 !important;}
.svg {height:12px; margin:0 auto; display:block;}
/************************************************************************************/
/* Form */
/************************************************************************************/
.form-group {padding:0 !important; margin:0 !important;}
label {font-weight:normal; text-align:left !important; padding:5px 0 10px 0;}
.form-control-a {display:block; width:100%; height:40px; padding:3px 12px; font-size:15px; line-height:1.42857143; background:none; background-image:none; border:1px solid #999; border-radius:0; border-left:4px solid #DC3066;}
.form-control-a:focus {border:1px solid #555;  border-left:4px solid #EE3439; outline:0; -webkit-box-shadow:none; box-shadow:none;}
.form-control-a::-moz-placeholder {color:#555; opacity:1;}
.form-control-a:-ms-input-placeholder {color:#555;}
.form-control-a::-webkit-input-placeholder {color:#555;}
.form-group input[type="text"] {margin-bottom:10px;}
textarea {resize:none; height:100px !important; padding:15px; border:solid 1px #555;}
.btn {text-transform:uppercase; font-size:16px; font-family:'open_sanssemibold'; display:inline-flex; letter-spacing:1px; text-align:center; -webit-transition:all .4s ease; transition:all .4s ease; height:46px; padding:0 30px; align-items:center; color:#fff !important;}
.btn:hover {color:#fff !important;}
.button-s {margin-top:20px; background:-webkit-gradient(linear, left top, right top, color-stop(50%, #DC3066), color-stop(50%, #EE3439)) repeat scroll right bottom/200% 100% transparent; background:linear-gradient(to right, #DC3066 50%, #EE3439 50%) repeat scroll right bottom/200% 100% transparent; text-align:center; -webkit-transition:background 350ms ease-in-out; border:1px solid #EE3439; transition:background 350ms ease-in-out;}
.button-s:hover {background-position:left bottom; border:1px solid #DC3066;}
.button-s a {display:block; color:#fff; font-size:2em; padding:1em; text-decoration:none;}
/************************************************************************************/
/* Fancybox
/************************************************************************************/
.fancybox-button--zoom {display:none !important;}
.fancybox-bg {background:#fff;}
.fancybox-is-open .fancybox-bg {opacity:1;}
.fancybox-button {background:#000;}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {color:#fff;}
.fancybox-content {margin:20px 20px 0 20px;}
.fancybox-content img {padding:15px;}
.fancybox-caption {padding:0 0 40px 0; margin-top:20px;}
.fancybox-caption__body {opacity:.5;}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {color:#fff;}
/************************************************************************************/
/* Glitch */
/************************************************************************************/
.glitch {position:absolute; top:0; left:0; width:100%; height:100vh; overflow:hidden; background:#000;}
.glitch-img {position:absolute; top:calc(-1 * 5px); left:calc(-1 * 10px); width:calc(100% + 10px * 2); height:calc(100% + 5px * 2); background-color:transparent; transform:translate3d(0, 0, 0); background-blend-mode:none; z-index:0; background-size:cover; animation:slideShow 15s linear infinite 0s; -o-animation:slideShow 15s linear infinite 0s; -moz-animation:slideShow 15s linear infinite 0s; -webkit-animation:slideShow 15s linear infinite 0s;}

.img-one {background:url(../images/img-one.jpg) no-repeat center center; background-size:cover;}
.img-two {background:url(../images/img-four.jpg) no-repeat center center; background-size:cover; animation-delay:5s; -o-animation-delay:5s; moz--animation-delay:5s; -webkit-animation-delay:5s;}
.img-three {background:url(../images/img-three.jpg) no-repeat center center; background-size:cover; animation-delay:10s; -o-animation-delay:10s; -moz--animation-delay:10s; -webkit-animation-delay:10s;}
.img-four {background:url(../images/img-two.jpg) no-repeat center center; background-size:cover; animation-delay:15s; -o-animation-delay:15s; -moz--animation-delay:15s; -webkit-animation-delay:15s;}
.img-five {background:url(../images/img-five.jpg) no-repeat center center; background-size:cover; animation-delay:20s; -o-animation-delay:20s; -moz--animation-delay:20s; -webkit-animation-delay:20s;}
.img-six {background:url(../images/img-six.jpg) no-repeat center center; background-size:cover; animation-delay:25s; -o-animation-delay:25s; -moz--animation-delay:25s; -webkit-animation-delay:25s;}

.glitch-img:nth-child(n+2) {opacity:0;}
.glitch .glitch-img:nth-child(n+2) {animation-duration:2s; animation-delay:0s; animation-timing-function:linear; animation-iteration-count:infinite;}
.glitch .glitch-img:nth-child(2) {background-color:transparent; background-blend-mode:none; animation-name:glitch-anim-1;}
.glitch .glitch-img:nth-child(3) {background-color:transparent; background-blend-mode:none; animation-name:glitch-anim-2;}
.glitch .glitch-img:nth-child(4) {background-color:transparent; background-blend-mode:none; animation-name:glitch-anim-3;}
@keyframes slideShow {
0% {transform:scale(1); -ms-transform:scale(1);}
50% {transform:scale(1.2); -ms-transform:scale(1.2);}
100% {transform:scale(1); -ms-transformm:scale(1);}
}
@-o-keyframes slideShow {
0% {transform:scale(1); -ms-transform:scale(1);}
50% {transform:scale(1.2); -ms-transform:scale(1.2);}
100% {transform:scale(1); -ms-transformm:scale(1);}
}
@-moz-keyframes slideShow {
0% {transform:scale(1); -ms-transform:scale(1);}
50% {transform:scale(1.2); -ms-transform:scale(1.2);}
100% {transform:scale(1); -ms-transformm:scale(1);}
}
@keyframes glitch-anim-1 {
0% {opacity:1; transform:translate3d(10px, 0, 0); -webkit-clip-path:polygon(0 2%, 100% 2%, 100% 5%, 0 5%); clip-path:polygon(0 2%, 100% 2%, 100% 5%, 0 5%);}
2% {-webkit-clip-path:polygon(0 15%, 100% 15%, 100% 15%, 0 15%); clip-path:polygon(0 15%, 100% 15%, 100% 15%, 0 15%);}
4% {-webkit-clip-path:polygon(0 10%, 100% 10%, 100% 20%, 0 20%); clip-path:polygon(0 10%, 100% 10%, 100% 20%, 0 20%);}
6% {-webkit-clip-path:polygon(0 1%, 100% 1%, 100% 2%, 0 2%); clip-path:polygon(0 1%, 100% 1%, 100% 2%, 0 2%);}
8% {-webkit-clip-path:polygon(0 33%, 100% 33%, 100% 33%, 0 33%); clip-path:polygon(0 33%, 100% 33%, 100% 33%, 0 33%);}
10% {-webkit-clip-path:polygon(0 44%, 100% 44%, 100% 44%, 0 44%); clip-path:polygon(0 44%, 100% 44%, 100% 44%, 0 44%);}
12% {-webkit-clip-path:polygon(0 50%, 100% 50%, 100% 20%, 0 20%); clip-path:polygon(0 50%, 100% 50%, 100% 20%, 0 20%);}
14% {-webkit-clip-path:polygon(0 70%, 100% 70%, 100% 70%, 0 70%); clip-path:polygon(0 70%, 100% 70%, 100% 70%, 0 70%);}
16% {-webkit-clip-path:polygon(0 80%, 100% 80%, 100% 80%, 0 80%); clip-path:polygon(0 80%, 100% 80%, 100% 80%, 0 80%);}
18% {-webkit-clip-path:polygon(0 50%, 100% 50%, 100% 55%, 0 55%); clip-path:polygon(0 50%, 100% 50%, 100% 55%, 0 55%);}
20% {-webkit-clip-path:polygon(0 70%, 100% 70%, 100% 80%, 0 80%); clip-path:polygon(0 70%, 100% 70%, 100% 80%, 0 80%);}
21.9% {opacity:1; transform:translate3d(10px, 0, 0);}
22%, 100% {opacity:0; transform:translate3d(0, 0, 0); -webkit-clip-path:polygon(0 0, 0 0, 0 0, 0 0); clip-path:polygon(0 0, 0 0, 0 0, 0 0);}
}
@keyframes glitch-anim-2 {
0% {opacity:1; transform:translate3d(calc(-1 * 10px), 0, 0); -webkit-clip-path:polygon(0 25%, 100% 25%, 100% 30%, 0 30%); clip-path:polygon(0 25%, 100% 25%, 100% 30%, 0 30%);}
3% {-webkit-clip-path:polygon(0 3%, 100% 3%, 100% 3%, 0 3%); clip-path:polygon(0 3%, 100% 3%, 100% 3%, 0 3%);}
5% {-webkit-clip-path:polygon(0 5%, 100% 5%, 100% 20%, 0 20%); clip-path:polygon(0 5%, 100% 5%, 100% 20%, 0 20%);}
7% {-webkit-clip-path:polygon(0 20%, 100% 20%, 100% 20%, 0 20%); clip-path:polygon(0 20%, 100% 20%, 100% 20%, 0 20%);}
9% {-webkit-clip-path:polygon(0 40%, 100% 40%, 100% 40%, 0 40%); clip-path:polygon(0 40%, 100% 40%, 100% 40%, 0 40%);}
11% {-webkit-clip-path:polygon(0 52%, 100% 52%, 100% 59%, 0 59%); clip-path:polygon(0 52%, 100% 52%, 100% 59%, 0 59%);}
13% {-webkit-clip-path:polygon(0 60%, 100% 60%, 100% 60%, 0 60%); clip-path:polygon(0 60%, 100% 60%, 100% 60%, 0 60%);}
15% {-webkit-clip-path:polygon(0 75%, 100% 75%, 100% 75%, 0 75%); clip-path:polygon(0 75%, 100% 75%, 100% 75%, 0 75%);}
17% {-webkit-clip-path:polygon(0 65%, 100% 65%, 100% 40%, 0 40%); clip-path:polygon(0 65%, 100% 65%, 100% 40%, 0 40%);}
19% {-webkit-clip-path:polygon(0 45%, 100% 45%, 100% 50%, 0 50%); clip-path:polygon(0 45%, 100% 45%, 100% 50%, 0 50%);}
20% {-webkit-clip-path:polygon(0 14%, 100% 14%, 100% 33%, 0 33%); clip-path:polygon(0 14%, 100% 14%, 100% 33%, 0 33%);}
21.9% {opacity:1; transform:translate3d(calc(-1 * 10px), 0, 0);}
22%, 100% {opacity:0; transform:translate3d(0, 0, 0); -webkit-clip-path:polygon(0 0, 0 0, 0 0, 0 0); clip-path:polygon(0 0, 0 0, 0 0, 0 0);}
}
@keyframes glitch-anim-3 {
0% {opacity:1; transform:translate3d(0, calc(-1 * 5px), 0) scale3d(-1, -1, 1); -webkit-clip-path:polygon(0 1%, 100% 1%, 100% 3%, 0 3%); clip-path:polygon(0 1%, 100% 1%, 100% 3%, 0 3%);}
1.5% {-webkit-clip-path:polygon(0 10%, 100% 10%, 100% 9%, 0 9%); clip-path:polygon(0 10%, 100% 10%, 100% 9%, 0 9%);}
2% {-webkit-clip-path:polygon(0 5%, 100% 5%, 100% 6%, 0 6%); clip-path:polygon(0 5%, 100% 5%, 100% 6%, 0 6%);}
2.5% {-webkit-clip-path:polygon(0 20%, 100% 20%, 100% 20%, 0 20%); clip-path:polygon(0 20%, 100% 20%, 100% 20%, 0 20%);}
3% {-webkit-clip-path:polygon(0 10%, 100% 10%, 100% 10%, 0 10%); clip-path:polygon(0 10%, 100% 10%, 100% 10%, 0 10%);}
5% {-webkit-clip-path:polygon(0 30%, 100% 30%, 100% 25%, 0 25%); clip-path:polygon(0 30%, 100% 30%, 100% 25%, 0 25%);}
5.5% {-webkit-clip-path:polygon(0 15%, 100% 15%, 100% 16%, 0 16%); clip-path:polygon(0 15%, 100% 15%, 100% 16%, 0 16%);}
7% {-webkit-clip-path:polygon(0 40%, 100% 40%, 100% 39%, 0 39%); clip-path:polygon(0 40%, 100% 40%, 100% 39%, 0 39%);}
8% {-webkit-clip-path:polygon(0 20%, 100% 20%, 100% 21%, 0 21%); clip-path:polygon(0 20%, 100% 20%, 100% 21%, 0 21%);}
9% {-webkit-clip-path:polygon(0 60%, 100% 60%, 100% 55%, 0 55%); clip-path:polygon(0 60%, 100% 60%, 100% 55%, 0 55%);}
10.5% {-webkit-clip-path:polygon(0 30%, 100% 30%, 100% 31%, 0 31%); clip-path:polygon(0 30%, 100% 30%, 100% 31%, 0 31%);}
11% {-webkit-clip-path:polygon(0 70%, 100% 70%, 100% 69%, 0 69%); clip-path:polygon(0 70%, 100% 70%, 100% 69%, 0 69%);}
13% {-webkit-clip-path:polygon(0 40%, 100% 40%, 100% 41%, 0 41%); clip-path:polygon(0 40%, 100% 40%, 100% 41%, 0 41%);}
14% {-webkit-clip-path:polygon(0 80%, 100% 80%, 100% 75%, 0 75%); clip-path:polygon(0 80%, 100% 80%, 100% 75%, 0 75%);}
14.5% {-webkit-clip-path:polygon(0 50%, 100% 50%, 100% 51%, 0 51%); clip-path:polygon(0 50%, 100% 50%, 100% 51%, 0 51%);}
15% {-webkit-clip-path:polygon(0 90%, 100% 90%, 100% 90%, 0 90%); clip-path:polygon(0 90%, 100% 90%, 100% 90%, 0 90%);}
16% {-webkit-clip-path:polygon(0 60%, 100% 60%, 100% 60%, 0 60%); clip-path:polygon(0 60%, 100% 60%, 100% 60%, 0 60%);}
18% {-webkit-clip-path:polygon(0 100%, 100% 100%, 100% 99%, 0 99%); clip-path:polygon(0 100%, 100% 100%, 100% 99%, 0 99%);}
20% {-webkit-clip-path:polygon(0 70%, 100% 70%, 100% 71%, 0 71%); clip-path:polygon(0 70%, 100% 70%, 100% 71%, 0 71%);}
21.9% {opacity:1; transform:translate3d(0, calc(-1 * 5px), 0) scale3d(-1, -1, 1);}
22%, 100% {opacity:0; transform:translate3d(0, 0, 0); -webkit-clip-path:polygon(0 0, 0 0, 0 0, 0 0); clip-path:polygon(0 0, 0 0, 0 0, 0 0);}
}
/************************************************************************************/
/* Media 
/************************************************************************************/
/* --- Mobile portrait --- (col-mx) */
@media only screen and (min-width:320px) and (max-width:480px) {
.big-text {font-size:24px; line-height:33px; background-size:100% 8px;}
.small-text {font-size:18px; background-size:100% 8px;}
.big-text span i {display:none;}
#slider-b .small-text {font-size:25px; background-size:100% 10px;}
.color-one {border-bottom:1px solid #982F69;}
.color-two {border-bottom:1px solid #DC3066;}
.color-three {border-bottom:1px solid #EE3439;}
.color-four {border-bottom:1px solid #ACBF26;}
.color-five {border-bottom:1px solid #FBAE40;}
.color-six {border-bottom:1px solid #ACBF26;}
.about-section {background-size:100%; padding:0;}
.inner-container {width:100%; padding:0 0 0 20px;}
.team-text {font-size:16px;}
}
/* --- Mobile portrait --- (col-mp) */
@media only screen and (min-width:481px) and (max-width:576px) {
.big-text {font-size:24px; line-height:33px; background-size:100% 8px;}
.small-text {font-size:18px; background-size:100% 8px;}
.big-text span i {display:none;}
.color-one {border-bottom:1px solid #982F69;}
.color-two {border-bottom:1px solid #DC3066;}
.color-three {border-bottom:1px solid #EE3439;}
.color-four {border-bottom:1px solid #ACBF26;}
.color-five {border-bottom:1px solid #FBAE40;}
.color-six {border-bottom:1px solid #ACBF26;}
#slider-b .small-text {font-size:25px; background-size:100% 10px;}
.about-section {background-size:100%; padding:0;}
.inner-container {width:100%; padding:0 0 0 20px;}
.team-text {font-size:16px;}
}
/* --- Mobile landscape --- (col-ml) */
@media only screen and (min-width:577px) and (max-width:768px) {
.big-text {font-size:24px; line-height:33px; background-size:100% 8px;}
.small-text {font-size:22px; background-size:100% 12px;}
.big-text span i {display:none;}
.color-one {border-bottom:1px solid #982F69;}
.color-two {border-bottom:1px solid #DC3066;}
.color-three {border-bottom:1px solid #EE3439;}
.color-four {border-bottom:1px solid #ACBF26;}
.color-five {border-bottom:1px solid #FBAE40;}
.color-six {border-bottom:1px solid #ACBF26;}
.about-section {background-size:100%; padding:0;}
.inner-container {width:100%; padding:0 0 0 20px;}
.team-text {font-size:16px;}
}
/* --- Small tablet portrait --- (col-tp) */
@media only screen and (min-width:769px) and (max-width:992px) {
.big-text {font-size:40px; line-height:33px; background-size:100% 8px;}
.small-text {font-size:25px; background-size:100% 14px;}
.about-section {background-size:100%; padding:0;}
.inner-container {width:100%; padding:0 0 0 20px;}
.team-text {font-size:16px;}
}
/* --- Note landscape --- (col-ts) */
@media only screen and (min-width:993px) and (max-width:1300px) {
.about-section {background-size:40% !important;}
.team-text {padding-top:20px; font-size:16px;}
}
/* --- Comp landscape --- (col-tl) */
@media only screen and (min-width:1301px) and (max-width:1600px) {
.about-section {background-size:30% !important;}
}
/* --- Comp landscape --- (col-tb) */
@media only screen and (min-width:1601px) {
}
.copy a, .copy a:visited {
    color: #bbb;
}