@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Exo+2:400,300,300italic,400italic,500,500italic,600,600italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,300,300italic,500,500italic,700,700italic);
/* Configs Import*/
/**COLORS*/
/*FONTS VAR*/
/*TRANSITIONS*/
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fa-fw {
  margin-right: 10px;
}
@media all and (max-width: 991px) {
  .tablet_invisible {
    display: none !important;
  }
}
@media all and (min-width: 991px) {
  .tablet_visible {
    display: block !important;
  }
}
@media all and (min-width: 991px) {
  .screen_invisible {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .mobile_version {
    display: block !important;
  }
}
@media all and (max-width: 767px) {
  .mobile_version_hidden {
    display: none !important;
  }
}
.padding_10 {
  padding-right: 10%;
}
@media all and (max-width: 991px) {
  .padding_10 {
    padding-right: 0%;
  }
}
.breadcrumbs {
  /*border-bottom: 1px solid #e2e5e8;
  background-color: #fff;*/
}
@media all and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs .breadcrumb {
  padding-left: 0;
  padding-right: 0;
  font-family: 'Exo 2', sans-serif;
  height: 30px;
  background-color: transparent;
  font-size: 12px;
  margin: 0px;
}
.breadcrumbs .breadcrumb > li + li:before {
  content: '\2022';
}
.breadcrumbs .breadcrumb li {
  color: #5c666e;
  font-weight: 600;
}
.breadcrumbs .breadcrumb li a {
  color: #0099f1;
}
.midle_container {
  background-color: #f0f0f0;
}
.midle_container .page {
  font-family: 'Exo 2', sans-serif;
  margin: 16px 0px 50px 0px;
}
.midle_container .page .page_title {
  margin-bottom: 20px;
}
.midle_container .page .page_title h2 {
  margin: 0px;
  font-size: 30px;
  color: #2f3336;
  font-style: italic;
  font-weight:700;
}
.midle_container .page .page_title2 {
  margin-bottom: 20px;
  /*text-align:center;*/
}
.midle_container .page .page_title2 h2 {
  /*margin: 0px;
  font-size: 30px;
  color: #2f3336;
  font-style: italic;
  font-weight: 600;
  text-align: center;*/
    color: #2f3336;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 15px;
    font-size: 30px;
}
.midle_container .page .page_title2 span {
  /*font-size: 30px;
  color: #2f3336;
  text-align: center;*/
  display: inline-block;
  width: 100%;

    color: #2f3336;
    font-style: normal;
    font-size: 22px;
    margin: 0;
}
.midle_container .page .page_title2 span.long_title_span {
  font-size: 18px;
  line-height: 24px;
  margin-top: 25px;
}
.midle_container .page .page_block {
  background-color: #fff;
  border: 0px solid #e2e7ea;
  padding: 30px 25px;
  font-family: 'Exo 2', sans-serif;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, .05);
  border-radius:10px;
}
.midle_container .page .page_block p,
.midle_container .page .page_block li {
  color: #808387;
  font-size: 16px;
}
.midle_container .page .page_block li {
  /*text-indent: 25px;*/
}
.midle_container .page .page_block h3 {
  font-size: 18px;
  color: #2f3336;
  margin-top: 0px;
}

.user-plan-section {text-align: center;}

.subscription-section {text-align: center;}

 .message-section {
  text-align: left;
}

.message-section p span
{
  font-weight: bold;
}



@media all and (max-width: 992px) {
  .midle_container .page .page_block {
    margin-bottom: 20px;
  }
}
.progres {
  background-color: #242628;
  width: 75%;
  border-radius: 6px;
  height: 11px;
  float: left;
}
.progres.p_grey {
  background-color: #d0d7e0;
}
.progres .curr_progres {
  height: 11px;
  border-radius: 6px;
  background-color: #0099f1;
}
.container {
  position: relative;
}
.margin_15_r {
  margin-right: 15px;
}
@media all and (max-width: 992px) {
  .margin_15_r {
    margin-right: 0px;
  }
}
.margin_15_l {
  margin-left: 15px;
}
@media all and (max-width: 992px) {
  .margin_15_l {
    margin-left: 0px;
  }
}
.button_blue {
  text-transform: uppercase;
  font-family: 'Exo 2', sans-serif;
  background-color: #0099f1;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  border: none;
  padding: 7px 15px 7px 40px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 15px center;
}
.button_blue.read_more {
  background-image: url(../images/read_more.png);
}
.button_blue.show_now {
  background-image: url(../images/watch_now.png);
}
.pagination_guest ul {
  margin: 0px;
  padding: 0px;
}
.pagination_guest ul li {
  float: left;
  list-style: none;
  margin-right: 10px;
}
.pagination_guest ul li a {
  color: #0099f1;
  display: inline-block;
  width: 37px;
  height: 37px;
  background-color: #fff;
  text-align: center;
  line-height: 37px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.5s;
}
.pagination_guest ul li a.active,
.pagination_guest ul li a:hover {
  color: #fff;
  background-color: #0099f1;
}
.gala4ka {
  background-image: url(../images/gala4ka.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  background-color: #3caf42;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-style: italic;
  border: none;
  padding: 4px 12px 4px 36px;
  border-radius: 4px;
  outline: none;
}
#btnDeleteUser {
  font-size: 15px;
  font-weight: 800;
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .gala4ka {
    font-size: 12px;
  }
}
/* Header Block Import*/
header {
  background-color: #2f3336;
  height: 81px;
}
@media all and (max-width: 767px) {
  header .mobile_navbar {
    display: block;
  }
  header .desktop_navbar {
    display: none;
  }
}
@media all and (min-width: 768px) {
  header .mobile_navbar {
    display: none;
  }
  header .desktop_navbar {
    display: block;
  }
}
header .navbar-brand,
header .navmenu-brand {
  font-family: 'PT Serif', serif;
  color: #fff;
  font-weight: 700;
  line-height: 20px;
  font-size: 24px;
  font-style: italic;
  margin-right: 7px;
  padding-left: 0px;
}
header .desktop_navbar .navbar-brand {
  margin: 14px 0px;
}
@media all and (max-width: 767px) {
  header .navbar-brand,
  header .navmenu-brand {
    float: none;
    position: absolute;
    left: 50%;
    margin-left: -70px;
  }
}
header .navbar-brand:hover,
header .navmenu-brand:hover {
  color: #fff;
}
@media all and (max-width: 767px) {
  header .navbar-toggle {
    float: left;
  }
}
header .mobile_navbar .header_login_mobile {
  float: right;
  font-family: 'Exo 2', sans-serif;
  padding: 14px 0px;
    color: #fff;
}
header .navbar-toggle .icon-bar {
  background-color: #fff;
}
header .navbar {
  height: 80px;
  margin-bottom: 0px;
}
header .navbar .navbar-header,
header .navbar .navbar-nav {
  margin: 14px 0px;
}
header .navbar .navbar-header .serach_mobile_form,
header .navbar .navbar-nav .serach_mobile_form {
  position: absolute;
  width: calc(100% - 100px);
  right: 0;
  padding: 8px;
  background-color: #2f3336;
  display: none;
}
header .navbar .navbar-header .serach_mobile_form button,
header .navbar .navbar-nav .serach_mobile_form button,
header .navbar .navbar-header .serach_mobile_form input,
header .navbar .navbar-nav .serach_mobile_form input {
  float: right;
  border: none;
  background-color: transparent;
}
header .navbar .navbar-header .serach_mobile_form button,
header .navbar .navbar-nav .serach_mobile_form button {
  margin-left: -42px;
  z-index: 99;
  position: relative;
  outline: none;
}
header .navbar .navbar-header .serach_mobile_form .search_mobile,
header .navbar .navbar-nav .serach_mobile_form .search_mobile {
  background-color: #fff;
  height: 34px;
  border-radius: 5px;
}
header .mobile_navbar .header_account_mobile{
  float: left;
  padding: 9px 10px;
  margin-left: -20px;
}
header .navbar .navbar-header .btn_mobile_search,
header .navbar .navbar-nav .btn_mobile_search {
  color: white;
  background-color: transparent;
  border: none;
  float: right;
  margin: 8px 0px;
  outline: none;
  display: none;
}
@media all and (max-width: 767px) {
  header .navbar .navbar-header .btn_mobile_search,
  header .navbar .navbar-nav .btn_mobile_search {
    display: block;
  }
}
header .navbar .desktop_navbar {
  background-color: #2f3336;
}

