@font-face {
    font-family: 'flamalight';
    src: url('flama_light.woff2') format('woff2'),
         url('flama_light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'flamabasic';
    src: url('flama_basic.woff2') format('woff2'),
         url('flama_basic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'flamathin';
    src: url('flama_thin.woff2') format('woff2'),
         url('flama_thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

p { font-family: 'flamabasic', normal; }

body{
  margin: 0 auto;
  padding: 0 auto;
}

.b-a, .bar, .bar:before, .bar:after {
  transition: all 0.75s;
  content: "";
  position: absolute;
  right: 0;
  height: 5px;
  width: 30px;
  border-radius: 15px;
  background-color: #a19265;
}
.base_menu{
  display: block;
  width: 100%;
  height: 55px;
  background-color: black;
  position: fixed;
  z-index: 1;
  padding: 0;
  margin: 0;
  padding: 0;
}
.menu-collapsed {
  transition: all 0.75s;
  position: fixed;
  top: 10px;
  height: 36px;
  right: 0px;
  width: 36px;
  z-index: 999;
  cursor: pointer;
}
.menu-collapsed ul {
  transition: all 0s;
  position: fixed;
  left: -9000px;
}

.bar {
  position: fixed;
  right: 24px;
  top: 28px;
}
.bar:before {
  top: -8px;

}
.bar:after {
  top: 8px;
}

.b-a-expanded, .menu-expanded .bar:before, .menu-expanded .bar:after {
  transition: all .75s;
  top: -0px;
}

.icon_invictus{
	margin-top: 50px;
	max-width: 20%;
	position: fixed;
	z-index: 888;
}

.menu-expanded {
  transition: all .75s;
  line-height: 150px;
  height: 100%;
  width: 100%;
  border-radius: 0px;
  /*top: 0;
  left: 0;*/
  background-color: #000;
}
.menu-expanded ul {
  transition: all 0s;
  position: relative;
  left: 0;
  z-index: 2;
  list-style-type: none;
  font-family: 'flamathin', normal;
  text-align: left;
}
.menu-expanded a {
  transition: all .15s;
  text-decoration: none;
  font-size: 1.8em;
  padding: 5px;
  color: #a19265;
  display: block;
}
.menu-expanded a:hover {
  transition: all .15s;
  letter-spacing: 1px;
}
.menu-expanded .bar {
  background-color: transparent;
  transition: all .25s;
}
.menu-expanded .bar:before {
  transform: rotate(45deg);
}
.menu-expanded .bar:after {
  transform: rotate(-45deg);
}

.btn {
  background: black;
  color: #a19265;
  margin-right: 3px;
  margin-top: 0px;
  border-radius: 0px;
  width: auto;
}
.btn:hover,
.btn:focus {
  color: white;
  text-decoration: none;
  width: auto;
}
.language, .dropdown-toggle {
    text-transform: uppercase;
}

.dropdown-menu{
  background-color: #a19265;
  min-width: 50px;
  border:none;
  margin: 0;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #a19265;
  background-color: black;
  width: auto;
}

.caret{
  color: #A19265;
}

.btn-group-vertical>.btn, .btn-group>.btn{
  position: relative;
  z-index: 2;
}

.btn-group, .btn-group-vertical {
  position: absolute;
  float: right;
  right: 70px;
  top: 15px;
}

.row {
  padding-top: 150px;
}

h1 {
  font-size: 3em;
}

h3 {
  color: #999;
}

p {
  line-height: 160%;
  letter-spacing: 1px;
  color: #A19265;
}

.about h1{
  font-family: 'flamathin', normal;
  padding-top: 30px;
  text-align: center;
  font-size: 30px;
  font-weight: 100;
  padding-bottom: 20px;
  width: 70%;
  margin: 0 auto;
  color: #A19265;
}
.about p{
  font-family: 'flamathin', normal;
  text-align: center;
  width: 60%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 30px;
  line-height: 29px;
  color: #000;
}

.about{
 text-align: center;
 margin: 0 auto;
 padding-top: 80px;
 padding-bottom: 60px;
}

}
.carousel{
  width:100%;
  max-width:100%;
  max-height:757px;
  font-family: 'flamathin', normal;
}
div .overlay{
	margin-top: 0px;
}
.carousel .item {
  position: relative;
}
.carousel .item .imageContainer {
  display:block;
  width:100%;
  position:relative;
  max-height:500px;
}

.carousel .item .imageContainer:before{
  content:"";
  position: absolute;
  top:0px;
  left:0px;
  color:red;
  width:100%;
  height:100%;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 90%, rgba(0,0,0,0.75) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(90%,rgba(0,0,0,0.75)), color-stop(100%,rgba(0,0,0,0.75))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 90%,rgba(0,0,0,0.75) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 90%,rgba(0,0,0,0.75) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 90%,rgba(0,0,0,0.75) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 90%,rgba(0,0,0,0.75) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 ); /* IE6-9 */
}

.carousel .item img {
  display:block;
  width:100%;
  position: relative;
}

.carousel .item .overlay {
  z-index: 999;
  position:absolute;
  bottom:0px;
  left:0px;
  right:0px;
  color:#fff;
  padding: 30px 0px 70px 0px;
  height: 580px;
  top: 15%;
  
}
.carousel .item .overlay h1{
  text-align: center;
  font-size: 40px;
  font-weight: 100;
  padding-bottom: 60px;
  width: 70%;
  margin-top: 20px;
  margin: 0 auto;
  color: #A19265;
}

.carousel .item .overlay h1:after{
	content: '_____';
	position: absolute;
  letter-spacing: -1px;
}

.carousel .item .overlay h1:before{
	content: '_P';
	position: relative;
}

.carousel .item .overlay h3{
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 40px;
  width: 70%;
  margin: 0 auto;
  color: #fff;
}
.carousel .item .overlay p{
  text-align: center;
  width: 60%;
  font-family: 'flamathin', normal;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 30px;
  line-height: 29px;
  color: rgba(255, 255, 255, 0.7);
}

.slick-next{
right:530px;
top: 93%;
z-index: 2;
position:fixed;
display: none !important;
}

.slick-prev{
left:530px;
top: 93%;
z-index: 2;
position:fixed;
display: none !important;
}

.slick-prev:before,
.slick-next:before
{
font-family: 'flama', normal;
font-size: 30px;
line-height: 0;
 }

.slick-next:before
{
content: '>';
}

.slick-prev:before
{
content: '<';
}

.carousel .slick-dots{
  position:absolute;
  bottom:20px;
}

.slick-dots li button:before
{
  color: #fff;
  font-size: 10px;
}

.slick-dots li.slick-active button:before
{
  color: #fff;
}

@media only screen and (min-width: 901px) and (max-width: 1100px) {
  .carousel {
    max-height:757px;
  }
  .carousel .item .imageContainer{
    max-height:757px;
  }
  
  .carousel .item .overlay{
    padding-bottom: 55px;
  }
  .carousel .item .overlay h3{
    width: 80%;
    font-size: 34px;
    line-height: 40px;
    padding-bottom:10px;
  }
   .carousel .item .overlay p{
    width: 65%;
    font-size:0.6em;
    line-height: 12px;
  } 
  .slick-prev:before, .slick-next:before{
  	display: none;
  }
   .about {
  	height: 535px;
  }
  .about p {
  	font-size: 0.9em;
  	line-height: 1em;
  	margin: 0 20px;
  	width: 88%;
	padding-bottom: 3px;
  }
  .about h1 {
  	padding-top: 20px;
  	font-size: 2em;
  	padding-bottom: 10px;
  }
    .about img {
	margin-bottom: 30px;
    }
}

@media only screen and (min-width: 651px) and (max-width: 900px) {
  .carousel .item .overlay{
    padding-bottom: 50px;
  }
  .carousel .item .overlay h3{
    width: 80%;
    font-size: 26px;
    line-height: 30px;
    padding-bottom:10px;
  }
   .carousel .item .overlay p{
    width: 70%;
    font-size:14px;
     line-height: 20px;
  } 
  .slick-prev:before, .slick-next:before{
  	display: none;
  }
   .about {
  	height: 535px;
  }
  .about p {
  	font-size: 1.1em;
  	line-height: 1.4em;
  	margin: 0 auto;
  	width: 88%;
  	text-align: center;
  }
  .about h1 {
  	padding-top: 20px;
  	font-size: 2em;
  	padding-bottom: 10px;
  }
    .about img {
    	margin-bottom: 30px;
    }
    .footer-logos a{
    font-size: 10px;
  }
}

@media only screen and (max-width: 650px) {
  .carousel .item .overlay{
    background: inherit;
    color:#fff;
    padding: 25px 20px 40px 20px;
  }
  .carousel .item .overlay h3{
    width: 100%;
    font-size: 1.5em;
    font-weight: 400;
    padding-bottom:10px;
  }
   .carousel .item .overlay p{
    width: 100%;
    color: #fff;
    font-size: 0.9em;
    line-height: 1.5em;
  }

  .carousel .slick-dots{
    bottom: 5px;
  }

  .slick-dots li button:before
  {
    color: #fff;
  }

  .slick-dots li.slick-active button:before
  {
    color: #fff;
  }
  .slick-prev:before, .slick-next:before{
  	display: none;
  }
  .about {
  	height: 435px;
  	padding-top: 15px; 
  	padding-bottom: 0px;
  }
  .about p {
  	font-size: 1.1em;
  	line-height: 1.4em;
  	margin: 0 auto;
  	width: 88%;
  }
  .about h1 {
  	padding-top: 20px;
  	font-size: 2em;
  	padding-bottom: 10px;
  }
	.carousel .item .overlay h1{
  	font-size: 1.5em;
	font-weight: 600;
  	padding-bottom:18px;
  }
	.carousel .item .overlay h3{
  	font-size: 1em;
	font-weight: 600;
  }
	.carousel .item .overlay p{
  	font-size: 0.7em;
  }
  .carousel .item img{
  	height: 300px;
  } 
  .footer-logos a{
    font-size: 10px;
  }
}

@media only screen and (max-width: 550px) {
  .carousel .item .overlay{
    padding: 15px 15px 40px 15px;
  }
  .carousel .item .overlay h3{
    font-size: 24px;
    line-height: 29px;
  }
   .carousel .item .overlay p{
     font-size: 0.8em;
     line-height: 12px;
  }
   .about {
  	height: 535px;
  }
  .about p {
  	font-size: 0.9em;
  	line-height: 1em;
  	margin: 0 20px;
  	width: 88%;
  }
  .about h1 {
  	padding-top: 20px;
  	font-size: 2em;
  	padding-bottom: 10px;
  }
    .about img {
    	margin-bottom: 30px;
    }
    .menu-expanded{
    	line-height: 6em;
    	font-size: 0.8em;
    	padding-top: 80px;
    }
    .slick-prev:before, .slick-next:before{
  	display: none;
 	left: 0px;
  }
    .footer-logos a{
    font-size: 10px;
  }
}

@media only screen and (max-width: 460px) {
  .carousel .item .overlay h3{
    font-size: 20px;
    line-height: 25px;
  }
  .carousel .item .overlay h1{
	margin-top: -30px;
	}
   .carousel .item .overlay p{
     font-size: 1em;
     line-height: 16px;
	 font-weight: 600;
  }
  .slick-prev:before, .slick-next:before{
  	overflow: hidden;
  }
  .slick-prev, .slick-next{
	width: 0px;
  	height: 0px;
  }
   .about {
  	height: 50%;
  }
  .about p {
  	font-size: 0.9em;
  	line-height: 1.4em;
  	margin: 0 20px;
  	width: 88%;

  }
  .about h1 {
  	padding-top: 20px;
  	font-size: 2em;
  	padding-bottom: 10px;
  }
	.about img {
	margin-bottom: 10px;
	width: 70%;
    }
    form {
    width: 90%;
	}
	form #input-submit{
	width: 100% !important;
	}
	.cf h1{
		font-size: 2em;
	}
  .footer-logos a{
    font-size: 10px;
  }
}

/* contact form */

h1{
  font-family: 'flamathin', normal;
  text-align: center;
  font-size: 40px;
  font-weight: 100;
  padding-bottom: 5%;
  width: 70%;
  margin: 0 auto;
  color: #A19265;
}

h3{
  font-family: 'flamathin', normal;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 40px;
  width: 70%;
  margin: 0 auto;
  color: #333;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

form {
  max-width: 900px;
  margin: 20px auto;
  font-family: 'flamathin', normal;
}
form input, form textarea {
  border: 0;
  outline: 0;
  padding: 1em;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 0px;
  display: block;
  width: 100%;
  margin-top: 1em;
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  resize: none;
  background-color: #e5e5e5;
  margin-bottom: 1em;
}
form input:focus, form textarea:focus {
  -moz-box-shadow: 0 0px 2px #9f8f46 !important;
  -webkit-box-shadow: 0 0px 2px #9f8f46 !important;
  box-shadow: 0 0px 2px #9f8f46 !important;
}
form #input-submit {
  color: #333;
  background: #A19265;
  cursor: pointer;
  width: 50%;
  float: right;
}
form #input-submit:hover {
  -moz-box-shadow: 1px 1px 1px 1px rgba(161, 146, 101, 0.6);
  -webkit-box-shadow: 1px 1px 1px 1px rgba(161, 146, 101, 0.6);
  box-shadow: 1px 1px 1px 1px rgba(161, 146, 101, 0.6);
}
form textarea {
  height: 146px;
}

