html{
	overflow-x:hidden;
}
@font-face {
  font-family: 'Arca-Heavy';
  font-style: normal;
  font-weight: normal;
  src: local('Arca-Heavy'), url('../fonts/Arca-Heavy.ttf') format('truetype');
}

@font-face {
  font-family: 'DIN-Medium';
  font-style: normal;
  font-weight: normal;
  src: local('DIN-Medium'), url('../fonts/DIN-Medium-webfont.ttf') format('truetype');
}

body {
    overflow-x: hidden;
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
	height:100%;
}

a[href^=tel] { color: inherit; text-decoration: none; }

.text-muted {
    color: #777;
}

.text-primary {
    color: #cda573;
}

/** Loader **/
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #a4a4a4;
  border-radius: 50%;
  border-top: 16px solid #262626;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 }
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
  from{ bottom:-100px; opacity:0 }
  to{ bottom:0; opacity:1 }
}

#mainContent {
  display: none;
  text-align: center;
}
/**--------------------------------**/

p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #222;
}

a:hover,
a:focus,
a:active,
a.active {
}
a:hover button:hover {
	opacity:0.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Arca-Heavy", Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.bg-paper-img{
	background-image:url('img/paper_bg.jpg')
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #cda573;
    text-transform: uppercase;
    font-family: "Arca-Heavy",Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #cda573;
}

.btn-dropdown {
    border-color: #b30000;
    text-transform: uppercase;
    font-family: "Arca-Heavy",Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
	font-size:12px;
    color: #fff;
    background-color: #b30000;
}

.dropdown-menu{
	font-size:12px;
}

.btn-close{
	color:#FFF;
}

.btn-menu{
	border-color: #cda573;
	border-width: 3px;
	border-radius:0;
    text-transform: uppercase;
    font-family: "Arca-Heavy",Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
	background-color: #FFF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #cda573;
    color: #fff;
    background-color: #AF8A5C;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #cda573;
    background-color: #cda573;
}

.btn-primary .badge {
    color: #cda573;
    background-color: #fff;
}

.btn-xl {
    padding: 20px 40px;
    border-color: #cda573;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: "Arca-Heavy",Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #cda573;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #cda573;
    color: #fff;
    background-color: #AF8A5C;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #cda573;
    background-color: #cda573;
}

.btn-xl .badge {
    color: #cda573;
    background-color: #fff;
}


.navbar-default {
    border-color: transparent;
    background-color: #222;
}

.navbar-default .navbar-brand {
    font-family: "Arca-Heavy","Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    color: #cda573;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #AF8A5C;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #cda573;
    background-color: #cda573;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #cda573;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: "Arca-Heavy",Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #cda573;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #cda573;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #AF8A5C;
}
.red-navbar{
	min-height:20px;
}

.font-red-navbar{
	line-height:1;
	color:#FFF;
}

.container-fluid {
     padding-left: 0px;
     padding-right: 0px;
}

/** Promotion STICKER **/
	#kiis_arrow{
		   /* Use GPU */
			-webkit-transform: translate3d(0, 0, 0);
			-webkit-animation: moveArrow 1s ease infinite;
			-moz-animation:    moveArrow 1s ease infinite;
	}
	@-webkit-keyframes moveArrow {
		0%   { 
			-webkit-transform: translateX(0); 
			-webkit-transform: translateY(0);  
		}    
		100% { 
			-webkit-transform: translate(-40px,40px);  
		}   
	}
	@-moz-keyframes moveArrow {
		0%   { 
			-moz-transform:    translateX(0); 
			-moz-transform:    translateY(0); 
		}    
		100% { 
			-moz-transform:    translateY(-40px,40px); 
		}
	}


#slide_bg1{
		box-shadow: inset 0 0 200px rgba(0,0,0,.9);
		-moz-box-shadow: inset 0 0 200px rgba(0,0,0,.9);
		-webkit-box-shadow: inset 0 0 200px rgba(0,0,0,.9);
}

#slide_bg1 .text_wrapper{
	padding-top:100px;
	text-align: center;
	bottom:0;
}
#slide_bg1 .text1{
	position: relative; 
	text-align: center; 
	bottom: 10px;
}
#slide_bg1 .text2{
	position: relative; 
	bottom: 5px;
}

