/************************************************************************************
Theme URL: http://www.fuerteventura.nu
*************************************************************************************/
html, body, div, span,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
footer, header,menu, nav {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

/************************************************************************************
GENERAL
*************************************************************************************/
html {
/*	background: #efeee8 url("images/bg-lg.jpg") no-repeat center 0 fixed; */
	background: #efeee8;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    background: #F4F4F2;
	color: #333;
    font-family: Arial,sans-serif;
    height: 0px;
    line-height: 1.6;
    font-size: 15px;
}

p {
    margin: 0 0 20px;
    padding: 0;
}

li {
    margin: 0 0 10px 0;
    padding: 0;
}

a {
    color: #180087;
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
    border: none;
}

h1 {
    font-family: YanoneKaffeesatzRegular;
    font-size: 42px;
    letter-spacing: 1px;
}

h2 {
    font-family: YanoneKaffeesatzRegular;
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-bottom: 5px;
}

h3 {
    font-size: 18px;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#wrap {
    border-radius: 5px 5px 0 0;
    margin: 0 auto;
    padding-top: 20px;
    overflow: visible;
	position: relative;
    width: 1040px;
}

#header {
	background: #2773b9;
	position: relative;
	width: 100%;
	border-radius: 5px 5px 0 0;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

#main {
    margin: 0;
    padding: 10px 0px 0px 0px;
	background: #f5f5f5;
	width: 100%;
	float: left;
}

#rightbar {
    float: right;
    padding: 0 10px 0 0;
    width: 220px;
    font-size: 12px;
    line-height: 20px;
}

#content {
    float: left;
    margin: 0 10px 0 10px;
    width: 790px;
}

#menu {
	float: right;
	width: 215px;
	display: inline;
	border-radius: 3px;
	margin: 0 0 12px 0;
	padding: 2px 0 4px 5px;
}

#footer {
	background: #0b4ba2;
    clear: both;
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    margin: 0 0 10px;
    text-align: center;
    width: 100%;
	border-radius: 0 0 5px 5px;
	zoom: 1;
	filter: alpha(opacity=80);
    opacity: 0.8;
}

#footer a {
	color: #fff;
}

#logo {
    max-width: 100%;
	height: auto;
	padding: 9px 0 9px 20px;
	box-sizing: border-box;
}

#desc {
	right: 65px;
	position: absolute;
	top: 39px;
}

.rounded {
	border-radius: 3px;
	-moz-box-shadow: 1px 2px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 2px 4px rgba(0,0,0,0.1);
	box-shadow: 1px 2px 4px rgba(0,0,0,0.1);
}

.imgwrap {
	float: left;
    margin-bottom: 10px;
    position: relative;
}

.imgwrap span {
    background: none repeat scroll 0 0 #FFF8EF;
    color: #0B0B0B;
    font-family: Arial;
    font-size: 17px;
    font-style: italic;
    font-weight: bold;
    left: 0;
    zoom: 1;
    filter: alpha(opacity=70);
    opacity: 0.7;
    padding: 6px;
    position: absolute;
    top: 9px;
}


 /* Menu */
#menu li {
    padding: 6px 0 0 5px;
outline-style: none;
outline-width: 0;
background-color: #FDFDFD;
width: 95%;
color: #796464;
margin: 2px 0 0 0;
min-height: 17px;
padding-bottom: 6px;
text-transform: uppercase;
line-height: 17px;
float: left;
display: block;
border-radius: 3px;
}

#menu li:nth-child(even) { background-color: #f2f2f2}

#menu li a {
text-decoration: none;
margin-left: 5px;
color: #4A3636;
font-size: 12px;
margin: 0;
line-height: 1.2;
float: left;
padding: 4px;
width: 96%;
display: block;
box-sizing: border-box;
}

#menu ul > li:hover {
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
background: rgba(250, 202, 64, 0.33);
cursor: pointer;
-webkit-transition: 400ms ease;
-moz-transition: 400ms ease;
-o-transition: 400ms ease;
transition: 400ms ease;
}

