img {
    height:auto;
}

iframe {
    border: 0 !important;
}

header {
    width: 100%;
    overflow: hidden;
}

.container {
    max-width: 1280px;
    position: relative;
}

.dropdown-menu {
    border-color: transparent;
    margin: 0 -20px;
    padding: 0 20px;
    text-decoration: none;
}


h1,
h2,
h3 {
    line-height: 40px;
}

h2 {
    font-size: 22px;
    line-height: 1.2;
}

h3 {
    font-size: 26.5px;
}

h4 {
    font-size: 17.5px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 11.9px;
}

hr {
    background: #EEE;
    border: 0;
    height: 1px;
    margin: 40px 0 40px;
}

a {
    -webkit-transition: all ease 150ms;
    -moz-transition: all ease 150ms;
    -o-transition: all ease 150ms;
    transition: all ease 150ms;
    text-decoration: none;
    color: #26abe2;
}

a:hover {
    text-decoration: underline;
}

a:active {
    color: #efefef;
}

/* Header Styles */


h1 {
    margin: 0;
    padding: 0;
    float: left;
}



/* Content Styles */
section { padding: 1em 0 3em; text-align: center;
  line-height: 2;
  font-weight: normal;
  margin: 0 auto;
  }

header:before, 
header:after, 
section:before, 
section:after {
    content: " ";
    display: table;
}

header:after, section:after  { clear: both;}
header, section { *zoom: 1;}



/* Form Styles */
input {
    display: block;
    vertical-align: middle;
    line-height: 30px;
    margin: 0 auto;

       -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}



.docs-content h3, h2, h1 {
    padding-top: 80px;
    padding-bottom: 20px;
    font-weight: 700;
    }

.docs-nav {
    background-color: #fff;
    list-style: none;
    font-size: 0.97em;
}

.docs-nav a {
    display: block;
    margin: 0 -20px;
    padding: 0 20px;
    text-decoration: none;
    border-right: 2px solid #efefef;
    font-family:"Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.btn-docs, .btn-docs:active, .btn-docs:focus {
    text-decoration: none;
    background-color: transparent;
    margin: 0 -20px;
    padding: 0 20px;
    color:#26abe2; 
    font-family:"Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.btn-docs:hover {
    text-decoration: none;
    background-color:#26abe2;
    font-weight: 700;
    margin: 0 -20px;
    padding: 0 20px;
    color:#fff;
    border-radius: 0; 
    font-family:"Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.docs-nav p {
    font-family:"Helvetica Neue" ,Helvetica,Arial,sans-serif, !important;
}



@media only screen and (min-width: 400px) {

}

@media only screen and (min-width: 600px) {

}

@media only screen and (min-width: 980px) {
        .docs-nav {
        position: fixed;
        -webkit-transition: top linear 50ms;
        -moz-transition: top linear 50ms;
        -o-transition: top linear 50ms;
        transition: top linear 50ms;
    }

    .docs-nav a:hover {
        background: #26ABE2;
        color:#fff;
    }

    .docs-nav a:active, 
    .docs-nav .active {
        background: #26ABE2;
        color:#fff;
    }

    .docs-nav .separator {
        height: 20px;
    }

    .docs-content {
        padding-left: 310px;
    }



    header {
        padding: 1em 0 1em 0; 
    }

    .container {
        max-width: 1280px;
    }

    section {text-align: left; background: #fff;}
    section.centered {
        text-align: center;
    }

    input {
        display: inline-block;
    }



}

