


@media only screen and (max-width: 1480px) {
	
	header .logo {
		background: url(../background/temp-img/svg/gala-logo.png)no-repeat;
		width: 150px;
		height: 36px;
		background-size: 150px auto;
	}
	
	header .logo-pos {
		width: 150px;
		height: 36px;
		top: 33px;
	}

}



@media only screen and (max-width: 1280px) {
	header .book-appointment-pos {
    position: absolute;
    top: 30px;
    right: 70px;
    height: 40px;
    display: block;
	} 
}


@media only screen and (max-width: 1279px) {
	
		
	.intro-homepage .arc-pos {
		position: relative;
		right: 0;
		margin: auto;
		bottom: -260px;
		left: 0;
	}
	
	.section-full-image-width-1 {
    height: 440px;
	}
	
	.section-full-image-width-1 .text-pos{
		max-width: 90%;
		height: 220px;
	} 
}
	


/******** TABLE *************/

@media only screen and (max-width: 768px) {
	
	.cd-main-content{
		padding-top:60px;
	}
	
	.wrp{
	  width:90%;
	}

	.section-style-1 {
		height: auto;
	}
	
	.section-style-1 .section-box-center {
		position: inherit;
		width: 90%;
		margin: 30px auto 0 auto;
	}

	.section-style-1.section-photo-bottom .section-box-center{
		margin: 0 auto 50px auto;
	}


	
	.categories-main-page .left-sidebar{
		display: none;
	}

	.mobile-filter {
		display: table;
		position: fixed;
		bottom: 0;
		left: 0;
		background: #f3f3f3;
		z-index: 3;
		width: 100%;
		padding: 20PX;
		bottom: -200%;
		transition: all ease 0.8s;
		overflow-y: scroll;
		 overflow-y: auto;
	}
	
	
	.mobile-filter ul.filter-ctn {
		max-height: 300px;
		display: table;
		overflow: scroll;
		padding: 0px 0 60px 0;
	}
	
	.mobile-filter.show {
		bottom:50px;
		transition: all ease 0.8s
	}
	
	.mobile-buttons-pos {
			position: relative;
			width: 100%;
			background: #fff;
			display: table;
			height: 50px;
	}

	.mobile-buttons-pos .book-appointment-ctn{
		position: absolute;
		left: 0;
		bottom: 0;
		width:50%;
	}


	.mobile-buttons-pos .mobile-filter-ctn{
		position: absolute;
		right: 0;
		bottom: 0;
		width:50%;
	}

	.contact-pos {
		 position: inherit; 
		right: 0;
		top: 0;
		margin: 50px auto;
	}

	.google-map {
		height: 300px;
	}


	.section-full-image-width-1 .text-pos {
		height: 300px;
	}

	
	
		
}/***end of media 768px ****/

@media only screen and (max-width: 767px) {

	header.header {
		height: 60px;
	}

	header .logo-pos {
		position: absolute;
		left: 0;
		width: 152px;
		height: 36px;
		display: block;
		top: 10px;
	}

    header .logo {
		width: 150px;
		height: 36px;
		background-size: 150px auto;
	}

	.section-slider-thumbs .owl-theme .owl-nav{
		margin-top:0
	}
	
	.section-full-image-width-1 .text-pos{
		height: 300px;
		margin: auto;
	}
	
	
	.image-thumb-carousel img{
		height: 400px!important;
	}

	.section-style-1 .image-size {
		height: 600px!important;
	}
	
	.section-style-1 .image-size img {
		height: 100%!important;
		width: 100%;
	}
	
	.horizontal-menu.tablet li{
		margin-right: 0;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	
	footer{
	  padding:50px 0 80px 0;
	}

	footer .mobile-col-style .col{
		margin-bottom:20px
	}
	
	footer .mobile-col-style .col:last-child{
		margin-bottom:0px
	}
	
	 .mobile-text-center,
	 .mobile-text-center .ta-right{
		 text-align:center!important
	 }
	 
	.movie-ctn .details-pos {
		position: relative;
		left: 0;
		background: var(--cl-dark-brown);
		width: 100%;
		padding: 0;
		height: auto;
		max-width: 100%;
		padding: 30px 5% 40px 5%;
	}
	
}



@media only screen and (max-width: 680px) {
	.section-style-1 .image-size {
		height: 300px!important;
	}
	
	footer .logo-contact-ctn .border-right {
		border-right: 0px solid #4F4F4F;
	}
	
	footer .logo-contact-ctn{
		border-bottom: 0px solid #4f4f4f;
		height: auto;
	}
	
	.horizontal-menu.mobile li{
		margin-right: 0;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.intro-homepage {
		position: relative;
		margin: 0 auto 50px auto;
	}

	.intro-homepage .video-pos {
		position: relative;
		left: 0;
		right: 0;
		margin: auto;
		max-height: 800px;
	}

	.intro-homepage .ctn-arc{
    background: url(../background/temp-img/svg/intro-door.svg) no-repeat;
    background-size: 100% 670px;
    width: 100%;
    height: 670px;
    padding: 130px 5% 30px 5%;
	width: 100%;
	margin: auto;
	}
		
	
	.intro-homepage .arc-pos {
		width: 100%;
		margin: auto;
		bottom: 0px;
	}	
	
	.intro-homepage .fonts-arc h1 {
    font-size: 24px;
    margin-bottom: 26px;
    line-height: 32px;
    width: 230px;
    margin: 0 auto 15px auto;
	}
	
	.intro-homepage .fonts-arc p {
    font-size: 14px;
	width: 300px;
    margin: auto;
	}
	
	.section-full-image-width-1 {
		height: 600px;
	}
	
	.section-full-image-width-1 .text-pos {
		height: 520px;
	}

	
}