@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

@font-face {
    font-family: 'KaushanScript';
    src: url('../fonts/KaushanScriptRegular.eot');
    src: url('../fonts/KaushanScriptRegular.eot') format('embedded-opentype'),
         url('../fonts/KaushanScriptRegular.woff2') format('woff2'),
         url('../fonts/KaushanScriptRegular.woff') format('woff'),
         url('../fonts/KaushanScriptRegular.ttf') format('truetype'),
         url('../fonts/KaushanScriptRegular.svg#KaushanScriptRegular') format('svg');
}

@font-face {
    font-family: 'MuseoSans';
    src: url('../fonts/MuseoSans_500.eot');
    src: url('../fonts/MuseoSans_500.eot') format('embedded-opentype'),
         url('../fonts/MuseoSans_500.woff2') format('woff2'),
         url('../fonts/MuseoSans_500.woff') format('woff'),
         url('../fonts/MuseoSans_500.ttf') format('truetype'),
         url('../fonts/MuseoSans_500.svg#MuseoSans_500') format('svg');
	font-style: normal;
	font-weight: 500;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/MontserratLight.eot');
    src: url('../fonts/MontserratLight.eot') format('embedded-opentype'),
         url('../fonts/MontserratLight.woff2') format('woff2'),
         url('../fonts/MontserratLight.woff') format('woff'),
         url('../fonts/MontserratLight.ttf') format('truetype'),
         url('../fonts/MontserratLight.svg#MontserratLight') format('svg');
	font-style: normal;
	font-weight: 300;
}




/*-----------------------------------------------------------------------------------*/
/*  1 - Reset
/*-----------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6{
    margin: 0;
    padding: 0;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
a{
	text-decoration: none;
	color: #000;
}
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
input,
button,
select,
textarea {
  font-family: inherit;
}
textarea{
	border: 1px solid #565656;
	border-radius: 5px; 
	resize: none;
	width: 25rem;
	height: 9rem;
	margin-bottom: 1.875rem;
}
input[type=submit]{
	background: transparent;
	border: 1px solid #CC922A;
	border-radius: 5px;
	width: 17.1875rem;
	height: 2.375rem;
	font-size: 1.26em;
	color: #FFF;
	text-transform : uppercase;
	outline: none;
	cursor: pointer;
}
input[type=submit]:hover{
	background: #CC922A;
}
.input-text:focus, select:focus, textarea:focus{
	outline: none;
}
button, .button{
	cursor: pointer;
	font-size: 19px;
	font-size: 1.188rem;
	text-transform: uppercase;
	padding: 14px 25px;
	border: 2px solid #ebebeb;
	background-color: rgba(255,255,255,0.7);
	border-radius: 7px;
}

.clearfix:after,
.container:after,
.row:after{
	content: '';
	display: table;
	clear: both;
}

/*-----------------------------------------------------------------------------------*/
/*  2 - Global CSS
/*-----------------------------------------------------------------------------------*/
html, body{
	height: 100%;
}

body{
	margin: 0;
	padding: 0;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	letter-spacing: 1px;
	word-spacing: 1px;
}

.wrapper
{
	max-width:100%;
	margin:0px auto;
}

p{
	margin: 0 0 10px;
}

.alignleft {
    float: left;
    margin-right: 20px;
}

