	@import url("css/navigation-style-1.css");
	@import url("css/colors/color-gray.css");
	

@font-face {
  font-family: 'brandon';
  src: url('css/font/brandonreg.otf');
  font-weight: normal;
}
@font-face {
  font-family: 'brandon';
  src: url('css/font/brandonbld.otf');
  font-weight: bold;
}

@font-face {font-family: "BrandonGrotesque-Light";
  src: url("4720a7d244f0e454a222c6c175fd2a01.eot"); /* IE9*/
  src: url("4720a7d244f0e454a222c6c175fd2a01.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("4720a7d244f0e454a222c6c175fd2a01.woff2") format("woff2"), /* chrome、firefox */
  url("4720a7d244f0e454a222c6c175fd2a01.woff") format("woff"), /* chrome、firefox */
  url("4720a7d244f0e454a222c6c175fd2a01.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("4720a7d244f0e454a222c6c175fd2a01.svg#BrandonGrotesque-Light") format("svg"); /* iOS 4.1- */
}

	html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,a,img,small,sub,b,dl,dd,dt,ul,li,label,article,details,footer,header,menu,nav,input,textarea,select{	
		background:transparent;
		border:0;
		outline:0;
		padding:0;
		margin:0;
	}
	
	
	html,body{
		font-size:15px;
		height:100%;
		width:100%;
		/*color:#999999;*/
		background:#f5f5f5;
		
		color: #000;
		/*font-weight: 100;*/
		letter-spacing: 0.05em;
		
		
		font-family:"BrandonGrotesque-Light";
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
		
	}
	
	body{
		overflow-x:hidden
	}
	
	h1, h2, h3, h4, h5, h6 {
		font-weight: 600;
		text-transform:uppercase;
		color:#222222;
		letter-spacing:0.05em;
		
		font-family: Didot,Didot LT STD,Hoefler Text,Garamond,Times New Roman,serif; 
		}	
	
	h5, h6 {
		font-weight: 600;
		font-family:"brandon";
		letter-spacing:0.15em;
	}
	h5 {
		font-size:15px;
	}
	h1 {
		font-size:54px;
		/*letter-spacing:3px;*/
		/*color:#222222;*/
		color:#fff;
		text-transform:uppercase;
		margin-bottom: 15px;
		line-height:1.2;
		text-shadow: 3px 3px 12px #000;	
	}
	h2 {
		font-size:36px;
		/*letter-spacing:3px;*/
		/*color:#222222;*/
		color: #421b11;
		color:#791c0e;
		text-transform:uppercase;
		margin-bottom: 15px;
	}
	.home-txt {
		/*padding:20% 0;*/
		margin:0 auto;
		text-align:center;
	}
	p {
		font-size:15px;
	}
	
	b {
		color:#222;
	}
	
	.container {
		width:1180px;
		margin:0 auto;
		padding:100px 20px;
	}
	
	.small-width {
		width:980px;
	}
	
	.no-padding {
		padding:0!important;
	}
	
	a:hover, a:active, a:focus {
	  outline: 0;
	}
	
	a {
        text-decoration: none;
        -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
           -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
            -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
             -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
                transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    }
	
	li {
		list-style:none;
	}
	
	a {
		outline: 0;
	}
	
	a:hover {
		text-decoration:none;
	}

	.left {
		float: left;
	}
	
	.right {
		float: right;
	}	
	
	.one_half {
    	width: 48%;
	}	

	.one_third {
		width: 30.6%;
	}	

	.one_fourth {
		width: 22%;
	}	

	.one_fifth {
		width: 16.8%;
	}	

	.one_sixth {
		width: 13.33%;
	}	

	.two_fifth {
		width: 37.6%;
	}	

	.two_fourth {
		width: 48%;
	}		

	.two_third {
		width: 65.33%;
	}	

	.three_fifth {
		width: 58.4%;
	}	

	.three_fourth {
		width: 74%;
	}	

	.four_fifth {
		width: 79.2%;
	}	

	.five_sixth {
		width: 82.67%;
	}	

	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
		float: left;
		margin-bottom: 20px;
		margin-right: 4%;
		position: relative;
	}	

	.last {
		margin-right:0px!important;
	}
	
	.section-title {
		text-align:center;
		width:700px;
		margin:0 auto;
		margin-bottom:60px;
	}
	
	.border {
		background: none repeat scroll 0 0 #999999;
		display: block;
		height: 1px;
		margin: 0 auto;
		width: 100px;
		margin-bottom:40px;
	}
	
	.element_from_top {
		top: -50px;
		padding-right: 0px;
		opacity: 0;
		position: relative;
	}
	
	.element_from_bottom {
		bottom: -50px;
		padding-left: 0px;
		opacity: 0;
		position: relative;
	}
	
	.element_from_left {
		left: -80px;
		padding-right: 0px;
		opacity: 0;
		position: relative;
	}
	
	.element_from_right {
		right: -80px;
		padding-left: 0px;
		opacity: 0;
		position: relative;
	}
	
	.element_fade_in {
		opacity: 0;
		position: relative;
		padding-left: 0px;
		right: 0px;
		
	}
	
	.mask {
		background-color:#FFF;
		width:100%;
		height:100%;
		position:fixed;
		z-index:100000;
	}
	
	#loader {
		background:url(images/sonata-loading.gif) center center no-repeat;
		height: 50px;
		width: 50px;
		left: 50%;
		top: 50%;
		position: absolute;
		margin: -25px 0 0 -25px;
	}

	
		

	.title-divider {
		border-bottom:#e9e9e9 1px solid;
		width:100%;
		text-align:center;
		text-transform:uppercase;
		color:#222222;
		padding-bottom:5px;
		padding-top:80px;
		margin-bottom:50px;
		float:left;
	}


	.bg-white {
		background-color:#fff;
	}



