﻿

 
body {
    font-family: 'Assistant', sans-serif;
    font-size: 14px;
    overflow-y:scroll;
}
/** {
    -webkit-box-sizing: inherit;
    -moz-box-sizing:inherit;
    box-sizing: inherit;
}*/
a {
    color: #002e3d;
}
.homeContent .sideMenu a{
    color:#5381A3;
    font-weight:700;
}
    .homeContent .sideMenu a.selected {
        color: #fff;
    }
    .extra-light {
        font-weight: 200;
    }
.light{
    font-weight:300;
}
p,span{
    font-weight:400;
}
 h1, h2, h3, h4, h5 {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}
.normal {
    font-weight: 500;
}
.semi-bold{
    font-weight:600;
}
.bold{
    font-weight:700;
}
.extra-bold{
    font-weight:800;
}
strong{
  font-weight:700;
}
/*---Paddings & Margins ---*/
.noPadding {
  padding: 0;
}
.lnoPadding{padding-left:0px !important;}
.rnoPadding{padding-right:0px !important;}
.padding_5{padding:5px;}
.padding_10{padding:10px;}
.padding_15{padding:15px;}
.padding_20{padding:20px;}
.padding_30{padding:30px;}
.padding_top_10{padding-top:10px;}
.padding_top_15 {padding-top: 15px;}
.padding_top_20{padding-top:20px;}
.padding_top_40{padding-top:40px;}
.padding_top_80{padding-top:80px;}
.padding_bottom_0 {padding-bottom: 0px;}
.padding_bottom_5 {padding-bottom: 5px;}
.padding_bottom_20 {padding-bottom: 20px;}
.padding_bottom_40 {padding-bottom: 40px;}
.padding_left_right_20 {padding-left:20px;padding-right:20px;}
.padding_left_right_40 {padding-left: 40px;padding-right: 40px;}
.padding_right_0{padding-right:0px;}
.padding_left_15 {padding-left: 15px;}
.noMargin{margin:0px;}
.rnoMargin{margin-right:0px !important;}
.lnoMargin{margin-left:0px !important;}
.margin_10{margin:10px;}
.margin_15{margin:15px;}
.margin_20{margin:20px;}

.margin_bottom_5{margin-bottom:10px;}
.margin_bottom_5{margin-bottom:5px;}
.margin_bottom_20{margin-bottom:20px !important;}
.margin_bottom_30{margin-bottom:30px;}
.margin_bottom_50{margin-bottom:50px;}
.margin_top_0{margin-top:0px;}
.margin_top_10{margin-top:10px;}
.margin_top_20{margin-top:20px;}
.margin_top_30{margin-top:30px;}
.margin_top_50{margin-top: 50px;}
.margin_left_15{margin-left:15px;}
.margin_left_10 {margin-left: 10px;}

.line-height-10{line-height:10px;}
.line-height-15{line-height:15px;}
.line-height-25 {line-height: 25px;}
.line-height-40 {line-height: 40px;}
/*--- Spacers ---*/
.spacer{height:10px;}
.spacer_15{height:15px;}
.spacer_20{height:20px;}
.spacer_25{height:25px;}
.spacer_30{height:30px;}
.spacer_60 {height: 60px;}
.pull-none{
    float:none;
}
/* -------- Fonts  -------- */
.font_small{font-size:12px;}
.font_normal{font-size:14px !important;}
.font_mid{font-size:20px !important;}
.font_large{font-size:24px;}
.font_large_28{font-size:28px;}
.font_larger{font-size:34px;}
.font_largest{font-size:57px;}
/* -------- Inputs -------- */
.form-control{
    width:100% !important;
} 


input[type=text]{
    height:34px;
}

#BizModalWindow{
    top:12.5%;
}
.remove-price {
    text-decoration: line-through
}
.cbp-spmenu-vertical {
    width:200px;
}
.bizBoxContainer{
    max-width:1200px;
}

    .bizBoxContainer a{
        text-decoration:none;
    }
    /*--- Override Bootstrap table ---*/
    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        border-bottom: 1px dashed #ddd;
        border-top: 0px dashed #ddd;
    }

.table>tbody+tbody {
     border-top: 1px dashed #ddd; 
}

/*--- Background Colors ---*/

.backGray{
    background-color:#E8E8E8;
}

.backOrange{
    background-color:#FF8202;
}

.backDarkBlue{
    background-color:#002e3d;
}
.backSoftDarkBlue {
  background-color: #1e4852;
}

/*--- Displays ---*/
.flex {
    display: flex;
}
.block{
    display:block;
}
.inline-block{
    display:inline-block;
}
/*--- Colors ---*/

.gray{
    color:#B7B7B7;
}

.black{
    color:#000000;
}

.white{
    color:#ffffff !important;
}

.orange{
    color:#FF8202;
}
.darkBlue{
    color:#002e3d;
}
.lightBlue{
    color:#9fb6be;
}
a{
    -webkit-transition: width 1s; /* Safari */
    transition: color 0.3s;
}
a:hover{
    color:#F58220;
    text-decoration:none;
}

.errorBorder{
    border:1px solid red !important;
}

.noBorderRadius{
    border-radius:0px;
}
.bizBoxContainer{
    font-size:18px;
}


.bizCardBox {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    max-width: 305px;
    margin: 0 3%;
    -webkit-transition: width 2s; /* Safari */
    transition: box-shadow,-moz-box-shadow,-webkit-box-shadow 0.2s;
}
    .bizCardBox.communityEventCard {
        cursor:default;
    }

    .bizCardBox .watchFriendslist{
        cursor:pointer;
    }
.bizCardBox:hover{
    -webkit-box-shadow: 1px 1px 6px 0px rgba(224,224,224,1);
    -moz-box-shadow: 1px 1px 6px 0px rgba(224,224,224,1);
    box-shadow: 1px 1px 6px 0px rgba(224,224,224,1);
}

.bizCardBox .headerText p {
    margin-bottom:0px;
}

.bizCardBox bizCardBoxImg{
    overflow:hidden;
}
.bizCardBox .bizCardBoxImg img{
    min-width:275px;
}

.bizCardBox .cardText {
    height: 27px;
    overflow: hidden;
}

.bizCardBoxActions .ApplyCandidateIcon{
    line-height: 20px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: -5px;
    max-width: 28px;
}

.jumbotron.coverImage{
    width: 93%;
    min-height: 187px;
    background-size: 100%;
    padding: 0;
    background-repeat: no-repeat;
}

.AskForCandidateBtn{
    padding:10px 40px;
    border-radius:0px;
}

.communityDefault .jumbotron{
    width: 90.5%;
    padding-bottom: 10px;
    padding-top: 20px;
    margin-right: 3%;
}

.CommunitiesBottomBoxRight{
    margin:0 3%;
    width:45.5%;
    overflow:hidden;
}

.CommunitiesBottomBoxRight >div:first-child{
    /*display:inline-block;*/
}
.CommunitiesBottomBoxLeft{
    margin:0 0 0 3%;
    width:45.5%;
}
.CommunitiesBottomBoxLeft >div{
    padding-bottom:4%;
}

.CommunityJoinValue{
    list-style:none;
    margin-bottom:0px;
    padding-bottom:10px;
}

.CommunityJoinValue li{
    line-height:20px;
    margin-top:27px;
}

.CommunityJoinValue li i{
    color:#818181;
}
.CommunityJoinValue span{
    padding-bottom:10px;
    border-bottom:1px solid #cecece;
    min-width: 85%;
    display: inline-block;
}

.CommunityJoinValue li:last-child span {
    border-bottom:0px solid #cecece;
}

.communityContactInfo .facebookIcon{
    max-width:18px;
}
.MemberContactInfoBox p{
    line-height:20px;
}


#bidForm {
    display: inline-block;
    width: 97%;
}

#ParentTenderCommunity_Container{
    width:100%;
}

.openTenderSecondStep .form-group{
    margin-bottom:0px;
}
.openTenderSecondStep input{
       padding: 0px 5px 2px 0;
}
.openTenderSecondStep select{
    margin: 7px 0px 10px 0;
}

