/**
 * @package   Loyale Joomla! 3 Template
 * @version   1.0
 * @author    7Studio Tomasz Herudzinski http://www.7studio.eu
 * @copyright Copyright (C) 2009 - 2014 7Studio Tomasz Herudzinski
 * @license   Commercial - ThemeForest Regular License - http://themeforest.net/licenses/regular_extended
**/

 /* Global
----------------------------------------------------------------------------------- */
body {
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
}

a { text-decoration: none; }
a:focus { outline: none; }
a:active { background:none; }

a:hover,
a:focus,
a:active {
	color: #2f2f2f;
	text-decoration: none;
}

p,
ul ,
ol {
	margin-top: 0px;
	margin-bottom: 26px;
}

hr { margin: 26px 0; }
strong, b { font-weight: bold; }

h1 a,
h2 a,
h3 a,
h4 a {
	color: #01aded;
}

h1,h2,h3,h4,h5,h6 {
	color: #01aded;
	margin-top: 0;
	font-weight: normal;
	letter-spacing: 0;
}

h1 {
	font-size: 45px;
	line-height: 52px;
	margin-bottom: 26px;
}

h2 {
	font-size: 39px;
	line-height: 52px;
	margin-bottom: 26px;
}

h3 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 26px;
}

h4 {
	font-size: 18px;
	margin-bottom: 26px;
	line-height: 30px;
}

h5 {
	font-size: 16px;
	margin-bottom: 26px;
	line-height: 26px;
}

h6 { 
	font-size: 14px;
	margin-bottom: 26px;
	line-height: 26px;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
	text-decoration: none;
}

h1 small {
  font-size: 26px;
}
h2 small {
  font-size: 16px;
}
h3 small {
  font-size: 12px;
}
h4 small {
  font-size: 12px;
}

legend {
	font-size: 16px;
	text-transform: uppercase;
}

.copyrights {
	text-align: center;
}

/* Page headers */
.page-header  {
	margin: 0 0 26px 0;
	padding-bottom: 0;
}

/* CSS3 Transitions - links */
a,
button {
  	-webkit-transition: all 120ms linear;
	   -moz-transition: all 120ms linear;
			transition: all 120ms linear;
}

/* fluid container */
.container-fluid {
	margin: 0 auto;
	padding: 0;
}

/* websafe body fonts */
body.helvetica { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
body.georgia { font-family: Georgia, serif; }
body.lucida { font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; }
body.palatino { font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; }
body.tahoma { font-family: Tahoma, Geneva, sans-serif; }
body.times { font-family: 'Times New Roman', Times, serif; }
body.trebuchet { font-family: "Trebuchet MS", Helvetica, sans-serif; }
body.verdana { font-family: Verdana, Geneva, sans-serif; }

/* hide body wrap if mobile menu is active */
#site-wrap.st-overlay.active {
	display: none;
}

/* Main layout: main container - main sidebar
-----------------------------------------------------------------------------------*/
#main-sidebar {
	display: block;
	width: 300px; 
    height: 100%;
    position: absolute;
    top: 0;
	left: 0;
	z-index: 120;
	font-size: 12px;
	text-align: center;
	/*background-color: rgba(255,255,255,0.8);*/
}

@media (min-height:900px){
  #main-sidebar {
    position: fixed;
  }  
}

@media (max-height:899px){
  #main-sidebar {
    position: absolute;
  }  
}

#main-sidebar .table-wrap {
    display: table;
	width: 100%;
	height: 100%;
}

#main-sidebar .table-top,
#main-sidebar .table-middle,
#main-sidebar .table-footer {
	display: table-row;
	width: 100%;
}

#main-sidebar .table-top {
    vertical-align: top;
}

#main-sidebar .table-middle {
    vertical-align: middle;
	height: 100%;
}

#main-sidebar .table-middle .table-cell {
    display: table-cell;
    vertical-align: middle;
	width: 100%;
}

#main-sidebar .table-footer {
    vertical-align: bottom;
}

#main-sidebar ul {
	list-style-type: none;
	margin: 0;
}

#main-sidebar ul li a {
	color: #808080;
}

#main-sidebar ul li a:hover {
	color: #000000;
}

#main-sidebar .horizontal-line { 
	width: 10px;
	height: 1px;
	display: block;
	background-color: #dddddd;
	margin: 26px auto;
}

#main-sidebar .table-footer .horizontal-line {
	width: 15px;
	margin-top: 0;
	margin-bottom: 9px;
}

#main-container {
	display: block;
	padding: 0 20px 0 320px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	max-width: 100%;
	z-index: 110;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

#main-container .content-column {
	padding: 80px;
	width: 100%;
	min-height: 100%;
	z-index: 111;
	background-color: rgba(255,255,255,0.75);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;	
}

.mainbody-left #main-container .content-column { margin: 0; }
.mainbody-center #main-container .content-column { margin: 0 auto; }



