@media all and (min-width:371px) {
    .mobile-only-ad {
        display: none;
    }
}

@media all and (min-width: 321px) and (max-width: 767px) {
    body {
        overflow-x: hidden;
        overflow-y: auto;
    }    

    body.mobile-menu-enabled {
        overflow: hidden;
    }
    #pom-profile-picture, #pom-profile-race-list, .two-column, .pom-login, .pom-searchform, .pom-instructions
{
    width: 100%;
    float: none;
    margin: 0px;
}

#pom-profile-picture .upme-main, #pom-profile-picture .upme-right
{
    display: none;
}

#mapWrapper
{
    display: none !important;
}

.circle-wrapper
{
    width: 50px;
    height: 100px;
}
.circle
{
    border-width: 5px;
    height: 50px;
}

    .wrapper {
        width: 95%;
    }

    body.mobile-menu-enabled .boxed {
        margin-left: 200px;
    }

    .boxed {
        margin-top: 40px;
        width: 100%;
        -moz-transition: margin-left 0.3s;
        -webkit-transition: margin-left 0.3s;
        -o-transition: margin-left 0.3s;
    }

    .header .main-menu.wrapper {
        display: block;
        margin: 0px;
        position: fixed;
        top: 0px;
        left: -200px;
        width: 200px;
        background: #232323;
        height: 100%;
        z-index: 20;
        overflow: hidden;
        overflow-y: auto;
    }
    /*  */

    .main-menu ul.main-menu-ul {
        display: block;
        width: 200px;
        height: auto;
        white-space: normal;
    }

    .main-menu ul.main-menu-ul li {
        display: block;
        width: 100%;
        height: auto;
        box-shadow: none;
    }

    .main-menu ul.main-menu-ul > li > a {
        margin: 0px;
        margin-left: 4px;
        box-shadow: none!important;
    }

    .main-menu ul.main-menu-ul > li > a:before {
        display: block;
        height: 1px;
        top: -1px;
    }

    .main-menu ul.main-menu-ul li ul {
        position: inherit;
        display: inline;
        top: auto;
        left: auto;
        width: auto;
    }

    .main-menu ul.main-menu-ul li ul li {
        display: block;
        float: none;
        position: inherit;
        background: #232323;
    }

    .main-menu ul.main-menu-ul li ul li a {
        padding-left: 15px!important;
    }

    .main-menu ul.main-under-menu-ul {
        display: block;
        width: 200px;
        height: auto;
        white-space: normal;
    }

    .main-menu ul.main-under-menu-ul li {
        display: block;
        width: 100%;
        border: 0px;
    }

    .main-menu ul.main-under-menu-ul li a {
        border: 0px;
        color: #f0f0f0;
        border-top: 1px solid rgba(255,255,255,0.15);
        font-size: 12px;
        padding-left: 15px!important;
    }

    .main-menu ul.main-under-menu-ul li:hover a {
        color: #4a4a4a;
        background: rgba(255,255,255,0.9);
    }
    /*  */

    body .header .main-menu.wrapper {
        -moz-transition: left 0.3s;
        -webkit-transition: left 0.3s;
        -o-transition: left 0.3s;
    }

    body.mobile-menu-enabled .header .main-menu.wrapper {
        left: 0px;
    }

    .header .main-menu.this-floating {
        display: none!important;
    }

    body.mobile-menu-enabled .themobile-top {
        left: 200px;
    }

    .themobile-top {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 10;
        background: #232323;
        width: 100%;
        height: 40px;
        -moz-transition: left 0.3s;
        -webkit-transition: left 0.3s;
        -o-transition: left 0.3s;
    }

    .themobile-top .mobile-menu-toggle {
        display: block;
        float: left;
        color: #fff;
        font-size: 12px;
        padding: 10px 14px;
        text-shadow: 0px 1px 0px #000;
        text-transform: uppercase;
        font-weight: bold;
        box-shadow: inset -1px 0px 0px rgba(255,255,255,0.07);
    }

    .themobile-top .mobile-menu-toggle .icon-text {
        font-size: 20px;
        display: inline-block;
        padding-right: 10px;
    }

    .themobile-top .mobile-menu-toggle:hover {
        background: rgba(255,255,255,0.2);
    }

    .header-banner img {
        width: 100%!important;
        height: auto!important;
    }

    .header .breaking-message strong {
        white-space: nowrap;
        padding-right: 10px;
    }

    .header .header-content > div.header-info {
        display: none;
    }

    .header > .wrapper:first-child {
        overflow: hidden;
        border-bottom: 1px dotted #b2b2b2;
    }

    .header .search-box {
    }

    #color-select {
        display: none;
    }

    .content-box .content-box-sidebar {
        display: block;
        width: 100%;
        padding-left: 0px;
    }

    .content-box .content-box-sidebar.the-one-that-stays {
        display: block;
        width: 100%;
        padding-left: 0px;
    }

    .parallax-slider {
        height: auto;
    }

    .content-box {
        width: auto;
        margin: 0px auto;
        display: block;
    }

    .content-box .content-box-main {
        display: block;
        overflow: hidden;
    }

    .footer .footer-content .footer-block:nth-child(2) {
        display: none;
    }

    .footer .footer-content .footer-block:nth-child(3) {
        display: none;
    }

    .footer .footer-content .footer-block:first-child {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer .footer-content .footer-block:last-child {
        display: none;
    }

    .footer .footer-content {
        width: 100%;
        padding: 20px 0px;
    }

    .footer .footer-content .footer-block {
        padding-left: 2%;
    }

    .footer .footer-content .footer-block .footer-set {
        width: auto;
    }

    .header .header-top ul li {
        display: inline-block;
        float: none;
    }

    .header .header-top ul {
        float: none;
    }

    .header .header-top ul:first-child {
        padding-bottom: 6px;
        border-bottom: 1px dotted #b2b2b2;
        margin-bottom: 10px;
    }

    .header .header-top ul:nth-child(2) {
        height: 14px;
    }

    .main-menu ul.main-menu-ul > li > a {
        padding: 14px 10px;
    }

    .main-menu ul.main-menu-ul li ul li a {
        padding: 10px 10px;
        border: 0px;
        border-top: 1px dotted rgba(255,255,255,0.14);
    }

    .main-menu ul.main-menu-ul li a span:after {
        display: none;
    }

    .main-menu ul.main-under-menu-ul li a {
        padding: 10px 8px 10px 8px;
    }

    .article-navigation-left, .article-navigation-right {
        display: none;
    }

    .article-soc-likes .social-icon > a:hover {
        width: 21px;
        padding: 0px;
    }

    .photo-gallery-content .photo-gallery-layer .photo-tile {
        display: inline-block;
        height: auto!important;
        width: 28%!important;
        height: auto;
        overflow: hidden;
        margin-left: 10px;
        margin-right: 10px;
        float: none;
        text-align: left;
    }

    .photo-gallery-content .photo-gallery-layer .photo-tile a {
        width: 100%!important;
    }

    .photo-gallery-content .photo-gallery-layer .photo-tile img {
        width: 100%!important;
        height: auto!important;
        background-size: auto;
        background-position: center;
    }

    .photo-tile .gallery-title span {
        display: none;
    }

    .photo-gallery-content, .photo-gallery-content .photo-gallery-layer {
        width: 100%;
        text-align: center;
    }

    .photo-gallery-line .actual-photo-line {
        width: auto;
    }

    .single-photo-content .single-photo-frame img {
        width: auto;
        max-width: 100%;
        height: auto;
    }

    .content-main-title h2 {
        max-width: 80%;
    }

    .photo-gallery-line .actual-photo-line::-webkit-scrollbar {
        display: none;
    }

    .photo-gallery-line .actual-photo-line {
        overflow-x: auto;
        margin: 0px;
    }

    .photo-gallery-line .actual-photo-line ul {
        width: auto;
        white-space: nowrap;
    }

    .photo-gallery-line .actual-photo-line ul li {
        display: inline-block;
        float: none;
    }

    .photo-gallery-line > .icon-text.photo-line-arrow-right, .photo-gallery-line > .icon-text.photo-line-arrow-left {
        display: none;
    }

    .content-without-middle .left-side {
        width: 100%!important;
        max-width: 506px!important;
        margin: 0px auto;
    }

    .content-with-middle .left-side {
        width: 100%!important;
        max-width: 506px!important;
        margin: 0px auto;
    }

    .content-with-middle .middle-side {
        display: none;
    }

    .footer .footer-copy p {
        display: block;
        float: none;
    }

    .footer .footer-copy p:first-child {
        padding-bottom: 6px;
    }

    .header .header-weather .weather-report {
        margin-right: 0px;
    }

    .content-with-middle .left-side {
        display: block;
    }

    .left-article-block > .article-photo {
        width: 100%;
    }

    .left-article-block > .article-photo a, .left-article-block > .article-photo img {
        width: 100%!important;
        display: block!important;
        max-width: 506px;
        margin: 0px auto;
    }

    .setborder {
        box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.2);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: center;
        background-color: #232323;
    }

    a:hover .setborder {
        background-size: auto;
        background-position: center;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .triple-article > div.triple-article-single > div {
        max-width: 152px;
        width: 90%;
    }

    .triple-article > div.triple-article-single > .article-photo, .double-article > div.double-article-single > div.article-photo, .double-left-article > div.double-article-single > div.article-photo, .category-right-block .article-photo, .content-blog .article-block-big-image .article-photo {
        overflow: hidden;
        margin-bottom: 8px;
        padding-bottom: 0px;
    }

    .triple-article > div.triple-article-single > div.article-photo a, .triple-article > div.triple-article-single > div.article-photo a img {
        max-width: 152px;
        width: 100%!important;
        height: auto!important;
    }

    .left-banner-block {
        display: block;
        width: 100%!important;
        height: auto!important;
    }

    .left-banner-block img {
        width: 100%!important;
        height: auto!important;
    }

    .double-article > div.double-article-single > div {
        max-width: 243px;
        width: 96%;
    }

    .double-article > div.double-article-single > div.article-photo a, .double-article > div.double-article-single > div.article-photo a img {
        max-width: 243px;
        width: 100%!important;
        height: auto!important;
    }

    .double-left-article > div.double-article-single:first-child {
        width: 67%!important;
        max-width: 329px;
    }

    .double-left-article > div.double-article-single:last-child {
        width: 27%!important;
        max-width: 152px;
    }

    .double-left-article > div.double-article-single:first-child > div.article-photo a, .double-left-article > div.double-article-single:first-child > div.article-photo a img {
        max-width: 329px;
        width: 100%!important;
        height: auto!important;
    }

    .double-left-article > div.double-article-single:last-child > div.article-photo a, .double-left-article > div.double-article-single:last-child > div.article-photo a img {
        max-width: 152px;
        width: 100%!important;
        height: auto!important;
    }

    .double-left-article > div.double-article-single > div.article-photo {
        width: 96%;
    }

    .category-block > div:first-child {
        width: 150px;
    }

    .category-left-block .article-block .article-photo img {
        display: block;
        width: auto;
        max-width: 100%;
        height: auto;
    }

    .category-right-block .article-photo a, .category-right-block .article-photo img {
        width: 100%!important;
        max-width: 410px;
        height: auto!important;
    }

    .header .header-weather .weather-report {
        padding: 0px;
    }

    .header .header-weather .weather-report .weather-image {
        background: none!important;
    }

    .article-option-line .right {
        display: none;
    }

    .the-article-content .article-photo {
        display: block;
    }

    .the-article-content .article-photo img {
        width: 100%!important;
    }

    .article-main-content iframe {
        width: 100%;
    }

    .article-main-content .image-caption, .article-main-content .image-caption img {
        max-width: 100%;
    }

    .article-main-content .photo-gallery-shortcode, .article-main-content .photo-gallery-shortcode ul, .article-main-content .photo-gallery-shortcode ul li, .article-main-content .photo-gallery-shortcode ul li img {
        max-width: 100%;
    }

    .content-main-title .top-right-corner { /*display:block;	float:none;	position:relative;	padding-top:10px;	width:100%;*/
        display: none;
    }

    .article-main-content .youtube-video a:before {
        margin-left: -40%;
    }

    .article-main-content .youtube-video img {
        max-width: 100%;
    }

    .article-main-content blockquote.style-3 {
        margin: 30px 0px 30px 0px;
    }

    .article-main-content blockquote, .article-main-content blockquote.style-1 {
        padding-right: 24px;
    }

    .article-main-content .tabbed-block .tabbed-header a {
        font-size: 10px;
        white-space: nowrap;
        display: inline-block;
        float: none;
        margin-right: -4px;
    }

    .article-main-content .tabbed-block .tabbed-header {
        overflow-x: auto;
        white-space: nowrap;
    }

    .content-blog .article-block-small-image .article-content .article-photo, .content-blog .article-block-small-image .article-content .article-text {
        display: none;
    }

    .content-blog .article-block-small-image .article-content .category-event, .content-blog .article-block-small-image .article-content .event-category {
        display: block;
        width: 100%;
        float: none;
    }

    .content-blog .article-block-big-image .article-photo, .content-blog .article-block-big-image .article-photo img {
        width: 240px!important;
        height: 180px!important;
    }

    .paragraph-double .comment-form form p {
        width: auto;
        max-width: 100%;
    }

    .paragraph-double .comment-form form input[type=text], .paragraph-double .comment-form form textarea {
        width: 88%;
    }

    .header .header-top ul::-webkit-scrollbar {
        display: none;
    }

    .header .header-top ul {
        overflow-y: hidden;
        overflow-x: auto;
        white-space: nowrap;
    }

    .header .header-top ul li {
        display: inline-block;
        float: none;
    }

    .header .header-content > div.header-weather {
        display: none;
    }

    .header .header-content > div.header-logo {
        text-align: center;
    }

    .header .header-content > div.header-logo h1 {
        display: inline-block;
    }

    .header .header-top ul li a {
        font-size: 10px!important;
    }

    .ul.sitemap-list ul {
        margin-top: 4px!important;
    }
}

@media all and (max-width: 565px) {
    .header .header-content {
        display: block;
        width: 100%;
    }

    .header .header-content > div {
        display: block;
    }
.header-search
{
    text-align: left;
    margin-top: 20px;
}
}