﻿@charset "utf-8";
/* CSS Document */

/*@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);*/
/* latin */

header {
    background: #fff;
}

body {
    font-family: 'Droid Sans', sans-serif;
    /*background: url(../images/bg.jpg) no-repeat fixed;*/
    background-size: cover;
    min-width: 320px;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}

input {
    color: black;
}

a:focus {
    text-decoration: none;
    outline: none;
}

.container {
    width: 1200px;
    max-width: 100%;
}

.navbar.navbar-default.horner-menu {
    border: medium none;
    margin-bottom: 10px;
    height: auto;
    background-color: #fff;
}

.horner-menu .navbar-brand {
    height: auto;
    margin: 0px 30px 0px 15px;
    padding: 0;
}

.navbar-default.horner-menu .navbar-nav > li > a {
    color: #04447b; /*#0071bc;*/
    font-size: 16px;
    font-weight: bold;
}

.navbar-default.horner-menu .navbar-nav > .active > a, .navbar-default.horner-menu .navbar-nav > .active > a:focus, .navbar-default.horner-menu .navbar-nav > .active > a:hover {
    background: none;
    color: #0071bc;
    border-bottom: 6px solid #0071bc;
}

.navbar-default.horner-menu .navbar-nav > li > a:hover {
    /*border-bottom:6px solid #0071bc;*/
    color: #0071bc;
}

.horner-menu .navbar-toggle {
    margin-right: 0;
    margin-top: 0;
}

section.main-content {
    padding: 0px 15px;
}

.dashboard-top-area {
    color: #fff;
}

    .dashboard-top-area h2 {
        margin-top: 5px;
        font-size: 24px;
    }

.dashboard-mdl-area {
    color: #fff;
    padding: 20px 0px;
}

.form-control::-moz-placeholder {
    color: #fff;
}

.form-control::-ms-input-placeholder {
    color: #fff;
}

.form-control::-webkit-input-placeholder {
    color: #fff;
}


/* ------------- Auto scrolling images - ---------------*/

.hover-shadow {
    background: #fff none repeat scroll 0 0;
    text-align: center;
    -webkit-transition: all 0.3s ease; /* Safari and Chrome */
    -moz-transition: all 0.3s ease; /* Firefox */
    -o-transition: all 0.3s ease; /* IE 9 */
    -ms-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease;
    margin-bottom: 10px;
    padding: 0;
}

    .hover-shadow .item img {
        width: 100%;
        height: 570px;
    }

    .hover-shadow .carousel-caption {
        background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
        left: 0;
        padding: 20px 0;
        right: 0;
        margin-bottom: 165px;
        font-size: 4em;
    }

    .hover-shadow .carousel-indicators {
        bottom: 28px;
    }

        .hover-shadow .carousel-indicators li {
            background: #c6dcef;
        }

        .hover-shadow .carousel-indicators .active {
            background: #418bca;
        }

    .hover-shadow h4 {
        font-size: 17px;
        font-weight: bold;
        margin: 20px 0;
    }

    .hover-shadow > p {
        color: #ffaf03;
        font-size: 20px;
        line-height: 24px;
    }

.txt-slide {
    color: #333;
    height: 60px;
    padding: 15px 0 12px;
    font-size: 1.2em;
}

    .txt-slide > p {
        margin: 0 0 5px;
    }
/* ------------- carousel fade styling - ---------------*/
.carousel-fade .carousel-inner .item {
    transition-property: opacity;
    transition: opacity .9s ease-out;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}

/* ------------- Auto scrolling images  styling end- ---------------*/
.login-box {
    background: #000000b8;
    padding: 40px 10px 20px;
    text-align: center;
    margin-bottom: 25px;
    box-shadow: 4px 4px 0px #7d6c35;
    border-radius: 22px;
    padding-top: 2px;
    z-index: 2;
}
/* ------------- Styles from existing - ---------------*/
#footer {
    bottom: 0px;
    display: block;
    position: fixed;
    left: 0%;
    width: 100%;
    height: 11%;
    background-color: #00205b;
    backface-visibility: visible;
    z-index: 190;
    font-family: Helvetica, Arial, sans-serif;
}

#footerlinks {
    bottom: 0px;
    display: block;
    position: fixed;
    left: 0%;
    width: 100%;
    height: 13%;
    z-index: 250;
    font-family: Helvetica, Arial, sans-serif;
}

.web-ocs {
    position: absolute;
    bottom: 0px;
    right: 0px;
    max-width: 50%;
    max-height: 80%;
}

#navigation {
    position: inherit;
    display: table;
    font-family: Helvetica, Arial, sans-serif;
    text-align: justify;
    vertical-align: central;
    align-content: center;
    margin: 0 auto 0 auto;
    color: white;
    font-size: 14px;
}

/* Login page styles*/
.left-bottom-img {
    bottom: 40px;
    left: 0px;
    position: fixed;
    z-index: 1;
    max-width: 30%;
    max-height: 65%;
}

.right-bottom-img {
    bottom: 50px;
    right: 0px;
    position: fixed;
    z-index: 1;
    max-width: 40%;
    max-height: 75%;
}

/*Images in User Pages*/
.center-bottom-img {
    bottom: 0px;
    right: 0px;
    position: fixed;
    z-index: 210;
    max-width: 35%;
    max-height: 70%;
}