#menu li a:hover {
text-decoration: none;
}


nav { height: 40px;width: 100%;position: relative; }
nav ul { padding: 0;margin: 0 auto;width: 100%;height: 40px; }
nav li { display: inline;float: left; }
.clearfix:before, .clearfix:after { content: " ";display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
nav a { color: #fff;display: inline-block;width: 100px;text-decoration: none;line-height: 40px; }
nav li a { box-sizing:border-box; }
nav li:last-child a { border: 0;}
#pull { display: none;}

/* End menu */

#rightbar p {
    margin: 10px 10px 10px 0px;
    padding: 0px;
}

#rightbar h1, #rightbar  h2 {
    margin: 1px 0px 1px 0px;
    width: 160px;
}

#rightbar img {
    border-radius: 3px;
	-moz-box-shadow: 1px 2px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 2px 4px rgba(0,0,0,0.1);
	box-shadow: 1px 2px 4px rgba(0,0,0,0.1);
    width: 220px;
    height: auto;
}
/************************************************************************************
NAV
*************************************************************************************/
#subnav, #icon, #close-icon { display: none;}
#icon {
  background: url("images/menu.png") no-repeat;
  position: relative;
}
#close-icon { background: url("images/cross.png") no-repeat; 
  width: 30px;
  height: 30px;
  margin: 28px auto 18px;
}



.roundedshadow {
    background: #fff;
    padding: 10px 30px;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0,0,0,0.1);
}

#kontakt .roundedshadow {
	overflow: hidden;
}

.rs_top {
    border-radius: 3px 3px 0 0 !important;
}

.rs_bottom {
    border-radius: 0 0 3px 3px !important;
}


div.contentinstall {
    margin: 1px 0px 1px 0px;
    padding: 2px;
    height: auto;
    width: auto;
    text-align: left;
}

div.contentinstallred {
    margin: 4px 0px 4px 0px;
    padding: 2px;
    height: auto;
    width: auto;
    background-color: #ffcdcd;
    border: 1px solid #ff0000;
    text-align: left;
}

#content ul {
    margin: 0px 0px 0px 20px;
    padding: 0px;
    list-style-type: circle;
}

#content li {
    margin: 0px 0px 0px 10px;
    padding: 0px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 80%;
}

#ingress {
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin: 10px 0 20px;
}

#content a , #content a:active, #content a:visited {
    color: #FF6600;
    font-weight: bold;
    text-decoration: none;
}

#content img {
	margin: 20px 0;
	width: 100%;
    max-width: 100%;
}

#content #flights img {
	margin: 8px 0;
	width: 100%;
    max-width: 100%;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#firstpage #content img {
	margin: 6px 0 6px 0;
}

#flyprice #content td.agency img {
	width: auto;
}

.cloudblock {
    margin-bottom: 10px;
    clear: both;
}

#temp{
    background: #faca40;
	color: #000;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
	border-radius: 5px;
}

#temp th {
    text-align: left;
}


#fb-wrapper {
    background: #faca40;
    border-radius: 5px;
    float: left;
    height: 60px;
    margin: 0 0 17px;
    padding: 2px 5px 10px 10px;
    width: 205px;
}

#fb-wrapper .headline {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
    padding: 3px 0;
}

.fb-like {
	margin: 0 0 20px;
}

#rightbar #weathertoday {
	background: none repeat scroll 0 0 #faca40;
	float: left;
	margin: 0 0 10px;
	padding: 8px 20px;
	width: 180px;
	color: #fff;
}

#rightbar #weathertoday h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 5px 0;
}

#rightbar #weathertoday span {
    display: block;
    font-size: 36px;
    font-weight: bold;
    line-height: 46px;
    margin: 0;
}

#rightbar #weathertoday .small {
    display: block;
    font-size: 11px;
    line-height: 20px;
    margin: 0 0 5px;
}


/************************************************************************************
FLIGHTS
*************************************************************************************/	

