.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*@import url(//fonts.googleapis.com/css?family=Raleway:400,300,700);*/

/*@font-face {
  font-family: 'Gotham-Light';
  src: url("https://spark-labs.co/fonts/Gotham-Light.otf") format('opentype');
}
@font-face {
  font-family: 'Gotham-XLight';
  src: url("https://spark-labs.co/fonts/Gotham-XLight.otf") format('opentype');
}
@font-face {
  font-family: 'Gotham-Medium';
  src: url("https://spark-labs.co/fonts/Gotham-Medium.otf") format('opentype');
}
@font-face {
  font-family: 'Gotham-Bold';
  src: url("https://spark-labs.co/fonts/Gotham-Bold.otf") format('opentype');
}
@font-face {
  font-family: 'Gotham-Book';
  src: url("https://spark-labs.co/fonts/Gotham-Book.otf") format('opentype');
}*/

html, body {
  height: 100%;
  width: 100%;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

a, button, .animate{
	transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
}

a, a:hover, a:active, a:focus{
    outline: 0;
}
input::-moz-focus-inner {
    border: 0;
}

a, a:active, a:focus{
    color: #3cc1c1;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  position: relative;
  padding-right: 0px !important;
  overflow-x: hidden;
  background-color: #fff;
    color: #333333;
    font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
    color: #333333;
}
p{
    font-size: 16px;
    line-height: 24px;
}

input[type=text], input[type=button], input[type=email], input[type=password], input[type=tel], select, button {
    height: 40px;
    border-radius: 0px;
    background-color: #f9f9f9;
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly]{
    cursor: auto;
}
textarea{
    border-radius: 0px;
    background-color: #f9f9f9;
    font-weight: 300;
}
form button{
    border: none;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus{
    border-color: rgba(60, 193, 193, 0.8) !important;
    box-shadow: 0 0 6px #3cc1c1;
}
input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus{
    border-color: #3cc1c1 !important;
    box-shadow: 0 0 6px #3cc1c1;
}

.top-gap{
    margin-top: 70px;
}

.navbar-fixed-top, .navbar-fixed-bottom{
    z-index: 9990;
}

/* page loader */
.page-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9985;
    background: #fff;
}
.page-loader .logo{
    background-image: url('../images/spark-labs-loader-grey.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 230px;
    height: 230px;
    top: 50%;
    margin-top: -116px;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;

    animation-duration: 1s;
    animation-name: changewidth;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
}
@keyframes changewidth {
    from {
        width: 130px;
        opacity: 1;
    }
    to {
        width: 230px;
        opacity: 0.5;
    }
}

/* section loader */
.section-loader {
    width: 100%;
    height: 300px;
    background: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
}
.section-loader .logo{
    background-image: url('../images/spark-labs-loader-grey.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 230px;
    height: 230px;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;

    animation-duration: 1s;
    animation-name: changeSectionwidth;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
}
.section-loader .text{
    text-align: center;
}
@keyframes changeSectionwidth {
    from {
        width: 130px;
        opacity: 1;
    }
    to {
        width: 230px;
        opacity: 0.5;
    }
}

#main > .progress{
    margin-top: 20px;
}



.landing-header{
    display: none;
}
.landing-contacts{
    font-size: 16px;
    margin-top: 22px;
    float: right;
}
.landing-phone img{
    margin-right: 10px;
    margin-top: -5px;
}
.landing-contacts > div{
    float: right;
    margin-right: 20px;
}
.landing-email a{
    color: #333333;
}
.landing-email a:hover{
    color: #3cc1c1;
    text-decoration: none;
}
.landing-email a i, .landing-phone i{
    margin-right: 5px;
}

/* BW image effect*/
.bw-image {
    display: block;
    position: relative;
    height: 100%;
}
.bottom-image, .top-image {
     position: absolute;
 }
.bottom-image, {
    position: relative;
}
.top-image {
    display: none;
}
.alert{
    font-size: 18px;
}


.logo-lines{
    margin-bottom: 100px;
}

/*Owl carosel*/
.owl-theme .owl-controls .owl-buttons .owl-prev, .owl-theme .owl-controls .owl-buttons .owl-next{
    background-color: transparent;
}
.owl-theme .owl-controls .owl-buttons div{
    opacity: 1;
}

/* calendar */
.datepicker td.active, .datepicker td.active:hover{
    background-image: none !important;
    border-radius: 0px;
}
.datepicker td.active{
    background-color: #ddd !important;
}
.datepicker td, .datepicker td:hover{
    border-radius: 0px;
}
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover, .datepicker td.active:hover{
    background-color: #3cc1c1 !important;
    color: #fff !important;
    font-weight: 700;
}
.datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:focus, .datepicker td.active:hover:focus, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active.active:hover, .datepicker td.active.disabled, .datepicker td.active.disabled:hover, .datepicker td.active[disabled], .datepicker td.active[disabled]:hover{
    color: #333;
}

/* fonts */

.thinfont{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.boldfont{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.page_header{
    margin-top: 140px;
}

/*.page_header_landng{
	margin-top:100px;
}*/

/* colors */
.c_main{
    color: #5b6d6d;
}
.c_second{
    color: #3cc1c1;
}

/* typo */
.main_titles{
    /*font-size: 38px;*/
    font-size: 40px;
    width: 100%;
    text-align: center;
    margin: 50px 0px 30px 0px;
    line-height: 40px;
}
.large-font{
    font-size: 40px;
}

.success-msg{
    font-size: 26px;
}
.success-img{
    background-image: url("../images/success-tick.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.error-msg{
    font-size: 26px;
}
.error-img{
    background-image: url("../images/error-cross.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}


.fill_space{
    height: 50px;
    display: block;
    overflow: auto;
    width: 100%;
}
.sub_titles{
    font-size: 40px;
    line-height: 40px;
    width: 100%;
    text-align: left;
    margin: 0px 0px;
}

.marker-labels {
	font-size: 15px;
	color: #6C1615;
	font-weight:bold;
}
.marker-label{
    color:#333333;
    background-color:#ffffff;
    padding:20px;
    font-size:20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.marker-label .sub{
    font-size: 16px;
    text-align: center;
}

.paragraphs{
    font-size: 18px;
}

/*quotes*/
.post-container {
    margin: 20px 20px 0 0;
    overflow: auto;
}
.post-thumb {
	float: left;
    margin-left:30px;
    width: 80px;
}
.post-thumb img {
    display: block;
}
.post-content {
	padding-top:5px;
    margin-left: 130px;
}
.post-title {
	font-size: 17px;
    line-height: 18px;
}
.post-position{
	margin-top: 5px;
	font-size: 14px;
    font-weight: normal;
}
.post-company{
	font-size: 14px;
}
.message {
	text-align:justify;
	padding:20px 30px;
	font-size: 17px;
	font-weight: lighter;
	line-height: 24px;
}
.quotes_block{
    margin-bottom: 50px;
}
.message .qt_start {
	margin-right: 8px;
}
.message .qt_end {
	margin-left: 10px;
}

/* Book a tour*/
.bookatour input#email{
    width: 96%;
}
.bookatour [class*="span"] {
    margin-bottom: 10px !important
}

.select2-container{
    width: 99% !important;
}
.select2-hidden-accessible{
    width: 0px !important;
    height: 0px !important;
    margin: 0px !important;
    padding: 0xp !important;
}
.select2-container--default .select2-selection--single{
    border-radius: 0px;
    height: 38px;
    border: solid 0px #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    height: 38px;
    line-height: 40px;
    font-size: 14px;
    background-color: #f9f9f9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border: 1px solid #cccccc;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 40px;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    border-radius: 0px;
    height: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #3cc1c1;
    font-weight: 700;
}
#btForm .primary_btn{
    width: 97%;
    text-align: center;
    background-image: none;
    padding: 10px 0px;
    height: 15px;
}
input:focus:invalid, textarea:focus:invalid, select:focus:invalid{
    color: #333;
}

/*carousel*/
.carousel-indicators {
	width: 52%;
}
.carousel-indicators li{
    border: solid 2px #3cc1c1;
    background-color: transparent;
    border-radius: 50px;
}
.carousel-indicators li.active{
    background-color: #fff;
    border: solid 2px #fff;
}
.carousel-indicators li{
    width: 10px;
    height: 10px;
}
.carousel-indicators li:hover{
    background-color: #fff;
}

/*bottom hot links*/
.hot_link_frm{
    text-align: center;
    margin-bottom: 50px;
}
.bottom_hot_links{
    margin-bottom: 20px;
}

/* buttons */
.primary_btn, .primary_btn:focus{
    padding: 15px 60px 15px 20px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    background-image: url("../images/new_r_arrow.png");

    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 25px;
    text-transform: uppercase;
    border: solid 2px #3cc1c1;

    background-color: #3cc1c1;
    color: #ffffff;
}

/*.primary_btn::after{
    content: "\f061";
    font-family: FontAwesome;
    right: 20px;
    font-size: 24px;
    position: absolute;
    top: 5px;
}*/
.primary_btn:hover{
    text-decoration: none;
    background-position: center right 10px;
    background-image: url("../images/new_r_arrow_blue.png");

    background-color: transparent;
    color: #3cc1c1;
}
button.primary_btn{
    padding: 10px 60px 15px 20px;
}

.primary_btn_white{
    border: solid 2px #fff;
    color: #fff;
    background-image: url('../images/new_r_arrow.png');
    font-size: 16px;
    background-color: transparent;

    padding: 15px 60px 15px 20px;
    display: inline-block;
    font-weight: bold;

    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 25px;
    text-transform: uppercase;
}
.primary_btn_white:hover{
    border: solid 2px #3cc1c1;
    background-color: #3cc1c1;

    text-decoration: none;
    background-position: center right 10px;
    background-image: url("../images/new_r_arrow.png");
    color: #fff;
}

.secondry_btn, .secondry_btn:focus{
    padding: 15px 20px 15px 20px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border: solid 2px #ccc;
    background-color: #fff;
    color: #ccc;
    height: auto;
}
.secondry_btn:hover{
    text-decoration: none;
    color: #3cc1c1;
    border: solid 2px #3cc1c1;
}

.btn-orange{
    background: #fff none repeat scroll 0 0;
    border-color: #3cc1c1;
    color: #3cc1c1;
}

.primary_btn_private, .primary_btn_private:focus{
    padding: 10px 20px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border: solid 2px #3cc1c1;
    background-color: #3cc1c1;
    color: #ffffff;
    cursor: pointer;
}
.primary_btn_private:hover{
    text-decoration: none;
    background-color: transparent;
    color: #3cc1c1;
}


/*
.primary_btn_invert, .primary_btn_invert:focus{
    padding: 15px 60px 15px 20px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    background-image: url("../images/new_r_arrow.png");

    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 25px;
    text-transform: uppercase;
    border: solid 2px #3cc1c1;

    background-color: #3cc1c1;
    color: #ffffff;
}
.primary_btn_invert:hover{
    text-decoration: none;
    background-position: center right 10px;
    background-image: url("../images/new_r_arrow_blue.png");

    background-color: transparent;
    color: #3cc1c1;
}
button.primary_btn_invert{
    padding: 10px 60px 15px 20px;
}
*/

.grey_bg{
    background-color: #f6f6f6;
}
.page_sub_headings{
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    margin: 50px 0;
}
.header_desc p{
    font-size: 16px;
    line-height: 28px;
}

/* Video overlay button */
.video_play_overlay{
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 999;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    transition: 0.4s;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
}
.video_play_overlay:hover{
    background-color: rgba(0, 0, 0, 0.5);
}
.video_play_overlay + video{
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
}
.video_play_overlay:hover + video{
    transform: scale(1.1) !important;
}
.video_play_overlay .play_btn{
    background-image: url('../images/play_sprite.png');
    background-position: left center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*margin-top: 21%;*/
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 0;
    right: 0;

    animation: play-back .3s steps(14) backwards;
}
.video_play_overlay:hover .play_btn{
    animation: play .3s steps(14) forwards;
}
@keyframes play {
    from { background-position:    0px; }
    to { background-position: -1400px; }
}
@keyframes play-back {
    from { background-position:  -1400px; }
    to { background-position: 0px; }
}

.no_video_play_overlay{
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 999;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
}
.no_video_play_overlay:hover{
    background-color: rgba(0, 0, 0, 0.3);
}

.no_video_play_overlay .pause_btn{
    background-image: url('../images/pause-btn.png');
    background-position: left center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*margin-top: 21%;*/
    opacity: 0.4;

    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 0;
    right: 0;

    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
}
.no_video_play_overlay .pause_btn:hover{
    opacity: 1;
}


.divider{
    height: 4px;
    width: 110px;
}
.btn.btn_success_solid {
  border-radius: 0px;
  box-shadow: none;
  background-image: none;
  text-shadow: none;
  background-color: #26d0ca;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-color: #26d0ca;
  padding: 8px 14px;
}
.btn.btn_success_solid .fa {
  margin-right: 5px;
}

.btn_success_solid_empty {
  border-radius: 0px;
  box-shadow: none;
  background-image: none;
  text-shadow: none;
  background-color: transparent;
  color: #26d0ca;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-color: #26d0ca;
  border: solid 2px #26d0ca;
  padding: 8px 14px;
}
.btn_success_solid_empty:hover {
  color: #fff;
  background-color: #26d0ca;
}

.btn.btn-success.btn_theme_success {
  font-weight: 400;
  border-radius: 0px;
  font-size: 16px;
  color: #fff;
  background-color: #26d0ca;
  border-color: #26d0ca;
  padding: 15px 17px;
  text-shadow: none;
  box-shadow: none;
  background-image: none;
}
.btn.btn-success.btn_basic_success_theme {
  font-weight: 700;
  border-radius: 0px;
  font-size: 16px;
  color: #fff;
  background-color: #26d0ca;
  border-color: #26d0ca;
  text-shadow: none;
  box-shadow: none;
  background-image: none;
  padding: 12px 17px;
}

.accordion .accordion-group {
  border-radius: 0px;
  border-color: #e6e6e6;
}
.accordion .accordion-group .accordion-heading .accordion-toggle {
  color: #7f8888;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none !important;
}
.accordion .accordion-inner {
  border-top: none;
}
.accordion .accordion-group.custom_checkboxes_mode .accordion-inner ul {
  margin: 0;
  list-style: none;
}

.error {
	color:#A71227;
}


.label, .badge {
  background-color: #26d0ca;
  text-shadow: none;
}

ul.breadcrumb{
    margin-top: 20px;
}

.pages_content .breadcrumb {
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
}
.pages_content .breadcrumb > li {
  text-shadow: none;
}
.pages_content .breadcrumb > li,
.pages_content .breadcrumb > li a,
.pages_content .breadcrumb > li .divider {
  color: #7f8888;
  font-size: 38px;
  text-decoration: none !important;
}
/*.pages_content .breadcrumb > li .divider,*/
.pages_content .breadcrumb > li.active {
  color: #26d0ca;
}

input[type='text'].form-control, input[type='email'].form-control {
  color: #333333;
  font-size: 18px;
  border-radius: 0;
  border-color: #fff;
  box-shadow: none !important;
  outline: none !important;
}
input[type='text'].form-control::-webkit-input-placeholder, input[type='email'].form-control::-webkit-input-placeholder {
  color: #9b9b9b;
  font-size: 18px;
}
input[type='text'].form-control:-moz-placeholder, input[type='email'].form-control:-moz-placeholder {
  color: #9b9b9b;
  font-size: 18px;
}
input[type='text'].form-control::-moz-placeholder, input[type='email'].form-control::-moz-placeholder {
  color: #9b9b9b;
  font-size: 18px;
}
input[type='text'].form-control:-ms-input-placeholder, input[type='email'].form-control:-ms-input-placeholder {
  color: #9b9b9b;
  font-size: 18px;
}

.btn_blank_sbm {
  border: none;
  background: none;
  outline: none !important;
  padding: 0px;
}

.search_bar_wr form {
  position: relative;
}
.search_bar_wr form > div {
  position: relative;
  width: 360px;
}
.search_bar_wr form > div .form-control {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom-color: #e4e6e6;
  padding-bottom: 12px;
  color: #7f8888;
  width: 100%;
}
.search_bar_wr form > div .form-control::-webkit-input-placeholder {
  color: #7f8888;
}
.search_bar_wr form > div .form-control:-moz-placeholder {
  color: #7f8888;
}
.search_bar_wr form > div .form-control::-moz-placeholder {
  color: #7f8888;
}
.search_bar_wr form > div .form-control:-ms-input-placeholder {
  color: #7f8888;
}
.search_bar_wr form > div button {
  position: absolute;
  top: -3px;
  right: 10px;
  padding: 0px;
  border: none;
  background-color: transparent;
}

/* Home Page */
.home-bg-img {
	background-image: url('../images/slider_bg.jpg');
	background-size: 100% 400px;
    background-repeat: no-repeat;
}

.home-call2action-container {
	width:100%;
	height:400px;
	position: relative;
}

.home-call2action-inner {
	width: 50%;
	height: 50%;
	margin: auto;
	position: absolute;
	text-align:center;
	top: 0; left: 0; bottom: 0; right: 0;
}

.home-call2action-main-text {
	font-weight:bold;
	font-size:50px;
	color:#ffffff;
}

.home-call2action-sub-text {
	font-weight:bold;
	font-size:15px;
	color:#ffffff;
}

.call2action_btn.general.aqua {
    background-color: #26d0ca;
}

.call2action_btn.general {
    bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 30px;
    position: center;
    right: 0;
    text-decoration: none !important;
    text-transform: uppercase;
    width: 140px;
}

.home-call2action-button {
	margin-top:50px;
	text-align:center;
}

.body-heading{
	margin-top:50px;
	text-align:center;
}

.home-options-container {
	margin-top:60px;
}

.text-contents{
	text-align:center;
}

.lbl-workspace {
	margin-top:10px;
	color:#F49A66;
}

.lbl-community {
	margin-top:10px;
	color:#F8E024;
}

.lbl-operations {
	margin-top:10px;
	color:#23D3C9;
}

.lbl-benefits {
	margin-top:10px;
	color:#CAD8D8;
}

.option {
	text-align:center;
}

.home-map-section {
	height:auto;
	margin-top:60px;
	background-image: url('../images/map.jpg');
	background-size: 100% 577px;
    background-repeat: no-repeat;
}

.home-map-section-container {
	width:100%;
	height:577px;
	position: relative;
}

.home-map-texts {
	margin-top:150px;
	margin-left:100px;
}

.lbl-global {
	color:#26D0CA;
}

.home-video-section {
	height:auto;
	margin-top:10px;
}

.home-testimonial-section {
	height:auto;
	margin-top:10px;
}

.home-video-texts {
	margin-top:40px;
	margin-left:100px;
}

.home-video {
	margin:40px;
}

.testimonial-carousel-content{
	padding: 50px 30px 50px 80px;
}

/* Memberships */
.price-plan-options {
	text-align:center;
}

.pack-heading {
	margin-top:30px;
}
.packages .primary_btn_white{
    font-size: 14px;
    padding: 10px 15px;
    background-image: none;
}
.packages .primary_btn_white:hover{
    background-image: none;
}


.plan-text {
	margin-top:20px;
}

.btn-general.general {
    bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 30px;
    position: center;
    right: 0;
    text-decoration: none !important;
    width: 140px;
    text-align: left;
}
.btn-general.general img{
    margin-left: 20px;
}

.btn-vp {
	background-color:#F99655;
}

.btn-sp {
	background-color:#23D1D0;
}

.btn-dp {
	background-color:#E7D21D;
}

.btn-pp {
	background-color:#8AD129;
}

.plan-btn {
	margin-top:40px;
}
.plan-btn a img{
    margin-left: 20px;
}

#divPriceSelect .plan{
    width:30%;
    display:inline-block;
    text-align: center;
    border: solid 3px #3cc1c1;
    margin: 0px 1%;
    position: relative;
}
#divPriceSelect .plan:hover{
    background-color: #f0eff1;
    font-weight: 700;
}
#divPriceSelect .plan:hover .primary_btn{
    background-color: #3cc1c1;
    color: #fff;
    background-image: url("../images/new_r_arrow.png")
}
#divPriceSelect .plan:hover .primary_btn:hover{
    background-color: #fff;
    color: #3cc1c1;
    background-image: url("../images/new_r_arrow_blue.png")
}
#divPriceSelect .title{
    font-size: 26px;
}
#divPriceSelect .price{
    margin-top: 10px;
    font-size: 44px;
    color: #7f8888;
}
#divPriceSelect .monthly{
    font-size: 24px;
    margin-bottom: 20px;
}
#divPriceSelect .offer{
    font-size: 18px;
    margin-bottom: 20px;
}
#divPriceSelect .primary_btn{
    margin-bottom: 47px;
}
#divPriceSelect .btn-vp{
    display: inline-block;
    margin-right: auto;
    margin-top: auto;
    width: 110px;
}
#divPriceSelect .btn-vp img{
    float: right;
}
.plan-detail-section {
	margin-top:100px;
}

