@charset "utf-8";



a {
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	-ms-transition: color 0.2s ease-in;
	-o-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
}
a:hover, a:focus {
	color: #000;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	-ms-transition: color 0.2s ease-in;
	-o-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
/* Link hover color */
a:hover, a:focus, .box-icon a:hover, .usp a:hover i {
	color: #5e5e5e;
}
/* Margins */
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt50 {
	margin-top: 50px;
}
.mt100 {
	margin-top: 100px;
}
.mt150 {
	margin-top: 150px;
}
.mt200 {
	margin-top: 200px;
}
/* Form */
label {
	color: #5e5e5e;
}
.form-control {
	color:#333;
}
.form-control option {
	color: #5e5e5e;
}
.form-control option:disabled {
	color: #bfbfbf;
}
.form-control:focus {
	border: 1px solid #cccccc;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control:-moz-placeholder {
 color: #bfbfbf;
}
 .form-control::-moz-placeholder {
 color: #bfbfbf;
 opacity: 1;
}
 .form-control:-ms-input-placeholder {
 color: #bfbfbf;
}
 .form-control::-webkit-input-placeholder {
 color: #bfbfbf;
}
/* Buttons */
.btn {
	background: -moz-linear-gradient(top, rgba(255,255,255,0.38) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.38)), color-stop(100%, rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.38) 0%, rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0.38) 0%, rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0.38) 0%, rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0.38) 0%, rgba(255,255,255,0) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61ffffff', endColorstr='#00ffffff', GradientType=0 ); /* IE6-9 */
	color: #ffffff;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3);
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	text-transform: uppercase;
	font-weight: bold;
}
.btn-lg {
	padding: 13px 18px;
	font-size: 14px;
}
.btn-default {
	text-shadow: 0 -1px 0 #fff;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.06) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.06))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.06) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.06) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.06) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.06) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#0f000000', GradientType=0 ); /* IE6-9 */
	background-color: #fff;
	border-color: #d2d2d2;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	text-shadow: 0 -1px 0 #fff;
	background-color: #fff;
	border-color: #d2d2d2;
	-webkit-box-shadow: inset 5px 5px 100px 100px #FFFFFF;
	box-shadow: inset 5px 5px 100px 100px #FFFFFF;
}
.btn-purple {
	background-color: #e331bf;
	border-color: #b90a96;
	text-shadow: 0 -1px 0 #c026a1;
}
.btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active, .open .dropdown-toggle.btn-purple {
	background-color: #f449d2;
	border-color: #cf0ba7;
	color: #fff;
}
.btn-black {
	background: -moz-linear-gradient(top, rgba(255,255,255,0.33) 0%, rgba(255,255,255,0.13) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.33)), color-stop(100%, rgba(255,255,255,0.13))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.33) 0%, rgba(255,255,255,0.13) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0.33) 0%, rgba(255,255,255,0.13) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0.33) 0%, rgba(255,255,255,0.13) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0.33) 0%, rgba(255,255,255,0.13) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54ffffff', endColorstr='#21ffffff', GradientType=0 ); /* IE6-9 */
	background-color: #000;
	border-color: #000;
	text-shadow: 0 -1px 0 #000;
}
.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active, .open .dropdown-toggle.btn-black {
	background-color: #333;
	border-color: #000;
	color: #fff;
}
.btn-success {
	background-color: #7ec923;
	border-color: #09c817;
	text-shadow: 0 -1px 0 #408c1f;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	background-color: #86E215;
	border-color: #75c529;
}
.btn-info {
	background-color: #057ad4;
	border-color: #057ad4;
	text-shadow: 0 -1px 0 #1f659a;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	background-color: #36a6eb;
	border-color: #2a8de9;
}
.btn-warning {
	background-color: #dc7b13;
	border-color: #d48405;
	text-shadow: 0 -1px 0 #d29128;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
	background-color: #eab037;
	border-color: #d48405;
}
.btn-danger {
	background-color: #c20808;
	border-color: #ba3535;
	text-shadow: 0 -1px 0 #760202;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
	background-color: #e51f1f;
	border-color: #ba3535;
}
section.buttons .btn{
margin: 0 10px 10px 0;
}

/* Image Hover Zoom */
a.mask {
	text-decoration: none;
	overflow: hidden;
	display: block;
}
img.zoom-img {
	width: 100%;
	position: relative;
	padding: 0;
}
img.zoom-img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	box-shadow: 0px 0px 0px 0px #000; /*Firefox opacity flickr bug fix */
}
img.zoom-img:hover {
	-webkit-transform: scale(1.15);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.15);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
	opacity: 0.7;
}
/* Grid */


/* Top Header
-------------------------------------------------- */
/* Items */


/* Reservation Form
-------------------------------------------------- */
#reservation-form {
	margin-top: -60px;
}
/* Vertical */
#reservation-form .reservation-horizontal, #reservation-form .reservation-vertical, #contact-form .contact-vertical {
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #ebebeb;
	-webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
	box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
	padding: 30px 30px;
	z-index: 9999;
	background-color: #fff;
}
#reservation-form .reservation-vertical h2 {
	margin-top: 0;
	margin-bottom: 12px;
}
#reservation-form .reservation-vertical h4 {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
}
/* Price */
#reservation-form .price {
	padding: 10px 25px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 12px;
	font-size: 18px;
	display: block;
	border: 1px dashed #ebebeb;
}
#reservation-form .price h4 {
	color: #333;
	padding-right: 5px;
}
#reservation-form .price span {
	color: #979797;
	font-weight: normal;
	padding-left: 5px;
	font-size: 11px;
}
/* Horizontal */
.form-inline .form-control{
	width: 100%;
}
#reservation-form .reservation-horizontal .col-sm-1, #reservation-form .reservation-horizontal .col-sm-2, #reservation-form .reservation-horizontal .col-sm-3 {
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}
#reservation-form .form-inline select.form-control {
	width: 100% !important;
}
#reservation-form .form-inline .form-group {
	width: 100%;
}
/* Icons */
#reservation-form .popover-icon i {
	color: #9f9f9f;
	font-size: 18px;
}
#reservation-form .fa.infield {
	position: absolute;
	float: right;
	right: 57px;
	margin-top: 35px;
	font-size: 14px;
}
#reservation-form .form-inline .fa.infield {
	position: absolute;
	float: right;
	right: 18.84px;
	font-size: 14px;
	top: 0;
	width: 15px;
}
/* Button */
#reservation-form .col-sm-2 button {
	margin-top: 25px;
}
/* Guests */
#reservation-form .guests-select {
	z-index: 100;
	cursor: pointer;
}
#reservation-form .guests-select .guests {
	margin-top: -261px;
	width: 200px;
	height: auto;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #ebebeb;
	-webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
	box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
	z-index: 500;
	background-color: #fff;
	position: absolute;
	padding: 20px;
	cursor: default !important;
	display: none;
	animation-name: fadeIn;
	animation-duration: 0.2s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 0.2s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-name: fadeIn;
	-moz-animation-duration: 0.2s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease-out;
}
#reservation-form .form-inline .guests-select .form-group {
	padding-bottom: 15px;
}
/* Datepicker*/
#reservation-form .hasDatepicker {
	cursor: pointer;
}
/* Error Message */
.error_message {
	color: #F00;
}
#error{
	display: none;
}
/* Rooms
-------------------------------------------------- */
/* Room Thumbnails */
.room-thumb {
	width: 356px;
	height: 303px;
	float: left;
	overflow: hidden;
	position: relative;
	border: 1px solid #ebebeb;
	-webkit-box-shadow: 0 2px 0 0 #e0e0e0;
	box-shadow: 0 2px 0 0 #e0e0e0;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 5000;
}
.room-thumb .mask {
	width: 356px;
	height: 301px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0
}
.room-thumb img {
	display: block;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #ebebeb;
}
.room-thumb .main {
	border-bottom: 1px solid #ebebeb;
	height: 75px;
}
.room-thumb .main h5 {
	font-size: 14px;
	font-weight: bold;
	position: relative;
	padding: 10px 0 0 20px;
	display: inline-block;
}
.room-thumb .main .price {
	display: inline;
	float: right;
	font-size: 18px;
	font-weight: bold;
	height: 75px;
	line-height:17px;
	padding: 6px 25px;
	border-top: none;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	text-align: center;
	}
