html,body,div,span,object,iframe,p,blockquote,pre,abbr,address,cite,code,del,dfn,img,ins,kbd,q,samp,small,sub,sup,var,b,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,menu,nav,section,time,mark,audio,video,details,summary {
 outline: none;
 border: none;
 font-size: 100%;
 font-style: normal;
 vertical-align: baseline;
 background: none;
 margin: 0;
 padding: 0;
}

section {
    padding:0px;
    margin:0px;
}

article,aside,details,figcaption,figure,footer,header,nav,section,summary {
 display: block;
}
button,input,select,textarea {
    font: inherit;
    border: none;
    margin: 0;
}
a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: inherit;
    text-decoration: none;
}

a:focus {
    outline: none;
}

a:active {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
@font-face {
    font-family: 'cinzel-regular';
    src: url('/Cinzel-Regular.otf'),
         url('/cinzel-regular-webfont.eot'),
         url('/cinzel-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/cinzel-regular-webfont.woff2') format('woff2'),
         url('/cinzel-regular-webfont.woff') format('woff'),
         url('/cinzel-regular-webfont.ttf') format('truetype'),
         url('/cinzel-regular-webfont.svg#cinzelregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
    min-width: 1240px;
    margin: 0 auto;
    font-family: 'Play', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    position: relative;
}

.width{
    margin:0px auto;
    width: 1050px;
}

header{
    background: url(/uploads/site/header.png) no-repeat rgba(255,255,255,1);
    background-position: 50% 0;
    display: block;
    font-family: 'cinzel-regular', serif;
    font-size:20px;
    overflow: hidden;
    height:254px;
}

.audio_pause, .audio_play{
    position:absolute;
    right:0px;
    background:#000;
    height:64px;
    width:64px;
    cursor:pointer;
    z-index:9;
    background:#fff;
}

.see{
    display:block!important;
    z-index:99;
}


header ul{display:block;}

header ul li{
    display:inline-block;
    position:relative;
    margin-left:1%;
    margin-right:1%;
    top:-70px;
    cursor: pointer;
}

header ul li:nth-child(4){
    margin-left: 12%;
}
#slider_new{
    position:absolute;
    left:0;
    top:20%;
    height: 189px;
    
}
#slider_new img{
    margin:auto;
}

#scroll{
    display:none;
    position:fixed;
    bottom:10%;
    right:5%;
    z-index:999999;
    cursor:pointer;
}

.border {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.border:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #000;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.border:hover:before, .border:focus:before, .border:active:before {
  left: 0;
  right: 0;
}


#logo{
    display:inline-block;
    position: relative;
    margin-top:50px;
    margin-left:-116px;
    max-width:9%;
}

.logo_in_en{
    margin-left:10px!important;
}

#apartments{
    margin-top:-1px;
    width:100%;
    height: 100vh;
}

.section_1{
    background: url(/uploads/site/background_1.png) no-repeat #fff;
    background-position: 0 0;
    margin-top: -6px;
    padding-top: 140px;
    padding-bottom: 140px;
}

.tit{
    font-family: 'cinzel-regular', serif;
    font-size:35px;
    text-align:center;
    padding: 2rem;
}

.section_1 .tit{
    float:right;
    text-align:left;
    width:90%;
    margin-bottom:20px;
}

.section_6 .tit{
    margin-top:10px;
    margin-bottom:10px;
}

.txt{
    float:right;
    width:90%;
    text-align: justify;
}


.section_2{
    background: url(/uploads/site/background_2.jpg) no-repeat;
    background-size: cover;
    height:704px;
    width:100%;
}

.section_2_txt{
    margin-top:35.5px;
    text-align: center;
    font-family: 'cinzel-regular', serif;
    font-size:40px;
    line-height: 45px;
    color:#333;
    z-index:999999;
    width:100%;
}

#one, #one_en{
    display: block;
    text-indent: -8%;
    margin-bottom: -50px;
}

#one_en{
    text-indent:4%;
}

#two{
    display: block;
    font-size: 50px;
    margin-bottom: -50px;
}

.section_3{
    padding-top: 50px;
    padding-bottom: 50px;
}

.sector{
    float:left;
    width:33.33%
}

.sector img:hover{
    -webkit-transform: scale(1.1,1.1);
    -webkit-transition-duration: 1s;
    -moz-transform: scale(1.1,1.1);
    -moz-transition-duration: 1s;
    transform: scale(1.1,1.1);
    transition-duration: 1s;
}

