﻿

/***************************************************************************************************/
/*Slick Slider CSS Start*/
/*******************************************************************************************************************/
/*******************************************************************************************************************/
/*******************************************************************************************************************/

/* Slider */
.slick-loading .slick-list {
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('/Assets/css/fonts/slick.eot');
    src: url('/Assets/css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/Assets/css/fonts/slick.woff') format('woff'), url('/Assets/css/fonts/slick.ttf') format('truetype'), url('/Assets/css/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        /*color: transparent;
        outline: none;
        background: transparent;*/
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before {
        /* font-family: 'slick'; */
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-top: -2px;
    }

.slick-prev {
    left: -1px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

/*.slick-prev:before {
    content: 'â†';
}

[dir='rtl'] .slick-prev:before {
    content: 'â†’';
}*/

.slick-next {
    right: -1px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: 'â†’';
}

[dir='rtl'] .slick-next:before {
    content: 'â†';
}

/* Dots */
.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-family: 'slick';
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: 'â€¢';
                text-align: center;
                opacity: .25;
                color: black;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: black;
        }


.top-det-button {
    margin-bottom: 20px !important;
}

/*End Slick Slider CSS Start*/

/********************************************************************************************************************/


/*Start Modern Form*/
/********************************************************************************************************************/

/********************************************************************************************************************/
.icon {
    display: block !important;
    text-indent: inherit !important;
    margin-bottom: 15px;
    margin-top: 5px;
}

.cd-form {
    margin: 0 auto;
}

    .cd-form::after {
        clear: both;
        content: "";
        display: table;
    }

    .cd-form fieldset {
        margin: 10px 0;
    }

    .cd-form legend {
        padding-bottom: 10px;
        margin-bottom: 20px;
        font-size: 2rem;
        border-bottom: 1px solid #ecf0f1;
        color: #fff;
    }

    .cd-form div {
        /* form element wrapper */
        position: relative;
        /*margin: 20px 0;*/
    }

    .cd-form h4, .cd-form .cd-label {
        font-size: 1.3rem;
        color: #94aab0;
        margin-bottom: 10px;
    }

    .cd-form .cd-label {
        display: block;
    }

    .cd-form input, .cd-form textarea, .cd-form select, .cd-form label {
        font-family: "Open Sans", sans-serif;
        font-size: 1.6rem;
        color: #2b3e51;
    }

        .cd-form input[type="text"],
        .cd-form input[type="email"],
        .cd-form input[type="password"],
        .cd-form input[type=tel],
        .cd-form textarea,
        .cd-form select,
        .cd-form legend {
            display: block;
            width: 100%;
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            -o-appearance: none;
            appearance: none;
        }

        .cd-form input[type="text"],
        .cd-form input[type="email"],
        .cd-form input[type="password"],
        .cd-form input[type=tel],
        .cd-form textarea,
        .cd-form select {
            /* general style for input elements */
            padding: 12px;
            border: 1px solid #cfd9db;
            background-color: #ffffff;
            border-radius: .25em;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
        }


        .cd-form input[type="password"] {
            /* general style for input elements */
            padding: 12px;
            border: 1px solid #cfd9db;
            background-color: #ffffff;
            border-radius: .25em;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
        }

            .cd-form input[type="text"]:focus,
            .cd-form input[type="email"]:focus,
            .cd-form input[type="password"]:focus,
            .cd-form input[type=tel],
            .cd-form textarea:focus,
            .cd-form select:focus {
                outline: none;
                border-color: #2c97de;
                box-shadow: 0 0 5px rgba(44, 151, 222, 0.2);
            }

    .cd-form .cd-select {
        /* select element wapper */
        position: relative;
    }

        .cd-form .cd-select::after {
            /* arrow icon for select element */
            content: '';
            position: absolute;
            z-index: 1;
            right: 16px;
            top: 50%;
            margin-top: -3px;
            display: block;
            width: 16px;
            height: 16px;
            background: url("/Assets/images/SocialCompetition/cd-icon-arrow.svg") no-repeat center center;
            pointer-events: none;
        }

    .cd-form select {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
        cursor: pointer;
    }

        .cd-form select::-ms-expand {
            display: none;
        }

    .cd-form .cd-form-list {
        margin-top: 16px;
    }

        .cd-form .cd-form-list::after {
            clear: both;
            content: "";
            display: table;
        }

        .cd-form .cd-form-list li {
            /* wrapper for radio and checkbox input types */
            display: block;
            position: relative;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            margin: 0 26px 16px 0;
            float: left;
        }

    .cd-form input[type=radio],
    .cd-form input[type=checkbox] {
        /* hide original check and radio buttons */
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0;
        padding: 0;
        opacity: 0;
        z-index: 2;
    }

    .cd-form input[type="radio"] + label,
    .cd-form input[type="checkbox"] + label {
        padding-left: 24px;
    }

        .cd-form input[type="radio"] + label::before,
        .cd-form input[type="radio"] + label::after,
        .cd-form input[type="checkbox"] + label::before,
        .cd-form input[type="checkbox"] + label::after {
            /* custom radio and check boxes */
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -10px;
            width: 16px;
            height: 16px;
        }

        .cd-form input[type="radio"] + label::before,
        .cd-form input[type="checkbox"] + label::before {
            border: 1px solid #cfd9db;
            background: #ffffff;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
        }

        .cd-form input[type="radio"] + label::before,
        .cd-form input[type="radio"] + label::after {
            border-radius: 50%;
        }

        .cd-form input[type="checkbox"] + label::before,
        .cd-form input[type="checkbox"] + label::after {
            border-radius: .25em;
        }

        .cd-form input[type="radio"] + label::after,
        .cd-form input[type="checkbox"] + label::after {
            background-color: #2c97de;
            background-position: center center;
            background-repeat: no-repeat;
            box-shadow: 0 0 5px rgba(44, 151, 222, 0.4);
            display: none;
        }

        .cd-form input[type="radio"] + label::after {
            /* custom image for radio button */
            background-image: url("/Assets/images/SocialCompetition/cd-icon-radio.svg");
        }

        .cd-form input[type="checkbox"] + label::after {
            /* custom image for checkbox */
            background-image: url("/Assets/images/SocialCompetition/cd-icon-check.svg");
        }

    .cd-form input[type="radio"]:focus + label::before,
    .cd-form input[type="checkbox"]:focus + label::before {
        /* add focus effect for radio and check buttons */
        box-shadow: 0 0 5px rgba(44, 151, 222, 0.6);
    }

    .cd-form input[type="radio"]:checked + label::after,
    .cd-form input[type="checkbox"]:checked + label::after {
        display: block;
    }

    .cd-form input[type="radio"]:checked + label::before,
    .cd-form input[type="radio"]:checked + label::after,
    .cd-form input[type="checkbox"]:checked + label::before,
    .cd-form input[type="checkbox"]:checked + label::after {
        -webkit-animation: cd-bounce 0.3s;
        -moz-animation: cd-bounce 0.3s;
        animation: cd-bounce 0.3s;
    }

    .cd-form textarea {
        min-height: 200px;
        resize: vertical;
        overflow: auto;
    }

    .cd-form input[type="submit"] {
        /* button style */
        border: none;
        background: #2c97de;
        border-radius: .25em;
        padding: 16px 20px;
        color: #ffffff;
        font-weight: bold;
        float: right;
        cursor: pointer;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
    }

.no-touch .cd-form input[type="submit"]:hover {
    background: #42a2e1;
}

.cd-form input[type="submit"]:focus {
    outline: none;
    background: #2b3e51;
}

.cd-form input[type="submit"]:active {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.cd-form [required] {
}

.cd-form .error-message p {
    background: #e94b35;
    color: #ffffff;
    font-size: 1.4rem;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: .25em;
    padding: 16px;
}

.cd-form .error {
    border-color: #e94b35 !important;
}

.my-user {
    width: 100% !important;
}

.main-reg .banner-buttons-red {
    margin-top: 2px !important;
}

@media only screen and (min-width: 600px) {
    .cd-form div {
        /* form element wrapper */
        /*margin: 32px 0;*/
    }

    .cd-form legend + div {
        /* reduce margin-top for first form element after the legend */
    }

    .cd-form h4, .cd-form .cd-label {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .cd-form input[type="text"],
    .cd-form input[type="email"],
    .cd-form input[type="password"],
    .cd-form input[type="tel"],
    .cd-form textarea,
    .cd-form select {
        padding: 16px;
    }
}

@-webkit-keyframes cd-bounce {
    0%, 100% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.8);
    }
}

@-moz-keyframes cd-bounce {
    0%, 100% {
        -moz-transform: scale(1);
    }

    50% {
        -moz-transform: scale(0.8);
    }
}

@keyframes cd-bounce {
    0%, 100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
}
/* -------------------------------- 

Custom icons

-------------------------------- */
.cd-form .icon input, .cd-form .icon select, .cd-form .icon textarea {
    padding-left: 54px !important;
}

.cd-form input.user {
    background: url("/Assets/images/SocialCompetition/cd-icon-user.svg") no-repeat 16px center;
}

.cd-form input.user {
    background: url("/Assets/images/SocialCompetition/cd-icon-user.svg") no-repeat 16px center, url("/Assets/images/red_asterisk.gif") no-repeat 97% 50% !important;
}

.cd-form input.password {
    background: url("/Assets/images/password.png") no-repeat 16px center, url("/Assets/images/red_asterisk.gif") no-repeat 97% 50%;
}

.cd-form .email {
    background: url("/Assets/images/email.png") no-repeat 16px center,url("/Assets/images/red_asterisk.gif") no-repeat 97% 50%;
}

.cd-form [required].company {
    background: url("/Assets/images/SocialCompetition/cd-icon-company.svg") no-repeat 16px center, url("/Assets/images/SocialCompetition/cd-required.svg") no-repeat top right;
}

.cd-form .email {
    background: url("/Assets/images/SocialCompetition/cd-icon-email.svg") no-repeat 16px center,url("/Assets/images/red_asterisk.gif") no-repeat 97% 50% !important;
}

.cd-form [required].email {
    background: url("/Assets/images/SocialCompetition/cd-icon-email.svg") no-repeat 16px center, url("/Assets/images/SocialCompetition/cd-required.svg") no-repeat top right;
}

.cd-form select.budget {
    background: url("/Assets/images/country.png") no-repeat 16px center;
}

.cd-form .message {
    background: url("/Assets/images/password.png") no-repeat 16px center, url("/Assets/images/red_asterisk.gif") no-repeat 97% 50%;
}

.cd-form select.language {
    background: url("/Assets/images/languages.png") no-repeat 16px center;
}

.cd-form [required].message {
    background: url("/Assets/images/SocialCompetition/cd-icon-message.svg") no-repeat 16px 16px, url("/Assets/images/SocialCompetition/cd-icon-message.svg") no-repeat 16px 16px, url("/Assets/images/red_asterisk.gif") no-repeat 97% 7%;
}

/* -------------------------------- 

FLoating labels 

-------------------------------- */


.js .floating-labels .cd-label {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 1.6rem;
    cursor: text;
    -webkit-transition: top 0.2s, left 0.2s, font-size 0.2s;
    -moz-transition: top 0.2s, left 0.2s, font-size 0.2s;
    transition: top 0.2s, left 0.2s, font-size 0.2s;
}

.js .floating-labels .icon .cd-label {
    left: 56px;
}

.js .floating-labels .cd-label.float, .js .floating-labels .cd-label:visited.float, .js .floating-labels .cd-label:focus.float {
    /* move label out the input field */
    font-size: 1.2rem;
    top: -16px;
    left: 0 !important;
}


/*Start Modern Form*/
/********************************************************************************************************************/






























.padding-left-0 {
    padding-left: 0 !important;
}
/********************************************************************************************************************/
/**********************************************Social Competition*****************************************************/
/********************************************************************************************************************/
/*Register Page Start Here*/


.custom-register {
    padding-top: 20px;
}

    .custom-register .transportRow, .custom-register .form-element-holder {
        display: block;
    }

    .custom-register label {
        float: left;
    }

    .custom-register .input-form {
        float: right;
    }

.margin-bott-10 {
    margin-bottom: 10px;
}

.custom-register .select-image-dropdown {
    float: right;
    background-color: #ececec;
    color: #484848;
    width: 260px;
    border: 0;
}

.delete-story-modal {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/*.custom-register .banner-buttons-red.create-profile-btn {
    float: right;
    margin-top: 5px;
    margin-bottom: 0;
    margin-right: 79px;
    width: 250px;
    height: 28px;
    padding: 5px;
    padding-top: 9px;
}*/

.reg-col-right {
    float: right;
}

.custom-register .dd-slick-wrapper {
    float: right;
    background-color: #ececec;
    color: #484848;
    width: 260px;
    border: 0;
}

.custom-register .form-element-holder .dd-selected {
    color: #484848;
    font-weight: normal;
    padding: 6px;
    background-color: #ececec;
}

.custom-register .intl-tel-input {
    width: 100%;
}

.intl-tel-input #phone {
    border: 1px solid #cfd9db !important;
    box-shadow: none !important;
}

.custom-register input.allow-dropdown input[type=tel] {
    background: transparent;
}

.custom-login .form .submit {
    width: 91px;
    text-align: center;
}

.custom-login .signup_nav_wrap .form .more_link {
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: right;
    font-weight: bold;
}





@media only screen and (min-width: 600px) {
    .js .floating-labels legend + div {
        /* reduce margin-top for first form element after the legend */
    }

    .js .floating-labels .cd-label {
        top: 20px;
    }
}

.cd-form .budget {
    position: relative;
    top: 0px;
}

.cd-form .icon h4 {
    margin-bottom: 5px;
    display: block;
}

.cd-select select {
    background-color: #fff !important;
}

.custom-register .create-profile-btn {
    margin-top: 2px !important;
}

.intl-tel-input {
    display: block !important;
}

.social .facebook, .forgotten_nav_wrap .social .facebook, .signup_nav .confirmation_nav_wrap .social .facebook {
    background-color: #43619b;
}

    .signup_nav .signup_nav_wrap .social .facebook .facebook-icon, .signup_nav .forgotten_nav_wrap .social .facebook .facebook-icon, .signup_nav .confirmation_nav_wrap .social .facebook .facebook-icon {
        float: left;
        width: 40px;
        height: 39px;
        display: block;
        background: url(/Assets/images/sprites.png) -200px -155px no-repeat;
    }

.custom-login {
    width: auto !important;
    max-width: inherit !important;
}

    .custom-login .signup_nav_wrap {
        padding: 0 !important;
        max-width: inherit !important;
    }

        .custom-login .signup_nav_wrap .form .field, .custom-login .forgotten_nav_wrap .form .field, .custom-login .confirmation_nav_wrap .form .field, .custom-login .signup_nav_wrap .form, .custom-login .forgotten_nav_wrap .form, .custom-login .confirmation_nav_wrap .form {
            width: 100% !important;
            float: none !important;
        }

        .custom-login .signup_nav_wrap input, .custom-login .forgotten_nav_wrap input, .custom-login .confirmation_nav_wrap input {
            float: none !important;
            height: inherit !important;
        }

.custom-login {
    z-index: 9 !important;
}

    .custom-login .signup_nav_wrap .form .submit, .custom-login .forgotten_nav_wrap .form .submit, .custom-login .confirmation_nav_wrap .form .submit {
        float: none !important;
    }

    .custom-login .signup_nav_wrap .form .field {
        margin-top: 0px;
    }

    .custom-login .signup_nav_wrap .form .submit {
        margin-top: 10px;
        display: block;
        width: 148px;
    }

#social-competition {
    margin-left: -1px;
}

#social-competition {
}