.room-thumb .main .price span {
	display: block;
	color: #979797;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}
.room-thumb .content {
	position: relative;
	padding: 20px;
	text-align: left;
}
.room-thumb .content button {
	margin-top: 5px;
}
.room-thumb .content p span {
	font-weight: bold;
	display: block;
}
.room-thumb .content i {
	padding-right: 5px;
}
.room-thumb img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.room-thumb .mask {
	background-color: #fff;
	-webkit-transform: translateY(228px);
	-moz-transform: translateY(228px);
	-o-transform: translateY(228px);
	-ms-transform: translateY(228px);
	transform: translateY(228px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.room-thumb:hover .mask {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.room-thumb:hover img {
	-webkit-transform: translateY(-228px);
	-moz-transform: translateY(-228px);
	-o-transform: translateY(-228px);
	-ms-transform: translateY(-228px);
	transform: translateY(-228px);
}
/* Room List */
.room-list {
	margin-top: -60px;
	margin-bottom: -60px;
}
.room-list .room-thumb {
	margin-bottom: 60px;
}
/* USP's
-------------------------------------------------- */
.usp {
	text-align: center;
}
/* Circle */
.box-icon .circle {
	-webkit-border-radius: 120px;
	-moz-border-radius: 120px;
	border-radius: 120px;
	padding: 60px;
	display: table;
	margin: 0 auto;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: inline-block;
	position: relative;
	float: left;
	border: 1px solid;
}
.usp .box-icon .circle {
	float: none;
}
.usp .box-icon .circle:hover {
	color: #fff;
	animation-name: swing;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	text-decoration: none;
	-webkit-animation-name: swing;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-name: swing;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease-out;
}
.box-icon .circle:hover i {
	color: #fff;
	animation-name: swing;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	text-decoration: none;
	-webkit-animation-name: swing;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-name: swing;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease-out;
}
/* Icon */
.box-icon i {
	width: 20px;
	height: 10px;
	text-align: center;
	vertical-align: middle;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.usp a {
	font-weight: bold;
	margin-bottom: 20px;
	display: block;
}
.box-icon a i {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* Blog
-------------------------------------------------- */
/* Article */
.blog article {
	border-bottom: 2px solid #ccc;
	padding: 0 0 50px 0;
	margin-bottom: 50px;
}
/* Meta */
article .meta {
	z-index: 1;
}
article .meta-date {
	display: inline-block;
	color: #fff;
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	z-index: 9;
	padding: 6px 16px;
	margin: 20px 0 0 0;
	-webkit-border-radius: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;
	height: 50px;
	width: 50px;
	line-height: 17px;
	text-align: center;
}
article .meta-date span {
	display: block;
	font-size: 11px;
	font-weight: normal;
}
article .meta-author, .meta-category, .meta-comments {
	font-size: 12px;
	padding: 0px 0 10px 0;
	display: inline-block;
	color: #979797;
	margin-right: 20px;
}
/* Content */
article h2 {
	margin-bottom: 5px;
}
article i {
	padding: 0 10px 0 0;
}
article p.intro {
	padding-bottom: 10px;
}
article iframe {
	width: 100%;
	border: none;
}
article .video-format {
	padding-bottom: 56.25%;
	overflow: hidden;
	width: 100%;
	position:relative;
}
article .video-format iframe{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
/* Blog Author */
.blog-author {
	padding-bottom: 10px;
	border-bottom: 1px solid #e9e9e9;
	margin-top: -50px;
}
.blog-author img {
	float: left;
	margin: 13px 17px 15px 0;
	border: 1px solid;
}
.blog-author p {
	margin: 18px 0 0 0;
}
/* Blog Comments */
.comment {
	margin: 20px 0 0 0;
	padding-bottom: 20px;
}
.comment p {
	margin: 0;
	padding: 0 20px 0 20px;
}
.comment .avatar {
	display: block;
	float: left;
	padding: 18px;
}
.comment .avatar img{
	border: 1px solid;
}
.comment-text .author {
	position: relative;
	padding: 15px 0 0 0;
}
.comment-text .author .name {
	float: left;
	font-weight: bold;
}
.comment-text .author .name:after {
	padding: 0 5px 0 5px;
	color: #ddd;
	content: '|';
	font-weight: normal;
}
.comment-text .text {
	min-height: 35px;
}
.comment .reply-button {
	position: relative;
	z-index: 10;
	float: right;
	padding: 5px 10px 5px 10px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.reply {
	position: relative;
	margin-left: 40px;
}
.comment .reply-button:hover {
	background-color: #000;
	-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;
}
.reply-line {
	float: left;
	margin-left: 20px;
	width: 20px;
	height: 65px;
	border-bottom: solid 1px #ddd;
	border-left: solid 1px #ddd;
}
.send-comment {
	margin-top: 40px;
}
/* Aside
-------------------------------------------------- */
/* Headings */
aside h3:first-of-type {
	margin-top: 0;
}
aside h3 {
	padding: 0 0 10px 0;
	border-bottom: 1px solid;
}
/* Widget */
aside .widget {
	margin-bottom: 50px;
}
/*	Widget: Tags */
aside .widget .tags {
	padding-top: 5px;
}
aside .widget .tags a {
	position: relative;
	display: inline-block;
	margin: 8px 5px 0 0;
	padding: 2px 6px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
aside .widget .tags a:hover {
	background-color: #000;
}
/* Widget: List Styles */
aside .widget ul {
	margin-top: -10px;
	list-style-type: none;
}
aside .widget ul a {
	display: list-item;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #272727;
	text-decoration: none;
}
aside .widget ul.arrow li a:before {
	margin-right: 10px;
	content: "»";
	vertical-align: text-bottom;
	font-size: 12px;
}
aside .widget ul a:hover {
	position: relative;
}
aside .widget ul li {
	margin-bottom: 0;
	border-bottom: 1px solid #e9e9e9;
}
aside .widget ul li .badge {
	margin-left: 10px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
/* Widget: Latest News */
aside .widget .news-thumb {
	float: left;
}
aside .widget .news-thumb img {
	border: 3px solid #ccc;
	margin-right: 12px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
aside .widget .news-thumb img:hover {
	opacity: 0.7;
}
aside .widget .news-content h4 {
	padding-top: 2px;
}
aside .widget .news-content a {
	padding: 0;
}
aside .widget .news-content span a {
	color: #ccc;
	font-size: 12px;
}
/* Pages
-------------------------------------------------- */
/* 404 Error page*/
.error-404 {
	text-align: center;
}
.error-404 h2 {
	color: #f5f5f5;
	text-align: center;
	font-size: 200px;
	padding: 30px 0 30px;
}
/* Fontawesome Page */
.fontawesome-icon-list {
	position: relative;
	padding-top: 20px;
}
.fontawesome-icon-list ul li {
	display: inline-block;
	float: left;
	margin: 0;
	width: 270px;
}
.fontawesome-icon-list ul li .fa {
	font-size: 20px;
	width: 20px;
	margin: 0 10px 40px 0;
}
/* Gallery */
.gallery a {
	text-decoration: none;
	overflow: hidden;
	display: block;
	margin-bottom: 30px;
}
.gallery a i, .gallery-slider a i {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 80%;
	left: 50%;
	display: block;
	margin: -22px 0 0 -22px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 10px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	opacity: 0;
	-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;
}
.gallery a:hover i, .gallery-slider a:hover i {
	top: 45%;
	opacity: 1;
	transform: translateY(20);
}
.gallery a:hover i, .gallery-slider a:hover i {
	opacity: 1;
	-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;
}
/* Bootstrap Components
-------------------------------------------------- */
/* Image styles */

/* Nav Tabs */
.nav-tabs {
	border-bottom: 1px solid #ebebeb;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.428571429;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	font-weight: 600;
	padding: 15px 20px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.nav-tabs > li > a:hover {
	border: 1px solid #ebebeb;
	background: #fff;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #555555;
	cursor: default;
	background-color: #ffffff;
	border: 1px solid #ebebeb;
	border-bottom-color: transparent;
}
.tab-content {
	padding: 20px;
}
/* Nav Pills */
.nav-pills {
	margin-top: 30px;
}
.nav-pills > li > a {
	color: #5e5e5e;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/* Call To Action */
#call-to-action {
	position: relative;
	height: 100%;
	margin-bottom: -100px;
}
#call-to-action h1, #call-to-action h2, #call-to-action h3, #call-to-action h4, #call-to-action h5, #call-to-action h6   {
	color: #fff;
}
#call-to-action h2 {
	margin: 43px 0;
}
#call-to-action .btn {
	margin: 35px 0;
}
/* Breadcrumb */
.breadcrumb {
	padding: 0;
	margin: 30px 0 20px 0;
	list-style: none;
	background-color: transparent;
}
.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #bdbdbd;
	content: "/\00a0";
}
.breadcrumb > li a {
	color: #fff;
	padding: 3px 5px;
	text-decoration: underline;
}
.breadcrumb > .active {
	color: #fff;
}
/* Popover */
.popover-icon {
	display: inline-block;
	margin-left: 5px;
	cursor: pointer;
}
.popover {
	font-size: 12px;
	color: #5e5e5e;
}
/* Table */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: 1px solid #ebebeb;
}
table i {
	padding-right: 5px;
}
.table-striped > tbody > tr:nth-child(odd) {
	background: none;
}
/* Panel */
.panel-default {
	border: 1px solid #ebebeb;
}
.panel-default > .panel-heading {
	border-bottom: 1px solid #ebebeb;
}
/* Pagination */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 2;
	color: #ffffff !important;
	cursor: default;
	border-color: #ccc;
}
/* Badge */
.badge {
	background: #ccc;
}
/* Blockquote */
blockquote {
	margin: 30px 0;
}
blockquote span {
	color: #ccc;
}
/* Alerts */
.alert-success {
color: #408c1f;
background-color: #f1ffe0;
border-color: #c2e5b3;
}
.alert-info {
color: #1f659a;
background-color: #d0efff;
border-color: #a4d3f6;
}
.alert-warning {
color: #d29128;
background-color: #fff4e0;
border-color: #f3dfb6;
}
.alert-danger {
color: #bd2323;
background-color: #fadfdf;
border-color: #f1b7c1;
}


/* Plugin Styles
-------------------------------------------------- */
/* Datepicker */
#ui-datepicker-div {
	padding: 20px !important;
}
#ui-datepicker-div, .ui-datepicker-title {
	color: #5e5e5e !important;
}
.ui-widget-content {
	-webkit-border-radius: 5px 5px 5px 5px !important;
	border-radius: 5px 5px 5px 5px !important;
	border: 1px solid #ebebeb !important;
	-webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
	box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
	background-color: #fff;
	margin-top: -3px;
}
.ui-widget-header {
	background: none !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: 2px solid !important;
	border-left: none !important;
}
.ui-datepicker-header {
	-webkit-border-radius: 0 0 0 0 !important;
	border-radius: 0 0 0 0 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: none !important;
	border: 1px solid #e1e1e1 !important;
}
.ui-datepicker table {
	margin: 0 !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	background: none !important
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 1px solid !important;
}
/* Sticky */
.navbar {
	width: 100%;
}
/* Owl Gallery */
#owl-gallery {
	padding-top: 1px;
	padding-bottom: 1px;
	background: #fff;
	border-top: 1px solid;
	border-bottom: 1px solid;
}
#owl-gallery .item {
	margin: 0;
}
#owl-gallery .item img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#owl-gallery .item img:hover {
	opacity: 0.5;
}
/* Owl Reviews */
#owl-reviews {
	padding: 0 70px;
}
#owl-reviews img {
	margin-bottom: 20px;
	border: 1px solid;
}
#owl-reviews .text-balloon {
	display: inline-block;
	border: 1px solid #ebebeb;
	padding: 15px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
	box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
	margin: 0 10px 10px 8px;
}
#owl-reviews .text-balloon:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 14px;
	top: 30px;
	border-top: 7px solid;
	border-bottom: 7px solid;
	border-right: 10px solid;
	border-color: #fff #ebebeb transparent transparent;
}
#owl-reviews .text-balloon:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 16px;
	top: 30px;
	border-top: 6px solid;
	border-bottom: 6px solid;
	border-right: 10px solid;
	border-color: transparent #fff transparent transparent;
}
#owl-reviews .text-balloon span {
	display: block;
	padding-top: 5px;
}
.standard-slider .owl-theme .owl-controls .owl-buttons div  {
border: 1px solid;
}
.testimonials .owl-theme .owl-controls .owl-buttons div, .standard-slider .owl-theme .owl-controls .owl-buttons div {
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	padding: 10px;
	display: inline-block;
	margin: 0 auto;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	border: 1px solid;
}
.testimonials .owl-theme .owl-controls .owl-buttons div i, .standard-slider .owl-theme .owl-controls .owl-buttons div i {
	width: 35px;
	height: 35px;
	text-align: center;
}
.testimonials .owl-theme .owl-controls .owl-buttons div:hover i, .standard-slider .owl-theme .owl-controls .owl-buttons div:hover i {
	color: #fff;
}
.testimonials .owl-theme .owl-controls .owl-buttons div.owl-prev {
	position: absolute;
	top: 35%;
	left: 0;
}
.testimonials .owl-theme .owl-controls .owl-buttons div.owl-next {
	position: absolute;
	top: 35%;
	right: 20px;
}
.testimonials .owl-theme .owl-controls .owl-buttons div.owl-prev:hover i, .standard-slider .owl-theme .owl-controls .owl-buttons div.owl-prev:hover i {
	animation-name: fadeOutLeft;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: fadeOutLeft;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: fadeOutLeft;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
}
.testimonials .owl-theme .owl-controls .owl-buttons div.owl-next:hover i, .standard-slider .owl-theme .owl-controls .owl-buttons div.owl-next:hover i {
	animation-name: fadeOutRight;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: fadeOutRight;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: fadeOutRight;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
}
.testimonials .owl-theme .owl-controls .owl-buttons div.owl-prev i, .standard-slider .owl-theme .owl-controls .owl-buttons div.owl-prev i {
	padding-right: 3px;
	padding-right: 0;
}
.testimonials .owl-theme .owl-controls .owl-buttons div.owl-next i, .standard-slider .owl-theme .owl-controls .owl-buttons div.owl-next i {
	padding-left: 3px;
	padding-right: 0;
}
/* Owl Slider */
.standard-slider.room-slider #owl-standard {
	-webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
	box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.standard-slider.room-slider, .standard-slider.room-slider img {
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.standard-slider .owl-theme .owl-controls .owl-buttons div{
	border: 1px solid;
}
.standard-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
	position: absolute;
	top: 40%;
	left: 20px;
}
.standard-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
	position: absolute;
	top: 40%;
	right: 20px;
}
/* Parallax */
.parallax-effect {
	padding-top: 1px;
	padding-bottom: 1px;
	background: #fff;
	border-top: 1px solid;
	border-bottom: 1px solid;
	width: 100%;
	position: relative;
}
.parallax-effect h1, .parallax-effect h2, .parallax-effect h3, .parallax-effect h4, .parallax-effect h5, .parallax-effect h6 {
	color: #fff;
}
.parallax-effect #parallax-image {
	color: #fff;
	height: 300px;
	margin: 0;
	padding: 0;
	width: 100%;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.parallax-effect .color-overlay {
	position: relative;
	height: 100%;
}
.parallax-effect .content {
	padding: 50px 0 0 0;
}
.parallax-effect .content h3 {
	font-size: 36px;
	margin-bottom: 20px;
}
.parallax-effect .content p {
	font-size: 24px;
}
.parallax-effect .content button {
	margin-top: 50px;
}
.parallax-effect #parallax-pagetitle {
	margin-top: -1px;
	color: #fff;
	height: 140px;
	padding: 0;
	width: 100%;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