/*book a tour*/
.bookatour .title{
    background-color: #333333;
    font-size: 36px;
    text-align: center;
    padding: 10px 20px;
    color: #ffffff;
    font-weight:bold;
}
.bookatour .content{
    background-color:#f6f6f6;
    padding: 5%;
}
.bookatour input{
    width: 92%;
    height: 30px;
}
.bookatour select{
    width: 100%;
    background-color: #ffffff;
}
.bookatour .btn-general{
    padding: 19px;
}

/*get started*/
.getstarted .title{
    background-color: #333333;
    font-size: 36px;
    text-align: center;
    padding: 10px 20px;
    color: #ffffff;
    font-weight:bold;
}
.getstarted .content{
    background-color:#f6f6f6;
    padding: 5%;
}
.getstarted input{
    width: 92%;
    height: 30px;
}
.getstarted select{
    width: 100%;
    background-color: #ffffff;
}
.getstarted .btn-general{
    padding: 19px;
}


.frmBookTour input{
    width: 100%;
}
.optbtn{
    background-color: #92e7e4;
    background-image: none;
    border-radius: 0px;
}
.btn-group > .btn:first-child{
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.btn-group > .btn:last-child, .btn-group > .dropdown-toggle{
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled]{
    background-color: #ffffff;
    color: #f69750;
}


/* Signup */

.input-block-level {
	display: block;
	width: 100%;
	min-height: 28px;
}
.bigvalue{
    font-size: 36px;
}
.signup-btn {
	margin-top:40px;
}

.order-summary-outer {
	background-color:#ffffff;
	padding-top:5px;
	padding-left:10px;
	padding-right:5px;
	padding-bottom:10px;
    border: solid 3px #f3f3f3;
    border-left: solid 15px #f3f3f3;
    border-bottom: solid 15px #f3f3f3;
}

.order-summary-inner {
	padding-top:10px;
	padding-left:25px;
	padding-bottom:10px;
	padding-right:25px;
}
.signup_primary_btn, .signup_primary_btn:focus{
    padding: 15px 60px 15px 20px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border: solid 2px #3cc1c1;
    background-color: #3cc1c1;
    color: #ffffff;
    width: 87.5%;
}
.signup_primary_btn .wrap{
    width: 130px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 25px;
    line-height: 25px;
}
.signup_primary_btn .icon{
    background-image: url("../images/new_r_arrow.png");
    background-repeat: no-repeat;
    background-position: center left 0px;
    background-size: 25px;
    width: 35px;
    height: 25px;
    float: right;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
}
.signup_primary_btn:hover{
    text-decoration: none;
    background-color: transparent;
    color: #3cc1c1;
}
.signup_primary_btn:hover .icon{
    background-image: url("../images/new_r_arrow_blue.png");
    background-position: center left 10px;
}
/* Animation on <label>*/
.section-label fieldset {
    position: relative;
}
.section-label label {
    position: absolute;
    top: 20px;
    left: 12px;
    color: #555555;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.section-label input:valid, .section-label input:focus {
    /*padding: 22px 8px 10px;*/
}
.section-label input:focus {
    outline: 0;
    background: white;
}
.section-label input:valid + label, .section-label input:focus + label {
    color: #555555;
    font-size: 12px;
    font-weight: 300;
    -webkit-transform: translate3d(0, -17px, 0);
    transform: translate3d(0, -17px, 0);
}

/* Membereships */
.membership-img {
	background-image: url('../images/membership_bg-1x.jpg');
	background-size: 100% 696px;
    background-repeat: no-repeat;
	height:500px;
	padding-top:220px;
}

.membership-img-caption {
	background-color:#FFFFFF;
	padding:30px;
	width:40%;
	opacity: 0.9;
}

.membership-content-l {
	padding-left:40px;
	padding-top:20px;
	padding-right:20px;
}


.header-main {
  min-height: 60px;
    border-bottom: solid 1px #f3f3f3;
}
.header-main .navbar-inner > .container {
  position: relative;
    min-height: 70px;
}

.header-main .navbar-inner > .nav-landing{
    min-height: 70px;
}

.header-main .navbar-inner {
  position: relative;
	border-radius: 0px !important;
  background-color: rgba(255, 255, 255, 0.95) !important;
  border-color: #fff;
  margin-bottom: 0px !important;
  border: none;
  box-shadow: none !important;
  background-image: none !important;
  border-top: none !important;
  border-bottom: none !important;
}
.header-main .navbar-brand {
  display: block;
  width: 155px;
  height: 50px;
  padding-left: 0px;
  background-image: url("../images/sparklabs-logo-grey.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 11px;
}
.header-main nav {
  z-index: 5;
}
.header-main .nav {
  margin-top: 15px !important;
}
.header-main .nav > li {
  z-index: 2;
}

.header-main .nav > li .greenBtn{
    margin-left: 20px;
    margin-bottom: 15px;
}
.header-main .nav > li .greenBtn a{
  font-size: 14px !important;
    padding: 8px 11px;
  border-radius: 0px !important;
  /*background-color: transparent !important; */
    border: solid 2px #3cc1c1;
  font-weight: 600;
    color: #3cc1c1;
    display: block;
}
.header-main .nav > li .greenBtn a:hover{
    background-color: #3cc1c1 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.header-main .nav > li .greenBtn a:active, a:focus{
    color: #fff !important;
    text-decoration: none !important;
}

/* Main Banner */

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}
.carousel-control{
    border: none;
    border-radius: 0px;
    height: 50px;
    left: 15px;
    margin-top: -25px;
    position: absolute;
    opacity: 0.9;
    top: 50%;
    width: 40px;
    background-color: transparent;
    text-indent: -9999px;
    white-space: nowrap;
    z-index: 2000;
}

.carousel .right{
    background-image: url("../images/slider-arrow-right.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.carousel .left{
    background-image: url("../images/slider-arrow-left.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.page_title{
    font-size: 90px;
    left: 0;
    right: 0;
    margin: -55px auto auto;
    color: #fff;
    position: absolute;
    top: 50%;
    z-index: 999;
    text-align: center;
    width: 94%;
    height: 50px;
    line-height: 90px;
}
.page_title .sub_line{
    font-size:30px;
    margin-top: 10px;
    font-weight: 400;
}
.page_title_locations{
    font-size: 90px;
    left: 0;
    right: 0;
    margin: -100px auto auto;
    color: #fff;
    position: absolute;
    top: 50%;
    z-index: 999;
    text-align: center;
    width: 94%;
    font-weight: 300;
    height: 50px;
    line-height: 190px;
}



.greenBtn2{
  font-size: 14px !important;
  padding-top: 9px !important;
  padding-bottom: 11px;
  padding-left: 16px;
  padding-right: 8px;
  border-radius: 0px !important;
  background-color: #24d3cd !important;
  font-weight: 600;
      width: 200px;
      margin-left: auto;
    margin-right: auto;

}

.greenBtn2 a{
  color: #fff !important;

}

.header-main .nav > li > a, .header-main.white-navbar .nav > li > a {
  font-size: 16px !important;
  padding-top: 10px !important;
  padding-bottom: 10px;
  border-radius: 4px;
  background-color: transparent !important;
    font-weight: 500;
}
.header-main .nav > li > a:hover {
    color: #3cc1c1;
}
.header-main .nav > li > a.active {
    color: #3cc1c1;
}

.navbar .nav>.active>a, .navbar .nav>.active>a:focus, .navbar .nav>.active>a:hover {
  color: #3cc1c1 !important;
  background-color: transparent !important;
  background: none !important;
  box-shadow: none;
}
.navbar .nav>.open>a, .navbar .nav>.open>a:focus, .navbar .nav>.open>a:hover {
  background-color: transparent !important;
  background: none !important;
}
.header-main.account .nav > li > a {
  font-size: 16px;
  margin: 0;
  color: #7f8888;
}
.header-main .nav li > a > .img_icon {
  float: right;
  width: 16px;
  height: 17px;
  /*background-image: url("https://spark-labs.co/images/green_orange_arrow_sprite.png");*/
  background-image: url("https://spark-labs.co/images/green_orange_sprite_arrows.png");
  background-position: 0px 0px;
  margin-top: 2px;
  margin-left: 6px;
}
.header-main .nav li > a > .caret,
.header-main .nav li > a.dropdown-toggle > .caret {
  border-top-color: #7f8888 !important;
  margin-top: 6px;
}
.header-main .nav > li > a:hover > .caret,
.header-main .nav > li.active > a > .caret {
  border-top-color: #3cc1c1 !important;
}
.header-main .nav li > a:hover .img_icon {
  background-position: -16px 0px;
}
.header-main .nav > li.l_panel {
  margin-top: -8px;
}
.header-main .nav > li.l_panel > a {
  margin-right: 0px;
}
.header-main .nav > li.l_panel > span {
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 15px;
  display: block;
  text-align: right;
}
.header-main .nav > li.l_panel > a > .img_icon {
  background-position: -16px 0px;
}
.header-main .nav > li.l_panel a{
    padding-top: 0 !important;
    margin-top: 0 !important;
    padding-right: 0;
    padding-left: 10px;
}
.header-main .nav > li .dropdown-menu {
  left: 15px;
  /*min-width: 0;*/
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px solid #ccc;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 5px;

}
.header-main .nav > li .dropdown-menu > li {
  margin-bottom: 10px;
  text-align: center;
}
.header-main .nav > li .dropdown-menu > li:last-child {
  margin-bottom: 0px;
}
.header-main .nav > li .dropdown-menu > li > a {
  padding: 0px;
  color: #333333 !important;
  background-color: transparent !important;
  background: none !important;
  background-image: none !important;
}
.header-main .nav > li .dropdown-menu > li > a:hover {
  color: #3cc1c1 !important;
  background-color: transparent !important;
}
.header-main .nav > li.dropdown.open > a {
  color: #3cc1c1;
}
.header-main .nav > li.dropdown.open > a > .img_icon {
  background-position: -15px 0px;
}
.navbar .nav>li>.dropdown-menu:before {
  display: none;
}
.header-main .btn-navbar {
  text-shadow: none;
  border: none;
  background-image: none !important;
  background-color: transparent !important;
  box-shadow: none;
  color: #333333 !important;
  padding: 0px;
  margin: 0px;
  margin-top: 15px;
    margin-right: 10px;
  /*margin-right: 15px;*/
}

.header-main .contact-num{
    font-size: 16px;
    margin-top: 10px;
    font-weight: 500;
}
.header-main .contact-num .image{
    background-image: url("../images/landing-phone.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: -2px;
}
.header-main .contact-num i{
    margin-right: 5px;
}

.pages_content .custom_row {
  margin-right: -15px;
  margin-left: -15px;
}

.pages_content .hero_segment .hero {
  position: relative;
}
.pages_content .hero_segment .hero .abs_content {
  position: absolute;
  background-color: rgba(255, 255, 255, .95);
  top: 0px;
  left: 0px;
  width: 800px;
  padding: 30px;
}
.pages_content .hero_segment .hero .abs_content .h {
  font-weight: 300;
  color: #7f8888;
  font-size: 36px;
  text-align: center;
  margin-bottom: 0px;
}
.pages_content .hero_segment .hero .abs_content .t {
  font-size: 16px;
  text-align: center;
  line-height: 2em;
  margin: 0 auto;
  margin-bottom: 0px;
}
.pages_content .hero_segment .hero .abs_content .divider {
  width: 110px;
  height: 4px;
  background-color: #26d0ca;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 35px;
}

.pages_content.n_home .hero_segment .hero .abs_content {
  width: 70%;
  padding: 3%;

  /*left: 0px;
  left: -webkit-calc(50% - 400px);
  left: -moz-calc(50% - 400px);
  left: calc(50% - 400px);*/
  left: 0px;
  left: -webkit-calc(50% - 35%);
  left: -moz-calc(50% - 35%);
  left: calc(50% - 35%);

  top: 60px;
  /*top: -webkit-calc(50% - 190px);
  top: -moz-calc(50% - 190px);
  top: calc(50% - 190px);*/
}
.pages_content.n_home .hero_segment {
  margin-bottom: 35px;
  /*min-height: 660px;*/
}

.pages_content.n_home .plans_pricing_segment {
  background-color: #f3f3f3;
  padding-top: 60px;
  padding-bottom: 60px;
}
.pages_content.n_home .plans_pricing_segment .h {
  font-weight: 300;
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
}
.pages_content.n_home .plans_pricing_segment .container {
  padding-left: 15px;
  padding-right: 15px;
}
.pages_content.n_home .plans_pricing_segment .pp_block_wr {
  margin-left: 0px !important;
  /*width: 33.33333333%;*/
  padding-left: 15px;
  padding-right: 15px;
}
.pages_content.n_home .plans_pricing_segment .pp_block_wr .pp_block .ph {
  font-size: 38px;
}
.pages_content.n_home .plans_pricing_segment .pp_block_wr .pp_block .ph .orange {
  font-weight: 400;
  color: #f59758;
}
.pages_content.n_home .plans_pricing_segment .pp_block_wr .pp_block .ph .aqua {
  font-weight: 400;
  color: #26d0ca;
}
.pages_content.n_home .plans_pricing_segment .pp_block_wr .pp_block .ph .yellow {
  font-weight: 400;
  color: #f5dc03;
}
.pages_content.n_home .plans_pricing_segment .pp_block_wr .pp_block .ph_sub {
  font-weight: 300;
  font-size: 28px;
}
.pages_content.n_home .plans_pricing_segment .pp_block_wr .pp_block .b {
  position: relative;
  padding: 30px 30px 90px;
  background-color: #fff;
  min-height: 479px;
}
.pages_content.n_home .plans_pricing_segment .pp_block_wr .pp_block .b .b_h {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 25px;
}
.pages_content.n_home .plans_pricing_segment .pp_block_wr .pp_block .b .b_h.orange {
  color: #f59758;
}
.pages_content.n_home .plans_pricing_segment .pp_block_wr .pp_block .b .b_h.aqua {
  color: #26d0ca;
}
.pages_content.n_home .plans_pricing_segment .pp_block_wr .pp_block .b .b_h.yellow {
  color: #f5dc03;
}
.pages_content.n_home .plans_pricing_segment .pp_block_wr .pp_block .b .b_r {
  /*font-family: 'Gotham-Book', Helvetica, Arial, sans-serif;*/
    font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 20px;
}
.pages_content.n_home .plans_pricing_segment .pp_block_wr .pp_block .b .b_r:last-child {
  margin-bottom: 0px;
}
.pages_content.n_home .plans_pricing_segment .pp_block_wr .pp_block .b .b_r span {
  font-weight: 700;
}
.join_us_btn.general {
  font-weight: 700;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 30px;
  text-decoration: none !important;
  /*width: 200px;*/
  width: 140px;
}
.join_us_btn.tiny {
  font-size: 14px;
  padding: 15px 20px;
}
.join_us_btn.w_180 {
  width: 180px;
}
.join_us_btn.w_230 {
  width: 230px;
}
.join_us_btn.w_160 {
  width: 160px;
}
.join_us_btn.w_90 {
  width: 90px;
}
.join_us_btn.static {
  position: relative;
  bottom: auto;
  right: auto;
}
.join_us_btn.general.orange {
  background-color: #f59758;
}
.join_us_btn.general.aqua {
  background-color: #26d0ca;
}
.join_us_btn.general.yellow {
  background-color: #f5dc03;
}
.join_us_btn.general.l_blue {
  background-color: #c2dcdf;
}
.join_us_btn.general > img {
  position: absolute;
  right: 30px;
  top: 17px;
}
.join_us_btn.tiny > img {
  right: 20px;
  top: 12px;
}

.pages_content.n_home .membership_segment {
  padding-top: 100px;
  padding-bottom: 120px;
}
.pages_content.n_home .membership_segment .ms_block_wr {
  margin-left: 0px !important;
  padding-left: 15px;
  padding-right: 15px;
}
.pages_content.n_home .membership_segment .h_segment  {
  margin-bottom: 70px;
  margin-right: -15px;
  margin-left: -15px;
}
.pages_content.n_home .membership_segment .h_segment > div {
  margin-left: 0px !important;
  padding-left: 15px;
  padding-right: 15px;
}
.pages_content.n_home .membership_segment .h_segment .l {
  width: 58.66666667%;
}
.pages_content.n_home .membership_segment .h_segment .r {
  width: 33.33333333%;
}
.pages_content.n_home .membership_segment .h_segment .l p {
  margin-bottom: 0px;
  font-size: 54px;
}
.pages_content.n_home .membership_segment .h_segment .l p:nth-child(1) {
  font-weight: 300;
}
.pages_content.n_home .membership_segment .h_segment .l p:nth-child(2) {
  font-weight: 700;
  color: #26d0ca;
}
.pages_content.n_home .membership_segment .h_segment .btn_link_green {
  font-weight: 400;
  position: relative;;
  display: block;
  font-size: 20px;
  color: #26d0ca;
  text-transform: uppercase;
  text-decoration: none !important;
  width: 195px;
  margin-top: 40px;
}
.pages_content.n_home .membership_segment .h_segment .btn_link_green > img {
  position: absolute;
  right: 0px;
  top: -3px;
}
.pages_content.n_home .membership_segment .ms_block .image_wr {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: solid 2px #26d0ca;
  margin: 0 auto;
  margin-bottom: 20px;
}
.pages_content.n_home .membership_segment .ms_block .image_wr > img {
  display: block;
}
.pages_content.n_home .membership_segment .ms_block.space .image_wr > img {
  margin: 0 auto;
  margin-top: 30px;
}
.pages_content.n_home .membership_segment .ms_block.events .image_wr > img {
  margin: 0 auto;
  margin-top: 30px;
}
.pages_content.n_home .membership_segment .ms_block.members .image_wr > img {
  margin: 0 auto;
  margin-top: 37px;
}
.pages_content.n_home .membership_segment .ms_block.benefits .image_wr > img {
  margin: 0 auto;
  margin-top: 30px;
}
.pages_content.n_home .membership_segment .ms_block p {
  text-align: center;
}
.pages_content.n_home .membership_segment .ms_block p.ms_h {
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.pages_content.n_home .membership_segment .ms_block p.ms_sub {
  font-size: 14px;
  margin-bottom: 20px;
  min-height: 57px;
  max-height: 57px;
  overflow: hidden;
}

.pages_content .get_access_segment .hero {
  position: relative;
}
.pages_content .get_access_segment .hero .abs_content {
  position: absolute;
  background-color: rgba(255, 255, 255, .95);
  padding: 30px 30px 100px;
  top: 0px;
  top: -webkit-calc(50% - 190px);
  top: -moz-calc(50% - 190px);
  top: calc(50% - 190px);
  right: 0px;
  width: 620px;
}
.pages_content .get_access_segment .hero .abs_content .h {
  font-weight: 300;
  font-size: 36px;
  margin-bottom: 40px;
}
.pages_content .get_access_segment .hero .abs_content .t {
  font-size: 18px;
}
.pages_content .get_access_segment .hero .abs_content .read_more_btn {
  font-weight: 400;
  position: absolute;
  display: block;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none !important;
  /*width: 195px;*/
  width: 151px;
  bottom: 0;
  right: 0;
  background-color: #f7e32f;
  padding: 20px 22px;
  text-align: right;
}
.pages_content .get_access_segment .hero .abs_content .read_more_btn > img {
  position: absolute;
  top: 20px;
  left: 20px;
}

.pages_content.n_about .hero_segment {
  margin-bottom: 50px;
}
.pages_content.n_about .hero_segment .hero .abs_content .h {
  text-align: left;
}
.pages_content.n_about .hero_segment .hero .abs_content {
  width: 640px;
  top: 0px;
  top: -webkit-calc(50% - 160px);
  top: -moz-calc(50% - 160px);
  top: calc(50% - 160px);
}
.pages_content.n_about .hero_segment .hero .abs_content .t {
  text-align: left;
}
.pages_content.n_about .hero_segment .hero .abs_content .divider {
  margin: 0;
  margin-top: 35px;
  margin-bottom: 25px;
  background-color: #f59758;
}


.pages_content.n_about .about_segment {
  padding-top: 100px;
  background-color: #f3f3f3;
}
.pages_content.n_about .about_segment p {
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 0px;
  line-height: 1.8em;
}
.pages_content.n_about .about_segment .r {
  position: relative;
  padding-bottom: 140px;
}


.pages_content.n_terms .hero_segment {
  margin-bottom: 50px;
}
.pages_content.n_terms .hero_segment .hero .abs_content .h {
  text-align: left;
}
.pages_content.n_terms .hero_segment .hero .abs_content {
  width: 540px;
  top: 0px;
  top: -webkit-calc(50% - 55px);
  top: -moz-calc(50% - 55px);
  top: calc(50% - 55px);
}
.pages_content.n_terms .hero_segment .hero .abs_content .t {
  text-align: left;
}
.pages_content.n_terms .terms_segment .headline {
  font-size: 22px;
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 20px;
}
.pages_content.n_terms .terms_segment .b {
  font-size: 14px;
  line-height: 1.6em;
}
.pages_content.n_terms .terms_segment .b p {
 
  line-height: 1.6em;
  font-weight: 400;
}
.pages_content.n_terms .terms_segment .b p.sub_head {
  font-size: 16px;
   font-weight: 400;
     padding-top: 12px;
  padding-bottom: 12px;
}

/* WORKSHOP LAYOUT (START) */
.pages_content.n_workshop .hero_segment {
  margin-bottom: 50px;
}
.pages_content.n_workshop .hero_segment .hero .abs_content .h {
  text-align: left;
}
.pages_content.n_workshop .hero_segment .hero .abs_content {
  width: 540px;
  top: 0px;
  top: -webkit-calc(50% - 160px);
  top: -moz-calc(50% - 160px);
  top: calc(50% - 160px);
}
.pages_content.n_workshop .hero_segment .hero .abs_content .t {
  text-align: left;
}
.pages_content.n_workshop .hero_segment .hero .abs_content .divider {
  margin: 0;
  margin-top: 35px;
  margin-bottom: 25px;
  background-color: #f59758;
}
.pages_content.n_workshop .about_segment {
  padding-top: 100px;
  background-color: #f3f3f3;
}
.pages_content.n_workshop .about_segment p {
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 0px;
  line-height: 1.8em;
}
.pages_content.n_workshop .about_segment .r {
  position: relative;
  padding-bottom: 140px;
}

.pages_content.n_workshop .amenties_section {
  padding-top: 45px;
  padding-bottom: 45px;
}
.pages_content.n_workshop .amenties_section .headline {
  margin-bottom: 40px;
}
.pages_content.n_workshop .amenties_section .headline p {
  margin-bottom: 0px;
  text-align: center;
  font-size: 26px;
}
.pages_content.n_workshop .amenties_section .a_row {
  margin-bottom: 50px;
}
.pages_content.n_workshop .amenties_section .a_row:last-child {
  margin-bottom: 0px;
}
.pages_content.n_workshop .amenties_section .a_row .amenty_block {
  position: relative;
  min-height: 1px;
  width: 33.3333%;
  float: left;
}
.pages_content.n_workshop .amenties_section .a_row .amenty_block .inside  {
  padding-left: 30px;
  padding-right: 30px;
  border-right: solid 1px #e1e3e3;
}
.pages_content.n_workshop .amenties_section .a_row .amenty_block .inside p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.6em;
}
.pages_content.n_workshop .amenties_section .a_row .amenty_block .inside p.h {
  margin-bottom: 25px;
  color: #26d0ca;
  font-size: 28px;
  margin-top: 20px;
}

.pages_content.n_workshop .map_section {
  padding-top: 45px;
}
.pages_content.n_workshop .map_section .headline {
  margin-bottom: 30px;
}
.pages_content.n_workshop .map_section .headline p {
  margin-bottom: 0px;
  text-align: center;
  font-size: 26px;
}
.pages_content.n_workshop .map_section .sub_headline {
  margin-bottom: 50px;
}
.pages_content.n_workshop .map_section .sub_headline p {
  margin-bottom: 0px;
  text-align: center;
  font-size: 18px;
}
/* WORKSHOP LAYOUT (END) */


.pages_content.n_team .hero_segment {
  margin-bottom: 50px;
}
.pages_content.n_team .hero_segment .hero .abs_content .h {
  text-align: left;
}
.pages_content.n_team .hero_segment .hero .abs_content {
  width: 480px;
  top: 0px;
  top: -webkit-calc(50% - 80px);
  top: -moz-calc(50% - 80px);
  top: calc(50% - 80px);
}
.pages_content.n_team .team_segment > .container .l {
  width: 69%;
  padding-right: 0px;
  float: left;
}
.pages_content.n_team .team_segment > .container .r {
  position: relative;
  width: 31%;
  padding-left: 0px;
  height: 386px;
  background-color: #f3f3f3;
  float: left;
}
.pages_content.n_team .team_segment .team_pics_wr {
  background-color: #f3f3f3;
}
.pages_content.n_team .team_segment .team_pic {
  float: left;
}
.pages_content.n_team .team_segment > .container .r .txt_hold {
  position: absolute;
  left: 0px;
  top: 0px;
  top: -webkit-calc(50% - 47px);
  top: -moz-calc(50% - 47px);
  top: calc(50% - 47px);
}
.pages_content.n_team .team_segment > .container .r p {
  font-weight: 300;
  margin-bottom: 0px;
}
.pages_content.n_team .team_segment > .container .r p:nth-child(1) {
  font-size: 32px;
  margin-bottom: 25px;
}
.pages_content.n_team .team_segment > .container .r p:nth-child(2) {
  font-size: 18px;
}

.pages_content.n_membership .membership_header {
  padding-top: 70px;
  padding-bottom: 70px;
}
.pages_content.n_membership .membership_header .l p {
  font-weight: 300;
  font-size: 48px;
  margin-bottom: 35px;
}
.pages_content.n_membership .membership_header .l .divider {
  width: 110px;
  height: 4px;
  background-color: #f59758;
}
.pages_content.n_membership .membership_header .r p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.8em;
  margin-top: 18px;
}

.pages_content.n_membership .packs_segment {
  margin-bottom: 20px;
  background-color: #f3f3f3;
}
.pages_content.n_membership .packs_segment > .container {
  position: relative;
}
.pages_content.n_membership .packs_segment .l {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pages_content.n_membership .packs_segment .l .ph {
  font-size: 38px;
  margin-bottom: 20px;
}
.pages_content.n_membership .packs_segment .l .ph span {
  font-weight: 400;
}
.pages_content.n_membership .packs_segment .l .ph span.orange {
  color: #f59758;
}
.pages_content.n_membership .packs_segment .l .ph span.aqua {
  color: #26d0ca;
}
.pages_content.n_membership .packs_segment .l .ph span.yellow {
  color: #f5dc03;
}
.pages_content.n_membership .packs_segment .l .ph_sub {
  font-weight: 300;
  font-size: 28px;
  margin-bottom: 55px;
}
.pages_content.n_membership .packs_segment .l .regular {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 55px;
}
.pages_content.n_membership .packs_segment .b {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 40px 40px 60px;
  background-color: #fff;
}
.pages_content.n_membership .packs_segment .b .b_h {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 25px;
}
.pages_content.n_membership .packs_segment .b .b_h.orange {
  color: #f59758;
}
.pages_content.n_membership .packs_segment .b .b_h.aqua {
  color: #26d0ca;
}
.pages_content.n_membership .packs_segment .b .b_h.yellow {
  color: #f5dc03;
}
.pages_content.n_membership .packs_segment .b .b_r {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 20px;
}
.pages_content.n_membership .packs_segment .b .b_r:last-child {
  margin-bottom: 0px;
}
.pages_content.n_membership .packs_segment .b .b_r span {
  font-weight: 700;
}

.pages_content.n_membership .slider_segment {
  padding-top: 60px;
  padding-bottom: 40px;
}
.pages_content.n_membership .member_feedbacks_slider .item .l {
  padding-left: 60px;
}
.pages_content.n_membership .member_feedbacks_slider .item .l .disc {
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 0px;
  line-height: 1.6em;
}
.pages_content.n_membership .member_feedbacks_slider .item .l .divider {
  width: 110px;
  height: 4px;
  background-color: #f59758;
  margin-top: 35px;
  margin-bottom: 35px;
}
.pages_content.n_membership .member_feedbacks_slider .item .l .signature {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.6em;
}
.pages_content.n_membership .member_feedbacks_slider .item .l .signature span {
  font-weight: 400;
}
.pages_content.n_membership .member_feedbacks_slider .item .r {
  padding-right: 60px;
  /*margin-left: 0px;
  width: 25%;
  padding-right: 0px;*/
}

.pages_content.n_membership .carousel-control {
  background-image: none;
  text-shadow: none;
  color: #d8d8d8;
  opacity: 1 !important;
  width: auto;
}
.pages_content.n_membership .carousel-control .icon_cnt_custom {
  position: absolute;
  top: 50%;
  top: -webkit-calc(50% - 30px);
  top: -moz-calc(50% - 30px);
  top: calc(50% - 30px);
  z-index: 5;
  display: inline-block;
}
.pages_content.n_membership .carousel-control.right {
  right: 20px;
}

/* ==== FOOTER (START) ==== */
footer{
    margin: 0;
    padding: 40px 0;
}
.footer {
  margin-top: 0px;
    color: #fff;
    background-color: #333333;
}
.footer .top .footer_navi {
  padding-top: 37px;
  padding-bottom: 35px;
}
.footer_navi ul{
    margin: 0px;
}
.footer_navi ul a{
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.footer .top .footer_navi ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.footer .top .footer_navi ul > li {
  float: left;
  margin-right: 23px;
}

.footer .bottom {
  background-color: #fff;
}
.footer .bottom p {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 8px;
  color: #a4aaaa;
  padding-top: 17px;
  text-transform: uppercase;
}
.footer .top .ew_subscribe_form .form-group {
  float: left;
}
.footer .top .ew_subscribe_form > p {
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}
.footer .top .ew_subscribe_form > p span {
  font-weight: 700;
}
.footer .ew_subscribe_form input[type='text'] {
    width: 92%;
  height: 35px;
    color: #333333;
    font-size: 14px;
}
.footer .ew_subscribe_form input[type='email'] {
    width: 94%;
    height: 35px;
    color: #333333;
    font-size: 14px;
}
.footer input[type='text']::-webkit-input-placeholder, .footer input[type='email']::-webkit-input-placeholder {
    font-size: 14px !important;
    color: #9b9b9b !important;
}
.footer input[type='text']:-moz-placeholder, .footer input[type='email']:-moz-placeholder {
    font-size: 14px !important;
    color: #9b9b9b !important;
}
.footer input[type='text']::-moz-placeholder, .footer input[type='email']::-moz-placeholder {
    font-size: 14px !important;
    color: #9b9b9b !important;
}
.footer input[type='text']:-ms-input-placeholder, .footer input[type='email']:-ms-input-placeholder {
    font-size: 14px !important;
    color: #9b9b9b !important;
}

.footer .top .ew_subscribe_form .btn_blank_sbm {
  float: left;
  height: 62px;
  margin-left: 25px;
}
.footer .top .ew_signature {
  margin-top: 35px;
  margin-bottom: 35px;
}
.footer .top .ew_signature .l {
  float: left;
}
.footer .top .ew_signature .l img {
  margin-top: 14px;
}
.footer .top .ew_signature .r {
  float: right;
}
.footer .top .ew_signature .r p {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.ew_signature a{
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}
.ew_signature a:hover{
    text-decoration: underline;
}
.ew_signature .terms{
    margin-top: 25px;
}
.footer .address{
    color: #ffffff;
    font-size: 16px;
}
.footer .foot_social_navi .fa-2x{
    font-size: 1.5em;
}
.footer .hot_links ul{
    list-style: none;
    font-size: 16px;
    margin-left: 0px;
    margin-right: 20px;
}
.footer .hot_links ul li{
    margin-bottom: 5px;
}
.footer a{
    color: #fff;
}
.footer a:hover{
    color: #3cc1c1;
    text-decoration: none;
}
.footer .copyright{
    font-size: 14px;
    margin-top: 5px;
}
.footer .primary_btn{
    background-color: transparent;
    background-image: none;
    color: #ffffff;
    padding: 11px 20px 15px;
    text-transform: uppercase;
    border: solid 2px #fff;
    margin-bottom: 10px;
    height: 45px;
}
.footer .primary_btn:hover{
    background-color: #fff;
    color: #333;
}
.ew_subscribe_form form{
    width: 100%;
}
.ew_subscribe_form .control-group{
    margin-bottom: 5px;
}
.footer .first-row .left{
    margin-bottom: 50px;
}
.hash-tag{
    margin-top: 20px;
    font-size: 35px;
    font-weight: 700;
    width: 100%;
    float: right;
}

/* ==== FOOTER (END) ==== */

/* ==== MODALS (START) ==== */
.modal-open .modal.full_screen_modal {
  background-color: rgba(255, 255, 255, .95);
}
.modal-backdrop {
  opacity: 0;
}
.modal-content {
  border: none;
  box-shadow: none;
}
.modal{
    z-index: 9998;
}
.modal .custom_close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 10;
}

.main_menu_modal ul {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
  margin-top: 60px;
}
.main_menu_modal ul > li {
  text-align: center;
  margin-bottom: 40px;
}
.main_menu_modal ul > li:last-child {
  margin-bottom: 0px;
}
.main_menu_modal ul > li > a {
  font-weight: 300;
  font-size: 36px;
  text-decoration: none !important;
  color: #757575;
}
.main_menu_modal ul > li > a:hover {
  color: #26d0ca;
}
.main_menu_modal ul > li.active > a {
  color: #26d0ca;
}
.main_menu_modal ul > li.secondary {
  text-align: center;
}
.main_menu_modal ul > li.secondary > ul {
  padding-left: 0px;
  margin-bottom: 0px;
  display: inline-block;
  margin-top: 0px;
}
.main_menu_modal ul > li.secondary > ul > li {
  float: left;
  margin-right: 25px;
  margin-bottom: 0px;
}
.main_menu_modal ul > li.secondary > ul > li:last-child {
  margin-right: 0px;
}
.main_menu_modal ul > li.secondary > ul > li > a {
  font-size: 18px;
}
/* ==== MODALS (END) ==== */

/* ==== Spark Labs - Community Board | discuss layer in psd  ==== */
.n_community_threads .discuss_hq {

}
.n_community_threads .discuss_hq .hl {
  font-size: 36px;
  margin-bottom: 30px;
}
.n_community_threads .discuss_hq .hl span {
  color: #26d0ca;
}
.n_community_threads .discuss_hq .disclaimer {
  margin-bottom: 0px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.8em;
}

.n_community_threads .discuss_content {
  margin-top: 35px;
}
.n_community_threads .discuss_content .nav-tabs {
  border-bottom: solid 1px #e4e6e6;
}
.n_community_threads .discuss_content .nav-tabs>li.active>a,
.n_community_threads .discuss_content .nav-tabs>li.active>a:focus,
.n_community_threads .discuss_content .nav-tabs>li.active>a:hover {
  border: none;
}
.n_community_threads .discuss_content .nav-tabs>li a {
  color: #a9a9a9;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent !important;
  border-color: transparent !important;
}
.n_community_threads .discuss_content .nav-tabs>li a:hover {
  color: #26d0ca;
}
.n_community_threads .discuss_content .nav-tabs>li:first-child a {
  padding-left: 0px;
}
.n_community_threads .nav-tabs>li.active>a,
.n_community_threads .nav-tabs>li.active>a:focus,
.n_community_threads .nav-tabs>li.active>a:hover {
  color: #26d0ca;
}
.n_community_threads .discuss_content .tab-content {
  padding-top: 15px;
}
.n_community_threads .discuss_content .threads_rows_wr {

}
.n_community_threads .discuss_content .threads_rows_wr > .thread_line {
  padding-top: 40px;
  padding-bottom: 40px;
}
.n_community_threads .discuss_content .threads_rows_wr > .thread_line:nth-child(odd) {
  background-color: #f9f9f9;
}
.n_community_threads .discuss_content .threads_rows_wr > .thread_line .author_img_wr {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  margin: 0 auto;
}
.n_community_threads .discuss_content .threads_rows_wr > .thread_line .author_img_wr > img {
  display: block;
  width: 98px;
  height: 98px;
  border-radius: 50%;
}
.n_community_threads .discuss_content .threads_rows_wr > .thread_line .d_info_wr {

}
.n_community_threads .discuss_content .threads_rows_wr > .thread_line .d_info_wr p {
  margin-bottom: 0px;
}
.n_community_threads .discuss_content .threads_rows_wr > .thread_line .d_info_wr .h {
  font-size: 22px;
  margin-bottom: 15px;
}
.n_community_threads .discuss_content .threads_rows_wr > .thread_line .d_info_wr .h a {
  color: #7f8888;
  text-decoration: none;
}
.n_community_threads .discuss_content .threads_rows_wr > .thread_line .d_info_wr .h span {
  font-size: 12px;
  opacity: .5;
  margin-left: 25px;
}
.n_community_threads .discuss_content .threads_rows_wr > .thread_line .d_info_wr .r {
  font-size: 14px;
}
.n_community_threads .discuss_content .threads_rows_wr > .thread_line .d_info_wr .cnt {
  margin-top: 25px;
}
.n_community_threads .discuss_content .threads_rows_wr > .thread_line .d_info_wr .cnt .tags_wr {
  float: left;
}
.n_community_threads .discuss_content .threads_rows_wr > .thread_line .d_info_wr .cnt .tags_wr > a {
  font-size: 14px;
  font-weight: 400;
  color: #26d0ca;
  border: solid 2px #26d0ca;
  text-decoration: none !important;
  margin-right: 10px;
}
.n_community_threads .discuss_content .threads_rows_wr > .thread_line .d_info_wr .cnt .tags_wr > a:last-child {
  margin-right: 0px;
}
.n_community_threads .discuss_content .threads_rows_wr > .thread_line .d_info_wr .cnt .tags_wr > a:hover {
  color: #fff;
  background-color: #26d0ca;
}
.n_community_threads .discuss_content .threads_rows_wr > .thread_line .d_info_wr .cnt .actions_wr {
  float: left;
}
.n_community_threads .discuss_content .threads_rows_wr > .thread_line .d_info_wr .cnt .actions_wr > a {
  position: relative;
  line-height: 36px;
  font-size: 11px;
  color: #7f8888;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none !important;
  margin-right: 3px;
}
.n_community_threads .discuss_content .threads_rows_wr > .thread_line .d_info_wr .cnt .actions_wr > a:last-child {
  margin-right: 0px;
}
.n_community_threads .discuss_content .threads_rows_wr > .thread_line .d_info_wr .cnt .actions_wr > a:after {
  content: "\2219";
  margin-left: 5px;
}
.n_community_threads .discuss_content .threads_rows_wr > .thread_line .d_info_wr .cnt .actions_wr > a:last-child:after {
  content: "";
  margin-left: 0px;
}
.dc_nav_tabs_wr {
  position: relative;
}
.dc_nav_tabs_wr .start-conversation {
  position: absolute;
  top: -12px;
  right: 0px;
  border-radius: 0px;
  box-shadow: none;
  background-image: none;
  text-shadow: none;
  background-color: #26d0ca;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  border-color: #26d0ca;
  padding: 8px 14px;
}
/*.dc_nav_tabs_wr .start-conversation > img {
  width: 15px;
  height: 15px;
}*/
.dc_nav_tabs_wr .start-conversation > .fa {
  margin-right: 10px;
}

.n_community_threads .discuss_content .threads_rows_wr > .thread_line .add_info {

}
.n_community_threads .discuss_content .threads_rows_wr > .thread_line .add_info > div {
  padding-right: 15px;
}

.p_profile {
  margin-bottom: 100px;
}
/*.p_profile .content {
  float: left;
  width: 75%;
}
.p_profile .directoy-search {
  float: left;
  height: 75%;
}*/
.p_profile .page-title {
  color: #26d0ca;
  font-size: 38px;
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.p_profile .profile_data_segment {
  margin-top: 40px;
}
.p_profile .profile_data_segment .pic {
  float: left;
  width: 25%;
}
.p_profile .profile_data_segment .pic_wr {
  border-radius: 50%;
  width: 130px;
  height: 130px;
}
.p_profile .profile_data_segment .pic_wr > img {
  border-radius: 50%;
}
.p_profile .profile_data_segment .txt_data {
  float: left;
  width: 75%;
}
.p_profile .profile_data_segment .txt_data .overview {
  padding-bottom: 25px;
  border-bottom: solid 1px #e4e6e6;
  margin-bottom: 25px;
}
.p_profile .profile_data_segment .txt_data .overview p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.6em;
}
.p_profile .profile_data_segment .txt_data .overview p:nth-child(1) {
  font-size: 14px;
  margin-bottom: 20px;
}

.p_profile .profile_data_segment .txt_data .pp_cnt .contact_s {
  float: left;
  width: 50%;
}
.p_profile .profile_data_segment .txt_data .pp_cnt .contact_s .start-conversation {
  margin-top: 20px;
}
.p_profile .profile_data_segment .txt_data .pp_cnt .contact_s .website_lnk {
  float: left;
  width: 70%;
}
.p_profile .profile_data_segment .txt_data .pp_cnt .contact_s .website_lnk a {
  font-size: 16px;
  color: #889190;
}
.p_profile .profile_data_segment .txt_data .pp_cnt .contact_s .socials {
  float: left;
  width: 30%;
}
.p_profile .profile_data_segment .txt_data .pp_cnt .contact_s .socials ul {
  margin: 0px;
  list-style: none;
  float: right;
}
.p_profile .profile_data_segment .txt_data .pp_cnt .contact_s .socials ul li {
  float: left;
  margin-right: 10px;
}
.p_profile .profile_data_segment .txt_data .pp_cnt .contact_s .socials ul li a {
    color: #9fa5a5;
    font-size: 16px;
}
.p_profile .profile_data_segment .txt_data .pp_cnt .contact_s .socials ul li:last-child {
  margin-right: 0px;
}
.p_profile .profile_data_segment .txt_data .pp_cnt .tags_s {
  float: left;
  width: 50%;
}
.p_profile .profile_data_segment .txt_data .pp_cnt .tags_s ul {
  margin: 0px;
  list-style: none;
  float: right;
  padding-left: 15px;
}
.p_profile .profile_data_segment .txt_data .pp_cnt .tags_s ul li {
  float: left;
  margin-right: 10px;
}
.p_profile .profile_data_segment .txt_data .pp_cnt .tags_s ul li:last-child {
  margin-right: 0px;
}
.p_profile .profile_data_segment .txt_data .pp_cnt .tags_s ul li a {
  font-size: 14px;
  color: #a9a9a9;
  text-transform: uppercase;
  font-weight: 700;
}
.p_profile .conversation_data_segment {
  margin-top: 70px;
}
.p_profile .conversation_data_segment .hl {
  margin-bottom: 5px;
  padding-bottom: 15px;
  border-bottom: solid 1px #e4e6e6;
  font-size: 22px;
}
.p_profile .conversation_data_segment .table th,
.p_profile .conversation_data_segment .table td {
  border-top: none;
}
.p_profile .conversation_data_segment .table a {
  color: #889190;
  font-size: 14px;
  text-decoration: none;
}
.p_profile .conversation_data_segment .table abbr[title],
.p_profile .conversation_data_segment .table abbr[data-original-title] {
  border-bottom: none;
  font-weight: 400;
}

.p_profile .comments_data_segment {
  margin-top: 70px;
  margin-bottom: 40px;
}
.p_profile .comments_data_segment .hl {
  margin-bottom: 5px;
  padding-bottom: 15px;
  border-bottom: solid 1px #e4e6e6;
  font-size: 22px;
}

.people_root {
  margin-top: 50px;
}
.people_root .l,
.people_root .r {
  float: left;
}
.people_root .l {
  width: 25%;
}
.people_root .r {
  width: 75%;
}
.people_root .r .inside {
  padding-left: 45px;
}

.p_people .team_wr {
  margin-top: 44px;
}
.p_people .team_wr .team {
  float: left;
  width: 33.33333333%;
  margin-bottom: 30px;
}
.p_people .team_wr .team .pic {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.p_people .members .team .pic img {
  border-radius: 50%;
}
.p_people .team_wr .team .pic img {
    display: block;
}
.p_people .team_wr .team p {
  text-align: center;
  font-size: 14px;
}
.p_people .team_wr .team .t1 {
  font-size: 20px;
  margin-bottom: 15px;
}
.p_people .team_wr .team .t_cnt {
  text-align: center;
}
.p_people .team_wr .team .t_cnt ul {
  display: inline-block;
  margin: 0;
  list-style: none;
}
.p_people .team_wr .team .t_cnt ul li {
  float: left;
  margin-right: 12px;
}
.p_people .team_wr .team .t_cnt ul li:last-child {
  margin-right: 0px;
}
.p_people .team_wr .team .t_cnt ul li a {
  font-size: 16px;
}

.private_top_gap{
    height: 100px;
}

.n_home_logged .welcome_block {

}
.n_home_logged .welcome_block p {
  font-size: 50px;
  margin-bottom: 0px;
}
.n_home_logged .welcome_block p:nth-child(1) {
  color: #26d0ca;
  margin-bottom: 0px;
}
.n_home_logged .events_segment {
  margin-top: 50px;
}
.n_home_logged .events_segment .cnt {
  margin-top: 15px;
}
.n_home_logged .events_segment .hl {
  font-size: 14px;
  color: #c2dcdf;
  text-transform: uppercase;
  font-weight: 700;
}
.n_home_logged .events_segment .event_blocks {

}
.n_home_logged .events_segment .event_blocks .event_bl {
  float: left;
  /*width: 50%;*/
  width: 48%;
  margin-right: 4%;
}
.n_home_logged .events_segment .event_blocks .event_bl:nth-child(even) {
  margin-right: 0%;
}
.n_home_logged .events_segment .event_blocks .event_bl .ev_bl_inside {
  /*max-width: 350px;*/
}
.n_home_logged .events_segment .event_blocks .event_bl .pic {
  position: relative;
}
.n_home_logged .events_segment .event_blocks .event_bl .pic .abs_date {
  position: absolute;
  right: 0px;

  top: 0px;
  top: -webkit-calc(50% - 27.5px);
  top: -moz-calc(50% - 27.5px);
  top: calc(50% - 27.5px);

  background-color: #fff;
  padding: 15px;
}
.n_home_logged .events_segment .event_blocks .event_bl .pic .abs_date p {
  margin-bottom: 0px;
  color: #26d0ca;
}
.n_home_logged .events_segment .event_blocks .event_bl .pic .abs_date p {

}
.n_home_logged .events_segment .event_blocks .event_bl .pic .abs_date p:nth-child(1) {

}
.n_home_logged .events_segment .event_blocks .event_bl .pic img {
  max-width: 100%;
  width: 100%;
}
.n_home_logged .events_segment .event_blocks .event_bl p {
  font-size: 18px;
}
.n_home_logged .events_segment .event_blocks .event_bl .h {
  font-size: 34px;
  margin-top: 10px;
  max-height: 94px;
  min-height: 94px;
  overflow: hidden;
}
.n_home_logged .events_segment .event_blocks .event_bl .h a {
  color: #7f8888 !important;
  text-decoration: none !important;
}
.n_home_logged .blog_entry_segment {
  background-color: #f6f6f6;
  padding-top: 40px;
  margin-top: 60px;
}
.n_home_logged .blog_entry_segment .blog_entry .pic_holder {
  float: left;
  width: 30%;
}
.n_home_logged .blog_entry_segment .blog_entry .pic_holder .pic {
  border-radius: 50%;
}
.n_home_logged .blog_entry_segment .blog_entry .pic_holder .pic img {
  border-radius: 50%;
  display: block;
}
.n_home_logged .blog_entry_segment .blog_entry .b_data {
  float: left;
  width: 70%;
}
.n_home_logged .blog_entry_segment .blog_entry .b_data .inside {
  padding-left: 30px;
}
.n_home_logged .blog_entry_segment .blog_entry .b_data .inside .tags {
  margin-bottom: 30px;
}
.n_home_logged .blog_entry_segment .blog_entry .b_data .inside .tags ul {
  margin: 0;
  list-style: none;
}
.n_home_logged .blog_entry_segment .blog_entry .b_data .inside .tags ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.n_home_logged .blog_entry_segment .blog_entry .b_data .inside .tags ul li:last-child {
  margin-right: 0px;
}
.n_home_logged .blog_entry_segment .blog_entry .b_data .inside .tags ul li a {
  font-size: 14px;
  color: #c2dcdf;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
.n_home_logged .blog_entry_segment .blog_entry .b_data .inside p {
  font-size: 20px;
}
.n_home_logged .blog_entry_segment .blog_entry .b_data .inside .h {
  font-size: 38px;
}
.n_home_logged .blog_entry_segment .blog_entry .b_data .inside .h a {
  color: #7f8888 !important;
  text-decoration: none !important;
}

.pages_content.p_blog .breadcrumbs_hq .hl {
  font-size: 36px;
  margin-bottom: 25px;
}
.pages_content.p_blog .breadcrumbs_hq .hl span {
  color: #87bfab;
}
.pages_content.p_blog .breadcrumbs_hq.yellow .hl span {
  color: #f7dd00;
}
.pages_content.p_blog .breadcrumbs_hq .sub {
  margin-bottom: 0px;
  font-size: 16px;
  text-transform: uppercase;
}
.pages_content.p_blog .blog_tags_wr {
  padding-bottom: 15px;
  border-bottom: solid 1px #e4e6e6;
  margin-top: 70px;
}
.pages_content.p_blog .blog_tags_wr ul {
  margin: 0;
  list-style: none;
}
.pages_content.p_blog .blog_tags_wr ul li {
  float: left;
  margin-right: 30px;
}
.pages_content.p_blog .blog_tags_wr ul li:last-child {
  margin-right: 0px;
}
.pages_content.p_blog .blog_tags_wr ul li a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.pages_content.p_blog .blog_tags_wr ul li a.active,
.pages_content.p_blog .blog_tags_wr ul li a:hover {
  color: #a9d0c2;
}
.pages_content.p_blog .blogs_content {
  margin-top: 45px;
}
.pages_content.p_blog .blogs_content > .blog_wrap {
  padding-top: 45px;
}
.pages_content.p_blog .bl_comments_wr {
  margin-top: 40px;
}
.pages_content.p_blog .blogs_content > .blog_wrap:nth-child(odd) {
  background-color: #f6f6f6;
}
.pages_content.p_blog .blog_entry .pic_holder {
  float: left;
  width: 30%;
}
.pages_content.p_blog .blog_entry .pic_holder .pic {
  border-radius: 50%;
}
.pages_content.p_blog .blog_entry .pic_holder .pic img {
  /*border-radius: 50%;*/
  display: block;
}
.pages_content.p_blog .blog_entry .b_data {
  float: left;
  width: 70%;
}
.pages_content.p_blog .blog_entry .b_data .inside {
  padding-left: 30px;
}
.pages_content.p_blog .blog_entry .b_data .inside .tags {
  margin-bottom: 30px;
}
.pages_content.p_blog .blog_entry .b_data .inside .tags ul {
  margin: 0;
  list-style: none;
}
.pages_content.p_blog .blog_entry .b_data .inside .tags ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.pages_content.p_blog .blog_entry .b_data .inside .tags ul li:last-child {
  margin-right: 0px;
}
.pages_content.p_blog .blog_entry .b_data .inside .tags ul li a {
  font-size: 14px;
  color: #c2dcdf;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
.pages_content.p_blog .blog_entry .b_data .inside p {
  font-size: 20px;
}
.pages_content.p_blog .blog_entry .b_data .inside .h {
  font-size: 38px;
}
.pages_content.p_blog .blog_entry .b_data .inside .h a {
  color: #7f8888 !important;
  text-decoration: none !important;
}

.pages_content.p_blog .blog_wrap_res {
  float: left;
  width: 33.33333333%;
  margin-bottom: 30px;
}
.pages_content.p_blog .blog_wrap_res .inside {
  padding-left: 15px;
  padding-right: 15px;
}
.pages_content.p_blog .blog_wrap_res .pic {
  border: solid 8px #f6f6f6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 215px;
  max-height: 215px;
}
.pages_content.p_blog .blog_wrap_res .pic img {
  max-width: 100%;
}
.pages_content.p_blog .blog_wrap_res .h {
  display: block;
  font-size: 34px;
  margin-top: 15px;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pages_content.p_blog .blog_wrap_res .h a {
  color: #7f8888;
  text-decoration: none !important;
}


.pages_content.p_event .breadcrumbs_hq .hl {
  font-size: 36px;
  margin-bottom: 25px;
}
.pages_content.p_event .breadcrumbs_hq .hl span {
  color: #b5b5b5;
}
.pages_content.p_event .breadcrumbs_hq .sub {
  margin-bottom: 0px;
  font-size: 16px;
  text-transform: uppercase;
}
.pages_content.p_event .event_tags_wr {
  padding-bottom: 15px;
  border-bottom: solid 1px #e4e6e6;
  margin-top: 70px;
}
.pages_content.p_event .event_tags_wr ul {
  margin: 0;
  list-style: none;
}
.pages_content.p_event .event_tags_wr ul li {
  float: left;
  margin-right: 30px;
}
.pages_content.p_event .event_tags_wr ul li:last-child {
  margin-right: 0px;
}
.pages_content.p_event .event_tags_wr ul li a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.pages_content.p_event .event_tags_wr ul li a.active,
.pages_content.p_event .event_tags_wr ul li a:hover {
  color: #333333;
}
.pages_content.p_event .events_content {
  margin-top: 45px;
}

.pages_content.p_event .events_content .event_bl {
  float: left;
  /*width: 50%;*/
  width: 48%;
  margin-bottom: 50px;
  min-height: 433px;
  margin-right: 4%;
}
.pages_content.p_event .events_content .event_bl:nth-child(even) {
  margin-right: 0%;
}
.pages_content.p_event .events_content .event_bl .ev_bl_inside {
  /*max-width: 350px;*/
}
.pages_content.p_event .events_content .event_bl.fw {
  width: auto;
  float: none;
}
.pages_content.p_event .events_content .event_bl.fw .ev_bl_inside {
  max-width: none;
}
.pages_content.p_event .events_content .event_bl .pic {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.pages_content.p_event .events_content .event_bl .pic .abs_date {
  position: absolute;
  right: 0px;

  top: 0px;
  top: -webkit-calc(50% - 27.5px);
  top: -moz-calc(50% - 27.5px);
  top: calc(50% - 27.5px);

  background-color: #fff;
  padding: 15px;
}
.pages_content.p_event .events_content .event_bl.fw .pic .abs_date {
  right: auto;
  left: 0px;
}
.pages_content.p_event .events_content .event_bl .pic .abs_date p {

  margin-bottom: 0px;
  color: #26d0ca;
}
.pages_content.p_event .events_content .event_bl .pic img {
  max-width: 100%;
  width: 100%;
}
.pages_content.p_event .events_content .event_bl p {
  font-size: 18px;
}
.pages_content.p_event .events_content .event_bl .h {
  font-size: 34px;
  margin-top: 10px;
  max-height: 94px;
  min-height: 94px;
  overflow: hidden;
}
.pages_content.p_event .events_content .event_bl .h a {
  color: #7f8888 !important;
  text-decoration: none !important;
}

.media>.pull-left .img-circle {
  border-color: transparent;
}

.pages_content.p_benefits .breadcrumbs_hq .hl {
  font-size: 36px;
  margin-bottom: 25px;
}
.pages_content.p_benefits .breadcrumbs_hq .hl span {
  color: #f59758;
}
.pages_content.p_benefits .breadcrumbs_hq .sub {
  margin-bottom: 0px;
  font-size: 16px;
  text-transform: uppercase;
}
.pages_content.p_benefits .b_tags_wr {
  padding-bottom: 15px;
  border-bottom: solid 1px #e4e6e6;
  margin-top: 70px;
}
.pages_content.p_benefits .b_tags_wr ul {
  margin: 0;
  list-style: none;
}
.pages_content.p_benefits .b_tags_wr ul li {
  float: left;
  margin-right: 30px;
}
.pages_content.p_benefits .b_tags_wr ul li:last-child {
  margin-right: 0px;
}
.pages_content.p_benefits .b_tags_wr ul li a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.pages_content.p_benefits .b_tags_wr ul li a.active,
.pages_content.p_benefits .b_tags_wr ul li a:hover {
  color: #f59758;
}

.pages_content.p_benefits .benefits_content {
  margin-top: 40px;
}
.pages_content.p_benefits .benefit_entry_hold {
  margin-bottom: 40px;
}
.pages_content.p_benefits .benefit_entry_hold:last-child {
  margin-bottom: 0px;
}
.pages_content.p_benefits .benefit_entry_hold .pic_holder {
  float: left;
  width: 40%;
}
.pages_content.p_benefits .benefit_entry_hold .pic_holder .pic {
  position: relative;
}
.pages_content.p_benefits .benefit_entry_hold .pic_holder .pic .abs {
  position: absolute;
  top: 0px;
  left: 0px;
}
.pages_content.p_benefits .benefit_entry_hold .b_data {
  float: left;
  width: 60%;
}
.pages_content.p_benefits .benefit_entry_hold .b_data .inside {
  padding-left: 30px;
  position: relative;
}
.pages_content.p_benefits .benefit_entry_hold .b_data .inside > p {
  font-size: 18px;
}
.pages_content.p_benefits .benefit_entry_hold .b_data .inside > .h {
  font-size: 38px;
}
.pages_content.p_benefits .benefit_entry_hold .b_data .inside .tags ul {
  margin: 0;
  list-style: none;
  padding-right: 25px;
}
.pages_content.p_benefits .benefit_entry_hold .b_data .inside .tags ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.pages_content.p_benefits .benefit_entry_hold .b_data .inside .tags ul li:last-child {
  margin-right: 0px;
}
.pages_content.p_benefits .benefit_entry_hold .b_data .inside .tags ul li a {
  font-size: 14px;
  color: #f6a673;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
.pages_content.p_benefits .benefit_entry_hold .b_data .inside .cnt {
  margin-top: 40px;
}
.pages_content.p_benefits .benefit_entry_hold .b_data .inside .cnt .tags {
  float: left;
  width: 60%;
}
.pages_content.p_benefits .benefit_entry_hold .b_data .inside .cnt .sbm {
  float: left;
  width: 40%;
}

/*@media (min-width: 1200px) {
  .span9 {
    width: 700px !important;
  }
}*/

.foot_social_navi {
  margin: 0;
  list-style: none;
    padding: 0;
}
.foot_social_navi > li {
  float: left;
  margin-left: 45px;
    color: #ffffff;
    margin-top: 10px;
}
.foot_social_navi > li:first-child {
    margin-left: 0px;
}
.foot_social_navi > li:last-child {
  margin-right: 0px;
}
.foot_social_navi > li > a {
  color: #fff;
}


.building_location .top_features_frm{
    border: solid 1px #dcdcdc;
    background-color: #f9f9f9;
    color: #8a8a8a;
}
.building_location .top_features_frm .top_features{
    text-align:center;
    margin-top: 3%;
    margin-bottom: 3%;
    font-size: 14px;
    font-weight: bold;
}
.building_location .top_features_frm .top_features img{
    margin-bottom: 10px;
}

.building_location .other_features_frm{
    margin-top: 20px;
    margin-bottom: 20px;
    color: #889190;
}
.building_location .other_features_frm .other_features{
    text-align:center;
    margin-top: 3%;
    margin-bottom: 3%;
    font-size: 22px;
    font-weight: 300;
}
.building_location .other_features_frm .other_features img{
    margin-bottom: 5px;
}
.members_says .heading{
    color: #7f8888;
    margin-bottom: 20px;
    overflow: auto;
}
.members_says .heading .span5{
    text-align: center;
}
.members_says .heading .span7{
    margin-top: 20px;
}
.members_says .heading .name{
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}
.members_says .heading .designation{
    font-size: 14px;
    margin-top: 5px;
}
.members_says .heading .company{
    font-size: 12px;
}
.members_says .quotes{
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    margin: 0 3%;
}
.members_says .quotes > img.qt_start{
    margin-right: 15px;
}
.members_says .quotes > img.qt_end{
    margin-left: 15px;
}


.atc-style-blue .atcb-item-link:hover, .atc-style-blue .atcb-item-link:active, .atc-style-blue .atcb-item-link:focus{
    background-color: #3cc1c1;
}

/* booking popup */

.booking-alert{
    text-align:center;
    padding:20px;
}
.atc-style-blue .atcb-link,
.atc-style-blue .atcb-link:hover,
.atc-style-blue .atcb-link:active,
.atc-style-blue .atcb-link:focus
{
    background: transparent;
    margin: 0;
    padding: 20px 65px 20px 25px;
    color: #fff;
    text-decoration: none;
    outline: none;
    line-height: 20px;
    vertical-align: middle;
    background-color: rgb(60,193,193);
    background-image: url('../images/new_r_arrow.png') !important;
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 25px auto;
    box-shadow: none;
    border-radius: 0px;
    zoom: 1;
    font-weight: bold;
    font-size: 16px;

    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
}
.atc-style-blue .atcb-link{
    text-transform: uppercase;
    font-weight: 700;
}
.atcb-link:hover{
    background-position: right 10px center !important;
}
.fancypopup .title{
    font-size: 54px;
    line-height:54px;
    margin-top:30px;
}
.fancypopup .text{
    font-size:24px;
    font-weight: 300;
    line-height:24px;
    margin-top: 10px;
}
.fancypopup .soon{
    font-size: 32px;
    font-weight: 700;
    margin: 30px 0px 45px 0px;
}
.fancypopup h2{
    text-align: center;
    font-size: 36px;
}
.fancypopup h2.plan-title{
    margin-top: 5px;
    margin-bottom: 20px;
}
.fancybox-skin{
    border-radius: 0px;
}
.fancybox-opened{
    z-index: 9999;
}

/* Text pages */
.main_frm{
    max-width: 920px !important;
    padding-top: 100px;
}
.text_page_title{
    font-size: 55px;
    line-height: 55px;
    font-weight: 700;
}
.text_main_titles{
    font-size: 30px;
    line-height: 30px;
    margin: 50px 0 20px;
    font-weight: 700;
    width: 100%;
}
.text-list li{
    font-size: 16px;
    line-height: 36px;
}
.text_sub_titles{
    font-size: 18px;
    line-height: 18px;
    margin: 50px 0 20px;
    font-weight: 700;
}
.text_header3{
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    margin: 30px 0 10px;
}
.text_copy{
    font-size: 20px;
    line-height: 30px;
}

/* Banner Scroll arrow*/
.scroll_icon{
    font-size: 36px;
    color: #fff;
    opacity: 0.5;
    position: absolute;
    left: 49%;
    bottom: 5%;
    z-index: 999;
    height: 100px;
    padding-top: 30px;
}
.scroll_icon:hover{
    color: #fff;
    opacity: 1;
    bottom: 3%;
}
.scroll_icon:hover, .scroll_icon:active, .scroll_icon:focus{
    color: #fff;
}


/* locations */
#location-pages .packages .primary_btn{
    background-image: none;
    padding: 10px 15px;
    font-size: 14px;
}
#location-pages .packages .primary_btn:hover{
    border-color: #fff;
    color: #fff;
}
.package{
    background-color: #ccc;
    height: 300px;
    display: block;
    overflow: hidden;
    float: left;
    margin-right: 0.5%;
    position: relative;
    color: #fff;

}
.package img{
    transform: scale(2);
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    margin-top: 60px;
}
.package:hover img{
    transform: scale(2.15);
    -webkit-transform: scale(2.15);
    -ms-transform: scale(2.15);
}
#main-package.package img{
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    margin-top: 0px;
}
#main-package.package:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.package:last-child{
    margin-right: 0;
}
.package .overlay{
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 100;

    background-color: rgba(0,0,0,0.4);

    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
}
.package:hover .overlay{
    background-color: rgba(0,0,0,0.2);
}
.package .overlay .text-box{
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 105;
}
.package .overlay .text-box .title{
    font-size: 26px;
    font-weight: 700;
    line-height: 20px;
}
.package .overlay .text-box .price{
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: 400;
}
.follow-scroll .bookatour .title{
    cursor: pointer;
}

.private-pagetitle{
    margin-top: 20px;
}

.input-append .add-on, .input-prepend .add-on{
    height: 40px;
}

.private .search_bar_wr form > div .form-control,
.private .discuss_hq .search_bar_wr form > div .form-control:focus{
    background-color: transparent;
    padding: 0;
    border: none;
    border-bottom: solid 1px #e4e6e6;
}

.header-main .inbox a{
    display: block;
    width: 25px;
    height: 17px;
    background: url("../images/inbox.png") no-repeat center;
    background-size: 25px;
    padding: 0px !important;
    padding-top: 0px !important;
    margin: 5px;
    border-radius: 0;
}

.header-main.white-navbar .inbox a{
    display: block;
    width: 25px;
    height: 17px;
    background: url("../images/inbox-white.png") no-repeat center;
    background-size: 25px;
    padding: 0px !important;
    padding-top: 0px !important;
    margin: 5px;
    border-radius: 0;
}
.header-main .inbox a:hover,
.header-main .inbox a.active,
.header-main.white-navbar .inbox a:hover,
.header-main.white-navbar .inbox a.active{
    background: url("../images/inbox-selected.png") no-repeat center;
    background-size: 25px;
}