/*Website style start*/
body {
	font:normal 16px "FengardoNeue_Regular", Arial, Helvetica, sans-serif;
	line-height: 1.42857143;
	color:#ffffff;
	background:#040404;
	overflow-x:hidden;
}
html, body, .container-fluid {
	width:100%;
	height:100%;
}
div, object, embed, a, input {
	outline:none;
}
.fouc {
	display:none !important;
}

.img-responsive {
	height:auto;
	width:100%;
	display:inline-block
}
.img-left {
	float:left;
	margin:0 15px 15px 0;
}
.layout-container {
	width: 100%;
	position:relative;
}
.layout-container {
	padding-right: 0;
	padding-left: 0; 
	margin-right: auto;
	margin-left: auto;
}


.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.f-left {
	float:left;
}
.f-right {
	float:right;
}
hr {
	margin:15px 0;
}

.clearfloat {
	clear:both;
}

.sep {
	color:#d3edf4;
	background-color:#d3edf4;
	height:1px;
	border:none;
}

hr.redline{
	margin:0;
	color:#da2128;
	background-color:#da2128;
	height:7px;
	border:none;
	width:100%;
	clear:both;
	}
	
.absolute-center {
	width:100%;
	position:absolute;
	top:50%;
	left:50%;
	display:block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.flexbox {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow:row wrap;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}

ol.listing-no{
	padding:0 0 0 20px;
	margin:5px 0;
	}
	
ol.listing-no li{
	padding:5px 0;
	}

h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0;
}
h1 {
	font:normal 4.5vw "butlerregular",Georgia, Times New Roman, Times, serif;
	line-height:5vw;
}

.w1920 h1{
	font-size:4.1vw;
	line-height:4.6vw;
	}
	
.w1440 h1{
	font-size:4.5vw;
	line-height:5vw;
	}


h2 {

}



h3 {
	font:normal 24px "FengardoNeue_Regular", Arial, Helvetica, sans-serif;
}


h4 {

}

h5 {

}

h6 {

}

