/* Docs Styles */

/* Fonts */
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

/* /Fonts */

/*html, body {
    margin: 0px;
    overflow-x: hidden;
    line-height: 28px;
}*/
a {
    outline: none;
}
p {
    margin: 10px 0 20px;
}

#main-page a:not(.btn):hover {
    color: #333;
}
.wrapper {
    width: 980px;
    margin: 0 auto;
}
hr {
    margin-top: 70px;
}

/* Helpers */
.float-right {
    display: block;
    float: right;
    margin-left: 8px;
}

.float-left {
    display: block;
    float: left;
    margin-right: 8px;
}

.color {
    color: #2ccff9;
}
.btn {
    margin: 8px;
}
.glass, .shine, .shine-over, .grayscale, .grayscale-hover {
    margin: 8px;
}
a .glyphicon {
    margin-right: 8px;
}
/* /Helpers */

/* Titles */
h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 32px;
    font-weight: normal;
    color: #444444;
    letter-spacing: -1.3px;
    text-transform: uppercase;
    -webkit-text-stroke: 0.6px;
    margin-bottom: 44px;
    margin-top: 70px;
}
h1:first-child {
    margin-top: 110px;
}

h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #444444;
    letter-spacing: -1.3px;
    -webkit-text-stroke: 0.6px;
    margin-bottom: 18px;
}

h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #444444;
    margin-bottom: 44px;
    margin-top: 44px;
    -webkit-text-stroke: 0.6px;
}

h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    -webkit-text-stroke: 0.6px;
}

h5 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    -webkit-text-stroke: 0.6px;
}

h1.subtitle, h2.subtitle, h3.subtitle, h4.subtitle, h5.subtitle {
    padding-bottom: 6px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 38px;
}

/* /Titles */

/* Content */
#introduction {
    font-size: 18px;
}
#features .glyphicon{
    font-size: 42px;
}
#docButtons {
    padding-bottom: 48px; 
}
#docButtons .btn{
    width: 278px;
    text-align: center;
}
/* /Content */

/* Wrapper */
.wrapper {
    width: 980px;
    margin: 0 auto;
}

@media only screen and (max-width : 979px) {
    .wrapper {
        width: 100%;
        padding: 26px;
    }
}

/* /Wrapper */

/* Footer */
footer {
    border-top: 4px solid #2ccff9;
    background-color: #121214;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 48px;
    color: #707679;
    line-height: 28px;
}
footer a {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    display: block;
    font-size: 28px;                
}

footer ul {
    padding-left: 0px;
}

footer ul li {
    list-style: none;
}

footer .subtitle {
    margin-bottom: 18px;
    border-color: #00b7ea;
}

footer .social {
    margin-top: 18px;
    padding: 0px;
}

footer .social p {
    margin-top: 7px;
    margin-bottom: 7px;
}

footer .social a {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .6s ease;
}

footer .social a:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}

footer .footer-bottom {
    padding: 6px;
    margin-top: 80px;
    background-color: #2ccff9;
    color: #FFF;
    font-size: 12px;
}

.footer-contact li span.glyphicon {
    margin-bottom: 20px;
    float: left;
    margin-top: 4px;
    width: 16px;
    margin-right: 8px;
}

@media only screen and (max-width : 767px) {
    footer .wrapper {
        padding: 18px;
    }

    footer .extralinks ul li {
        text-align: center;
    }
}

/* /Footer */

/* Effects */
/*.bootstrapFX canvas {
    outline: none;
}

.bootstrapFX canvas.bootstrapFXFx, .btn canvas.bootstrapFXCrystal {
    position: relative;
    float: left;
}

.shine-over {
    cursor: pointer;
}

.grayscale, .grayscale-hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .6s ease;
}

.grayscale-hover {
    cursor: pointer;
}

.grayscale-hover:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}

.btn canvas {
    outline: none;
}

.btn canvas.buttonFxFx, .btn canvas.buttonFxCrystal {
    position: relative;
    float: left;
}

canvas.shine, canvas.shine-over, canvas.glass {
    vertical-align: middle;
}

.shine-over {
    cursor: pointer;
}*/

/* /Effects */