@charset "utf-8";
/* CSS Document */#corner-ad {  display: block;  width: 200px;  height: 200px;  position: absolute;  top: -100px;  right: -100px;  -webkit-transform: rotate(45deg);  -moz-transform: rotate(45deg);  -o-transform: rotate(45deg);  transform: rotate(45deg);}
@font-face {
    font-family: 'BrushScriptStd';
    src: url('../fonts/BrushScriptStd.eot');
    src: url('../fonts/BrushScriptStd.eot') format('embedded-opentype'),
         url('../fonts/BrushScriptStd.woff2') format('woff2'),
         url('../fonts/BrushScriptStd.woff') format('woff'),
         url('../fonts/BrushScriptStd.ttf') format('truetype'),
         url('../fonts/BrushScriptStd.svg#BrushScriptStd') format('svg');
}

body
{margin:0 auto;
padding:0;
background:url(../images/Untitled-1.jpg);


}

.head
{width:100%;
height:auto;
float:left;
background-color:#d69371;
}
.inner
{width:80%;
height:183px;
/*background-color:#333;*/
margin:0 auto; 
}
.shadow_box
{width:70%;
height:172px;
/*background-color:#b97552;*/
margin:0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#333333)";/*IE 8*/
-moz-box-shadow:   0px 56px 36px -60px #121D12;/*FF 3.5+*/
-webkit-box-shadow:  0px 56px 36px -60px #121D12;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow:  0px 56px 36px -60px #121D12;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#121D12); /*IE 5.5-7*/
}
.logobox
{width:50%;
height:auto;


position:relative;

margin:0 auto;

 
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#333333)";/*IE 8*/
-moz-box-shadow:  0px 1px 24px #B4795B;/*FF 3.5+*/
-webkit-box-shadow: 0px 1px 24px #B4795B;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow:0px 1px 24px #B4795B;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#B4795B); /*IE 5.5-7*/

/*Firefox*/
-moz-border-top-left-radius: 75px;
-moz-border-top-right-radius: 0px;
-moz-border-bottom-right-radius: 87px;
-moz-border-bottom-left-radius: 2px;
/*Safari, Chrome*/
-webkit-border-top-left-radius: 75px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 87px;
-webkit-border-bottom-left-radius: 2px;
border-top-left-radius: 75px;
border-top-right-radius: 0px;
border-bottom-right-radius: 87px;
border-bottom-left-radius: 2px;


}
.logobox img
{width:100%;
height:170px;
margin:0;
padding:0;


}
.add
{width:30%;
height:auto;
float:left;
  margin-top: 4em;
}
.add img
{width:100%;

}
.slider
{width:100%;
height:auto;
float:left;

}
.mennu_main
{width:100%;
height:auto;

}
.mennu_sub
{width:87%;
height:auto;

margin:0 auto;
border-bottom: dashed  1px #FFCCCC;
border-top:dashed 1px #F5BA9D;}
.mist
{width:100%;
height:72px;
position:absolute;
z-index:200;
background:url(../images/Untitled-1.png);
}









#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Open Sans', Helvetica, sans-serif;
  
}