.alignright {
    float: right;
    margin-left: 20px;
}
.aligncenter {
    display: block;
    margin: 20px auto;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.container{
	max-width: 70rem;
	margin: 0 auto;
	box-sizing: border-box;
}

/*-----------------------------------------------------------------------------------*/
/*  3 - Header
/*-----------------------------------------------------------------------------------*/

#header{
	background: #000;
	color: #FFF;
	text-transform: uppercase;
	padding: 0 1.25rem;
	background-size: cover;
	min-height: 800px;
}
#header + .section {
    padding-top: 3rem;
}
#topbar{
	padding-top: 1.25rem;
	font-size: 1.2em;
	border-bottom: 1px solid #FBAE17;
	color: #cfd5de;
	position: absolute;
	top: 0;
	left: 1.25rem;
	right: 1.25rem;
	z-index: 999;
}
#topbar-below{
	color: #cfd5de;
	margin-top: 8px;
	position: absolute;
    right: 0;
    top: 100%;
}
#header-address, #header-time{
	margin-top: 5px;
}
#header .site-switcher{
	width: 15rem;
	margin: 0 auto 5px;
	color: #FBAE17;
	cursor: pointer;
	font-size: 1.5em;
	position: relative;
}
#header .site-switcher ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	margin-top: 1rem;
}
#header .site-switcher ul a{
	color: #FBAE17;
}
#header .site-switcher span.current{
	text-transform: uppercase;
	font-weight: 700;
}
#header .site-switcher span.current:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 7px solid;
	border-color: #FBAE17 transparent transparent transparent;
	vertical-align: bottom;
	margin-left: 10px;
}
#logo{
	margin-bottom: 60px;
}
#main-menu{
	font-size: 1.4em;
	line-height: 1.75;
}
#main-menu a, #mobile-main-menu a{
	color: #FFF;
}



.parallax-images{
	overflow: hidden;
	position: relative;
}
.parallax-images .bg-image-container{
	position: relative;
	height: 100%;
	margin-left: -1.25rem;
    margin-right: -1.25rem;
	background: transparent center center no-repeat scroll;
	background-size: cover;
}
.section .parallax-images .bg-image-container{
	background-size: auto;
	height: 200%;
}
.parallax-images .bg-image-container img{
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
}
.parallax-images .text-container{
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	right: 0;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}


/*-----------------------------------------------------------------------------------*/
/*  4 - Home Section
/*-----------------------------------------------------------------------------------*/

#menu.section{
	margin-top: 50px;
}
.section .page-header{
	min-height: 27rem;
	background-repeat: no-repeat;
	background-position: center top; 
	position: relative;
}
.section .page-title{
	display: block;
	background: rgba(21, 71, 104, .9);
	border: none;
	color: #FFF;
	font-size: 2.4em;
	text-transform: uppercase;
	padding: 1.5rem 4.375rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);

	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.6);
}

.page-content{
	margin-top: 2.8125rem;
}
.page-content h2{
	color: #154768;
	font-size: 2.66em;
	line-height: 1;
}
.page-content p{
	font-size: 1.26em;
}
.page-content div.line-through{
	color: #CE932A;
	position: relative;
	z-index: 1;
}
.page-content div.line-through:after{
	display: block;
	border-bottom: 1px solid #E39525;
	content: "";
	position: absolute;
	bottom: 50%;
	left: 0;
	right: 0;
	z-index: 0;
}
.page-content div.line-through p{
    background-color: #ded8d5;
    position: relative;
    z-index: 1;
    display: block;
    width: 13rem;
    margin: 0 auto;
    line-height: 1.5;
}


/*-----------------------------------------------------------------------------------*/
/*  5 - Tab
/*-----------------------------------------------------------------------------------*/

#page-menu .tabs{
	max-width: 55rem; 
	margin: 0 auto;
}
.tabs ul.tab-titles{
	display: inline-block;
}
.tabs ul.tab-titles li{
	display: inline-block;
}
.tabs ul.tab-titles li a{
	display: block;
	padding: 1.25rem 1rem;
	font-size: 1.3em;
	font-weight: 700;
}
.tabs ul.tab-titles li.active a, .tabs ul.tab-titles li:hover a{
	color: #FFF;
	background: #CD922A;
	border-radius: 3px;
}
.tabs .tab-contents{
	margin-top: 3.4375rem;
}
.tabs .tab-contents > div{
	display: none;
}
.tabs .tab-contents > div.active{
	display: inherit;
}

