
@media (min-width: 1200px) {
    .container{
		max-width: 1600px;
	}
}
@media (max-width: 1200px) {
	.page-rezervasyon {
		position: relative;
		width: 100%;
		float: left;
		margin-top: 0px;
	}
	form#mainForm {
		background: rgba(0, 0, 0, 1);
		position: relative;
		padding-top: 20px;
		height: auto;
		padding-bottom:15px;
	}
	form#mainForm div[class^='col-'] {
		padding:0px 20px;
	}
}
@media (max-width: 991px) {
    .navbar-header {
        float: none;
        height: 75px;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px; 
    }
    .navbar-nav>li {  
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    header .header-main .logo{
        text-align: left;
    }
    header .header-main .logo .header-logo img {
	    text-align: left;
	    height: 105px;
	    margin: 10px;
	}
	header .header-main.fixed .header-logo img {
    	margin-top: 0px;
        height: 55px;
	}
	header .header-main-nav {
    	float: left;
	}
    .navigation.navbar-collapse{
        background: #111;
    }
    .navbar-toggle {
        border-color: #fff;
    }
    .navbar-toggle .icon-bar{
        background-color: #fff;
    }
    .navigation {
        width: 100%;
    }
    .navbar-toggle {
        margin-top: 20px;
    }

    
    .responsive-menu #nav-icon{
        display: block;
    }

    .responsive-menu.fixed #nav-icon{
        top: 30px;
    }

	.event-box{
		display: block;
	}
	.event-date {
		width: 100%;
		display: block;
		text-align: center;
		color: #daa700;
		padding: 10px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
	}
	.event-img {
		float: none;
		width: 300px;
		margin-right: 0px;
		margin-left: 0px;
		margin: 0 auto
	}
	.event-desc {
		width: 100%;
		display: block;
		padding: 20px;
		text-align: center;
	}
	.main-slider .carousel-caption {
		z-index: 99;
		top: 30%;
		right: 0%;
		left: 0%;
		text-shadow: none;
	}
}


@media only screen and (max-width: 767px){
	.responsive-menu #nav-icon {
        right: 20px;
    }
    .responsive-menu .menu {
        width: 100%;
        right: -100%;
    }
    .responsive-menu .menu-top {
        padding: 10px;
        height: 64px;
    }
	
	.main-slider .carousel-caption {
		right: 2%;
		left: 2%;
	}
	.main-slider .carousel-caption h2 {
		color: #fff;
		font-weight: 300;
		font-size: 30px;
		line-height: 40px;
		text-shadow: none;
		letter-spacing: 5px;
		padding: 0 20px;
	}
	.main-slider .carousel-caption h3 {
		color: #fff;
		font-weight: 300;
		line-height: 32px;
		text-shadow: none;
	}
	.owl-prev {
		left: 46%;
	}
	.owl-next {
		left: 53%;
	}
	#main-artist .owl-prev {
		left: 45%;
	}
	#main-artist .owl-prev {
		right: 55%;
	}
	.page-banner .page-title {
		font-size: 30px;
	}
	.cotanctForm .mfrGroup {
		width: 100%;
	}
	.cotanctForm .mfrGroup {
		padding-right: 0;
	}

	.main-slider .item .carousel-img::before {
	    content: "";
	    height: calc(100vh - 30px);
	    width: calc(100% - 30px);
	    margin: 15px;
	    border: 1px solid black;
	    position: absolute;
	    border: 1px solid rgba(255,255,255,0.6);
	}
	.page-banner-img::before {
	    content: "";
	    height: calc(100vh - 30px);
	    width: calc(100% - 30px);
	    margin: 15px;
	    border: 1px solid black;
	    position: absolute;
	    border: 1px solid rgba(255,255,255,0.6);
	}
	.page-banner-img-full::before {
	    content: "";
	    height: calc(100% - 30px);
	    width: calc(100% - 30px);
	    margin: 15px;
	    border: 1px solid black;
	    position: absolute;
	    border: 1px solid rgba(255,255,255,0.3);
	}
	.food-menu-back::before {
		content: "";
		height: calc(100% - 30px);
	    width: calc(100% - 30px);
		margin: 15px;
	}
	.page-banner-slider .item .carousel-img::before {
		content: "";
		height: calc(100% - 30px);
	    width: calc(100% - 30px);
		margin: 15px;
	}
	.main-organizasyon h4 {
		margin: 0;
	}
	.main-organizasyon .item {
		margin: 50px 0 30px 0;
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.main-organizasyon .owl-nav {
		position: absolute;
		right: 20px;
		left: auto;
		top: -10px;
	}
	.tabs-all ul li {
		width: auto;
		float: none;
		text-align: center;
	}

	.owl-item.active{
		right: 30px;
	}

}

@media only screen and (max-width: 489px) {
	#collection-slider .col-img {
	    height: 240px;
	}
}