/*#featuredStoriesList {
    margin-top: -175px;
}*/

.field .icon {
    margin-top: 0px;
}

#social-competition .panel .bg img {
    width: 100% !important;
}

#social-competition .signup_nav {
    background: transparent;
}

#social-competition .signup-title, #social-competition .signup-title h1 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 42px;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
}

    h2, #social-competition .signup-title h2 {
        color: #fff;
        font-size: 25px;
        margin-bottom: 10px;
    }

.main-reg {
    background: transparent;
    position: relative;
    z-index: 99;
    padding: 0px;
}

.create-user-info strong {
}

.cd-form input[type="text"], .cd-form input[type="password"] {
    background-color: #fff !important;
}

.cd-form-list label, .cd-form-list a {
    color: #fff !important;
}

.cd-form-list a {
    text-decoration: underline;
}

    .cd-form-list a:hover {
        text-decoration: none;
    }

.main-reg .banner-buttons-red {
    margin-top: -8px !important;
}

.storytile {
    width: 50%;
    float: left;
    position: relative;
    margin-bottom: 0px;
    min-height: 240px;
    max-height: 240px;
    max-width: 240px;
}

a.likeLnk {
    width: 100%;
    float: left;
    text-align: center;
    cursor: pointer;
    height: 36px;
    padding-top: 3px;
    font-size: 22px;
    position: relative;
    margin-left: 1px;
}