.tit_2, .tit_3{
    font-family: 'cinzel-regular', serif;
    font-size:25px;
    margin-bottom: 20px;
    margin-top:20px;
    width:95%;
}

.tit_3{margin-bottom:44px;}

.section_4{
    overflow: hidden;
    width: 100%;
}

.foto{
    float:left;
    width:25%;
    height: 30vh;
}

.foto img{
    float:left;
    width:100%;
    height: 100%;
    object-fit: cover;
}

.section_4 img:hover{
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    -webkit-box-shadow: 0px 0px 133px -8px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 0px 133px -8px rgba(0,0,0,0.8);
    box-shadow: 0px 0px 133px -8px rgba(0,0,0,0.8);
    cursor: pointer;
    overflow: hidden;
}

.section_5{
    background: #fff;
    color:#3e3e3e;
    height:435px;
}

.section_5 p{color:#3e3e3e;}

.section_5 img{
    display: block;
    position: absolute;
    right: 0px;
}

.tit_classic{
    font-family: 'cinzel-regular', serif;
    font-size:30px;
    padding-top: 40px;
    text-align: center;
    color:#3e3e3e;
    padding-bottom: 120px;
}

.tit_classic span::after {
  content: url('/uploads/images/K&M Investment Poland.png');
  display: block;
  margin-top:20px;
}

.phone{
    display: block;
    color:#fff;
    float:left;
    width:33%;
}

.phone p{
    margin-left: 45%;
}

.vertical{
    float:left;
    border:none;
    height: 150px;
    margin-top:-50px;
    width:1px;
    background: #3e3e3e;
}

.mail{
    display: block;
    color:#fff;
    float:left;
    width:33%;
}

.mail p{
    margin-left: 20%;
}
.adres{
    display: block;
    color:#fff;
    float:left;
    width:33%;
}
.adres p{
    margin-left: 25%;
}

footer{
    background: #222;
    padding-top: 20px;
    padding-bottom: 20px;
    color:#fff;
}

.left{
    float:left;
}

.right{
    float:right;
}

.section_6{
}

.section_7{
    background: url(/uploads/site/background_1.png) no-repeat #fff;
    background-position: 0 0;
    margin-top: -6px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.section_7 img{height:auto!important;}
nav{
    display:inline-block;
}

nav span, nav a{
	position: relative;
	display: inline-block;
	color: #000;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
}

nav span:hover,
nav a:hover,
nav span:focus,
nav a:focus {
	outline: none;
}

.sort, .navigation span{
    font-family: 'cinzel-regular', serif;
    font-size:20px;
    display:inline-block;
    padding:10px;
    background:none!important;
    text-align:center;
}

.down span{
    font-family: 'cinzel-regular', serif;
    font-size:20px;
    display:inline-block;
    cursor:pointer;
    margin: 0 10px;
	padding: 10px;
}

.down span::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000;
	content: '';
	-webkit-transition: top 0.3s;
	-moz-transition: top 0.3s;
	transition: top 0.3s;
}

.down span::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 2px;
	background: #000;
	content: '';
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}

.down span:hover::before {
	top: 100%;
	opacity: 1;
}

.down span:hover::after {
	height: 100%;
}

.activ::before {
	top: 100%!important;
}

.activ::after {
	height: 100%!important;
}

.navigation span{
    display:block;
    float:left;
    margin-top:50px;
    width:20%;
    margin-right:-20px;
}

.available span, .reserved span, .sold span{
    display:block;
    float:left;
    padding:10px;
    text-align:center;
    width:20%;
    margin-right:-20px;
    background:rgba(144, 144, 144,0.5);
}

.available a, .reserved a, .sold a {
    display:block;
    float:left;
    padding:10px;
    text-align:center;
    width:20%;
    margin-right:-20px;
    cursor:pointer;
    background:rgba(144, 144, 144,0.5);
}

.available a::before, .reserved a::before, .sold a::before {
	position: absolute;
    margin-left: -8px;
    margin-top: -3px;
    width: 2px;
    height: 30px;
    background: #000;
    content: '';
}

.available a::after, .reserved a::after, .sold a::after{
	position: absolute;
    margin-left: 8px;
    margin-top: -3px;
    width: 2px;
    height: 30px;
    background: #000;
    content: '';
}

