@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto);

body { 
	font-family: 'Roboto', sans-serif;
    margin:0; 
	padding:0; 
	font-size: 1em;
    font-weight: 400;
    line-height: 1.42857143;
    color: #cccbcb;
    background-color: #ffffff;

  	-webkit-animation-duration: 0.1s;
  	-webkit-animation-name: fontfix;
  	-webkit-animation-iteration-count: 1;
  	-webkit-animation-timing-function: linear;
  	-webkit-animation-delay: 0.1s;
}

@-webkit-keyframes fontfix {
  from { opacity: 1; }
  to { opacity: 1; }
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* - Reset & Universal Setup - */
body#home a#navhome, 
body#about a#navabout,
body#d-menu a#navmenu, 
body#gallery a#navgallery, 
body#contact a#navcontact {
	border-bottom: 3px solid #ec1d23;
    color: #fff;
}

img, a {
	outline:none; 
	border:none;
}

div { 
	display:block;
}

.floatL { 
	float:left;
}

.floatR { 
	float:right;
}

.clear { 
	clear:both; 
}

.text-center{
	text-align: center;
}

.text-left{
	text-align: left;
}

.red{
	color: #ec1d23;
}

.grey{
	color: #1a1a1a;
}

.brownish{
	color: #dad092;
}

.col-lg-6{
	width: 45%;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}

.noBullets{
	list-style-type: none;
}

/* - Header - */
header {
    background: #ffffff;
}

.bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-image-inside {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% -40%;
}

.bg-image-h {
    background-image: url("../img/header-img.jpg");
    background-color: #5996CF;
}

header .top-h {
    padding-top: 50px;
    padding-bottom: 50px;
}

header .bottom-h {
    padding-top: 122px;
    padding-bottom: 470px;
}

.image-box{
	position: relative;
    top: 470px;
    background: #dad092;
    color: #fff;
    padding: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}

.moveTop{
	position: relative;
	top: -30px;
}

.col-lg-4{
	width: 30%;
	float: left;
	padding-left: 15px;
	padding-right:15px;
}

/* - Setup - */
#wrapper { 
	margin:0 auto; 
	width:100%;
}

.container { 
	width:1170px; 
	margin:0 auto; 
}

.min-h{
	min-height: 800px
}

/* - Link Styles - */
a.text_link:link, a.text_link:visited {
	font-size: 1em;
	font-weight: bold;
	color: #ec1d23;
	text-decoration: none;
}
a.text_link:hover {
	font-size: 1em;
	font-weight: bold;
	color: #dad092;
	text-decoration: none;
}

/* Navi */
.container-n{
	width: 1200px;
	margin: 0 auto;
}

#menu, #menu ul { 
	margin: 0; 
	padding: 0; 
	list-style: none;
	text-align: center !important; 
	position: relative;
	left: 25px;
}

#menu:before, #menu:after {
	content: "";
	display: table;
}

#menu ul:after {
	clear: both; 
}

#menu ul li:hover > ul {
	display: block;
}

#menu ul {
	padding: 0;
	margin:0;
	border-radius: 0px;  
	list-style: none;
	position: relative;
	text-align: center !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
}

#menu a { 
	display: block;
	font-family: 'Montserrat', sans-serif;
	float: left;
	padding: 12px 56px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
	text-align: center !important;
	margin-left: 10px;
}

#menu li:hover > a {
	color: #ec1d23;
}

.navbar-fixed {
    top: 0;
    left: 0px;
    z-index: 9999;
    position: fixed !important;
    width: 100%;
    margin: 0 auto;
	background: rgba(0, 0, 0, 0.9);
    height: 10px;
}

section#navi.top-h.navbar-fixed{
	padding-top: 20px;
	padding-bottom: 50px;
}

.navbar-fixed #menu{
	position: relative;
	top: -8px;
	left: 25px;
}

/* - Slider - */
.slider-container {
	overflow: hidden;
	height: 82vh;
	width: 100%;
	top:0;
	position: relative;
	z-index: 1;
}

.max-h-w{
	height: 100%;
	width: 100%;
}

.border-bottom{
	border-bottom: 1px solid #e1e1e1;
}

.banner-container {
	overflow: hidden;
	height: 60vh;
	width: 100%;
	top:0;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #e1e1e1;
}

div.banner-container section.bottom-h.text-center{
	padding-top: 122px;
	padding-bottom: 300px;
	border-bottom: 1px solid #e1e1e1;
}