.like-container a {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.storiesListHeader h1 {
    margin-top: 0;
}

.like-container a.likeLnk:first-child:before {
    content: "";
    position: absolute;
    height: 30px;
    right: 0;
}

.storyMiniWrap .storytile:nth-child(2n) a.likeLnk {
    width: 99%;
}

.storyMiniWrap .storytile:last-child .like-container {
    height: 35px;
}

.storyTitle {
    position: absolute;
    bottom: 65px;
    color: #fff;
    width: 95%;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
}

.trans-tile {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: rgba(0,0,0,0.2);
    top: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.1) 25%,rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(25%,rgba(0,0,0,.1)),color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.1) 25%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.1) 25%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.1) 25%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.1) 25%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#000000',GradientType=0);
}

#featuredStories .trans-tile {
    border: 1px solid #fff;
}

.storyMiniWrap .storytile:first-child .trans-tile {
    border: 0;
}

.storyMiniWrap .storytile:nth-child(2) .trans-tile {
    border-bottom: 0 !important;
}

.storyMiniWrap .storytile:nth-child(4n) .trans-tile {
    border-bottom: 1px solid #fff;
    min-height: 241px;
}

.storyMiniWrap .storytile:nth-child(3) .trans-tile {
    border-right: 0;
    border-bottom: 0;
    min-width: 241px;
    min-height: 241px;
}