#page-menu .tabs .tab-contents{
	text-align:center;
}
#page-menu .tabs .tab-contents h4{
	color: #cf9206;
	font-size: 1.42em;
	padding-bottom: 15px;
	font-weight: bold;
}
#page-menu .tabs .tab-contents p
{	
	font-family: "MuseoSans";
	font-size: 1.333em;
    padding-bottom: 15px;
    line-height: 1.8;
	letter-spacing: 0.5px;
}
#page-menu .tabs .tab-contents p b{
	color: #801517;
	font-family: "Montserrat";
}
#page-menu .tabs .tab-contents h4{
	
}
#page-menu .tabs .tab-contents div.line-through p
{
	line-height: 1.8;
    padding-bottom: 0px;
}
#page-menu .tabs .tab-contents div.line-through
{
	margin-top: 30px;
    margin-bottom: 20px;
}
#page-menu .tabs .tab-contents div.line-through .halal-container{
	width: 100%;
}
#page-menu .tabs .tab-contents div.line-through img.halal-logo{
	position: absolute;
	top: 0;
	left: 100%;
	margin-top: -123px;
}

section
{
	padding-bottom:30px;
}

.events-list .event {
    display: block;
    width: 45%;
}

.events-list .event.odd {
    float: left;
}

.events-list .event.even {
    float: right;
}
.events-list .event .event-image img {
    width: auto;
    max-height: 450px;
}
.events-list .event .event-title
{
    margin-top: 30px;
    border-bottom: 1px solid #154768;
}
#page-parties-events .page-content h2{
	font-family: "KaushanScript";
	font-size: 2.8em;
}
.events-list .event .event-info
{
	margin-top: 10px;
    line-height: 2;
}

.events-list .event .event-info p{
	font-family: "MuseoSans", sans-serif;
}

#page-contact .page-content
{
	text-align:center;
	color: #FFF;
}
#page-contact .page-content .menu{
	font-weight: 300;
	font-size: 1.6em
}
#page-contact .page-content .menu p{
	font-size: 1em;
}
#page-contact .page-content  p
{
	padding-bottom: 15px;
    line-height: 1.8;
	font-size: 1.4em;
}
#page-contact .page-content .contact-bottom{
	font-family: "MuseoSans", sans-serif;
}
#page-contact .hr-small
{
	width:10%;
	border-color: #CE932A;
}

#map-canvas{
	width: 100%;
	height: 20.625rem;
	border: 5px solid #FFF;
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 2rem;
}
#page-contact .page-content h3{
	font-family: "KaushanScript", sans-serif;
	font-size: 3.5em;
	color: #ce932a;
}

/*-----------------------------------------------------------------------------------*/
/*  6 - Footer
/*-----------------------------------------------------------------------------------*/

ul.social-list li {
    display: inline-block;
    padding: 10px;
}
footer#footer {
    padding: 50px;
    background: #CE932A url(../images/top-footer-bg.jpg) center top repeat-x scroll;
    position: relative;
}
#footer:before{
	content: "";
 	box-shadow: 0px 3px 2px #8D662F;
 	display: block;
 	height: 26px;
 	width: 100%;
 	position: absolute;
 	top: 0;
 	left: 0;
 	right: 0;
}
#footer h2{
	font-family: "KaushanScript", sans-serif;
	color: #154768;
	font-size: 2.8em;
	margin-bottom: 1rem;
	margin-top: 2rem;
}
#footer p{
	color: #feebde;
	font-size: 1.6em;
	line-height: 1.5;
	font-weight: 300;
}
#sb_instagram.sbi_col_5 #sbi_images .sbi_item{
	padding: 5px !important;
	outline: none;
}
#sb_instagram .slick-slide{
	height: auto;
}
#sb_instagram img{
	border: 3px solid #FFF;
	box-sizing: border-box;
}

