@import url('http://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700');
@import url('http://fonts.googleapis.com/css?family=Montserrat:400,700');
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.margin0 {
  margin-bottom: 0 !important;
}
.margin10 {
  margin-bottom: 10px !important;
}
.margin20 {
  margin-bottom: 20px !important;
}
.margin30 {
  margin-bottom: 30px !important;
}
.margin40 {
  margin-bottom: 40px !important;
}
.margin50 {
  margin-bottom: 50px !important;
}
.margin60 {
  margin-bottom: 60px !important;
}
.margin70 {
  margin-bottom: 70px !important;
}
.margin80 {
  margin-bottom: 80px !important;
}
.margin90 {
  margin-bottom: 90px !important;
}
.margin100 {
  margin-bottom: 100px !important;
}
.margintop0 {
  margin-top: 0!important;
}
.inner {
  padding-top: 120px;
  padding-bottom: 120px;
}
.inner-md {
  padding-top: 100px;
  padding-bottom: 100px;
}
.inner-sm {
  padding-top: 80px;
  padding-bottom: 80px;
}
.inner-xs {
  padding-top: 40px;
  padding-bottom: 40px;
}
.inner-top {
  padding-top: 120px;
}
.inner-top-md {
  padding-top: 100px;
}
.inner-top-sm {
  padding-top: 80px;
}
.inner-top-xs {
  padding-top: 40px;
}
.inner-top-xxs {
  padding-top: 20px;
}
.inner-bottom {
  padding-bottom: 120px;
}
.inner-bottom-md {
  padding-bottom: 100px;
}
.inner-bottom-sm {
  padding-bottom: 80px;
}
.inner-bottom-xs {
  padding-bottom: 40px;
}
.inner-left {
  padding-left: 75px;
}
.inner-left-md {
  padding-left: 60px;
}
.inner-left-sm {
  padding-left: 45px;
}
.inner-left-xs {
  padding-left: 30px;
}
.inner-right {
  padding-right: 75px;
}
.inner-right-md {
  padding-right: 60px;
}
.inner-right-sm {
  padding-right: 45px;
}
.inner-right-xs {
  padding-right: 30px;
}
.outer {
  margin-top: 120px;
  margin-bottom: 120px;
}
.outer-md {
  margin-top: 100px;
  margin-bottom: 100px;
}
.outer-sm {
  margin-top: 80px;
  margin-bottom: 80px;
}
.outer-xs {
  margin-top: 40px;
  margin-bottom: 40px;
}
.outer-top {
  margin-top: 120px;
}
.outer-top-md {
  margin-top: 100px;
}
.outer-top-sm {
  margin-top: 80px;
}
.outer-top-xs {
  margin-top: 40px;
}
.outer-top-xxs {
  margin-top: 20px;
}
.outer-bottom {
  margin-bottom: 120px;
}
.outer-bottom-md {
  margin-bottom: 100px;
}
.outer-bottom-sm {
  margin-bottom: 80px;
}
.outer-bottom-xs {
  margin-bottom: 40px;
}
.center-block {
  float: none;
}
.height-xs {
  height: 30vh;
}
.height-sm {
  height: 44vh;
}
.height-md {
  height: 61vh;
}
.height-lg {
  height: 90vh;
}
.nopadding {
  padding: 0;
}
.padding10 {
  padding: 10px;
}
.margintop10 {
  margin-top: 10px;
}
.italic {
  font-style: italic;
}
.placeholder {
  background: #f0f0f0;
  padding: 10px;
  height: 200px;
}
.is-block {
  display: block;
}
.table .fa-file-pdf-o {
  font-size: 1.5em;
}
/*
    FORM
*/
.form-control {
  height: 38px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #f7f7f7;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-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;
}
.form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #25292c;
}
label {
  font-weight: 300;
}
/* ======== GENERAL ========== */
*,
*:hover,
*:focus,
*:active {
  outline: 0;
}
body,
html {
  height: 100%;
  width: 100%;
  font-family: 'Roboto Slab', serif;
}
body {
  color: #19131d;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #241b29;
}
h1,
h3,
h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
h2 {
  font-weight: 100;
  font-size: 28px;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.3em;
  line-height: 1.6em;
}
.content-home-wrapper .subtitle {
  color: #f7f7f7;
}
a {
  outline: 0;
  color: #25ccde;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #82c6ce;
}
code {
  white-space: inherit;
}
pre {
  margin-top: 20px;
  margin-bottom: 10px;
}
p {
  /*
font-weight: 300;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.5em;
*/
}
.white {
  color: #f7f7f7 !important;
}
.light {
  font-weight: 100 !important;
}
.medium {
  font-weight: 400 !important;
}
.main-color {
  color: #25ccde;
}
a {
  color: #25ccde;
}
.main-color {
  color: #25ccde;
}
.slides-navigation a:hover {
  background: #25ccde;
}
.slides-pagination a.current {
  background: #25ccde;
}
.header-center a.scrolldown:hover {
  color: #25ccde;
}
.left-icon .icon {
  background: #25ccde;
}
.styled div span {
  background: #25ccde;
}
ul#faqlist.nav.sidenav.affix {
  top: 130px;
  min-height: 500px;
}
.faq-item {
  padding: 100px 0 0;
}
/*===================================================================================*/
/*	Bordered
/*===================================================================================*/
.bordered .info {
  text-align: center;
}
.bordered .info h3,
.bordered .info h4 {
  margin-bottom: 5px;
}
.bordered .info h3 a,
.bordered .info h4 a {
  color: #241b29;
}
.bordered .info h3 a:hover,
.bordered .info h4 a:hover {
  color: #25ccde;
}
.bordered .info p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  color: #241b29;
}
.bordered {
  border: 1px solid #e9e9e9;
  border-bottom-width: 2px;
  border-radius: 3px;
  padding: 25px;
  background: #f0f0f0;
}
.no-top-border {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bordered-bot {
  padding-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
}
.box-med {
  padding: 10px;
  margin-bottom: 20px;
}
.box-light {
  background: #f7f7f7;
}
.status {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  padding-top: 10px;
  padding-left: 40px;
  font-weight: bold;
}
.status-gold {
  background: url(/images/badge-gold.png) left center no-repeat;
  height: 70px;
  border-radius: 6px;
}
.status-silver {
  background: url(/images/badge-silver.png) left center no-repeat;
  height: 70px;
  border-radius: 6px;
}
.status-platinium {
  background: url(/images/badge-platinium.png) left center no-repeat;
  height: 70px;
  border-radius: 6px;
}
.section-wrapper.text-left,
.text-left {
  text-align: left;
}
.responsive-video iframe {
  border: 0;
}
/* give margin bottom when break into mobile resolution */
@media (max-width: 768px) {
  .mg-sm {
    margin-bottom: 30px;
  }
  .mg-sm:last-child {
    margin-bottom: 0;
  }
}
/* spacer */
.spacer {
  display: block;
  width: 100%;
}
.spacer.big {
  height: 100px;
}
.spacer.small {
  height: 20px;
}
.spacer.medium {
  height: 50px;
}
.animatez {
  opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 and earlier */
}
.delay.one {
  animation-delay: 0.15s;
  -o-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  -webkit-animation-delay: 0.15s;
}
.delay.two {
  animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.delay.three {
  animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
}
.delay.four {
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.delay.five {
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
}
/*
    SUPER SLIDES
*/
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}
.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  /*top: 46%;*/
  bottom: 50px;
  width: 100%;
  outline: 0;
}
.slides-navigation a {
  position: absolute;
  display: block;
  width: 56px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 35px;
  background: #25292c;
  color: #f7f7f7;
  outline: 0;
}
.slides-navigation a:hover {
  background: #25ccde;
}
.slides-navigation a.prev {
  padding-right: 5px;
  border-right: 1px solid #1d2023;
  left: 0;
  -webkit-box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0.05);
  box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0.05);
}
.slides-navigation a.next {
  padding-left: 5px;
  border-left: 1px solid #1d2023;
  right: 0;
  -webkit-box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0.05);
  box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0.05);
}
.slides-pagination {
  position: absolute;
  z-index: 2;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 50px;
  padding-top: 15px;
  background: #25292c;
  letter-spacing: -999999999px;
}
.slides-pagination a {
  border-radius: 15px;
  outline: 0;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 4px;
  line-height: 50px;
  content: '';
  overflow: hidden;
  background: #0e1011;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0e1011 0%, #1d2023 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0e1011), color-stop(100%, #1d2023));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0e1011 0%, #1d2023 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0e1011 0%, #1d2023 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0e1011 0%, #1d2023 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0e1011 0%, #1d2023 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e1011', endColorstr='#1d2023', GradientType=0);
  /* IE6-9 */
  -webkit-box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.14);
  -moz-box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.14);
  box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.14);
}
.slides-pagination a.current {
  background: #25ccde;
  -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.3);
}
/* Fullscreen fixed background */
.fullscreen-image {
  position: fixed !important;
  z-index: -99;
}
.header-center {
  color: #f7f7f7;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
}
.header-center h1 {
  color: #e9e9e9;
  font-weight: 300;
  font-size: 64px;
}
.header-center h2 {
  font-weight: 300;
  font-size: 34px;
}
.header-center h3 {
  color: #f7f7f7;
  font-size: 32px;
}
.header-center h4 {
  color: #f7f7f7;
}
.header-center h1 span {
  font-weight: 700;
}
@media (max-width: 768px) {
  .header-center h1 {
    font-size: 34px;
  }
  .header-center h2 {
    font-size: 24px;
  }
  .header-center h3 {
    font-size: 20px;
  }
  .header-center p {
    display: none;
  }
}
.header-center p {
  font-size: 22px;
  font-weight: 300;
}
.header-center a.scrolldown {
  color: #f7f7f7;
  margin-top: 10%;
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  font-size: 25px;
  display: inline-block;
  border: 2px solid #f7f7f7;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  outline: 0;
}
.header-center a.scrolldown:hover {
  background: #25292c;
  border-color: #25292c;
  color: #25ccde;
  outline: 0;
}
/* Animation of the content inside the header */
.header-center.fade-in {
  zoom: 0;
  animation: fadeit 1s ease-out forwards;
  animation-iteration-count: 1;
  -webkit-animation: fadeit 1s;
  -webkit-animation-iteration-count: 1;
  -moz-animation: fadeit 1s;
  -moz-animation-iteration-count: 1;
  -ms-animation: fadeit 1s;
  -ms-animation-iteration-count: 1;
}
@keyframes fadeit {
  from {
    top: 46%;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  to {
    top: 50%;
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@-webkit-keyframes fadeit {
  from {
    top: 46%;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  to {
    top: 50%;
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@-moz-keyframes fadeit {
  from {
    top: 46%;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  to {
    top: 50%;
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@-ms-keyframes fadeit {
  from {
    top: 46%;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  to {
    top: 50%;
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
.slider-more {
  color: #d8d8d8;
  margin: 0 0 0 -23px;
  padding-top: 6px;
  width: 46px;
  height: 46px;
  line-height: 32px;
  vertical-align: baseline;
  text-align: center;
  font-size: 15px;
  display: inline-block;
  border: 2px solid #d8d8d8;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  outline: 0;
  position: absolute;
  bottom: 15px;
}
.slider-more:hover {
  border: 2px solid #25ccde;
}
/*
    SECTION FILL
*/
/*
 .section-fill {
}
*/
.bg-parallax {
  background-size: cover !important;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.video-wrapper {
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.bg-video {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
  overflow: hidden;
  background-position: center center;
}
.bg-video video {
  position: absolute !important;
  z-index: -3;
  clear: both;
}
.imac-wrapper {
  position: relative;
  height: 300px;
}
.imac-wrapper img {
  position: absolute;
  bottom: -175px;
  left: 50%;
  margin-left: -490px;
}
.imac-wrapper a img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 100%;
}
.imac-wrapper a:hover img {
  bottom: -165px;
}
@media (max-width: 768px) {
  .imac-wrapper {
    height: 200px;
  }
  .imac-wrapper img {
    margin-left: -330px;
    min-width: 650px;
  }
}
.video-overlay {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.fill-wrapper {
  padding: 100px 0;
}
/*
    LEFT ICON
*/
.left-icon {
  text-align: left;
  position: relative;
  padding-left: 60px;
  margin-bottom: 10px;
}
.left-icon h4 {
  margin-bottom: 0;
  margin-top: 20px;
}
.left-icon .icon {
  position: absolute;
  left: 0px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 43px;
  text-align: center;
  background: #25ccde;
  color: #f7f7f7;
  font-size: 20px;
}
/*
    TEAM
*/
.teams {
  /*     background: @color-lighter; */
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.teams .pict {
  position: relative;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.teams .pict img {
  position: relative;
  z-index: -1;
  max-width: 100%;
  width: 100%;
}
.teams h3 {
  color: #202020;
  font-weight: 400;
}
.teams .desc {
  padding: 25px;
}
.teams span {
  font-size: 13px;
  font-weight: 700;
  display: block;
  position: relative;
}
.teams .social a {
  width: 31px;
  height: 31px;
  position: relative;
  text-align: center;
  color: #202020;
  display: inline-block;
  margin-right: 5px;
  margin-top: 20px;
  border-radius: 50%;
  line-height: 28px;
  font-size: 16px;
  padding: 8px 0;
  border: 1px solid #202020;
}
.teams .social a:hover {
  background: #202020;
  color: #f7f7f7;
}
/*
    COUNTDOWN
*/
.countdown-wrapper {
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  background: rgba(37, 41, 44, 0.7);
  width: 100%;
  text-align: center;
}
.countdown-content {
  margin-top: 19%;
}
/* IE7 inline-block hack */
* + html .styled div {
  display: inline;
  zoom: 1;
}
.styled div span {
  display: block;
  width: 160px;
  margin-top: 10px;
  padding: 8px 12px;
  background: #25ccde;
  font-size: 17px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  color: #f7f7f7;
  text-shadow: none;
  font-weight: 700;
}
.countdown-wrapper h2 {
  font-size: 40px;
  font-weight: 700;
  color: #f7f7f7;
  text-align: center;
}
.countdown-wrapper h3 {
  font-size: 20px;
  font-weight: 700;
  color: #f7f7f7;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}
.styled {
  text-align: center;
  color: #25292c;
}
.styled div {
  display: inline-block;
  margin: 0 10px;
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
  background: #f7f7f7;
  padding-top: 15px;
}
/*
    PORTFOLIO
*/
.portfolio-masonry-wrapper {
  font-size: 0;
  text-align: center;
}
.portfolio-item {
  /*min-width: 19.974335%;
    display: inline-block;*/
  width: 20%;
  margin-right: 0;
  margin-bottom: 0;
  float: left;
}
@media (max-width: 1024px) {
  .portfolio-item {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .portfolio-item {
    width: 33.3333333%;
  }
}
@media (max-width: 500px) {
  .portfolio-item {
    width: 50%;
  }
}
.portfolio-item img {
  width: 100%;
}
/*
    TESTIMONIAL
*/
.section-testimonial {
  background: url('../images/testi-bg.png') top center;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.testimonial-list {
  padding: 0;
  margin: 0;
  width: 60%;
  margin: 0 auto;
  font-size: 0;
}
.testimonial-list .testimonial-item {
  display: inline-block;
  height: 64px;
  width: 64px;
  white-space: nowrap;
  position: relative;
}
.testimonial-list .testimonial-item .testimonial-icon {
  position: absolute;
  left: 12px;
  top: 0px;
  opacity: 0;
  z-index: 4;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -o-opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.testimonial-list .testimonial-item a {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: rgba(0, 0, 0, 0);
  outline: 0;
}
.testimonial-list .testimonial-item .testi-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -15px;
  z-index: 3;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.testimonial-list .testimonial-item a.current ~ .testi-link,
.testimonial-list .testimonial-item a:hover ~ .testi-link {
  bottom: 0;
  background: rgba(76, 221, 243, 0.8);
}
.testimonial-list .testimonial-item a.current ~ .testimonial-icon,
.testimonial-list .testimonial-item a:hover ~ .testimonial-icon {
  top: 18px;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
}
.testimonial-slider {
  margin: 5px auto;
  max-width: 700px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.testimonial-slider p {
  font-size: 26px;
  font-weight: 300;
  line-height: 38px;
}
.testimonial-slider .testimonial-author {
  display: block;
  text-align: center;
  color: #8e8e90;
  font-size: 14px;
  margin-top: 10px;
  line-height: 32px;
}
/* ============ BLOG PAGES =============== */
.post {
  display: block;
  margin-left: 130px;
  position: relative;
  text-align: left;
}
.post {
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.post figure {
  margin-bottom: 20px;
  position: relative;
}
.post figure img {
  width: 100%;
}
.post .post-meta {
  width: 100px;
  position: absolute;
  top: 0;
  left: -130px;
}
.post .post-meta .post-icon {
  width: 50px;
  height: 50px;
  color: #f7f7f7;
  font-size: 24px;
  text-align: center;
  line-height: 53px;
  background: #25292c;
  display: inline-block;
  margin-bottom: 12px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 13px;
}
.post .post-meta .post-icon:hover {
  background: #25ccde;
}
.post .post-meta h5 {
  font-size: 13px;
  margin-bottom: 3px;
  margin-top: 5px;
  font-weight: 700;
}
.post .post-meta span {
  font-size: 13px;
  font-weight: 300;
}
.post .post-meta span a {
  color: #25ccde;
}
.post .post-title {
  font-size: 22px;
  line-height: 20px;
  border-bottom: 1px solid #a78eb5;
  padding-bottom: 15px;
}
.post .post-title a {
  color: #25292c;
}
.post .post-title a:hover {
  color: #CCC;
}
.post pre {
  margin-left: 10%;
  margin-right: 10%;
  border-radius: 0;
}
.post .read-more {
  padding: 4px 7px;
  border: 1px solid #25ccde;
  display: inline-block;
  font-size: 14px;
}
@media (max-width: 768px) {
  .post {
    margin-left: 0;
  }
  .post .post-meta {
    display: block;
    margin: 10px 0;
    width: 100%;
    position: relative;
    left: 0;
  }
  .post .post-meta h5,
  .post .post-meta span {
    display: inline;
  }
  .post .post-meta span {
    margin-right: 13px;
    padding-left: 5px;
  }
  .post .post-meta .post-icon {
    display: none;
  }
}
/*
    BLOG AUTHOR
*/
.post-author {
  padding: 0 20px 40px 20px;
  border: 1px solid #EDEDED;
  position: relative;
  background: #f5f5f5;
}
.post-author .blog-author-content {
  position: relative;
  display: block;
}
.post-author figure {
  width: 120px;
  position: relative;
}
.post-author .blog-author-info {
  margin-left: 120px;
  position: absolute;
  top: 0;
}
.post-author .media-heading a {
  color: #241b29;
}
.post-author .blog-author-info p {
  position: relative;
}
.post .post-meta .post-icon:hover {
  background: #25ccde;
}
.post .post-meta span a {
  color: #25ccde;
}
.post .read-more {
  border: 1px solid #25ccde;
}
.p-property {
  font-size: 1.6em;
  color: #25ccde;
}
/* BLOG COMMENTS */
.blog-comments > h2 span {
  font-size: 13px;
  display: block;
  margin-top: 10px;
}
.blog-comments form {
  margin-bottom: 40px;
}
.blog-comments .blog-comment-content figure img {
  border-radius: 50%;
  width: 75px;
  height: auto;
}
.blog-comments .blog-comment-content .comment-meta {
  display: block;
}
.blog-comments .blog-comment-content .comment-meta .media-heading {
  display: inline-block;
}
.blog-comments .blog-comment-content .comment-meta .in-reply,
.blog-comments .blog-comment-content .comment-meta span.time {
  font-size: 12px;
  padding-left: 15px;
}
.blog-comments .blog-comment-content .comment-meta .comment-extra {
  display: inline-block;
}
.blog-comments .blog-comment-content .media-list li {
  padding: 15px;
}
.blog-comments .blog-comment-content .media-list li:nth-child(2n+1) {
  background: #f7f7f7;
}
.blog-comments .blog-comment-content .media-body .media-heading a {
  color: #241b29;
  padding-bottom: 1px;
  border-bottom: 1px dotted #85939b;
}
/*
    WIDGET
*/
.widget {
  display: block;
  margin-bottom: 40px;
  text-align: left;
}
.widget .widget-title {
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
}
.widget ul {
  padding: 0;
  margin: 0;
}
.widget ul li {
  list-style: none;
}
.widget .input-default {
  border-radius: 3px;
  padding: 3px;
  border: none;
  display: inline-block;
}
.audio-wrapper {
  width: 90%;
  left: 5%;
  top: 80%;
  float: left;
  clear: both;
  position: absolute;
  background: #474747;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ3NDc0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNjM2MzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #474747 0%, #363636 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #474747), color-stop(100%, #363636));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #474747 0%, #363636 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #474747 0%, #363636 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #474747 0%, #363636 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #474747 0%, #363636 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#474747', endColorstr='#363636', GradientType=0);
  /* IE6-8 */
  height: 50px;
  box-shadow: 0px 0px 3px #1E1E1E;
  -webkit-box-shadow: 0px 0px 3px #1e1e1e;
}
.audio-wrapper > div {
  box-shadow: inset 1px 1px 1px #5F5F5F;
  padding-bottom: 10px;
}
/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
}
.mejs-container .mejs-controls div {
  display: block;
  float: left;
}
.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
}
.mejs-controls .mejs-time-rail span {
  display: block;
  position: absolute;
  cursor: pointer;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
  background: transparent;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: transparent;
  width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: transparent;
  width: 0;
}
.mejs-controls .mejs-volume-button:hover {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/* end media element reset */
/* media element controls wrapper */
.mejs-controls {
  position: relative;
  height: 15px;
  margin-top: 15px;
  width: 96%;
  margin-left: 2.5%;
  float: left;
  background: transparent;
}
/* play button */
.mejs-controls .mejs-play button {
  width: 21px;
  height: 21px;
  margin-top: 3px;
  margin-left: 3px;
  background: url(../images/play-small.png) 0 0 no-repeat;
  border: none;
  outline: none;
  float: left;
}
/* pause button */
.mejs-controls .mejs-pause button {
  width: 21px;
  height: 21px;
  margin-top: 3px;
  margin-left: 3px;
  background: url(../images/pause.png) 0 0 no-repeat;
  border: none;
  outline: none;
  float: left;
}
.mejs-audio {
  width: 100% !important;
  margin: 0px;
  float: left;
  position: relative;
  left: 0px;
}
.mejs-controls .mejs-time-float,
.mejs-controls .mejs-time-handle,
.mejs-controls .mejs-time {
  display: none !important;
}
/* progress bar wrapper */
.mejs-controls .mejs-time-rail {
  position: relative;
  background: none;
  width: 70% !important;
  float: left;
  margin-left: 1.5%;
  clear: none;
  margin-top: 3px;
  height: 13px;
  overflow: hidden;
  padding: 1px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  display: block;
  border-bottom: 1px solid #3F3F3F;
  border-right: 1px solid #3F3F3F;
  box-shadow: inset 0px 0px 16px #121212;
  -webkit-box-shadow: inset 0px 0px 16px #121212;
}
.mejs-controls .mejs-time-rail .mejs-time-buffering,
.mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-controls .mejs-time-rail .mejs-time-current {
  height: 13px;
}
/* progress */
.mejs-controls .mejs-time-rail .mejs-time-buffering {
  background: none;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: none;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: none;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background-color: #25ccde;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* audio bar */
.mejs-controls .mejs-volume-button {
  float: left;
  position: absolute;
  left: 78%;
  top: 3px;
}
.mejs-controls .mejs-mute button,
.mejs-controls .mejs-unmute button {
  width: 19px;
  height: 14px;
  border: none;
  outline: none;
  top: 14px;
  left: 588px;
}
.mejs-controls .mejs-mute button {
  background: url(../images/volume.png) no-repeat;
}
.mejs-controls .mejs-unmute button {
  background: url(../images/volume-muted.png) no-repeat;
}
.mejs-horizontal-volume-slider {
  box-shadow: inset 0px 0px 16px #121212;
  -webkit-box-shadow: inset 0px 0px 16px #121212;
  display: block;
  position: relative;
  height: 16px;
  width: 90px;
  left: 8%;
  margin-top: 2px;
  border-radius: 3px;
}
.mejs-horizontal-volume-total {
  height: 12px;
  display: block;
  position: relative;
  cursor: pointer;
  width: 100%;
}
.mejs-horizontal-volume-current {
  background: #25ccde;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 14px;
  display: block;
  position: absolute;
  cursor: pointer;
  top: 1px;
  left: 0px;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background-color: #25ccde;
}
.mejs-horizontal-volume-current {
  background: #25ccde;
}
.skill-bar ul li .bar {
  background: #25ccde;
}
.pagination .pag-prev a,
.pagination .pag-next a {
  background: #25ccde;
  border-color: #25ccde;
}
.testimonial-list .testimonial-item a.current ~ .testi-link,
.testimonial-list .testimonial-item a:hover ~ .testi-link {
  background: rgba(37, 204, 222, 0.8);
}
@media (max-width: 768px) {
  .mejs-controls .mejs-time-rail {
    width: 45% !important;
  }
  .mejs-horizontal-volume-slider {
    display: none !important;
  }
  .mejs-controls .mejs-volume-button {
    left: 55%;
  }
}
/* ============== SHORTCODES ============= */
/*
    SKILL BAR
*/
.skill-bar ul {
  list-style: none;
  padding: 0;
}
.skill-bar ul li {
  height: 25px;
  line-height: 25px;
  width: 100%;
  background: #25292c;
  position: relative;
  margin-bottom: 15px;
}
.skill-bar ul li h5 {
  margin: 0;
  color: #f7f7f7;
  line-height: 25px;
  position: absolute;
  font-weight: 700;
  /*text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);*/
}
.skill-bar ul li .bar {
  padding-left: 15px;
  height: 100%;
  background: #25ccde;
  width: 0%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.skill-bar ul li span {
  position: absolute;
  top: 0;
  right: 20px;
  color: #f7f7f7;
}
/*
    PAGINATION
*/
.pagination {
  width: 100%;
  padding: 6px;
  border-radius: 0;
}
.pagination .pag-prev a,
.pagination .pag-next a {
  background: #25ccde;
  color: #f7f7f7;
  border-color: #25ccde;
}
.pagination .pag-prev a:hover,
.pagination .pag-next a:hover {
  border-color: #DDD;
}
.pagination li.active a {
  background: #EEE;
  color: #111;
  border-color: #DDD;
  pointer-events: none;
}
.pagination li a {
  margin: 0 3px;
  border-color: #EDEDED;
  color: #111;
  font-size: 13px;
  border-radius: 3px;
  margin: 3px;
}
.pagination li a:hover {
  background: #EEE;
  color: #111;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* NEW */
.fullfilter {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(25, 19, 29, 0.6);
  z-index: 1;
}
@media (min-width: 700px) {
  .fullfilter {
    background: rgba(25, 19, 29, 0.3);
  }
}
.content-home-wrapper {
  z-index: 3;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 700px;
}
.home-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-wrapper {
  display: block;
  position: relative;
  min-height: 400px;
  height: 100%;
  width: 100%;
}
.home-video {
  position: relative;
  height: 100%;
  display: block;
}
.outter {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.photo-list .owl-item {
  width: 200px;
  margin: 0 10px 10px 0;
  float: left;
}
/*
 .navbar.navbar-default {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
    background: @color-dark;
}
.navbar .navbar-brand {
    font-family:'Montserrat', sans-serif;
    padding: 15px 25px;
    padding-right: 30px;
    color:#FCFCFC;
    font-weight: 900;
    text-transform: uppercase;
    height: auto;
    background: @color-primary;
    outline: 0;
}
.navbar .navbar-brand img {
    margin-right: 5px;
}
.navbar .navbar-brand:hover {
    background: #1d2023;
    color: @color-lighter;
}
.navbar-nav>li>a {
    padding-top: 25px;
    padding-bottom: 0px;
    font-size: 11px;


}
*/
.navbar-default {
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar.navbar-head {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  top: 0;
  background: #19131d;
  border: none;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 0;
  min-height: 36px;
  height: 36px;
  padding: 7px 0;
  color: #25ccde;
  font-size: .9em;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.navbar.navbar-head ul:first-child {
  padding-left: 15px;
}
.navbar.navbar-head ul li {
  display: inline-block;
  padding-left: 20px;
}
.navbar.navbar-head ul li:first-child {
  padding-left: 0;
}
.navbar.navbar-head ul li a {
  color: #f0f0f0;
}
.navbar.navbar-head ul li a:hover {
  color: #25ccde;
  border-top: 2px solid #25ccde;
  padding-top: 6px;
}
.navbar.navbar-head ul.info .contact-phone {
  position: relative;
}
.navbar.navbar-head ul.info .contact-phone .call-open {
  color: #241b29;
  position: absolute;
  top: 28px;
  left: 10px;
  padding: 10px;
  display: none;
  z-index: 5;
  font-size: .9em;
  width: 170px;
  background: #f7f7f7;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.43);
}
.navbar.navbar-head ul.info .contact-phone .call-open p {
  margin: 0;
}
.navbar.navbar-head ul.info .contact-phone:hover {
  cursor: hand;
}
.navbar.navbar-head ul.info .contact-phone:hover .call-open {
  display: inline-block;
}
.navbar.navbar-head ul .dropdown-menu li {
  display: block;
  padding-left: 0px;
}
.navbar.navbar-head ul .dropdown-menu li a:hover {
  color: #262626;
  background-color: #f5f5f5;
  border-top: none;
  padding: 10px 15px;
}
.navbar-default .navbar-nav > li > a {
  color: #a2a1a2;
  font-weight: 300;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  min-width: 129px;
}
.navbar-default .navbar-nav a .big {
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  color: #f0f0f0;
  text-transform: uppercase;
}
.navbar-nav a:hover .big {
  color: #25ccde;
}
.navbar.navbar-default {
  background: none repeat scroll 0 0 #241b29;
  border: 0 none;
  border-radius: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 4;
}
.navbar.navbar-default.affix {
  right: 0;
  left: 0;
  top: 0;
  z-index: 4;
}
.navbar.navbar-default.is-fixed {
  top: 0;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 4;
  -webkit-transform: translateY(-100%);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar.navbar-default.is-fixed.is-visible {
  display: inherit;
  -webkit-transform: translateY(0);
  transform: translate3d(0, 0%, 0);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #25ccde;
  color: #f7f7f7;
}
@media (max-width: 760px) {
  .navbar-default .navbar-nav > ul {
    padding-bottom: 30px;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 5px 10px 7px 30px;
  }
  .navbar-default .navbar-nav > li > a .big {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 760px) {
  .navbar-default .navbar-nav > li > a {
    min-width: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .navbar-default .navbar-nav > li > a .big {
    font-size: 12px;
  }
}
.navbar-default .navbar-nav > li > a {
  text-shadow: none ;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #25ccde;
}
.navbar-default .navbar-nav > li > a:focus {
  color: #777;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #f7f7f7;
  background-color: inherit;
}
.navbar-default .navbar-toggle {
  border: none;
  margin-top: 30px;
  margin-right: 25px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: #19131d;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #25ccde;
}
.navbar-collapse {
  border-top: 0;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  #bs-example-navbar-collapse-1 {
    padding-bottom: 20px;
  }
}
.navbar-info {
  padding: 7px 15px;
  background: #202326;
  /*#F5F5F5*/
  margin-bottom: 0;
  font-size: 12px;
}
.navbar-info li {
  list-style: none;
  display: inline;
  margin-left: 5px;
  margin-right: 15px;
  color: #818894;
}
/*
.navbar .navbar-brand {
    background: none;
}
*/
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #25ccde;
}
.navbar .navbar-brand:hover {
  background: #25ccde;
  color: #FFF;
}
.navbar .navbar-brand {
  font-family: 'Montserrat', sans-serif;
  padding: 15px 25px;
  padding-right: 30px;
  color: #FCFCFC;
  font-weight: 900;
  text-transform: uppercase;
  height: auto;
  outline: 0;
  position: relative;
}
.navbar .navbar-brand .tagline {
  color: rgba(255, 255, 255, 0.72);
  position: absolute;
  top: 46px;
  left: 88px;
  font-size: 0.6em;
  line-height: 12px;
  font-weight: 500;
}
.navbar .navbar-brand img {
  min-height: 60px;
}
.navbar .navbar-brand img {
  margin-right: 5px;
}
.navbar .navbar-brand:hover {
  background: #25ccde;
  color: #f7f7f7;
}
.navbar-nav > li > a {
  padding-top: 25px;
  padding-bottom: 0px;
  font-size: 11px;
  text-shadow: none;
}
a.navbar-brand.sscroll {
  padding: 5px 25px;
}
/*
    DROPDOWN MENU
*/
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 180px;
  padding: 10px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #25ccde;
  border: 0;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-clip: padding-box;
}
.dropdown-menu li a {
  padding: 10px 15px;
  color: #f7f7f7;
  font-weight: 700;
  line-height: 25px;
}
/*
    FOOTER
*/
.footer h4 {
  text-align: left;
  color: #25ccde;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 30px;
}
.footer ul {
  padding-left: 0;
}
.footer-nav {
  margin: 0;
  padding: 0;
}
.footer-nav li {
  display: inline;
  font-size: 14px;
}
.footer-nav li a {
  color: #f7f7f7;
  display: inline-block;
  margin: 3px 10px;
}
.footer-logo img {
  margin-bottom: 10px;
  text-align: center;
}
.footer-logo span {
  font-size: 13px;
  display: block;
}
.copyright {
  font-size: 12px;
  margin: 0 10px;
  margin-top: 15px;
  margin-bottom: 30px;
  opacity: 0.5;
  font-family: 'Montserrat', sans-serif;
}
.btbox {
  background: #eeeeee;
  border-radius: 3px;
  padding: 15px;
  text-align: center;
  min-width: 100%;
  color: #241b29;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 5px;
}
.footer-link ul {
  text-align: center;
  margin: auto;
}
.footer-link li {
  margin: 2px 15px 0 0;
}
.footer ul.social-ico {
  display: inline-block;
  list-style: none;
  padding-left: 0;
}
.footer ul.social-ico li {
  float: left;
}
.footer ul.social-ico li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #241b29;
  border-radius: 100%;
  padding: 5px 15px 5px;
  margin: 25px 10px;
  background: #f7f7f7;
  display: block;
}
.footer ul.social-ico li a:hover {
  color: #20c2d4;
}
.footer ul {
  margin: 0;
  list-style: none;
}
.footer ul li {
  text-align: left;
}
.footer ul li a {
  color: rgba(255, 255, 255, 0.72);
  font-size: .9em;
}
.footer ul li a:hover {
  color: #ffffff;
}
/*
    BACK TO TOP
*/
.totop {
  position: fixed;
  bottom: 0;
  right: 0px;
  width: 0px;
  height: 0px;
  color: #f7f7f7;
  border-style: solid;
  border-width: 0 0 60px 60px;
  border-color: transparent transparent rgba(18, 24, 24, 0.4) transparent;
  z-index: 999;
  -webkit-transform: translateZ(0);
}
.totop span {
  position: relative;
  overflow: hidden;
  font-size: 20px;
  bottom: -34px;
  display: inline-block;
  left: -50px;
  cursor: pointer;
  height: 42px;
  width: 60px;
  line-height: 30px;
  text-align: center;
  z-index: 1000;
}
.totop a {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.totop .first {
  top: 0px;
}
.totop .hover {
  top: 20px;
}
.totop .first i {
  color: #f7f7f7;
}
.totop:hover {
  cursor: pointer;
}
.totop:hover span > a.first {
  top: -20px;
}
.totop:hover span > a.hover {
  top: 0px;
  color: #25ccde;
}
/* ============= SECTION & layout=============== */
.section-outter {
  position: relative;
  z-index: 2;
}
.section-wrapper {
  /*
    padding-top: 90px;
    background: #F7F7F7;*/
  text-align: center;
}
.section-title {
  text-align: center;
  position: relative;
  z-index: 2;
}
.section-title .title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -1px;
  line-height: 60px;
  margin: 10px 0;
  color: #241b29;
}
.section-title .title:after {
  width: 56px;
  background: #241b29;
  display: block;
  content: "";
  height: 6px;
  margin: 10px auto 30px;
}
.section-title .subtitle {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  margin-top: 0;
  color: #999;
}
.title-break {
  border-top: 3px solid #241b29;
  width: 60px;
  margin: 15px auto 20px auto;
  display: inline-block;
}
.section {
  text-align: center;
  position: relative;
  color: #241b29;
}
.section .section-title .title {
  color: #241b29;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.86);
}
.section .section-title .title:after {
  width: 60px;
  background: #241b29;
  display: block;
  content: "";
  height: 6px;
  margin: 10px auto 30px;
  border-radius: 20px;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.86);
}
.section-light {
  background: #f7f7f7 url(../images/bkg.jpg) repeat;
  color: #241b29;
}
.section-light .section-title .title {
  color: #241b29;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3), 0px 7px 10px rgba(0, 0, 0, 0.3);
}
.section-light h5,
.section-light H4 {
  color: #241b29;
}
.section-light .section-title .title:after {
  background: #241b29;
}
.section-dark {
  background: #241b29;
  color: #f0f0f0;
}
.section-dark .section-title .title,
.section-dark h5,
.section-dark H4 {
  text-shadow: none;
  color: #25ccde;
}
.section-dark .section-title .title:after {
  background: #25ccde;
  box-shadow: none;
}
.section-darker {
  background: #19131d;
  color: #f0f0f0;
}
.section-darker .section-title .title,
.section-darker h5,
.section-darker H4 {
  color: #25ccde;
}
.section-darker .section-title .title:after {
  background: #25ccde;
}
.section-grey {
  background: #e9e9e9;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.section-dark-layer {
  background: rgba(0, 0, 0, 0.53);
}
.section-dark-layer .section-title .title,
.section-dark-layer h5,
.section-dark-layer H4 {
  color: #f7f7f7;
}
.section-dark-layer .section-title .title:after {
  background: #f7f7f7;
}
.section-dark-home {
  color: #f7f7f7;
}
.owl-carousel {
  text-align: center;
  cursor: default;
}
.owl-prev,
.owl-next {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 30px!important;
  color: #FFF!important;
  color: #241b29 !important;
  background-color: #e9e9e9;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: auto;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0;
  line-height: 30px;
}
.owl-prev {
  left: -30px;
  bottom: 85px;
}
.owl-next {
  right: -30px;
  bottom: 85px;
}
.custom-nav {
  display: block;
}
.owl-container:hover .owl-prev,
.owl-container:hover .owl-next {
  border-radius: 50%;
  line-height: 38px;
  opacity: 1;
  cursor: pointer ;
}
#container-mansory .one-project {
  display: block;
  overflow: hidden;
  margin: 0 auto 15px;
  position: relative;
}
#container-mansory .one-project > a {
  height: 435px;
}
#container-mansory .one-project:hover .heart-container {
  display: none;
}
#container-mansory .one-project:hover .project-img.desc .filter-img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
}
#container-mansory .one-project:hover .project-img.desc .description {
  display: inline-block;
}
#container-mansory .one-project:hover .actions-project {
  transform: translate3d(0, 0%, 0);
  -webkit-transform: translate3d(0, 0%, 0);
}
#container-mansory .one-project .actions-project {
  width: 100%;
  padding: 5px 0;
  height: 45px;
  bottom: 0;
  -webkit-transition: all ease 0.1s;
  -moz-transition: all ease 0.1s;
  -o-transition: all ease 0.1s;
  transition: all ease 0.1s;
  z-index: 1;
  position: absolute;
  transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  background: #241b29;
}
#container-mansory .one-project .actions-project ul {
  margin: 0;
  padding: 0;
}
#container-mansory .one-project .actions-project ul li {
  display: inline-block;
}
#container-mansory .one-project .actions-project ul li a {
  display: inline-block;
  font-size: .9em;
}
#container-mansory .one-project .desc {
  z-index: 2;
  position: relative;
}
#container-mansory .one-project .desc .jauge {
  margin-top: 0;
}
#container-mansory .one-project .desc label {
  margin-top: 0;
}
#container-mansory .project-img {
  position: relative;
}
#container-mansory .project-img.desc {
  padding: 0;
}
#container-mansory .project-img.desc .filter-img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#container-mansory .project-img.desc .description {
  position: absolute;
  top: 15px;
  padding: 10px;
  display: none;
}
#container-mansory.mes-projets .one-project {
  float: left;
  margin-right: 20px;
  padding-bottom: 30px;
}
.search-project-container .input-region {
  position: relative;
}
.search-project-container .input-region .fa {
  position: absolute;
  right: 10px;
  top: 15px;
}
.sidebar-project-container {
  font-size: 0.8em;
  font-family: 'Montserrat', sans-serif;
}
.sidebar-project-container .widget a {
  color: #241b29;
}
.sidebar-project-container .widget a:hover {
  color: inherit!important;
}
.sidebar-project-container input[type="radio"],
.sidebar-project-container input[type="checkbox"] {
  margin: 1px 5px 0px -20px;
  padding: 0;
}
.sidebar-project-container .checkbox {
  margin: 3px 0;
}
.sidebar-project-container .widget-title .fa {
  margin: 0 ;
}
@media screen and (max-width: 992px) {
  #container-mansory .one-project > a {
    height: 450px;
  }
  #container-mansory .one-project .actions-project {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
  .search-project-container {
    padding: 10px;
    padding-bottom: 0;
  }
  .sidebar-project-container {
    padding: 0;
  }
  .sidebar-project-container .widget {
    margin-bottom: 0;
  }
}
.search-project {
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.one-project {
  width: 100%;
  max-width: 300px;
  margin: 7px auto 20px;
  padding-bottom: 30px;
  overflow: hidden;
}
.one-project > a {
  position: relative;
  display: block;
}
.one-project .project-img {
  overflow: hidden;
}
.one-project .project-img .main-img {
  -webkit-transition: -webkit-transform ease-in-out 0.2s;
  transition: all ease ease-in-out 0.2s;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
  border-radius: 2px 2px 0px 0px;
}
.one-project .desc {
  padding: 15px;
  background: white;
  text-align: left;
}
.one-project .desc .txt-light {
  color: #241b29;
  font-size: .9em;
  font-weight: 300;
  transition: all ease .3s;
}
.one-project .desc .city {
  font-weight: 500;
  color: #241b29;
  font-size: .975em;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  display: inline-block;
}
.one-project .desc .header .title {
  display: inline-block;
  font-size: 1.3em;
  font-weight: 900;
  margin: -5px 0 5px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.one-project .desc .jauge {
  margin-top: 20px;
  height: 35px;
}
.one-project .desc .objectif {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #f0f0f0;
}
.one-project .desc label {
  margin-top: 10px;
  color: #241b29;
  font-weight: 300;
  font-size: .8em;
  text-transform: uppercase;
  height: 30px;
}
.one-project .desc .value {
  color: #19131d;
  font-weight: 500;
  font-size: 1.5em;
}
.one-project .desc .resume {
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 23px;
  text-align: left;
}
.one-project .filter {
  background: rgba(43, 37, 41, 0.5);
  height: 120px;
  position: absolute;
  width: 300px;
  transition: all ease .5s;
}
.one-project:hover {
  box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.18), 0px 3px 5px rgba(0, 0, 0, 0.15);
  background: #f0f0f0;
  margin-top: -1px;
}
.one-project:hover .main-img {
  -webkit-transform: scale3d(1.3, 1.3, 1);
  transform: scale3d(1.3, 1.3, 1);
}
.one-project:hover .filter {
  background: transparent;
}
.one-project:hover .txt-light {
  color: #19131d;
}
.heart-container {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 80px 80px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  right: 0px;
  z-index: 4;
}
.heart-container img {
  width: 27px;
  height: 24px;
  position: relative;
  right: 0;
  left: 47px;
  top: 7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.heart-container .txt {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  text-transform: uppercase;
  font-weight: 500;
  color: #19131d;
  font-size: 0.7em;
  display: inline-block;
  width: 97px;
  position: relative;
  top: 0px;
  left: -1px;
}
.media-content {
  text-align: left;
}
.media-content li {
  padding: 7px 20px 0px 7px;
}
.media-content li.media:hover {
  background: #e9e9e9;
}
.media .media-content figure img {
  border-radius: 50%;
  width: 55px;
  height: auto;
}
.media .media-content .comment-meta {
  display: block;
}
.media .media-content .media-body p {
  margin-top: 5px;
}
.media .media-content .comment-meta .in-reply,
.media .media-content .comment-meta span.time {
  font-size: 10px;
  font-family: 'Montserrat', sans-serif;
}
.media .media-content .comment-meta .comment-extra {
  display: inline-block;
}
.media .media-content .media-list li {
  padding: 4px;
}
.media .media-content .media-body .media-heading a {
  padding-bottom: 1px;
}
/*
.media-box{
	background: #FFF;
	padding: 40px;
	border: 1px solid #E6E9ED;
	border-bottom-width: 2px;
	border-radius: 3px;
	margin-bottom: 40px;
	text-align: left;
}


.media-box .media-image {
	float: left;
	
}



.media-box .media-details {
	position: relative;
font-size: inherit;
padding-top: 0;
padding-left: 30px;
z-index: 0;
overflow: hidden;
}



.media-box .media-details .media-meta li {
	float: left;
	display: inline-block;
	margin: 0;
}


.media-box .media-details .meta a {
	display: inline !important;
}
*/
/* BLOG COMMENTS */
.media-comments > h2 span {
  font-size: 13px;
  display: block;
  margin-top: 10px;
}
.media-comments form {
  margin-bottom: 40px;
}
.media-comments .blog-comment-content figure img {
  border-radius: 50%;
  width: 75px;
  height: auto;
}
.media-comments .blog-comment-content .comment-meta {
  display: block;
}
.media-comments .blog-comment-content .comment-meta .media-heading {
  display: inline-block;
}
.media-comments .blog-comment-content .comment-meta .in-reply,
.media-comments .blog-comment-content .comment-meta span.time {
  font-size: 12px;
  padding-left: 15px;
}
.media-comments .blog-comment-content .comment-meta .comment-extra {
  display: inline-block;
}
.media-comments .blog-comment-content .media-list li {
  padding: 15px;
}
.media-comments .blog-comment-content .media-list li:nth-child(2n+1) {
  background: #f7f7f7;
}
.media-comments .blog-comment-content .media-body .media-heading a {
  color: #241b29;
  padding-bottom: 1px;
  border-bottom: 1px dotted #85939b;
}
/* FLUX */
.flux > h2 span {
  font-size: 13px;
  display: block;
  margin-top: 10px;
}
.flux form {
  margin-bottom: 40px;
}
.flux-content {
  text-align: left;
}
.flux .flux-content figure img {
  width: 53px;
  height: 53px;
  border-radius: 100%;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.29);
}
.flux .flux-content .comment-meta {
  display: block;
}
.flux .flux-content .media-body p {
  margin-top: 5px;
}
.flux .flux-content .comment-meta .in-reply,
.flux .flux-content .comment-meta span.time {
  font-size: 10px;
  font-family: 'Montserrat', sans-serif;
}
.flux .flux-content .comment-meta .comment-extra {
  display: inline-block;
}
.flux .flux-content .media-list li {
  padding: 5px;
}
.flux .flux-content .media-body .media-heading a {
  color: #241b29;
  padding-bottom: 1px;
  border-bottom: 1px dotted #85939b;
}
.flux .flux-content .media-body .media-heading .user {
  font-weight: 700;
}
.media-presse .media-list .media .pull-left {
  margin-right: 10px;
  padding-right: 10px;
}
.media-presse .media-list .media .media-presse {
  width: 150px;
}
.media-presse .media-list .media .media-body {
  color: #241b29;
}
.media-content .media img.media-presse {
  width: 120px;
  border-radius: 0;
}
.flux .flux-content .media {
  position: relative;
}
.flux .flux-content .media .read-all {
  position: absolute;
  right: 10px;
  top: 10px;
  display: none;
}
.flux .flux-content .media .media-content {
  font-size: .9em;
}
.flux .flux-content .media .media-title {
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.flux .flux-content .media .is-response {
  background: #FFF;
  color: #241b29;
  padding: 5px 10px;
  margin-top: 10px;
}
.flux .flux-content .media .is-response .author {
  font-size: 10px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.flux .flux-content .media .is-response .btn-sm {
  color: white;
}
.flux .flux-content .media:hover .read-all {
  display: inline-block;
}
/*
    TESTIMONIAL
*/
.testimonial-carousel {
  /*     background: @color-lighter; */
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.testimonial-carousel .pict {
  position: relative;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  overflow: hidden;
  max-width: 220px;
  margin: auto;
}
.testimonial-carousel .pict img {
  position: relative;
  z-index: -1;
  max-width: 100%;
  width: 100%;
}
.testimonial-carousel h3 {
  color: #202020;
  font-weight: 400;
}
.testimonial-carousel .desc {
  padding: 25px;
}
.testimonial-carousel span {
  font-size: 13px;
  font-weight: 700;
  display: block;
  position: relative;
}
.testimonial-carousel .social a {
  width: 31px;
  height: 31px;
  position: relative;
  text-align: center;
  color: #25ccde;
  display: inline-block;
  margin-right: 5px;
  margin-top: 20px;
  border-radius: 50%;
  line-height: 24px;
  font-size: 16px;
  padding: 4px 0;
  border: 1px solid #e9e9e9;
}
.testimonial-carousel .social a:hover {
  background: #f0f0f0;
  color: #25ccde;
}
.custom-nav-testimonial .owl-prev,
.custom-nav-testimonial .owl-next {
  opacity: 1;
  display: inline-block;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
  padding: 3px;
  background: rgba(37, 204, 222, 0.5);
}
.custom-nav-testimonial .owl-prev .fa,
.custom-nav-testimonial .owl-next .fa {
  color: #f0f0f0;
}
.custom-nav-testimonial .owl-prev:hover,
.custom-nav-testimonial .owl-next:hover {
  cursor: pointer;
}
.custom-nav-testimonial .owl-prev {
  left: 12%;
  bottom: 0;
}
.custom-nav-testimonial .owl-next {
  right: 12%;
  bottom: 0px;
}
/*===================================================================================*/
/*	OVERLAY
/*===================================================================================*/
.icon-overlay {
  display: block;
  position: relative;
}
.icon-overlay img {
  display: block;
  max-width: 100%;
}
.icon-overlay a .icn-more {
  opacity: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-decoration: none;
  width: 100%;
  z-index: 100;
  background-color: #25ccde;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  overflow: hidden;
}
.icon-overlay a:hover .icn-more {
  opacity: 0.9;
}
.icon-overlay a .icn-more:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
  text-align: center;
  content: '\f055';
  width: 60px;
  height: 60px;
  font-size: 60px;
  line-height: 1;
  color: #FFF;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin: -30px 0 0 -30px;
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.icon-overlay a:hover .icn-more:before {
  font-size: 30px;
  padding-top: 15px;
}
.icon-overlay.icn-link a .icn-more:before {
  content: '\f055';
}
#liens-didactiques .one-link {
  padding: 0 5px;
}
/*
    BUTTON
*/
.btn {
  font-family: 'Montserrat', sans-serif;
  border-radius: 0;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  outline: 0;
  border: 2px solid #25ccde;
}
.btn-dark {
  background: #241b29;
  color: #f7f7f7;
  border-color: #19131d;
}
.btn-dark:hover {
  background: #241b29;
  color: #f7f7f7;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.btn-outline {
  background: rgba(255, 255, 255, 0.25);
  color: #241b29;
  border: 2px solid #e9e9e9;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-outline:hover {
  text-decoration: none;
  background: #f0f0f0;
  border-color: #19131d;
}
.btn-primary {
  color: #f7f7f7;
  background: #25ccde;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.05);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #25ccde;
  color: #241b29;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.32);
  border-color: #241b29;
}
.btn-lg,
.btn-group-lg > .btn {
  border-radius: 0;
  padding: 14px 22px;
  min-width: 196px;
  font-size: 16px;
  font-weight: 900;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 4px 7px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-default {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.05);
  box-shadow: none;
  background-image: none;
  background-repeat: repeat-x;
  border-color: #dadada;
  color: #908a94;
}
.btn-cta {
  min-width: 226px;
}
.text-bold {
  font-weight: bold;
}
/*
    ACCORDION
*/
.panel-group .panel {
  margin-bottom: 5px;
}
.panel-group p {
  font-size: 16px;
}
.panel-group .panel {
  border: 0;
  border-radius: 0;
  margin-top: 0 !important;
}
.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-heading {
  border-radius: 0;
  border-top: 1px solid transparent;
  padding: 0;
}
.panel-default > .panel-heading {
  color: #1A1E22;
  background-color: #e5e8eb;
  border-color: transparent;
}
.panel-title {
  font-size: 16px;
  color: inherit;
  font-weight: 700;
  display: block;
}
.panel-title a {
  display: block;
  padding: 20px;
  text-decoration: none;
}
.panel-title a:hover {
  color: #f7f7f7;
}
.panel-body {
  background: #f7f7f7;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 0;
}
/*
    NAV TABS
*/
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #f7f7f7;
  color: #e5e8eb;
  border-radius: 0;
  -webkit-border-radius: 0;
  border-top: 0;
  border-left: none;
  border-bottom: 0;
  border-right: 0;
}
.nav-tabs > li.active > a > i {
  color: #25ccde;
}
.nav-tabs {
  border-bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 440px) {
  .nav-tabs li {
    width: 30%;
  }
}
.nav-tabs > li > a {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: inherit;
  background: #e5e8eb;
  font-weight: 700;
  border-left: none;
  margin: 0;
  margin-right: 5px;
  padding: 15px 20px;
  border-radius: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-tabs > li.active > a {
  color: #241b29;
}
.nav-tabs.nav-tabs-sm > li > a {
  font-size: 11px;
  margin-right: 2px;
  margin-bottom: 3px;
  padding: 15px 10px;
}
.nav-tabs > li.active:first-child > a:hover {
  border-left: 0;
  border-bottom: 0;
}
.nav-tabs > li > a {
  border-bottom: 1px solid #CCC;
  border: 0;
  color: #1A1E22;
}
.nav-tabs > li > a:hover {
  color: #f7f7f7;
  background: #25ccde;
  border-top: 0;
  border-right: 0;
  border-left: none;
  border: 0;
}
.nav-tabs > li:first-child > a {
  border-left: 0;
}
.tab-content {
  background: #f7f7f7;
  padding: 1px;
  border: 0;
}
.tab-content > .tab-pane {
  padding: 10px;
}
.sub-nav-list li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #241b29;
}
.sub-nav-list li a:hover {
  color: #25ccde;
}
.sub-nav-list li a.active {
  color: #25ccde;
}
.sub-nav-list li a i {
  width: 16px;
  text-align: center;
}
/*
    ALERTS
*/
/*
 .alert {
    border-radius: 0;
    padding: 20px;
    margin-bottom: 10px;
    border:none;
    color: @color-lighter;
    font-size: 16px;
}
.alert-dismissable .close {
    right: -21px;
    top: -21px;
    width: 31px;
    height: 31px;
    background: #1A1E22;
    color: inherit;
    opacity: 1;
    text-shadow: none;
}
.alert-warning {
    background: #deb14d;
}
.alert-success {
    background: #70bc70;
}
.alert-info {
    background: #52adda;
}
*/
.alert-danger {
  background: rgba(255, 0, 0, 0.15);
}
/*
    TOOLTIP
*/
.tooltip {
  font-size: 14px;
}
.tooltip-inner {
  padding: 15px 15px;
  border-radius: 0;
  background: #1A1E22;
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #1A1E22;
  border-width: 5px 5px 0;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #1A1E22;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #1A1E22;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #1A1E22;
}
/*
    LABEL
*/
.label {
  padding: 5px 8px;
  border-radius: 0;
}
.label-warning {
  background: #deb14d;
}
.label-info {
  background: #52adda;
}
.label-success {
  background: #70bc70;
}
.label-danger {
  background: #c46868;
}
/*
    PROGRESS BAR
*/
.progress {
  height: 25px;
  border-radius: 0;
  background: #241b29;
  box-shadow: none;
}
.progress-bar {
  padding: 20px;
}
.progress-bar-primary {
  background: #25ccde;
}
.progress-bar-success {
  background: #36f18d;
}
.progress-sm {
  margin-top: 5px;
  margin-bottom: 5px;
  height: 5px;
}
/*
    PANEL
*/
.panel {
  border-radius: 0;
}
.panel .panel-heading {
  border-radius: 0;
}
.panel .panel-heading h3 {
  padding: 10px;
}
/*
    TABLE
*/
.table {
  font-family: 'Montserrat', sans-serif;
}
.table-text-sm {
  font-size: 10px;
}
.cell-l0 {
  background: rgba(255, 255, 255, 0.19);
  text-align: left;
}
.cell-l1 {
  color: #f7f7f7;
  background: #48d4e3;
  text-align: center;
}
.cell-l2 {
  color: #f7f7f7;
  background: #25ccde;
  text-align: center;
}
.cell-l3 {
  color: #f7f7f7;
  background: #1fbecf;
  text-align: center;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background: #25ccde;
  border-radius: 0px;
}
.thumbnail {
  padding: 0px;
}
/*
    WELL
*/
.well {
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #dadada;
}
.well-primary {
  border: 2px solid #dadada;
}
/*
    ICON
*/
.bs-glyphicons {
  margin: 0 -19px 20px -16px;
  overflow: hidden;
}
.bs-glyphicons-list {
  padding-left: 0;
  list-style: none;
}
.bs-glyphicons .glyphicon {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
}
.bs-glyphicons .glyphicon-class {
  display: block;
  text-align: center;
  word-wrap: break-word;
}
.bs-glyphicons li {
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #f7f7f7;
  background-color: #f9f9f9;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.media-projet > .media {
  border-bottom: 1px solid #e9e9e9;
}
.media-projet > .media .projet-image-sm {
  height: 80px;
  max-width: 200px;
}
.media-projet > .media .projet-image-sm img {
  max-width: 180px;
  text-align: center;
}
.media-projet > .media .media-body {
  margin-left: 10px;
}
/*===================================================================================*/
/*	TABS CIRCLED ON TOP
/*===================================================================================*/
.tabs-circle-top .etabs {
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 2;
}
.tabs-circle-top .etabs:before {
  content: '';
  display: block;
  border-bottom: 1px solid #CED7E0;
  margin: 65px 0 -65px;
}
.tabs-circle-top .tab {
  display: inline-block;
  height: 160px;
  position: relative;
  top: 0;
  margin: 0 15px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.tabs-circle-top .tab a {
  display: table-cell;
  vertical-align: middle;
  width: 130px;
  height: 130px;
  max-width: 130px;
  background: #f7f7f7;
  color: #241b29;
  font-size: 12px;
  line-height: 130%;
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px;
  border: 1px solid #CED7E0;
  border-radius: 50%;
  overflow: hidden;
}
.tabs-circle-top .tab a div {
  font-size: 30px;
  line-height: 100%;
  font-weight: 200;
  margin: -10px 0 5px;
  color: #25ccde;
}
.tabs-circle-top .tab a:hover {
  border: 4px solid #25ccde;
}
.tabs-circle-top .tab.active {
  top: -15px;
}
.tabs-circle-top .tab.active a {
  height: 160px;
  width: 160px;
  max-width: 160px;
  background: #25ccde;
  font-size: 15px;
  line-height: 140%;
  color: #FFF;
  border: 1px solid #25ccde;
}
.tabs-circle-top .tab.active a div {
  font-size: 50px;
  margin: -13px 0 8px;
  color: white;
}
.tabs-circle-top.tab-container .panel-container {
  position: relative;
  margin-top: 20px;
  z-index: 1;
}
.tabs-circle-top.tab-container .panel-container p {
  margin: 0;
  padding-bottom: 20px;
}
#tab-circle-container .panel-container .tab-content {
  background: none;
}
#avantages-lend .nav-tabs > li {
  width: 33%;
}
#avantages-lend .tab-content {
  padding: 25px;
}
.support-container {
  font-family: 'Montserrat', sans-serif;
  position: fixed;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.81);
  border-radius: 0 7px 0 0;
  padding: 10px;
  z-index: 1000;
  -webkit-transform: translateZ(0);
}
.support-container ul {
  margin: 0;
  padding: 0;
}
.support-container ul li {
  display: inline-block;
  padding: 0px 5px;
}
.support-container ul li a {
  display: block;
}
.support-container.is-hidden {
  display: none;
}
.modal {
  z-index: 1100;
}
.connector-login {
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
  padding: 0 0 15px 0;
  margin-bottom: 10px;
}
.forget-password {
  margin-top: 10px;
  font-size: .8em;
}
#owl-partenaires .item img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#owl-partenaires .item:hover img {
  cursor: pointer;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}
.sidebar-infos-project hr {
  margin: 15px 0;
}
.sidebar-infos-project .sidebar-bloc {
  margin: 0 0 5px;
  clear: both;
}
.sidebar-infos-project .sidebar-bloc h5 {
  margin: 5px 0;
}
.sidebar-infos-project ul {
  margin: 0;
  padding: 0;
}
.sidebar-infos-project ul li {
  list-style: none;
}
.sidebar-infos-project .avis .header {
  float: left;
  width: 100%;
}
.sidebar-infos-project .avis .header .note li {
  display: inline-block;
}
.sidebar-infos-project .avis .header .note li .bar {
  width: 3px;
  background: #dadada;
  height: 5px;
}
.sidebar-infos-project .avis .header .note li .bar.actif {
  background: #25ccde;
}
.sidebar-infos-project .avis .header .note li .bar.b2 {
  height: 8px;
}
.sidebar-infos-project .avis .header .note li .bar.b3 {
  height: 12px;
}
.sidebar-infos-project .avis .header .note li .bar.b4 {
  height: 15px;
}
.sidebar-infos-project .avis .header .note li .bar.b5 {
  height: 20px;
}
.sidebar-infos-project .avis .maj {
  font-size: 0.7em;
  margin-bottom: 10px;
  display: inline-block;
}
.sidebar-infos-project .avis .desc {
  font-size: 0.9em;
}
.share-project ul {
  display: inline-block;
}
.share-project ul li {
  float: left;
  display: block;
  height: 34px;
  width: 34px;
  padding: 6px;
  border-radius: 100%;
  background: #f0f0f0;
  text-align: center;
  margin: 5px 2px 5px 0;
}
.team-projet .photo-president {
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
  height: 80px;
  width: 80px;
  display: inline-block;
  float: left;
}
.team-projet .name {
  float: left;
  font-weight: 700;
  margin-left: 15px;
  margin-top: 10px;
}
.team-projet .name .pseudo {
  color: #25ccde;
}
.team-projet .desc {
  float: left;
  margin-top: 15px;
  font-size: 0.9em;
}
.one-news,
.one-download {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.one-news:last-child,
.one-download:last-child {
  margin-bottom: 0;
}
.one-news .left-news img,
.one-download .left-news img {
  width: 100%;
  margin-top: 20px;
}
.one-news h4,
.one-download h4 {
  margin-bottom: 0;
}
.one-news .date,
.one-download .date {
  margin-bottom: 10px;
  font-size: 0.7em;
}
.one-news a,
.one-download a {
  color: #241b29;
}
.one-news:hover,
.one-download:hover {
  background: #e9e9e9;
}
.one-download .left-news {
  margin-top: 20px;
}
.slider .fa-angle-right::before,
.slider .fa-angle-left::before {
  content: none;
}
.slider.slider-horizontal {
  width: 100%!important;
}
.slider .tooltip.top {
  margin-top: -62px !important;
}
.slider .slider-handle {
  background: #25ccde !important;
}
.slider .angle-slider {
  font-size: 1.15em;
  position: relative;
  left: 3px;
  color: white;
  top: -1px;
}
.slider .angle-slider .fa:first-child {
  margin-right: 2px;
}
.input-value-slider {
  position: relative;
}
.input-value-slider .value-slider-pret {
  border-top: none;
  border-right: none;
  border-left: none;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 1.8em;
  font-weight: 700;
}
.input-value-slider .euros {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8em;
}
.slider-track {
  background: #241b29;
  border-radius: 2px;
}
.slider-handle {
  background: #25ccde;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.19);
  opacity: 1;
  width: 24px;
  height: 24px;
}
.slider-handle .angle-slider {
  left: 5px;
  top: 0px;
}
.slider-selection {
  background: #dadada;
  border-radius: 1px;
}
.slider.slider-horizontal .slider-handle {
  margin-top: -7px;
}
.cgu-container {
  border: 1px solid #e9e9e9;
  padding: 10px;
  height: 300px;
  overflow: auto;
}
.form-group.is-important label {
  color: #ff0000;
}
.form-group.is-important input {
  border: 1px solid #ff0000;
  color: #ff0000;
}
.sidebar-project-container.sidebar-moncompte ul > li > a {
  padding: 7px 15px;
}
.sidebar-project-container .widget {
  margin-bottom: 10px;
}
.sidebar-project-container .widget .widget-title {
  margin-bottom: 10px;
}
.header {
  height: 40px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #dadada;
}
.header h4 {
  display: inline;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
}
.one-box .header {
  height: 40px;
}
.one-box .header h5 {
  display: inline;
  float: left;
}
.one-box .header .dropdown {
  float: right;
}
.kpi-box h5 {
  border-bottom: 1px solid #dadada;
  margin-bottom: 0;
  padding: 10px ;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  background: #e0eeef;
}
.kpi {
  border-right: solid 1px #CCC;
}
.kpi label {
  margin-top: 10px;
  color: #241b29;
  font-weight: 300;
  font-size: .8em;
  text-transform: uppercase;
  height: 30px;
  display: block;
}
.kpi .value {
  color: #19131d;
  font-weight: 500;
  font-size: 1.5em;
}
.kpi.no-border {
  border: none;
}
.kpi .form-group label {
  height: inherit;
}
#container-mansory #owl-grid-compte .one-project > a {
  height: 399px;
}
.modal-profil-projet .media-heading {
  display: inline-block;
  font-size: 1em;
  font-weight: 900;
  margin: -5px 0 5px;
  width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
}
.workflow-done {
  background-color: #66d459;
  border-radius: 0!important;
}
.workflow-done p {
  color: #f7f7f7;
}
.workflow-done:hover {
  background-color: #66d459!important;
}
.workflow-done:hover p {
  color: #f7f7f7 !important;
}
.workflow-done:after {
  font-family: 'FontAwesome';
  content: '\f00c';
  position: absolute;
  left: 15px;
  top: 50%;
  font-size: 1.8em;
  margin-top: -17px;
  color: #241b29;
}
img.myportrait {
  height: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
  filter: grayscale(0.8);
  -webkit-filter: grayscale(0.8);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.29);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.29);
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
img.myportrait.small {
  height: 75px;
}
.one-contact {
  text-align: left;
  border-bottom: 1px solid #dadada;
  padding: 20px 0;
}
.one-contact .actions {
  margin-top: 10px;
}
.one-contact .myportrait {
  border: 1px solid rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.one-contact:last-child {
  border-bottom: none;
}
.one-contact:hover .myportrait {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  border: 1px solid #25ccde;
}
