﻿
/* =============================================================== */
/* ---------------- import google CSS Font ---------------------- */
/* =============================================================== */
/*@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrew.css);*/

@import url(/Styles/opens_Sans_hebrew_fonts_fixed.css);

/* =============================================================== */
/* ------------------- General settings ------------------------- */
/* =============================================================== */
* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

body {
    direction: rtl;
    font-size: 14px;
    color: #31393c;
    font-family: 'Assistant', sans-serif;
    /*--Important For Mobile --Override 960.css--*/
    min-width: 0px;
}


.first {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.last {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.rlnopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.rlnomargin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.rnomargin {
    margin-right: 0 !important;
}

.lnomargin {
    margin-left: 0 !important;
}

.rnopadding {
    padding-right: 0 !important;
}

.lnopadding {
    padding-left: 0 !important;
}

.top-buffer {
    margin-top: 20px;
}

.bottom-buffer {
    margin-bottom: 20px;
}

.rightspace5 {
    margin-right: 5px;
}

.rightspace10 {
    margin-right: 10px;
}

.leftspace5 {
    margin-left: 5px;
}

.leftspace10 {
    margin-left: 10px;
}

/*.btn-default {
    font-family: 'Assistant', serif,“Helvetica Neue”,Helvetica,Arial,sans-serif;
    background-color: #003333;
    border: 0px solid transparent;
    font-weight: bold;
    border-radius: 0px;
    font-size: 1em;
    color: #fff;
    line-height: 1.0;
}*/


.separator {
    border-top: 1px dotted #2a373a;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #ff9900;
    background-color: #003333;
}

.stretch {
    display: inline-block;
    transform: scale(1,1.05); /* W3C */
    -webkit-transform: scale(1,1.05); /* Safari and Chrome */
    -moz-transform: scale(1,1.05); /* Firefox */
    -ms-transform: scale(1,1.05); /* IE 9 */
    -o-transform: scale(1,1.05); /* Opera */
}

.form-control {
    border-radius: 0px;
    border: 1px solid #00313d;
}

.vertical-center {
    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

.popover-title, .popover-content {
    text-align: right;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

#signUpPopupForm fieldset, #registrationForm fieldset, #signInForm fieldset {
    width: 300px;
    margin: auto;
}
/*======================== Search Result ==============================*/

.searchResultContent {
    width: 100%;
}

/*======================== Error Messages =============================*/
#signUpPopupFormpopover label.error {
    margin-right: 0px;
    width: 100%;
    text-align: right;
    padding-right: 0px;
}

#signUpPopupForm label.error {
    margin-right: 0px;
    width: 47%;
    text-align: right;
}



.successvalidClass {
    color: green;
}

.form-control.error {
    border: 1px solid red;
}

/*=============================    Logo    ============================*/

.Biz_logo {
    background-image: url("../Images/responsivesite/logo_new01.png");
    width: 213px;
    height: 87px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 150px;
    animation: 1s all;
    transform: scale(0.7);
}

.fronSiteHeader.innerPage .Biz_logo {
    height: 68px;
}
/*================ Buttons main.css Overrride ================*/
.credit_button_left, .credit_button_right {
    height: 25px;
    font-size: 0.85em;
}

/*================ Input Text main.css Overrride ================*/
.input_2, .input_4, .input_3, .input_8, .select_4 {
    height: 35px;
}

#website_Container .input_8 {
    width: 100%;
}

.divProcessing {
    margin: 0 auto;
    margin-top: 10px;
    width: 180px;
}

/* =============================================================== */
/* -------------------------- Header ---------------------------- */
/* =============================================================== */
header .row {
    margin-bottom: 1.8em;
}

.logoContainer {
    margin-top: 0.5em;
    margin-bottom: 0em;
}

.topLeftContainer {
    height: 5em;
}

.navContainer {
    padding-top: 3.35em;
}

.fronSiteHeader.innerPage .navContainer {
    padding-top: 1em;
    float: left;
}

.navContainerMobile {
    padding-top: 2em;
}

.loginContainer {
    padding-top: 4em;
    float: left;
}

.fronSiteHeader.innerPage .loginContainer {
    padding-top: 1em;
    float: left;
}

.logoContainer img {
    width: 75%;
}

.memberBoxWrapper {
    padding-top: 0px;
    position: relative;
    float: right !important;
}

.memberBox2Background {
    width: 162px;
    text-align: right;
    font-size: 12px;
}

.memberBox2 {
    margin: 0 0px 0 0 !important;
    height: 199px;
    text-align: right;
}

.memberBox2 {
    width: 200px;
}

.btn.CompleteSignUp {
    /*background: #00313d;*/
    color: #fff;
}

    .btn.CompleteSignUp:hover {
        background: #00313d;
        color: #fff;
    }

.desktopLogoContainer, .desktopTopMenuContainer, .loginContainer {
    z-index: 10;
}

/*.desktopTopMenuContainer .menuItem a{
    color:#00313d;
}*/

/* =============================================================== */
/* -------------------------- Movie ---------------------------- */
/* =============================================================== */

.videoContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.buttonWrraper {
    position: absolute;
    width: 100%;
    z-index: 10;
    height: 50%;
    padding-top: 27%;
}





/*.video_text_overlay {
    position: absolute;
    z-index: 1;
    top: 32%;
    display: block;
    width: 100%;
    margin: 0 auto;
}*/

.video_text_overlay h1.movieHeader {
    color: #fff;
    font-family: 'Assistant';
    font-weight: bold;
    text-shadow: 2px 2px #002D3A;
    padding-bottom: 0;
    margin-bottom: 0;
}

.video_text_overlay h2 {
    position: relative;
    font-family: 'Assistant';
    font-weight: normal;
    text-shadow: 2px 2px #002D3A;
    color: #fff;
}

.buttonDiv p.membersCount_p {
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 8px;
}

.scen_join_btnOnMovie {
    font-weight: normal;
    cursor: pointer;
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background-color: #FF8202;
}

.buttonDiv p.membersCount_p {
    position: relative;
    font-family: 'Assistant', sans-serif;
    font-weight: normal;
    text-shadow: 2px 2px #002D3A;
    color: #fff;
}

#wallpaperbg {
    position: fixed;
    top: 0;
    left: 0;
}

.wallpaperbgwidth {
    width: 100%;
}

.wallpaperbgheight {
    height: 100%;
}

/* =============================================================== */
/* -------------------------- Search ---------------------------- */
/* =============================================================== */
.searchArea {
    opacity: 1;
    top: 0px;
    position: inherit;
    width: 250px;
}

.searchTxt {
    height: 2.2em;
    display: block;
    vertical-align: top;
    top: 0;
    font-size: 1em;
    margin-top: 2px;
    padding-right: 20px;
    border: 0;
    width: 80%;
}

.slideup_btn {
    background-color: #00313D;
    color: #fff;
    padding-top: 10px;
    padding-right: 20px;
}

.searchArea {
    height: 41px;
    z-index: 10;
    border: 2px solid #ff8202;
}

.ac_results {
    padding: 0px;
    border: 1px solid silver;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
    margin-top: 4px;
}

/* =============================================================== */
/*-------------------- Navigation settings -----------------------*/
/* =============================================================== */

/*-------------------Affix navbar settings-----------------------*/
.desktopHeaderContainer.affix {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
    -webkit-transition: all .6s ease-in-out;
    background-color: #fff;
    padding: 0 10%;
    -webkit-box-shadow: 0px 0px 2px 1px #b3b3b3;
    -moz-box-shadow: 0px 0px 2px 1px #b3b3b3;
    box-shadow: 0px 0px 2px 1px #b3b3b3;
}

    .desktopHeaderContainer.affix .logoContainer {
        margin-top: 0em;
    }

        .desktopHeaderContainer.affix .logoContainer .Biz_logo {
            background-image: url("../Images/responsivesite/logo_new01.png");
            width: 100%;
            height: 65px;
            background-repeat: no-repeat;
            background-position: bottom;
            background-size: 150px;
            transform: scale(0.7);
            max-width: 160px;
            margin:0 auto;
        }

    .desktopHeaderContainer.affix #search_ButtonIcone {
        background-image: url('../images/responsivesite/searchBtn.png');
        position: absolute;
        right: 5%;
    }

    .desktopHeaderContainer.affix div > ul > li > a {
        color: #000;
    }

    .desktopHeaderContainer.affix .loginContainer {
        /*display:none;*/
        padding-top:1em;
    }

    .desktopHeaderContainer.affix .navContainer {
        padding-top: 1em;
    }

    .desktopHeaderContainer.affix .desktopTopMenuContainer .navContainer .menuItem a {
        font-size: 1.3em;
    }

.desktopHeaderContainer {
    padding-left: 5%;
    padding-right: 5%;
}

/*-------------------Tablet and Mobile navbar -----------------------*/
.navbar {
    height: 60px;
}

.navbar-toggle {
    float: right;
}

/* navbar */
.navbar-default {
    background-color: #fff;
    border: 0px solid transparent;
    max-width: 650px;
}
    /* title */
    .navbar-default .navbar-brand {
        color: #31393c;
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #31393c;
        }
    /* link */
    .navbar-default .navbar-nav > li > a {
        color: #fff;
        padding: 10px 10px;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #ff9900;
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #ff9900;
        background: none;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        color: #ff9900;
        background-color: transparent;
    }