#slide_bg2 .text_wrapper{
	padding-top:130px;
	text-align: center;
	bottom:0;
}
#slide_bg2 .text1{
	position: relative; 
	text-align: center; 
	bottom: 10px;
}
#slide_bg2 .text2{
	position: relative; 
	bottom: 5px;
}



#menu {
	padding:0 0;
	background-image:url(../img/paper_bg.jpg);
	background-repeat:none;
	background-attachment:scroll;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
	text-align:center;
	color:#FFF;
	background-color:#3C3636
}

.fontTypeTelCall{font-family:"Arca-Heavy",Helvetica,Arial,sans-serif; 
			font-size:14px;line-height:1.4;font-weight:regular; color:#FFF;
			}
			
.fontTypeA {font-family:"Arca-Heavy",Helvetica,Arial,sans-serif; 
			font-size:19px;line-height:1.75;font-weight:bold; color:#cda573;
			}
.fontTypeB {font-family:"Arca-Heavy",Helvetica,Arial,sans-serif; 
			font-size:42px;line-height:1.75;font-weight:bold;color:#FFF;
			}
.fontTypeC {font-family:Georgia,sans-serif; 
			font-size:14px;line-height:1; color:#d3cbc5; font-weight:lighter;
			}	
.fontTypeD {font-family:"Arca-Heavy",Helvetica,Arial,sans-serif; 
			font-size:40px;line-height:1.25; color:#000; font-weight:blod;
			}			
.fontTypeE {font-family:"DIN-Medium",Georgia,Helvetica,Arial,sans-serif; 
			font-size:14px;line-height:1.75; color:#000; font-weight:lighter;
			}	
.fontTypeF {font-family:"Arca-Heavy",Helvetica,Arial,sans-serif; 
			fcda573ont-size:14px;line-height:1.75;font-weight:bold; color:#000;
			}			
.fontFooterTypeA {font-family:Georgia,sans-serif; 
			font-size:14px;line-height:1.3;font-weight:regular; color:#777;
			}	
.fontFooterTypeB {font-family:"Arca-Heavy",Helvetica,Arial,sans-serif; 
			font-size:16px;line-height:1;font-weight:regular; color:#FFF;
			}				
.fontFooterTypeC {font-family:"Arca-Heavy",Helvetica,Arial,sans-serif; 
			font-size:14px;line-height:1;font-weight:bold; color:#FFF;
			}
.fontTypeContactus{font-family:"Arca-Heavy",Helvetica,Arial,sans-serif; 
			font-size:14px;line-height:1.2;font-weight:bold; color:#cda573;
			}
.fontTypeContactus2{font-family:Georgia,sans-serif; 
			font-size:12px;line-height:1.5;font-weight:lighter; color:#222;
			}				
			
/* parallax*/
.parallax-window1 {
    min-height: 200px;
    background: transparent;
}
.parallax-window2 {
    min-height: 200px;
    background: transparent;
}
.parallax-window3 {
    min-height: 200px;
    background: transparent;
}
.parallax-window4 {
    min-height: 200px;
    background: transparent;
}
#slide_bg1{min-height:200px;}
#slide_bg2{min-height:200px;}
/**/

.bigicon {
        font-size: 35px;
        color: #36A0FF;
    }


.darken {
  background: black;
  float:left;

}

.darken img{
  opacity: .4;
  display: inline;

}
.hoverBrighten img:hover{
		opacity:1;
}

@media(min-width:768px) {

    .navbar-default {
        padding: 0 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 0 0;
        background-color: #222;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

header {
	padding:0 0;
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Arca-Heavy","Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: "Arca-Heavy",Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

header .intro-text-top{font-family:"Arca-Heavy"; padding-top:0px;line-height:1.5}
header .intro-text-middle{font-family:"Arca-Heavy";line-height:1}
header .intro-text-bottom{font-family:Georgia; }
header .btn{}


.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
 
.icon-scroll {
  width: 30px;
  height: 50px;
  margin-left: -15px;
  top: 95%;
  margin-top: -100px;
  box-shadow: inset 0 0 2px 2px #FFF;
  border-radius: 25px;
}
 
.icon-scroll:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #FFF;
  margin-left: -3px;
  top: 2px;
  border-radius: 4px;
  -webkit-animation-duration: 1s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}
 
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(38px);
    transform: translateY(38px);
  }
}
 
@keyframes scroll {
	
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(38px);
    transform: translateY(38px);
  }
}


