/* CSS Document */
html
{
  font-size:1em;
  /*font-family:Rockwell, 'Slabo 27px', sans-serif!important;
  background: url('http://www.modcitystyles.com/images/bg-bw.jpg') no-repeat center center fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding:0px;
  margin:0px;
  min-width: 100%;
  min-height: 100%;
  /*background: #e3e3e3;*/

}
body{
  font-family:'Century Gothic', CenturyGothic, AppleGothic, sans-serif!important;
}

@viewport{
    zoom: 1.0;
    width: device-width;
}
#warp { 
height:auto;

 }
.container
{
  max-width:1100px;
  margin:auto;
  



} 
 #content-warp {
   max-width:1000px;
   margin:10px auto;
   font-size:22px;
   line-height:30px;
  }

.header {
    width: 100%;
    height: 100px;
    line-height:80px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #222;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
    font-family:'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}
.header h1#logo {
    display: inline=block;
    /*height: 150px;*/
    float: left;
    /*margin-left:50px;*/
    font-family: myFirstFont;
    /*font-family: "Oswald", sans-serif;*/
    /*font-size: 60px;*/
    color: white;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@font-face {
   font-family: myFirstFont;
   src: url(Vonique92.otf);
}

/* {
   font-family: myFirstFont;
}*/

/*
#logo
{
  margin-top:30px;
}
*/

#logo.smaller
{
  margin-top:20px;
}

.header nav {
    display: inline=block;
    float: right;
  margin-right:0;

}
/*
.header nav a {
    line-height: 150px;
    margin-left: 20px;
    color: #9fdbfc;
    font-weight: 700;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header nav a:hover {
    color: white;
}
*/
.header.smaller {
   height: 75px;
   line-height:60px;
}
.header.smaller #logo {
    width: 175px;
    /*height: 75px;*/
    font-size: 30px;
}
/*
.header.smaller nav a {
    line-height: 75px;
}

.header.smaller ul li a {
    line-height: 20px;
}
*/
@media all and (max-width: 660px) {

   #example-3 a
  {
    width: 100%!important;  /****NEW*******/
  }

  .header {
    width: 100%;
    /*height: auto;*/
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
  /*  background-color: #3b8dbd;*/
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
  }
  
    /*.header #logo {
        display: block;
        float: none;
        margin: 0 auto;
        height: 100px;
    line-height:100px;
        text-align: center;
    }
    /*.header nav {
        display: block;
        float: none;
        height: 50px;
    line-height:50px;
        text-align: center;
        margin: 0 auto;
    }
    .header nav a {
        line-height: 50px;
        margin: 0 10px;
    }/*
    .header.smaller {
        height: 75px;
    }
    .header.smaller h1#logo {
        height: 40px;
    line-height: 40px;
        font-size: 30px;
    }
  
    .header.smaller nav {
        height: 35px;
    line-height:35px;
    }
    .header.smaller nav a {
        line-height: 35px;
    }
  
  .header.smaller ul li a {
    line-height: 10px;
  }*/
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  /*height: 100%;*/
}