.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ff9900;
    background-color: transparent;
}

/*.navbar-default .navbar-nav > .dropdown > a .caret {
   border:0px solid transparent;
}*/
.navbar-default .navbar-nav > .dropdown > .caret {
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari */
    transform: rotate(-45deg);
    position: absolute;
    top: 28px;
    color: #fff;
}

.list-inline {
    margin-right: -40px;
}

.navbar-inverse {
    background-color: #fff;
    border: 0px;
    -webkit-box-shadow: -1px 0px 2px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 0px 2px 1px rgba(0,0,0,0.2);
    box-shadow: -1px 1px 2px 1px rgba(0,0,0,0.2);
}

.navbar-collapse > ul > li {
    border-bottom: 1px solid #545454;
}

.navbar-collapse .Hello_member span {
    margin-right: 10px;
    margin-top: 10px;
    color: #fff;
}

.navbar-header a.mobileAlertIcon {
    position: absolute;
    top: 26px;
    left: 25%;
    color: #04323b;
}

.navbar-header a.mobileDealsIcon {
    position: absolute;
    top: 23px;
    left: 14%;
}

.navbar-header a.mobileIncomMsgIcon {
    position: absolute;
    top: 25px;
    left: 3%;
    color: #04323b;
}

.navbar-header a.back-mobile-button {
    position: absolute;
    top: 20px;
    left: 3%;
    color: #04323b;
    font-size: 23px;
}

.navbar-header a.share-mobile-button {
    position: absolute;
    top: 20px;
    left: 14%;
    color: #04323b;
    font-size: 23px;
}

    .navbar-header a.share-mobile-button img {
        width: 25px;
    }

.navbar-header a.mobileDealsIcon img {
    width: 25px;
}



.navbar-header a.mobileIncomMsgIcon .glyphicon, .navbar-header a.mobileAlertIcon .glyphicon {
    font-size: 17px;
}

.navbar-header a .badge {
    top: -5px;
    left: 8px;
    position: absolute;
    z-index: 1;
    background-color: red;
    width: 80%;
    height: auto;
    padding: 1px;
    font-size: 9px;
}

.pageTopMenuContainer.affix {
    top: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 11;
    max-width: 1170px;
}
/*.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 100%;
}*/
.navbar-inverse .navbar-toggle {
    border-color: #fff;
}

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #31393c;
    }


.navbar-nav > li > .dropdown-menu, .dropdown-menu > .active > a {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 0;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    background-color: #002129;
    border: 0px;
    font-weight: lighter;
    /* color: #fff !important; */
}

.dropdown-menu > li > a {
    color: #fff;
    font-weight: lighter;
    padding-right: 40px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: transparent;
    color: #ff9900;
    font-weight: lighter;
    margin-bottom: 0px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #fff;
}

.navContainer .menuItem {
    display: inline-block;
}

.list-inline > li {
    display: inline-block;
    padding-right: 13px;
    padding-left: 13px;
}

