@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);

/************** Typography *************/

body {
    background: #fff;
    color:#4e4e4e;
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
    padding-top: 80px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color:#4e4e4e;
}

h1{
    font-size: 36px;
}

h2{
    font-size: 20px;
}

h3{
    font-size: 16px;
    color: #787878;
    font-weight: 400;
    line-height: 24px;
}

h4{
    font-size: 16px;
}

a {
    color: #33A583;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition:  color 300ms, background-color 300ms;
    transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
    color: #58BD9E;
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

section {
    padding: 35px 0;
}

/*********** Header *********/
.navbar>.container .navbar-brand{
    margin-left: 0;
}

.navbar-brand {
    padding: 0;
    margin:-5px 0 0 0;
    height: 60px;
}

.navbar-brand p {
    font-size: 10px;
    margin-top: -15px;
    margin-bottom: 10px;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    background: #000;
    padding: 15px 0;
    overflow: hidden;
}

.navbar-nav{
    margin-top: 12px;
}

.navbar-nav>li{
    margin-left: 25px;
    padding-bottom: 28px;
}

.navbar-inverse .navbar-nav > li > a {
    padding: 5px 12px;
    margin: 0;
    border-radius: 3px;
    color: #fff;
    line-height: 24px;
    display: inline-block;
}

.navbar-inverse .navbar-nav > li > a:hover{
    background-color: #ED6821;
    color: #fff;
}

.navbar-inverse {
    border: none;
    box-shadow: 0 3px 7px rgba(0,0,0,0.3);
}

.navbar-inverse .navbar-brand {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #ED6821;
    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
    background-color: rgba(0,0,0,.85);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    border: 0;
    padding: 0;
    margin-top: 0;
    border-top: 0;
    border-radius: 0;
    left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before {
    position: absolute;
    top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
    padding: 8px 15px;
    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
    background-color: #ED6821;
    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
    border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
    background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-top: 0;
    padding-bottom: 0;
}


/********* Home Page *********/

#index-slider {
    position: relative;
    border-bottom: 1px solid #808080;
}

.no-margin {
    margin: 0;
    padding: 0;
}

#index-slider .carousel .item {
    box-shadow: inset 0 -5px 15px rgba(0,0,0,0.3);
}

#index-slider .carousel .carousel-content {
    /*margin-top: 50px;*/
    display: table-cell;
    width: 55%;
    vertical-align: middle;
}

#index-slider .carousel .top-margin {
    margin-top: 40px;
}

#index-slider .carousel .center-margin {
    margin-top: 100px;
}

.table-row {
    display: table;
}

.dark {
    background-color: rgba(0,0,0,0.6);
    padding: 15px;
    border-radius: 10px;
}

.dark h1, .dark h2, .dark h3, .dark li, .dark p {
    color: #fff;

}

.dark li, .dark p, .light p, .light li {
    font-size: 120%;
}

.light {
    background-color: rgba(255,255,255,0.4);
    padding: 15px;
    border-radius: 10px;
}

.light h1, .light h2, .light h3, .light li, .light p {
    color: #000;
}

#index-slider .carousel h2 {
    opacity: 80%;
}

#index-slider .carousel .btn-slide {
    padding: 8px 20px;
    background: #ED6821;
    color: #fff;
    border-radius: 4px;
    margin-top: 25px;
    display: inline-block;
}

a.tour {
    background: #58BD9E !important;
    color: #fff;
}

a.demo {
    background: #5F8BBC !important;
    color: #fff;
}

a.price {
    background: #ED9D21 !important;
    color: #fff;
}

a.tour:hover, a.demo:hover, a.price:hover {
    box-shadow: inset 0 0px 20px rgba(0,0,0,0.3);
    color: rgba(255, 255, 255, 0.8)
}

#index-slider .carousel .slider-img{
    /*text-align: right;
    position: absolute;
    max-width: 100%;*/
    test-align: right;
    display: table-cell;
    width: 40%;
    padding-left: 5%;
}

#index-slider .carousel .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 650px;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
}

#index-slider .carousel .item:first-child {
    top: auto;
    position: relative;
}

#index-slider .carousel .item.active {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 1;
}

#index-slider .prev,
#index-slider .next {
    position: absolute;
    top: 50%;
    background-color: #ED6821;
    color: #fff;
    display: inline-block;
    margin-top: -25px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    z-index: 5;
}

#index-slider .prev:hover,
#index-slider .next:hover {
    background-color: #000;
}

#index-slider .prev {
    left: 10px;
}

#index-slider .next {
    right: 10px;
}

#index-slider .carousel-indicators li {
    width: 20px;
    height: 20px;
    background-color: #fff;
    margin: 0 15px 0 0;
    position: relative;
}

#index-slider .carousel-indicators li:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #FFF;
    left: -3px;
    top: -3px;
}

#index-slider .carousel-indicators .active{
    width: 20px;
    height: 20px;
    background-color: #ED6821;
    margin: 0 15px 0 0;
    border: 1px solid #ED6821;
    position: relative;
}

#index-slider .carousel-indicators .active:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #ED6821;
    border: 1px solid #ED6821;
    left: -3px;
    top: -3px;
}

#index-slider .active .animation.anim-item-1 {
    -webkit-animation: fadeInUp 300ms linear 300ms both;
    -moz-animation: fadeInUp 300ms linear 300ms both;
    -o-animation: fadeInUp 300ms linear 300ms both;
    -ms-animation: fadeInUp 300ms linear 300ms both;
    animation: fadeInUp 300ms linear 300ms both;
}

#index-slider .active .animation.anim-item-2 {
    -webkit-animation: fadeInUp 300ms linear 600ms both;
    -moz-animation: fadeInUp 300ms linear 600ms both;
    -o-animation: fadeInUp 300ms linear 600ms both;
    -ms-animation: fadeInUp 300ms linear 600ms both;
    animation: fadeInUp 300ms linear 600ms both;
}