body {
  margin: 0px!important;
  /*background: url(http://cache.clickonf5.org/wp-content/uploads/2010/04/ubuntu_wallpaper_thumb.png)no-repeat center center fixed;*/
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Advanced Checkbox Hack */
body {
  -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

label {
  /*display: none;*/
  cursor: pointer;
  user-select: none;
}

/* background for li / select */
/* custom-dropdown */
nav[role="custom-dropdown"] {
  
  right:0px;
}
nav[role="custom-dropdown"] a,
nav[role="custom-dropdown"] label {
  color: #ccc;
  text-decoration: none;
  font: 1.2em 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  transition: color .3s ease-in-out;
  
}

nav[role="custom-dropdown"] a{
  padding:40px 0px;
}

/*nav[role="custom-dropdown"] a:focus{
  color: #f00;
  }
/*
/*a:active{
  color: #f00;
}*/

nav[role="custom-dropdown"] ul {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  list-style: none;
  right:0px;
}
nav[role="custom-dropdown"] ul > li {
  float: left;
  padding: .55em .55em;
  /*width: 19%;*/
  /*background-image: url(https://raw.github.com/TimPietrusky/mantisbt-is-a-rockstar/master/rockstar/img/bg_dark_grey.png);*/
  text-align: center;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
  transition-property: box-shadow, color;
  box-shadow: 0 0.05em 0.25em 0 rgba(0, 0, 0, 0.35);
  cursor: pointer;
  
}
nav[role="custom-dropdown"] ul > li:hover {
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  box-shadow: 0 0.05em 0.25em 0 rgba(0, 0, 0, 0.35), inset 0 0 0 2em rgba(0, 0, 0, 0.3);
}
nav[role="custom-dropdown"] ul > li:hover > a {
  color: #fff;
}


/*
nav[role="custom-dropdown"] ul > li > a:focus {
  background-color: #555;
}

nav[role="custom-dropdown"] ul > li > a:active {
  background-color: yellow;
}
*/

@media screen and (min-width:480px){
  nav[role="custom-dropdown"] a {
    padding: 40px 0px;
}
}
/*******************************************FOOTER********************************************/

footer{
  width: 100%;
  background: #000;
}
.footer{
  width:100%;
  box-sizing:border-box;
  padding:20px;
  color: #fff;
  
}


/* small screens */
@media screen and (max-width: 767px) {
  html,
  body {
    margin: 0;
  }
  
  .header{
    height: auto;
    min-height: 100px;
  }

  #logo
  {
  position:absolute;
  left:5px;
  top:5px;
  margin-top:2px;
  width:130px;
  
  }
  

  
#logo.smaller
{
  margin-top:2px;
}

nav[role="custom-dropdown"] {
  
  width:100%; /*added this*/
  
  right:0px;
}
  nav[role="custom-dropdown"] ul {
    display: none;
    height: 100%;
  
  }
  nav[role="custom-dropdown"] label {
    position: relative;
    display: block;
    width: 10%;
  float:right;
    min-height: 2.25em;
    padding: .45em;
    font-size: 1.1em;
    margin: 0;
    /*border: 0.15em solid rgba(60, 60, 60, 0.2);
    &background-image: url(https://raw.github.com/TimPietrusky/mantisbt-is-a-rockstar/master/rockstar/img/bg_dark_grey.png);*/
  }
  nav[role="custom-dropdown"] label:after {
    position: absolute;
    right: .25em;
    top: 0;
    content: "\2261";
    font-size: 1.8em;
  
  }
  nav[role="custom-dropdown"] input[type=checkbox]:checked ~ label:after {
    color: #fff;
  }
  nav[role="custom-dropdown"] input[type=checkbox]:checked ~ ul {
    display: block;
  }
  nav[role="custom-dropdown"] input[type=checkbox]:checked ~ ul > li {
    width: 100%;
    opacity: .8;
    text-align: left;
  
  
  }
  /*nav[role="custom-dropdown"] input[type=checkbox]:checked ~ ul > li:after {
    position: absolute;
    right: .25em;
    content: "\203A";
    font: bold 1.4em sans-serif;

  }*/
  nav[role="custom-dropdown"] a
  {
  display:block;
 }
 nav[role="custom-dropdown"] li>a:after {
    position: absolute;
    right: .25em;
    content: "\203A";
    font: 1.4em sans-serif;
  line-height:.7em;

  }

 

}


/*CSS for homepage */
       
            

  h1, h2, h3, h4, h5, h6 {
      color: #333;
  }
  /*a, a:link, a:active, a:visited {
      color: #666;
      text-decoration: underline;
  }*/
  a:hover {
      color: #000;
  }
  hr {
      margin: 75px -20px;
      height: 0;
      padding: 0;
      border: 0;
      border-top: 1px solid #ccc;
  }
  pre {
      border-left: 5px solid #ccc;
      width: 100%;
      padding: 10px 0 10px 20px;
      overflow: auto;
  }

  #wrapper {
      background-color: #fff;
      width: 70%;
      min-width: 675px;
      padding: 50px 50px 100px 50px;
      margin: 0 auto;
      border: 1px solid #ccc;
      box-shadow: 0 0 5px #ccc;
  }
  #intro p {
      font-size: 18px;
      line-height: 24px;
  }

  .thumbs,
  .gallery,
  .links,
  .slider {
     /* border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      background: #eee;
      margin: 20px -50px;*/
  }
  .thumbs {
      padding: 10px 30px 30px 50px;
      text-align: center;
  }
  .thumbs:after {
      content: " ";
      display: block;
      clear: both;
  }
  .thumbs a {
      display: inline-block;
      margin: 20px 20px 0 0;
  }
  thumbs img
  {
      width: 130px;
      height: 130px;
  }
  .thumbs img,
  .gallery img {
      border: 1px solid #ccc;
      background: #fff;
      padding: 9px;
  }
  .thumbs a:hover img {
      border-color: #999;
  }
  .gallery {
      height: 300px;
      padding: 30px 0;
  }
  .slider {
      height: 475px;
  }
  .links {
      
      margin:auto;
      max-width: 934px;

  }
  .links a {
      line-height: 30px;
  }

  .hidden {
      display: none;

  }
  .links a{
      transition: opacity 0.5s ease;
  }
  .links a:hover{
      opacity: .5;
      
  }

  .section-title{
      text-align: center;
      width: 100%;
      padding: 5px;
      display: inline-block;
      background: none;
      color:#222;
      border-bottom: 1px solid #D3D3D3;
      font-family: myFirstFont, Helvetica, Arial, sans-serif;
      text-transform: uppercase;
  }