/* Accordion */
	
	.accordion dt {
		cursor: pointer;
		border-radius: 3px 3px 3px 3px;
		margin-bottom: 10px;
		padding-top: 10px;
		border-top:#e9e9e9 1px solid;
		transition:all 0.4s ease 0s;
		-moz-transition:all 0.4s ease 0s;
    	-webkit-transition:all 0.4s ease 0s;
    	-o-transition:all 0.4s ease 0s;
	}
	
	.accordion dt:first-child {
		border-top:none;
		padding-top: 0px;
	}
	
	.accordion .accordion-active {
		color:#222222;
	}
		
	.accordion dt span {
		font-size: 14px;
		line-height:24px;
	}
	
	.accordion dt span.accordion-status {
		height:20px;
		width:20px;
		padding:2px;
		background:url(images/plus.png) #999999 2px 2px no-repeat;
		background-size:20px 20px;
		float:left;
		margin-right:10px;
		border-radius: 2px;
	}
	
	.accordion dt.accordion-active span.accordion-status {
		background:url(images/minus.png) 2px 2px no-repeat;
		background-color:#222222;
		background-size:20px 20px;
	}
	
	.accordion-content {
		padding-bottom: 15px;
		padding-top: 5px;
		font-size: 13px;		
	}
	
/* Toggle */
	
	.toggle-wrap {
		float:left;
		width:100%;
	}

	.toggle-title {
		background: #e5e5e5;
		cursor: pointer;
		padding: 10px;
		border-radius: 3px;
		margin-bottom: 5px;
		display: block;
		font-size:13px;
	}
	
	.toggle-title a {
		color: #666;
		text-decoration: none;
	}
	
	.toggle-title a:hover {
		color:#222222;
	}
		
	.toggle_container {
		padding-bottom: 10px;
		padding-top: 5px;
		padding-left: 10px;
		padding-right: 10px;
		font-size:13px;
	}
	
	.toggle-active {
		color:#fff;
		background: #222222;
	}
	
	.toggle-active a {
		color:#FFF;
	}
	
	.toggle-active a:hover {
		color:#FFF;
	}
	.toggle-rwd {
		display:inline-block;
	}
	
/*  Tabs  */
	
	.tab-shortcode {
		float:left;
		width:100%;
	}
		
	ul.tabs { 
		overflow: hidden; 
		margin: 0px; 
	}
	
	ul.tabs li { 
		float: left; 
		margin: 0px; 
		list-style: none; 
	}
			
	ul.tabs li a {
		display: block;
		background-color: #e5e5e5;
		padding: 6px 20px;
		margin-right: 5px;
		border-radius: 2px 2px 0px 0px;
		color: #666;
		text-decoration: none;
		font-size:13px;
	}
			
	ul.tabs .tab-active a { 
		color: #fff; 
	}
			
	.tab_container {
		clear: both;
		padding: 20px 25px;
		margin-top:0px;
		background:#FFF;
		font-size:13px;
	}
	
	

	
	.icons-ul li {
		color:#999999;
		margin-bottom:10px;
		font-size:14px;
	}
	
	.icons-ul li i{
	}
	
	


	