.storyMiniWrap .storytile:last-child {
    min-width: 241px;
}

.like-wrap {
}

.imgStoryImageInline {
    max-width: 240px;
    height: 240px;
    max-height: 240px;
}

.storyImg img {
    width: 100%;
    min-height: 240px;
    max-height: 240px;
}

.storyImg {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    min-height: 240px;
    max-height: 240px;
}

.imgStoryImageInline {
    margin-bottom: 0 !important;
}

.slick-next {
    right: -1px !important;
}

.new-arrow-slick-next {
    right: -19px !important;
}

.slick-prev {
    left: -1px !important;
}

.new-arrow-slick-prev {
    left: -39px !important;
}

.slick-prev, .slick-next {
    z-index: 99 !important;
}

.likeImg {
    height: 20px;
    display: block;
    margin: 0 auto;
}

.topStoriesListContainer .storytile {
    margin-right: 20px !important;
}

.close {
    float: right;
    font-size: 35px !important;
    font-weight: bold;
    line-height: 1;
    color: #009ade !important;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1 !important;
}

/*.topStoriesListContainer .imgStoryImageInline {
    min-height: 190px;
    max-height: 190px;
    height: 190px;
}

.topStoriesListContainer .storyImg img {
    width: 100%;
    min-height: 190px;
    max-height: 190px;
}*/
.topStoriesListContainer .storyInnerWrap {
    max-width: inherit !important;
}

.topStoriesListContainer .slick-slider {
    margin: 0 -10px;
}

.topStoriesListContainer .slick-slide {
    max-height: inherit !important;
    min-height: inherit !important;
}

.topStoriesListContainer .imgStoryImageInline, .topStoriesListContainer .storyImg img {
}

.topStoriesListContainer .storyImg img {
    max-width: 100%;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
}

.topStoriesListContainer .storyImg:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.topStoriesListContainer .storyTitle {
    cursor: pointer;
    width: auto !important;
}

.img-det {
    width: 100%;
    min-height: 300px;
    background-position: center center;
    background-size: cover;
}

.storyDetailWrap {
    max-height: 300px;
    position: relative;
    padding: 0px 10px;
}

button.close {
    outline: 0;
}

.prevButton {
    position: absolute;
    top: 50%;
    left: -10px;
    cursor: pointer;
    background: url("/Assets/images/sprites.png") -48px -130px no-repeat;
    width: 14px;
    height: 24px;
    text-indent: -9999px;
}

    .prevButton:hover {
        background: url("/Assets/images/sprites.png") -32px -130px no-repeat;
    }

.nextButton {
    position: absolute;
    top: 50%;
    right: -10px;
    cursor: pointer;
    background: url("/Assets/images/sprites.png") -16px -130px no-repeat;
    width: 14px;
    height: 24px;
    display: block;
    float: left;
    margin-left: 15px;
    text-indent: -9999px;
}

    .nextButton:hover {
        background: url("/Assets/images/sprites.png") 0px -130px no-repeat;
    }














/*#social-competition .more_link, #social-competition .btnRegister {
    color: #fff;
}*/

#social-competition .slick-prev:before, #social-competition .slick-next:before {
    display: block;
}

body #social-competition .slick-prev, body #social-competition .slick-next {
    position: absolute;
    top: 50%;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    display: block !important;
}

    /*color: #fff;
    width: 35px;
    height: 35px;
    background-color: #555;
    border-radius: 50%;*/


    body #social-competition .slick-prev::before {
        content: "\e079";
    }

    body #social-competition .slick-next::before {
        content: "\e080";
    }

.comp-view-more {
    display: block;
    padding: 10px;
    background: #ccc;
    color: #fff;
    text-align: center;
    min-width: 250px;
    max-width: 250px;
    margin: 25px auto;
}

    .comp-view-more:hover {
        color: #fff;
    }

.story_listing_button {
    margin: 15px 0px;
}

/*.storytile 
    */
.slider-arrows {
}

body .like-container {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    width: 240px !important;
    height: 36px;
    bottom: 36px;
    z-index: 2;
    max-width: 240px;
    overflow: hidden;
}

.like-container span {
    line-height: 16px;
    color: #484848;
    font-weight: 700;
    font-size: 18px;
}

.like-container a:hover:first-child, .like-container a.active {
    background-color: rgba(27, 153, 214, 0.6);
}

.story-detail-like a:hover span, .story-detail-like a.active span {
    color: rgba(27, 153, 214, 0.6);
}

.story-detail-like a.active:hover {
    color: rgba(27, 153, 214, 0.6);
    cursor: default;
}

.like-container a:hover:nth-child(2), .like-container a.inactive {
    background-color: rgba(175, 36, 133, 0.6);
}

.like-container a.anchorDisable {
    /*pointer-events: none;*/
    cursor: default;
}

.like-container a.active:hover:first-child {
    background-color: rgba(27, 153, 214, 0.6);
    cursor: default;
}

.like-container a.inactive:hover:nth-child(2) {
    background-color: rgba(175, 36, 133, 0.6);
    cursor: default;
}

.like-container a.anchorDisable:hover:first-child {
    /*pointer-events: none;*/
    background-color: transparent !important;
}

.like-container a.anchorDisable:hover:nth-child(2) {
    /*pointer-events: none;*/
    background-color: transparent !important;
}

body #social-competition .new-arrow-slick-prev, body #social-competition .new-arrow-slick-next {
    position: absolute;
    top: 50%;
    display: inline-block;
    font-family: 'Glyphicons Halflings' !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    display: block !important;
}

.new-arrow-slick-prev, .new-arrow-slick-next {
    color: #fff;
    width: 35px;
    height: 35px;
    background-color: #555;
    border-radius: 50%;
}