/* Mobile Menu Block
-----------------------------------------------------------------------------------*/
/* block wrap */
#mobile-menu-wrap.st-overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	margin: 0;
	padding: 0;
	min-height: 100%;
	width: 53%;
	color: #808080;
	max-width: 100%;
	z-index: 9999;
	background-color: rgb(1,173,237)!important;
}

#mobile-menu-wrap.st-overlay.active {
	display: block;
}

/* close button */
#st-mobile-close {
	background: transparent;
	display: block;
	border: 0;
	float: right;
	margin: 15px;
	position: fixed;
	top: 0;
	right: 0;
	font-size: 48px;
	width: 36px;
	height: 36px;
	text-align: center;
	font-weight: normal;
	color: #999999;
	z-index: 10000;
	-webkit-backface-visibility: hidden;
}

#st-mobile-close:hover,
#st-mobile-close:focus,
#st-mobile-close:active {
	color: #ffffff;
}

/* active links */
#mobile-menu-wrap a:hover,
#mobile-menu-wrap a:focus,
#mobile-menu-wrap a:active {
	color: #ffffff;
}

/* modules */
#mobile-menu-wrap .module {
	padding: 30px 30px 10px 30px;
}

#mobile-menu-wrap .module-title {
	border-bottom: 1px solid #404040;
}

#mobile-menu-wrap .module-title h3 {
	color: #ffffff;
}

/* Header
-----------------------------------------------------------------------------------*/
/* Logo */
.logo h1 {
	padding: 0;
	margin: 0;
}

.logo h1 a {
	display: block;
	float: none;
	width: 100%;
}

.logo h1 span {
	display: block;
	text-transform: uppercase;
	font-size: 8px;
	letter-spacing: 0.5em;
	color: #b2b2b2;
	line-height: 24px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.logo a img {
	margin: 0 auto;
	text-align: center;
}

body.no-responsive .logo img.hidden-desktop {
	display: none;
}

/* mobile menu toggle btn */
#st-mobile-toggle {
	display: none;
	padding: 30px;
	border-left: 1px solid #d5d5d5;
	background-color: transparent;
	color: #000000;
	float: right;
	text-align: center;
}

#st-mobile-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}

#st-mobile-toggle .icon-bar {
	width: 20px;
	height: 3px;
	display: block;
	background-color: #000000;
}

#st-mobile-toggle:hover .icon-bar,
#st-mobile-toggle:focus .icon-bar,
#st-mobile-toggle:active .icon-bar {
	background-color: #696969;
}

 /* Background module position
-----------------------------------------------------------------------------------*/
#background {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
}

#background img {
	max-width: inherit;
}

 /* Mainbody
-----------------------------------------------------------------------------------*/
#component-area {
	padding: 10px 0;
}

 /* Sidebars
-----------------------------------------------------------------------------------*/
.sidebar-left,
.sidebar-right {
	padding-top: 20px;
}

 /* to top btn
-----------------------------------------------------------------------------------*/
a#totop {
	display: none;
	margin: 0;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	z-index: 999;
	line-height: 60px;
	text-align: center;
	color: #eeeeee;
	font-size: 18px;
	display: block;
	z-index: 10000;
	background-color: #01aded;
	-webkit-backface-visibility: hidden;
	-webkit-transition: background .2s, color .2s;
	   -moz-transition: background .2s, color .2s;
			transition: background .2s, color .2s;
}

a#totop:hover {
	color: #444444;
	text-decoration: none;
	background-color: #fafafa;
}


body .djslider {
    opacity: 1;
    visibility: visible;
    width: 100%!important;
   /* max-height: 883px !important;  */
}

#main-container .content-column {
 /*   max-width: 940px; */
    padding: 20px!important;
}

body #main-container .content-column { width:99% !important; }

#simplebooking-container {
    background: rgb(1,173,237); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background-image: url(http://www.miramaresorrento.it/images/miramare-bg-logo-booking.png),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxYWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjczJSIgc3RvcC1jb2xvcj0iIzAxODhiYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background-position: 95% center, left top;
background-repeat: no-repeat, repeat;
  
/* background: -moz-linear-gradient(top,  rgba(1,173,237,1) 0%, rgba(1,136,186,1) 73%);  FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(1,173,237,1)), color-stop(73%,rgba(1,136,186,1))); /* Chrome,Safari4+ */
/* background: -webkit-linear-gradient(top,  rgba(1,173,237,1) 0%,rgba(1,136,186,1) 73%); Chrome10+,Safari5.1+ */
/* background: -o-linear-gradient(top,  rgba(1,173,237,1) 0%,rgba(1,136,186,1) 73%);  Opera 11.10+ */
/* background: -ms-linear-gradient(top,  rgba(1,173,237,1) 0%,rgba(1,136,186,1) 73%);  IE10+ */
/* background: linear-gradient(to bottom,  rgba(1,173,237,1) 0%,rgba(1,136,186,1) 73%);  W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01aded', endColorstr='#0188ba',GradientType=0 ); /* IE6-8 */
    
    border-top: 1px solid #0188BA;
    padding: 0 30% 0 10%;
    width: 60%;
}

