* {
    box-sizing: border-box;
}

body {
    padding: 30px;
}

#logo {
    position: relative;
}

#logo img {
    width: 100%;
}

#logo #beta {
    position: absolute;
    top: 10px;
    right: 25px;
}

header {
    background: #eee;
}

#logo {
    padding: 20px 25px 10px;
    border-right: 5px #fff solid;
    width: 100%;
    max-width: 235px;
    float: left;
    font-size: 12px;
}

#logo a {
    display: block;
    padding-right: 30px;
}

nav a {
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    padding: 15px 22px;
    border-right: 5px #fff solid;
    display: block;
    float: left;
    text-decoration: none !important;
    font-size: 14px;
}

#registration {
    float: right;
    padding: 13px 21px 14px 21px;
    border-left: 5px #fff solid;
    font-family: Oswald, sans-serif;
    min-height: 59px;
}

.api_button {
    background: #3C3F49 !important;
    color: #FFF !important;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    text-shadow: none !important;
    border: none !important;
    border-radius: 2px !important;
}

.api_button:hover, .api_profile a:hover {
    color: #E35C2B !important;
}

main {
    padding: 0 25px;
    padding-bottom: 20px;
}

#breadcrumb {
    padding-left: 26px;
    padding-top: 20px;
    font-family: Oswald, sans-serif;
}

.btn-primary {
    background: OrangeRed !important;
    border: none !important;
    /* border-radius: 2px !important; */
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
}

.btn-primary:hover {
    background-color: #3C3F49 !important;
    color: #ffffff;
}

footer {
    background: #eee;
}

#copyrights {
    float: left;
    padding: 20px 25px;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
}

#footermenu {
    float: right;
}

#footermenu a {
    padding: 20px 25px;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    border-left: 5px #fff solid;
    display: block;
    float: left;
    text-decoration: none !important;
}

#socials {
    background: #eee;
}

#socials h2 {
    padding: 5px 25px;
    display: block;
}

#socials a {
    padding: 50px 25px;
    border-right: 5px #fff solid;
    border-bottom: 5px #fff solid;
    border-top: 5px #fff solid;
    display: block;
    float: left;
    width: 20%;
    text-decoration: none !important;
    text-align: center;
    color: #666;
    font-size: 60px;
}

#socials a:nth-child(5) {
    border-right: 0;
}

a {
    text-decoration: none !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

a {
    color: #3C3F49;
}

.news-detail a {
    color: #E35C2B;
}

a:hover {
    color: #E35C2B;
}

#socials a:hover {
    color: #6C6F79;
}

.news-item img {
    width: 100%;
    max-width: 250px;
    height: auto;
}

div.news-list img.preview_picture {
    margin-right: 20px;
}

div.news-detail img.detail_picture {
    max-width: 50%;
    height: auto;
    margin-right: 20px;
}

#nameplace {
    font-size: 48px;
    max-width: 60%;
    margin-bottom: 25px;
}

.news-detail {
    /*max-width: 1200px;*/
    margin: 0 auto;
}

.row {
    width: 100%;
    margin-bottom: 15px;
    display: inline-block;
}

.info-place {
    width: 33.33%;
    float: left;
}

.owl-carousel {
    max-height: 600px;
}

.item {
    width: calc(25% - 30px);
    min-height: 400px;
    margin-right: 25px;
    margin-bottom: 25px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.item img {
    height: 100%;
}

#carousel {
    /* margin: 0 auto; */
    margin-right: -30px;
}

.social {
    list-style: none;
}

.social ul {
    display: inline-block;
    list-style: none;
    padding: 0;
}

.social ul li {
    display: inline-block;
    width: 30px;
    text-align: center;
    font-size: 22px;
}

#search_header {
    float: left;
    padding: 14.5px;
    border-right: 5px solid #fff;
    box-sizing: border-box;
}

#search_header input {
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    border: 3px solid rgb(190, 190, 190);
    background-color: #fbfbfb;
    line-height: 18px;
}

#search_header input:focus {

}

#search_header .gr {
    display: inline-block;
    position: relative;
}

#form-search .gr {
    display: inline-block;
    position: relative;
    width: 100%;
}

#search_header i {
    position: absolute;
    top: 11px;
    right: 12px;
    cursor: pointer;
}

#form-search .input-q {
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    border: 3px solid rgb(190, 190, 190);
    background-color: #fbfbfb;
    line-height: 18px;
}

#form-search i {
    position: absolute;
    top: 11px;
    right: 12px;
    cursor: pointer;
}

#topmenuorderbutton {
    color: #ffffff;
    background: OrangeRed;
}

#topmenuorderbutton:hover {
    background-color: #3C3F49 !important;
}

