body
    {
        background: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        position: relative;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
    }
	
.tm-white a {
	color: #fff;
}
.txtcenter{text-align:center}
h1 { 
    margin-top: 0;
    margin-bottom: 25px; 
}
h1,
h2,
h3,
h4
    {
        font-weight: bold;
        font-family: 'Lato',Arial,Helvetica,sans-serif;
    }
p { line-height: 1.6em; }
img
    {
        max-width: 100%;
        height: auto;
    }
.overlay 
    {
       width: 100%;
       height: 100%;
       background: rgba(0, 0, 0, 0.4);
       padding-top: 90px;
       padding-bottom: 90px;
    }  
@media (min-width: 770px) {
  .container {
    width: 830px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .slick-prev{
    left: 1031px!important;
  }
}
.preloader
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        /*justify-content: center;*/
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: none repeat scroll 0 0 #fff;
    }
.sk-spinner-rotating-plane.sk-spinner 
    {
         width: 30px;
        height: 30px;
        background-color: #28a7e9;
         margin: 0 auto;
        -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
                animation: sk-rotatePlane 1.2s infinite ease-in-out;
     }

@-webkit-keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
.navbar-default
    {
        background: #191f26;
        border: none;
        box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
        margin: 0!important;
    }
.navbar-default .navbar-brand
    {
        color: #28a7e9;
        font-size: 30px;
        font-weight: bold;
        height: 70px;
        line-height: 35px;
    }
.navbar-default .nav li a
    {
        color: #666;
        font-size: 13px;
        height: 55px;
        line-height: 33px;
    }
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus,
.navbar-default .nav li a.current
    {
        color: #28a7e9;
    }

.navbar-default .navbar-toggle
    {
        border: none;
        padding-top: 8px;
    }
.navbar-default .navbar-toggle .icon-bar
    {
        background: #fff;
        border-color: transparent;
    }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }     
#home
    {
    /*background: url('../images/home-bg.jpg') no-repeat;
    background-size: cover;*/
    color: #fff;
    text-align: center;
    width: 100%;
    }
#home p
    {
        font-weight: 400;
        font-style: italic;
        line-height: 2em;
    }
#home img
    {
        display: inline-block;
        /*margin-top: 30px;*/
        width: 100%;
    }
#divider
    {
        text-align: center;
        padding-top: 40px;
        padding-bottom: 80px;
    }
#divider .fa
    {
        color: #28a7e9;
        font-size: 60px;
    }
#feature
    {
        padding-top: 80px;
        padding-bottom: 80px;
    }
#feature h2{
    color: #225378;
    font-weight: 400;
    margin-bottom: 50px;
}

#feature span
    {
        float: left;
    }
