@import 'https://fonts.googleapis.com/css?family=Lato|Cabin:400,400i,700,700i';

* { transition: all .05s ease; }


html {
}

body {
  background: url(../images/photo_ceiling01.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Century Gothic' ,'Cabin', sans-serif;
  font-size: 20px;
  line-height: 1.3em;
  color: #111;
}
  body.index {
    background: url(../images/photo_ceiling01.jpg) no-repeat center center fixed; 
  }
  body.about  {
    background: url(../images/photo_deskruler.jpg) no-repeat center center fixed; 
  }
  body.services  {
    background: url(../images/photo_gears.jpg) no-repeat center center fixed; 
  }
  body.work  {
    background: url(../images/photo_laptopdesk.jpg) no-repeat center center fixed; 
  }
  body.contact  {
    background: url(../images/photo_signs.jpg) no-repeat center center fixed; 
  }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 .3em;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: -.02em;
  font-family: 'Lato', sans-serif;
  color: #1ca4dd;
}

h2 {
  letter-spacing: .05em;
  font-size: 2.3em;
}

h3 {
  letter-spacing: .05em;
  font-size: 1.6em;
}

h4 {
  letter-spacing: .05em;
  font-size: 1.2em;
  color: #ff7600;
}

p {
  margin: 0 0 .8em;
}

fieldset {
  padding: 0 1.3em;
}
  fieldset label {
    display: inline-block;
    width: 100%;
    color: #ff7600;
  }
  fieldset input, fieldset textarea {
    width: 25em;
    margin: 0 0 .5em;
    padding: .4em;
    outline: none;
    border: 1px solid #ddd ;
    font-size: 1em;
    font-family: 'Lato', sans-serif;
    border-radius: 3px;
    -moz-border-radius: 3px;
    color: #777;
  }
  fieldset textarea {
    width: 30em;
  }
  fieldset input.btn {
    width: auto;
    border: none;
    cursor: pointer;
  }
    fieldset input.btn:hover, fieldset input.btn:active, fieldset input.btn:focus {
      position: relative;
      top: 1px;
      left: 1px;
    }

a, a:link, a:visited {
  text-decoration: none;
  color: #ff7600;
}
a:hover, a:active {
  position: relative;
  left: 1px;
  top: 1px;
}


i, em {font-style: italic;}

b, strong {font-weight: bold;}

.cb {clear:both;}

a.btn, a.btn:link, a.btn:visited, input.btn {
  display: inline-block;
  padding: .2em .7em;
  line-height: 2em;
  background: #ff7600;
  border-radius: 3em;
  font-size: 1em;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #885700;
  color: #fff;
}
a.btn:hover, a.btn:active, a.btn:focus {
}
a.top {
  width: 1em;
  height: 1.3em;
  position: fixed;
  top: initial;
  bottom: 2em;
  left: initial;
  right: .7em;
  padding: 0 .2em;
  opacity: 0.7;
  background: rgba(240, 240, 240, .7);
  border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 1em;
  font-size: 1em;
  text-shadow: 1px 1px 2px #000;
  color: #ff7600;
}
a.top:hover, a.top:active, a.top:focus {
  opacity: 1;
}

.anchor {
  position: absolute;
  top: -6.5em;
  z-index: 0;
}

/*custom styles*/


.wrapper {
  clear: both;
}