.relationDetailsInputContainerLeft, .TenderSubCommunitySelectInputContainerLeft{
    /*float:none !important;*/
    font-size:18px;
}
.relationDetailsInputContainer{
    /*width:101%;*/
}

.fieldContainer{
    width:48%;
}

#TenderContactRelationType{
    padding:6px 2px;
    height:auto;
}

.NewTenderPage input[type="text"]{
    height:auto;
}

.subCommunityCheckbxContainer{
    width:100%;
}

.subCommunityCheckbxContainer input[type=checkbox] {
    display: none;
}

.checkboxFive {
	width: 30%;
	position: relative;
    float:right;
    height:40px;
    margin-left:15px;
}

.subCommunityCheckbxName {
    width:100%;
    padding-right:30px;
}
.checkboxFive label {
    cursor: pointer;
    position: absolute;
    width: 21px;
    height: 21px;
    top: 0;
    right: 0;
    z-index: 2;
    background: #eee;
    border: 1px solid #adadad;
}


.checkboxFive label:after {
	opacity: 0.08;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 6px;
	right: 5px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;

	transform: rotate(-45deg);
}

.checkboxFive label:hover::after {
	opacity: 0.8;
}

.checkboxFive input[type=checkbox]:checked + label:after {
	opacity: 1;
}

.BoxRadialBorder{
    border:1px solid #E1E1E1;
    border-radius:5px;
    display:inline-block;
}

.BoxRadialBorder.Registration .imgContainer{
    min-height:100%;
}
.BoxRadialBorder.Registration img{
    width:100%;
    min-height:210px;
}
/*.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}*/

.communityTopMenu{
    padding: 0;
}

.communityTopMenuRightBorder{
    border-right:4px solid #FF8202;
    height:40px;
}

    .fronSiteHeader{
        height:60px;
    }
.comm_menuButtons_container {
    padding: 4px 0 4px 0px;
}

.communityTopMenu .comm_menuButton {
    padding: 1px 30px;
    line-height:30px;
    border-left: 1px solid #ffffff;
}
.communityTopMenu .comm_menuButton a{
    color:#9fb6be;
    font-weight:600;
}
.communityTopMenu .comm_menuButton:last-child{
    border-left:0px;
}
.communityTopMenu .comm_menuButton a.active {
    color:#fff;
}

.communityTopMenu .comm_menuButtonLeft{
    padding: 0px 30px;
    line-height: 40px;
    margin-top: -4px;
}
.communityPage .communityTopMenu .comm_menuButtonLeft a{
    color:#002e3d;
    font-weight:600;
}
.communityTopMenu .comm_menuButtonLeft a.active {
    color:#fff;
}
.communityPage ul.elementsList li{
    /*list-style-type:disc;*/
}
.gridCoverContainer.communityCover{
    height:250px;
}
.CommunityCoverImage{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    max-height:250px;
}
.communityLogo{
    bottom:32%;
    top:auto;
}
.communityLogo img{
    top:auto;
}
.gridCoverContainer{
    height:250px;
}

.coverInformation{
    top:auto;
    bottom:0px;
}

.coverInformation h2,.coverInformation h4{
    margin:0px;
}
.outerLogoContainer{
    max-width:1170px;
    width:80%;
    margin:0 auto;
    min-width:940px;
}
.coverLogoContainer{
    width:100%;
}
.coverInformationContianer{
    width: 100%;
    padding-right: 194px;
    max-width: 1170px;
    /*padding-right: 280px;*/
    padding-top: 10px;
}


.coverInformationDetails{
    position:relative;
    top: auto;
    right:auto;
}

.communityEventCard{
    width: 31.1%;
    margin-left: 3.0%;
    margin-right: auto;
    max-width: 500px;
    position:relative;
}

.communityEventCard:last-child{
    margin-left: 0%;
    float:left;
}

.communityEventCardImg{
    max-height:185px;
    overflow:hidden;
}
.communityEventCard .eventDate{
    margin-left:10px;
}


.communityEventCard .eventDate .font_50{
    line-height:40px;
}
.eventDetailsP{
    line-height:21px;
    font-size:15px;
}
.communityEventCard .eventActions {
    position:absolute;
    bottom:10px;
}
.communityEventCard .eventActions:first-child{
    right:20px;
}
.communityEventCard .eventActions:last-child{
    left:20px;
}
.communityEventCard .eventActions .icon{
    width:15px;
    margin-bottom:3px;
    margin-left:5px;
}
.goldRankHeader,.diamondRankHeader,.silverRankHeader{
    top:-10px;
}
.myCommunitiesPage .bizCardBox{
    min-height:200px;
    max-width: 100%;
    width: 31%;
}

.myCommunitiesPage .bizCardBox .commCoverImg{
    min-height:150px;
}

.myCommunitiesPage .signupActions img{
    width:15px;
    margin-bottom:3px;
    margin-left:5px;
}
/*.communityEventCard .eventActions .icon.signup{
    width:15px;
    margin-bottom:3px;
}*/

.bizLayoutFollowDiscussionImageButton
{
    background-image:url('/images/BmbLayout/Communities/icons/EYE_W.png');
    background-size: 18%;
    background-repeat: no-repeat;
    background-position: 90%;
    padding-right: 4%;
}

.communityEventPage .communityEventCard.pull-left{
    margin-left:0%;
}
/* -- Fix RankBox --*/
.rankBox {
    min-height: 90px;
}
.rankBox h3{
    margin:-7px 0 8px 0;
    padding:0px;
    font-weight:600;
    color:#143761;
}
.rankBox .raters{
    margin-top:-11px;
    float:right;
}
.rankBox .ratingTable tr td{
    font-size:14px;
}
/* ---- Member Search Results -----*/
.searchWrapperContainer{
  margin-top:10px;
}
.searchMemberContainer {
  border: 1px solid #cecece;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
}

.searchMemberContainer .memberProfileBtnContainer{
    padding-top:7%;
}

.searchMemberContainer .rankCol{
    width:15%;
}
.searchMemberContainer .imgCol{
    width:13%;
}
.searchMemberContainer .detailsCol{
    width:50%;
}
.searchMemberContainer .detailsCol  a span{
    display: block;
    line-height: 26px;
    text-align: right;
}
.searchMemberContainer .detailsCol .icon{
    width:30px;
    margin-left:6px;
}

.searchMemberContainer .detailsCol .envelop{
    width:20px;
    margin-top:4px;
    margin-left:6px;
}
.searchMemberContainer .detailsCol .phone{
    width:19px;
    margin-top:4px;
    margin-left:6px;
}
.searchMemberContainer .btnCol{
    width:21%;
}


.searchMemberImage{
    width:100%;
}

.memberRankImg{
    width:30%;
}

.communityEventPage #SearchEvent .form-group .form-control{
    /*height:20px;*/
}
.communityEventPage #SearchEvent .form-group #SearchEventBtn{
    margin-top:21.1%;
    /*height:19px;*/
    line-height:20px;
    padding:7px 12px;
}
.communityEventPage #SearchEvent .form-group #ResetSearchEventBtn{
    margin-top: 19%;
    /*height: 19px;*/
    line-height: 20px;
    padding: 7px 29px;
}
.communityEventPage .participatorImage {
    max-width:40px;
}
.communityEventPage .participatorImage img{
    width:100%;
    height:auto;
}

.communityPage .SubCommunitiesList .list-group-item:first-child {
    border-radius:0px;
}
.communityPage .SubCommunitiesList .list-group-item{
    border:0px;
}

.communityPage .SendPrivateServiceRequest .ms-ctn {
    padding: 11px 12px;
}
.sendRequestImageButton{
    background-image:none;
}


.CommunityForum .formTopics tbody:first-child {
    background-color: #EBEBEB;
    font-size:18px;
}

.CommunityForum .formTopics.table {
    width: 98%;
    float: left;
}

.topic h3{
    padding:0px;
}

.topic .itemContentWide{
    margin-right:0px;
    width:100%;
}

.topic .memberImage {
    margin: 0px 0px 0 12px;
}


.CommunityForum #showDiscussionForm {
    float:left;
}

    .CommunityForum .startDiscussionWrapper .startDiscussionClose {
        right: 96%;
    }

