/* ==========================================================================
   All Import File List
   ========================================================================== */
/* ==========================================================================
   Global Styles
   ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto:400,500,700|Nunito');
body {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #555555;
  margin: 0;
  line-height: 25px;
  background: #fff;
  -webkit-box-sizing: box-sizing;
  -moz-box-sizing: box-sizing;
  box-sizing: box-sizing;
}
body.stickyContent {
  padding-top: 300px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nunito', sans-serif;
  color: #2d2d2d;
  font-weight: 700;
}
p {
  color: #555555;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
p.intro {
  font-size: 20px;
  text-align: center;
  margin: 20px 0;
}
a {
  color: #00a8b5;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:hover {
  color: #00a8b5;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol {
  list-style: none;
}
.section {
  padding: 60px 0;
}
.light-section {
  padding: 20px 0;
}
.section-title {
  color: #00a8b5;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-weight: 300;
  font-size: 50px;
  padding: 15px 0px;
  margin-bottom: 0;
  margin-top: 0;
}
.section-subcontent {
  font-size: 15px;
  text-align: center;
  padding-bottom: 30px;
}
.section-subcontent-special {
  font-size: 14px !important;
  line-height: 14px;
  text-align: left;
  padding-bottom: 30px;
}
.section-subcontent-special p {
  font-size: 11px;
}
.small-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 0;
}
.small-title.nm {
  margin: 0 0 10px 0;
}
.txt-blue {
  color: #00a8b5;
}
.txt-orange {
  color: #fecd00;
}
.txt-sand {
  color: #fdd48f;
}
.txt-yellow {
  color: #fce069;
}
.txt-navy {
  color: #003c4e;
}
.txt-red {
  color: #e41667;
}
.txt-white {
  color: #FFFFFF;
}
.txt-darkorange {
  color: #f95033;
}
.tac {
  text-align: center;
}
.ttu {
  text-transform: uppercase;
}
.mts {
  margin-top: 10px;
}
.mtm {
  margin-top: 20px;
}
.mtl {
  margin-top: 30px;
}
.mbs {
  margin-bottom: 10px;
}
.mbm {
  margin-bottom: 20px;
}
.mbl {
  margin-bottom: 30px;
}
.mrs {
  margin-right: 10px;
}
.mrm {
  margin-right: 20px;
}
.mrl {
  margin-right: 30px;
}
.mls {
  margin-left: 10px;
}
.mlm {
  margin-left: 20px;
}
.mll {
  margin-left: 30px;
}
.npl {
  padding-left: 0px;
}
.btn {
  padding: 10px 20px;
  border-radius: 0px;
  color: #fff;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn:focus {
  color: #fff;
  box-shadow: none;
  outline: none;
}
.btn-yellow {
  color: #FFF;
  background: #fce069;
}
.btn-yellow i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  line-height: 0;
}
.btn-yellow:hover {
  color: #fff;
  box-shadow: 0 14px 26px -12px rgba(78, 84, 111, 0.42), 0 4px 23px 0px rgba(78, 84, 111, 0.12), 0 8px 10px -5px rgba(78, 84, 111, 0.02);
}
.btn-orange {
  color: #FFF;
  background: #fecd00;
}
.btn-orange i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  line-height: 0;
}
.btn-orange:hover {
  color: #fff;
  box-shadow: 0 14px 26px -12px rgba(78, 84, 111, 0.42), 0 4px 23px 0px rgba(78, 84, 111, 0.12), 0 8px 10px -5px rgba(78, 84, 111, 0.02);
}
.btn-darkblue {
  color: #FFF;
  background: #006c72;
}
.btn-darkblue i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  line-height: 0;
}
.btn-darkblue:hover {
  color: #fff;
  box-shadow: 0 14px 26px -12px rgba(78, 84, 111, 0.42), 0 4px 23px 0px rgba(78, 84, 111, 0.12), 0 8px 10px -5px rgba(78, 84, 111, 0.02);
}
.btn-white {
  color: #555555;
  background: #FFFFFF;
}
.btn-white i {
  margin-right: 5px;
}
.btn-navy {
  color: #FFF;
  background: #003c4e;
}
.btn-navy i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  line-height: 0;
}
.btn-red {
  color: #FFF;
  background: #e41667;
}
.btn-red i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  line-height: 0;
}
.btn-red:hover {
  color: #fff;
  box-shadow: 0 14px 26px -12px rgba(78, 84, 111, 0.42), 0 4px 23px 0px rgba(78, 84, 111, 0.12), 0 8px 10px -5px rgba(78, 84, 111, 0.02);
}
.btn-common {
  color: #FFF;
  background: #00a8b5;
}
.btn-common:hover {
  color: #fff;
  box-shadow: 0 14px 26px -12px rgba(78, 84, 111, 0.42), 0 4px 23px 0px rgba(78, 84, 111, 0.12), 0 8px 10px -5px rgba(78, 84, 111, 0.02);
}
.btn-blue,
.btn-primary {
  color: #FFF;
  background: #00a8b5;
  border-color: #00a8b5;
}
.btn-blue:hover,
.btn-primary:hover {
  color: #fff;
  box-shadow: 0 14px 26px -12px rgba(78, 84, 111, 0.42), 0 4px 23px 0px rgba(78, 84, 111, 0.12), 0 8px 10px -5px rgba(78, 84, 111, 0.02);
}
.btn-link {
  color: #00a8b5;
  background: transparent;
}
.btn-link:hover {
  color: #007982;
  box-shadow: 0 14px 26px -12px rgba(78, 84, 111, 0.42), 0 4px 23px 0px rgba(78, 84, 111, 0.12), 0 8px 10px -5px rgba(78, 84, 111, 0.02);
}
.btn-border-blue {
  color: #00a8b5;
  border: 1px solid #00a8b5;
  background: #FFFFFFF;
}
.btn-border-blue:hover {
  color: #00a8b5;
  box-shadow: 0 14px 26px -12px rgba(78, 84, 111, 0.42), 0 4px 23px 0px rgba(78, 84, 111, 0.12), 0 8px 10px -5px rgba(78, 84, 111, 0.02);
}
.btn-border {
  color: #777777;
  background: #fff;
  box-shadow: 0 5px 5px -2px rgba(31, 31, 31, 0.4);
}
.btn-border:hover {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  box-shadow: none;
}
.btn-border:focus {
  color: #2d2d2d !important;
}
.btn-lg {
  font-size: 15px;
  padding: 14px 40px;
  text-transform: uppercase;
}
.btn-small {
  padding: 11px 25px;
  font-size: 12px;
  text-transform: uppercase;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 1;
}
/* ==========================================================================
 Back to top
 ========================================================================== */
.back-to-top {
  position: fixed;
  bottom: 35px;
  right: 40px;
  display: none;
  z-index: 100;
}
.back-to-top i {
  display: block;
  width: 40px;
  font-size: 20px;
  height: 40px;
  background: #00a8b5;
  color: #fff;
  text-align: center;
  box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.08);
  line-height: 32px;
  border-radius: 50%;
}
/* ==========================================================================
   Page Header
   ========================================================================== */
.page-header {
  padding: 15px;
  margin: 0;
  position: relative;
  background-color: #FFFFFF;
}
.page-header h1 {
  letter-spacing: normal;
}
.page-header .page-title {
  text-align: left;
  color: black;
  font-size: 40px;
  padding: 0;
  padding-top: 10px;
  margin-bottom: 0px !important;
  font-family: 'Nunito', sans-serif;
  text-transform: none;
}
.page-header .breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
  position: relative;
  z-index: 9;
}
.page-header .breadcrumb li {
  line-height: 25px;
  color: #fecd00;
}
.page-header .breadcrumb li a {
  color: #00a8b5;
}
.page-header .breadcrumb li a:hover {
  color: #c8d9ff;
}
/* ==========================================================================
   CUSTOM STYLE
   ========================================================================== */