.hidden-subtext{
  max-width: 90%;
  margin:auto;
}

.hidden-subtext img{
  max-width: 70%;
  margin:auto;
  margin: 0 0 20px 20px;
  float: right;
}

.subtext{
    width: 26%;
    float: left;
  }

.contact-form-container{
  font-size: .8em;
  width: 100%;
  padding: 20px;
}

.links{
  padding: 0px 10px;
}

#example-3 img{
  /*border: 2px solid #d5d5c0;
  box-shadow: 2px 1px #aeaeae;*/
  max-height: 65px;
  width: auto;

}

.left{
  float: left;
  padding: 40px;
  width:50%;
  
  color: #2DCE02;
}

.right{
  float: right;
  padding:25px;
  width:50%;
  
  font-size: 18px;
}

.left span, .right span{
  display: inline-block;
  width: 100%;
  text-align: center;
}

.intro-content{
  width: 100%;
  height:720px;
  margin-top: 100px;
  content: '';
  clear: both;
  display: table;
  background:transparent;
  text-align: center;
  /*background: url('images/beach-bg.jpg') no-repeat center center fixed;*/
  background: url('ish-skateboards-lepp-wood-background-1297x646.jpg') no-repeat center;
  /*background: url('images/brad-ny-dean.jpg') no-repeat center center fixed;*/
  padding: 0px 200px;
  color:#d5d5c0;
  
  
}

.intro-content span{
  text-align: center;
  font-size: 50px;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-weight: 100;
  display: block;
  margin-top: 160px;
  /*background:#d5d5c0;*/
  color: #fff;
  /*text-shadow: #000 1px 2px 6px;*/
  -webkit-text-stroke: 1px #000;
}

.intro-content p{
  text-align: left;
  font-size: 20px;
  background: transparent;
  width: 280px;
  margin:200px 50px;
  color: #626e5b;
  
}

p {
    display: block;
    -webkit-margin-before: 10px;
    -webkit-margin-after: 10px;
    -webkit-margin-start: 10px;
    -webkit-margin-end: 10px;
}

.contact-section{
  width: 100%;
  padding: 20px;
}