.catalog-section-list ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    font-family: Oswald, sans-serif;
    margin-bottom: 30px;
}

.catalog-section-list ul li {
    font-weight: 900;
}

.catalog-section-list ul li ul li {
    font-weight: 500;
}

/*
.catalog-section-list ul li {
	float: left;
	font-weight: 900;
	margin-right: 30px;
	display: block;
}
.catalog-section-list ul li ul li {
	float: none;
	font-weight: 500;
	margin-right: 0;
}
*/
.contentbtn {
    padding: 20px 25px;
    margin-left: 20px;
    margin-bottom: 20px;
    float: right;
}

.contentbtn.btn-primary {
    color: #fff;
}

.contentbtn.btn-secondary {
    background: lightgrey;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
}

.contentbtn.btn-secondary:hover {
    color: #3C3F49;
}

.video {
    width: calc(33.33% - 30px);
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.video iframe {
    border: 0;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper {
    margin-right: -30px;
}

.detail-text {
    max-width: 65%;
}

#navmainpage {
    float: left;
    width: 300px;
}

#mapmainpage {
    float: left;
    width: calc(100% - 300px);
    height: 2340px;
    background: silver;
    margin-top: 20px;
}

.news-list {
    font-family: Oswald, sans-serif;
}

.item-list {
    clear: left;
}

.item-list a {
    float: left;
    font-family: Oswald, sans-serif;
    font-size: 18px;
    font-weight: bold;
    max-width: 740px;
    display: inline-block;
}

.item-list a img {
    width: 200px;
    margin-right: 30px;
    margin-bottom: 25px;
}

.item-list span {
    display: block;
    width: 1000px;
    padding-top: 10px;
}

#location-chain {
    margin-bottom: 30px;
}

.navigation {
    clear: left;
}

.likely-big .likely__widget {
    display: block;
    border-radius: 0;
    height: 48px;
    padding: 7px 10px;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
}

.likely-big .likely__icon {
    margin-right: 8px;
}

#locationmap {
    /* float: left; */
    width: 100%;
    height: 1000px;
    background: silver;
    margin-top: 20px;
    /* margin-left: 30px; */
}

.location .likely-big .likely__widget {
    display: inline-block;
}

#locationplaces {
    width: 100%;
    /* float: left; */
}

#locationplaces .item-list span {
    width: auto;
    max-width: 610px;
    float: left;
    margin-bottom: 20px;
}

#locationplaces .item-list a {
    max-width: 610px;
}

#locationplaces .item-list a img {
    float: left;
}

.a u {
    text-decoration: none;
}

ul#list {
    list-style: none;
    padding: 0;
}

ul#list li {
    width: 20%;
}

ul#list li img {
    width: 100%;
}


.data-table {
    border-collapse: collapse;
}

.data-table:not(.not-border) tbody tr {
    border: 1px solid #ccc;
}

.data-table tbody tr td {
    padding: 10px 20px;
}

.data-table:not(.not-border) tbody tr td:not(:last-child) {
    border-right: 1px solid #ccc;
}

.data-table tfoot {
    margin-top: 10px;
}

.img-table-td {
    width: 220px;
}

.img-table {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 1004px) {
    #registration {
        border-left: none;
    }

    nav a {
        width: 100%;
    }

    #logo, nav a {
        border-right: none;
        border-bottom: 1px #ccc solid;
    }

    body {
        padding: 20px;
    }

    #logo {
        max-width: 100%;
    }

    #logo a {
        max-width: 298px;
        postion: relative;
    }

    #socials a {
        font-size: 20px;
    }

    .preview_text {
        clear: left;
        padding-top: 10px;
    }

    #nameplace {
        max-width: 100%;
        font-size: 38px;
        line-height: 40px;
    }

    div.news-detail img.detail_picture {
        max-width: 100%;
    }

    main {
        padding: 0;
    }

    .info-place {
        width: 100%;
    }

    .item {
        width: calc(50% - 30px);
        min-height: 130px;
    }

    .detail-text {
        max-width: 100%;
        font-size: 16px;
    }

    #footermenu {
        float: none;
    }

    #footermenu a {
        width: 100%;
        border-left: none;
        border-right: none;
        border-bottom: 1px #ccc solid;
    }

    #footermenu a:first-child {
        border-top: 1px #ccc solid;
    }

    #footermenu a:last-child {
        border-bottom: none;
    }
}

@media (max-width: 400px) {
    #socials a {
        font-size: 16px;
    }

    #logo {
        max-width: 100%;
    }
}
.photo-grid {
    margin-right: -30px;
}
.photo-grid .photo-preview {
    float: left;
    margin-bottom: 30px;
    margin-right: 30px;
    width: 31%;

}
.photo-grid .photo-preview img {
    width: 100%;
}