/*  Buttons  */
	
	
	
	a.sonata-button {
		/*border-radius:3px;*/	
		font-family:"brandon";
		/*letter-spacing:0;*/
		letter-spacing: 0.25em;
		font-weight:600;
		text-transform:uppercase;
		display:inline-block;	
	}
	
	.small {
		font-size:12px;
		line-height:14px;
		padding:5px 9px 7px 9px;
		line-height:12px;
	}
	
	.medium {
		font-size:14px;
		line-height:14px;
		padding:15px 25px; /**/
		line-height:14px;
	}
	
	.large {
		font-size:16px;
		line-height:14px;
		padding:15px 25px;
		line-height:16px
	}
	
	.grey {
		color:#FFF;
	}		
	
	.grey:hover {
		color:#FFF;
	}
	
	.color {
		color:#fff;
	}
	
	.color:hover {
		color:#fff;
	}
	
	.outline {
		background-color:none;
		border:2px solid #222222;
		color:#222222;
		line-height:10px!important;
	}		
	
	.outline:hover {
		background-color:#222222;
		color:#FFF;
	}
	
			
	
	.outline.white {
		background-color:#fff;
		color:#222;
		border:2px solid #fff;
	}
	.outline.white:hover {
		background-color:#461601;
		color:#fff;
		border:2px solid #461601;
	}
	.rounded {
		border-radius:50px!important;
	}
	
	
	
/*  Font Awesome  */
	
	
	
	.the-icons li {
		font-size:14px;
		height: 40px;
		text-transform: capitalize;
	}
	
	.the-icons li i {
		font-size: 18px;
		margin-right: 10px;
		vertical-align: -2px;
		width: 35px;
	}



	
	


/* Section pages styles */

	section {
		position: relative;
		background-color:#f5f5f5;
		z-index: 1;
	}
	
	#home, .photogallery {
		height: 100%;
		position: relative;
		width: 100%;
	}
	
	#home.parallax-slider {
		height:auto;
	}
	
	#services {
		background-color:#FFF;
	}
	

	#contact {
		background-color:#fff;
	}
	
	footer {
		background-color:#fff;
	}
	
	
	
	
	
	
	
	


/* Parallax Styles */

	.parallax {
		text-align: center;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed !important;
	}
	
	.parallax-overlay {
		background-color:rgba(0,0,0,0.80);
	}
	
	
	
	
	
	
	
	
/* Home Pattern And Image Parallax */	
	
	
	.offer-brief {
		font-family:'brandon';
		font-weight:700;
		letter-spacing:0.1em;
		text-transform:uppercase;
		margin:30px auto 60px;
		color:#fff;
	}

	.home-pattern {
		/*background:url(images/home_pattern.png) repeat;*/
		background:url(images/welcome.jpg) no-repeat;
		background-position:center bottom;
		background-size: cover;
		width:100%;
		height:100%;
	}
	
	.pattern {
		background:url(images/pattern.png) repeat;
		width:100%;
		height:100%;
	}
		
	#home-center {
		height: 100%;  
		display: table;
		position: absolute;
		top: 0;
		left:0;
		right:0;
		width:90%;
		margin-left:5%;
		margin-right:5%;
	}	
	
	.div-align-center {
		display: table-cell;
		vertical-align: middle;
		text-align:center;
		color:#fff; /**/
	}
	

	
	.text-slide-vertical {
		color:#fff;
		font-family: Didot,Didot LT STD,Hoefler Text,Garamond,Times New Roman,serif; 
		font-size:70px;
		text-transform:uppercase;
		width:100px!important;
		position:relative!important;
		
		font-family: Didot, Didot LT STD, Hoefler Text, Garamond, Times New Roman, serif; font-style: normal; font-variant: normal; font-weight: 300; line-height: 23px; 
		
	}
	
	.text-slide-vertical li {
		line-height:100px;
	}
	
	.bullet {
		margin: 0 10px;
		opacity: 0.9;
		color:#fff;
		display:inline-block;
	}
	
	.div-align-center p{
		margin-top:30px;
		margin-bottom:60px;
	}
	
	p.after-slider {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:30px;
		font-style:italic;
		text-align:center;
		padding-top:20px;
		margin-bottom:40px;
	}
	
	
	