.meet-darsalam
{	
	border: 1px solid #fbad18;
    display: block;
    max-width: 250px;
    margin: 0px auto;
    overflow: hidden;
    padding: 8px 10px;
    background-color: rgba( 0, 0, 0, 0.8);
    margin-top: 40px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.meet-darsalam a
{
	display: block;
    overflow: hidden;
    font-size: 1.9em;
    color: #fbae17;
    line-height: 24px;
    background: url(../images/play_icon.png) left center;
    background-repeat: no-repeat;
    background-color: transparent;
    padding-left: 15px;
}


.booking_widget {
    width: 250px;
    margin: 0px auto;
    position: absolute;
    top: 80%;
    left: 0;
    text-align: center;
    right: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.booking_widget .OT_wrapper {
    width: 250px !important;
}

.booking_widget ul.OT_list {
    width: 250px !important;
}

.booking_widget ul.OT_list > li {
    width: 220px !important;
}

.booking_widget ul.OT_list > li input
{
	width: 180px !important;
}

.booking_widget h1.OT_title {
    width: 250px !important;
    text-align: center;
}

.booking_widget h2.OT_subtitle {
    width: 250px !important;
}

/*-----------------------------------------------------------------------------------*/
/*  7 - Responsive
/*-----------------------------------------------------------------------------------*/
@media screen and (max-width: 80rem){
	#page-menu .tabs .tab-contents div.line-through .halal-container{
		width: 13rem;
	}
	#page-menu .tabs .tab-contents div.line-through img.halal-logo{
		position: static;
		margin-top: 20px;
	}
}
@media screen and (max-width: 70rem){
	.container{
		width: 98%;
		margin: 0 auto;
	}
	#header-address, #header-time, #topbar-below{
		float: none;
		margin: 10px 0 10px;
		text-align: center;
		position: static;
	}
	#logo-menu{
		margin-top: 5rem;
	}
}
@media screen and (max-width: 50rem){
	.tabs ul.tab-titles li a{
		font-size:1em;
	}
	
}
@media screen and (min-width: 40.0625rem){
	#mobile-header{
		display: none;
	}
}
@media screen and (max-width: 40rem){
	.tabs ul.tab-titles li a{
		padding: 0.625rem 1rem;
		margin: 0.3125rem 0;
	}
	
	.section .page-header.parallax-images{
		height: 15.625rem !important;
		min-height: 0;
	}
	
	#large-header{
		display: none;
	}
	#mobile-header{
		position: absolute;
		width: 100%;
		height: 100%;
		-webkit-transition: -webkit-transform 500ms ease;
		-moz-transition: -moz-transform 500ms ease;
		-ms-transition: -ms-transform 500ms ease;
		-o-transition: -o-transform 500ms ease;
		transition: transform 500ms ease;
		top: 0;
		left: 0;
	}
	#mobile-header .mobile-header-bg{
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 9;
	}
	#mobile-header #view-mobile{
		padding: 0;
		text-indent: 1.94444rem;
		transform: translate3d(0, 0, 0);
  	  	color: #d28600;
  	  	font-size: 4em;
		border: 1px solid;
		display: block;
  	  	margin: 1rem 0 0 1rem;
  	  	width: 4.625rem;
  	  	height: 4.625rem;
  	  	line-height: 4rem;
  	  	box-sizing: border-box;
		-webkit-backface-visibility: hidden;
		position: relative;
  	  	z-index: 11;
  	  	text-align: center;
	}
	#view-mobile span:after{
		content: "";
		display: block;
		height: 0;
		position: absolute;
		top: 50%;
		width: 44px;
		margin-top: -0.8888rem;
		left: 0.80556rem;
		box-shadow: 0 0 0 1px #D28600, 0 12px 0 1px #D28600, 0 24px 0 1px #D28600;
	}
	#mobile-header #mobile-container{
		-webkit-backface-visibility: hidden;
		bottom: 0;
		box-sizing: content-box;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		overflow-x: hidden;
		overflow-y: auto;
		position: absolute;
		transition: transform 500ms ease 0s;
		width: 30.5rem;
		z-index: 1001;
		-webkit-transform: translate3d(-30.5rem, 0, 0);
		-moz-transform: translate3d(-30.5rem, 0, 0);
		-ms-transform: translate(-30.5rem, 0);
		-o-transform: translate3d(-30.5rem, 0, 0);
		transform: translate3d(-30.5rem, 0, 0);
		left: 0;
		top: 0;
		background: #D28600;
		font-size: 2.17em;
		line-height: 2.6;
	}
	#header.active-mb-menu #mobile-header{
		-webkit-transform: translate3d(30.5rem, 0, 0);
		-moz-transform: translate3d(30.5rem, 0, 0);
		-ms-transform: translate(30.5rem, 0);
		-o-transform: translate3d(30.5rem, 0, 0);
		transform: translate3d(30.5rem, 0, 0);
	}
	#mb-header-content{
		padding: 2%;
	}
	#mobile-header p{
		font-size: 0.77em;
		width: 80%;
		margin: 0 auto 1.5rem;
		line-height: 1.46;
	}
	#mobile-header hr{
		border-style: solid;	
		border-bottom: none;
		margin-top: 2.5rem;
	}
	#mobile-header hr + p{
		margin-top: 2.5rem;
	}
	#header #mb-site-switcher{
		position: absolute;
		top: 2.5rem;
		left: 0;
		right: 0;
		z-index: 11;
	}
	#mb-site-switcher .current{
		border-bottom: 1px solid rgba(255, 169, 52, .4);
	}
	#mobile-logo{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		z-index: 11;
	}
	.mb-hidden{
		display: none;
	}
	.mb-break{
		display: block;
		clear: both;
		width: 100%;
	}
	#mobile-main-menu{
		margin-top: 4rem;
	}
	#sb_instagram img{
		border:5px solid #FFEBDE;
	}
	
	.booking_widget {
		position: absolute;
		top: 75%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		z-index: 11;
	}
	
	header#header {
		min-height: inherit;
	}
}