.available a:hover::before, .reserved a:hover::before, .sold a:hover::before{
    margin-left: 35px;
    margin-top: -35px;
    width: 2px;
    height: 60px;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    transform:rotate(90deg);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.available a:hover::after, .reserved a:hover::after, .sold a:hover:after{
    margin-left: -35px;
    margin-top: -3px;
    width: 2px;
    height: 60px;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    transform:rotate(90deg);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.available .en:hover::before, .reserved .en:hover::before, .sold .en:hover::befor {
    margin-left:26px!important;
}

.available .en:hover::after, .reserved .en:hover::after, .sold .en:hover::after{
    margin-left:-26px!important;
}


.reserved span, .reserved a{
    background: rgba(138, 26, 7, 0.5);
}

.sold span, .sold a{
    background: rgba(0, 0, 0,0.5)
}

.available, .reserved, .sold{
    margin-bottom:10px;
}

td{vertical-align:middle;background:rgba(144, 144, 144,0.5);text-align:center;padding:10px;}

.section_7 .tit{
    margin-top:50px;
    margin-bottom:50px;
}

.section_8{
    background: url(/uploads/site/background_1.png) no-repeat #fff;
    background-position: 0 0;
    margin-top: -6px;
    padding-top: 110px;
    padding-bottom: 190px;
}

.section_8 .tit{margin-bottom:20px;text-align:left;}

.section_9{
    background: url(/uploads/site/background_1.png) no-repeat #fff;
    background-position: 0 0;
    margin-top: -6px;
    padding-top:50px;
    padding-bottom: 50px;
}

.section_9 .tit{margin-top:30px;margin-bottom:20px;text-align:left;}

.section_9 .down span{font-size:14px;}

#name{margin-top:20px;}

#name span{
    display:block;
    float:left;
    padding:10px;
    text-align:center;
    margin-right:-20px;
    background:rgba(0, 0, 0,0.5);
}

#name span:nth-child(1){
    width:5%;
}

#name span:nth-child(2){
    width:25%;    
}

#name span:nth-child(3){
    width:70%;    
}

#selection_1{display:block;}
#selection_2{display:none;}
#selection_3{display:none;}


#form{margin-top:50px;}

.required input, .required textarea{
    display:block;
    float:left;
    padding:10px;
    background:none;
    border:1px solid #333;
    width:490px;
    margin-bottom:20px;
}

.required:nth-child(2) input, .required:nth-child(4) input{
    float:right!important;
}

.required:nth-child(5) input{width:1030px;}

.required textarea{width:1030px;max-height:200px;}

.submit input{padding:1%;width:100%;background:rgba(0, 0, 0,0.5);border:1px solid #333;}

.submit input:hover{background:rgba(144, 144, 144,0.5);}

.error_message {
	font-family: 'Lato', sans-serif;
    position: fixed;
    top: 200px;
    z-index: 9999999999999;
    text-align: center;
    left: 50%;
    margin-left: -190px;
    background:#ff6b6b;
    color: white;
    font-size: 14px;
    width: 380px;
    display:inline-block;
    padding: 20px 0px;
    box-shadow: 3px 3px 20px black;
    overflow:hidden;
    background:rgba(0, 0, 0,0.8);
}

.fb_invalid{
    width: 512px;
    height: 70px;
    overflow: hidden;
    float:left;
 }
 
.fb_invalid:nth-child(2), .fb_invalid:nth-child(4){
    float:right;
}
.fb_invalid:nth-child(5){
     width:1052px;
}

.fb_invalid:nth-child(6){
    width:1052px;
    height: 247px;
}

.section_9 h2{margin-top:100px;}

.more{
    display:block;
    float:right;
    margin-right:50px;
}

.more a::before{
	position: absolute;
    margin-left: -8px;
    margin-top: -3px;
    width: 2px;
    height: 30px;
    background: #000;
    content: '';
}

.more a::after{
	position: absolute;
    margin-left: 8px;
    margin-top: -3px;
    width: 2px;
    height: 30px;
    background: #000;
    content: '';
}

.more a:hover::before{
    margin-left: 45px;
    margin-top: -45px;
    width: 2px;
    height: 80px;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    transform:rotate(90deg);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.more a:hover::after{
    margin-left: -45px;
    margin-top: -10px;
    width: 2px;
    height: 80px;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    transform:rotate(90deg);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.language{display:block;position:absolute;right:5%;}

.language span{
    font-size:12px;
    margin: 0 10px;
	padding: 5px;
	padding-bottom:2px;
}

#s4 {
  width: 100%!important;
  height: 156px!important;
  padding: 0;
  margin: 0;
  text-align: center;
  background-color: rbgc(0, 0, 0, 0)!important ;
 }
#nav{display:none;}

#s4 img {
    margin-top:10px;
    display: block;
    height: auto;
    border: 0;
    margin-right: auto;
    margin-left: auto;
    width:100px;
}

#s4 div{
    width:100%;
    text-align:center;
}
  