header .navbar .desktop_navbar .header_menu_mobile {
  display: none;
  height: 81px;
  padding: 14px 0px;
  background-color: #2f3336;
}
header .navbar .desktop_navbar .header_menu_mobile .navmenu-brand {
  padding: 15px 15px;
}
header .navbar .desktop_navbar .header_menu_mobile .navbar-toggle {
  margin-left: 15px;
}
header .navbar .desktop_navbar .header_menu_account {
  background-color: #c9d4dd;
  height: 95px;
  display: none;
}
header .navbar .desktop_navbar .header_menu_account .header_account {
  color: #2f3336;
  display: inline-block;
  margin: 31px 0px;
  font-size: 20px;
}
header .navbar .desktop_navbar .header_menu_account .header_account img {
  min-width: 40px;
}
@media all and (max-width: 767px) {
  /*
  header .navbar .desktop_navbar {
    width: 80%;
    height: 100%;
    display: none;
    position: fixed;
    z-index: 9999999;
    background-color: #fff;
    top: 0px;
    left: 0px;
  }
  header .navbar .desktop_navbar .navbar-form {
    border-bottom: 1px solid #c9d4dd;
    margin: 0px;
  }
  header .navbar .desktop_navbar .navbar-form .search {
    width: 270px;
  }
  header .navbar .desktop_navbar .navbar-right {
    margin: 0px;
  }
  header .navbar .desktop_navbar .navbar-right > li {
    border-bottom: 1px solid #c9d4dd;
    padding: 10px 0px;
  }
  header .navbar .desktop_navbar .navbar-right > li > a.tablet_invisible {
    display: block !important;
  }
  header .navbar .desktop_navbar .navbar-right > li > a.tablet_visible {
    display: none !important;
  }
  header .navbar .desktop_navbar .navbar-right > li:nth-last-child(1) {
    display: none;
  }
  header .navbar .desktop_navbar .navbar-right > li > a.header_blue_btn,
  header .navbar .desktop_navbar .navbar-right > li > a.header_account {
    margin: 0px 15px !important;
    padding: 0px !important;
  }
  header .navbar .desktop_navbar .navbar-right > li > a.header_blue_btn {
    padding: 0px 10px !important;
  }
  header .navbar .desktop_navbar .navbar-nav {
    margin: 0px;
  }
  header .navbar .desktop_navbar .navbar-nav li.dropdown > a > i {
    float: right;
    margin-top: 5px;
  }
  header .navbar .desktop_navbar .navbar-nav .dropdown a {
    color: #2f3336;
    font-size: 20px;
    line-height: 30px;
  }
  header .navbar .desktop_navbar .navbar-nav .dropdown-menu {
    border-bottom: 1px solid #c9d4dd;
  }
  header .navbar .desktop_navbar .navbar-nav .dropdown-menu a {
    font-family: 'Exo 2', sans-serif;
    transition: color 0.5s;
    background-color: transparent;
  }
  header .navbar .desktop_navbar .navbar-nav .dropdown-menu a:hover {
    color: #D7D7D7;
  }
  header .navbar .desktop_navbar .navbar-nav .dropdown-menu li.divider {
    background-color: #c9d4dd;
  }*/
}
.overlaySidebarMenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 9;
}
header .header_link {
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  transition: color 0.5s;
  padding-left: 22px !important;
}
header .header_link > i {
  font-size: 10px; margin-left:5px;
}
header .header_notification_icon + .dropdown-menu.header_dropdown_arrow::before {
      right: 40px;
}
header .header_link:hover,
header .header_link:focus,
header .header_account:hover,
header .header_account:focus {
  color: #D7D7D7;
  text-decoration: none;
}
header .header_blue_btn {
  background-color: #0099f1;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
  height: 33px;
  padding: 0px 15px !important;
  line-height: 32px !important;
  border-radius: 6px;
  letter-spacing: 1px;
  margin: 8px 0px !important;
  border-radius:20px;
}
@media all and (max-width: 991px) {
    header .header_blue_btn.tablets_view {
        display: block;
        padding: 0px 10px !important;
    }
    header .header_blue_btn.tablets_view i {
        margin: 0px;
        font-size: 15px;
    }
    header .header_blue_btn.desktop_view {
        display: none;
    }
}
@media all and (min-width: 992px) {
  header .header_blue_btn.tablets_view {
      display: none;
  }
  header .header_blue_btn.desktop_view {
    display: block;
  }
}
header .header_blue_btn.tablet_visible {
  font-size: 24px;
  padding: 0px 0px 0px 10px !important;
}
header .header_blue_btn.tablet_visible > i {
  margin-top: 4px;
}
header .navbar-right {
  margin-right: 0px !important;
}
header .header_blue_btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #33adf4;
}
header .header_account {
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  height: 33px;
  padding: 0px 0px 0px 10px !important;
  line-height: 32px !important;
  margin: 8px 0px;
  transition: color 0.5s;
}
header .header_account > i {
  font-size: 10px; margin-left:5px;
}
header .header_account span {
  font-style: normal;
}
header .header_account > img {
  margin-right: 10px;
}
header .header_account + .dropdown-menu {
  
}
header .dropdown-menu.header_dropdown_arrow {
    right: -1px;
    border-radius: 4px !important;
    left: -15px;
    min-width: 190px;
}
header .dropdown-menu.header_dropdown_arrow::before {
    content: '';
    background-image: url(/assets/frontend/images/icons.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 -648px;
    height: 20px;
    position: absolute;
    top: -10px;
    right: calc(50% - 10px);
    width: 20px;
}
header .header_notification_icon {
    margin: 0;
    height: 50px;
    margin-right: 20px;
}
header .navbar-form {
  margin: 22px 0px 22px 15px;
}
@media all and (max-width: 1199px) {
  header .navbar-form {
    margin-left: 0px;
  }
}
header .navbar-form .search {
  height: 36px;
  background-color: #474e53;
  width: 435px;
  border-radius: 0px;
  border:1px solid #5c6165;
}
header .navbar-form .search.no_logged_search {
  width: 435px;
}

@media all and (max-width: 1199px) {
  header .navbar-form .search {
    width: 380px;
  }
  header .navbar-form .search.no_logged_search {
    width: 270px;
  }
}
@media (max-width: 991px) {
  .search {
      width: 304px !important;
  }
  .search.no_logged_search {
    width: 260px !important;
  }
}
header .navbar-form .search > input {
  width: calc(100% - 42px);
  padding-left: 0px;
  border: none;
  color: #808387;
 font-family: 'Roboto', sans-serif;
  font-size: 14px;
  outline: none;
  background:none;
}
@media all and (max-width: 1199px) {

}
header .navbar-form .search > input:focus {
  border: none;
  box-shadow: none;
}
header .navbar-form .search > button {
  border: none;
  color: #fff;
  background-color: transparent;
  transition: color 0.5s;
  outline: none;
  float: left;
  width: 42px;
  /*margin-top: 4px;*/
}
header .navbar-form .search > button:focus{ outline:none}
header .navbar-form .search > button:hover {
  color: #fff;
}
/*
End Header Page
*/
/*Footer Block Import*/
#footer {
  background: #2f3336;
  padding: 37px 0 0;
  font-family: 'Exo 2', sans-serif;
}
#footer .col_1 {
  float: left;
  width: 325px;
}
@media all and (max-width: 1199px) {
  #footer .col_1 {
    width: 40%;
  }
}
#footer .col_1 .logo {
    display: block;
    background: url('../images/logo_guest_crew-150.png') no-repeat -4px 0;
    display: inline-block;
    width: 132px;
    height: 35px;
    text-decoration: none;
    background-size: 100%;
}
#footer .col_1 .desc {
  padding: 10px 10px 20px 0;
  color: #c0c0c0;
  font-size: 15px;
  font-style: italic;
  font-family: 'Roboto', sans-serif;
}
#footer .col_1 .facebook {
  display: inline-block;
  text-decoration: none;
  width: 31px;
  height: 30px;
  background: url('../images/facebook.jpg');
  margin: 0 10px 0 0;
}
#footer .col_1 .twitter {
  display: inline-block;
  text-decoration: none;
  width: 31px;
  height: 30px;
  background: url('../images/twitter.jpg');
  margin: 0 15px 0 0;
}
#footer .col_1 .linked {
  display: inline-block;
  text-decoration: none;
  width: 31px;
  height: 30px;
  background: url('../images/linked.jpg');
  margin: 0 15px 0 0;
}
#footer .col_1 .instagram {
  display: inline-block;
  text-decoration: none;
  width: 31px;
  height: 30px;
  background: url('../images/instagram.jpg');
}
#footer h3 {
  color: #fff;
  font-size: 18px;
  padding: 0 0 12px;
  margin: 0px;
  font-weight:700;
}
@media all and (max-width: 1199px) {
  #footer h3 {
    padding: 0 0 0px;
    margin: 10px 0px 0px;
  }
}
#footer .col_2 {
  float: left;
  width: 430px;
}
@media all and (max-width: 1199px) {
  #footer .col_2 {
    width: 60%;
    float: right;
  }
}
#footer .col_2 a {
  	color: #bdc1c5;
    width: calc(50% - 34px);
    display: inline-block;
    line-height: 30px;
    font-size: 15px;
    border-bottom: 1px solid #4e5154;
    margin-right: 30px;
    text-decoration: none;
    padding: 6px 0 5px;
	font-family: 'Roboto', sans-serif;
}
#footer .col_2 a:hover{ color:#0099f1}
#footer .col_2 a:nth-child(2) {
  padding-left: 0px;
}
#footer .col_2 a:hover {
  text-decoration: none;
}
#footer .col_3 {
  float: left;
  width: 385px;
}
@media all and (max-width: 1199px) {
  #footer .col_3 {
    width: 100%;
    border-top: 1px solid #484a4b;
    margin-top: 20px;
    padding-top: 20px;
  }
}
#footer .col_3 form {
  height: 42px;
  position: relative;
  padding: 0px 0 0;
  margin-top: 15px;
}
#footer .col_3 form input[type='text']  {
    background: #474e53;
    border: 0px solid #303030;
    color: #c0c0c0;
    height: 42px;
    padding: 0 15px;
    width: calc(100% - 56px);
    font-size: 14px;
	font-family: 'Roboto', sans-serif;
}
#footer .col_3 form input:focus{ outline:none}
#footer .col_3 form input[type='submit'] {
  background: url(../img/send-icon.png) no-repeat center center #0099f1;
  border: 1px solid #0099f1;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0px;
  height: 42px;
  width: 57px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  text-indent:-150px;
}
#footer .col_3 .desc {
  padding: 12px 0 0;
  color: #bdc1c5;
  font-size: 15px;
  font-style: italic;
  font-family: 'Roboto', sans-serif;
}
#footer .col_4 {
  margin: 50px 0 0;
  border-top: 1px solid #484a4b;
  padding: 20px 0;
  color: #c0c0c0;
  font-size: 14px;
}
@media all and (max-width: 660px) {
  #footer .col_4 {
    text-align: center;
  }
}
#footer .col_4 span {
  display: inline-block;
  min-width: 255px;
  font-family: 'Roboto', sans-serif;
}
@media all and (max-width: 660px) {
  #footer .col_4 span {
    width: 100%;
    text-align: center;
  }
}
#footer .col_4 a {
  float: right;
  color: #c0c0c0;
  text-decoration: none;
  margin: 0 0 0 20px;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
}
#footer .col_4 a:hover{ color:#0099f1}
@media all and (max-width: 660px) {
  #footer .col_4 a {
    float: none;
  }
}
/*Start Home Page*/
.slider {
  border-bottom: 1px solid #524e4e;
  box-shadow: 0px 11px 20px -13px #000000;
  position: relative;
  z-index: 10;
}
.slider .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: rgba(255, 255, 255, 0.3);
}
.slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #0099f1;
}
.slider .bx-wrapper .bx-pager {
  width: 380px;
  left: 50%;
  margin-left: 190px;
  text-align: left;
}
@media all and (max-width: 768px) {
  .slider .bx-wrapper .bx-pager {
    display: none;
  }
}
@media all and (min-width: 992px) and (max-width: 1200px) {
  .slider .bx-wrapper .bx-pager {
    width: 313px;
    margin-left: 156px;
  }
}
@media all and (max-width: 992px) {
  .slider .bx-wrapper .bx-pager {
    width: 100%;
    text-align: center;
    margin: 0px;
    left: 0px;
  }
}
.slider .bxslider {
  padding: 0px;
}
.slider .bxslider > li {
  position: relative;
}
.slider .bxslider > li .li_bg {
  width: 115%;
  height: 115%;
  position: absolute;
  top: -20px;
  /*left: -20px;*/
  background-image: url(../images/video_bg.jpg);
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: center;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.slider .bxslider > li .container {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media all and (max-width: 768px) {
  .slider .bxslider > li .container {
    padding: 0px;
  }
}
.slider .bxslider .video_slide {
  position: relative;
}
.slider .bxslider .video_slide .slide_play {
  display: block;
  background-image: url(../images/play.png);
  position: absolute;
  width: 60px;
  height: 60px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: background 0.5s;
}
.slider .bxslider .video_slide .slide_play:hover {
  background-image: url(../images/play_hover.png);
}
.slider .bxslider .video_slide > h2 {
  position: absolute;
  top: 30px;
  left: 30px;
  font-family: 'Exo 2', sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  margin: 0px;
}
.slider .bxslider .slide_right_top {
  background-color: #2f3336;
  height: 260px;
  width: 100%;
  padding: 30px 20px;
}
@media all and (min-width: 992px) and (max-width: 1200px) {
  .slider .bxslider .slide_right_top {
    height: 214px;
    padding: 20px 15px;
  }
}
.slider .bxslider .slide_right_top span {
  /*background-image: url(../images/categories_blue.png);*/
  background-position: -8px -226px;
  color: #0099f1;
  background-repeat: no-repeat;
  /*padding-left: 28px;*/
  font-family: 'Exo 2', sans-serif;
  font-size: 14px;
}
.slider .bxslider .slide_right_top span i {
  font-size: 16px;
}
.slider .bxslider .slide_right_top h3 {
  font-size: 25px;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
@media all and (min-width: 992px) and (max-width: 1200px) {
  .slider .bxslider .slide_right_top h3 {
    font-size: 22px;
    margin-top: 10px;
  }
}
.slider .bxslider .slide_right_top p {
  font-size: 16px;
  color: #c9d4dd;
  font-weight: 500;
  font-family: 'Exo 2', sans-serif;
  line-height: 28px;
}
@media all and (min-width: 992px) and (max-width: 1200px) {
  .slider .bxslider .slide_right_top p {
    line-height: 24px;
    font-size: 14px;
  }
}
.slider .bxslider .slide_right_top p.number_right {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
.slider .bxslider .slide_right_bottom {
  background-color: #3b4044;
  height: 98px;
  padding: 30px 20px;
}
@media all and (min-width: 992px) and (max-width: 1200px) {
  .slider .bxslider .slide_right_bottom {
    height: 81px;
    padding: 20px 15px;
  }
}
.slider .bxslider .slide_right_bottom p {
  color: #c9d4dd;
  font-size: 16px;
  font-family: 'Exo 2', sans-serif;
}
.slider .bxslider .slide_right_bottom span {
  color: #a0b3c2;
  font-size: 14px;
  font-family: 'Exo 2', sans-serif;
  display: block;
  margin-top: -5px;
  float: right;
}
.icon {
  display: inline-block;
  background-repeat: no-repeat;
  width: 22px;
  height: 18px;
}
.icon.blue {
  background-image: url('../images/categories_blue.png');
}
.icon.black {
  background-image: url('../images/categories_black.png');
}
.icon.grey {
  background-image: url('../images/categories_grey.png');
}
.icon.music {
  background-position: -8px -226px;
}
.icon.book {
  background-position: -8px -8px;
}
.icon.charity {
  background-position: -6px -49px;
}
.icon.case {
  background-position: -8px -94px;
}
.icon.film {
  background-position: -8px -138px;
}
.icon.product {
  background-position: -8px -182px;
}
.summary_mobile_cats {
  background-image: url(../images/bg_summary_mobile_cats.png);
  background-repeat: repeat-y;
  background-size: 100%;
  height: 88px;
  border-bottom: 1px solid #ededed;
  z-index: 9;
  display: none;
}
@media all and (max-width: 991px) {
  .summary_mobile_cats {
    display: block;
  }
  .header_logged_username {
    display: none;
  }
  header .header_account > img {
      margin-right: 0px;
  }
}
.summary_mobile_cats .col-xs-5 h3 {
  margin: 31px 0px;
}
.summary_mobile_cats .col-xs-7 {
  height: 88px;
  background-color: #f1f1f1;
  border-left: 1px solid #ededed;
}
.summary_mobile_cats .col-xs-7 .drop_down_point {
  font-size: 21px;
  display: inline-block;
  line-height: 88px;
  text-decoration: none;
  width: 100%;
  color: #0099f1;
  background-image: url(../images/arrow_down.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.summary_mobile_cats .col-xs-7 .drop_down_point .icon {
  background-size: 54px;
  width: 35px;
  height: 24px;
  margin-bottom: -5px;
}
.summary_mobile_cats .col-xs-7 .drop_down_point .icon.music {
  background-position: -8px -296px;
}
.summary_mobile_cats .col-xs-7 .drop_down_point .icon.book {
  background-position: -8px -8px;
}
.summary_mobile_cats .col-xs-7 .drop_down_point .icon.charity {
  background-position: -8px -123px;
}
.summary_mobile_cats .col-xs-7 .drop_down_point .icon.case {
  background-position: -8px -180px;
}
.summary_mobile_cats .col-xs-7 .drop_down_point .icon.film {
  background-position: -8px -180px;
}
.summary_mobile_cats .col-xs-7 .drop_down_point .icon.product {
  background-position: -8px -238px;
}
.summary_mobile_cats .col-xs-7 .cats_sumary_dropdown {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  width: 100% !important;
  z-index: 9999;
  position: absolute;
  top: 88px;
  left: 0px;
  border: 1px solid #ededed;
  border-top: none;
}
.summary_mobile_cats .col-xs-7 .cats_sumary_dropdown li {
  line-height: 40px;
  padding-left: 10px;
  transition: background 0.5s;
}
.summary_mobile_cats .col-xs-7 .cats_sumary_dropdown li:hover {
  background-color: #f1f1f1;
}
.summary_mobile_cats .col-xs-7 .cats_sumary_dropdown li a {
  color: #0099f1;
  font-size: 20px;
  text-decoration: none;
}
.summary_mobile_cats .col-xs-7 .cats_sumary_dropdown li a .icon {
  background-size: 54px;
  width: 35px;
  height: 24px;
  margin-bottom: -5px;
}
.summary_mobile_cats .col-xs-7 .cats_sumary_dropdown li a .icon.music {
  background-position: -8px -296px;
}
.summary_mobile_cats .col-xs-7 .cats_sumary_dropdown li a .icon.book {
  background-position: -8px -8px;
}
.summary_mobile_cats .col-xs-7 .cats_sumary_dropdown li a .icon.charity {
  background-position: -8px -123px;
}
.summary_mobile_cats .col-xs-7 .cats_sumary_dropdown li a .icon.case {
  background-position: -8px -180px;
}
.summary_mobile_cats .col-xs-7 .cats_sumary_dropdown li a .icon.film {
  background-position: -8px -180px;
}
.summary_mobile_cats .col-xs-7 .cats_sumary_dropdown li a .icon.product {
  background-position: -8px -238px;
}
#summary {
  min-height: 360px;
  border-bottom: 1px solid #e2e7ea;
  padding: 30px 0;
  background: url('../images/summary.jpg');
  font-family: 'Exo 2', sans-serif;
}
@media all and (max-width: 991px) {
  #summary {
    padding: 0px 0px 30px 0px;
  }
}
@media all and (min-width: 992px) and (max-width: 1200px) {
  #summary {
    padding: 30px 0px 30px 0px;
  }
}
#summary .left {
  float: left;
  width: 763px;
}
@media all and (max-width: 1200px) {
  #summary .left {
    width: 650px;
  }
}
@media all and (max-width: 767px) {
  #summary .left {
    width: 100%;
  }
}
#summary .left .all {
  float: right;
  color: #808387;
  text-decoration: none;
  font-size: 16px;
  margin: 14px 0 0;
      position: absolute;
    top: -35px;
    right: 0;
}
@media all and (max-width: 767px) {
  #summary .left .all {
    display: none;
  }
}
#summary .left .all b {
  color: #373b3e;
}
#summary .left h2 {
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  font-weight: normal;
  color: #2f3336;
  margin: 0px;
}
#summary .left .items {
  width: 763px;
  height: 250px;
  /*overflow: hidden;*/
  position: relative;
}
@media all and (max-width: 1200px) {
  #summary .left .items {
    width: 650px;
  }
}
@media all and (max-width: 767px) {
  #summary .left .items {
    width: 100%;
    height: 100%;
  }
}
#summary .left .item {
  float: left;
  margin: 20px 0 0;
  width: 763px;
  display: none;
  position: relative;
}
#summary .item .all_block_link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
#summary .left .item.active {
  display: block;
}
@media all and (max-width: 1200px) {
  #summary .left .item {
    width: 650px;
  }
}
@media all and (max-width: 767px) {
  #summary .left .item {
    width: 100%;
  }
}
#summary .left .item .photo {
  width: 365px;
  height: 230px;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
  float: left;
}
@media all and (max-width: 1200px) {
  #summary .left .item .photo {
    width: 250px;
    margin-right: 15px;
  }
}
@media all and (max-width: 767px) {
  #summary .left .item .photo {
    width: 100%;
    margin-right: 0px;
    height: auto;
  }
}
#summary .left .item .photo img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media all and (max-width: 767px) {
  #summary .left .item .photo img {
    position: relative;
    width: 100%;
  }
}
#summary .left .item .info {
  float: left;
  width: 380px;
}
@media all and (max-width: 767px) {
  #summary .left .item .info {
    width: 100%;
  }
}
#summary .left .item .info .title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 0 0;
}
#summary .left .item .info .author {
  padding: 11px 0 0;
  font-size: 14px;
  font-weight: 600;
  color: #808387;
}
#summary .left .item .info .author b {
  color: #373b3e;
}
#summary .left .item .info .desc {
  padding: 11px 0 0;
  font-size: 14px;
  color: #60686d;
  font-style: italic;
}
#summary .left .item .info .count {
  padding: 22px 0 0;
  font-size: 16px;
  color: #2f3336;
}
#summary .left .item .info .bottom {
  padding: 10px 0 0;
  font-size: 16px;
  color: #2f3336;
}
#summary .left .item .info .bottom .progres {
  margin-top: 15px;
}
#summary .left .item .info .bottom .days {
  margin-top: 10px;
}
#summary .left .item .info .progress {
  float: left;
  width: 290px;
  margin: 16px 0 0;
  position: relative;
  height: 12px;
  background: #333;
  border-radius: 6px;
}
#summary .left .item .info .progress .inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 12px;
  border-radius: 6px;
  background: #0099f1;
}
#summary .left .item .info .days {
  float: right;
  color: #7f8286;
  font-size: 14px;
  font-family: 'Exo 2', sans-serif;
  display: block;
  margin-top: -5px;
}
#summary .right {
  float: left;
  width: 350px;
  height: 300px;
  padding: 0 0 0 17px;
  margin: 0 0 0 29px;
  border-left: 1px solid #cdd5da;
}
@media all and (max-width: 991px) {
  #summary .right {
    display: none;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
  }
}
#summary .right h3 {
  padding: 3px 0 25px;
  font-size: 18px;
  color: #2f3336;
  margin: 0;
}
#summary .right .bl_anchor {
  width: 166px;
  float: left;
}
#summary .right .bl_anchor a {
  display: block;
  font-size: 16px;
  color: #505255;
  text-decoration: none;
  margin: 0 3px 10px 0px;
}
@media all and (max-width: 992px) {
  #summary .right .bl_anchor a {
    width: 33.33%;
    min-width: 190px;
    float: left;
  }
}
@media all and (max-width: 617px) {
  #summary .right .bl_anchor a {
    width: 50%;
    min-width: 190px;
    float: left;
  }
}
#summary .right .bl_anchor a .icon {
  margin: 0 7px 0 0;
  vertical-align: middle;
}
#summary .right .bl_anchor a.active {
  color: #0099f1;
}
#content {
  background: #f0f0f0;
  padding: 0 0 17px;
  border-bottom: 1px solid #c7cbcd;
  font-family: 'Exo 2', sans-serif;
}
#content2 {
  background: #f0f0f0;
  padding: 0 0 17px;
  border-bottom: 1px solid #c7cbcd;
  font-family: 'Exo 2', sans-serif;
}
#content2 .sort {
  padding: 32px 0 35px;
  text-align: center;
  font-size: 24px;
}
#content2 .sort a {
  text-decoration: none;
  color: #808387;
  padding: 0 60px;
}
@media all and (max-width: 767px) {
  #content2 .sort a {
    padding: 0 2%;
  }
}
#content2 .sort a.active {
  color: #0099f1;
}
#content2 .col-md-6:nth-child(2n) .row .item {
  margin-right: 0;
  margin-left: 15px;
}
@media all and (max-width: 992px) {
  #content2 .col-md-6:nth-child(2n) .row .item {
    margin: 0 0px 26px 0;
  }
}
#content2 .item {
  float: left;
  margin: 0 15px 26px 0;
  border: 0px solid #e2e7ea;
  background: #fff;
  width: 97%;
  position: relative;
  min-height: 469px;
  box-shadow:0px 0px 60px rgba(0, 0, 0, .05);
  border-radius:10px;
}
#content2 .item .all_block_link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
@media all and (max-width: 992px) {
  #content2 .item {
    margin: 0 0px 26px 0;
    width: 100%;
  }
}
#content2 .item .photo {
  height: 276px;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 992px) {
  #content2 .item .photo {
    height: auto;
  }
}
#content2 .item .photo img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media all and (max-width: 992px) {
  #content2 .item .photo img {
    width: 100%;
    position: relative;
  }
}
#content2 .item .photo .title {
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 2;
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
    font-weight: 700;
    width: calc(100% - 0px);
    padding: 0 30px;
}
#content2 .item .photo .author {
  position: absolute;
  left: 30px;
  bottom: 15px;
  z-index: 2;
  font-size: 16px;
  color: #fff;
}
#content2 .item .inner {
  padding: 25px 30px 25px;
}
#content2 .item .inner .cat {
  font-size: 15px;
  font-weight: bold;
  color: #373b3e;
}
#content2 .item .inner .cat .icon {
  vertical-align: middle;
  margin: 0 10px 0 0;
  background-image: url('../images/categories_black.png');
}
#content2 .item .inner .desc {
  padding: 11px 0 10px;
  font-size: 14px;
  /*font-style: italic;
  height:54px;*/
  color: #60686d;
  font-family: 'Roboto', sans-serif;
}
#content2 .item .inner .count {
  padding: 5px 0 0;
  font-size: 16px;
  width: 100%;
  float: left;
}
#content2 .item .inner .bottom {
  padding: 10px 0 0;
  font-size: 16px;
  width: 100%;
  float: left;
}
#content2 .item .inner .progres {
  width: 100%;
  margin-top: 16px;
  float: right;
}
@media all and (max-width: 767px) {
  #content2 .item .inner .progres {
    width: 65%;
    margin-right: 5%;
    float: left;
  }
}
#content2 .item .inner .days {
  float: right;
  width: 100%;
  font-size: 14px;
  margin: 5px 0 0 35px;
  color: #7f8286;
}
@media all and (max-width: 767px) {
  #content2 .item .inner .days {
    width: 25%;
    margin: 11px 0 0 5%;
  }
}
#info {
  background: url('../images/why_bg.jpg');
  border-bottom: 1px solid #c7cbcd;
  padding-bottom: 50px;
  font-family: 'Exo 2', sans-serif;
}
#info h2 {
  padding: 29px 0 0;
  font-size: 31px;
  font-style: italic;
  text-align: center;
  color: #2f3336;
  margin: 0px;
}
#info h2 span {
  color: #0099f1;
}
#info .info_img {
  text-align: center;
  padding: 47px 0 0;
}
@media all and (max-width: 992px) {
  #info .info_img img {
    width: 100%;
  }
}
#info .menu {
  padding: 33px 0 0;
  text-align: center;
}
#info .menu a {
  display: inline-block;
  width: 280px;
  height: 77px;
  line-height: 76px;
  position: relative;
  background: #fff;
  color: #0099f1;
  text-decoration: none;
  margin: 0 30px 0 0;
  border-radius: 4px;
  font-size: 26px;
  font-style: italic;
}
@media all and (max-width: 992px) {
  #info .menu a {
    width: 27%;
    font-size: 100%;
    margin: 0 2% 0 0;
  }
}
#info .menu a .arr {
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -16px;
  background: url('../images/up_arr.jpg') no-repeat 0 0;
  height: 16px;
  width: 33px;
  display: none;
}
#info .menu a.active {
  background: #0099f1;
  color: #fff;
}
#info .menu a.active .arr {
  display: block;
}
#featured {
  background: #f0f3f6;
  padding: 30px 0 0;
  padding-bottom: 30px;
  font-family: 'Exo 2', sans-serif;
}
#featured .all {
  float: right;
  color: #0099f1;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  margin: 12px 0 0;
}
#featured h2 {
  font-size: 31px;
  font-weight: normal;
  margin-top: 0px;
}
#featured .col-md-6:nth-child(2n) .item {
  float: right;
}
#featured .item {
  float: left;
  width: 95%;
  height: 165px;
  border: 1px solid #d3d5d7;
  background: #fff;
}
@media all and (max-width: 992px) {
  #featured .item {
    width: 100%;
    margin-top: 20px;
  }
}
@media all and (max-width: 480px) {
  #featured .item {
    height: auto;
    text-align: center;
  }
}
#featured .item .photo {
  float: left;
  padding: 20px 0 0 20px;
  width: 96px;
}
@media all and (max-width: 480px) {
  #featured .item .photo {
    width: 100%;
  }
}
#featured .item .info {
  float: left;
  padding: 20px 0 0 23px;
  width: 414px;
  line-height: 30px;
  font-size: 17px;
}
@media all and (max-width: 1200px) {
  #featured .item .info {
    width: 335px;
  }
}
@media all and (max-width: 480px) {
  #featured .item .info {
    width: 100%;
    padding: 20px 0 0 0px;
  }
}
#featured .item .info span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  padding: 4px 0 0;
}
/*Start Blog*/
.blog {
  font-family: 'Exo 2', sans-serif;
}
.blog .page {
  border-right: 0px solid #d3d6d9;
  padding-right: 0px;
  margin-right: 30px;
}
@media all and (max-width: 992px) {
  .blog .page {
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
    border-bottom: 0px solid #d3d6d9;
    padding-bottom: 40px;
    margin-bottom: 0px;
  }
}
.blog .page .blog_item {
    margin-bottom: 30px;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, .05);
}
.blog .page .blog_item .blog_item_content h3 {
  color: #2f3336;
  font-weight: 600;
  font-size: 24px;
  margin: 0px;
  text-transform: uppercase;
}
.blog .page .blog_item .blog_item_content h3 a{
    color: #2f3336;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1;
}
.blog .page .blog_item .blog_item_content .blog_item_info span {
  color: #2f3336;
  font-size: 14px;
  line-height: 36px;
}
.blog .page .blog_item .blog_item_content .blog_item_info span:nth-child(2) {
  margin: 0px 14px;
}
@media all and (min-width: 992px) and (max-width: 1200px) {
  .blog .page .blog_item .blog_item_content .blog_item_info span:nth-child(2) {
    margin: 0px 12px;
  }
}
.blog .page .blog_item .blog_item_content .blog_item_info span img {
  margin-top: -4px;
  margin-right: 8px;
}
@media all and (min-width: 992px) and (max-width: 1200px) {
  .blog .page .blog_item .blog_item_content .blog_item_info span img {
    margin-right: 2px;
  }
}
.blog .page .blog_item .blog_item_content p {
  color: #60686d;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
}
.blog .page .blog_item .blog_item_content a {
  color: #0099f1;
  font-size: 14px;
}
@media all and (min-width: 992px) and (max-width: 1200px) {
  .blog .page .blog_item .col-sm-5 img {
    max-width: 215px;
  }
}
@media all and (max-width: 767px) {
  .blog .page .blog_item .col-sm-5 img {
    width: 100%;
  }
}
.blog .blog_right_side {
  margin: 15px 0 50px 0;
}
.blog .blog_right_side .block {
  width: 100%;
  background-color: #fff;
  border: 0px solid #e2e7ea;
  padding:30px 25px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, .05);
  border-radius: 10px;
}
.blog .blog_right_side .block h3.title {
  font-size: 20px;
  text-transform: uppercase;
  color: #5c666e;
  margin: 0px 0px 25px 0px;
}
.blog .blog_right_side .block label {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.blog .blog_right_side .block label input {
  width: 100%;
  height: 32px;
  border: 2px solid #dcdfe1;
  border-radius: 4px;
  outline: none;
  padding: 1px 10px;
  margin-top: 10px;
}
.blog .blog_right_side .block button {
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  background-color: #3caf42;
  border: none;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 7px 20px;
  margin-top: 10px;
}
.blog .blog_right_side .block ul {
  margin: 0;
  padding: 0;
}
.blog .blog_right_side .block ul li {
  list-style: none;
  height: 42px;
  border-bottom: 1px solid #d3d6d9;
  line-height: 42px;
}
.blog .blog_right_side .block ul li:nth-last-child(1) {
  border: none;
}
.blog .blog_right_side .block ul li a {
  color: #000;
  font-size: 16px;
}
.social {
	height: 39px;
	width: 52px;
	text-align: center;
	display: inline-block;
	line-height: 39px;
	margin: 2px;
	border-radius: 3px;
}
.social:nth-last-child(1) {
  margin-bottom: 0px;
}
.social.google_plus {
  background-color: #595959;
}
.social.linkedin {
  background-color: #00659b;
}
.social.twitter2 {
  background-color: #00abf1;
}
.social.facebook2 {
  background-color: #39579a;
}
.social.stumbleupon {
  background-color: #ec4813;
}
.social.thumblr {
  background-color: #054e65;
}
.social.pinterest {
  background-color: #ce1d21;
}
.blog_inside_title {
  background-image: url(../images/summary.jpg);
  background-repeat: repeat;
  background-size: 150px;
  border-bottom: 1px solid #e2e7ea;
  font-family: 'Exo 2', sans-serif;
  text-align: center;
}
.blog_inside_title h2 {
  margin-top: 30px;
  color: #2f3336;
  text-align: left;
  margin-bottom: 30px;
}
.blog_inside_title h3 {
  text-align: left;
  color: #2f3336;
  margin-bottom: 20px;
}
.blog_inside_title .social.disable_social {
    pointer-events: none;
    opacity: 0.5;
    background-image: url(../images/campaign_check.png);
    background-position: 15px center;
    background-size: 40px;
    background-repeat: no-repeat;
}
.blog_inside_title .social {
  height: 60px;
  width: 260px;
  margin: 0px 10px;
  text-align: center;
  display: inline-block;
  line-height: 60px;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .blog_inside_title .social {
    width: 100%;
    margin: 10px 0px;
  }
}
.blog_inside_title .social.google_plus {
  background-color: #595959;
}
.blog_inside_title .social.linkedin {
  background-color: #00659b;
}
.blog_inside_title .social.twitter2 {
  background-color: #00abf1;
}
.blog_inside_title .social.facebook2 {
  background-color: #39579a;
}
.blog_inside_title .social.stumbleupon {
  background-color: #ec4813;
}
.blog_inside_title .social.thumblr {
  background-color: #054e65;
}
.blog_inside_title .social.pinterest {
  background-color: #ce1d21;
}
.blog_inside_content img {
  width: 100%;
  margin: 20px 0px;
}
.blog_inside_content a {
  color: #0099f1;
  font-size: 16px;
}
.blog_inside_content p {
  color: #808387;
  font-size: 16px;
  line-height: 22px;
}
.blog_inside_content .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.blog_inside_content .video-container iframe,
.blog_inside_content .video-container object,
.blog_inside_content .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.similar_campaign {
  font-family: 'Exo 2', sans-serif;
  background-color: #f0f3f6;
  border-top: 1px solid #c7cbcd;
  padding-bottom: 40px;
}
.similar_campaign h2 {
  color: #2f3336;
  margin-bottom: 20px;
}
@media all and (max-width: 991px) {
  .similar_campaign .col-md-6 {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 992px) {
  .similar_campaign .col-md-6:nth-child(2) > .row {
    padding-right: 15px;
  }
}
@media all and (min-width: 992px) {
  .similar_campaign .col-md-6:nth-child(3) > .row {
    padding-left: 15px;
  }
}
.similar_campaign .col-md-6 .item {
  background-color: #fff;
  border: 1px solid #e2e7ea;
  border-left: none;
}
.similar_campaign .col-md-6 .col-sm-6:nth-child(1) {
  overflow: hidden;
}
.similar_campaign .col-md-6 .col-sm-6:nth-child(1) .row {
  padding-right: 15px;
  height: 100%;
}
@media all and (max-width: 767px) {
  .similar_campaign .col-md-6 .col-sm-6:nth-child(1) .row {
    padding-right: 0px;
  }
}
.similar_campaign .col-md-6 .col-sm-6:nth-child(2) {
  padding-top: 15px;
  padding-bottom: 15px;
}
.similar_campaign .col-md-6 .col-sm-6 img {
  height: 100%;
}
@media all and (max-width: 767px) {
  .similar_campaign .col-md-6 .col-sm-6 img {
    width: 100%;
    height: auto;
  }
}
.similar_campaign .col-md-6 .col-sm-6 .title {
  font-size: 16px;
  color: #373b3e;
  font-weight: bold;
}
.similar_campaign .col-md-6 .col-sm-6 .title .icon {
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.similar_campaign .col-md-6 .col-sm-6 p {
  color: #60686d;
  font-size: 14px;
  font-style: italic;
  margin-top: 10px;
}
.similar_campaign .col-md-6 .col-sm-6 span {
  display: block;
  width: 100%;
  color: #2f3336;
  font-size: 16px;
}
.similar_campaign .col-md-6 .col-sm-6 .days {
  color: #7f8286;
  font-size: 14px;
  margin-bottom: 0px;
  font-style: normal;
}
.similar_campaign .col-md-6 .col-sm-6 .progres {
  width: 100%;
}
/*Start AboutUs*/
/*.about_item {
  min-height: 100px;
  padding: 10px 0px;
  margin: 10px 0px;
}*/
.about_item {
    min-height: 100px;
    padding: 16px 0px;
    margin: 20px 0px;
    background: #f5f5f5;
    border-radius: 10px;
}
.about_item p {
  position: relative;
  padding-left: 120px;
}
.about_item p b{font-family: 'Exo 2', sans-serif; margin-bottom:6px;}
.about_item p img {
  position: absolute;
  top: 0;
  left: 10px;
  width:80px;
  height:80px;
}
@media all and (max-width: 580px) {
  .about_item p img {
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media all and (max-width: 580px) {
  .about_item p {
    padding-left: 0px;
    padding-top: 88px;
  }
}
.right_side .user_about {
  margin-bottom: 10px;
  height: 100px;
}
.right_side .user_about img {
	float: left;
	width: 86px;
	height: 86px;
	border: 3px solid #d3d3d3;
	border-radius: 50%;
}
.right_side .user_about p {
  font-size: 20px !important;
  color: #2f3336 !important;
  font-weight: bold;
  padding-left: 100px;
  margin: 0px;
  padding-top: 17px;
}
.right_side .user_about span {
  text-transform: uppercase;
  color: #5c666e;
  font-size: 12px;
}
.right_side .user_about + p {
  float: left;
}
.right_side a {
  float: right;
  margin-left: 10px;
  margin-right: 0px;
}
.right_side .green_button {
  background-color: #3caf42;
  text-transform: uppercase;
  color: #fff;
  border: none;
  height: 35px;
  padding: 0px 14px;
  font-style: italic;
  font-weight: 600;
  border-radius: 6px;
}
/*Start FAQ*/
.faq_block_dark {
  padding: 50px 0px;
  background-color: #d6e0e7;
  font-family: 'Exo 2', sans-serif;
}
.faq_block_dark .faq_block_item {
  text-align: center;
}
.faq_block_dark .faq_block_item h3 {
  color: #2f3336;
  font-size: 16px;
  font-weight: 600;
  padding: 0px 60px;
}
@media all and (max-width: 1200px) {
  .faq_block_dark .faq_block_item h3 {
    padding: 0px 30px;
  }
}
@media all and (max-width: 992px) {
  .faq_block_dark .faq_block_item {
    margin-bottom: 20px;
  }
}
.faq_item {
  background-color: white;
  border: 1px solid #e2e7ea;
  padding: 25px 30px;
  margin-bottom: 2px;
  transition: background 0.5s;
}
.faq_item:hover {
  background-color: #f8f8f8;
  cursor: pointer;
}
.faq_item.open h3 {
  background: url(../images/question.png), url(../images/arrow_up.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left center , right center;
}
.faq_item h3 {
  font-size: 18px;
  color: #2f3336;
  margin: 0px;
  background: url(../images/question.png), url(../images/arrow_down.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left center , right center;
  padding-left: 25px;
}
.faq_item .faq_content {
  display: none;
  padding-top: 20px;
}
.adv_faq2 .social {
  height: 60px;
  width: 260px;
  margin: 0px 10px;
  text-align: center;
  display: inline-block;
  line-height: 60px;
  margin-bottom: 20px;
}
.adf_2 {
  height: 520px;
  position: relative;
  overflow: hidden;
}
.adf_2 .bg_adf_2 {
  width: 115%;
  height: 115%;
  left: -8%;
  top: -8%;
  position: absolute;
  background-image: url(../images/video_bg.jpg);
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: center;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.adf_2 .page_title2 {
  margin-bottom: 20px;
  font-family: 'Exo 2', sans-serif;
  margin-top: 20px;
}
.adf_2 .page_title2 h2 {
  margin: 0px;
  font-size: 30px;
  color: #2f3336;
  font-style: italic;
  font-weight: 600;
  text-align: center;
}
.adf_2 .page_title2 span.long_title_span {
  font-size: 18px;
  line-height: 24px;
  margin-top: 25px;
  color: #2f3336;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.adf_2 .container {
  height: 100%;
  position: relative;
}
.adf_2 .container .video_div {
  width: 700px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -350px;
  height: 393px;
}
/*Start Compaign*/
.compaign_head {
  font-family: 'Exo 2', sans-serif;
  background-color: #f0f3f6;
  border-bottom: 1px solid #e2e5e8;
  padding: 40px 0px;
}
@media all and (max-width: 767px) {
  .compaign_head {
    padding: 0px 0px;
  }
}
@media all and (max-width: 991px) {
  .compaign_head .none_padding {
    padding: 0px;
  }
}
.compaign_head .compain_head_block {
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 991px) {
  .compaign_head .compain_head_block .col-md-12 .row > img {
    position: relative;
    height: 300px;
    max-width: inherit;
  }
}
.compaign_head .compain_head_block .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../images/compagne_shadow_block.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.compaign_head .compain_head_block .desc img {
  float: left;
  position: absolute;
  bottom: 0px;
}
.compaign_head .compain_head_block .desc h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  padding-left: 110px;
}
.compaign_head .compain_head_block .desc p {
  font-size: 14px;
  color: #fff;
  padding-left: 110px;
}
.compaign_head .compain_head_block .desc_absolute {
  position: absolute;
  top: 0;
  right: 0;
  height: 360px;
}
@media all and (max-width: 1199px) {
  .compaign_head .compain_head_block .desc_absolute {
    height: 297px;
  }
}
@media all and (max-width: 991px) {
  .compaign_head .compain_head_block .desc_absolute {
    position: relative;
  }
}
.compaign_head .compain_head_block .desc_absolute .slide_right_top {
  background-color: #2f3336;
  height: 260px;
  width: 100%;
  padding: 30px 20px;
}
@media all and (max-width: 1199px) {
  .compaign_head .compain_head_block .desc_absolute .slide_right_top {
    height: 214px;
    padding: 20px 15px;
  }
}
.compaign_head .compain_head_block .desc_absolute .slide_right_top .title {
  color: #0099f1;
  font-size: 16px;
}
.compaign_head .compain_head_block .desc_absolute .slide_right_top .title .icon {
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.compaign_head .compain_head_block .desc_absolute .slide_right_top h3 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
@media all and (max-width: 1199px) {
  .compaign_head .compain_head_block .desc_absolute .slide_right_top h3 {
    font-size: 22px;
    margin-top: 10px;
  }
}
.compaign_head .compain_head_block .desc_absolute .slide_right_top p {
  font-size: 16px;
  color: #c9d4dd;
  font-weight: 500;
  font-family: 'Exo 2', sans-serif;
  line-height: 28px;
}
@media all and (max-width: 1199px) {
  .compaign_head .compain_head_block .desc_absolute .slide_right_top p {
    line-height: 24px;
    font-size: 14px;
  }
}
.compaign_head .compain_head_block .desc_absolute .slide_right_top span {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
  display: block;
  width: 100%;
}
.compaign_head .compain_head_block .desc_absolute .slide_right_top span b {
  color: #c9d4dd;
}
@media all and (max-width: 1199px) {
  .compaign_head .compain_head_block .desc_absolute .slide_right_top span {
    line-height: 24px;
    font-size: 14px;
  }
}
.compaign_head .compain_head_block .desc_absolute .slide_right_bottom {
  background-color: #3b4044;
  height: 100px;
  padding: 30px 20px;
}
@media all and (max-width: 1199px) {
  .compaign_head .compain_head_block .desc_absolute .slide_right_bottom {
    height: 83px;
    padding: 20px 15px;
  }
}
.compaign_head .compain_head_block .desc_absolute .slide_right_bottom p {
  color: #c9d4dd;
  font-size: 16px;
  font-family: 'Exo 2', sans-serif;
}
.compaign_head .compain_head_block .desc_absolute .slide_right_bottom p:nth-child(1) {
  float: left;
}
.compaign_head .compain_head_block .desc_absolute .slide_right_bottom p:nth-child(2) {
  float: right;
}
@media all and (max-width: 1199px) {
  .compaign_head .compain_head_block .desc_absolute .slide_right_bottom p {
    font-size: 14px;
  }
}
.compaign_head .compain_head_block .desc_absolute .slide_right_bottom .progres {
  width: 100%;
}
@media all and (max-width: 767px) {
  .tab_a_block {
    text-align: center;
  }
}
.tab_a_block .tab_a {
  font-size: 24px;
  color: #808387;
  text-decoration: none;
}
.tab_a_block .tab_a:nth-child(1) {
  margin-right: 20px;
}
.tab_a_block .tab_a.active {
  color: #0099f1;
  font-weight: 600;
}
.compaign_organizer img {
  float: left;
  margin-right: 10px;
}
.compaign_organizer p {
  text-transform: uppercase;
  color: #5c666e;
  font-size: 14px;
  margin: 0;
}
.compaign_organizer h3 {
  font-size: 24px;
  color: #2f3336;
  margin: 5px 0;
}
.compaign_organizer span {
  font-size: 14px;
  color: #2f3336;
}
.supporters {
  color: #2f3336;
}
.supporters h3 {
  font-size: 24px;
}
.supporters .supporters_item {
  width: 100%;
  height: 100px;
  padding: 10px 0px;
}
.supporters .supporters_item img {
  float: left;
  margin-right: 10px;
}
.supporters .supporters_item p {
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
}
.supporters .supporters_item span {
  font-size: 14px;
}
.tab_c {
  display: none;
}
.tab_c.active {
  display: block;
}
.share {
  border-top: 1px solid #c7cbcd;
  padding: 10px 0px;
}
.share h3 {
  font-size: 13px;
  color: #000;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 22px;
}
@media (min-width: 991px) {
  .share h3 {
    text-align: right;
  }
}
.share input[type=text] {
  color: #606060;
  font-size: 12px;
  height: 20px;
  width: 100%;
  border: 1px solid #c7cbcd;
  font-family: 'Roboto', sans-serif;
}
.share button {
  color: #fff;
  font-size: 12px;
  height: 20px;
  border-radius: 0px;
  display: block;
  margin: 0 auto;
  text-transform: none;
  margin-top: 1px !important;
      padding: 3px 20px;
}
@media (min-width: 991px) {
  .share button {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .share button {
    margin-top: 5px !important;
  }
}
.modal-embed .modal-dialog {
  width: 470px;
  margin: 70px auto;
}
.modal-embed .modal-content {
  border-radius: 0px;
}
.modal-embed .modal-body {
  padding: 0px;
}
.modal-embed .modal-body img {
  width: 100%;
}
.modal-embed .modal-body .text_content {
  padding: 30px;
  font-family: 'Exo 2', sans-serif;
}
.modal-embed .modal-body .text_content h2 {
  font-size: 24px;
  color: #2f3336;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0px;
}
.modal-embed .modal-body .text_content p {
  font-size: 16px;
  color: #2f3336;
  font-weight: 400;
}
.modal-embed .modal-body .text_content .embed_progress p {
  font-size: 14px;
  color: #2f3336;
  font-weight: 400;
  float: left;
  width: 50%;
}
.modal-embed .modal-body .text_content button {
  /*margin-top: 30px;*/
}
.modal-embed .modal-body .text_content textarea {
margin-top: 20px;
    width: 100%;
    height: 70px;
    resize: none;
}
.embed_iframe {
  padding: 0px;
}
.embed_iframe img {
  width: 100%;
}
.embed_iframe .text_content {
  padding: 30px;
  font-family: 'Exo 2', sans-serif;
}
.embed_iframe .text_content h2 {
  font-size: 24px;
  color: #2f3336;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0px;
}
.embed_iframe .text_content p {
  font-size: 16px;
  color: #2f3336;
  font-weight: 400;
}
.embed_iframe .text_content .embed_progress p {
  font-size: 14px;
  color: #2f3336;
  font-weight: 400;
  float: left;
  width: 50%;
}
.embed_iframe .text_content .embed_progress p:nth-child(2) {
  text-align: right;
}
.embed_iframe .text_content .embed_progress .progres {
  width: 100%;
}
/*Start Price and Formular pages*/
.prices {
  text-align: center;
}
.change-password {
  background: #0099f1 url(../images/ico/ico-security-pass.png) no-repeat 15px center;
  display: block;
  padding: 9px 30px 9px 35px;
  color: #fff;
  border: none;
  font-style: italic;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-blue {
  background-color: #0099f1;
  display: block;
  padding: 10px 20px;
  color: #fff;
  border: none;
  font-style: italic;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-green {
  background: #3caf42;
  display: block;
  padding: 10px 20px;
  color: #fff;
  border: none;
  font-style: italic;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.price_item {
  float: left;
  width: 204px;
  margin: 0px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #e2e7ea;
  background-color: #fff;
  margin-bottom: 20px;
}

.price_item.price-item-pro {
  width: 100% !important;
}

.price_head img {
  margin-bottom: 15px;
}

.right_content .price_item{
    /*width: 193px;
    margin: 0px 5px;*/
    width: 100%;
    margin: 10px 5px;
}

@media all and (max-width: 1199px) {
  .price_item {
    width: 169px;
    margin: 0px 10px;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .price_item {
    display: inline-block;
    float: none;
  }
}
@media all and (max-width: 767px) {
  .price_item {
    width: 100%;
    margin: 0px 0px;
    margin-bottom: 20px;
  }
}
.price_item:nth-child(1) {
  margin-left: 0px;
}
.price_item:nth-last-child(1) {
  margin-right: 0px;
}
.price_item .price_head {
  background-color: #0099f1;
  text-align: center;
  padding: 20px;
  padding-bottom: 0px;
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .price_item .price_head {
    padding: 15px;
    padding-bottom: 0px;
  }
}
.price_item .price_head h3 {
  font-size: 18px;
  font-style: italic;
  color: #fff;
  margin: 0px 0px 10px 0px;
  text-transform: uppercase;
}
.price_item .price_head p {
  color: #fff;
  font-size: 30px;
  font-style: italic;
}
.price_item .price_head span {
  font-size: 14px;
  color: #fff;
  background-color: #0985cc;
  padding: 5px 10px;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
}
.price_item .price_head span.no_visible {
  visibility: hidden;
}
.price_item .price_socials {
  font-family: 'Roboto', sans-serif;
  color: #60686e;
  line-height: 16px;
  font-weight: 400;
  height: 50px;
  font-size: 14px;
  padding: 10px 20px;
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .price_item .price_socials {
    padding: 10px 15px;
  }
}
.price_item .price_promo {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  height: 50px;
  color: #000;
  padding: 0px 20px;
  display: table-cell;
  vertical-align: middle;
  width: 204px;
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .price_item .price_promo {
    font-size: 14px;
    width: 172px;
  }
}
.price_item .price_promo span {
  color: #60686e;
  font-size: 12px;
  font-weight: 400;
  margin-top: -5px;
  display: block;
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .price_item .price_promo span {
    font-size: 10px;
  }
}
.price_item .button_price {
  padding: 10px 20px;
}
.price_item .options {
  font-size: 14px;
  color: #60686e;
  font-family: 'Roboto', sans-serif;
  padding: 0px 20px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 201px;
  height: 40px;
  position: relative;
  padding-right: 43px;
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .price_item .options {
    font-size: 12px;
  }
}
@media all and (max-width: 767px) {
  .price_item .options {
    width: 100%;
  }
}
.price_item .options span {
  background-position: right center;
  background-repeat: no-repeat;
  float: right;
  width: 21px;
  height: 22px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -11px;
}
.price_item .options.basic_promo {
  text-align: center;
  height: 80px;
}
.price_item .options.widget span {
  background-image: url(../images/widget.png);
}
.price_item .options.supporters {
  height: 50px;
}
.price_item .options.supporters span {
  background-image: url(../images/supporters.png);
}
.price_item .options.rewiews {
  height: 50px;
}
.price_item .options.rewiews span {
  background-image: url(../images/rewiews.png);
  width: 26px;
  height: 25px;
  margin-top: -12px;
  right: 18px;
}
.price_item .options.media {
  height: 30px;
}
.price_item .options.media span {
  background-image: url(../images/media.png);
  width: 18px;
  height: 18px;
  margin-top: -9px;
}
.price_item .options.active span {
  background-position: 0px 0px;
}
.price_item .options.inactive {
  color: #c2c2c2;
}
.price_item .options.inactive.rewiews span {
  background-position: -26px 0px;
}
.price_item .options.inactive.media span {
  background-position: -18px 0px;
}
.price_item .options.inactive span {
  background-position: -21px 0px;
}
.price_item .divider {
  border-bottom: 1px solid #e2e7ea;
}
.price_socials a {
  display: inline-block;
  width: 23px;
  height: 24px;
  background-repeat: no-repeat;
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .price_socials a {
    background-size: 139px;
    width: 20px;
    height: 20px;
  }
}
.price_socials a.twitter {
  background-position: 0 0;
}
.price_socials a.facebook {
  background-position: -29px 0;
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .price_socials a.facebook {
    background-position: -24px 0;
  }
}
.price_socials a.google_plus {
  background-position: -58px 0;
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .price_socials a.google_plus {
    background-position: -48px 0;
  }
}
.price_socials a.pinterest {
  background-position: -87px 0;
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .price_socials a.pinterest {
    background-position: -72px 0;
  }
}
.price_socials a.linkedin {
  background-position: -116px 0;
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .price_socials a.linkedin {
    background-position: -95px 0;
  }
}
.price_socials a.stumbleupon {
  background-position: -145px 0;
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .price_socials a.stumbleupon {
    background-position: -119px 0;
  }
}
.price_socials a.active {
  background-image: url(../images/price_socials_active.png);
}
.price_socials a.inactive {
  background-image: url(../images/price_socials_inactive.png);
}
.roboto {
  font-family: 'Roboto', sans-serif !important;
}
.form-group {
  min-height: 60px;
}
.form-group.without_toltip {
  min-height: 45px;
}
.form-group .form_tip {
  color: #60686e;
  font-size: 12px;
}
.form-group input[type=text]:focus,
.form-group input[type=email]:focus,
.form-group input[type=password]:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: #0099f1 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.form-group .select_clone {
  background-color: #fff;
  background-image: url(../images/select_icon.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 33px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  overflow: hidden;
}
.form-group .select_clone .form-control {
  border: none;
  box-shadow: none;
  width: 110%;
  background-color: transparent;
}
.form-group .btn_right {
  float: right;
}
.btn_grey {
  background-color: #60686e;
  color: #fff;
}
.btn_grey:hover {
  color: #fff;
}
.add_new_campaign {
  /*padding-right: 30px;*/
}
.add_new_campaign .half_inputs .half_input:nth-child(1) input,
.add_new_campaign .half_inputs .half_input:nth-child(1) .select_clone {
  margin-left: -5px;
}
@media (max-width: 991px) {
  .add_new_campaign .half_inputs .half_input:nth-child(1) input,
  .add_new_campaign .half_inputs .half_input:nth-child(1) .select_clone {
    margin-left: 0px;
    width: 100%;
  }
}
.add_new_campaign .half_inputs .half_input:nth-child(2) input,
.add_new_campaign .half_inputs .half_input:nth-child(2) .select_clone {
  width: 100%;
}
.add_new_campaign .half_inputs .half_input input,
.add_new_campaign .half_inputs .half_input .select_clone {
  width: 86%;
}
.add_new_campaign .form-group {
  font-family: 'Roboto', sans-serif !important;
}
.add_new_campaign textarea.form-control {
  height: 121px;
  resize: none;
}
.add_new_campaign .gala4ka {
  font-family: 'Exo 2', sans-serif;
  padding: 7px 12px 7px 36px;
}
.add_new_campaign .btn_grey {
  font-family: 'Exo 2', sans-serif;
}
@media (max-width: 991px) {
  .add_new_campaign .gala4ka,
  .add_new_campaign .btn_grey {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}
/* Board Message */
.board_message .blue_nrdots_ul {
  margin-bottom: 20px;
}
.board_message .board_btm_link {
  margin: 0px 20px;
}
.btn_blue {
  background-color: #0099f1;
  color: #fff;
  font-style: italic;
}
.btn_blue:hover {
  color: #fff;
}
.btn_draft {
  background-color: #5c666e;
  color: #fff;
  font-style: italic;
}
.btn_draft:hover {
  color: #fff;
}
.grey_link {
  color: #999;
  font-size: 13px;
  text-decoration: underline;
}
.grey_link:hover {
  color: #828181;
}
.blue_nrdots_ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.blue_nrdots_ul li {
  text-indent: 0px !important;
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
}
.blue_nrdots_ul li span {
  background-color: #0099f1;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 11px;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 4px;
}
/* Contact US */
.contactUs h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-style: italic;
  color: #373b3e;
  background-image: url(../images/plic_h3.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .contactUs .form-horizontal {
    padding-right: 70px;
  }
}
@media (min-width: 768px) {
  .contactUs .form-horizontal .select_clone {
    width: 50%;
  }
}
.contactUs .form-horizontal textarea {
  height: 100px;
  resize: none;
}
.contactUs .form-horizontal button[type=submit] {
  background-image: url(../images/plic_btn.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-color: #3caf42;
  text-transform: uppercase;
  font-style: italic;
  color: #fff;
  padding-left: 45px;
}
.contactUs .right_side p {
  font-size: 16px !important;
  color: #000 !important;
  margin-bottom: 20px;
}
.contactUs .right_side .contact_left_title {
  color: #5c666e !important;
  font-size: 20px !important;
  font-style: normal;
  margin-bottom: 0px;
}
.contactUs .right_side .contact_left_title.mail {
  background-image: url(../images/plic_right.png);
}
.contactUs .right_side .contact_left_title.skype {
  background-image: url(../images/skype_icon.png);
}
.contactUs .right_side .contact_left_title.socials {
  background-image: url(../images/social.png);
  margin-bottom: 10px;
}
/*Formulars*/
.arrow-down-blue {
  display: block;
  width: 32px;
  height: 15px;
  position: absolute;
  bottom: -15px;
  margin-left: -15px;
  left: 50%;
  background: url(../images/ico/ico-arrow-down.png) no-repeat;
}
.formulars {
  background-color: #fff;
  border: 1px solid #e2e7ea;
  padding: 30px;
  margin-bottom: 30px;
  font-family: 'Exo 2', sans-serif;
}
.formulars > h3 {
  margin: 0 0 30px 0;
  font-size: 24px;
  text-transform: uppercase;
  color: #373b3e;
}
.formulars > h3.ico-user {
  background: url(../images/ico/ico-user.png) no-repeat;
  padding-left: 35px;
}
.formulars > h3.ico-formular {
  background: url(../images/ico/ico-formular.png) no-repeat;
  padding-left: 35px;
}
.field-file {
  padding: 10px 20px;
  border: none;
  color: #fff;
}
.file-campaign {
  position: relative;
  cursor: pointer;
  background: #0099f1 url(../images/ico/ico-field-file.png) no-repeat 15px center;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.file-campaign .choose-campaign {
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 1;
  padding: 5px 55px 5px 35px;
  font-style: italic;
  font-size: 16px;
  font-weight: bold;
}
.file-campaign .field-file-campaign {
  opacity: 0;
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  z-index: 2;
  margin: 0;
  cursor: pointer;
}
.tablist {
  text-align: center;
  margin-bottom: 50px;
}
.tablist li a {
  padding: 20px 100px;
  font-size: 18px;
  text-decoration: none;
  font-style: italic;
  background-color: #fff;
  color: #0099f1;
  position: relative;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: 600;
}
.tablist li.active a {
  background-color: #0099f1;
  color: #fff;
}
.tablist li.active a span {
  display: block;
  width: 32px;
  height: 15px;
  position: absolute;
  bottom: -15px;
  margin-left: -15px;
  left: 50%;
  background: url(../images/ico/ico-arrow-down.png) no-repeat;
}
/* Edit Profile */
.edit-profile-select select {
  width: 120% !important;
}
.profile-avatar {
  display: table;
  width: 100%;
}
.profile-avatar div {
  display: table-cell;
  vertical-align: middle;
}
.profile-avatar img {
  margin: 0 auto;
}
.profile-avatar .btn-profile-avatar {
  padding-top: 30px;
}
.profile-avatar .btn-profile-avatar .change-avatar-profiles {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.profile-avatar .btn-profile-avatar .change-avatar-profiles .btn-blue {
  cursor: pointer;
}
.profile-avatar .btn-profile-avatar .change-avatar-profiles .field-avatar {
  opacity: 0;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 2;
  margin: 0;
  cursor: pointer;
}
.edit-options label {
  display: block;
  font-weight: 600;
  cursor: pointer;
}
.edit-options label.checkbox-label {
  margin-bottom: 20px;
}
.select-edit-profile {
  margin-top: 30px;
}
.disabled {
  color: #fafafa !important;
  cursor: no-drop;
  background-color: #B9B9B9 !important;
}
.modal-change-password .modal-content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 40px;
}
.modal-change-password .modal-content .modal-body h3 {
  margin: 0 0 50px 0;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  text-transform: uppercase;
}
.modal-change-password .modal-content .modal-body p button {
  margin: 0 auto;
}
.max-width-768 .tablist li {
  margin-bottom: 20px;
}
.max-width-768 .tablist li a {
  padding: 10px 20px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .tablist li {
    margin-bottom: 25px;
  }
  .tablist li a {
    padding: 15px 50px;
    font-size: 18px;
  }
  .profile-avatar .btn-profile-avatar {
    padding-top: 0px;
  }
  .fields-formular {
    margin-bottom: 20px;
  }
  .btn-update-profile p {
    text-align: center;
    margin: 0;
  }
  .select-edit-profile {
    margin-top: 0px;
  }
}
/*Register*/
.register_title {
  margin-bottom: 40px;
  margin-top: 0px;
  font-size: 24px;
}
.register_title img {
  margin-bottom: 6px;
  margin-right: 15px;
}
.icheckbox_minimal-blue {
  float: left;
}
.label_register {
  font-size: 16px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  margin-left: 15px;
  margin-top: -2px;
  float: left;
}
.label_register a {
  color: #0099f1;
}
.label_register a:hover {
  color: #0099f1;
}
/* BUY HISTORY */
.buy_history {
  width: 100%;
}
.buy_history tr:nth-last-child(1) td {
  border: none;
}
.buy_history tr th {
  font-size: 14px;
  color: #2f3336;
  font-weight: 500;
  background-color: #fff;
  padding: 10px 20px;
  border-top: 1px solid  #e2e7ea;
  border-bottom: 1px solid  #e2e7ea;
}
.buy_history tr th:nth-child(1) {
  border-left: 1px solid  #e2e7ea;
}
.buy_history tr th:nth-last-child(1) {
  border-right: 1px solid  #e2e7ea;
}
.buy_history tr th img {
  margin-right: 7px;
  margin-bottom: 3px;
}
.buy_history tr td {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #2f3336;
  border-bottom: 1px solid #cccccc;
}
.view_all {
  display: block;
  padding: 10px !important;
  text-align: center;
  color: #5c666e;
  font-weight: 700;
  font-size: 14px;
  font-style: italic;
  text-transform: uppercase;
  margin: 25px 0px;
}
.buy_history_info_t {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  background-color: #0099f1;
  padding: 5px;
  font-style: normal;
  margin-left: 30px;
  display: inline-block;
  position: relative;
  top: -5px;
}
/* BUY CREDITS */
.credits_info {
  padding: 10px !important;
  font-size: 14px;
  color: #2f3336;
}
.credits_info p {
  margin: 0;
}
.credits_info p a {
  color: #0099f1;
}
.spiner_coin {
  float: left;
}
.spiner_coin p {
  float: left;
  margin: 20px 10px;
}
.spiner_coin .simulate_cons_nr {
  background-color: #fff;
  border: 1px solid #e2e7ea;
  padding: 5px 10px;
  width: 65px;
  height: 30px;
  float: left;
  margin-top: 14px;
}
.spiner_coin .simulate_cons_nr img {
  float: left;
  margin-top: 4px;
}
.spiner_coin .simulate_cons_nr input {
  border: none;
  background-color: transparent;
  outline: none;
  float: right;
  width: 35px;
  height: 29px;
  margin-top: -5px;
  margin-right: -10px;
  text-align: center;
}
.spiner_coin .spiner_button {
  float: left;
  width: 20px;
  background-color: #fff;
  border: 1px solid #e2e7ea;
  margin-left: 5px;
  margin-top: 14px;
}
.spiner_coin .spiner_button button {
  background-color: transparent;
  border: none;
  height: 14px;
  float: left;
  position: relative;
  width: 17px;
  outline: none;
}
.spiner_coin .spiner_button button img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
hr.line {
  width: 100%;
  border-top: 1px solid #cccccc;
}
.paypal_btn {
  background-image: url(../images/paypal.png);
  background-position: 20px center;
  background-repeat: no-repeat;
  padding-left: 40px;
}
/*Start Advertising*/
.font-exo2 {
  font-family: 'Exo 2', sans-serif;
}
.blue-span {
  color: #2a96ff;
}
.gray-span {
  color: #989b9d;
}
.spaces-bottom {
  margin-bottom: 30px;
}
.fa-red {
  color: #dc6263;
}
.fa-blue {
  color: #2a96ff;
}
.fa-green {
  color: #bad55f;
}
.page_title_advertiser h2 {
  margin: 0 0 10px 0;
}
.page_title_advertiser p {
  margin: 0;
}
.btn_advertiser p {
  margin: 0;
  text-align: right;
}
.btn_advertiser p a {
  display: inline-block;
  background-color: #3caf42;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px 30px;
  border-radius: 4px;
  text-decoration: none;
  letter-spacing: 1px;
}
.advertiser-block div {
  padding: 20px;
  border: 1px solid #e2e7ea;
  background-color: #fff;
  text-align: center;
  min-height: 280px;
}
.advertiser-block div p {
  margin: 0;
}
.advertiser-block div i {
  font-size: 99px;
  margin-bottom: 30px;
}
.users-registered p {
  margin: 0;
  font-family: 'Exo 2', sans-serif;
  font-weight: 400;
  font-size: 30px;
  font-style: italic;
}
.title_line_chart h2 {
  margin: 0;
}
.bar_chart_block .page_rank_info {
  padding: 10px 0;
  text-align: center;
  background-color: #f6f6f6;
  margin-top: 20px;
  border: 1px solid #f3f3f3;
  position: relative;
}
.bar_chart_block .page_rank_info p {
  font-family: 'Exo 2', sans-serif;
  font-size: 24px;
  margin: 0;
  font-style: italic;
}
.bar_chart_block .page_rank_info > span {
  display: block;
  width: 23px;
  height: 12px;
  position: absolute;
  top: -12px;
  margin-left: -6px;
  left: 50%;
  background: url(../images/up_arr_white.png) no-repeat;
}
.graph-info {
  padding: 10px 0;
  background-color: #e5ebef;
}
.graph-info .list-inline {
  margin: 0;
  text-align: center;
}
.graph-info .list-inline li {
  font-size: 18px;
  text-align: center;
  font-family: 'Exo 2', sans-serif;
}
.graph-info .list-inline li img {
  margin-left: 13px;
}
.doughnut_chart_block .pie_chart {
  margin: 40px 0;
}
.doughnut_chart_block h4 {
  font-size: 18px;
  list-style: italic;
  margin: 0;
  font-family: 'Exo 2', sans-serif;
}
.doughnut_chart_block > p {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .tablist li {
    margin-bottom: 20px;
  }
  .tablist li a {
    padding: 10px 20px;
    font-size: 14px;
  }
  .btn_advertiser p {
    text-align: left;
  }
  .users-registered p {
    font-size: 18px;
  }
  .page_rank_info p {
    font-size: 14px !important;
  }
  .graph-info .list-inline li {
    font-size: 13px;
    padding: 0;
  }
  .graph-info .list-inline li img {
    margin-left: 5px;
  }
  .doughnut_chart_block {
    text-align: center !important;
  }
  .advertising-pro .intro-advertising .intro-message h1 {
    font-size: 30px;
  }
  .advertising-pro .intro-advertising .intro-message h3 {
    font-size: 24px;
  }
  .advertising-pro .intro-advertising .intro-message p {
    font-size: 18px;
  }
}
/*Start Advertising Pro*/
.title-heading {
  margin: 0 0 30px 0;
  font-weight: 600;
  font-style: italic;
  font-family: 'Exo 2', sans-serif;
}
.btn-buy {
  padding: 10px 40px;
  border-color: #0099f1;
  border-radius: 3px;
  color: #fff;
  font-weight: 600;
  background-color: #0099f1;
  font-size: 30px;
  display: inline-block;
  text-decoration: none;
  font-style: italic;
}
.btn-buy:hover {
  color: #fff;
  text-decoration: none;
}
.advertising-pro .intro-advertising {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  color: #fff;
  background: url(../images/intro-bg-advertising.jpg) no-repeat center center;
  background-size: cover;
  font-family: 'Exo 2', sans-serif;
}
.advertising-pro .intro-advertising .intro-message h1 {
  margin: 0;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: bold;
}
.advertising-pro .intro-advertising .intro-message h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 400;
  font-style: italic;
}
.advertising-pro .intro-advertising .intro-message .intro-divider {
  max-width: 300px;
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.advertising-pro .intro-advertising .intro-message p {
  margin: 0 auto;
  font-size: 24px;
  font-weight: 400;
  max-width: 1020px;
}
.advertising-pro .intro-advertising .intro-message .btn-buy {
  margin: 20px 0;
}
.advertising-pro .features-advertising h2 {
  margin: 50px 0 40px 0;
  font-style: italic;
  font-weight: 600;
  font-family: 'Exo 2', sans-serif;
}
.advertising-pro .features-advertising .features .features-item {
  width: 100%;
}
.advertising-pro .features-advertising .features .features-item .media-left {
  background-color: #2f3336;
  padding: 40px;
  min-width: 140px;
  vertical-align: middle;
}
.advertising-pro .features-advertising .features .features-item .media-left img {
  margin: 0 auto;
}
.advertising-pro .features-advertising .features .features-item .media-body {
  background-color: #fff;
  padding: 20px;
  border-top: 1px solid #e2e7ea;
  border-right: 1px solid #e2e7ea;
  border-bottom: 1px solid #e2e7ea;
  font-style: italic;
  width: 100%;
}
.advertising-pro .features-advertising .features .features-item .media-body p {
  color: #60686d;
}
.advertising-pro .over-stats {
  padding-top: 40px;
  background-color: #fff;
}
.advertising-pro .over-stats .page_rank_info {
  padding: 10px 0;
  text-align: center;
  background-color: #f6f6f6;
  margin-top: 20px;
  border: 1px solid #f3f3f3;
  position: relative;
}
.advertising-pro .over-stats .page_rank_info p {
  font-family: 'Exo 2', sans-serif;
  font-size: 12px;
  margin: 0;
  font-style: italic;
  font-weight: 600;
}
.advertising-pro .over-stats .page_rank_info > span {
  display: block;
  width: 23px;
  height: 12px;
  position: absolute;
  top: -12px;
  margin-left: -6px;
  left: 50%;
  background: url(../images/up_arr_white.png) no-repeat;
}
.advertising-pro .over-stats .graph-info ul li {
  font-size: 11px;
}
.advertising-pro .over-stats .graph-info ul li img {
  margin-left: 5px;
}
.advertising-pro .over-stats .doughnut_chart_pro {
  text-align: center;
}
.advertising-pro .over-stats .doughnut_chart_pro .pie_chart {
  margin: 20px 0;
}
.advertising-pro .over-stats .line_chart_pro p {
  margin: 10px 0 0 0;
  font-family: 'Exo 2', sans-serif;
  font-weight: 600;
  font-size: 18px;
  font-style: italic;
}
.advertising-pro .footer-advertising {
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
  color: #fff;
  background: url(../images/footer-bg-advertising.jpg) no-repeat center center;
  background-size: cover;
  font-family: 'Exo 2', sans-serif;
}
.advertising-pro .footer-advertising .footer-message h2 {
  margin: 0 0 40px 0;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 400;
}
@media (max-width: 768px) {
  .tablist li {
    margin-bottom: 20px;
  }
  .tablist li a {
    padding: 10px 20px;
    font-size: 14px;
  }
  .btn_advertiser p {
    text-align: left;
  }
  .users-registered p {
    font-size: 18px;
  }
  .page_rank_info p {
    font-size: 14px !important;
  }
  .graph-info .list-inline li {
    font-size: 13px;
    padding: 0;
  }
  .graph-info .list-inline li img {
    margin-left: 5px;
  }
  .doughnut_chart_block {
    text-align: center !important;
  }
  .advertising-pro .intro-advertising .intro-message h1 {
    font-size: 30px;
  }
  .advertising-pro .intro-advertising .intro-message h3 {
    font-size: 24px;
  }
  .advertising-pro .intro-advertising .intro-message p {
    font-size: 18px;
  }
}


.advertising-pro .features-advertising {
      padding-bottom: 60px;
}
.advertising-pro .over-stats {
    padding-top: 0px;
    padding-bottom: 20px;
}
.advertising-pro .intro-advertising.new {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  color: #fff;
  background: url(../images/bg_addvertiser_pro.jpg) no-repeat center center;
  background-size: cover;
  font-family: 'Exo 2', sans-serif;
}

.advertising-pro .testimonials h2 {
    margin: 50px 0 40px 0;
    font-style: italic;
    font-weight: 600;
    font-family: 'Exo 2', sans-serif;
}

.testimonial-slider {
    
}
.testimonial-slider .item_testimonial {
    width: 100%;
    height: 292px;
}
.testimonial-slider .item_testimonial .test_mesaj::after {
  content: "fd";
  width: 26px;
  height: 17px;
  color: transparent;
  position: absolute;
  bottom: -17px;
  left: 40px;
  background-image: url(../images/arr_testimoniale.png);
  background-repeat: no-repeat;
}
.test_mesaj {
    font-family: 'Exo 2', sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 14px;
    padding: 30px 20px;
    background-color: #f0f0f0;
    border: 1px solid #e2e7ea;
    border-bottom-color: #0099f1;
    color: #60686d;
   position: relative;
}



.text_who_image {
    float: left;
    margin: 20px 0px;
    border-radius: 50px;
    height: 100px;
    overflow: hidden;
    width: 100px;
    
}

.test_who p {
    font-weight: 700;
    font-family: 'Exo 2', sans-serif;
    color: #2f3336;
    font-size: 20px;
      padding: 40px 0px 40px 115px;
}

.test_who p span {
    font-size: 12px;
    text-transform: uppercase;
    color: #5c666e;
}

.test_mesaj p {
    margin: 0px;

}


.feature_mesaj {
    font-family: 'Exo 2', sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 14px;
    padding: 30px 20px;
    background-color: #fff;
    border: 1px solid #e2e7ea;
    color: #60686d;
    position: relative;
    margin-top: 30px;
}

.feature_mesaj::before {
  content: '"';
  color: #0099f1;
  background-color: #fff;
  font-size: 55px;
  font-family: 'Exo 2', sans-serif;
  line-height: 57px;
  padding-left: 6px;
  border: 1px solid #e2e7ea;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
  left: 20px;
}

.plans {
    font-family: 'Exo 2', sans-serif;
}

.plans .price_item .price_head h3 {
  height: 33px;
}

.plans .price_item .price_head p sup , .plans .price_item .price_head p sub {
  font-size: 12px;
}

.plans .price_item .options_plan {
    font-size: 14px;
    color: #60686e;
    font-family: 'Roboto', sans-serif;
    padding: 0px 20px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 201px;
    height: 40px;
    position: relative;
    padding-left: 65px;
}

.plans .price_item .price_head {
  background-color: #0099f1;
  text-align: center;
  padding: 20px;
  padding-bottom: 0px;
  height: 195px;
}

.plans .price_item .options_plan > span {
    background-position: right center;
    background-repeat: no-repeat;
    float: right;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 20px;
    margin-top: 15px;
    background-position: 0px 0px;
}

.plans .price_item .options_plan.min > span {
background-position: right center;
  background-repeat: no-repeat;
  float: right;
  width: 33px;
  height: 30px;
  position: absolute;
  left: 20px;
  margin-top: 5px;
  background-position: center;
}

.plans .price_item .options_plan p {
    font-size: 14px;
    font-weight: 500;
    color: #60686e;
    line-height: 15px;
    margin: 10px 0px;
}
.plans .price_item .options_plan.min p {
    font-size: 13px;
    font-weight: 500;
    color: #60686e;
    line-height: 15px;
    margin: 10px 0px;
}
.plans .price_item .options_plan p span {
    font-size: 12px;
    font-weight: 400;
    color: #60686e;
}

.plans .price_item .options_plan.skype_support > span {
    background-image: url(../images/plan_skype.png);
}
.plans .price_item .options_plan.skype_support p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 15px;
}
.plans .price_item .options_plan.skype_support p span {
    font-size: 12px;
    font-weight: 400;
    color: #60686e;
}
.plans .price_item .options_plan.social_media > span {
    background-image: url(../images/social_media.png);
} 
.plans .price_item .options_plan.related_blogs > span {
    background-image: url(../images/related_blogs.png);
} 
.plans .price_item .options_plan.infografic > span {
    background-image: url(../images/infografic.png);
} 
.plans .price_item .options_plan.ppc > span {
    background-image: url(../images/ppc.png);
} 
.plans .price_item .options_plan.marketing_service > span {
    background-image: url(../images/marketing_service.png);
}
.plans .price_item .options_plan.content_reation > span {
    background-image: url(../images/content_reation.png);
}
.plans .price_item .options_plan.flagship > span {
    background-image: url(../images/flagship.png);
}
.plans .price_item .options_plan.smedia_creation > span {
    background-image: url(../images/smedia_creation.png);
}
.plans .price_item .options_plan.social_content > span {
    background-image: url(../images/social_content.png);
}

.btn-italic {
    font-style: italic;
    text-transform: uppercase;
}
.have_no_account {
    margin-top: -2px;
    margin-left: 15px;
}
.guest_link {
    color: #0099f1;
}
.guest_link:hover {
    color: #0099f1;   
}
.form_error {
    color: #d9534f;
    font-style: italic;
}
.alert-notification.error {
    color: #fff !important;
    background-color: #d9534f;
    border-color: #d43f3a;
    text-align: center;
    padding: 7px;
    border-radius: 3px;
        margin: 0px;
}
.alert-notification.success {
    color: #fff !important;
    background-color: #3caf42;
    border-color: #3caf42;
    text-align: center;
    padding: 7px;
    border-radius: 3px;
        margin: 0px
}
.permanent-notification.error {
    color: #af483c !important;
    text-align: left;
    padding: 7px;
    margin: 0px;
}
.permanent-notification.success {
color: #3caf42 !important;
    text-align: left;
    padding: 7px;
    margin: 0px;
}
.permanent-notification.error a , .permanent-notification.success a {
  color: inherit;
  font-weight: bold;
  text-decoration: underline;
}
.shadow_title {
    background-image: url(../images/compagne_shadow_block.png);
    background-position: bottom center;
    background-repeat: repeat-x;
    background-size: 1px 120px;
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: 0px;
    z-index: 1;
}
.log_out {
  margin-left: 70px;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 500;
  font-size: 14px;
  transition: color 0.5s;
}
.log_out:hover {
  color: #D7D7D7;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .log_out {
    margin-left: 0px;
  }
}
.default_a {
  color: inherit;
}
.default_a:hover {
  color: inherit;
}
/*INSIDE CAMPAIGN IMAGE STYLE*/
@media all and (min-width: 1200px) {
    .compain_head_block .campaign_image_responsive {
        height: 360px !important;
    }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
    .compain_head_block .campaign_image_responsive {
        height: 297px !important;
    }
}
@media all and (max-width: 991px) {
    .compain_head_block .campaign_image_responsive {
          height: auto !important;
          width: 100%;
    }
}





/* John styles */

.custom-option{
  display: none;
  cursor: pointer;
}

.pro-plans .options_plan {
    cursor: pointer;
}

.custom-option h2 {
    margin: 0;
    padding-top: 5px;
    font-size: 12px;
    font-weight: bold;
  }


ul .log_out{
  margin-left: 0;
}

.notifications .fa.fa-bell-o{
    font-size: 22px;
    margin-top: 0px;
    color: #FFFFFF;
}

.notification-content{
  position: absolute;
  width: 420px;
  background-color: #FFFFFF;
  z-index: 100;
  left: -190px;
  box-shadow: 0px 5px 29px -2px #333;
  top:48px;
  border-radius: 5px;
}

.notification-content > div{
  max-height: 480px;
  overflow: auto; 
}


  

.notifications .count{
    background-color: #e4191c;
    padding: 0 3px;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 16px;
    font-size: 10px;
    position: absolute;
    z-index: 100;
    right: 8px;
    top: 3px;
    height: 21px;
    min-width: 21px;
    text-align: center;
    line-height: 21px;
}

.notif-item{
  border-bottom: 1px solid #e8e2e2;
  min-height: 40px;
}

.notif-item i{
  font-size: 17px;
  color: #3c8dbc;
}

.notif-title{
  color: #2f3336;
  font-family: 'Exo 2', sans-serif;
  font-size: 14px;
}

.notif-item:hover{
  background-color: #e8e5e5;
  cursor: pointer;
}

.notif-title:hover{
  color: #2f3336;
}

.notif-date{
  font-size: 10px;
  text-align: center;
  width: 85px;
}

.notif-icon{
  width: 38px;
  text-align: center;
}

.notif-icon i{
  padding: 0;
}

.notification-content table{
  width: 100%;
  border-radius: 7px;
  overflow: hidden;
}

.notification-content td{
  padding: 12px 12px;
  border:none;
}

/*.notification-content:before{
  content: '';
  background-image: url('/assets/frontend/images/icons.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0 -648px;
  height: 20px;
  position: absolute;
  top: -10px;
  left: 191px;
  width: 20px;
}*/

.notification-content > div::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    position: absolute;
}
.notification-content > div::-webkit-scrollbar-thumb:hover {
    background-color: rgba(50,50,50,0.5);
}
.notification-content > div::-webkit-scrollbar-thumb {
    background-color: rgba(50,50,50,0.25);
    border: 2px solid transparent;
    border-radius: 10px;
    background-clip: padding-box;
}
.notification-content > div::-webkit-scrollbar-track {
    background-color: rgba(50,50,50,0.05);
}

.notif-item{
  -webkit-user-select:none;
}

.notif-item .remove-not{
    font-size: 15px;
    z-index: 10000;
    color: #494f53;
}

.notif-item .remove-not:hover{
    color: red;
}
.embed_buttons {
        margin-top: 30px;
}

.embed_buttons span {
    display: none;
    margin-top: -8px;
    float: right;
    color: #3caf42;
}
.notification{
  margin-top: 15px;
}

.campaign-updates{
  margin-top: 20px;
}

#campaign-posts{
    width: 100%;
}

.campaign-updates button{
  margin-top: 20px;
}

.campaign-updates hr{
  border-color: #dbdcdb;
}

.campaign-updates .msg_post{
  padding: 10px;
  margin-bottom: 15px;
  background-color: #FFFFFF;
}

.campaign-updates .cmp-post-message{
  padding: 15px 0 ;
}

.cmp-post-counter{
    background-color: #e4191c;
    padding: 0 3px;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 16px;
    font-size: 10px;
    position: absolute;
    z-index: 100;
    left: 220px;
    top: 12px;
    height: 21px;
    min-width: 21px;
    text-align: center;
    line-height: 21px;
}
.embed_button_support {
        display: block;
    text-align: center;
    padding: 15px;
    background-color: #3caf42;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    line-height: 16px;
    margin-top: 25px;
    border-radius: 5px;
}

.publisher_notes {
    display: inline-block;
    border-top: 1px dashed #999;
    margin-top: 15px;
    padding-top: 10px;
}
.no_public {
    font-size: 15px;
    font-style: italic;
    padding: 10px;
    margin-bottom: 15px;
    color: red;
    border: 1px dashed red;
    background-color: #ffdada;
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
  background-color: #0099f1 !important;
  border-color: #0099f1 !important;
}

.subscr-response{
    margin-top: 15px;
    font-size: 15px;
    font-style: italic;
}

.subscr-success{
  color: #3caf42;  
}

.subscr-error{
  color: #d9534f;
}

.updates_messages .remove-post{
  float: right;
  cursor: pointer;
  color: #e4191c;
  display: none;
}

.updates_messages .msg_post:hover{
  background-color: rgba(0, 171, 241, 0.06);
}

.updates_messages .msg_post:hover .remove-post{
  display: block;
} 

.campaign-popup .modal-content{
  font-family: 'Exo 2', sans-serif;
  max-width: 500px;
  margin: 250px auto;
  padding: 15px
}

.subscribe {
    width: 374px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.subscribe form{
  text-align: center;
}

.subscribe button{
    width: 150px;
    margin-top: 15px;
    margin-right: 10px;
} 

.subscribe input[type=text] , .subscribe input[type=email] , .subscribe input[type=password] {
    width: 100%;
    border: 1px solid #999;
    padding: 10px 15px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 3px;
}

.subscribe h2{
  font-size: 25px;
  text-align: center;
}

.campaign-popup p{
  color: #3caf42;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}

.subscribe label div{
  margin-right: 10px;
}

.subscribe input[type=submit] {
    background-color: #0099f1;
    width: 100%;
    padding: 10px 15px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 3px;
}

.danger{
    color: black !important;
    background-color: #faebcc;
    border-color: #faebcc;
    text-align: center;
    padding: 7px;
    border-radius: 3px;
    margin: 0px
}

.compaign_head .notification{
  margin-bottom: 15px;
}



/*  --------------------------------
                PROFILE 
    --------------------------------*/

  .user_profile {
      font-family: 'Exo 2', sans-serif;
  }
  .user_profile_head {
      background-color: #0099f1;
      padding: 15px 0;
      position: relative;
  }
  .user_profile_head_bg {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0;
      overflow: hidden;
  }
  .user_profile_head_bg.move_bg {
      background-color: #0c0c0c;
  }
  .headerimage {
      position: absolute;
      width: 100%;
      top: 0px;
  }
  .user_profile_head_bg.move_bg .headerimage {
      opacity: 0.6;
      z-index: 100;
      cursor: move; /* fallback if grab cursor is unsupported */
      cursor: grab;
      cursor: -moz-grab;
      cursor: -webkit-grab;
  }

  .uph_left_person {
    margin-top: 15px;
  }
  .uph_left_person .person_image {
      position: relative;
  }
  .uph_left_person .up_edit_profile {
      position: absolute;
      bottom: 5px;
      right: 35px;
  }
  .uph_left_person .person_details {
      color: white;
      padding: 20px 0px;
  }
  .uph_left_person .person_details h3 {
      font-size: 20px;
      margin: 0;
  }
  .uph_left_person .person_details p {
      font-size: 12px;
      text-transform: uppercase;
      color: #d1e7fb;
      margin: 0;
      margin-top: 1px;
  }
  .uph_left_person .person_details span {
      font-size: 12px;
      color: #d1e7fb;
  }

  .user_profile_btn {
      font-weight: bold;
      font-size: 14px;
      font-style: italic;
      text-transform: uppercase;
      border: none;
      padding: 7px 0px;
      border-radius: 5px;
  }
  .user_profile_btn:hover {
    opacity: 0.8;
  }

  .user_profile_btn i {
      margin-right: 5px;
      font-size: 17px;
  }
  .uph_left_follow_btn {
      color: #0099f1;
      background-color: white;
  }
  .uph_left_msg_btn {
      color: #fff;
      background-color: #3caf42;
  }

  .uph_write_status {
      background-color: rgb(240, 240, 240);
      border: 1px solid rgba(181, 186, 191, 0.9);
      border-radius: 5px;
      padding: 20px 20px 5px 20px;
      /*margin-top: 37px;*/
      position: relative;
      margin-bottom: 25px;
  }
  .uph_write_status textarea {
      width: 100%;
      border: 1px solid #b5babf;
      resize: none;
      border-radius: 5px;
      height: 46px;
      outline: none;
      padding: 2px 10px;
  }
  .uph_write_status.reply {
      border-radius: 0px;
      border: none;
      border-bottom: 1px solid #b5babf;
      margin: 0px;
      padding: 15px 20px;
      background-color: aliceblue;
  }
  .changeThemeButtons {
      position: absolute;
      top: 15px;
      right: 20px;
      z-index: 101;
  }
  .changeThemeButtons a {
      font-size: 16px;
      font-weight: 500;
      color: #fff;
      float: right;
      margin-bottom: 15px;
      margin-left: 15px;
  }
  .changeThemeButtons a:hover, .changeThemeButtons a:focus {
    opacity: 0.9;
    color: #fff;
  }
  .changeThemeButtons a:active {
    opacity: 0.9;
    color: red;
  }
  .changeThemeButtons a.save, .changeThemeButtons a.delete, .changeThemeButtons a.cancel, .changeThemeButtons div.photo_upload, .changeThemeButtons a.preview {
      display: none;
  }

  .changeThemeButtons div.photo_upload {
      width: 125px;
      overflow: hidden;
      height: 22px;
      float: right;
      position: relative;
      margin-left: 15px;
      cursor: pointer;
      z-index: 13
  }
  .changeThemeButtons form {

  }
  .changeThemeButtons form input{
    opacity: 0;
    z-index: 12;
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
  }
  .changeThemeButtons div.photo_upload a {
    position: absolute;
    margin: 0;
    z-index: 1;
  }

  .uph_write_status_toolbar .btn.btn-link {
      color: #0099f1;
      font-size: 14px;
      outline: none;
      cursor: pointer;
  }

  .fa-mr {
    margin-right: 5px;
  }

  .btn-publish {
    background-color: #3caf42;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    font-style: italic;
  }

  @media (max-width: 991px) {
      .uph_left_person, .uph_left_buttons {
          margin-bottom: 15px;
      }
      .uph_left_person .person_details {
          padding: 20px 15px;
      }
      .uph_left_person .person_image {
          text-align: center;
      }

  }

  .user_profile_content {
      background-color: #fafafa;
      border-top: 1px solid #e2e7ea;
      /*margin-bottom: 50px;*/
  }

  .upc_rightside {
      padding: 30px 15px;
  }

  .status_update {
      padding: 15px 20px;
      background-color: #fff;
      border: 1px solid #b5babf;
      border-radius: 5px;
      margin-top: 20px;
  }
  .status_update:nth-child(1) {
      margin-top: 0px;
  }
  .status_update h4 {
      font-weight: normal;
      font-size: 14px;
      color: #2f3336;
  }
  .status_update h4 img {
      margin-right: 10px;
  }
  .status_update h4 span {
      color: #5c666e;
      margin-left: 10px;
  }
  .status_update p {
      line-height: 20px;
      color: #60686e;
      font-size: 14px;
      margin: 15px 0px;
  }
  .status_update hr {
      margin: 0;
      border-color: #e1e3e5;
  }
  .h_tag {
      color: #0099f1;
      font-weight: 500;
      margin-right: 5px;
  }
  .h_tag:hover {
      color: #0099f1;
  }
  .status_update_toolbar {
        padding-top: 10px;
  }
  .status_update_toolbar a {
    padding: 0px 5px;
    color: #0099f1;
    font-weight: 500;
    font-size: 14px;
    position: relative;
  }
  .status_update_toolbar a:active , .status_update_toolbar a:focus , .status_update_toolbar a:hover {
      color: #0099f1;
  }
  .status_update_toolbar a:active , .status_update_toolbar a:focus {
      text-decoration: none;
  }
  .status_update_toolbar a.active {
      color: #707273;
  }

  .btn-loadmore {
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700 !important;
    color: #5c666e;
    background-color: #fafafa;
    border: 1px solid #d0d7e0 !important;
    border-radius: 3px !important;
    outline: none;
    margin-top: 30px;
  }
  .btn-loadmore:hover {
    background-color: #f3f3f3;
  }
.user_details {
    margin-left: -15px;
    margin-right: -15px;
    background-color: #fff;
    border-right: 1px solid #e2e7ea;
}

.user_details .user_profile_title {
    margin: 0;
    font-weight: 600;
    color: #2f3336;
    font-size: 24px;
    text-transform: uppercase;
    padding: 30px 15px 15px;
}

.user_details.ud_influencer {
    border-right: none;
    border-left: 1px solid #e2e7ea;
}

.user_details.ud_influencer .user_stats .user_stat_number {
    font-size: 21px;
}
.user_details.ud_influencer .user_stats .user_stat_desc {
    font-size: 11px;
}

.user_stats .user_stat_number {
  font-weight: 700;
  font-size: 29px;
  color: #0099f1;
  display: block;
}
.user_stats .user_stat_desc {
  font-weight: 700;
  font-size: 12px;
  color: #5c666e;
  text-transform: uppercase;
  display: block;
  padding-right: 20px;
}
.user_stats {
    border-bottom: 1px solid #e2e7ea;
    padding-bottom: 20px;
}
.social_activity_block {
    border-bottom: 1px solid #e2e7ea;
    margin: 0px 15px 20px;
    padding-bottom: 20px;
}
.social_activity_block.last_bl {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.social_activity_title {
  font-size: 13px;
  color: #5c666e;
  font-weight: 500;
  margin: 0px 0px 10px;
}
.htags_block .h_tag {
    margin: 0;
    width: 49%;
    display: inline-block;
}
.user_item {
      margin-bottom: 20px;
}
.user_item:nth-last-child(1) {
  margin-bottom: 0px;
}
.user_item .user_item_image {
    width: 50px;
    float: left;
    padding-right: 15px;
    box-sizing: content-box;
}
.user_item .user_item_desc {
  float: left;
  width: calc(100% - 65px);
  padding: 3px 0px;
}
.user_item .user_item_desc h4 {
  color: #0099f1;
  font-weight: bold;
  font-size: 20px;
  margin: 0;
}
.user_item .user_item_desc p {
  font-size: 16px;
  color: #5c666e;
  margin: 0;
}
.user_item .user_item_desc p span {
  color: #2f3336;
  font-weight: 600 !important;
}

.up_campaign_items {
    padding: 0px 15px;
}
.up_campaign_item {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #e2e7ea;
    padding-bottom: 10px;
}

.up_campaign_item .up_campaign_item_image {
    float: left;
    width: 80px;
    padding-right: 15px;
    box-sizing: content-box;
}
.up_campaign_item .up_campaign_item_description {
    float: left;
    width: calc(100% - 95px);
}
.up_campaign_item .up_campaign_item_description p {
    color: #5c666e;
    font-size: 16px;
    margin: 5px 0px;
}
.up_campaign_item .up_campaign_item_description h4 {
    font-size: 20px;
    color: #2f3336;
    font-weight: bold;
    margin: 0px;
}
.up_campaign_item .up_campaign_item_description .up_campaign_item_progres {
  
}
.up_campaign_item .up_campaign_item_description .up_campaign_item_progres .progres {
    width: 65% !important;
    margin: 5px 0px;
    margin-right: 15px;
}
.up_campaign_item .up_campaign_item_description .up_campaign_item_progres span {
    color: #7f8286;
    font-size: 14px;
}
.user_stats_other_view {
    border-bottom: 1px solid #e2e7ea;
    padding-bottom: 20px;
    padding: 0px 15px 20px;
}
.user_stat_others {
    border-top: 1px solid #e2e7ea;
    padding: 12px 0px;
} 
.user_stat_others p {
    margin: 0px;
    font-size: 16px;
    color: #5c666e;
}
.user_stat_others p img {
  
}
.user_stat_others p strong {
    color: #000000;
    font-weight: 500;
}

/* status update page*/
.wrapp_hashtags {
    padding: 25px;
    border-bottom: 1px solid #e2e7ea;
}


.hashtags a {
    margin-bottom: 10px;
    display: block;
    color: #0099f1;
    font-size: 14px;
    font-weight: 500;
}

/* status update floww */
.status_updates.flow_status_updates {
    border: 1px solid #b5babf;
    border-radius: 5px;
}

.status_updates.flow_status_updates  .status_update.flow-item {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    border-bottom: 1px solid #b5babf;
    z-index: 9;
    position: relative;
}
.status_updates.flow_status_updates > .status_update.flow-item:nth-child(1) {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*background-color: aliceblue;*/
    box-shadow: 0px 2px 5px -1px #999;
    z-index: 10;
}
.status_updates.flow_status_updates  .status_update.flow-item:nth-last-child(1) {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: none;
}
 











.sidenav {
    height: 100%;
    width: 80%;
    margin-left: -80%;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    font-family: 'Exo 2', sans-serif;
}

.sidenav .sidebarMenuHeader {
    text-align: center;
    padding: 20.5px 10px;
    background-color: #2f3336;
    width: calc(100% + 1px);
}
.sidenav .sidebarMenuHeader .closeSideNav {
    color: #fff;
    position: absolute;
    left: 16px;
    top: 16px;
    font-size: 20px;
    padding: 10px;
}
.sidenav .sidebarMenuAccount {
  position: relative;
}
.sidebarMenuAccount .sMA_name {
    display: block;
    width: 100%;
    padding: 15px 25px;
    background-color: #f1f1f1;
    color: #40464a;
    font-size: 17px;
}
.sidebarMenuAccount .sMA_name img {
  margin-right: 15px;
}
.sidebarMenuAccount .sMA_name i.fa {
    position: absolute;
    top: 30px;
    right: 25px;
}
.sidebarMenuAccount .sMA_nameList {
    background-color: #fdfbfb;
    list-style: none;
    padding: 15px 25px;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #e8e8e8;
}
.sidebarMenuAccount .sMA_nameList.not_logged {
    background-color: #f1f1f1;
}
.sidebarMenuAccount .sMA_nameList li {
    color: #40464a;
    font-size: 15px;
}
.sidebarMenuAccount .sMA_nameList li a {
    color: inherit;
    padding: 5px 0px;
    display: block;
}
.sidebarMenuAccount .sMA_nameList li a i {
    margin-right: 7px;
    font-size: 18px;
}
.sidebarMenuExploreCats {
    background-color: #fff;
}
.sidebarMenuExploreCats {
    background-color: #fff;
}
.sidebarMenuExploreCats ul {
    list-style: none;
    padding: 15px 25px;
}
.sidebarMenuExploreCats ul li {
    font-size: 15px;
    color: #40464a;
}
.sidebarMenuExploreCats ul li a {
    color: inherit;
    padding: 5px 0px;
    display: block;
}
/*.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}*/

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .col-sm-4.cat_1.empty {
      width: 100% !important;
  }
}
div[contenteditable=true].text_box {
    display: block;
    -moz-appearance: textfield-multiline;
    /* -webkit-appearance: textarea; */
    font: medium -moz-fixed;
    font: -webkit-small-control;
    overflow: auto;
    width: 100%;
    border: 1px solid #b5babf;
    resize: none;
    border-radius: 5px;
    height: 75px;
    outline: none;
    padding: 2px 10px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background-color: white;
    margin-bottom: 5px;
}

.guestHashTag, .guestStatusLink {
  color: #0099f1;
  font-weight: 500;
  text-decoration: none !important;
  padding: 5px;
}
.user-container {
  padding: 10px;
}
.guestHashUser {
  font-weight: 700;
  color: #2f3336;
  text-decoration: none !important;
}
.guestHashTag:hover ,  .guestStatusLink:hover {
    opacity: 0.9;
    color: #0099f1;
}
.guestHashUser:hover {
    opacity: 0.9;
    color: #2f3336;
}

.status_update.flow-item.level_0 {
    border-top: 1px solid #b5babf !important;
    margin-top: 5px !important;
}
.status_update.flow-item.level_1 {
      margin-left: 10px;
      border-left: 2px solid #0099f1 !important;
}
.status_update.flow-item.level_2 {
      margin-left: 20px;
      border-left: 2px solid #0099f1 !important;
}
.status_update.flow-item.level_3 {
      margin-left: 30px;
      border-left: 2px solid #0099f1 !important;
}
.status_update.flow-item.level_4 {
      margin-left: 40px;
      border-left: 2px solid #0099f1 !important;
}
.status_update.flow-item.level_5 {
      margin-left: 50px;
      border-left: 2px solid #0099f1 !important;
}

.uph_write_status.level_none {
    border-left: 1px solid #b5babf !important;
    border-right: 1px solid #b5babf !important;
    border-radius: 5px !important;
}
.uph_write_status.level_1 {
      margin-left: 10px;
      border-left: 2px solid #b5babf !important;
}
.uph_write_status.level_2  {
      margin-left: 20px;
      border-left: 2px solid #b5babf !important;
}
.uph_write_status.level_3  {
      margin-left: 30px;
      border-left: 2px solid #b5babf !important;
}
.uph_write_status.level_4 {
      margin-left: 40px;
      border-left: 2px solid #b5babf !important;
}
.uph_write_status.level_5 {
      margin-left: 50px;
      border-left: 2px solid #b5babf !important;
}


.replies_block::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    position: absolute;
    border-left: 1px solid #b5babf; 
}
.replies_block::-webkit-scrollbar-thumb {
    background-color: rgb(181, 186, 191);
    border: 3px solid transparent;
    border-radius: 10px;
    background-clip: padding-box;
}
.replies_block::-webkit-scrollbar-track {
    background-color: rgba(50,50,50,0.05);
}


.status_preview {
    position: relative;
    padding: 0px;
    border: 1px solid #e1e3e5;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #fafafa;
    overflow: hidden;
}
.status_preview .link_content {
    position: relative;
}
.status_preview.has_image .link_content {
    position: relative;
}

.status_preview a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.status_preview h4 {
    padding: 0px 15px;
    font-size: 15px;
    font-weight: 800;
    margin-top: 0px;
    padding-top: 10px;
}
.status_preview p {
    padding: 0px 15px;
    margin-top: 0px;
    line-height: 16px; 
    margin-bottom: 5px;
    word-break: break-word;
}

.status_preview span {
    padding: 0px 15px;
    text-transform: uppercase;
    font-size: 12px;
    color: #999;
    font-weight: 500;
    padding-bottom: 5px;
    display: block;
}
.status_preview .video_play {
    width: 40%;
    height: 40%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-image: url('../images/play.png');
    background-size: 100% auto;
    background-position: center;
    cursor: pointer;
}
.status_preview .video_play:hover {
    background-image: url('../images/play_hover.png');
}
.status_preview .image_container {
    width: 135px;
    height: 110px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    float: left;
    margin: 10px;
    position: relative;
}
.metainfo_iframe {
    display: block;
    margin: 0px;
    padding: 0px;
    border: 0px;
    margin-bottom: 10px;
}
.upload_photos {
    position: relative;
    display: inline-block;
}
.upload_photos input[type='file']{
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.photos_uploaded {
    display: inline-block;
    height: 34px;
    width: 265px;
    margin-bottom: -15px;
}
.photos_uploaded .photo_upload {
    float: left;
    position: relative;
    margin-right: 5px;
}
.photos_uploaded span.delete_upload_photo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    margin: auto;
    bottom: 0;
    right: 0;
    color: #bf2b2b;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}
.photos_uploaded .delete_upload_photo i.fa.fa-trash {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 19px;
    font-size: 20px;
}

.status_gallery .gallery_item_1:hover, .status_gallery .gallery_item_2:hover, .status_gallery .gallery_item_3:hover, .status_gallery .gallery_item_4:hover {
    cursor: zoom-in;
    opacity: 0.8;
}

.status_gallery .gallery_item_1 {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    border-radius: 5px;
}

.status_gallery .gallery_item_2 {
    width: 50%;
    display: inline-block;
    overflow: hidden;
}
.status_gallery .gallery_item_3 {
    width: 33%;
    display: inline-block;
    overflow: hidden;
}
.status_gallery .gallery_item_4 {
    width: 24.5%;
    display: inline-block;
    overflow: hidden;
}
.status_gallery .gallery_item_3:nth-child(1) , .status_gallery .gallery_item_4:nth-child(1), .status_gallery .gallery_item_2:nth-child(1) {
    margin-left: -2px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.status_gallery .gallery_item_3:nth-last-child(1) , .status_gallery .gallery_item_4:nth-last-child(1) , .status_gallery .gallery_item_2:nth-last-child(1){
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-right: -2px;
}
.users_hint {
    display: none;
    width: 300px;
    position: absolute;
    z-index: 99;
    top: 89px;
    background-color: #fff;
    border: 1px solid #b5babf;
    border-radius: 5px;
}
.users_hint ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.users_hint ul li {
    padding: 5px 15px;
    font-weight: 500;
}
.users_hint ul li:hover {
    background-color: #e9ebef;
    cursor: pointer;

}
.users_hint ul li span {
    font-weight: 400;
    color: #9c9999;
    font-style: italic;
}
.users_hint ul li img.img-circle {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.influencer_dashboard_statuses {
    margin-left: 15px;
}
.influencer_dashboard_statuses .uph_write_status {
    margin-top: 0px;
    background-color: aliceblue;
    margin-bottom: 30px;
}
.status_update .recrew_info {
    margin: -15px -20px;
    width: calc(100% + 40px);
    margin-bottom: 10px;
    padding: 10px 20px 10px;
    border-bottom: 1px solid #b5babf;
    background-color: aliceblue;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.new_items {
    display: none;
    background-color: aliceblue;
    border: 1px solid #babfc5;
    padding: 10px 20px;
    text-align: center;
    color: #0099f1;
    border-radius: 5px;
    cursor: pointer;
}
.new_items:hover {
    background-color: #d5e8f9;
}
.hastags_statuses_content {
    padding: 25px;
    margin-top: 20px;
}
/* Boost Update POPUP*/
.gueast_modal .modal-dialog {
    font-family: 'Exo 2', sans-serif;
}
#boostStatusModal .modal-dialog {
    position: absolute;
    /*top: -50px;*/
    top: 100px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    /*height: 350px;*/
}
.gueast_modal .modal-backdrop.in {
    opacity: .25;
}
.gueast_modal .modal-content {
    border: none;
    border-radius: 0px;
    /*height: 100%;*/
}
#boostStatusModal .rejected_status_alert {
    background-color: #ffd2d2;
    color: #e4191c;
    border: 1px solid #e4191c;
    padding: 10px;
}
#boostStatusModal .modal-body h4 {
      font-family: 'Roboto', sans-serif;
      font-size: 24px;
      font-weight: 400;
      margin-top: 25px;
      margin-bottom: 15px;
}
#boostStatusModal .modal-body p {
      font-family: 'Roboto', sans-serif;
      font-size: 18px;
      font-weight: 400;
}
#boostStatusModal .modal-body {
      text-align: center;
}

#statusLimitationModal .modal-body p,
#confirmRequestAprovalModal .modal-body p{
      font-family: 'Roboto', sans-serif;
      font-size: 18px;
      font-weight: 400;
}

#statusLimitationModal .buttons button,
#confirmRequestAprovalModal .buttons button {
  margin: 0px!important;
}


.gueast_modal .modal-header {
    border: none;
}
.gueast_modal .modal-header button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.gueast_modal .modal-header h4.modal-title {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #2f3336;
}
    
.gueast_modal .modal-body .buttons {
    margin-top: 15px;
}
.gueast_modal .modal-body .buttons button {
    outline: none;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    padding: 5px 25px;
    margin: 0px 10px;
}
.btn.green-btn {
    background-color: #3caf42;
}
.btn.blue-btn {
    background-color: #0099f1;
}
.btn.orange-btn {
    background-color: #f17a00;
}
#editStatusModal .modal-body {
    padding: 4px !important;
}
#editStatusModal .modal-body .uph_write_status {
    margin-bottom: 0px;
    border-radius: 0px;
}


/* spiner */
.spiner {
    width: 105px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px;
}
.spiner button {
    float: left;
    width: 25%;
    height: 25px;
    padding: 0px;
    line-height: 0px;
    border-color: #b5babf;
    background-color: #eceff2;
    font-size: 12px;
    padding-bottom: 3px;
    outline: none !important;
}
.spiner button:nth-child(1) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: none; 
}
.spiner button:nth-last-child(1) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: none; 
}

.spiner input {
    float: left;
    width: 50%;
    height: 25px;
    border-radius: 0px;
    border-color: #b5babf;
    text-align: center;
}

.share_status {
    display: none;
    padding: 10px 20px;
    background-color: aliceblue;
    border-top: 1px solid #b5babf;
    margin: 10px -20px -15px -20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.share_status .social_networks a {
    font-size: 15px;
    color: #5c666e;
}
.share_status .social_networks a i.fa-facebook {
    color: #3b5998;
    font-size: 17px;
}
.share_status .social_networks a i.fa-twitter {
    color: #1da1f2;
    font-size: 17px;
}
.share_status .social_networks a i.fa-linkedin {
    color: #1985bd;
    font-size: 17px;
}
.share_status .social_networks a i.fa-google-plus {
    color: #db4437;
    font-size: 17px;
}
.influencer_offers {
    padding: 15px;
}
.offers_content {
    margin-top: 20px;
}
.offers_content .offer_item {
    margin-bottom: 15px;
    margin-left: -15px;
}
.offers_content .offer_item h4 {
    margin: 0;
    font-size: 15px;
}
.offers_content .offer_item h4 a.offer_profile_name {
    color: #2f3336;
}
.offers_content .offer_item h4 a {
    margin-right: 5px;
}
.offers_content .offer_item h4 img {
    margin-top: -3px;
}
.offers_content .offer_item h4 span {
    color: #5c666e;
    margin-left: 10px;
    font-weight: 400;
    font-size: 14px;
}
.offers_content .offer_item p {
    line-height: 20px;
    color: #60686e;
    font-size: 14px;
    margin: 15px 0px;
}
.offer_toolbar {
    background-color: rgba(0, 153, 241, 0);
    margin: -15px;
    padding: 10px 15px;
    border-top: 1px solid #e2e7ea;
    margin-top: 15px;
}
.offer_toolbar .social_networks a {
    margin-right: 15px;
    float: left;
    color: #fff;
        font-size: 14px;
    padding: 2px 5px;
}
.offer_toolbar .social_networks a.btn-facebook {
    background-color: #3b5998;
}
.offer_toolbar .social_networks a.btn-twitter {
    background-color: #1da1f2;
}
.offer_toolbar .social_networks a.btn-linkedin {
    background-color: #1985bd;
}
.offer_toolbar .social_networks a.btn-google-plus {
    background-color: #db4437;
}
.offer_toolbar .social_networks a i {
    font-size: 17px;
}
.offer_toolbar .offer_total {
    font-size: 15px;
    margin: 3px 0px;
    display: inline-block;
    float: right;
    color: #5c666e;
}
.offer_toolbar .social_networks a .social_network_btn_info {
    background-color: #fff;
    color: #999;
    margin: -2px -5px -2px 10px;
    height: 25px;
    float: right;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 0px 10px;
    line-height: 25px;
}
.offer_toolbar .social_networks a.disabled_network {
    pointer-events: none;
    opacity: 0.5;
}
@media all and (max-width: 991px) {
  .offers_content .offer_item {
      margin-left: 0;
  }
}
@media all and (max-width: 1199px) {
    .offer_toolbar .social_networks a {
      margin-bottom: 10px;
    }
}


.drop_options {
    color: #b9b9b9;
    background-color: transparent;
    border: none;
    outline: none !important;
}
.drop_options:hover,  .drop_options:focus{
    color: #0099f1;
}

.status_preview span.remove_all_meta , .status_preview span.remove_imege_meta {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #999;
    cursor: pointer;
    padding: 0px;
    font-size: 14px;
    z-index: 99;
}
.status_preview span.remove_all_meta:hover , .status_preview span.remove_imege_meta:hover {
    color: #e4191c;
}

.status_preview span.remove_imege_meta {
    background-color: #fff;
    padding: 0px 4px;
    top: 2px;
    right: 2px;
    border-radius: 10px;
}
.status_preview span.remove_imege_meta i {
    padding: 0px;
}

.reject_history {

}
.reject_history .reject_history_messages {
  
}
.reject_history textarea {
    height: 100px;
}
.reject_history button {
  
}
.text-green {
    color: #3caf42;
}
.text-red {
    color: #e4191c;
}
.text-orange {
    color: #E28C06;
}
.text-blue {
    color: #0099f1;
}
ul.likers {
    position: absolute;
    background-color: #fff;
    bottom: 16px;
    left: -2px;
    list-style: none;
    padding: 10px 0px;
    margin: 0px;
    border: 1px solid #b5babf;
    border-radius: 5px;
    z-index: 99;
    max-height: 365px;
    overflow-y: auto;
    width: 200px;
}

ul.likers li {
    padding: 5px 10px;
    text-align: left;
}
ul.likers li:hover {
  background-color: #efefef;
  cursor: pointer;
}
ul.likers li img{
    width: 40px;
    margin-right: 5px;
}
ul.likers li.empty {
    text-align: center;
    color: #999;
}
ul.likers li.empty:hover {
    background-color: transparent;
}



button.btn-following {
    border: 1px solid #0099f1;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
}
.btn-following.unfollow {
    background-color: #fff;
    color: #0099f1;
}
.btn-following.follow {
    background-color: #0099f1;
    color: #fff;
}
button.btn-following i {
      margin-right: 2px;
}
.message_page_btn {
    border: none;
    background: transparent;
    text-transform: uppercase;
    text-align: left;
}
.message_page_btn:hover {
  color: #737373;
}

.change_email_group , .change_pwd_group {
  display: none;
}
.open_hiden_sett {
  cursor: pointer;
}
 
.recrew-block, .like-block {
    display: inline-block;
    padding: 0px 5px;
}
.recrew-block a, .like-block a {
    padding: 0px;
}
.social_button img{
    height: 40px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-right: 20%;
}

.status_update.draft_status_update {
  margin-top: 15px;
}


/*-------login-page-----*/
.loginWrap {
    margin: 0px auto 0px;
    max-width: 617px;
	padding:10px 0 30px;
}
.midle_container .page .loginWrap .page_title2 h2{
 	color:#2f3336;
	font-weight:700;
	font-style:normal;
	margin-bottom:45px;
	padding:0 10px;
	text-align:center;
	}
.loginCnt {
    width: 617px;
    background: #fff;
    padding: 30px 60px;
    border-radius: 10px;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, .05);
    margin: auto;
}
.loginCnt h2{
	color:#2f3336;
	font-size:26px;
	font-weight:700;
	text-align:center;
	margin:0 0 40px 0;
	text-transform:uppercase;
}
.mB30{ margin-bottom:30px;}
.flidRow {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
}
.loginTxtFld{
	height:57px;
	width:100%;
	border:1px solid #e7e7e7;
	padding:0 15px 0 70px;
	background:#f6f6f6;
	border-radius: 3px;
	color:#7f7f7f;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	}
.loginTxtFld::-webkit-input-placeholder {color: #7f7f7f; opacity:1; letter-spacing: 0.15em; text-transform: uppercase;}
.loginTxtFld:-moz-placeholder { color: #7f7f7f; opacity:1 ; letter-spacing: 0.15em; text-transform: uppercase;}
.loginTxtFld::-moz-placeholder { color: #7f7f7f; opacity:1; letter-spacing: 0.15em; text-transform: uppercase; }
.loginTxtFld:-ms-input-placeholder {color: #7f7f7f; opacity:1; letter-spacing: 0.15em; text-transform: uppercase;}
.loginTxtFld:focus{ outline:none}
.fld-lcon {
    position: absolute;
    font-size: 22px;
    width: 55px;
    text-align: center;
    border-right: 1px solid #ddd;
    height: 100%;
    line-height: 53px;
	color:#5b5c5c;
}
.ck-dv-wrap {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
    color: rgba(16, 32, 43, .8);
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	top:0px;
	display:block;
	letter-spacing: 0.17px;
	text-align:left
	}
.ck-dv-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
	margin:0;
	top:0px;
	left:0px;
	}
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background:#f6f6f6;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
	}
.ck-dv-wrap input:checked ~ .checkmark {
    background:url(../img/check-on-icon-nw.svg) center center no-repeat #0189ff;
	}
.checkTxt {
    color: #7f7f7f;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    letter-spacing: 0.15em;
    position: relative;
    top: 4px;
	}	
.ForgotPassDiv a {
    color: #5b5c5c;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}	
.ForgotPassDiv a:hover{ color:#0189ff; text-decoration: none;}	
.loginBtn {
    width: 292px;
    height: 57px;
    color: #fff;
    background: #0189ff;
    border: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 25px;
    margin: auto;
    text-decoration: none;
}	
.loginBtn:hover{ background:#333}
.loginBtn:focus{ outline:none}	
.orTxt {
    text-align: center;
    color: #989898;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
}
ul.loginSocal {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
    position: relative;
}	
ul.loginSocal:after{
	position:absolute;
	content:"";
	background:#d0d0d0;
	height:1px;
	width:62px;
	left:50px;
	top:calc(50% - 1px);
	}
ul.loginSocal:before{
	position:absolute;
	content:"";
	background:#d0d0d0;
	height:1px;
	width:62px;
	right:50px;
	top:calc(50% - 1px);
	}
ul.loginSocal li{ display:inline-block; margin:5px 10px;}	
.loginCnt h6{
	font-size:18px;
	color:#2f3336;
	font-weight:700;
	text-align:center;
	width:100%;
	}	
.loginCnt h6 a{ color: #0189ff; text-decoration:none}	
.mL20{ margin-left:20px !important;}

.checkTxt-2 {
    color: #7f7f7f;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    position: relative;
    top: 4px;
}
.fld-lcon img {
    width: 27px;
}
.captArea{ }


/*-----------Contact Us------------*/
.cntWrapArea{ text-align:center}
.cntWrapArea h1 {
    color: #2f3336;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 15px;
	font-size:30px;
}
.cntWrapArea h6 {
    color: #2f3336;
    font-style: normal;
	font-size:22px;
	margin:0;
}
.contactWrap{
    width: 100%;
    background: #fff;
    padding: 30px 60px;
    border-radius: 10px;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, .05);
    margin: auto;
	display:flex;
	margin-top:45px;
	}
.leftCntArea{
    width: 50%;
    padding-right: 60px;
    text-align: center;
    position: relative;
	}	
.leftCntArea:after{
	position:absolute;
	content:"";
	width:1px;
	height:100%;
	top:0;
	right:0;
	background:linear-gradient(#fff, #c0c0c0, #fff);
	}
.leftCntArea h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #2f3336;
}

.loginTxtFld01{
	height:57px;
	width:100%;
	border:1px solid #e7e7e7;
	padding:0 15px 0 15px;
	background:#f6f6f6;
	border-radius: 3px;
	color:#7f7f7f;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	}
.loginTxtFld01::-webkit-input-placeholder {color: #7f7f7f; opacity:1; letter-spacing: 0.15em; text-transform: uppercase;}
.loginTxtFld01:-moz-placeholder { color: #7f7f7f; opacity:1 ; letter-spacing: 0.15em; text-transform: uppercase;}
.loginTxtFld01::-moz-placeholder { color: #7f7f7f; opacity:1; letter-spacing: 0.15em; text-transform: uppercase; }
.loginTxtFld01:-ms-input-placeholder {color: #7f7f7f; opacity:1; letter-spacing: 0.15em; text-transform: uppercase;}
.loginTxtFld01:focus{ outline:none}

.loginTxtArea01{
	height:125px;
	width:100%;
	border:1px solid #e7e7e7;
	padding:10px 15px 0 15px;
	background:#f6f6f6;
	border-radius: 3px;
	color:#7f7f7f;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	resize:none;
	}
.loginTxtArea01::-webkit-input-placeholder {color: #7f7f7f; opacity:1; letter-spacing: 0.15em; text-transform: uppercase;}
.loginTxtArea01:-moz-placeholder { color: #7f7f7f; opacity:1 ; letter-spacing: 0.15em; text-transform: uppercase;}
.loginTxtArea01::-moz-placeholder { color: #7f7f7f; opacity:1; letter-spacing: 0.15em; text-transform: uppercase; }
.loginTxtArea01:-ms-input-placeholder {color: #7f7f7f; opacity:1; letter-spacing: 0.15em; text-transform: uppercase;}
.loginTxtArea01:focus{ outline:none}
.capt01{ text-align:center; margin:auto}

.rightCntArea {
    width: 50%;
    padding-left: 60px;
    text-align: center;
	padding-top:45px;
	}
.cntEmPh {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dfdfdf;
    text-align: left;
    position: relative;
    padding-left: 85px;
	}
.cntEmPhIcon {
    width: 60px;
    height: 60px;
    background: #ededed;
    display: inline-block;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    line-height: 58px;
    font-size: 25px;
    color: #56585a;
    left: 0;
    top: 25px;
	}
.cntEmPh h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
    color: #56585a;
}	
.cntEmPh p, .cntEmPh p a {
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
    color: #56585a;
	text-decoration:none;
}	
.cntFollowUs{ padding-top:50px;}
.cntFollowUs h3{
	color:#989898;
	font-size: 25px;
    font-weight: bold;
    line-height: 1;
	margin-bottom:30px;
	}	
.cntFollowUs ul{ margin:0; padding:0; text-align:center; text-align:center}
.cntFollowUs ul li{ display:inline-block; margin:10px;}	
.cntFollowUs ul li a img{ max-width:100%}
	
	

/*---------------------------*/
.hashtags_flex {
    display: flex;
    flex-wrap: wrap;
	}
.mLR10{
    margin-left: -10px;
    margin-right: -10px;
	}
.pLR10 {
    padding-right: 10px;
    padding-left: 10px;
	}
a.hashtag-link {
    margin-bottom: 10px;
    display: block;
    color: #0099f1;
    font-size: 14px;
    font-weight: 500;
    word-break: break-all;
	font-family: 'Roboto', sans-serif;
	}
	
.page_title2 h2 { font-weight: 700;}
.content_items {  display: flex; flex-wrap: wrap;}	

.aboutTxt{border-bottom:1px solid #d6d5d5; padding-bottom:15px; margin-bottom:15px;}
.aboutTxt p{ color:#808387; font-family: 'Roboto', sans-serif; font-size:14px !important}
.right_side .user_about span{ display:block}
.right_side .green_button.btnStye{ height:39px; font-style:normal; font-weight:700; }
.abtLftCnt h3{ color:#2f3336; font-size:20px; font-weight:700; padding:0; margin:0 0 20px 0}
.abtLftCnt p{ color:#808387; font-size:16px; line-height:1.3; margin-bottom:17px; font-family: 'Roboto', sans-serif; }
blockquote {
    background: #f9f9f9;
	color:#676767; 
	font-weight:500;
	}
blockquote p{ font-weight:400; font-style:italic}
.testimonial-profile h4{color:#2f3336; font-size:20px; font-weight:700; margin-bottom:6px;}
.testimonial-profile p{ color:#56585a; font-size:14px; font-weight:700;}

.new-areaSee{ border-top:1px solid #d6d5d5; margin-top:20px; padding-top:20px; text-align:center}
.new-areaSee p{ font-weight:700;}
a.see-more-new {
    background: #3faf47;
    color: #fff;
    min-width: 140px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    text-transform: uppercase;
	border-radius: 5px;
    letter-spacing: .5px;
	}
.blog_right_side h3 {
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
	}
.emlSubscribeArea{ position:relative}
.emailfd {
    background: #efefef;
    border: 0;
    height: 39px;
    width: 100%;
    padding: 0px 115px 0 15px;
}
.emailfd:focus{ outline: none}
.emailfdBtn {
    background: #3faf47;
    position: absolute;
    top: 0;
    right: 0;
    height: 39px;
    width: 110px;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .2px;
}
.alignCenter{ text-align:center}
.blog_item_info {
    font-weight: 700;
    color: #888;
}	
.blog_item_info span{ color:#888 !important}
.blog_item_content p{font-family: 'Roboto', sans-serif; font-weight:400 !important; font-style: normal !important}
a.rMoreBtn{
    background: #3faf47;
    color: #fff !important;
    min-width: 140px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 5px;
    letter-spacing: .5px;
	}

.blogPagenation{ padding-bottom:30px}
.blogPagenation ul{ margin-top:0; padding-top:0}
.blogPagenation ul li{ 
	margin:2px;
	box-shadow: 0px 0px 60px rgba(0, 0, 0, .05);
    border-radius: 15px;
    border: 0px;
    height: 39px;
    line-height: 2;
    font-weight: 700;
    color: #333;
	}
.blogPagenation ul li a {
    border: 0px;
    font-weight: 700;
    color: #333;
}
.blogPagenation ul li.previous a{ float:none}
.blogPagenation ul li.next a{ float:none}
.g-recaptcha{ margin: auto;}


.blog_inside_content{
	padding: 30px 25px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, .05);
    border-radius: 10px;
	background:#fff;
	}
.blog_inside_content .wp-caption {max-width: 100% !important;}
.blog_inside_content img{ width:auto; max-width:100%}
.blog_inside_content p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400 !important;
    font-style: normal !important;
}
.blog_inside_content ul {
    font-family: 'Roboto', sans-serif;
    font-weight: 400 !important;
    font-style: normal !important;
	padding-left:25px
}
.blog_inside_content ul li{ margin-bottom:5px}
.blog_inside_content .comment-form label{ vertical-align:top; width:100px;}
.blog_inside_content .comment-form .submit{
    background: #3faf47;
    color: #fff;
    min-width: 140px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 5px;
    letter-spacing: .5px;
	border:0;
	}
.mL100{ margin-left:100px;}

.blog_inside_content ol.commentlist {
    padding-left: 25px;
    margin: 0;
	}
.blog_inside_content ol.commentlist li{
    background: #f4f4f4;
    margin-bottom: 20px;
    padding: 15px 20px;
    border-radius: 5px;
	
	}
.blog_inside_content .comment-author img{ margin:0 5px 5px 0; border-radius:50%}

@media all and (min-width: 768px) {
	.desktop_navbar{display: flex !important; justify-content: space-between;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
	.mL20{ margin-left:0 !important}
}
@media only screen and (min-width:768px) and (max-width:991px){
	.mL20{ margin-left:0 !important}
	.navbar-brand{ width:130px;}
	.navbar-brand img{ max-width:100%;}
	
	/*-----------Contact Us------------*/
	.contactWrap{ display:block}
	.leftCntArea { width: 100%; padding-right: 0;}
	.leftCntArea:after{ display:none}
	.rightCntArea { width: 100%; padding-left: 0; text-align: center;}
}
@media(max-width:767px){
	.loginWrap{ max-width:100%}
	.loginCnt{ width:100%; padding: 25px 25px;}
	#footer .col_1 {    width: 100%;}
	#footer .col_2{ width:100%; margin-top:50px;}
	.midle_container .page .loginWrap .page_title2 h2{ font-size:28px;}
	ul.loginSocal:before{ display:none}
	ul.loginSocal:after{ display:none}
	
	/*-----------Contact Us------------*/
	.contactWrap{ display:block; padding:25px;}
	.leftCntArea { width: 100%; padding-right: 0;}
	.leftCntArea:after{ display:none}
	.rightCntArea { width: 100%; padding-left: 0; text-align: center;}
	.cntFollowUs ul li { margin: 5px; width: calc(36% - 20px);}
	.cntEmPhIcon{ width:45px; height:45px; line-height:45px; font-size:18px;}
	.cntEmPh{ padding-left:60px;}
	.cntEmPh h4{ margin-top:5px;}
	.cntEmPh p, .cntEmPh p a{ font-size:16px;}
	
	
	/*-----------------------*/
	#content2 .item .photo .title {line-height: 1; font-size: 20px;}
	#content2 .item{ min-height:inherit}
	}
	
@media(max-width:479px){
	.flidRow {flex-wrap: wrap;}
	.ForgotPassDiv { width: 100%; text-align: center;  margin-top: 20px;}
	ul.loginSocal li{ width:50px; height:50px;}
	ul.loginSocal li a img{ width:100%}
}