.CommunityForum #startDiscussion {
    background-color: #002E3D;
    border-radius:0px;
}

.CommunityForum #startDiscussionForm input[type=text], .CommunityForum #startDiscussionForm textarea {
    width: 90% !important;
}
#multipleUploadContainer_startDiscussionAttachments{
    display:block;
}
#multipleUploadContainer_startDiscussionAttachments .qq-upload-button,#image_post_status-file-uploader .qq-upload-button{
        font-size:14px;
        margin-right:15px;
        margin-top:4px;
}
#multipleUploadContainer_startDiscussionAttachments .qq-upload-button span{
    direction: rtl !important;
}
.uploaderMultiplePreview img, .messages .topicMessageImage img{
    max-height:100%;
}
/*Jquery auto complete style*/
.autocomplete-suggestions {
    /*background: #FF8202;*/
}
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; font-size:18px;line-height:25px;cursor: pointer;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #ff8202; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

/*-- Pickadate Picker --*/
.picker__holder{
    width:140%;
}

.blocker{
    z-index:1001;
}
.ui-widget-overlay{
    background:#000;
}
.modal{
    overflow:visible;
    text-align:right;
}
.modal-open{
    padding-right:0 !important;
    overflow-y:scroll;
}
.modal-dialog{
    text-align:center;
}

.ui-dialog{
    z-index:10001 !important;
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    padding:1% !important;
    display: inline-block;
}
.modal-body{
    font-size:14px;
    padding:0 15px;
}

.disablePointer{
    cursor:default;
}

/*-----Step Wizzard ------*/
.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 28px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 3px;
    background-color: #e6e6e6;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.communityPage .stepwizard-step:nth-child(4) a {
    font-size: 20px;
    padding: 14px 11px;
}

.btn-circle {
    text-align: center;
    padding: 12px 22px;
    line-height: 1.428571429;
    border-radius: 15%;
    font-size:24px;
}
.btn-default.btn-circle {
    opacity:1;
}
.btn-primary.btn-circle {
    background-color: #002E3D;
    color:#fff;
}

.bmbAutoSelectionClass .ms-sel-ctn input {
    min-width: 82px;
}

.btn-primary {
    background-color: #002E3D;
    color: #fff
}
    .btn-primary.focus, .btn-primary:focus, .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary, .btn-primary:active:focus {
        background-color: #e47d24;
        border-color: #e47d24;
        outline: none;
    }

    .btn-primary:hover {
        background-color: #f58220;
        border-color: #f58220;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border-width: 1px;
}

ul.nav-tabs{
    padding-bottom:0px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
    color:#ff8202;
}
#image-cropper-share{
    width: 100%;
    background-color: #ebebeb;
    border: 1px #c6c6c6;
    border-style: dashed;
}
#image-cropper-share .cropit-preview {
    cursor:pointer;
    text-align: center;
    color: #cacaca;
}
#image-cropper-share .cropit-preview h1{
    line-height: 80px;
}
/* --- Pager --- */
.pager li > a, .pager li > span {
    border-radius: 5px;
    padding: 5px 10px;
}
.pager .prev{
    float:right;
}


.premium_package_duration_tabs {
    border-bottom: 0px;
    width: 45%;
    margin: 0 auto;
}

    .premium_package_duration_tabs.nav > li > a {
        background-color: #e8e8e8;
        padding: 5px 48px;
        border: 0px;
        border-radius: 0px;
        margin-left: 0;
        margin-right: 0;
    }
    .premium_package_duration_tabs.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        background-color: #FF8202;
        border: 0px;
        color: #fff;
    }

    .premium_package_duration_tabs.nav-tabs > li > a:hover {
        color: #fff;
        border-radius: 0;
        background-color: #002e3d
    }

    .premium_package_duration_tabs li span{
        width:100%;
        display:inline-block;
    }

.PremiumPackageTableCol {
    width: 22%;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-radius: 4px;
}
    .PremiumPackageTableCol.right {
        border-right: 1px solid #ddd;
    }
    .PremiumPackageTableCol.center {
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
    }
    .PremiumPackageTableCol.left {
        border-left: 1px solid #ddd;
    }
.PremiumPackageTableCol.rightSpacer{
    margin-right:21.5%;
}
  .PremiumPackageTableCol a.blue_bizbutton {
      margin:0;
  }
  .PremiumPackageTableWideCol {
    margin-right: 3%;
    width: 30%;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 20px #ddd;
    position: relative;
  }
.circleSticker {
    position:absolute;
    top:1%;
    left:2%;
    border-radius:50px;
    height:90px;
    width:90px;
}
    .circleSticker p {
        -ms-transform: rotate(-12deg); /* IE 9 */
        -webkit-transform: rotate(-12deg); /* Chrome, Safari, Opera */
        transform: rotate(-12deg);
    }
.packageIcones {
    width: 100%;
    text-align: center;
    min-height: 210px;
}
    .packageIcones img {
        max-width: 25px;
        margin-left: 5px;
        margin-right: -5px;
        display: inline-block;
    }

.packageTablePriceBlock {
    position: relative;
    text-align: center;
    margin: 0 15px;
    min-height:150px;
}
.PremiumPackageTableWideCol .packageTablePriceBlock {
    margin: 0 30px;
}
.packageTableSmallPriceBlock {
    position: relative;
}
.packageTableSmallPriceBlock div:first-child {
    line-height: 110px;
    vertical-align: bottom;
}
    .packageTableSmallPriceBlock .line {
        position: absolute;
        height: 2px;
        background: #ff8202;
        width: 123%;
        right: -11%;
        top: 52%;
        -ms-transform: rotate(-12deg);
        -webkit-transform: rotate(-12deg);
        transform: rotate(-33deg);
    }
/*.PremiumPackageTableWideCol .packageTableSmallPriceBlock .line {
    right: 32%;
    width: 45%;
}*/
.packageTablePriceBlock div {
    display: inline-block;
}

    .packageTablePriceBlock div:first-child {
        line-height: 45px;
        vertical-align: top;
    }

    .packageTablePriceBlock div:nth-child(2) {
        line-height: 80px;
    }

.bigPrice {
    font-size: 85px;
}
.midPrice {
    font-size: 40px;
}

.packageTablePriceBlock >p{
    margin-right:30px;
    margin-bottom:0px;
}

.includeInPackageList {
    
}
    .includeInPackageList li {
        border-top: 1px solid #ddd;
        padding: 10px 10px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        min-height: 100px;
    }

        .includeInPackageList li:first-child {
            border-top: 0px solid #ddd;
            font-weight: 600;
            min-height: 50px;
        }
        .includeInPackageList li span {
            font-weight: 600;
        }
.includeInPackageList li img{
    width:15%;
}
.intro_section_line {
    background-color: #0A313C;
    color:#fff;
}
.premium-bundles-cover {
    width: 100%;
    height: 350px;
    background-image: url(/Images/premium_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position:relative;
}

    .premium-bundles-cover .sale_sticker {
        position: absolute;
        left: 4.5%;
        top: 9%;
        background-image: url('/Images/saleprice_sticker.png');
        background-repeat:no-repeat;
        width:12%;
        height:70%;
        background-size:100%;
    }
.premium-bundles-cover-bg {
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.0);
}
.parallex {
    background-attachment: fixed;
}

.text-headline-shadow {
    text-shadow: 1px 1px 1px #616161;
}
.text-sub-headline-shadow {
    text-shadow: 1px 1px 1px #616161;
}

.premium-bundles-cover .cover-headline {
    padding-top: 2%;
    letter-spacing: 5px;
    font-size: 60px;
    margin-bottom: 0;
    padding-bottom: 0px;
    color: #ffa339;
}

.premium-bundles-cover .cover-sub-headline {
    font-size: 30px;
    color: #ffa339;
}

.countdown_container {
    height: 50px;
    display: block;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #0a313c;
    text-shadow: 1px 1px 1px #808080;
    width:60%;
    margin:0 auto;
}

.countdown_container > span{
    margin-right:5%;
    
}
#share_comment{
    min-height:50px;
    resize: none;
    overflow: hidden;
}