@media screen and (max-width: 30rem){
	#page-contact .page-content .menu p strong{
		display: block;
		margin: 0 auto;
	}
	.events-list .event{
		width: 100%;
	}
	textarea{
		width: 100%;
	}
	#footer{
		padding: 50px 10px;
	}
	
	.parallax-images .text-container{
		padding-top: 7rem;
	}
	#header.active-mb-menu #mobile-header{
		-webkit-transform: translate3d(15.25rem, 0, 0);
		-moz-transform: translate3d(15.25rem, 0, 0);
		-ms-transform: translate(15.25rem, 0);
		-o-transform: translate3d(15.25rem, 0, 0);
		transform: translate3d(15.25rem, 0, 0);
	}
	#header #mb-site-switcher{
		top: 1.5rem;
	}
	#mobile-header #view-mobile{
  	  	font-size: 2em;
  	  	margin: 1rem 0 0 1rem;
  	  	width: 3rem;
  	  	height: 3rem;
  	  	line-height: 2rem;
	}
	#view-mobile span:after{
		width: 22px;
		margin-top: -0.4444rem;
		box-shadow: 0 0 0 1px #D28600, 0 6px 0 1px #D28600, 0 12px 0 1px #D28600;
	}
	#mobile-header #mobile-container{
		width: 15.25rem;
		-webkit-transform: translate3d(-15.25rem, 0, 0);
		-moz-transform: translate3d(-15.25rem, 0, 0);
		-ms-transform: translate(-15.25rem, 0);
		-o-transform: translate3d(-15.25rem, 0, 0);
		transform: translate3d(-15.25rem, 0, 0);
		font-size: 1.085em;
		line-height: 2.6;
	}
	#mb-header-content{
		padding: 2%;
	}
	#mobile-header p{
		font-size: 0.77em;
		width: 80%;
		margin: 0 auto 1.5rem;
		line-height: 1.46em;
	}
	#mobile-header hr{
		margin-top: 2.5rem;
	}
	#mobile-header hr + p{
		margin-top: 2.5rem;
	}
	#mobile-main-menu{
		margin-top: 2rem;
	}
	#sb_instagram img{
		border:7px solid #FFEBDE;
	}
}
@media screen and (max-width: 20rem){
	#topbar{
		font-size: 1em;
	}
	.section .page-title{
		font-size: 1.5em;
		padding: 1rem 2.375rem;
	}
	footer#footer{
		padding: 50px 5px;
	}
}