@charset "utf-8";

#cont {
  /*background-image: url(../img/photo/bg.png);*/
}

h1 {
	position: relative;
	/*padding: 1em 4em 1em 1em;*/
	padding: 21px 28px 21px 32px;
	-webkit-background: linear-gradient(-155deg, rgba(0, 0, 0, 0) 1.5em, #64d6eb 0%);
	background: linear-gradient(-155deg, rgba(0, 0, 0, 0) 1.5em, #64d6eb 0%);
	border-radius: 6px;
  color: #fff;
}
h1::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 1.65507em;
	height: 3.5493em;
	background: -webkit-linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .2));
	background: linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .2));
	border-bottom-left-radius: 6px;
	box-shadow: -.2em .2em .3em -.1em rgba(0, 0, 0, .15);
	-webkit-transform: translateY(-1.89424em) rotate(-40deg);
	transform: translateY(-1.89424em) rotate(-40deg);
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
}


.hotel_cont {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.hotel_area {
  color: #434;
}
.hotel_box {
  width: 970px;
  margin-left: auto;
  margin-right: auto;
  background: #e8e8e8;
}
.hotel_box img {
  /*width: 150px;*/
}
.hotel_box ul {
  border-collapse: separate;
  border-spacing: 7px;
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  padding-left: 0px;
}
.hotel_box ul li {
  display: table-cell;
  border:5px solid #d4d4d4;
  padding: 2px;
}
.hotel_box ul li img {
  width: 100%;
}
.hotel_box ul li .hotel_name {
  color:#015482;
  font-size: 15px;
  font-weight: bold;
  padding: 10px;
}


.hotel_gozo_box {
  position: relative;
}
.hotel_gozo_box img {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.hotel_gozo_box a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hotel_gozo_box a {
  text-decoration: none;

}
.link_text {
  left: 41%;
  position: absolute;
  top: 83%;
  width: 51%;
  color: #fff;
  font-weight: bold;
  background: #234;
  border-radius: 10px;
  padding: 5px;
  font-size: 10px;
}
.hotel_box .map a {
  background: #ffffff linear-gradient(to bottom, #ffffff 5%, #eeecec 100%) repeat scroll 0 0;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  box-shadow: 0 1px 0 0 #ffffff inset;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-weight: bold;
  padding: 6px 0;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
  width: 97%;
}
.hotel_box .map a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hotel_box .map a img {
  width: 12px;
}


/*table*/
table.company {
    width: 214px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 2px;
    font-size: 12px;
}

table.company th,
table.company td {
    padding: 10px;
}

table.company th {
    background: #295890;
    vertical-align: middle;
    /*text-align: left;*/
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    border:2px solid #fff;
    font-weight: normal;
    font-size: 10px;
}

/*table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #295890;
    border-width: 10px;
    margin-top: -10px;
}*/
/* firefox */
/*@-moz-document url-prefix() {
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 3px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #295890 10px solid;
        margin-top: -10px;
    }
}*/

table.company td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px;
    text-align: left;
}
/*table*/
.icon {
}
.icon ul {
    border-spacing: 0;
}
.icon ul li {
    border: 0 none;
}
