article, aside, figure, footer, header, hgroup, nav, section {display: block;}
*{margin:0;
 padding:0;
 font-family: 'Roboto Condensed', sans-serif;
 }
 body{
	 background: rgb(0, 74, 128);
    margin: 0px;
    padding: 0px;
    color: #C9E7F3;
 }
 .container {
	 background: url(img/2.png) repeat-x;
	 padding: 0 5%;
 }
 #ship{
	 height: 454px;
    background: url(img/6.jpg) right no-repeat;
    position: absolute;
    z-index: 1000;
    right: 0;
    top: 0;
    width: 100%;
 }
footer a{color: #c9e7f3;}
main a{color: #f8fdff;}
.politics{
font-size: 12px;
    margin: -35px 0 20px 0;
}
 .logo {
	 width: 238px;
    height: 155px;
    padding-top: 50px;
    background: #D7F5FF;
    color: #004A80;
    text-align: center;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 1px 4px 1px #587b8d;
    font-size: 25px;
	    position: relative;
    z-index: 11111;
 }
 .logo span{
	 font-family: 'Cormorant SC', serif;
	 font-size: 30px;
 }
 main {
	     width: 50%;
    margin-left: 80px;
    display: inline-block;
	    position: relative;
    z-index: 11111;
	    margin-top: 50px;
 }
 h1 {
	margin-bottom: 80px; 
 }
main h2{
        text-align: center;
    font-size: 25px;
    margin-bottom: 10px;
}
main ul {
    list-style-position: inside;
    margin: 15px;
}
main h3 {
margin: 15px 0;
}
.slogan{ 
text-align: center;
    margin-bottom: 25px;
    font-size: 14px;
}
.gallery img {
width: 100% !important;
    height: auto !important;
}
form{
width: 100%;
    max-width: 500px;
    min-width: 290px;
}
form input{
height: 30px;
    width: 99%;
    padding-left: 1%;
    margin-bottom: 10px;
}
form select{
height: 30px;
    width: 70%;
    
    margin-bottom: 10px;
}
form textarea {
    height: 80px;
    width: 99.5%;
    padding-left: 1%;
    margin-bottom: 10px
}
.wpcf7-submit{
background-color: #18a4c1;
    border: none;
    color: white;
    cursor: pointer;
    width: 100% !important;
}
.wpcf7-submit:hover{
color:#f6dccf;
}
 aside{
	         float: left;
    vertical-align: top;
    width: 230px;
    background: #8fc7df;
    margin-left: 5px;
    margin-top: 5px;
	    position: relative;
    z-index: 11111;
	 
 }
 aside nav ul {
	list-style-type: none;
    width: 200px;
    text-align: center;
    margin: 0 auto;
    padding: 20px 5px 10px 5px;
    background: #a7d3e6;
	 
 }
 aside nav li {
	 list-style-type: none;
    background: #b2e1f5;
    margin-bottom: 5px;
    padding: 5px 0;
    font-size: 14px;
	 
 }
 aside nav li a{
	 text-decoration:none;
	 color:#004A80;
 }
 aside nav li a:hover{
     color:#378ecd;
 }
 aside h3{
	background: #b2e1f5;
    margin: 10px 0;
    padding: 5px 0;
    font-size: 16px;
    color: #004A80;
    text-align: center;
	 
 }
 .big {
	 text-align: center;
    margin-top: 15px;
    font-size: 24px;
    font-weight: 600;
	 
 }
 
 #calendar2 {
  width: 100%;
  font: monospace;
  line-height: 1.2em;
  font-size: 15px;
  text-align: center;
}
#calendar2 thead tr:last-child {
  font-size: small;
  color: rgb(85, 85, 85);
}
#calendar2 thead tr:nth-child(1) td:nth-child(2) {
  color: rgb(50, 50, 50);
}
#calendar2 thead tr:nth-child(1) td:nth-child(1):hover, #calendar2 thead tr:nth-child(1) td:nth-child(3):hover {
  cursor: pointer;
}
#calendar2 tbody td {
  color: rgb(44, 86, 122);
}
#calendar2 tbody td:nth-child(n+6), #calendar2 .holiday {
  color: rgb(231, 140, 92);
}
#calendar2 tbody td.today {
  background: rgb(220, 0, 0);
  color: #fff;
}
footer {
	    padding: 10px;
    text-align: center;
    border-top: 1px solid #3078A4;
	    margin-top: 30px;
}

.price tr {
height: 50px;
    vertical-align: top;
}
.price td {
padding: 10px;
}



@media (max-width: 767px) {
	main{width: 100%;
    margin-left: 0;
    display: inline-block;
    position: relative;
    z-index: 11111;
    margin-top: 20px;}
	
	h1 {
    margin-bottom: 50px;
    text-shadow: 1px 1px #202020;
}
aside {
    float: none;
    vertical-align: top;
    width: 100%;
    background: #8fc7df;
    margin-left: 0;
    margin-top: 0;
    position: relative;
    z-index: 11111;
    margin: 5px auto;
    max-width: 300px;
}
.logo {
    width: 238px;
    height: 120px;
    padding-top: 50px;
    background: #D7F5FF;
    color: #004A80;
    text-align: center;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 1px 4px 1px #587b8d;
    font-size: 25px;
    position: relative;
    z-index: 11111;
    margin: 0 auto;
}
	
}
main p{
    margin-bottom: 15px;
    line-height: 1.5;

}
section h2{
    font-size: 24px;
    font-weight: 300;
}
.rooms{
padding: 10px;
    background: #c9e7f3;
    color: #004a80;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: inset -1px -2px 5px 0px #587e9a;
}