#feature .fa
    {
        background: #28a7e9;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
#feature1
    {
        padding-top: 60px;
        padding-bottom: 60px;
    }
#feature1 p
    {
        padding-top: 10px;
    }
#feature1 span
    {
        float: left;
    }
#feature1 .fa
    {
        background: #28a7e9;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
#pricing
    {
        background: #f8f8f8;
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#pricing h2
    {
        padding-bottom: 60px;
    }
#pricing .pricing
    {
        background: #fff;
    }
#pricing .active
    {
        position: relative;
        bottom: 20px;
    }
#pricing .pricing .pricing-title
    {
        background: #28a7e9;
        color: #fff;
        font-weight: bold;
        padding: 30px;
    }
#pricing .pricing .pricing-title p
    {
        font-size: 20px;
    }
#pricing .pricing ul
    {
        padding: 0;
        margin: 0;
    }
#pricing .pricing ul li
    {
        display: block;
        list-style: none;
        padding: 16px;
    }
#pricing .pricing .btn
    {
        background: transparent;
        border: 1px solid #28a7e9;
        border-radius: 0px;
        color: #28a7e9;
        font-weight: bold;
        padding-right: 40px;
        padding-left: 40px;
        margin-top: 20px;
        margin-bottom: 30px;
        transition: all 0.3s ease;
    }
#pricing .pricing .btn:hover {
    background: #28a7e9;
    color: #fff;
}
#download
    {
        padding-top: 80px;
        padding-bottom: 80px;
    }
#download h2
    {
        padding-bottom: 20px;
    }
#download .btn
    {
        border-radius: 0px;
        font-weight: bold;
        margin-top: 20px;
        padding: 10px 40px 10px 40px;
    }
#contact
    {
        background-color: #fcfcfc;
        color: #000!important;
        padding-top: 40px;
        padding-bottom: 90px;
    }
#contact h2
    {
        padding-bottom: 10px;
    }
#contact .fa
{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 6px;
    margin-right: 10px;
    background: #fff!important;
    border: 1px solid #28a7e9!important;
    color: #28a7e9!important;
    display: inline-block;
    position: absolute;
    left: 10px;
    font-size: 19px;
    }
#contact p{
    color: #5a4b4b;
    font-size: 13px;
}
#contact ul{
    padding-left: 0;
    list-style-type: none;
}
#contact ul li{
    padding-left: 40px;
    border-bottom: 1px solid #f5f5f5;
    padding-top: 10px;
}
#contact h5{
    display: inline-block;
    font-size: 14px;
}#contact h4{
    font-size: 20px;
    font-weight: initial;
    text-transform: uppercase;
}
.coordonnees{
    background-color:  #fff;
    padding: 20px;
}
#contact .form-control
    {
        border: none;
        border-radius: 0px;
        box-shadow: none;
        margin-bottom: 10px;
    }
#contact input
    {
        height: 50px;
    }
#contact input[type="submit"]
    {
        background: #28a7e9;
        color: #fff;
        font-weight: bold;
        transition: all 0.3s ease;
    }
#contact input[type="submit"]:hover {
    background: #107DB6;
}

@media screen and ( max-width: 991px ) {
    .templatemo-box {
        margin-bottom: 30px;
        padding-right: 0;
            padding-left: 0;
    }
    #pricing .active {
        bottom: 0;
    }
    .pricing {
        margin-bottom: 20px;
    }
    #feature img, #download img {
        margin-top: 30px;
    }
    #feature1 img {
        margin-bottom: 30px;
    }
}
@media screen and ( max-width: 767px ) {
    .navbar-default .nav li a {
        /*height: auto;
        line-height: 2em;*/
    }
    .navbar-default .nav li a{
        height: auto;
    }
    #feature, #pricing, #download {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    #contact .overlay {
        padding-top: 40px;
    }
    header nav#topmenu ul li{
        text-align: left!important;
    }
    .nopadding{
        margin-top: 10px;
    }
    .phonemail, .language{
        padding-top: 20px;
    }
    .searchform button{
        margin-top: 15px;
    }
    header nav#topmenu ul li ul.sublist{
        position: static!important;
    }
    header nav#topmenu ul li:hover ul.sublist{
        max-height: 100%;
        width: 100%
    }
    #divider{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    #tarifs h1, #tarifs h3{
    	margin-bottom: 85px!important;
    }
    #tarifs h1{
    	font-size: 26px!important;
    }
}
@media screen and ( max-width: 360px ){
    .pricing
        {
            padding-bottom: 40px;
        }
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    color: #28a7e9;
    outline: 0;
}

.dropdown-menu{
    border: none;
    
}
.dropdown .dropdown-menu{background-color: #191f26 !important;}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    background-color: #191f26;
}
.dropdown-menu>li>a{
    height: 30px!important;
    line-height: 22px!important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    background-color: #191f26;
}
.carousel-control.right,.carousel-control.left{
    background-image:none!important;
}
.carousel-control{
    width: 5%;
}
.slideslick a{
    text-decoration: none;
    outline: 0;
    color: #000;
}
.p-t-50{
    padding-top: 50px;
}
.p-b-50{
    padding-bottom: 50px;
}
#contact.contactnobg, #contact.contact2nobg{
    background: none;
    color: #666;
}
.contact2nobg .overlay{
    background: #eee;
    padding-top: 0;
    padding-bottom: 0;
}
.contactnobg .overlay{
    background: transparent;
}
.help-block {
    color: #ff1800;
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
}
.navbar-nav>li>.dropdown-menu{
    transition: .5s;
}
/*.navbar-nav>li>.dropdown-menu{
    width: 201px;
    height: auto;
    position: absolute;
    top: 80px;
    left: 0px;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    margin-top: 5px;
}*/