/* Home Fullwidth Parallax Slider */


	ul.fullwidth-slider {
		position: relative;
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		background-color: #222222;
		z-index: 0;
		-webkit-backface-visibility: visible;
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	ul.fullwidth-slider li.slide {
		position: relative;
		display: none;
		overflow: hidden;
		float: left;
		width: 100%;
		height: 100%;
		z-index: 0;
		background-attachment:absolute ;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		-webkit-backface-visibility: visible;
	}
	
	ul.fullwidth-slider li.slide .caption {
		position: relative;
		height: 100%;
		width:100%;
	}
	
	ul.fullwidth-slider li.slide .caption .caption-inside {
		position: absolute;
		top: 0px;
		width:100%;  
	}
	
	ul.fullwidth-slider li.slide .caption .slide-caption {
		height: 100%;  
		z-index: 0;
		display: table;
		position: relative;
		top: 0;
		width:80%;
		margin-left:10%;
	  	margin-right:10%;  
	}
	
	ul.fullwidth-slider li.slide .caption .slide-caption .vertical-align-middle{
	  	display: table-cell;
	  	vertical-align: middle;
	  	text-align:center;
	}
	
	.vertical-align-middle p {
		margin:20px 0;
		color:#fff;
	}
	
	.vertical-align-middle.dark p, .vertical-align-middle.dark h1 {
		color:#222;
	}

	ul.fullwidth-slider, ul.fullwidth-slider .caption-inside {
		height: 700px;
	}
	
	.parallax-slider .bx-wrapper .bx-next {
		right:50px;
	}
	
	.parallax-slider .bx-wrapper .bx-prev {
		left:50px;
	}





/* Home Full Screen Slider */

	#fullscreen-slider, #fullscreen-slider2 {
		display:none;/* Only use this if you fade it in again after the images load */
		background-size:cover;
	}
	
	#cycle-loader, #cycle-loader2 {
		height:32px;
		left:50%;
		margin:-8px 0 0 -8px;
		position:absolute;
		top:50%;
		width:32px;
		z-index:999;
	}
	
	#slider_left, #slider_left2 {
		top:50%;
		height:60px;
		position:absolute;
		left:50px;
		width:32px;
		z-index:1000;
		margin-top:-30px;
		cursor:pointer;
	}
	
	#slider_right, #slider_right2 {
		top:50%;
		height:60px;
		position:absolute;
		right:50px;
		width:32px;
		z-index:1000;
		margin-top:-30px;
		cursor:pointer;
	}
	
	#slider_left:hover, #slider_right:hover {
		margin-top:-28px;
	}
	#slider_left:active, #slider_right:active {
		margin-top:-28px;
	}
	
	.slide-content {
		height: 100%;  
		display: table;
		position: absolute;
		top: 0;
		left:0;
		right:0;
		width:80%;
		margin-left:10%;
		margin-right:10%;
	}
	
	.light {
		color:#fff!important;
	}
	
	.dark {
		color:#222222;
	}
	
	.slide-content h1 {
		color:inherit;
		font-size:100px;
		line-height:100px;
		margin:10px 0;
		letter-spacing:1px;
	}
	
	.slide-content p {
		margin:10px 0;
	}
	
	.slide-content a {
		margin:10px 0;
	}
	
	

/* Gallery */

.foto-container_g1f1, .foto-container_g1f2, .foto-container_g1f3, .foto-container_g1f4, .foto-container_g1f5, .foto-container_g1f6, .foto-container_g1f7, .foto-container_g1f8, .foto-container_g1f9, .foto-container_g1f10, .foto-container_g1f11, .foto-container_g1f12, .foto-container_g1f13 {
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
}
.foto-container_g1f1 {
	background-image:url(images/gallery/sonata_01.jpg);
}
.foto-container_g1f2 {
	background-image:url(images/gallery/sonata_02.jpg);
}
.foto-container_g1f3 {
	background-image:url(images/gallery/sonata_03.jpg);
}
.foto-container_g1f4 {
	background-image:url(images/gallery/sonata_04.jpg);
}
.foto-container_g1f5 {
	background-image:url(images/gallery/sonata_05.jpg);
}
.foto-container_g1f6 {
	background-image:url(images/gallery/gallery_05.jpg);
}
.foto-container_g1f7 {
	background-image:url(images/gallery/gallery_06.jpg);
}
.foto-container_g1f8 {
	background-image:url(images/gallery/gallery_03.jpg);
}
.foto-container_g1f9 {
	background-image:url(images/gallery/gallery_01.jpg);
}
.foto-container_g1f10 {
	background-image:url(images/gallery/gallery_02.jpg);
}
.foto-container_g1f11 {
	background-image:url(images/gallery/gallery_04.jpg);
}
.foto-container_g1f12 {
	background-image:url(images/gallery/gallery_07.jpg);
}
.foto-container_g1f13 {
	background-image:url(images/gallery/gallery_08.jpg);
}