/* Revolution Slider */
.revolution-slider {
	padding-bottom: 1px;
	background: #fff;
	margin-top: 0;
	border-bottom: 1px solid;
}
.revolution-slider .bannercontainer {
	width: 100%;
	position: relative;
	padding: 0;
	background: #272727;
}
.revolution-slider .banner {
	width: 100%;
	position: relative;
	z-index: 0;
	
}
.revolution-slider .tp-caption.revolution-starhotel.bigtext {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 600;
	font-size: 45px;
	line-height: 55px;
	font-family: "Open Sans";
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
	padding: 0px 4px;
	padding-top: 1px;
	text-shadow: 0px 3px 3px rgba(0,0,0, 0.3);
}
.revolution-slider .tp-caption.revolution-starhotel.bigtext span {
	letter-spacing: -3px;
}
.revolution-slider .tp-caption.revolution-starhotel.bigtext span i {
	font-size: 0.5em;
	vertical-align: middle;
}
.revolution-slider .tp-caption.revolution-starhotel.smalltext {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	font-family: "Open Sans";
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
	padding: 0px 4px;
	padding-top: 1px;
	text-shadow: 0px 3px 3px rgba(0,0,0, 0.3);
}
/* Waypoints */
/*
.appear {
	opacity: 0;
}
*/
.animated {
	opacity: 1;
}
/* Go-Top Button */
#go-top {
	position: fixed;
	float: right;
	right: 44px;
	bottom: 44px;
	z-index: 9999;
	display: none;
	cursor: pointer;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	padding: 10px;
	background-color: #fff;
	opacity: 0.75;
	border: 1px solid;
}
#go-top:hover {
	border-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#go-top i {
	width: 27px;
	text-align: center;
}
#go-top:hover i {
	color: #fff;
}
#go-top:hover i {
	animation-name: fadeOutUp;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: fadeOutUp;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: fadeOutUp;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
}
/* Isotope */
/* Isotope Filtering */
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/* Isotope CSS3 transitions */
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/* Disabling Isotope CSS3 transitions */
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.isotope-item {
	z-index: 2;
	margin: 0 -1px;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/* Gmap */
#map {
	width: 100%;
	height: 300px;
	overflow: visible !important;
	border: 1px solid;
	margin-top: -1px;
}
#map img {
	max-width: none !important;
}