.oblique .obliqueCut {
  padding-top: 50px;
}
.oblique .obliqueNoPad {
  padding-top: 0px;
}
.obliqueCut {
  padding-top: 120px;
  position: relative;
}
.lightSection,
.lightSection.obliqueCut:before {
  background: #FFF;
  color: #999;
}
.oblique .obliqueCut.separatorTop svg.separator:first-of-type {
  top: -109px;
  bottom: auto;
}
.oblique .obliqueCut.separatorTop svg.separator.top:first-of-type {
  top: 0px;
}
.oblique .obliqueCut.separatorTop svg.separator.inverse {
  transform: rotate(180deg);
  bottom: -110px;
}
.oblique .obliqueCut.separatorTop svg.separator.bottom {
  bottom: 0px;
}
.oblique .obliqueCut svg.separator {
  position: absolute;
  display: block;
  z-index: 80;
  height: 110px;
  width: 100%;
}
.lightSection.obliqueCut svg.separator path {
  fill: #fff;
}
.lightSection.obliqueCut svg.separator.grey path {
  fill: #f0f3f5;
}
.contentTitle {
  text-align: center;
  margin-bottom: 30px;
}
.contentTitle.white span.bordered-icon {
  color: #FFFFFF;
}
.contentTitle.white span.bordered-icon:before,
.contentTitle.white span.bordered-icon:after {
  background: #FFFFFF;
}
.contentTitle.white h2 {
  color: #FFFFFF;
}
.contentTitle h2 {
  font-family: 'Nunito', sans-serif;
  text-transform: uppercase;
  font-size: 35px;
}
.contentTitle span.bordered-icon {
  color: #00a8b5;
  padding: 0 10px;
  font-size: 12px;
  line-height: 18px;
  position: relative;
  display: none;
}
.contentTitle span.bordered-icon:before {
  left: 100%;
}
.contentTitle span.bordered-icon:after {
  right: 100%;
}
.contentTitle span.bordered-icon:before,
.contentTitle span.bordered-icon:after {
  content: "";
  background: #00a8b5;
  width: 50px;
  height: 1px;
  top: 8px;
  position: absolute;
}
#carouselSponsor .carousel-control.right,
#carouselExposer .carousel-control.right,
.carousel-modular .carousel-control.right,
#carouselSponsor .carousel-control.left,
#carouselExposer .carousel-control.left,
.carousel-modular .carousel-control.left {
  background: transparent;
  color: #00a8b5;
}
#carouselSponsor .carousel-control.right,
#carouselExposer .carousel-control.right,
.carousel-modular .carousel-control.right {
  right: -50px;
}
#carouselSponsor .carousel-control.left,
#carouselExposer .carousel-control.left,
.carousel-modular .carousel-control.left {
  left: -50px;
}
#carouselSponsor .carousel-control,
#carouselExposer .carousel-control,
.carousel-modular .carousel-control {
  opacity: 1;
  text-shadow: none;
  width: 30px;
}
#carouselSponsor .carousel-inner,
#carouselExposer .carousel-inner,
.carousel-modular .carousel-inner {
  min-height: 200px;
}
.winguru-widget {
  display: block;
  margin-top: 10px;
}
.winguru-widget .widget-container {
  width: 125px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.winguru-widget .widget-container a.widget-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.winguru-widget .widget-heading {
  font-size: 18px;
  margin-top: 10px;
}
.sponsorLink {
  display: none;
}
body.withSponsor {
  cursor: pointer;
  background-image: url("../images/habillage-sponsor.png");
  background-position: center 305px;
  background-size: 2322px auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-transition: background-position 0.5s ease-in;
  -moz-transition: background-position 0.5s ease-in;
  -o-transition: background-position 0.5s ease-in;
  transition: background-position 0.5s ease-in;
}
body.withSponsor .containerSponsor {
  width: 1200px;
  margin: 0 auto;
}
body.withSponsor .sponsorLink {
  display: block;
  height: 175px;
  transition: all 0.5s;
  cursor: pointer;
}
.searchContent .searchContentFilters {
  background-color: #FFFFFF;
  margin: 0px 0px 40px 0px;
  padding: 20px;
}
.searchContent .searchContentFilters label {
  font-weight: normal;
  display: block;
}
.searchContent .searchContentFilters .btn-search {
  margin-top: 28px;
  height: 40px;
}
.searchContent .searchContentFilters .form-control {
  box-shadow: none;
  border-radius: 0px;
  border: 2px solid #e9e9e9;
  height: 40px;
  line-height: 20px;
  margin-top: 0;
}
.searchContent .searchContentFilters .select2-container--default .select2-selection--single {
  border: 2px solid #e9e9e9;
  border-radius: 0;
  height: 40px;
}
.searchContent .searchContentFilters .select2-container {
  width: 100% !important;
}
.searchContent .searchContentFilters .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 37px;
}
.searchContent .searchContentFilters .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
  right: 2px;
}
.searchContent .searchContentFilters .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #00a8b5;
}
.searchContent .transparent {
  background-color: transparent;
}
.searchContent .searchContentResults .searchContentResultsBloc {
  background-color: #FFFFFF;
  margin: 0px 0px 30px 0px;
}
.searchContent .searchContentResults .card-row-inner {
  display: flex;
  width: 100%;
}
.searchContent .searchContentResults .card-row-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 210px;
  position: relative;
  width: 250px;
}
.searchContent .searchContentResults .card-row-image.forLogo {
  height: 173px;
}
.searchContent .searchContentResults .card-row-body {
  padding: 0 30px 30px;
  flex: 3;
}
.searchContent .searchContentResults .card-row-body .card-row-title {
  margin-top: 0;
}
.searchContent .searchContentResults .card-row-body.animation-row {
  flex: 1.5 !important;
}
.searchContent .searchContentResults .card-row-properties {
  padding: 0 30px 30px;
  width: 400px;
  word-break: break-all;
  flex: 1;
}
.searchContent .searchContentResults .card-row-properties dl {
  margin: 0px;
  padding: 0px;
}
.searchContent .searchContentResults .card-row-properties dd {
  float: left;
  line-height: 36px;
}
.searchContent .searchContentResults .card-row-properties dt {
  border-bottom: 1px dashed #e9e9e9;
  line-height: 36px;
  text-align: right;
}
.searchContent .searchContentResults .card-row-properties .logoSociete {
  max-height: 100px;
  max-width: 200px;
  width: auto;
  margin-bottom: 10px;
}
.infos-block h2,
.infos-block span {
  color: white;
}
.infos-block h2 {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 2px;
}
.infos-block-btn {
  padding-top: 30px;
}
.infos-block-btn a {
  margin-bottom: 5px;
  margin-top: 5px;
}
button:focus {
  outline: 0;
}
.sb {
  height: auto;
  background: #00a8b5;
  text-align: center;
  top: 250px;
}
.sb p {
  color: #FFFFFF;
}
.sb .sb-close-btn {
  color: #FFFFFF;
  font-size: 30px;
}
.sb .section-subcontent {
  padding: 0;
  margin: 0;
}
.special-message {
  width: 700px !important;
  margin-left: -350px;
}
.special-message a {
  color: #FFFFFF;
  text-decoration: underline;
}
.carousel-center {
  min-height: 100px;
}
.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.flex-column {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.practicalInfosContainer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  background-color: #00a8b5;
  border-color: #00a8b5;
}
.list-group-item .badge {
  background-color: #00a8b5;
}
.sb-overlay {
  z-index: 1000;
}
.pagination li a {
  color: #00a8b5 !important;
  border: none !important;
}
.pagination li span {
  text-transform: uppercase;
  border: none !important;
}
.pagination .active span {
  background-color: #00a8b5;
  border-style: none;
}
/* ==========================================================================
   Navigation Main Menu
   ========================================================================== */
/* ==========================================================================
   Roof Section Start
   ========================================================================== */