/************* Gallery Filter style *****************/
.filtr-item {
    padding: 1rem;
}
.item-desc {
    background-color: rgba(0,0,0,0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem;
    z-index: 1;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
}

/* Filter controls */
.simplefilter li, .multifilter li, .sortandshuffle li {
    color: #337ab7;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 20px;
}
.simplefilter li {
    color: #337ab7;
    font-weight: bold;
}
.simplefilter li.active {
    background-color: #337ab7;
    color: #fff;
}
.multifilter li {
    background-color: #4b9eff;
}
.multifilter li.active {
    background-color: #2265b4;
}

/* Shuffle and sort controls */
select {
    padding: 1rem 1rem;
    text-transform: uppercase;
}
.sortandshuffle .shuffle-btn {
    background-color: #dec800;
}
.sortandshuffle .sort-btn {
    background-color: #de0000;
}
.sortandshuffle .sort-btn.active {
    background-color: #9d0000;
}

/* Search control */
.search-row {
    margin-left: 2.5rem;
}
.filtr-search {
    padding: 0.5rem;
    text-transform: uppercase;
}
/************** End filter *******************/
.gallery{
    padding-top: 50px;
}

/******************** Animation caption style 1************************/
.cap1 .imgcaption{
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.5);
    color: #fff;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
    transition: all .9s ease;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
    padding: 40% 70px;
}
.cap1:hover .imgcaption{
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0;
}
.cap1:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.cap1 img{
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
}

.cap1 .imgcaption p{
    font-family: 'Open sans';
    padding: 10px 20px;
    margin-bottom: 0;
    margin-top: 20px;
    position: relative;
    left: 100%;
    font-size: 13px;
    color: #fff;
    border: 2px solid #fff;
    padding: 4px 20px;
    text-decoration: none;
    width: 100px;
}
.cap1:hover .imgcaption p{
    left: 0;
}
.cap1{
    margin: 0;
    padding: 0;
    height: 240px;
    width: 240px;
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
}

/******************** Animation caption style 2************************/
/*********** Change class name to cap2 to get this caption style*****************/

.cap2{
    margin: 0;
    padding: 0;
    height: 240px;
    width: 240px;
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
}
.cap2 .imgcaption{
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 250px;
    background: rgba(0,0,0,.5);
    color: #fff;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -ms-transition-delay: .5s;
    transition-delay: .5s;
    padding: 40% 70px;
}
.cap2:hover .imgcaption{
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0;
}
.cap2 .imgcaption p{
    font-family: 'Open sans';
    margin-bottom: 0;
    margin-top: 20px;
    position: relative;
    left: 180%;
    font-size: 13px;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
    border: 2px solid #fff;
    padding: 4px 20px;
    text-decoration: none;
    width: 100px;
}
.cap2:hover .imgcaption p{
    left: 0;
}
/*********************** End ***************************/
/************ Dropdown ******************/
a {
    -moz-transition:color 0.3s ease-out;
    -webkit-transition:color 0.3s ease-out;
    -o-transition:color 0.3s ease-out;
    transition:color 0.3s ease-out;
}
/* HEADER MENU */
header {
    width:100%;
}
header #top {
    line-height:30px;
    width:100%;
}
header nav#topmenu {
    margin:0 auto;
    padding:0 15px;
    position:relative;
    font-family: 'Open Sans', sans-serif;
}
header nav#topmenu ul {
    margin:0;
    padding:0;
}
header nav#topmenu ul li {
    position:relative;
    font-size:10px;
    list-style:none;
    margin:0;
    padding:0 10px;
    text-align:left;
    text-transform:uppercase;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:active{
    background-color: #191f26;
    color: #28a7e9;
}

