h3 {
    font-family: Museo-700, sans-serif;
}

#cnr_header_top_margin {
    height: 0;
}

@media (max-width: 650px) {
    #cnr_header_top_margin {
        height: 80px;
    }
}

/****************************************
*									PLATFORMS
****************************************/

#landing_scroll_down_target {
    position: absolute;
    height: 50px;
    top: -50px;
}

#platforms {
    position: relative;
    margin: 15px 0;
    padding: 0 10px;
    display: table;
    width: 100%;

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.platform {
    font-family: 'Museo-900', sans-serif;
    font-size: 20px;

    display: table-cell;
    width: 48%;
    text-align: center;
    vertical-align: middle;
}

.platform img {
    vertical-align: middle;
    padding-left: 10px;
}

.platform a {
    color: black;
}

/****************************************
*									PROMO
****************************************/

#cnr_promo_wrapper {
    padding-top: 80px;
    position: relative;
    background-color: #eee;
}

#cnr_promo {
    position: relative;
    display: table;
}

#video_wrapper {
    display: table;
    position: relative;
    margin: 0 auto;
}

#video_wrapper video {
    width: 100%;
}

.cnr_swirl_wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1000;
}

.cnr_swirl_top_middle {
    width: 100%;
    height: 100%;
    background-color: #eeeeee;
    display: table-cell;
}

.cnr_swirl_bottom_right {
    background-image: url(../images/shared/corner_bottom_right/grey.png);
}

.cnr_swirl_bottom_left {
    background-image: url(../images/shared/corner_bottom_left/grey.png);
}

/****************************************
*              CATEGORY
****************************************/

#catalog_category_selection {

}

.category_top_bar {
    position: relative;
    margin-top: -40px;
    margin-left: 25px;
    margin-right: 25px;
}

.category_button_bar {
    height: 40px;
    margin: 20px 25px;
}

.button.catalog {
    position: relative;
    width: 24%;
    margin: 0 4.1%;
    height: 100%;
    display: inline-block;
}

.button.catalog .left {
    display: inline-block;
    color: black;
    width: 65%;
    left: 10%;
    line-height: 42px;

}

.button.catalog .right {
    position: relative;
    float: right;
    margin-right: 5px;
    height: 100%;
    width: 20%;

    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
}

.button.catalog .right img {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.catalog_button_text {
    font-size: 22px;
    text-align: center;
    position: absolute;
    border: 0;
    background: transparent;
    left: 25px;
    height: 100%;
    width: 65%;
    outline: transparent !important;

    cursor: pointer;
}

.right.flipped {
    /*-webkit-transform: rotate(180deg);*/
    /*-moz-transform: rotate(180deg);*/
    /*-ms-transform: rotate(180deg);*/
    /*-o-transform: rotate(180deg);*/
    /*transform: rotate(180deg);*/

    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

#cnr_logo {
    max-width: 75%;
    max-height: 56%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);

}

#id_category_all {
    float: left;
    cursor: pointer;
    margin-right: 15px;
    margin-top: 17px;
}

.category_all_selected {
    /*text-decoration: underline;*/
}

.category_holder {
    display: inline-block;
    margin: -6% -1% 0 4%;
    width: 10%;
    padding-bottom: 10%;
    position: relative;
}

.category_orb {
    cursor: pointer;
    position: absolute;
    left: 2%;
    top: 2%;
    right: 2%;
    bottom: 2%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 8px solid white;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../images/home/cnr_button_pattern.png);
    background-size: contain;
    color: #ffffff;
}

.category_orb > img {
    display: block;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto -50% auto auto;
    transform: translate(-50%, -50%);
}

/* IE fix for image backgrounds, without fading */
@media screen and (min-width: 640px), screen\9 {
    .category_orb{
        background-image: url(../images/home/cnr_button_pattern.png);
    }
}

.category_orb p {
    text-align: center;
    font-family: MuseoSans-500, sans-serif;
    font-weight: 700;
    margin: 0;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.category_orb_selected {
    border: 2px solid black;
    margin: 17px 4px 0 8px;

    height: 20px;
    width: 20px;
}

#catalog_categories {

}

#catalog_search_wrapper {
    position: relative;
    float: right;
    display: table;
}

@media (max-width: 900px) {

    .category_top_bar {
        margin-left: auto;
        margin-right: auto;
    }

    .category_holder {
        margin: -7% -2% 0 3.3%;
        width: 12%;
        padding-bottom: 12%;
    }

    .category_orb {
        border: 8px solid white;
    }

    .category_button_bar {
        height: 40px;
        margin: 20px 0;
    }

    .button.catalog {
        margin: 0 1%;
        width: 30%;
        height: 70%;
    }

    .button.catalog .left {
        font-size: 14px;
        width: 85%;
        left: 5px;
        line-height: 29px;
    }
}

@media (max-width: 650px) {

    .category_holder {
        margin: -9% -3.5% 0 2.5%;
        width: 14%;
        padding-bottom: 14%;
    }

    .category_orb {
        border: 4px solid white;
    }
    /*.category_orb {*/
    /*left: 0;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*border: 4px solid white;*/
    /*}*/
    .button.catalog .right {

    }
}

/****************************************
*               CATALOG
****************************************/

.catalog_item .overlay {
    /*visibility: hidden;*/

    opacity: 0;

    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;

    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../images/shared/cnr_Pattern_White.png);

    background-size: 400px;

    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

/* IE fix for image backgrounds, without fading */
@media screen and (min-width: 640px), screen\9 {
    .catalog_item .overlay {
        background-image: url(../images/shared/cnr_Pattern_White.png);
    }
}

.catalog_item .overlay p {
    width: 75%;
    color: white;
    font-family: MuseoSans-500, sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    margin: 0 12.5%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.catalog_item_image:hover .overlay {
    /*visibility: visible;*/

    opacity: 1;

    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;

}

.catalog_item_image {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 96%;
}

#catalog_wrapper {
    /*width: 100%;*/
    width: 100vw;
    position: relative;
    overflow: hidden;

    /*-webkit-box-sizing: border-box; !* Safari/Chrome, other WebKit *!*/
    /*-moz-box-sizing: border-box;    !* Firefox, other Gecko *!*/
    /*box-sizing: border-box;         !* Opera/IE 8+ *!*/
}

/* Base: 1 column */
.catalog_item {
    float: left;
    background-color: #eeeeee;

    width: 100%;
    margin: 5px;

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */

    cursor: pointer;

    overflow: hidden;
    position: relative;
}

/*2 columns */
@media (min-width: 600px) {
    .catalog_item {
        width: 49%;
    }
}

/* 3 columns */
@media (min-width: 800px) {
    .catalog_item {
        width: 32%;
    }
}

/* 4 columns */
@media (min-width: 1000px) {
    .catalog_item {
        width: 24%;
    }
}

/* 5 columns */
@media (min-width: 1750px) {

    .catalog_item {
        width: 19.5%;
    }
}