/* ----- Site Layout ------ */
.topMenuContent{
    padding-bottom:10px;
}
.memberBox2Container,.memberBox2ContainerOpen{
    width:95%;
}
.memberBox2Background{
    width:85%;
}
.memberBox2{
    margin: 0 0 0 0 !important;
    left: 0;
    width: 95%;
    height:auto !important;
}

.searchBox {
    height: 35px;
    width: 100%;
}
.searchBox input{
    height:auto !important;
}
.credit_button_right{
    height:25px !important;
    padding:3px 10px !important;
}
.topMenuNotifications{
    padding:0 !important;
}
    .topMenuNotificationsSeperator{
        display:none;
    }

    #balloonContainer{
        left:30%;
    }
    .newServiceRequestsBalloon,.newFollowersBalloon,.newNotificationsBalloon,.newMessagesBalloon{
        left:auto !important;
    }
    .leadsArrow{
        left:15% !important;
    }
    .followersArrow{
        left: 53% !important;
    }
    .notificationsArrow{
        left: 40% !important;
    }
    .messagesArrow{
        left: 1% !important;
    }

    #DoBusiness{
        display:inline-block;
        width:100%;
    }

    .eventTopMenu{
        right:7% !important;
    }
    .blogTopMenu{
        right:20% !important;
    }
    .bidTopMenu {
        right: 32% !important;
    }
    .campaignTopMenu {
        right: 40% !important;
    }
    .groupTopMenu {
        right:39% !important;
    }
    .creditTopMenu {
        right:51% !important;
    }
    
    .qq-upload-list li{
        float:right !important;
    }
    .qq-upload-button{
        /*margin-top: 30px;*/
    }
    .uploaderMultiplePreview{
        margin: 20px 20px;
    }

    .uploaderMultiplePreview img{
        height:100%;
    }
    .quickActionsTabsContainer{
        font-size:16px;
    }
    .quickActionsTabsContainer .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 33.333%;
    }
    .quickActionsTabsContainer  .nav-tabs.nav-justified>li{
                margin-bottom: 0px;
    }
    .nav-justified>li{
        display: inline-block;
        width: 19.76%;
        margin-right: 0 !important;
        margin-bottom: 3px;
    }
    ul#homeTabs li.active>a{
        background-color:#F4F5F3;
        border-bottom-color:#F4F5F3;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        margin-left:0px;
    }
    ul#homeTabs li.active>a:hover,ul#homeTabs li.active>a:focus{
        background-color: #F4F5F3;
        color: #002e3d;
        font-weight: bold;
    }
    .quickActionsPanelsContainer .stepwizard-step a{
        border-radius: 25px;
        line-height: 16px;
        font-size: 16px;
    }
    .quickActionsPanelsContainer .stepwizard-step a.disabled {
        color: #d3d3d3;
        font-weight: normal;
    }

    .quickActionsPanelsContainer .stepwizard-row:before{
        top:16px;
    }

    .quickActionsPanelsContainer {
        display: inline-block;
        width: 100%;
        border-bottom: 1px #dedede solid;
        border-right: 1px #dedede solid;
        border-left: 1px #dedede solid;
    }
    
    .quickActionsPanelsContainer .tab-pane.active{
        padding: 5% 2% 3%;
        background: rgb(244, 245, 243);
        display: inline-block;
        width: 100%;
    }
/* ----- Side Menu ----- */
.sideMenu .firstLevel,.sideMenu li a{
    padding: 6px 18% 6px 0px;
    width:100%;
}

.sideMenu a{
    transition: color 0.1s;
}
.manageBusinessPage{
    padding:0px;
}

.manageBusinessPage .blue_button_big{
    padding: 12px 20%;
    width:100%;
}

.sideMenu .firstLevelLink a:hover, .sideMenu .firstLevel:hover{
    background: #ffffff url(/images/homeMenuItem_grey_wide.png) no-repeat scroll right center;
}


/* ----- Home Page ----- */
.bizClubFeaturedImage img {
    max-width: 100%;
}
.LeftbizBanner{
    width:100%;
    background-size: 100%;
    height: 355px;
}

.action_frame{
    width: 32.1%;
    height:100px;
}

.homeTenderSection h1{
    margin-top:0px;
}

    .wallItem {
        padding: 25px;
        margin-bottom: 25px;
        border-bottom: 1px solid #DEDEDE;
        box-shadow: 0px 0px 2px #d0d0d0;
    }
    .wallItem .slider_post {
        min-height:170px;
    }
        .wallItem .slider_post .slick-slide {
            height: auto !important;
            min-width: 565px;
        }
        .wallItem .slider_dots_container .slick-dots {
            margin: 0 auto;
            display:inline-block !important;
        }
        .wallItem .slider_dots_container {
            text-align: center;
            margin: 0 auto;
        }
        .wallItem .slider_dots_container .slick-dots li button {
            display: none;
        }
            .wallItem .slider_dots_container .slick-dots li:before {
                content: "";
                width: 6px;
                height: 6px;
                border-radius: 50%;
                background: rgba(1,48,60,50%);
                display: inline-block;
                margin: 0 5px;
                cursor: pointer;
            }
            .wallItem .slider_dots_container .slick-dots li.slick-active:before {
                background: rgba(1,48,60,100%);
            }
        .wallItem .slider_dots_container .slick-dots li {
            float: right;
        }
    
        .wallItem .itemContent {
            width: 85%;
        }
.wallItem .memberImage img{
    padding-bottom:0px;
}
.wallitemMemberImage{
    width:17%;
    float:right;
    max-width:60px;
    margin-left: 10px;
}
.wallitemMemberImage img{
    width:100%;
}
.wallitemMemberDetails{
    width:88%;
}
.wallitemMemberDetails p{
    margin-bottom:4px;
}