.navContainer .menuItem a {
    font-size: 1.2em;
    display: block;
    position: relative;
    padding: 10px 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .navContainer .menuItem a:hover {
        color: #FF8202;
        text-decoration: none;
        background-color: transparent;
    }

    .navContainer .menuItem a:focus {
        text-decoration: none;
    }

.dropdown-menu {
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border: 1px solid #ccc;
}

.menuItem.open > ul > li > a {
    color: #000;
}



/* =============================================================== */
/*---------------------- Carousel settings ----------------------*/
/* =============================================================== */
.mainBanner {
    position: relative;
}

.anim-slider {
    background: none;
    height: 772px;
}

.anim-dots {
    z-index: 1020;
}

    .anim-dots span.anim-dots-this:after {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        top: 1px;
    }

    .anim-dots-this, .anim-dots span {
        box-shadow: 1px 1px 1px rgba(0,0,0,1) inset, 1px 1px 1px rgba(255,255,255,1.5);
        border-radius: 50%;
        width: 15px;
        height: 14px;
        top: 1px;
    }

.slider_element_wrraper {
    position: relative;
    height: 100%;
}

.scenebg {
    right: 0;
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.scen_join_btn {
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeOut {
    -webkit-animation-duration: 5s;
}


.scene_people {
    position: absolute;
    z-index: 500;
}

.scene_text {
    position: absolute;
    z-index: 500;
}

.popover.top {
    margin-top: -10px !important;
}


#buttonOnSlider {
    z-index: 500;
    background-image: url('../Images/responsivesite/scene_general_images/joinbtn.jpg');
    background-repeat: no-repeat;
    width: 342px;
    height: 80px;
    position: absolute;
    right: 62.1%;
    /*left: 23.4%;*/
    bottom: 4.5%;
    cursor: pointer;
    background-color: transparent;
}


/*.carousel .carousel-indicators { visibility: hidden; }

.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
  z-index:1;
}
.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  z-index:2;
}
.carousel-control.right{
	right: -15%;
	background-image: linear-gradient(to right,rgba(0,0,0,.0) 0%,rgba(0,0,0,.0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
}
.carousel-control.left{
	right: 100%; 
	background-image: linear-gradient(to right,rgba(0,0,0,.0) 0%,rgba(0,0,0,.0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
}
#carouselConfirmRegistration {
	height: 275px;
	background-color:#fff;
}
#carouselConfirmRegistration  .carousel-caption{
	bottom:0;
	padding-bottom:10px;
	color:#000;
	color:#000;
}
#carouselConfirmRegistration  .item{
	height:275px;
}
#carouselConfirmRegistration  .item img{
	margin-right: auto;
	margin-left: auto;
}*/

/*-------------------------------------------------------------*/
/*---------------------Circle settings-----------------------*/
/*-------------------------------------------------------------*/

.cricle_wide_container {
    padding-top: 44%;
}

.countDivContainer {
    color: #fff;
    width: 75%;
    margin: 0 auto;
    padding-top: 14px;
}

.countDivIcone {
    margin-left: 10px;
    float: right;
    font-size: 30px
}

.countDivHeader {
    /*float:right;*/
}

.countDiv {
    font-size: 40px;
}

.cricle_wide_container {
    /*background-image: linear-gradient(bottom, #dde4e5 50%, #fff 50%);
    background-image: -o-linear-gradient(bottom, #dde4e5 50%, #fff 50%);
    background-image: -moz-linear-gradient(bottom, #dde4e5 50%, #fff 50%);
    background-image: -webkit-linear-gradient(bottom, #dde4e5 50%, #fff 50%);
    background-image: -ms-linear-gradient(bottom, #dde4e5 50%, #fff 50%);*/
    padding-bottom: 3em;
}

.cricle_wide_container_Mobile {
    /*background-image: linear-gradient(bottom, #dde4e5 50%, #fff 50%);
    background-image: -o-linear-gradient(bottom, #dde4e5 50%, #fff 50%);
    background-image: -moz-linear-gradient(bottom, #dde4e5 50%, #fff 50%);
    background-image: -webkit-linear-gradient(bottom, #dde4e5 50%, #fff 50%);
    background-image: -ms-linear-gradient(bottom, #dde4e5 50%, #fff 50%);*/
    padding-bottom: 2em;
    padding-top: 1em;
}

    .cricle_wide_container_Mobile a:hover {
        color: #fff;
        text-decoration: none;
    }

.circleSection {
    margin-top: 4.6em;
}

.circleMobile {
    padding-top: 15px;
    background: #002D3A;
    position: relative;
    width: 100%;
    height: 135px;
    border-radius: 0%;
    margin: 10px auto;
    color: #fff;
    /*border-bottom:1px solid #002D3A;
    border-top:1px solid #002D3A;*/
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
}

    .circleMobile h2 {
        margin: 0px;
        padding-bottom: 0px;
    }

.ih-item.circle {
    width: 94.5%;
    height: 94.5%;
    cursor: pointer;
}

    .ih-item.circle .img, .ih-item.circle .info {
        width: 94.5%;
        height: auto;
    }

    .ih-item.circle.effect6.colored .info {
        background-color: #ff8202;
    }

        .ih-item.circle.effect6.colored .info img {
            width: 30px;
            height: 28px;
        }

    .ih-item.circle.effect6 .info p {
        font-size: 1.25em;
        color: #fff;
        font-family: 'Assistant', sans-serif;
        font-style: normal;
        padding-top: 65px;
        padding-left: 0px;
        padding-right: 0px;
        line-height: 1.5em;
    }

    .ih-item.circle .img:before {
        position: absolute;
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        box-shadow: inset 0 0 0 0px rgba(255,255,255,0.6),0 1px 2px rgba(0,0,0,0.3);
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

/* =============================================================== */
/* ---------------- Organization Freinds settings --------------  */
/* =============================================================== */
.organizationFreinds_wide_container {
    background-color: #ccd6d8;
    padding-top: 2em;
    padding-bottom: 1em;
}

.organizationFreindsSection .joinusSpanText {
    font-size: 2em;
    color: #00313d;
    font-weight: bold;
    margin-top: -10px;
    margin-bottom: 1em;
}

.bar .mosaic-overlay {
    height: 70px;
    background: url(../images/musiac-bg-white.png);
    color: #00313d;
}

.randomMembers_container {
    padding-left: 0px;
    padding-right: 0px;
}

.mosaic-block {
    float: right;
    position: relative;
    overflow: hidden;
    width: 20%;
    height: 180px;
    margin: 0px;
    background: #111 url(../images/musiac-progress.gif) no-repeat center center;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

    .mosaic-block.bar > a > div > h4 {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .mosaic-block.bar > a > div > p {
        margin-bottom: 0px;
    }

.bwWrapper > img {
    width: 100%;
}

.bwWrapper {
    position: relative;
    display: block;
}

.members_count {
    font-size: 1.8em;
    color: #00313d;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0em;
}

/* =============================================================== */
/* -----------------------Join Us settings -----------------------*/
/* =============================================================== */

.joinUsFormWrraper {
    background-color: #e6e6e6;
}

.horizontalLineright {
    border-bottom: 2px solid #2a373a;
    height: 1em;
}

.horizontalLineleft {
    border-bottom: 2px solid #2a373a;
    height: 1em;
}

.referencememberWrapper {
    float: none;
}

.referenceMember {
    text-align: right;
}

.invitedBy {
    font-size: 1.2em;
}


.joinUsForm {
    margin-top: 1.6em;
    padding-top: 1.6em;
    padding-bottom: 1.6em;
    border-left: 1px solid #ccc;
}

    .joinUsForm .joinusSpanText {
        font-size: 2em;
        color: #00313d;
        font-weight: bold;
        margin-top: -10px;
        margin-bottom: 1em;
    }


.facebookBtn {
    font-size: 1.4em;
    line-height: 2.0;
    min-height: 48px;
    padding: 4px 140px;
}

    .facebookBtn img {
        margin-top: -6px;
    }

.facebookBtnWrapper .signUpElementStyle {
    padding: 0px;
}


.facebookBtntext {
    margin-right: 10px;
}

.inputTextJoinus {
    height: 47px;
    width: 445px;
    margin: 0 auto;
    font-size: 1.1em;
}

.buttonJoinus {
    font-size: 1.4em;
    padding-top: 10px;
    line-height: 1.0;
    min-height: 48px;
    padding: 0 103px;
    width: 445px;
    margin-top: 1em;
}

.confirmation-form .buttonJoinus {
    width: 93%;
    padding: 0 28px;
    margin-right: -19px;
    margin-bottom: 1.6em;
    min-width: 259px;
}

.confirmation-form .form-control {
    width: 45%;
    float: right;
    margin-left: 20px;
}

.joinUsForm .form-group {
    margin-bottom: 10px;
}


/* =============================================================== */
/*----------------------------Footer -----------------------------*/
/* =============================================================== */

footer {
    background-color: #00313d;
    position: relative;
    clear: both;
    padding-top: 20px;
    font-size: 1em;
}

.footer-container {
    margin: 0 auto;
    width: 90%;
}

footer li a {
    color: #fff;
}

footer .row span {
    color: #fff;
    font-size: 0.8em;
    letter-spacing: 0px;
}

.footerlinks li, .footerRights {
    color: #fff;
    font-size: 1em;
}

.footerSocialLinks li a {
    color: #FF8202;
    font-size: 1.8em;
}

    .footerSocialLinks li a:hover {
        color: #fff;
    }

.footerlinks li:first-child {
    color: #FF8202;
}

.footerRights {
    font-size: 0.7em;
}

footer .logo img {
    width: 90%;
    height: auto;
}
/* =============================================================== */
/*-----------SignUp --- SignIn --- PopupOver Settings -------------*/
/* =============================================================== */
.popover {
    max-width: 500px;
    left: 0;
}

.signUpContainer {
    width: 320px;
    height: 367px;
}

.chooseLoginOption {
    top: -12px;
    right: 0;
    margin-left: 236px;
}

.popover {
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    margin-top: 17px !important;
}

.addmargin {
    margin-top: 20px;
}

.facebookBtnPopover {
    background: #00313d;
    border: 0px solid transparent;
    border-radius: 0px;
    font-size: 1.5em;
    padding-top: 10px;
    color: #fff;
    line-height: 2.0;
    min-height: 48px;
    padding: 0 38px;
}

    .facebookBtnPopover:hover, .facebookBtnPopover:focus, .facebookBtnPopover.focus, .facebookBtnPopover:active, .facebookBtnPopover.active {
        background: #00313d;
    }

.errorDivContainer {
    height: 52px;
    padding: 1px 0 0 0;
    display: inline;
}

.authorizationErrorPopup {
    padding: 5px;
    background: Red;
    color: White;
    font-weight: bold;
    width: 256px;
    text-align: right;
    margin: 0 auto;
}

.joinUsFormWrraper .authorizationErrorPopup {
    padding: 5px;
    background: Red;
    color: White;
    font-weight: bold;
    width: 444px;
}

.signUpElementStyle {
    padding: 0 35px 0 35px;
    margin-top: 10px;
}

.signUpOptions {
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    width: 100%;
}

.inputTextJoinusPopover {
    height: 47px;
    width: 252px;
    margin: 0 auto;
    font-size: 1.1em;
}

.inputTextJoinusPopover {
    height: 47px;
    width: 252px;
    margin: 0 auto;
    font-size: 1.1em;
    border: 1px solid #00313d;
}

#keepSignedIn_Container {
    float: right;
}

.buttonSigninPopover, .buttonSignUpPopover, .buttonSigninSlide, .buttonSignUpSlide, .MainSliderbuttonSignUpPopover {
    background: #ff8202;
    border: 0px solid transparent;
    border-radius: 0px;
    font-size: 1.5em;
    padding-top: 5px;
    color: #fff;
    line-height: 1.0;
    min-height: 48px;
    /* padding: 0 72px; */
    width: 251px;
    margin-top: 1em;
}

.buttonSigninPopover {
    margin-right: 0px;
}

    .buttonSigninPopover:hover, .buttonSigninPopover:focus, .buttonSigninPopover.focus {
        color: #fff;
        text-decoration: none;
    }

    .buttonSigninPopover:hover, .buttonSignUpPopover:focus, .buttonSigninSlide, .buttonSignUpSlide.focus {
        color: #fff;
        text-decoration: none;
    }

#MainBannersignUpContainer .form-group {
    margin-bottom: 0px;
}

#MainBannersignUpContainer h2 {
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#MainBannersignUpContainer .block {
    margin: 0 0 9px 0;
}
/*--------------------------------------------------------------*/
/*---------------------SignUp --- SignIn --- Popup --------------*/
/*--------------------------------------------------------------*/
.modal-content {
    border: 7px solid rgba(213, 213, 213, 1);
}

.ModalSignIn-up-Window-dialog {
    width: 370px;
    margin: 30px auto;
    min-height: 570px;
}

.signUpLogo {
    width: 43%;
    height: auto;
    position: initial;
}

.signUpSeparator {
    width: 44%;
}

.signUpContainer .input_3 {
    height: 28px;
}

.signUpContainer {
    font-size: 0.8em;
}

.blue_button {
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background: #00313d;
    float: left;
    margin: 0 15px 0 0;
}

.blue_button {
    float: right;
    margin: 0 0 0 15px;
}
.backFloatButton {
    float: left;
    margin: 0 15px 0 0;
}
.blue_button_sign_up {
    padding: 7px;
    font-size: 18px;
    cursor: pointer;
    width: 238px;
}


/*-------------------------------------------------------------*/
/*---------------------Registration settings-------------------*/
/*-------------------------------------------------------------*/
#registrationForm {
    /*opacity: 0;*/
}

    #registrationForm .registration_step {
        padding: 5px 10px 5px 26px;
    }

    #registrationForm .select_4 {
        width: 320px;
    }

    #registrationForm .input_4 {
        width: 320px;
    }

    #registrationForm .grid_4 {
        margin-right: 0px;
    }

    #registrationForm #city_Container {
        float: none;
    }

/*--------------------------------------------------------------*/
/*-------------------   SignUp Page General  -------------------*/
/*--------------------------------------------------------------*/
.signup_bg {
    background: #000;
}

#poster_bg, #overlay {
    min-width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
}

#poster_bg {
    position: fixed;
    z-index: 10;
    opacity: 0.2;
}

#overlay {
    background: 0 0;
    z-index: 20;
}

#overlay, .content_signup {
    position: absolute;
}

.content_signup {
    -webkit-transition: top .5s ease;
    transition: top .5s ease;
    left: 50%;
    width: 487px;
    margin-left: -243.5px;
    top: 10%;
    border-radius: 2px !important;
    background-color: #fff;
    padding: 1px;
}


.signup_form header {
    position: relative;
    background: #00313D;
    padding: 30px 0 25px;
    text-align: center;
}

    .signup_form header img {
        width: 40%;
    }

.signup_form_content {
    padding-bottom: 1.6em;
    background-color: #fff;
}

    .signup_form_content span {
        font-size: 18px;
    }

.signup_facebookBtn, .signin_facebookBtn {
    min-width: 300px;
    border-radius: 0px !important;
    padding: 10px 15px !important;
}

    .signup_facebookBtn > .fa-lg {
        vertical-align: 0%;
    }


#registrationForm .city-form-control,
#registrationForm .phone-form-control,
.signup_form_content .city_form_control,
.signup_form_content .phone-form-control {
    border: 1px solid #00313d;
    height: 40px;
    width: 300px !important;
    font-size: 1.1em;
    border-radius: 2px;
}
    #registrationForm .phone-form-control.has-error {
        margin-bottom: 35px;
    }