body #social-competition .topStoriesListContainer a.new-arrow-slick-prev:hover, body #social-competition .topStoriesListContainer a.new-arrow-slick-next:hover {
    background-color: #009ade !important;
    color: #fff !important;
}

body #social-competition .new-arrow-slick-prev::before {
    content: "\e079";
    left: 8px;
    position: absolute;
    top: 7px;
    font-size: 18px;
}

body #social-competition .new-arrow-slick-next::before {
    content: "\e080";
    left: 8px;
    position: absolute;
    top: 7px;
    font-size: 18px;
}

body #social-competition .new-arrow-slick-prev, body #social-competition .new-arrow-slick-next {
    top: 40%;
}

.storyMiniWrap {
    position: relative;
    margin-left: 0;
    max-width: 480px;
    float: right;
}

.glyphicon-trash {
    color: #bbb;
}

.glyphicon-ok, .succes-tick span {
    color: #2c97de !important;
}
/*.storyMiniWrap .storytile:nth-child(2n) .like-container a {
    width: 49.7%;
}
.storyMiniWrap .storytile:nth-child(5n) .like-container {
    bottom:37px;
}
.storyMiniWrap .storytile:nth-child(5n) .like-container a {
    width: 49.7%;
}*/
.cd-form textarea {
    background-color: #fff !important;
}

#topStories a.likeLnk {
    height: 35px;
}

#winnerStories a.likeLnk {
    height: 35px;
}

#winnerStories a.likeLnk {
    height: 35px;
}

.cd-label.float, .white {
    color: #fff !important;
}

.preview-area img {
    margin-right: 10px;
}

.topStoriesListContainer {
    margin-bottom: 0 !important;
}

    .topStoriesListContainer .like-wrap {
        position: absolute;
        width: 240px;
    }

    .topStoriesListContainer .trans {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        background-color: rgba(0,0,0,0.2);
        top: 0;
    }

.upl-img {
    position: relative !important;
    max-width: 90px;
    float: left;
    margin-right: 5px;
    margin-bottom: 12px;
}

    .upl-img img {
        height: 90px;
        width: 100%;
        object-fit: cover;
        -o-object-fit: cover;
    }

.del-upl {
    position: absolute !important;
    right: -5px;
    max-width: 70px;
    top: -10px;
    cursor: pointer;
}

    .del-upl span {
        color: #f00;
    }

.storyInnerWrap {
    position: relative;
    max-width: 100%;
}

/*#allStoriesList .storytile {
    width: 24.7%;
    float: left;
    margin-left: 0%;
    margin-right: 0.38%;
    margin-bottom: 4px;
}*/

#allStoriesList .storytile:nth-child(4n+4) {
    margin-right: 0 !important;
}

#allStoriesList .imgStoryImageInline, #allStoriesList .storyInnerWrap {
    width: 100%;
    max-width: 100%;
}

.imgStoryImageInline {
    max-height: 240px;
    overflow: hidden;
    max-width: 240px;
    -webkit-transition: max-width .5s ease-out; /* Saf3.2+, Chrome */
    -moz-transition: max-width .5s ease-out; /* FF4+ */
    -ms-transition: max-width .5s ease-out; /* IE10? */
    -o-transition: max-width .5s ease-out; /* Opera 10.5+ */
    transition: max-width .5s ease-out;
}

    .imgStoryImageInline img {
        width: 100%;
        -webkit-transition: margin-top .5s ease-out; /* Saf3.2+, Chrome */
        -moz-transition: margin-top .5s ease-out; /* FF4+ */
        -ms-transition: margin-top .5s ease-out; /* IE10? */
        -o-transition: margin-top .5s ease-out; /* Opera 10.5+ */
        transition: margin-top .5s ease-out;
    }

.container-list {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
}

.slide-list-wrap {
    display: block;
    max-width: 150px;
    max-height: 125px;
    overflow: hidden;
}

.slick-slide {
    float: left !important;
}

.media {
    margin-top: 0;
}

@media only screen and (min-width: 1160px) {
    .image-wrap {
        max-width: 1000px;
    }
}








#allStoriesList .imgStoryImageInline {
    width: 100%;
}

.storyDescription {
    min-height: 275px;
    max-height: 275px;
    border: 1px solid #ccc;
    padding: 10px;
}

.story-img-list {
    max-height: 275px;
}

    .story-img-list img {
        max-height: 275px;
        height: 100%;
    }

.list-story-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

body #social-competition .alert {
    border-radius: 0;
    position: relative;
}

.list-bott-btn {
    position: absolute;
    bottom: -40px;
    right: 10px;
}

.hour-glass span {
    color: #c22c91;
}

.succes-tick span {
    color: #589442;
}

.remove-cross span {
    color: #c22c91;
    font-size: 14px;
    font-family: 'Open Sans',sans-serif !important;
}

.edit-icon span {
    color: #1e9edc;
}
/*.storytile 
*/
body #social-competition input[type=file] {
    margin: 15px 0px !important;
}

.marg-bottom-10 {
    display: block;
    margin-bottom: 10px;
}

body #social-competition .media-left img {
    width: 150px;
    height: 125px;
}

body #social-competition .media {
    border: 1px solid #ccc;
    padding: 15px;
    width: 99.7%;
    position: relative;
    border-bottom: 0;
}

body #social-competition .media-wrap div.media:last-child {
    border-bottom: 1px solid #ccc !important;
}

body #social-competition .media .trash-list {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #f00;
    cursor: pointer;
    font-size: 20px;
}

.list-action-icons {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 20px;
    cursor: pointer;
}

.edit-list {
    color: #2c97de;
}

.media {
    overflow: inherit !important;
}

.media-wrap .media:last-child {
    border-bottom: 1px solid #ccc !important;
}

.submit-sc {
    position: relative;
    display: block;
    background-color: #009ade;
    padding: 15px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 15px;
    transition-duration: 0.5s;
    transition-property: background-color;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    min-width: 150px;
}

    .submit-sc:hover {
        color: #fff;
        background-color: #0077c0;
    }

#storiesList .submit-sc {
    float: right;
}