.wallitemImageContainer{
    margin-top:7px;
    text-align:center;  
    position:relative;
}
.wallitemImageContainer .wallitem_newMember{
    
}
.wallitemImageContainer .wallitem_newMember img{
    position: absolute;
    top: 19%;
    right: 5.5%;
    max-height: 185px;
    max-width: 175px;
}
.wallitemImageContainer .wallitem_newMember p{
    position:absolute;
    padding:0px;
    margin:0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wallitemImageContainer .wallitem_newMember p:nth-child(2){
    top: 65.5%;
    z-index: 1;
    right: 9%;
    width: 24%;
}

.wallitemImageContainer .wallitem_newMember p:nth-child(3){
    top: 70.5%;
    z-index: 1;
    right: 7%;
    width: 28%;
}
.wallitemImageContainer .wallitem_newMember p:nth-child(4){
    top: 76%;
    z-index: 1;
    right: 7%;
    width: 28%;
    font-size: 12px;
}

.wallitemImageContainer.tender a > p{
        position: absolute;
        top: 40%;
        color: #fff;
        font-size: 24px;
        width: 100%;
}
.wallImagesLoaderIcon{
    margin: 30px auto;
    display: block;
}
.wallitemPostContentContainer {
  margin-top: 10px;
  margin-bottom: 10px;
}
.wallitemPostContentContainer h4{
    font-size:18px;
}

.videoWallItem{
    width:100% !important
}

.wallitemVideoWrapper{
    height:350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.wallitemVideoWrapper img{
    width:100%;
}
.wallitemPostContentContainer h4{
    color:#000;
    margin-bottom:3px !important;
}
.wallitemEventDetails{
  
}
.wallitemEventDetails .wallitemEventLocation{
    margin-right:10px;
}
.wallitemEventDate {
    margin-left:7px;
}
.wallitemEventDate span:first-child{
    font-size:40px;
    line-height:30px;
}
.wallitemEventSignupButton{
    width:100%;
    background-color:transparent;
    border: 1px solid #0e0e0e !important;
    color: #0e0e0e;
    outline:0px;
}
.wallitemEventSignupButton:hover,.wallitemEventSignupButton:focus{
    border: 1px solid #ff8102;
    color: #ff8102 !important;
    outline:0px;
}
.wallitemOpinionImage{
    margin-left:10px;
}
.wallitemOpinionImage img{
    width:100%;
}

.wallitem_imageGalleyItem{
    background-repeat: no-repeat;
    background-size: cover;
    padding:2px;
    position:relative;
    cursor: pointer;
    min-height: 200px;
    max-height: 350px;
    background-position: center;
}



.wallitem_imageGalleyItem.first{
    width: 100%;
    padding-top: 100%;
    background-position: top;
}
.wallitem_imageGalleyItem.first.group{
    padding-top: 60%;
}

.wallitem_imageGalleyItem.second{
    width: 99%;
    min-height: 300px;
    /*max-width: 350px;*/
}
.wallitemImageContainer .dual-type:nth-child(2) .wallitem_imageGalleyItem {
    float:left;
}
.wallitem_imageGalleyItem.third.top-image{
    margin-bottom:4px;
}
.wallitem_imageGalleyItem.third{
    width: 99%;
    min-height:148px;
    float:left;
}
.wallitem_image_overlay{
    width:100%;
    height:100%;
    background-color:#000;
    opacity:0.5;
    position:absolute;
    left:0px;
    bottom:0px;
}
.wallitem_imageGalleyItem.bottom-image > span{
    position: absolute;
    margin: 0 auto;
    left: 40%;
    top: 30%;
    color: #fff;
    font-size:40px;
}
.wallitem_imageGalleyItem.bottom-image > span i{
    font-size:20px;
}

.wallitem_image_overlay:hover{
    opacity:0.7;
}
.wallItem_multiple_images{
    position:absolute;
    top:10px;
    right:10px;
}

.wallitem_video_playicon{
    position: absolute;
    top: 30%;
    right: 44%;
}

.wallitem_member_like_row{
    border-bottom: 1px solid #ececec;
    padding: 5px 0;
    min-width:200px;
}

.wallitem_member_like_row .member_thumbnail{
    max-width:50px;
    margin:0 auto;
}

.wallitem_member_like_row .wallitem_like_member_details p{
    margin:0px;
    padding:0px;
}

.ul_wallitemActions li {
    margin-left: 20px;
    font-size: 14px;
}
.ul_wallitemActions li:last-child{
    margin-left:0px;
}
.ul_wallitemActions .likeItemCount{
    cursor:pointer;
}

.ul_wallitemActions .li_wallitemLikes i{
    animation: bounce 0.8s infinite alternate;
    -webkit-animation: bounce 0.8s infinite alternate;
}

.ul_wallitemActions .li_wallitemLikes i.orange{
    animation: bounce 0s infinite alternate;
    -webkit-animation: bounce 0s infinite alternate;
}
.ul_wallitemActions .likeItemCount:hover{
    text-decoration:underline;
}
.wallitem_like_member_image_small {
    margin-right: 5px;
    max-width: 20px;
}

.topic .messages .messageFieldContainer{
    width:99%;
}

.vbox-close{
    top:150px;
}
.vbox-title{
    font-size:16px;
}
.shareContent {
    width: 350px;
    float: left;
}

.memberProfileEditContainer {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    min-width: 160px;
    height: 50px;
    text-align: center;
    line-height: 60px;
}
a.memberProfileEditButton{
    color:#fff;
}
/* ---- Homepage Deshboard Slider ------*/

.home_dashboard {
    margin:10px 0;
    /*border: 1px solid #c4c4c4;*/
    background-color: #f4f5f3;
}

.home_dashboard .dash_slide {
    height: 260px !important;
    padding-top: 10px;
}


.home_dashboard ul.slick-dots {

}

.home_dashboard .slick-dots li {
    float: right;
    list-style: disc;
    width: 14px;
    margin-right: 6px;
    display: inline;

}

    .home_dashboard .slick-dots li.slick-active button {
        background-color: #5381A3;
    }

    .home_dashboard .slick-dots li button {
        border: 0;
        font-size: 0;
        padding: 4px;
        border-radius: 15px;
    }

.home_dashboard .slick-prev, .home_dashboard .slick-next {
    position:absolute;
    top: 4%;
}

.home_dashboard .slick-prev {
    right: 10px;
    left: auto !important;
    z-index: 1;
}

.home_dashboard .slick-next {
    left: 10px;
    right: auto !important;
}

.dash_slide > h3{
    font-weight:600;
    text-align:center;
}
.slick-slide {outline: none;}
.dash_card{
    width: 93%;
    padding: 1% 2%;
    position: relative;
    min-height: 210px;
    overflow:hidden;
}
    .dash_card_images_container {
        width: 200px;
        float: right;
    }
    .dash_card .dash_cardEventCardImg {
        width:150px;
        max-height:120px;
        padding-bottom :10px;
    }
    .dash_card .dash_cardEventCardImg .signupEvent img {
        width: 130%;
    }
    .dash_card .participatorImage:first-child{
        padding-right:0px;
    }

    .dash_card .participatorImage{
        max-width:30px;
    }

        .dash_card .participatorImage .memberMediumImage {
            width: 100%;
            height:auto;
            max-height:30px;
        }

.dash_card_details_container {
    position: relative;
    height: 123px;
    display: inline-block;
    width: 238px;
    background-color: #f4f5f3;
}
.dash_card_details_container .eventDate{
    line-height: 30px;
    padding: 5px 13px 0 14px;
}


.dash_card_details_container .eventActions.eventDateLink {
    left: 43%;
}

.dash_card_details_container .eventActions.eventRegistration {
    left: 30px;
}


.dash_card_details_container .eventActions {
    position: absolute;
    bottom: 16%;
}

.dash_card .eventActions img{
    max-width:20px;
    margin: 0 auto 5px;
}

.in_dash_card_arrow{
    position:absolute;
    bottom:0px;
    cursor:pointer;
}

.in_dash_card_arrow.in_dash_card_prev{
    right:180px;
}

.in_dash_card_arrow.in_dash_card_next{
    right: 260px;
}

.events_cards_container{
    width:4000px;
    position:absolute;
}
.dash_card_event{

}

.animate_dash_card_right {
    transition-property: right;
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
    transition-delay: 0.1s;
}

.pageTopMenu.pageTopMenuMember{
    width:1100px;
    padding-right:200px;
}

.pageTopMenu.pageTopMenuGroup{
    width:94%;
    max-width:1100px;
    padding-right:200px;
}
.slick-next.group{
    right: -13px !important;
}
.HeaderChangeCover,.HeaderProfileSettings{
    height:60px;
}


.HeaderSendCredit,.HeaderSendLead,.HeaderContact,.HeaderMemberChat{
    height: 60px;
    top:0px;
}
.HeaderSendCredit{
        padding-top: 10px;
}
a.sendRequestImageButton.HeaderIcon:hover,a.openSendMessageWindowHeader.HeaderIcon:hover{
    color:#fff;
}

a.ChangeCoverIcon.HeaderIcon,a.ProfileSettingsIcon.HeaderIcon{
    color:#fff;
}
.lead_form_submit{
    height:auto;
}
.lead_form_container h2{
    margin:0px;
}
.memberOverviewActions {
    padding: 3px 15px 0 0 !important;
}

.searchResultActions{
    height:40px;
}
.portfolioSlider, .facebookportfolioContainer{
    display:block;
}
.nav-pills#portfolioTabs>li a{
    font-size:15px;
    background-color:#f8f8f8;
}
.nav-pills#portfolioTabs>li a:hover{

    background-color:#e6e6e6;
}



#portfolioDropdown-menu{
    margin-top:20px;
    background-color:#01313d;
    color:#fff;
}

.nav-pills#portfolioTabs>li.active>a:focus,
.nav-pills#portfolioTabs>li.active>a:hover,
.nav-pills#portfolioTabs>li.active>a{
    background-color:#01313d;
}

.portfolioThumbnail{
    width: 32%;
    margin: 0 1% 1% 1%;
    border-radius: 0;
    min-height: 230px;
    height: 230px;
    position: relative;
}
.portfolioThumbnailExtraShadow{
    box-shadow: 1px 1px 6px #adadad;
}
.portfolioThumbnail.lastRowItem{
    margin-left:0;
}
.portfolioThumbnail.firstRowItem{
    margin-right:0;
}

.portfolioThumbnail a img{
    max-height:190px;
}