.header {
  z-index: 1;
  height: 5em;
  padding: 0 1.5em 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #1fade0;
  background: -webkit-linear-gradient(#1a9dda, #1fade0); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#1a9dda, #1fade0); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#1a9dda, #1fade0); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#1a9dda, #1fade0); /* Standard syntax */
  font-family: 'Lato', sans-serif;
}
  .header a, header a:link, header a:visited {
    text-transform: uppercase;
    color: #fff;
  }
  .header a:hover, header a:active, header a:focus {
    font-style: normal;
    position: relative;
    left: 0;
    top: 0;
    text-shadow: 1px 1px 2px #11617e;
    color: #f0f0f0;
  }
  
  .header h1 {
    margin-top: 1.7em;
    display: block;
    float: left;
    position: relative;
  }
    .header h1 img {
      width: 10em;
    }
  
  ul.mainnav {
    margin-top: 2.3em;
    width: auto;
    float: right;
    font-size: .8em;
  }
    ul.mainnav li {
      margin: 0 0 0 1.7em;
      display: inline-block;
      position: relative;
      color: #fff;
    }
    ul.mainnav:target {
      padding-top: 5em;
    }
      ul.mainnav li ul {
        display: none;
      }
      ul.mainnav ul li a {
        color: #fff;
      }
      ul.mainnav li:hover ul {
        width: auto;
        display: block;
        position: absolute;
        left: -1em;
      }
      ul.mainnav ul li {
        display: block;
        width: 15em;
        height: 1.5em;
        line-height: 1.5em;
        padding: .8em;
        cursor: pointer;
        font-size: .8em;
        background: #1face0;
      }
        ul.mainnav ul li:hover {
          background: #1ca4dd;
          text-shadow: 1px 1px 2px #11617e;
          transition: .3s ease;
        }
        ul.mainnav ul li:first-of-type {
          border-top-left-radius: 3px;
          border-top-right-radius: 3px;
        }
        ul.mainnav ul li:last-of-type {
          border-bottom-left-radius: 3px;
          border-bottom-right-radius: 3px;
        }
        .animated { 
          animation-duration: .2s; 
          animation-fill-mode: both; 
          animation-timing-function: ease-in; 
        } 
        @keyframes fadeInDown { 
          0% { 
            opacity: 0; 
            transform: translateY(-10px); 
          } 
          100% { 
            opacity: 1; 
            transform: translateY(0); 
          } 
        } 
        .fadeInDown { 
          animation-name: fadeInDown;
        }
        
        
      body.about .header a ul.mainnav:nth-child(1), body.services ul.mainnavnth-child(2) li a,
      body.work ul.mainnavnth-child(3) li a, body.contact ul.mainnavnth-child(4) li
      {
        color: #ead69c;
      }

  article.main {
    margin: 6.5em 2.5em 0 0;
    padding: 1em 0 .5em;
    position: relative;
    width: 38em;
    float: right;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #f0f0f0;
  }
    article.main:last-of-type {
      padding-bottom: 3em;
    }
  article.main h2 {
    padding-left: .6em;
    padding-right: .6em;
  }
  article.main h3 {
    padding: 0 .8em 0;
  }
  article.main h4 {
    margin-top: 1em;
    padding: 1em 1.1em .1em;
  }
  article.main p {
    padding-left: 1.7em;
    padding-right: 1.7em;
    font-size: .8em;
  }
  article.main ul {
    font-size: .8em;
  }
  article.main ul li {
    width: 45em;
    clear: both;
    position: relative;
    padding: 1em .3em 0 2em;
    border-top: 1px solid #e9e9e9;
    background: -webkit-linear-gradient(#e9e9e9, #f0f0f0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e9e9e9, #f0f0f0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e9e9e9, #f0f0f0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e9e9e9, #f0f0f0); /* Standard syntax */
    font-weight: bold;
    line-height: 1.2em;
  }
  article.main ul li .fa {
    position: absolute;
    left: .8em;
    color: #ff7600;
  }
    article.main ul ul {
      padding: 1em;
    }
    article.main ul li ul li {
      margin: 0;
      padding: 0 .6em 1em 0;
      width: 48%;
      display: inline-block;
      background: none;
      border: none;
      font-weight: normal;
      font-size: 1.2em;
      color: #1ca4dd;
    }
  
  article.main .webuild h3 {
    line-height: 3em;
    margin-bottom: 0;
    border-top: 1px solid;
    border-color: #ddd;
    background-color: #ededed;
    text-shadow: 1px 1px 1px #11617e;
    letter-spacing: .1em;
    text-align: center;
    font-size: 1.5em;
/*    color: #1ca4dd;*/
  }
  article.main .webuild .hp {
    padding-top: 1em;
    margin: 0 0 1em;
    width: 33%;
    height: 8em;
    float: left;
    background: -webkit-linear-gradient(#ededed, #f0f0f0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ededed, #f0f0f0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ededed, #f0f0f0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ededed, #f0f0f0); /* Standard syntax */
/*    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;*/
    font-size: .8em;
    line-height: 1.3em;
  }
  article.main .webuild .hp h4 {
    padding: 0 0 .5em 1.3em;
    margin-top: 0;
    letter-spacing: 0;
    font-size: 1em;
    text-align: left;
  }
  article.main .webuild .btn, article.main .inner .btn {
    float: right;
  }

.partlist .fa {
  position: relative;
  top: -.6em;
  font-size: .5em;
}
.partlist h4 {
  border-top: 1px solid #e9e9e9;
  background: -webkit-linear-gradient(#e9e9e9, #f0f0f0); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#e9e9e9, #f0f0f0); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#e9e9e9, #f0f0f0); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#e9e9e9, #f0f0f0); /* Standard syntax */
}

article.main ul.imglist {
  margin-top: 1em;
  padding: 0;
  border-top: 1px solid #e9e9e9;
  background: -webkit-linear-gradient(#e9e9e9, #f0f0f0); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#e9e9e9, #f0f0f0); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#e9e9e9, #f0f0f0); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#e9e9e9, #f0f0f0); /* Standard syntax */
  text-align: center;
}
  article.main ul.imglist li {
    padding: 1em;
    display: inline;
    border: none;
    background: none;
  }
  article.main ul.imglist li a {
    position: relative;
    left: 0;
    top: 0;
  }
  article.main ul.imglist li a img {
    padding: 2em 0 0;
    opacity: .7;
  }
  article.main ul.imglist li a:hover img, article.main ul.imglist li a:active img, article.main ul.imglist li a:focus img {
    opacity: 1;
  }


footer.sitefooter {
  height: 3em;
  padding: 0 2em;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  font-family: 'Lato', sans-serif;
  font-size: .5em;
  letter-spacing: .05em;
  line-height: 3em;
  text-transform: uppercase;
  color: #ff7600;
}
  .sitefooter .cp {
    position: absolute;
    top: 0;
    right: 2em;
    color: #777;
  }
  .sitefooter .cp ul {
    width: auto;
  }
  .sitefooter .cp ul li {
    display: inline;
    line-height: 1em;
    margin: 0 0 0 .5em;
    text-align: left;
  }
  .sitefooter .cp a {
    position: relative;
    top: .1em;
    font-size: 2em;
    color: #777;
  }
  /*media queries*/


  @media /*(min-width: 376px) and*/ (max-width: 699px) /*Xs Breakpoint - Mobile*/ { 
  }


  @media (min-width: 700px) and (max-width: 959px) /*Sm Breakpoint - Tablet*/ {  
  }


  @media (min-width: 960px) and (max-width: 1199px) /*Med Breakpoint - monitor*/ {
  }


  @media (min-width: 1200px) /*and (max-width: 9000px) *//*Lg Breakpoint - large monitor*/ {
    }