﻿*{margin: 0; padding: 0}
#wrapper {
  width: 100%;
  margin: 0 auto; }



.container {
  width:95%;
  margin: 0 auto;
}




#info-bar {
  background-color: #3cb5f9; }
  #info-bar a {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    padding: 10px; }
    #info-bar a:hover {
      background-color: #0793e2; }
  #info-bar span.all-tutorials,
  #info-bar span.back-to-tutorial {
    display: block;
    width: 50%; }
  #info-bar span.all-tutorials {
    float: left;
    text-align: left; }
  #info-bar span.back-to-tutorial {
    float: right;
    text-align: right; }


header {
  width: 100%;
  
  
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color:rgba(0,0,0,0.5);
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; background: rgba(255,255,255,0.4)
}
  header h1#logo {
    display: inline-block;
    height: 70px;
    line-height: 70px;
    float: left;
	
    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; 
    margin: 0;  margin-right: 40px;
}
header h1#logo img{height: 64%; display: block; margin-top: 12px;}
  header nav {
    display: inline-block;
    float: right; }
    header nav a {
      line-height: 120px;
      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: 65px;background: rgba(0,0,0,0.5) }
    header.smaller h1#logo {
      
      height: 45px;
      line-height: 45px;
      font-size: 30px; 
      
}
    header.smaller nav a {
      line-height: 45px; }

 header.smaller .hot-tel span{
    font-size: 18px }





.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }
.hot-tel img{width: 30px; vertical-align: middle; position: relative;  right: 8px;}

.hot-tel span{display: inline-block;  font-size: 25px;padding-top: 11px;}



@media all and (max-width: 1024px) {
		
	.hot-tel {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  float: right;
  margin-top: 10px;
  position: absolute;
  right: 20px!important;
}
  
	header{ height: 60px}
  header h1#logo {
    
    float: none;
    
    height: 100px;
    line-height: 100px;
    text-align: center; }
  header nav {
    display: block;
    float: none;
    height: 50px;
    text-align: center;
    margin: 0 auto; }
    header nav a {
      line-height: 50px;
      margin: 0 10px; }
  header.smaller {
    height: 65px; 
    padding: 0;
}
    header.smaller h1#logo {
      height: 40px;
      line-height: 40px;
      font-size: 30px; }
    header.smaller nav {
      height: 35px; }
      header.smaller nav a {
        line-height: 35px; }
	header.smaller #cssmenu #menu-button{		
		top: -30px;
	}
.hot-tel img{width: 26px;}
  .container {
    width: 100%; 

    box-sizing: border-box;
}

  #info-bar a {
    display: block; }
  #info-bar span.all-tutorials,
  #info-bar span.back-to-tutorial {
    width: 100%; }
  #info-bar span.all-tutorials,
  #info-bar span.back-to-tutorial {
    float: none;
    text-align: center; }
  #info-bar span.all-tutorials {
    border-bottom: solid 1px #0793e2; }

header {
}
	header h1#logo {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  float: left;
  font-family: "Oswald", sans-serif;

  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-size: 40px;
  width: 50%;
}
	.hot-tel span{ display: none}
}