 body {
  margin: 0;
  padding: 0;
}

 .search {
   padding: 5px;
   margin-top: 20px;
   border:1px solid #DDD;
 }
 .search:hover {
   border:1px solid #666;
 }
 .searchDetail {
   cursor: pointer;
 }

 img.avatar {
   width: 32px;
   height: 32px;
 }


a:hover, a:focus {
  text-decoration: none;
}
 .pagination-nav li a {
   color: #bea15e;
   box-shadow: inset 0 10px 10px #fff;
   display: block;
   padding: 0 7px;
   background: #f4f2ed;
 }

 ul.pagination-nav li.active {
   color: black;
   opacity: 0.5;
   pointer-events: none;
 }
 a.pagination-btn.pagination-prev {
   float: left;
 }

 ul.pagination-nav {
   text-align: center;
 }
 div.paginationContainer {
   width: 100%;
   display: flex;
   justify-content: center;
 }
 ol, ul {
   list-style: none;
 }
 .pagination-nav {
   padding: 0;
   position: relative;
   right: auto;
 }

 .pagination-nav li {
   float: left;
   border: 1px solid #fff;
   border-bottom: 1px solid #dbd9d5;
   border-right: 1px solid #dbd9d5;
 }

 .pagination-nav li:first-child {
   border-radius: 3px 0 0 3px;
 }

 .pagination-nav li:last-child {
   border-radius: 0 3px 3px 0;
 }

 .pagination-nav li a {
   color: #bea15e;
   box-shadow: inset 0 10px 10px #fff;
   display: block;
   padding: 0 7px;
   background: #f4f2ed;
 }

 .pagination-nav li a:hover {
   color: #333;
 }

 .pagination-nav li .dropdown-menu {
   padding: 0;
   min-width: unset;
   text-align: center;
 }

 .pagination-nav .active a {
   background: #f4f2ed !important;
 }

 .pagination-nav li .dropdown-menu li {
   float: none;
 }
 .pagination-btn {
   color: #bea15e;
   float: right;
   margin-left: 3px;
   border-radius: 3px;
   color: #bea15e;
   box-shadow: inset 0 10px 10px #fff;
   flaot: right;
   padding: 0 7px;
   background: #f4f2ed;
   border: 1px solid #ffffff;
   border-right: 1px solid #dbd9d5;
   border-bottom: 1px solid #dbd9d5;
 }

