@charset utf-8;

@import url(1140.css);

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400);

h1 a {
	font-size: 28px !important;
	color: #333;
	font-family: 'Soure Sans Pro', sans-serif;
	line-height: 120%;
	padding: 15px 0 15px 0;
	display: block;
}

/*------------------------------------------------------------------------------------------------------------------*/
/*-----------------HEADER-------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
header {
  background: #222222;
  float: left;
  height: 80px;
  left: 4%;
  overflow: none;
  position: absolute;
  width: 92%;
  z-index: 9999999999999;
}
body{
  background: url(../images/bg.png);
  background-repeat: repeat-x;
}
iframe{
  border: 5px solid #FFF;
  width:100%;
  margin: 0px;
  padding: 0px;
  height: 280px;
}
html,body {
  max-width: 100%;
  overflow-x: hidden;
}
/*------------------------------------------------------------------------------------------------------------------*/
/*-----------------LOGO-AREA----------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
.logo {
  border-right: 1px solid #CCC;
  float: left;
  height: 50px;
  margin: 15px 0;
  text-align: center;
  width: calc(22%-10px);
}

.logo img {
  height: 50px;
  padding-right: 5px;
}

.logo img a {
  height: 50px;
  padding-right: 5px;
  border: 0;
}

.logo span {
  color: #CCC;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
}
/*------------------------------------------------------------------------------------------------------------------*/
/*-----------------NAVIGATION---------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
nav {
  float: right;
  height: 80px;
  width: auto;
}

.nav-button {
  display: none;
}

nav ul {
  list-style: none;
  z-index: 9999999;
}

nav ul li {
  float: left;
}

nav ul li a {
  -o-transition: background-color .5s;
  -webkit-transition: background-color .5s;
  color: #FFF;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 80px;
  padding: 0 30px;
  position: relative;
  text-decoration: none;
  transition: background-color .5s;
  z-index: 99999;
}

nav ul li a:hover {
  background: #FFF;
  color: #333;
}

nav ul li:hover .sub {
  right: 0;
}

nav ul.sub {
  -o-transition: right .5s;
  -webkit-transition: right .5s;
  background: #111;
  margin: 0;
  position: absolute;
  right: -1000px;
  transition: right .5s;
  z-index: 0;
}


/*------------------------------------------------------------------------------------------------------------------*/
/*-----------------SLIDER-------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
.slide-four {
  background: url(../images/slide4.jpg) top center;
}

.slide-one {
  background: url(../images/slide1.jpg) top center;
}

.slide,.slide-one,.slide-two,.slide-three,.slide-four {
  float: left;
  width: 100%;
}

.slide-three {
  background: url(../images/slide3.jpg) top center;
}

.slide-two {
  background: url(../images/slide2.jpg) top center;
}
.slide {
  background: url(../images/slide.jpg) top center;
}

.slider {
  float: left;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 99999999;
  border-bottom: 10px double #987987;
}
/*------------------------------------------------------------------------------------------------------------------*/
/*----------------CAPTIONS INSIDE SLIDER----------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
.caption {
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  height: 400px;
  margin: 150px 0 150px 100px;
  padding: 20px;
  width: 500px;
  position: absolute;
  z-index: 9999999999999;
}

.caption a {
  -o-transition: box-shadow .5s;
  -webkit-transition: box-shadow .5s;
  background: #192226;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  line-height: 60px;
  margin-top: 10px;
  padding: 0 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: box-shadow .5s;
  z-index: 9999999;
}

.caption a:hover {
  box-shadow: inset 0 100px 0 #000;
}

.caption h2 {
  background: rgba(0,0,0,0.5);
  font-size: 56px;
  line-height: 80px;
  padding: 10px 30px;
}

.caption p {
  background: rgba(0,0,0,0.5);
  font-size: 22px;
  line-height: 30px;
  padding: 10px 30px 20px;
}


/*------------------------------------------------------------------------------------------------------------------*/
/*-----------------Gallery -----------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
.img-area{
  float: left;
  margin: 3px;
  overflow: hidden;
  width: 180px;
  height: 180px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-transition: border-radius 0.6s;
  -o-transition: border-radius 0.6s;
  transition: border-radius 0.6s;
}

.img-area:hover{
  border-radius: 50%;
}
.img-area img{
  margin: 0px !important;
}
/*------------------------------------------------------------------------------------------------------------------*/
/*-----------------TESTIMONIALS-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/

.testimonial {
  width: 92%;
  padding: 15px 4%;
  margin: 10px 0% 40px 0%;
  background-color: #999;
  line-height: 28px!important;
  font-size: 18px!important;
  color: #FFF!important;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-family: 'Source Sans Pro', sans-serif;
}

/*------------------------------------------------------------------------------------------------------------------*/
/*-----------------THREE COLUMN LAYOUT SECTION----------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
.featurebox a {
  display: block;
  background-color: #192226;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  margin-top: 20px;
  font-size: 22px;
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
}

.featurebox h2 {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
}

.featurebox p {
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  line-height: 26px;
  min-height: 190px;
}

.featurebox img {
  border: 1px solid #FFF;
  width: 100%!important;
}
/*------------------------------------------------------------------------------------------------------------------*/
/*-----------------BIG HEADLINE-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/

.headline {
  color: #EFEFEF!important;
  border-radius: 8px;
  font-family: 'Open Sans', sans-serif;
  font-size: 50px;
  font-weight: 300;
  padding: 20px 0;
  text-align: center;
  margin-top: 20px;
  background-color: rgba(25,34,38,0.8);
}

.fa-quote-left {
  padding-right: 15px;
  color: #EFEFEF!important;
}

.fa-quote-right {
  padding-left: 15px;
  color: #EFEFEF!important;
}
/*------------------------------------------------------------------------------------------------------------------*/
/*-----------------CONTENT------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
.page{
  padding-top: 120px;
  padding-bottom: 40px;
}
.page .header-img{
  border: 5px solid #FFFFFF;
}
.center h2{
  font-size: 26px!important;
  color: #192226;
}
.page h2{
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 42px;
  margin-top: 14px;
}
.page p{
  font-size: 16px;
  font-family: 'Soure Sans Pro', sans-serif;
  color: #333;
  line-height: 28px;
  padding: 6px 0px;
}
.page a{
  text-decoration: none;
  color: black;
  font-size: 18px;
}
.page i{
  width: 30px;
  color: #333;
}
.page img{
  margin-top: 10px;
  margin-bottom: 10px;
}
.page span{
  font-size: 24px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
}
.page i{
  color: #555!important;
}
.page aside img{
  margin-top: 80px;
}
.button-one,.button-two,.button-three,.button-four,.button-five,.button-six{
  background-color: #333;
  color: #EFEFEF!important;
  cursor: pointer;
  display: inline-block;
  font-size: 16px!important;
  line-height: 28px;
  margin: 5px 10px;
  height: 30px;
  padding: 0px 10px;
  border-radius: 5px;
}
.button-one:hover,.button-two:hover,.button-three:hover,.button-four:hover,.button-five:hover,.button-six:hover{
  background-color: #555555;
}
.price{
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-weight: bold;
  font-size: 20px;
}
.content h2 {
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 52px;
}

.top-margin {
  margin-top: 75px;
}

.content p {
  font-family: 'Source Sans Pro', sans-serif;
  color: #FFF;
  line-height: 26px;
  padding: 10px 0px;
  font-size: 17px;
  font-weight: 300;
}

.content .chunky {
  font-weight: 400;
  font-size: 17px;
}
.center{
  text-align: center;
  background-color: #DDD;
  border-radius: 8px;

}
.blue {
  background: #222;
  padding: 40px 0px;
  width: 100%;
  margin: 50px 0px 0px 0px;
  border-top: 5px double #EFEFEF;
}
/*------------------------------------------------------------------------------------------------------------------*/
/*-----------------CONTACT FORM---------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
.placeholder {
  font-family: 'Source Sans Pro', sans-serif;
}

.message {
  width: calc(94% - 2px);
  border: 1px solid #FFF;
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  height: 100px;
  margin: 10px 2% 5px 0%;
  padding: 0px 0px 0px 2%;
}

.half {
  width: calc(44% - 2px);
  border: 1px solid #FFF;
  float: left;
  height: 36px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  margin: 10px 4% 5px 0%;
  padding: 0px 0px 0px 2%;
}

.full {
  width: calc(94% - 2px);
  border: 1px solid #FFF;
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  height: 36px;
  margin: 10px 2% 5px 0%;
  padding: 0px 0px 0px 2%;
}

.submit, form span {
  width: 46%;
  border: 1px solid #FFF;
  float: left;
  color: #FFF;
  display: block;
  line-height: 36px;
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
  max-height: 38px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  background-color: transparent;
}

form span {
  margin-left: 4%;
  cursor: pointer;
}
/*------------------------------------------------------------------------------------------------------------------*/
/*-----------------FOOTER-------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
.seo,.amcs{
  width: 100%!important;
  line-height: 26px;
  font-size: 12px;
  text-align: center;
  overflow: hidden;
  font-weight: 300;
  font-family: 'Soure Sans Pro',sans-serif;
  position: relative;
}
.seo{
    background-color: #444;
  color: #FFF;
  bottom: 0px;
}
.amcs{
  background-color: #555;
  color: #FFF;
  margin-top: 30px;
}
footer {
  background: url(../images/back.png);
  padding: 40px 0px 20px 0px;
}

.right-footer img {
  margin: 10px 5px;
  width: calc(30% - 10px);
}


footer i {
  padding-right: 10px;
  width: 30px;
}

footer h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  color: #DDD;
  width: 100%;
}

footer h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #DDD;
  width: 100%;
  margin-top: 10px;
}

footer ul {
	margin: 0;
	padding: 0 0 0 15px;
}

footer ul li {
  color: white;
}

footer ul li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #DDD;
  width: 100%;
  margin-top: 10px;
}

footer p {
  color: #DDD;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 24px;
  padding: 10px 0px;
}

footer p a {
	color: #ddd;
}

/*-------------------------------------------*/
/*-----------------TABLETS-------------------*/
/*-------------------------------------------*/

