﻿body {
    padding: 0;
    margin: 0;
    font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
    background: #eee;
    word-wrap: break-word;
}

    body > .container {
        padding: 0;
    }

.container {
    width: 100%;
}
/*wrapper*/
#wrapper {
    margin: auto;
}

@media (min-width: 768px) {
    #wrapper {
        width: 100%;
    }

    .content_header, .content_subheader, .content_text {
        word-wrap: normal !important;
    }
}

@media (min-width: 992px) {
    #wrapper {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    #wrapper {
        width: 1170px;
    }
}


/*top*/

#top, #center {
    margin-bottom: 20px;
}

    #top .navbar-nav, #page-content #center {
        background: #fff;
    }

    /*center*/

    #center .row {
        margin: 0px;
    }

    #center .left_content {
        height: 400px;
        background: red;
    }

    #center .right_content .col-md-12:nth-of-type(1) {
        height: 100px;
        background-color: aqua;
    }

    #center .right_content .col-md-12:nth-of-type(2) {
        height: 100px;
        background: white;
    }

    #center .right_content .col-md-12:nth-of-type(3) {
        height: 100px;
        background: gray;
    }

    #center .right_content .col-md-12:nth-of-type(4) {
        height: 100px;
        background: blue;
    }


/*footer*/
#footer {
    height: 150px;
    background: gray;
}


@media (max-device-width: 768px) {
    .padding0 {
        padding: 0px;
    }
}

@media (min-width: 768px) {
    .paddingRight0 {
        padding-right: 0px;
    }
}

.go-top.fadeout {
    opacity: .8;
}

.go-top.visible {
    visibility: visible;
    opacity: 1;
}

.go-top {
    visibility: hidden;
    opacity: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.2);
    display: block;
    color: #fff !important;
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    position: fixed;
    bottom: 70px;
    right: 15px;
    z-index: 999;
}

.navbar, .nav {
    border-radius: 0px;
}

/*Table*/
.top-content {
    clear: both;
    width: 100%;
}

.whatsnew {
    margin-bottom: 30px;
}

.row {
    margin: auto;
}

.row-header {
    width: 100%;
    overflow: hidden;
    max-width: 1180px;
    margin: auto;
    display: table;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}



    .row-header .icons div span {
        float: left;
        font-size: 14px;
        padding-right: 3px;
        margin-top: 3px;
        height: 23px;
    }

.fa-phone:before,
.fa-envelope:before,
.fa-address-card:before,
.fa-user:before,
.fa-search:before {
    padding-right: 3px;
}

.hmedia span {
    font-size: 16px !important;
    color: #333;
    margin-bottom: 10px;
    margin-right: 15px;
}

.row-header .huser {
    min-width: 7%;
}

.row-header .hlogo img {
    width: 100%;
}

.row-header .hsearch {
    min-width: 5%;
}

.row-header .hphone {
    min-width: 9%;
}

.row-header .hmedia {
}

.row-header .haddress {
    white-space: nowrap;
}

.footer .hmedia {
    text-align: center;
}

.footer-right ul li {
    margin-top: 10px;
}

.footer-right .line-1 {
    height: 25px;
}

.row-footer {
    overflow: hidden;
    padding: 20px !important;
}

    .row-footer .hmedia {
        clear: both;
        width: 100%;
        text-align: center;
        margin-top: 120px;
        border-top: 2px solid;
        padding-top: 20px;
        margin-bottom: 30px;
    }

    .row-footer .container {
        max-width: 1180px;
    }

    .row-footer .col-xs-4 {
        padding: 0px;
        margin-bottom: 30px;
    }

.row-header .icons div a {
    text-decoration: underline !important;
}

    .row-header .icons div a:hover {
        text-decoration: none !important;
    }

.footer-right ul li i {
    margin-right: 4px;
    font-size: 16px;
}

.footer-left ul li, .footer-middle ul li {
    margin-top: 5px;
}


.content_header ul, .content_header ol,
.content_subheader ul, .content_subheader ol,
.content_text ul, .content_text ol {
    -webkit-padding-start: 40px;
}


.iframeCalendar {
    width: 100%;
}

.iframeForm {
    width: 100%;
}

#wrapper {
    width: 100%;
}

p {
    margin: 0px;
}