#navbar {
  background: #006c72;
}
#roof {
  color: #555555;
  font-size: 14px;
  background: #f0f3f5;
}
#roof.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  min-height: inherit;
}
#roof .info-bar-address {
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
}
#roof .quick-contacts {
  float: left;
}
#roof .quick-contacts span {
  margin-right: 10px;
  line-height: 40px;
}
#roof .quick-contacts a {
  color: #00a8b5;
}
#roof .quick-contacts i {
  margin-right: 5px;
  vertical-align: middle;
  font-size: 15px;
}
.roof-container .btn-white {
  margin: 0 1px 2px;
}
.chooseLanguage {
  margin: 10px 0 0 50px;
  float: right;
}
.chooseLanguage .dropdown-menu {
  height: 65px;
  z-index: 1001;
  top: 30px;
  left: -20px;
  min-width: auto;
}
.chooseLanguage .dropdown-menu img {
  margin-right: 10px;
}
.chooseLanguage .dropdown-toggle {
  color: #555555;
  font-size: 12px;
}
.chooseLanguage .dropdown-toggle i {
  font-size: 15px;
}
.chooseLanguage .dropdown-toggle img {
  margin-right: 5px;
}
.nav-block {
  display: flex;
}
.top-nav-dropdown {
  position: relative;
}
.top-nav-dropdown .dropdown-menu {
  z-index: 1001;
  top: 40px;
  min-width: auto;
  left: -1px;
}
.top-nav-dropdown .dropdown-menu img {
  margin-right: 10px;
}
.top-nav-dropdown .btn.dropdown-toggle:hover,
.top-nav-dropdown .btn.dropdown-toggle:focus {
  color: #333;
}
.top-nav-dropdown .btn.dropdown-toggle i {
  font-size: 15px;
}
.top-nav-dropdown .btn.dropdown-toggle img {
  margin-right: 5px;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #00a8b5;
}
.navbar-default.affix {
  width: 100%;
  top: 0;
  background: #2d2d2d;
  z-index: 99999;
  -webkit-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
  -moz-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
  -o-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
  transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
}
.navbar-event.affix {
  background: #fff !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.navbar {
  margin-bottom: 0;
  background-color: #FFFFFF;
  z-index: 1000;
}
.navbar.sticky {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 90;
  box-shadow: -1px -8px 44px 1px rgba(0, 0, 0, 0.2);
  background-image: none;
  min-height: inherit;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #fff;
}
.navbar-default {
  margin-bottom: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}
.navbar-ad {
  padding-left: 50px;
}
.navbar-brand {
  position: relative;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  float: none;
  height: 100%;
  margin-top: 15px;
}
.time-countdown {
  vertical-align: top;
  margin-top: 15px;
  width: 225px;
  margin: 15px 30px;
}
.time-countdown .time-entry {
  min-width: 52px;
  font-size: 9px;
  padding: 5px 0px;
  margin-right: 5px;
}
.time-countdown .time-entry span {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 0px;
}
.time-countdown .days {
  background-color: #003c4e;
}
.time-countdown .hours {
  background-color: #e41667;
}
.time-countdown .minutes {
  background-color: #fecd00;
}
.time-countdown .seconds {
  background-color: #fce069;
}
footer .time-countdown {
  margin: 0;
  width: auto;
}
.navbar-header {
  float: none;
  padding: 0 15px;
  width: 100%;
  min-height: 160px;
}
.navbar-header .date {
  vertical-align: middle;
  display: inline-block;
  cursor: default;
  font-size: 13px;
  color: #FFFFFF;
  font-weight: bold;
}
.navbar-header .date strong {
  font-size: 20px;
  line-height: 25px;
  display: block;
}
.navbar-header .encartPub {
  display: inline-block;
  vertical-align: middle;
}
.navbar-header .ads-header {
  margin-top: 8px;
  margin-bottom: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-header-ban {
  display: flex;
  align-items: center;
  padding: 0px 0;
}
.navbar-nav a {
  -moz-transition: color .3s linear,background .3s linear;
  -webkit-transition: color .3s linear,background .3s linear;
  -o-transition: color .3s linear,background .3s linear;
  transition: color .3s linear,background .3s linear;
}
.navbar-default .navbar-nav {
  float: none;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center;
}
.navbar-default .navbar-nav li a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  display: block;
  padding: 30px 0px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  outline: 0;
}
.navbar-default .navbar-nav li a:before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  left: 1px;
  bottom: 21px;
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li .active > a,
.navbar-default .navbar-nav li a:focus {
  color: #fff;
  background: transparent !important;
}
.navbar-default .navbar-nav li a:hover:before,
.navbar-default .navbar-nav li a:focus:before {
  color: #fff;
  width: 100%;
}
.navbar-default .navbar-nav .active > a:before {
  width: 100%;
}
.navbar-event {
  background: #FFF;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 406px;
}
.navbar-event .navbar-nav li a {
  padding: 5px 35px;
  line-height: 40px;
  color: #FFFFFF;
}
.navbar-event .navbar-nav li a:before {
  display: none;
}
.navbar-event .navbar-nav li a i {
  font-size: 16px;
  margin-right: 3px;
}
.navbar-event .navbar-nav li a:hover,
.navbar-event .navbar-nav li .active > a,
.navbar-event .navbar-nav li a:focus {
  color: #00a8b5;
  background-color: #FFFFFF !important;
}
.navbar-event .navbar-nav li a.theme-hover {
  border: none;
}
.navbar-event .navbar-nav > .dropdown:hover > ul.dropdown-menu {
  display: block;
  -webkit-animation: fadeInUpMenu 0.3s;
  -moz-animation: fadeInUpMenu 0.3s;
  -ms-animation: fadeInUpMenu 0.3s;
  -o-animation: fadeInUpMenu 0.3s;
  animation: fadeInUpMenu 0.3s;
}
.navbar-event .dropdown-menu > li > a {
  color: #00a8b5;
}
.navbar-event .dropdown:hover a {
  color: #00a8b5;
}
.navbar-event .dropdown .dropdown-menu {
  padding: 0;
  border-style: solid;
  border-width: 2px 0 0 0;
  border-radius: 0;
  left: 0px;
  right: 0;
  width: 210px;
  text-align: center;
  border-color: #00a8b5;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  text-align: left;
}
.navbar-event .dropdown .dropdown-menu > li > a {
  color: #00a8b5;
  padding: 0px 20px;
  border-radius: 0;
  margin: 0;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.navbar-event .dropdown .dropdown-menu > li > a:hover,
.navbar-event .dropdown .dropdown-menu > li > a .active {
  color: #FFFFFF;
  background-color: #00a8b5 !important;
}
.navbar-event .dropdown .dropdown-menu > li.active > a {
  background: #00a8b5 !important;
  color: #fff;
}
@-webkit-keyframes fadeInUpMenu {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUpMenu {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.navbar-event .fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}
.navbar-event .navbar-nav > .active > a,
.navbar-event .navbar-nav > .active > a:focus,
.navbar-event .navbar-nav > .active > a:hover {
  background: #fff;
  color: #00a8b5;
}
.navbar-event .navbar-nav > .open > a,
.navbar-event .navbar-nav > .open > a:focus,
.navbar-event .navbar-nav > .open > a:hover {
  background: #fff;
  color: #00a8b5;
}
.caret {
  border-top: none;
  border-right: none;
  position: relative;
}
.caret:before {
  content: "\e604";
  font-family: 'Simple-Line-Icons';
  left: -2px;
  top: -20px;
  font-size: 11px;
  float: right;
  position: absolute;
}
.wpb-mobile-menu {
  display: none;
}
.slicknav_menu {
  display: none;
}
@media screen and (max-width: 767px) {
  #wpb-mobile-menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  .slicknav_nav .dropdown li a.active {
    background: #00a8b5;
    color: #fff;
  }
  .slicknav_open .slicknav_item {
    background: #00a8b5;
  }
  .slicknav_open .slicknav_item a,
  .slicknav_open .slicknav_item .slicknav_arrow {
    color: #FFFFFF;
  }
}
/* ==========================================================================
   Carousel Main Slider
   ========================================================================== */
/* ==========================================================================
   Carousel Slick
   ========================================================================== */
.carousel-news {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.carousel-news.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.carousel-news .slick-prev-custom,
.carousel-news .slick-next-custom {
  position: absolute;
  top: 0;
  display: block;
  background: transparent;
  font-size: 3rem;
  color: #FFFFFF;
  border: 0;
  z-index: 1;
  height: calc(100% - 170px);
}
.carousel-news .slick-prev-custom {
  left: 0;
}
.carousel-news .slick-next-custom {
  right: 0;
}
.carousel-news .slick-slide {
  position: relative;
  height: 600px;
  background: #000000;
}
.carousel-news .slick-slide img {
  max-width: 100%;
}
.carousel-news .slick-dots {
  top: 5px;
  z-index: 2;
  height: 30px;
}
.carousel-news .slick-dots li {
  margin: 0;
}
.carousel-news .slick-dots li button:before {
  font-size: 35px;
  color: #FFFFFF;
}
.carousel-news .slick-dots li.slick-active button:before {
  color: #FFFFFF;
}
.carousel-news .slick-carousel-caption {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 20px;
  bottom: 0;
  display: block;
  background: #00a8b5;
  z-index: 2;
}
.carousel-news .slick-carousel-caption-video {
  min-height: 130px;
}
.carousel-sponsors .slick-slide img {
  margin: 0 auto;
}
.carousel-sponsors .slick-prev-custom,
.carousel-sponsors .slick-next-custom {
  position: absolute;
  top: 50%;
  display: block;
  background: transparent;
  font-size: 3rem;
  color: #00a8b5;
  border: 0;
  z-index: 1;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.carousel-sponsors .slick-prev-custom {
  left: 0;
}
.carousel-sponsors .slick-next-custom {
  right: 0;
}
/* ==========================================================================
   Carousel Area Style
   ========================================================================== */
#carousel-area {
  overflow: hidden;
  position: relative;
}
#carousel-area .carousel-indicators {
  top: 30px;
  bottom: auto;
}
#carousel-area .carousel-inner:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  z-index: 9;
}
#carousel-area .carousel-inner .item {
  background-attachment: fixed;
  background-size: 100%;
  background-size: cover;
  z-index: 10;
}
#carousel-area .carousel-inner .item .carousel-caption {
  bottom: 0;
  right: 0;
  left: 0;
  text-shadow: none;
  background: #00a8b5;
}
#carousel-area .carousel-inner .item .carousel-caption .carousel-caption-container {
  padding: 30px 40px 40px;
  display: flex;
}
#carousel-area .carousel-inner .item .carousel-caption .carousel-caption-container .carousel-caption-title,
#carousel-area .carousel-inner .item .carousel-caption .carousel-caption-container .carousel-caption-buttons {
  text-align: center;
  align-self: center;
  width: 50%;
}
#carousel-area .carousel-inner .item .carousel-caption h2 {
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
}
#carousel-area .carousel-inner .item .carousel-caption h2 span {
  display: block;
  font-size: 25px;
  line-height: 35px;
}
#carousel-area .carousel-inner .item .carousel-caption .btn {
  margin: 0 15px;
}
#carousel-area .carousel-inner .item .carousel-caption .rev-scroll-btn {
  margin: 0 auto;
  display: block;
}
#carousel-area .carousel-control {
  z-index: 10;
  width: 35px;
  height: 55px;
  top: 45%;
  font-size: 40px;
  padding: 10px 5px;
  box-shadow: none;
  background-image: none;
  margin-top: -35px;
  text-shadow: none;
}
#carousel-area .left.carousel-control {
  left: 5%;
}
#carousel-area .right.carousel-control {
  right: 5%;
}
#carousel-area:hover .carousel-control {
  display: block;
}
/* ==========================================================================
   Rev Scroll Button
   ========================================================================== */