#mainContainer {
  margin-top: 60px;
}
#overlayBlack {
  width: 100vw;
  height: 100vw;
  display: none;
  background-color: #000;
  z-index: 9999;
  opacity: 0.8;
}
/* NAVBAR
----------------------------------- */
.navbar {
  border: 0;
  border-radius: 0;
  background: red;
  background-image: -moz-linear-gradient( -10deg, rgb(255,152,0) 0%, rgb(244,67,54) 100%);
  background-image: -webkit-linear-gradient( -10deg, rgb(255,152,0) 0%, rgb(244,67,54) 100%);
  background-image: -ms-linear-gradient( -10deg, rgb(255,152,0) 0%, rgb(244,67,54) 100%);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: -50px;
}
.avatar128 {

    max-height: 128px;
    max-width: 128px;
}
.avatar256 {
    max-height: 256px;
    max-width: 256px;
}
.navbar-default .navbar-nav>li>a {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.02em;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-brand {
  height: auto;
}
.justified {
    position:absolute;
    left:50%;
}
.nav>li>a.user {
  display: table;
}
.cell {
    display: table-cell;
    vertical-align: middle;
}
.avatar {

  width:50px;
  height:50px;
  margin-right:5px;
  background-color:#e1e1e1;
  border-radius:50px;
}
.nav>li>a.turn-off {
  display: table;
}
.turn-off-button {
  width:30px;
  height:30px;
  background-color:#f9f9fb;
  border-radius:2px;
  text-align: center;
}
.turn-off-button span {
  color: #c0534b;
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block!important;
  }
  .collapsing {
    overflow: hidden!important;
  }

  .navbar-toggle {
    margin-top: 10px;
  }
  .navbar-default .navbar-toggle .icon-bar { background-color: #fff; }
  .justified {
    position: static;
    margin-left: -15px !important;
  }
}
@media (min-width:992px) {
  .navbar {
    min-height: 80px;
  }
  .navbar-brand {
    padding-top: 23px;
  }
  .navbar-nav>li>a {
    padding: 30px 10px;
  }
  .navbar-nav>li>a.user {
    padding: 15px 10px;
  }
  .navbar-nav>li>a.turn-off {
    padding: 25px 0 25px 10px;
  }
}

/* TESTIMONIALS CAROUSEL
----------------------------------- */
.header {
  background-image: url(../img/header2.jpg);
  background-size: cover;
  background-position: center center;
  min-height: 360px;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  margin-bottom: 50px;
}
  .header.header-loggedon {
    margin-bottom: 35px;
  }
  .header .form-group a {
    color: #337ab7;
  }
  .header a {
    color: #fff;
  }
.navbar-left .navbar-brand {
  padding-top: 0;
  margin-top: 50px;
}
.navbar-right {
  float: right;
}
.navbar-right .navbar-brand {
  margin-top: 50px;
  padding: 15px 40px;
  border: 2px solid #fff;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.14em;
}

.header-text {
  padding-top: 50px;
  padding-bottom: 40px;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}
.header-text h5 {
  font-weight: 600;
  font-style: italic;
  font-size: 22px;
}
.header-text h2 {
  font-weight: bold;
  font-size: 50px;
  text-shadow: 0px 2px 5px #000;
  line-height: 17px;
}
.header form {
  width: 100%;
  margin: -62px auto 0;
  padding: 30px 35px;
  background-color: #fff;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.06);
}
@media (max-width:1200px) {
  .header form {
    margin-top: 0;
  }
  .header {
    margin-bottom: 112px;
  }
}

@media (max-width:767px) {
  .header {
    height: 350px;
    margin-bottom: 550px;
    min-height: auto;
  }
  .header-text {
    padding-top: 140px;
    padding-bottom: 0;
  }
  .header-text h2 {
    font-size: 35px;
    line-height: 35px;
  }
  .header form {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    margin-top: 10px;
  }
}
@media (max-width:470px) {
  .navbar-left, .navbar-right {
    float: left;
    width: 100%;
    padding: 15px 0;
    text-align: center;
  }
  .navbar-brand {
    padding: 0;
    float: none;
  }
  .navbar-default .navbar-brand {
    float: left;
    padding: 10px;
  }
  .navbar-brand>img {
    display: inline;
  }
}
.header form h3 {
  margin: 0 0 30px;
  font-size: 22px;
  color: #545c68;
}
.header form button {
  border: 0;
  padding: 15px 30px;
  background-color: #9ccc65;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.14em;
  outline: 0;
  margin-top: 15px;
}
.header .form-group {
  margin-bottom: 25px;
}
.header .form-control {
  background-color: #f9f9fb;
  padding: 14px 22px;
  height: auto;
  border-radius: 10px;
  border-color: #eaeaea;
  box-shadow: none;
}
/* TESTIMONIALS CAROUSEL
----------------------------------- */
.carousel {
  margin: 50px 0;
}
.carousel h1 {
  margin-top: 50px;
  color: #ffa726;
}
.map {
  position: relative;
  max-width: 420px;
  height: 500px;
  background-image: url(../img/map.png);
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.carousel-indicators {
  position: static;
  width: 100%;
  margin: 0;
  height: 100%;
}
.carousel-indicators li {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid #e1e1e1;
  margin: 0;
  background-position: center;
  background-repeat: no-repeat;
}
.carousel-indicators li.li1 { left: 5px;top: 10px;}
.carousel-indicators li.li2 { left: 150px;top: 30px;}
.carousel-indicators li.li3 { left: 60px;top: 140px;}
.carousel-indicators li.li4 { left: 310px;top: 100px;}
.carousel-indicators li.li5 { left: 220px;top: 190px;}
.carousel-indicators li.li6 { left: 350px;top: 230px;}
.carousel-indicators li.li7 { left: 110px;top: 310px;}
.carousel-indicators li.li8 { left: 320px;top: 315px;}
.carousel-indicators li.li9 { left: 220px;top: 370px;}
.carousel-indicators li.li10 { left: 350px;top: 440px;}

.carousel-indicators li.active {
  width: 60px;
  height: 60px;
  border-color: #ffa726;
}
@media (max-width:500px) {
  .map {
    max-width: 300px;
    background-size: contain;
  }
}

.carousel-inner h3 {
  color: #545c68;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}
.carousel-inner p {
  color: #a0abb9;
  line-height: 2;
  margin-bottom: 20px;
}
.pager {
  text-align: left;
  margin: 10px 0;
}
.pager li>a, .pager li>span {
  border-radius: 10px;
  color: #ef6c00;
}
.pager li>a:hover, .pager li>a:focus {
  background-color: #ef6c00;
  color: #fff;
}
/* ISLANDS
----------------------------------- */
.island {
  display: block;
  max-width: 175px;
  min-height: 220px;
  padding-top: 30px;
  text-align: center;
  margin: 0 auto 25px;
}
.island-img {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
}
.island.active {
  background-color: #ef6c00;
  color: #fff;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
}
.island-img.france { background-image: url(../img/france.png); }
.island-img.guyane { background-image: url(../img/guyane.png); }
.island-img.guadeloupe { background-image: url(../img/guadeloupe.png); }
.island-img.martinique { background-image: url(../img/martinique.png); }
.island-img.reunion { background-image: url(../img/reunion.png); }
.island.active .island-img.france { background-image: url(../img/france2.png); }
.island.active .island-img.guyane { background-image: url(../img/guyane2.png); }
.island.active .island-img.guadeloupe { background-image: url(../img/guadeloupe2.png); }
.island.active .island-img.martinique { background-image: url(../img/martinique2.png); }
.island.active .island-img.reunion { background-image: url(../img/reunion2.png); }

.island h4 {
  color: #545c68;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.04em;
  margin-top: 20px;
}
.island p {
  color: #a0abb9;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.14em;
}
.island.active h4, .island.active p {
  color: #fff;
}
@media (max-width:767px) {
  .island {
    min-height: 180px;
    padding-top: 0;
    margin: 0 auto;
  }
}
/* BEST-PROFILE
----------------------------------- */
.best-profile {
  background-color: #ef5350;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 25px;
}
  .best-profile a {
    color: #fff;
    text-decoration: underline;
  }

.best-profile .col-md-5 {
  padding: 0;
}
.best-profile h2 {
  font-size: 45px;
  margin: 20px 0 30px;
}
.best-profile p {
  line-height: 2;
  margin-bottom: 30px;
}
.profile-img {
  width: 100%;
  text-align: center;
}
.profile-img img{
  width: 100%;
}
@media (min-width:992px) {
  .best-profile {
    height: 440px;
    position: relative;
  }
  .best-profile .col-md-5 {
    position: static;
  }
  .profile-img {
    position: absolute;
    right: 0;
    width: 43%;
    max-width: 585px;
  }
  .profile-img img {
    max-width: none;
    height: 440px;
  }
}

/* FOOTER
----------------------------------- */
.footer {
  font-size: 14px;
  text-align: center;
  padding: 20px 0;
  color: #545c68;
}
.footer p {
  margin: 0;
}

/* Sticky
----------------------------------- */
html, body {
  height: 100%;
}
.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -61px;
}
.page-wrap:after {
  content: "";
  display: block;
}
.page-wrap:after {
  height: 61px;
}



  @media (max-width: 767px) {
  .header {
    margin-bottom: 390px;
  }

}

.paginationjs {
  margin:20px;
}

h1,h2,h3,h4,h5 {
  font-family: Pacifico;
}
.itemResult {
    cursor: pointer;
    padding:2px;
    margin: 2px;
    border-bottom: 1px solid #eee;
}

.contentText {
  padding-top: 40px;
}


.posRel {
  position: relative;
}

#bs-example-navbar-collapse-1 {
  padding: 0;
}
  #bs-example-navbar-collapse-1 .navbar-nav {
    margin-top: 11px;
  }

