/* Minification failed. Returning unminified contents.
(3037,116): run-time error CSS1039: Token not allowed after unary operator: 'Vk8EOgDAIQ0vj'
(3037,132): run-time error CSS1039: Token not allowed after unary operator: 'xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5'
(3037,222): run-time error CSS1039: Token not allowed after unary operator: 'oZj3JUzWB'
(3037,232): run-time error CSS1039: Token not allowed after unary operator: 'cOz4G48Bg'
(3037,242): run-time error CSS1039: Token not allowed after unary operator: 'tsJ'
(3037,289): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&family=Raleway:wght@100;200;300;400;500;600;700;700i;800;900&family=EB+Garamond:wght@400;500;600;700;800&family=Montserrat:wght@400;500;600;700&display=swap');
html * {
	margin:0;
	padding:0;
    box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
html {
    height:100%;
}
body {
	background:#fff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
    height:100%;
}
header, nav, article, section, footer, figure, aside, address {
	display:block;
	font-style:normal;
}
a:hover,
a {
	font-size:13px;
	color:#333;
	text-decoration:none;
}
textarea,
select,
input,
button {
	outline:none;
	resize:none;
	overflow:hidden;
}
button {
    cursor:pointer;
}
img {
	border:0;
}
ol,
ul {
	list-style-type:none;
}
*::-webkit-input-placeholder {
    color:#666;
    font-size:13px;
}
*:-moz-placeholder {
    color:#666;
    font-size:13px;
}
*::-moz-placeholder {
    color:#666;
    font-size:13px;
}
*:-ms-input-placeholder {
    color:#666;
    font-size:13px;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
.clear {
	clear:both;
}
#error-page {
    width:100%;
    height:100%;
    position:absolute;
    background:#f8f8f8;
    display:table;
}
#error-page figure {
    display:table-cell;
    text-align:center;
    vertical-align:middle;
}
#content .recess,
#footer .recess,
#index .recess,
#header .recess {
    width:100%;
    max-width:1400px;
    margin:auto;
}
#content .recess {
    width:1200px;
}
#header {
    width:100%;
    height:70px;
    position:absolute;
    z-index:5;
    top:0;
}
#header .logo {
    width:200px;
    float:left;
    padding-top:5px;
}
#header .logo img {
    height:80px;
    width:auto;
}
#header.fixed-type .logo img {
    height:40px;
}
#header.white-bg,
#header.fixed-type {
    position:fixed;
    left:0px;
    top:0px;
    transition:top 0.6s ease;
    -webkit-transition:top 0.6s ease;
    -moz-transition:top 0.6s ease;
    -o-transition:top 0.6s ease;
    box-shadow:5px 0 10px rgba(0,0,0,0.2);
    background:#fff;
    height:50px;
    z-index:7;
}
#content,
#index {
    font-family: 'Montserrat', sans-serif;
}
#index h2 {
    font-size:40px;
    text-align:center;
    margin-bottom:20px;
}
#index .tab-1 .left-column {
    width:50%;
    height:700px;
    float:left;
    background:#02bbe7;
    background:#143a85;
    position:relative;
}
#index .tab-1 .left-column p {
    width:100%;
    max-width:400px;
    font-size:38px;
    font-weight:bold;
    text-align:right;
    margin:180px 200px 0 0;
    color:#fff;
    float:right;
    display:block;
}
#index .tab-1 .right-column {
    padding:50px 0;
    width:50%;
    height:700px;
    float:left;
    position:relative;
}
#index .tab-1 .right-column figure {
    width:100%;
    max-width:800px;
    position:absolute;
    padding:15px;
    border:solid 3px #143a85;
    border:solid 3px #f8ad00;
    margin:50px 0 0 -150px;
}
#index .tab-1 .right-column figure img {
    width:100%;
    height:auto;
}
#index .tab-1 .right-column p {
    width:300px;
    position:absolute;
    left:50px;
    bottom:20px;
    font-size:15px;
    line-height:22px;
}
#index .tab-1 .right-column p a {
    display:block;
    width:max-content;
    font-weight:700;
    margin-top:20px;
    color:#d41622;
}
#index .tab-1 .right-column .arrow {
    width:130px;
    position:absolute;
    left:520px;
    bottom:80px;
    font-size:15px;
    line-height:22px;
}
#index .tab-1 .right-column .arrow a {
    background:url(/Images/arrow.png) no-repeat right center;
    padding-right:60px;
    font-weight:bold;
    display:inline-block;
}
#index .tab-2 {
    background:url(/Images/index-tab-2-bg.jpg) no-repeat left top;
    background-size:cover;
    padding-bottom:30px;
}
#plans figure {
    width:600px;
    position:absolute;
    left:calc(50% - 280px);
}
#plans figure img{
    width:100%;
    height:auto;
    border-radius:10px;
}
#index .info .section-1 {
    width:1400px;
}
#index .info .section-1-mobile {
    display:none;
}
#index .info .section-1-mobile img,
#index .info .section-1 img {
    width:100%;
    height:auto;
}
#plans #tabs > div,
#plans #tabs > ul {
    width:50%;
    float:left;
    padding-top:60px;
}
#plans #tabs > ul li {
    text-align:left;
}
#plans #tabs > ul li a {
    padding:20px;
    font-weight:bold;
    font-size:20px;
    display:block;
    color:#fff;
}
#plans #tabs > ul li:first-child a {
    background:#f8ad00;
    border-top-left-radius:15px;
}
#plans #tabs > ul li:nth-child(2) a {
    background:#f4b31c;
}
#plans #tabs > ul li:nth-child(3) a {
    background:#f5b92e;
}
#plans #tabs > ul li:nth-child(4) a {
    background:#f3bf47;
}
#plans #tabs > ul li:nth-child(5) a {
    background:#dea82b;
    border-bottom-left-radius:15px;
}
#plans #tabs > ul li:hover a {
	background:#e7a40a;
}
#plans #tabs > ul li.active a {
	background:#d39301;
}
#plans #tabs > div > ul li a {
    padding:10px;
    font-size:15px;
    display:block;
    text-align:right;
    border-bottom:solid 1px #f0f0f0;
}
#plans #tabs > div > ul li:last-child a {
    border-bottom:0;
}
#plans #tabs > div > ul li a:hover {
    background:#f8f8f8;
}
#index .gallery {
    position:relative;
    margin:110px 0;
}
#index .gallery .recess {
    width:calc(100% - 100px);
}
#index .gallery .left-column {
    width:65%;
    height:700px;
    float:left;
    background:url(/Images/index-gallery-left-column-bg.jpg) no-repeat;
    background-size:cover;
    position:relative;
    font-family:'Jost', sans-serif;
}
#index .gallery .left-column p {
    width:50%;
    height:420px;
    background: rgb(246,147,30);
    background: linear-gradient(189deg, rgba(246,147,30,1) 0%, rgba(216,58,39,1) 60%);
    position:absolute;
    z-index:2;
    right:0;
    bottom:0;
    padding:0 20px;
    display:table;
}
#index .gallery .left-column p span {
    display:table-cell;
    vertical-align:middle;
    color:#fff;
}
#index .gallery .left-column p span i {
    width:300px;
    margin:auto;
    display:block;
    font-style:normal;
    font-size:36px;
    line-height:42px;
    font-weight:400;
}
#index .gallery .left-column p span i em {
    font-style:normal;
}
#index .gallery .left-column p span i a {
    display:block;
    background:#fefefe;
    padding:5px 20px;
    font-size:22px;
    width:max-content;
    margin-top:20px;
    color:#d83a27;
    border-radius:2px;
}
#index .gallery .right-column {
    width:35%;
    float:left;
}
#index .gallery .right-column figure {
    width:100%;
    height:350px;
    background-size:cover;
    background-repeat:no-repeat;
    display:block;
}
#index .gallery .right-column figure.top {
    background-image:url(/Images/index-gallery-right-column-bg-1.jpg);
}
#index .gallery .right-column figure.bottom {
    background-image:url(/Images/index-gallery-right-column-bg-2.jpg);
}
#index .manege .line {
    width:100%;
    height:120px;
    background:#f8f8f8;
}
#index .manege .recess {
    display:table;
}
#index .manege figure {
    width:700px;
    display:inline-block;
    vertical-align:middle;
    margin-right:50px;
}
#index .manege figure img {
    width:100%;
    height:auto;
}
#index .manege .text {
    width:calc(100% - 750px);
    display:inline-block;
    vertical-align:middle;
    font-size:22px;
    line-height:32px;
    font-weight:800;
}
#footer {
    width:100%;
    font-family: 'Montserrat', sans-serif;
    margin-top:50px;
}
#footer .top h4 {
    font-size:26px;
    margin-bottom:20px;
}
#footer .top {
    padding:50px 0;
    background:#fcfcfc;
}
#footer .top .left-column {
    width:35%;
    float:left;
    font-size:16px;
}
#footer .top .left-column a {
    font-size:16px;
}
#footer .top .left-column ul li {
    margin-bottom:20px;
}
#footer .top .left-column ul li:last-child {
    margin-bottom:0;
}
#footer .top  .mail-list {
    width:25%;
    float:left;
    margin:0 5%;
    text-align:center;
}
#footer .top  .mail-list ul li {
    margin-bottom:20px;
}
#footer .top  .mail-list ul li:last-child {
    margin-bottom:0;
}
#form-modal-sms .window p .input,
#footer .top  .mail-list ul li .input {
    width:100%;
    padding:8px 10px;
    border:solid 1px #f0f0f0;
    background:#f9f9f9;
}
#footer .top .right-column {
    width:30%;
    float:left;
    text-align:center;
}
#footer .top .right-column ul li {
    display:inline-block;
    margin-right:5px;
}
#footer .bottom .phone {
    width:200px;
    float:left;
    padding-top:20px;
}
#footer .bottom .phone a {
    font-size:20px;
    font-weight:bold;
    color:#f9ad01;
}
#footer .bottom .link {
    width:200px;
    float:left;
    padding-top:20px;
}
#footer .bottom .artasgrubu {
    width:calc(100% - 400px);
    float:left;
    text-align:right;
    padding:8px 0 4px 0;
}
#creapark {
    padding:20px 0 10px 0;
    text-align:center;
    background:#fff;
    display:none;
}
#creapark img {
    width:100px;
    height:auto;
}
/*#map {
    width:100%;
    height:400px;
    margin-top:30px;
}*/
#social-media {
    width:50px;
    height:100%;
    position:absolute;
    top:0;
    right:0;
    background:#fff;
    z-index:6;
    text-align:center;
    font-family:'Raleway', sans-serif;
}
#social-media:hover {
    background:#f8f8f8;
}
#social-media .lang {
    margin-top:25px;
}
#social-media .lang a {
    font-weight:bold;
    font-size:14px;
    padding:5px;
    display:inline-block;
    color:#d41622;
}
#social-media .icons {
    height:100px;
    top:calc(50% - 50px);
    left:12px;
    position:absolute;
}
#social-media .icons ul li {
    margin-bottom:5px;
}
#social-media .icons ul li a {
    display:block;
}
#social-media .phone {
    position:absolute;
    right:10px;
    bottom:30px;
    width:60px;
}
#social-media .phone img {
    width:100%;
    height:auto;
}
#content .web-tv-inner {
    margin-top:60px;
    text-align:center;
}
#content .web-tv-inner img {
    width:100%;
    height:auto;
    max-width:1000px;
}
#content .inner {
    text-align:center;
    font-size:14px;
}
#content .inner.style-2 {
    text-align:left;
}
#content .inner h1 {
    font-size:30px;
    text-align:left;
    margin-bottom:20px;
}
#content .inner h3,
#content .inner h2 {
    font-size:30px;
    margin-bottom:30px;
    color:#f8ad00;
}
#content .inner article p {
    margin-bottom:20px;
    line-height:25px;
}
#content .inner article p:last-child {
    margin-bottom:0;
}
#content .inner article h5 {
   font-size:15px;
   margin-bottom:5px;
}
#content .inner article .table {
    margin:20px 0;
}
#content .inner article .table ol {
    list-style:none;
    border:solid 1px #999;
}
#content .inner article .table ol li {
    display:table;
    width:100%;
}
#content .inner article .table ol li:not(:last-child) {
    border-bottom:solid 1px #999;
}
#content .inner article .table ol li.title {
    font-weight:bold;
    background:#e8e8e8;
}
#content .inner article .table ol li span {
    width:70%;
    display:table-cell;
    padding:10px;
}
#content .inner article .table ol li.title span {
    padding:10px 5px;
}
#content .inner article .table ol li span:first-child {
    width:30%;
    border-right:solid 1px #999;
}
#content .inner article .table ol li span a {
    color:#238ebc;
}
#content .inner article .table-2 {
    margin-bottom:20px;
}
#content .inner article .table-2 ol {
    list-style:none;
    border:solid 1px #999;
}
#content .inner article .table-2 ol li {
    display:table;
    width:100%;
}
#content .inner article .table-2 ol li span {
    display:table-cell;
    width:20%;
    vertical-align:middle;
    border-right:solid 1px #999;
}
#content .inner article .table-2 ol li span:first-child {
    padding:0 10px;
}
#content .inner article .table-2 ol li span:last-child {
    width:60%;
    border-right:0;
}
#content .inner article .table-2 ol li span i {
   display:block;
   font-style:normal;
   padding:5px 10px;
}
#content .inner article .table-2 ol li span i:not(:last-child) {
   border-bottom:solid 1px #999;
}
#content .inner article ul.style-2 li {
    list-style-type:disc;
    margin:0 0 10px 20px;
}
#content .inner article .table-3 {
    border:solid 1px #999;
    width:100%;
    display:table;
}
#content .inner article .table-3 .left {
    width:150px;
    display:table-cell;
    padding:10px;
    vertical-align:middle;
    border-right:solid 1px #999;
}
#content .inner article .table-3 .right {
    width:calc(100% - 150px);
    display:table-cell;
}
#content .inner article .table-3 .right .line:not(:last-child) {
    border-bottom:solid 1px #999;
}
#content .inner article .table-3 .right .line span {
    display:table-cell;
    padding:10px;
    vertical-align:middle;
}
#content .inner article .table-3 .right .line span:first-child {
    width:150px;
    border-right:solid 1px #999;
}
#content .inner > ul li {
    width:100%;
    clear:both;
}
#content .inner > ul li .shell {
    width:50%;
    padding-top:30px;
    position:relative;
}
#content .inner > ul li .shell .top {
    position:relative;
}
#content .inner > ul li .shell .top .round {
    width:15px;
    height:15px;
    display:block;
    border-radius:50%;
    background:#fff;
    border:solid 3px #f8ad00;
    position:absolute;
    top:12px;
}
#content .inner > ul li .shell p {
    margin-bottom:30px;
    line-height:26px;
}
#content .inner > ul li .shell figure {
    padding-bottom:30px;
}
#content .inner > ul li .shell figure img {
    width:100%;
    height:auto;
    border-radius:3px;
}
#content .inner > ul li:nth-child(odd) .shell {
    border-right:solid 1px #f0f0f0;
    text-align:right;
    padding-right:40px;
}
#content .inner > ul li:nth-child(odd) .shell .top .round {
    right:-48px;
}
#content .inner > ul li:nth-child(even) .shell {
    float:right;
    border-left:solid 1px #f0f0f0;
    text-align:left;
    padding-left:40px;
    left:-1px;
    position:relative;
}
#content .inner > ul li:nth-child(even) .shell .top .round {
    left:-48px;
}
#gallery h4 {
    font-size:20px;
    margin-bottom:20px;
    color:#555;
}
#gallery h4:not(:first-child) {
    margin-top:100px;
}
#gallery ul:last-child {
    margin-bottom:0;
}
#gallery ul li {
    width:calc(25% - 15px);
    float:left;
    margin:0 20px 16px 0;
}
#gallery ul li:nth-child(4n+4) {
    margin:0 0 16px 0;
}
#gallery ul li img {
    width:100%;
    height:auto;
    border-radius:3px;
}
#contact {
    min-height:300px;
    position:relative;
}
#content .inner #contact h2 {
    color:#fff;
    margin-bottom:20px;
}
#content .inner #contact .form h2 {
    color:#444;
    font-size:30px;
    margin-bottom:20px;
}
#content .inner #location article .sketch {
    width:100%;
    max-width:600px;
    margin:50px auto 0 auto;
}
#content .inner #location article .sketch img {
    width:100%;
    height:auto;
    border-radius:3px;
}
#contact .left-column {
    width:60%;
    float:left;
    position:relative;
    display:block;
}
#contact .left-column .address {
    width:50%;
    background:#f8ad00;
    border-radius:5px;
    box-shadow:8px 8px 12px rgba(0,0,0,0.2);
    position:relative;
    z-index:2;
    color:#fff;
    padding:40px 20px;
    font-size:16px;
}
#contact .left-column .address ul li:first-child {
    margin-bottom:30px;
}
#contact .left-column .address ul li:first-child strong {
    display:block;
}
#contact .left-column .address ul li:nth-child(2) {
    display:none;
}
#contact .left-column .address ul li a {
    color:#fff;
    font-size:16px;
}
#contact .left-column .phones {
    width:50%;
    position:absolute;
    z-index:1;
    top:80px;
    left:40%;
}
#contact .left-column .phones .call-center {
    width:100%;
    background:#143a85;
    border-radius:5px;
    box-shadow:8px 8px 12px rgba(0,0,0,0.2);
    color:#fff;
    padding:40px 20px 40px 80px;
    font-size:16px;
}
#contact .left-column .phones .call-center ul li:not(:nth-child(2)) {
    display:none;
}
#contact .left-column .phones .call-center ul li a {
    color:#fff;
    font-size:30px;
}
#contact .left-column .phones .lets-call-you {
    width:100%;
    margin-top:30px;
}
#contact .left-column .phones .lets-call-you a {
    display:block;
    color:#fff;
    font-size:24px;
    font-weight:bold;
    padding:15px 70px 15px 20px;
    background:url(/Images/arrow-2.png) no-repeat center right;
    background-color:#d40964;
    border-radius:5px;
    box-shadow:8px 8px 12px rgba(0,0,0,0.2);
}
#contact .left-column .phones .lets-call-you a:hover {
    background-color:#c9025b;
    color:#f8f8f8;
}
#contact .left-column .form {
    margin-top:250px;
    text-align:left;
    width:90%;
}
#contact .form.style-2 {
    text-align:left;
}
#contact .form.style-2 ul li,
#contact .left-column .form ul li {
    width:calc(50% - 15px);
    float:left;
    margin-bottom:20px;
}
#contact .form.style-2 ul li:nth-child(odd),
#contact .left-column .form ul li:nth-child(odd) {
    margin-right:30px;
}
#contact .form.style-2 ul li:nth-child(6),
#contact .form.style-2 ul li:nth-child(5),
#contact .left-column .form ul li:nth-child(6),
#contact .left-column .form ul li:nth-child(5) {
    width:100%;
    float:none;
}
#contact .form.style-2 ul li:last-child,
#contact .left-column .form ul li:last-child {
    margin-bottom:0;
}
#contact .form.style-2 ul li p {
    font-weight:bold;
    margin-bottom:8px;
}
#contact .form.style-2 ul li .textarea,
#contact .form.style-2 ul li .input,
#contact .left-column .form ul li .textarea,
#contact .left-column .form ul li .input {
    border:0;
    width:100%;
    padding:20px 10px;
    font-size:13px;
    background:#f7f7f7;
    border-bottom:solid 1px #143a85;
    font-family: 'Montserrat', sans-serif;
}
#contact .form.style-2 ul li .textarea,
#contact .left-column .form ul li .textarea {
    padding:10px;
    height:60px;
}
#contact .form.style-2 ul li .input.warning,
#contact .left-column .form ul li .input.warning {
    background:#eaeaea;
    border-bottom:solid 1px #ac1010;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #f7f7f7 inset;
}
input:-webkit-autofill {
    -webkit-text-fill-color: #222 !important;
}
#contact .form.style-2 ul li i,
#contact .left-column .form ul li i {
    font-style:normal;
    position:relative;
    top:5px;
}
#contact .form.style-2 ul li i a,
#contact .left-column .form ul li i a {
    font-weight:bold;
    cursor:pointer;
}
#footer .top  .mail-list ul li .button,
#contact .form.style-2 ul li .button,
#landing-page .right-column .inner .form ul li .button,
#contact .left-column .form ul li .button {
    display:inline-block;
    padding:10px 30px;
    font-size:16px;
    border:0;
    background:#143a85;
    color:#fff;
    margin-top:20px;
    font-weight:bold;
    letter-spacing:0.05em;
    font-family: 'Montserrat', sans-serif;
    border-radius:3px;
}
#footer .top  .mail-list ul li .button:hover,
#contact .form.style-2 ul li .button:hover,
#landing-page .right-column .inner .form ul li .button,
#contact .left-column .form ul li .button:hover {
    background:#f8ad00;
}
#landing-page .right-column .inner .form ul li .button:hover {
    background:#f0f0f0;
    color:#333;
}
#contact .form.style-2 ul li .checkbox,
#contact .left-column .form ul li .checkbox {
    display:none;
}
#landing-page .right-column .inner .form ul li .checkbox + span,
#contact .form.style-2 ul li .checkbox + span,
#contact .left-column .form ul li .checkbox + span {
	background-color:#fff;
    background:url(/Images/icon-tick.png) no-repeat;
	display:block;
	position:relative;
	cursor:pointer;
	width:25px;
	height:25px;
    overflow:hidden;
    float:left;
    margin-right:6px;
}
#contact .form.style-2 ul li .checkbox:checked + span,
#contact .form.style-2 ul li .checkbox + span:active,
#contact .form.style-2 ul li .checkbox:checked + span:active,
#contact .left-column .form ul li .checkbox:checked + span,
#contact .left-column .form ul li .checkbox + span:active,
#contact .left-column .form ul li .checkbox:checked + span:active {
    background:url(/Images/icon-tick-select.png) no-repeat;
}
#contact .form.style-2 ul li .checkbox:checked + span a,
#contact .form.style-2 ul li .checkbox + span:active a,
#contact .form.style-2 ul li .checkbox:checked + span:active a,
#contact .form.style-2 ul li .checkbox + span:hover a,
#contact .left-column .form ul li .checkbox:checked + span a,
#contact .left-column .form ul li .checkbox + span:active a,
#contact .left-column .form ul li .checkbox:checked + span:active a,
#contact .left-column .form ul li .checkbox + span:hover a {
    color:#fff;
}
#contact .form.style-2 ul li .checkbox:checked + span:after,
#contact .left-column .form ul li .checkbox:checked + span:after {
	font-size:14px;
	position:absolute;
	top:0px;
	left:4px;
	color:#fff;
}
#contact .form.style-2 ul li.informed .confirmation,
#contact .left-column .form ul li.informed .confirmation {
	margin-top:40px;
}
#contact .form.style-2 ul li.informed .confirmation p,
#landing-page .right-column .inner .form ul li.informed .confirmation p,
#contact .left-column .form ul li.informed .confirmation p {
	padding:10px 0;
    font-size:13px;
    text-align:left;
    font-weight:bold;
    margin-bottom:10px;
}
#landing-page .right-column .inner .form ul li.informed .confirmation p {
    font-size:12px;
}
#contact .form.style-2 ul li.informed .confirmation label,
#landing-page .right-column .inner .form ul li.informed .confirmation label,
#contact .left-column .form ul li.informed .confirmation label {
	margin-right:30px;
    display:inline-block;
}
#landing-page .right-column .inner .form ul li.informed .confirmation label i,
#contact .form.style-2 ul li.informed .confirmation label i,
#contact .left-column .form ul li.informed .confirmation label i {
    font-size:13px;
    width:auto;
}
#form-modal-sms,
#form-modal {
    position:fixed;
    z-index:4;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,0.3);
    font-family:'Raleway', sans-serif;
    display:none;
}
#form-modal-sms.active,
#form-modal.active {
    display:block;
}
#form-modal-sms .window,
#form-modal .window {
    width:400px;
    height:160px;
    background:#fff;
    border-radius:5px;
    top:calc(50% - 80px);
    left:calc(50% - 200px);
    position:absolute;
    text-align:center;
    box-shadow:0 0 20px rgba(0,0,0,0.2);
}
#form-modal-sms .window {
    height:180px;
    top:calc(50% - 90px);
    position:relative;
}
#form-modal-sms .window .loading {
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    border-radius:5px;
    display:none;
}
#form-modal-sms .window .loading.active {
    display:block;
}
#form-modal-sms .window .loading figure {
    width:60px;
    height:60px;
    background:no-repeat no-repeat center #fff;
    background-image:url(/Images/loading.gif);
    background-size:50px 50px;
    position:absolute;
    top:calc(50% - 30px);
    left:calc(50% - 30px);
    border-radius:5px;
}
#form-modal-sms .window p,
#form-modal .window p {
    padding:20px;
    color:#bc0512;
    font-weight:bold;
    line-height:22px;
}
#form-modal-sms .window .phone-no {
    padding-top:20px;
    display:block;
    font-size:14px;
}
#form-modal-sms .window .phone-no i {
    font-style:normal;
    font-weight:bold;
}
#form-modal-sms .window .phone-no i u {
    text-decoration:none;
}
#form-modal-sms .window .buttons,
#form-modal .window .buttons {
    padding:20px;
    border-top:solid 1px #f8f8f8;
}
#form-modal-sms .window .buttons .go.button,
#form-modal .window .buttons .go.button {
    background:#f8ac00;
    margin-right:20px;
    color:#fff;
}
#form-modal-sms .window .buttons .button,
#form-modal .window .buttons .button {
    padding:10px 25px;
    background:#f0f0f0;
    border-radius:25px;
    font-size:12px;
    font-weight:bold;
    letter-spacing:1px;
    margin-top:30px;
    display:inline-block;
    border:0;
    cursor:pointer;
}
#form-modal-sms .window .buttons .button,
#form-modal .window .buttons .button {
    margin-top:0;
}
#form-modal-sms .window .buttons .button:hover,
#form-modal .window .buttons .button:hover{
    background:#0f3e83;
    color:#fff;
}
#contact .right-column {
    width:40%;
    float:left;
}
#contact .right-column img {
    width:100%;
    height:auto;
    border-radius:5px;
}
#landing-page {
    font-family: 'Montserrat', sans-serif;
}
#landing-page .left-column {
    position:absolute;
    width:60%;
    height:100%;
    background:url(/Images/Photos/landing-page-left-column.jpg) no-repeat center;
    background-size:cover;
    top:0;
    left:0;
}
#landing-page .left-column .slogan {
    position:absolute;
    width:100%;
    z-index:3;
    top:calc(50% - 250px);
    text-align:center;
    padding:30px;
    text-align:center;
}
#landing-page .left-column .slogan img:first-child {
    margin-bottom:50px;
}
#landing-page .left-column .slogan img {
    max-width:500px;
    width:100%;
    height:auto;
}
#landing-page .left-column .slogan img:last-child {
    max-width:510px;
}
#landing-page .left-column .shadow {
    position:absolute;
    width:100%;
    height:100%;
    z-index:2;
    background:#000;
    opacity:0.2;
}
#landing-page .right-column {
    position:absolute;
    width:40%;
    height:100%;
    background:#f9f9f9;
    top:0;
    right:0;
    padding:20px;
}
#landing-page .right-column .inner {
    max-width:450px;
    margin:auto;
}
#landing-page .right-column .inner .logo {
    text-align:center;
    margin:0 auto 10px auto;
}
#landing-page .right-column .inner .logo ul li figure {
    width:100px;
    margin:auto;
}
#landing-page .right-column .inner .logo ul li figure img {
    width:100%;
    height:auto;
}
#landing-page .right-column .inner > .phone {
    margin-top:10px;
    color:#143a85;
    text-align:center;
}
#landing-page .right-column .inner > .phone a {
    font-size:34px;
    font-weight:bold;
    letter-spacing:1px;
    color:#143a85;
}
#landing-page .right-column .inner .form {
    width:100%;
    background:#143a85;
    padding:20px 15px;
    border:solid 8px #f0f0f0;
    color:#fff;
}
#landing-page .right-column .inner .form ul li {
    margin-bottom:12px;
}
#landing-page .right-column .inner .form ul li:nth-child(6) {
    margin-top:10px;
}
#landing-page .right-column .inner .form ul li:last-child {
    margin-bottom:0;
}
#form-modal-sms .window p .input,
#landing-page .right-column .inner .form ul li .textarea,
#landing-page .right-column .inner .form ul li .input {
    width:100%;
    height:32px;
    line-height:32px;
    border:0;
    padding:0 10px;
    background: rgb(255,255,255);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=1 );
    text-align:left;
}
#landing-page .right-column .inner .form ul li .textarea {
    height:50px;
}
#landing-page .right-column .inner .form ul li p {
    font-size:16px;
    font-weight:bold;
    text-align:center;
    margin-bottom:10px;
}
#landing-page .right-column .inner .form ul li ::-webkit-input-placeholder {
    color:#666;
    font-size:13px;
    font-family: 'Montserrat', sans-serif;
}
#landing-page .right-column .inner .form ul li :-moz-placeholder {
    color:#666;
    font-size:13px;
    font-family: 'Montserrat', sans-serif;
}
#landing-page .right-column .inner .form ul li ::-moz-placeholder {
    color:#666;
    font-size:13px;
    font-family: 'Montserrat', sans-serif;
}
#landing-page .right-column .inner .form ul li :-ms-input-placeholder {
    color:#666;
    font-size:13px;
    font-family: 'Montserrat', sans-serif;
}
#landing-page .right-column .inner .form ul li .input.warning {
    background:#ccc;
}
#landing-page .right-column .inner .form ul li label {
    display:inline-block;
    margin-right:20px;
}
#landing-page .right-column .inner .form ul li label .checkbox {
    display:none;
}
#landing-page .right-column .inner .form ul li label .checkbox + span {
	background-color:#fff;
    background:url(/Images/checks.png) no-repeat top;
	display:inline-block;
	position:relative;
	cursor:pointer;
	width:14px;
	height:14px;
    overflow:hidden;
    margin-right:5px;
    vertical-align:top;
}
#landing-page .right-column .inner .form ul li label .checkbox:checked + span,
#landing-page .right-column .inner .form ul li label .checkbox + span:active,
#landing-page .right-column .inner .form ul li label .checkbox:checked + span:active {
    background:url(/Images/checks.png) no-repeat bottom;
}
#landing-page .right-column .inner .form ul li label .checkbox:checked + span a,
#landing-page .right-column .inner .form ul li label .checkbox + span:active a,
#landing-page .right-column .inner .form ul li label .checkbox:checked + span:active a,
#landing-page .right-column .inner .form ul li label .checkbox + span:hover a {
    color:#fff;
}
#landing-page .right-column .inner .form ul li label .checkbox:checked + span:after {
	font-size:14px;
	position:absolute;
	top:0px;
	left:4px;
	color:#fff;
}
#landing-page .right-column .inner .form ul li label i {
	font-style:normal;
    font-weight:bold;
    display:inline-block;
    color:#f8ad00;
}
#contact .left-column .form ul li.informed label,
#landing-page .right-column .inner .form ul li.informed label {
    margin-bottom:10px;
    display:block;
}
#landing-page .right-column .inner .form ul li.informed label.style-2 {
    margin-top:10px;
}
#landing-page .right-column .inner .form ul li.informed label i {
    width:calc(100% - 30px);
	font-size:10px;
    color:#fff;
    font-weight:normal;
    top:-2px;
    position:relative;
    float:left;
}
#landing-page .right-column .inner .form ul li.informed label i a {
	font-weight:bold;
    color:#fff;
    font-size:10px;
    text-decoration:underline;
    cursor:pointer;
}
#landing-page .right-column .inner .form ul li.send {
	text-align:center;
    margin:-20px 0 0 0;
}
#landing-page .gallery {
    position:absolute;
    top:100%;
    width:100%;
    background:#143a85;
}
#landing-page .gallery #tabs {
    width:100%;
    padding:40px 20px 0 20px;
    position:relative;
}
#landing-page .gallery #tabs > ul {
    width:100%;
    border-bottom:solid 1px #f0f0f0;
    float:left;
    margin-bottom:20px;
}
#landing-page .gallery #tabs > ul > li {
	float:left;
    margin-right:20px;
}
#landing-page .gallery #tabs > ul li:last-child {
    margin-right:0;
}
#landing-page .gallery #tabs > ul > li a {
	display: block;
	padding: 8px 12px;
    font-size:20px;
    color:#f0f0f0;
    position:relative;
    bottom:-1px;
}
#landing-page .gallery #tabs > ul > li:hover {
}
#landing-page .gallery #tabs > ul > li:hover a {
    color:#fff;
}
#landing-page .gallery #tabs > ul > li.active {
}
#landing-page .gallery #tabs > ul > li.active a {
	color:#fff;
    background:#f8ad00;
}
#landing-page .gallery #tabs > div {
    width:100%;
    padding:20px 0;
}
#landing-page .gallery #tabs > div ul {
}
#landing-page .gallery #tabs > div ul li {
    width:calc(20% - 16px);
    float:left;
    margin:0 20px 20px 0;
}
#landing-page .gallery #tabs > div ul li:nth-child(5n+5) {
    margin:0 0 20px 0;
}
#landing-page .gallery #tabs > div img {
    width:100%;
    height:auto;
}
#landing-page .gallery #tabs > div p {
    margin-top:20px;
}
#landing-page .gallery #map {
    width:100%;
}
#landing-page .gallery #map img {
    width:100%;
    height:auto;
}
#landing-page .gallery .address {
    background:#f8ad00;
    padding:10px 20px;
}
#landing-page .gallery .address a {
    color:#fff;
    font-size:15px;
    font-weight:bold;
}
#landing-page .gallery .address > ul > li {
    float:left;
}
#landing-page .gallery .address > ul > li:first-child {
    width:calc(50% - 75px);
    padding-top:18px;
}
#landing-page .gallery .address > ul >li:nth-child(2) {
    text-align:center;
    width:100px;
    padding-top:15px;
}
#landing-page .gallery .address > ul >li:nth-child(2) {
    text-align:center;
    width:150px;
}
#landing-page .gallery .address > ul >li:nth-child(2) a {
    font-size:24px;
    letter-spacing:1px;
}
#landing-page .gallery .address > ul >li:last-child {
    text-align:right;
    width:calc(50% - 75px);
}
#landing-page .gallery .address > ul >li:last-child img {
    height:50px;
    width:auto;
    border:solid 2px #fff;
}
#error-zone p {
    text-align:center;
    margin-bottom:20px;
}
#error-zone p.approved {
    color:#cfcfcf;
}
#error-zone p.approved-2 {
    color:#0f3e83;
}
#error-zone.warning p.deprecated {
    color: #bc0512;
}
#thanks {
    position:absolute;
    width:100%;
    max-width:300px;
    max-height:300px;
    top:calc(50% - 150px);
    left:calc(50% - 150px);
    font-family: 'Montserrat', sans-serif;
    font-size:18px;
    text-align:center;
}
#thanks figure {
    margin-bottom:20px;
}
#error-zone-permission.warning {
    color:#d41622;
    font-weight:bold;
    font-size:12px;
    text-align:left;
    margin-top:10px;
}
#error-zone-mail-list.warning,
#footer .mail-list .warning {
    color:#bc0512;
    font-weight:bold;
}
#error-zone-mail-list.warning p,
#footer .mail-list .warning p {
    margin-bottom:20px;
}
#error-zone-mail-list.approved,
#contact .form #error-zone.approved {
    color:#0f3e83;
    margin-bottom:20px;
    font-weight:bold;
}
#cookies {
    width:calc(100% - 20px);
    background:#e8e8e8;
    padding:20px 120px 20px 20px;
    position:fixed;
    z-index:10;
    border-radius:3px;
    left:10px;
    bottom:10px;
    font-family:'Raleway', sans-serif;
    font-size:12px;
    line-height:13px;
}
#cookies a {
    font-size:12px;
    font-weight:bold;
}
#cookies a.link {
    font-weight:bold;
    color:#fff;
    font-size:12px;
}
#cookies a.close {
    padding:10px 20px;
    display:block;
    position:absolute;
    right:20px;
    top:calc(50% - 12px);
    cursor:pointer;
    background:#f8ac00;
    color:#000;
}
#architectural {
    background:url(/Images/architectural-bg.png) no-repeat right bottom;
    min-height:470px;
    text-align:left;
}
#architectural article {
    width:calc(100% - 500px);
}
#architectural article p {
    line-height:30px;
    margin-bottom:30px;
}
#architectural article p:not(:first-child) {
    margin-right:100px;
}
#architectural article p:last-child {
    margin-bottom:0;
}




