@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700,300,200);

body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.6em;
  font-weight: 300;
  color: #555;
  margin:0;
  background-color:#f7f8fa ;
    
}

p {
  margin-bottom: 2em;
}

header {
border-bottom: 1px solid #e4e8f3;
  padding: 40px 20px 40px;
  margin:0;
  text-align:center;
}

@media only screen and (max-width: 500px) {
	header{padding-top: 25px;
	width:400px;
	}
	}
	
	@media only screen and (max-width: 300px) {
	header{
	width:200px;
	}
	}
.main_h {
  position: fixed;
  top: 0px;
  max-height: 70px;
  z-index: 999;
  width: 100%;
  padding-top: 17px;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  top: -100px;
  padding-bottom: 6px;
  
  
}
@media only screen and (max-width: 1000px) {
  .main_h {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.open-nav {
  max-height: 400px !important;
}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.sticky {
  background-color: rgba(255, 255, 255, 0.93);
  opacity: 1;
  top: 0px;
  border-bottom: 1px solid gainsboro;
}

.logo {
  width: 100px;
  font-size: 20px;
  color: #FF7600;
  text-transform: uppercase;
  float: left;
  display: block;
  margin-top: 0;
  line-height: 1;
  margin-bottom:10px;
  margin-left:-20px;
  	padding-top:-50px;
	text-decoration:none;
}
@media only screen and (max-width: 800px) {
  .logo {
    float: none;

  }
}

nav {
  float: right;
  width: 80%;
 
}
@media only screen and (max-width: 100px) {
  nav {
    width: 100%;
	
  }
}

nav ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right;
  margin-left: -20px;
    text-decoration:none;
}
@media only screen and (max-width: 1000px) {
  nav ul {
    padding-top: 60px;
    margin-bottom: 22px;
    float: left;
    text-align: center;
    width: 100%;
	  text-decoration:none;
	
  }
}
nav ul li {
  display: inline-block;
  margin-left: 8px;
  line-height: 1.5;
  padding-top:5px;
    text-decoration:none;
  
}
@media only screen and (max-width: 1000px) {
  nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
  }
}
nav ul a {
  color: #333;
  text-transform: uppercase;
  font-size: 12px;
    text-decoration:none;
}
a:hover{font-weight:bold;}
.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 0;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media only screen and (max-width: 1000px) {
  .mobile-toggle {
    display: block;
  }
}
.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #8f8f8f;
  display: block;
}

.row {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 8%;
}

* {
  box-sizing: border-box;
}


.hero {
  position: relative;
  background: url("../img/bg.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #333;
  padding-top: 60px;
  min-height: 500px;
  letter-spacing: 2px;
  opacity:0.9;

}
.hero h1 {
  font-size: 50px;
  line-height: 1.3;
  
}
.hero h1 span {
  font-size: 30px;
  color: #FF7600;
  padding-bottom: 12px;
  line-height: 3;
  text-transform:uppercase;
  
}


.pageTitle,
.pageSubTitle {
	  font-family: 'Titillium', sans-serif;
  text-transform: uppercase;
  color: #333;
}

.pageTitle {
  color: #FF7600;
  margin-bottom: 5px;
  font-size: 2em;
  font-weight: 700;
  line-height: 2em;
  
}


@media only screen and (max-width: 300px) {
  .pageTitle 
  .pageSubTitle{
    width: 100px;
	text-align:center;
  
  }
}


.pageSubTitle {
  margin-bottom: 1em;
  font-size: 1.4em;
  font-weight: 300;
}

.background {
  background-color:#f7f8fa ;
  background-size: 100% auto;
  position: absolute;
   top: 0;
  left: 0;
  z-index: -1
}

.wrapper {
  width: 750px;
  padding: 40px;
  margin: 20px auto;
  background: #fff;
box-shadow: 15px 15px 15px 0 #eff1f8;
}
@media only screen and (max-width: 300px) {
  .wrapper
  {
    width: 200px;
	
  
  }
}
@media only screen and (max-width: 500px) {
  .wrapper
  {
    width: 390px;
	
  
  }
}
@media only screen and (max-width: 766px) {
  .wrapper
  {
    width: 550px;
	
  
  }
}

.slogan {
  position: fixed;
  display: block;
  top: 700px;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  background: #222;
}

.sloganTitle {
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
  color: #fff;
  
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.25);
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #FF7600;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #FF7600;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

  
    .google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }






footer{height:100%;
width:100%;
padding:30px;}
footer p{text-align:center;
padding:20px;}
.page-row {

  display: table-row;

  height: 1px;

}



@media only screen and (max-width: 766px) {
  .wrapper
  {
    width: 550px;
	
  
  }
}
.page-row-expanded { height: 100%; }




