@media screen and (min-width: 1200px) {
    body {
        margin: 0px;
        background-color: #F7F7F7;
    }
}

@media screen and (max-width: 1199px) {
    body {
        margin: 0px;
        background-color: #F7F7F7;
        width: 1366px;
    }
}

.container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    font-size: 12px;
}

    .container .column,
    .container .columns {
        float: left;
        margin-left: 10px;
        margin-right: 10px;
    }

/* Footer beg ==========================*/
/* .footer p {
    color: #7f8c8d;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    background: #152C6D;
} */

.footer {
    background-color: #152C6D;
    color: white;
    margin-top: 40px;
    padding-bottom: 40px;
    float: left;
}

    .footer h3 {
        border-bottom: 1px dashed #4C4C4C;
        margin-bottom: 25px;
        padding-bottom: 10px;
        color: #E5E5E5;
    }

    .footer p {
        color: #999999;
    }

    .footer a {
        color: #FFFFFF;
        -webkit-transition: color 0.2s ease;
        transition: color 0.2s ease;
    }

        .footer a:hover {
            color: #04BFEA;
        }

.footer-top {
    overflow: hidden;
    padding: 36px 0 20px;
}

.twitter ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}

.twitter li {
    position: relative;
    padding: 0 0 18px 25px;
}

    .twitter li:before {
        content: "\f099";
        position: absolute;
        top: 2px;
        left: 0;
        font: 16px 'FontAwesome';
        color: #e2e2e2;
    }

.twitter span {
    display: block;
    margin: 2px 0 0;
}

.twit-date {
    font: 11px 'OpenSansItalic';
    color: #d3d3d3;
}

.footer-top .twitter a.link {
    color: #FFFFFF;
}

    .footer-top .twitter a.link:hover {
        color: #04BFEA;
    }

.twitter li:before {
}

.twitter .twit-date {
    color: #E2E2E2;
}

.latest-project {
    margin: 0 -5px 20px;
    font-size: 0px;
    letter-spacing: -.31em;
    word-spacing: -.43em;
}

.latest-project-item {
    display: inline-block;
    position: relative;
    z-index: 2;
    width: 62px;
    height: 62px;
    margin: 0 7px 7px !important;
    background: none;
    -webkit-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.latest-project a,
.latest-project img {
    position: relative;
    display: block;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
}

    .latest-project a:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }

    .latest-project a:hover:after {
        background: rgba(15, 16, 17, 0.5);
    }

    .latest-project a img {
        max-width: 100%;
    }

.latest-project.m-dark a {
    border-color: #2f3132;
}

    .latest-project.m-dark a:hover {
        border-color: #F64305;
    }

    .latest-project.m-dark a:after {
        background: rgba(0, 0, 0, 0.5);
    }

    .latest-project.m-dark a:hover:after {
        background: none;
    }

.contact li {
    margin-bottom: 8px;
}

.contact i:before {
    font-size: 14px;
    color: #ced3d5;
}

.footer .contact-mail a {
    color: #E2E2E2;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

    .footer .contact-mail a:hover {
        color: #04BFEA;
    }

.contact .contact-address i:before {
    font-size: 16px !important;
}

.social-icons-footer li {
    float: left;
    list-style: none;
}

    .social-icons-footer li a {
        display: block;
        font-size: 16px;
        color: #FFFFFF;
        margin-right: 18px;
    }

.footer-bottom {
    background-color: #152c6D;
    border-radius: 2px 2px 0 0;
    font-size: 0.916em;
    overflow: hidden;
    padding: 15px 0;
}

    .footer-bottom p {
        margin-bottom: 0;
    }

    .footer-bottom a {
        color: #FFFFFF;
        -webkit-transition: color 0.2s ease;
        transition: color 0.2s ease;
    }

        .footer-bottom a:hover {
            color: #0080cc;
        }

.footer-nav ul {
    float: right;
}

    .footer-nav ul li {
        float: left;
        list-style: none;
    }

        .footer-nav ul li a {
            font-size: 11px;
            color: #FFFFFF;
            padding: 0 18px;
            -webkit-transition: color 0.2s ease;
            transition: color 0.2s ease;
        }

.post iframe {
    margin: 0 10px 0 0;
}

.post .carousel {
    margin: 0;
    padding: 0;
}

.post h6 {
    margin: 15px 0 5px;
    text-align: left;
}

.post a {
    transition: color 0.2s ease 0s;
}

.post p {
    color: #797979;
}

p.info {
    color: #919191;
    font-family: 'OpenSansRegular';
    font-size: 11px;
    font-style: italic;
    text-align: left;
    margin-bottom: 10px;
}

    p.info a {
        color: #919191;
        font-family: 'OpenSansRegular';
        font-size: 11px;
        font-style: italic;
    }

/* Footer end ==========================*/
/* topbar
==========================*/

/*.am-container{
        max-width:1200px;
}*/

.logo {
    float: left;
    width: 150px;
    margin-left: 52px;
    position: absolute;
    margin-top: -9px;
}

    .logo div {
        height: 25px;
    }

.am-topbar {
    margin-bottom: auto;
}

.am-nav-pills > li + li {
    margin-left: 30px;
    margin-top: 0;
}

.am-topbar {
    background: #152C6D;
    border-style: solid;
    /*border-color: transparent;*/
    margin-bottom: auto;
    width: 100%;
    color: white;
    z-index: 999;
}

.am-nav-pills > li + li {
    margin-left: 30px;
    margin-top: 0;
}


.am-topbar-nav > li > a:hover:after {
    opacity: 1;
    border-bottom-color: transparent;
}

.am-topbar a {
    color: white;
}

.am-topbar-nav > li.am-active > a,
.am-topbar-nav > li.am-active > a:focus,
.am-topbar-nav > li.am-active > a:hover {
    color: white;
}

.am-dropdown-content {
    background-color: #152C6D;
}

    .am-dropdown-content:before {
        border-bottom-color: #152C6D;
        bottom: 0;
    }




    .am-dropdown-content:after {
        display: none;
    }

.am-topbar-nav > li > a:after {
    display: none;
}

ul.am-dropdown-content > li > a {
    color: white;
}

.am-nav > li > a:focus,
.am-nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}


