﻿*
{
    margin: 0;
    padding: 0;
}


@font-face
{
    font-family: 'Futuris';
    src: url('fonts/Futuris.eot');
    src: local('☺'), url('fonts/Futuris.woff') format('woff'), url('fonts/Futuris.ttf') format('truetype'), url('fonts/Futuris.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Futuris_Bold';
    src: url('fonts/Futuris Bold.eot');
    src: local('☺'), url('fonts/Futuris Bold.woff') format('woff'), url('fonts/Futuris Bold.ttf') format('truetype'), url('fonts/Futuris Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'PT_Sans_Caption';
    src: url('fonts/PT_Sans_Caption.eot');
    src: local('☺'), url('fonts/PT_Sans_Caption.woff') format('woff'), url('fonts/PT_Sans_Caption.ttf') format('truetype'), url('fonts/PT_Sans_Caption.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


html
{
    background: url("images/comingsoonbg.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


body
{
    margin: 0;
    padding: 0;
    font: 14px Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
}

.wrapper
{
    margin: auto;
    width: 980px;
}

html, body, .wrap
{
    height: 100%;
    min-width: 980px;
}

    body > .wrap
    {
        height: auto;
        min-height: 100%;
    }


input, select
{
    background: #fff;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


textarea
{
    resize: none;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

::-webkit-input-placeholder
{
    color: #a9a9a9;
}

:-moz-placeholder
{
    color: #a9a9a9;
}

::-moz-placeholder
{
    color: #a9a9a9;
}

:-ms-input-placeholder
{
    color: #a9a9a9;
}

li
{
    list-style: none;
}

a
{
    text-decoration: none;
}

img
{
    border: none medium;
}

a img
{
    outline: none medium;
}

.clear
{
    clear: both;
}

.left
{
    float: left !important;
}

.right
{
    float: right !important;
}

.white
{
    color: #fff;
}

.grey
{
    color: #7e7d7d;
}

.orange
{
    color: #F33452 !important;
}


/*______ Header __*/

.header
{
    height: 58px;
}

    .header .wrapper
    {
        position: relative;
    }

h1.logo
{
    position: absolute;
    top: 13px;
    left: 235px;
    display: block;
}

    h1.logo a
    {
        background: url("images/sprite.png") no-repeat 0 -247px;
        width: 274px;
        height: 26px;
        display: block;
        text-indent: -9999px;
    }



/*______ MAIN MENU __*/
.top_menu
{
    height: 60px;
    padding-top: 16px;
    border-top: 1px solid #ACAEB0;
    -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.7);
}

ul.mein_menu
{
    height: 47px;
    overflow: hidden;
}

    ul.mein_menu li
    {
        float: left;
        margin: 0 0 0 108px;
        height: 47px;
        position: relative;
    }

    ul.mein_menu.my_orders li
    {
        margin: 0 0 0 83px;
    }

    ul.mein_menu li a
    {
        color: #FFFFFF;
        display: block;
        font: 21px/22px 'Futuris';
        margin-top: 13px;
        position: relative;
        z-index: 10;
        padding: 0 8px 0 3px;
    }

    ul.mein_menu li:hover span,
    ul.mein_menu li.active_item span
    {
        display: block;
    }

    ul.mein_menu li span
    {
        background: #ED1A3B;
        bottom: 13px;
        display: none;
        height: 6px;
        left: 1px;
        position: absolute;
        width: 100%;
        z-index: 1;
    }

li.mein_menu_aboutUs
{
    margin: 0 !important;
}

/*______ Content __*/
.content .wrapper
{
    overflow: hidden;
    padding-top: 20px;
    position: relative;
    /*z-index: 1000;*/
}

.content
{
    padding-bottom: 65px;
}


/*______ CONTAINER LEFT   __*/

.container_left
{
    float: left;
    height: auto;
    padding: 0 0 0 15px;
    width: 70%;
}

.container_block
{
    height: auto;
    float: left;
    background: #EDF4F9;
    margin-bottom: 40px;
    width: 100%;
    -webkit-box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.6);
    box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


/*______ CONTAINER RIGHT   __*/

.section_right
{
    width: 26%;
    float: right;
}

.section_block
{
    background: #edf4f9;
    color: #fff;
    margin-bottom: 20px;
    padding: 10px;
    height: auto;
    width: 88%;
    -webkit-box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.6);
    box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.login_block
{
    background: #36383a !important;
}

.login_back_div
{
    background: url('images/back.png') no-repeat scroll 0 0 transparent;
    width: 9px;
    height: 13px;
    cursor: pointer;
    display: none;
}

.login_side
{
    display: block;
}

.registration_side
{
    display: none;
}

.login_top
{
    margin: 15px 15px 18px 10px;
    overflow: hidden;
}

    .login_top li
    {
        overflow: hidden;
        margin: 0 0 10px 0;
    }

        .login_top li label
        {
            display: block;
            color: #d7d7d7;
            font: 18px Futuris;
            text-transform: capitalize;
            margin: 0 0 8px 0;
        }

        .login_top li input[type="text"],
        .login_top li input[type="password"]
        {
            background: #fff;
            border: 1px solid #FFF;
            color: #414141;
            display: block;
            font: 18px 'Futuris';
            margin: 0;
            padding: 5px 5px 5px 8px;
            width: 93%;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

        .login_top li input[type="checkbox"]
        {
            float: left;
            margin: 0 10px 0 0;
        }

        .login_top li span
        {
            color: #fff;
            float: left;
            font: 14px Futuris;
            cursor: default;
            width: 78%;
        }

.login_bttm
{
    margin: 0 10px 20px;
    text-align: center;
}

    .login_bttm .bttn_orange
    {
        margin-bottom: 15px;
    }

    .login_bttm p.white
    {
        margin: 18px 0 10px;
        font: 16px Futuris;
        cursor: default;
    }

.social_bttns
{
    height: 23px;
    margin: 0 0 20px 55px;
    width: 102px;
}

    .social_bttns li
    {
        float: left;
        margin-right: 10px;
    }

.contactus_social
{
    font-size: 18px;
    font-family: Futuris;
    text-align: center;
    cursor: default;
}

.contactus_social_bttns
{
    height: 34px;
    margin: 10px 0 10px 58px;
    width: 125px;
}

    .contactus_social_bttns li
    {
        float: left;
        margin-right: 10px;
    }


/* == REGISTRATION FORM =*/

.validationMssg
{
    text-align: center;
    color: #ff6600;
    cursor: default;
    font: 14px/17px Futuris;
    display: none;
}

.login_top li select
{
    background: #fff;
    border: 1px solid #FFF;
    color: #414141;
    display: block;
    font: 18px 'Futuris';
    margin: 0;
    padding: 5px 5px 5px 8px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


/* === REGISTRATED HOME PAGE ===*/

.top_nav
{
    float: left;
    margin: 9px 10px 0 0;
}

    .top_nav li
    {
        display: block;
        margin: 0 0 3px 0;
    }

        .top_nav li a
        {
            display: block;
            font: bold 13px/13px 'Futuris';
            color: #010101;
            transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -webkit-transition: .25s ease-in-out;
        }

            .top_nav li a:hover
            {
                text-decoration: underline;
                text-shadow: 1px 1px 0 #FBFBFB;
            }


/*____   AVATAR PARTIAL   ____*/

.avatar
{
    float: right;
    margin-right: 35px;
}

.ivatar_icon
{
    border: 3px solid #f6fafd;
    width: 42px;
    height: 42px;
    display: block;
    float: left;
    margin: 5px 25px 0 0;
}

    .ivatar_icon:hover
    {
        border: 3px solid #fff;
    }

.avatar_info
{
    float: left;
    margin: 3px 0 0 0;
}

    .avatar_info li
    {
        color: #000;
        font: 13px/13px 'Futuris';
        min-height: 12px;
        cursor: default;
    }

li.welcome_text
{
    font-weight: bold;
}

    li.welcome_text span
    {
        float: left;
        margin-right: 8px;
    }

    li.welcome_text .red_arrow_bttn
    {
        float: left;
        margin: 3px 0 0 0;
    }

li.add_friend
{
    margin-top: 2px;
}

    li.add_friend .addppl_bttn
    {
        float: left;
    }

    li.add_friend label
    {
        float: left;
        padding: 2px 0 0 8px;
    }


/*___ SUB MENU ___*/
.sub_menu_area
{
    position: relative;
    height: 17px;
}

    .sub_menu_area:hover .sub_nav
    {
        display: block;
    }

.sub_nav
{
    display: none;
    position: absolute;
    width: 125px;
    min-height: 60px;
    top: 17px;
    left: 0px;
    padding: 13px 13px 10px 13px;
    z-index: 1010;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: -2px 3px 6px rgba(0, 0, 0, 0.52);
    -moz-box-shadow: -2px 3px 6px rgba(0, 0, 0, 0.52);
    box-shadow: -2px 3px 6px rgba(0, 0, 0, 0.52);
}

    .sub_nav a
    {
        color: #FFF;
        display: block;
        font: 13px/13px 'Futuris';
        margin-bottom: 10px;
    }

        .sub_nav a:hover
        {
            text-decoration: underline;
        }


/* _____ registrated top menu _______*/

.date_area
{
    float: left;
    margin: 12px 10px 0 0;
}

    .date_area span
    {
        color: #FFF;
        cursor: default;
        float: left;
        font: 13px/15px 'Futuris';
        margin-right: 20px;
        padding-top: 2px;
    }

    .date_area input
    {
        background: #fff url("images/datepicker-icon.png") no-repeat left top;
        border-style: solid solid solid none;
        border-width: 1px 1px 1px medium;
        cursor: pointer;
        height: 20px;
        padding: 0 5px 0 0;
        width: 105px;
        text-align: right;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }


/*___ PERSONAL MENU __*/

.personal_menu
{
    float: right;
    overflow: hidden;
    margin-top: 16px;
}

    .personal_menu li
    {
        float: left;
        color: #8f939d;
        font-size: 11px;
        margin: 0 4px;
    }


        .personal_menu li span
        {
            color: #8f939d;
            padding: 0 8px 0 0;
            font: 13px/14px 'Futuris';
            text-shadow: 0 1px 0 #000;
            cursor: pointer;
            transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -webkit-transition: .25s ease-in-out;
        }

            .personal_menu li span:hover
            {
                color: #fff;
            }
/*____   TOUR BLOCK  ______*/

.tour_block
{
    position: relative;
}

.left_img
{
    float: left;
    margin-right: 10px;
    width: 325px;
}

    .left_img img
    {
        border: 6px solid #fff;
    }

.tour_block_right
{
    float: left;
    width: 338px;
}

    .tour_block_right .blue_title
    {
        margin: 15px 0 8px 0;
    }

    .tour_block_right .filter_text
    {
        margin: 0 0 8px 0;
    }

    .tour_block_right .smppl_txt
    {
        margin: 13px 0 0 0;
        text-align: justify;
    }

.tour_block .side_bttns .bttn_pink
{
    position: absolute;
    top: 20px;
    left: -14px;
    cursor: default;
    font: 13px/13px Futuris;
}

    .tour_block .side_bttns .bttn_pink:hover
    {
        box-shadow: none;
    }

.tour_block .side_bttns .bttn_yellow
{
    position: absolute;
    top: 60px;
    cursor: default;
    left: -14px;
}

.tour_block .side_bttns .bttn_green
{
    position: absolute;
    top: 60px;
    cursor: default;
    left: -14px;
}

.tour_block .aboutTour_bttn
{
    position: absolute;
    top: 20px;
    right: -1px;
}

.blue_arrow
{
    position: absolute;
    right: -15px;
    top: 0;
}

/* ____   SEARCH AVATAR  _____ */

.search_avatar .dark_title
{
    text-align: center;
    margin-bottom: 10px;
}

.search_avatar_icon
{
    width: 236px;
}

    .search_avatar_icon img
    {
        border: 6px solid #FFF;
    }

/* ____   SOCIAL NETWORK BLOCK   _____ */

.social_net
{
    overflow: hidden;
}

h1.logo_small
{
    display: block;
    float: left;
    width: 99px;
    margin-right: 5px;
}

    h1.logo_small a
    {
        background: url("images/sprite.png") no-repeat 0 -208px;
        display: block;
        height: 36px;
        text-indent: -9999px;
        width: 99px;
    }

.social_links
{
    float: left;
}

p.page_link a
{
    color: #000;
    font: 15px/15px Verdana;
    margin: 0 0 10px 10px;
}

.fb_like
{
    margin-top: 5px;
    padding-bottom: 10px;
    width: 120px;
}

    .fb_like span
    {
        margin-top: 5px;
        display: inline;
        color: #000;
        font: 11px/12px Verdana;
    }

.fb_like_bttn
{
    background: #267ac8;
    color: #FFF;
    display: inline;
    font: 11px/11px Verdana;
    padding: 3px 10px;
    text-align: center;
    cursor: pointer;
    text-transform: capitalize;
    width: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/*______ ABOUT TOUR ____*/

.offer_bttns
{
    overflow: hidden;
    margin: 8px 0 0 15px;
    width: 70%;
}

    .offer_bttns li
    {
        display: block;
        float: left;
        position: relative;
        margin: 0 19px 10px 0;
        width: 31.3%;
    }

li.next_offer
{
    margin: 0;
    float: right;
}

.offer_bttns li .white_arrow_left
{
    left: 10px;
    position: absolute;
    top: 9px;
}

.offer_bttns li .white_arrow_right
{
    right: 10px;
    position: absolute;
    top: 9px;
}

.current_tour_images
{
    background: #fff;
    overflow: hidden;
}

.images_small
{
    margin: 7px 0 0;
    overflow: hidden;
}

    .images_small img
    {
        float: left;
        height: 134px;
        margin: 0 9px 9px 0;
        width: 160px;
    }

.current_tour
{
    display: block;
    margin: 10px 0 8px;
    overflow: hidden;
}

.current_tour_left
{
    float: left;
    width: 360px;
}

.current_tour_right
{
    float: right;
    width: 300px;
    margin: 0 5px 20px 0;
}

.about_tour
{
    margin: 0 0 0 18px;
}

    .about_tour .blue_title
    {
        font-weight: bold;
    }

    .about_tour .filter_text
    {
        margin: 8px 0;
    }

    .about_tour .smppl_txt
    {
        margin: 13px 0 20px 0;
        text-align: justify;
    }

.about_tour_btts
{
    margin: 20px 0 0 18px;
    min-height: 34px;
    float: left;
    padding: 0;
}

    .about_tour_btts li
    {
        float: left;
        margin-right: 15px;
    }

        .about_tour_btts li.book_bttn
        {
            float: right;
        }

.smpl_block
{
    background: #FFFFFF;
    margin: 0 10px 10px 0;
    padding: 15px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
}

    .smpl_block h2
    {
        margin-bottom: 5px;
    }

/* _________ PRICE LIST  ________*/

.price_list
{
    overflow: hidden;
    margin-bottom: 18px;
}

    .price_list li span
    {
        background: #FFF;
        cursor: default;
        display: block;
        float: left;
        font: 13px/13px 'Futuris';
        margin-right: 5px;
        padding: 5px 0 6px;
        text-align: center;
        width: 75px;
    }

    .price_list li .ui-spinner span
    {
    }

.list_title
{
    margin: 18px 0 5px 0;
    overflow: hidden;
}

    .list_title li span
    {
        color: #333;
    }

.price_cont
{
    margin-bottom: 5px;
    overflow: hidden;
}

    .price_cont li
    {
        display: block;
        overflow: hidden;
    }

        .price_cont li span
        {
            color: #888;
        }


/* _________WIIDGETS ________*/

.widget_bttn
{
    position: relative;
    margin: 20px 0 5px;
}

    .widget_bttn .bttn_lightblue:hover
    {
        box-shadow: none;
    }

    .widget_bttn .blue_arrow_down
    {
        position: absolute;
        right: 12px;
        top: 12px;
    }

    .widget_bttn .blue_arrow_up
    {
        right: 12px;
        position: absolute;
        top: 12px;
    }

.widget_cont
{
    height: auto;
    min-height: 80px;
    padding: 15px 17px 25px 15px;
}

/* WIDGET ABOUT TOUR */

.tour_program
{
    overflow: hidden;
    height: auto;
}

.tour_day
{
    display: inline-block;
    vertical-align: top;
    width: 44.5%;
    margin: 0 25px 35px 0;
}

    .tour_day:nth-child(odd)
    {
        clear: both;
    }

h4.tourDay_ttl
{
    color: #1C68BA;
    cursor: default;
    margin: 0 0 10px 0;
    font: 15px/15px 'Futuris';
}

.tourDay_hours
{
    display: block;
    font: 13px/13px 'Futuris';
    margin: 0 0 5px;
    overflow: hidden;
}

.tour_hours
{
    float: left;
    cursor: default;
    margin: 0 8px 0 0;
    color: #1C68BA;
}

.tour_hours_detailed
{
    float: left;
    color: #727272;
    cursor: default;
}

    .tour_hours_detailed.marked_detail
    {
        color: #F33452;
        margin: 0;
    }

p.marked_detail
{
    color: #F33452;
    cursor: default;
    font: 13px/13px 'Futuris';
    margin: 0 0 5px 37px;
}

.inner_block
{
    background: #FFF;
    overflow: hidden;
    padding: 10px 15px 15px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
}

.tour_detail
{
    overflow: hidden;
    margin: 15px 0;
}

.tour_detail_info
{
    float: left;
    margin-right: 10px;
    width: 305px;
}

.detail_info_ttl
{
    color: #1C68BA;
    cursor: default;
    font: 15px/15px 'Futuris';
    margin: 15px 0;
}

.in_host
{
    overflow: hidden;
    color: #727272;
    cursor: pointer;
    font: 13px/13px 'Futuris';
}

    .in_host li
    {
        display: block;
        margin: 0 0 5px;
    }

        .in_host li label input
        {
            margin: 0 5px 0 0;
            float: left;
        }

.tour_guide
{
    overflow: hidden;
    margin: 20px 0;
}

.guide_img
{
    float: left;
    width: 150px;
    height: auto;
    margin: 0 15px 0 0;
}

.guide_info
{
    float: left;
    width: auto;
}

    .guide_info h4
    {
        color: #1C68BA;
        cursor: default;
        font: 18px/0.8 'Futuris';
    }

    .guide_info p
    {
        color: #727272;
        margin-top: 8px;
        font: 13px/13px 'Futuris';
    }


.tour_detail_gallery
{
    float: left;
    width: 338px;
}

.detail_gallery_cont img
{
    float: left;
    height: 138px;
    margin: 0 0 7px 7px;
    width: 150px;
    background: #fff;
    padding: 4px;
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


/* WIDGET COMMENTS */

.comment_top
{
    overflow: hidden;
    margin-right: 15px;
}

    .comment_top h4
    {
        font: 15px/15px 'Futuris';
        margin-bottom: 15px;
        color: #1c68ba;
        float: left;
        cursor: default;
    }

.important_quest
{
    float: right;
}

    .important_quest span
    {
        color: #000;
        cursor: default;
        font: 13px/13px 'Futuris';
        margin-right: 10px;
    }

    .important_quest input
    {
        background: #fff;
        color: #808080;
        border: 1px solid #d0d5db;
        font: 13px/13px 'Futuris';
        padding: 4px;
        width: 200px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.comment_top .bttn_pink
{
    float: right;
    margin: 7px 0 10px;
}

.widget_cont textarea
{
    background: #fff;
    border: 1px solid #d0d5db;
    color: #808080;
    font: 13px/13px 'Futuris';
    max-height: 75px;
    overflow-y: auto;
    padding: 4px 5px;
    width: 98.1%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/*  INNER WIDGET */

.widget_inner
{
    display: block;
    clear: both;
}

.widget_txt
{
    border: 1px solid #d3e5f9;
    color: #1c68ba;
    display: block;
    font: 15px/15px Futuris;
    overflow: hidden;
    padding: 9px 15px 8px;
    text-align: left;
    cursor: pointer;
    width: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


.user_main_quest
{
    overflow: hidden;
    margin: 10px 25px 10px 15px;
}

    .user_main_quest p
    {
        float: left;
        width: 88%;
    }

.answer_link
{
    color: #f33452;
    cursor: pointer;
    font: 13px/13px Futuris;
    text-decoration: underline;
    float: right;
    width: auto;
}

    .answer_link:hover
    {
        text-decoration: none;
    }

.discus_block
{
    margin: 0 24px 0 60px;
    background: #FFF;
    overflow: hidden;
    padding: 10px 15px 15px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
}

.each_answer
{
    border-bottom: 1px dashed #D9D9D9;
    display: block;
    margin: 0 0 10px;
    overflow: hidden;
    padding-bottom: 10px;
}

.each_answer_left
{
    float: left;
    width: 88%;
}

.each_top
{
    display: block;
    margin: 0 0 5px;
    min-height: 16px;
}

    .each_top li
    {
        floaT: left;
        color: #989898;
        margin-right: 5px;
        cursor: default;
        font: 13px/13px Futuris;
    }

        .each_top li.user
        {
            floaT: left;
            margin-right: 5px;
            color: #1c68ba;
            text-transform: capitalize;
        }


.each_answer .answer_link
{
    float: right;
}

/*  BONUSNIY SHCHET */

.block_info
{
    overflow: hidden;
    margin: 27px;
}

    .block_info .block_pink_ttl
    {
        margin-bottom: 28px;
    }

.block_item
{
    margin-bottom: 20px;
}

    .block_item h4
    {
        color: #1c68ba;
        font: 16px/16px 'Futuris';
        cursor: default;
        margin-bottom: 8px;
    }

.block_info_bttns
{
    margin: 30px 0 20px 30px;
}

    .block_info_bttns li
    {
        float: left;
        margin: 0 30px 0 0;
        padding: 0 0 5px;
    }



/*______   MOI ZAKAZI  ______*/

.orders_list
{
    overflow: hidden;
    margin: 5px 0 15px;
}

    .orders_list li
    {
        color: #727272;
        float: left;
        font: 16px/16px 'Futuris';
        padding: 5px;
    }

        .orders_list li span
        {
            color: #727272;
            font: 16px/16px 'Futuris';
            cursor: pointer;
            padding: 0 10px 0 0;
        }

            .orders_list li span.order_active,
            .orders_list li span:hover
            {
                color: #f33452;
            }

.each_order
{
    position: relative;
}

.order_bttn
{
    position: relative;
}

.toggle_bttn
{
    border: 1px solid #a1caee;
    color: #1C68BA;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 0;
    width: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 2px 3px rgba(24, 24, 24, 0.5);
    -moz-box-shadow: 1px 2px 3px rgba(24, 24, 24, 0.5);
    box-shadow: 1px 2px 3px rgba(24, 24, 24, 0.5);
}

.order_bttn .bttn_blue
{
    display: inline;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 1px 15px 3px;
    font: italic 25px 'caption';
}

    .order_bttn .bttn_blue.ltta
    {
        padding: 1px 10px 3px;
        right: 40px;
        text-transform: uppercase;
    }

.order_about
{
    color: #1c68ba;
    overflow: hidden;
    margin: 7px 0 5px 15px;
    cursor: default;
}

    .order_about li
    {
        float: left;
        color: #000;
        margin: 0 12px 0 0;
        font: 13px/22px 'Futuris';
    }

        .order_about li.order_about_ttl
        {
            color: #1c68ba;
            font: 18px/18px 'Futuris';
            width: 29%;
        }

        .order_about li.order_about_status
        {
            color: #1c68ba;
            width: 23%;
            text-align: center;
        }

            .order_about li.order_about_status span.on
            {
                color: #f33452;
            }

            .order_about li.order_about_status span.temp
            {
                color: #1c68ba;
            }

.order_cont,
.account_settings
{
    background: #EDF4F9;
    margin-bottom: 15px;
    padding: 5px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-box-shadow: 0 3px 5px #929191;
    -webkit-box-shadow: 0 3px 5px #929191;
    box-shadow: 0 3px 5px #929191;
}

.more_link
{
    bottom: 7px;
    position: absolute;
    right: 14px;
}

    .more_link span
    {
        color: #1c68ba;
        text-align: right;
        cursor: pointer;
        font: bold 13px/22px 'Futuris';
        text-decoration: underline;
    }

        .more_link span:hover
        {
            text-decoration: none;
        }

/* ____   Priglasit' Druzey  __________*/

.add_friends
{
    margin: 18px 20px 25px 18px;
}

    .add_friends h2
    {
        margin: 5px 0 12px 0;
        text-align: left;
    }

.addFriends_top
{
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
}

    .addFriends_top input
    {
        padding: 7px 4px;
        color: #333;
        font: 16px/18px 'Futuris';
        width: 410px;
    }

.bonus_info
{
    color: #1c68ba;
    cursor: default;
    font: 16px/30px 'Futuris';
    text-align: right;
    width: 220px;
}

    .bonus_info span
    {
        margin-left: 5px;
    }

.addFriends_bttn
{
    text-align: center;
    display: block;
}

    .addFriends_bttn .addFriend_txt
    {
        min-height: 95px;
        overflow-y: auto;
        padding: 5px 4px 3px 8px;
        text-align: justify;
        font: 14px/15px 'Futuris';
        color: #333;
        width: 98%;
    }

.share_bttn
{
    min-height: 30px;
    display: block;
    margin: 17px 0 10px 0;
}


.share_social_bttns
{
    margin: 10px 0 20px 0;
    overflow: hidden;
}

    .share_social_bttns textarea
    {
        min-height: 90px;
        width: 455px;
        padding: 5px;
        overflow-y: auto;
        font: 13px/15px 'Futuris';
        color: #333;
    }

    .share_social_bttns ul.left
    {
        height: 34px;
        margin-left: 15px;
    }

    .share_social_bttns li
    {
        float: left;
        margin-right: 10px;
    }

.text_template
{
    background: #fff;
    color: #A9A9A9;
    display: inline;
    font: 13px/13px 'Futuris';
    padding: 9px 12px;
}


/*  ___ VIXOD  ____*/

.small_block
{
    overflow: hidden;
    height: auto;
    text-align: center;
    padding: 20px;
    background: #EDF4F9;
    width: 260px;
    -webkit-box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.6);
    box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .small_block .block_pink_ttl
    {
        margin-bottom: 15px;
    }

.leav_txt
{
    color: #797979;
    display: inline;
    cursor: default;
    font: 14px/14px 'Futuris';
}

.confirm_bttns
{
    margin: 18px 0 0 46px;
    text-align: center;
}

    .confirm_bttns div
    {
        float: left;
        margin: 0 10px 0 0;
        width: 45px;
    }


/*  Настройки_Настройки аккаунта*/

.account_settings
{
    padding: 15px 15px 15px 20px;
}

.account_settings_top
{
    height: auto;
    display: block;
}

    .account_settings_top div.left
    {
        overflow: hidden;
        margin: 10px 20px 0 0;
    }

        .account_settings_top div.left input
        {
            padding: 8px 5px;
            margin: 0 0 8px 0;
            width: 210px;
            display: block;
        }

    .account_settings_top ul.left
    {
        overflow: hidden;
        margin: 12px 0 0 0;
    }

        .account_settings_top ul.left li
        {
            margin: 0 0 11px 0;
            display: block;
        }

            .account_settings_top ul.left li input[type="checkbox"]
            {
                margin-top: 2px;
            }

            .account_settings_top ul.left li label
            {
                color: #797979;
                margin: 0 0 0 5px;
                cursor: default;
                font: 14px/14px 'Futuris';
            }

.account_settings_btt
{
    margin: 5px 0 0;
    min-height: 35px;
}

    .account_settings_btt .bttn_pink
    {
        float: right;
    }

.personal_login
{
    overflow: hidden;
    margin: 12px 5px 0 0;
}

    .personal_login li
    {
        overflow: hidden;
        margin: 0 0 10px;
    }

        .personal_login li label
        {
            color: #1C68BA;
            cursor: default;
            display: block;
            float: left;
            font: 16px/28px 'Futuris';
            margin-right: 10px;
            text-align: right;
            width: 45px;
        }

        .personal_login li input
        {
            width: 174px;
            display: block;
            padding: 6px 4px 6px 5px;
            float: left;
        }

.social_connect
{
    overflow: hidden;
    margin: 12px 5px 0 54px;
}

    .social_connect li
    {
        overflow: hidden;
        margin: 0 0 5px;
        color: #a9a9a9;
        font: 14px/14px 'Futuris';
    }

        .social_connect li span
        {
            cursor: pointer;
            display: block;
            float: left;
            margin-right: 3px;
        }

        .social_connect li input
        {
            display: block;
            padding: 7px 4px 7px 5px;
            width: 138px;
            float: left;
        }

.left_info
{
    width: 248px;
    float: left;
    padding-right: 20px;
    border-right: 1px solid #ccc;
    min-height: 238px;
}

.account_settings_top ul.right
{
    overflow: hidden;
    margin: 12px 5px 0 0;
}

    .account_settings_top ul.right li
    {
        overflow: hidden;
        margin: 0 0 10px;
    }

        .account_settings_top ul.right li label
        {
            color: #1C68BA;
            cursor: default;
            display: block;
            float: left;
            font: 16px/28px 'Futuris';
            margin-right: 10px;
            text-align: right;
            width: 150px;
        }

        .account_settings_top ul.right li input,
        .account_settings_top ul.right li select
        {
            width: 195px;
            display: block;
            padding: 6px 4px 6px 5px;
            float: left;
        }

.account_settings_select
{
    width: 184px;
    display: block;
    padding: 6px 4px 6px 5px;
    float: left;
}

.account_settings_top ul.right li input[type="radio"]
{
    width: 20px;
    display: block;
    padding: 6px 4px 6px 5px;
    float: left;
}


.personal_settings_btt
{
    margin: 20px 0 0 124px;
    min-height: 35px;
}

    .personal_settings_btt div
    {
        margin: 0 25px 0 0;
    }


/*   О компании  */

.about_page
{
    margin: 18px 20px 25px 18px;
}

.aboutPage_top,
.aboutPage_bttn
{
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
}

    .aboutPage_top h2
    {
        margin: 5px 0 12px;
        text-align: left;
    }

    .aboutPage_top p
    {
        line-height: 19px;
    }

    .aboutPage_bttn h4,
    .aboutPage_social_bttns h4
    {
        text-align: center;
        margin-bottom: 15px;
        cursor: pointer;
    }

.aboutPage_social_bttns ul
{
    margin: 10px 0 0 246px;
    height: 34px;
}

    .aboutPage_social_bttns ul li
    {
        float: left;
        margin-right: 10px;
    }


/* ____ SLIDER */

.slider_block
{
    height: 202px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.preview_bttn
{
    background: url("images/preview.png") no-repeat;
    display: block;
    width: 62px;
    margin: 65px 0 0;
    cursor: pointer;
    height: 63px;
    float: left;
}

.next_bttn
{
    background: url("images/next.png") no-repeat;
    display: block;
    width: 62px;
    margin: 65px 0 0;
    cursor: pointer;
    height: 63px;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

.slid_content
{
    float: left;
    margin: 0 0 0 12px;
    width: 510px;
}

    .slid_content li
    {
        float: left;
        margin: 0 7px 4px 0;
    }

        .slid_content li img
        {
            border: 5px solid #fff;
        }


/*__  Правила сервиса  ____*/

.left_block
{
    float: left;
    width: 230px;
    margin-bottom: 20px;
}

.accord
{
    margin: 20px 0 0 0;
}

    .accord li
    {
        padding: 6px 0;
    }

        .accord li a
        {
            color: #727272;
            font: bold 18px/18px 'Futuris';
            cursor: pointer;
        }

            .accord li a:hover
            {
                color: #f33452;
            }

        /*.accord li .sub_links {
    display:none;
    }*/
        /*.accord li:hover .sub_links
        {
            display: block;
        }*/

        .accord li .sub_links
        {
            margin: 0 0 0 23px;
        }

            .accord li .sub_links a
            {
                display: block;
                color: #727272;
                margin: 3px 0;
                font: bold 16px/17px 'Futuris';
            }

                .accord li .sub_links a:hover
                {
                    color: #1C68BA;
                }

.right_block
{
    background: #FFF;
    border: 1px solid #CCCCCC;
    float: right;
    font: 18px/18px Futuris;
    margin: 0 0 20px;
    padding: 6px 15px;
    width: 370px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.right_block_ttl
{
    text-align: left;
    cursor: default;
    margin: 10px 0 8px 0;
    color: #1C68BA;
    font: bold 18px/19px Futuris;
}

.right_block p,
.right_block_faq p
{
    line-height: 18px;
    text-align: justify;
}

/*  __       FAQ   ___*/

.search_box
{
    margin: 0 0 20px;
    overflow: hidden;
    position: relative;
}

    .search_box input
    {
        padding: 6px 60px 6px 4px;
        width: 200px;
        font: 18px/18px Futuris;
    }

.serachBttn
{
    color: #FFFFFF;
    cursor: pointer;
    font: 15px/14px Futuris;
    left: 205px;
    padding: 11px 9px;
    position: absolute;
    top: 0;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}


.left_block_faq
{
    background: #FFF;
    border: 1px solid #CCCCCC;
    float: left;
    font: 18px/18px Futuris;
    margin: 0 0 20px;
    padding: 6px 15px;
    width: 235px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.right_block_faq
{
    float: right;
    width: 340px;
    margin-bottom: 20px;
}

    .right_block_faq .right_block_ttl
    {
        margin: 3px 0 8px;
    }

.faq_bttn
{
    margin: 20px 0 0 0;
    min-height: 35px;
}

    .faq_bttn div
    {
        float: right;
    }


/*  __       Контакты   ___*/

.contact_page
{
    margin: 18px 15px 0 8px;
    position: relative;
}

.contact_ttl
{
    color: #F33452;
    cursor: default;
    font: bold 22px/19px Futuris;
    margin: 0 0 30px;
    padding-left: 8px;
    text-align: left;
}

.contact_block
{
    overflow: hidden;
    margin-bottom: 18px;
}

.contact_left
{
    float: left;
    margin-bottom: 10px;
}

.info_line
{
    overflow: hidden;
    margin: 0 0 10px 0;
}

    .info_line label
    {
        color: #1C68BA;
        cursor: default;
        float: left;
        font: bold 16px/18px 'Futuris';
        margin-right: 8px;
        text-align: right;
        width: 115px;
    }

    .info_line span
    {
        color: #000;
        cursor: default;
        font: 16px/18px 'Futuris';
        float: left;
        display: block;
        width: 190px;
    }

.contact_right
{
    float: right;
}

.map_content
{
    width: 325px;
    height: auto;
    border: 2px solid #dadada;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .map_content img
    {
        max-width: 325px;
        height: auto;
    }

.contact_social
{
    bottom: -33px;
    left: 15px;
    position: absolute;
}

    .contact_social ul
    {
        height: 34px;
    }

        .contact_social ul li
        {
            float: left;
            margin-right: 10px;
        }

            .contact_social ul li div
            {
                -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
                -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
                box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
            }



/* FEEDBACK PAGE */

.feedback_top
{
    height: 60px;
    position: relative;
}

.score_count
{
    color: #727272;
    margin: 0 0 7px 0;
    font: bold 16px/16px 'Futuris';
    cursor: default;
}

.feedback_score
{
    background: #FFFFFF;
    border: 1px solid #c9c9c9;
    height: 13px;
    width: 250px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.feedback_score_complate
{
    background: #7ec454;
    height: 13px;
    /*width: 73%;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.feedback_score:hover .about_score
{
    display: block;
}

.about_score
{
    left: 0;
    position: absolute;
    top: 23px;
    display: none;
}

.score_box
{
    background-color: #7ec454;
    border: 1px solid #c9c9c9;
    color: #FFFFFF;
    display: block;
    float: left;
    cursor: default;
    font: bold 16px/32px 'Futuris';
    height: 30px;
    text-align: center;
    width: 55px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.score_txt
{
    color: #A9A9A9;
    cursor: default;
    float: left;
    font: bold 12px/12px 'Futuris';
    margin: 20px 0 0 4px;
}

.feedback_top .bttn_pink
{
    display: block;
    margin: 3px;
}

.feedback_block
{
    margin: 18px;
    overflow: hidden;
}

    .feedback_block .inner_block
    {
        margin: 0 0 20px 0;
    }

.feedback_ttl
{
    min-height: 26px;
    display: block;
    margin: 0 0 10px 0;
    font: 16px/26px 'Futuris';
    cursor: default;
}

.feedback_date
{
    color: #989898;
    display: inline;
    margin-right: 13px;
}

.feedback_autor
{
    color: #1c68ba;
    text-transform: capitalize;
}

.feedback_content
{
    overflow: hidden;
    margin: 0 0 10px 0;
}

.feedback_content_left
{
    float: left;
    width: 50%;
}

.feedback_gallery img
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D1D1D1;
    float: left;
    height: 78px;
    margin: 0 0 4px 4px;
    padding: 4px;
    width: 90px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.feedback_answer
{
    overflow: hidden;
}

.answer_ttl
{
    color: #1c68ba;
    font: bold 16px/16px 'Futuris';
    cursor: default;
    margin: 0 0 13px 0;
}

/*feedback pageing*/

.feedback_paiging
{
    float: right;
    margin: 10px 0 0 0;
}

.fb_bageing
{
}

.fb_bageing_div
{
    float: left;
    margin-left: 4px;
    background: #fff;
    cursor: pointer;
    display: block;
    font: bold 13px/25px 'Futuris';
    color: #989898;
    text-align: center;
    height: 25px;
    width: 28px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.next_feedb,
.privews_feedb
{
    float: left;
    margin-left: 4px;
    background: #1c68ba;
    cursor: pointer;
    display: block;
    color: #fff;
    font: normal 18px/22px 'verdana';
    text-align: center;
    height: 25px;
    width: 28px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .next_feedb:hover,
    .privews_feedb:hover
    {
        -moz-box-shadow: 0 0 12px #134B87 inset;
        -webkit-box-shadow: 0 0 12px #134B87 inset;
        box-shadow: 0 0 12px #134B87 inset;
    }

.fb_bageing_div:hover
{
    background: #1c68ba;
    color: #fff;
}

.fb_bageing_div_selected
{
    float: left;
    margin-left: 4px;
    background: #1c68ba;
    cursor: pointer;
    display: block;
    font: bold 13px/25px 'Futuris';
    color: #fff;
    text-align: center;
    height: 25px;
    width: 28px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.fb_bageing_points_div
{
    float: left;
    margin-left: 4px;
    background: #fff;
    cursor: pointer;
    display: block;
    font: bold 13px/25px 'Futuris';
    color: #989898;
    text-align: center;
    height: 25px;
    width: 28px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}






/*  for all */

.block_pink_ttl
{
    color: #f33452;
    font: bold 18px/18px 'Futuris';
    cursor: default;
}

.blue_title
{
    color: #1c68ba;
    font: 25px/25px 'Futuris';
    cursor: default;
}

.blue_title_sm
{
    color: #1c68ba;
    font: bold 20px/20px 'Futuris';
    cursor: default;
}

.block_title
{
    color: #1c68ba;
    font: bold 18px/18px 'Futuris';
    cursor: default;
}

.dark_title
{
    color: #000;
    font: 18px/19px 'Futuris';
    cursor: default;
}

.filter_text
{
    color: #888;
    font: 13px/14px 'Futuris';
    cursor: default;
}

.grey_txt
{
    color: #010101;
    font: 12px/13px 'Futuris';
    cursor: default;
}

.smppl_txt
{
    color: #000;
    font: 13px/14px 'Futuris';
    cursor: default;
}

.smppl_txt_desc
{
    color: #000;
    font: 13px/14px 'Futuris';
    cursor: default;
    overflow: hidden;
    height: 145px;
    line-height: 18px;
}

/*==========  BUTTONS  =========*/

.red_arrow_bttn
{
    width: 0px;
    cursor: pointer;
    height: 0px;
    border-style: solid;
    border-width: 9px 8px 0;
    border-color: #ec3b59 transparent transparent transparent;
}

.blue_arrow
{
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12px 0 13px 16px;
    border-color: transparent transparent transparent #007bff;
}

.white_arrow_left
{
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7px 10px 7px 0;
    border-color: transparent #ffffff transparent transparent;
}

.white_arrow_right
{
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #ffffff;
}

.white_arrow_down
{
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #ffffff transparent transparent transparent;
}

.blue_arrow_up
{
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent #368dd3 transparent;
}

.blue_arrow_down
{
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #368dd3 transparent transparent transparent;
}

.white_arrow_up
{
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent #ffffff transparent;
}

.addppl_bttn
{
    background: url("images/sprite.png") no-repeat 0 -184px;
    display: block;
    width: 22px;
    cursor: pointer;
    height: 20px;
}


.fb_btn
{
    background: url("images/sprite.png") no-repeat 0 0;
    display: block;
    width: 24px;
    cursor: pointer;
    height: 21px;
}

.gp_btn
{
    background: url("images/sprite.png") no-repeat 0 -26px;
    display: block;
    width: 24px;
    cursor: pointer;
    height: 21px;
}

.wk_btn
{
    background: url("images/sprite.png") no-repeat 0 -52px;
    display: block;
    width: 24px;
    height: 21px;
    cursor: pointer;
}

.fb_btn_big
{
    background: url("images/sprite.png") no-repeat 0 -78px;
    display: block;
    width: 31px;
    height: 31px;
    cursor: pointer;
}

    .fb_btn_big:hover
    {
        background-position: -32px -78px;
        transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -webkit-transition: .25s ease-in-out;
    }

.wk_btn_big
{
    background: url("images/sprite.png") no-repeat 0 -114px;
    display: block;
    width: 31px;
    height: 31px;
    cursor: pointer;
}

    .wk_btn_big:hover
    {
        background-position: -32px -114px;
        transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -webkit-transition: .25s ease-in-out;
    }

.tw_btn_big
{
    background: url("images/sprite.png") no-repeat 0 -150px;
    display: block;
    width: 31px;
    height: 31px;
    cursor: pointer;
}

    .tw_btn_big:hover
    {
        background-position: -32px -150px;
        transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -webkit-transition: .25s ease-in-out;
    }

.mr_btn_big
{
    background: url("images/sprite.png") no-repeat 0 -286px;
    display: block;
    width: 31px;
    height: 31px;
    cursor: pointer;
}

    .mr_btn_big:hover
    {
        background-position: -32px -286px;
        transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -webkit-transition: .25s ease-in-out;
    }

.fb_btn_large
{
    background: url("images/sprite.png") no-repeat 0 -639px;
    display: block;
    width: 70px;
    height: 70px;
    cursor: pointer;
}

    .fb_btn_large:hover
    {
        background-position: -71px -639px;
        transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -webkit-transition: .25s ease-in-out;
    }

.wk_btn_large
{
    background: url("images/sprite.png") no-repeat 0 -711px;
    display: block;
    width: 70px;
    height: 70px;
    cursor: pointer;
}

    .wk_btn_large:hover
    {
        background-position: -71px -711px;
        transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -webkit-transition: .25s ease-in-out;
    }

.tw_btn_large
{
    background: url("images/sprite.png") no-repeat 0 -783px;
    display: block;
    width: 70px;
    height: 70px;
    cursor: pointer;
}

    .tw_btn_large:hover
    {
        background-position: -71px -783px;
        transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -webkit-transition: .25s ease-in-out;
    }

.like_bttn
{
    background: url("images/sprite.png") no-repeat -25px -426px;
    cursor: pointer;
    display: block;
    height: 23px;
    width: 24px;
}

.like_blue_bttn
{
    background: url("images/sprite.png") no-repeat 0 -426px;
    cursor: pointer;
    display: block;
    height: 23px;
    width: 24px;
}

.unlike_bttn
{
    background: url("images/sprite.png") no-repeat 0 -450px;
    cursor: pointer;
    display: block;
    height: 23px;
    width: 24px;
}

.bttn_pink
{
    border: 1px solid #ed1a3b;
    color: #FFF;
    display: inline;
    font: 16px/16px PT_Sans_Caption;
    overflow: hidden;
    padding: 2px 15px;
    text-align: center;
    cursor: pointer;
    /*text-transform: capitalize;*/
    width: 165px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left:30px;
    float:left;
}

.bttn_yellow
{
    border: 1px solid #efc377;
    color: #FFF;
    display: inline;
    font: 13px/13px Futuris;
    overflow: hidden;
    padding: 6px 15px;
    text-align: center;
    cursor: pointer;
    text-transform: capitalize;
    width: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.bttn_green
{
    /*border: 1px solid #efc377;*/
    color: #FFF;
    display: inline;
    font: 11px/11px PT_Sans_Caption;
    overflow: hidden;
    padding: 6px 15px;
    text-align: center;
    cursor: pointer;
    text-transform: capitalize;
    width: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.aboutTour_bttn
{
    color: #FFF;
    background: #007bff; /*2273c2*/
    display: inline;
    font: 13px/13px Futuris;
    padding: 6px 3px 6px 15px;
    text-align: center;
    cursor: pointer;
    text-transform: capitalize;
    width: auto;
    -moz-box-shadow: inset 3px 2px 4px #4F9FF5;
    -webkit-box-shadow: inset 3px 2px 4px #4F9FF5;
    box-shadow: inset 3px 2px 4px #4F9FF5;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
}

    .aboutTour_bttn:hover
    {
        -moz-box-shadow: inset 3px -2px 4px #3B71AA;
        -webkit-box-shadow: inset 3px -2px 4px #3B71AA;
        box-shadow: inset 3px -2px 4px #3B71AA;
    }

.bttn_blue
{
    border: 1px solid #44A1F7;
    color: #FFF;
    display: block;
    font: 13px/13px Futuris;
    overflow: hidden;
    padding: 8px 15px 9px;
    text-align: center;
    cursor: pointer;
    width: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.bttn_lightblue
{
    border: 1px solid #d3e5f9;
    color: #1c68ba;
    display: block;
    font: 18px/18px Futuris;
    overflow: hidden;
    padding: 8px 15px 9px;
    text-align: center;
    cursor: pointer;
    width: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.bttn_grey
{
    border: 1px solid #535353;
    color: #FFF;
    display: block;
    font: 13px/13px Futuris;
    overflow: hidden;
    padding: 8px 15px 9px;
    text-align: center;
    cursor: pointer;
    width: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .bttn_grey:hover
    {
        color: #DCDCDC;
    }


    .bttn_lightblue:hover,
    .bttn_blue:hover,
    .bttn_grey:hover,
    .bttn_pink:hover,
    .gp_btn:hover, .wk_btn:hover, .fb_btn:hover,
    .unlike_bttn:hover, .like_blue_bttn:hover, .like_bttn:hover
    {
        transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -webkit-transition: .25s ease-in-out;
        -webkit-box-shadow: 1px 2px 3px rgba(24, 24, 24, 1);
        -moz-box-shadow: 1px 2px 3px rgba(24, 24, 24, 1);
        box-shadow: 1px 2px 3px rgba(24, 24, 24, 1);
    }


/*==== GRADIENTS =========*/

.pink_gradient
{
    background: #eb3d5c; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViM2Q1YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjZjU0NTYxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkMWEzYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #eb3d5c 0%, #f54561 2%, #ed1a3b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb3d5c), color-stop(2%,#f54561), color-stop(100%,#ed1a3b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eb3d5c 0%,#f54561 2%,#ed1a3b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eb3d5c 0%,#f54561 2%,#ed1a3b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eb3d5c 0%,#f54561 2%,#ed1a3b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eb3d5c 0%,#f54561 2%,#ed1a3b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb3d5c', endColorstr='#ed1a3b',GradientType=0 ); /* IE6-8 */
}

.sub_menu_gradient
{
    background: #7c7c7c; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdjN2M3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjNjk2ODY4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #7c7c7c 0%, #696868 5%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7c7c7c), color-stop(5%,#696868), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7c7c7c 0%,#696868 5%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7c7c7c 0%,#696868 5%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7c7c7c 0%,#696868 5%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7c7c7c 0%,#696868 5%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7c7c', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
}

.yellow_gradient
{
    background: #ecce3e; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjY2UzZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjZWNjZTNlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTYlIiBzdG9wLWNvbG9yPSIjZjNhZjIyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTElIiBzdG9wLWNvbG9yPSIjZmE5MDA3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTYlIiBzdG9wLWNvbG9yPSIjZjg4ODBlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y4ODgwZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #ecce3e 0%, #ecce3e 5%, #f3af22 56%, #fa9007 91%, #f8880e 96%, #f8880e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecce3e), color-stop(5%,#ecce3e), color-stop(56%,#f3af22), color-stop(91%,#fa9007), color-stop(96%,#f8880e), color-stop(100%,#f8880e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ecce3e 0%,#ecce3e 5%,#f3af22 56%,#fa9007 91%,#f8880e 96%,#f8880e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ecce3e 0%,#ecce3e 5%,#f3af22 56%,#fa9007 91%,#f8880e 96%,#f8880e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ecce3e 0%,#ecce3e 5%,#f3af22 56%,#fa9007 91%,#f8880e 96%,#f8880e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ecce3e 0%,#ecce3e 5%,#f3af22 56%,#fa9007 91%,#f8880e 96%,#f8880e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecce3e', endColorstr='#f8880e',GradientType=0 ); /* IE6-8 */
}

.green_gradient
{
    background: #01DF3A; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjY2UzZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjZWNjZTNlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTYlIiBzdG9wLWNvbG9yPSIjZjNhZjIyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTElIiBzdG9wLWNvbG9yPSIjZmE5MDA3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTYlIiBzdG9wLWNvbG9yPSIjZjg4ODBlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y4ODgwZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #ecce3e 0%, #ecce3e 5%, #f3af22 56%, #fa9007 91%, #f8880e 96%, #f8880e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecce3e), color-stop(5%,#ecce3e), color-stop(56%,#f3af22), color-stop(91%,#fa9007), color-stop(96%,#f8880e), color-stop(100%,#f8880e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ecce3e 0%,#ecce3e 5%,#f3af22 56%,#fa9007 91%,#f8880e 96%,#f8880e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ecce3e 0%,#ecce3e 5%,#f3af22 56%,#fa9007 91%,#f8880e 96%,#f8880e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ecce3e 0%,#ecce3e 5%,#f3af22 56%,#fa9007 91%,#f8880e 96%,#f8880e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ecce3e 0%,#ecce3e 5%,#f3af22 56%,#fa9007 91%,#f8880e 96%,#f8880e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecce3e', endColorstr='#f8880e',GradientType=0 ); /* IE6-8 */
}

.blue_gradient
{
    background: #3084cf; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwODRjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjMzA4NGNmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMWU2ZGJkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODIlIiBzdG9wLWNvbG9yPSIjMTU2MGIzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFiNjJiNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #3084cf 0%, #3084cf 4%, #1e6dbd 50%, #1560b3 82%, #1b62b4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3084cf), color-stop(4%,#3084cf), color-stop(50%,#1e6dbd), color-stop(82%,#1560b3), color-stop(100%,#1b62b4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3084cf 0%,#3084cf 4%,#1e6dbd 50%,#1560b3 82%,#1b62b4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3084cf 0%,#3084cf 4%,#1e6dbd 50%,#1560b3 82%,#1b62b4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3084cf 0%,#3084cf 4%,#1e6dbd 50%,#1560b3 82%,#1b62b4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3084cf 0%,#3084cf 4%,#1e6dbd 50%,#1560b3 82%,#1b62b4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3084cf', endColorstr='#1b62b4',GradientType=0 ); /* IE6-8 */
}

.lightblue_gradient
{
    background: rgb(215,236,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q3ZWNmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMGNiZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(215,236,255,1) 0%, rgba(160,203,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(215,236,255,1)), color-stop(100%,rgba(160,203,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(215,236,255,1) 0%,rgba(160,203,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(215,236,255,1) 0%,rgba(160,203,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(215,236,255,1) 0%,rgba(160,203,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(215,236,255,1) 0%,rgba(160,203,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7ecff', endColorstr='#a0cbff',GradientType=0 ); /* IE6-8 */
}

.light_gradient
{
    background: rgb(255,255,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2YzZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(231,243,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(231,243,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(231,243,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(231,243,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(231,243,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(231,243,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7f3ff',GradientType=0 ); /* IE6-8 */
}

.grey_gradient
{
    background: rgb(153,153,153); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YTVhNWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(153,153,153,1) 0%, rgba(90,90,90,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,153,153,1)), color-stop(100%,rgba(90,90,90,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(153,153,153,1) 0%,rgba(90,90,90,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(153,153,153,1) 0%,rgba(90,90,90,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(153,153,153,1) 0%,rgba(90,90,90,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(153,153,153,1) 0%,rgba(90,90,90,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#5a5a5a',GradientType=0 ); /* IE6-8 */
}

.footer_gradient,
.menu_gradient
{
    background: rgb(65,65,65); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQxNDE0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(65,65,65,0.77) 0%, rgba(0,0,0,0.77) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(65,65,65,0.77)), color-stop(100%,rgba(0,0,0,0.77))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(65,65,65,0.77) 0%,rgba(0,0,0,0.77) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(65,65,65,0.77) 0%,rgba(0,0,0,0.77) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(65,65,65,0.77) 0%,rgba(0,0,0,0.77) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(65,65,65,0.77) 0%,rgba(0,0,0,0.77) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
}

.footer_gradient__
{
    background: #414141; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQxNDE0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzMxMzAzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #414141 0%, #313030 30%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414141), color-stop(30%,#313030), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #414141 0%,#313030 30%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #414141 0%,#313030 30%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #414141 0%,#313030 30%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #414141 0%,#313030 30%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
}

/*______ FOOTRET __*/

.footer
{
    clear: both;
    position: relative;
    z-index: 10;
    height: 65px;
    margin-top: -65px;
}

    .footer .wrapper
    {
        height: 65px;
    }

    .footer div p
    {
        cursor: default;
    }

    .footer div
    {
    }

        .footer div.left p
        {
            color: #C8C7C7;
            font: 19px/23px Verdana;
            margin: 5px 0 0;
            text-align: left;
        }

    .footer ul.right
    {
        padding-top: 5px;
    }

        .footer ul.right li,
        .footer div.left span
        {
            color: #bfbfbf;
            font: 12px/17px Verdana;
            text-align: right;
            cursor: default;
        }
        
        .footer ul.right li a
        {
            color: #C8C7C7;
            transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -webkit-transition: .25s ease-in-out;
            text-decoration: none;
        }

            .footer ul.right li a:hover
            {
                color: #fff;
                text-decoration: none;
            }


/*__ POP UP ____*/
.neversleep_popup
{
    padding: 10px 10px 10px 30px;
    background: #edf2f7;
    min-height: 250px;
    width: 610px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.popup_head
{
    margin: 0 0 15px 0;
    overflow: hidden;
}

.pink_title
{
    float: left;
    color: #f33452;
    cursor: default;
    font: bold 25px/27px Futuris;
}

.bttn_close
{
    background: url("images/sprite.png") no-repeat 0 -273px;
    display: block;
    float: right;
    width: 11px;
    cursor: pointer;
    height: 11px;
}

.popup_content
{
}

.user_name_left
{
    float: left;
    width: 280px;
    color: #1c68ba;
    cursor: default;
    font: 18px/19px Futuris;
    margin-right: 10px;
}

    .user_name_left span
    {
        margin-left: 5px;
    }

.user_name_right
{
    float: right;
    width: auto;
    color: #989898;
    font: 13px/13px Futuris;
}

    .user_name_right input, .user_name_left input
    {
        margin-left: 10px;
        padding: 6px;
        color: #989898;
        width: 165px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.popup_content textarea
{
    height: 170px;
    padding: 4px 6px;
    font: 14px/14px Futuris;
    color: #989898;
    margin: 10px 0;
    overflow-y: auto;
    width: 98%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#answer_popup .popup_content textarea
{
    width: 96%;
}

.popup_bttm
{
    overflow: hidden;
}

    .popup_bttm .bttn_pink
    {
        float: right;
        margin: 10px 0 10px 10px;
    }

/* zakazat' tur */

.tour_name
{
    overflow: hidden;
    cursor: default;
}

.tour_name_ttl
{
    color: #989898;
    font: 18px/18px Futuris;
}

    .tour_name_ttl span
    {
        margin-left: 5px;
        color: #1c68ba;
    }

.tour_name_dt
{
    color: #989898;
    font: 14px/15px Futuris;
    margin: 10px 0;
}

    .tour_name_dt span
    {
        color: #f33452;
    }

.tour_info_left
{
    float: left;
    width: 54%;
    margin-right: 10px;
}

.tour_info_ttl
{
    color: #1c68ba;
    font: 16px/17px Futuris;
}

.popup_content .price_list li span
{
    height: 22px;
}

.price_list li span.span_select
{
    height: 33px;
    overflow: hidden;
    padding: 0;
}

.price_list li span select
{
    border-bottom: 1px solid #EDF2F7;
    color: #888888;
    display: block;
    font-size: 13px;
    height: 29px;
    margin: 0;
    padding: 5px 0 5px 4px;
    width: 73px;
}

.extra_opportunity
{
    overflow: hidden;
    margin: 10px 16px 0 0;
}

    .extra_opportunity li
    {
        overflow: hidden;
        margin-bottom: 5px;
    }

        .extra_opportunity li span
        {
            float: left;
            color: #333;
            cursor: default;
            font: 13px/2.5 Futuris;
        }

        .extra_opportunity li .ui-spinner
        {
            float: right;
            color: #888;
            font: 14px/14px Futuris;
            background: #fff;
            padding: 6px 0 6px 8px;
            width: 88px;
            border: none medium;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

        .extra_opportunity li.total span.tour_info_ttl
        {
            float: left;
            color: #333;
            font: 13px/2.5 Futuris;
        }

        .extra_opportunity li.total span.total_count
        {
            float: right;
            background: #fff;
            font: 13px/15px Futuris;
            padding: 9px 15px;
            color: #888;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

.tour_info_right
{
    float: left;
    width: 260px;
    margin-left: 10px;
}

.bonus_use
{
    margin: 0 0 10px 0;
}

    .bonus_use span
    {
        margin-left: 7px;
    }

.included_items
{
    margin-top: 8px;
}

    .included_items li
    {
        margin-bottom: 5px;
        overflow: hidden;
    }

    .included_items input
    {
        float: left;
    }

    .included_items span
    {
        float: left;
        margin-left: 7px;
        font: 14px/15px Futuris;
        color: #888;
    }

/* VVEDITE NEOBXODIMIE DANNIE */

.data_container_popup
{
    background: #fff;
    width: 760px;
    padding: 8px;
}

.user_data
{
    background: #EDF2F7;
    overflow: hidden;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.count_bttn
{
    display: block;
    margin: 5px 0 10px;
}

    .count_bttn .bttn_blue
    {
        display: inline;
        font: 16px/17px Futuris;
        padding: 5px 10px;
    }

.input_data
{
    height: 245px;
    margin-left: 15px;
}

    .input_data li
    {
        width: 355px;
        overflow: hidden;
        margin-bottom: 8px;
    }

        .input_data li label
        {
            float: left;
            margin: 7px 8px 0 0;
            font: 16px/16px Futuris;
            color: #1c68ba;
            text-align: right;
            width: 139px;
        }

        .input_data li input,
        .input_data li select,
        .input_data li textarea
        {
            float: left;
            padding: 6px 5px 6px 5px;
            font: 17px/17px Futuris;
            color: #808080;
        }

        .input_data li select
        {
            padding: 6px 1px 6px 5px;
            width: 205px;
        }

        .input_data li input[type="text"]
        {
            width: 195px;
        }

        .input_data li input[type="checkbox"]
        {
            margin-top: 8px;
        }

        .input_data li select
        {
            width: 205px;
        }

        .input_data li textarea
        {
            width: 195px;
            height: 85px;
            margin: 0;
            overflow-y: auto;
        }

.bttns_group
{
    margin-top: 25px;
    min-height: 42px;
}

    .bttns_group .bttn_lightblue
    {
        display: inline;
        margin-right: 10px;
    }

    .bttns_group .bttn_pink
    {
        margin-left: 10px;
    }

/*Styles ADD By Eduard Asoyan Dont delete please*/
.content_block_div
{
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 199;
}

.neversleep_popup_components
{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 200;
    display: none;
}

.user_data_content
{
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
}

.inreqdata_gender_div
{
    width: 205px;
    height: 29px;
    color: #808080;
    float: left;
    /*background:#fff;
    border:1px solid #d4d4d4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
}

.inreqdata_gender_item
{
    float: left;
    margin-top: 5px;
    margin-left: 15px;
}


/* NEW POPUPS*/

/*___  WELCOME POPUP  _____*/

.weclome_popup
{
    position: relative;
    width: 600px;
    height: 400px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.palm_bg
{
    background: url("images/palm_bg.png") no-repeat;
    width: 230px;
    float: left;
    margin-left: -1px;
    height: 397px;
    display: block;
}

.welcome_content
{
    width: 340px;
    float: right;
    margin: 40px 20px 10px 5px;
}

.welcome_ttl
{
    color: #1c68ba;
    cursor: default;
    text-transform: uppercase;
    font: bold 38px/44px 'Segoe Print';
    margin-bottom: 18px;
}

.welcome_txt
{
    color: #000;
    cursor: default;
    font: 16px/19px 'Futuris';
}

.pink_arrowBttn
{
    background: url("images/sprite.png") no-repeat scroll 0 -474px transparent;
    bottom: -10px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font: 23px/24px 'Futuris';
    height: 80px;
    padding: 24px 0 0 25px;
    position: absolute;
    right: -67px;
    width: 153px;
}

/* ___ COUNT_ POPUP   ____*/
.count_popup
{
    position: relative;
    width: 600px;
    height: 340px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.star_bg
{
    background: url("images/star_bg.png") no-repeat;
    width: 269px;
    position: absolute;
    left: 0;
    top: 0;
    height: 352px;
    display: block;
}

.count_content
{
    float: right;
    margin: 40px 10px 10px 5px;
}

.count_ttl
{
    color: #f33452;
    text-align: right;
    cursor: default;
    text-transform: uppercase;
    font: bold 32px/40px 'Segoe Print';
    margin-bottom: 18px;
}

.count_content .welcome_txt
{
    float: right;
    margin-right: 16px;
    text-align: justify;
    width: 320px;
}

/* CONNECT  TO SOCIAL*/

.connect_content
{
    float: right;
    margin: 25px 27px 10px 5px;
}

.logo_popup
{
    background: url("images/sprite.png") no-repeat 0 -555px;
    bottom: 102px;
    cursor: default;
    display: block;
    font: 23px/72px 'Futuris';
    height: 76px;
    position: absolute;
    right: 20px;
    width: 273px;
}

.connect_toSocial_top li
{
    float: left;
    margin-right: 16px;
}

    .connect_toSocial_top li span
    {
        margin: 0;
    }

    .connect_toSocial_top li .toSocial_ttl
    {
        margin-top: 36px;
    }

p.toSocial_ttl
{
    float: right;
    margin: 0 20px 0 0;
}

    p.toSocial_ttl span
    {
        display: block;
    }

.toSocial_ttl
{
    color: #1c68ba;
    cursor: default;
    font: bold 29px/29px 'Segoe Print';
}

.connect_content .pink_arrowBttn
{
    bottom: 3px;
}

/* TELL FRIENDS POPUP */

.tell_popup
{
    position: relative;
    width: 600px;
    height: 280px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .tell_popup .star_bg
    {
        height: 280px;
    }

.connect_content .count_ttl
{
    margin-right: 160px;
    text-transform: capitalize;
}

.socialLinks_large
{
    float: right;
}

    .socialLinks_large li
    {
        float: left;
        margin-left: 4px;
    }


/*_______ FEEDBACK POPUP _____*/

.feedback_popup
{
    background: #eaf2fa;
    padding: 10px;
    width: 581px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .feedback_popup .popup_head h1
    {
        margin: 20px 0 0 15px;
        float: left;
    }

.feedbackPopup_ttl
{
    min-height: 50px;
    display: block;
    margin: 5px 15px;
}

.fbeack_left
{
    float: left;
}

    .fbeack_left span
    {
        color: #888888;
        cursor: default;
        font: 16px/16px Futuris;
        margin-right: 5px;
    }

    .fbeack_left input,
    .feedbackPopup_ttl textarea
    {
        color: #808080;
        font: 17px/17px Futuris;
        padding: 6px 5px;
    }

.feedbackPopup_ttl .right span
{
    float: left;
    margin-left: 5px;
}

.popup_like_bttn
{
    background: url("images/sprite.png") no-repeat 0 -426px;
    cursor: pointer;
    display: block;
    height: 23px;
    width: 24px;
}

    .popup_like_bttn:hover
    {
        background-position: -25px -426px;
    }

.popup_like_bttn_selected
{
    background: url("images/sprite.png") no-repeat -25px -426px;
    cursor: pointer;
    display: block;
    height: 23px;
    width: 24px;
}

.popup_unlike_bttn
{
    background: url("images/sprite.png") no-repeat 0 -450px;
    cursor: pointer;
    display: block;
    height: 23px;
    width: 24px;
}

    .popup_unlike_bttn:hover
    {
        background-position: -25px -450px;
    }

.popup_unlike_bttn_selected
{
    background: url("images/sprite.png") no-repeat -25px -450px;
    cursor: pointer;
    display: block;
    height: 23px;
    width: 24px;
}

.fback_imgUploader
{
    clear: both;
    overflow: hidden;
    margin: 5px 11px 5px 15px;
}

.upload_img
{
    cursor: pointer;
    display: block;
    float: left;
    margin: 0 5px 0 0;
    height: 88px;
    border: 1px solid #ccc;
    width: 104px;
}

.no-img
{
    background: url("images/sprite.png") no-repeat 0 -336px;
}

    .no-img:hover
    {
        background-position: -104px -336px;
    }

.upload_img img
{
    margin: 1px 0 0 1px;
}

.accept_license input
{
    float: left;
    margin: 0 7px 0 15px;
}

.text_license
{
    float: left;
    color: #888888;
    cursor: default;
    font: 14px/14px 'Futuris';
}

    .text_license a
    {
        color: #1c68ba;
        cursor: pointer;
    }
/*///////////////////////////////*/
.content980
{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.comingsooncontent
{
    bottom: 0;
    height: 295px;
    position: absolute;
    right: 0;
    width: 635px;
    -webkit-border-radius: 15px 0 0 0;
    -moz-border-radius: 15px 0 0 0;
    border-radius: 15px 0 0 0;
    padding-left: 28px;
    padding-top: 12px;
    padding-bottom: 8px;
}

.comingsooninput
{
    background: #fff;
    border: 1px solid #FFF;
    color: #414141;
    display: block;
    font: 18px 'PT Sans';
    margin: 0;
    padding: 5px 5px 5px 8px;
    width: 372px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*margin-left:38px;*/
    float:left;
    height:26px;
}

.text1 {
	font-size: 19px;
	color: #FFF;
    font-family: "PT_Sans_Caption";
}
.text2 {
	font-size: 23px;
	color: #ff1339;
	margin-left: 47px;
	font-weight: bold;
    font-family: "PT_Sans_Caption";
}

.main {
	width: 607px;
	font-size: 17px;
	line-height: 21px;
	color: #FFF;
	text-align: center;
	font-family: "PT_Sans_Caption";
}
.text3 {
	font-weight: bold;
}
.text4 {
	margin-top: 24px;
}

.text5 {
	margin-top: 10px;
	font-weight: bold;
    margin-bottom: 8px;
}

.error_divContent {
	margin:0 auto;
	width:343px;
	margin-top:200px;
	cursor:default;
}
.error_divNotFound {
	font-family:Calibri;
	font-size:22px;
	color:#494948;
}
.error_divGoBack {
	float:right;
	margin-top:16px;
	font-family:Calibri;
	color:#494948;
	font-weight:bold;
}
.error_divImg {
	width:346px;
	height:33px;
	margin-top:1px;
	background: url('images/comingsoonlogo.png') 0 0px;
}