#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li {
  float: left;
  display: inline-block;
}
#cssmenu.align-center > ul {
  float: none;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li > a {
  padding: 19px 15px 17px 19px;
/*  border-right: 1px solid rgba(80, 80, 80, 0.12);*/
  text-decoration: none;
  font-size: 13px;
 
 
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FCB895;



	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;

}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color: #ffffff;
  background: #704F3F;
  background: rgba(247, 188, 158, 0.50)
  
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 3;
	
	
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 45px;
}
#cssmenu > ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #d3eced;
  right: 17px;
  top: 22px;
}
#cssmenu > ul > li.has-sub.active > a::after,
#cssmenu > ul > li.has-sub:hover > a {
  border-top-color: #ffffff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 60px;
  padding-top: 6px;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
  -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
  -o-transition: top 0.2s ease, opacity 0.2s ease-in;
  transition: top 0.2s ease, opacity 0.2s ease-in;
  
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #ffffff;
  top: -4px;
  left: 20px;
  
  
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 20px;
}
#cssmenu ul ul ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #ffffff;
  top: 11px;
  left: -4px;
}
#cssmenu.align-right ul ul ul::after {
  border-right-color: transparent;
  border-left-color: #ffffff;
  left: auto;
  right: -4px;
}
#cssmenu > ul > li > ul {
  top: 120px;
}
#cssmenu > ul > li:hover > ul {
  top: 52px;
  left: 0;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu ul ul ul {
  padding-top: 0;
  padding-left: 6px;
}
#cssmenu.align-right ul ul ul {
  padding-right: 6px;
}
#cssmenu ul ul > li:hover > ul {
  left: 180px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 100%;
  opacity: 1;
}
#cssmenu ul ul li a {
  text-decoration: none;
  font-weight: 400;
  padding: 11px 25px;
  width: 180px;
  color: #777777;
  background: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
  color: #333333;
}
#cssmenu ul ul li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenu ul ul li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu > ul > li > ul::after {
  position: absolute;
  display: block;
}
#cssmenu ul ul li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #777777;
  right: 17px;
  top: 14px;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  border-left-color: transparent;
  border-right-color: #777777;
  right: auto;
  left: 17px;
}
#cssmenu ul ul li.has-sub.active > a::after,
#cssmenu ul ul li.has-sub:hover > a::after {
  border-left-color: #333333;
}
#cssmenu.align-right ul ul li.has-sub.active > a::after,
#cssmenu.align-right ul ul li.has-sub:hover > a::after {
  border-right-color: #333333;
  border-left-color: transparent;
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    background: #D07C52;
  }
  #cssmenu > ul {
    display: none;
  }
  #cssmenu > ul.open {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  #cssmenu.align-right > ul {
    float: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu > ul > li > a {
    padding: 18px 25px 18px 25px;
    border-right: 0;
  }
  #cssmenu > ul > li:hover > a,
  #cssmenu > ul > li.active > a {
    background: rgba(0, 0, 0, 0.1);
  }
  #cssmenu #menu-button {
    display: block;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    color: #d3eced;
    padding: 18px 25px 18px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: url('images/bg.png');
    cursor: pointer;
  }
  #cssmenu ul ul,
  #cssmenu ul li:hover > ul,
  #cssmenu > ul > li > ul,
  #cssmenu ul ul ul,
  #cssmenu ul ul li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul li:hover > ul,
  #cssmenu.align-right > ul > li > ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul ul li:hover > ul {
    left: 0;
    right: auto;
    top: auto;
    opacity: 1;
    width: 100%;
    padding: 0;
    position: relative;
    text-align: left;
  }
  #cssmenu ul ul li {
    width: 100%;
  }
  #cssmenu ul ul li a {
    width: 100%;
    box-shadow: none;
    padding-left: 35px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 45px;
  }
  #cssmenu ul ul li:first-child > a,
  #cssmenu ul ul li:last-child > a {
    border-radius: 0;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #d3eced;
    border-bottom: 2px solid #d3eced;
    right: 25px;
    top: 18px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #d3eced;
    right: 25px;
    top: 28px;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
}


@media only screen and (max-width: 320px)and (min-width: 480px) {
	.logobox img
{
	padding:0;


}
	}
	






/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 95%;
	margin:0 auto;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
 .carousel-demo{
    	position:relative;
    }
    #owl-demo .item{
        margin: 10px;
        color: #FFF;     
        text-align: center;
    }
     .customNavigation .btn{
     	background:#704F3F;
     	border:none;
     	border-bottom:4px solid #9E725D;
     	transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
     }
    .customNavigation a.prev, .customNavigation a.next {
		text-align: center;
		position: absolute;
		top:42%;
		cursor:pointer;
		padding:10px 12px;
   }
   .customNavigation .btn:hover {
   	  background:#956852;
   	  border-bottom:4px solid #9E725D;
   }
   .customNavigation a img{
   	margin:3px 4px;
   }
   .customNavigation a.prev{
	left:0;
	border-radius:0px 8px 8px 0px;
	-webkit-border-radius:0px 8px 8px 0px;
	-moz-border-radius:0px 8px 8px 0px;
	-o-border-radius:0px 8px 8px 0px;
   }
 .customNavigation a.next{
	right:0;
	border-radius:8px 0px 0px 8px;
	-webkit-border-radius:8px 0px 0px 8px;
	-moz-border-radius:8px 0px 0px 8px;
	-o-border-radius:8px 0px 0px 8px;
  }
  .customNavigation .btn i{ 
  	color:#FFF;
  	font-size:20px;
  	vertical-align:-webkit-baseline-middle;
  }
  #carousel-demo{
  	position:relative;
	margin-top:2.0em;
  }




















