body, input, select, textarea {
    /*font-family: "Roboto", Helvetica, sans-serif;*/
    font-family: 'Sansita', Helvetica, sans-serif;
}

body {
    background-image: url(../images/bg.jpg);
    background-attachment: fixed;
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
    color: #636363;
}

@media screen and (max-width: 768px) {
    body {
        background-image: main special overlay_light;
    }
}

#main {
    background-color: rgba(255, 255, 255, 0.7);
}

.box_shadow {
    box-shadow: 0 0 10px #FFF;
    -moz-box-shadow: 0 0 10px #FFF;
    -webkit-box-shadow: 0 0 10px #FFF;
    -o-box-shadow: 0 0 10px #FFF;
}

.overlay_light {
    background: rgba(255, 255, 255, 0.6);
}

#main:hover {
    box-shadow: 0 0 20px #FFF;
    -o-transition: 0.5s;
    -ms-transition: 0.8s;
    -moz-transition: 0.8s;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

#nav {
    background-color: transparent;
}

#header.alt .logo {
    margin: 0 0 1em 0;
}

#nav.alt {
    background-color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

#nav > ul > li > a {
    font-weight: 600;
}

#nav ul li a:hover {
    background: transparent;
}

#nav a:hover {
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 10px #902872;

}

#nav ul li a.active {
    background: #301f79;
    color: #fff;
    box-shadow: none;
}

#main .icon.alt,
#main .icon.major,
#main .icon.major:before {
    border-color: #aaa;
}

#main .icon.major:before {
    background-color: #ffffff;
}

#main .icon.alt {
    background-color: rgba(255, 255, 255, 0.99);
}

.text-center {
    text-align: center;
}

.text-left {
	text-align: left;
}

.image {
    -webkit-box-shadow: 0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}

.image.fit {
    margin-bottom: 0;
}

#header.alt {
    padding: 0.5em 5em 0.5em 5em;
}

#main > .main {
    padding-top: 1.5em;
    border-top: none;
}

@media screen and (max-width: 736px) {
    #main > .main {
        padding-top: 2em;
    }
}

@media screen and (max-width: 480px) {
    #main > .main {
        padding-top: 2em;
    }
}

@media screen and (max-width: 360px) {
    #main > .main {
        padding-top: 2em;
    }
}

#modalProductDetails .modal-header,
.button.special {
    background: #301f79 !important;
}

#main input[type="text"], #main input[type="password"], #main input[type="email"], #main select, #main textarea {
    background: #fff;
}

.modal-dialog {
    margin-top: 100px;
    width: 75% !important;
}

@media screen and (max-width: 768px) {
    .modal-dialog {
        margin-top: 100px;
        width: 95% !important;
    }
}

.modal-content > .modal-header > .modal-title {
    color: #fff !important;
}

.modal-footer {
    text-align: left;
    border-top: none;
}

.close {
    color: #fff !important;
    font-size: 35px;
    margin-top: -5px !important;
}

.no_margin_bottom {
    margin-bottom: 0;
}

#prod_detailed_data {
    margin-top: 20px;
    height: 250px;
    overflow-y: scroll;
}

#img_carousel {
    background: rgb(231 241 250)
    margin-bottom: 2em;
    padding: 10px;
}

#img_carousel img {
    padding: 10px;
}

#g-map {
    width: 100%;
}

#footer {
    padding-top: 3em;
}

.embed-responsive-16by9 {
    padding-bottom: 35%;
    margin-bottom: 2em;
}

/* progressbar start */
.progress {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    height: 30px;
    margin-bottom: 17px;
    -webkit-box-shadow: none;
    /*    -webkit-transition: width 4s ease-in-out;
        -moz-transition: width 4s ease-in-out;
        -o-transition: width 4s ease-in-out;
        transition: width 4s ease-in-out;*/
}

.progress .skill {
    /*font: normal 12px "Open Sans Web";*/
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    padding: 0;
    margin: 0 0 0 10px;
    /*text-transform: uppercase;*/
}

.progress .skill .val {
    float: right;
    font-style: normal;
    margin: 0 20px 0 0;
}

.progress-bar {
    text-align: left;
    border-radius: 5px;
    transition-duration: 4s;
}

/* progressbar end */