.grey-submit {
    background: #ccc;
    font-size: 18px;
    line-height: 1.3;
    padding: 10px 20px;
    clear: both;
    border: 0;
    margin-top: 15px;
    display: block;
    color: #fff;
    max-width: 250px;
    text-align: center;
}

body #social-competition .signup_nav .signup_nav_wrap .signup-title {
    line-height: inherit;
}

.grey-submit:hover {
    background: #ddd;
    color: #fff;
}

.btn-center {
    display: block;
    text-align: center;
    max-width: 270px;
    margin: 0 auto;
}

    .btn-center .submit-sc {
        display: block;
        text-align: center;
        margin: 10px auto;
    }

.reg-adjust {
    margin-top: -8px;
}

.or-span {
    display: block !important;
    text-align: left;
    margin-top: 3px;
    margin-bottom: 31px;
    font-size: 32px;
}

.header-social-text {
    color: #fff;
    padding-left: 30px;
}

    .header-social-text li {
        padding-bottom: 10px;
        position: relative;
        padding-left: 18px;
    }

        .header-social-text li span {
            font-size: 16px;
            font-weight: 400;
        }

            .header-social-text li span:before {
                position: absolute;
                display: inline-block;
                font-family: 'Glyphicons Halflings';
                font-style: normal;
                font-weight: 400;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\e258";
                left: -8px;
                top: 3px;
            }

#allStoriesList {
    max-width: 1020px;
    margin: 25px auto 25px auto;
    padding-top: 25px;
}

    #allStoriesList .storytile {
        margin-right: 20px;
        margin-bottom: 20px;
    }
/********************Story Detail *******************/
#storyDetailPanel {
    max-width: 600px;
    margin: 0 auto;
    background: #fff !important;
    min-height: 350px !important;
}

.imageList {
    text-align: center;
}

    .imageList img {
        width: 100%;
        height: 150px;
    }

.imgListWrap {
    width: 24.5%;
    display: inline-block;
}

.ui-dialog {
    position: fixed !important;
    height: auto !important;
    width: 100% !important;
    /*top: 20;*/
    /* left: 801.5px; */
    display: block !important;
    height: 100% !important;
    min-height: 100% !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
    z-index: 9999 !important;
}

.imageList {
    margin-bottom: 0;
}

#storyDetailPanel .imageList img {
    min-height: 300px;
}

#storyDetailPanel .storyDetails {
    margin-bottom: 15px;
}

.storyDetails {
    font-weight: 300;
}

.like-container-relative {
    position: relative;
}

    .like-container-relative a {
        background: rgba(0, 0, 0, 0.6);
    }

.modal-backdrop {
    z-index: 9995;
}

.modal {
    z-index: 9999;
}

.like-container span {
    display: inline-block;
    position: relative;
}

    .like-container span:first-child {
        position: relative;
        top: -2px;
    }



.social .facebook, .social .facebook, .social .facebook {
    background-color: #43619b;
}

.social a, .social a, .social a {
    display: block;
    float: left;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    width: 220px;
    height: 39px;
    padding-top: 1px;
    margin-bottom: 20px;
}

.social .facebook .facebook-icon, .social .facebook .facebook-icon, .social .facebook .facebook-icon {
    float: left;
    width: 40px;
    height: 39px;
    display: block;
    background: url(/Assets/images/sprites.png) -200px -155px no-repeat;
}

.social .google, .social .google, .social .google {
    background-color: #ef6666;
}

.social a, .social a, .social a {
    display: block;
    float: left;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    width: 220px;
    height: 39px;
    padding-top: 1px;
    margin-bottom: 20px;
}

.social .google .google-icon, .social .google .google-icon, .social .google .google-icon {
    float: left;
    width: 40px;
    height: 39px;
    display: block;
    background: url(/Assets/images/sprites.png) -240px -155px no-repeat;
}

.social .facebook:hover, .social .facebook:hover, .social .facebook:hover {
    background-color: #364d7f;
}

.social .google:hover, .social .google:hover, .social .google:hover {
    background-color: #cb5959;
}

.social a, .social a, .signup_nav .confirmation_nav_wrap .social a, .signup_nav .signup_nav_wrap .separator, .signup_nav .forgotten_nav_wrap .separator, .signup_nav .confirmation_nav_wrap .separator, .breadcrumbs, .map_dubai .saved_places h3, .hero_button {
    font-family: 'Open Sans',sans-serif;
}

.social a {
    font-weight: 700;
}

.social .twitter {
    background-color: #3fa7d0;
}







#fileUploadarea {
    position: relative;
    overflow: hidden;
}

    #fileUploadarea input[type="file"] {
        display: none;
    }

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    background-color: #c22c91;
    color: #fff !important;
    transition-duration: 0.25s;
    transition-property: background-color;
}

    .custom-file-upload span {
        color: #fff;
    }

    .custom-file-upload:hover {
        background-color: #0077c0;
    }

/*Updated Work*/
.max-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

    .max-container #storiesList .btn-center-bott .submit-sc {
        float: none;
        margin-top: 10px;
    }

#storyDetailPanel h6, #storyDetailPanel h5 {
    margin: 5px 0px;
    display: block;
}

#storyDetailPanel span.storyDetailUserName, #storyDetailPanel .storyDetailDate {
    display: block;
}

.storyProvider {
}

.storyDetailUserName {
    margin-top: 26px;
    margin-left: 7px;
}

.storyDetailDate {
    margin-top: 18px;
    margin-left: 7px;
    font-size: 13px;
}

.story-detail-like span {
    color: #484848;
    font-size: 20px;
}

.storyDetailName h5 b, .storyDetailName h6 b {
    display: block;
    margin-left: 3px;
}

#storyDetailPanel .imageList {
    margin-bottom: 15px;
}

.story-detail-like a {
    width: auto;
    float: right;
    margin-left: 15px;
}

.modal-backdrop {
    z-index: 9991 !important;
}

.modal {
    z-index: 9999 !important;
}

.story-detail-like {
    position: absolute;
    right: 0;
    z-index: 999;
    top: 10px;
}

#storyDetailPanel .relative {
    z-index: 99;
}

.pink {
    background-color: #c22c91 !important;
}

