/* =============================================================
GOOGLE FONT
============================================================ */

@import url(https://fonts.googleapis.com/css?family=Ubuntu);

/* FREE GOOGLE FONT */

@import url(https://fonts.googleapis.com/css?family=Oswald);

/* FREE GOOGLE FONT */


/* =============================================================
GENERAL STYLES
============================================================ */

body {
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
}

section {
    padding-top: 80px;
    padding-bottom: 40px;
}

.pad-bottom {
    padding-bottom: 60px;
}

.header {
    font-family: 'Oswald', sans-serif;
    padding-bottom: 40px;
    text-transform: uppercase;
}

.header hr {
    width: 50px;
    border-top: 2px solid rgb(40, 141, 203);
}


/* =============================================================
CUSTOM BUTTON STYLES
============================================================ */

.button-custom {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin: 25px 5px 5px 0px;
    margin: 5px;
}

.btn-custom-one {
    background-color: transparent;
    color: #fff;
    border: 2px solid rgb(40, 141, 203);
}

.btn-custom-one:hover {
    background-color: rgb(40, 141, 203);
    text-decoration: none;
    color: #fff;
}

.btn-custom-two {
    color: #fff;
    background-color: rgb(40, 141, 203);
    border: 2px solid rgb(40, 141, 203);
}

.btn-custom-two:hover {
    border: 2px solid rgb(40, 141, 203);
    text-decoration: none;
    color: #fff;
    background-color: transparent;
}


/* =============================================================
MENU SECTION STYLES
============================================================ */

.navbar-inverse {
    background-color: rgba(0, 0, 0, 0.6);
    border-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    background-color: transparent;
    border-bottom: 1px solid rgb(40, 141, 203);
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 12px;
    font-weight: 800;
    padding: 5px 0px;
    letter-spacing: 2px;
    margin: 10px 20px 10px 20px;
    color: #fff;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand:hover {
    color: #fff;
    font-weight: 900;
    font-family: 'Oswald', sans-serif;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: rgb(40, 141, 203);
}

.navbar-inverse .navbar-toggle {
    border-color: rgb(40, 141, 203);
}


/* =============================================================
HOME SECTION STYLES
============================================================ */

#home {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 60px;
}

#home .quick-menu {
    display: block;
    margin: 35px 0;
}

#home .quick-menu a {
    width: 40px;
    padding: 6px 0;
    margin: 4px;
}


/*Carousel Slider*/

#carousel-slider {
    padding: 50px 20px 5px 50px;
    //background-color:rgba(0, 128, 255, 0.2);
    background-color: rgba(24, 24, 24, 0.7);
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 40px;
    min-height: 320px;
}

#carousel-slider h3 {
    color: rgb(40, 141, 203);
    line-height: 50px;
    font-family: 'Oswald', sans-serif;
}

#carousel-slider p {
    font-size: 16px;
    line-height: 25px;
    margin: 25px 20px;
}


/* =============================================================
FEATURES SECTION STYLES
============================================================ */

#features .features-wrapper {
    padding: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 40px;
    //background-color: rgba(255, 255, 255, 0.07);
    background-color: rgba(24, 24, 24, 0.7);
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    min-height: 250px;
}

#features .features-wrapper:hover {
    //background-color: rgba(255, 255, 255, 0.20);
    background-color: rgba(64, 64, 64, 0.9);
}

#features h3 {
    font-family: 'Oswald', sans-serif;
}

#features .features-wrapper i {
    margin: 5px;
    color: rgb(40, 141, 203);
    font-size: 58px;
}


/*============================
DOWNLOAD SECTION STYLES
==============================*/

.light-pricing {
    margin-bottom: 30px;
    margin-top: 50px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    //background-color: rgba(255, 255, 255, 0.1);
    background-color: rgba(32, 32, 32, 0.7);
    color: #fff;
    line-height: 30px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.light-pricing:hover {
    background-color: transparent;
}

.light-pricing ul {
    list-style: none;
    margin: 0 15px;
    text-align: center;
    padding-left: 0px;
}

.light-pricing ul li {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.light-pricing ul li i {
    font-size: 110%;
    margin-right: 7px;
}

.light-pricing .price {
    padding: 40px 20px 20px 20px;
    font-size: 60px;
    font-weight: 900;
}

.light-pricing .price small {
    //color: #000;
    color: rgb(128, 128, 128);
    display: block;
    font-size: 15px;
    margin-top: 22px;
}

.light-pricing .type {
    background-color: rgba(0, 0, 0, 0.40);
    padding: 30px 20px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 30px;
    color: rgb(40, 141, 203);
}

.light-pricing .pricing-footer {
    padding: 20px;
}

.db-attached>.col-lg-4, .db-attached>.col-lg-3, .db-attached>.col-md-4, .db-attached>.col-md-3, .db-attached>.col-sm-4, .db-attached>.col-sm-3 {
    padding-left: 0;
    padding-right: 0;
}

.light-pricing.popular {
    margin-top: 10px;
}

.light-pricing.popular .price {
    padding-top: 80px;
}

#download .data-wrapper {
    padding: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: rgba(24, 24, 24, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/*============================
EXAMPLES SECTION STYLES
==============================*/

#examples .categories a {
    margin-bottom: 3px;
}

#examples .categories a.active {
    background-color: transparent;
    color: #fff;
}

.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}