/*popup banner*/
#popup-banner {
    display: none;
    width:100%;
    height:100%;
    position: fixed;
    z-index:99999;
    top:0;
    left:0;
    background:rgba(0,0,0,0.90);
}
#popup-banner figure {
    position: absolute;
    width:400px;
    height:400px;
    top:calc(50% - 200px);
    left:calc(50% - 200px);
}
#popup-banner figure img {
    width:100%;
    height:auto;
    border-radius:8px;
    box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.2);
}
#popup-banner figure button {
    width:34px;
    height:34px;
    background:url(/Images/popup-banner-close.jpg) no-repeat center #333;
    border-radius:50%;
    position:absolute;
    top:-14px;
    right:-14px;
    border:0;
}
/*popup-banner*/
/*begin scroll-arrow*/
#scroll-page {
    width: 30px;
    height: 66px;
    position: absolute;
    z-index: 3;
    bottom:30px;
    left:120px;
}
#scroll-page .scroll-page-icon {
    background:url(/Images/scroll-page-icon-bg.png) no-repeat;
    width:30px;
    height:66px;
}
/*begin scroll-arrow*/
/*begin index slider*/
#web-tv {
    height:100%;
}
#web-tv .full-height {
	height:100%;
}
#web-tv p {
    text-align: left;
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 10px;
	font-weight:500;
}
#web-tv .bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size: cover;
	background-attachment: scroll  ;
	background-position: center  ;
	background-repeat:repeat;
	background-origin: content-box;
}
#web-tv .hero-slider-holder {
	position:relative;
	overflow:hidden;
	z-index:2;
}
#web-tv .carousel-item {
	position:relative;
	width:400px;
	top:50%;
	left:calc(50% - 200px);
	float:left;
	z-index:6;
}
#web-tv .single-carousel .item {
	position:relative;
	overflow:hidden;
}
#web-tv .carousel-item h3 {
    font-size: 36px;
    text-align: center;
    font-weight: 800;
    position: relative;
    margin-bottom: 36px;
    text-shadow:1px 1px 10px rgba(0,0,0,0.5);
}
#web-tv .carousel-item h3:before {
	content:'';
	position:absolute;
	bottom:-10px;
	left:50%;
	width:50px;
	height:2px;
	margin-left:-25px;
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
    background:#f9ad01;
}
#web-tv .carousel-item h3:hover:before {
	width:100px;
	margin-left:-50px;
}
#web-tv .carousel-item h3,
#web-tv .carousel-item h3 a {
    color: #fff;
    font-size: 36px;
    margin-top: 24px;
}
#web-tv .single-carousel .item:before,
#web-tv .single-carousel .item:after {
	content:'';
	position:absolute;
	left:20%;
	right:20%;
	background:rgba(255,255,255,0.41);
	height:1px;
	z-index:2;
}
#web-tv .single-carousel .item:before {
	top:50px;
}
#web-tv .single-carousel .item:after {
	bottom:50px;
}
#web-tv .single-carousel .item .bg {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
#web-tv .bg.hov-rot {
	-webkit-transform: scale(1.2);
	-moz-transform:scale(1.2);
	transform: scale(1.2);
}
#web-tv .single-carousel .item p,
#web-tv .error-wrap p {
	font-size:17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#eee;
	text-align:center;
    text-shadow:1px 1px 2px rgba(0,0,0,0.5);
}
#web-tv .customNavigation.gals a {
	position:absolute;
	bottom:40px;
	width:20px;
	height:40px;
	margin-top:-20px;
	z-index:3;
	line-height:40px;
	color:#fff;
    background-image:url(/Images/web-tv-arrows.png);
    background-repeat:no-repeat;
	border-radius:4px;
	cursor:pointer;
}
#web-tv .customNavigation.gals a.next-slide {
	right:200px;
    background-position:center right;
}
#web-tv .customNavigation.gals a.prev-slide {
	right:230px;
    background-position:center left;
}
#web-tv .customNavigation.gals a:hover {
	background-image:url(/Images/web-tv-arrows-hover.png);
}
#web-tv .owl-height {
    -webkit-transition:height 500ms ease-in-out;
    -moz-transition:height 500ms ease-in-out;
    -o-transition:height 500ms ease-in-out;
    transition:height 500ms ease-in-out
}
#web-tv .owl-carousel {
    display:none;
    width:100%;
    -webkit-tap-highlight-color:none;
    position:relative;
    z-index:1
}
#web-tv .owl-carousel .owl-stage {
    position:relative;
    -ms-touch-action:pan-Y
}
#web-tv .owl-carousel .owl-stage:after {
     content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
 }