#topStories .submit-sc {
    margin-top: 25px;
    margin-bottom: 25px;
}

#winnerStories .submit-sc {
    margin-top: 25px;
    margin-bottom: 25px;
}

#topStories {
    max-width: 1040px;
    margin: 0 auto;
}

#winnerStories {
    max-width: 1040px;
    margin: 0 auto;
}
/*******************************/
#divHomeWrap {
    max-width: 100% !important;
}

#social-competition .signup_nav .signup_nav_wrap .social .facebook .facebook-icon, #social-competition .signup_nav .signup_nav_wrap .social .google .google-icon {
    margin-top: -1px;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
}

.modal .modal-dialog {
    margin-top: 50px;
    margin-bottom: 50px;
}

.padding-30 {
    padding: 30px !important;
}

#social-competition .forgot-login-link {
    float: right;
}

.topStoriesHeader h2 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.winnerStoriesHeader h2 {
    margin-top: 25px;
    margin-bottom: 25px;
}

#storyDetailPanel .like-container {
    background: transparent;
}

#story-detail-login-error {
    position: absolute;
    color: #f00;
    font-size: 13px;
    right: 0;
    top: -9px;
}

.terms-modal {
    overflow: hidden;
}

    .terms-modal .modal-body {
        height: 450px;
        overflow: auto;
    }

#pnlRules ul, #pnlRules ul li {
    list-style-type: disc !important;
    list-style-position: inside;
}

.terms-modal .modal-body, .rules-modal .modal-body {
    padding: 15px 15px 30px 15px !important;
}

.login-text {
    background: none !important;
    text-align: left;
    padding-left: 0 !important;
}
/*CUSTOM MEDIA QUERIES*/
/*******************************/
/********************************************************************************************************************/
/********************************************************************************************************************/
/********************************************************************************************************************/
/* Large desktops and laptops */
@media (min-width: 1200px) {
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .storyImg img, .imgStoryImageInline {
        min-height: 200px;
        max-height: 200px;
    }

    .like-container {
        height: 36px !important;
    }

    .storyInnerWrap {
        max-width: 202px;
    }

    .storyMiniWrap {
        margin-left: 5%;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .storyImg img, .imgStoryImageInline {
    }

    .topStoriesListContainer .storyImg img {
    }

    .topStoriesListContainer .imgStoryImageInline {
    }

    .like-container {
        width: 100%;
    }

    .storyInnerWrap {
        max-width: 100%;
    }

    .like-container {
        height: 36px !important;
    }

    .storyMiniWrap {
        position: relative;
        margin-left: 3%;
    }

    .storytile {
        width: 100% !important;
        float: right;
    }

    #topStories {
        display: none;
    }

    #winnerStories {
        display: none;
    }

    .storyMiniWrap .storytile:last-child {
        min-width: 240px;
    }

    .container-list {
        padding-left: 15px;
        padding-right: 15px;
    }

    body #social-competition .media {
        width: 100%;
    }

    #featuredStoriesList {
        margin-top: -205px;
    }

    .storyMiniWrap .storytile:nth-child(3) .trans-tile {
        min-width: 240px;
    }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 1024px) {
    .storyImg img, .imgStoryImageInline {
    }

    .topStoriesListContainer .storyImg img {
    }

    .topStoriesListContainer .imgStoryImageInline {
    }

    .like-container {
        width: 100%;
    }

    .storyInnerWrap {
        max-width: 100%;
    }

    .like-container {
        height: 36px !important;
    }

    .storyMiniWrap {
        position: relative;
        margin-left: 3%;
    }

    .storytile {
        width: 100% !important;
        float: right;
    }

    #topStories {
        display: none;
    }

    #winnerStories {
        display: none;
    }

    .storyMiniWrap .storytile:last-child {
        min-width: 240px;
    }

    .container-list {
        padding-left: 15px;
        padding-right: 15px;
    }

    body #social-competition .media {
        width: 100%;
    }

    #featuredStoriesList {
        margin-top: -205px;
    }

    .storyMiniWrap .storytile:nth-child(3) .trans-tile {
        min-width: 240px;
    }

    .storyImg img, .imgStoryImageInline {
        min-height: 240px;
        max-height: 240px;
    }
}

@media (max-width: 991px) {
    .reg-form fieldset {
        margin-bottom: 0;
        margin-top: 0;
    }
}

@media (max-width: 1245px) {
    .custom-register {
        padding-left: 25px;
    }
}

