@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libertinus+Math&display=swap');
html * {
	margin:0;
	padding:0;
    box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
body {
	background:#fafafa;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
}
header, nav, article, section, footer, figure, aside, address {
	display:block;
	font-style:normal;
}
a:hover,
a {
	font-size:14px;
	color:#333;
	text-decoration:none;
    font-family:"Montserrat", sans-serif;
}
textarea,
select,
input,
button {
	outline:none;
	resize:none;
	overflow:hidden;
	font-family:"Montserrat", sans-serif;
}
button {
	cursor:pointer;
}
img {
	border:0;
    width:100%;
    height:auto;
}
ol,
ul {
	list-style-type:none;
}
*::-webkit-input-placeholder {
    color:#666;
    font-size:14px;
}
*:-moz-placeholder {
    color:#666;
    font-size:14px;
}
*::-moz-placeholder {
    color:#666;
    font-size:14px;
}
*:-ms-input-placeholder {
    color:#666;
    font-size:14px;
}
input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 30px white inset;
}
.clear {
	clear:both;
}
#error-page {
    width:100%;
    height:100%;
    position:absolute;
    background:#fffaf0;
    display:table;
}
#error-page figure {
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    padding:10px;
}
#error-page figure img {
    width:100%;
    max-width:400px;
    height:auto;
}
#popup-overlay {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:9999;
    opacity:0;
    visibility:hidden;
    transition:opacity 0.5s ease;
}
#popup-overlay.show {
    opacity:1;
    visibility:visible;
}
#popup-content {
    position:relative;
    max-width:600px;
    max-height:90vh;
}
#popup-content .popup-container {
    position:relative;
    margin:30px;
}
#popup-content .popup-container img {
    width:100%;
    height:auto;
    max-height:80vh;
    border-radius:8px;
    object-fit:contain;
    display:block;
}
#popup-close {
    position:absolute;
    top:-15px;
    right:-15px;
    background:white;
    color:black;
    font-size:24px;
    font-weight:bold;
    width:35px;
    height:35px;
    border-radius:50%;
    text-align:center;
    line-height:35px;
    cursor:pointer;
    box-shadow:0 0 8px rgba(0,0,0,0.5);
    z-index:10;
    transition:all 0.3s ease;
}
.recess {
    width:1300px;
    margin:auto;
}
#page {
    font-family:"Montserrat", sans-serif;
}
#header {
    background:#fff;
    padding:10px 0;
}
#header .logo {
    width:150px;
    float:left;
    margin-right:50px;
}
#header .buttons {
    float:right;
    padding-top:25px;
}
#header .buttons ul li {
    float:left;
}
#header .buttons ul li:first-child {
    margin-right:20px;
}
#header .buttons ul li a {
    display:block;
    padding:8px;
    background:#d52323;
    color:#fff;
    border-radius:3px;
}
#index .inner {
    margin-top:40px;
}
#index h4 {
    text-align:center;
    font-size:40px;
    margin-bottom:30px;
}
#index .slogan {
    text-align:center;
}
#index .slogan h2 {
    font-size:46px;
    max-width:800px;
    margin:auto;
    font-weight:800;
    line-height:60px;
}
#index .services {
    margin:70px 0 120px 0;
    position:relative;
}
#index .services-2 {
    display:table;
    width:100%;
}
#index .services-2 .right-column,
#index .services-2 .left-column {
    display:table-cell;
    width:50%;
    vertical-align:top;
}
#index .services-2 .left-column {
    background:no-repeat center;
    background-size:cover;
}
#index .services-2 .right-column {
    padding:10px 50px;
}
#index .services-2 .right-column a {
    font-weight:700;
}
#index .services-2 .right-column h4 {
    text-align:left;
}
#index .services-2 .right-column p {
    line-height:26px;
    margin-bottom:40px;
}
#index .services-2 .right-column ul li {
    background:url(/Images/tick-icon.jpg) no-repeat left 20px center;
    background-size:36px auto;
}
#index .services-2 .right-column ul li:nth-child(odd) {
    background-color:#fdecec;
}
#index .services-2 .right-column ul li a {
    padding:36px 36px 36px 70px;
    display:block;
}
#index .projects {
    padding:110px 0;
    margin-top:70px;
    background:#fdecec;
}
#index .projects .recess {
    max-width:1100px;
}
#index .projects ul li {
    width:calc(25% - 22.5px);
    height:340px;
    float:left;
    background:no-repeat center;
    background-size:cover;
    margin:0 30px 30px 0;
    position:relative;
}
#index .projects ul li:not(:nth-child(7)) a {
    display:block;
    width:100%;
    height:100%;
}
#index .projects ul li:first-child {
    background:none;
    padding-top:10px;
}
#index .projects ul li:nth-child(7) {
    width:calc(50% - 15px);
    background:none;
    border:solid 3px #333;
}
#index .projects ul li:nth-child(7),
#index .projects ul li:nth-child(4) {
    margin-right:0;
}
#index .projects ul li:nth-last-child(-n+3) {
    margin-bottom:0;
}
#index .projects ul li:first-child h4 {
    text-align:left;
}
#index .projects ul li:not(:nth-child(7)) p {
    font-size:24px;
    font-weight:600;
    color:#fff;
    bottom:0;
    padding:20px;
    position:absolute;
}
#index .projects ul li:nth-child(7) {
    padding:30px 100px;
}
#index .projects ul li:nth-child(7) p {
    font-size:38px;
    font-weight:700;
    margin-bottom:30px;
}
#index .projects ul li:nth-child(7) a {
    background:#d52323;
    color:#fff;
    padding:20px 40px;
    display:block;
    width:max-content;
}
#content .header {
    background:#f9f9f9;
    margin-bottom:20px;
}
#content .header .recess {
    border-bottom:solid 1px #d4a017;
    padding:30px 0;
}
#content .header .title {
    float:left;
}
#content .header .title h1 {
    font-size:30px;
    font-weight:600;
}
#content .header .breadcrumb {
    float:right;
    margin-top:10px;
}
#content .header .breadcrumb ul li {
    display:inline-block;
}
#content .header .breadcrumb ul li:not(:last-child) {
    margin-right:30px;
}
#content .web-tv {
    /*padding:15px 0;*/
    background:#f9f9f9;
    margin-bottom:30px;
}
#content .inner article {
    line-height:24px;
}
#content .inner article p:not(:last-child) {
    margin-bottom:20px;
}
#content .inner article ul {
    list-style-type:disc;
    margin-left:20px;
}
#footer {
    margin-top:60px;
}
#footer .recess {
    background:#e0dbd7;
    padding:50px 30px;
    display:table;
    text-align:center;
}
#footer .logo {
    width:150px;
    display:inline-block;
    text-align:left;
    vertical-align:top;
}
#footer .address {
    display:inline-block;
    margin:0 100px;
    width:400px;
    line-height:26px;
    text-align:left;
    color:#807b77;
    vertical-align:top;
}
#footer .address address {
    margin-bottom:20px;
}
#footer .address a {
    display:block;
    width:max-content;
}
#footer .address a.email {
    margin-bottom:20px;
    color:#807b77;
}
#footer .address a.phone {
    font-size:32px;
    color:#d52323;
    font-weight:700;
}
#footer .address a.phone i {
    color:#555;
    font-style:normal;
}
#footer .slogan {
    display:inline-block;
    font-size:34px;
    width:200px;
    color:#d52323;
    font-weight:600;
    text-align:left;
    font-family:"Libertinus Math", system-ui;
    vertical-align:top;
}
#creapark .recess {
    text-align:right;
    padding:10px 20px;
}
#creapark img {
    width:90px;
}
/*#index .inner,
#contact,
#services {
    margin-top:40px;
}*/
#services .list ul li {
    float:left;
    width:calc(33.3333% - 20px);
    margin:0 30px 30px 0;
}
#services .list ul li:nth-child(3n) {
    margin-right:0;
}
#services .list ul li p {
    padding:10px 0;
    font-weight:700;
    font-size:15px;
}
#contact #map {
    width:100%;
    height:400px;
    margin-bottom:80px;
}
#contact .left-column {
    width:300px;
    margin-right:50px;
    float:left;
}
#contact .left-column address {
    line-height:26px;
}
#contact .left-column address ul li {
    margin-bottom:10px;
}
#contact .left-column address ul li:first-child {
    font-weight:700;
}
#contact .right-column {
    width:calc(100% - 350px);
    float:left;
}
#form {
}
#form h2 {
    margin-bottom:30px;
}
#form ul {
    width:100%;
    display:table;
}
#form ul li {
    margin-bottom:40px;
    vertical-align:top;
}
#form ul li:last-child {
    margin-bottom:0;
}
#form.style-4 ul li,
#form.style-3 ul li:nth-child(7),
#form.style-3 ul li:nth-child(8),
#form.style-3 ul li:nth-child(9),
#form.style-3 ul li:nth-child(10),
#form.style-3 ul li:nth-child(11),
#form.style-3 ul li:nth-child(12),
#form.style-3 ul li:nth-child(16),
#form.style-3 ul li:nth-child(17),
#form.style-3 ul li:nth-child(-n+4),
#form.style-2 ul li:nth-child(-n+4) {
    width:calc(50% - 15px);
    display:inline-block;
}
#form.style-4 ul li:nth-child(-n+4):nth-child(odd),
#form.style-4 ul li:nth-child(even),
#form.style-3 ul li:nth-child(7),
#form.style-3 ul li:nth-child(9),
#form.style-3 ul li:nth-child(11),
#form.style-3 ul li:nth-child(16),
#form.style-3 ul li:nth-child(-n+4):nth-child(odd),
#form.style-2 ul li:nth-child(-n+4):nth-child(odd) {
    margin-right:30px;
}
#form.style-4 ul li:nth-child(-n+4):nth-child(even) {
    margin-right:0;
}
#form.style-4 ul li:nth-last-child(-n+3),
#form.style-4 ul li:nth-child(5) {
    display:block;
    width:100%;
}
#form ul li p {
    font-weight:bold;
    margin-bottom:8px;
}
#form-modal-sms .window p .input,
#form ul li .textarea,
#form ul li .input {
    width:100%;
    height:40px;
    line-height:40px;
    padding:0 10px;
    border:solid 1px #f0f0f0;
    font-size:14px;
    background:#f3f3f3;
}
#form ul li .input:-webkit-autofill {
    box-shadow:0 0 0 30px #f3f3f3 inset !important;
}
#form ul li .textarea {
    height:140px;
}
#form ul li .textarea.warning,
#form ul li .input.warning {
    background:#ccc;
}
#form ul li .button {
    background:#212a3c;
    border:0;
    font-weight:bold;
    padding:10px 20px;
    color:#fff;
}
#form ul li .tabs {
    width:800px;
}
#form ul li .tabs span {
    width:100px;
    display:inline-block;
}
#form ul li .tabs span.text {
    padding:0 10px;
    width:max-content;
    margin-right:20px;
}
#form ul li .warning {
    color:#d52323;
    margin-top:5px;
    font-size:12px;
    font-weight:600;
}
#form ul li i {
    font-style:normal;
    position:relative;
    top:5px;
    font-size:12px;
}
#form ul li i a {
    font-weight:bold;
    cursor:pointer;
    font-size:12px;
}
#form ul li .checkbox {
    display:none;
}
#form ul li .checkbox + span {
	background-color:#fff;
    background:url(/Images/checks.png) no-repeat top;
	display:block;
	position:relative;
	cursor:pointer;
	width:14px;
	height:14px;
    overflow:hidden;
    float:left;
    margin-right:6px;
}
#form ul li .checkbox:checked + span,
#form ul li .checkbox + span:active,
#form ul li .checkbox:checked + span:active {
    background-image:url(/Images/checks.png);
    background-position:bottom;
}
#form ul li .checkbox:checked + span a,
#form ul li .checkbox + span:active a,
#form ul li .checkbox:checked + span:active a,
#form ul li .checkbox + span:hover a {
    color:#fff;
}
#form ul li .checkbox:checked + span:after {
	font-size:14px;
	position:absolute;
	top:0px;
	left:4px;
	color:#fff;
}
#form ul li label {
    display:block;
    width:max-content;
}
#form ul li label i {
    float:left;
    margin-top:-5px;
    width:800px;
}
#form .info {
	display:none;
}
#form ul li .confirmation {
	margin-top:40px;
}
#form ul li .confirmation p {
	padding:10px 0;
    font-size:13px;
}
#form ul li .confirmation label {
	margin-right:30px;
    display:inline-block;
}
#error-zone-permission.warning {
    margin-top:10px;
    text-align:left;
    font-size:12px;
    color:#d52323;
}
#message-text {
    opacity:0;
    transition:opacity 0.5s ease;
}
#message-text.successful {
    margin-bottom:20px;
    background:#1abc9c;
    color:#fff;
    padding:10px;
    width:max-content;
    opacity:1;
}
#message-text.hide {
    opacity:0;
}




