@charset 'UTF-8';
/* CSS Document */

@font-face
{
    font-family: 'BebasNeue-webfont';

    src: url('/fonts/BebasNeue-webfont.ttf'),
    url('/fonts/BebasNeue-webfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/BebasNeue-webfont.woff') format('woff'), /* Modern Browsers */
    url('/fonts/BebasNeue-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('/fonts/BebasNeue-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

html
{
    -webkit-text-size-adjust: none;
}

body
{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 300;

    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;

    color: #222;
    background-color: #fff;
    background-image: url(/slices/backgroundoff.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
}

a:link
{
    text-decoration: none;

    color: #444;
}

a:visited
{
    color: #444;
}

a:hover
{
    opacity: .5;
    color: #444;

    filter: alpha(opacity=50);
}

a:active
{
    color: #444;
}

.clear
{
    clear: both;
}

.myaccout li
{
    font-size: 16px;

    margin-bottom: 5px;

    list-style: square;
}


/* HEADER STYLES */

.header
{
    overflow: hidden;

    width: 100%;
    height: 120px;

    letter-spacing: 1px;

    background-position: center top;
    background-position: top center;
}



.header .area_left
{
    float: left;

    width: 400px;
    height: auto;
    padding-top: 3px;

    text-align: left;
}



.header .area_right
{
    float: right;
    overflow: hidden;

    width: 550px;
    height: auto;
    margin-top: 5px;
    margin-right: 10px;
    padding: 5px;

    text-align: right;

    border: 0 solid red;
    -moz-border-radius: 15px;
         border-radius: 15px;
    background: rgba(0, 0, 0, .0);
}

.header .area_right a
{
    color: #222;
}


/* NAVIGATION STYLES */

.navigation_top
{
    font-size: 16px;

    height: auto;
    height: 23px;
    margin: auto;
    padding-top: 8px;
    padding-bottom: 8px;

    text-align: center;
    letter-spacing: 1px;

    border-top: 0 solid #ccc;
    border-bottom: 0 solid #ccc;
    background-color: #222; 
    background-position: top;
}

.navigation_top_inner
{
    overflow: hidden;

    width: 700px;
    margin: auto;

    text-align: center;

    border: 0 solid red;
}


.navigation_top_inner ul
{
    margin: 0;
    padding: 0;

    text-align: right;

    border: 0 solid red;
}
.navigation_top_inner li
{
    display: inline-block;

    margin: 0;
    margin-right: 10px;  
    margin-left: 10px;
    padding: 0;

    list-style: none;
}

.navigation_top a
{
    text-decoration: none;
    text-transform: capitalize;

    color: #fff;
    text-shadow: 0 1px 4px #000;
}



.navigation_side
{
    font-size: 16px;

    float: left;

    width: 145px;
    min-height: 400px;
    padding: 10px;

    text-align: center;

    background-color: #555;
}

.navigation_side .navigation_side_inner
{
    width: 125px;
    min-height: 380px;
    padding: 10px;

    background-color: #333;
}

.navigation_side ul
{
    margin: 0;
    padding: 0;
}

.navigation_side li
{
    display: block;

    margin: 0;
    margin: 10px;
    padding: 0;

    list-style: none;
}

.navigation_side  a
{
    text-decoration: none;
    text-transform: uppercase;

    color: white;
}



li.searchCategory
{
    font-size: 20px;

    padding: 5px;

    text-align: left;

    border-bottom: 2px solid;
}

li.searchMessage
{
    font-style: italic;
}

span.productTypeText
{
    font-size: 12px;
    font-style: italic;
}


/* PAGE STYLES */

.home-news-popup
{
    position: fixed;
    z-index: 1000000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
       -moz-box-sizing: border-box;    /* Firefox, other Gecko */
            box-sizing: border-box;         /* Opera/IE 8+ */
    width: 80vm; /* IE9 fallback */
    width: 80vmin;
    height: 80vm;
    height: 80vmin;
    margin: auto;

    border: 2em solid black;
    background: white;
}
.home-news-popup > #newsletterimg
{
    width: 100%;
    height: calc(100% - 67px);
}

.newsletterinput
{
    float: left;

    box-sizing: border-box;
    width: calc(25% - 5px) !important;
    padding: 15px;

    border: 1px solid darkgrey !important;
}

.newsletterinput
{
    margin-right: 10px;
}

.newsletter_input_container
{
    display: inline;
    float: left;

    width: 100%;
    margin: 1px 10px 1px 0;
}

.newslettersubmit
{
    width: calc(20% - 5px) !important;
    margin: 0 !important;

    background: #dd1098 !important;
}

.newsletter_close_button
{
    position: absolute;
    top: 0;
    right: 0;

    width: 30px;
    height: 30px;
    margin: 10px 10px 0 0;

    cursor: pointer;
}

.page
{
    height: auto;
    margin: auto;

    letter-spacing: 1px;

    background-repeat: repeat-y;
    background-position: center;
}

.page .inner-full-width
{
    height: auto;
    margin: auto;
}

.mobile-menu-icon
{
    width: 30px;
    height: 50px;
    margin-top: -3px;
    margin-left: 7px;

    background-image: url(/slices/menu.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.mobile-menu-container
{
    position: absolute;

    width: 100%;
}

.mobile-menu-container li
{
    list-style: none;

    text-align: left;
}

.mobile-menu
{
    position: absolute;

    display: none;

    width: 100%;
    margin-top: -17px;
    padding: 10px;

    color: white;
    background-color: #222;
    z-index: 9999999;
}

.top-level-menu-item
{
    font-size: 22px;

    min-height: 22px;
}

.sub-level-menu-item
{
    font-size: 16px;
}

.sub-level-menu
{
    display: none;
}

.home_banner
{
    position: absolute;
    z-index: -1000;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 256px;

    background-repeat: no-repeat;
    background-position: center;
}

.home_banner_mobile
{
    position: absolute;
    z-index: -1000;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 256px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.support-text-area
{
    width: 300px;
    height: 300px;
}

@media screen and (max-width: 767px)
{
    .page .inner
    {
        height: auto;
        margin: auto;
    }
    .store-filter
    {
        padding-bottom: 15px;

        text-align: center;

        border-bottom: 1px dashed #ccc;
    }

    .simpleColorContainer
    {
        width: 33px;
        margin-right: auto;
        margin-left: auto;
    }

    .profile_photo_sets
    {
        height: 240px;
        margin: 5px;
        padding: 0;

        text-align: center;

        border: 0 solid #222;
    }

    .profile_photo_sets_pic
    {
        overflow: hidden;

        width: 180px;
        height: 180px;
        margin: auto;
        margin-bottom: 10px;
    }

    .profile_photo_sets .price
    {
        font-size: 14px;

        color: #888;
    }

    .profile_video_pic
    {
        overflow: hidden;

        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        width: 180px;
        height: 130px;
        margin: auto;
        margin-bottom: 10px;

        border: 1px solid #ccc;
    }

    .store-container
    {
        float: left;

        width: 100%;
        min-height: 100px;

        border: 0 solid #ccc;
    }

    .header .inner
    {
        height: auto;
        margin: auto;

        border: 0 solid #fff;
        border: 0 solid red;
    }
    .item-description
    {
        width: 100%;

        text-align: center;

        border: 0 solid red;
    }

    .content_entry
    {
        margin: auto;
        padding: 20px;
        padding-bottom: 10px; 

        -moz-border-radius: 15px;
             border-radius: 15px;
        background: rgba(255, 255, 255, 1);
    }

    .profile_info
    {
        float: right;
        overflow: hidden;

        width: 100%;
        min-height: 232px;
        padding: 15px;

        color: #444;
        border: 0 solid #444;
        -moz-border-radius: 10px;
             border-radius: 10px;
        background: rgba(255, 255, 255, 1);
    }

    .profile_pics
    {
        float: left;
        overflow: hidden;

        width: 100%;
        min-height: 260px;

        border: 0 solid #600;
    }

    .profile_pic_1
    {
        overflow: hidden;

        width: 260px;
        height: 260px;
        margin-right: auto;
        margin-left: auto;
    }
    .about-container
    {
        padding: 15px;
    }

    .form_double
    {
        margin: auto;
        margin-top: 40px;
        padding: 5px;
        padding-top: 20px;

        -moz-border-radius: 10px;
             border-radius: 10px;
        background: rgba(255, 255, 255, 1);
    }

    .form_col_1
    {
        font-size: 14px;

        clear: both;

        min-height: 32px;
        padding-top: 8px;

        border: 0 solid #fff;
    }
    .form_col_2
    {
        min-height: 40px;

        border: 0 solid #fff;
    }

    .form_col_2 input
    {
        width: 90%;
    }

    .searchbox
    {
        position: absolute;
        top: 0;

        float: left;
        overflow: hidden;

        width: 140px;
        height: 22px;
        margin-left: 60px;
        padding: 0;

        text-align: right;

        border: 0 solid #fff;
        -moz-border-radius: 15px;
             border-radius: 15px;
        background-color: #666;
    }
    .searchbox input
    {
        display: inline-block;
        overflow: hidden;

        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;

        color: #fff;  
        border: 0 solid #ccc;
        background-color: #666;
    }

    .menu-item-carat
    {
        float: right;

        width: 20px;
        height: 20px;
        margin-right: 30px;

        background-image: url(/slices/caret_down.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .border-top-mobile-menu
    {
        margin-top: 10px;
        padding-top: 10px;

        border-top: solid 1px;
    }

    .active .menu-item-carat
    {
        background-image: url(/slices/caret_up.png);
    }

    ul.resultsList
    {
        position: absolute;
        z-index: 99999999;

        display: none;
        float: right;

        width: 345px;
        margin: 0;
        margin-top: -17px;
        padding: 0;
        padding-top: 10px;
        padding-bottom: 10px;

        text-align: right;

        color: white;
        border-radius: 3px;
        background-color: rgba(34, 34, 34, 1);
    }

    .resultsList li
    {
        display: block;

        margin: 0;
        margin-right: 10px;
        margin-left: 10px;
        padding: 0;

        list-style: none;
    }

    .resultsList a
    {
        text-decoration: none;
        text-transform: capitalize;

        color: #fff;
        text-shadow: 0 1px 4px #000;
    }
    .content_button
    {
        height: 50px;
        margin-top: 10px;
        margin-left: 10px; 

        border: 0 solid red;
    }

    .continue-shopping-form
    {
        text-align: center;
    }
    .continue-shopping-form input
    {
        width: 180px;
    }
    .voucher-code-container
    {
        text-align: center;
    }
    .cart-summary-container
    {
        font-size: 18px;

        text-align: center;
    }

    .support-text-area
    {
        width: 100%;
        height: 300px;
    }

    .page_col_1
    {
        float: left;

        width: 100%;

        text-align: center; 

        border: 0 solid #fff;
    }
    .page_col_2
    {
        float: left;

        width: 100%;

        text-align: center; 

        border: 0 solid #fff;
    }
}


@media screen and (min-width: 768px)
{
    .page .inner
    {
        width: 980px;
        height: auto;
        margin: auto;
    }
    .store-filter
    {
        float: left;

        width: 220px;
        min-height: 100px;
        margin-top: 20px;
        margin-right: 25px;

        border-right: 1px dashed #ccc;
    }

    .profile_photo_sets
    {
        display: inline-block;

        width: 220px;
        height: 240px;
        margin: 5px;
        padding: 0;

        text-align: center;

        border: 0 solid #222;
    }

    .profile_photo_sets_pic
    {
        overflow: hidden;

        width: 180px;
        height: 180px;
        margin: auto;
        margin-bottom: 10px;
    }

    .profile_photo_sets .price
    {
        font-size: 14px;

        color: #888;
    }

    .profile_video_pic
    {
        overflow: hidden;

        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        width: 180px;
        height: 130px;
        margin: auto;
        margin-bottom: 10px;

        border: 1px solid #ccc;
    }
    .store-container
    {
        float: left;

        width: 720px;
        min-height: 100px;

        border: 0 solid #ccc;
    }

    .header .inner
    {
        width: 980px;
        height: auto;
        margin: auto;

        border: 0 solid #fff;
        border: 0 solid red;
    }

    .item-description
    {
        float: right;

        width: 275px;

        text-align: left;

        border: 0 solid red;
    }

    .content_entry
    {
        width: 800px;
        margin: auto;
        padding: 20px;
        padding-bottom: 10px; 

        -moz-border-radius: 15px;
             border-radius: 15px;
        background: rgba(255, 255, 255, 1);
    }

    .profile_info
    {
        float: right;
        overflow: hidden;

        width: 530px;
        min-height: 232px;
        padding: 15px;

        color: #444;
        border: 0 solid #444;
        -moz-border-radius: 10px;
             border-radius: 10px;
        background: rgba(255, 255, 255, 1);
    }

    .profile_pics
    {
        float: left;
        overflow: hidden;

        width: 355px;
        min-height: 260px;

        border: 0 solid #600;
    }

    .profile_pic_1
    {
        float: left; 
        overflow: hidden;

        width: 260px;
        height: 260px;
    }

    .form_double
    {
        width: 460px;
        margin: auto;
        margin-top: 40px;
        padding: 5px;
        padding-top: 20px;

        -moz-border-radius: 10px;
             border-radius: 10px;
        background: rgba(255, 255, 255, 1);
    }

    .form_col_1
    {
        font-size: 14px;

        float: left;
        clear: both;

        width: 225px;
        min-height: 32px;
        padding-top: 8px;

        text-align: right;

        border: 0 solid #fff;
    }
    .form_col_2
    {
        float: right;

        width: 225px;
        min-height: 40px;

        text-align: left;

        border: 0 solid #fff;
    }

    .searchbox
    {
        float: right;
        overflow: hidden;

        width: 140px;
        height: 22px;
        margin: 0;
        margin-left: 20px;
        padding: 0;

        text-align: right; 

        border: 0 solid #fff;
        -moz-border-radius: 15px;
             border-radius: 15px;
        background-color: #666;
    }
    .searchbox input
    {
        display: inline-block;
        overflow: hidden;

        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;

        color: #fff;  
        border: 0 solid #ccc;
        background-color: #666;
    }

    ul.resultsList
    {
        position: relative;
        z-index: 99999999;

        display: none;
        float: right;

        width: 345px;
        margin: 0;
        padding: 0;
        padding-top: 10px;
        padding-bottom: 10px;

        text-align: right;

        color: white;
        border-radius: 3px;
        background-color: rgba(34, 34, 34, 1);
    }

    .resultsList li
    {
        display: block;

        margin: 0;
        margin-right: 10px;
        margin-left: 10px;
        padding: 0;

        list-style: none;
    }

    .resultsList a
    {
        text-decoration: none;
        text-transform: capitalize;

        color: #fff;
        text-shadow: 0 1px 4px #000;
    }

    .content_button
    {
        float: right;

        width: 180px;
        height: 50px;
        margin-top: 10px;
        margin-left: 10px; 

        border: 0 solid red;
    }

    .continue-shopping-form input
    {
        width: 180px;
    }
    .cart-summary-container
    {
        font-size: 18px;

        text-align: right;
    }
    .page_col_1
    {
        float: left;

        width: 460px;

        text-align: center; 

        border: 0 solid #fff;
    }
    .page_col_2
    {
        float: right;

        width: 460px;

        text-align: center; 

        border: 0 solid #fff;
    }
}


.page .area_left
{
    display: none;

    width: 1px;
}

.page .area_middle
{
    margin: auto;
}

.page .area_right
{
    display: none;

    width: 1px;
}

@media screen and (max-width: 767px)
{
    .product-image
    {
        position: absolute;

        width: 285px;
        height: 285px;
        margin-left: -20px;

        background-size: contain;
    }
    .create_1
    {
        width: 133px !important;
        height: 273px !important;
        margin-top: 12px !important;
        margin-left: 61px !important;
    }

    .create_2
    {
        width: 95px !important;
        height: 153px !important;
        margin-top: 67px !important;
        margin-left: 83px !important;
    }

    .create_3
    {
        width: 125px !important;
        height: 130px !important;
        margin-top: 131px !important;
        margin-left: 60px !important;
    }

    .create_3b
    {
		margin-top: 97px !important;
		width: 203px !important;
		height: 153px !important;
		margin-left: 21px !important;
    }

    .create_4
    {
        margin-left: 111px !important;
    }

    .create_5
    {
        width: 258px !important;
        height: 258px !important;
        margin-top: 11px !important;
        margin-left: -6px !important;
    }

    .create_6
    {
        width: 242px !important;
        height: 239px !important;
        margin-top: 23px !important;
        margin-left: 0px !important;
    }

    .create_7
    {
        width: 118px !important;
        height: 90px !important;
        margin-top: 101px !important;
        margin-left: 61px !important;
    }

    .create_8
    {
        width: 125px !important;
        height: 160px !important;
        margin-top: 84px !important;
        margin-left: 39px !important;
    }

    .create_13_p
    {
        width: 149px !important;
        height: 230px !important;
        margin-top: 18px !important;
        margin-left: 60px !important;
    }
    .create_13_l
    {
        width: 180px !important;
        height: 108px !important;
        margin-top: 93px !important;
        margin-left: 32px !important;
    }

    .create_fap_s
    {
        width: 134px !important;
        height: 135px !important;
        margin-top: 75px !important;
        margin-left: 54px !important;
    }
    .create_fap_p
    {
        width: 124px !important;
        height: 175px !important;
        margin-top: 58px !important;
        margin-left: 54px !important;
    }
    .create_fap_l
    {
        width: 171px !important;
        height: 117px !important;
        margin-top: 84px !important;
        margin-left: 37px  !important;
    }

    .create_ap_s
    {
        width: 197px !important;
        height: 202px !important;
        margin-top: 69px !important;
        margin-left: 30px !important;
    }
    .create_ap_p
    {
        width: 151px !important;
        height: 201px !important;
        margin-top: 58px !important;
        margin-left: 46px  !important;
    }
    .create_ap_l
    {
        width: 203px !important;
        height: 137px !important;
        margin-top: 74px !important;
        margin-left: 20px  !important;
    }

    .create_cp_s
    {
        width: 195px !important;
        height: 195px !important;
        margin-top: 45px !important;
        margin-left: 25px  !important;
    }
    .create_cp_p
    {
        width: 135px !important;
        height: 196px !important;
        margin-top: 45px !important;
        margin-left: 55px  !important;
    }
    .create_cp_l
    {
        width: 194px !important;
        height: 125px !important;
        margin-top: 75px !important;
        margin-left: 25px  !important;
    }
}

/* FOOTER STYLES */

.footer
{
    font-size: 9px;

    height: auto;

    letter-spacing: 1px;

    border-top: 0 solid  #900;
}

.social-media-footer
{
    font-size: 9px;

    height: auto;
    margin-top: 46px;

    letter-spacing: 1px;

    border-top: 0 solid #900;
}

.footer .inner
{
    height: auto;
    margin: auto;
}

.footer .area_left
{
    display: none;
    float: left;

    width: 300px;
    padding: 10px;

    text-align: left;
}

.footer .area_middle
{
    margin: auto;
    padding: 10px;

    text-align: center;
}

.footer .area_right
{
    display: none;
    float: left;

    width: 300px;
    padding: 10px;

    text-align: right;
}



/* CMS STYLES */

.cms_content_area
{
    width: 640px;
    min-height: 300px;
}

.cms_save_button
{
    font-size: 24px;

    width: 100px;
    height: 40px;
    margin-top: 40px;

    text-transform: uppercase;
}

.cms_save_notification
{
    font-size: 12px;

    margin-left: 10px;

    text-transform: uppercase;

    color: #f00;
}

.manageItemsButton
{
    margin-bottom: 25px;
    margin-left: 150px;
}

.fileUploadMessage
{
    display: none;

    width: 170px;
    padding-top: 15px;
}

.fileUploadLabel input[type='file']
{
    position: fixed;
    top: -1000px;
}

.fileUploadLabel:hover
{
    cursor: pointer;
}



/* EXTRA HEADER STYLES */

.login_form
{
    margin-top: 3px;
}

.member_login
{
    float: right; 

    width: 200px;
}



/* HANDY STYLES */

.logo
{
    position: absolute;

    width: 314px;
    height: 96px;
    padding-top: 10px;

    border: 0 solid red;
}


.logo-mobile
{
    width: 314px;
    height: 96px;
    padding-top: 10px;

    border: 0 solid red;
}

.logo a:hover
{
    opacity: 1;

    filter: alpha(opacity=100);
}

.small_button
{
    text-align: center;
}

.small_button a
{
    display: inline-block;

    width: 100px;
    height: auto;
    padding: 15px;
    padding-right: 25px;
    padding-left: 25px;

    text-align: center;
    text-decoration: none;

    color: #fff;
    -moz-border-radius: 35px;
         border-radius: 35px;
    background-color: #696;
}

.small_button a:hover
{
    opacity: 1;
    background-color: #6c9;

    filter: alpha(opacity=100);
}


.small_button_submit
{
    display: inline-block;

    width: 100px;
    height: auto;
    padding: 15px;
    padding-right: 25px;
    padding-left: 25px;

    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    color: #fff;
    border: 0;
    -moz-border-radius: 35px;
         border-radius: 35px;
    background-color: #696;
}


.big_button
{
    text-align: center;
}

.big_button a
{
    display: inline-block;

    width: 100px;
    height: auto;
    padding: 15px;
    padding-right: 25px;
    padding-left: 25px;

    text-align: center;
    text-decoration: none;

    color: #fff;
    -moz-border-radius: 35px;
         border-radius: 35px;
    background-color: #696;
}

.big_button a:hover
{
    opacity: 1;
    background-color: #6c9;

    filter: alpha(opacity=100);
}



input
{
    padding: 7px;
}

textarea
{
    width: 170px;
    height: 100px;
    padding: 7px;
}

select
{
    margin-top: 10px;
}


.table_form
{
    width: 400px;
    height: auto;
    margin: auto;

    border: 1px solid #ccc;
}

.table_form tr:nth-child(even)
{
    background: #ebebeb;
}

.table_form tr:nth-child(odd)
{
    background: #fff;
}


.table_list
{
    width: 100%;
    height: auto;

    border: 1px solid #ccc;
}

.table_list tr:nth-child(even)
{
    background: #ebebeb;
}
.table_list tr:nth-child(odd)
{
    background: #fff;
}

.table_list a
{
    text-decoration: none;
}

.table_list_titles
{
    height: 40px;
}

.table_search .search_box
{
    font-size: 15px;

    float: right;

    width: 70px;
    height: auto;
    margin-top: -50px;
    padding-left: 10px;

    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;

    border: 1px solid #ccc;
    -moz-border-radius: 25px;
         border-radius: 25px;
}

.search_input
{
    padding-left: 20px;
}

.search_box:focus,
input:focus
{
    outline: 0;
}




.alert
{
    margin-bottom: 10px;
    padding: 5px;

    text-align: center;

    color: red; 
    border: 1px dashed red;
}

.sub_navigation
{
    text-align: center;
}

.sub_navigation ul
{
    margin-top: 10px;
    margin-bottom: 10px; 
    padding: 0;
}

.sub_navigation li
{
    display: inline-block;  

    list-style: none;
}

.sub_navigation li a
{
    display: inline-block;

    width: 100px;
    height: auto;
    padding: 15px;
    padding-right: 25px;
    padding-left: 25px;

    text-align: center;
    text-decoration: none;

    color: #fff;
    -moz-border-radius: 35px;
         border-radius: 35px;
    background-color: #696;
}

.sub_navigation li a:hover
{
    opacity: 1;
    background-color: #6c9;

    filter: alpha(opacity=100);
}

.warning
{
    overflow-x: hidden;
    overflow-y: scroll;

    width: 520px;
    height: 160px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 25px;
    padding: 20px;
    padding-top: 10px;

    text-align: center;

    color: #ccc;
    border: 4px solid #ccc;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background-color: #333;
}

.warning_note
{
    font-size: 12px;

    text-align: center;
}

.home
{
    margin-top: 100px;

    text-shadow: 1px 1px 1px #000;
}

.small_nav
{
    text-align: center;
}

.small_nav ul
{
    clear: both;

    margin: 0;
    padding: 0;
    padding-top: 4px;
}

.small_nav li
{
    display: inline;

    list-style: none;
}

.small_nav a
{
    margin: 4px;  

    color: #fff;
}

.welcome
{
    font-size: 15px;

    margin-bottom: 4px; 

    text-align: right;

    color: #fff1ad;
}



.join
{
    float: left;

    width: 141px;
    height: 120px;
}


.footerbar
{
    font-size: 11px;

    width: auto;
    height: auto;
    margin: auto;
    padding-top: 8px;
    padding-bottom: 8px;

    text-align: center;

    border-top: 0 solid #ccc;
    border-bottom: 0 solid #ccc;
    background-image: url(/slices/nav_back_b.png);
}

.footerbar ul
{
    margin: 0;
    padding: 0;
}
.footerbar li
{
    display: inline;

    margin: 0;
    margin-right: 10px; 
    margin-left: 10px;
    padding: 0;

    list-style: none;
}

.footerbar a
{
    margin-right: 4px;
    margin-left: 4px;

    text-decoration: none;
    text-transform: uppercase;

    color: #ccc;
    text-shadow: 1px 1px 1px #000;
}




.new_profile_image
{
    float: left;

    width: 400px;
    height: auto;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-left: 10px;

    text-align: left;

    border: 0 solid red;
}

.new_profile_info
{
    float: right;

    width: 400px;
    height: auto;
    margin-right: 20px;
    padding: 20px;
    padding-right: 20px;

    text-align: left;

    color: #fff;
    border: 0 solid red;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: rgba(0, 0, 0, .5);
}

.new_profile_stat
{
    margin-bottom: 6px;
}

.new_profile_photo
{
    float: left;

    width: 150px;
    height: 150px;
    margin-left: 35px;
}

.round_this_fully
{
    -moz-border-radius: 100px;
         border-radius: 100px;
}

.round_this
{
    -moz-border-radius: 5px;
         border-radius: 5px;
}

.profile_options
{
    float: right;

    width: 480px;
    height: auto;
    margin-top: 10px; 

    text-align: center;

    border: 0 solid red;
}

.profile_options ul
{
    margin: 0;
    padding: 0;
}

.profile_options li
{
    display: inline-block;

    width: 100px;
    height: 100px;

    list-style: none;

    border: 0 solid red;
}

.profile_options img
{
    -webkit-filter: brightness(100%);
    -webkit-filter: contrast(100%);
}

.profile_options p
{
    margin: 0;
}
.profile_options a
{
    text-decoration: none;
}


.free_gallery
{
    height: 400px;
    padding: 20px;

    text-align: center;

    border: 1px solid #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
}


.tv_player
{
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 10px;

    -moz-border-radius: 15px;
         border-radius: 15px;
    background: rgba(0, 0, 0, .7);
}


hr
{
    margin-top: 40px;
    margin-bottom: 40px;

    border-top: 1px dashed #666;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

h1
{
    text-transform: capitalize;
}

h4
{
    display: none;
}

.title
{
    display: inline-block;
    overflow: hidden;

    width: auto;
    height: 33px;

    border: 0 solid #fff;
}

.hand
{
    display: inline-block;

    width: 105px;
    height: 40px;

    border: 0 solid #fff;
}

h2
{
    font-size: 22px;
    font-weight: normal;  

    margin: 0;
    margin-top: 10px;
    padding: 0;

    letter-spacing: 2px;
}

h3
{
    margin-top: -2px;
    margin-top: 10px; 

    color: #999;
}

.home_page
{
    min-height: 300px;
    margin-top: -10px;
    margin-bottom: 20px;
    padding: 20px;

    color: #222;
}

.page_full
{
    min-height: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;

    color: #222;
    border: 0 solid red;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background-color: #f9f9f9;
}

.page_col_1_middle
{
    width: 460px;
    margin: auto;

    text-align: center; 

    border: 0 solid #fff;
}




.form_button
{
    clear: both;

    padding: 20px;
}

.button
{
    font-size: 14px;

    display: inline-block;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 170px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 15px;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: background .2s cubic-bezier(.86, 0, .07, 1);
       -moz-transition: background .2s cubic-bezier(.86, 0, .07, 1);
        -ms-transition: background .2s cubic-bezier(.86, 0, .07, 1);
         -o-transition: background .2s cubic-bezier(.86, 0, .07, 1);
            transition: background .2s cubic-bezier(.86, 0, .07, 1);
    text-align: center;
    text-transform: uppercase;

    color: #191919;
    border: 1px solid #600;
    -moz-border-radius: 10px;
         border-radius: 1px;
         border-radius: 10px;
    background: #600;
    background: #0cc;
    text-shadow: 0 1px 0 #fff;

    -webkit-appearance: none;
}

.button:hover
{
    color: #191919;
    background: #f0f0f0;
}

.button-primary
{
    color: white !important;
    border: 0 solid #600;
    background: #f36;
    background: #0cc;
    text-shadow: 0 0 0 #444;
}
.button-primary:hover
{
    color: #fff;
    background: #f06;
}
.button-primary:active
{
    color: #fff;
    background: #f06;
    box-shadow: inset 0 0 8px #000;
}





.msg
{
    padding: 10px;

    text-align: center; 

    color: #f06;
    border: 1px dashed #c00;
}

.question
{
    font-size: 14px;

    margin-top: 20px;

    color: #d17f7c;
}
.answer
{
    font-size: 14px;

    margin-top: 10px;
}

.attention
{
    font-size: 18px;

    margin-bottom: 20px;

    text-align: center;
}




.profile_pic_stage
{
    float: left;
    overflow: hidden;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 260px;
    height: 260px;
    margin-top: 0;
    margin-left: 0;

    border: 0 solid #600;
    border: 1px solid #000;
    -moz-border-radius: 0;
         border-radius: 0;
}

.profile_pic_2
{
    float: right;
    overflow: hidden;

    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}
.profile_pic_3
{
    float: right;
    overflow: hidden;

    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}
.profile_pic_4
{
    float: right;
    overflow: hidden;

    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}



.profile_info h2
{
    margin: 0; 
    padding: 0;

    color: #444;
}

.profile_navigation
{
    font-size: 10px; 

    margin-top: 40px;

    text-align: center;
}

.profile_navigation ul
{
    margin-top: 10px;
    margin-bottom: 10px; 
    padding: 0;
}

.profile_navigation li
{
    display: inline-block;  

    list-style: none;
}

.profile_navigation li a
{
    display: inline-block;

    width: 90px;
    height: auto;
    margin: 4px;
    padding-top: 10px;
    padding-bottom: 10px;

    text-align: center;
    text-decoration: none;

    color: #900;
    border: 0 solid red;
    -moz-border-radius: 25px;
         border-radius: 25px;
    background-color: #fff;;
}

.profile_navigation li a:hover
{
    opacity: 1;
    color: #fff;
    background-color: #900;

    filter: alpha(opacity=100);
}

.profile_navigation .on
{
    opacity: 1;
    color: #fff;
    background-color: #900;

    filter: alpha(opacity=100);
}


.edit_profile_pic
{
    overflow: hidden;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 80px;
    height: 80px;
    margin: auto;
    margin-bottom: 10px;

    border: 1px solid #000;
}

.cover_image_m
{
    float: left;
    overflow: hidden;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 200px;
    height: 200px;

    border: 1px solid #000;
}

.entry_image_m
{
    float: left;
    overflow: hidden;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 300px;
    height: 300px;
    margin-right: 20px;
    margin-bottom: 20px;

    border: 1px solid #000;
}

.edit_main_photos
{
    text-align: center; 

    border: 0 solid white;
}

.edit_main_photo
{
    display: inline-block;
    overflow: hidden;

    width: 220px;
    height: auto;
    margin-top: 20px;
    padding: 5px;
    padding-top: 20px;
    padding-bottom: 20px;

    text-align: center;

    -moz-border-radius: 10px;
         border-radius: 10px;
    background: rgba(255, 255, 255, 1);
}





.admin_view
{
    font-size: 10px;

    clear: both;

    margin-top: 10px;
    padding: 4px;

    border: 1px dashed #888;
    -moz-border-radius: 8px;
         border-radius: 8px;
}

.info_col_1
{
    float: left;

    width: 220px;
    margin: 4px;
    padding: 2px;

    border-bottom: 0 solid red;
    background-color: #333;
}
.info_col_2
{
    float: left;

    width: 220px;
    margin: 4px;
    padding: 2px;

    border-bottom: 0 solid red;
    background-color: #333;
}
.info_col_3
{
    float: left;

    width: 220px;
    margin: 4px;
    padding: 2px;

    border-bottom: 0 solid red;
    background-color: #333;
}
.info_col_4
{
    float: left;

    width: 220px;
    margin: 4px;
    padding: 2px;

    border-bottom: 0 solid red;
    background-color: #333;
}

.admin_stats
{
    font-size: 14px;

    margin-top: 10px;
    margin-bottom: 10px;

    border-bottom: 0 dashed #888;
}
.admin_buttons
{
    float: left;

    width: 320px;
    padding-top: 5px;

    border: 0 solid red;
}
.admin_buttons a
{
    padding: 2px 4px 2px 4px;

    -moz-border-radius: 8px;
         border-radius: 8px;
    background-color: #222;
}

.admin_button
{
    font-size: 12px;

    float: left;

    width: auto;
    height: auto;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.white_wrapper
{
    padding: 15px; 

    -moz-border-radius: 15px;
         border-radius: 15px;
    background: rgba(0, 0, 0, .6);
}
.white_wrapper_ghost_x
{
    padding: 15px; 

    -moz-border-radius: 15px;
         border-radius: 15px;
    background: rgba(255, 255, 255, .6);
}
.white_wrapper_ghost_x .admin_buttons a
{
    padding: 2px 4px 2px 4px;

    color: #fff;
    -moz-border-radius: 8px;
         border-radius: 8px;
    background-color: #333;
}

.admin_models_thumbs
{
    float: right;

    width: 630px;

    text-align: center;

    border: 0 solid white;
}

.admin_profile_pic
{
    display: inline-block;
    overflow: hidden;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 80px;
    height: 80px;
    margin: auto;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 10px;

    border: 1px solid #000;
}

.admin_profile_title
{
    font-size: 10px;

    display: inline-block;
    overflow: hidden;

    width: 80px;
    height: 20px;
    margin-right: 10px;
    margin-left: 10px;

    text-align: center;
}

.verified_icon
{
    display: inline-block;  

    width: 15px;
    height: 15px;

    -moz-border-radius: 15px;
         border-radius: 15px;
    background-color: #ccc;
}

.news_buttons_cont
{
    margin-top: 20px;
    margin-bottom: 20px;

    text-align: center;
}
.news_buttons_cont a
{
    display: inline-block; 

    color: #999;
}


.sub_buttons_cont
{
    font-family: 'BebasNeue-webfont';
    font-size: 20px;
    font-weight: normal;

    display: inline-block;

    width: auto;
    margin-top: 0;
}
.sub_buttons_cont a
{
    display: inline-block; 

    color: #999;
}

.searchy_box
{
    font-size: 16px;

    float: right;

    width: 55px;
    padding: 7px;

    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;

    border: 1px solid #ccc;
    -moz-border-radius: 15px;
         border-radius: 15px;
    background-color: #fff;
}

.searchy_box:focus
{
    font-size: 16px;

    float: right;

    width: 100px;
    padding: 7px;

    border: 1px solid #ccc;
    -moz-border-radius: 15px;
         border-radius: 15px;
    outline: none;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: left top;
}

.show_by_buttons
{
    margin: auto;

    text-align: center;
}


.page_tabs
{
    clear: both;

    margin-bottom: 40px;
}
.page_tabs ul
{
    margin: auto;
    margin: 0;
    padding: 0;  

    text-align: center;
}
.page_tabs li
{
    display: inline-block;

    margin: 0;
    padding: 0; 

    list-style: none;
    list-style: none;
}
.page_tabs a
{
    color: #999;
}

.show_by_on
{
    font-size: 14px;

    margin-right: 3px; 
    margin-left: 3px;
    padding: 8px 8px 8px 8px;

    color: #333;
    -moz-border-radius: 15px;
         border-radius: 15px;
    background-color: #f6f6f6;
}


.show_by_off
{
    font-size: 14px;

    margin-right: 3px; 
    margin-left: 3px;
    padding: 8px 8px 8px 8px;

    color: #fff;
    -moz-border-radius: 15px;
         border-radius: 15px;
    background-color: #333;
}


.user_tag
{
    font-size: 12px;

    float: right;

    width: 180px;
    height: auto;
    margin-top: -30px;
    padding-top: 6px;
    padding-bottom: 2px;

    text-align: center;

    color: #fcfcfc;
    -moz-border-radius: 15px;
         border-radius: 15px;
    background-color: #060;
}

.services_tag
{
    color: #900;
}

.profile_stats
{
    font-size: 9px;
}

.col
{
    float: left;

    width: 130px;
    margin-top: 5px; 
    padding: 2px;

    border: 0 solid red;
}

.row_1
{
    float: left;

    width: 60px;
    height: 28px;
    margin: 1px;
    padding: 1px;

    border: 0 solid green;
    background: rgba(0, 0, 0, .2);
}

.row_2
{
    float: right;

    width: 60px;
    height: 28px;
    margin: 1px;
    padding: 1px;

    border: 0 solid blue;
    background: rgba(0, 0, 0, .2);
}

.profile_topic
{
    min-height: 40px;
    margin-top: 10px;
    margin-bottom: 40px;
    padding: 20px;

    text-align: center;

    border: 0 solid #333;
    -moz-border-radius: 15px;
         border-radius: 15px;
    background: rgba(0, 0, 0, .4);
}

.profile_description
{
    font-size: 14px;

    min-height: 100px;
    margin-top: 10px;
    margin-bottom: 40px;
    padding: 20px;

    text-align: center;

    border: 0 solid #333;
    -moz-border-radius: 15px;
         border-radius: 15px;
    background: rgba(0, 0, 0, .2);
}

.profile_faqs
{
    font-size: 14px;

    min-height: 100px;
    margin-top: 10px;
    margin-bottom: 40px;
    padding: 20px;

    text-align: center;

    border: 0 solid #333;
    -moz-border-radius: 15px;
         border-radius: 15px;
    background: rgba(0, 0, 0, .2);
}

.promo_join
{
    -moz-border-radius: 15px; 
         border-radius: 15px;
}

.paging
{
    font-size: 18px;

    text-align: center;
}
.paging a
{
    font-weight: bold; 

    margin-right: 5px;
    margin-left: 5px;

    color: #f66;
}

.photo_set_photos
{
    display: inline-block;

    width: 94px;
    height: 120px;
    margin: 10px;

    text-align: center;
}

.searchglass
{
    position: absolute;

    width: 20xp;
    height: 20px;
    margin-top: -21px;
    margin-left: 110px;
}

.message_history
{
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 10px;

    -moz-border-radius: 10px;
         border-radius: 10px;
    background-color: #333;
}

.other_message_inner
{
    float: right;  

    width: 420px;

    text-align: left;
}


.post_delete
{
    float: right;

    width: auto;
    height: auto;
    margin-left: 8px; 
    padding: 0;

    -moz-border-radius: 15px;
         border-radius: 15px;
    background-color: #efefef;
}

.activity_by
{
    font-size: 11px;

    float: left;

    width: auto;
    margin-top: 0;

    color: #666;
}
.activity_by a
{
    color: #666;
}

.other_message_date
{
    font-size: 11px;

    float: right;

    width: auto;

    color: #666;
}

.posted_from_here
{
    font-size: 11px;

    float: right;

    width: auto;
    margin-top: -8px;
    margin-right: 8px;

    border: 0 solid red;
}
.posted_from_here_onpage
{
    font-size: 11px;

    clear: both;

    width: 150px;
    height: auto;
    margin: auto;
    margin-top: 5px;

    text-align: center;
}

.other_message_message
{
    margin-bottom: 5px;
}

.home_block
{
    font-size: 14px;

    min-height: 100px;
    margin-top: 10px;
    margin-bottom: 40px;
    padding: 20px;

    text-align: center; 

    border: 0 solid #333;
    -moz-border-radius: 15px;
         border-radius: 15px;
    background: rgba(0, 0, 0, .2);
}

.an_entry
{
    width: 780px;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;  

    -moz-border-radius: 15px;
         border-radius: 15px;
    background: rgba(0, 0, 0, .1);
}





.tabe_list td
{
    background: rgba(0, 0, 0, .1);
}
.tabe_list th
{
    cursor: pointer;

    background: rgba(0, 0, 0, .1);
}

.tabe_list th.headerSortUp
{
    background-image: url(/slices/arrow_up.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 12px 12px;
}

.tabe_list th.headerSortDown
{
    background-image: url(/slices/arrow_down.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 12px 12px;
}

.listing_title
{
    font-size: 13px;
    font-weight: bold; 

    overflow: hidden;

    width: 180px;
    height: 18px;
    margin: auto;
    margin-top: -6px;

    text-align: center;
}
.listing_date
{
    font-size: 10px;

    overflow: hidden; 

    width: 180px;
    height: 13px;
    margin: auto;

    text-align: center;
}

.welcome_text
{
    font-size: 16px;

    margin-bottom: 10px;

    text-align: center;
    text-transform: uppercase;

    text-shadow: 0 2px 8px #000;
}

.cats
{
    position: absolute;

    overflow: hidden; 

    width: 640px;
    height: 40px;
    margin-top: 45px;
    margin-left: 335px;
    padding-top: 6px;

    text-align: center;

    border: 0 solid red;
}
.cats a
{
    font-family: 'BebasNeue-webfont';
    font-size: 38px;
    font-weight: normal;

    display: inline-block;

    margin-right: 14px;
    margin-left: 14px;

    color: #222;
}

.dressing_room
{
    overflow: hidden;

    width: 860px;
    height: 260px;
    margin: auto; 
    padding: 20px;

    border: 0 solid white;
    background-image: url(/slices/lights.png);
    background-repeat: no-repeat;
}

.heart_button a
{
    overflow: hidden; 

    width: 60px;
    height: 60px;
}
.heart_button a:hover
{
    opacity: 1.0;

    filter: alpha(opacity=100);
}
.picture_button
{
    padding-left: 15px;
}
.picture_button.true a img
{
    border-radius: 5px;
    background-color: lightgreen;
}


.blink_me a
{
    color: green;
}

.blink_me
{
    -webkit-animation-name: blinker;
            animation-name: blinker;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;

    color: green;
}

@-moz-keyframes blinker
{
    /* Decimal not necessary, 0 and 1 is enough */
    0%
    {
        opacity: 1.0;
    }
    50%
    {
        opacity: .0;
    }
    100%
    {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker
{
    0%
    {
        opacity: 1.0;
    }
    50%
    {
        opacity: .0;
    }
    100%
    {
        opacity: 1.0;
    }
}

@keyframes blinker
{
    0%
    {
        opacity: 1.0;
    }
    50%
    {
        opacity: .0;
    }
    100%
    {
        opacity: 1.0;
    }
}

.create_1
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 221px;
    height: 455px;
    margin-top: 19px;
    margin-left: 137px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_2
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 210px;
    height: 294px;
    margin-top: 100px;
    margin-left: 157px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_3
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 237px;
    height: 249px;
    margin-top: 215px;
    margin-left: 132px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



.create_3b
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 365px;
    height: 255px;
    margin-top: 185px;
    margin-left: 68px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_4
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 216px;
    height: 277px;
    margin-top: 136px;
    margin-left: 131px;

    -webkit-transform: skew(0deg, 4deg);
       -moz-transform: skew(0deg, 4deg);
        -ms-transform: skew(0deg, 4deg);
         -o-transform: skew(0deg, 4deg);
            transform: skew(0deg, 4deg);

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_5
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 454px;
    height: 454px;
    margin-top: 19px;
    margin-left: 23px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_6
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 438px;
    height: 454px;
    margin-top: 23px;
    margin-left: 32px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_7
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 244px;
    height: 176px;
    margin-top: 172px;
    margin-left: 130px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_8
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 237px;
    height: 295px;
    margin-top: 135px;
    margin-left: 97px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_13_p
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 257px;
    height: 412px;
    margin-top: 28px;
    margin-left: 132px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.create_13_l
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 335px;
    height: 215px;
    margin-top: 150px;
    margin-left: 80px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_8.warp
{
    height: 475px !important;

    background-position-y: -185px;
}

.uploadErrors
{
    font-size: 20px;

    color: red;
}


.other_creations
{
    text-align: center;
}

.create_sm_1
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 80px;
    height: 164px;
    margin-top: 7px;
    margin-left: 49px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_sm_2
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 76px;
    height: 106px;
    margin-top: 36px;
    margin-left: 57px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_sm_3
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 83px;
    height: 89px;
    margin-top: 78px;
    margin-left: 48px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_sm_3b
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 132px;
    height: 92px;
    margin-top: 67px;
    margin-left: 24px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_sm_4
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 87px;
    height: 107px;
    margin-top: 49px;
    margin-left: 32px;

    -moz-transform: skew(0deg, 4deg);
     -ms-transform: skew(0deg, 4deg);
    /* -webkit-transform: skew(0deg, 4deg); */
      -o-transform: skew(0deg, 4deg);

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* transform: skew(0deg, 4deg); */
}

.create_sm_13
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 93px;
    height: 146px;
    margin-top: 11px;
    margin-left: 47px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.create_sm_5
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 164px;
    height: 164px;
    margin-top: 7px;
    margin-left: 8px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_sm_6
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 157px;
    height: 162px;
    margin-top: 8px;
    margin-left: 12px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_sm_7
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 88px;
    height: 69px;
    margin-top: 63px;
    margin-left: 47px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.create_1_sm
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 80px;
    height: 164px;
    margin-top: 7px;
    margin-left: 49px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_2_sm
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 76px;
    height: 105px;
    margin-top: 36px;
    margin-left: 57px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_3_sm
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 93px;
    height: 97px;
    margin-top: 74px;
    margin-left: 44px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_3b_sm
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 114px;
    height: 79px;
    margin-top: 64px;
    margin-left: 34px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_4_sm
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 78px;
    height: 100px;
    margin-top: 49px;
    margin-left: 47px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_5_sm
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 163px;
    height: 163px;
    margin-top: 7px;
    margin-left: 8px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_6_sm
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 157px;
    height: 162px;
    margin-top: 8px;
    margin-left: 12px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_7_sm
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 88px;
    height: 54px;
    margin-top: 59px;
    margin-left: 47px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}




.create_a1a
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 196px;
    height: 196px;
    margin-top: 148px;
    margin-left: 154px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_sm_a1a
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 71px;
    height: 71px;
    margin-top: 53px;
    margin-left: 55px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_a1a_sm
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 71px;
    height: 71px;
    margin-top: 53px;
    margin-left: 55px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.create_a1b
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 196px;
    height: 196px;
    margin-top: 143px;
    margin-left: 148px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_sm_a1b
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 71px;
    height: 71px;
    margin-top: 51px;
    margin-left: 53px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.create_a1b_sm
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 71px;
    height: 71px;
    margin-top: 51px;
    margin-left: 53px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.create_a2a
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 232px;
    height: 232px;
    margin-top: 134px;
    margin-left: 132px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_sm_a2a
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 84px;
    height: 84px;
    margin-top: 48px;
    margin-left: 48px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_a2a_sm
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 84px;
    height: 84px;
    margin-top: 48px;
    margin-left: 48px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.create_a2b
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 232px;
    height: 232px;
    margin-top: 135px;
    margin-left: 132px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_sm_a2b
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 84px;
    height: 84px;
    margin-top: 49px;
    margin-left: 48px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_a2b_sm
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 84px;
    height: 84px;
    margin-top: 49px;
    margin-left: 48px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.create_a3a
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 204px;
    height: 284px;
    margin-top: 107px;
    margin-left: 147px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_sm_a3a
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 74px;
    height: 103px;
    margin-top: 39px;
    margin-left: 53px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_a3a_sm
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 74px;
    height: 103px;
    margin-top: 39px;
    margin-left: 53px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.create_a3b
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 204px;
    height: 284px;
    margin-top: 107px;
    margin-left: 147px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_sm_a3b
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 74px;
    height: 103px;
    margin-top: 39px;
    margin-left: 53px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_a3b_sm
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 74px;
    height: 103px;
    margin-top: 39px;
    margin-left: 53px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.create_a4a
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 204px;
    height: 284px;
    margin-top: 107px;
    margin-left: 147px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_sm_a4a
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 74px;
    height: 103px;
    margin-top: 39px;
    margin-left: 53px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_a4a_sm
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 74px;
    height: 103px;
    margin-top: 39px;
    margin-left: 53px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.create_a4b
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 204px;
    height: 284px;
    margin-top: 107px;
    margin-left: 147px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_sm_a4b
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 74px;
    height: 103px;
    margin-top: 39px;
    margin-left: 53px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_a4b_sm
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 74px;
    height: 103px;
    margin-top: 39px;
    margin-left: 53px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.create_a5a
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 204px;
    height: 284px;
    margin-top: 107px;
    margin-left: 147px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.create_fap_s
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 237px;
    height: 237px;
    margin-top: 133px;
    margin-left: 131px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_sm_fap_s
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 88px;
    height: 88px;
    margin-top: 46px;
    margin-left: 45px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_fap_p
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 225px;
    height: 312px;
    margin-top: 100px;
    margin-left: 128px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_sm_fap_p
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 80px;
    height: 115px;
    margin-top: 34px;
    margin-left: 46px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_fap_l
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 322px;
    height: 238px;
    margin-top: 131px;
    margin-left: 89px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_sm_fap_l
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 115px;
    height: 83px;
    margin-top: 48px;
    margin-left: 33px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



.create_ap_s
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 325px;
    height: 320px;
    margin-top: 105px;
    margin-left: 81px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_sm_ap_s
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 117px;
    height: 117px;
    margin-top: 37px;
    margin-left: 29px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_ap_p
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 270px;
    height: 380px;
    margin-top: 85px;
    margin-left: 110px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_sm_ap_p
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 100px;
    height: 145px;
    margin-top: 27px;
    margin-left: 40px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_ap_l
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 380px;
    height: 270px;
    margin-top: 115px;
    margin-left: 60px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_sm_ap_l
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 140px;
    height: 100px;
    margin-top: 40px;
    margin-left: 20px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_cp_s
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 350px;
    height: 350px;
    margin-top: 75px;
    margin-left: 75px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_sm_cp_s
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 126px;
    height: 126px;
    margin-top: 27px;
    margin-left: 27px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_cp_p
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 250px;
    height: 350px;
    margin-top: 75px;
    margin-left: 125px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_sm_cp_p
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 90px;
    height: 126px;
    margin-top: 27px;
    margin-left: 45px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_cp_l
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 350px;
    height: 250px;
    margin-top: 125px;
    margin-left: 75px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_sm_cp_l
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 126px;
    height: 90px;
    margin-top: 45px;
    margin-left: 27px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_sm_13_p
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 90px;
    height: 144px;
    margin-top: 12px;
    margin-left: 48px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_sm_13_l
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 117px;
    height: 76px;
    margin-top: 55px;
    margin-left: 32px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}






.create_sm_a5a
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 74px;
    height: 103px;
    margin-top: 39px;
    margin-left: 53px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_a5a_sm
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 74px;
    height: 103px;
    margin-top: 39px;
    margin-left: 53px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.create_a5b
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 204px;
    height: 284px;
    margin-top: 107px;
    margin-left: 147px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_sm_a5b
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 74px;
    height: 103px;
    margin-top: 39px;
    margin-left: 53px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_a5b_sm
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 74px;
    height: 103px;
    margin-top: 39px;
    margin-left: 53px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.create_c1
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 300px;
    height: 300px;
    margin-top: 100px;
    margin-left: 100px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_sm_c1
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 108px;
    height: 108px;
    margin-top: 36px;
    margin-left: 36px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_c1_sm
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 108px;
    height: 108px;
    margin-top: 36px;
    margin-left: 36px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_c2
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 300px;
    height: 400px;
    margin-top: 50px;
    margin-left: 100px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_sm_c2
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 108px;
    height: 144px;
    margin-top: 18px;
    margin-left: 36px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.create_c2_sm
{
    position: absolute;
    z-index: 1000;

    overflow: hidden;

    width: 108px;
    height: 144px;
    margin-top: 18px;
    margin-left: 36px;

    border: 0 solid red;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}








.info_table
{
    width: 550px;
}

.info_table tr:nth-child(even)
{
    background: #fff;
}
.info_table tr:nth-child(odd)
{
    background: #efefef;
}




.drops
{
    font-family: 'BebasNeue-webfont';
    font-weight: normal;

    position: absolute;

    clear: both;

    width: 500px;
    min-height: 50px;
    margin-top: 90px;
    margin-left: 375px;

    border: 0 solid red;
}

.drops a
{
    font-size: 22px;

    color: #fff;
}

.drop_1
{
    position: absolute;
    z-index: 9000;

    display: none;

    width: 120px;
    min-height: 50px;
    margin-top: 0;
    margin-left: 0;
    padding: 10px;

    text-align: left;

    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    background-color: #222;
}

.drop_1 p
{
    font-size: 11px;

    margin-top: 0;
    margin-bottom: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;

    letter-spacing: 0; 

    border-bottom: 1px solid #fff;
}


.drop_2
{
    position: absolute;
    z-index: 9000;

    display: none;

    width: 120px;
    min-height: 50px;
    margin-top: 0;
    margin-left: 80px;
    padding: 10px;

    text-align: left;

    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    background-color: #222;
}

.drop_2 p
{
    font-size: 11px;

    margin-top: 0;
    margin-bottom: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;

    letter-spacing: 0; 

    border-bottom: 1px solid #fff;
}

.drop_3
{
    position: absolute;
    z-index: 9000;

    display: none;

    width: 120px;
    min-height: 50px;
    margin-top: 0;
    margin-left: 192px;
    padding: 10px;

    text-align: left;

    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    background-color: #222;
}

.drop_3 p
{
    font-size: 11px;

    margin-top: 0;
    margin-bottom: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;

    letter-spacing: 0; 

    border-bottom: 1px solid #fff;
}


.drop_4
{
    position: absolute;
    z-index: 9000;

    display: none;

    width: 100px;
    min-height: 50px;
    margin-top: 0;
    margin-left: 362px;
    padding: 10px;

    text-align: left;

    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    background-color: #222;
}

.drop_4 p
{
    font-size: 11px;

    margin-top: 0;
    margin-bottom: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;

    letter-spacing: 0; 

    border-bottom: 1px solid #fff;
}


.steps
{
    width: 800px;
    margin: auto;
    margin-top: 40px;
    padding: 20px;

    text-align: center; 

    border: 1px solid #ccc;
    -moz-border-radius: 15px;
         border-radius: 15px;
    background-color: #fff;
}

.colour_button
{
    overflow: hidden; 

    width: 1px;
    height: 1px;

    opacity: 0;
}

.manageItemsButton
{
    margin-bottom: 25px;
    margin-left: 150px;
}

.fileUploadMessage
{
    display: none;

    width: 170px;
    padding-top: 15px;
}

.fileUploadLabel input[type='file']
{
    position: fixed;
    top: -1000px;
}

.fileUploadLabel:hover
{
    cursor: pointer;
}

.redirectMessage
{
    font-size: x-large;

    padding-top: 150px;
    padding-bottom: 20px;

    text-align: center;
}

.homePageTile
{
    margin-bottom: 15px;
}

.homePageTile.small
{
    height: 200px;
}

.homePageTile.medium
{
    height: 280px;
}

.homePageTile.large
{
    height: 500px;
}

.homePageTileContent
{
    height: 100%;

    background-size: cover;
}

.homePageTileText.medium
{
    width: 91%;
    padding-bottom: 15px;
    padding-left: 15px;
}

.homePageBanner
{
    z-index: -1000;
    left: -50px;

    overflow: hidden;

    width: 1080px;
    height: 256px;
    margin-bottom: 40px;

    background-position: center;
}

.configContainer
{
    width: 900px;
}

.configHeading
{
    font-family: 'BebasNeue-webfont';
    font-size: 38px;
    font-weight: normal;

    padding-top: 30px;

    color: #222;
}

.vouchernelab
{
    display: inline-block;

    width: 160px;
}
.deliveryOptionRow
{
    padding-top: 5px;

    text-align: right;
}
@media screen and (max-width: 767px)
{
    .deliveryOptionRow
    {
        padding-top: 5px;

        text-align: center;
    }
}


.home-blocks .overlay
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;

    -webkit-transition: opacity .3s ease-out;
       -moz-transition: opacity .3s ease-out;
        -ms-transition: opacity .3s ease-out; 
         -o-transition: opacity .3s ease-out;
            transition: opacity .3s ease-out;

    opacity: 0;
    color: #000;
    background-color: rgba(255, 255, 255, .85);
}
.home-blocks .homePageTile:hover .overlay,
.home-blocks .tile.active .overlay
{
    opacity: 1;
}
.home-blocks .overlay h1
{
    font-size: 15px;
    font-weight: bold;

    overflow: hidden;

    margin: 8px 4px 4px 4px;

    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    text-overflow: ellipsis;
}
.home-blocks .overlay h2
{
    font-size: 13px;

    margin: 0 4px 12px 4px; 

    text-align: center;
}