#registrationForm .phone-form-control label {
    margin-bottom:0;
}


#registrationForm .vue-phone-number-input input {
    border: 0px solid #00313d;
    box-shadow: 0 0 0 !important;
}
    #registrationForm .vue-phone-number-input input:focus {
        outline: 0;
    }

    #registrationForm [dir=rtl] .multiselect__tags {
        padding: 0px 40px 0 8px !important;
        border: 0px solid #e8e8e8;
        min-height: 38px;
    }

#registrationForm .multiselect__placeholder {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    min-height: 38px;
    font-size: 1.1em;
}

#registrationForm .multiselect__input {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    min-height: 38px;
    font-size: 1.1em;
}
#registrationForm .multiselect__single {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    min-height: 38px;
    font-size: 1.1em;
}

.signup_textInput {
    height: 40px;
    width: 300px !important;
    margin: 0 auto;
    font-size: 1.1em;
    border-radius: 2px;
}

#Email.signup_textInput {
    text-align: left;
    direction: ltr;
}

    #Email.signup_textInput::placeholder {
        text-align: right;
    }

.signup_buttonJoinus, .signin_button {
    font-size: 1.4em;
    padding-top: 10px;
    line-height: 1.0;
    min-height: 48px;
    padding: 0 103px;
    width: 300px;
    margin-top: 1em;
    border-radius: 2px !important;
}

.signup_form .error {
    width: 300px !important;
    text-align: right;
}

.signup_form .form-horizontal .has-feedback .form-control-feedback {
    right: 5px;
    left:auto;
}

.signup_form .has-feedback label ~ .form-control-feedback {
    top: 8px;
}

.signup_form .city-form-control .glyphicon {
    top: 5px !important;
}

span.registrationBusinessDetailsIcon {
    color: rgba(0,0,0,0.2);
    cursor: pointer;
}

.top-bar-filters {
    top: 70px !important;
}

.container-fluid.members-container {
    padding-left: 100px;
    padding-right: 100px;
}

.pageTopMenu.pageTopMenuMember {
    padding-right: 0;
    margin: 0 auto;
}

.outerLogoContainer {
    width: 91%;
    max-width: 91%;
}

.member-details-box {
    width: 100%;
    background-color: #fff;
    max-width: 315px;
    z-index: 10;
    margin-top: 30px;
}

    .member-details-box.affix-top {
        top: -105px;
    }

    .member-details-box.affix {
        top: 0px;
        /*left: 3%;*/
        width: 28%;
        margin-top:0px;
    }

.contactAddress {
    color: #00313d;
}
.member-details-box-header{
    padding-bottom:0px;
}
.member-details-box-content {
    /*border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 2px solid #ddd;*/
    padding-bottom: 20px;
    background-color: #002e3d;
}

    .member-details-box-content .member-logo {
        max-width: 220px;
        margin: 0 auto;
    }

        .member-details-box-content .member-logo img {
            width: 100%;
            max-width: 220px;
            max-height: 220px;
            /*box-shadow: 1px 2px 5px #0000002b;*/
        }

    .member-details-box-content .phoneButton button {
        width: 100%;
        padding: 10px 20px !important;
        background-color: #ff8202;
    }
    .member-details-box-content .virtualNumberButtonText{
        font-weight:700;
    }
    .member-details-box-content .phoneButton .virtualNumberContainer a {
        color: #f5f5f5;
        background-color: #ff8202;
        padding: 6px 46px;
    }

    .member-details-box-content .phoneButton a {
        color: #f5f5f5;
        background-color: #ff8202;
        padding: 6px 46px;
        font-size: 26px;
        display:block;
        width:100%;
    }
    .member-details-box-content .contactButton,
    .member-details-box-content .createOpinion {
        margin: 0px auto;
        /*max-width: 220px;*/
        min-width: 218px;
        padding: 10px 40px;
        background-color: transparent;
        border: 1px solid #ff8202;
        color: #ff8202;
        font-weight: 700;
        width:100%;
    }


        .member-details-box .pointsBox {
            background-color: #fff;
            border: 2px solid #ddd;
            border-radius: 0;
            margin-top: 20px;
        }