/*index services slide*/
#index .services .my-slider-container {
    position:relative;
    width:100%;
    overflow:hidden;
}
.my-slider-track {
    display:flex;
    transition:transform 0.5s ease-in-out;
    user-select:none;
}
#index .services .my-slide {
    flex:0 0 50%;
    padding:0 5px;
    display:table;
}
#index .services .my-slide .text,
#index .services .my-slide figure {
    width:50%;
    display:table-cell;
    vertical-align:top;
}
#index .services .my-slide figure {
    background:no-repeat center;
    background-size:cover;
}
#index .services .my-slide .text {
    padding:30px 40px;
    border:solid 1px #dbdbdb;
}
#index .services .my-slide .text h6 {
    font-size:26px;
}
#index .services .my-slide .text .summary {
    margin:20px 0;
}
#index .services .my-slide .text a {
    width:30px;
    display:block;
}
#index .services .my-slide img {
    width:100%;
    height:auto;
    display:block;
}
#index .services .my-nav-arrows {
    position:absolute;
    top:20px;
    width:100%;
    padding:0 20px;
    pointer-events:none;
    z-index:10;
    background:#1abc9c;
}
#index .services .my-nav-arrows .my-arrow {
    background:#d52323;
    width:40px;
    height:40px;
    border-radius:6px;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    pointer-events:all;
    user-select:none;
    font-size:28px;
    font-weight:bold;
    position:absolute;
    color:#fff;
}
#index .services .my-nav-arrows .my-arrow#myNext {
    right:10px;
}
#index .services .my-nav-arrows .my-arrow#myPrev {
    right:60px;
}
#index .services .my-nav-dots {
    text-align:center;
    margin-top:10px;
    display:none;
}
#index .services .my-nav-dots .my-dot {
    display:inline-block;
    width:12px;
    height:12px;
    margin:0 5px;
    background:#ccc;
    border-radius:50%;
    cursor:pointer;
}
#index .services .my-nav-dots .my-dot.active {
    background:#333;
}
/*index services slide*/
/*select style*/
.custom-select {
    position:relative;
}
.custom-select .select {
    display:none;
}
.select-selected {
}
.select-selected:after {
    position:absolute;
    content:"";
    top:20px;
    right:15px;
    width:0;
    height:0;
    border:solid 6px transparent;
    border-color:#333 transparent transparent transparent;
}
.shadow .shadow-box .box .form ul li .shell .select-selected:after  {
    top:8px;
    right:10px;
}
.select-selected.select-arrow-active:after {
    border-color:transparent transparent #333 transparent;
    top:12px;
}
.shadow .shadow-box .box .form ul li .shell .select-selected.select-arrow-active:after  {
    top:11px;
}
.select-items {
    max-height:300px;
    overflow:auto;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    z-index:9;
    color:#333;
    margin-top:3px;
    background:#f7f6f6;
    border-radius:3px;
    padding:10px;
}
.select-items div,
.select-selected {
    border:none;
    width:100%;
    line-height:34px;
    padding:3px 10px;
    cursor:pointer;
}
.shadow .shadow-box .box .form ul li .shell .select-items div,
.shadow .shadow-box .box .form ul li .shell .select-selected {
    line-height:30px;
    padding:3px 10px;
}
.select-selected {
    border-radius:3px;
    border:solid 2px #f0f0f0;
    background:#f0f0f0;
}
.shadow .shadow-box .box .form ul li .shell .select-selected {
}
.select-selected.warning {
    border-color:#c91f1f;
}
.select-items div {
}
.shadow .shadow-box .box .form ul li .shell .select-items div {
    border-radius:0;
    background:#fcfcfc;
    margin-bottom:0;
}
.select-items div:first-child {
}
.select-items div:last-child {
}
.select-items {
    
}
.select-hide {
    display:none;
}
.select-items div:hover,
.same-as-selected {
    background-color:#f0f0f0;
    border-radius:3px;
}
/*select style*/
/*menu*/
#menu {
    float:left;
}
#menu .menu-list {
    padding-top:25px;
}
#menu .menu-list > ul {
    gap:30px;
    list-style:none;
}
#menu .menu-list > ul >  li {
    float:left;
    margin-right:10px;
    position:relative;
}
#menu .menu-list > ul >  li:last-child {
    margin-right:0;
}
#menu .menu-list > ul > li span,
#menu .menu-list > ul > li a {
    color:#111;
    font-size:15px;
    display:block;
    padding:10px;
    cursor:pointer;
}
#menu .menu-list > ul > li span:hover,
#menu .menu-list > ul > li a:hover {
    background:#d52323;
    color:#fff;
}
#menu .menu-list > ul > li.dropdown:hover > span {
    background:#d52323;
    color:#fff;
}
#menu ul li .dropdown-menu {
    position:absolute;
    top:100%;
    left:0;
    display:none;
    flex-direction:column;
    min-width:160px;
    z-index:1000;
    transition:opacity 0.3s ease;
    background:#d52323;
    width:max-content;
    padding:15px;
}
#menu ul li .dropdown-menu ul li {    
    text-align:left;
    border-bottom:solid 1px #f0f0f0;
}
#menu ul li .dropdown-menu ul li:last-child {    
    border-bottom:none;
}
#menu ul li .dropdown-menu ul li a {
    color:#fff;
    padding:15px;
}
#menu .dropdown:hover .dropdown-menu {
    display:flex;
}
#menu .hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    cursor: pointer;
    position: absolute;
    top:30px;
    right:20px;
    z-index:1100;
}
#menu .hamburger span {
    display: block;
    width: 100%;
    height: 3px;
    margin: 4px 0;
    border-radius: 2px;
    transition: all 0.3s ease;
    background:#333;
}
#menu .hamburger.open span:nth-child(1) {
    transform:rotate(45deg) translate(4px, 4px);
}
#menu .hamburger.open span:nth-child(2) {
    opacity:0;
}
#menu .hamburger.open span:nth-child(3) {
    transform:rotate(-45deg) translate(10px, -10px);
}
#menu .hamburger span:nth-child(2) {
    transform:translateX(-7px);
}
#menu .mobile-menu {
        display:none;
        flex-direction:column;
        list-style:none;
        background-color:#f8f8f8;
        position:fixed;
        top:70px;
        right:0;
        width:300px;
        height:100vh;
        overflow-y:auto;
        transition:opacity 0.4s ease, transform 0.4s ease;
        z-index:999;
        padding:20px;
    }