.foto-container_g2f1, .foto-container_g2f2, .foto-container_g2f3, .foto-container_g2f4, .foto-container_g2f5, .foto-container_g2f6, .foto-container_g2f7, .foto-container_g2f8, .foto-container_g2f9, .foto-container_g2f10, .foto-container_g2f11, .foto-container_g2f12 {
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center;
	width:100%;
	height:100%;
}
.foto-container_g2f1 {
	background-image:url(images/gallery/rooms1.jpg);
}
.foto-container_g2f11 {
	background-image:url(images/gallery/rooms11.jpg);
}
.foto-container_g2f2 {
	background-image:url(images/gallery/rooms2.jpg);
}
.foto-container_g2f3 {
	background-image:url(images/gallery/rooms3.jpg);
}
.foto-container_g2f4 {
	background-image:url(images/gallery/rooms4.jpg);
}
.foto-container_g2f5 {
	background-image:url(images/gallery/rooms5.jpg);
}
.foto-container_g2f6 {
	background-image:url(images/gallery/rooms6.jpg);
}
.foto-container_g2f7 {
	background-image:url(images/gallery/rooms7.jpg);
}
.foto-container_g2f8 {
	background-image:url(images/gallery/rooms8.jpg);
}

	.bar {
		text-align: left!important;
		margin: 0px!important;	
	}
	
	.bar li {
		list-style: none!important;
	}
	
	.bar li:last-child span {
		margin-bottom: 0px;
	}
	
	.bar li .bar-wrap {
		margin-bottom:50px;
		/*border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px 3px 3px 3px;
		-o-border-radius: 3px 3px 3px 3px;
		-moz-border-radius: 3px 3px 3px 3px;*/
		background:#dddddd;
	}
	
	.bar li span { 
		height: 35px;
		height: 1px;
		width: 0px;
		display: block;
		/*border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px 3px 3px 3px;
		-o-border-radius: 3px 3px 3px 3px;
		-moz-border-radius: 3px 3px 3px 3px;*/
	}
	
	.bar li p {
		padding-bottom: 2px;
	}
	
	.bar li span {
		overflow: visible!important;
		position: relative;
	}
	
	.bar li span strong {
		position: absolute;
		top: 10px;
		left: 10px;
		/*color: rgba(255, 255, 255, 0.9);*/
		color: #791c0e;
		/*line-height: 12px !important;*/
		line-height: 16px !important;
		display: block;
	}











/* Services */

	.service-item {
		float:left;
		margin:30px 0;
	}
	
	.service-item h5 {
		text-transform:uppercase;
		color:#791c0e;
		margin:5px 0;
	}
	
	.service-item.text-right {
		text-align:right;
	}
	
	.service-item.text-right .icon-stack {
		cursor:pointer;
		margin-left:20px;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
    	-webkit-transition:all 0.3s ease 0s;
    	-o-transition:all 0.3s ease 0s;
	}
	
	.service-item.text-left .icon-stack {
		cursor:pointer;
		margin-right:20px;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
    	-webkit-transition:all 0.3s ease 0s;
    	-o-transition:all 0.3s ease 0s;
	}
	
	.service-item.text-right .icon-stack:hover, .service-item.text-left .icon-stack:hover {
		color:#222222;
		color: #791c0e;
	}
	
	
	.service-item .icon-light {
		font-size:27px!important;
	}







/* Rooms */

	ul.roomsoffer {
		text-align:center;
	}
	
	ul.roomsoffer li {
		display:inline-block;
		/*width:238px;
		padding:30px 20px;*/
		width:180px;
		padding:50px 20px;
		position:relative;
		margin:10px;
		border-radius: 120px; /**/
		vertical-align:top;
   		overflow:hidden;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
    	-webkit-transition:all 0.3s ease 0s;
    	-o-transition:all 0.3s ease 0s;
		min-width: 200px;
		min-height: 140px;
	}
	
	


	ul.roomsoffer li:first-child, ul.roomsoffer li:last-child {
		margin-left:0px;
	}
	
	ul.roomsoffer li:last-child {
		margin-right:0px;
	}
	
	ul.roomsoffer li i {
		font-size:40px;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
    	-webkit-transition:all 0.3s ease 0s;
    	-o-transition:all 0.3s ease 0s;
	}
	
	ul.roomsoffer li h5 {
		text-transform:uppercase;
		color:#791c0e;
		margin-top:10px;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
    	-webkit-transition:all 0.3s ease 0s;
    	-o-transition:all 0.3s ease 0s;
	}
	
	ul.roomsoffer li p {
		font-size:15px;
		margin-top:10px;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
    	-webkit-transition:all 0.3s ease 0s;
    	-o-transition:all 0.3s ease 0s;
	}
	
	ul.roomsoffer li:hover i {
		color:#fff;
		color: #f4ca98;
	}

	ul.roomsoffer li:hover h5 {
		color:#fff;
	}
	
	ul.roomsoffer li:hover p {
		color:#fff;
		opacity:0.7
	}
	
	
	
	
	
	
	
	





	