.member-details-box .pointsBox h3 {
    text-align: center;
}
/*--------------------------------------------------------------*/
/*-------------------Media Queries Overried settings------------*/
/*--------------------------------------------------------------*/
@media (max-width:767px) {
    /* rules for mobile horizontal (480 > 768)  */
    .mobile-inline {
        display: contents;
    }

    .frontSiteMainContainer {
        margin-top: 35px !important;
    }

    .mainBanner {
        margin-top: 20px !important;
    }

    .icon-menu-1 {
        font-size: 1.4em;
        color: #002D3B;
        background: none;
        margin-top: 22px;
    }

        .icon-menu-1:hover {
            color: #ff9900;
        }

    .searchTxt {
        border: 0px solid #31393c;
        margin-right: 0px;
        margin-left: 0px;
    }

    .searchArea {
        opacity: 0.9;
        top: 0px;
    }

    .loginBtn, .joinUsBtn {
        background: none;
        width: 38px;
        height: 39px;
        margin-left: 6px;
        margin-top: 26px;
        margin-right: 15px;
        cursor: pointer;
        font-size: 1.2em;
        color: #002D3B;
        display: inline-block;
    }

    .loginBtn {
        font-size: 1em;
    }

        .loginBtn:hover, .joinUsBtn:hover {
            background: none;
            color: #ff9900;
        }

    .signup_form_content span.facebookBtntext {
        font-size: 17px;
    }

    .signup_form_content #recaptcha_element {
        transform: scale(0.87);
        transform-origin: 0 0;
        margin: 0 -46px;
    }

    .joinUsBtnSlide {
        background: none;
        width: 38px;
        height: 39px;
        margin-left: 6px;
        margin-top: 26px;
        margin-right: 15px;
        cursor: pointer;
        font-size: 1.2em;
        color: #002D3B;
        display: inline-block;
    }

        .joinUsBtnSlide:hover {
            background: none;
            color: #ff9900;
        }

    .SignUpMobileSlideContainer, .SignInMobileSlideContainer {
        margin-top: 40px;
    }

        .SignUpMobileSlideContainer .invitedBy {
            font-size: 1em;
        }

    .loginBtnSlide {
        background: none;
        width: 38px;
        height: 39px;
        margin-left: 6px;
        margin-top: 26px;
        margin-right: 15px;
        cursor: pointer;
        font-size: 1.2em;
        color: #002D3B;
        display: inline-block;
    }

        .loginBtnSlide:hover {
            background: none;
            color: #ff9900;
        }

    .searchBtn {
        /*/margin-left:25px;*/
    }

    #search_ButtonIcone {
        color: #002D3B;
        width: 2.0em;
        height: 2.5em;
        background-image: none;
        /*background-image: url('../images/responsivesite/searchBtn.jpg');*/
        font-size: 1.2em;
        background-color: transparent;
        background-repeat: no-repeat;
        float: left !important;
        border: 0;
        margin-left: 10px;
        margin-top: 10px;
    }

        #search_ButtonIcone:hover {
            color: #ff9900;
            background-image: none;
        }

    #search_ButtonIcone-xs {
        color: #002D3B;
        width: 2.0em;
        height: 2.5em;
        background-image: none;
        /*background-image: url('../images/responsivesite/searchBtn.jpg');*/
        font-size: 1.2em;
        background-color: transparent;
        background-repeat: no-repeat;
        float: left !important;
        border: 0;
        margin-left: 10px;
        margin-top: 10px;
    }

        #search_ButtonIcone-xs:hover {
            color: #ff9900;
            background-image: none;
        }

    .logoContainer {
        margin-top: 2em;
    }

    img.logoContainerMobile {
        width: 100px;
        /* height: 39px; */
        padding-top: 5px;
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 18px;
        /*float: left;*/
    }

    .logoContainerConfirmation img {
        width: 70%;
        height: auto;
    }

    .facebookBtn {
        padding: 0 0px;
        width: 250px;
        height: 35px;
        min-height: 41px;
    }

    .inputTextJoinus {
        height: 35px;
        width: 250px;
        margin: 0 auto;
    }

    .buttonJoinus {
        min-height: 35px;
        padding: 0 39px;
        width: 250px;
    }

    .navContainerMobile .glyphicon {
        top: 3px;
        top: 3px;
        color: #fff;
        font-size: 1.5em;
        padding-top: 9px;
        float: left;
    }

    .navbar-collapse .glyphicon {
        color: #A9A9A9;
        font-size: 1em;
        padding-top: 0px;
        margin-left: 10px;
        float: right;
    }

    .collapse {
        visibility: hidden; /* Bootstrap v3.3.0 */
        display: initial;
    }

    .cbp-spmenu {
        visibility: visible; /* The Fix */
        overflow: auto;
        overflow-x: hidden;
    }

    .cbp-spmenu-vertical {
        width: 240px;
        height: 100%;
        top: 0;
        z-index: 1000;
    }

    #menu_items {
        /*height: 100%;*/
        min-height: 100%;
    }

    .ih-item.circle {
        margin-bottom: 70px;
        width: 100%;
        height: 100%;
    }

        .ih-item.circle .img, .ih-item.circle .info {
            width: 100%;
            height: auto;
        }

    .facebookBtnWrapper {
        padding-right: 0px;
        padding-left: 0px;
    }

    footer {
        padding-top: 30px;
    }

    .confirmation-form .form-control {
        width: 100%;
        margin-bottom: 16px;
    }

    .confirmation-form .buttonJoinus {
        width: 100%;
        padding: 0 28px;
        margin-right: 0px;
        margin-bottom: 1.6em;
        min-width: 249px;
    }

    .navbar-ex1-collapse {
        background-color: #00313D;
    }

    .ih-item.circle.effect6 .info p {
        font-size: 0.62em;
        padding-top: 37px;
    }

    .btn-default {
        float: left;
        padding-left: 24px;
        padding-top: 16px;
    }

    #search_Button, #searchButton_headerSearch_01_mobile {
        float: left;
        margin-top: 5px;
    }

    .ih-item.circle.effect6.colored .info img {
        width: 30px;
        height: 28px;
    }

    .organizationFreindsSection .joinusSpanText, .joinUsForm .joinusSpanText {
        font-size: 1em;
    }

    .joinUsForm .joinusSpanText {
        margin-top: 2px;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-header {
        padding-top: 2px;
        position: relative;
    }

    .header-menu, .header-SignInButton, .header-search, .header-sign-up {
        position: absolute;
        z-index: 1;
    }

    .header-mini_logo {
        position: relative;
        text-align: center;
    }

    .header-menu {
        right: 5px;
        top: 4px;
    }

    .header-SignInButton {
        left: 4px;
        top: -2px;
        font-size: 1.2em;
    }

    .header-search {
        right: 42px;
        top: 0px;
    }

    .header-sign-up {
        left: 45px;
        top: -2px;
        font-size: 1.2em;
    }

    .footerMobileView, .footerMobileView a {
        color: #fff;
        margin-bottom: 10px;
    }



    .cricle_wide_container_Mobile {
        /*padding-top: 52%;*/
        padding-top: 48%;
    }

    .ih-item.circle.effect6.bottom_to_top a .img {
        -webkit-transform: scale(0.5) translateY(-100%);
        -moz-transform: scale(0.5) translateY(-100%);
        -ms-transform: scale(0.5) translateY(-100%);
        -o-transform: scale(0.5) translateY(-100%);
        transform: scale(0.5) translateY(-100%);
    }

    .ih-item.circle.effect6.bottom_to_top a .info {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .members_count {
        font-size: 1.5em;
    }

    /*-------------------------------------------------------------*/
    /*------------Mobile Override-Registration settings-------------*/
    /*-------------------------------------------------------------*/
    .registrationContainer {
        margin-top: 60px;
    }

        .registrationContainer .registration_step {
            margin-bottom: 10px;
            width: 100%;
        }

    .registration_arrow_white, .registration_arrow_orange {
        display: none;
    }

    #registrationForm .registration_step {
        padding: 5px 27px 5px 14px;
    }

    #registrationForm .select_4 {
        width: 100%;
    }

    #registrationForm .input_4 {
        width: 100%;
    }

    #registrationForm .grid_4 {
        margin-right: 0px;
    }

    #registrationForm .input_8 {
        width: 100%;
    }

    #registrationForm #saveRegistrationDetails {
        width: 104%;
    }

    .sliderContainer {
        margin-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    #testimonialSlider li .testimonialContainer {
        width: 220px;
        padding: 10px;
        text-align: center;
    }

    .sliderDiv {
        margin: 0 auto;
        width: 100%;
        max-width: 280px;
    }

    /*--------------------------------------------------------------*/
    /*-------------------   SignUp Page MAX 768  -------------------*/
    /*--------------------------------------------------------------*/
    .content_signup {
        -webkit-transition: top .5s ease;
        transition: top .5s ease;
        left: 0%;
        width: 100%;
        margin-left: 0;
        top: 0%;
        border-radius: 2px !important;
        background-color: #fff;
        padding: 1px;
    }

    .signup_form .form-horizontal .has-feedback .form-control-feedback {
        /*right: 20px;*/
    }

    /*-------------------------------------------------*/
    /*--------------Movie max-width 768px --------------*/
    /*-------------------------------------------------*/
    .buttonDiv {
        position: relative;
        width: 250px;
        margin: 0 auto;
    }

    .buttonWrraper {
        position: absolute;
        width: 100%;
        z-index: 1;
        text-align: center;
    }

    .scen_join_btnOnMovie {
        width: 250px;
        font-size: 23px;
    }

    /*-------------------------------------------------------------*/
    /*------------Mobile Override-SignIn and SignUp -----------------*/
    /*-------------------------------------------------------------*/
    .signInMobileContainer, .signUpMobileContainer {
        margin-top: 30px;
    }

    .contactUsPage #contactUsForm div {
        width: 100%;
        margin-right: 0px;
    }

    .stats_section .col-xs-6 {
        margin-bottom: 20px;
    }

    .FrontHome_first_section .container, .FrontHome_second_section .container, .FrontHome_fourth_section .container, .FrontHome_fifth_section .container {
        margin: 0 20px;
        position: relative;
    }

    .FrontHome_first_section .font_40, .FrontHome_first_section .font_30, .FrontHome_second_section .font_50, .FrontHome_second_section .font_larger {
        font-size: 1.6em;
    }

    .FrontHome_first_section .font_large {
        font-size: 1.3em;
    }

    br.disablebreak {
        display: contents;
    }

    .FrontHome_first_section .font_mid {
        font-size: 1em !important;
    }

    .section1_1_img {
        margin-top: 20px;
    }

    .section_1_separator:after {
        content: "";
        display: inline-block;
        background-image: url(/Images/fronthome/section_1_separator_icon.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        width: 100%;
        height: 160px;
        position: absolute;
        bottom: -40px;
        z-index: 1;
        background-size: 80px;
    }

    .FrontHome_second_section .font_large_28 {
        font-size: 1.3em;
    }

    .FrontHome_second_section {
        background-image: none;
    }
    /*.FrontHome_second_section:before {
    content: ' ';
    background-image: url(/Images/fronthome/section_2.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 60%;
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.4;
  }*/
    .biz_action_activity {
        display: flex;
    }

    .biz_action_number {
        margin-top: 4px;
    }

    .biz_action_activity span:nth-child(2) {
        width: 80%;
    }

    .FrontHome_third_section {
        background-image: none;
    }

    .FrontHome_fourth_section .font_larger {
        font-size: 22px;
    }

    .FrontHome_third_section:before {
        content: ' ';
        background-image: url(/Images/fronthome/section_3.png);
        background-repeat: no-repeat;
        background-position: right 107%;
        background-size: 50%;
        position: absolute;
        left: 0;
        top: 0%;
        width: 100%;
        height: 100%;
        z-index: 0;
        opacity: 0.2;
    }

    .section_3_separator:after {
        content: "";
        display: inline-block;
        background-image: url(/Images/fronthome/section_3_separator_icon.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        width: 100%;
        height: 170px;
        position: absolute;
        bottom: -40px;
        z-index: 1;
        transition: background-position 150ms ease-out;
        background-size: 80px;
    }

    .FrontHome_third_section a.font_large_28 {
        font-size: 1.1em;
    }

    .FrontHome_third_section p.button-wrapper {
        text-align: center;
    }

    .FrontHome_third_section a.orange_bizbutton {
        float: none;
    }

    .FrontHome_fourth_section .font_largest {
        font-size: 1.5em;
    }

    .FrontHome_fourth_section .blue_bizbutton {
        font-size: 1.3em;
    }

    .FrontHome_fourth_section {
        background-image: none;
        position: relative;
    }

        /*.FrontHome_fourth_section:before {
      content: ' ';
      background-image: url(/Images/fronthome/section_4.jpg);
      background-repeat: no-repeat;
      background-position: 0% 90%;
      background-size: 20%;
      position: absolute;
      left: 0;
      top: 0%;
      width: 100%;
      height: 100%;
      z-index: 0;
      opacity: 0.5;
    }*/
        .FrontHome_fourth_section a.font_large_28 {
            font-size: 1em;
        }

    .video_text_overlay .join_btnOnMovie {
        font-size: 1.7em;
        padding: 5px 40px !important;
    }

    .stats_section {
        padding: 9.5% 0 20px;
    }

    .communitiesVideo {
        width: 100%;
        height: auto;
    }
}



@media (min-width: 480px) and (max-width: 767px) {
    .ih-item.circle {
        margin-bottom: 0px;
        width: 100%;
        height: 100%;
    }

        .ih-item.circle.effect6 .info p {
            font-size: 0.7em;
            padding-top: 26%;
            margin: 0 0px;
        }

        .ih-item.circle.effect6.colored .info img {
            width: 20px;
            height: 18px;
        }

    .organizationFreindsSection .joinusSpanText {
        font-size: 1.5em;
    }

    .mosaic-block {
        width: 25%;
        height: 150px;
    }

    .circleMobile {
        padding-top: 15px;
        background: #002D3A;
        position: relative;
        width: 93%;
        height: 135px;
        border-radius: 0%;
        margin-left: 5px;
        margin-right: 5px;
        color: #fff;
        font-size: 0.9em;
        /*border-bottom:1px solid #002D3A;
            border-top:1px solid #002D3A;*/
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.3);
        box-shadow: 0 5px 10px rgba(0,0,0,.3);
    }
}