.portfolioThumbnail .caption{
    font-size:14px;
    position: absolute;
    bottom: 0;
    width:100%;
    text-align:center;
}

.PortfolioNextNavigator{
    right:85%;
}

.ForumTable h4{
    margin:0 0 5px 0;
    padding:0;
}

.memberSmallImage{
    width:40px;
    height:40px;
}
.BizChatPage{
    margin:0px;
    padding-right:0px;
}
.sideChat{
    position:fixed;
    right:0px;
    top:12%;
    height:100%;
    width:25%;
    max-width:300px;
    border:0px;
       display:none;
}
.BizChatIframe{
    width:100%;
    height:100%;
    min-height:550px;
    border:0px;
    margin-bottom:20px;
    display:none;
}

.siteHeader_container{
    /*margin-bottom:50px;*/
}
.desktopLogoContainer, .desktopTopMenuContainer, .loginContainer {
    z-index: 10;
}
.logoContainer {
    margin-top: -0.5em;
    margin-bottom: 0em;
}
.loginContainer {
    padding-top: 2em;
    float: left;
}
.topLeftContainer {
    height: 6em;
}
.Biz_logo {
    background-image: url(/Images/responsivesite/logo_new01.png);
    width: 213px;
    height: 87px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 150px;
}

.FrontHome .Biz_logo {
  background-image: url(/Images/responsivesite/whitelogo_v1.png);
  transform:scale(1);
}


/*.desktopTopMenuContainer .navContainer {
    padding-top: 2em;
}*/
.desktopTopMenuContainer .navContainer .list-inline {
  margin-right: -40px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.desktopTopMenuContainer  .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;
}
.desktopHeaderContainer {
    padding-left: 5%;
    padding-right: 5%;
    padding: 0 1%;
    position: absolute;
    width: 100%;
}
.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;
}
.popover {
    max-width: 500px;
    left: 0;
}
.popover-title, .popover-content {
    text-align: right;
}
.searchArea {
    height: 41px;
    z-index: 10;
    border: 2px solid #ff8202;
    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%;
}
.bizBoxContainer.member-suggestion-page{
    display: flex;
    flex-wrap: wrap;
}
.bizBoxContainer.member-suggestion-page > .row{
    width:100%;
}
.member-box-suggestion{
    border: 1px solid #dedede;
    width: 21.5%;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 20px;
    display: inline-block;
    flex-grow: 1;
    width: calc(100% * (1/4) - 10px - 1px);
    margin: 10px 0 0 10px;
}

.member-box-suggestion .image-container img{
    width:85%;
}

.member-box-suggestion .content-container .member-name{
    font-size: 14px;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin:0px;
    padding-bottom:5px;
    text-align:center;
}

.member-box-suggestion .content-container .bussiness-name{
    font-size: 14px;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin:0px;
    padding-bottom:5px;
    text-align:center;
}
.member-box-suggestion .content-actions button{
    background-color:#F58220;
    color:#fff;
    border:0;
    margin-right:2px;
    width: 30%;
    margin-right: 2.5%;
    padding: 7px;
    font-size: 16px;
}
.member-box-suggestion .content-actions button:hover{
    background-color:#002e3d;
}
.member-suggestion-jumbotron-container .jumbotron{
    padding:20px;
    background-color:#E7ECE7;
}
.member-suggestion-jumbotron-container h1{
    font-size:40px;
}

.vbox-overlay .venoframe.figlio{
    box-shadow:none;
}

/*---- groups -----*/

.filter-saperator {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 15px;
    width: 97.5%;
    margin-right: 15px;
}
.containerGroupListInfo {
    padding-right:15px;
    width: 72%;
}
.groupPromoContainer {
    width: 23%;
    padding-left: 15px;
}
.containerInfo {
    background-color: #fff;
    border: 1px solid #efefef;
}

    .containerInfo .groupBigImage {
        width: 100%;
        max-width: 178px;
    }

.containerInfo .groupImage {
    margin: 0px;
}
.containerInfo .groupResultsContent {
    padding-right:10px;
}

    .containerInfo .groupResultsContent h3 {
        font-size: 25px;
        line-height: 17px;
        margin: 0;
        padding-bottom: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


.containerInfo .groupResultsContent p{
    font-size:16px;
    margin:0;
    padding:0 0 4px 0;
}
.containerInfo .groupEventContent p {
    font-size:16px;
    margin:0;
    padding:0 0 4px 0;
}
    .containerInfo .groupEventContent h3 {
        color: #000;
        margin-bottom: 4px;
        font-size: 20px;
        margin-top: 0;
        line-height: 16px;
    }

.containerInfo .groupResultsContent h3 a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
    .containerInfo .groupEventContent a {
        width: 100%;
        font-size: 14px;
        padding: 8px;
    }
.containerInfo .groupMeetingTimeAndPlaceInfo{
    padding-bottom:0px !important;
      white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.containerInfo .groupMeetingTimeAndPlaceInfo span{
    font-size:20px;
    font-weight:600;
}
.containerInfo .groupMeetingTimeAndPlaceInfo span.bold{
    font-weight:700;
}
.containerInfo .groupMeetingTimeAndPlaceInfo img{
    width:25px;
    margin-bottom:10px;
}
.containerInfo .eventDate{
    margin-left:10px;
}


.containerInfo .eventDate .font_50{
    line-height:40px;
    font-size:50px;
}

.leadsTable tr{
    font-size:14px;
}

.inviteFriendsShareBlockRight,.inviteFriendsShareBlockLeft {
    height:197px;
}

.invitedFriendBlock {
    width: 32%;
    margin-right: 10px;
    margin-left:0;
    height:157px;
}


.pending-messages-alert-container {
    width: 98%;
    margin: 0 19px 10px;
}

.pending-topics-approval-container {
    width: 98%;
    margin: 0 19px 10px;
}

.open-pending-topics-approve {
    font-weight: 600;
    text-decoration: underline !important;
}

.wall_bmb_arrow{
    max-width:50%;
    margin:0 auto;
}

.wallitem_leadpost{
    max-width:80%;
    margin:0 auto;
}

.wallitem_leadpost_member_img{
    max-width:70%;
    margin:0 auto;
}
.vbox-overlay{
    z-index:99999;
}
.vbox-container img {
    max-height: 90vh;
}

.EventActionsBar {
    height: 55px;
    background: #fff;   
    padding: 10px;
}

    .EventActionsBar #registerMemberToEvent{
        margin:0 15px 0 15px;
    }
    .EventActionsBar .share_button {
        margin: 8px 30px 0px 5px;
    }


/* --------   Front Home Page --------- */
#Home_video_container {
  width: 100%;
  height: 100vh;
  position: relative;
  margin-top: -120px;
  overflow: hidden;
}

  #Home_video_container #videoWrraper {
    /*width: 100%;
    height: 118%;*/
    position: absolute;
    top: 0;
    filter: brightness(.5) contrast(1.3) saturate(1.8) sepia(1) hue-rotate(150deg);
    -webkit-filter: brightness(0.5) contrast(1.3) sepia(1) saturate(1.8) hue-rotate(150deg);
    /*background-image: url('/Images/preloadmovie1.jpg');*/
    min-height: 100vh;
    width: 100%;
  }
/*#videoMainDiv {
  height: 114vh !important;
  width: 100% !important;
  overflow: hidden;
}*/

.videoPattern:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(22.5deg, #00000080 10%, transparent 10%, transparent 10%, #0000001f 10%, #00000043 25%, transparent 20%, transparent);
  background-size: 4px 4px;
  z-index: 1;
}

.FrontHome .menuItem a{
  color:#fff;
}

.FrontHome #search_ButtonIcone {
  background-image: url('../../images/responsivesite/searchBtn_w.png')
}
.desktopTopMenuContainer .navContainer .menuItem a {
  transition: color 0.2s ease-in-out;
  border-top: 2px solid transparent;
  font-size:1.5em;
}
  .desktopTopMenuContainer .navContainer .menuItem a:hover {
    border-top: 2px solid #f58220;
    height: calc(100% - 2px);
    color: #f58220;
  }