@media (min-width:768px){    
	header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Arca-Heavy","Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family: "Arca-Heavy",Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }
	
	
}

@media(min-width:768px) {
    section {
        padding: 50px 20px;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: rgba(254,209,54,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Arca-Heavy","Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

#portfolio * {
    z-index: 2;
}


.row.no-gutter{margin-left: 0; margin-right: 0;}
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {padding-right: 0; padding-left: 0;}

.slider_rps{
		width:100%;
		min-height: 600px;
		max-height: 700px;
}

body{
	padding-top:40px;
}

/* You can change the height of the carousel by changing the height in the class below. It is set to 50% by default, but can be any height! */

.carousel {
    height: 50%;
}

.item,
.active,
.carousel-inner {
    height: 100%;
}



/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}




.form-div {
	background-color:rgba(255,255,255,0.9);
	padding-top:20px;
	padding-bottom:20px;
	max-width:800px;
}

	#menulink {
	    display: block;
        text-decoration: none;
		font-size:20px; 
		font-family: 'DIN-Bold', sans-serif;
		
		position: absolute;
		top: 40%;
		text-align:center;
		width: 100%;
	}
	#menulink:hover {
            color: #fff;
        }
/*iphone 5*/
@media only screen and (min-width : 240px)  {
	.logo{
		position:relative;
		padding-bottom:5px;
	}

	#myCarousel{
		height:600px;
	}
	#slide_bg1{
		padding-top:50px;
		min-height:300px;
	}
	.fontTypeD{
		font-size:26px;
	}
	
	.intro-text-top{font-family:"Arca-Heavy"; padding-top:0px;line-height:1.5}
	.intro-text-middle{font-family:"Arca-Heavy";line-height:1}
	.intro-text-bottom{font-family:Georgia; }


	.caption-res{
		max-width:80%;
		text-align:left;
		
		margin-left:0;
	}
	.hide-res{
		display:none;
	}
	
	.display-res{
		display:block;
	}
	
	.img-logo-responsive{
		padding-top:0px;
		max-width:170px;
		max-height:170px;
	}
	
	.img-award-responsive{
	    max-width:70%;
		max-height:70%;
	}
	.row .fontFooterTypeC{
		padding-top:20px;
	}
	.insta-plugin{
		padding-top:20px;
	}
	
	.form-div {
	padding-top:20px;
	padding-bottom:20px;
	max-width:400px;
	}
	
	.black_overlay{
        display: none;
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index:1001;
        -moz-opacity: 0.8;
        opacity:.80;
        filter: alpha(opacity=80);
    }
    .white_content {
        display: none;
        position: absolute;
        top: 25%;
        left: 25%;
        width: 50%;
        height: 50%;
        padding: 16px;
        border: 16px solid orange;
        background-color: white;
        z-index:1002;
        overflow: auto;
    }
	
	#mobile_kiis_banner{
		position:relative;
		height:100%;
		top:70px;
	}
	
	#mobile_menu_buttons{
		position:relative;
		/*top:140px;*/
	}
	
	#contactinfo{
		
	}
	.darken img{
		opacity: 1;
		display: inline;

	}
}

/*iPhone 6plus*/
@media only screen and (min-width : 320px)  {
	.logo{
		position:relative;
		padding-bottom:5px;
	}

	#myCarousel{
		height:600px;
	}
	#slide_bg1{
		padding-top:50px;
		min-height:300px;
	}
	.fontTypeD{
		font-size:26px;
	}
	.intro-text-top{font-family:"Arca-Heavy"; padding-top:0px;line-height:1.5}
	.intro-text-middle{font-family:"Arca-Heavy";line-height:1}
	.intro-text-bottom{font-family:Georgia;}


	.caption-res{
		max-width:70%;
		text-align:left;
		margin-bottom:20px;
		margin-left:0;
	}
	.hide-res{
		display:none;
	}
	.display-res{
		display:block;
	}
	
	.img-logo-responsive{
		padding-top:0px;
		max-width:170px;
		max-height:170px;
	}
	
	.img-award-responsive{
	    max-width:70%;
		max-height:70%;
	}
	
	.row .fontFooterTypeC{
		padding-top:20px;
	}
	.insta-plugin{
		padding-top:50px;
	}
	
	.form-div {
	padding-top:20px;
	padding-bottom:20px;
	max-width:400px;
	}
	
	#mobile_kiis_banner{
		position:relative;
		height:100%;
		top:70px;
	}
	
	#mobile_menu_buttons{
		position:relative;
		/*top:120px;*/
	}
	.darken img{
		opacity: 1;
		display: inline;

	}
}