header nav#topmenu ul li a {
    color:#fff;
    text-decoration:none;
    display:block;
    font-weight: 500;
    outline: 0;
}
header nav#topmenu ul li a:hover {
    color:#fff;
}
header nav#topmenu ul li:hover > a {
    color:#007cc7;
}
header nav#topmenu ul li span {
    position:absolute;
    text-indent:-9999px;
    top: 31px;
    right: -8px;
}
header nav#topmenu ul li span.arrow {
    background-position:0 2px;
}
header nav#topmenu ul li span.arrow-right {
    background-position:-10px 2px;
}
/*header nav#topmenu ul li ul.sublist {
    float:left;
    list-style:none;
    margin:0;
    padding:0 22px;
    position:absolute;
    left:0px;
    background:#191f26;
    width:auto;
    opacity:0;
    visibility:hidden;
    -moz-transition:opacity 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    -webkit-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
    -o-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
    transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
    z-index: 1000;
    height: 0;
}
header nav#topmenu ul li ul.sublist li {
    border:none;
    clear:both;
    margin-top:0px;
    padding:0;
    min-width: 180px;
    padding-bottom: 8px;
    -moz-transition:opacity 0.1s 0.15s ease-out, margin 0.3s 0.1s ease-out;
    -webkit-transition:opacity 0.1s 0.15s ease-out, margin 0.3s 0.1s ease-out;
    -o-transition:opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;
    transition:opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;
}

header nav#topmenu ul li ul.sublist li a {
    color:#666;
    height: 30px;
    padding-left: 8px;
}
header nav#topmenu ul li:hover ul.sublist {
    opacity:1;
    visibility:visible;
    height: auto;
}
header nav#topmenu ul li:hover ul.sublist li {
    margin-top:0;
    opacity:1;
}
header nav#topmenu ul li:hover ul.sublist li a {
    color:#fff; 
    -moz-transition:color 0.1s ease-out;
    -webkit-transition:color 0.1s ease-out;
    -o-transition:color 0.1s ease-out;
    transition:color 0.1s ease-out;
}
header nav#topmenu ul li:hover ul.sublist li a:hover {
    color:rgba(255,255,255,1);  
    -moz-transition:color 0.3s ease-out;
    -webkit-transition:color 0.3s ease-out;
    -o-transition:color 0.3s ease-out;
    transition:color 0.3s ease-out;
}
header nav#topmenu ul li:hover ul.sublist li:hover > a {
    color:#28a7e9;
}*/
/* SUB SUB LIST */
/*header nav#topmenu ul li ul.sublist li ul.subsublist {
    float:left;
    list-style:none;
    margin:0;
    padding:0;
    position:absolute;
    left:61px;
    top:0px;
    background:#222;
    width:90px;
    opacity:0;
    visibility:hidden;
    -moz-transition:opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    -webkit-transition:opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    -o-transition:opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    transition:opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
}
header nav#topmenu ul li ul.sublist li ul.subsublist li{
    border:none;
    border-bottom:1px solid #ccc;
    clear:both;
    margin:0;
    padding:0;
    width:90px;
    opacity:1;
}
header nav#topmenu ul li ul.sublist li:hover ul.subsublist {
    opacity:1;
    left:91px;
    visibility:visible;
}*/