#web-tv .owl-carousel .owl-stage-outer {
     position:relative;
    overflow:hidden;
    -webkit-transform:translate3d(0px,0,0)
 }
#web-tv .owl-carousel .owl-controls .owl-dot,
#web-tv .owl-carousel .owl-controls .owl-nav .owl-next,
#web-tv owl-carousel .owl-controls .owl-nav .owl-prev {
     cursor:pointer;
    cursor:hand;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
#web-tv .owl-carousel.owl-loaded {
    display:block
}
#web-tv .owl-carousel.owl-loading {
    opacity:0;
    display:block
}
#web-tv .owl-carousel.owl-hidden {
    opacity:0
}
#web-tv .owl-carousel .owl-refresh .owl-item {
    display:none;
}
#web-tv .owl-carousel .owl-item {
    position:relative;
    min-height:1px;
    float:left;
    -webkit-backface-visibility:hidden;
    -webkit-tap-highlight-color:transparent;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
#web-tv .owl-carousel .owl-item img {
    display:block;
    width:100%;
    -webkit-transform-style:preserve-3d
}
#web-tv .owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select:auto;
    -moz-user-select:auto;
    -ms-user-select:auto;
    user-select:auto}
    .owl-carousel .owl-grab{cursor:move;
    cursor:-webkit-grab;
    cursor:-o-grab;
    cursor:-ms-grab;
    cursor:grab
}
#web-tv .owl-carousel.owl-rtl {
    direction:rtl
}
#web-tv .owl-carousel.owl-rtl .owl-item {
    float:right
}
#web-tv .no-js .owl-carousel {
    display:block
}
#web-tv .owl-carousel .owl-item .owl-lazy {
    opacity:0;
    -webkit-transition:opacity 400ms ease;
    -moz-transition:opacity 400ms ease;
    -ms-transition:opacity 400ms ease;
    -o-transition:opacity 400ms ease;
    transition:opacity 400ms ease
}
#web-tv .owl-carousel .owl-item img {
    transform-style: preserve-3d
}
/*end index slider*/
/*menu style*/
#menu {
    width:calc(100% - 280px);
    float:right;
    margin:20px 80px 0 0;
    text-align:right;
}
#header.fixed-type #menu {
    margin:10px 20px 0 0;
}
#menu .menu-icon {
	display:none;
	position:absolute;
    z-index:4;
	overflow:hidden;
	padding:6px 10px;
	width:40px;
	height:37px;
	-webkit-appearance:none;
	-moz-appearance:none;
	box-shadow:none;
	border:none;
	cursor:pointer;
	-webkit-transition:background .3s;
	transition:background .3s;
    background:#143a85;
    margin-top:24px;
    font-family:'league_gothicregular', Arial, sans-serif;
    font-size:25px;
    line-height:26px;
    color:#531a23;
    text-align:left;
    right:60px;
    top:-18px;
    text-indent:-9999px;
}
#menu.fixed-type .menu-icon,
#menu.inner-menu .menu-icon {
    right:20px;
}
#menu .menu-icon:focus {
	outline:0
}
#menu .menu-icon span {
	display:block;
	position:absolute;
	top:17px;
	left:5px;
	right:4px;
    width:30px;
	height:2px;
    background:#fff;
    -webkit-transition:-webkit-transform .3s;
	transition:transform .3s
}
#menu .menu-icon span::after,
#menu .menu-icon span::before {
	position:absolute;
	display:block;
	left:0;
	width:100%;
	height:2px;
	background:#fff;
	content:"";
}
#menu .menu-icon span::before {
	top:-10px;
}
#menu .menu-icon span::after {
	bottom:-10px;
}
#menu .menu-icon:hover,
#menu .menu-icon.is-active {
	background:#f8ad00;
    color:#fff;
}
#menu .menu-icon:hover span,
#menu .menu-icon.is-active span,
#menu .menu-icon:hover span::after,
#menu .menu-icon:hover span::before,
#menu .menu-icon.is-active span::after,
#menu .menu-icon.is-active span::before {
	background:#fff;
}
#menu .menu-icon.is-active span {
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}
#menu .menu-list ul li {
	display:inline-block;
    margin-right:10px;
}
#menu .menu-list ul li:last-child {
    margin-right:0;
}
#menu .menu-list ul li a {
	padding:8px 10px;
    display:block;
    font-family:'Raleway', sans-serif;
    font-size:14px;
    font-weight:bold;
    color:#555;
}
#menu .menu-list ul li.lang {
    display:none;
}
#menu .menu-list ul li.lang.inner-lang,
#menu.fixed-type .menu-list ul li.lang {
    display:inline-block;
}
#menu .menu-list ul li.lang.inner-lang a,
#menu.fixed-type .menu-list ul li.lang a {
    color:#d41622;
}
#menu .menu-list ul li.selected a,
#menu .menu-list ul li a:hover {
    border-bottom:solid 2px #f9ad01;
}
#menu .menu-list ul li.select > a {
    font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
    letter-spacing:-0.05em;
    font-size:15px;
}
#menu .menu-mobile {
    position:absolute;
    z-index:6;
    display:none;
    right:60px;
    top:43px;
}
#header.fixed-type #menu .menu-mobile {
    right:20px;
}
#menu.inner-menu .menu-mobile {
    right:20px;
}
#menu .menu-mobile ul {
    display:none;
    position:absolute;
    background:#f8ad00;
    text-align:left;
    right:0;
    padding:5px 0;
    width:180px;
}
#menu .menu-mobile ul li {
    display:block;
}
#menu .menu-mobile ul li:last-child {
    border-bottom:none;
}
#menu .menu-mobile ul li a {
    display:block;
    color:#fff;
    font-family: 'Montserrat', sans-serif;
    font-size:14px;
    padding:8px 10px;
    text-shadow:none;
    letter-spacing:2px;
    font-weight:bold;
}
#menu .menu-mobile ul li a:hover {
    background-color:#c2ba98;
    color:#333;
}
#menu .menu-mobile ul li ul {
    padding:0;
    margin:0;
}
/*menu style*/