.rev-scroll-btn {
  position: relative;
  display: inline-block;
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  width: 35px;
  height: 55px;
  box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 23px;
  margin-top: 80px;
}
.rev-scroll-btn span {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: rev-ani-mouse 2.5s linear infinite;
  -moz-animation: rev-ani-mouse 2.5s linear infinite;
  animation: rev-ani-mouse 2.5s linear infinite;
}
/* SCROLL DOWN BUTTON */
@-webkit-keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-moz-keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
/* ==========================================================================
   Custom Component
   ========================================================================== */
/* ==========================================================================
   Countdown Style Start
   ========================================================================== */
.countdown-timer,
.practical-info {
  padding-bottom: 0px;
}
.countdown-timer .logoPartCompteur,
.practical-info .logoPartCompteur {
  text-align: center;
  margin: 40px 0;
}
.countdown-timer .text,
.practical-info .text {
  padding: 10px 20px;
}
.countdown-timer .text h2,
.practical-info .text h2 {
  font-size: 35px;
  line-height: 38px;
}
.countdown-timer .text h4,
.practical-info .text h4 {
  color: #00a8b5;
  margin-bottom: 10px;
  line-height: 24px;
}
.countdown-timer .text p,
.practical-info .text p {
  font-size: 14px;
  line-height: 30px;
}
.countdown-timer .btn-lg,
.practical-info .btn-lg {
  margin-top: 30px;
}
.countdown-timer .iconesInfos,
.practical-info .iconesInfos {
  margin-top: 20px;
}
.countdown-timer .iconesInfos a,
.practical-info .iconesInfos a {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 10px 33px 30px;
  text-transform: uppercase;
  line-height: 18px;
}
.countdown-timer .iconesInfos a i,
.practical-info .iconesInfos a i {
  font-size: 50px;
  display: block;
  margin-bottom: 10px;
}
.practical-info {
  padding-bottom: 20px;
}
.time-count div {
  float: left;
  text-align: center;
}
.time-entry {
  display: inline-block;
  min-width: 110px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 15px 15px 20px 15px;
  margin-right: 20px;
  color: #FFF;
  font-size: 14px;
  line-height: 15px;
  text-transform: uppercase;
  background: #00a8b5;
}
.time-entry:last-child {
  margin-right: 0;
}
.time-entry span {
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.time-entry-form-date {
  background: white;
  border: 1px solid #00a8b5;
  color: #00a8b5;
  min-width: 100px;
  margin-top: 0px;
  margin-bottom: 5px;
  cursor: pointer;
}
.time-entry-form-date:last-child {
  margin-right: 20px;
}
.time-entry-form-date:hover,
.time-entry-form-date-clicked {
  background: #00a8b5;
  color: white;
}
.time-countdown {
  display: inline-block;
  min-width: 225px;
}
.time-countdown.alone {
  margin-top: 70px;
}
.time-header {
  font-size: 14px;
}
.time-content {
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  width: 100%;
}
.time-slogan {
  font-family: Roboto;
  font-size: 12px;
  color: #666666;
  line-height: 10px;
  margin-bottom: 8px;
}
.time-logo {
  text-align: center;
}
.time-logo img {
  width: auto;
  height: 30px;
  text-align: center;
  margin-bottom: 10px;
}
/* ==========================================================================
   Event location
   ========================================================================== */
#event {
  background: url('/user/themes/custom/images/background/bg-paddle.jpg');
  background-size: cover;
  background-position-y: 70%;
  background-position-x: center;
  position: relative;
  padding: 90px 0;
  text-align: center;
}
#event:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#event .tab-block {
  width: 100%;
  text-align: center;
  border-right: 1px dotted #777;
  margin-bottom: 30px;
}
#event .tab-block .icon {
  text-align: center;
  margin-bottom: 15px;
}
#event .tab-block .icon i {
  font-size: 40px;
  color: #00a8b5;
}
#event .tab-block .desc h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
#event .tab-block .desc p {
  color: #FFFFFF;
}
#event .last-block {
  border-right: none;
}
#event .content-text {
  text-align: center;
  padding: 6px 60px;
}
#event .content-text h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 22px;
}
#event .content-text p {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 28px;
}
#event .detailsInfosSalon {
  color: #FFFFFF;
  margin: 0px auto 50px auto;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  border: 1px dotted #FFFFFF;
  padding: 20px 0;
  max-width: 250px;
  border-radius: 20px;
}
#event .detailsInfosSalon span.count {
  font-weight: 900;
  font-size: 50px;
  line-height: 60px;
}
#event .detailsInfosSalon span.libelle {
  display: block;
}
/* ==========================================================================
   Featured Style Start
   ========================================================================== */