/*********** End **************/
header .fa{
    font-size: 26px;
    vertical-align: middle;
    color: #225378;
    margin-right: 10px;
}
article img{
    vertical-align: middle;
    margin-right: 10px;
    width: 100%;
}
article .dateart{
    bottom: 10px;
    position: relative;
    right: 10px;
    z-index: 0;
    top: -98px;
    float: right;
}
article .dateart .day{
    color: #fff;
    display: block;
    font-size: 28px;
    height: 63px;
    line-height: 63px;
    text-align: center;
    width: 80px;
}
article .dateart .month{
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    width: 80px;
    background: #fff;
    color: #353535;
    display: block;
}
article .btnplus{
    border: 1px solid transparent;
    padding: 15px 36px;
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    position: 0;
    overflow: hidden;
    transition: color 1000ms ease 0s, background-color 1500ms ease 0s !important;
    background: #0a0a0a;
    color: #fff;
    text-decoration: none;
}
article .textart{
    margin-top: 40px;
    margin-bottom: 40px;
}
.categart li{
    cursor: pointer;
    list-style: url(../images/latest_news_li.png);
    margin-bottom: 10px;
    padding: 0 0 0 8px;
    font-size: 15px;
}
.categart li a{
    text-decoration: none;
    color: #333;
    text-transform: capitalize;
    transition: all 0.7s ease 0s;
}
.categart ul{
    margin-left: 23px;
    padding: 0;
}
.p-t-100{
    padding-top: 100px;
}

.separatorbar#blog2{
    margin: 820px 0 90px;
}
article h6{
    color: #28a7e9;
    font-size: 14px;
}
.m-t-30{
    margin-top: 30px;
}
.m-b-30{
    margin-bottom: 30px;
}
.txtlborder{
    background: #f2f2f2;
    padding: 20px 25px 30px;
}
.txtlborder p{
    font-style: italic;
    font-size: 18px;
}
.slickitem:hover img{
    transform: scale(1.09);
    transition: all 0.7s ease 0s;
}
.slickitem img{
    transition: all 0.3s ease 0s;
    width: 100%;
}
.slideslick  a.readmore{
    border: 2px solid #28a7e9;
    color: #28a7e9;
    padding: 8px 35px 8px 35px;
    background-color: transparent;
    transition: all .3s ease 0s;
    font-weight: bold;
}