@media only screen and (min-width : 480px) {
	.logo{
		position:relative;
		padding-bottom:5px;
	}
	#myCarousel{
		height:600px;
	}
	#slide_bg1{
		padding-top:50px;
		min-height:300px;
	}
	.intro-text-top{font-family:"Arca-Heavy"; padding-top:100px;line-height:1.5}
	
	.fontTypeD{
		font-size:26px;
	}
	
	.slider_rps{
		width:100%;
		max-height: 600px;
		max-height: 700px;
	}
	
	.caption-res{
		max-width:70%;
		text-align:left;
		margin-bottom:20px;
		margin-left:0;
	}
	
	.hide-res{
		display:none;
	}
	
	.display-res{
		display: block;
	}
	
	.img-award-responsive{
		padding-top:0px;
	    max-width:80%;
		max-height:80%;
	}
	
	.row .fontFooterTypeC{
		padding-top:20px;
	}
	.insta-plugin{
		padding-top:20px;
	}
	
	.form-div {
	padding-top:20px;
	padding-bottom:20px;
	max-width:400px;
	}
	
	#mobile_kiis_banner{
		position:relative;
		height:100%;
		top:70px;
	}
	
	#mobile_menu_buttons{
		position:relative;
		/*top:100px;*/
	}

}

/*Desktop size*/
@media only screen and (min-width : 768px) {
	body{
		margin: 0;
		padding: 0;
	}
	
	.logo{
		position:relative;
		bottom:12px;
	}
	
	#myCarousel{
		height:600px;
	}
	
	.fontTypeD{
		font-size:40px;
	}

	.fontTypeTelCall{
		display:none;
	}
	
	.slider_rps{
		width:100%;
		min-height: 600px;
		max-height: 700px;
	}
	
	.caption-res{
		max-width:80%;
		text-align:left;
		margin-bottom:20px;
		margin-left:-100px;
	}
	.hide-res{
		display:block;
	}
	
	.display-res{
		display:none;
	}
	
	
	#slide_bg1 .text_wrapper{
		padding-top:430px;
		text-align: center;
		bottom:0;
	}
	#slide_bg1 .text1{
		position: relative; 
		text-align: center; 
		bottom: 20px;
	}
	#slide_bg1 .text2{
		position: relative; 
		bottom: 5px;
	}

	#slide_bg2 .text_wrapper{
		padding-top:430px;
		text-align: center;
		bottom:0;
	}
	#slide_bg2 .text1{
		position: relative; 
		text-align: center; 
		bottom: 20px;
	}
	#slide_bg2 .text2{
		position: relative; 
		bottom: 5px;
	}
	
	.parallax-window {
    min-height: 400px;
    background: transparent;
	}
	#slide_bg1{min-height:600px;}
	#slide_bg2{min-height:600px;}
	
	.img-logo-responsive{
		margin-top:-10px;
		max-width:220%;
		max-height:220%;
	}
	
	.img-award-responsive{
	    max-width:70%;
		max-height:70%;
	}
	
	.footer-logo-res{
		text-align:left;
	}
	
	.footer-text-res{
		padding: 0 27px;
		text-align: center;
	}
	
	.row .fontFooterTypeC{
		padding-top:0;
	}
	
	.form-div {
	padding-top:20px;
	padding-bottom:20px;
	max-width:800px;
	}
	.slide-two-modal-content{
		min-width: 600px;
	}
	
	.darken img{
		opacity: .5;
		display: inline;

	}
}
@media only screen and (min-width : 992px){
	
	.logo{
	position:relative;
		bottom:12px;
	}
	#myCarousel{
		height:600px;
	}
	
	.fontTypeD{
		font-size:40px;
	}	
	.fontTypeTelCall{
		display:none;
	}
	
	
	.caption-res{
		max-width:80%;
		text-align:left;
		margin-bottom:20px;
		margin-left:-100px;
	}
	
	.hide-res{
		display:block;
	}
	.display-res{
		display:none;
	}

	
	#slide_bg1 .text_wrapper{
		padding-top:430px;
		text-align: center;
	}
	#slide_bg1 .text1{
		position: relative; 
		text-align: center; 
		bottom: 20px;
	}
	#slide_bg1 .text2{
		position: relative; 
		bottom: 5px;
	}

	#slide_bg2 .text_wrapper{
		padding-top:430px;
		text-align: center;
		bottom:0;
	}
	#slide_bg2 .text1{
		position: relative; 
		text-align: center; 
		bottom: 20px;
	}
	#slide_bg2 .text2{
		position: relative; 
		bottom: 5px;
	}
		
	
	.parallax-window {
    min-height: 400px;
    background: transparent;
	}
	#slide_bg1{min-height:600px;}
	#slide_bg2{min-height:600px;}
	
	.img-logo-responsive{
		margin-top:-10px;
		max-width:250%;
		max-height:250%;
	}
	
	.img-award-responsive{
	    max-width:70%;
		max-height:70%;
	}
	
	.footer-logo-res{
		text-align:left;
	}
	.footer-text-res{
		padding: 0 27px;
		text-align: left;
	}
	.darken img{
		opacity: .5;
		display: inline;

	}	
}