html .swiper-slider-1 {
  margin-top: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: none; }
  @media (min-width: 1600px) {
    html .swiper-slider-1 {
      left: calc(50% - 1200px / 2 - 30px / 2 + 1200px / 12 * 5);
      top: 0; } }
  @media (min-width: 768px) {
    html .swiper-slider-1 {
      display: block; } }
	  
	  
/**
 * @subsection   Swiper 3.1.7
 * @description  Most modern mobile touch slider and framework with
 *               hardware accelerated transitions
 * @author       Vladimir Kharlampidi
 * @see          http://www.idangero.us/swiper/
 * @licesne      MIT License
 */
.swiper-container {
  height: 91vh;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  display: none; }
  @media (min-width: 768px) {
    .swiper-button-prev,
    .swiper-button-next {
      display: block; } }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev {
  left: 3.5%; }

.swiper-button-next {
  right: 3.5%; }

/* Pagination Styles */
.swiper-pagination {
  display: block;
  position: absolute;
  text-align: center;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.5; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination {
  bottom: 20px;
  left: 0;
  width: 100%; }

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Cube */
.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 50% 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Scrollbar */
.swiper-scrollbar {
  position: relative;
  -ms-touch-action: none; }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  bottom: 0;
  z-index: 50;
  height: 3px;
  width: 100%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #fa505d;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
.swiper-slide > .vide__body,
.swiper-slide > .parallax_cnt {
  height: 100%; }

.swiper-slide {
  white-space: nowrap; }
  .swiper-slide:not(.vide):not(.rd-parallax):before,
  .swiper-slide .parallax_cnt:before, .swiper-slide .vide__body:before {
    content: '';
    display: inline-block;
    height: 50%; }
  .swiper-slide-caption {
    display: inline-block;
    width: 100%;
    max-height: 100%;
    vertical-align: middle;
    white-space: normal;
    color: #fff;
    position: relative;
    z-index: 2; }
    .swiper-slide-caption * + .btn {
      margin-top: 34px; }
    .swiper-slide-caption p {
      display: none; }
  .swiper-slide, .swiper-slide h1, .swiper-slide h2, .swiper-slide h3, .swiper-slide h4, .swiper-slide h5, .swiper-slide h6, .swiper-slide .heading-1, .swiper-slide .heading-2, .swiper-slide .heading-3, .swiper-slide .heading-4, .swiper-slide .heading-5, .swiper-slide .heading-6 {
    color: #fff; }
  @media (min-width: 768px) {
    .swiper-slide-caption p {
      display: block;
      line-height: 1.9; } }

.mobile .preview, .tablet .preview {
  display: none; }

.swiper-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
  opacity: 1; }
  .swiper-button.swiper-button-next {
    right: 0; }
    .swiper-button.swiper-button-next .preview {
      right: 0;
      text-align: left;
      padding: 20px 100px 20px 190px;
      -webkit-transform: translateY(-50%) translateX(100%) scale(0.75);
      transform: translateY(-50%) translateX(100%) scale(0.75); }
      .swiper-button.swiper-button-next .preview:before {
        content: 'Suivant'; }
      .swiper-button.swiper-button-next .preview .preview__img {
        left: 0; }
  .swiper-button.swiper-button-prev {
    left: 0; }
    .swiper-button.swiper-button-prev .preview {
      left: 0;
      padding: 20px 190px 20px 100px;
      text-align: right;
      -webkit-transform: translateY(-50%) translateX(-100%) scale(0.75);
      transform: translateY(-50%) translateX(-100%) scale(0.75); }
      .swiper-button.swiper-button-prev .preview:before {
        content: 'Précédent'; }
      .swiper-button.swiper-button-prev .preview .preview__img {
        right: 0; }
  .swiper-button .swiper-button__arrow {
    position: relative;
    z-index: 100;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 20px 8px;
    border: 0 solid #393854;
    background: #f77636;
    transition: 0.3s 0.15s;
    font-size: 12px;
    color: #fff; }
    .swiper-button .swiper-button__arrow svg {
      fill: #fff; }
  .swiper-button .preview {
    position: absolute;
    top: 50%;
    padding: 20px;
    width: 460px;
    height: 160px;
    background: #fff;
    opacity: 0;
    transition: 0.3s; }
    .swiper-button .preview:before {
      display: block;
      padding-bottom: 5px;
      color: #a4a4a4;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 400;
      font-size: 12px;
      font-family: "Source Sans Pro", sans-serif;
      line-height: 2.08; }
    .swiper-button .preview .title {
      margin: 0;
      padding: 2px 0 10px;
      color: #000;
      font-weight: 300;
      font-size: 16px;
      line-height: 1.6; }
    .swiper-button .preview .subtitle {
      display: none;
      margin: 0;
      color: #476a89;
      font-style: italic;
      font-size: 75%;
      font-family: "Lucida Bright", Georgia, serif; }
    .swiper-button .preview .preview__img {
      position: absolute;
      top: 0;
      bottom: 0;
      min-width: 160px;
      -webkit-background-size: cover;
      background-size: cover; }

.desktop .swiper-button:hover .swiper-button__arrow {
  border-top-width: 46px;
  border-bottom-width: 47px;
  border-color: #0087da;
  background: #0087da;
  transition-delay: 0s; }
.desktop .swiper-button:hover .preview {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translateY(-50%) translateX(0) scale(1);
  transform: translateY(-50%) translateX(0) scale(1); }
  
  
  
  
 /**
 * Title: Budicons launch Flaticon Pack
 * Author: Budi Tanrim
 * Source: http://www.flaticon.com/packs/budicons-launch
 * License:  CC BY 3.0 (http://creativecommons.org/licenses/by/3.0/)
 */
@font-face {
  font-family: "fl-budicons-launch";
  src: url("../fonts/fl-budicons-launch.eot");
  src: url("../fonts/fl-budicons-launch.eot#iefix") format("embedded-opentype"), url("../fonts/fl-budicons-launch.woff") format("woff"), url("../fonts/fl-budicons-launch.ttf") format("truetype"), url("../fonts/fl-budicons-launch.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
.fl-budicons-launch-ico,
[class^="fl-budicons-launch-"]:before, [class*=" fl-budicons-launch-"]:before,
[class^="fl-budicons-launch-"]:after, [class*=" fl-budicons-launch-"]:after {
  font-family: 'fl-budicons-launch';
  font-size: inherit;
  font-weight: 400;
  
  
  font-style: normal; }

.fl-budicons-launch-arrows92:before {
  content: "\e000"; }

.fl-budicons-launch-center12:before {
  content: "\e001"; }

.fl-budicons-launch-chat57:before {
  content: "\e002"; }

.fl-budicons-launch-checkmark17:before {
  content: "\e003"; }

.fl-budicons-launch-croos:before {
  content: "\e004"; }

.fl-budicons-launch-cropping2:before {
  content: "\e005"; }

.fl-budicons-launch-drink47:before {
  content: "\e006"; }

.fl-budicons-launch-email74:before {
  content: "\e007"; }

.fl-budicons-launch-equalizer29:before {
  content: "\e008"; }

.fl-budicons-launch-file71:before {
  content: "\e009"; }

.fl-budicons-launch-folder177:before {
  content: "\e00a"; }

.fl-budicons-launch-images22:before {
  content: "\e00b"; }

.fl-budicons-launch-images23:before {
  content: "\e00c"; }

.fl-budicons-launch-left162:before {
  content: "\e00d"; }

.fl-budicons-launch-left163:before {
  content: "\e00e"; }

.fl-budicons-launch-map90:before {
  content: "\e00f"; }

.fl-budicons-launch-menu47:before {
  content: "\e010"; }

.fl-budicons-launch-minus87:before {
  content: "\e011"; }

.fl-budicons-launch-more15:before {
  content: "\e012"; }

.fl-budicons-launch-padlock42:before {
  content: "\e013"; }

.fl-budicons-launch-paper123:before {
  content: "\e014"; }

.fl-budicons-launch-photo185:before {
  content: "\e015"; }

.fl-budicons-launch-placeholder21:before {
  content: "\e016"; }

.fl-budicons-launch-plus72:before {
  content: "\e017"; }

.fl-budicons-launch-printer80:before {
  content: "\e018"; }

.fl-budicons-launch-recycling12:before {
  content: "\e019"; }

.fl-budicons-launch-right162:before {
  content: "\e01a"; }

.fl-budicons-launch-right164:before {
  content: "\e01b"; }

.fl-budicons-launch-search81:before {
  content: "\e01c"; }

.fl-budicons-launch-speedometer31:before {
  content: "\e01d"; }

.fl-budicons-launch-squares24:before {
  content: "\e01e"; }

.fl-budicons-launch-sun82:before {
  content: "\e01f"; }

.fl-budicons-launch-user146:before {
  content: "\e020"; }

.fl-budicons-launch-visualization5:before {
  content: "\e021"; }

.fl-budicons-launch-web34:before {
  content: "\e022"; } 	
  
  
  
  
  
  
  
@font-face {
    font-family: 'Archivo Narrow';
    src: url('../fonts/Archivo_narrow/archivonarrow_bold/ArchivoNarrow-Bold.eot');
    src: url('../fonts/Archivo_narrow/archivonarrow_bold/ArchivoNarrow-Boldd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Archivo_narrow/archivonarrow_bold/ArchivoNarrow-Bold.woff') format('woff'),
         url('../fonts/Archivo_narrow/archivonarrow_bold/ArchivoNarrow-Bold.html') format('truetype'),
         url('../fonts/Archivo_narrow/archivonarrow_bold/ArchivoNarrow-Bold.svg#ArchivoNarrow-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Archivo Narrow';
    src: url('fonts/Archivo_narrow/archivonarrow_regular/ArchivoNarrow-Regular.eot');
    src: url('fonts/Archivo_narrow/archivonarrow_regular/ArchivoNarrow-Regulard41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/Archivo_narrow/archivonarrow_regular/ArchivoNarrow-Regular.woff') format('woff'),
         url('fonts/Archivo_narrow/archivonarrow_regular/ArchivoNarrow-Regular.html') format('truetype'),
         url('fonts/Archivo_narrow/archivonarrow_regular/ArchivoNarrow-Regular.svg#ArchivoNarrow-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway/ralewaybold/Raleway-ExtraBold.eot');
    src: url('fonts/Raleway/ralewaybold/Raleway-ExtraBoldd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/Raleway/ralewaybold/Raleway-ExtraBold.woff') format('woff'),
         url('fonts/Raleway/ralewaybold/Raleway-ExtraBold.html') format('truetype'),
         url('fonts/Raleway/ralewaybold/Raleway-ExtraBold.svg#Raleway-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway/ralewaylight/Raleway-ExtraLight.eot');
    src: url('fonts/Raleway/ralewaylight/Raleway-ExtraLightd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/Raleway/ralewaylight/Raleway-ExtraLight.woff') format('woff'),
         url('fonts/Raleway/ralewaylight/Raleway-ExtraLight.html') format('truetype'),
         url('fonts/Raleway/ralewaylight/Raleway-ExtraLight.svg#Raleway-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
}








/* Front page */

.front-page {background-color:#e8eef3; margin:0px; padding:0px;}

.front-page .agenda-front {float:left;position:relative;height:350px;background-color:transparent;padding-left: 34px; padding-top:0px;   }
.front-page .agenda-front h2 {font-size:62px;font-family:"Raleway",sans-serif;font-weight:200;color:#eb6b4b;border-bottom:1px solid #eb6b4b;padding-bottom:16px;text-transform:none;margin:0;line-height:72px;}
.front-page .agenda-front .caroufredsel_wrapper {height:344px!important; }
.front-page .agenda-front .wrapper-agenda-front {margin-top:30px; width:100%}
.front-page .agenda-front .wrapper-agenda-front .agenda-solo {max-height:69px!important;text-decoration:none;display:block;padding-bottom:16px;padding-top:17px;border-bottom:1px solid #c5c5c5;}
.front-page .agenda-front .wrapper-agenda-front .agenda-solo:first-child {padding-top:0;}
.front-page .agenda-front .wrapper-agenda-front .agenda-solo span.date-agenda-front {color:#7f8f91;display:block;text-transform:uppercase;font-weight:bold;font-family:"Archivo Narrow", sans-serif;font-size:20px;margin-bottom:15px;}
.front-page .agenda-front .wrapper-agenda-front .agenda-solo span.titre-agenda-front {display:block;color:#eb6b4b;font-family:"Archivo Narrow", sans-serif;font-weight:bold;font-size:16px;line-height:18px;}
.front-page .agenda-front .wrapper-agenda-front a:hover.agenda-solo span.date-agenda-front {color:#eb6b4b;}
.front-page .agenda-front .wrapper-agenda-front a:hover.agenda-solo span.titre-agenda-front {color:#7f8f91;}
.front-page .agenda-front .navigation-agenda a {background:url('../images/HomeAgendaFleches2.png') #eb6b4b no-repeat;text-indent:-9999px;display:block;float:left;width:70px;height:50px;outline:0;}
.front-page .agenda-front .navigation-agenda a.prev,
.front-page .agenda-front .navigation-agenda a:hover.prev {background-position:24px 10px;}
.front-page .agenda-front .navigation-agenda a.next,
.front-page .agenda-front .navigation-agenda a:hover.next {background-position:-28px 10px;}
.front-page .agenda-front .navigation-agenda a:hover {background:url('../images/HomeAgendaFleches2.png') #7f8f91 no-repeat;}
.front-page .agenda-front a.voir-toutes-les-dates {float:right;padding:6px 13px;display:block;background-color:#eb6b4b;color:#fff;text-transform:uppercase;font-size:15px;text-align:center;text-decoration:none;-webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out;-ms-transition:all 0.25s ease-in-out;}

.front-page .agenda-front a.voir-toutes-les-dates.full-width {padding-left:0;padding-right:0; background-color:#039}
.front-page .agenda-front a:hover.voir-toutes-les-dates {background-color:#7f8f91;}
.front-page .agenda-front .fond-agenda-front {background-color:#fff;position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1; border-radius:20px 20px 0px 20px;box-shadow: 8px 8px 12px #f77636;height:390px}



/* Front page */

/*.front-page {background-color:#e8eef3;}

.front-page .agenda-front {float:left;position:relative;width:290px;height:639px;background-color:#fff;padding:21px 0 0 40px;}
.front-page .agenda-front h2 {font-size:62px;font-family:"Raleway",sans-serif;font-weight:200;color:#eb6b4b;border-bottom:1px solid #eb6b4b;padding-bottom:16px;text-transform:none;margin:0;line-height:72px;}
.front-page .agenda-front .caroufredsel_wrapper {height:414px!important;}
.front-page .agenda-front .wrapper-agenda-front {margin-top:30px;}
.front-page .agenda-front .wrapper-agenda-front .agenda-solo {max-height:69px!important;text-decoration:none;display:block;padding-bottom:16px;padding-top:17px;border-bottom:1px solid #c5c5c5;}
.front-page .agenda-front .wrapper-agenda-front .agenda-solo:first-child {padding-top:0;}
.front-page .agenda-front .wrapper-agenda-front .agenda-solo span.date-agenda-front {color:#7f8f91;display:block;text-transform:uppercase;font-weight:bold;font-family:"Archivo Narrow", sans-serif;font-size:20px;margin-bottom:15px;}
.front-page .agenda-front .wrapper-agenda-front .agenda-solo span.titre-agenda-front {display:block;color:#eb6b4b;font-family:"Archivo Narrow", sans-serif;font-weight:bold;font-size:16px;line-height:18px;}
.front-page .agenda-front .wrapper-agenda-front a:hover.agenda-solo span.date-agenda-front {color:#eb6b4b;}
.front-page .agenda-front .wrapper-agenda-front a:hover.agenda-solo span.titre-agenda-front {color:#7f8f91;}
.front-page .agenda-front .navigation-agenda a {background:url('../images/HomeAgendaFleches.png') #eb6b4b no-repeat;text-indent:-9999px;display:block;float:left;width:52px;height:30px;}
.front-page .agenda-front .navigation-agenda a.prev,
.front-page .agenda-front .navigation-agenda a:hover.prev {background-position:24px 10px;}
.front-page .agenda-front .navigation-agenda a.next,
.front-page .agenda-front .navigation-agenda a:hover.next {background-position:-28px 10px;}
.front-page .agenda-front .navigation-agenda a:hover {background:url('../images/HomeAgendaFleches.png') #7f8f91 no-repeat;}
.front-page .agenda-front a.voir-toutes-les-dates {float:right;padding:6px 20px;display:block;background-color:#eb6b4b;color:#fff;text-transform:uppercase;font-size:14px;text-align:center;text-decoration:none;-webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out;-ms-transition:all 0.25s ease-in-out;}
.front-page .agenda-front a.voir-toutes-les-dates.full-width {width:100%;padding-left:0;padding-right:0;}
.front-page .agenda-front a:hover.voir-toutes-les-dates {background-color:#7f8f91;}
.front-page .agenda-front .fond-agenda-front {background-color:#fff;position:absolute;top:0;left:0;width:1000px;height:100%;z-index:-1;}*/

/*.front-page .agenda-front .wrapper-agenda-front  {max-width:200px}
.front-page .agenda-front .wrapper-agenda-front  {max-width:200px}   */

.front-page .agenda-front .wrapper-agenda-front .taillemanif{
width:391px	
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
	.front-page .agenda-front .wrapper-agenda-front .taillemanif{
width:317px	
}
}
@media screen and (min-width: 767px) and (max-width: 990px) {
	.front-page .agenda-front .wrapper-agenda-front .taillemanif{
width:684px	
}
}
@media screen and (min-width: 700px) and (max-width: 766px) {
	.front-page .agenda-front .wrapper-agenda-front .taillemanif{
width:600px	
}
}
@media screen and (min-width: 650px) and (max-width: 699px) {
	.front-page .agenda-front .wrapper-agenda-front .taillemanif{
width:540px	
}
}

@media screen and (min-width: 500px) and (max-width: 599px) {
	.front-page .agenda-front .wrapper-agenda-front .taillemanif{
width:400px	
}
}
@media screen and (min-width: 450px) and (max-width: 499px) {
	.front-page .agenda-front .wrapper-agenda-front .taillemanif{
width:350px	
}
}
@media screen and (min-width: 400px) and (max-width: 449px) {
	.front-page .agenda-front .wrapper-agenda-front .taillemanif{
width:300px	
}
}
@media screen and (min-width: 350px) and (max-width: 399px) {
	.front-page .agenda-front .wrapper-agenda-front .taillemanif{
width:250px	
}
}
@media screen and (min-width: 300px) and (max-width: 349px) {
	.front-page .agenda-front .wrapper-agenda-front .taillemanif{
width:200px	
}
}
@media screen and (min-width: 0px) and (max-width: 299px) {
	.front-page .agenda-front .wrapper-agenda-front .taillemanif{
width:150px	
}
}

















/* Front page2 */

.front-page2 {background-color:#e8eef3; margin:0px; padding:0px;}

.front-page2 .agenda-front2 {float:left;position:relative;height:350px;background-color:transparent;padding-left: 34px; padding-top:0px;   }
.front-page2 .agenda-front2 h2 {font-size:62px;font-family:"Raleway",sans-serif;font-weight:200;color:#eb6b4b;border-bottom:1px solid #eb6b4b;padding-bottom:16px;text-transform:none;margin:0;line-height:72px;}
.front-page2 .agenda-front2 .caroufredsel_wrapper2 {height:344px!important; }
.front-page2 .agenda-front2 .wrapper-agenda-front2 {margin-top:30px; width:100%}
.front-page2 .agenda-front2 .wrapper-agenda-front2 .agenda-solo2 {max-height:69px!important;text-decoration:none;display:block;padding-bottom:16px;padding-top:17px;border-bottom:1px solid #c5c5c5;}
.front-page2 .agenda-front2 .wrapper-agenda-front2 .agenda-solo2:first-child {padding-top:0;}
.front-page2 .agenda-front2 .wrapper-agenda-front2 .agenda-solo2 span.date-agenda-front2 {color:#7f8f91;display:block;text-transform:uppercase;font-weight:bold;font-family:"Archivo Narrow", sans-serif;font-size:20px;margin-bottom:15px;}
.front-page2 .agenda-front2 .wrapper-agenda-front2 .agenda-solo2 span.titre-agenda-front2 {display:block;color:#eb6b4b;font-family:"Archivo Narrow", sans-serif;font-weight:bold;font-size:16px;line-height:18px;}
.front-page2 .agenda-front2 .wrapper-agenda-front2 a:hover.agenda-solo2 span.date-agenda-front2 {color:#eb6b4b;}
.front-page2 .agenda-front2 .wrapper-agenda-front2 a:hover.agenda-solo2 span.titre-agenda-front2 {color:#7f8f91;}
.front-page2 .agenda-front2 .navigation-agenda2 a {background:url('../images/HomeAgendaFleches2.png') #eb6b4b no-repeat;text-indent:-9999px;display:block;float:left;width:60px;height:50px;outline:0;}
.front-page2 .agenda-front2 .navigation-agenda2 a.prev2,
.front-page2 .agenda-front2 .navigation-agenda2 a:hover.prev2 {background-position:24px 10px;}
.front-page2 .agenda-front2 .navigation-agenda2 a.next2,
.front-page2 .agenda-front2 .navigation-agenda2 a:hover.next2 {background-position:-28px 10px;}
.front-page2 .agenda-front2 .navigation-agenda2 a:hover {background:url('../images/HomeAgendaFleches2.png') #7f8f91 no-repeat;}
.front-page2 .agenda-front2 a.voir-toutes-les-dates2 {float:right;padding:6px 13px;display:block;background-color:#eb6b4b;color:#fff;text-transform:uppercase;font-size:15px;text-align:center;text-decoration:none;-webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out;-ms-transition:all 0.25s ease-in-out;}

.front-page2 .agenda-front2 a.voir-toutes-les-dates2.full-width {padding-left:0;padding-right:0; background-color:#039}
.front-page2 .agenda-front2 a:hover.voir-toutes-les-dates2 {background-color:#7f8f91;}
.front-page2 .agenda-front2 .fond-agenda-front2 {background-color:#fff;position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1; border-radius:20px 20px 0px 20px;box-shadow: 8px 8px 12px #f77636;height:390px}



/* Front page */

/*.front-page {background-color:#e8eef3;}

.front-page .agenda-front {float:left;position:relative;width:290px;height:639px;background-color:#fff;padding:21px 0 0 40px;}
.front-page .agenda-front h2 {font-size:62px;font-family:"Raleway",sans-serif;font-weight:200;color:#eb6b4b;border-bottom:1px solid #eb6b4b;padding-bottom:16px;text-transform:none;margin:0;line-height:72px;}
.front-page .agenda-front .caroufredsel_wrapper {height:414px!important;}
.front-page .agenda-front .wrapper-agenda-front {margin-top:30px;}
.front-page .agenda-front .wrapper-agenda-front .agenda-solo {max-height:69px!important;text-decoration:none;display:block;padding-bottom:16px;padding-top:17px;border-bottom:1px solid #c5c5c5;}
.front-page .agenda-front .wrapper-agenda-front .agenda-solo:first-child {padding-top:0;}
.front-page .agenda-front .wrapper-agenda-front .agenda-solo span.date-agenda-front {color:#7f8f91;display:block;text-transform:uppercase;font-weight:bold;font-family:"Archivo Narrow", sans-serif;font-size:20px;margin-bottom:15px;}
.front-page .agenda-front .wrapper-agenda-front .agenda-solo span.titre-agenda-front {display:block;color:#eb6b4b;font-family:"Archivo Narrow", sans-serif;font-weight:bold;font-size:16px;line-height:18px;}
.front-page .agenda-front .wrapper-agenda-front a:hover.agenda-solo span.date-agenda-front {color:#eb6b4b;}
.front-page .agenda-front .wrapper-agenda-front a:hover.agenda-solo span.titre-agenda-front {color:#7f8f91;}
.front-page .agenda-front .navigation-agenda a {background:url('../images/HomeAgendaFleches.png') #eb6b4b no-repeat;text-indent:-9999px;display:block;float:left;width:52px;height:30px;}
.front-page .agenda-front .navigation-agenda a.prev,
.front-page .agenda-front .navigation-agenda a:hover.prev {background-position:24px 10px;}
.front-page .agenda-front .navigation-agenda a.next,
.front-page .agenda-front .navigation-agenda a:hover.next {background-position:-28px 10px;}
.front-page .agenda-front .navigation-agenda a:hover {background:url('../images/HomeAgendaFleches.png') #7f8f91 no-repeat;}
.front-page .agenda-front a.voir-toutes-les-dates {float:right;padding:6px 20px;display:block;background-color:#eb6b4b;color:#fff;text-transform:uppercase;font-size:14px;text-align:center;text-decoration:none;-webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out;-ms-transition:all 0.25s ease-in-out;}
.front-page .agenda-front a.voir-toutes-les-dates.full-width {width:100%;padding-left:0;padding-right:0;}
.front-page .agenda-front a:hover.voir-toutes-les-dates {background-color:#7f8f91;}
.front-page .agenda-front .fond-agenda-front {background-color:#fff;position:absolute;top:0;left:0;width:1000px;height:100%;z-index:-1;}*/

/*.front-page .agenda-front .wrapper-agenda-front  {max-width:200px}
.front-page .agenda-front .wrapper-agenda-front  {max-width:200px}   */

.front-page2 .agenda-front2 .wrapper-agenda-front2 .taillemanif2{
width:391px	
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
	.front-page2 .agenda-front2 .wrapper-agenda-front2 .taillemanif2{
width:317px	
}
}
@media screen and (min-width: 767px) and (max-width: 990px) {
	.front-page2 .agenda-front2 .wrapper-agenda-front2 .taillemanif2{
width:684px	
}
}
@media screen and (min-width: 700px) and (max-width: 766px) {
	.front-page2 .agenda-front2 .wrapper-agenda-front2 .taillemanif2{
width:600px	
}
}
@media screen and (min-width: 650px) and (max-width: 699px) {
	.front-page2 .agenda-front2 .wrapper-agenda-front2 .taillemanif2{
width:540px	
}
}

@media screen and (min-width: 500px) and (max-width: 599px) {
	.front-page2 .agenda-front2 .wrapper-agenda-front .taillemanif{
width:400px	
}
}
@media screen and (min-width: 450px) and (max-width: 499px) {
	.front-page2 .agenda-front2 .wrapper-agenda-front2 .taillemanif2{
width:350px	
}
}
@media screen and (min-width: 400px) and (max-width: 449px) {
	.front-page2 .agenda-front2 .wrapper-agenda-front2 .taillemanif2{
width:300px	
}
}
@media screen and (min-width: 350px) and (max-width: 399px) {
	.front-page2 .agenda-front2 .wrapper-agenda-front2 .taillemanif2{
width:250px	
}
}
@media screen and (min-width: 300px) and (max-width: 349px) {
	.front-page2 .agenda-front2 .wrapper-agenda-front2 .taillemanif2{
width:200px	
}
}
@media screen and (min-width: 0px) and (max-width: 299px) {
	.front-page2 .agenda-front2 .wrapper-agenda-front2 .taillemanif2{
width:150px	
}
}















	  .afficherrevolutionslider1{
	display:inline;
}
@media (max-width: 600px) {
  .afficherrevolutionslider1 {
	  display:none;
  }
}

.afficherrevolutionslider2{
	display:none;
}
@media (max-width: 600px) {
  .afficherrevolutionslider2 {

	  display:inline;
  }
}




#top-header {
	background-image:url(../fond2.png); 
	background-size:cover; 
	background-color:transparent;
}
@media (max-width: 800px) {
#top-header {
	background-image:none;
}
#top-header a{
	color:#FFF;
}

}


.centrer {
	text-align:left;
}
@media (max-width: 998px) {
	.centrer {
		text-align:center;
	}
}
.positionaccesdirect2 {
	margin-top:-85px;
	z-index:-5;
	position:relative;
}
.bordureaccesdirect2 {
	border-radius: 0px 220px 0px 0px;
}


.positionaccesdirect {
	margin-top:-145px;
	background-color:transparent;
}
.bordureaccesdirect {
	border-radius: 0px 20px 0px 0px;
}
@media (max-width: 998px) {
	.positionaccesdirect {
		margin-top:136px;
		background-color:#dbd7d2;
	}
	.bordureaccesdirect {
	border-radius: 0px;
}
.positionaccesdirect2 {
	display:none;
}
}


.positionaccesdirect3 {
	margin-top:-125px;
	background-color:transparent;
}

@media (max-width: 998px) {
	.positionaccesdirect3 {
		margin-top:136px;
		background-color:#dbd7d2;
	}

}

.positionsuitebandeaugris{
margin-top:-70px;	
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
.positionsuitebandeaugris{
margin-top:-102px;
}
}


.pasaffichermobile {
    display:inline;
  }

@media (max-width: 500px) {
  .pasaffichermobile {
	display:none;
  }
}

.affichermobile {
    display:none;
  }

@media (max-width: 500px) {
  .affichermobile {
	display:inline;
  }
}
.pasaffichermobilemenugauche{
    display:inline;
  }

@media (max-width: 1198px) {
  .pasaffichermobilemenugauche {
	display:none;
  }
}

.passagegris{
	background-color:#FFF;	
}
.passagegris:hover{
	background-color:#ddd;	
}


.hauteurphototeque{
height:120px	
}
@media screen and (min-width: 991px) and (max-width: 1299px) {
	.hauteurphototeque{
height:200px	
}
}
@media screen and (min-width: 787px) and (max-width: 990px) {
	.hauteurphototeque{
height:200px	
}
}
@media screen and (min-width: 687px) and (max-width: 786px) {
	.hauteurphototeque{
height:300px	
}
}
@media screen and (min-width: 587px) and (max-width: 686px) {
	.hauteurphototeque{
height:280px	
}
}
@media screen and (min-width: 500px) and (max-width: 586px) {
	.hauteurphototeque{
height:240px	
}
}
@media screen and (min-width: 0px) and (max-width: 499px) {
	.hauteurphototeque{
height:340px	
}
}


.tailleslide{

width:100%;	
}
@media screen and (min-width: 991px) and (max-width: 1299px) {
	.tailleslide{
	
}
}
@media screen and (min-width: 787px) and (max-width: 990px) {
	.tailleslide{
	
}
}
@media screen and (min-width: 687px) and (max-width: 786px) {
	.tailleslide{
	
}
}
@media screen and (min-width: 587px) and (max-width: 686px) {
	.tailleslide{
	
}
}
@media screen and (min-width: 500px) and (max-width: 586px) {
	.tailleslide{
	width:450px;
}
}
@media screen and (min-width: 459px) and (max-width: 499px) {
	.tailleslide{
	width:420px;
}
}
@media screen and (min-width: 400px) and (max-width: 459px) {
	.tailleslide{
	width:380px;
}
}
@media screen and (min-width: 359px) and (max-width: 400px) {
	.tailleslide{
	width:330px;
}
}
@media screen and (min-width: 0px) and (max-width: 359px) {
	.tailleslide{

width:300px;	
}
}



.hauteuragenda{

height:574px;	
}

@media screen and (min-width: 0px) and (max-width: 519px) {
	.hauteuragenda{

height:574px;	
}
}