/* Portfolio Normal Expander Project Slider */	
	
	
	.project-image-slider .bx-wrapper .bx-next {
		background: url("images/project_slider_right.png") no-repeat;
		background-size:35px 65px;
		opacity:0.3;
		right:-90px;
	}
	
	.project-image-slider .bx-wrapper .bx-prev {
		background: url("images/project_slider_left.png") no-repeat ;
		background-size:35px 65px;
		opacity:0.3;
		left:-90px;
	}
	
	.project-image-slider .bx-wrapper .bx-next:hover, .project-image-slider .bx-wrapper .bx-prev:hover {
		opacity:1;
		background-position:0
	}
	
	.project-image-slider .bx-wrapper .bx-controls-direction a {
		height: 65px;
		margin-top: -33px;
		outline: 0 none;
		position: absolute;
		text-indent: -9999px;
		top: 50%;
		width: 35px;
		z-index: 100;
	}
	
/* Portfolio Normal Expander */		
	
	.project-description {
		margin-top:40px;
		margin-bottom:20px;
		width:100%;
		height:auto;
	}
	
	.small-border {
		height:2px;
		width:50px;
		background-color:#ddd;
		margin-bottom:15px;
	}
	
	.visit-project {
		width:100%;
		text-align:center;
		border-top:1px solid #ddd;
		margin-top:20px;
		padding:55px 0 20px 0;
	}
	
	.project-description h5 {
		color:#222222;
		text-transform:uppercase;
		margin-bottom:5px;
	}
	
	
	
/* Portfolio FullScreen Expander */			
	
	#cycle-loader {
		height:32px;
		left:50%;
		margin:-8px 0 0 -8px;
		position:absolute;
		top:50%;
		width:32px;
		z-index:999;
	}

	#arrow_left {
		top:50%;
		height:60px;
		position:absolute;
		left:30px;
		width:32px;
		z-index:1000;
		margin-top:-30px;
	}
	
	#arrow_right {
		top:50%;
		height:60px;
		position:absolute;
		right:30px;
		width:32px;
		z-index:1000;
		margin-top:-30px;
	}
	
	#arrow_left:hover, #arrow_right:hover {
		margin-top:-28px;
	}
	
	#arrow_left:active, #arrow_right:active {
		margin-top:-28px;
	}	

	div.mc-image {
		-webkit-transition: opacity 1s ease-in-out; 
		-moz-transition: opacity 1s ease-in-out; 
		-o-transition: opacity 1s ease-in-out; 
		transition: opacity 1s ease-in-out;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position:center center;
		background-repeat:no-repeat;
		height:100%;
		overflow:hidden;
		width:100%;
	}

	.in-slide-content div.info-slide {
		background:#FFF url(images/info.png) no-repeat left bottom;
		background-size:46px 46px;
		position:absolute;
		top:30px;
		left:30px;	
		width: 46px;
		height: 46px;
		margin: 0;
		display: block;
		text-indent: 10px;
		-moz-border-radius: 23px;
		-webkit-border-radius: 23px;
		border-radius: 23px;
		cursor: pointer;
		z-index:1000;
		-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
		filter: alpha(opacity=0.5);
		opacity: 0.5;
		-webkit-transition: all 0.3s ;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
		transition: all 0.3s;
	}

	.in-slide-content div.info-slide:hover {
		width:200px;
		background:#FFF;
		position:absolute;
		bottom:40px;
		padding:10px 20px;
		text-indent: 0px;	
		moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		z-index:1000;
		-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=1);
		opacity: 1;
	}
	
	.in-slide-content h2, .in-slide-content p{
		padding: 0;
		margin: 0;
		font-size: 12px;
		line-height:24px;
	}
	
	.in-slide-content h2{
		font-size:14px;
		color:#444;
		text-shadow:none;
		font-weight:normal;
		text-transform:uppercase;
		z-index:1001;
		position:relative;
		white-space: nowrap;	
	}
	
	.info-slide p{
		color:#aaa;
		font-size:13px;
		text-shadow:none;
		z-index:1001;
		position:relative; 
		margin:0;
		font-weight:normal;
		white-space: nowrap;
	
	}
	
	.in-slide-content div.info-slide h2 {
		display:none;
		padding:10px 10px 0 10px;
	}
	
	.in-slide-content div.info-slide p {
		display:none;
		padding:0px 10px 10px 10px;
	}
	
	.in-slide-content div.info-slide:hover h2, .in-slide-content div.info-slide:hover p {
		display:inherit;
		padding:0;
	}





	
	
	
	
	
	
	
	