#Frontsite_Search_Container #bizSearchTextBox{
  width:77%;
}
#Frontsite_Search_Container {
  position: fixed;
  top: 45px;
  z-index: 99999;
  left: 0;
  right: 0;
  width: 40%;
  margin: 10px auto 0;
  min-width: 770px;
  display: none;
  border: 1px solid #b2b2b2;
}
.FrontHome #Frontsite_Search_Container {
  border: 0px solid #b2b2b2;
}

.FrontHome .front_home_ie_bg {
  background-image: url('/Images/fronthome/ie_bg.jpg');
  height: 100vh;
  background-size: cover;
  background-position: center;
  filter: brightness(0.7) sepia(0.4) contrast(1.6);
  background-color:rgba(0,0,0,0.5);
}

.video_text_overlay {
  position: absolute;
  top: calc(100vh - 80%);
  width: 100%;
  color: rgba(255,255,255,1);
}

  .video_text_overlay .movieHeader {
    font-size: 8em;
    text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3)
  }

  .video_text_overlay h2 {
    color: #f58220;
    font-size: 3.5em;
    font-weight: 700;
    line-height: 1.5em;
    text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    margin-top: 2%;
  }

.join_btnOnMovie {
  line-height: 50px;
  border-radius: 5px !important;
  font-size: 2.5em;
  padding: 3px 97px 5px !important;
  margin-top: 1%;
  font-weight: 700;
}

  .join_btnOnMovie:focus {
    background-color: #00313d !important;
    color: #fff !important;
  }

.stats_section {
  padding: 1.5% 0 20px;
  background-color: #ff8202;
  color: #fff;
  font-size: 2em;
  position: relative;
}

.stats_section >div{
  text-align:center;
}
  .stats_section > div span{
    font-weight:700;
  }

  .stats_section .statsDigit > div span {
    font-weight: 300;
  }


  .section1_1_img {
    /*margin-top: -20%;*/
  }

.section_separator {
  border-bottom: 2px solid #012f3a;
  position:relative;
}

.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: 170px;
  position: absolute;
  bottom: -80px;
  z-index: 1;
  transition: background-position 150ms ease-out;
}
.section_1_separator.sticky:after {
  content: "";
  display: inline-block;
  background-image: url(/Images/fronthome/section_1_separator_icon_sticky.png);
  background-repeat: no-repeat;
  background-position: 95%;
  width: 100%;
  height: 170px;
  position: fixed;
  bottom: auto;
  z-index: 1;
  top: -10px;
}
.FrontHome_first_section{
  padding-bottom:100px;
}
.FrontHome_second_section {
  padding-top: 100px;
  background-image: url(/Images/fronthome/section_2.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 34%;
}

.biz_action_number {
  background-color: #FF8202;
  color: #fff;
  border-radius: 20px;
  width: 30px;
  display: inline-block;
  height: 30px;
  text-align: center;
  font-weight: 600;
  margin-left: 10px;
}
.FrontHome_third_section {
  padding-bottom: 190px;
  background-image: url(/Images/fronthome/section_3.png);
  background-repeat: no-repeat;
  background-position: right 84%;
  background-size: 29%;
}
.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: -80px;
  z-index: 1;
  transition: background-position 150ms ease-out;
}
.section_3_separator.sticky:after {
  content: "";
  display: inline-block;
  background-image: url(/Images/fronthome/section_3_separator_icon_sticky.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 170px;
  position: fixed;
  bottom: auto;
  z-index: 1;
  top: -10px;
}
.FrontHome_fourth_section {
  padding-top: 110px;
  position: relative;
}

  .FrontHome_fourth_section:before {
    content: " ";
    background-image: url(/Images/fronthome/video_section_bg.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }


  .section_4_image_block {
    height: 340px;
  }
  .section_4_image_block img {
    max-height: 340px;
    height: 100%;
    margin:0 auto;
  }
.video_block {
  box-shadow: 0px 1px 6px #a0a0a0;
  width: 99%;
  overflow:hidden;
}
.biz_recommands_videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
  .biz_recommands_videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
.FrontHome_fifth_section{
  padding-top:40px;
  padding-bottom:40px;
}

.FrontHome .desktopTopMenuContainer .navContainer{
  padding-top:3.35em;
}

.odometer-inside{
  direction:ltr;
}

.up_arrow {
  position: fixed;
  left: 30px;
  bottom: 30px;
  opacity: 0.7;
}
    .up_arrow svg {
      filter: drop-shadow(1px 1px 6px #777);
      color: white;
      font-size: 3.5em;
    }

div#TutoringDataModal {
  top: 130px;
}

  div#TutoringDataModal .modal-content{
    width:70%;
  }


.genericInfo .inner_block {
  width: 100%;
}

.genericInfo .inner_block table{
  width:100%;
}
.tutoring-teacher-admin-box {
  border: 1px solid #dedede;
  width: 21.5%;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 20px;
  display: inline-block;
  flex-grow: 1;
  width: calc(100% * (1/4) - 10px - 1px);
  margin: 10px 0 0 10px;
}
  .tutoring-teacher-admin-box .image-container img {
    width: 85%;
  }
  .tutoring-teacher-admin-box .content-container .bussiness-name,
  .tutoring-teacher-admin-box .content-container .member-name {
    font-size: 14px;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px;
    padding-bottom: 5px;
    text-align: center;
  }
.tutoring-teacher-admin-box .content-actions button {
  background-color: #F58220;
  color: #fff;
  border: 0;
  margin-right: 2px;
  width:95%;
  margin: 0 2.5%;
  padding: 7px;
  font-size: 16px;
}

.virtualNumberButton {
  padding: 4px 20px !important;
}
.virtualNumberButton svg{
  margin-left:10px;
}
.contactDetailsBlock .virtualNumberButton {
  min-width: 100% !important;
}
.contactMemberContainer .virtualNumberButton {
  width: 100%;
  height: 35px;
  font-size: 18px;
  line-height:16px;
}
.pointsInnerBox .contactMemberContainer a {
  font-size:18px;
}

#profileForm div > span.error{
    float: left;
}

#profileForm input.input_4,
#profileForm select.select_4 {
    width: 100%;
}