@media screen and (max-width: 1260px) {
  .caption {
    height: 200px;
    margin: 100px 0 150px 50px;
    padding: 10px;
    width: 400px;
  }

  .caption a {
    font-size: 18px;
    line-height: 40px;
    padding: 0 20px;
  }

  .caption h2 {
    font-size: 40px;
    line-height: 50px;
    padding: 10px 30px;
  }

  .caption p {
    font-size: 18px;
    line-height: 24px;
    padding: 20px;
  }

  .headline{
    font-size: 30px;
    padding: 20px;
  }
  .nav-button i {
    padding-right: 10px;
  }

  .nav-button span {
    float: left;
    padding-left: 10px;
  }

  .slider,.slide,.slide-one,.slide-two,.slide-three,.slide-four {
    background: (auto 400px);
  }

  nav ul li a {
    padding: 0 15px;
  }
}

/*------------------------------------------------------------------------------------------------------------------*/
/*-----------------MOBILES------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .caption {
    height: 100px;
    margin: 50px 0 90px 20px;
    padding: 10px;
    width: 400px;
  }
  body{
    background-size: 100% 110px;
  }
  .page{
    padding-top: 60px;
  }
  .top-margin {
    margin-top: 15px;
  }

  .caption a {
    font-size: 18px;
    line-height: 40px;
    padding: 0 20px;
  }

  .caption h2 {
    font-size: 40px;
    line-height: 50px;
    padding: 10px 30px;
  }

  .caption p,.d-only,.logo {
    display: none;
  }

  .expand-nav {
    background: #192226;
    height: 330px;
    opacity: 1;
  }

  .nav-button {
    color: #FFF;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    text-align: right;
    width: 100%;
  }
  .nav-button strong{
    
    color: #FFF;
  }

  .nav-button i {
    padding-right: 10px;
    color: #fff;
  }

  .nav-button span {
    float: left;
    padding-left: 10px;
  }
  .brochure{
    width: 50%!important;
    min-height: 200px
  }
  .brochure img{
    width: 60%;
    margin: 10px 20%;
  }

  .slider,.slide,.slide-one,.slide-two,.slide-three,.slide-four {
    background-size: 100% 280px;
  }

  header {
    height: 40px;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  nav {
    -o-transition: ease-in-out .5s;
    -webkit-transition: ease-in-out .5s;
    float: right;
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    transition: ease-in-out .5s;
    width: 60%;
  }

  nav ul .sub {
    position: relative;
    right: 0;
  }

  nav ul li {
    float: left;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  nav ul li a {
    border-radius: 0;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
  }
  .featurebox p {
  min-height: 20px;
}

}


.seo a {
  color: white;
  margin-bottom: 0px;
  padding-bottom: 0px;
}