@import url(http://fonts.googleapis.com/css?family=Parisienne);
@import url(http://fonts.googleapis.com/css?family=Quattrocento:400,700);
@import url(http://fonts.googleapis.com/css?family=Quattrocento+Sans:400,700);
* 
{ 
	margin:0;
	padding:0; 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body
{
	font-family: "Quattrocento", Verdana, serif;
	font-size:14px;
	font-weight:300;
	color:#000;
	background: url("/images/backgrounds/mochaGrunge_@2X.png");
    -webkit-text-size-adjust: none; /* Modif pour IPHONE */
}
::selection 
{
  background: #42576a;
  color: white;
}
::-moz-selection 
{
  background: #42576a;
  color: white;
}
#loadContenu
{
	overflow:hidden;
	width:100%;
	height:100%;
    position:fixed;
    z-index:4;
	left: 0;
	top:0;
	background:#231F20;
}
#loadContenu #fondLoading
{
	display:none;
}
.sonsLoading
{
	position:absolute;
	top:20px;
	right:20px;
	cursor:pointer;
}
#sonsActive
{
	display:none;	
}
#loadContenu #logoIntro
{        
	left: 50%;
    margin-left: -150px;
    margin-top: -150px;
    position: absolute;
    top: 50%;
    width: 300px;
}
#loadContenu #SliderIntro
{        
	left: 50%;
    margin-left: -105px;
    margin-top: 42px;
    position: absolute;
    top: 50%;
    width: 200px;
}
#loadContenu #LogoMerciIntro
{
	right: 20px;
    position: absolute;
    bottom: 20px;
    width: 60px;
}
#loadContenu #flecheGaucheLoading
{
	display:none;
	margin-top: -20px;
    position: absolute;
    left: 20px;
    top: 50%;
}
#loadContenu #flecheGaucheLoading img
{
    width: 30px;
}
#loadContenu #flecheGaucheLoading span
{   
	color: #FFFFFF;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    margin: 15px;
    vertical-align: 15px;
}
#loadContenu #flecheGaucheLoading span:hover
{   
	color: #ccc;
}
#loadContenu #flecheDroiteLoading
{
	display:none;
	margin-top: -20px;
    position: absolute;
    right: 20px;
    top: 50%;
}
#loadContenu #flecheDroiteLoading img
{
    width: 30px;
}
#loadContenu #flecheDroiteLoading span
{   
	color: #FFFFFF;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    margin: 15px;
    vertical-align: 15px;
}
#loadContenu #flecheDroiteLoading span:hover
{   
	color: #ccc;
}
#loadContenu #scrollDownLoading
{    
	bottom: 10px;
    cursor: pointer;
    display: none;
    left: 50%;
    margin-left: -125px;
    position: absolute;
    text-align: center;
    width: 250px;
}
#loadContenu #scrollDownLoading img
{
    width: 60px;
}
#loadContenu #scrollDownLoading div
{
	color: #FFFFFF;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    margin: 15px;
    vertical-align: 15px;
}
#JavascriptCheck
{
    border: 1px solid #555555;
    color: #FFFFFF;
    font-size: 20px;
    left: 50%;
    margin-left: -275px;
    padding: 30px;
    position: fixed;
    text-align: center;
    top: 40%;
    width: 450px;
    z-index: 4;
    background:#333;
}


/*
-----------------------
   Attribut general 
-----------------------
*/

a
{
    border:none;
	text-decoration: none;
	outline:none;
    color:#cad102;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
a:hover
{
    border:none;
	text-decoration: none;
	outline:none;
    color:#666;
}
img
{
	border:none;
}
ul
{
	list-style:none;
}
h2
{
	font-weight: 400;
}
h2 span
{
	font-weight: 300;
}
h3
{
	font-weight: 400;
}
h3 span
{
	font-weight: 300;
}

/*
-----------------------
    BOUTTON, CHAMP
-----------------------
*/

/* Cette partie corrige l'alignement entre input et select selon la width choisi */
input,select,textarea
{
	width:200px;   
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="text"], input[type="password"], textarea, input[type="file"]
{
	border: 1px solid #6f6f6e; 
	color: #000;
	padding:10px;
}
button
{
	background:#5a094b; 
	padding:4px;
	border: 1px solid #E6E6E6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
button:hover
{
	background:#dbdbdb;
	color: #000;
	cursor:pointer;
}
input[type="file"]
{
	display:none;
}
select
{ 
	border: 1px solid #777; 
	background: #444444;
	color: #eee;
	padding:4px;
	cursor:pointer;
	line-height:22px; 
}
select option
{ 
	padding:0 5px;
}
.file
{ 
	border: 1px solid #bbb; 
	background: #F9F9F9;
	color: #888;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow:0 1px 3px #7D7D7D inset, 0 3px 3px #FDFDFD;
	-moz-box-shadow:0 1px 3px #7D7D7D inset, 0 3px 3px #FDFDFD;
	-webkit-box-shadow:0 1px 3px #7D7D7D inset, 0 3px 3px #FDFDFD;
	height:35px;	
	width:200px;
	cursor:pointer;
}
.file .file_txt
{    
	display: block;
    line-height: 35px;
    padding-left: 10px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.file button
{ 
	float: right; 
	height:36px;
}
.file button[type="submit"]
{ 
	float: right; 
	display:none;
}

/*
-----------------------
   MENU
-----------------------
*/

#menu
{
	height:45px;
	line-height: 30px;    
	margin-top: 10px;
	width:100%;
	position:relative;
	top:0;
	left:0;
	z-index:3;
	border-bottom:1px solid #bbb;
}
#menu.fixed
{
	position:fixed;
	text-align:center;
	background:#231F20;
}
#menu .icnListe
{    
	position:absolute;    
	left: 10px;
    top: 10px;
	cursor:pointer;
	display:none;
}
#menu .icnListe img
{    
	display:block;
}
#menu nav
{
	text-align:center;
	margin: 0 100px 0 0;
    white-space: nowrap;
}
#menu.fixed nav
{
	float:none;
	margin:0 auto;
}
#menu nav #menuLang 
{
	position:absolute;
	top:0px;
	right:10px;
	cursor:pointer;
}
#menu nav #menuLang a 
{
	display:inline-block;
	color:#777;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
#menu nav #menuLang a:hover,#menu #menuLang a.active
{
	color:#000;
	font-style:italic;
	border-bottom:1px solid #000;
}
#menu nav .icnHome
{    
	display: inline;    
	vertical-align: -3px;
}
#menu nav .icnHome.active
{    
	border:none;
}
#menu nav .icnHome img
{    
    width: 20px;
}
#menu nav a
{
	color:#000;
	font-size:16px;
	display:block;
	text-align:center;
}
#menu nav a.menuAccueil
{
	font-family: "Parisienne", Verdana, cursive;
	font-size:23px;
}
#menu nav > ul
{
	display:inline;
}
#menu nav > ul a
{
	border-bottom:1px solid transparent;
}
#menu nav > ul > li
{
	display:inline-block;
	position:relative;
	padding:0 20px;
}
#menu nav > ul > li:hover > a, #menu nav > ul > li > a.active
{
	border-bottom:1px solid #000;
	color:#999;
}
#menu nav > ul > li > ul
{
	position:absolute;
	left:0;
	top:40px;
	background:#000;
	opacity:0;
	visibility:hidden;
    -webkit-transition: opacity 0.5s linear 0s, visibility 0s linear 0.5s;
    -moz-transition: opacity 0.5s linear 0s, visibility 0s linear 0.5s;
    -o-transition: opacity 0.5s linear 0s, visibility 0s linear 0.5s;
    transition: opacity 0.5s linear 0s, visibility 0s linear 0.5s;
	padding:10px;
}
#menu nav > ul > li:hover ul
{
	opacity:1;
	visibility:visible;
	-webkit-transition-delay:0s;
	-moz-transition-delay:0s;
	-o-transition-delay:0s;
	transition-delay:0s;
}
#menu nav > ul > li > ul a
{
	color:#fff;
	text-align:center;
}
#menu nav > ul > li > ul > li:hover > a, #menu nav > ul > li > ul > li > a.active
{
	color:#ccc;
}

 /* menu vertical */ 
 
#menu.menuVertical#menu
{	
	line-height:35px;
	height:auto;
	padding-bottom: 10px;
}
#menu.menuVertical .icnListe
{    
	display:block!important;
}
#menu.menuVertical.fixed .icnListe
{    
	display:block!important;
}
#menu.menuVertical nav
{
	width:170px;
	margin:auto;
	text-align:left;
}
#menu.menuVertical nav a
{
	text-align:left;
	display:inline-block;
}
#menu.menuVertical.fixed nav
{	
	display:none;
}
#menu.menuVertical nav .icnHome
{    
	display: none;
}
#menu.menuVertical nav > ul > li
{
	display:block;
}
#menu.menuVertical nav > ul > li > ul
{
	opacity:1;
	position:relative;
	top:0;
	visibility:visible;
	margin-left:20px;
	background:none;
}
#menu.menuVertical nav > ul > li > ul > li > a
{
	color:#000;
}
#menu.menuVertical nav > ul > li > ul > li:hover > a, #menu.menuVertical nav > ul > li > ul > li > a.active
{
	border-bottom:1px solid #000;
	color:#999;
}


/*
-----------------------
   conteneur & article
-----------------------
*/

#conteneur
{	
	display:none;
	background: white;
	margin: 40px auto 0;
	width: 90%;
	max-width: 1250px;
	min-height: 100%;
	overflow: hidden;
	border-color: rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3), 0px 0px 50px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3), 0px 0px 50px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3), 0px 0px 50px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.newcodehtml
{
	display:none;	
}
#page
{	
	height:100%;
}
article
{
	position:relative;
}
article > .articleData > .articleImg
{
	width:100%;
}
article > .articleData > .articleTxtImgX2, article > .articleData > .articleImgTextX2
{
	width:50%;
	height:250px;
	display:inline-block;
	overflow:hidden;
	white-space:nowrap;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
article > .articleData > .articleTxtImgX2 > div, article > .articleData > .articleImgTextX2 > div
{
	display:inline-block;
	vertical-align:top;
}
article > .articleData > .articleTxtImgX2 .text, article > .articleData > .articleImgTextX2 .text
{
	width:40%;
	height:100%;
	white-space:normal;
	padding:10px;
	overflow:auto;
}
article > .articleData > .articleTxtImgX2 .img, article > .articleData > .articleImgTextX2 .img
{
	width:60%;
	height:100%;
	position:relative;
	overflow:hidden;
}
article > .articleData > .articleTxtImgX2 .img img, article > .articleData > .articleImgTextX2 .img img
{
	width:100%;
}
article > .articleData.articleBlocX3
{
	text-align:center;
}
article > .articleData.articleBlocX3 > .blocX3Container
{
	position:relative;
	display: inline-block;
	vertical-align:top;
    height: 200px;
    width: 200px;
	margin:10px;
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-ms-perspective: 400px;
	-o-perspective: 400px;
	perspective: 400px;
}
article > .articleData.articleBlocX3 > .blocX3Container .blocX3Flip
{
	position:relative;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;	
}
article > .articleData.articleBlocX3 > .blocX3Container .blocX3Flip > div
{
	border:1px solid #ccc;
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}
article > .articleData.articleBlocX3 > .blocX3Container .blocX3Flip .back
{
	background-color: #fff;
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
article > .articleData.articleBlocX3 > .blocX3Container.blocX3ContainerBF:hover .blocX3Flip
{
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
article > .articleData.articleContact
{
	margin:20px;
	text-align:center;
}
article > .articleData.articleContact h1
{
	font-size:30px;
	font-weight:100;
	color:#6f6f6e;
}
article > .articleData.articleContact .bloc
{
	font-size:15px;
	margin:30px 0;
	padding:10px;
	width:250px;
	color:#5a094b;
	display:inline-block;
	vertical-align:top;
}
article > .articleData.articleContact .bloc input
{
	margin:3px 0;
	width:100%;
}
article > .articleData.articleContact .bloc .infoContact
{
	padding:8px;
	margin:5px 0;
	border-top:1px solid #6f6f6e;
	border-bottom:1px solid #6f6f6e;
}
article > .articleData.articleContact .bloc .infoContact img
{
	height:30px;    
	vertical-align: -10px;
}
article > .articleData.articleContact .bloc .infoContact a
{
	color:#6f6f6e;
}
article > .articleData.articleContact .bloc .tarifContact a
{
	color:#6f6f6e;
	font-size:25px;  
}
article > .articleData.articleContact .bloc .tarifContact img
{
	height:30px;   
}
article > .articleData.articleContact .mapContact 
{
	width:100%;
}

/*
-----------------------
   BLOC
-----------------------
*/

.col2 > div
{
	width:50%;
}
.col3 > div
{
	width:33.33%;
}
.col4 > div
{
	width:25%;
}

/* Bloc a 100% de largeur */

.MethodeA
{
	padding:20px 8% 40px;
	text-align:justify;
	overflow: hidden;
}

/* Bloc en colone */

.MethodeB
{
	position:relative;
	padding:20px 8% 40px;
	text-align:center;
	overflow: hidden;
}
.MethodeB.col2
{
	padding:20px 8% 40px;
}
.MethodeB.col3
{
	padding:20px 2% 40px;
}
.MethodeB.col4
{
	padding:20px 6% 40px;
}
.MethodeB > div
{
	float:left;
	vertical-align: top;
    -webkit-transition: all 1.0s ease 0s;
    -moz-transition: all 1.0s ease 0s;
    -o-transition: all 1.0s ease 0s;
    transition: all 1.0s ease 0s;
}
.MethodeB .text
{
	margin: 10px 5% 0;
	width: 90%;
}

/*
-----------------------
   PICTOS
-----------------------
*/

#acAdmin
{
	display:none;
	position:fixed;
	right:0;
	top:0;
	cursor:pointer;
	background:#373937;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
	z-index:3;
}
#acAdmin:hover
{
	padding-right:20px;
}
#acAdmin img
{
	display:block;
}

/*
-----------------------
   BACKGROUND
-----------------------
*/



/* fondpage - carousel */

.fondpage
{
	position: relative;
}
span.imgFond
{
    width: 100%;
}
span.imgFond img
{
	border-bottom: 1px solid transparent; /* corrige bug de décalage a cause de l'opacité */
	display:block;
    width: 100%;
}
span.imgFondHide
{
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	filter:alpha(opacity=0);
}
span.imgFondLegende
{ 
    position: absolute;
	display: block;
    text-align: center;
    padding: 5px 0;
    left: 0;
    top: 0;
    width: 100%;
	color:#fff;
	background:#282928;   
}
.fondpageFG
{
	position:absolute;
	top:50%;
	left:10px;
	z-index:2;
	margin-top:-30px;
	cursor:pointer;
}
.fondpageFD
{
	position:absolute;
	top:50%;
	right:10px;
	z-index:2;
	margin-top:-30px;
	cursor:pointer;
}
.fondpagePLAY
{
	position:absolute;
	bottom:10px;
	left:50%;
	margin-left:-15px;
	z-index:2;
	cursor:pointer;
}
.fondpagePAUSE
{
	position:absolute;
	bottom:10px;
	left:50%;
	margin-left:-15px;
	z-index:2;
	cursor:pointer;
}
.fondpageTEXT
{
	position:absolute;
	background:#5a094b;
	background:rgba(90,9,75,0.6);
    color: #FFFFFF;
    height: 60%;
    left: 30%;
    margin: auto;
    overflow: auto;
    padding: 6% 3% 3%;
    top: 20%;
    width: 40%;
	z-index:1;
}
.fondpageTEXTimg
{    
    left: 50%;
    margin-left: -6%;
    margin-top: -6%;
    position: absolute;
    top: 20%;
    width: 12% !important;
    z-index: 2;
}
/*
-----------------------
   FOOTER
-----------------------
*/

#footer
{
	width:100%;
	color:#fff;
	background:#69616e;
	text-align: center;
	padding-bottom: 40px;
	position:relative;
	overflow: hidden;
}
#footer .separator
{
	width:235px;
	margin:15px auto;
	height:1px;
	background:#fff;
}
#footer > div
{
	position:relative;
	display:inline-block;
	margin:0 30px;
	vertical-align: top;
}
#footer a
{
	color:#fff;
}
#footer a:hover
{
	color:#444;
}	
#footer #footerLeft 
{
	text-align:left;
}
#footer #footerLeft #footerLogo
{
	display:inline;
	width:230px;
	margin-top:20px;
}
#footer #footerLeft .footerLeftText
{    
	margin: 0 10px;
	font-size:21px;
}
#footer #footerLeft .footerLeftTextAdresse
{    
	margin: 0 10px;
	font-size:15px;
}
#footer #footerRight 
{
	margin-top:138px;
}
#footer #footerRight div
{
	color:#fff;
	border-top:1px solid #fff;
	padding:10px;
	width:200px;
	margin:auto;
	font-size: 16px;
	font-style: italic;
}
#footer .partenaire
{
	margin-top:30px;
	text-align:center;
}
#footer .partenaire a img
{
	margin: 40px;
	position: relative;
	height: 30px;
}
/*#footer .partenaire a img.marmorino
{
	margin: 10px auto auto;
	position: relative;
	width: 150px;
}
#footer .partenaire a img.magalie
{
	margin: 10px auto auto;
	position: relative;
	width: 180px;
}
#footer .partenaire a img.precisionski
{
	margin: 10px auto auto;
	position: relative;
	width: 100px;
}*/
#footer .footerKebooking 
{
    bottom: 9px;
    position: absolute;
    right: 145px;
}
#footer .footerKebooking img
{
	width:26px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
#footer .footerGoogle 
{
    bottom: 9px;
    position: absolute;
    right: 125px;
}
#footer .footerGoogle img
{
	width:26px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
#footer .footerFacebook 
{
    bottom: 9px;
    position: absolute;
    right: 85px;
}
#footer .footerFacebook img
{
	width:26px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
#footer .footerMerci 
{
    bottom: 9px;
    position: absolute;
    right: 40px;
}
#footer .footerMerci img
{
	width:30px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
	
#footer .footerMerci:hover img
{
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

/*
-----------------------
    MENTION LEGALE
-----------------------
*/

.button_ML
{
	color:#fff;
	position:absolute;
	bottom:13px;
	right:13px;
	font-size:25px;
}
.button_ML:hover
{
	color:#ccc!important;
}
.contenu_ML
{
	display:none;
	width:100%;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:3;
    background:#0D0D0D;
    background:rgba(13, 13, 13, 0.8);
}
.contenu_ML .fermer_ML
{
	position:absolute;
	right:20px;
	top:20px;
	color:#fff;
	cursor:pointer;
}
.conteneur_ML
{
	width:80%;
	margin:0 10%;
    height:80%;
    position:absolute;
    left:0;
    top:10%;
}
.conteneur_ML .conteneur_ML
{
	margin: 0 5%;
    width:90%;
    height:100%;
}
.conteneur_ML p,.conteneur_ML h2
{
	color:#ccc;
}
.conteneur_ML strong
{
	color:#fff;
}

/*
-----------------------
    loader
-----------------------
*/

#loader
{
    position:fixed;
    top:50%;
    left:50%;
    z-index: 4;
    display:none;
}
#loader img
{
	width:30px;
}


/*
-----------------------
    POPUP browser
-----------------------
*/

#popUpBrowser
{
	width:100%;
	height:100%;
	background:#666;
	background:rgba(0,0,0,0.7);
	position:fixed;
	top:0;
	left:0;
	display:none; 
	z-index: 5;
}
#popUpBrowser #popUpBrowserConteneur
{
    background: #fff;
    left: 50%;
    margin-left: -250px;
    padding: 40px;
    position: relative;
    text-align: center;
    top: 33%;
    width: 500px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color:#000;
}
#popUpBrowser #popUpBrowserConteneur #popUpBrowserClose
{
	position:absolute;
	right:0px;
	top:0px;
	padding:10px;
	cursor:pointer;
}
#popUpBrowser #popUpBrowserConteneur #popUpBrowserClose:hover
{
	color:#ccc;
}
#popUpBrowser #popUpBrowserConteneur #popUpBrowserMsg img
{
	display:inline;
}


/*
-----------------------
    POPUP
-----------------------
*/

#popUp
{
	background:rgba(0,0,0,0.5);
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:none; 
	z-index: 5;
}
#popUp #popUpConteneur
{
	position:absolute;
	max-width:600px;
	height:90%;
	width:90%;
	left:50%;
	top:50%;
	padding:30px;
	overflow:auto;
	background:#fff;
	color:#000;
	box-shadow: 0 0 6px #999;
	-moz-box-shadow: 0 0 6px #999; 
	-webkit-box-shadow: 0 0 6px #999; 
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

/*
-----------------------
    backToTop
-----------------------
*/

.backToTop
{
	display:none;
}
.backToTopContain
{
	position:fixed;
	z-index: 1;
	bottom:10%;
	right:0;
	cursor:pointer;
	background:#000;
	opacity:0.4;
	filter:alpha(opacity=40);
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.backToTopContain:hover
{
	padding-right:30px;
	opacity:1;
	filter:alpha(opacity=100);
}
.backToTop img
{
	width:50px;
	display:block;
}


/* KE BOOKING */
#ke-booking-frame
{
	height:410px!important;
}
#ke-booking-frame, #keb-but-frame493
{
	margin:auto;
}
#ke-booking-link
{
	display:none!important;
}