*{
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    -webkit-box-sizing: border-box;
}
    *:before,
    *:after{
        -webkit-box-sizing: border-box;
    }
    .clearfix {
      *zoom: 1;
    }
    html{
        font-family: Helvetica, arial, sans-serif;
        font-size: 12px;
    }
    .clearfix:before,
    .clearfix:after {
      display: table;
      line-height: 0;
      content: "";
    }
    .clearfix:after {
      clear: both;
    }
    .container{
        width: 90%;
        margin: 0 auto;
    }
    header{
        width: 100%;
        height: auto;
        background: black;
        background-color: #333;
    }
    .header-left,
    .header-right{
        position: relative;
        color: white;
        float: left;
    }
    .header-right{
        margin-top: 20px;
    }
    .header-left{
        width: 40%;
    }
    .header-right label{
        position: absolute;
        top: -3.7em;
        right: 0;
        cursor: pointer;
    }
    .header-right span{
        position: relative;
        width: 2em;
        height: 2em;
        background: #ff7900;
        -webkit-transition: all.3s ease;
    }
    .header-right span:hover{
        background: rgba(255,255,255,.6);
    }
    .header-right span:before,
    .header-right span:after{
        content: '';
        position: absolute;
        width: 2em;
        height:.5em;
        top: 4px;
        left: 0;
        background: black;
    }
    .header-right span:after{
        top: 14px;
    }
    .header-right{
        width: 60%;
        text-align: right;
    }
    #open{
        display: none;
    }
    h1{
        font-weight:900; font-size:40px;
        line-height: 40px;
    }
    a{
        text-decoration: none;
        color: white;
    }
    nav>a{
        position: relative;
        display: inline-block;
        font-size: 13px;
        line-height: 40px;
        padding: 0 1em;
        -webkit-transition: all.3s ease;
    }
    nav>a:hover{
        background: rgba(255,255,255,.9);
        color: black;
    }
    .hidden-desktop{
        display: none;
    }
    section{
        width: 100%;
        height: auto;
    }
    .section-left,
    .section-right{
        float: left;
    }
    .section-left{
        width: 70%;
        padding: 3em 0;
    }
    .section-right{
        width: 30%;
    }
    .section-title,
    .section-tagline{
        color: white;
        font-weight: 300;
        margin: 0;
        padding: 0;
        -webkit-transition: all.4s ease;
    }
    .section-title{
        font-size: 4em;
        margin-bottom:.3em;
        text-shadow: 0 3px 0px black,
                     0 4px 0px rgba(150,150,150,.5);
    }
    .section-tagline{
        font-size: 1em;
    }
    .learn-more{
        display: table;
        margin: 3em auto 0;
        padding: 1em 6em;
        cursor: pointer;
        border-radius: 3px;
        box-shadow: inset 0 -3px 0 rgba(0,0,0,.8);
        background: #EAAF00;
        background-image: -webkit-linear-gradient(#EAAF00 0%, #D78100 100%);
        font-size: 1.2em;
    }
    .learn-more:hover{
        background: #EAAF00;
    }
    .learn-more:active{
        box-shadow: inset 0 2px 0 rgba(0,0,0,.8);
    }
    header .drop{
        position: relative;
    }
    header .drop-menu{
        position: absolute;
        background-color: #333;
        width: 190px;
        padding: 10px;
        text-align: left;
        z-index: 9;
        min-height: 75px;
        top: 50px;
        display: none;
        border: 1px solid #443f3f;
    }
    header .drop-menu li{
        list-style: none;
    }
    header .drop-menu a{
        margin: 10px 0;
        display: block;
    }
    header .drop-menu a:hover{
        color: #fff;
        text-decoration: none;
    }
    header .navbar-nav > li > a{
        text-decoration: none;
        font-size: 16px;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .carousel{
        background-color:#000
    }
    .carousel .item img{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .dropdown-menu > li > a{
        color: #fff;
    }
    .dropdown-menu > li > a:focus {
        background-color: transparent;
    }
    /* Portrait tablet to landscape and desktop */
    @media (min-width: 768px) and (max-width: 979px) {
        .box{
            width: 49%;
            margin-bottom: 5%;
        }

        ul li:nth-child(3).box{
            clear: both;
        }

        ul li:nth-child(2n).box{
            margin-right: 0;
            clear: right;
        }
    }

    /* Small monitor */
    @media (max-width: 979px){
        nav>a{
            padding: 0 1.5em;
        }
        .section-left,
        .section-right{
            width: 100%;
        }
        .section-left{
            text-align: center;
        }
        .section-right{
            padding: 0 0 2em;
        }
        .section-title{
            font-size: 4em;
            margin-bottom:.2em;
        }
        .section-tagline{
            font-size: 1.3em;
        }
        .learn-more{
            margin: 0 auto;
        }
    }

    /* Landscape phone to portrait tablet */
    @media (max-width: 767px) {
        .container{
            width: 95%;
        }
        nav>a{
            padding: 0 2em;
        }
        h1{
            padding:.5em 0;
        }
        .header-left,
        .header-right{
            width: 100%;
            text-align: center;
        }
        .section-left,
        .section-right{
            width: 100%;
        }
        .section-left{
            text-align: center;
            padding: 2em 0;
        }
        .section-right{
            padding: 1em 0 2em;
        }
        .section-title{
            font-size: 3em;
            margin-bottom:.2em;
        }
        .section-tagline{
            font-size: 1.3em;
        }
        .learn-more{
            margin: 0 auto;
        }
        .hidden-desktop{
            display: block;
        }
        .nav{
            display: none;
        }
       
    }

    /* Landscape phones and down */
    @media (max-width: 480px) {
        nav{
            height: 0;
            overflow: hidden;
            -webkit-transition: all.3s ease;
        }
        input[type="checkbox"]:checked + nav{
            height: auto;
        }
        nav>a{
            padding: 0 1em;
            display: block;
            border-bottom: solid 1px rgba(255,255,255,.1);
        }
        h1{
            padding:.5em 0;
        }
        .header-left,
        .header-right{
            width: 100%;
            text-align: center;
        }
        .section-left,
        .section-right{
            width: 100%;
        }
        .section-left{
            text-align: center;
            padding: 1em 0;
        }
        .section-right{
            text-align: center;
            padding: 1em 0 2em;
        }
        .section-title{
            font-size: 2.4em;
            margin-bottom: 0;
        }
        .section-tagline{
            font-size: 1em;
        }
        .learn-more{
            display: table;
            margin: 0 auto;
        }
        .hidden-desktop{
            display: block;
        }
    }
			
					