* {
  margin: 0;
  padding: 0;
}
html{
  width: 100%;
  font: 15px/1.5 Arial, Helvetica,sans-serif;
  background-color:#f4f4f4;
}

/* Global */
.my-container{
  width:94%;
  height: 100% auto;
  margin: auto;
  overflow:hidden;
}

ul{
  margin:0;
  padding:0;
}

.button_1{
  height:20px;
  background:#4b6c9f;
  border:0;
  margin: 1px;
  padding-left:4px;
  padding-right:4px;
  color:#ffffff;
  float:left;
}

.dark{
  width: 100%;
  padding:16px;
  background:#35424a;
  color:#ffffff;
  margin-top:10px;

}

/* Header **/

header{
  background:#35424a;
  color:#ffffff;
  padding:2px 0px 2px 0;
  min-height:40px;
  border-bottom:#4b6c9f 4px solid;
}

header a{
  color:#ffffff;
  text-decoration:none;
  text-transform: uppercase;
  font-size:16px;
}

header li{
  float:left;
  display:inline;
  padding: 0 20px 0 20px;
}

header #branding{
  float:left;
}

header #branding h1{
  margin:0;
}

header .license{
    color:#ffffff;
    font-size: 14px;
}

header nav {
  float:right;
  margin-top:28px;
}

header nav a{
  margin-top:28px;
  font-size: 12px;
  font-weight: bold;
}

header .highlight, header .current a{
  color:#4b6c9f;
}

.lolight{
  color:#ffffff;
  font-size: 16px;
  font-weight:200;
  margin: 0;
}

header a:hover{
  color:#4b6c9f;
  font-weight:bold;
}

/* Showcase */
#showcase{
  min-height:140px;
  min-width: 1920px;
  background:url('../img/bg.png') repeat 0 -120px;
  text-align:center;
  color:#4b6c9f;
}

#showcase h1{
  margin-top:40px;
  font-size:40px;
  margin-bottom:10px;
}

#showcase p{
  font-size:22px;
  font-weight:bold;
}

section  .page-title{
  color:#4b6c9f;
  font-weight:bold;
}

main {
  width: 100%;
  height: 100%;
  padding-bottom: 22px;
  overflow: auto;
  position: relative;
  margin: 0 auto;
}

main img{
  width: 100%;
  height: 100%;
  padding: 4px;
  position: relative;
}
/*
#slides{
  width: 100%;
  height: 100%;
  margin: 2px;
  position: relative;
}

#slides>slide{
  width: 100%;
  height: 100%;
  position: absolute;
}

#slides>btn{
  position: absolute;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 25px;
  top: 50px;
}

#slides>#btn2{
  position: absolute;
  float: right;
}

.thumbs{
  display: inline-block;
  overflow:hidden;
  padding-top: 2px;
  padding-left: 4px;
}

.thumbs::after; .thumbs::before{
  content:"";
  display: block;
  clear:both;
}

.thumbs figure{
    display: inline-block;
    width: calc(100% / 4);
    padding: 0;
}

.thumbs figure a {
  display: inline-block;
  height:  100%;
  margin-left: 1px;
  width: calc(100% - 2px);
}

.thumbs figure img{
  width: 100%;
  vertical-align: middle;
  margin-bottom: 1px;
  margin-top: 4px;
  padding: 0;
}

.thumbs figure figcaption{
  background:#f39f3f;
  color: #fff;
  padding: 1px;
  margin: 0 1px;
  text-align: center;
}
*/

/* Newsletter */
#newsletter{
  padding:2px;
  color:#ffffff;
  background:#35424a
}

#newsletter h1{
  float:left;
}

#newsletter form {
  float:right;
  margin-top:15px;
}

#newsletter input[type="email"]{
  padding:4px;
  height:24px;
  width:250px;
}

#newsletter button, .quote button{
  display:block;
  width:100%;
}

#newsletter form input[type="email"], .quote input, .quote textarea{
  width:100%;
  margin-bottom:5px;
}

/* Boxes */
#boxes{
  width: 100%;
  margin-top:4px;
}

#boxes .box{
  float:left;
  text-align: center;
  padding:1px;
}

#boxes .box img{
  width:256px;
  padding: 1px;
}

/* Sidebar */
aside .highlight{
    color:#4b6c9f;
}

aside#sidebar{
  float:right;
  width: 33%;
  margin-top:6px;
}

aside#sidebar .contact-form{
  float:right;
}

aside#sidebar .quote input, aside#sidebar .quote textarea{
  width: 95%;
  padding:0;
}

aside#sidebar .quote textarea{
  height: 66px;
}

/* Main-col */
article#main-col{
  float:left;
  width:65%;
  margin-top:16px;
}

/* Services */
ul#services li{
  list-style: none;
  padding:20px;
  border: #cccccc solid 1px;
  margin-bottom:5px;
  background:#e6e6e6;
}

footer{
  position: fixed;
  width: 100%;
  bottom:0;
  padding:0;
  margin-top:5px;
  color:#ffffff;
  background-color:#35424a;
  text-align: center;
  clear: both;
}

footer p{
  font-size:12px;
  font-weight: bold;
  padding:0px;
  margin-top:2px;
  margin-bottom:0;
}

footer a{
  font-size:12px;
  padding:0px;
  color:#f39f3f;
  text-decoration: none;
}

footer p#copyright{
  font-size: 10px;
  color:#4b6c9f;
}

@keyframes slider{
  0%{
    left:0%;
  }
  20%{
    left:-100%;
  }
}


/* Media Queries */
@media only screen and (max-width:1920px){
    html{
        font-size: 14px;
    }
    .thumbs figure{
      width:calc(100% / 4);
    }
}

@media only screen and (max-width:1024px){
    html{
        font-size: 14px;
    }
    .thumbs figure{
      width:calc(100% / 4);
    }
}

@media only screen and (max-width:840px){
    html{
        font-size: 12px;
    }
    .thumbs figure{
      width:calc(100% / 3);
    }
}

@media only screen and (max-width:640px){
    html{
        font-size: 11px;
    }
    .thumbs figure{
      width:calc(100% / 2);
    }
}

@media only screen and (max-width:400px){
    html{
        font-size: 10px;
    }
    .thumbs figure{
      width:100%;
    }
}

@media(max-width: 768px){
  header #branding,
  header nav,
  header nav li,
  #newsletter h1,
  #newsletter form,
  #boxes .box,
  article#main-col,
  aside#sidebar{
    float:none;
    text-align:center;
    width:100%;
  }
}

/*********************************/