@media only screen and (min-width : 1200px){
	
	.logo{
	position:relative;
		bottom:12px;
	}
	#myCarousel{
		height:650px;
	}
	.fontTypeD{
		font-size:40px;
	}

	.fontTypeTelCall{
		display:none;
	}
	
	.fill{
		width:100%;
		min-height: 750px;
		max-height: 800px;
	}
	
	.caption-res{
		max-width:80%;
		text-align:left;
		margin-bottom:20px;
		margin-left:-100px;
	}
	
	.hide-res{
		display:block;
	}
	
	.display-res{
		display:none;
	}

	
	#slide_bg1 .text_wrapper{
		padding-top:430px;
		text-align: center;
		bottom:0;
	}
	#slide_bg1 .text1{
		position: relative; 
		text-align: center; 
		bottom: 20px;
	}
	#slide_bg1 .text2{
		position: relative; 
		bottom: 5px;
	}

	#slide_bg2 .text_wrapper{
		padding-top:430px;
		text-align: center;
		bottom:0;
	}
	#slide_bg2 .text1{
		position: relative; 
		text-align: center; 
		bottom: 20px;
	}
	#slide_bg2 .text2{
		position: relative; 
		bottom: 5px;
	}
	
	
	.parallax-window {
    min-height: 400px;
    background: transparent;
	}
	#slide_bg1{min-height:600px;}
	#slide_bg2{min-height:600px;}
	
	.img-logo-responsive{
		margin-top:-10px;
		max-width:250%;
		max-height:250%;
	}
	
	.img-award-responsive{
	    max-width:70%;
		max-height:70%;
	}
	
	.footer-text-res{
		padding: 0 27px;
		text-align: left;
	}
	.row .fontFooterTypeC{
		padding-top:0;
	}
	
	.form-div {
	padding-top:20px;
	padding-bottom:20px;
	max-width:900px;
	}
	.darken img{
		opacity: .5;
		display: inline;

	}	
}
.chef-member{text-align:center;margin-bottom:50px}.chef-member img{margin:0 auto;border:7px solid #fff}
.chef-member h4{margin-top:25px;margin-bottom:0;text-transform:none}.chef-member p{margin-top:0}aside.clients img{margin:50px auto}

section#contact {
    background-color: #222;
    background-image: url(../img/map-image.png);
    background-position: center;
    background-repeat: no-repeat;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 400px;
}

section#contact .form-control:focus {
    border-color: #cda573;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family:  "Arca-Heavy",Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: "Arca-Heavy",Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: "Arca-Heavy",Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: "Arca-Heavy",Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

footer {
	background:#222;
    padding: 25px 0;
    text-align: center;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: "Arca-Heavy",Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: "Arca-Heavy",Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}


.portfolio-modal .modal-content {
    padding: 0 0;
    max-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}


.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #cda573;
}

::selection {
    text-shadow: none;
    background: #cda573;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #cda573;
}

/* Landing Page */
.container-full {
  margin: 0 auto;
  width: 100%;
  min-height:100%;
  background: url('http://www.desktopwallpaperhd.net/wallpapers/7/6/background-homepage-web-wood-opera-media-images-79414.jpg');
  color:#eee;
  overflow:hidden;
}