.slick-slide{
    padding-bottom: 20px;
}
.slick-initialized .slick-slide{
    display: block;
    outline: 0;
    overflow: hidden;
    padding: 30px 0;
    margin: 5px 13px;
}
.imagesrv{
    overflow: hidden;
    border-radius: 5px;
}
a {
    transition: color 1000ms ease 0s, background-color 1500ms ease 0s;
}
.slickitem{
    text-align: center;
    text-transform: uppercase;
}
.slickitem h5{
    margin-top: 20px;
    margin-bottom: 30px;
}
.slick-prev:before, .slick-next:before{
    font-size: 12px;
}
.slideslick .slick-prev:before, .slideslick .slick-next:before{
    color: #111111;
    font-size: 14px;
}
button.slick-prev, button.slick-next{
    top: 0!important;
    margin-top: -20px!important;
    width: auto;
    height: auto;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 9px 12px;
}
button.slick-next{
    right: 20px;
}
button.slick-prev:hover, button.slick-next:hover{
    background-color: #f2f2f2 ;
}
.pagetitle{
    padding-top: 68px;
    padding-bottom: 58px;
}
.pagetitle h1{
    font-size: 24px;
    line-height: 25px;
    letter-spacing: 5px;
    font-weight: 400;
    text-transform: uppercase;
}
.fil{
    text-align: right;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.fil a{
    outline: 0;
    text-decoration: none;
}
.slash{
    margin-right: 7px;
    margin-left: 7px;
}
.pagetext h2{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 32px;
    color: #111;
    font-family: 'Open Sans', sans-serif;
}
.p-b-100{
    padding-bottom: 100px;
}
.pagetitle.page2 h1{
    text-align: center;
}
.pagetitle.page2 p{
    text-align: center;
}
.pageerror h3{
    font-size: 24px;
    line-height: 33px;
    margin: 26px 0 36px 0;
    text-transform: uppercase;
}
.pageerror{
    text-align: center;
}
a.bthomepage{
    border: 2px solid #28a7e9;
    color: #28a7e9;
    padding: 8px 35px 8px 35px;
    background-color: transparent;
    transition: all .3s ease 0s;
    font-weight: bold;
    text-decoration: none;
}
.pageerror.error2{
    text-align: left;
}
.pageerror ul{
    list-style-type: none;
    padding: 0;
}
.pageerror ul a{
    text-decoration: none;
    color: #4b4e53;
    transition: all .3s ease 0s;
    padding-left: 6px;
}
.pageerror ul a:hover{
    color: #97999c;
    transition: all .3s ease 0s;
}
.error2 h3{
    margin: 26px 0 15px 0;
}

/***************** Testimonial *****************/
.bubble blockquote {
    margin: 10px 10px 0;
    background: #fff;
    padding: 30px;
    position: relative;
    border: none;
    border-radius: 8px;
    font-size: 1.25em;
    color: #5a5a5a;
    text-align: center;
}
.bubble blockquote:before{
    content: url("../images/testinomial_errow_bf.png");
    position: relative;
    bottom: -22px;
    left: -61px;
}
.bubble blockquote:after{
    bottom: 31px;
    content: url(../images/testinomial_errow_af.png);
    position: relative;
    right: -47%;
}
.bubble div {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    margin: 0 0 0 60px;
    margin-bottom: 10px;
}
.bubble cite {
    padding-left: 20px;
    font-size: 1.25em;
    color:#28a7e9;
}
.quotes button.slick-prev,.quotes button.slick-next{
    display: none!important;
}
.quotes .bubble {
    padding: 30px 80px;
}
.slick-dots li button{
    height: 3px!important;
    padding: 0!important;    
}
.slick-dots li button:before{
    display: none!important;
}
.slick-dots li{
    height: 3px!important;
}

/********************** Edited 11/04/2017 *************************/
.topheader h1{
    font-size: 10px;
    color: #ccc;
    margin-bottom: 5px;
}
.topheader{
    margin-bottom: 20px;
}
.navbar-default{
    background-color: #191f26;
    border-color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    background-color: #191f26;
}
.navbar-default .navbar-nav>li>a{
    color: #858594;
    font-size: 14px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    color: #007ac6;
}

.nav>li>a{
    padding: 10px 8px;
}
.navbar-right{
    margin-right: 0px;
}
.navbar-nav img{
    margin-right: 5px;
    margin-top: -3px;
}
.form-control{
    height: 30px;
    border-radius: 0;
}
.phonemail{
    font-size: 18px;
}
.phonemail, .language{
    padding-top: 40px;
    padding-left: 0;
}
h3{
    font-size: 18px;
}
.leftalign{
    text-align: left;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background-color: transparent;
}
.navbar-default .navbar-toggle{
    border:none; 
}
.carousel-caption{
    bottom: 140px;
}
.carousel-caption h2{
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 61px;
}
.carousel-caption h3{
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 400;
}
section.searchform{
    background-color: #225378;
    color: #fff;
    padding: 40px 0;
}
.searchform .formbottom label{
    display: inline-block;
    padding-right: 10px;
}
.formbottom input{
    width: 53px!important;
    border-radius: 3px;
    border: none;
    color: #000;
    padding: 10px!important;
}
.radiotype label {
    padding-left: 8px;
}
.searchform label{
    display: block;
    text-transform: uppercase;
    font-weight: 400;
}
.searchform input{
    border: none;
    color: #000;
}
.searchform button{
    background-color: #191f26;
    border-radius: 3px;
    padding: 10px 70px;
    border:none;
    text-transform: uppercase;
    outline: 0;
    float: right;
    margin-right: 15px;
}
.p-t-10{
    padding-top: 10px;
}
.searchform input{
    padding: 10px 30px 10px 10px;
    border-radius: 3px;
    width: 100%;
}
 .searchform select{
    border-radius: 3px;
    width: 200px;
    color: #000;
    width: 100%;
 }
 .inprad{
    width: auto!important;
 }
 .separatorbar{
    background-color: #436d8c;
    height: 2px;
    border-top: 1px solid #1d4766;
    margin: 30px 0;
 }
.separatorbar2{
    background-color: #282e34;
    height: 2px;
    border-top: 1px solid #0d1013;
    margin: 30px 0;
 }
 .separatorbar3{
    background-color: #282e34;
    height: 2px;
    border-top: 1px solid #0d1013;
    margin: 30px 0;
 }
.nopadding{
    padding-right: 0;
}
.radiotype{
    padding-top: 10px;
}
.radiotype input{
    width: 15px!important;
}
.circle{
    float: left;
    width: 88px;
    height: 88px;
    border: 2px solid #34394A;
    margin: 0 9px 30px 0;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    line-height: 81px;
    text-align: center;
}
#divider h3{
    color: #225378;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
	display:inline-block;
	float:left;
    width: 70%
}
#divider h2{
    color: #225378;
    font-weight: 400;
}
#divider p{
    text-align: left;
    line-height: 27px;
    margin-bottom: 40px;
	display:inline-block;
	float:left
}
#autosection h3{
    font-weight: 400;
    text-transform: uppercase;
}

