@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;
}
@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: 35px 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;
}
.midle_container .page .page_title2 {
  margin-bottom: 20px;
}
.midle_container .page .page_title2 h2 {
  margin: 0px;
  font-size: 30px;
  color: #2f3336;
  font-style: italic;
  font-weight: 600;
  text-align: center;
}
.midle_container .page .page_title2 span {
  font-size: 30px;
  color: #2f3336;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.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: 1px solid #e2e7ea;
  padding: 30px;
  font-family: 'Exo 2', sans-serif;
}
.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;
}
@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;
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .gala4ka {
    font-size: 12px;
  }
}
.guest_tooltip {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
}
.guest_tooltip .gt_pointer {
  cursor: pointer;
}
.guest_tooltip .gt_pointer i {
  color: #5e666e;
}
.guest_tooltip .gt_pointer:hover + .gt_info {
  display: block;
}
.guest_tooltip .gt_info {
  display: none;
  position: absolute;
  width: 255px;
  border: 1px solid #d5dde3;
  background: white;
  font-size: 14px;
  color: #2f3336;
  padding: 20px;
  z-index: 99999;
  left: -119px;
  top: 32px;
}
.guest_tooltip .gt_info::before {
  content: url(../images/guest_tooltip_arr.png);
  width: 16px;
  height: 16px;
  position: absolute;
  top: -15px;
  left: 119px;
}
/* Header Block Import*/
header {
  background-color: #2f3336;
  height: 81px;
}
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;
}
@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 .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;
  right: 0;
  margin: 8px 0px;
  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: -41px;
  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;
}
header .navbar .navbar-header .header_account_mobile,
header .navbar .navbar-nav .header_account_mobile {
  display: none;
  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 .navbar-offcanvas {
  background-color: #2f3336;
}
@media all and (max-width: 767px) {
  header .navbar .navbar-offcanvas {
    width: 80%;
    height: 100%;
    display: none;
    position: fixed;
    z-index: 9999999;
    background-color: #fff;
    top: 0px;
    left: 0px;
  }
}
header .navbar .navbar-offcanvas .header_menu_mobile {
  display: none;
  height: 81px;
  padding: 14px 0px;
  background-color: #2f3336;
}
header .navbar .navbar-offcanvas .header_menu_mobile .navmenu-brand {
  padding: 15px 15px;
}
header .navbar .navbar-offcanvas .header_menu_mobile .navbar-toggle {
  margin-left: 15px;
}
header .navbar .navbar-offcanvas .header_menu_account {
  background-color: #c9d4dd;
  height: 95px;
  display: none;
}
header .navbar .navbar-offcanvas .header_menu_account .header_account {
  color: #2f3336;
  display: inline-block;
  margin: 31px 0px;
  font-size: 20px;
}
header .navbar .navbar-offcanvas .header_menu_account .header_account img {
  min-width: 40px;
}
@media all and (max-width: 767px) {
  header .navbar .navbar-offcanvas .navbar-form {
    border-bottom: 1px solid #c9d4dd;
    margin: 0px;
  }
  header .navbar .navbar-offcanvas .navbar-form .search {
    width: 270px;
  }
  header .navbar .navbar-offcanvas .navbar-right {
    margin: 0px;
  }
  header .navbar .navbar-offcanvas .navbar-right > li {
    border-bottom: 1px solid #c9d4dd;
    padding: 10px 0px;
  }
  header .navbar .navbar-offcanvas .navbar-right > li > a.tablet_invisible {
    display: block !important;
  }
  header .navbar .navbar-offcanvas .navbar-right > li > a.tablet_visible {
    display: none !important;
  }
  header .navbar .navbar-offcanvas .navbar-right > li:nth-last-child(1) {
    display: none;
  }
  header .navbar .navbar-offcanvas .navbar-right > li > a.header_blue_btn,
  header .navbar .navbar-offcanvas .navbar-right > li > a.header_account {
    margin: 0px 15px !important;
    padding: 0px !important;
  }
  header .navbar .navbar-offcanvas .navbar-right > li > a.header_blue_btn {
    padding: 0px 10px !important;
  }
  header .navbar .navbar-offcanvas .navbar-nav {
    margin: 0px;
  }
  header .navbar .navbar-offcanvas .navbar-nav li.dropdown > a > i {
    float: right;
    margin-top: 5px;
  }
  header .navbar .navbar-offcanvas .navbar-nav .dropdown a {
    color: #2f3336;
    font-size: 20px;
    line-height: 30px;
  }
  header .navbar .navbar-offcanvas .navbar-nav .dropdown-menu {
    border-bottom: 1px solid #c9d4dd;
  }
  header .navbar .navbar-offcanvas .navbar-nav .dropdown-menu a {
    font-family: 'Exo 2', sans-serif;
    transition: color 0.5s;
    background-color: transparent;
  }
  header .navbar .navbar-offcanvas .navbar-nav .dropdown-menu a:hover {
    color: #D7D7D7;
  }
  header .navbar .navbar-offcanvas .navbar-nav .dropdown-menu li.divider {
    background-color: #c9d4dd;
  }
}
header .navbar .overlay_menu_mobile {
  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: 14px;
  font-weight: 500;
  font-style: italic;
  transition: color 0.5s;
}
header .header_link > i {
  font-size: 10px;
}
header .header_link + .dropdown-menu {
  top: 65px;
}
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: italic;
  text-transform: uppercase;
  font-size: 14px;
  height: 33px;
  padding: 0px 20px !important;
  line-height: 32px !important;
  border-radius: 6px;
  letter-spacing: 1px;
  margin: 8px 0px !important;
}
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: 500;
  font-style: italic;
  font-size: 14px;
  height: 33px;
  padding: 0px 19px !important;
  line-height: 32px !important;
  margin: 8px 0px;
  transition: color 0.5s;
}
header .header_account span {
  font-style: normal;
}
header .header_account > img {
  margin-right: 10px;
}
header .header_account + .dropdown-menu {
  top: 65px;
}
header .navbar-form {
  margin: 22px 0px 22px 30px;
}
@media all and (max-width: 1199px) {
  header .navbar-form {
    margin-left: 0px;
  }
}
header .navbar-form .search {
  height: 34px;
  background-color: #fff;
  width: 420px;
  border-radius: 6px;
}
@media all and (max-width: 1199px) {
  header .navbar-form .search {
    width: 264px;
  }
}
header .navbar-form .search > input {
  width: 364px;
  padding-left: 0px;
  border: none;
  color: #808387;
  font-family: 'Exo 2', sans-serif;
  font-size: 14px;
  outline: none;
}
@media all and (max-width: 1199px) {
  header .navbar-form .search > input {
    width: 226px;
  }
}
header .navbar-form .search > input:focus {
  border: none;
  box-shadow: none;
}
header .navbar-form .search > button {
  border: none;
  color: #808387;
  background-color: transparent;
  transition: color 0.5s;
  outline: none;
  float: left;
  margin-top: 4px;
}
header .navbar-form .search > button:hover {
  color: #373b3e;
}
/*
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: 490px;
}
@media all and (max-width: 1199px) {
  #footer .col_1 {
    width: 65%;
  }
}
#footer .col_1 .logo {
  display: block;
  background: url('../images/logo.jpg') no-repeat -4px 0;
  display: inline-block;
  width: 132px;
  height: 27px;
  text-decoration: none;
}
#footer .col_1 .desc {
  padding: 10px 10px 0 0;
  color: #c0c0c0;
  font-size: 15px;
  font-style: italic;
}
#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;
}
@media all and (max-width: 1199px) {
  #footer h3 {
    padding: 0 0 0px;
    margin: 10px 0px 0px;
  }
}
#footer .col_2 {
  float: left;
  width: 234px;
}
@media all and (max-width: 1199px) {
  #footer .col_2 {
    width: 30%;
    float: right;
  }
}
#footer .col_2 a {
  text-decoration: underline;
  color: #bdc1c5;
  width: 100%;
  display: block;
  line-height: 30px;
  font-size: 15px;
}
#footer .col_2 a:nth-child(2) {
  padding-left: 0px;
}
#footer .col_2 a:hover {
  text-decoration: none;
}
#footer .col_3 {
  float: left;
  width: 416px;
}
@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: 40px;
  position: relative;
  padding: 9px 0 0;
}
#footer .col_3 form input[type='text'] {
  background: #474e53;
  border: 1px solid #303030;
  color: #c0c0c0;
  height: 36px;
  padding: 0 10px;
  width: 65%;
  font-size: 14px;
}
#footer .col_3 form input[type='submit'] {
  background: #0099f1;
  border: 1px solid #0099f1;
  color: #fff;
  position: absolute;
  right: 0;
  top: 9px;
  height: 36px;
  width: 30%;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
#footer .col_3 .desc {
  padding: 12px 0 0;
  color: #bdc1c5;
  font-size: 15px;
  font-style: italic;
}
#footer .col_4 {
  margin: 20px 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;
}
@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: underline;
  margin: 0 0 0 20px;
  display: inline-block;
}
@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: 21px;
}
.slider .bxslider .slide_right_top h3 {
  font-size: 30px;
  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;
  }
}
.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;
}
@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;
}
#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;
}
#content .sort {
  padding: 32px 0 35px;
  text-align: center;
  font-size: 24px;
}
#content .sort a {
  text-decoration: none;
  color: #808387;
  padding: 0 60px;
}
@media all and (max-width: 767px) {
  #content .sort a {
    padding: 0 2%;
  }
}
#content .sort a.active {
  color: #0099f1;
}
#content .col-md-6:nth-child(2n) .row .item {
  margin-right: 0;
  margin-left: 15px;
}
@media all and (max-width: 992px) {
  #content .col-md-6:nth-child(2n) .row .item {
    margin: 0 0px 26px 0;
  }
}
#content .item {
  float: left;
  margin: 0 15px 26px 0;
  border: 1px solid #e2e7ea;
  background: #fff;
  width: 97%;
}
@media all and (max-width: 992px) {
  #content .item {
    margin: 0 0px 26px 0;
    width: 100%;
  }
}
#content .item .photo {
  height: 276px;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 992px) {
  #content .item .photo {
    height: auto;
  }
}
#content .item .photo img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media all and (max-width: 992px) {
  #content .item .photo img {
    width: 100%;
    position: relative;
  }
}
#content .item .photo .title {
  position: absolute;
  left: 30px;
  bottom: 50px;
  z-index: 2;
  font-size: 29px;
  color: #fff;
}
#content .item .photo .author {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 2;
  font-size: 16px;
  color: #fff;
}
#content .item .inner {
  padding: 28px 36px 28px;
}
#content .item .inner .cat {
  font-size: 15px;
  font-weight: bold;
  color: #373b3e;
}
#content .item .inner .cat .icon {
  vertical-align: middle;
  margin: 0 10px 0 0;
  background-image: url('../images/categories_black.png');
}
#content .item .inner .desc {
  padding: 11px 0 0;
  font-size: 16px;
  font-style: italic;
  /*height:54px;*/
  color: #60686d;
}
#content .item .inner .count {
  padding: 5px 0 0;
  font-size: 16px;
  width: 100%;
  float: left;
}
#content .item .inner .bottom {
  padding: 10px 0 0;
  font-size: 16px;
  width: 100%;
  float: left;
}
#content .item .inner .progres {
  width: 100%;
  margin-top: 16px;
  float: right;
}
@media all and (max-width: 767px) {
  #content .item .inner .progres {
    width: 65%;
    margin-right: 5%;
    float: left;
  }
}
#content .item .inner .days {
  float: right;
  width: 100%;
  font-size: 14px;
  margin: 5px 0 0 35px;
  color: #7f8286;
}
@media all and (max-width: 767px) {
  #content .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: 1px solid #d3d6d9;
  padding-right: 30px;
  margin-right: 30px;
}
@media all and (max-width: 992px) {
  .blog .page {
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
    border-bottom: 1px solid #d3d6d9;
    padding-bottom: 40px;
    margin-bottom: 0px;
  }
}
.blog .page .blog_item {
  margin-bottom: 40px;
}
.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 .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: 35px 0 50px 0;
}
.blog .blog_right_side .block {
  width: 100%;
  background-color: #fff;
  border: 1px solid #e2e7ea;
  padding: 25px 30px;
  margin-bottom: 20px;
}
.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: 60px;
  width: 100%;
  text-align: center;
  display: block;
  line-height: 60px;
  margin-bottom: 20px;
}
.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 {
  height: 60px;
  width: 260px;
  margin: 0px 10px;
  text-align: center;
  display: inline-block;
  line-height: 60px;
  margin-bottom: 20px;
}
.blog_inside_title button .social {
    margin:0px;
}
.blog_inside_title button {
    outline: 0px none;
    background: none repeat scroll 0% 0% transparent;
    border: 0px none;
    margin: 0px 10px 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-12:nth-child(1) {
  overflow: hidden;
}
.similar_campaign .col-md-6 .col-sm-12:nth-child(1) .row {
  height: 100%;
}
@media all and (max-width: 767px) {
  .similar_campaign .col-md-6 .col-sm-12:nth-child(1) .row {
    padding-right: 0px;
  }
}
.similar_campaign .col-md-6 .col-sm-12:nth-child(2) {
  padding-top: 15px;
  padding-bottom: 15px;
}
.similar_campaign .col-md-6 .col-sm-12 img {
  width: 100%;
}
@media all and (max-width: 767px) {
  .similar_campaign .col-md-6 .col-sm-12 img {
    width: 100%;
    height: auto;
  }
}
.similar_campaign .col-md-6 .col-sm-12 .title {
  font-size: 16px;
  color: #373b3e;
  font-weight: bold;
}
.similar_campaign .col-md-6 .col-sm-12 .title .icon {
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.similar_campaign .col-md-6 .col-sm-12 p {
  color: #60686d;
  font-size: 14px;
  font-style: italic;
  margin-top: 10px;
}
.similar_campaign .col-md-6 .col-sm-12 span {
  display: block;
  width: 100%;
  color: #2f3336;
  font-size: 16px;
}
.similar_campaign .col-md-6 .col-sm-12 .days {
  color: #7f8286;
  font-size: 14px;
  margin-bottom: 0px;
  font-style: normal;
}
.similar_campaign .col-md-6 .col-sm-12 .progres {
  width: 100%;
}
/*Start AboutUs*/
.about_item {
  min-height: 100px;
  padding: 10px 0px;
  margin: 10px 0px;
}
.about_item p {
  position: relative;
  padding-left: 120px;
}
.about_item p img {
  position: absolute;
  top: 0;
  left: 10px;
}
@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;
}
.right_side .user_about p {
  font-size: 20px !important;
  color: #2f3336 !important;
  font-weight: bold;
  padding-left: 115px;
  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-right: 10px;
}
.right_side .green_button {
  background-color: #3caf42;
  text-transform: uppercase;
  color: #fff;
  border: none;
  height: 35px;
  padding: 6px 14px;
  font-style: italic;
  font-weight: 600;
  border-radius: 6px;
  float:left;
}
/*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: 15px;
}
.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;
}
.share h3 {
  margin-top: 0px;
}
.share input {
  width: 100%;
  border: 1px solid #c7cbcd;
  height: 50px;
  color: #606060;
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  padding: 1px 15px;
}
.share button {
  display: block;
  margin: 0 auto;
  background-color: #0099f1 !important;
  display: block !important;
  padding: 10px 20px !important;
  color: #fff !important;
  border: none !important;
  font-style: italic !important;
  font-size: 14px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}
.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;
  line-height: 2px;
  text-transform: none;
  margin-top: 1px !important;
}
@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: 50px;
  width: 100%;
  height: 46px;
  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: 201px;
  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;
}
@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;
  }
}
/*# sourceMappingURL=style.css.map */


/*paginator*/

.pagination {
    font-family: 'Exo 2', sans-serif;
}
.pages {
      margin-right: 15px;
}
.pagination .page-numbers , .pagination .pagination_page {
    background-color: #fff;
    color: #0099F1;
}
.pagination .page-numbers:hover , .pagination .pagination_page:hover {
    border-color: #0099F1;
    text-decoration: none;
}
.pagination .pagination_current {
    background-color: #0099F1;
    color: #fff;;
}
.pagination .pagination_current , .pagination .page-numbers , .pagination .pagination_page {
    border: 1px solid #ddd;
    border-radius: 15px;
    display: inline-block;
    padding: 5px 14px;
    margin: 0px 5px;
}


.inbox .Old .msg_subject {
    font-weight: normal;
}
.dropdown_account {
    display: none;
    background-color: rgba(201, 212, 221, 0.61);
  padding: 15px 0px;
}

.dropdown_account ul { 
    list-style: none;
    margin-bottom: 0px;
}

.dropdown_account ul li a { 
      font-size: 17px;
      font-family: 'Exo 2', sans-serif;
      color: #2f3336;
}
.dropdown_account ul li a:hover {
    color: #0099F1;
    text-decoration: none;
}

#mCSB_1 {
    outline: none;
}