.slider{
    position:absolute;
    top:75vH;
    width:100%;
    left:0px;
    text-align:center;
    margin: 0 auto;
    height:156px;
    background:rgba(255,255,255,0.5);
}
@media (max-width:1200px){.slider{display:none}}

#cookieinfo{
    display: none;
    width: 100%;
    color: white;
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    background: #222222;
    font-size: 12px;
    z-index:99999999999999999999;
}

#cookieinfo p{
    display:block;
    float:left;
    width:92%;
    margin:1%;
    margin-top: 1%;
}

#more{
    width:2%;
    display: block;
    float: right;
    margin-right:1%;
    margin-top:1.2%;
}

#close{
    width: 2%;
    display: block;
    float: right;
    margin-right:1%;
    margin-top:1.2%;
}

#cookieinfo img{
        margin-top: 5%;
        margin-bottom:5%;
        width:100%;
}

#close:hover img{-webkit-filter: blur(1px); -moz-filter: blur(1px); -o-filter: blur(1px); -ms-filter: blur(1px); filter: blur(1px);}

#more:hover img{-webkit-filter: blur(1px); -moz-filter: blur(1px); -o-filter: blur(1px); -ms-filter: blur(1px); filter: blur(1px);}

.gallery .img {
	height: 120px;
	/*width: 120px;   Adjust as you see fit */
	float: left;
	margin: 10px;
	text-align: center;
}

.gallery .img a {
	display: inline-block;
	border: 2px solid #ddd;
	padding: 1px;
}

.gallery .img a:hover {
	border-color: #999;
}

.gallery img {
	border: none;
}

.gallery .pagenavigation {
	height: 50px;
}

.gallery .prevpage a, .gallery .prevpage em {
	display: block;
	width: 50px;
	height: 39px;
	float: left;
	margin: 0;
	text-indent: -1000px;
	background: url(../../images/previous.png) transparent no-repeat 0 0;
	overflow: hidden;
}

.gallery .nextpage a, .gallery .nextpage em {
	display: block;
	width: 50px;
	height: 39px;
	float: left;
	margin: 0 6px 0 0;
	text-indent: -1000px;
	background: url(../../images/next.png) transparent no-repeat 0 0;
	overflow: hidden;
}

.gallery .parentlink a {
	display: block;
	width: 50px;
	height: 39px;
	float: left;
	text-indent: -1000px;
	background: url(../../images/uppage.png) transparent no-repeat 0 0;
	overflow: hidden;
}

.gallery .pagenavigation a:hover {
	background-position: 0 -40px;
}

.gallery .prevpage em, .gallery .nextpage em {
	background-position: 0 -80px;
}

.gallery .pagelinks {
	float: right;
	border-right: 2px solid #666;
}

.gallery .pagelinks a, .gallery .pagelinks em {
	margin-top: 6px;
	padding: 0 6px;
	border-left: 2px solid #666;
	text-align: center;
	font: bold 11px verdana; color: #666;
}

.gallery .pagelinks em {
	color: #000;
}

.galleryclear {
	clear: both;
}


/* FANCYBOX  -  version 1.3.4 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #000;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #000;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE7, IE8 */
.fancybox-ie .fancybox-bg { background: transparent !important; }

footer .left {
    margin-left:10px !important;
}
#slider_new{
    position:absolute;
    top:12%;
    height: 189px;
    
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    transition: 0.2s ease;
}
.swiper-container {
    
    height: 30vh;
}
.swiper-slide iframe {
    width: 100%;
    height: 100%;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-next {
        background-color: rgb(241 245 241 / 70%);
    padding: 1rem;
}
.swiper-button-prev {
        background-color: rgb(241 245 241 / 70%);
    padding: 1rem;
}

/* Stylesheet: style Modified On 2021-08-04 15:24:26 */