@media (max-width: 1199px) {
    .custom-login .padding-left-0 {
        padding-left: 15px !important;
    }

    .reg-form .signup-title {
        margin-bottom: 20px;
    }

    .max-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .custom-login .signup_nav_wrap h2 {
        padding-bottom: 0;
    }

    .like-container span {
        display: block;
        text-align: center;
        padding-top: 6px;
    }

    .custom-login .signup_nav_wrap .form .forgot-login-link .more_link {
        margin-bottom: 0px !important;
    }

    .custom-login .forgot-login-link {
        margin-top: 0;
    }

    #social-competition .signup-title h1 {
        margin: 10px 0px !important;
    }

    #social-competition .signup-title, #social-competition .signup-title h1 {
        padding-bottom: 0 !important;
    }

        h2, #social-competition .signup-title h2 {
            margin-top: 0;
        }

    .storyImg {
        min-height: 115px;
        max-height: 115px;
    }

    .like-container a {
        height: 116px !important;
        padding-top: 34px;
        border: 0;
    }

    .reg-form fieldset fieldset:first-child {
        margin-top: 15px;
    }

    .storytile {
        max-width: 100% !important;
    }

    .separator {
        width: 0;
        height: 0;
    }

    .reg-form {
        padding: 10px;
    }

    .container {
    }

    .custom-login .signup_nav_wrap .social {
        float: none;
    }

    .container {
        max-width: 980px !important;
    }

    .custom-login .signup_nav_wrap, .custom-login .forgotten_nav_wrap, .custom-login .confirmation_nav_wrap {
        background: transparent !important;
    }

    .imgStoryImageInline {
        width: 100%;
    }

    a.likeLnk {
        /*width: 100% !important;*/
        border: 0;
        border-bottom: 1px solid #fff;
    }

    #featuredStories {
        margin-left: -14px;
        margin-right: -15px;
    }

    .responsive-feature-tile .storyImg img {
        width: 125px;
        min-height: 115px;
        max-height: 115px;
    }

    .responsive-feature-tile {
        background-color: #00aaae;
        position: relative;
        height: 115px;
        cursor: pointer;
        margin-top: 20px;
    }

        .responsive-feature-tile .imgStoryImageInline {
            width: 125px;
            float: left;
            height: 115px;
        }

        .responsive-feature-tile .storyTitle {
            position: relative;
            width: 70%;
            float: left;
            bottom: inherit !important;
            top: 15px;
        }

    .clear-740 {
        clear: both;
    }

    body .like-container {
        position: absolute;
        right: 15px;
        bottom: 0;
        width: 100% !important;
        height: 115px;
        max-width: 75px;
    }

    #allStoriesList .like-container {
        max-width: 60px;
    }

    #allStoriesList .storyTitle {
        width: 220px;
        bottom: 8px !important;
    }

    #allStoriesList a.likeLnk {
        border: 0 !important;
    }

    #allStoriesList .like-container a.likeLnk:first-child:before {
        border: 0 !important;
    }

    #allStoriesList .story_headline {
        margin-left: 0px;
    }

    #allStoriesList .storyTitle {
        bottom: 45px;
    }

    .responsive-feature-tile .storytile {
        margin-left: -15px;
    }

    #topStoriesList, .topStoriesHeader {
        display: none !important;
    }

    #winnerStories, .winnerStoriesHeader {
        display: block !important;
    }

    .storyTitle {
        font-size: 20px;
    }

    body #social-competition .responsive-feature-tile .slick-prev, body #social-competition .responsive-feature-tile .slick-next {
        display: none !important;
    }

    #allStoriesList .storytile {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .storyInnerWrap {
        width: 100% !important;
        max-width: 100% !important;
    }

    .storyMiniWrap {
        margin-left: 0;
    }

    .story_headline {
        float: left;
        width: 60%;
        margin-left: 125px;
    }

    body #social-competition .media {
        width: 100%;
    }

    body #social-competition .media-left img {
        height: 100px;
    }

    body #social-competition .media-left img {
        width: 100px;
        height: 100px;
    }

    .list-action-icons {
        right: 7px;
        top: 7px;
    }

    body #social-competition .media .trash-list {
        right: 7px;
        bottom: 7px;
    }

    #featuredStoriesList {
        margin-top: inherit !important;
    }

    .or-span {
        margin-top: -5px;
        margin-bottom: 24px;
        font-size: 22px;
    }

    #storyDetailPanel a.likeLnk {
        width: auto !important;
    }

    .social-forgot-dialogue {
        position: fixed !important;
        width: inherit !important;
        left: 0;
        max-width: 90%;
        left: 5%;
        right: 5%;
        margin-left: inherit !important;
    }

    .social-forgot-dialogue {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .storyMiniWrap {
        position: relative;
        margin-left: 0;
        max-width: 100%;
        float: none;
    }

        .storyMiniWrap .storytile .trans-tile, .storytile {
            min-height: 115px !important;
            max-height: 115px !important;
        }

    #featuredStoriesList .trans-tile {
        background: none !important;
        z-index: -1 !important;
    }

    .storyMiniWrap {
        margin-bottom: 0;
    }

    .main-bg {
        padding-bottom: 0 !important;
    }

    #social-competition .signup-title, #social-competition .signup-title h1 {
        font-size: 30px;
        margin: 10px 0px !important;
    }

    .cd-form .cd-form-list li {
        margin: 0 5px 16px 0;
    }

    #featuredStoriesList .trans-tile {
        border: 0;
    }

    #featuredStoriesList .storyMiniWrap .storytile:nth-child(5n) .like-container {
        bottom: 0;
    }

    .zoom:hover,
    .zoom:active,
    .zoom:focus {
        /**adjust scale to desired size, 
add browser prefixes**/
        -ms-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        position: relative;
    }

    .upl-img {
        max-width: 49%;
        margin-right: 1%;
    }

        .upl-img img {
            height: 125px !important;
            width: 100% !important;
        }

    .main-bg {
        padding-top: 15px !important;
    }

    body #allStoriesList .like-container {
        right: 0;
    }

    body #allStoriesList .trans-tile {
        max-height: 175px;
    }

    body #allStoriesList .storytile, body #allStoriesList .storyImg {
        min-height: 175px !important;
        max-height: 175px !important;
    }

        body #allStoriesList .storytile .like-container a {
            height: 175px !important;
            padding-top: 66px;
            border: 0 !important;
        }

    body #allStoriesList .like-container {
        height: 175px !important;
        border: 0 !important;
    }

    #allStoriesList a.likeLnk {
        border-bottom: 1px solid #fff !important;
    }

    .container-list {
        padding-left: 15px;
        padding-right: 15px;
    }

    .media-body {
        width: 78% !important;
    }

    .content_wrap .content_cell.main_cell {
        min-height: inherit !important;
        max-height: 480px;
    }

    .like-container a.likeLnk:first-child:before {
        border-right: 0 !important;
    }

    #allStoriesList .pull-right {
        float: left !important;
    }

    .storyDetails {
        height: 100px;
        overflow: scroll;
        overflow-x: hidden;
    }

    .login-text {
        padding-top: 0;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    body #social-competition .media-left img {
        width: 60px;
        height: 60px;
    }

    .list-action-icons.remove-cross {
        right: 5px;
        top: 5px;
    }

    /*Added to fix the Rejected Message*/
    .list-action-icons.remove-cross {
        position: static;
    }

        .list-action-icons.remove-cross span {
            font-size: 13px;
        }

    /*----*/

    body #social-competition .media .trash-list {
        right: 5px;
        bottom: 5px;
    }

    body #social-competition .media {
        padding: 10px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
        max-width: 1170px;
    }
}

/*New image style*/
.modal-body .storyDetailWrap .img-det {
    background-size: contain !important;
    background-repeat: no-repeat;
}



html body.zh .glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}