@media (min-width: 550px) and (max-width: 767px) {
    /*--------------Responsive slider--------------*/
    .anim-slider {
        background: none;
        height: 300px;
    }

    #scene01_text {
        right: 58%;
        /* top: 3%; */
        width: 29%;
        bottom: 24%;
    }

    #scene02_text {
        right: 58%;
        /* top: 3%; */
        width: 29%;
        bottom: 24%;
    }

    #scene03_text {
        right: 58%;
        /* top: 3%; */
        width: 29%;
        bottom: 24%;
    }

    #scene04_text {
        right: 58%;
        /* top: 3%; */
        width: 29%;
        bottom: 24%;
    }

    #scene01_poeple {
        bottom: 17%;
        width: 55%;
        right: 11%;
    }

    #scene02_poeple {
        right: 22.5%;
        bottom: 9%;
        max-width: 32%;
    }

    #scene03_poeple {
        right: 24%;
        bottom: 9%;
        width: 20%;
        max-width: 18%;
    }

    #scene04_poeple {
        right: 30%;
        bottom: 15%;
        max-width: 18%;
    }

    .scen_join_btn, #buttonOnSlider {
        background-image: url('../Images/responsivesite/scene_general_images/joinbtn.jpg');
        background-repeat: no-repeat;
        background-size: 100%;
        width: 140px;
        height: 44px;
        position: absolute;
        /* right: 23.1%; */
        left: 13%;
        bottom: 7.5%;
        cursor: pointer;
    }

        .scen_join_btn:hover, #buttonOnSlider:hover {
            background-image: url('../Images/responsivesite/scene_general_images/joinbtn_hover.jpg');
            background-repeat: no-repeat;
            width: 361px;
            height: 107px;
        }
    /*--------------End Responsive slider--------------*/

    /*-------------------------------------------------*/
    /*--------------Movie min-width 550px--------------*/
    /*-------------------------------------------------*/

    .video_text_overlay {
        top: 18%;
    }



        .video_text_overlay h2 {
            font-size: 18px;
        }

    .buttonWrraper {
        top: 4%;
    }
}

@media (min-width: 480px) and (max-width: 550px) {
    .ih-item.circle {
        margin-bottom: 0px;
        width: 100%;
        height: 100%;
    }

        .ih-item.circle.effect6 .info p {
            font-size: 0.58em;
            padding-top: 23%;
            margin: 0 0px;
        }

    /*--------------Responsive slider--------------*/
    .anim-slider {
        background: none;
        height: 300px;
    }

    #scene01_text {
        right: 58%;
        /* top: 3%; */
        width: 29%;
        bottom: 39%;
    }

    #scene02_text {
        right: 58%;
        /* top: 3%; */
        width: 29%;
        bottom: 24%;
    }

    #scene03_text {
        right: 54%;
        /* top: 3%; */
        width: 33%;
        bottom: 24%;
    }

    #scene04_text {
        right: 58%;
        /* top: 3%; */
        width: 29%;
        bottom: 38%;
    }

    #scene01_poeple {
        bottom: 17%;
        width: 68%;
        right: 11%;
    }

    #scene02_poeple {
        right: 15.5%;
        bottom: 9%;
        width: 41%;
    }

    #scene03_poeple {
        right: 23%;
        bottom: 9%;
        width: 22%;
    }

    #scene04_poeple {
        right: 29%;
        bottom: 13%;
        width: 24%;
    }

    .scen_join_btn, #buttonOnSlider {
        background-image: url('../Images/responsivesite/scene_general_images/joinbtn.jpg');
        background-repeat: no-repeat;
        background-size: 100%;
        width: 130px;
        height: 40px;
        position: absolute;
        /* right: 23.1%; */
        left: 13.3%;
        bottom: 8%;
        cursor: pointer;
    }

        .scen_join_btn:hover, #buttonOnSlider:hover {
            background-image: url('../Images/responsivesite/scene_general_images/joinbtn_hover.jpg');
            background-repeat: no-repeat;
        }
    /*--------------End Responsive slider--------------*/

    /*-------------------------------------------------*/
    /*--------------Movie min-width 480px--------------*/
    /*-------------------------------------------------*/

    .video_text_overlay {
        top: 19%;
    }



        .video_text_overlay h2 {
            font-size: 16px;
        }

    .buttonDiv {
        position: relative;
        width: 220px;
        margin: 0 auto;
    }

    .scen_join_btnOnMovie {
        width: 220px;
        font-size: 18px;
        /*height:34px;*/
    }

    .buttonWrraper {
        top: 4%;
    }
}

@media (max-width: 479px) {
    .ih-item.circle.effect6 .info p {
        font-size: 1.2em;
        padding-top: 27%;
    }

    .mosaic-block {
        width: 50%;
        height: 150px;
    }

    .loginBtn {
        background: none;
        border: none;
    }

    #search_ButtonIcone {
        margin-left: 10px;
    }

    .loginBtn, .joinUsBtn {
        /*margin-left: 0px;*/
    }

    .defaultLoginBtnSlide {
        width: 188px;
        font-size: 18px;
        height: 40px;
        margin-top: 20px;
        padding-top: 7px;
        background-color: transparent;
        border: 2px solid #fff;
    }

        .defaultLoginBtnSlide:active, .defaultLoginBtnSlide:hover {
            background-color: transparent;
        }
    /*--------------Responsive slider--------------*/
    .anim-slider {
        background: none;
        height: 300px;
        top: -20px;
    }

    #scene01_text {
        right: 58%;
        /* top: 3%; */
        width: 33%;
        bottom: 31%;
    }

    #scene02_text {
        right: 58%;
        /* top: 3%; */
        width: 33%;
        bottom: 25%;
    }

    #scene03_text {
        right: 57%;
        /* top: 3%; */
        width: 34%;
        bottom: 23%;
    }

    #scene04_text {
        right: 56%;
        /* top: 3%; */
        width: 35%;
        bottom: 32%;
    }

    #scene01_poeple {
        bottom: 17%;
        width: 72%;
        right: 11%;
    }

    #scene02_poeple {
        right: 3.5%;
        bottom: 8%;
        max-width: 43%;
    }

    #scene03_poeple {
        right: 18%;
        bottom: 13%;
        min-width: 23%;
        max-width: 22%;
    }

    #scene04_poeple {
        right: 30%;
        bottom: 13%;
        max-width: 25%;
    }

    .scen_join_btn, #buttonOnSlider {
        background-image: url('../Images/responsivesite/scene_general_images/joinbtn.jpg');
        background-repeat: no-repeat;
        background-size: 100%;
        width: 145px;
        height: 45px;
        position: absolute;
        /* right: 23.1%; */
        left: 9.3%;
        bottom: 7%;
        cursor: pointer;
    }

        .scen_join_btn:hover, #buttonOnSlider:hover {
            background-image: url('../Images/responsivesite/scene_general_images/joinbtn_hover.jpg');
            background-repeat: no-repeat;
        }

    .anim-dots {
        display: none;
    }
    /*--------------End Responsive slider--------------*/

    .horizontalLineright, .horizontalLineleft {
        border-bottom: 2px solid #fff;
        color: #fff;
    }

    .organizationFreindsSection .joinusSpanText, .joinUsForm .joinusSpanText, .members_count {
        color: #fff;
    }

    .joinUsForm h2 {
        color: #fff;
    }


    /*-------------------------------------------------*/
    /*--------------Movie max-width 480px--------------*/
    /*-------------------------------------------------*/

    .video_text_overlay {
        /*top: 29%;*/
        top: 22%;
    }

        .video_text_overlay h1.movieHeader {
            /*font-size: 19px;*/
            font-size: 46px;
        }

        .video_text_overlay h2 {
            /*font-size: 11px;*/
            font-size: 1.1em;
            margin-bottom: 0;
            padding-right: 5%;
            padding-left: 10%;
        }

    .buttonWrraper {
        /*top:5%;*/
        top: 48%;
    }

    .buttonDiv {
        position: relative;
        /*width:144px;*/
        width: 190px;
        margin: 0 auto;
    }

    .scen_join_btnOnMovie {
        /*width: 131px;
        font-size: 13px;
        height: 27px;
        padding-top: 5px;*/
        width: 188px;
        font-size: 18px;
        height: 40px;
        padding-top: 7px;
    }

    .buttonDiv p.membersCount_p {
        /*font-size: 12px;*/
        font-size: 16px;
        margin-bottom: 0;
        padding-bottom: 10%;
    }

    .cricle_wide_container_Mobile {
        /*padding-top: 52%;*/
        padding-top: 169%;
    }
    /*============ Error Message ==============*/
    #signUpPopupForm label.error {
        width: 89%;
    }

    /*--------------------------------------------------------------*/
    /*-------------------   SignUp Page MAX 479  -------------------*/
    /*--------------------------------------------------------------*/

    .signup_textInput, .signup_buttonJoinus, .signup_facebookBtn, .signin_facebookBtn, .signin_button, #signUpPopupForm fieldset, #registrationForm fieldset, #signInForm fieldset {
        width: 270px !important;
    }

    .facebookBtnWrapper {
        padding-right: 8px;
    }


    /*-------------------------------------------------*/
    /*--------------Movie max-width 480px--------------*/
    /*-------------------------------------------------*/
}


