img{
  width:100%
}
h2{
   font-family: 'Roboto Condensed', sans-serif;
   text-transform: uppercase;
   padding-bottom: 20px;
   font-size: 20px;
   font-weight: 300;
   color:#ccc;
}
h3{
   font-family: 'Roboto Condensed', sans-serif;
   text-transform: uppercase;
   color:#ccc;
   font-weight: 700;
}
#wrapper{
	width: 100%;
	height:100%;
  overflow-x:hidden;
}
.home h1.page-title{
	display: none;
}

.main-container{
	max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    /*display: table;*/
    width: 100%;
 ;
}
.home #wrapper{
  overflow: hidden;
}
.header{
       display: table;
    vertical-align: middle;
    padding: 40px 20px 0px 20px;
    text-align: center;
  margin:0 auto;
}
.logo{
    padding-bottom: 30px;
  display:none;
}
.logo img{
    width: 210px;
} 
.nav{
}
.nav ul{
      display: inline-block;
}
.nav li{
    display: inline-block;
}
.nav li:first-child{
   padding: 0 0 20px 0px;
}
.nav li a{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-weight: 400;
    display:block;
    padding: 10px 10px 10px 0;
      padding: 15px 15px;
    text-transform: uppercase;
    color: #fff;
}
.nav li:first-child a{
   /*padding: 0 10px 10px 0;*/
}
.nav li a:hover{
	color: red;
}
.nav li.current-menu-item a{
	color: red;

}
.nav li a img{
  width:210px;
  max-width:210px;
}
/*.nav li.current-menu-item a {
	border-bottom: 1px solid red;
    border-right: 1px solid red;
}*/

#wrapper main{     
    display: table;
    height: 100%;
    padding: 0 10px 0;
    max-width: 750px;
    margin: 0 auto;
}
#wrapper section{
   display: table-cell;
   vertical-align: middle;
   padding-bottom: 40px;
}
#wrapper .page-title{
   text-transform: uppercase;
   font-family: 'Roboto Condensed', sans-serif;
   padding: 0 0 20px;
   font-size: 30px;
   font-weight: 300;
   letter-spacing: 2px;
   color: #ccc;
}
#wrapper footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    border-top: 1px solid #fff;
    padding: 6px 0;
    left: 0;
    z-index: 10;
    background: #000;
}

/* Photo Gallery */

.gallery-wrapper h2 {
	padding: 20px 0px 0px;
}
.gallery-wrapper h2:first-child {
	padding-top: 0;
}
.my-simple-gallery img {
	width: 100%;
	height: auto;

}
.my-simple-gallery img:hover {
	opacity: 0.5;
}
.my-simple-gallery figure {
    display: inline-block;
    width: 27.3333%;
    border: 1px solid #fff;
    margin: 0 6px 12px;
}
.my-simple-gallery figure:nth-child(3n+3){
    margin: 0 0px 12px 6px;
}
.gallery-wrapper .my-simple-gallery figure:last-child {
	padding:10px 0 0 0;
}
#wrapper .my-simple-gallery figcaption {
	display: none;
}

#wrapper .contact-info h3{
    padding-bottom: 14px;
}


/* Media Screen */
@media screen and (max-width: 1180px){
  .nav li a{
    font-size:16px;
  }
 /* .nav li:first-child{
    display:block;
  }*/
  .nav li a img{
    max-width:150px;
  }
}
@media screen and (max-width: 850px){
   .nav li a{
    padding: 0 6px;
	}
}
@media screen and (max-width: 750px){
    .header{
        display: none;
    }
    .mn-navigation-wrap .mn-menu-wrap li a{
        font-family: 'Roboto Condensed', sans-serif;
        border-bottom: 1px solid #fff;
    }
    .mn-navigation-wrap .mn-menu-wrap li:first-child a{
        border-top: 1px solid #fff;
    }
    .mn-navigation-wrap .mn-logo-image{
        float: right;
    }
    #wrapper main {
        display: table;
        width: 100%;
    }
    .footer p{
        font-size: 14px;
    }
}