/* call to action */	
	
	
	.call-action {
		color:#222222;
		text-transform:uppercase;
		width:100%;
		text-align:center;
		padding:60px 0;
		line-height:35px;
	}
	
	.call-action a {
		margin-left:20px;
	}
	
	
	
	
	
	
	
/* Contact Parallax */
	
	.contact-details {
		text-align:center;
		width:100%;
	}	
	
	.phone-icon {
		width:60px;
		height:60px;
		margin:0 auto;
		margin-bottom:40px;
	}
	
	.company-phone a {
		color:#fff;
		background-color:rgba(255,255,255,0.15);
    	text-align: center;
		font-size:72px;
		line-height:72px;
		/*font-family: 'Lato', sans-serif;*/
		font-family: 'brandon', sans-serif;
		padding:10px 20px;
		border-radius:3px;
		margin-bottom:30px;
		display:inline-block;
		
		font-family: Didot, Didot LT STD, Hoefler Text, Garamond, Times New Roman, serif;  font-style: normal; font-variant: normal; font-weight: 700; 
	}
	
	.company-phone a:hover {
		color:#fff;
	}
	
	h5.company-email {
		margin-bottom:15px;
		color:#999999;
		text-transform:none;
	}
	
	h5.company-address {
		margin-bottom:15px;
		color:#999999;
		text-transform:none;
		margin-top:15px;
	}
	.tel {
		color:#461601;
	}
	
	


	#map_canvas {
		width:100%;
		height:400px;
		z-index:0;
		position:relative;	
	}
	
	
	
	
	
	
	
	
	
/* Footer */			
	
	
	footer {
		box-shadow: 0px -1px 5px rgba(0,0,0,0.15);
		z-index:100;
		position:relative;
		padding:40px 0;
		text-align:center;
	}
	
	footer ul.socials-icons {
		margin:10px 0 20px 0;
	}
	
	footer ul.socials-icons li {
		margin:0 10px;
	}
	
	#menu_top {
		height:50px;
		width:40px;
		border-radius:3px;
		left:50%;
		margin-left:-20px;
		margin-top:-65px;
		position:absolute;
		cursor:pointer;
	}
	
	#menu_top_inside {
		background-image:url(images/menu_bottom_top_bg.png);
		background-size:18px 11px;
		background-position: 0 0;
		height: 22px;
		left: 11px;
		position: absolute;
		top: 14px;
		transition: background-position 0.3s linear 0s;
		width: 18px;
	}
	
	#menu_top:hover #menu_top_inside {
		-webkit-animation: bottom_top_over .3s linear infinite;
		-moz-animation: bottom_top_over .3s linear infinite;
		-o-animation: bottom_top_over .3s linear infinite;
		animation: bottom_top_over .3s linear infinite;
	}

	@-webkit-keyframes bottom_top_over { 0% { background-position: 0px 0px; }  100% { background-position: 0px -11px; } }
	@-moz-keyframes bottom_top_over { 0% { background-position: 0px 0px; }  100% { background-position: 0px -11px; } }
	@keyframes bottom_top_over { 0% { background-position: 0px 0px; }  100% { background-position: 0px -11px; } }
	
	
	
	
	
	
	

/*icons*/

.icon-dog {
	width:100px;
	height:100px;
	background-image:url(images/animals.png);
	background-repeat:no-repeat;
	background-size:100px 100px;
}






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

	.container {
		width:920px;
	}
	
	.text-slide-vertical {
		font-size:60px;
	}
	
	.text-slide-vertical li {
		line-height:80px;
	}

	.small-screen-left, .small-screen-right {
		top: 100px;
		width: 300px;
	}
	
	.slide-content h1 {
		font-size:80px;
		line-height:80px;
	}
	
		
	ul.roomsoffer li {
		padding: 30px 10px;
		width: 185px;
	}
	
	
	
}


