html, body{
	height:100%;
}
body {
  background: url(../img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: Tahoma, Geneva, sans-serif;
  
}

h1, h2, h3, h4, h5, h6 {
 color: #6e6e6e;
}

h1 {
	font-weight: bold;
	font-size: 28px;
    margin: 0;
	line-height: 35px;
}

h2 {
	font-weight: normal;
	font-size: 25px;
	margin: 0;
	  line-height: 30px;
}

h3 {
	font-weight: normal;
	font-size: 22px;
	margin: 0;
	  line-height: 27px;
}


h4 {
	font-weight: normal;
	font-size: 18px;
	margin: 0;
	  line-height: 25px;
}



p {
  font-size: 14px;
  line-height: 1.6;
  color: #8f8989;
}

hr {
  border-color: #999999;
  max-width: 400px;
}

a{
	color: #8f8989;
}
a:link, a:hover, a:focus{
	text-decoration: none;
}

p a:hover{
	color: #F00;
}

a:link{
	color: #8f8989;
}


	

a img {
	outline : none;
	border: 0;
}

img {border : 0;}




.top20{
	position: relative;
	top: -20px;
}

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


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

.mbg02{
	background:url(../img/bg02.jpg) 0 0 repeat;
}


.mbg03{
	background:url(../img/bg03.jpg) 0 0 repeat;
	min-height: 216px;
}

.navbar-brand {
 
}

.navbar-nav {

}

.carousel-indicators .active {
    background-color: #e96565;
}

.butt{
	width: 100px;
	margin: 0 auto;
	text-align: center;

}

.prevbut{
	background: url(../img/butprev.png) 0 0 no-repeat;
	width: 24px;
	height: 32px;
	float: left;
}

.nextbut{
	background: url(../img/butprev.png) 0 0 no-repeat;
	width: 24px;
	height: 32px;
	-moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
		margin-left: 30px;
		
}




.img-full {
  min-width: 100%;
}

.brand-name {
  font-weight: 700;
  font-size: 1.5em;
  text-transform: capitalize;
  letter-spacing: normal;
}

.tagline-divider {
  margin: 15px auto 3px;
  border-color: #999999;
  max-width: 250px;
}

.box {
  margin-bottom: 20px;
  padding: 30px 15px;
}

.intro-text {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.25em;
  font-weight: 400;
}

.img-border {
  float: none;
  margin: 0 auto 0;
  border: #999999 solid 1px;
}

.img-left {
  float: none;
  margin: 0 auto 0;
}

footer {

}

footer p {
  margin: 0;
  padding: 20px 0;
  font-size: 13px;
  
}

.clear{
	clear: both;
}

.boxfloat{
	float: left;
}

#maincontainer{
	max-width: 1400px;
	margin: 0 auto;
}

#boxleft{
	float: left;
	margin-right: 0;
	width: 210px;
}

#boxleft img{
	width: 100%;
	height: auto;
}

#boxright{
	float: left;
	margin-left: 0;
	width: 210px;
}

#boxright img{
	width: 100%;
	height: auto;
}

.container{
	max-width: 980px;
}

.rbox01 h3{
	line-height: 40px;
}

.rbox01 p{
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px solid #aea9a9;
}

.glyphicon-chevron-right:before {
    content: ">";
}
.glyphicon-chevron-left:before {
    content: "<";
}


.modal-dialog {
    margin: 10% auto;
    text-align: center;
	min-width: 300px;
}

.modal-dialog .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1;
    margin: 0 auto;
}


.modal-dialog .carousel-control.left, .modal-dialog .carousel-control.right {
    background: none;
}




.trans01{
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}