.featured-box {
  padding: 20px;
  text-align: center;
}
.featured-box .icon {
  padding: 15px;
}
.featured-box .icon i {
  color: #00a8b5;
  font-size: 48px;
}
.featured-box h4 {
  font-size: 22px;
  padding: 10px 0;
  font-weight: 500;
  color: #2d2d2d;
}
.featured-box img {
  max-width: 70%;
  margin: 20px auto;
}
.featured-box .featured-content .btn-common {
  margin-top: 20px;
}
.featured-box .featured-content a {
  overflow-wrap: break-word;
  display: block;
  margin: 20px auto;
}
/* ==========================================================================
   About
   ========================================================================== */
#about .service-block {
  text-align: center;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
#about .service-block .img-wrap img {
  max-width: 100%;
}
#about .service-block .descr {
  padding: 15px 30px 30px;
  background: #fff;
}
#about .service-block .descr h4 {
  font-size: 22px;
  padding: 10px 0;
  font-weight: 500;
  color: #2d2d2d;
  height: 85px;
  overflow: hidden;
  text-transform: uppercase;
}
#about .service-block .descr p {
  max-height: 100px;
  overflow: hidden;
  margin-bottom: 20px;
}
#about .service-block:hover {
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.14);
}
/* ==========================================================================
   Schedule Section Start
   ========================================================================== */
.main-board {
  background: #fff;
  box-shadow: 2px 0px 32px rgba(0, 0, 0, 0.07);
  position: relative;
  margin-top: 30px;
}
.main-board .nav-tabs {
  border-bottom: none;
}
.main-board .day {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
}
.main-board .day > li.active > a,
.main-board .day > li.active > a:focus,
.main-board .day > li.active > a:hover {
  background-color: #00a8b5;
  color: #fff;
  border-radius: 0;
  border: none;
}
.main-board .day > li > a {
  color: #777777;
  padding: 8px 106.9px;
  margin-right: 0px;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  border-radius: 0;
}
.main-board .day > li > a span {
  font-size: 16px;
}
.main-board .day > li > a:focus,
.main-board .day > li > a:hover {
  background: #00a8b5;
  color: #fff;
}
.column-1 {
  position: relative;
}
.column-1:before {
  position: absolute;
  content: "";
  left: 45px;
  top: 38px;
  bottom: 0;
  width: 4px;
  height: 96%;
  background: #efefef;
}
.column-1:after {
  position: absolute;
  content: "";
  left: 35px;
  bottom: -45px;
  width: 24px;
  height: 24px;
  background: #efefef;
  border-radius: 50%;
}
.column-1 .nav-pills li {
  text-align: left;
  float: none;
  margin-bottom: 34px;
}
.column-1 .nav-pills li a {
  background: #dddddd;
  color: #777777;
  border-radius: 0px;
  padding: 7px 10px;
  width: 120px;
  display: block;
  text-align: center;
}
.column-1 .nav-pills ul {
  margin-left: 40px;
}
.column-1 .nav-pills ul li {
  margin: 48px 35px;
  position: relative;
}
.column-1 .nav-pills ul li:after {
  position: absolute;
  content: "";
  left: -55px;
  top: 10px;
  bottom: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.column-1 .nav-pills ul > li.color-1:after {
  background: #6e99d7;
}
.column-1 .nav-pills ul > li.color-2:after {
  background: #18529d;
}
.column-1 .nav-pills ul > li.color-3:after {
  background: #736357;
}
.column-1 .nav-pills ul > li.color-4:after {
  background: #1782e3;
}
.column-1 .nav-pills ul > li > a {
  background: #dddddd;
  color: #777777;
  border-radius: 0px;
  padding: 7px 10px;
  width: 120px;
  display: block;
  text-align: center;
}
.board {
  padding: 60px 60px 30px;
}
.board .button {
  position: relative;
  margin-top: -45px;
  text-align: center;
}
.board .button .btn-large {
  padding: 12px 36px;
  color: #fff;
  font-size: 16px;
}
.board .button a img {
  margin-right: 12px;
}
.board .member {
  background: #efefef;
  padding: 34px 30px;
  margin-bottom: 42px;
}
.board .member h4 {
  font-size: 20px;
  padding: 18px 0px;
}
.board .member p {
  font-size: 14px;
  line-height: 20px;
}
.board .member .bg-1 {
  background: #6e99d7;
}
.board .member .bg-2 {
  background: #18529d;
}
.board .member .bg-3 {
  background: #1782e3;
}
.board .jon p {
  margin: 40px 0;
}
.board .coffee {
  margin: 0px auto;
  padding: 48px 0px;
  width: 40px;
  background: #736357;
}
.board .coffee .coffee-icon {
  margin-bottom: 24px;
}
.board .coffee p {
  color: #fff;
}
/* ==========================================================================
   Newsletter Section Style
   ========================================================================== */
#newsletter {
  color: #FFFFFF;
  background: #f0f3f5;
  padding: 50px 0;
  text-align: center;
  margin-top: 50px;
}
#newsletter svg path {
  fill: #00a8b5 !important;
}
#newsletter p {
  color: #FFFFFF;
}
#newsletter input[type="email"] {
  max-width: 300px;
  display: inline-block;
  vertical-align: middle;
  height: 43px;
  margin-right: 20px;
}
/* ==========================================================================
   Sponsors Section Style
   ========================================================================== */
#sponsors,
.listingSponsor {
  text-align: center;
}
#sponsors .spnsors-logo,
.listingSponsor .spnsors-logo {
  margin: 20px;
  max-width: 200px;
  display: inline-block;
  padding: 30px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
#sponsors .spnsors-logo:hover,
.listingSponsor .spnsors-logo:hover {
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.14);
}
#sponsors .spnsors-logo img,
.listingSponsor .spnsors-logo img {
  margin: 0 auto;
}
#sponsors .btn,
.listingSponsor .btn {
  margin: 30px 20px 10px 20px;
}
#sponsors.listing h2,
.listingSponsor.listing h2 {
  text-transform: uppercase;
  font-size: 30px;
}
#sponsors.listing .spnsors-logo,
.listingSponsor.listing .spnsors-logo {
  display: inline-block;
  margin-right: 20px;
  background-color: #FFFFFF;
}
#sponsors.listing .spnsors-logo:last-child,
.listingSponsor.listing .spnsors-logo:last-child {
  margin-right: 0;
}
/* ==========================================================================
   Gallery Section Style
   ========================================================================== */