.absolute-center {
	width:100%;
	position:absolute;
	top:50%;
	left:50%;
	display:block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.flexbox {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow:row wrap;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}

ol.listing-no{
	padding:0 0 0 20px;
	margin:5px 0;
	}
	
ol.listing-no li{
	padding:5px 0;
	}

a{
	text-decoration:none;
	color:#3d94dd;
	}
	
a:hover{
	color:#b0863e;
	}	
	
.btn-holder{
	width:100%;
	position:relative;
	}
	
.padtop{
	padding-top:25px;
	}
	
.btn-box {
	width:200px;
	font:normal 18px "FengardoNeue_Regular", Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#3d94dd;
	background:none;
	display:inline-block;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	text-transform:capitalize;
	vertical-align: middle;
	height:50px;
	padding-top:17px;
}

.btn-box-small{
    width:150px;
    height:42px;
    padding-top:11px!important;
}

.career-job .btn-box-small{
    width:auto;
    padding-left:20px;
    padding-right:20px;
}

@-moz-document url-prefix() { 
	.btn-box { padding-top:16px; 
	}
	}


.btn-box-white{
	color:#1c6347;
	border:1px solid #ffffff;
	background:#ffffff;
	}
	
.btn-box-white:hover{
	background:none;
	color:#ffffff;
	}
	
.btn-line-white{
	border:1px solid #ffffff;
	color:#ffffff;
	text-align:center;
	}
	
.btn-line-white:hover{
	color:#040404;
	background:#ffffff;
	}

/*Animation*/

.ani-all-linear{
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;	
	}
	
.ani-bg-linear{
	transition:background 0.5s linear;
	-webkit-transition:background 0.5s linear;
	-moz-transition:background 0.5s linear;
	-ms-transition:background 0.5s linear;	
	}
	
.ani-opacity{
	transition: all 0.7s ease;
	opacity:1;	
	}
	
.ani-opacity:hover{
	transition: all 0.7s ease;
	opacity:0.7;	
	}


/*Structure*/

/*Header*/
header {
	width:100%;
	position:fixed;
	z-index:999;
	background: rgba(0,0,0,0);
	top:0;
	 -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition:         all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

header.header-collapse {
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	background: rgba(0,0,0,0.8);
}


header.header-collapse .header-container{
	padding:15px 20px 20px 20px;	
	}
	
.w600 header.header-collapse .header-container{
	padding:10px 5% 15px 5%;	
	}
	
header.header-collapse .global-nav,
.w1200 header.header-collapse .global-nav{
	top:38px;	
	}

.header-container {
	padding:28px 20px 20px 20px;
	width:100%;
	max-width:1440px;
	margin:0 auto;
	position:relative;
	-webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition:         all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.w1200 .header-container{
	padding:40px 20px 0 20px;
	}

.w970 .header-container{
	padding:25px 20px 20px 20px;
	}

.w768 .header-container{
	padding:20px 20px 20px 20px;
	}

.w600 .header-container{
	padding:15px 5% 20px 5%;
	}

.logo{
	width:340px;
	}	
	
.w768 .logo{
	width:250px;
	}
	
.w600 .logo{
	width:200px;
	}
	
.logo img{
	display:block;
	width:100%;
	}
	
.logo-img{
	width:215px;
	display:inline-block;
	vertical-align:bottom;
	-webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition:         all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}
	
.w1200 .logo-img,
.w970 .logo-img{
	width:170px;
	}
	
.w768 .logo-img{
	width:150px;
	}
	
.w600 .logo-img{
	width:110px;
	}
	
.logo-txt{
	width:114px;
	display:inline-block;
	vertical-align:bottom;
	padding-bottom:20px;
	margin-left:5px;	
	}
	
.w1200 .logo-txt,
.w970 .logo-txt{
	width:80px;
	padding-bottom:15px;
	}	
	
.w768 .logo-txt,
header.header-collapse .logo-txt{
	width:90px;
	padding-bottom:15px;
	}
	
.w600 .logo-txt,
.w600 header.header-collapse .logo-txt{
	width:70px;
	padding-bottom:10px;
	}


header.header-collapse .logo-img{
	width:150px;
	}
	
.w1200 header.header-collapse .logo-txt{
	width:80px;
	padding-bottom:20px;	
	}
	
.w600 header.header-collapse .logo-img{
	width:110px;	
	}	


/* new hamburger menu */


header .hamb-holder{
    position:relative;
    width:46px;
    height:46px;
    cursor:pointer;
    float:right;
	margin-top:17px;
	-webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition:         all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display:none;
	}
	
.notouch header .hamb-holder:hover{
	background:#af843e;
	}
	
.w970 header .hamb-holder{
	display:block;
	}	

.w768 header .hamb-holder{
	display:block;
	margin-top:12px;
	}

.w600 header .hamb-holder{

	display:block;
	margin-top:7px;
	}


header .hambIcon{
    position:absolute;
    width:28px;
    cursor:pointer;
    height: 2px;
    background:#ffffff;
	position:absolute;
	top:50%;
	left:50%;
	display:block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition:         all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


header .hambIcon:after, header .hambIcon:before{
    content:"";
    width:100%;
    height:2px;
    background:#ffffff;
    position:absolute;
    right:0;
    -webkit-transition:0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition:0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition:0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}
header .hambIcon:after{
    top:10px
}
header .hambIcon:before{
   bottom:10px;
}

.notouch header .hamb-holder:hover .hambIcon,
.notouch header .hamb-holder:hover .hambIcon:after,
.notouch header .hamb-holder:hover .hambIcon:before{
	background:#ffffff;
	}


.js-menuOpen header .hamb-holder{
	/*border-color:#ffffff;*/
	}

header .hamb-holder .hambIcon.js-menuOpen,
header .hamb-holder:hover .hambIcon.js-menuOpen{
	background:none;
	}

header .hamb-holder .hambIcon.js-menuOpen:after{
    top:50%;
    -webkit-transform:rotate(45deg) translate3d(0, -50%, 0);
    transform:rotate(45deg) translate3d(0, -50%, 0);

}
header .hamb-holder .hambIcon.js-menuOpen:before{
    bottom:50%;
    -webkit-transform:rotate(-45deg) translate3d(0, 50%, 0);
    transform:rotate(-45deg) translate3d(0, 50%, 0);

}

header img.nav-logo{
	display:block;
	-webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition:         all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	}
	
.js-menuOpen header img.nav-logo{
	display:none;
	}

header img.nav-logo-w{
	display:none;
	-webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition:         all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	}

.js-menuOpen header img.nav-logo-w{
	display:block;
	}

body.js-menuOpen {
	overflow:hidden;
}


header .global-nav{
    position:absolute;
	right:20px;
	top:79px;
	-webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition:         all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.w1200 header .global-nav{
	top:73px;
	}

.w970 header .global-nav,
.w768 header .global-nav,
.w600 header .global-nav{
	background: rgba(0,0,0,0.95);
    width:100%;
    height:100vh;
    position:fixed;
    top:0;
    left:0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-transition:0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition:0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition:0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transform:translate3d(0, -100%, 0);
    transform:translate3d(0, -100%, 0);
    z-index:-100; 
    overflow-y:auto;	
	}

header .global-nav.js-open{
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0)
}
header .global-nav.js-open a{
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
}
header .global-nav__list{
    text-align:center;
	list-style:none;
	margin:0;
	padding:0;
}
header .global-nav__list li{
	display:inline-block;
    position:relative;
   	opacity: 1;
}

header .global-nav__list li:nth-of-type(2),
header .global-nav__list li:nth-of-type(5),
header .global-nav__list li:nth-of-type(6),
.w768 header .global-nav__list li:nth-of-type(2),
.w768 header .global-nav__list li:nth-of-type(5),
.w768 header .global-nav__list li:nth-of-type(6),
.w600 header .global-nav__list li:nth-of-type(2),
.w600 header .global-nav__list li:nth-of-type(5),
.w600 header .global-nav__list li:nth-of-type(6){
	display:none;
	}

.w970 header .global-nav__list li,
.w768 header .global-nav__list li,
.w600 header .global-nav__list li{
	display:block;
 	overflow:hidden;
	transform: translateY(20px);
    -webkit-transition:0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 10s;
    -o-transition:0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 10s;
    transition:0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 10s;
	opacity:0;
	}

header .global-nav__list li:nth-of-type(1){
	transition-delay: .1s;
}
header .global-nav__list li:nth-of-type(2){
	transition-delay: .2s;
}
header .global-nav__list li:nth-of-type(3){
	transition-delay: .3s;
}
header .global-nav__list li:nth-of-type(4){
	transition-delay: .4s;
}

header .global-nav__list li:nth-of-type(5){
	transition-delay: .5s;
}

header .global-nav__list li:nth-of-type(6){
	transition-delay: .6s;
}

header .global-nav__list li:nth-of-type(7){
	transition-delay: .7s;
}

header .global-nav__list li:nth-of-type(8){
	transition-delay: .8s;
}


header .global-nav.js-open .global-nav__list li{
	opacity: 1;
	transform: translateX(0px) translateY(-10px) translateZ(0px) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
}
header .global-nav.js-closing .global-nav__list li{
	transition: none;
	-webkit-transition: none;
  -o-transition: none;
}
header .global-nav__list li:first-child{
    margin-top:0
}

header .global-nav__list a{
    display:inline-block;
    color:#ffffff;	
    padding:0 24px;
    font:normal 17px "FengardoNeue_Regular", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
-webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition:         all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.w1200 header .global-nav__list a{
	padding:0 14px;
	}

header .global-nav__list a:before{
	content:'';
	margin:0 0 15px 0;
	width:0;
	height:3px;
	background:#b0863e;
	display:block;
	-webkit-transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition:         all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	}
.w970 header .global-nav__list a:before,
.w768 header .global-nav__list a:before,	
.w600 header .global-nav__list a:before{
	display:none;
	}
	
.w970 header .global-nav__list a{
	padding:18px 0;
}	
	
.w768 header .global-nav__list a{
	padding:15px 0;
}

.w600 header .global-nav__list a{
	font-size: 22px;
	padding:15px 0;
}

header .global-nav__list a:hover,
header .global-nav__list a.selected{
	color:#b0863e;
	}
	
header .global-nav__list a:hover:before,
header .global-nav__list a.selected:before{
	width:25px;
	}


header .global-nav__list li.global-nav_bottom{
	padding:0;
	}
	
header .global-nav__list li.global-nav_bottom:before{
	content: "";
	display: block;
	height: 1px;
	margin: 25px auto 40px auto;
	position: relative;
	width:135px;
	background:#afafaf;	
	}

	
header .global-nav__list li.global-nav_bottom a{
	font-size:25px;
	padding:0 30px;
	text-transform:capitalize;
	}
	
.w970 header .global-nav__list li.global-nav_bottom a{
	padding:0 20px 10px 20px;
	}
	
.w768 header .global-nav__list li.global-nav_bottom a{
	font-size:22px;
	padding:0 20px 10px 20px;
	}
	
.w600 header .global-nav__list li.global-nav_bottom a{
	font-size:20px;
	padding:0 10px 10px 10px;
	}

.menu-link-div {
	transformn: translateX(0px) translateY(1px) translateZ(0px) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
	opacity: 1;
}

/*Socical Icon*/
header .global-nav__list li a.ico-social{
	width:33px;
	height:33px;
	vertical-align:middle;
	display:inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background:#353a3b;
	position:relative;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	margin:0 5px;
	padding:0;
	background:none;
	border:1px solid #ffffff;
	}
.w970 header .global-nav__list li a.ico-social,
.w768 header .global-nav__list li a.ico-social,	
.w600 header .global-nav__list li a.ico-social{
	margin:10px 5px 0 5px;
	}
	
header .global-nav__list li a.ico-social:hover{
	border:1px solid tranparent; 
	}
	
header .global-nav__list li a.ico-social:before{
	content:'';
	width:33px;
	height:33px;
	position:absolute;	
	top:0;
	left:0;
	}

.ico-fb:before{ background:url(../i/ico-fb.svg) center center no-repeat!important; }
.ico-fb:hover{ background:#3b5998!important;border:1px solid transparent!important; }

.ico-ig:before{ background:url(../i/ico-ig.svg) center center no-repeat!important; }
.ico-ig:hover{ /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fedc79+0,fa7224+22,dd2b7c+51,5459d1+100 */
background: rgb(254,220,121)!important; /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(254,220,121,1) 0%, rgba(250,114,36,1) 22%, rgba(221,43,124,1) 51%, rgba(84,89,209,1) 100%)!important; /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(254,220,121,1) 0%,rgba(250,114,36,1) 22%,rgba(221,43,124,1) 51%,rgba(84,89,209,1) 100%)!important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(254,220,121,1) 0%,rgba(250,114,36,1) 22%,rgba(221,43,124,1) 51%,rgba(84,89,209,1) 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fedc79', endColorstr='#5459d1',GradientType=1 )!important; /* IE6-9 fallback on horizontal gradient */
border:1px solid transparent!important;
}
.w970 header .global-nav__list li a.ico-social:before,
.w768 header .global-nav__list li a.ico-social:before,
.w600 header .global-nav__list li a.ico-social:before{
	display:block;
	}


/*Home*/
.sec-brick {
	width:100%;
	height:90vh;
	max-height:840px;
	position:relative;
	overflow:hidden;
}
.w768 .sec-brick,
.w600 .sec-brick {
	width:100%;
	max-height:none;
}
.w600 .sec-brick {
	height:70vh;
}
.w768 .sec-brick {
	height:65vh;
}

.banner {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: center center!important;
	background-repeat:no-repeat!important;
	overflow:hidden;
	height:100%;
}

.banner-img {
	width:100vw;
	height:100%;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: center center!important;
	background-repeat:no-repeat!important;
}

.banner-content {
	width:45%;
	display:block;
	position:absolute;
	z-index:100;
	top:45%;
	left:50%;
	display:block;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	
}

.w1920 .banner-content,
.w1440 .banner-content{
	width:45%;
	max-width:750px;
	}
.w768 .banner-content,	
.w600 .banner-content{
	width:100%;
	display:block;
	top:100%;
	left:0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+80&0+1,0.8+80 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.8) 80%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.8) 80%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.8) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
	}
	
.w768 .banner-content{
	padding:20px 5% 30px 5%;	
	}
	
.w600 .banner-content{
	padding:20px 5% 20px 5%;	
	}

.banner-content h1{
    text-shadow: 5px 3px 10px rgba(0,0,0,0.8);
}
	
.banner-content .btn-holder{
	padding-top:15px;
	}
	
	
.w768 .banner-content h1{
	font-size:8.5vw;
	line-height:9vw;
	}
	
	
.w600 .banner-content h1{
	font-size:36px;
	line-height:43px;
	}

	
.container{
	width:100%;
	margin:0 auto;
	position:relative;
	}
.container-768 { max-width:768px;}
.container-900 { max-width:900px;}
.container-1020 { max-width:1020px;padding:0 20px;}
.container-1200 { max-width:1200px;}
.container-1240 { max-width:1240px;padding:0 20px;}
.container-1440 { max-width:1440px;}
.container-1600 { max-width:1600px;}

.page-space{padding-top:160px;}
.w768 .page-space{padding-top:120px;}
.w600 .page-space{padding-top:90px;}

.content{
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	background:#ffffff;
	padding:60px 40px;
	margin-left:20px;
	margin-right:20px;
	position:relative;
	}
	
	
/*Home-content*/
.home-findres{
	position:absolute;
	right:0;
	/*top:-70px;*/
	top:0;
	width: 50%;
	/*background:url(../i/deco.svg) center top 30px no-repeat #b0863e;*/
	padding:30px 5% 30px 5%;
	display:block;
	text-align:center;
	z-index:150;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3d7e5f+0,8ebb95+38,1c6347+100 */
background: rgb(61,126,95); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(61,126,95,1) 0%, rgba(115,190,165,1) 35%, rgba(28,99,71,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(61,126,95,1) 0%,rgba(115,190,165,1) 35%,rgba(28,99,71,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(61,126,95,1) 0%,rgba(115,190,165,1) 35%,rgba(28,99,71,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d7e5f', endColorstr='#1c6347',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    
    /*background: rgb(61,126,95); 
background: -moz-linear-gradient(-45deg, rgba(61,126,95,1) 0%, rgba(142,187,149,1) 38%, rgba(28,99,71,1) 100%); 
background: -webkit-linear-gradient(-45deg, rgba(61,126,95,1) 0%,rgba(142,187,149,1) 38%,rgba(28,99,71,1) 100%); 
background: linear-gradient(135deg, rgba(61,126,95,1) 0%,rgba(142,187,149,1) 38%,rgba(28,99,71,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d7e5f', endColorstr='#1c6347',GradientType=1 ); */
	}

.w768 .home-findres,
.w600 .home-findres{
	width:100%;
	position:relative;
	top:0;
	}
	
.home-findres .ico-deco{
	width:100%;
	display:block;
	text-align:center;
	padding-bottom:20px;
	opacity:0.5;
	}
	
.home-findres .ico-deco img{
	width:100%;
	max-width:70px;
	display:block;
	margin:0 auto;
	}
	
.home-findres h1{
	font-size:50px;
	line-height:50px;
	border-bottom:1px solid rgba(255,255,255,0.5);
	padding-bottom:20px;
	margin-bottom:25px;
	}
	
.w600 .home-findres h1{
	font-size:35px;
	line-height:40px;
	}

.home-findres h1 span{
	display:block;
	}	
	
.home-about{
	width:70%;
	background: #222222;
	/*margin-top:200px;*/
	margin-top:250px;
	font:normal 25px "GreatVibesRegular", Georgia, Times New Roman, Times, serif;
	line-height:30px;
	letter-spacing:0.03em;
	overflow:hidden;
	position:relative;
	height:515px;
	}
.w768 .home-about,	
.w600 .home-about{
	width:100%;
	height:auto;
	margin:0;
	padding:30px 0;
	}
	
.w768 .home-about{
	padding:70px 0;
	margin-bottom:5px;
	}

.home-about:after{
	content:'';
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	background-image:url(../i/home-about.jpg);
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: center center!important;
	background-repeat:no-repeat!important;
	opacity:0.2;
	}
	
.home-about .brick-h-about{
	width:45%;
	position:absolute;
	z-index:1;
	left:200px;
	top:50%;
	display:block;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	}
	
.w1200 .home-about .brick-h-about{
	width:60%;
	left:100px;
	}

.w970 .home-about .brick-h-about{
	width:70%;
	left:30px;	
	}	

.w768 .home-about .brick-h-about,	
.w600 .home-about .brick-h-about{
	position:relative;
	width:80%;
	text-align:center;
	left:10%;
	top:0;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	}
	
.home-gallery-main{
	position:absolute;
	z-index:1;
	right:0;
	}
	
.home-gallery{
	display: block;
    position: relative;
    border: 5px solid transparent;
    z-index:1;
	}
.w768 .home-gallery:nth-of-type(1),	
.w768 .home-gallery:nth-of-type(2),
.w768 .home-gallery:nth-of-type(3),
.w768 .home-gallery:nth-of-type(4),
.w768 .home-gallery:nth-of-type(5),
.w768 .home-gallery:nth-of-type(6){
	float:left;
	width:50%;
	margin:0;
	clear:none;
	}
	
.w768 .home-gallery:nth-of-type(odd){
	border-left:0;
	}
	
.w768 .home-gallery:nth-of-type(even){
	border-right:0;
	}
.w600 .home-gallery:nth-of-type(1),	
.w600 .home-gallery:nth-of-type(2),
.w600 .home-gallery:nth-of-type(3),
.w600 .home-gallery:nth-of-type(4),
.w600 .home-gallery:nth-of-type(5),
.w600 .home-gallery:nth-of-type(6){
	float:none;
	width:100%;
	margin:0;
	border-left:0;
	border-right:0;
	}
	
.home-gallery:nth-of-type(1){
	float: right;
    width: 50%;
    margin-top:0;
	}
	
.home-gallery:nth-of-type(2){
	float: left;
    width: 58%;
    clear: left;
	}
	
.home-gallery:nth-of-type(3){
	float: left;
    width: 28.875%;
	}
	
.home-gallery:nth-of-type(4){
	float: right;
    width: 42%;
	}
	
.home-gallery:nth-of-type(5){
	float: left;
    width: 42%;
    margin-left: 16%;
    clear: left;
	}
	
.home-gallery:nth-of-type(6){
	    float: left;
    width: 28.875%;
    clear: right;
	}
	
.home-gallery picture {
    position: relative;
    overflow: hidden;
}
.home-gallery picture .cycle-slideshow {
	width: 100%;
	height: 100%;
}

.home-gallery picture img{
	display:block;
	width:100%;
-webkit-filter: brightness(70%);
    filter: brightness(70%);
    -webkit-transition: -webkit-filter .5s ease, filter .5s ease;
    transition: -webkit-filter .5s ease, filter .5s ease;	
	}
	
/*Inner Page Element*/

.page-title{
	width:100%;
	letter-spacing:0.25em;
	text-align:center;
	text-transform:capitalize;
	}
	
.page-title:after {
	content: "";
	display: block;
	height: 3px;
	margin: 25px auto 40px auto;
	position: relative;
	width:80px;
	background:#ffffff;
}

.w600 .page-title:after{
	height:2px;
	}

.page-title h1{
	font-size:130px;
	line-height:130px;
	letter-spacing:0.025em;
	}

.w768 .page-title h1,	
.w600 .page-title h1{
	font-size:16vw;
	line-height:16vw;
	}
	
.page-bg {
	position:relative;
}

.page-bg:after{
	content:'';
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	-webkit-background-size: 90%!important;
	-moz-background-size: 90%!important;
	-o-background-size: 90%!important;
	background-size: 90%!important;
	z-index:-1;	
	}
	
	
/*About Us*/

.page-about:after{
	content:'';
	background:url(../i/bg-aboutus.jpg) left top no-repeat;
	opacity:0.8;
	}
	
.about-page,
.feedback-page,
.career-page,
.location-page,
.contact-page{
	font-size:22px;
	}
	
.w768 .about-page,
.w768 .feedback-page,
.w768 .career-page,
.w768 .location-page,
.w768 .contact-page{
	font-size:20px;
	}
	
.w600 .about-page,
.w600 .feedback-page,
.w600 .career-page,
.w600 .location-page,
.w600 .contact-page{
	font-size:18px;
	}
.career-page,
.contact-page{
    padding:0 20px;
}
	
.about-para{
	width:100%;
	display:block;
	padding:30px 0 50px 0;
	}
	
.about-para .about-para-img{
	max-width:465px;
	width:38.75%;
	float:right;
	}
	
.about-para .about-para-img img{
	display:block;
	width:100%;
	}
	
.about-vm{
	width:100%;
	display:block;
	border-top:1px solid rgba(255,255,255,0.5);
	padding:35px 0;
	}
	
.w970 .about-vm{
	width:50%;
	}
	
.w970 .about-vm:first-of-type{
	padding-right:35px;
	border-right:1px solid rgba(255,255,255,0.5);
	}
	
.w970 .about-vm:nth-of-type(2){
	padding-left:35px;
	}
	
.vm-title{
	width:29%;
	display:inline-block;
	vertical-align:top;
	font:normal 50px "butlerregular",Georgia, Times New Roman, Times, serif;
	line-height:50px;
	}
	
.w970 .vm-title{
	width:100%;
	display:block;
	padding-bottom:15px;	
	}
	
.w768 .vm-title{
	width:100%;
	display:block;
	font-size:40px;
	line-height:40px;
	padding-bottom:15px;
	}
	
.w600 .vm-title{
	width:100%;
	display:block;
	font-size:35px;
	line-height:35px;
	padding-bottom:15px;
	}
	
.vm-content{
	width:70.3%;
	display:inline-block;
	vertical-align:top;
	}
	
.w970 .vm-title,
.w970 .vm-content,	
.w768 .vm-content,	
.w600 .vm-content{
	width:100%;
	display:block;	
	}
	
.about-vm:nth-of-type(2){
	border-bottom:1px solid rgba(255,255,255,0.5);	
	}
	
.w970 .about-vm:nth-of-type(2),
.w768 .about-vm:nth-of-type(2),
.w600 .about-vm:nth-of-type(2){
	border-bottom:0;
	}
	
/*menu*/
.page-menu:after{
	content:'';
	background:url(../i/bg-menu.jpg) left top no-repeat;
	opacity:0.8;
	}
	
.menu-container{
	width:100%;
	max-width:1440px;
	margin:0 auto;
	position:relative;
	display:block;
 	}

	
.menu-list{
	display: block;
    position: relative;
    border: 5px solid transparent;
	cursor:pointer;
	}

.w768 .menu-list:nth-of-type(1),	
.w768 .menu-list:nth-of-type(2),
.w768 .menu-list:nth-of-type(3),
.w768 .menu-list:nth-of-type(4),
.w768 .menu-list:nth-of-type(5),
.w768 .menu-list:nth-of-type(6),
.w768 .menu-list:nth-of-type(7),
.w768 .menu-list:nth-of-type(8){
	float:left;
	width:50%;
	margin:0;
	clear:none;
	}

.w600 .menu-container{
	display:flex;
	flex-direction:column;
 	}
.w600 .menu-container > :nth-child(1) { order: 1; }
.w600 .menu-container > :nth-child(2) { order: 2; }
.w600 .menu-container > :nth-child(3) { order: 6; }
.w600 .menu-container > :nth-child(4) { order: 5; }
.w600 .menu-container > :nth-child(5) { order: 4; }
.w600 .menu-container > :nth-child(6) { order: 3; }


.w768 .menu-list:nth-of-type(odd){
	border-left:0;
	}
	
.w768 .menu-list:nth-of-type(even){
	border-right:0;
	}
.w600 .menu-list:nth-of-type(1),	
.w600 .menu-list:nth-of-type(2),
.w600 .menu-list:nth-of-type(3),
.w600 .menu-list:nth-of-type(4),
.w600 .menu-list:nth-of-type(5),
.w600 .menu-list:nth-of-type(6),
.w600 .menu-list:nth-of-type(7),
.w600 .menu-list:nth-of-type(8){
	float:none;
	width:100%;
	margin:0;
	border-left:0;
	border-right:0;
	}

.menu-list:nth-of-type(1){
	float: left;
    width: 58%;
    clear: left;
	}
	
.menu-list:nth-of-type(2){
	float: left;
    width: 28.875%;
	}
	
.menu-list:nth-of-type(3){
	float: right;
    width: 42%;
	}
	
/*.menu-list:nth-of-type(4){
	float: left;
    width: 42%;
    margin-left: 16%;
    clear: left;
	}
	
.menu-list:nth-of-type(5){
	float: left;
    width: 28.875%;
    clear: right;
	}*/
	
.menu-list:nth-of-type(4){
	float: left;
    width: 28.875%;
    margin-left:13%;
	}
	
.menu-list:nth-of-type(5){
	float: right;
    width: 58%;
	}
	
.menu-list:nth-of-type(6){
	float: left;
    width: 42%;
	}
.menu-list .title{
	position:absolute;
	bottom:15px;
	left:30px;
	font-size:27px;
	line-height:30px;
	z-index:1;
	color:#ffffff;
	width:50%;
	}
	
.menu-list .title span{
	display:block;
	}
	
.w600 .menu-list .title span{
	display:inline;
	}	
.menu-list picture {
    position: relative;
    overflow: hidden;	
}

.menu-list picture img{
	display:block;
	width:100%;
-webkit-filter: brightness(70%);
    filter: brightness(70%);
    -webkit-transition: -webkit-filter .5s ease, filter .5s ease;
    transition: -webkit-filter .5s ease, filter .5s ease;	
	}
	
.menu-list:hover picture img{
-webkit-filter: brightness(90%);
    filter: brightness(90%);	
	}
	
.menu-list .btn-accordian{
	z-index:1;	
	padding-top:5px;
	position:absolute;
	bottom:20px;
	right:20px;
	}
	
.career-box .btn-accordian{
	position:absolute;
	top:9px;
	right:0;	
	z-index:1;	
	line-height:15px;
	}
	
.btn-accordian{
	background:#ffffff;
	width:30px;
	height:30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color:#383d43;
	text-align:center;
	display:block;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	border:1px solid #ffffff;
	
	}
.btn-accordian.plus_anim {
	opacity: 0.4;
}

.minus::before{
	content: "\2013";
	font:normal 20px "Arial", Helvetica, sans-serif;
	line-height:20px;
	}
	
.plus::before{
	content: "\002B";
	font:normal 20px "Arial", Helvetica, sans-serif;
	line-height:20px;
	}
	
.menu-list:hover .btn-accordian,
.career-box:hover .btn-accordian{
	background:none;
	color:#ffffff;
	border:1px solid #ffffff;
	}
	
/*Location*/
.page-location{
    padding-bottom: 30px;
}

.page-location:after{
	content:'';
	background:url(../i/bg-location.jpg) left top no-repeat;
	opacity:0.8;
	}

.covid{
	width:100%;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:20px 0;
	position:relative;
	text-align: center;
	font-size:23px;
}
	
.covid span{
	display: block;
}
.w1200 .covid span,
.w970 .covid span,
.w768 .covid span,
.w600 .covid span{
	display: inline;
}

.w600 .covid{
	font-size:25px;
}


.opening-hour{
	width:100%;
	display:block;
	/*background:#b0863e;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:60px 20px;
	position:relative;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3d7e5f+0,8ebb95+38,1c6347+100 */
background: rgb(61,126,95); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(61,126,95,1) 0%, rgba(115,190,165,1) 35%, rgba(28,99,71,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(61,126,95,1) 0%,rgba(115,190,165,1) 35%,rgba(28,99,71,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(61,126,95,1) 0%,rgba(115,190,165,1) 35%,rgba(28,99,71,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d7e5f', endColorstr='#1c6347',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
	
.w768 .opening-hour{
	text-align:center;
	padding:25px 20px;
	margin-bottom:20px;
	}
	
.w600 .opening-hour{
	text-align:center;
	padding:25px 20px;
	margin-bottom:20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
	}
	
.opening-hour:before{
	content:"";
	width:210px;
	background:#ffffff;
	height:1px;
	position:absolute;
	top:50%;
	left:50%;
	display:block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	}
	
.w1200 .opening-hour:before{
	width:180px;
	}	
	
.w970 .opening-hour:before{
	width:50px;
	}

.w768 .opening-hour:before,	
.w600 .opening-hour:before{
	display:none;
	}

.opening-hour .hour-L{
	font-size:30px;
	line-height:30px;
	letter-spacing:0.05em;
	position:absolute;
	top:50%;
	left:calc(50% - 250px);
	display:block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	}
.opening-hour .hour-R{
	font:normal 65px "butlerregular",Georgia, Times New Roman, Times, serif;
	line-height:65px;
	position:absolute;
	top:50%;
	right:calc(50% - 310px);
	display:block;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	}

.w768 .opening-hour .hour-L,
.w768 .opening-hour .hour-R,	
.w600 .opening-hour .hour-L,
.w600 .opening-hour .hour-R{
	position:relative;
	left:0;
	right:0;
	top:0;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0%, 0);
	transform: translate(0, 0);
	}
	
.w1200 .opening-hour .hour-L{
	left:calc(50% - 230px);	
	}	
	
.w970 .opening-hour .hour-L{
	left:calc(50% - 150px);	
	}	
	
.w970 .opening-hour .hour-L,	
.w768 .opening-hour .hour-L{
	font-size:22px;
	line-height:22px;
	}
	
.w600 .opening-hour .hour-L{
	font-size:20px;
	line-height:20px;
	}
.w768 .opening-hour .hour-L:after,	
.w600 .opening-hour .hour-L:after{
	content: "";
	display: block;
	height: 1px;
	margin: 15px auto 8px auto;
	position: relative;
	width:50px;
	background:#ffffff;
	}
	
.w1200 .opening-hour .hour-R{
	right:calc(50% - 280px);
	font-size:60px;
	line-height:60px;
	}
	
.w970 .opening-hour .hour-R{
	right:calc(50% - 190px);
	font-size:53px;
	line-height:53px;
	}
	
.w768 .opening-hour .hour-R{
	font-size:50px;
	line-height:50px;
	}
	
.w600 .opening-hour .hour-R{
	font-size:40px;
	line-height:40px;
	}


.delivertoyou{
	width:100%;
	display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    align-items: center;
    position: relative;
	/*background:#b0863e;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:40px 20px;
background: rgb(12,12,12);
background: -moz-linear-gradient(225deg, rgba(12,12,12,1) 0%, rgba(54,54,54,1) 50%, rgba(12,12,12,1) 100%);
background: -webkit-linear-gradient(225deg, rgba(12,12,12,1) 0%, rgba(54,54,54,1) 50%, rgba(12,12,12,1) 100%);
background: linear-gradient(225deg, rgba(12,12,12,1) 0%, rgba(54,54,54,1) 50%, rgba(12,12,12,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c0c0c",endColorstr="#0c0c0c",GradientType=1);
	}

.w768 .delivertoyou,
.w600 .delivertoyou{
    padding:30px 20px;
    margin-bottom: 20px;
}

.delivertoyou h2{
    width: calc(50% - 165px);
	width: -webkit-calc(50% - 165px);
	width: -moz-calc(50% - 165px);
    text-align: right;
    display: inline-block;
    letter-spacing: 0.05em;
    font-size: 30px;
line-height: 30px;
    color:#ffffff;
}

.w970 .delivertoyou h2{
    width:30%;

}

.w768 .delivertoyou h2,
.w600 .delivertoyou h2{
    width:100%;
    display: block;
    text-align: center;
}

.delivertoyou .seperateline{
    width:210px;
	background:rgba(255,255,255,0.5);
	height:1px;
    display: inline-block;
    vertical-align: middle;
    margin:0 30px;
}

.w1200 .delivertoyou .seperateline{
    width:150px;
}

.w970 .delivertoyou .seperateline{
    width:50px;
}

.w768 .delivertoyou .seperateline,
.w600 .delivertoyou .seperateline{
    width:50px;
    margin:20px auto;
}

.delivertoyou .icon-delivery{
    width: calc(50% - 165px);
	width: -webkit-calc(50% - 165px);
	width: -moz-calc(50% - 165px);
    display: inline-block;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
}

.w1200 .delivertoyou .icon-delivery{
    width: calc(50% - 135px);
	width: -webkit-calc(50% - 135px);
	width: -moz-calc(50% - 135px);
}

.w970 .delivertoyou .icon-delivery{
    width: calc(70% - 115px);
	width: -webkit-calc(70% - 115px);
	width: -moz-calc(70% - 115px);
}

.w768 .icon-delivery,
.w600 .icon-delivery{
    width:100%;
    justify-content: center;
}

.delivertoyou .icon-delivery p{
    width:30%;
    display:inline-block;
    margin:0 15px 0 0;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
    padding:10px 20px;
}

.delivertoyou .icon-delivery p:nth-of-type(3){
    margin-right:0;
}

.w600 .delivertoyou .icon-delivery p{
    width:41%;
    margin-bottom:15px;
}

.delivertoyou .icon-delivery p img{
    display:block;
    width:100%;
}

.delivertoyou .icon-delivery .foodpanda{
    background:#D70F64;
}

.delivertoyou .icon-delivery .foodpanda img{
    height:44px;
}

.delivertoyou .icon-delivery .grab{
    background:#009C3D;
    padding-top: 13px;
}
.delivertoyou .icon-delivery .grab img{
    height:36px;
}

.delivertoyou .icon-delivery .sf{
    background:#ee4d2d;
    padding-top: 13px;
}
.delivertoyou .icon-delivery .sf img{
    height:36px;
}
	
.location-tab{
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.8);
	padding:30px 10px 10px 10px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
	}
.w768 .location-tab,
.w600 .location-tab{
	display:none;
	}
	
.location-tab a{
	color:#ffffff;
	display:inline-block;
	margin:0 10px 5px 10px;
	border:1px solid rgba(255,255,255,0);;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:8px 14px;
	font:normal 18px "butlerregular",Georgia, Times New Roman, Times, serif;
	line-height:18px;
	letter-spacing:0.01em;
	-webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition:         all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
	}
	
.w1200 .location-tab a{
	padding:8px 20px;	
	}
	
.location-tab a:hover,
.location-tab a.selected{
	color:#b0863e;
	border:1px solid #b0863e;
	background:rgba(0,0,0,0.5);
	}
	
.location-tab-title{
	font:normal 26px "butlerregular",Georgia, Times New Roman, Times, serif;
	line-height:26px;
	letter-spacing:0.01em;
	width:210px;
	}
	
.location-tab-holder,
.location-tab-title,
.w600 .location-tab-title{
	display:none;
	}
	
.w768 .location-tab-title{
	display:inline-block;
	}
	
.w768 .location-tab-holder{
	width:100%;
	display:block;
	border-bottom:1px solid rgba(255,255,255,0.8);
	padding-bottom:20px;
	}
	
.w600 .location-tab-holder{
	display:block;
	border:0;
	padding-bottom:0;
	}
	
.location-tab-m{
	display:none;
	width:100%;
	}
	
.w768 .location-tab-m{
	width: calc(100% - 215px)!important;
	width: -webkit-calc(100% - 215px)!important;
	width: -moz-calc(100% - 215px)!important;
	display:inline-block;
	}
	
.w768 .location-tab-m,	
.w600 .location-tab-m{
	display:inline-block;
	text-align:center;
	}
	
.dropdown-holder, .dropdown-holder-mobile {
    /* Size and position */
    position: relative; /* Enable absolute positionning for children and pseudo elements */
	display: inline-block;
    /*width: 200px;*/
	width:50%;
	max-width:330px;
    margin: 0 5px;
    padding:8px 15px;
	text-align:left;
	font-size:14px;
	letter-spacing:0.3px;
    /* Styles */
    background: #fff;
    cursor: pointer;
    outline: none;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}




.w1200 .dropdown-holder, .dropdown-holder-mobile {
	max-width:290px;
	}
	
.w970 .dropdown-holder, .dropdown-holder-mobile {
	max-width:220px;
	}
	
.w768 .dropdown-holder, .dropdown-holder-mobile {
	max-width:none;
	width: 100%;
	font-size:16px;
	margin:0;
	}

.w600 .dropdown-holder, .dropdown-holder-mobile {
	max-width:none;
	width: calc(50% - 13px);
	width: -webkit-calc(50% - 13px);
	width: -moz-calc(50% - 13px);
	font-size:16px;
	}

.w600 .dropdown-holder, .dropdown-holder-mobile {
	max-width:none;
	width: 100%;
	margin:0 0 15px 0;
	}
	
.w600 .dropdown-holder:first-of-type{
	z-index:15;
	}

.dropdown-holder > span {
	color:#000;
	width:90%;
	white-space:nowrap;
	display:block;
	overflow:hidden;
	text-overflow: ellipsis;
}


.dropdown-holder-mobile {
	margin:0;
	position:absolute;
	height:100%;
	width:100%;
	display:none;
}

.dropdown-holder:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: grey transparent;
    z-index:11;
}

.dropdown-holder .dropdown,
.dropdown-holder-mobile .dropdown {
  /* Size & position */
    position: absolute;
    z-index:10;
    top: 23px;
    left: 0px;
    right: 0px;
	border:2px solid #d4d4d4;

    /* Styles */
    background:#fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    list-style: none;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

.dropdown-holder .dropdown{
	padding:0 0 0 0;
	}

.dropdown-holder .dropdown li,
.dropdown-holder-mobile .dropdown li {
	margin: 0;
}
.dropdown-holder .dropdown li a,
.dropdown-holder-mobile .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.dropdown-holder .dropdown li:nth-child(1) a,
.dropdown-holder-mobile .dropdown li:nth-child(1) a { 
    border-left-color: #00ACED;
}

.dropdown-holder .dropdown li:nth-child(2) a,
.dropdown-holder-mobile .dropdown li:nth-child(2) a {
    border-left-color: #4183C4;
}

.dropdown-holder .dropdown li:nth-child(3) a,
.dropdown-holder-mobile .dropdown li:nth-child(3) a {
    border-left-color: #3B5998;
}

.dropdown-holder .dropdown li i,
.dropdown-holder-mobile .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

.notouch .dropdown-holder .dropdown li:hover a,
.notouch .dropdown-holder-mobile .dropdown li:hover a {
	background:#b0863e;
	color:#ffffff;
}

/* Active state */

.dropdown-holder.active:after,
.dropdown-holder-mobile.active:after {
    border-width: 0 6px 6px 6px;
}

.dropdown-holder.active .dropdown,
.dropdown-holder-mobile.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

	
.location-add{
	width: calc(100%/3);
	width: -webkit-calc(100%/3);
	width: -moz-calc(100%/3);
	display:inline-block;
	font-size:18px;
	padding:25px 20px;
	}
	
.w768 .location-add{
	width: calc(100%/2);
	width: -webkit-calc(100%/2);
	width: -moz-calc(100%/2);
	padding:20px 15px;
	}
	
.w600 .location-add{
	width:100%;
	padding:20px 0 25px 0;
	border-bottom:1px solid rgba(255,255,255,0.3);
	}


	
.location-add a[href^="tel:"] {
  color: #ffffff;
  text-decoration: none;
}

.location-add a:hover[href^="tel:"]{
	text-decoration:underline;
	}
	
.location-add h3{
	color:#b0863e;
	padding-bottom:3px;
	}

.location-add .icon-biz,
.location-add .icon-biz2{
    width:100%;
    /*display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow:row wrap;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap; */
    display:none;
}

.location-add .icon-biz{
    font-size:16px; 
    line-height: 16px;
    padding:2px 0 6px 0;
}

.location-add .icon-biz2{
    font-size:14px; 
    line-height: 14px;
    padding:0 0 6px 0;
}


.location-add .icon-biz p,
.location-add .icon-biz2 p{
    display:inline-block;
    margin:0 10px 0 0;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
    vertical-align: middle;
    
}

.location-add .icon-biz p{
   padding:5px 10px;
    text-transform: uppercase;
}
.location-add .icon-biz2 p{
   padding:3px 10px 3px 10px;   
}

.location-add .icon-biz .close{
  
    color:#ffffff;
    background: rgb(73,73,73);
background: -moz-linear-gradient(164deg, rgba(73,73,73,1) 0%, rgba(145,145,145,1) 50%, rgba(73,73,73,1) 100%);
background: -webkit-linear-gradient(164deg, rgba(73,73,73,1) 0%, rgba(145,145,145,1) 50%, rgba(73,73,73,1) 100%);
background: linear-gradient(164deg, rgba(73,73,73,1) 0%, rgba(145,145,145,1) 50%, rgba(73,73,73,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#494949",endColorstr="#494949",GradientType=1);
}

.location-add .icon-biz .open{

    color:#ffffff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3d7e5f+0,8ebb95+38,1c6347+100 */
background: rgb(61,126,95); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(61,126,95,1) 0%, rgba(115,190,165,1) 35%, rgba(28,99,71,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(61,126,95,1) 0%,rgba(115,190,165,1) 35%,rgba(28,99,71,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(61,126,95,1) 0%,rgba(115,190,165,1) 35%,rgba(28,99,71,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d7e5f', endColorstr='#1c6347',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.location-add .icon-biz .opensoon{
  
    color:#000000;
    background: #e7d405;
}

.location-add .icon-biz2 .takeaway{
    color:#ffffff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3d7e5f+0,8ebb95+38,1c6347+100 */
background: rgb(163,123,57);
background: -moz-linear-gradient(164deg, rgba(163,123,57,1) 0%, rgba(226,178,99,1) 50%, rgba(163,123,57,1) 100%);
background: -webkit-linear-gradient(164deg, rgba(163,123,57,1) 0%, rgba(226,178,99,1) 50%, rgba(163,123,57,1) 100%);
background: linear-gradient(164deg, rgba(163,123,57,1) 0%, rgba(226,178,99,1) 50%, rgba(163,123,57,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a37b39",endColorstr="#a37b39",GradientType=1);
}

.location-add .icon-biz2 .foodpanda{
    background:#D70F64;
    width:35px;
    padding-top:3px
}

.location-add .icon-biz2 .grab{
    background:#009C3D;
    width:50px;
    padding-top:4px
}

.location-add .icon-biz2 .foodpanda img,
.location-add .icon-biz2 .grab img{
    width:100%;
    display: block;
}




.location-icon{
	display:block;
	padding-top:10px;
	}	
.location-icon a{
	color:#ffffff;
	
	border:1px solid rgba(255,255,255,0.7);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin:0 10px 0 0;
	font-size:16px;
	-webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition:         all 600ms cubic-bezier(0.23, 1, 0.32, 1);
	}
	
.location-icon a:hover{
	border:1px solid rgba(255,255,255,0);
	}


.location-icon a:first-of-type{
	padding:6px 12px 6px 30px;
	background:url(../i/ico-map.svg)8px 7px no-repeat;
	}
	
.location-icon a:hover:first-of-type{
	background:url(../i/ico-map.svg)8px 7px no-repeat #525252;	
	}
	
.location-icon a:nth-of-type(2){
	padding:6px 12px 6px 35px;
	background:url(../i/ico-outlet.svg)10px 7px no-repeat;
	}
	
.location-icon a:hover:nth-of-type(2){
	background:url(../i/ico-outlet.svg)10px 7px no-repeat #525252;
	}
	
/*Career
.page-career:after{
	content:'';
	background:url(../i/bg-career.jpg) left top -110px no-repeat, url(../i/bg-career2.jpg) right bottom no-repeat;
	opacity:0.7;
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index:-1;	
	}
.w1200 .page-career:after,
.w970 .page-career:after,
.w768 .page-career:after,	
.w600 .page-career:after{
	background-position:left top -25px, right bottom;
	background-size:100%,100%;
	}
*/	
.page-career:after{
	content:'';
	background:url(../i/bg-career.jpg) left top -110px no-repeat;
	opacity:0.7;
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index:-1;	
	}
.w1200 .page-career:after,
.w970 .page-career:after,
.w768 .page-career:after,	
.w600 .page-career:after{
	background-position:left top -25px;
	background-size:100%;
	}
	
.career-list{
	width:100%;
	display:block;
	position:relative;
	padding:50px 0;
	}
	
.career-box{
	width:100%;
	display:block;
	border-bottom:1px solid rgba(255,255,255,0.5);
	position:relative;
	padding:20px 30px;
	cursor: pointer;
	}
	
.w600 .career-box{
	padding:20px 15px;	
	}
	
.career-box:first-of-type{
	border-top:1px solid rgba(255,255,255,0.5);	
	}
	
.career-box .career-title{
	width:100%;
	display:block;
	font:normal 40px "butlerregular",Georgia, Times New Roman, Times, serif;
	line-height:45px;
	position:relative;
	}
	
.w600 .career-box .career-title{
	font-size:35px;
	line-height:40px;
	}
	
.career-box .expand{
	font-size:18px;
	}
	
.career-box .expand ul{
	padding:0 0 0 17px;
	}
	
.career-box .expand ul li{
	padding:3px 0;
	}

.white-box{
    width:100%;
	display:block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:30px;
	position:relative;
    margin:30px auto;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3d7e5f+0,8ebb95+38,1c6347+100 */
background: rgb(61,126,95); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(61,126,95,1) 0%, rgba(115,190,165,1) 35%, rgba(28,99,71,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(61,126,95,1) 0%,rgba(115,190,165,1) 35%,rgba(28,99,71,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(61,126,95,1) 0%,rgba(115,190,165,1) 35%,rgba(28,99,71,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d7e5f', endColorstr='#1c6347',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.w600 .white-box{
    padding:20px;
}

.white-box-career,
.white-box-career .col-2{
    text-align: center;
}

.w600 .white-box-career,
.w600 .white-box-career .col-2{
    text-align: left;
}

.white-box .col-2{
    padding:0;
}

.white-box .col-2:nth-of-type(2){
    padding:0 0 0 30px;
}

.w768 .white-box .col-2{
    width:100%;
    display: block;
    text-align: center;
    padding:0;
}

.w600 .white-box .col-2{
    width:100%;
    display: block;
    text-align: left;
    padding:0;
}
.w768 .white-box .col-2:nth-of-type(2),
.w600 .white-box .col-2:nth-of-type(2){
    padding:15px 0 0 0;
}

.col-2{
    width: calc(100%/2 - 5px);
	width: -webkit-calc(100%/2 - 5px);
	width: -moz-calc(100%/2 - 5px);
	display:inline-block;
    vertical-align: top;
    padding:0 0 0 30px;
    text-align: left;
}


.w600 .col-2{
    width:100%;
    padding:0 0 30px 0;
}

.white-box a{
    padding:0 0 0 35px;
    color: #ffffff;
    position: relative;
    font-size:25px;
}

.notouch .white-box a:hover{
   color: #ffffff; 
}

.w600 .white-box a{
    font-size:5vw;
}


.link-email{
    background: url("../i/ico-email.svg") center left no-repeat;
    background-size:24px;
   
}

.link-phone{
    background: url("../i/ico-phone.svg") center left no-repeat;
    background-size:24px;
}

.link-phone span{
    font-size:18px;
}


.link-email2{
	color:#ffffff;
    padding:0 0 0 35px;
    position: relative;
	-webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition:         all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}
	
.link-email2:hover{
	color:#ffffff;
	}


.white-box a:after,
.link-email2:after{
    content: '';
    position: absolute;
    left: 35px;
    bottom: -1px;
    width: 0;
    display: inline-block;
    height: 1px;
    
    background: rgba(255, 255, 255, 1);
    -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}

.notouch .white-box a:hover:after,
.notouch .link-email2:hover:after{
    width: calc(100% - 35px);
	width: -webkit-calc(100% - 35px);
	width: -moz-calc(100% - 35px);
    left:35px;
}

.title{
  font:normal 24px "butlerregular",Georgia, Times New Roman, Times, serif;
}

.title:after{
    content: "";
	display: block;
	height: 1px;
	margin: 15px 0;
	position: relative;
	width:60px;
	background:#ffffff;
}



.career-job{
    width:100%;
    display: block;
    border-top:1px solid rgba(255,255,255,0.5);
    padding:30px 0;
    font-size:18px;
}

.w600 .career-job{
    padding:30px 0;
}

.career-job ul{
    padding:0 0 0 17px;
}

.career-job ul li{
    padding:2px 0;
}

/*Feedback*/

.feedback-page h2{
	font:normal 30px "FengardoNeue_Regular", Arial, Helvetica, sans-serif;
	text-align:center;
	padding:0 0 20px 0;
	}
	
.feedback-page .text-center{
	width:80%;
	margin:0 auto;
	}
	
.w600 .feedback-page .text-center{
	width:100%;
	}
	
/*Contact*/
.page-contact:after{
	content:'';
	background:url(../i/bg-contact.jpg) center top no-repeat;
	opacity:1;
	-webkit-background-size: 100%!important;
	-moz-background-size: 100%!important;
	-o-background-size: 100%!important;
	background-size: 100%!important;
	}
	

	
.link-gold{
	color:#b0863e;
	-webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition:         all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}
	
.link-gold:hover{
	color:#e6cda1;
	}

.contact-info{
    width:100%;
    display: block;
    border-top:1px solid rgba(255,255,255,0.5);
    padding:30px 0;
    font-size:18px;
}

.w600 .contact-info{
    padding:30px 0;
}

.contact-info .btn-holder{
    padding-top:15px;
}
	
	
.contact-box{
	width:100%;
	display:block;
	text-align:center;
	}
	
.contact-box:after{
	content: "";
	display: block;
	height: 1px;
	margin: 25px auto 40px auto;
	position: relative;
	width: 150px;
	background: rgba(255,255,255,0.5);
	}
	
.contact-box span{
	font-size:14px;
	}

.form{
	max-width:800px;
	width:100%;
	margin:0 auto;
	padding:40px 20px 20px 20px;
	display:block;
	}
	
.w600 .form{
	padding:40px 0 0 0;
	}

.form-row{
	width:46%;
	float:left;
	margin:0 2% 15px 2%;
	}
	
.w600 .form-row,
.w600 .form-row-full{
	width:100%;
	margin:0 0 15px 0;
	}
	
.form-row-full{
	width:100%;
	float:left;
	margin:12px 2%;
	}
	
.form-row-full label.label-txt{
	width:50%;
	float:left;
	display:block;
	padding:10px 0;
	font:normal 18px "FengardoNeue_Regular", Arial, Helvetica, sans-serif;
	}
	
.w600 .form-row-full label.label-txt{
	width:100%;
	}
	
.rate-box{
	width:100%;
	float:left;
	display:block;
	padding:15px 0;
	margin:15px 0;
	border-top:1px solid rgba(255,255,255,0.5);
	border-bottom:1px solid rgba(255,255,255,0.5);
	}


.form-row-submit{
	width:96%;
	float:left;
	margin:15px 2%;
	text-align:left;
	}	
	
.form-row-submit .btn-box{
	padding:16px 0;
	}
	
.w600 .form-row-submit{ width:100%;margin:10px 0;}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ffffff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ffffff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ffffff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #ffffff;
}

.select-box {
    position: relative;
    width: 100%;
	 padding:0;
    border:1px solid #e5e5e5;
    overflow: hidden;
   	color:     #ffffff;
	height:42px;
}
.w600 .select-box {
	width: 100%;
}
.w600 .select-box select {
	padding-right:36px;
}


.select-box:after {
    content: '';
    position: absolute;
    top: 100%;
    right: 15px;
    height: 0;
    width: 0;
    margin: -22px 0 0 0;
    pointer-events: none;
    border: solid transparent;
    border-top-color: #ffffff;
    border-width: 8px 6px;
}
.select-box:before {
    content:'';
    position:absolute;
    top: 0;
    right: 0;
    display:block;
    width:40px;
    height:40px;
    background:none;
    pointer-events:none;
}
.select-box select {
    width: 100%;
    margin: 0;
    padding: 0 11px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
	height:42px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	font:normal 18px "FengardoNeue_Regular", Arial, Helvetica, sans-serif;
	letter-spacing:0.05em;
}
.select-box select * {
    width: 100%;
    padding: 10px 15px;
	height:42px;
}
.select-box select:focus {
    outline: 0;
	background-color:rgba(0,0,0,0.9);
	color:#ffffff;
}


.text-input {
    border:1px solid #e5e5e5;
	background:none;
    box-sizing: border-box;
    display: block;
    padding:11px 15px;
	width:100%;
    transition: all 0.25s ease 0s;
	font:normal 18px "FengardoNeue_Regular", Arial, Helvetica, sans-serif;
	letter-spacing:0.05em;
	height:42px;
	
}

.text-message{
	width:96%;
	}

	
.text-input[type="number"] {
    padding-right: 0;
}
.text-input:focus {
   outline: 0 none;
    background-color:rgba(0,0,0,0.3);
	color:#ffffff;

}

.text-input.disable {
    background-color: #ccc;
}

.contact-info2{
	width:100%;
	display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    align-items: center;
    position: relative;
	/*background:#b0863e;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:40px 20px;
background: rgb(12,12,12);
background: -moz-linear-gradient(225deg, rgba(12,12,12,1) 0%, rgba(54,54,54,1) 50%, rgba(12,12,12,1) 100%);
background: -webkit-linear-gradient(225deg, rgba(12,12,12,1) 0%, rgba(54,54,54,1) 50%, rgba(12,12,12,1) 100%);
background: linear-gradient(225deg, rgba(12,12,12,1) 0%, rgba(54,54,54,1) 50%, rgba(12,12,12,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c0c0c",endColorstr="#0c0c0c",GradientType=1);
	}

.contact-info2 .title:after{
    margin:15px auto;
}

.contact-info2 .btn-holder{
    text-align: center;
}

.w600 .contact-info2 .title:after{
    margin:15px 0;
}

.w600 .contact-info2{
    align-items: flex-start;

}

.w600 .contact-info2 .btn-holder{
    text-align: left;
}

/*Quote*/
.quote-dualbg{
	width:100%;
	display:block;
	background: linear-gradient(to bottom, #040404 50%, #101010 50%);
	margin-top:75px;
	}

.w768 .quote-dualbg{
	margin-top:50px;	
	}
	
.w600 .quote-dualbg{
	margin-top:30px;	
	}

.quote{
	width:100%;
	max-width:970px;
	margin:0 auto 0 auto;
	position:relative;
	height:220px;
	}
	
.w600 .quote{
	height:170px;
	}
	
.quote-gold{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3d7e5f+0,8ebb95+38,1c6347+100 */
background: rgb(61,126,95); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(61,126,95,1) 0%, rgba(142,187,149,1) 38%, rgba(28,99,71,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(61,126,95,1) 0%,rgba(142,187,149,1) 38%,rgba(28,99,71,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(61,126,95,1) 0%,rgba(142,187,149,1) 38%,rgba(28,99,71,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d7e5f', endColorstr='#1c6347',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
	
.quote-gold:after{
	content:'';
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	right:205px;
	background-image:url(../i/deco.svg);
	background-size: 250px 250px;
	background-position: center right;
	background-repeat:no-repeat;
	opacity:0.3;
	z-index:0;
	}
	
.w600 .quote-gold:after{
	right:0;
	background-position: center center;	
	}

.quote-content{
	width:100%;
	display:block;
	height:100%;
	position:relative;
	z-index:1;
	}
	
.quote-content:before{
	content:"";
	position:absolute;
	width:50px;
	height:36px;
	display:block;
	top:40px;
	left:40px;
	background:url(../i/quote-open.svg) 0 0 no-repeat;
	}
	
.quote-content:after{
	content:"";
	position:absolute;
	width:50px;
	height:36px;
	display:block;
	bottom:40px;
	right:40px;
	background:url(../i/quote-close.svg) 0 0 no-repeat;
	}
	
.w768 .quote-content:before{
	width:40px;
	top:20px;
	left:20px;
	background-size: 40px;	
	}
	
.w768 .quote-content:after{
	width:40px;
	bottom:20px;
	right:20px;
	background-size: 40px;	
	}
	
.w600 .quote-content:before{
	width:34px;
	top:15px;
	left:20px;
	background-size: 34px;	
	}
	
.w600 .quote-content:after{
	width:34px;
	bottom:10px;
	right:20px;
	background-size: 34px;	
	}
	
.quote-content h1{
	width:53%;
	position:absolute;
	top:50%;
	left:50px;
	display:block;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size:40px;
	line-height:48px;
	text-align:right;
	}

	
.w768 .quote-content h1{
	width:50%;
	left:20px;
	font-size:30px;
	line-height:38px;
	}
	
.w768 .quote-content h1 span{
	display:inline;
	}
	
.w600 .quote-content h1{
	font-size:6vw;
	width:100%;
	line-height:6.5vw;
	position:relative;
	left:0;
	top:0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	text-align:center;
	padding:35px 20px 20px 20px;
	}
	
.quote-content h1 span{
	display:block;
	}
	
.quote-content h1:after{
	content:'';
	position:absolute;
	width:90px;
	height:1px;
	background:#ffffff;
	display:block;
	top:50%;
	right:-120px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	}

.quote-menu .quote-content h1:after,	
.w600 .quote-content h1:after{
	display:none;
	}
	


.quote-content .img{
	width:25.5%;
	max-width:250px;
	position:absolute;
	top:50%;
	right:0;
	display:block;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	}
	
.w600 .quote-content .img{
	margin:0 auto;
 	position:relative;
	top:0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);	
	}
	
.quote-content .quote-btn{
	width:35%;
	position:absolute;
	top:50%;
	left: calc(53% + 100px);
	left: -webkit-calc(53% + 100px);
	left: -moz-calc(53% + 100px);
	display:block;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	}
	
.w600 .quote-content .quote-btn{
	width:100%;
	position:relative;
	left:0;
	top:0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	text-align:center;
	}
	
.quote-content .quote-btn .btn-box{
	text-align:center;
	}

/*Footer*/
footer{
	width:100%;
	display:block;
	background:#101010;
	}
.w970 footer,
.w768 footer{
	padding:0 20px;
	}	
.w600 footer{
	padding:45px 5% 0 5%;
	}

.footer-container{
	width:100%;
	max-width:1480px;
	margin:0 auto;
	position:relative;
	padding:40px 0 30px 0;
	}

.w600 .footer-container{
    padding:0 0 30px 0;
}

.footer-links{
	width:100%;
	text-align:center;
	border-bottom:1px solid rgba(255,255,255,0.2);
	padding-bottom:20px;
	}
	
.w600 .footer-links{
	padding-bottom:10px;	
	}
	
.footer-links a{
	color:#ffffff;
	padding:0 30px;
	font-size:17px;
	letter-spacing:0.03em;
	}
	
.footer-links a:nth-of-type(2),
.footer-links a:nth-of-type(5),
.footer-links a:nth-of-type(6),
.w768 .footer-links a:nth-of-type(2),
.w768 .footer-links a:nth-of-type(5),
.w768 .footer-links a:nth-of-type(6),
.w600 .footer-links a:nth-of-type(2),
.w600 .footer-links a:nth-of-type(5),
.w600 .footer-links a:nth-of-type(6){
	display:none;
	}	
	
.w768 .footer-links a{
	padding:5px 0;
	width: calc(100%/5 - 5px);
	width: -webkit-calc(100%/5 - 5px);
	width: -moz-calc(100%/5 - 5px);
	display:inline-block;
	}
	
.w600 .footer-links a{
	padding:5px 0;
	width: calc(100%/3 - 5px);
	width: -webkit-calc(100%/3 - 5px);
	width: -moz-calc(100%/3 - 5px);
	display:inline-block;
	}
	
.footer-links a:hover{
	color:#b0863e;
	}
	
.footer-copyright{
	text-align:center;
	padding:20px 0 0 0;
	font:normal 13px Arial, Helvetica, sans-serif;
	letter-spacing:0.03em;
	}

.footer-copyright a.soulizen{
	color:rgba(255,255,255,0.5);
	padding:0 3px;
	}
	
.footer-copyright a.soulizen:hover{
	opacity:0.5;
	}

/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif; 
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%; 
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}


b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}


small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}


input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

textarea {
  overflow: auto;
}


optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* normalize.css end */

/*Font Face */
@font-face {
    font-family: 'FengardoNeue_Regular';
    src: url('../fonts/FengardoNeue_Regular.eot');
    src: url('../fonts/FengardoNeue_Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FengardoNeue_Regular.woff2') format('woff2'),
         url('../fonts/FengardoNeue_Regular.woff') format('woff'),
         url('../fonts/FengardoNeue_Regular.ttf') format('truetype'),
         url('../fonts/FengardoNeue_Regular.svg#FengardoNeue_Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'butlerregular';
    src: url('../fonts/butler_regular-webfont.eot');
    src: url('../fonts/butler_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/butler_regular-webfont.woff2') format('woff2'),
         url('../fonts/butler_regular-webfont.woff') format('woff'),
         url('../fonts/butler_regular-webfont.ttf') format('truetype'),
         url('../fonts/butler_regular-webfont.svg#butlerregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CookieRegular';
    src: url('../fonts/CookieRegular.eot');
    src: url('../fonts/CookieRegular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/CookieRegular.woff2') format('woff2'),
         url('../fonts/CookieRegular.woff') format('woff'),
         url('../fonts/CookieRegular.ttf') format('truetype'),
         url('../fonts/CookieRegular.svg#CookieRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'blackjack';
    src: url('../fonts/blackjack.eot');
    src: url('../fonts/blackjack.eot?#iefix') format('embedded-opentype'),
         url('../fonts/blackjack.woff2') format('woff2'),
         url('../fonts/blackjack.woff') format('woff'),
         url('../fonts/blackjack.ttf') format('truetype'),
         url('../fonts/blackjack.svg#blackjack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GreatVibesRegular';
    src: url('../fonts/GreatVibesRegular.eot');
    src: url('../fonts/GreatVibesRegular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GreatVibesRegular.woff2') format('woff2'),
         url('../fonts/GreatVibesRegular.woff') format('woff'),
         url('../fonts/GreatVibesRegular.ttf') format('truetype'),
         url('../fonts/GreatVibesRegular.svg#GreatVibesRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}



/*Font Face end*/



/* cycle banner home */
.banner2 {
	width:100%;
	height:100%;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: center center!important;
	background-repeat:no-repeat!important;
}

.cycle-arrow-holder{
	width: 96%;
	position:absolute;
	top:50%;
	left:50%;
	display:block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index:550;
	}
.w970 .cycle-arrow-holder{
	top:50vh;
	}	
	
.w768 .cycle-arrow-holder{
	top:32.5vh;
	width:96%;
	}
	
.w600 .cycle-arrow-holder{
	top:30vh;
	width:96%;
	}

.cycle-prev,
.cycle-next {
		position: absolute;
		top: 0;
		z-index: 800;
		cursor: pointer;
    height: 28px;
    width: 28px;
}
.cycle-prev {
    left:22.6274px;
    transform: rotate(-135deg);
}
.cycle-next {
    right:22.6274px;
    transform: rotate(45deg);
}


.cycle-prev:before,
.cycle-next:before {
    background-color: #ffffff;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 1px;
    width: 2px;
}
.cycle-prev:after,
.cycle-next:after{
    background-color: #ffffff;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
    content: "";
    height: 2px;
    position: absolute;
    right: 1px;
    top: 0;
    width: 100%;
    z-index: -1;
}
.disabled { opacity: .5; filter:alpha(opacity=50); }

.banner-img {
	width:100vw;
	height:100vh;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: center center!important;
	background-repeat:no-repeat!important;
}

.w768 .banner-img{
	height:65vh;
	}

.w600 .banner-img{
	height:70vh;
	}

.banner2:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+18&0.5+0,0+18 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 18%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 18%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 18%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	}
	
.sec-inner .banner:before{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+25&0.5+0,0+25 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 25%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 25%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 25%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */	
	}


/* cycle banner home end */

/* parallax */

.parallax-fast {
	-webkit-transition:transform 0.5s cubic-bezier(0.415,0.145,0.065,0.915);
	transition:transform 0.5s cubic-bezier(0.415,0.145,0.065,0.915);
}
.parallax {
	-webkit-transition:transform 1s ease-out;
	transition:transform 1s ease-out;
}

/* parallax end */

/*Rating Form*/
.rating-form{
	font-size:18px;
	}

.rating-form h1{
	font-size:45px;
	line-height:45px;
	}
	
.rating-form .form-row-full{
	margin:10px 0;
	}
	
.rating-form .form-row{
	margin:10px 0;
	}
	
.rating-form .form-row-submit{
	border-top:1px solid #ffffff;
	margin:10px 0;
	padding-top:20px;
	}
	
.rating-form-border{
	border-bottom:1px solid #ffffff;
	padding-bottom:20px;	
	}
	
/*404 page*/
.error-page{
	font-size:25px;
	min-height:400px;
	padding:0 5%;
	}