/* - Main Content - */
.inside-h1{
    font-size: 75px;
    line-height: 0.9;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #262626;
    letter-spacing: -0.05em;
    margin: 0;
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding-t{
	padding-top: 90px;
}

.padding-b{
	padding-bottom: 90px;
}

.bg-image-m {
    background-image: url("../img/menu-bg.jpg");
    height: 600px;
}

.specials-h{
	font-size: 36px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.text-big{
	text-transform: uppercase;
}

.big{
	font-size: 72px;
    line-height: 42px;
    letter-spacing: -0.025em;
}

.special-p{
	color: #ec1d23;
	font-size: 72px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1;
    position: relative;
    top: -15px;
}

.chnage-l{
	font-size: 36px;
    letter-spacing: -1px;
}

.move-t{
	vertical-align: top;
    line-height: 1.2;
}

.btn-s {
    display: inline-block;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    border: 1px solid transparent;
    background: transparent;
    outline: none;
    padding: 11px 19px;
    font-size: 24px;
    line-height: 21px;
    border-radius: 0;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.btn-s:after {
    content: "\f0da";
    font-family: 'FontAwesome';
    font-size: 18px;
    color: inherit;
    margin-left: 11px;
}

.btn-c {
    display: inline-block;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    border: 1px solid transparent;
    background: #ec1d23;
    outline: none;
    padding: 11px 19px;
    font-size: 24px;
    line-height: 21px;
    border-radius: 0;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.btn-c:after {
    content: "\f0da";
    font-family: 'FontAwesome';
    font-size: 18px;
    color: inherit;
    margin-left: 11px;
}

a.menu-more-btn{
    text-decoration: none;
    background-color: #dad092;
    border-color: #cccbcb;
    color: #fff;
}

a.menu-more-btn:hover{
    text-decoration: none;
    background-color: #ec1d23;
    color: #fff;
}

a.slider-more-btn{
    text-decoration: none;
    border-color: #cccbcb;
    color: #fff;
}

a.slider-more-btn:hover{
    text-decoration: none;
    background-color: #dad092;
    color: #fff;
}

.padding-b{
	padding-bottom: 40px;
}

/* - Menu - */
.menu-h1{
    font-size: 100px;
    line-height: 0.9;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    background:#ec1d23;
    color: #fff;
    letter-spacing: -0.05em;
    padding: 15px;
    margin: 0;
}

.special-box{
    border-style: double;
    text-align: center;
    color: #262626;
}

.uppercase{
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.bg-image-menu {
    background-image: url("../img/menu-bg.jpg");
    height: 1900px;
}

.bg-image-menu-2 {
    background-image: url("../img/menu-bg.jpg");
    height: 1900px;
}

.bg-image-menu-3 {
    background-image: url("../img/menu-bg.jpg");
    height: 1900px;
}

.bg-image-menu-4 {
    background-image: url("../img/menu-bg.jpg");
    height: 1900px;
}

.bg-image-menu-5 {
    background-image: url("../img/menu-bg.jpg");
    height: 1900px;
}

.blanko {
	height: 170px;
}

/* - Gallery - */
.imgGallery {
	margin:0px;
	padding:1px;
	width:200px;
	height:200px;
}

/* - Live Help - */
#chatty {
	font: 700 0.8em/1em 'Roboto', serif;
	letter-spacing: 1px;
	position: fixed;
	z-index: 100000000000000000;
	bottom: 0;
	right: 30px;
	width: 300px;
	/*height: 278px;*/
	margin-bottom: -85px;
	background: #ec1d23;
	border:5px solid transparent;
	border-bottom: none;
	border-radius: 5px;
	text-align: center;
	overflow: hidden;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#chatty strong {
	font-size: 1em;
	line-height: 1.5em;
	letter-spacing: 2px;
	display: block;
}

#chatty a {
	text-decoration: none;
	color: inherit;
}

#chatty:hover {
	margin-bottom: -5px;
}

.chattytitle {
	position: relative;
	padding: 5px 25px 10px;
	font-weight: 700; 
	font-size: 1em;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 1.5em;
}

.livehelp {
	display: inline-block;
	text-transform: none;
	color: #2d2e32;
	width: 50%;
	position: relative;
	padding: 30px 0;
	background: #fff;
	font-weight: 700;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out; 
}

.textnow {
	display: inline-block;
	text-transform: none;
	color: #2d2e32;
	width: 50%;
	position: relative;
	padding: 30px 0;
	background: #fff;
	font-weight: 700; 
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out; 
}

.livehelp:hover, .textnow:hover {
	background: #ec1d23;
	color: #fff;
}

#floatie b {
	color: #008aff;
}

/* - Contact -*/
.map{
	position: relative;
	color: #fff;
	height: 435px;
}

#map {
    width: 100%;
    height: 435px;
}

.contact_text {
	color:#1a1a1a;
	font-size:15px;
	padding:2px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif; 
}

input {
	width:40.5%;
	padding:1.4em 2em;
	margin-bottom:10px;
	margin: 0;
    -webkit-appearance: none;
    outline: none;
    height: 41px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #1a1a1a;
    background: transparent;
    border: none;
    border-bottom: 1px solid #e1e1e1;
}

.max-input{
	width: 86% !important;
}

input::-webkit-input-placeholder {
  	color: #1a1a1a !important;
}

input:-moz-placeholder { 
	color: #1a1a1a !important;  
}
 
input::-moz-placeholder {  
	color: #1a1a1a !important;  
}
 
input:-ms-input-placeholder {  
	color: #1a1a1a !important;  
}

textarea {
	width:86.4%;
	height:140px;
	padding:2em;
	margin: 0;
    -webkit-appearance: none;
    outline: none;
    height: 41px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #1a1a1a;
    background: transparent;
    border: none;
    border-bottom: 1px solid #e1e1e1;
}

textarea::-webkit-input-placeholder {
  	color: #1a1a1a !important;
}

textarea:-moz-placeholder { 
	color: #1a1a1a !important;  
}
 
textarea::-moz-placeholder {  
	color: #1a1a1a !important;  
}
 
textarea:-ms-textarea-placeholder {  
	color: #1a1a1a !important;  
}

.captcha-input {
	width:66%;
}

.move-c{
	position: relative;
    top: 35px;
}

button{
	text-decoration: none;
    background-color: #dad092;
    border-color: #cccbcb;
    color: #fff;
}

button:hover{
	text-decoration: none;
    background-color: #dad092;
    color: #fff;
}

/* - Footer Setup - */
.container-f { 
	width:1200px; 
	margin:0 auto;
	padding-top: 7px;
}

#footer {
	display:block;
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	padding-top:2em 0;
}

.footerImg {
    position: relative;
    top: 5px;
}

.footer_text {
	font-size: 1em;
	color: #fff;
	font-weight:bold;
}

a.footer_link:link, a.footer_link:visited {
	font-size: 0.8em;
	color: #fff;
	font-weight:bold;
	text-decoration:none;
}

a.footer_link:hover {
	color: #ec1d23;
	text-decoration:none;
}