.line01{
	height: 2px;
	line-height: 0;
	background: #ff0000; /* Old browsers */
	background: -moz-linear-gradient(left,  #ff0000 0%, #fffc00 23%, #01b439 41%, #00eaff 61%, #000390 79%, #ff00c6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ff0000), color-stop(23%,#fffc00), color-stop(41%,#01b439), color-stop(61%,#00eaff), color-stop(79%,#000390), color-stop(100%,#ff00c6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ff0000 0%,#fffc00 23%,#01b439 41%,#00eaff 61%,#000390 79%,#ff00c6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ff0000 0%,#fffc00 23%,#01b439 41%,#00eaff 61%,#000390 79%,#ff00c6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ff0000 0%,#fffc00 23%,#01b439 41%,#00eaff 61%,#000390 79%,#ff00c6 100%); /* IE10+ */
	background: linear-gradient(to right,  #ff0000 0%,#fffc00 23%,#01b439 41%,#00eaff 61%,#000390 79%,#ff00c6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff00c6',GradientType=1 ); /* IE6-9 */
}

.line02{
	height: 1px;
	background: #aea9a9;
	margin: 10px 0;
}



#bgtop{
	background:url(../img/btop01.png) 0 0 no-repeat;
	height: 20px;
	position: relative;
	top:-20px;
}
#bgtop2{
	background:url(../img/btop02.jpg) 0 0 no-repeat;
	height: 20px;
	
}

.normaldot{
	margin-left: -20px;
	list-style-type: disc;
}

.normaldot li p{
	line-height: 25px;
	margin: 0;
}

.stardot{
	margin-left: -20px;
}

.stardot li p{
	line-height: 25px;
	margin: 0;
}

.strbut1{
	list-style-image: url('../img/bullet01.png');
}
.strbut2{
	list-style-image: url('../img/bullet02.png');
}
.strbut3{
	list-style-image: url('../img/bullet03.png');
}
.strbut4{
	list-style-image: url('../img/bullet04.png');
}
.strbut5{
	list-style-image: url('../img/bullet05.png');
}
.strbut6{
	list-style-image: url('../img/bullet06.png');
}



.boxicon{
  background: #ebf8f1;
  border-radius: 50%;
  width: 80px;
  height: 80px;	
  text-align: center;
}

.boxicon img{
	margin: 30% auto;
	text-align: center;
}

/*HOMEHOME*/

#home .boxicon{
  background: #f0e1c7;
  border-radius: 50%;
  width: 80px;
  height: 80px;	
  text-align: center;
}

#home .boxicon img{
	margin: 30% auto;
	text-align: center;
}





/*ABOUTABOUT*/
#aboutus #bgtop{
	background:url(../img/btop01.png) 0 0 no-repeat;
	height: 20px;
	
}



/*GALLERYGALLERY*/

#gallery{}

#gallery .gallerybox .col-md-4{
	margin-bottom: 10px;
}



/*ADMINISTRATIVE*/

#admin{}


/*CONTACTCONTACT*/

#contactus{}

#contactus p{
	border: none;
}






.foo{}

.foo .title{
	font-size: 14px;
	color: #6e6e6e;
}
.foo p{
	font-size: 12px;
}


#social-fb{
	background:url(../img/social-fb.png) 0 0 no-repeat;
	width: 20px;
	height: 20px;
	margin-right:10px;
	float: left;
}

#social-fb:hover{
	background:url(../img/social-fbhover.png) 0 0 no-repeat;
	width: 20px;
	height: 20px;
	margin-right:10px;

}


#social-twitter{
	background:url(../img/social-twitter.png) 0 0 no-repeat;
	width: 23px;
	height: 20px;
	margin-right:10px;
	float: left;
}

#social-twitter:hover{
	background:url(../img/social-twitterhover.png) 0 0 no-repeat;
	width: 23px;
	height: 20px;
	margin-right:10px;

}


#social-instagram{
	background:url(../img/social-instagram.png) 0 0 no-repeat;
	width: 20px;
	height: 100px;
	float: left;
}

#social-instagram:hover{
	background:url(../img/social-instagramhover.png) 0 0 no-repeat;
	width: 20px;
	height: 100px;
}


/*BUTTON*/

.button01{
	background: #dcb976;
	color: #FFF;
	text-align: center;
	padding: 3px 10px;
	width: 100px;
	height: 30px;
    -webkit-border-radius: 12px; 
    -moz-border-radius: 12px; 
    border-radius: 12px; 
	
}


.submit{
	background: #dcb976;
	color: #FFF;
	text-align: center;
	padding: 3px 10px;
	width: 100px;
	height: 30px;
    -webkit-border-radius: 12px; 
    -moz-border-radius: 12px; 
    border-radius: 12px; 
}