.am-btn-secondary {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

    .am-btn-secondary:focus,
    .am-btn-secondary:hover {
        background-color: transparent;
    }

    .am-btn-secondary.am-active,
    .am-btn-secondary:active,
    .am-btn-secondary:focus,
    .am-btn-secondary:hover,
    .am-dropdown.am-active .am-btn-secondary.am-dropdown-toggle {
        color: #fff;
        border-color: transparent;
    }



.content {
    background: white;
    color: #101010;
    text-align: center;
}

.am-slider-default .am-control-nav li a {
    width: 50px;
    height: 3px;
}

.am-slider-default .am-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

    .am-slider-default .am-control-nav li a.am-active {
        background-color: white;
        cursor: default;
    }

.am-slider-default .am-direction-nav a:before {
    font-size: 250% !important;
    content: "\f053";
}

.am-slider-default .am-direction-nav a.am-next:before {
    font-size: 250% !important;
    content: "\f054";
}


/* footer */
.layout-footer .footer {
    width: 100%;
    background-color: #152C6D;
    min-width: 1200px;
}

    .layout-footer .footer .footer_main--column_title {
        color: #fff;
        font-size: 16px;
        line-height: 29px;
        font-weight: 700;
        display: block;
    }

    .layout-footer .footer .footer_navigation--item {
        display: block;
        position: relative;
        padding: 0px 25px 12px 0;
        text-align: left;
    }

    .layout-footer .footer .footer_navigation--link {
        color: #fff;
        font-size: 12px;
        line-height: 22px;
    }

    .layout-footer .footer .footer_main--column {
        margin: 50px 0 0;
    }

    .layout-footer .footer .footer_navigation {
        padding: 6px 15px 0 0;
    }

    .layout-footer .footer .footer_contact_info--item i {
        display: block;
        position: absolute;
        left: -2px;
        top: 12px;
    }

    .layout-footer .footer .footer_contact_info {
        padding: 5px 0 0;
    }

    .layout-footer .footer .footer_contact_info--item {
        padding: 10px 0;
        position: relative;
        color: #fff;
        font-size: 15px;
        line-height: 25px;
        list-style: none;
    }

/*@media (min-width: 1200px) {*/
/*.container {
        min-width: 1200 !important;
        margin: 0 auto;
    }*/
/*}*/

@media only screen and (min-width: 641px) {
    [class*=am-u-] {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

@media only screen and (min-width: 641px) {
    .am-u-md-2 {
        width: 14%;
    }
}

@media only screen and (min-width: 641px) {
    .am-u-md-3 {
        width: 22%;
    }
}

li {
    list-style: none;
}

[v-cloak] {
    display: none !important;
}

.section {
    float: left;
    width: 100%;
}


.queryrow {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 45px;
    padding: 10px;
}

    .queryrow .sort {
        float: left;
        width: 100px;
    }


    .queryrow .total {
        float: right;
        margin-right: 100px;
    }

    .queryrow .conditionname {
        float: left;
        width: 50px;
        padding-top: 20px;
    }

    .queryrow .condition {
        float: left;
        text-align: center;
        width: 90%;
    }

        .queryrow .condition li {
            min-width: 80px;
            float: left;
            cursor: pointer;
            margin: 10px;
            height: 40px;
            padding-top: 10px;
        }

/*.queryrow .condition li:hover {
        color: #152C6D;
        box-shadow: 1px 1px 1px lightgray;
    }*/

.ckcondition {
    float: left;
    margin: 5px;
    min-width: 160px;
    border: 1px dashed #cccccc;
    text-align: center;
    border-radius: 4px;
    /*background: #e5e5e5;*/
}

    .ckcondition span {
        color: #999;
        float: left;
    }

    .ckcondition .undel {
        float: right;
        margin-right: 10px;
        cursor: pointer;
        font-size: 15px;
        font-weight: bold;
        display: none;
    }

.ckcondition .del {
    float: right;
    margin-right: 10px;
    cursor: pointer;
    /* font-size: 15px; */
    /* font-weight: bold; */
    /* color: #152C6D; */
}

    .ckcondition .info {
        float: left;
        padding-top: 1px;
        padding-left: 10px;
    }


.datarow {
    float: left;
    min-height: 55px;
    width: 100%;
    padding-top: 20px;
    border-bottom: solid 1px #eeeff0;
    padding: 10px;
}

    .datarow div {
        float: left;
    }


.infopage {
    width: 30px;
    height: 30px;
    border: solid 1px lightgray;
    box-shadow: 1px 1px 1px white;
    color: #101010;
    padding-left: 11px;
    float: left;
    margin: 10px;
    padding-top: 5px;
    cursor: pointer;
}

.infopageck {
    color: white;
    background: #152C6D;
}

.datarow .name {
    width: 300px;
    word-break: break-word;
    margin-right: 100px;
}

.datarow .address {
    width: 30%;
    word-break: break-word;
}

.datarow .score {
       width: 150px;
    margin-left: 125px;
}

.datarow .age {
    width: 150px;
}

.datarow .category {
        width: 100px;
    margin-left: 50px;
}
