/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (https://www.yootheme.com/license) */

@import url(http://phoenixpetexpo.com/templates/yoo_revista/warp/css/responsive.css);
.container {
    width: 100%;

}
.row {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
}

.col-sm-3 {
    position: relative;
    width: 100%;
    min-height: 1px;
    text-align: center;
}
.col-sm-4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    text-align: center;
}
.col-sm-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    text-align: center;
}
.clear {
    clear: both;
}
.mb-1 {
    margin-bottom: 10px;
}
.mb-2 {
    margin-bottom: 20px;
}
.img-responsive {
    max-width: 100%;
}
.grid-box img, .banneritem img {
    max-width: 100%;
    
}
/* Searchbox colors for Yoo Inspire */
#header-responsive .searchbox input { color: #666; }
#header-responsive .searchbox input:-moz-placeholder,
.searchbox input::-webkit-input-placeholder,
.searchbox input.placeholder { color: #333; }

/* Breakpoints
----------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) {
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
        text-align: center;
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        text-align: center;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
        text-align: center;
    }
    .container {
        width: 80%;
        margin: 0 auto;
    }
}

/* All except large Screens */
@media (max-width: 1220px) {

}

/* Only Phones and Tablets (Portrait) */
@media (max-width: 959px) {

    /* Modules */
    #sidebar-a .grid-v:first-child > .mod-line:before,
    #sidebar-b .grid-v:first-child > .mod-line:before { display: block; }
}

/* Only Tablets (Portrait) */
@media (min-width: 768px) and (max-width: 959px) {

}

/* Only Tablets (Portrait) and Phones (Landscape) */
@media (min-width: 480px) and (max-width: 959px) {

    /* Layout */
    #menubar #search { display: none; }
    
    .sidebars-1 #sidebar-a:before,
    .sidebars-1 #sidebar-b:before,
    .sidebars-2 #sidebar-b:before { display: none; }

    /* Modules */
    .grid-h:not(.width33):nth-child(odd) > .mod-line:before { display: none; }

    .grid-h.width25:first-child > .mod-line:before {
        display: block;
        top: auto;
        bottom: -20px;
        left: 0;
        right: 0;
        width: 200%;
        padding: 0 20px;
        border-width: 1px 0 0 0;
    }
}

/* Only Phones */
@media (max-width: 767px) {

    #header { border-bottom-width: 0; }

    #toolbar,
    #headerbar,
    #logo,
    #menu,
    #menubar,
    #breadcrumbs,
    #totop-scroller { display: none; }
}

/* Only Phones (Landscape) */
@media (min-width: 480px) and (max-width: 767px) {

}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

    /* Layout */
    #sidebar-a:before,
    #sidebar-b:before { display: none; }

    /* Modules */
    .grid-h .mod-line:before {
        display: block;
        top: -20px;
        bottom: auto;
        left: 0;
        right: 0;
        border-top-width: 1px;
    }

    /* System */
    #system .items .item,
    #system .items .item:first-child {
        margin-top: 12px;
        padding-top: 18px;
        border-top-width: 1px;
    }

    #system .items :first-child .item:first-child {
        margin-top: 0;
        padding-top: 0;
        border-width: 0;
    }

    #system .items .leading .item {
        margin-bottom: 0;
        padding-bottom: 0;
        border-width: 0;
    }
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }