
/*#wrapper {
  width: 100%;
  margin: 0 auto; }

#main {
  background-color: #fff;
  padding-top: 150px; }*/

.container-1 {
  width: 90%;
  margin: 0 auto;
  padding: 0 30px;

   }

/*section {
  padding: 60px 0; }
  section h1 {
    font-weight: 700;
    margin-bottom: 10px; }
  section p {
    margin-bottom: 30px; }
    section p:last-child {
      margin-bottom: 0; }
  section.color {
    background-color: #3cb5f9;
    color: white; }*/

/* =Info Bar
-------------------------------------------------------------- */
/*#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
-------------------------------------------------------------- */
@media only screen
and (max-width : 1599px) {
	
#menu a {
	float: left;
	padding: 15px 10px 5px 10px;
	color: #FFF ;
	text-decoration: none;
	font-weight:normal;
	font-size:15px;
	
/*	text-shadow: 0 1px 0 #000;*/
}	
header {
  width: 100%;
  height: 50px;
/*  overflow: hidden;*/
  position: fixed;
  top:1%;  
  left: 0;
  z-index: 3;
  background-color:rgba(204, 3, 4, 0.8);
  
/*  background-color: #cc0304;*/
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  
/*  opacity: 0.80;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
filter: alpha(opacity = 80);*/


  
   }
   
  /*header h1#logo {
    display: inline-block;
    height: 150px;
    line-height: 150px;
    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; }*/
  header nav {
    display: inline-block;
    float: left ;


	 }
    header .leftnav { width:40%;}
	
	 header nav.righttnav {float: left ; width:40%; margin-left:168px; text-align:right;}	
	  
 header nav a {
      color: #FFF ;

      font-size: 16px;
	  	font-family: 'allerregular', Arial, Helvetica, sans-serif;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
	  padding: 15px 8px;
	  display: inline-block;
	   }
      header nav a:hover {
        color: #CCC  ; }
}

@media only screen
and (min-width : 1600px) and (max-width : 1920px) {
#menu a {
	float: left;
	padding: 15px 10px 5px 10px;
	color: #FFF ;
	text-decoration: none;
	font-weight:normal;
	font-size:16px;
/*	text-shadow: 0 1px 0 #000;*/
}

header {
  width: 100%;
  height: 50px;
/*  overflow: hidden;*/
  position: fixed;
  top:1%;  
  left: 0;
  z-index: 3;
  background-color:rgba(204, 3, 4, 0.8);
  
/*  background-color: #cc0304;*/
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  
/*  opacity: 0.80;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
filter: alpha(opacity = 80);*/
z-index:1;

  
   }
  /*header h1#logo {
    display: inline-block;
    height: 150px;
    line-height: 150px;
    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; }*/
  header nav {
    display: inline-block;
    float: left ;


	 }
    header .leftnav { width:50%; text-align:right; position:relative; }
	 header nav.righttnav {float: left ; width:50%; margin-left:165px; text-align:right; position:relative; }	 
 header nav a {
      color: #FFF ;
      font-size: 16px;
	  	font-family: 'allerregular', Arial, Helvetica, sans-serif;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
	  padding: 15px 8px;
	  display: inline-block;
	   }
      header nav a:hover {
        color: #CCC  ; }
}

/*  header.smaller {
    height: 75px; }
    header.smaller h1#logo {
      width: 150px;
      height: 75px;
      line-height: 75px;
      font-size: 30px; }
    header.smaller nav a {
      line-height: 75px; }*/

/* =Footer
-------------------------------------------------------------- */
/* =Extras
-------------------------------------------------------------- */
/*.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }*/

/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 660px)  {
  /* =Header
  -------------------------------------------------------------- */
/*  header h1#logo {
    display: block;
    float: none;
    margin: 0 auto;
    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: 75px; }
    header.smaller h1#logo {
      height: 40px;
      line-height: 40px;
      font-size: 30px; }
    header.smaller nav {
      height: 35px; }
      header.smaller nav a {
        line-height: 35px; } }
@media all and (max-width: 600px) {
  .container {
    width: 100%; }

  #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; } }*/