.navbar-default .navbar-brand {
  margin: 0;
  padding: 0;
  width: auto;
}

.header .navbar-nav > li > a > .fa {
  line-height: 50px;
}

.menuFooter {
  margin: 0;
  padding: 0;
}
  .menuFooter li {
    display: inline-block;
  }
  .menuFooter li + li::before {
    content: "";
    display: inline-block;
    border-left: 1px solid #eee;
    height: 13px;
    margin: 0 5px;
    vertical-align: middle;
  }

.best-profile.main-photos {
  height: auto;
}
  .main-photos_list {   
    overflow-x: hidden;
  }
  .main-photos_list-item {
    position: relative;
  }
    .main-photos_list-pseudo {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 5px 0;
      font-size: 14px;
      text-align: center;
      color: #ffb600;
      background: rgba(0, 0, 0, 0.4);
    }
    .main-photos_list-item img {
      width: 100%;
      height: auto;
    }
  .photos-page .main-photos_list-item {
    margin-bottom: 30px;
  }

.best-profile .main-btn {
  padding-bottom: 15px;
}
  .best-profile .main-btn a {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
  }

#loginForm .modal-footer .btn {
  margin: 4px;
}

.list-marker {
  padding-left: 0;
}
.ta-r {
  text-align: right;
}
.ta-c {
  text-align: center;
}
.db-b {
  display: block;
  width: 100%;
}