@media only screen and (max-height:740px) {
    #landing-page .right-column .inner .form ul li {
        margin-bottom:10px;
    }
    #landing-page .right-column .inner .logo ul li figure {
        width:100px;
    }
    #landing-page .right-column .inner .form {
        padding:20px 20px;
    }
    #landing-page .right-column .inner .form ul li:nth-child(5) {
        margin-top:10px;
    }
}
@media only screen and (max-width:1020px), screen and (max-height:660px) {
    #landing-page .left-column {
        width:60%;
        height:680px;
    }
    #landing-page .right-column {
        width:40%;
        height:680px;
    }
    #landing-page .gallery {
        top:680px;
    }
}
@media only screen and (max-width:1424px) {
    #content .recess,
    #footer .recess,
    #index .recess,
    #header .recess {
        width:100%;
        max-width:none;
        padding:0 20px;
    }
    #index .info .section-1 {
        width:100%;
    }
}
@media only screen and (max-width:1324px) {
    #index .tab-1 .right-column,
    #index .tab-1 .left-column {
        height:640px;
    }
    #index .tab-1 .left-column p {
        margin:180px 150px 0 0;
    }
    #index .tab-1 .right-column figure {
        margin:50px 0 0 -100px;
        max-width:none;
        width:calc(100% + 80px);
    }
    #index .tab-1 .right-column .arrow {
        left:auto;
        right:0;
        bottom:80px;
    }
    #index .gallery {
        margin:90px 0;
    }
    #index .gallery .recess {
        width:100%;
    }
}
@media only screen and (max-width:1290px) {
    #index .gallery {
        margin:80px 0;
    }
    #index .gallery .left-column {
        height:650px;
    }
    #index .gallery .left-column p span i {
        font-size:32px;
        line-height:38px;
    }
    #index .gallery .right-column figure {
        height:325px;
    }
    #index .manege figure {
        width:600px;
    }
    #index .manege .text {
        width:calc(100% - 650px);
    }
}
@media only screen and (max-width:1200px) {
    #landing-page .gallery .address > ul > li:first-child {
        width:calc(100% - 250px);
    }
    #landing-page .gallery .address > ul >li:last-child {
        width:100px;
    }
    #index .gallery {
        margin:60px 0;
    }
    #index .gallery .left-column {
        height:600px;
    }
    #index .gallery .right-column figure {
        height:300px;
    }
}
@media only screen and (max-width:1124px) {
    #header .logo img {
        height:60px;
    }
    #plans figure {
        width:500px;
        left:calc(50% - 220px);
    }
    #footer .top {
        padding:30px 0;
    }
    #footer .top .left-column {
        width:35%;
    }
    #footer .top .mail-list {
        width:35%;
    }
    #footer .top .right-column {
        width:20%;
    }
    #index .gallery {
        margin:40px 0;
    }
    #index .gallery .left-column p {
        height:360px;
    }
    #index .manege figure {
        width:500px;
        margin-right:20px;
    }
    #index .manege .text {
        width:calc(100% - 520px);
        font-size:20px;
        line-height:28px;
    }
}
@media only screen and (max-width:1024px) {
    #content .recess,
    #footer .recess,
    #index .recess,
    #header .recess {
        padding:0 10px;
    }
    #index .tab-1 .left-column {
        width:100%;
        height:auto;
        float:none;
    }
    #index .tab-1 .left-column p {
        width:100%;
        max-width:none;
        margin:0 0 40px 0;
        padding:20px 0;
        float:none;
        text-align:center;
    }
    #index .tab-1 .right-column {
        padding:0;
        width:100%;
        height:auto;
        float:none;
    }
    #index .tab-1 .right-column figure {
        width:100%;
        max-width:none;
        position:static;
        margin:0 0 50px 0;
        padding:5px;
    }
    #index .tab-1 .right-column p {
        width:100%;
        position:static;
        left:0;
        padding:0 10px;
    }
    #index .tab-1 .right-column .arrow {
        width:100%;
        position:static;
        left:0;
        bottom:0;
        margin-top:20px;
        padding:0 10px;
        text-align:right;
    }
    #plans {
        margin:50px 0;
        position:relative;
    }
    #plans figure {
        width:100%;
        position:static;
        left:0;
    }
    #social-media .phone {
        width:30px;
    }
    #architectural {
        background-size:300px;
    }
    #architectural article {
        width:calc(100% - 230px);
    }
    #contact .left-column .form {
        width:100%;
    }
    #landing-page .left-column {
        width:50%;
        height:730px;
    }
    #landing-page .right-column {
        width:50%;
        height:730px;
    }
    #landing-page .gallery {
        top:730px;
    }
    #landing-page .gallery #tabs > ul {
        border-bottom:0;
    }
    #landing-page .gallery #tabs > ul > li {
	    width:calc(33% - 11px);
        border-bottom:solid 1px #f0f0f0;
    }
    #landing-page .gallery #tabs > ul li:nth-child(3n+3) {
        margin:0;
    }
    #menu .menu-icon,
    #menu .menu-mobile {
        display:block;
    }
    #index .tabs .right-column .tab-2,
    #menu .menu-list {
        display:none;
    }
}
@media only screen and (max-width:860px) {
    #landing-page .gallery .address > ul > li:nth-child(2) {
        width:50%;
        text-align:left;
    }
    #landing-page .gallery .address > ul > li:last-child {
        width:50%;
    }
    #index .manege figure {
        width:100%;
        margin:0 0 20px 0;
        display:block;
    }
    #index .manege .text {
        width:100%;
        display:block;
    }
    #landing-page .gallery .address > ul > li:first-child {
        display:none;
    }
}
@media only screen and (max-width:824px) {
    #plans .left-column {
        width:100%;
        float:none;
        padding-top:0;
        text-align:center;
    }
    #plans #tabs > ul li:first-child a {
        border-top-right-radius: 15px;
    }
    #plans #tabs > ul li:nth-child(5) a {
        border-bottom-right-radius:15px;
    }
    #index .info .section-1-mobile {
        display:block;
    }
     #footer .top .left-column {
        width:100%;
        margin:0;
        float:none;
        text-align:center;
    }
    #footer .top .mail-list {
        width:100%;
        max-width:400px;
        float:none;
        margin:50px auto;
    }
    #footer .top .right-column {
        width:100%;
        float:none;
    }
    #web-tv,
    #social-media {
        height:70%;
    }
    #web-tv .customNavigation.gals a {
	    bottom:0;
        top:calc(70% - 50px);
    }
    #web-tv .customNavigation.gals a.next-slide {
	    right:100px;
    }
    #web-tv .customNavigation.gals a.prev-slide {
	    right:130px;
    }
    #scroll-page {
        bottom:auto;
    }
    #content .inner > ul li {
        border-bottom:solid 1px #f8f8f8;
    }
    #content .inner > ul li:last-child {
        border-bottom:0;
    }
    #content .inner > ul li .shell {
        width:100%;
    }
    #content .inner > ul li:nth-child(odd) .shell {
        border-right:0;
        text-align:left;
        padding-right:0;
    }
    #content .inner > ul li:nth-child(even) .shell {
        float:none;
        border-left:0;
        padding-left:0;
        left:0;
        position:relative;
    }
    #architectural {
        background-size:250px;
        padding-bottom:270px;
    }
    #architectural article {
        width:100%;
    }
    #gallery ul li {
        width:calc(33% - 12px);
    }
    #gallery ul li:nth-child(3n+3) {
        margin:0 0 16px 0;
    }
    #gallery ul li:nth-child(4n+4) {
        margin-right:20px;
    }
    #contact .left-column {
        width:100%;
        float:none;
        margin-bottom:50px;
    }
    #contact .left-column .form {
        width:100%;
    }
    #contact .right-column {
        width:140px;
        float:none;
        position:absolute;
        z-index:3;
        right:0;
        top:0;
    }
    #contact .right-column img {
        box-shadow:-8px 8px 12px rgba(0,0,0,0.2);
    }
    #landing-page .left-column {
        position:static;
        width:100%;
        height:auto;
    }
    #landing-page .left-column .slogan {
        position:static;
    }
    #landing-page .right-column {
        position:static;
        width:100%;
        height:auto;
        background:#f9f9f9;
        top:auto;
    }
    #landing-page .gallery {
        position:static;
    }
    #landing-page .gallery #tabs > ul > li {
	    width:calc(50% - 10px);
    }
    #landing-page .gallery #tabs > ul li:nth-child(3n+3) {
        margin:0 20px 0 0;
    }
    #landing-page .gallery #tabs > ul li:nth-child(2n+2) {
        margin:0;
    }
    #landing-page .gallery #tabs > div ul li {
        width:calc(33% - 12px);
    }
    #landing-page .gallery #tabs > div ul li:nth-child(5n+5) {
        margin:0 20px 20px 0;
    }
    #landing-page .gallery #tabs > div ul li:nth-child(3n+3) {
        margin:0 0 20px 0;
    }
    #index .info .section-1,
    #web-tv p,
    #landing-page .left-column .shadow,
    #plans .right-column,
    #content .inner > ul li .shell .top .round {
        display:none;
    }
}
@media only screen and (max-width:720px) {
    #landing-page .right-column {
        padding:10px;
    }
    #content .inner article .table ol li {
        display:block;
    }
    #content .inner article .table ol li span {
        width:100%;
        display:block;
    }
    #content .inner article .table ol li span:first-child {
        width:100%;
        border-right:0;
        border-bottom:solid 1px #999;
    }
    #index .gallery .left-column {
        width:100%;
        height:500px;
    }
    #index .gallery .left-column p {
        height:auto;
        padding:40px 20px;
    }
    #index .gallery .left-column p span i {
        width:100%;
        max-width:240px;
        font-size:24px;
        line-height:32px;
    }
    #index .gallery .left-column p span i a {
        font-size:18px;
    }
    #index .gallery .right-column {
        display:none;
    }
}
@media only screen and (max-height:624px) {
    #web-tv,
    #social-media {
        height:100%;
    }
    #web-tv .customNavigation.gals a {
        top:calc(100% - 50px);
    }
    #scroll-page {
        bottom:30px;
    }
}
@media only screen and (max-width:624px) {
    #contact .form.style-2 ul li,
    #contact .left-column .form ul li {
        width:100%;
        float:none;
        margin-bottom:20px;
    }
    #web-tv,
    #social-media {
        height:40%;
    }
    #web-tv .customNavigation.gals a {
        top:calc(40% - 30px);
    }
    #scroll-page {
        top:calc(40% - 80px);
        left:20px;
    }
    #footer .bottom .phone {
        width:100%;
        float:none;
        text-align:center;
    }
    #footer .bottom .link {
        width:50%;
    }
    #footer .bottom .artasgrubu {
        width:50%;
    }
    #content .inner article .table-3 .left {
        width:100%;
        display:block;
        border-right:0;
        border-bottom:solid 1px #999;
    }
    #content .inner article .table-3 .right {
        width:100%;
        display:table;
    }
}
@media only screen and (max-width:524px) {
    #gallery ul li {
        width:calc(50% - 10px);
    }
    #gallery ul li:nth-child(2n+2) {
        margin:0 0 16px 0;
    }
    #gallery ul li:nth-child(3n+3) {
        margin-right:20px;
    }
    #contact .left-column .address {
        width:100%;
    }
    #contact .left-column .phones {
        width:100%;
        position:relative;
        top:30px;
        left:0;
    }
    #contact .left-column .form {
        margin-top:100px;
    }
    #contact .right-column {
        width:80px;
    }
    #landing-page .gallery #tabs > div ul li {
        width:calc(50% - 10px);
    }
    #landing-page .gallery #tabs > div ul li:nth-child(3n+3) {
        margin:0 20px 20px 0;
    }
    #landing-page .gallery #tabs > div ul li:nth-child(2n+2) {
        margin:0 0 20px 0;
    }
    #landing-page .gallery .address a {
        font-size:25px;
    }
    #landing-page .gallery .address > ul > li {
        float:none;
    }
    #landing-page .gallery .address > ul > li:nth-child(2) {
        width:100%;
        text-align:center;
    }
    #popup-banner figure {
        width:300px;
        height:300px;
        top:calc(50% - 150px);
        left:calc(50% - 150px);
    }
    #landing-page .gallery .address > ul > li:last-child {
        display:none;
    }
}
@media only screen and (max-width:480px) {
    #landing-page .gallery #tabs > ul > li {
	    width:100%;
        float:none;
        margin-right:0;
    }
    #landing-page .gallery #tabs > ul li:nth-child(3n+3) {
        margin:0;
    }
    #landing-page .gallery #tabs > div ul li {
        width:calc(100%);
        float:none;
        margin:0 0 20px 0;
    }
    #landing-page .gallery #tabs > div ul li:nth-child(3n+3) {
        margin:0 0 20px 0;
    }
    #landing-page .gallery #tabs > ul > li:last-child {
	    border-bottom:0;
    }
}
@media only screen and (max-width:424px) {
    #gallery ul li {
        width:100%;
        float:none;
    }
    #popup-banner figure {
        width:250px;
        height:250px;
        top:calc(50% - 125px);
        left:calc(50% - 125px);
    }
}
@media only screen and (max-height:700px) {
    #landing-page .left-column {
        position:relative;
        width:100%;
        height:400px;
    }
    #landing-page .left-column .slogan {
        position:static;
    }
    #landing-page .left-column .slogan img {
        width:340px;
    }
    #landing-page .right-column {
        position:static;
        width:100%;
        height:auto;
        background:#f9f9f9;
        top:auto;
    }
    #landing-page .gallery {
        position:static;
    }
    #landing-page .gallery #tabs > ul > li {
	    width:calc(50% - 10px);
    }
    #landing-page .gallery #tabs > ul li:nth-child(3n+3) {
        margin:0 20px 0 0;
    }
    #landing-page .gallery #tabs > ul li:nth-child(2n+2) {
        margin:0;
    }
    #landing-page .gallery #tabs > div ul li {
        width:calc(33% - 12px);
    }
    #landing-page .gallery #tabs > div ul li:nth-child(5n+5) {
        margin:0 20px 20px 0;
    }
    #landing-page .gallery #tabs > div ul li:nth-child(3n+3) {
        margin:0 0 20px 0;
    }
    #landing-page .left-column .shadow,
    #scroll-page.style-2 {
        display:none;
    }
}
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;
	stroke-width:1.5;
	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-image:url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
	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 #d9116a;
	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;
    }
}