.half {
  float: left;
  width: 48%;
  margin-bottom: 1em;
}
.half p{
	margin: 0;
}
.right {
  width: 50%;
}
.cf{
	margin-top: 10px;
}

.left {
  margin-right: 2%;
}

@media (max-width: 480px) {
  .half {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
}
/* Clearfix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}
/* footer formatting */
.footer {
  text-align: center;
  background-color: #222222;
  border-top: 1px solid black;
  bottom: 0;
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  margin-top: 1em;
  min-width: 320px;
  padding: 1em 1em 0 1em;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.footer-logos {
  font-size: 14px;
  margin-top: -1em;
}

.footer-logos a {
  text-decoration: none;
}

.footer-logos i {
  border: 0px;
  border: 0px;
  border-radius: 25%;
  color: #777777;
  margin: 0 0 1em 1em;
  padding-top: .25em;
  text-align: center;
  vertical-align: -1.5em;
}

.footer-logos .genericon {
  height: 1.6em;
  width: 1.6em;
}
.fa-facebook{
  margin-left: 0px !important;
}

.footer-logos .fa {
  height: 1.75em;  
  width: 1.75em;
}
.Copyright {
  color: #777;
  padding: 0;
  text-decoration: none;
  line-height: 10px;
}

.Copyright:hover{
  color: #888;
}

.footer .container-fluid {
  /*max-width: 480px;*/
}

.row {
  padding-top: 0;
  margin: 0;
}