.table td {
  vertical-align: middle;
}

.webmaster-partners .row {
  margin-bottom: 10px;
}
  .webmaster-partners img {
    width: 100%;
    height: auto;
  }
  .webmaster-partners a {
    font-size: 20px;
  }

.logon-page img{
  display: inline-block;
}
.logon-page .col-sm-3 {
  text-align: center;
}

.webmaster-partners .webmaster-partners-btn {
  color: #ffb600;
  font-size: 33px;
  text-align: center;
  display: block;
  line-height: 100px;
  border-radius: 20px;
  text-transform: uppercase;
  text-shadow: 3px 0px 0px #fff;
  font-family: Pacifico;
}
.webmaster-partners-btn.webmaster-partners-dialogoo {
  background: #000;
}
.webmaster-partners-btn.webmaster-partners-videodialogoo {
  background: #2d5f95;
}
.webmaster-partners-btn.webmaster-partners-flex {
  background: #ff7c00;
  color: #0043ff;
  text-transform: none;
}
.webmaster-partners-btn.webmaster-partners-builder {
  background: #00b5e7;
  font-size: 26px;
}

/*.header:hover .main-form form {
  height: 400px;
}
.main-form form {
  overflow: hidden;
  height: 105px;
  transition: all .3s ease-in-out;
  min-height: auto;
}*/

.logon-page-list {

}

.logon-page-item {
  position: relative;
  overflow: hidden;
}
  .logon-page-item-icon i {
    font-size: 75px;
    display: block;
    width: 100%;
    height: 130px;
    border: 1px solid #e4e4e4;
    transition: all .3s ease-in-out;
    margin: 15px 0;
    text-align: center;
  }
    .logon-page-item-icon .fa {
      color: #000;
      line-height: 130px;
      transition: all .3s ease-in-out;
    }

  .logon-page-item-descr {
    overflow: hidden;
    background: #fff;
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,1);
    position: absolute;
    z-index: 1;
    left: 15px;
    top: 90%;
    width: 100%;
    opacity: 0;
    font-size: 13px;
    line-height: 1em;
    text-align: left;
    transition: all .3s ease-in-out;
  }
  .logon-page-item:hover {
    overflow: visible;
    z-index: 5;
  }
  .logon-page-item:hover .logon-page-item-icon {
  }
  .logon-page-item:hover .logon-page-item-icon .fa {
    color: rgb(255,152,0);
    transform: scale(1.2);
  }
  .logon-page-item:hover .logon-page-item-descr {
    opacity: 1;
    padding: 5px 10px;
  }


.btn-gallery {
  font-size: 25px;
  color: rgb(255,152,0);
}
  

@media (max-width: 992px) {
  .best-profile h2 {
    font-size: 35px;
  }
  .best-profile .main-btn a {
    font-size: 13px;
    width: 100%;
  }


  .header .navbar-brand {
    width: auto;
  }

  .header.header-loggedon .navbar.navbar-default {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
  }
  .header.header-loggedon .navbar-header {
    margin-left: 0;
    margin-right: 0;
  }
  .header.header-loggedon .navbar-default .navbar-toggle {
    margin-right: 0;
  }
  .header.header-loggedon .header-text h3 {
    margin-top: 11px;
  }

  #bs-example-navbar-collapse-1 .navbar-nav li {
    float: none;
    display: block;
  }
  .header .navbar-nav > li > a > .fa,
  .header .navbar-nav>li>a {
    line-height: 1em;
  }
  .header .navbar-nav>li>a {
    padding: 8px 10px;
    text-align: left;
    border-bottom: 1px solid #fff;
  }
  .header .navbar-nav>li:last-child a {
    border-bottom: none;
  }
  #bs-example-navbar-collapse-1 .navbar-nav {
    margin-top: 0;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .best-profile h2 {
    font-size: 25px;
  }
  
  .main-btn a {
    display: block;
    margin-bottom: 10px;
  }

  .main-photos_list .col-sm-3:nth-child(2n) {
    display: none;
  }

  .menuFooter {
    font-size: 15px;
  }

  .header:hover .main-form form,
  .main-form form {
    height: 100%;
  }
}

@media (max-width: 420px) {
  .logon-page-item-descr {
    opacity: 1;
    position: static;
    box-shadow: none;
  }

  .logon-page-item {
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #000;
  }
}