.gallery-wrap {
  display: flex;
  flex-wrap: wrap;
}
#gallery {
  padding-top: 30px;
  text-align: center;
}
#gallery .gallery-wrap {
  margin-top: 30px;
  display: inline-block;
}
#gallery .gellery-pn {
  padding-left: 5px;
  padding-right: 5px;
}
#gallery .more-btn .btn {
  margin-top: 30px;
}
.gallery-item {
  position: relative;
  margin-bottom: 10px;
}
.gallery-item .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.57);
  opacity: 0;
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.gallery-item:hover .overlay {
  opacity: 1;
}
.gallery-item img {
  width: 100%;
}
.gallery-item .icons i {
  color: #fff;
  border: 2px solid #fff;
  padding: 12px;
  margin: -42px;
  font-size: 20px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.gallery-item .icons i:hover {
  color: #00a8b5;
  border-color: #00a8b5;
}
.gallery-item .icons .preview {
  position: absolute;
  left: 40%;
  top: 45%;
  color: #fff;
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.gallery-item .icons .link {
  position: absolute;
  left: 55%;
  margin-left: 42px;
  top: 45%;
  color: #fff;
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.gallery-item:hover .preview {
  left: 45%;
}
.gallery-item:hover .link {
  left: 50%;
}
/* ==========================================================================
   Video Section Style
   ========================================================================== */
.ready-to-play {
  height: 560px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.ready-to-play:before {
  content: '';
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.70;
}
video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}
.stop {
  opacity: 1;
}
.stopfade .ready-to-play:before {
  opacity: 1;
}
h1 {
  font-size: 3rem;
  text-transform: uppercase;
  margin-top: 0;
  letter-spacing: .3rem;
}
.video-text {
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
  color: #fff;
}
.video-text {
  text-align: center;
}
.video-text h4 {
  margin-bottom: 15px;
  color: #fff;
  text-transform: uppercase;
}
.video-text h1 {
  margin-bottom: 25px;
  color: #fff;
}
.video-text p {
  color: #fff;
}
.tb-t {
  display: table;
  height: 100%;
  margin: auto;
}
.tb-t .tb-c {
  display: table-cell;
  vertical-align: middle;
}
.tb-t .tb-c button {
  background: transparent;
  border: 2px solid #fff;
  padding: 18px 22px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.tb-t .tb-c button:focus {
  outline: none;
}
/* ==========================================================================
   Speakers member Style
   ========================================================================== */
#speakers .speakers-member:hover {
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.14);
}
#speakers .speakers-member:hover .member-img img {
  margin-top: -58px;
}
.speakers-member {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
  z-index: 99;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.speakers-member .member-img {
  background: #cccccc;
  position: relative;
  padding: 15px 30px 0;
  width: 100%;
  height: 240px;
  z-index: -1;
}
.speakers-member .member-img img {
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.speakers-member .member-desc {
  padding: 15px 40px 30px;
  background: #fff;
  z-index: 99;
}
.speakers-member .member-desc h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 400;
}
.speakers-member .member-desc h5 {
  font-size: 14px;
  font-weight: 400;
}
.speakers-member .member-desc p {
  line-height: 20px;
  margin-bottom: 20px;
}
.social-icon .social i {
  color: #777777;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  margin-right: 2px;
  font-size: 14px;
  width: 32px;
  height: 32px;
  border-radius: 0;
  line-height: 32px;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.social-icon a .fa-facebook:hover {
  color: #3b5998;
}
.social-icon a .fa-twitter:hover {
  color: #00aced;
}
.social-icon a .fa-linkedin:hover {
  color: #007bb6;
}
.social-icon a .fa-dribbble:hover {
  color: #ea4c89;
}
.social-icon a .fa-behance:hover {
  color: #42C0FB;
}
#team .single-member {
  background: #fff;
  margin-top: 30px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
#team .single-member:hover {
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.14);
}
#team .team-img {
  position: relative;
  width: 50%;
  float: left;
}
#team .team-img img {
  width: 100%;
}
#team .team-img:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: rgba(233, 30, 99, 0.7);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#team .team-desc {
  width: 50%;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
#team .team-desc h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 400;
}
#team .team-desc h5 {
  font-size: 14px;
  font-weight: 400;
}
#team .social-icon {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  opacity: 0;
  width: 100%;
}
#team .single-member:hover .team-img:before {
  opacity: 1;
}
#team .single-member:hover .social-icon {
  opacity: 1;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.gray-bg {
  background: #f0f3f5;
}
/* ==========================================================================
   Blog Section Style
   ========================================================================== */
#blog {
  background-color: #f0f3f5;
  padding: 50px 20px;
}
#blog .carousel-indicators {
  bottom: -30px;
}
#blog .carousel-indicators li {
  border: 1px solid #00a8b5;
}
#blog .carousel-indicators .active {
  background-color: #00a8b5;
}
#blog .blog-item {
  text-align: center;
  margin: 30px 0px 30px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
#blog .blog-item:hover {
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.14);
}
#blog .blog-item .blog-image {
  display: block;
  position: relative;
  overflow: hidden;
}
#blog .blog-item .blog-image img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  max-width: 100%;
}
#blog .blog-image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
#blog .blog-info {
  padding: 20px;
  width: 100%;
  height: 230px;
  line-height: 18px;
}
#blog .blog-info .btn {
  margin-top: 10px;
}
#blog .blog-info .btn.btn-orange {
  display: block;
}
#blog .blog-info h3 {
  padding-bottom: 10px;
  margin: 0;
  text-transform: uppercase;
  height: 70px;
  line-height: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: left;
}
#blog .blog-info h3 a {
  font-size: 18px;
  color: #2d2d2d;
  font-weight: 400;
  font-weight: bold;
}
#blog .blog-info h3 a:hover {
  color: #00a8b5;
}
#blog .blog-info p {
  height: 40px;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: left;
  line-height: 20px;
}
#blog .meta {
  font-size: 13px;
  margin-bottom: 10px;
}
#blog .meta i {
  margin-right: 3px;
}
#blog .meta .meta-part {
  display: inline-block;
  padding-right: 13px;
}
#blog .meta .meta-part a {
  color: #999;
}
#blog .meta .meta-part a:hover {
  color: #00a8b5;
}
/* ==========================================================================
   Pricing Table Style
   ========================================================================== */
.pricing-table {
  text-align: center;
  box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.08);
  margin: 60px 15px;
  padding: 30px 0px 0px;
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.pricing-table .table-icon {
  padding: 60px 0 40px;
}
.pricing-table .table-icon i {
  font-size: 44px;
  width: 70px;
  height: 70px;
  padding: 48px;
  border-radius: 50%;
  color: #00a8b5;
}
.pricing-table h3 {
  font-size: 24px;
  font-weight: 700;
  padding: 6px;
}
.pricing-table .plan-info {
  margin-top: 30px;
}
.pricing-table .plan-info li {
  font-size: 16px;
  line-height: 32px;
}
.pricing-table .price {
  padding: 30px 0px 20px;
}
.pricing-table .price h4 {
  font-size: 30px;
  color: #777777;
  font-weight: 700;
}
.pricing-table .button-area {
  padding: 0px 0px 30px;
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.pricing-table:hover,
.pricing-active {
  box-shadow: 0px 9px 32px rgba(0, 0, 0, 0.1);
}
.pricing-table:hover .button-area,
.pricing-active .button-area {
  opacity: 1;
  margin-top: 0;
}
/* ==========================================================================
   Map Section
   ========================================================================== */
#map_canvas {
  height: 400px;
  width: 100%;
}
#map .section-title {
  margin-bottom: 30px;
}
/* ==========================================================================
   Contact Forem
   ========================================================================== */
#contact .contact-form {
  background: #fff;
  padding: 57px 40px;
  margin: -254px 0px 200px;
  max-height: 627px;
}
#contact .information {
  background: #777777;
  padding: 65px 30px;
  margin-top: -254px;
  max-height: 627px;
}
#contact .information .title-medium {
  color: #ffffff !important;
  margin-left: 24px;
}
#contact .information .contact-datails {
  margin: 15px 0px 48px;
}
#contact .information .contact-datails .icon {
  float: left;
  font-size: 38px;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  color: #fff;
}
#contact .information .contact-datails .info {
  margin-left: 60px;
}
#contact .information .contact-datails .info span.detail {
  font-size: 16px;
  display: block;
  font-weight: 500;
  color: #fff;
}
#contact button {
  margin-top: 30px;
}
#contact button i {
  font-size: 20px;
  margin-left: 5px;
}
#contact .social {
  margin: 110px 0 22px;
  font-size: 30px;
  color: #fff;
  margin-right: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#contact .social a .fa-twitter:hover {
  color: #00aced;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#contact .social a .fa-google-plus:hover {
  color: #E91E63;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#contact .social a .fa-linkedin:hover {
  color: #007bb6;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#contact input {
  display: block;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  background: transparent;
  height: 100%;
  font-size: 1em;
  font-family: inherit;
  font-weight: 400;
  padding-top: 15px;
}
#contact .title-header {
  display: inline-block;
  width: 100%;
  margin-bottom: 68px;
}
#contact .title-header .title-medium {
  font-size: 22px;
  color: #2d2d2d;
  font-weight: 700;
}
#contact .title-header .icon {
  margin-top: 10px;
}
#contact .title-header .icon i {
  color: #00a8b5;
  font-size: 48px;
}
#contact input:focus,
#contact textarea:focus {
  outline: none;
}
#contact input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f2f2f2 inset;
}
#contact textarea {
  width: 100%;
  height: 180px;
  border: none;
  resize: none;
  background: transparent;
  padding: 0;
  padding-top: 20px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
}
#contact .label {
  display: block;
  font-weight: 400;
  color: #bbbbbb;
  position: absolute;
  top: 20px;
  padding: 0;
  font-size: 16px;
}
#contact .label-line.active .label {
  top: 0px;
  font-size: 16px;
  color: #00a8b5;
}
#contact .span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #e4e4e4;
  bottom: 0px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#contact .span.active {
  top: auto;
  bottom: 0px;
}
#contact .label-line {
  position: relative;
  height: 50px;
  margin: 0px 0 30px;
}
#contact .transition {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.5, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.5, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.5, 1);
}
#contact .label-line.textarea {
  height: 180px;
}
#contact .span:before {
  content: "";
  width: 0;
  left: 50%;
  height: 2px;
  background: #00a8b5;
  position: absolute;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#contact .label-line.active .span:before {
  width: 100%;
  left: 0%;
  height: 2px;
  background: #00a8b5;
}
#contact .text-left {
  text-align: center;
  display: block;
  margin-top: -38px;
}
/* ==========================================================================
   Footer Start
   ========================================================================== */