/* ------------- Styles from existing End - ---------------*/
/* ------------- Profile - ---------------*/
.profile-area {
    background: url(../images/profile-bg.png) no-repeat center top;
    background-color: #055170;
    background-size: cover;
    text-align: center;
    padding-top: 60px;
    box-shadow: 4px 4px 0px #042c3d;
    border-radius: 22px;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease; /* Safari and Chrome */
    -moz-transition: all 0.3s ease; /* Firefox */
    -o-transition: all 0.3s ease; /* IE 9 */
    -ms-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease;
}

.pro-img > img {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #555555;
    padding: 2px;
}

.pro-img {
    padding-bottom: 15px;
}

.profile-area p {
    font-size: 16px;
}

.profile-area h2 {
    font-size: 34px;
    font-weight: bold;
    line-height: 51px;
    padding: 0px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    width: 99%;
}

.pro-detail li {
    border-top: 1px solid #93c1ce;
    display: inline-block;
    margin-right: -3px;
    padding: 16px 5px;
    width: 49%;
    overflow: hidden;
    height: 74px;
}

    .pro-detail li:nth-child(2n+1) {
        border-right: 1px solid #93c1ce;
    }

    .pro-detail li span {
        display: block;
        font-size: 18px;
        font-weight: bold;
    }

.infobox {
    background: #204e63;
    padding: 40px 10px 20px;
    text-align: center;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s ease; /* Safari and Chrome */
    -moz-transition: all 0.3s ease; /* Firefox */
    -o-transition: all 0.3s ease; /* IE 9 */
    -ms-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease;
}

    .infobox h1 {
        font-size: 66px;
        font-weight: bold;
        margin: 0;
    }

    .infobox > p {
        font-size: 24px;
        margin-bottom: 5px;
    }


    .profile-area:hover, .infobox:hover {
        -webkit-transform: scale(1.02); /* Safari and Chrome */
        -moz-transform: scale(1.02); /* Firefox */
        -ms-transform: scale(1.02); /* IE 9 */
        -o-transform: scale(1.02); /* Opera */
        transform: scale(1.02);
    }

/* --------  Special Details --------------*/
.spl-details {
    border: 1px solid #d3e1ef;
    border-width: 1px 0px;
}

.specials > h1 {
    padding-bottom: 10px;
    padding-top: 20px;
}

.spl-details li {
    position: relative;
    display: block;
    padding-bottom: 10px;
    padding-right: 10px;
}

    .spl-details li:first-child {
        padding-top: 10px;
    }

/*------------------------   Footer  -----------------------*/
footer {
    background: none repeat scroll 0 0 #000000;
    color: #ffffff;
    padding-bottom: 5px;
}

.copyright, .footer-link, .social {
    padding-top: 5px;
    text-align: center;
}

    .copyright p {
        font-size: 13px;
    }

    .footer-link > ul {
        float: left;
        width: 100%;
    }

    .footer-link li {
        display: inline-block;
        padding: 0px 10px;
    }

    .footer-link a {
        color: #ffffff;
        font-size: 13px;
    }

    .social > ul {
        float: none;
    }

    .social li {
        display: inline-block;
    }

    .social a {
        display: block;
        -webkit-transition: all 0.3s ease; /* Safari and Chrome */
        -moz-transition: all 0.3s ease; /* Firefox */
        -o-transition: all 0.3s ease; /* IE 9 */
        -ms-transition: all 0.3s ease; /* Opera */
        transition: all 0.3s ease;
    }

        .social a:hover {
            -webkit-transform: scale(1.2); /* Safari and Chrome */
            -moz-transform: scale(1.2); /* Firefox */
            -ms-transform: scale(1.2); /* IE 9 */
            -o-transform: scale(1.2); /* Opera */
            transform: scale(1.2);
            z-index: 1;
        }

/*------------- Scroll top button -------------*/

.scroll-to-top {
    display: none;
    width: 50px;
    height: 35px;
    position: fixed;
    right: 20px;
    bottom: 0;
    z-index: 999;
    background: #333;
    opacity: .9;
    visibility: hidden;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    -webkit-transform: translateY(100%) translateZ(0);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.scroll-to-top {
    border-radius: 4px 4px 0 0;
}


    .scroll-to-top.active {
        opacity: 0.7;
        display: block;
        visibility: visible;
        -webkit-transform: translateY(0) translateZ(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        transition-duration: 0.4s;
    }

        .scroll-to-top.active:hover {
            opacity: 0.9;
            color: #333;
        }

/* Model window and alert styling */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../images/loader.gif') 40% 50% no-repeat;
}

/* When the body has the loading class, we turn  the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}
    /* Anytime the body has the loading class, our  modal element will be visible */
    body.loading .modal {
        display: block;
    }
/* Alert dialog window */
.modalAlert {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    padding-top: 100px;
    height: 100%;
    width: 100%;
    overflow: auto; /* Enable scroll if needed */
    background: rgba( 255, 255, 255, .8 );
}
/* Alert dialog Content */
.modalAlert-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 40%;
    /*min-width: 400px;*/
    box-shadow: 0 5px 12px 0 rgba(0,0,0,0.4),0 6px 20px 0 rgba(0,0,0,0.5);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}
/* The Close Button */
.closeAlert {
    color: white;
    float: right;
    font-size: 30px;
    font-weight: bold;
    margin-top: -5px;
}

    .closeAlert:hover,
    .closeAlert:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modalAlert-header {
    padding: 5px 10px;
    background-color: #5cb85c;
    color: white;
}

.modalAlert-body {
    padding: 15px;
    color: black;
    line-height: 1.2em;
    font-size: 15px;
}
/* Model window and alert styling end */
