/* This file has been converted to LTR by dugi */

body {
	direction: ltr;
}

h1{
	font-size: 4em;
}

p{
	line-height: 15px;
}

.owl-carousel-general /*.owl-carousel-container*/  {
	float: left;
}

.carousel-box{
	float: right;
}

/*.some-text-here {
	float: right;
}*/

/* --- MENU --- */
nav.mainMenu {	
	float: left;
}
nav.mainMenu ul li{
	float: left;
}
nav.mainMenu ul li:first-child{
	border: none;
}
nav.mainMenu ul li:last-child{
	border-left: 1px solid #fff;
}
nav.footer_menu ul li:first-child{
	border-right: 1px solid #fff;
}
nav.footer_menu ul li:last-child{
	border: none;
}

/* === LOGO === */
.logo{
	float: left;
	margin: 0 0 18px;
}

/* === BREADCRUMBS === */
ul#crumbs{
	list-style: url('images/breadcrumb-rtl.png');
}

ul#crumbs li{
	float: left;
}
ul#crumbs li a{
	padding-right: 5px;
}

/* === POP-UP BOX === */
.popup-offer{
	left: 20px;
}

.page-rooms-content  .page-rooms-description{
	float: right;
}
.page-rooms-button{
	float: left;
}

/* === CONTENT ARTICLE === */
.contentArticle{
	float: left;
}

.entry p{
	text-align: left;
}

/* === POSTS BOXES === */
.box {
	float: left;
}
.box h2{
	text-align: left;
}

/* === FIRST CONTENT AREA === */
.page-template-page-around-the-hotel #first-content-area{
	text-align: left;
}

#header .top-header{
	float: right;
	width: auto;
}
.owl-carousel-general .owl-carousel-container .carousel-box img.wifi-icon{
	margin-top: -6px
}

/* === MAX WIDTH 800PX === */
@media screen and (max-width: 800px) {
	/* === responsive menu === */
     .openrespmenu {
        float: right;
    }
	nav.mainMenu {
		left: 50%;
	}
	nav.mainMenu ul li:last-child {
		border-left: none;
	}
}