footer{
    background-color: #191f26;
    color: #fff;
    padding: 20px;
}
footer li{
    list-style: none;
}
footer li a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 25px;
}
footer li a:hover{
    text-decoration: none;
    color: #225378;
}
footer ul{
    padding: 0;
}
footer .greycolor{
    color: #727679;
}
footer .social{
    margin-top: 30px;
}
footer .social li{
    text-align: center;
    float: left;
    display: block;
    margin: 0 6px 6px 0;
    padding: 0;
    border: none;
    width: 40px;
    height: 40px;
    background: #35394A;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
footer .social li:hover{
    background-color: #225378;
}
footer .social li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff !important;
    font-size: 18px;
    line-height: 43px;
}
footer h3{
    text-align: left;
    font-weight: 400;
    margin-bottom: 25px;
}
.footerbas li{
    float: left;
    padding:0 10px;
    text-transform: uppercase;
}
footer .fa-phone, footer .fa-envelope-o, footer .fa-mobile{
    color: #225378;
    font-size: 25px;
    margin-right: 10px;
    vertical-align: middle;
    width: 30px;
}
footer .fa-envelope-o{
    font-size: 22px;
}
.fsize-16{
    font-size: 16px;
    margin-bottom: 15px;
}

/************* style Page tarifs ***************/
#tarifs{
    text-align: center;
    padding: 80px 0;
}
#tarifs h1{
    font-size: 30px;
}
 #tarifs p{
    text-align: left;
 }