/*menu*/
/*web-tv*/
.slider-container {
    width:100%;
    height:calc(100vh - 200px);
    overflow:hidden;
    position:relative;
}
.slider-container::before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:300px;
    background:linear-gradient(to bottom, rgba(0,0,0,0.25), transparent);
    z-index:2;
    pointer-events:none;
}
.slider-track {
    position:relative;
    height:100%;
}
.slider-track:active {
}
.slide {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    opacity:0;
    transition:opacity 2s ease-in-out;
}
.slide.active {
    opacity:1;
    z-index:1;
    position:relative;
}
.slide:nth-child(1) {
    background-color:#1abc9c;
}
.slide:nth-child(2) {
    background-color:#3498db;
}
.slide:nth-child(3) {
    background-color:#9b59b6;
}
.slide img {
    width:auto;
    height:calc(100% - 100px);
    max-height:80vh;
    display:block;
    pointer-events:none;
    user-drag:none;
    -webkit-user-drag:none;
}
.nav-dots {
    position:absolute;
    bottom:30px;
    left:100px;
    display:flex;
    gap:20px;
    pointer-events:none;
    flex-wrap:wrap;
}
.dot {
    z-index:2;
    width:100px;
    height:70px;
    border:2px solid transparent;
    border-radius:6px;
    overflow:hidden;
    pointer-events:all;
    cursor:pointer;
    background:#000;
    position:relative;
    transition:border 0.3s ease, transform 0.3s ease;
    flex-shrink:0;
}
.dot img {
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.dot.active {
    border-color:#fff;
    z-index:3;
}
.progress-bar {
    position:absolute;
    bottom:0;
    left:0;
    height:3px;
    background:#fff;
    width:0%;
    transition:none;
}
.dot.active .progress-bar {
    animation:fillBar linear forwards;
}
@keyframes fillBar {
    from {
        width:0%;
    }

    to {
        width:100%;
    }
}
.nav-arrows {
    z-index:4;
    position:absolute;
    bottom:40px;
    left:calc(100px + 520px);
    display:flex;
    gap:10px;
    pointer-events:none;
    align-items:center;
    justify-content:flex-start;
    padding:0;
}
.arrow {
    background:rgba(255, 255, 255, 0.6);
    border-radius:50%;
    width:40px;
    height:40px;
    pointer-events:all;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:bold;
    user-select:none;
}
/*web-tv*/




@media screen and (max-width:1350px) {
    .recess {
        width:100%;
        padding:0 20px;
    }
    #content .header .recess {
        padding:30px 0;
        margin:0 20px;
        width:calc(100% - 40px);
    }
    #header .buttons {
        display:none;
    }
    #index .slogan h2 {
        font-size:42px;
        line-height:56px;
    }
    #form ul li label i {
        width:700px;
    }
    
}
@media screen and (max-width:1260px) {
}
@media screen and (max-width:1200px) {
    .slider-container {
        height:auto;
    }
    .slide {
        padding:30px;
    }
    .slide img {
        width:100%;
        height:auto;
        max-height:auto;
    }
    #index .slogan h2 {
        font-size:38px;
        line-height:50px;
    }
    #index .projects {
        padding:90px 0;
    }
    #index .projects ul li:nth-child(7) p {
        font-size:32px;
    }
    #form ul li .tabs {
        width:450px;
    }
    #form ul li .tabs span {
        margin-bottom:20px;
    }
    #form ul li label i {
        width:500px;
    }
}
@media screen and (max-width:1020px) {
    #menu .menu-list > ul {
        display:none;
    }
    #menu .menu-list > ul {
        gap:0;
    }
    #menu .menu-list > ul >  li {
        float:none;
        margin-right:0;
    }
    #menu .menu-list > ul > li span,
    #menu .menu-list > ul > li a {
        font-size:18px;
        padding:10px;
        
    }
    #menu .menu-list > ul > li.dropdown:hover > span,
    #menu .menu-list > ul > li span:hover,
    #menu .menu-list > ul > li a:hover {
        background:none;
        color:#333;
    }
    #menu ul li .dropdown-menu ul li a {
        color:#333;
    }
    #menu .hamburger {
        display:flex;
    }
    
    #menu .mobile-menu.active {
        display:flex;
        opacity:1;
        transform:translateY(0);
    }
    #menu .mobile-menu li {
        text-align:left;
        
    }
    #menu .mobile-menu li span,
    #menu .mobile-menu li a {
        font-weight:700;
        padding:10px 0;
    }
    #menu ul li .dropdown-menu {
        background:none;
    }
    #menu .mobile-menu .dropdown-menu {
        position:static;
        background-color:none;
        border:none;
        display:none;
        flex-direction:column;
        padding-left:20px;
    }
    #menu .mobile-menu .dropdown .dropdown-menu {
        display:none;
    }
    #menu .mobile-menu .dropdown.open .dropdown-menu {
        display:flex;
    }
    #menu .mobile-menu .dropdown > span {
        font-size:18px;
        padding:10px;
        cursor:pointer;
        display:block;
    }
    #menu .mobile-menu .dropdown-menu ul {
        list-style:none;
        padding:0;
        margin:0;
    }
    #menu .mobile-menu .dropdown-menu ul li a {
        padding:8px 0;
        display:block;
        font-weight:500;
        font-size:16px;
    }
    #menu .mobile-menu .dropdown > span::after {
        content:" ▼";
        font-size:12px;
        margin-left:5px;
        transition:transform 0.3s;
    }
    #menu .mobile-menu .dropdown.open > span::after {
        content:" ▲";
    }
}

