﻿
.google-map {
    background: #E5E3DF;
    height: 400px;
    position: relative;
    width: 100%;
}

.contact-social {
    top: -5px;
    position: relative;
}

@media only screen and (min-width:769px) {
    .f-left {
        float: left !important;
    }

    .f-right {
        float: right !important;
    }
}

.Topic_list > .item {
    padding: 0px 10px;
    box-sizing: border-box;
    margin: 10px 0;
}

    .Topic_list > .item > .inner {
        background-color: #fff;
        padding: 20px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .Topic_list > .item > .inner img {
            min-height: 200px;
        }

        .Topic_list > .item > .inner h3 {
            padding-top: 0;
            text-align: center;
        }

        .Topic_list > .item > .inner h4 {
            font-size: 13px;
            text-align: center;
            color: #777;
        }

    .Topic_list > .item:hover .inner {
        padding: 19px;
        border: 1px solid #29A9FF;
        -moz-box-shadow: 0 0 1px 1px #fff inset,inset 0 0 10px 5px rgba(210,237,255,1);
        -webkit-box-shadow: 0 0 1px 1px #fff inset,inset 0 0 10px 5px rgba(210,237,255,1);
        box-shadow: 0 0 1px 1px #fff inset,inset 0 0 10px 5px rgba(210,237,255,1);
    }

    .Topic_list > .item:hover > .inner h3 {
        color: #F26341;
    }

    .Topic_list > .item:hover > .inner h4 {
        color: #29A9FF;
    }

.content {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 30px 0px;
    position: relative;
    z-index: 2;
}

.main_title_a {
    margin: 0px 0 30px 0;
}

.pagetop {
    padding: 0;
    color: #a4a4a4;
    font-weight: 300;
}

.blog-pagination a.cur-page, .blog-pagination a:hover {
    color: #29A9FF;
    font-weight: 600;
    box-shadow: inset 0 0 0 2px #29A9FF;
}

.blog-pagination a {
    font-family: Conv_BYEkan;
    font-size: 20px;
    font-weight: normal !important;
}

.blog-pagination a {
    line-height: 45px;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    width: 45px;
    height: 45px;
    margin-left: 10px;
    color: #F26341;
}

.blog-pagination {
    text-align: center;
    margin: 20px 0;
    box-sizing: border-box;
    padding-right: 10px;
}

.topicdetail_header {
    line-height: 60px;
}

    .topicdetail_header .title h1 {
        color: #4077DB;
    }

        .topicdetail_header .title h1 span {
            color: #777;
        }

    .topicdetail_header .archive a {
        padding: 4px 16px;
        background-color: rgb(64, 90, 107);
        color: #fff;
        font-family: Conv_Google;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: all .7s ease;
        -moz-transition: all .7s ease;
        -ms-transition: all .7s ease;
        -o-transition: all .7s ease;
        transition: all .7s ease;
        position: relative;
        top: 20px;
    }

        .topicdetail_header .archive a:hover {
            background-color: #4077DB;
        }

.topicdetail_content .content_desc {
    margin-top: 10px;
    text-align: justify;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.attached-list {
    list-style: none;
    clear: both;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    line-height: 32px;
    width: 100%;
    display: inline-block;
}

    .attached-list li {
        width: 100%;
        border-bottom: 1px solid #ddd;
        line-height: 1;
    }

        .attached-list li a {
            display: inline-block;
            width: 100%;
        }

.attached-dl-img {
    width: 33px;
    height: auto;
    display: inline-block;
    margin: 0 5px;
}

.attached-item-num {
    font-size: 15px;
    line-height: 20px;
    color: #444 !important;
    padding: 0px 12px;
    text-align: center;
    float: right;
    line-height: 31px;
    font-weight: normal;
    display: inline-block;
    cursor: default;
}

.gallery-items {
    display: inline-block;
    /* max-height: 150px; */
    float: left;
    width: 110px;
    height: 95px;
    margin-bottom: 10px;
    margin-right: 6px;
}

    .gallery-items img {
        width: 110px;
        height: 95px;
    }

.contentitem {
    padding: 30px 0;
}

.contentitem_pic {
    text-align: center;
    margin-bottom: 15px;
}

.about a.about-logo {
    overflow: hidden;
}

section#Services {
    background-color: #B4B6B8;
}

.about h3 {
    color: #444;
}

.about.box p, .about.box p * {
    color: rgb(77, 77, 77) !important;
}

.btn-user:focus,
.btn-user:active {
    color: #89D6DB !important;
}
/*Responsive*/

@media only screen and (max-width: 930px) {
    #USERMENU button {
        margin-left: 10px !important;
    }

    #navigation ul#nav:not(.dropdown-menu) {
        display: none !important;
    }

    #pagetop {
        padding: 0;
    }

    .top_details {
        line-height: 33px;
    }

    #USERMENU {
        display: block !important;
    }

    .user_Div {
        display: none !important;
    }

    .top-social-media {
        margin-top: 0px !important;
    }

    .logo {
        max-width: 78px;
        height: auto;
    }




    .navigation .logo a {
        display: inline-block;
        margin-top: 6px;
    }

    .navigation .logo img {
        max-width: none;
    }

    a.mobile-menu {
        padding-top: 14px;
        position: absolute;
        top: -75px !important;
    }
}