@media only screen and (max-width: 1024px) {
	
	
	.container {
		width:600px;
	}
	
	.text-slide-vertical {
		font-size:60px;
	}
	
	.text-slide-vertical li {
		line-height:80px;
	}
	
	.slide-content h1 {
		font-size:60px;
		line-height:60px;
	}
	
	ul.fullwidth-slider li.slide {
		background-position: center 0px!important;
	}
	
	ul.fullwidth-slider li.slide .caption .caption-inside {
		position: relative;
		width:100%;
		height:100%;  
	}
	
	#slider_left, #slider_left2 {
		top:90%;
		height:60px;
		position:absolute;
		left:50px;
		width:32px;
		z-index:1000;
		margin-top:-30px;
		cursor:pointer;
	}
	
	#slider_right, #slider_right2 {
		top:90%;
		height:60px;
		position:absolute;
		right:50px;
		width:32px;
		z-index:1000;
		margin-top:-30px;
		cursor:pointer;
	}
	
	#slider_left:hover, #slider_right:hover {
		margin-top:-28px;
	}
	
	#slider_left:active, #slider_right:active {
		margin-top:-28px;
	}
	
	.element_from_left {
		left: 0px;
		opacity: 1;
	}
	
	.element_from_right {
		right: 0px;
		opacity: 1;
	}
	
	.element_fade_in {
		opacity: 1;
		right: 0px;		
	}
	
	.parallax {
		background-position: center top !important;
		background-attachment: scroll !important;
		height: auto;
		margin: 0 auto;		
		width: 100%;
	}
	
	.one_half {
    	width: 100%;
	}	

	.one_third {
		width: 100%;
	}	

	.one_fourth {
		width: 100%;
	}	

	.one_fifth {
		width: 100%;
	}	

	.one_sixth {
		width: 100%;
	}	

	.two_fifth {
		width: 100%;
	}	

	.two_fourth {
		width: 100%;
	}		

	.two_third {
		width: 100%;
	}	

	.three_fifth {
		width: 100%;
	}	

	.three_fourth {
		width: 100%;
	}	

	.four_fifth {
		width: 100%;
	}	

	.five_sixth {
		width: 100%;
	}	

	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
		margin-bottom: 20px;
		margin-right: 0%;
	}	
	
	.section-title {
		width:100%;
	}
	
	.small-screen-left, .small-screen-right {
		top: 40px;
		width: 200px;
	}
	
	.big-screen {
		width: 320px;
	}
	
	.service-item .right {
		float: left;
	}
	
	.service-item.text-right {
		text-align: left;
	}
	
	.service-item.text-right .icon-stack {
		margin-left: 0px;
		margin-right: 20px;
	}
	
	ul.roomsoffer li {
		padding: 30px 20px;
		width: 240px;
	}
	
	
	.company-phone a{
		font-size:64px;
	}
	.call-action a {
		margin-left:0px;
		margin-top:30px;
	}
	

}





@media only screen and (max-width: 767px) {
	
	.container {
		width:400px;
	}
	
	.text-slide-vertical {
		font-size:30px;
	}
	
	.text-slide-vertical li {
		line-height:40px;
	}
	
	.slide-content h1 {
		font-size:40px;
		line-height:40px;
	}
	
	.small-screen-left, .small-screen-right {
		width: 100%;
		top:0;
		position:relative;
	}
	
	.service-item .icon-stack {
		margin-bottom:30px;
	}
	
	ul.roomsoffer li {
		padding: 30px 20px;
		width:inherit;
		margin:0;
		margin-bottom:20px;
	}
	
	.company-phone a {
		font-size: 50px;
	}
	
	
	.call-action a {
		margin-left:0px;
		margin-top:30px;
	}
	
	

}



@media only screen and (max-width: 479px) {
	h2 {
		font-size:32px;
	}
	h1 {
		font-size:32px;
		text-shadow: 1px 1px 20px #000;	
	}
	.container {
		width:280px;
		padding: 100px 20px 50px;
	}
	
	.text-slide-vertical {
		font-size:30px;
	}
	
	.text-slide-vertical li {
		line-height:40px;
	}
	
	.slide-content h1 {
		font-size:30px;
		line-height:30px;
	}
	
	
	ul.fullwidth-slider, ul.fullwidth-slider .caption-inside {
		height: 300px;
	}
	
	.service-item .icon-stack {
		margin-bottom:60px;
	}
	
	.company-phone a {
		font-size: 40px;
	}
	
	#map_canvas {
    	/*height: 250px;*/
		height: 450px;
	}
	
	
	.service-item .right {
		float: none;
	}
	.service-item.text-right {
		text-align: center;
	}
	
	.service-item.text-right .icon-stack, .service-item .icon-stack {
		margin: 0 auto;
	}
	.left {
		float: none;
	}
	.service-item {
		float:none;
		text-align: center;
		margin: 30px 0 60px;
	}
	.service-item.text-left .icon-stack {
		margin-right:0px;
	}
	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
		float: none;
	}
	.toggle-rwd {
		display:none;
	}
	.call-action a {
		margin-left:0px;
		margin-top:30px;
	}
}



