﻿.text-white {
    color: #ffffff;
}
/*MARGIN ALL*/

/*margin 5px*/
.mgl-5 {
    margin-left: 5px;
}

.mgr-5 {
    margin-right: 5px;
}

.mgb-5 {
    margin-bottom: 5px;
}

.mgt-5 {
    margin-top: 6px;
    border-bottom: 1px solid #2584B0;
    padding-bottom: 4px;
}

/*margin 10px*/
.mgl-10 {
    margin-left: 10px;
}

.mgr-10 {
    margin-right: 10px;
}

.mgb-10 {
    margin-bottom: 10px;
}

.mgt-10 {
    margin-top: 10px;
}

.mgt-20 {
    margin-top: 20px;
}
/*---------- END ----------*/
.bg-service-l {
    background-color: #000000;
    opacity: 0.5;
    left: 6%;
    right: 10%;
    padding: 40px;
    top: 25%;
    bottom: 25%;
    position: absolute;
}

.bg-service-r {
    background-color: #000000;
    opacity: 0.5;
    left: 6%;
    right: 6%;
    padding: 40px;
    top: 25%;
    bottom: 25%;
    position: absolute;
}

.bg-icon {
    color: #2584b0;
    display: inline;
}
/*Button*/
.btn-primary {
    display: inline-block;
    margin: 0;
    text-decoration: none;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    color: #fff !important;
    padding: 7px 19px;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    background: #014f7f; /*#2584b0*/
    border: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 3px;
}

    .btn-primary:hover {
        background: #2d2e2e;
    }

.btn-Default {
    display: inline-block;
    margin: 0;
    text-decoration: none;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    color: #fff !important;
    padding: 7px 19px;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    background: #95A5A6; /*#2584b0*/
    border: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 3px;
}

    .btn-Default:hover {
        background: #2d2e2e;
    }


/* Carousel Control */
.control-box {
    text-align: right;
    width: 100%;
}

.span-req {
    color: red;
}

.red_border {
    border: 2px solid red !important;
}

.LoadingDiv {
    top: 0;
    left: 0;
    position: fixed;
    opacity: 0.6;
    z-index: 10000000;
    background-color: Black;
    height: 100%;
    width: 100%;
    margin: auto;
}



/*CUSTOM CHANGES BOOTSTRAP CSS */
.bg-gray {
    background-color: rgb(243, 243, 243);
}

.navbar-nav {
    width: 100%;
    text-align: center;
}

    .navbar-nav > li {
        float: none;
        display: inline-block;
        /*margin: 0px 14px;*/
        text-transform: uppercase;
        font-size: 14px;
    }

.border-b {
    border-bottom: 1px solid rgba(0, 0, 0, 0.41);
    padding-bottom: 9.5px;
}

/************* FOOTER ************/
.footer {
    padding: 44px 0 0px;
    color: #ffffff;
    background: #2584b0;
    font-size: 14px;
}

    .footer p {
        color: #ffffff;
    }

    .footer a {
        color: #ffffff;
    }

        .footer a:hover {
            color: #000000;
        }

.footer_block {
    margin-bottom: 35px;
    line-height: 2;
}

.footback_img {
    position: absolute;
    opacity: 0.2;
    width: 90%;
}

.social_foot {
    float: right;
    margin-right: 15%;
}

    .social_foot img {
        padding: 5px;
    }

.copy_right {
    float: left;
    padding: 5px;
}

.footer_block .title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 3px;
    font-weight: 600;
    min-width: 81px;
}

    .footer_block .title:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 81px;
        /*border-bottom: #464843 solid 1px;*/
    }

    .footer_block .title h3 {
        margin: 0px;
        font-size: 18px;
        color: #fff;
        font-weight: normal;
        text-transform: uppercase;
    }

.footer_block ul {
    padding-top: 4px;
}

    .footer_block ul li {
        padding: 6px 0 4px;
        /*border-bottom:#303130 solid 1px;*/
    }

        .footer_block ul li:last-child {
            border-bottom: none;
        }