button .submit{
	background: #dcb976;
	color: #FFF;
	text-align: center;
	padding: 3px 10px;
	width: 100px;
	height: 30px;
    -webkit-border-radius: 12px; 
    -moz-border-radius: 12px; 
    border-radius: 12px; 
}



	
#contactForm2{}

#contactForm2 input{
	background: #e2e2e2;
	font-size: 12px;
	color: #777;
	width: 80%;
	padding: 4px 4px; 
	margin: 0 0 10px 0;
	border-top: 2px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}



#contactForm{}

#contactForm input{
	background: #e2e2e2;
	font-size: 13px;
	color: #777;
	width: 50%;
	padding: 4px 4px; 
	margin: 0 0 10px 0;
	border-top: 2px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}

#contactForm textarea{
	background: #e2e2e2;
	font-size: 13px;
	color: #777;
	width: 60%;
	padding: 6px 4px; 
	margin: 0 0 10px 0;
	border-top: 2px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}


.alert{
	color: #F00;
	font-style: italic;
}






/*BES COLOR*/
.bgwhite{
	background: #fff;
  background: rgba(255,255,255,0.8);
}

.colorred1{
	color: #ff0000;
}

.colororange1{
	color:#ff9000;
}

.colorgreen1{
	color:#00d014;
}

.colorgreen2{
	color:#08792d;
}

.colorblue1{
	color:#073fdf;
}

.colorblue2{
	color:#1dd1d3;
}

.colorpurple1{
	color:#b400a1;
}

.colorpink1{
	color:#ff00ae;
}


.colort01{
	color: #a19d9d;
}

/*HOMER*/

#home .hbox3 .col-md-4{
	float: left;
	}



.gallerybox img{
	margin-bottom: 15px;
}
	
@media screen and (min-width: 768px) {

.brand {
  display: inherit;
  font-weight: 700;
  font-size: 5em;
  line-height: normal;
  text-align: center;
  margin: 0;
  padding: 30px 0 10px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.top-divider {
  margin-top: 0;
}

.img-left {
  float: left;
  margin-right: 25px;
}


.navbar {
  border-radius: 0;
  margin-bottom: 0;
  
}

.navbar-header {
  display: none;
}

.navbar {
  min-height: 0;
}

.navbar-default {
  background: none;
  border: none;
}



.nav>li>a {
  padding: 12px 8px;
}

.navbar-nav>li>a {
  line-height: normal;
}

.navbar-nav {
  float: none;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.02em;
}


nav ul li {
  display: inline-block;
  cursor: pointer;
}
nav ul li:hover {
	background: #FFF;
}
nav ul li ul {
	z-index: 99999;
  padding: 0;
  position: absolute;
  top: 43px;
  left: 0;
  width: 160px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
nav ul li ul li { 
  background: #FFF;
  background: rgba(255,255,255,0.6); 
  padding: 8px 15px;
  display: block; 
}
nav ul li ul li:hover { background: #FFF; }
nav ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

nav .wdrop::after {
    content: url(../img/arrow1.png);
	position: relative;
	left: 2px;

}


.navbar-collapse{
	padding-left: 5px;
	padding-right: 5px;
}



/*BES ACCOR*/
.bes-accor .panel-heading{
	background: #dcb976;
	padding: 5px 10px;
}


.bes-accor .panel-title{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}



}


@media screen and (max-width: 1400px) {

#boxleft{
	width: 90px;
}
#boxleft img{
	width: 90px;
}
#maincontainer{
	max-width: 1160px;
	margin: 0 auto;
}

#boxright{
	width: 90px;
}
#boxright img{
	width: 90px;
}




}






@media screen and (max-width: 1160px) {

.boxfloat{
	float: none;
}

#boxleft{
	display: none;
}

#boxright{
	display: none;
}

}




@media screen and (max-width: 768px) {
.navbar-nav {
  font-weight: bold;
}

.navbar-nav li ul li{
	list-style-type: none;
	margin-left: -8px;
}

.navbar-nav li ul:last-child{
	margin-bottom: 20px;
     
}
}