/*********************************************MOBILE********************************/



@media all and (max-width: 480px){
  .intro-content{
  width: 100%;
  height:200px;
  /*background-color: #333;*/
  /*background-image: none!important;*/
  background: url('ish-skateboards-lepp-wood-background-600x400.jpg') no-repeat center center fixed;
  /*text-shadow: none;*/
  
  
}

nav[role="custom-dropdown"] ul {
  padding: 0;
  margin: 80px auto;
  width: 100%;
  list-style: none;
  right:0px;
}
nav[role="custom-dropdown"] ul > li {
  float: left;
  padding: .55em .55em;
  /*width: 19%;*/
  /*background-image: url(https://raw.github.com/TimPietrusky/mantisbt-is-a-rockstar/master/rockstar/img/bg_dark_grey.png);*/
  text-align: center;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
  transition-property: box-shadow, color;
  box-shadow: 0 0.05em 0.25em 0 rgba(0, 0, 0, 0.35);
  cursor: pointer;
  margin-top: 20px;

  
}
#back-to-top{
    position:fixed;
    bottom:100px;
    right:0px!important;
  }


  #back-to-top a span{
    background-size: 50%!important;
  }
  #back-to-top a:hover span{
    background-size: 50%!important;
  }

}



@media screen and (max-width: 767px){

  .intro-content{
  width: 100%;
  height:200px;
  margin-top: 0px;
  content: '';
  clear: both;
  display: table;
  background:transparent;
  text-align: center;
  
  padding: 0px 0px;
  color:#d5d5c0;
  /*background-color: #333;/
  /*background-image: none!important;*/
  background: url('ish-skateboards-lepp-wood-background-600x400') no-repeat;
  background-size: cover;
  text-shadow: none;
}

.intro-content span{
  width: 100%;
  text-align: center;
  font-size: 30px;
  display: inline-block;
  margin-top: 80px;
  background:#d5d5c0;
  color: #333;
  text-shadow: none;
}



  .banners img{
    width: 100%;
  }

  .left{
  float: none;
  padding: 20px;
  width:100%;
}

.right{
  float: none;
  padding: 20px;
  width:100%;
}



   #content-warp {
   max-width:1000px;
   margin:20px auto;
   font-size:22px;
   line-height:30px;
  }

  .subtext{
    width: 100%;
  }

  .hidden-subtext{
  max-width: 100%;
  margin:auto;
  }

  .hidden-subtext img{
    width: 100%!important;
    float:none;
    margin: 0 0 20px 20px;
  }

  .hidden-subtext img{
  max-width: 100%;
  margin:auto;
  }
}




/*******************************back to top button*********************/

#back-to-top{
    position:fixed;
    bottom:100px;
   right:60px;
   z-index: 9999;
  }
  #back-to-top a{
    text-align:center;
    text-decoration:none;
    color:#000;
    display:block;
    width:80px;
  
    -moz-transition:color 1s; 
    -webkit-transition:color 1s;
    -o-transition:color 1s;
  }
  #back-to-top a:hover{
    color:#979797;
  }
  #back-to-top a span{
    background:#d5d5c0;
    border-radius:6px;
    display:block;
    height:80px;
    width:80px;
    background:#333 url(images/arrow-up.png) no-repeat center center;
    margin-bottom:5px;
    -moz-transition:background 1s;
    -webkit-transition:background 1s;
    -o-transition:background 1s;
  }
  #back-to-top a:hover span{
    background:#979797 url(images/arrow-up.png) no-repeat center center;
  }


  .viewbanners{
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    background: #2cd101;
    padding: 5px;
    color: #fff;
  }

  .viewbanners:hover{
    background: #333;
    color:#fff;
  }


/************************************image titles********************/

#example-3 a{
  position: relative;
  display: inline-block;
  width: 32%;   /******new*****/
  padding-left: 94px;
}
#example-3 span{
  position: absolute;
  bottom: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  width: 300px;
  padding: 10px;
  color:#fff;
}