#flights {
    empty-cells: show;
    line-height: 16px;
    margin: 0 0 25px;
    table-layout: fixed;
    width: 100%;
}

#flights tbody, #flights tr {
	empty-cells: show;
    line-height: 16px;
}

#flights th{
    background: #454853;
    color: #fff;
    line-height: 22px;
    text-align: left;
	font-weight: bold;
}

#flights th div {
    text-align: left;
}

#flights th div, #flights td div {
	margin: 0 15px;
    line-height: 27px;
}

#flights td{
    empty-cells: show;
    height: 22px;
    overflow: hidden;
    padding: 2px 0 2px 0;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 13px;
}

#flights td a{
    color: red;
    font-size: 15px;
    font-weight: bold;
}

#flights th#date_header{
	width: 38px;
}

#flights th#depart_header{
	width: 50px;
}

#flights th#hotel_header{
	width: 109px;
}

#flights th#days_header{
	width: 34px;
}

#flights th#agency_header{
	width: 67px;
}

#flights th#price_header{
	width: 45px;
}

#flights th#link_header{
	width: 50px;
}

#flights .agency  img {
    vertical-align: middle;
}

#flights.link  div {
	text-align: right;
	display: block;
}

#flights .link a {
	font-size: 12px;
	padding: 3px 5px;
	float: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #6caf47;
	background: -moz-linear-gradient(top,#6caf47 0%,#63a041 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#6caf47),color-stop(100%,#63a041));
	background: -webkit-linear-gradient(top,#6caf47 0%,#63a041 100%);
	background: -o-linear-gradient(top,#6caf47 0%,#63a041 100%);
	background: -ms-linear-gradient(top,#6caf47 0%,#63a041 100%);
	background: linear-gradient(top,#6caf47 0%,#63a041 100%);
	-webkit-box-shadow: 0 1px 0 0 #88c267 inset;
	-moz-box-shadow: 0 1px 0 0 #88c267 inset;
	box-shadow: 0 1px 0 0 #88c267 inset;
	display: inline;
	color: #fff;
	margin: 0;
	font-weight: bold;
	border: 1px solid #4a7931;
	height: 22px;
	text-decoration: none;
	cursor: pointer;
}

#flights .link a:hover {
	background: -moz-linear-gradient(center top , #6CAF47 0%, #416A2B 100%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#6caf47),color-stop(100%,#416A2B));
	background: -webkit-linear-gradient(top,#6caf47 0%,#416A2B 100%);
	background: -o-linear-gradient(top,#6caf47 0%,#416A2B 100%);
	background: -ms-linear-gradient(top,#6caf47 0%,#416A2B 100%);
	background: linear-gradient(top,#6caf47 0%,#416A2B 100%);
}

#counter {
    display: inline;
    font-size: 16px;
    font-style: italic;
    line-height: 26px;
}

#counter span {
    font-size: 18px;
    font-weight: bold;
}

.odd {
   background: #FAFAFA;
}

#sort_table, #textsort {
	float: right;
}

#textsort {
	padding-right: 10px;
	font-size: 16px;
	line-height: 26px;
}

/************************************************************************************
MISC
*************************************************************************************/  
.fuerte-ad {
    margin: 40px 0;
}

/************************************************************************************
FIRSTPAGE FLIGHTS
*************************************************************************************/  
.firstpage#flights .odd {
   background: #F7F7F7;  
}

.firstpage#flights .clickrow {
    cursor: pointer;
}

.firstpage#flights .date {
    width: 90px;
}

.firstpage#flights .hotel {
    width: 225px;
}

.firstpage#flights .duration {
    width: 110px;
}

.firstpage#flights .price {
color: #FF0000;
font-size: 18px;
line-height: 24px;
text-align: right;
}
/************************************************************************************
MEDIA QUERIES
*************************************************************************************/  