@media only screen and (min-width: 931px) {
    #navigation ul#nav:not(.dropdown-menu) {
        display: block !important;
    }

    #USERMENU {
        display: none !important;
    }

    .user_Div {
        display: block !important;
    }

    /*.top-social-media a {
        margin-top: -3px;
    }*/
}

@media (max-width:930px) and (min-width:669px) {
    #navigation ul.nav.dropdown-menu.fullwidth {
        position: relative;
        top: -32px !important;
        margin: 0 !important;
        padding: 0;
    }
}

@media only screen and (max-width: 670px) {
    #navigation ul.nav.dropdown-menu.fullwidth {
        position: relative;
        top: -53px !important;
        margin: 0 !important;
        padding: 0;
    }
}

.mobile-drop .dropdown-menu {
    top: 17px !important;
}

@media only screen and (min-width: 640px) {

    a.mobile-menu {
        padding-top: 14px;
    }
}

@media only screen and (max-width: 800px) {
    /*.pagetop .right,
    .pagetop .left {
        width: auto !important;
        margin: 5px auto;
        text-align: center;
    }*/

    .user_Div {
        /*float: none !important;*/
        display: inline-block;
    }

    .contact_Div {
        float: none !important;
        display: inline-block;
    }

    .top-social-media {
        margin-top: 5px;
    }

    .btn-user {
        margin-left: 10px !important;
    }

    .content.pagetop {
        max-width: 95%;
    }
}


@media only screen and (max-width: 670px) {
    /*.navigation .logo {
        float: none !important;
        margin-right: 0;
        margin: 0 auto;
        position: absolute;
        left: auto;
        margin-left: 0;
    }*/
    .navigation .logo a img {
        height: 50px;
    }

    .navigation .logo a {
        margin-top: 5px;
    }

    a.mobile-menu {
        padding-top: 0 !important;
        top: -80px !important;
    }

    #navigation {
        height: 60px;
        position: relative;
        clear: both;
        float: none;
        margin: 0;
        padding: 0;
    }
}

@media only screen and (max-width:490px) {
    .hide_small {
        display: none !important;
    }

    .show_small {
        display: block !important;
    }

    .pagetop .languages {
        margin: 0 !important;
    }

    .pagetop .right {
        min-width: 120px !important;
    }

    .navigation .logo {
        position: absolute;
        right: auto;
        left: auto;
        margin: 0 !important;
    }

        .navigation .logo a img {
            width: 90px;
            height: auto;
            margin-top: 10px;
            margin-left: 5px;
        }
}

@media only screen and (max-width: 230px) {
    .pagetop .left {
        width: 87px;
    }

    .pagetop .right {
        width: 110px;
    }
}
/*@media only screen and (max-width:407px) {
    .pagetop .right, .pagetop .left {
        margin: 0px auto 10px;
        text-align: center;
        width: 90% !important;
        float: none !important;
    }

    .content.pagetop {
        padding: 7px 0;
    }

    .pagetop .languages {
        margin: 0 !important;
    }

    .contact_Div {
        width: 98% !important;
        text-align: center;
        margin: 0 auto;
    }



    .revslide .rev-title-e {
        font-size: 12px;
    }

    h1.rev-text.rev-title-a {
        font-size: 17px !important;
    }
}*/

#USERMENU .dropdown-menu {
    background-color: rgb(64, 90, 107);
}

div#USERMENU {
    display: inline-block;
    top: 5px;
}

    div#USERMENU .dropdown-menu > li > a:hover, div#USERMENU .dropdown-menu > li > a:focus {
        color: #FFFFFF;
        text-decoration: none;
        background-color: rgba(110, 130, 144, 0.94);
        text-shadow: 0 0 1px #405A6B;
    }

#USERMENU button {
    font-size: 12px;
}

@media only screen and (max-width:640px) {
    .pagetop .right {
        min-width: 245px;
    }

    .pagetop .left {
        max-width: 150px;
    }
}

#navigation ul:not(.dropdown-menu) > li > ul:before {
    content: '';
    position: absolute;
    left: 0;
    top: auto;
    border-bottom: 3px solid red;
}

.pagination {
    display: inline-block !important;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    clear: both !important;
    width: 100% !important;
    text-align: center;
}

    .pagination > li {
        display: inline-block !important;
    }

.Topic_list > .item > .inner p {
    min-height: 120px;
}