footer {
  background-color: #006c72;
  color: #FFFFFF;
}
footer img {
  margin-top: -8px;
}
footer h3 {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 10px;
  color: #FFFFFF;
  text-transform: uppercase;
}
footer p {
  font-size: 13px;
  color: #FFFFFF;
  line-height: 20px;
}
footer ul li a {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 400;
}
footer .blocLogos img {
  margin: 20px auto 10px auto;
}
footer .linkFooterSocial {
  font-size: 30px;
  margin: 20px 10px 0 0;
  color: #FFFFFF;
  display: inline-block;
}
footer .linkFooterSocial:hover {
  color: #00a8b5;
}
footer.section {
  padding: 10px 0;
}
/* ==========================================================================
   Copyright Section
   ========================================================================== */
#copyright {
  background: #006c72;
}
#copyright a {
  color: #FFFFFF;
}
#copyright .copyright-text {
  color: #fff;
  padding: 14px;
  margin: 0;
}
/* ==========================================================================
   Subscribe Section
   ========================================================================== */
#subscribe-section {
  background: url('/user/themes/custom/images/background/header-bg.jpg');
  background-size: cover;
  position: relative;
}
#subscribe-section:before {
  content: '';
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #e91e63;
  opacity: 0.90;
}
#subscribe-section .content {
  position: relative;
  text-align: center;
  padding: 61px 0;
}
#subscribe-section .content h5 {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  margin-bottom: 11px;
  margin-top: 36px;
}
#subscribe-section .content h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 47px;
}
#subscribe-section .subscribe-box .subscribe-form {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 40px;
}
#subscribe-section .subscribe-box .subscribe-form .form-control {
  position: relative;
  font-size: 22px;
  border-width: 2px;
  font-weight: 400;
  color: #999;
  width: 100%;
  padding: 12px 0;
  padding-left: 22px;
  padding-right: 150px;
  height: 56px;
  background: #fff;
  border-radius: 0;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
#subscribe-section .subscribe-box .subscribe-form .form-control:focus {
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.14);
  border-color: #fff;
}
#subscribe-section .subscribe-box .subscribe-form button {
  position: absolute;
  background: transparent;
  top: -2px;
  right: -2px;
  padding: 0px 24px;
  font-size: 14px;
  font-weight: 700;
  color: #999;
  text-transform: uppercase;
  line-height: 60px;
  border: none;
  z-index: 999;
}
#subscribe-section .subscribe-box .subscribe-form button:hover {
  color: #00a8b5;
}
#subscribe-section .subscribe-box .subscribe-form button:focus {
  border: none;
  outline: none;
}
/* ==========================================================================
   Intro Section Start
   ========================================================================== */
#intro {
  background: url('/user/themes/custom/images/background/header-bg.jpg');
  background-size: cover;
  position: relative;
}
#intro:before {
  content: '';
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #00a8b5;
  opacity: 0.90;
}
#intro .content-text h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 15px;
}
#intro .content-text .text {
  color: #fff;
  font-weight: 400;
  line-height: 32px;
  font-size: 17px;
}
#intro .btn-cta {
  position: relative;
  margin: 40px 0px 0px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#intro .btn-cta i {
  margin-right: 5px;
}
.ads-container {
  text-align: center;
  margin: 20px 0;
  max-width: 100%;
  overflow: hidden;
}
/* ==========================================================================
	Intro Section Start
	========================================================================== */
#socialblock {
  margin-bottom: 50px;
  margin-top: 50px;
  padding: 50px 20px;
}
#socialblock .social-content {
  max-height: 450px;
  overflow: auto;
  max-width: 340px;
  margin-bottom: 20px;
}
#socialblock .social-insta {
  max-width: 340px;
  max-height: 450px;
}
.widget #socialblock {
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0;
}
/* ==========================================================================
	Section Search Start
	========================================================================== */
#search {
  padding-top: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 20px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#search .searchContentFilters {
  background: transparent;
  margin: 0;
}
/* ==========================================================================
   Section Visit Start
   ========================================================================== */
#visit {
  padding-bottom: 35px;
  padding-top: 20px;
  z-index: 999;
}
/* ==========================================================================
   Section Video Start
   ========================================================================== */
#video {
  height: 600px;
}
#video .video {
  margin-top: 250px;
  max-width: 100%;
}
#content {
  padding: 20px 0;
}
/* ==========================================================================
   Blog Component
   ========================================================================== */