@media (min-width:768px) {
    /* rules for tablet (768 > 992) */
    .frontSiteMainContainer {
        margin-top: 35px !important;
        margin-bottom: 35px;
    }

    .mainBanner {
        margin-top: 20px !important;
    }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-right: 25px;
        padding-left: 0;
        width: 56%;
    }

    .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        color: #ff9900;
    }

    .navbar-right {
        float: right !important;
        margin-right: 0px;
        padding-top: 2px;
    }

    .logoContainer {
        margin-top: 2em;
    }

    .loginBtnMobile, .joinUsBtnMobile {
        color: #fff;
        padding-top: 15px;
    }

    .navbar-header {
        padding-top: 6px;
    }

    .searchTxt {
        width: 70%;
        border: 0px solid #31393c;
        margin-right: 10px;
    }

    .ih-item.circle.effect6 .info p {
        font-size: 0.8em;
        padding-top: 45px;
    }

    .navbar-header {
        padding-top: 6px;
        float: left;
    }

    .organizationFreindsSection .joinusSpanText {
        font-size: 1.8em;
    }

    .joinUsForm .joinusSpanText {
        font-size: 1.8em;
    }

    .joinUsForm .joinusSpanText {
        margin-top: -3px;
    }

    img.logoContainerMobile {
        width: 100px;
        margin-right: 55px;
        vertical-align: top;
        padding-top: 4px;
        margin-left: 10px;
        float: left;
    }

    .navbar-default .navbar-nav > li > a {
        color: #002D3A;
        padding: 10px 10px;
        line-height: 7px;
    }

    .navbar-header {
        padding-top: 2px;
        position: relative;
    }

    .header-menu, .header-SignInButton, .header-search, .header-sign-up {
        position: absolute;
        z-index: 1;
    }

    .header-mini_logo {
        position: relative;
        text-align: center;
        float: left;
        width: 100%;
    }

    .header-menu {
        right: 5px;
    }

    .header-SignInButton {
        left: 220px;
        top: 8px;
    }

    .header-search {
        left: 323px;
        top: 8px;
    }

    .header-sign-up {
        left: 130px;
        top: 8px;
    }

    /*--------------Responsive slider--------------*/
    .anim-slider {
        background: none;
        height: 450px;
    }

    #scene01_text {
        right: 63.5%;
        top: 5.4%;
        width: 35%;
    }

    #scene02_text {
        right: 59.5%;
        top: 14.4%;
        width: 40%;
    }

    #scene03_text {
        right: 59.5%;
        top: 10.4%;
        width: 40%;
    }

    #scene04_text {
        right: 59.5%;
        top: 14.4%;
        width: 40%;
    }

    #scene01_poeple {
        bottom: 16%;
        width: 80%;
    }

    #scene02_poeple {
        right: 14%;
        top: 6%;
        width: 44%;
    }

    #scene03_poeple {
        right: 20%;
        top: 9%;
        width: 26%;
    }

    #scene04_poeple {
        right: 32%;
        top: 9%;
        width: 24.5%;
    }

    .scen_join_btn, #buttonOnSlider {
        background-image: url('../Images/responsivesite/scene_general_images/joinbtn.jpg');
        background-repeat: no-repeat;
        background-size: 100%;
        width: 230px;
        height: 71px;
        position: absolute;
        right: 68%;
        top: 78.5%;
        cursor: pointer;
    }

        .scen_join_btn:hover, #buttonOnSlider:hover {
            background-image: url('../Images/responsivesite/scene_general_images/joinbtn_hover.jpg');
            background-repeat: no-repeat;
        }
    /*--------------End Responsive slider--------------*/

    /*-------------------------------------------------*/
    /*--------------Movie min-width 768px--------------*/
    /*-------------------------------------------------*/

    .buttonDiv {
        position: relative;
        width: 300px;
        margin: 0 auto;
        text-align: center;
    }


    .video_text_overlay {
        top: 18%;
    }


        .video_text_overlay h2 {
            font-size: 27px;
        }

    .scen_join_btnOnMovie {
        width: 300px;
        font-size: 23px;
    }

    .loginBtn, .joinUsBtn {
        width: 85px;
        height: 39px;
        margin-right: 6px;
        font-size: 15px;
        font-weight: bold;
        border: 1px solid #FF8202;

    }
    .loginBtn {
        background-color: transparent;
        color: #FF8202;
    }
    .joinUsBtn {
        background-color: #FF8202;
        color:#fff;
    }


        .loginBtn:hover, .joinUsBtn:hover {
            background-color: #FF8202;
        }
    /*-------------------------------------------------------------*/
    /*---------------------Registration settings-------------------*/
    /*-------------------------------------------------------------*/
    .registrationContainer {
        margin-top: 60px;
    }

    .registration_step {
        padding: 5px 5px 5px 19px;
    }

    #registrationForm .select_4 {
        width: 100%;
    }

    #registrationForm .input_4 {
        width: 100%;
    }


    #registrationForm .grid_4 {
        margin-right: 0px;
    }

    .sliderContainer {
        margin-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    #testimonialSlider li .testimonialContainer {
        width: 220px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }

    .sliderDiv {
        margin: 0 auto;
        width: 40%;
        max-width: 280px;
    }

    /*-------------------------------------------------------------*/
    /*------------Mobile Override-SignIn and SignUp -----------------*/
    /*-------------------------------------------------------------*/
    .signInMobileContainer, .signUpMobileContainer {
        margin-top: 30px;
    }


    /*------------------------------------------------------------*/
    /*-----------Mobile - Tablet - Sign In Top Slider-------------*/
    /*------------------------------------------------------------*/

    .SignInTopSlider {
        /* border-bottom: 1px solid #000; */
        min-height: 69px;
    }

    .SignInTopSliderContainer {
        text-align: center;
        padding-bottom: 10px;
    }

    #signInPopupTopFormSlide {
        height: 80px;
        padding-top: 15px;
    }

    .facebookBtnPopover {
        background: #00313d;
        border: 0px solid transparent;
        border-radius: 0px;
        font-size: 1em;
        padding-top: 10px;
        color: #fff;
        line-height: 2.0;
        min-height: 34px;
        padding: 0px 38px;
        margin-top: 14px;
    }

    .buttonTopSigninSlide {
        background: #ff8202;
        border: 0px solid transparent;
        border-radius: 0px;
        font-size: 1.2em;
        padding-top: 0px;
        color: #fff;
        line-height: 0.9;
        min-height: 30px;
        /* padding: 0 72px; */
        width: 84px;
        margin-top: -0.95em;
    }

    #signInTopContainerSlide h2 {
        font-size: 16px;
    }

    #signInTopSliderFormContainer #password {
        margin-top: -5px;
    }

    /* OverrideLoginError */
    #signInPopupTopFormSlide .errorDivContainer {
        width: 100%;
        padding: 0;
        line-height: 14px;
    }

    .affixloginBtn {
        width: 85px;
        height: 39px;
        margin-right: 6px;
        font-size: 15px;
        font-weight: bold;
        border: 1px solid #FF8202;
        color: #FF8202;
        background-color: transparent;
    }


    #signInPopupTopFormSlide .errorDivContainer #errorDiv_signInTopSlide {
        width: 79%;
        padding: 1px;
        background: white;
        color: red;
        font-weight: bold;
        text-align: right;
        margin: 0 auto;
        font-size: 11px;
    }

    .SignInTopSlider_CloseButton {
        position: absolute;
        left: 20px;
        top: 10px;
        font-size: 20px;
        cursor: pointer;
        z-index: 1;
    }

    .pageTopMenuContainer.affix .pageTopMenu.pageTopMenuMember {
        width: 100%;
        max-width: 992px;
    }

    .pageTopMenuContainer.affix .pageTopMenu.pageTopMenuMember li {
        padding: 0px 12px 0px 12px;
    }

    .container-fluid.members-container{
        padding:0 20px;
    }

    .member-details-box.affix {
        left: 0%;
        width: 25%;
    }
}