@media (max-width:1300px){
    body .djslider {
    opacity: 1;
    visibility: visible;
    width: 100%!important;
    /* max-height: 530px!important; */
}
  #simplebooking-container { 
  background: rgb(1,173,237); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxYWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjczJSIgc3RvcC1jb2xvcj0iIzAxODhiYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);

  
 background: -moz-linear-gradient(top,  rgba(1,173,237,1) 0%, rgba(1,136,186,1) 73%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(1,173,237,1)), color-stop(73%,rgba(1,136,186,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(1,173,237,1) 0%,rgba(1,136,186,1) 73%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top,  rgba(1,173,237,1) 0%,rgba(1,136,186,1) 73%);  /*Opera 11.10+ */
 background: -ms-linear-gradient(top,  rgba(1,173,237,1) 0%,rgba(1,136,186,1) 73%);  /*IE10+ */
background: linear-gradient(to bottom,  rgba(1,173,237,1) 0%,rgba(1,136,186,1) 73%);  /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01aded', endColorstr='#0188ba',GradientType=0 ); /* IE6-8 */
  }
}

.sb-booking-form {
    padding: 20px;
    margin-top:5px;
}


#bookingh {
    background-color: #01aded;
    border-radius: 0 20px 0 0;
    color: #ffffff;
    font-size: 2em !important;
    padding: 0 30% 0 10%;
    margin-bottom: 1px;
    width:60%;
}

@media (max-width:1300px){ 
  #bookingh { padding: 0 10% 0 10%; width: 80%; }
  #simplebooking-container { padding: 0 10% 0 10%; width: 80%;}
}

@media (max-width:660px){ 
  #bookingh { padding: 0 5%; width: 90%; }
  #simplebooking-container { padding: 0 5%; width: 90%;}
}

.sb-booking-form label {
    color:#fff;
    text-transform: uppercase;
}


@media (min-width:501px){
        width: 50%;
}

@media (max-width:979px){
    #main-sidebar {
        overflow: hidden;
    }
}

@media (min-width:500px) and (max-width:750px){
    .djslider {
        max-height: 395px!important;
    }

}

@media (min-width:250px) and (max-width:499px){
    .djslider {
        max-height: 188px!important;
    }
}

@media (min-width:1700px) and (max-width:1800px){
    .djslider {
        max-height: 700px!important;
    }
}

@media (min-width:1600px) and (max-width:1699px){
    .djslider {
        max-height: 600px!important;
    }
}

@media (min-width:1500px) and (max-width:1599px){
    .djslider {
        max-height: 550px!important;
    }
}
@media (min-width:1100px) and (max-width:1200px){
    .djslider {
        max-height: 500px!important;
    }
}

@media (min-width:1050px) and (max-width:1199px){
    .djslider {
        max-height: 450px!important;
    }
}

@media (min-width:980px) and (max-width:1049px){
    .djslider {
        max-height: 400px!important;
    }
}

@media (min-width:900px) and (max-width:979px){
    .djslider {
        max-height: 500px!important;
    }
}

@media (min-width:850px) and (max-width:899px){
    .djslider {
        max-height: 450px!important;
    }
}

@media (min-width:800px) and (max-width:849px){
    .djslider {
        max-height: 400px!important;
    }
}

@media (min-width:751px) and (max-width:799px){
    .djslider {
        max-height: 350px!important;
    }
}

@media (min-width:981px){
    /*.persons-rooms, .rooms-adults-kids, .button-search {
        width:33%;
        float:left;
    }
    
    .sb-booking-form {
        min-height:242px;
    }
    
    .persons-rooms select, .rooms-adults-kids select, .button-search input {
        width: 91%;
    margin-left: 9px;
    }*/
}

.itemid-101 .item-page {
    margin-right: 0px!important;
}

.bigstrong {
    font-size: 15px;
}

@media (min-width:980px){
    .item-page h1 {
        font-size:30px;
    }
    
    .footmob {display:none;}
}

.copyrights {
    display:none;
}


@media (max-width:979px){
    .item-page h1 {
        font-size:30px;
    }
    
    .footmob {
        display:block;
        text-align:center;
        background:#fff;
        padding:15px;
    }
    
}

.RSWS_submit_link a {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #01aded;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.RSWS_submit_link a:hover {
  background: #0188BA;
  text-decoration: none;
}

h3.big {
    background: #01aded;
    color:#fff;
    padding:5px;
    display:block;
}

.tab-content img {
    width:100%;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 
    .item-page h1 {
        font-size: 25px;
    }
}

.big span {font-size:16px!important;}

@media (min-width:1262px) {
  #maintop-b {
        position:relative;
  		margin-bottom: -48px;
    }
  
  .phone.min {display:none;}
}

@media (min-width:980px) and (max-width:1261px) {
  #maintop-b {
        position:relative;
  		margin-bottom: -48px;
    }
  
  #maintop-b img {
    display:none;
  }
}

@media (min-width:1500px) and {max-width:1600px){
  #top-a{
      overflow: hidden;
    max-height: 712px;
  }
}