.social-link a {
  display: inline-block;
  margin-right: 5px;
}
.social-link a i {
  text-align: center;
  color: #777777;
  font-size: 18px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  height: 38px;
  line-height: 36px;
  width: 38px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.social-link .twitter:hover i {
  color: #00BAFF;
}
.social-link .facebook:hover i {
  color: #5192CC;
}
.social-link .google:hover i {
  color: #ED523D;
}
.social-link .linkedin:hover i {
  color: #1985BC;
}
.social-link .youtube:hover i {
  color: #D42424;
}
.post-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 30px;
}
.post-title a {
  color: #2d2d2d;
}
.post-title a:hover {
  color: #00a8b5;
}
#content img {
  width: 100%;
}
.blog-post {
  margin-bottom: 40px;
  overflow: hidden;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.blog-post .feature-inner {
  max-height: 300px;
  overflow: hidden;
}
.blog-post .post-content {
  float: none;
  width: 100%;
  clear: both;
  padding: 30px;
}
.blog-post .post-content h2.title2 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #00a8b5;
}
.blog-post .post-content h3.title3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #00a8b5;
}
.blog-post .post-content h4.title4 {
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #00a8b5;
}
.blog-post .post-content p {
  font-size: 16px;
}
.blog-post .post-content a:hover,
.blog-post .post-content a:focus,
.blog-post .post-content a:active {
  background-color: #006c72;
  border-color: #006c72;
}
.blog-post .post-content ul li {
  margin-bottom: 10px;
}
.blog-post .post-content ul li:before {
  content: "\f061";
  font-family: "FontAwesome";
  margin-right: 10px;
}
.blog-post .post-content .meta {
  font-size: 13px;
  font-style: italic;
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
}
.blog-post .post-content .meta .meta-part {
  display: inline-block;
  margin-bottom: 25px;
}
.blog-post .post-content .meta .meta-part a {
  color: #999;
  padding-right: 10px;
}
.blog-post .post-content .meta .meta-part a:hover {
  color: #00a8b5;
}
.blog-post .post-content .meta .meta-part i {
  margin-right: 5px;
}
.quote-post .feature-inner {
  padding: 50px;
  border-radius: 0px;
  background: #3e3e3e;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.quote-post .feature-inner a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
}
.quote-post .feature-inner a:hover {
  color: #00a8b5;
}
.blog-post .post-format {
  position: absolute;
  left: 50%;
  z-index: 10;
}
.blog-post .post-format span a {
  background: #fff;
  border-radius: 4px;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 40px;
  margin-top: -20px;
  text-align: center;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  z-index: 1;
  position: relative;
}
.blog-post .post-format span a img {
  position: absolute;
  top: 13px;
  max-width: 90%;
  left: 4px;
  padding: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.blog-post .post-format span a i {
  display: block;
  line-height: 40px;
  font-size: 18px;
  position: relative;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.blog-post .post-type i {
  font-size: 1.2em;
  color: #fff;
}
#pagination {
  text-align: center;
}
#pagination span,
#pagination a {
  display: inline-block;
  text-align: center;
  height: 34px;
  width: 34px;
  color: #666;
  line-height: 33px;
  border: 1px solid #eee;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#pagination .current {
  color: #00a8b5;
}
#pagination a:hover {
  color: #00a8b5;
}
#pagination .all-pages,
#pagination .next-page {
  width: auto;
  padding: 0 14px;
}
.widget-title {
  font-size: 18px;
  font-weight: 900;
  padding: 12px 15px;
  background: #F9F9F9;
  border-bottom: 1px solid #00a8b5;
  margin-bottom: 20px;
  margin-top: 0;
  color: #00a8b5;
  font-family: 'Nunito', sans-serif;
}
.widget-search {
  margin-bottom: 48px;
}
.widget-search input[type="search"] {
  position: relative;
  margin: 0;
  float: left;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  height: 42px;
  border: none;
  line-height: 37px;
  width: 100%;
  border-radius: 0;
}
.widget-search input[type="search"]:focus {
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.14);
}
.widget-search .search-btn {
  display: inline-block;
  width: 38px;
  position: absolute;
  height: 42px;
  border: none;
  background: transparent;
  right: 30px;
  color: #000;
  font-size: 1.2em;
  line-height: 36px;
  text-align: center;
  border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.widget-search .search-btn:hover {
  color: #00a8b5;
}
.right-sidebar {
  padding-left: 20px;
}
#sidebar {
  margin-bottom: 30px;
  padding: 0px 30px;
}
#sidebar .widget {
  margin-bottom: 60px;
}
#sidebar .widget:last-child {
  border-bottom: none;
}
#sidebar .cat-list.big li {
  cursor: pointer;
  padding: 0;
}
#sidebar .cat-list.big a {
  text-transform: uppercase;
  color: #FFF;
  width: 100%;
}
#sidebar .cat-list.big a span {
  padding: 15px;
  display: block;
}
#sidebar .cat-list.big a i {
  font-size: 30px;
  min-width: 50px;
  text-align: center;
  margin-right: 10px;
  vertical-align: middle;
  color: #FFF;
}
#sidebar .cat-list.big a:hover {
  color: #FFFFFF;
  opacity: 0.7;
}
#sidebar .cat-list.big a:hover i {
  color: #FFFFFF;
}
#sidebar .cat-list li {
  padding: 8px 18px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}
#sidebar .cat-list li a {
  text-decoration: none;
  margin-right: 10px;
  color: #666;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#sidebar .cat-list li a:hover {
  color: #00a8b5;
}
#sidebar .cat-list li .num-posts {
  color: #aaa;
  float: right;
  font-size: 12px;
}
#sidebar .posts-list li {
  margin-bottom: 12px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#sidebar .posts-list li:hover {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
#sidebar .posts-list .widget-thumb {
  float: left;
}
#sidebar .posts-list .widget-thumb img {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#sidebar .posts-list .widget-thumb:hover img {
  opacity: 0.7;
}
#sidebar .posts-list .widget-content {
  margin-left: 104px;
  padding: 5px 0;
}
#sidebar .posts-list .widget-content a {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #2d2d2d;
}
#sidebar .posts-list .widget-content span {
  color: #999;
  font-size: 12px;
  display: block;
  margin: 3px 0;
  line-height: 18px;
}
#sidebar .posts-list .widget-content span i {
  margin-right: 5px;
}
#sidebar .tag a {
  display: inline-block;
  color: #666;
  font-size: 14px;
  padding: 7px 14px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  margin: 4px 2px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
#sidebar .tag a i {
  padding-right: 5px;
}
#sidebar .tag a:hover {
  color: #00a8b5;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
}
.post-slide {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}
.post-slide .post-content {
  margin-top: 20px;
  padding: 0px 30px 48px;
}
.post-slide .post-content h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 22px;
}
.post-slide .post-content h3 a {
  color: #2d2d2d;
}
.post-slide .post-content h3 a:hover {
  color: #00a8b5;
}
.post-slide .post-content .meta {
  font-size: 13px;
  font-style: italic;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.post-slide .post-content .meta .meta-part {
  display: inline-block;
  margin-bottom: 25px;
}
.post-slide .post-content .meta .meta-part a {
  color: #999;
  padding-right: 10px;
}
.post-slide .post-content .meta .meta-part a:hover {
  color: #00a8b5;
}
.post-slide .post-content .meta .meta-part i {
  margin-right: 5px;
}
.relate-slider .owl-controls .owl-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 15px !important;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #00a8b5;
}
.single-gallery .social-link span {
  margin-right: 15px;
}
.single-gallery p {
  margin-bottom: 20px;
}
blockquote {
  padding: 20px 0;
  position: relative;
  margin: 30px 0;
  border-left-color: transparent;
}
blockquote i {
  font-size: 32px;
  position: absolute;
  margin-top: 10px;
}
blockquote .quote-text {
  color: #666;
  font-size: 18px;
  line-height: 32px;
  display: block;
  font-style: italic;
  font-weight: 400;
  padding-left: 45px;
}
.post-tags-list {
  padding-top: 6px;
}
.post-tags-list a {
  display: inline-block;
  color: #666;
  font-size: 15px;
  padding: 7px 8px;
  background: rgba(238, 238, 238, 0);
  margin: 4px 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
.post-tags-list a:hover {
  color: #fff;
}
.comments-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}
#comments .comments-list {
  padding: 0;
  margin: 0 0 35px 0;
}
#comments .comments-list li .comment-box {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 0px;
  padding: 22px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
#comments .comments-list li ul {
  padding-left: 80px;
}
#comments .avatar {
  padding: 5px;
  background: #fff;
  width: 80px;
  float: left;
  border-radius: 50%;
  height: 80px;
  position: relative;
  border: 1px solid #ddd;
}
#comments .avatar img {
  border-radius: 50%;
}
#comments .comment-content {
  padding: 0px 90px 0px 105px;
}
#comments .comment-content .comment-meta {
  margin-bottom: 5px;
}
#comments .comment-content .comment-by {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}
#comments .comment-content .comment-by a {
  color: #2d2d2d;
}
#comments .comment-content .comment-by a:hover {
  color: #00a8b5;
}
#comments .comment-content .comment-date {
  color: #00a8b5;
  font-size: 14px;
}
.reply-link {
  padding: 0px 6px;
  color: #00a8b5;
  font-size: 16px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#respond button {
  margin-top: 10px;
}
.project-content h4 {
  margin-bottom: 12px;
  padding-bottom: 8px;
}
.project-content h4 span {
  padding-bottom: 8px;
  border-bottom: 1px solid;
}
.project-content p {
  margin-bottom: 30px;
}
.project-content .share {
  margin-top: 20px;
  font-size: 14px;
}
.project-content .share span {
  margin-right: 10px;
}
.form-control {
  font-size: 14px;
  outline: medium none;
  color: #999;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  margin: 15px 0;
  padding: 10px 15px;
  height: 40px;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-control:focus {
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.14);
  outline: none;
}
/* ==========================================================================
   Video Component
   ========================================================================== */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  position: absolute;
  width: 100%;
  top: 50%;
  -moz-transform: translateY(-55%);
  -o-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