@media screen and (max-width:1020px) {
    .recess {
        padding:0 10px;
    }
    #content .header .recess {
        margin:0 10px;
        width:calc(100% - 20px);
    }
    #header .logo {
        width:110px;
        margin-right:0;
    }
    #index .projects {
        padding:70px 0;
    }
    #footer .logo {
        width:150px;
    }
    #footer .address {
        margin:0 40px;
        width:calc(100% - 430px);
    }
    #footer .slogan {
        width:200px;
    }
    #contact .right-column {
        width:100%;
        float:none;
    }
    #form ul li .tabs {
        width:800px;
    }
    #contact .left-column.style-2 {
        display:block;
    }
}
@media only screen and (max-width:940px) {
    .slide {
        padding:20px;
    }
    #index .services .my-slide {
        flex:0 0 100%;
        padding:0;
    }
    #index .projects ul li {
        width:calc(33.3333% - 20px);
    }
    #index .projects ul li:nth-child(7) {
        width:100%;
        height:300px;
    }
    #index .projects ul li:nth-child(6),
    #index .projects ul li:nth-child(3) {
        margin-right:0;
    }
    #index .projects ul li:nth-child(7),
    #index .projects ul li:nth-child(4) {
        margin-right:30px;
    }
    #services .list ul li {
        width:calc(50% - 15px);
    }
    #services .list ul li:nth-child(3n) {
        margin-right:30px;
    }
    #services .list ul li:nth-child(even) {
        margin-right:0;
    }
    #content .header .title {
        float:none;
    }
    #content .header .breadcrumb {
        float:none;
    }
}
@media only screen and (max-width:870px) {
    #form ul li .tabs {
        width:450px;
    }
}
@media only screen and (max-width:780px) {
    .nav-dots {
        display:none;
    }
    .nav-arrows {
        left:auto;
        right:40px;
    }
    #index .services-2 {
        display:block;
    }
    #index .services-2 .right-column,
    #index .services-2 .left-column {
        display:block;
        width:100%;
    }
    #index .services-2 .left-column {
        height:500px;
        margin-bottom:30px;
    }
    #index .services-2 .right-column {
        padding:0;
    }
}
@media only screen and (max-width:768px) {
    .dot {
        width:70px;
        height:50px;
    }
    .nav-dots {
        left:20px;
        gap:10px;
        bottom:20px;
    }
    .nav-arrows {
        left:auto;
        right:40px;
    }
    #footer .logo {
        width:100%;
        display:block;
        margin-bottom:10px;
    }
    #footer .logo img {
        width:150px;
    }
    #footer .address {
        margin:0 40px 0 0;
        width:calc(100% - 240px);
    }
    #footer .slogan {
        width:200px;
    }
    #services .list ul li {
        width:100%;
        max-width:500px;
        float:none;
        margin:0 auto 30px auto
    }
    #services .list ul li:nth-child(3n),
    #services .list ul li:nth-child(even) {
        margin-right:auto;
    }
    #index .services .my-nav-arrows {
        display:none;
    }
}
@media only screen and (max-width:660px) {
    #index .projects ul li {
        width:calc(50% - 15px);
        height:400px;
    }
    #index .projects ul li:nth-child(6),
    #index .projects ul li:nth-child(3) {
        margin-right:30px;
    }
    #index .projects ul li:nth-child(even) {
        margin-right:0;
    }
    #index .projects ul li:nth-child(7) {
        margin-top:30px;
    }
    #form.style-4 ul li,
    #form.style-3 ul li:nth-child(7),
    #form.style-3 ul li:nth-child(8),
    #form.style-3 ul li:nth-child(9),
    #form.style-3 ul li:nth-child(10),
    #form.style-3 ul li:nth-child(11),
    #form.style-3 ul li:nth-child(12),
    #form.style-3 ul li:nth-child(16),
    #form.style-3 ul li:nth-child(17),
    #form.style-3 ul li:nth-child(-n+4),
    #form.style-2 ul li:nth-child(-n+4) {
        width:100%;
        display:block;
    }
    #form.style-4 ul li:nth-child(-n+4):nth-child(odd),
    #form.style-4 ul li:nth-child(even),
    #form.style-3 ul li:nth-child(7),
    #form.style-3 ul li:nth-child(9),
    #form.style-3 ul li:nth-child(11),
    #form.style-3 ul li:nth-child(16),
    #form.style-3 ul li:nth-child(-n+4):nth-child(odd),
    #form.style-2 ul li:nth-child(-n+4):nth-child(odd) {
        margin-right:0;
    }
}
@media only screen and (max-width:620px) {
    #footer .address {
        margin:0;
        width:100%;
    }
    #footer .slogan {
        display:none;
    }
}
@media only screen and (max-width:550px) {
    #index .projects ul li {
        width:100%;
        max-width:400px;
        height:500px;
        float:none;
        margin:0 auto 30px auto;
    }
    #index .projects ul li:first-child {
        height:auto;
    }
    #index .projects ul li:nth-child(6),
    #index .projects ul li:nth-child(3),
    #index .projects ul li:nth-child(even),
    #index .projects ul li:nth-child(7) {
        margin-right:auto;
    }
    #index .projects ul li:nth-last-child(-n+3) {
        margin-bottom:30px;
    }
    #index .projects ul li:nth-child(7) {
        padding:30px 70px;
        height:auto;
    }
    #form ul li label i {
        width:300px;
    }
    #form ul li .tabs {
        width:250px;
    }
    #content .header .breadcrumb {
        display:none;
    }
}
@media only screen and (max-height:550px) {
}
@media only screen and (max-height:350px) {
}
body.compensate-for-scrollbar {
	overflow:hidden;
}
.fancybox-active {
	height:auto;
}
.fancybox-is-hidden {
	left:-9999px;
	margin:0;
	position:absolute!important;
	top:-9999px;
	visibility:hidden;
}
.fancybox-container {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
	height:100%;
	left:0;
	position:fixed;
	-webkit-tap-highlight-color:transparent;
	top:0;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	width:100%;
	z-index:99992;
}
.fancybox-container * {
	box-sizing:border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom:0;
	left:0;
	position:absolute;
	right:0;
	top:0;
}
.fancybox-outer {
	-webkit-overflow-scrolling:touch;
	overflow-y:auto;
}
.fancybox-bg {
    background:#f0f0f0;
	opacity:0;
	transition-duration:inherit;
	transition-property:opacity;
	transition-timing-function:cubic-bezier(.47,0,.74,.71);
}
.fancybox-is-open .fancybox-bg {
	opacity:1;
	transition-timing-function:cubic-bezier(.22,.61,.36,1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction:ltr;
	opacity:0;
	position:absolute;
	transition:opacity .25s,visibility 0s linear .25s;
	visibility:hidden;
	z-index:99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity:1;
	transition:opacity .25s,visibility 0s;
	visibility:visible;
}
.fancybox-infobar {
	color:#ccc;
	font-size:13px;
	-webkit-font-smoothing:subpixel-antialiased;
	height:44px;
	left:0;
	line-height:44px;
	min-width:44px;
	padding:0 10px;
	pointer-events:none;
	text-align:center;
	top:0;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.fancybox-toolbar {
	right:0;
	top:0;
}
.fancybox-stage {
	direction:ltr;
	overflow:visible;
	-webkit-transform:translateZ(0);
	z-index:99994;
}
.fancybox-is-open .fancybox-stage {
	overflow:hidden;
}
.fancybox-slide {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	display:none;
	height:100%;
	left:0;
	outline:none;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	padding:44px;
	position:absolute;
	text-align:center;
	top:0;
	transition-property:opacity,-webkit-transform;
	transition-property:transform,opacity;
	transition-property:transform,opacity,-webkit-transform;
	white-space:normal;
	width:100%;
	z-index:99994;
}
.fancybox-slide:before {
	content:"";
	display:inline-block;
	height:100%;
	margin-right:-.25em;
	vertical-align:middle;
	width:0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display:block;
}
.fancybox-slide--next {
	z-index:99995;
}
.fancybox-slide--image {
	overflow:visible;
	padding:44px 0;
}
.fancybox-slide--image:before {
	display:none;
}
.fancybox-slide--html {
	padding:6px 6px 0;
}
.fancybox-slide--iframe {
	padding:44px 44px 0;
}
.fancybox-content {
	background:#fff;
	display:inline-block;
	margin:0 0 6px;
	max-width:100%;
	overflow:auto;
	padding:0;
	padding:24px;
	position:relative;
	text-align:left;
	vertical-align:middle;
}
.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);
	animation-timing-function:cubic-bezier(.5,0,.14,1);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	background:transparent;
	background-repeat:no-repeat;
	background-size:100% 100%;
	left:0;
	margin:0;
	max-width:none;
	overflow:visible;
	padding:0;
	position:absolute;
	top:0;
	-webkit-transform-origin:top left;
	transform-origin:top left;
	transition-property:opacity,-webkit-transform;
	transition-property:transform,opacity;
	transition-property:transform,opacity,-webkit-transform;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	z-index:99995;
}
.fancybox-can-zoomOut .fancybox-content {
	cursor:zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
	cursor:zoom-in;
}
.fancybox-can-drag .fancybox-content {
	cursor:-webkit-grab;
	cursor:grab;
}
.fancybox-is-dragging .fancybox-content {
	cursor:-webkit-grabbing;
	cursor:grabbing;
}
.fancybox-container [data-selectable=true] {
	cursor:text;
}
.fancybox-image,.fancybox-spaceball {
	background:transparent;
	border:0;
	height:100%;
	left:0;
	margin:0;
	max-height:none;
	max-width:none;
	padding:0;
	position:absolute;
	top:0;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	width:100%;
}
.fancybox-spaceball {
	z-index:1;
}
.fancybox-slide--html .fancybox-content {
	margin-bottom:6px;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height:100%;
	margin:0;
	overflow:visible;
	padding:0;
	width:100%;
}
.fancybox-slide--video .fancybox-content {
	background:#000;
}
.fancybox-slide--map .fancybox-content {
	background:#e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
	background:#fff;
	height:calc(100% - 44px);
	margin-bottom:44px;
}
.fancybox-iframe,.fancybox-video {
	background:transparent;
	border:0;
	height:100%;
	margin:0;
	overflow:hidden;
	padding:0;
	width:100%;
}
.fancybox-iframe {
	vertical-align:top;
}
.fancybox-error {
	background:#fff;
	cursor:default;
	max-width:400px;
	padding:40px;
	width:100%;
}
.fancybox-error p {
	color:#444;
	font-size:16px;
	line-height:20px;
	margin:0;
	padding:0;
}
.fancybox-button {
	background:rgba(30,30,30,.6);
	border:0;
	border-radius:0;
	cursor:pointer;
	display:inline-block;
	height:44px;
	margin:0;
	outline:none;
	padding:10px;
	transition:color .2s;
	vertical-align:top;
	width:44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color:#ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
	color:#fff;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color:#888;
	cursor:default;
}
.fancybox-button svg {
	display:block;
	overflow:visible;
	position:relative;
	shape-rendering:geometricPrecision;
}
.fancybox-button svg path {
	fill:transparent;
	stroke:currentColor;
	stroke-linejoin:round;
	stroke-width:3;
}
.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
	display:none;
}
.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
	fill:currentColor;
}
.fancybox-button--share svg path {
	stroke-width:1;
}
.fancybox-navigation .fancybox-button {
	height:38px;
	opacity:0;
	padding:6px;
	position:absolute;
	top:50%;
	width:38px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	transition:opacity .25s,visibility 0s,color .25s;
}
.fancybox-navigation .fancybox-button:after {
	content:"";
	left:-25px;
	padding:50px;
	position:absolute;
	top:-25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
	left:6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
	right:6px;
}
.fancybox-close-small {
	background:transparent;
	border:0;
	border-radius:0;
	color:#555;
	cursor:pointer;
	height:44px;
	margin:0;
	padding:6px;
	position:absolute;
	right:0;
	top:0;
	width:44px;
	z-index:10;
}
.fancybox-close-small svg {
	fill:transparent;
	opacity:.8;
	stroke:currentColor;
	transition:stroke .1s;
}
.fancybox-close-small:focus {
	outline:none;
}
.fancybox-close-small:hover svg {
	opacity:1;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
	color:#ccc;
	padding:5px;
	right:-12px;
	top:-44px;
}
.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
	background:transparent;
	color:#fff;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display:none;
}
.fancybox-caption {
	bottom:0;
	color:#fff;
	font-size:14px;
	font-weight:400;
	left:0;
	line-height:1.5;
	padding:25px 44px;
	right:0;
}
.fancybox-caption:before {
	background-repeat:repeat-x;
	background-size:contain;
	bottom:0;
	content:"";
	display:block;
	left:0;
	pointer-events:none;
	position:absolute;
	right:0;
	top:-25px;
	z-index:-1;
}
.fancybox-caption:after {
	border-bottom:1px solid hsla(0,0%,100%,.3);
	content:"";
	display:block;
	left:44px;
	position:absolute;
	right:44px;
	top:0;
}
.fancybox-caption a,.fancybox-caption a:link,
.fancybox-caption a:visited {
	color:#ccc;
	text-decoration:none;
}
.fancybox-caption a:hover {
	color:#fff;
	text-decoration:underline;
}
.fancybox-loading {
	-webkit-animation:a .8s infinite linear;
	animation:a .8s infinite linear;
	background:transparent;
	border:6px solid hsla(0,0%,39%,.5);
	border-radius:100%;
	border-top-color:#fff;
	height:60px;
	left:50%;
	margin:-30px 0 0 -30px;
	opacity:.6;
	padding:0;
	position:absolute;
	top:50%;
	width:60px;
	z-index:99999;
}
@-webkit-keyframes a {
	0% {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
	}to {
		-webkit-transform:rotate(359deg);
		transform:rotate(359deg);
	}
}
@keyframes a {
	0% {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
	}to {
		-webkit-transform:rotate(359deg);
		transform:rotate(359deg);
	}
}
.fancybox-animated {
	transition-timing-function:cubic-bezier(0,0,.25,1);
}
.fancybox-fx-slide.fancybox-slide--previous {
	opacity:0;
	-webkit-transform:translate3d(-100%,0,0);
	transform:translate3d(-100%,0,0);
}
.fancybox-fx-slide.fancybox-slide--next {
	opacity:0;
	-webkit-transform:translate3d(100%,0,0);
	transform:translate3d(100%,0,0);
}
.fancybox-fx-slide.fancybox-slide--current {
	opacity:1;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity:0;
	transition-timing-function:cubic-bezier(.19,1,.22,1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity:1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity:0;
	-webkit-transform:scale3d(1.5,1.5,1.5);
	transform:scale3d(1.5,1.5,1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity:0;
	-webkit-transform:scale3d(.5,.5,.5);
	transform:scale3d(.5,.5,.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity:1;
	-webkit-transform:scaleX(1);
	transform:scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
	opacity:0;
	-webkit-transform:rotate(-1turn);
	transform:rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
	opacity:0;
	-webkit-transform:rotate(1turn);
	transform:rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
	opacity:1;
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
	opacity:0;
	-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);
	transform:scale3d(0,0,0) translate3d(-100%,0,0);
}
.fancybox-fx-circular.fancybox-slide--next {
	opacity:0;
	-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);
	transform:scale3d(0,0,0) translate3d(100%,0,0);
}
.fancybox-fx-circular.fancybox-slide--current {
	opacity:1;
	-webkit-transform:scaleX(1) translateZ(0);
	transform:scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);
	transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);
	transform:translate3d(100%,0,0) scale(.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform:translateZ(0) scale(1);
	transform:translateZ(0) scale(1);
}
.fancybox-share {
	background:#f4f4f4;
	border-radius:3px;
	max-width:90%;
	padding:30px;
	text-align:center;
}
.fancybox-share h1 {
	color:#222;
	font-size:35px;
	font-weight:700;
	margin:0 0 20px;
}
.fancybox-share p {
	margin:0;
	padding:0;
}
.fancybox-share__button {
	border:0;
	border-radius:3px;
	display:inline-block;
	font-size:14px;
	font-weight:700;
	line-height:40px;
	margin:0 5px 10px;
	min-width:130px;
	padding:0 15px;
	text-decoration:none;
	transition:all .2s;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	white-space:nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
	color:#fff;
}
.fancybox-share__button:hover {
	text-decoration:none;
}
.fancybox-share__button--fb {
	background:#3b5998;
}
.fancybox-share__button--fb:hover {
	background:#344e86;
}
.fancybox-share__button--pt {
	background:#bd081d;
}
.fancybox-share__button--pt:hover {
	background:#aa0719;
}
.fancybox-share__button--tw {
	background:#1da1f2;
}
.fancybox-share__button--tw:hover {
	background:#0d95e8;
}
.fancybox-share__button svg {
	height:25px;
	margin-right:7px;
	position:relative;
	top:-1px;
	vertical-align:middle;
	width:25px;
}
.fancybox-share__button svg path {
	fill:#fff;
}
.fancybox-share__input {
	background:transparent;
	border:0;
	border-bottom:1px solid #d7d7d7;
	border-radius:0;
	color:#5d5b5b;
	font-size:14px;
	margin:10px 0 0;
	outline:none;
	padding:10px 15px;
	width:100%;
}
.fancybox-thumbs {
	background:#f6f6f6;
	bottom:0;
	display:none;
	margin:0;
	-webkit-overflow-scrolling:touch;
	-ms-overflow-style:-ms-autohiding-scrollbar;
	padding:10px;
	position:absolute;
	right:0;
	-webkit-tap-highlight-color:transparent;
	top:0;
	width:212px;
	z-index:99995;
}
.fancybox-thumbs-x {
	overflow-x:auto;
	overflow-y:hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
	display:block;
}
.fancybox-show-thumbs .fancybox-inner {
	right:212px;
}
.fancybox-thumbs > ul {
	font-size:0;
	height:100%;
	list-style:none;
	margin:0;
	overflow-x:hidden;
	overflow-y:auto;
	padding:0;
	position:absolute;
	position:relative;
	white-space:nowrap;
	width:100%;
}
.fancybox-thumbs-x > ul {
	overflow:hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
	width:7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
	background:#fff;
	border-radius:10px;
	box-shadow:inset 0 0 6px rgba(0,0,0,.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
	background:#2a2a2a;
	border-radius:10px;
}
.fancybox-thumbs > ul > li {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	cursor:pointer;
	float:left;
	height:75px;
	margin:2px;
	max-height:calc(100% - 8px);
	max-width:calc(50% - 4px);
	outline:none;
	overflow:hidden;
	padding:0;
	position:relative;
	-webkit-tap-highlight-color:transparent;
	width:100px;
}
.fancybox-thumbs-loading {
	background:rgba(0,0,0,.1);
}
.fancybox-thumbs > ul > li {
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover;
}
.fancybox-thumbs > ul > li:before {
	border:4px solid #ee7514;
	bottom:0;
	content:"";
	left:0;
	opacity:0;
	position:absolute;
	right:0;
	top:0;
	transition:all .2s cubic-bezier(.25,.46,.45,.94);
	z-index:99991;
}
.fancybox-thumbs .fancybox-thumbs-active:before {
	opacity:1;
}
.fancybox-custom-layout .fancybox-outer {
    top:50px;
    left:50px;
    bottom:50px;
    right:50px;
    margin:auto;
    overflow:visible;
    background:#f0f0f0;
    box-shadow:1px 5px 15px rgba(0,0,0,0.1);
    transition:opacity .3s;
}
.fancybox-custom-layout.fancybox-is-closing .fancybox-outer {
    opacity:0;
}
.fancybox-custom-layout .fancybox-bg {
    background:#f6f6f6;
}
.fancybox-custom-layout.fancybox-is-open .fancybox-bg {
    opacity:1;
}
.fancybox-custom-layout .fancybox-button,
.fancybox-custom-layout .fancybox-navigation button:before {
    background:transparent;
    background:#333;
    border-radius:50%;
    width:33px;
    height:33px;
    padding:6px;
    margin:5px 5px 0 ;
}
.fancybox-custom-layout .fancybox-navigation button {
    color:#333 !important;
    padding:5px;
}
.fancybox-custom-layout .fancybox-button--arrow_left {
    left:20px;
}
.fancybox-custom-layout.fancybox-show-thumbs .fancybox-button--arrow_right {
    right:20px;
}
.fancybox-custom-layout-image .fancybox-outer {
    top:50px;
    left:50px;
    bottom:50px;
    right:50px;
    margin:auto;
    overflow:visible;
    background:#fff;
    box-shadow:1px 5px 15px rgba(0,0,0,0.1);
    transition:opacity .3s;
}
.fancybox-custom-layout-image.fancybox-is-closing .fancybox-outer {
    opacity:0;
}
.fancybox-custom-layout-image .fancybox-bg {
    background:#f6f6f6;
}
.fancybox-custom-layout-image.fancybox-is-open .fancybox-bg {
    opacity:1;
}
.fancybox-custom-layout-image .fancybox-button,
.fancybox-custom-layout-image .fancybox-navigation button:before {
    background:transparent;
    background:#333;
    border-radius:50%;
    width:33px;
    height:33px;
    padding:6px;
    margin:5px 5px 0;
}
.fancybox-custom-layout-image .fancybox-navigation {
    display:none;
}
.fancybox-custom-layout-image .fancybox-navigation button {
    color:#333 !important;
    padding:5px;
}
.fancybox-custom-layout-image .fancybox-button--arrow_left {
    left:20px;
}
.fancybox-custom-layout-image.fancybox-show-thumbs .fancybox-button--arrow_right {
    right:20px;
}
.fancybox-custom-layout-video .fancybox-outer {
    top:50px;
    left:50px;
    bottom:50px;
    right:50px;
    margin:auto;
    overflow:visible;
    background:#fff;
    box-shadow:1px 5px 15px rgba(0,0,0,0.1);
    transition:opacity .3s;
}
.fancybox-custom-layout-video.fancybox-is-closing .fancybox-outer {
    opacity:0;
}
.fancybox-custom-layout-video .fancybox-bg {
    background:#f6f6f6;
}
.fancybox-custom-layout-video.fancybox-is-open .fancybox-bg {
    opacity:1;
}
.fancybox-custom-layout-video .fancybox-button,
.fancybox-custom-layout-video .fancybox-navigation button:before {
    background:transparent;
    background:#333;
    border-radius:50%;
    width:33px;
    height:33px;
    padding:6px;
    margin:5px 5px 0;
}
.fancybox-custom-layout-video .fancybox-navigation {
    display:none;
}
.fancybox-custom-layout-video .fancybox-navigation button {
    color:#333 !important;
    padding:5px;
}
.fancybox-custom-layout-video .fancybox-button--arrow_left {
    left:20px;
}
.fancybox-custom-layout-video.fancybox-show-thumbs .fancybox-button--arrow_right {
    right:20px;
}

@media (max-width:800px) {
	.fancybox-thumbs {
		width:0;
        visibility:hidden;
	}
	.fancybox-show-thumbs .fancybox-inner {
		right:0;
	}
	.fancybox-thumbs > ul > li {
		max-width:calc(100% - 10px);
	}

    .fancybox-custom-layout-video .fancybox-outer,
    .fancybox-custom-layout .fancybox-outer {
        top:10px;
        left:10px;
        bottom:10px;
        right:10px;
        width:auto;
        height:auto;
    }
    .fancybox-slide {
        padding:0;
    }
}