@media screen and (min-width: 1366px) {
html {
/*	background: #efeee8 url("images/bg-lg.jpg") no-repeat center 0 fixed; */
	background: #efeee8;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
}


@media screen and (max-width: 1080px) {
html {background: none;}
#wrap {margin: 0;padding: 0;border-radius: 0;width: auto;max-width: 928px;}
#main { background: #fff;}
#header, #footer, #menu,.roundedshadow {border-radius: 0; margin: 0; box-shadow: none;}
#menu { float: left; margin: 0;}
#content, #main {width: 100%;margin: 0;padding: 0;}
#rightbar { margin-top: 75px; }
#wrap, #footer #footerwrap {max-width: 100%;}
#footer {border-radius: 0;}
#content { width: 100%; float: left; margin-right: -230px;}
.roundedshadow { margin-right: 220px;}
.firstpage#flights .hotel {width: 156px;}
#flights th#agency_header, #flights td.agency { display: none;}
}


@media screen and (max-width: 728px) {
#wrap, #content { float: none; margin: 0; }
.roundedshadow { margin: 0;}
#menu { margin: 0;}
#menu li a {width: 100%}
#non-menu { display: none;}
#rightbar { width: 100%; padding:0;}
#rightcontent { display: none;}
#subnav { display: block;}
#core {width: 100%;float: left;margin-right: -200px;}
#inner-core {margin-right: 180px;}
#info { float: right;}

.openNav #inner-wrapper {
float: left;
position: relative;
  left: 0;
  -webkit-transform: translate3d(60%, 0, 0);
  -moz-transform: translate3d(60%, 0, 0);
  -ms-transform: translate3d(60%, 0, 0);
  -o-transform: translate3d(60%, 0, 0);
  transform: translate3d(60%, 0, 0);
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

  /* When the panel is closed, transition the main back to the left */
  #inner-wrapper {
float: left;
position: relative;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
  }

  nav {
  width: 60%;
  position: absolute;
  left: -60%;
  top: 0;
  height: 100%;
  background: #3E79B7;
  padding: 0 16px;
  box-sizing: border-box;
}

#close-icon {
  display: block;
}

#icon.open-panel {
  box-sizing: border-box;
  display: block;
  height: 34px;
  float: left;
  padding: 0 18px;
    margin: 15px 0 0 20px;
}

#icon.open-panel span {
position: absolute;
  top: 25px;
  left: -1px;
  color: #6F91C7;
}

#nav.menyblock, #subnav.menyblock {
  margin: 0;
  border: 0;
  background: none;
  text-transform: none;
  float: none;
  box-shadow: none;
  height: auto;
  width: 100%;
}

#nav.menyblock ul{
    list-style: none;
  padding: 0;
}

#nav.menyblock ul li {
  padding: 0;
  border-bottom: solid 1px rgba(255,255,255,0.1);
  width: 100%;
  float: left;
  background: transparent;
  color: #fff;
  margin: 0;
  border-radius: 0;

}

#nav.menyblock ul li a {
  line-height: normal;
  font-size: 14px;
  color: #fff;
  background: none;
  padding: 15px 16px;
  margin: 0;
    position: relative;
  text-decoration: none;
  display: block;
}

#nav.menyblock ul li a:hover{ background: #3168A3;}

 #search { display: none;}
#logo img {   width: 300px; height: auto;}
 #logo {   float: none;
  margin: 0 auto;
  padding: 0;
  display: block;
  width: 300px;}

#desc { display: none;}
}


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

}

@media screen and (max-width: 700px) {
th#agency_header, td.agency { display: none;}
}


@media screen and (max-width: 570px) {
.firstpage#flights td.hotel { display: none;}
.firstpage#flights .duration { width: 90px;}
th#hotel_header, td.hotel { display: none;}
.roundedshadow { padding: 10px;}

#logo img {   width: 190px; height: auto;}
 #logo {  
padding: 10px 0 10px 0;
  width: 160px;}

}

@media screen and (max-width: 380px) {
th#days_header, td.days { display: none;}
#flights, #flights td {font-size: 13px;}
}