#profileForm #businessCategory_Container,
#profileForm #activityRegion_Container {
    float: none;
}
#profileForm .radioInputDiv {
    padding-right: 0;
}
/* --------- End Front Home Page --------*/
/* ---- BMB Layout Media Queires ----- */
@media(min-width: 768px) {
    .loginBtn, .joinUsBtn {
        border: 1px solid #FF8202 !important;
        color: #FF8202 !important;
    }
    .loginBtn:hover, .joinUsBtn:hover {
        background-color: #FF8202 !important;
        color:#fff !important;
    }
    .searchTxt {
        width: 70%;
        border: 0px solid #31393c;
        margin-right: 10px;
    }
    /* --- Fix for bootstrap - 5 cols in a row */
    .col-half-offset {
      margin-right: 3%;
    }

}
@media(max-width:720px){
    .font_normal{
        font-size:16px !important;
    }
    .PremiumContent {
        padding: 0px;
    }
    .premium-bundles-cover {
        background-size: 200%;
        background-position-x: 87%;
        height:auto;
    }
        .premium-bundles-cover .sale_sticker {
            height: 37%;
            top: 59%;
        }
    
    .premium-bundles-cover .cover-headline {
        font-size: 20px;
        padding-top:8%;
    }

        .premium-bundles-cover .cover-sub-headline{
            font-size:17px;
            margin-bottom:0px;
        }
    .intro_section_line p{
        padding:4px 10px;
        margin-bottom:0;
        font-size:14px;
    } 
    
    .countdown_container {
        height: 50px;
        display: block;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        color: #0a313c;
        text-shadow: 1px 1px 1px #808080;
        width: 93%;
        margin: 0 auto;
    }
    .premium_package_duration_tabs.nav-tabs > li > a:hover {
        background-color: #ff8202;
    }
    .countdown_container > span {
        margin-right: 5%;
    }

    .premium_package_duration_tabs{
        width:100%;
    }
    .premium_package_duration_tabs li{
        width:33.3%;
        border:0px;
    }
        .premium_package_duration_tabs.nav > li > a {
            padding: 5px 5px;
            text-align:center;
        }
    .packageIcones {
        min-height: 80px;
    }
    .PremiumPackageTableCol {
        width: 100%;
        padding-bottom: 5%;
        border-bottom: 1px solid #ddd !important;
    }
    .includeInPackageList {
        display: none;
        margin-top: 10px;
    }

    .PremiumPackageTableCol.right, .PremiumPackageTableCol.center, .PremiumPackageTableCol.left {
        border: 0px;
    }
    .PremiumPackageTableCol.rightSpacer{
        margin-right:0px;
    }

    .PremiumPackageTableWideCol{
        box-shadow:0px 0px 0px;
        border:0px;
        margin-right:0px;
    }
    .bigPrice {
        font-size: 55px;
    }
    .midPrice {
        font-size: 30px;
    }
    .packageTablePriceBlock {
        margin: 0px 0% 0px 0%;
    }
        .packageTablePriceBlock div:first-child {
            line-height: 60px;
        }
    .packageTableSmallPriceBlock div:first-child {
        line-height: 100px;
    }

    .PremiumPackageTableCol  >a{
        margin-top:20px;
    }
    .circleSticker {
        left: 5%;
        top: 5%;
        width:70px;
        height:70px;
    }
        .circleSticker p {
            font-size: 14px;
            text-align: center;
            padding: 20% 18%;
        }

    .portfolioThumbnail{
        width:100%;
        margin: 9% 0%;
    }
    .portfolioThumbnail a img{
        max-height:100%;
    }

    #portfolioTabs .dropdown-menu{
        width:100%;
    }

    #portfolioTabs .dropdown-menu>li>a{
        color:#002e3d
    }
    #portfolioTabs li[role=presentation]{
        border-left:0px;
        width:100%;
    }

    #portfolioDropdown-menu{
        background-color:#002e3d !important;
    }
    .wallitemMemberDetails {
        width: 79%;
        float: left;
    }

    
    .wallItem{
        padding:25px !important;
    }

    .wallitemPostContentContainer{
        overflow:hidden;
    }
      .wallitemPostContentContainer .font_normal{
        font-size: 14px !important;
      }

      .wallitem_imageGalleyItem {
        min-height: 0;
      }

    .wallitemImageContainer .wallitem_newMember img{
        max-height: 100px;
        max-width: 100px;
    }
    .wallitemImageContainer .wallitem_newMember p:nth-child(2){
      font-size:11px;
      top: 61%;
    }

    .wallitemImageContainer .wallitem_newMember p:nth-child(3){
      font-size:11px;
      top:67%;
    }
    .wallitemImageContainer .wallitem_newMember p:nth-child(4){
        top: 74%;
        font-size: 10px;
    }
    .modal-content{
        min-width:70%;
        min-height:25%;
    }

    #SendLeadModal .modal-content{
        min-width:90%;
    }

    .BizChatPage{
        padding-right:0px;
    }
    .member-box-suggestion{
        width: 100%;
        margin-right: 4.5%;
    }
    .member-box-suggestion:first-child{
        margin-right: 4.5%;
    }
    .member-suggestion-jumbotron-container h1{
        font-size:20px;
    }
    .member-suggestion-jumbotron-container p{
        font-size:16px;
    }

    .pending-messages-alert-container {
        margin: 0 0px 10px;
        width: 100%;
    }
    .pending-topics-approval-container{
        font-size:12px;
        margin:0;
        width:100%;
    }

    #ApprovePendingTopic, #DenyPendingTopic, #DenyPendingTopicWithoutNotify {
        font-size: 13px;
        padding: 5px;
    }

    .wall_bmb_arrow {
        margin-bottom:10px;
    }
    #Home_video_container{
      margin-top:-60px;
    }
    .mobile_bg {
      background-image: url('/Images/fronthome/mobile_bg.jpg');
      height: 100vh;
      background-size: cover;
      background-position: center;
      filter: brightness(0.7) sepia(0.4) contrast(1.6);
    }
    .filter-saperator {
      width: 92%;
    }
    .wallitem_leadpost{
      max-width:100%;
    }
    .ul_wallitemActions li {
      font-size: 14px;
    }
  .FrontHome .loginBtn {
    width: auto;
    margin-left: 16px;
    margin-top: 16px;
    background-color: #01313d;
    color: #fff;
    padding: 5px 11px;
    height: 33px;
    border-radius: 4px;
  }

   #profileForm #streetAddress1_Container{
    padding-top: 20px;
   }
   .groupPromoContainer{
        width:auto;
   }
}
@media (min-width: 992px){
    .desktopHeaderContainer {
        position: absolute;
        width: 98%;
        padding-left: 1%;
        padding-right: 1%;
    }
}

@media (max-width: 1199px) { 
    .action_frame {
        width: 31%;
    }
     .blogTopMenu{
        right:28% !important;
    }
     .bidTopMenu {
         right: 47% !important;
     }
     .campaignTopMenu {
        right: 55% !important;
    }
    .groupTopMenu {
        right:62% !important;
    }
    .creditTopMenu {
        right:80% !important;
    }

    .followersArrow {
        left: 65%!important;
    }
    .notificationsArrow{
        left: 47%!important;
    }
    .newMessagesBalloon{
        min-width: 300px;
    }
    .topMenu .menuItem{
        font-size:11px;
    }
    .nav-pills#portfolioTabs>li a{
        padding: 10px 20px;
        font-size: 13px;
        text-align: right;
    }
    .nav-justified>li{
        width:19.7%;
    }
}


@media(min-width: 1200px){
    .CommunityCoverImage{
        max-height:325px;
    }
    .gridCoverContainer{
        height:325px;
    }
    .coverLogoContainer{
        width:100%;
    }
    /*.coverInformationContianer{
        padding-right: 264px;
    }*/
    .pageTopMenu.pageTopMenuMember{
        padding-right:170px;
    }
    .searchTxt {
        width: 80%;
    }
}

@media(min-width: 1760px) {
    .sideChat {
        display: block;
    }
    .BizChatIframe {
        display: none;
    }
}

@media(max-width: 1280px) {
  .desktopTopMenuContainer .navContainer .menuItem a {
    font-size: 1.2em;
  }

  .list-inline > li {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .video_text_overlay .movieHeader {
    font-size: 6em;
    text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  }
}

@media(max-width: 1366px) {
  .video_text_overlay .movieHeader{
    font-size:7em;
  }
}
@media(max-width: 1760px) {
    .BizChatIframe {
        display: block;
    }
  .desktopTopMenuContainer .navContainer .menuItem a {
    font-size: 1.3em;
  }

  .list-inline > li {
    padding-right: 7px !important;
    padding-left: 7px !important;
  }
  #Frontsite_Search_Container #bizSearchTextBox {
    width: 66%;
  }

  #BizSearch .searchButton {
    left: 14% !important;
  }
}


/* --------- css3 Animations ---------*/



#startDiscussionForm > .form-group:nth-child(3){
       opacity:1;
}

.inputMotion{
   opacity:0;
   transition: opacity 0.75s cubic-bezier(0, 0, 1, -0.07);
   -moz-transition: opacity 0.75s cubic-bezier(0, 0, 1, -0.07);
   -webkit-transition: opacity 0.75s cubic-bezier(0, 0, 1, -0.07);
}
.inputMotionOpacity{
    opacity:1;
}
.imageOverlayOpacityFade{
   opacity:0.5;
   transition: opacity 0.2s linear;
   -moz-transition: opacity 0.2s linear;
   -webkit-transition: opacity 0.2s linear;
}
.AnimateHeight{
    -webkit-transition: height 0.5s; 
    -moz-transition: height 0.5s; 
    -ms-transition: height 0.5s; 
    -o-transition: height 0.5s; 
    transition: height 0.5s;
}

.imageOpacityAnimation{
   opacity:0;
   transition: opacity 0.75s cubic-bezier(0, 0, 1, -0.07);
   -moz-transition: opacity 0.75s cubic-bezier(0, 0, 1, -0.07);
   -webkit-transition: opacity 0.75s cubic-bezier(0, 0, 1, -0.07);
}

@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-5px);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-5px);
  }
}