.btn {
padding: 0% 0 1%;
background-color:#F1AB88;
}
.btn a{

padding: 8px 20px;
font-size: 0.9em;
color: #fff;
font-family: 'Open Sans', sans-serif;
text-decoration:none;
}
	

.top-social-icons{
	float:right;
	margin-top: 2.8em;
}
.top-social-icons ul li {
	display: inline-block;
}
.icon1{
	width: 34px;
	height: 33px;
	background: url(../images/sicoal-icons.png) -121px 0px no-repeat;
	display: inline-block;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.icon1:hover {
	background: url(../images/sicoal-icons.png) -121px -38px no-repeat;
}
.icon2{
	width: 34px;
	height: 33px;
	background: url(../images/sicoal-icons.png) -161px 0px no-repeat;
	display: inline-block;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.icon2:hover {
	background: url(../images/sicoal-icons.png) -161px -38px no-repeat;
}
.icon3{
	width: 34px;
	height: 33px;
	background: url(../images/sicoal-icons.png) -82px 0px no-repeat;
	display: inline-block;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.icon3:hover {
	background: url(../images/sicoal-icons.png) -82px -38px no-repeat;
}
.icon4{
	width: 34px;
	height: 33px;
	background: url(../images/sicoal-icons.png) -41px 0px no-repeat;
	display: inline-block;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.icon4:hover {
	background: url(../images/sicoal-icons.png) -41px -38px no-repeat;
}
.shadow{
	text-align:center;
}
.center
{width:100%;
height:auto;
float:left;
padding-top:0%;

}

.center_inner
{width:85%;
height:auto;

margin:0 auto;

}
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.grid {
text-align: center;
 /* background-color: rgba(137, 99, 81, 0.29);*/
}
.group {
    zoom:1;
}
.grid_1_of_3{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.grid_1_of_3{ 
	margin-left: 0;
	
	
} 
.images_1_of_3 {
	width: 29.2%;
	padding:1.5%;
	
	 
 
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#333333)";/*IE 8*/
-moz-box-shadow:  0px 1px 24px #fB4795B;/*FF 3.5+*/
-webkit-box-shadow: 0px 1px 24px #B4795B;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0px 1px 24px #B4795B;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#B4795B); /*IE 5.5-7*/
	
}
.grid p, .grid1 p, .cnt-btm p, .boxes p {
font-size: 0.934em;
line-height: 1.8em;
text-align:center;
font-family: 'Open Sans', sans-serif;
color:#704F3F;
}
.grid h2, .sidebar h2, .span_2_of_3 h3, .span_1_of_3 h3, .boxes h2, .details h2 {

font-size: 2.2em;
color: #ffffff;
margin-bottom: 2%;

text-align:center;
font-family:  'BrushScriptStd';
font-weight:normal;
}
.about-data h2 {

font-size: 3.2em;
color: #ffffff;
margin:0;
padding:0;
padding-bottom:0em;


text-align:center;
font-family:  'BrushScriptStd';
font-weight:normal;
}
.about_main
{width:100%;
height:auto;
float:left;
background-color:#704F3F;
}
.about{
	padding: 1.5%;}
	
.about-data{
	
	width:66.1%;
	margin-right:3.6%;
	margin:0 auto;
}
.about-img{
	
	width: 24.2%;
	margin:0 auto;
	margin-top:10px;
	

}
.about-data h2{
	margin-bottom: 0;
}
.about-img img{
	padding:3px;
	background:#FFF;
	border:1px solid #CCC;
	width:200px;
	height:200px;
	border: 4px solid #fcfbfb;

}
.about-desc{
	margin:0 auto;
}
.about-data h4{
	font-size:14px;
	
	margin-right:12.6%;
	color: #F4AA86;
	line-height:1.6em;
	font-weight:bold;
	text-align:center;
	margin:0;
	padding:0;
	padding-top:1em;
	text-transform:uppercase;
font-family: 'Open Sans', sans-serif;
}
.about-data p{
	font-size: 1.1em;
	color: #F9F9F9;
	line-height: 1.8em;
	text-align:center;
	
		margin:0;
	padding:0;
	padding-left:3em;
	padding-right:3em;
	padding-bottom:5em;
	font-family: 'Open Sans', sans-serif;
	
}
.treetment
{width:100%;
height:auto;
/*background-color:#000;*/
float:left;
}

.ourteam {
/*background: #fa6f5d;*/
text-align: center;
padding-top: 3em;
}
.container {
width: 1170px;
margin:0 auto;
}
.ourteam h3 {
font-size: 2.5em;
font-weight: 400;
color: #fff;
margin:0;
  padding-top: 19px;


text-align: center;

font-family:  'BrushScriptStd';
}

span.line1 {
width: 32%;
height: 1px;
background: #eb5055;
margin: 0 auto;
position: relative;
display: inline-block;
}
span.sub-line1 {
width: 44%;
height: 6px;
background: #704F3F;
position: absolute;
top: -3px;
left: 93px;
display: inline-block;
}
.team {
padding: 4em 2em;
}
.nbs-flexisel-container {
position: relative;
max-width: 97%;
}
.nbs-flexisel-inner {
overflow: hidden;
margin: 0 auto;
}
.nbs-flexisel-ul {
position: relative;
width: 9999px;
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: center;
}
.nbs-flexisel-item {
float: left;
margin: 0px;
padding: 0px;
cursor: pointer;
position: relative;
line-height: 0px;
}
.team1 img {
	width:300px;
	height:200px;
margin-left: 2em;
border: 2px dashed #D69371;
-webkit-box-shadow: 0px 56px 36px -60px #121D12;
-moz-box-shadow: 0px 56px 36px -60px #121D12;
-o-box-shadow: 0px 56px 36px -60px #121D12;

}
.team h4 {
font-size: 1.200em;
margin:0;
padding:0;
padding-top:1em;
font-weight: 400;
color: #fff;
text-align: center;


}
.ourteam p {
font-size: 0.9em;
margin:0;
padding:0;
padding-top:1em;
padding-left:2em;
padding-right:2em;
font-weight: 300;
color:#704F3F;
line-height: 1.5em;
text-align: center;
font-family: 'Open Sans', sans-serif;
font-weight:normal;

}

.nbs-flexisel-nav-right {
right: -3em;
background: url(../images/icon-spt.png) no-repeat -59px -116px;
}
.nbs-flexisel-nav-left {
left: -3em;
background:url(../images/icon-spt.png) no-repeat -7px -116px;
}

.arrow {
height: 37px;
width: 100%;
padding: 0px;
margin: -37px 0;
background-image: url(../images/arrowup.png);
background-repeat: no-repeat;
background-position: center;
position: relative;
}
element.style {
display: block;
}
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 17px;
right: 3%;
overflow: hidden;
width: 42px;
height: 42px;
border: none;
text-indent: 100%;
background: url("../images/move-up.png") no-repeat 0px 0px;
}
#toTopHover {
width: 42px;
height: 42px;
display: block;
overflow: hidden;
float: right;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}
@media (max-width: 768px){
.team {
padding: 2em 0em 3em 0;
}}




/* ----- Footer ----- */


.foot
{width:100%;
height:auto;
background:#AF6944;
float:left;

}
.footer_in
{
	width:90%;
	height:200px;
	background-color:#000;
	margin:0 auto;
	padding:0;

	
}





footer {
    margin: 0 auto;
    padding-bottom: 10px;
    background: #f8f8f8 url(../img/pattern.jpg) left top repeat;
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
}

footer .widget {
    margin-top: 20px;
    text-align: left;
}

footer .widget h4 {
    margin-top: 20px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

footer .widget p {
    line-height: 24px;

background: #fff;
text-align: center;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
color: #888;
font-size: 12px;

}

footer .widget i {
    padding-right: 7px;
}

/* Twitter feed */
.show-tweets {
    margin: 0;
    overflow-y: hidden;
}

.tweet_list {
    height: 10em;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    list-style: none;
}
	
.tweet_list li {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    list-style-type: none;
    line-height: 24px;
}
		
.tweet_list .tweet_avatar {
    float: left;
}
		
.tweet_list .tweet_avatar img {
    vertical-align: middle;
}

/* Flickr feed */
.flickr-feed {
    margin: 16px 0 0 0;
    overflow: hidden
}

.flickr-feed li {
    float: left;
    padding: 0 86px 4px 0;
    list-style: none;
}

.flickr-feed li img {
    width: 50px;
    border: 2px solid #eaeaea;
}

.flickr-feed a:hover {
    opacity: 0.7;
}


footer .footer-border {
    margin-top: 30px;
    border-top: 1px dashed #ddd;
}

footer .copyright {
    margin-top: 15px;
    text-align: left;
}

footer .social {
    margin-top: 10px;
    text-align: right;
}

footer .social a { display: inline-block; width: 24px; height: 24px; margin: 0 0 0 8px; vertical-align: middle; }

}

footer .social a:hover { background-position: left top; }



.container {
margin-right: auto;
margin-left: auto;
}
.container:before, .container:after {
display: table;
content: "";
line-height: 0;
}
.row {
margin-left: -30px;
}
footer .widget h4 {
margin-top: 20px;
font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
font-size: 14px;
color: #5d5d5d;
text-transform: uppercase;
text-shadow: 0 1px 0 rgba(255,255,255,.7);

}

footer .widget p {
line-height: 24px;
margin: 0 0 10px
}



/*.........................about,........*/
.about_sub{
width: 100%;
height: auto;
float: left;

}

.about_kks
{
	width:87%;
	height:auto;
	margin: auto;

	
}
.about_kks p {
font-size: 0.934em;
line-height: 1.8em;
padding-top:20px;

font-family: 'Open Sans', sans-serif;
color: #704F3F;
}

.about_kks h2 {
font-size: 4.2em;
color: #ffffff;
margin: 0;
padding: 0;
padding-top:64px;
padding-bottom: 0em;
text-align: center;
font-family:  'BrushScriptStd';
font-weight: normal;
}
.about_kks h3{
font-size: 1.800em;
color: #ffffff;
margin: 0;
padding: 0;
padding-top:20px;
padding-bottom: 0em;

font-family: 'Open Sans', sans-serif;
font-weight: normal;
}












/********** ----- PORTFOLIO PAGE ----- **********/

.portfolio-page {
    margin-top: 20px;
    padding-bottom: 50px;
}

.portfolio-page h4.filter-portfolio {
    margin-top: 35px;
    padding: 0 20px;
  font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

ul.portfolio-img {
    margin: 0;
    overflow: hidden;
}

ul.portfolio-img li {
    list-style: none;
}

.filter-portfolio a { color: #5d5d5d; text-decoration: none; }
.filter-portfolio a:hover { color: #9d426b; text-decoration: none; }

.filter-portfolio a#active-imgs { color: #9d426b; }
.filter-portfolio a#active-imgs:hover { color: #5d5d5d; }

.portfolio .work {
margin-top: 40px;
padding-bottom: 20px;
background:rgba(214, 147, 113, 0.14);
border-bottom: 2px solid #FED3BC;
}
.portfolio .work:hover {
box-shadow: 0 5px 15px 0 rgba(0,0,0,.05),
 0 1px 25px 0 rgba(0,0,0,.05) inset,
 0 -1px 25px 0 rgba(0,0,0,.05) inset;
-o-transition: all .5s;
-moz-transition: all .5s;
-webkit-transition: all .5s;
-ms-transition: all .5s;
}
.portfolio .work h4 {
margin-top: 20px;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #FFF;
text-transform: uppercase;
text-align:center;
}
.portfolio .work p {
line-height: 24px;
font-style: italic;
text-align:center;
}
.work img {
width: 100%;

height: 180px;
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
}
.portfolio .work:hover img {
opacity: 0.7;
-o-transition: all .3s;
-moz-transition: all .3s;
-webkit-transition: all .3s;
-ms-transition: all .3s;
}


.button {
	display: inline-block;
	position: relative;
/*	margin: 10px;*/
	float:right;
	padding: 0 10px;
	text-align: center;
	text-decoration: none;
	font-size:12px;
	font-family:font-family: 'Open Sans', sans-serif;


	

	
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

	.button:hover {
		background-color:#C78C70;
		color:#ffffff;
		
	}

	.button:active {
		-webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
		-moz-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
		box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
	}
	.green {
	color: #ffffff;
	background-color:#704F3F;

}




/*.....................booking.....................*/

.booking-form
{width:64%;
height:auto;

}
.booking-form form h5 {
display: block;
color: #252525;
font-family: 'Open Sans', sans-serif;
line-height: 1.5em;
text-transform:uppercase;
font-weight:normal;
margin: 15px 0 2px 0;
}
.booking-form input[type="text"]:hover, .booking-form textarea:hover {
border: 1px solid #FFD700;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.booking-form input[type="text"], .booking-form textarea {
font-family: 'Open Sans', sans-serif;
padding: 7px;
display: block;
width: 98%;
background: transparent;
outline: none;
color: #555555;
font-size: 1em;
border: 1px solid #2A2E33;
-webkit-appearance: none;
}
.booking-form  input[type='date']   {
font-family: 'Open Sans', sans-serif;
padding: 7px;
display: block;
width: 98%;
background: transparent;
outline: none;
color: #555555;
font-size: 1em;
border: 1px solid #2A2E33;
-webkit-appearance: none;
}
 .booking-form input[type=radio] {
    content: "";  
    display: inline-block;  
    width: 20px;  
    height: 20px;
	padding:0;
    margin-right: 24px;  
    background-color: #aaa;  
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, .3);
	float:left;
   
	
}
.booking-form p
{display: block;
color:# B46C42;
font-size:12px;
margin:0;
padding:0;
line-height: 2.5em;
font-weight:normal;
float:left;
padding-right:10px;
font-family: 'Open Sans', sans-serif;

}
select.arrival {

font-family: 'Open Sans', sans-serif;

display: block;
width: 60%;
height:2%;
padding:0;

background:rgba(255, 153, 102, 0.250);
outline: none;
color: #555555;
font-size: 1em;
border: 1px solid #2A2E33;
-webkit-appearance: none;

}
.booking-form input[type="submit"], .booking-form input[type="reset"] {
margin-top: 25px;
font-family: 'Open Sans', sans-serif;
cursor: pointer;
background: #704F3F;
border:none;
padding: 10px 24px;
outline: none;
color: #ffffff;
font-size: 0.8em;
text-transform: uppercase;
-webkit-appearance: none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
}
.booking-form  [type="submit"]:hover, .booking-form input[type="reset"]:hover{
	background: #834141;
}
/********** ----- CONTACT PAGE ----- **********/

/* ----- Form ----- */

.contact-us {
    margin-top: 20px;
    padding-bottom: 50px;
    text-align: left;
}

.contact-us h4 {
    margin-top: 25px;
    padding: 0 20px;
   font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #704F3F;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.contact-us p {
    padding: 0 20px;
    line-height: 28px;
    font-size: 13px;
}

.contact-form {
    padding: 10px 0;
}

.contact-form p {
    margin-top: 15px;
	color:#333;
	font-size:14px;
	margin:0;
	padding:0;
}

.contact-us form {
    margin-top: 25px;
    padding: 0 20px;
}

.contact-us form input, .contact-us form textarea {
   font-family: 'Open Sans', sans-serif;
padding: 7px;
display: block;
width: 98%;
background: transparent;
outline: none;
color: #000;
font-size: 1em;
border: 1px solid #2A2E33;
-webkit-appearance: none;
}

.contact-us form input:focus, .contact-us form textarea:focus {
    border: 1px solid #bbb;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-us form textarea {
    height: 160px;
}

.contact-us form button {
    width: 120px;
    height: 30px;
    margin-top: 15px;
    background: #704F3F;
    border: 0;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #fff;
    -moz-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.contact-us form button:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	background-color:#F33;
	color:#FFF;
}



.contact-us form label {
    margin-top: 10px;
    font-size: 13px;
}

.contact-us form input:-moz-placeholder, .contact-us form textarea:-moz-placeholder { color: #ccc; }
.contact-us form input:-ms-input-placeholder, .contact-us form textarea:-ms-input-placeholder { color: #ccc; }
.contact-us form input::-webkit-input-placeholder, .contact-us form textarea::-webkit-input-placeholder { color: #ccc; }

/* ----- Google maps ----- */

.map {
    margin: 20px 15px 40px 20px;
    height: 300px;
    border: 5px solid #f8f8f8;
}


/*........news.............*/

	.head_element {
width: 68px;
height: 64px;
border-radius: 50%;
border: 4px solid #F3B08F;
text-align: center;
padding-top: 7px;
margin-right: 20px;
margin-bottom: 17px;
float: left;
}


.alpha1{
	width:40%;
	margin-right:3%;
	float:left;
}
.alpha1 img{
	width:100%;
	height:200px;
	margin-left:10px;
	margin-bottom:10px;
}
.head_element span {
	color: #fc5700;
	font-size: 1.8em;
	display: block;
	margin: 0 auto;
	text-transform: uppercase;
}
.sub{
	float:left;
	margin-top: 1.3em;
}
.readblog {
	color: #704F3F;
	font-size: 2.6em;
	font-family:  'BrushScriptStd';
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom:3px;
	text-decoration:none;
	padding-top:10px;
}
.sub p{
	color: #1f3e4f;
	font-size:1em;
	font-weight:300;
}

article.clearfix {
	margin: 2em 0 3em 0;
}
.blog-section {
	padding: 4em 0;
}
h2.with-line {
	color: rgb(51, 51, 51);
	font-size: 2.7em;
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 0.8em;
	text-align: center;
}

.grid_b4 h5{
	font-size: 1em;
	color: #1f3e4f;
	line-height: 1.8em;
	
}
.grid_b4 p {
font-size: 0.934em;
margin:0;
padding:0;


font-family: 'Open Sans', sans-serif;
color: #704F3F;
}
.left_column {
	width: 92%;
	padding: 0 50px 0 0;
	background:rgba(214, 147, 113, 0.710);
	border: 0px solid #000000;
-moz-border-radius: 13px 15px 15px;/*Firefox*/
-webkit-border-radius: 13px 15px 15px;/*Safari, Chrome*/
border-radius: 13px 15px 15px;
}



@media only screen and (min-width:768px) and (max-width:1300px){
	
	.about-img {

  width: 250px;
  height: 250px;
 
}
.mist {
  width: 100%;
	
}
.about-data p
{padding-top:50px;
  padding-left: 0em;
  padding-right: 0em;
 
}
}
@media only screen and (min-width : 300px) and (max-width : 480px) {
	.mist {
  width: 86%;
	
}
	.grid h2{
  font-size: .900em;}

.btn a {
  padding: 8px 0px;}
.about_kks h2 {
  font-size: 2.2em;}

.top-social-icons{
	
	margin-top: 0em;
	  padding-left: 0px;
  padding-right: 0px;
  



}

.about-img {

  width: 150px;
  height: 150px;
 
}
.mist {
  width: 90%;
	
}
.about-data p
{padding-top:150px;
  padding-left: 0em;
  padding-right: 0em;
 
}

}
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;

  
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2035) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
  
  
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
[class^="hvr-"] {
  /* display: inline-block; */
  /* vertical-align: middle; */
  width:60px;
  height:15px;
  margin: .1em;
  padding: 1em;
  cursor: pointer;
  background: #F1AB88;
  text-decoration: none;
  color: #666;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  margin-bottom:10px;
 
}