.footer .list-posts {
    padding-top: 0;
    margin-top: -15px;
}

    .footer .list-posts li {
        padding: 15px 0 13px;
    }

    .footer .list-posts .date {
        display: inline-block;
        margin: 0 10px 0 0;
        color: #989898;
    }

.foot_bottom {
}

.copyright {
    /*border-top:#363635 solid 1px;
	padding:24px 0 0;
	margin-top: 8px;*/
    background-color: #333333;
    padding: 5px 10px;
}

.footer .social a {
    color: #494a49;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    padding: 0;
    margin: 0;
    list-style: none;
}
/* Map iframe---------------------------------- */

.map-canvas iframe {
    width: 100%;
    height: 485px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.mbv {
    /*float: right;
    width: 11%;*/
}

@media (min-width: 320px) and (max-width: 767px) {
    .cls_xs {
        margin-left: 15%;
    }
}

@media (min-width: 888px) {
    .navbar-nav > li {
        margin: 0px 14px;
    }
}

@media (max-width: 767px) {
    .navbar-nav > li {
        display: inline !important;
    }
}


@media (max-width: 345px) {
    .mbv_pd {
        padding-right: 1px;
    }
}

/*---- MARGIN ALL ------*/
.mgr-4 {
    margin-right: 4px;
}

.mgtp-5 {
    margin-top: 5px;
}

.mgr-5 {
    margin-right: 5px;
}

.mgb-5 {
    margin-bottom: 5px;
}

.mgl-5 {
    margin-left: 5px;
}

.mgt-10 {
    margin-top: 10px;
}

.mgr-10 {
    margin-right: 10px;
}

.mgb-10 {
    margin-bottom: 10px;
}

.mgl-10 {
    margin-left: 10px;
}

.mgt-15 {
    margin-top: 15px;
}

.mgr-15 {
    margin-right: 15px;
}

.mgb-15 {
    margin-bottom: 15px;
}

.mgl-15 {
    margin-left: 15px;
}

.mgt-20 {
    margin-top: 20px;
}

.mgr-20 {
    margin-right: 20px;
}

.mgb-20 {
    margin-bottom: 20px;
}

.mgl-20 {
    margin-left: 20px;
}

.mgt-25 {
    margin-top: 25px;
}

.mgr-25 {
    margin-right: 25px;
}

.mgb-25 {
    margin-bottom: 25px;
}

.mgl-25 {
    margin-left: 25px;
}

/*---- PADDING ALL ------*/
.pdr-4 {
    padding-right: 4px;
}

.pdtp-5 {
    padding-top: 5px;
}

.pdr-5 {
    padding-right: 5px;
}

.pdb-5 {
    padding-bottom: 5px;
}

.pdl-5 {
    padding-left: 5px;
}

.pdt-10 {
    padding-top: 10px;
}

.pdr-10 {
    padding-right: 10px;
}

.pdb-10 {
    padding-bottom: 10px;
}

.pdl-10 {
    padding-left: 10px;
}

.pdt-15 {
    padding-top: 15px;
}

.pdr-15 {
    padding-right: 15px;
}

.pdb-15 {
    padding-bottom: 15px;
}

.pdl-15 {
    padding-left: 15px;
}

.pdt-20 {
    padding-top: 20px;
}

.pdr-20 {
    padding-right: 20px;
}

.pdb-20 {
    padding-bottom: 20px;
}

.pdl-20 {
    padding-left: 20px;
}

.pdt-25 {
    padding-top: 25px;
}

.pdr-25 {
    padding-right: 25px;
}

.pdb-25 {
    padding-bottom: 25px;
}

.pdl-25 {
    padding-left: 25px;
}

/*CUSTOME CLASS*/

.lt-initial {
    list-style: initial;
}
.lt-inside {
    list-style: inside;
}
.lt-circle {
    list-style: circle;
}