#index-slider .active .animation.anim-item-3 {
    -webkit-animation: fadeInUp 300ms linear 900ms both;
    -moz-animation: fadeInUp 300ms linear 900ms both;
    -o-animation: fadeInUp 300ms linear 900ms both;
    -ms-animation: fadeInUp 300ms linear 900ms both;
    animation: fadeInUp 300ms linear 900ms both;
}

#index-slider .active .animation.anim-item-4 {
    -webkit-animation: fadeInUp 300ms linear 1200ms both;
    -moz-animation: fadeInUp 300ms linear 1200ms both;
    -o-animation: fadeInUp 300ms linear 1200ms both;
    -ms-animation: fadeInUp 300ms linear 1200ms both;
    animation: fadeInUp 300ms linear 1200ms both;
}

.center {
    text-align: center;
    /*padding: 30px;*/
}

.gray {
    background-color: #ebebeb;
}

.accent {
    background-color: rgba(0, 0, 0, 0.47);
    background-image: url(../img/slides/bkg_dark.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.accent .more{
    background-color: rgba(0,0,0,0.9);
    color: #fff4e6;
}

.accent .more h2 {
    color: #FFC977;
}

/* Features */
.slogan h2 span {
    color: #000;
}

.features .wrap {
    margin: 0 auto;
    text-align: center;
}

.features h3 {
    font-size: 20px;
    color: #5F8BBC;
    text-align: left;
}

.features p {
    text-align: left;
}

.features i {
    font-size: 48px;
    height: 110px;
    width: 110px;
    margin: 3px;
    border-radius: 100%;
    line-height: 110px;
    text-align:center;
    background: #5F8BBC;
    color: #fff;
    border: 2px solid #5F8BBC;
    box-shadow: inset 0 0 0 5px #ffffff;
    -webkit-box-shadow: inset 0 0 0 5px #ffffff;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    /*float: left;
    margin-right: 25px;*/
}

.block-title {
    margin-bottom: 30px;
}

.title-divider {
    vertical-align: middle;
}

.title-divider .fa {
    color: rgba(0,0,0,0.2);
    font-size: 70%;
    vertical-align: middle;
}

.more {
	min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  border: 0px solid #5F8BBB;
  border-radius: 4px;
  /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); */
          
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b8d2ff+0,feffff+100&amp;0.3+0,0+100 */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I4ZDJmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(184,210,255,0.3) 0%, rgba(254,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(184,210,255,0.3)), color-stop(100%,rgba(254,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(184,210,255,0.3) 0%,rgba(254,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(184,210,255,0.3) 0%,rgba(254,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(184,210,255,0.3) 0%,rgba(254,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(184,210,255,0.3) 0%,rgba(254,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4db8d2ff', endColorstr='#00feffff',GradientType=0 ); /* IE6-8 */

}

.thumbnail h3 {
    color: #5F8BBC;
}

/* Prices */
.freeplan {
    background-color: rgba(88,189,158,0.15);
    border-radius: 5px;
    border: 0px solid #58BD9E;
    box-shadow: 0px 0px 3px rgba(88,189,158,0.5) inset;
    padding-bottom: 15px;
}

.proplan {
    background-color: rgba(250,138,77,0.15);
    border-radius: 5px;
    border: 0px solid #FA8A4D;
    box-shadow: 0px 0px 3px rgba(250,138,77,0.5) inset;
}

.ensuite {
    background-color: rgba(95,139,188,0.15);
    border-radius: 5px;
    border: 0px solid #5F8BBC;
    box-shadow: 0px 0px 3px rgba(95,139,188,0.5) inset;
}

.freeplan h3, .proplan h3, .ensuite h3 {
    text-align: left;
    font-size: 30px;
    padding: 20px;
}

.freeplan .fa {
    color: #58BD9E;
}

.proplan .fa {
    color: #ED9D21;
}

.ensuite .fa {
    color: #5F8BBC;
}

.freeplan h4, .proplan h4, .ensuite h4 {
    background: #434343; /* Old browsers */
    padding: 20px 30px;
    overflow: hidden;
    clear: both;
}

.freeplan p, .proplan p, .ensuite p {
    padding: 10px 20px;
}

.freeplan ul, .proplan ul, .ensuite ul {
    margin: 20px !important;
}

.freeplan span, .proplan span, .ensuite span {
    color: #fff;
    font-weight: bold;
    font-size: 45px;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.5) inset;
    margin-top: 10px;
}

.freeplan sup, .proplan sup, .ensuite sup {
    font-size: 50%;
    vertical-align: top;
    top: 4px;
    font-weight: normal;
}

.proplan span {
    color: #FFEEE4;
}

.freeplan span {
    color: #E6F5F1;
}

.ensuite span {
    color: #E2E8EF;
}

.alert-proplan {
    color: #985C00;
    background-color: #FFC977;
    border-color: transparent;
}

.alert-ensuite {
    color: #10447E;
    background-color: rgba( 95,139,188,0.5);
    border-color: transparent;
}

/* Footer */
.subfooter {
    background-color: #3B6CA3;
    color: #fff;
    box-shadow: inset 0 -5px 15px rgba(0,0,0,0.3);
}

.subfooter h3 {
    color: #fff;
    font-weight: bold;
}

.subfooter a, .footer a {
    color: #b8d2ff;
}

.footer {
    background-color: #073363;
    color: #5F8BBC;

}

footer .social {
    line-height: 28px;
    vertical-align: middle;
    font-size: 18px;
}

footer .fa {
    font-size: 28px;
    margin-right: 8px;
    vertical-align: middle;
}