@media (min-width:992px) {
    /* rules for desktop (992 > 1200) */
    .frontSiteMainContainer {
        /*margin-top: 110px !important;*/
    }

        .frontSiteMainContainer > div > div.col-md-9.alpha > h3 {
            margin-top: 20px !important;
        }

    .mainBanner {
        margin-top: 20px !important;
    }

    .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        -webkit-box-shadow: -1px 1px 0px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: -1px 1px 0px 0px rgba(0,0,0,0.5);
        box-shadow: -1px 1px 0px 0px rgba(0,0,0,0.5);
    }


    .logoContainer {
        margin-top: 0em;
    }

    .ih-item.circle.effect6 .info p {
        font-size: 1.2em;
        padding-top: 65px;
    }

    li.anim-slide:nth-of-type(1) > #scene01_poeple {
        position: static;
        margin: 89px 12px 0 0;
        bottom: 0;
    }

    /* ------------------- SignInTopSlider --------------------- */
    .SignInTopSlider {
        /*border-bottom: 1px solid #000;*/
        min-height: 69px;
    }

    .SignInTopSliderContainer {
        text-align: center;
        padding-bottom: 10px;
    }

    #signInTopContainerSlide {
        height: 70px;
        padding-top: 10px;
    }

    #signInTopSliderFormContainer {
        padding-top: 10px;
    }

    #signInPopupTopFormSlide {
        height: 80px;
        padding-top: 0px;
    }

    .TopSignInContainerHeader {
        float: right;
    }

    .form-inline .form-group {
        vertical-align: inherit;
    }

    .buttonTopSigninSlide {
        margin-top: 11px;
    }

    .facebookBtnPopover {
        background: #00313d;
        border: 0px solid transparent;
        border-radius: 0px;
        font-size: 1.5em;
        padding-top: 10px;
        color: #fff;
        line-height: 2.0;
        min-height: 48px;
        padding: 0 38px;
    }


    .affixloginBtn {
        width: 85px;
        height: 39px;
        margin-right: 6px;
        font-size: 15px;
        font-weight: bold;
        border: 1px solid #FF8202;
        color: #FF8202;
        background-color: transparent;
    }

    #keepSignedIn {
        margin-left: 5px;
    }

    .SignInTopSlider .signUpElementStyle {
        margin-top: 0px;
    }


    .buttonTopSigninSlide {
        background: #ff8202;
        border: 0px solid transparent;
        border-radius: 0px;
        font-size: 1.5em;
        padding-top: 0px;
        color: #fff;
        line-height: 0.9;
        min-height: 34px;
        /* padding: 0 72px; */
        width: 100px;
        margin-top: 0.5em;
    }

    .desktopHeaderContainer {
        /*position:absolute;*/
        width: 100%;
    }

    #signInTopSliderFormContainer #password {
        margin-top: 0px;
    }

    /* OverrideLoginError */
    #signInPopupTopFormSlide .errorDivContainer {
        width: 100%;
        padding: 0;
        line-height: 0px;
    }

        #signInPopupTopFormSlide .errorDivContainer .signUpElementStyle {
            padding: 0;
        }

        #signInPopupTopFormSlide .errorDivContainer #errorDiv_signInTopSlide {
            width: 79%;
            padding: 1px;
            background: white;
            color: red;
            font-weight: bold;
            text-align: right;
            margin: 0 auto;
            font-size: 11px;
        }


    /* ------------------- Header settings ----------------------- */
    .fronSiteHeader {
        height: 120px;
    }

        .fronSiteHeader.innerPage {
            height: 65px;
        }

    .desktopHeaderContainer {
        padding-left: 100px;
        padding-right: 100px;
    }
        /*-------------------Affix navbar settings-----------------------*/
        .desktopHeaderContainer.affix {
            padding: 0 20px;
        }

    .pageTopMenu.pageTopMenuMember .slick-list {
        padding-right: 8%;
    }


    /*===============   Navbar  ====================*/
    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-right: 25px;
        padding-left: 0;
        width: 100%;
    }

    /*--------------Responsive slider--------------*/
    .anim-slider {
        background: none;
        height: 450px;
    }

    #scene01_text {
        right: 67.5%;
        top: 10.0%;
        width: 32%;
    }

    #scene02_text {
        right: 67.5%;
        top: 10.0%;
        width: 32%;
    }

    #scene03_text {
        right: 67.5%;
        top: 10.0%;
        width: 32%;
    }

    #scene04_text {
        right: 67.5%;
        top: 10.0%;
        width: 32%;
    }

    #scene01_poeple {
        bottom: 8%;
        width: 67%;
    }

    #scene02_poeple {
        right: 9%;
        top: 6%;
        width: 38%;
    }

    #scene03_poeple {
        right: 22%;
        top: 9%;
        width: 20%;
    }

    #scene04_poeple {
        right: 22%;
        top: 8%;
        width: 22%;
    }

    .scen_join_btn, #buttonOnSlider {
        background-image: url('../Images/responsivesite/scene_general_images/joinbtn.jpg');
        background-repeat: no-repeat;
        background-size: 100%;
        width: 249px;
        height: 77px;
        position: absolute;
        right: 73.6%;
        top: 77.6%;
        cursor: pointer;
        background-color: transparent;
    }

        .scen_join_btn:hover, #buttonOnSlider:hover {
            background-image: url('../Images/responsivesite/scene_general_images/joinbtn_hover.jpg');
            background-repeat: no-repeat;
        }
    /*--------------End Responsive slider--------------*/


    /*-------------------------------------------------*/
    /*--------------Movie min-width 992px--------------*/
    /*-------------------------------------------------*/
    .video_text_overlay {
        top: 148px;
    }

        .video_text_overlay h2 {
            font-size: 32px;
        }

    .scen_join_btnOnMovie {
        width: 300px;
        font-size: 23px;
    }

    .buttonWrraper {
        position: absolute;
        width: 100%;
        z-index: 10;
        /* top: 55%; */
        height: 50%;
        padding-top: 370px;
    }

    /*-------------------------------------------------------------*/
    /*---------------------Registration settings-------------------*/
    /*-------------------------------------------------------------*/
    .registrationContainer {
        margin-top: 10px;
    }

    .registration_step {
        padding: 5px 5px 5px 19px;
    }

    #registrationForm .select_4 {
        width: 300px;
    }

    #registrationForm .input_4 {
        width: 300px;
    }

    #registrationForm .grid_4 {
        margin-right: 0px;
    }

    .sliderContainer {
        margin-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    #testimonialSlider li .testimonialContainer {
        width: 220px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }

    .slidenavRight {
        margin: 0 0px 0 5px;
    }

    .slidenavLeft {
        margin: 0 5px 0 0px;
    }

    .sliderDiv {
        margin: 0 auto;
        width: 100%;
        max-width: 300px;
    }

    .CompleteSignUp {
        font-size: 1.4em;
        padding-top: 10px;
        line-height: 1.0;
        min-height: 48px;
        padding: 0 103px;
        width: 300px;
        margin-top: 1em;
    }
    /*-------------------------------------------------------------*/
    /*------------Mobile Override-SignIn and SignUp -----------------*/
    /*-------------------------------------------------------------*/
    .signInMobileContainer, .signUpMobileContainer {
        margin-top: 0px;
    }
    .memberContainer .memberInfo {
        margin-top:10px;
    }
}

@media (min-width:1200px) {
    .container-fluid.members-container {
        padding: 0 100px;
    }
    /* --------------------- Top Slider Login ------------------------ */
    .SignInTopSliderContainer {
        width: 75%;
        margin: 0 auto;
    }

    .desktopHeaderContainer.affix {
        padding: 0 20px;
    }
    /* rules for large (> 1200) */
    .searchTxt {
        width: 80%;
    }

    .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        -webkit-box-shadow: -1px 1px 0px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: -1px 1px 0px 0px rgba(0,0,0,0.5);
        box-shadow: -1px 1px 0px 0px rgba(0,0,0,0.5);
    }

    .container {
        width: 1024px;
    }
    /*-------------- Responsive slider--------------*/
    .anim-slider {
        background: none;
        height: 580px;
    }

    #scene01_text {
        right: 60.5%;
        top: 12%;
        width: 39%;
    }

    #scene02_text {
        right: 60.5%;
        top: 12%;
        width: 39%;
    }

    #scene03_text {
        right: 60.5%;
        top: 12%;
        width: 39%;
    }

    #scene04_text {
        right: 60.5%;
        top: 12%;
        width: 39%;
    }

    #scene01_poeple {
        bottom: 10%;
    }

    #scene02_poeple {
        right: 0%;
        top: 6%;
        width: 43%;
    }

    #scene03_poeple {
        right: 9%;
        top: 9%;
        width: 24%;
    }

    #scene04_poeple {
        right: 20%;
        top: 8%;
        width: 25%;
    }

    .scen_join_btn, #buttonOnSlider {
        background-image: url('../Images/responsivesite/scene_general_images/joinbtn.jpg');
        background-repeat: no-repeat;
        background-size: 100%;
        width: 342px;
        height: 107px;
        position: absolute;
        right: 66%;
        top: 77.5%;
        cursor: pointer;
    }

        .scen_join_btn:hover, #buttonOnSlider:hover {
            background-image: url('../Images/responsivesite/scene_general_images/joinbtn_hover.jpg');
            background-repeat: no-repeat;
        }
    /*-------------------------------------------------*/
    /*--------------Movie min-width 1200px--------------*/
    /*-------------------------------------------------*/
    .video_text_overlay {
        top: 32%;
    }



        .video_text_overlay h2 {
            font-size: 48px;
        }

    .buttonDiv p.membersCount_p {
        font-size: 18px;
    }

    .scen_join_btnOnMovie {
        width: 300px;
        font-size: 23px;
    }
    /*--------------End Responsive slider--------------*/
    /*-------------------------------------------------------------*/
    /*---------------------Registration settings-------------------*/
    /*-------------------------------------------------------------*/
    #registrationForm .select_4 {
        width: 320px;
    }

    #registrationForm .input_4 {
        width: 320px;
    }

    #registrationForm .grid_4 {
        margin-right: 0px;
    }

    .registrationContainer .sliderContainer {
        margin-top: 0px;
    }
    /*-------------------------------------------------*/
    /*--------------Movie min-width 1200px--------------*/
    /*-------------------------------------------------*/
    .video_text_overlay {
        top: 20%;
    }

    .scen_join_btnOnMovie {
        width: 303px;
        font-size: 22px;
    }

    .buttonWrraper {
        padding-top: 437px;
    }

    .member-details-box.affix {
        left: auto;
        width: 28%;
        max-width:323px;
    }
}