#tarifs h1, #tarifs h3{
    text-align: left;
    margin-bottom: 35px;
}
table.table > thead.bg-primary{
    background-color: #4d9ed0;
}
table.table > thead.bg-primary th{
    font-weight: bold;
    color: #fff;
}
table.table > tbody th{
    font-weight: bold;
}
table.table > tbody td, table.table > tbody th, table.table > tfoot td, table.table > tfoot th, table.table > thead td, table.table > thead th{
    padding: 15px 20px;
    text-align: left;
}
.table>thead>tr>th{
    border-bottom: 1px solid #ddd;
}
table.table{
    border: 1px solid #e5e5e5;
}
.resptable{
    overflow-x: auto;
}
#excursions{
    padding: 80px 0;
}
#excursions p{
    text-align: left;
    padding: 20px 10px 35px;
}
#excursions h1{
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
}
a.btnreserv{
    float: right;
    margin-right: 40px;
    background-color: #4d9ed0;
    color: #fff;
    padding: 13px 40px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
    text-decoration: none;
    bottom: 39px;
    position: relative;
    border-radius: 4px;
    outline: 0;
}
a.btnreserv:after{
    border-color: #595959 transparent transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0 0;
    bottom: 3px;
    content: "";
    position: absolute;
    right: -4px;
    width: 0;
    height: 0;
    width: 0;
}
.excliste{
    border:1px solid #e5e5e5;
    margin-bottom: 64px;
}
.excliste h5{
    text-transform: uppercase;
    padding-left: 10px;
}
.excliste img{
    margin-bottom: 30px;
    width: 100%
}
.nopdright{
    padding-right: 0;
}
#contact address{
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.language img{
    width: 38%;
}
.logoheader img{
    width: 100%
}
.navbar-nav .fa{
    margin-right: 0;
    margin-left: 10px;
    color: #fff;
}
/****************** Responsive Tablette *****************/
@media (max-width: 1024px) and (min-width: 767px) {
    .navbar-header {
        float: none;
    }
    .header .bar-top .connect{z-index: 1030}
    .navbar-toggle {
        display: block;
        float: right;
    }
    .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: left;
        width: 100%;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .dropdown-menu>li>a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 20px;
    }
    .dropdown-menu .separator{
        display: none;
    }
    .dropdown-menu{
        box-shadow: none;
        border: none;
    }
    .nav li ul{
        position: relative;
        margin-top: 20px;
    }
    .navbar-default{
        margin-top: -54px;
    }
    .navbar-default .navbar-nav>li>a{
        font-weight:bold;
    }
    .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
        background-color: #f3f3f3;
        color:#000
    }
    .navbar-nav>li>a{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
        border-color: transparent;
    }
    .header .container{
        padding-right: 0px;
        padding-left: 0px;
        width: 100%;
    }
    .navbar-nav{
        margin: 0px -15px 7px -15px;
    }
    .navbar-nav .open .dropdown-menu{
        padding-left: 0px;
        background: #ffe286;
    }
    .submenu>li, .dropdown-menu>li{
        width: -moz-calc(100% - 0px);
        width: -webkit-calc(100% - 10px);
        width: calc(100% - 0px);
        text-align: left;
        padding: 0px 0px 0px 5px;
        border-bottom: 1px solid #ffd651;
        border-left: none;
    }
    header nav#topmenu ul li ul.sublist{
        max-height: 0;
        position: static!important;
    }
    header nav#topmenu ul li:hover ul.sublist{
        max-height: 100%;
        width: 100%
    }
    .navbar-default .nav li a{
        height: 50px;
        line-height: 20px;
    }
    .carousel-caption{
        bottom: 30px;
    }
    .carousel-caption h2{
        font-size: 50px;
    }
    .searchform label{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .searchform .formbottom label{
        padding-right: 7px;
    }
    .nopadding{
        padding-top: 7px;
    }
    footer .social li{
        width: 35px;
        height: 35px;
    }
    footer .social li a{
        line-height: 36px;
    }
    footer .fa-envelope-o{
        font-size: 18px;
    }
    .fsize-16{
        font-size: 13px;
    }
    footer .fa-phone, footer .fa-envelope-o{
        font-size: 18px;
    }
    .container{
        width: 100%
    }
    .radiotype{
        padding-left: 0;
        padding-right: 0;
    }
    .searchform button{
        margin-right: 0;
    }
    #divider .col-md-4{
        width: 50%
    }
    #divider h3{
        width: 70%
    }
}
@media (max-width: 767px){
    .phonemail, .language{
        padding-top: 10px;
    }
    header .fa{
        font-size: 20px;
    }
    .topheader h1{
        margin-bottom: 5px;
    }
    .language img{
        width: 30%
    }
    .logoheader{
        padding-right: 0;
    }
}

@media (min-width:768px){
.dropdown:hover .dropdown-menu {
    display: block;
}

}
a.btnresgolf{
    background-color: #4d9ed0;
    color: #fff;
    padding: 13px 40px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
    text-decoration: none;
    top: 50px;
    position: absolute;
    border-radius: 4px;
    outline: 0;
    right: 15px;
}