/*[class^="col"] {
    background: rgba(255, 69, 69, 0.73);
    border: 1px solid rgba(255, 69, 69, 0.8);
}

#examples-div {
    background: rgba(128, 128, 128, 1);
    overflow: hidden;
}

#examples-div [class*="col-"] {
    background: #fff;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}*/

#examples .examples-wrapper {
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid rgb(40, 141, 203);
    /*float: none;*/
    min-height: 280px;
    /*max-width: 80%;*/
    /*margin-left: auto;
    margin-right: auto;*/
    /*max-height: 400px;*/
}

#examples .examples-wrapper:hover {
    background-color: transparent;
    border: 1px solid rgb(40, 141, 203);
    opacity: .80;
    /* standard: ff gt 1.5, opera, safari */
    -ms-filter: "alpha(opacity=80)";
    /* ie 8 */
    filter: alpha(opacity=80);
    /* ie lt 7 */
    -khtml-opacity: .80;
    /* safari 1.x */
    -moz-opacity: .80;
    /* ff lt 1.5, netscape */
}

#examples .examples-wrapper h4 {
    padding-top: 10px;
    height: 3em;
}

#examples .img-responsive {
    padding: 10px;
    margin: auto;
    /*height: 70%;
    width: auto;*/
    /*max-width: 218px;*/
    max-height: 180px;
}


/*#examples .examples-wrapper:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease
}*/

@media only screen and (max-width: 450px) {
    #examples .img-responsive {
        /*height: auto !important;*/
        max-height: none !important;
    }
    #home #carousel-slider .item .home-overview {
        display: none;
    }
}


/*============================
DOC SECTION STYLES
==============================*/

#doc .doc-wrapper, #download .doc-wrapper {
    padding: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: rgba(24, 24, 24, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#doc .doc-wrapper a.btn {
    width: 24px;
    height: 24px;
    margin: 0 0 0 5px;
    padding: 0 3px 1px 3px;
    font-size: 13px;
}

#doc .doc-wrapper a.btn i {
    margin: auto;
}

#doc .doc-wrapper .doc-list {
    padding: 5px 20px 15px;
}

#doc .doc-wrapper .bibtexentry, #doc .doc-wrapper .doc-entry {
    padding: 10px;
}


/*============================
TEAM SECTION STYLES
==============================*/

.team-wrapper {
    overflow-x: hidden;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transform: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-bottom: 30px;
}

.team-wrapper:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.team-wrapper .team-inner {
    background-size: cover;
    background-position: center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    padding: 150px 0 10px;
    /*background-image: url('../img/girl-big.jpg');*/
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-radius: 10px 10px 0px 0px;
}

.team-wrapper>.team-inner>a {
    color: rgb(40, 141, 203);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 auto -50px;
    display: block;
    color: rgb(40, 141, 203);
    z-index: 999;
    font-size: 36px;
    padding: 9px 18px;
    background-color: #fff;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.team-wrapper>.team-inner>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: rgb(40, 141, 203);
}

.team-wrapper .description {
    padding: 30px 20px 20px;
    text-align: center;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.team-wrapper .description h5 {
    color: rgb(40, 141, 203);
}

.team-wrapper .description p {
    min-height: 40px;
}


/*============================
CONTACT SECTION STYLES
==============================*/

#contact .contact-wrapper {
    //background-color:rgba(255, 255, 255, 0.1);
    background-color: rgba(24, 24, 24, 0.7);
    padding: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 40px;
    min-height: 420px;
}

#contact .contact-wrapper h3 {
    color: rgb(40, 141, 203);
    padding-bottom: 20px;
}

#contact .vcard {
    height: 125px;
    font-size: 16px;
    margin: 0 0 20px 20px;
    /*padding: 0px 15px;*/
    clear: both;
    display: table;
}

#contact .vcard .fn {
    font-size: 110%;
}

#contact .vcard .desc-div {
    display: table-cell;
    vertical-align: middle;
    /*text-align: center;*/
    /*border: 1px solid red;*/
}

#contact .vcard .logo-div {
    /*float: left;*/
    display: table-cell;
    vertical-align: middle;
    /*border: 1px solid red;*/
}

@media only screen and (max-width: 750px) {
    #contact .vcard {
        margin-left: 0;
        font-size: 14px;
    }

    #contact .vcard .desc-div,
    #contact .vcard .logo-div {
        display: block;
        /*clear: both;*/
        margin: auto;
    }
}

#contact .vcard .logo {
    width: 90px;
    padding-right: 10px;
}

#contact .vcard .logo-pap {
    padding-left: 8px;
    padding-right: 15px;
}

#contact p {
    font-size: 16px;
}

#contact-alert {
    margin: 0;
    padding: 10px;
    display: none;
}

#contact .social-below {
    display: block;
    margin-top: 5px;
}


/*
#contact-form .alert.fade-out {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
#contact-form .alert.fade-in {
  opacity: 1;
  -webkit-transition: opacity 3.0s linear;
  -moz-transition: opacity 3.0s linear;
  -o-transition: opacity 3.0s linear;
  transition: opacity 3.0s linear;
}
*/


/*============================
FOOTER STYLES
==============================*/

.footer-wrapper {
    background-color: rgba(24, 24, 24, 0.7);
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 40px;
}

.footer-div {
    //padding-top:25px;
}

.footer-div small {
    font-size: 10px;
    color: #fff;
}

.footer-div a, .footer-div a:hover {
    color: rgb(40, 141, 203);
    text-decoration: none;
}
