/*	C S S	*/

@import url(https://fonts.googleapis.com/css?family=Cabin+Sketch:700&text=Hotelsambencant.cat);
@import url(https://fonts.googleapis.com/css?family=Prosto+One);
@import url(https://fonts.googleapis.com/css?family=Indie+Flower);
@import url(https://fonts.googleapis.com/css?family=Shadows+Into+Light+Two);
/*@import url(http://fonts.googleapis.com/css?family=Economica:700);*/
/*@import url(http://fonts.googleapis.com/css?family=Lobster);*/
@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,700);
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,700);

html {	
	-background-color:#FFFFFF;
	-background-image:none !important;
	background-color:#000000;
	background-image:url(bg.jpg);
	background-repeat:repeat;
}

body {
	font-family: "Maven Pro", Arial, Helvetica, sans-serif;
	--color: #FFFFF;
/*border: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	--margin: 0px;
	padding: 0px; */
}

a:link    {text-decoration: none; color: #0E477F; -border-bottom:#00CC33 1px dotted}
a:visited {text-decoration: none; color: #0E477F; -border-bottom:#00CC33 1px dotted}
a:active  {text-decoration: none; color: #EEEEEE;}
a:hover   {text-decoration: none; color: #0E477F; text-shadow: #666666 0px 0px 1px}

#content, .footer_nav, .page_footer {
	width: 1200px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#content {
	-padding: 4px;
}

img.bullet {vertical-align:middle}

img.flag {width: 16px; height: 11px; vertical-align:middle; padding-bottom: 2px; margin-right: 4px; border:none;}

.type {
	width: 24px;
	height: 24px;
	vertical-align:middle;
}

.hq {
	font-size:small;
	font-weight:normal;
	color:#666666;
	vertical-align:middle;
	white-space:nowrap;
}

.epoch {font-weight:normal;}

.period {font-style:italic; color:#000000; font-size:small;}




.modelthumb {
	margin-left: 32px;
	margin-top: -16px;
	border-radius: 4px;
	max-width: calc(100% - 32px);
	overflow:hidden;
}

/* Page header */
#header {
	overflow:hidden;
	max-width: 100%;
	text-align:center;
	margin-top:8px;
	margin-bottom: 8px;
	padding-top:8px;
	padding-bottom:8px;
}
.header_logo {
	max-width: 100%;
}

/* Page footer */
.footer_nav {
	-padding: 4px;
	background-color: #FFF;
	text-align: center;
	border-radius: 4px;
	clear: both;
	margin-bottom: 4px;
	margin-top: 4px;

	text-align: center;
}

.footer_nav_list {
	display: flex;
	flex-wrap: wrap;
}

.footer_nav_list_item {
	padding: 4px;
	margin: 8px;
}

.page_footer {
	-padding: 4px;
	background-color: #FFF;
	text-align:center;
	border-radius: 4px;
	clear: both;
	margin-bottom: 4px;
	margin-top: 4px;
}

.page_footer p {
	padding-bottom: 4px;
}


/* N AV  B A R */
#breadcrumb {
		margi-bottom: 8px;
}
.breadcrumb {
	font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
	--font-size:small;
	--font-size:11px;
	font-stretch:condensed;
	line-height: 1.5em;
	color:#c5ccd3; 
	text-decoration:none;
}
.breadcrumb a {	
	font-weight:bold;
	white-space: nowrap; 
	color:#F0F0F0; 
	text-decoration:none; 
	text-shadow: #000 0 1px 3px; 
	line-height:1.5em;
}
.breadcrumb a:hover {color: #6D85A3}



.lnk_btn {
	color: #fefefe !important;
	background-color: #104980;
	border-radius: 4px;
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 8px;
}







/* Style the list */
ul.breadcrumb {
	-font-family: 'Audiowide';
	-padding: 10px 16px;
	padding:0;
	list-style: none;
	color: #eee;
	display: inline;
	padding-left: 8px;
	padding-right: 8px;
	-border-radius: 4px;
	-border:1px solid #cccccc;
	-box-shadow: rgb(106, 122, 145) 1px 1px;
}

/* Display list items side by side */
ul.breadcrumb li {
	display: inline;
	font-size: 16px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
	padding: 8px;
	color: rgb(221, 221, 221);
	content: ">\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
	color: #ffffff;
	text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
	color: #6D85A3;
	-text-decoration: underline;
} 


/* A R T I C L E */
.article, .list {
	background-color:#FFFFFF;
	--background-color: rgba(255, 255, 255, 0.6);
	border-radius: 4px;
	padding: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
}



/*  *  *  *  */


img.photo {
	-border: 1px solid #666666;
	border: 1px #999999 solid; background-color: #FFFFFF;
	border-radius:4px;
	padding:8px;
	-box-shadow: 1px 1px 1px #D0D0D0; 
	box-shadow: 1px 1px 1px #000;
	margin-right: 16px;
	margin-bottom: 16px;

	max-width:calc(100% - 20px);
	height: auto;

	transition: all 0.5s ease;
}

a:hover  img.photo {
	border: 1px solid #666666;
	opacity:0.9;filter:alpha(opacity=90);
}

div#photos a:hover img.photo:nth-child(1) {
	-moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);
	
	transition: all 0.5s ease;
}


/* Home */
div.photo {
	width: auto;
	-border: 1px solid #666666;
	border: 1px #999999 solid; 
	-background-color: #F8F9CA;
	--background-color: #FFFFEA;
	background-color: #FFFFFF;
	padding:8px;
	padding-bottom:2px;
	-box-shadow: 1px 1px 1px #D0D0D0; border-radius:4px;
	box-shadow: 1px 1px 1px #666;
	margin-right: 16px;
	margin-bottom: 16px;

	transition: all 0.5s ease;
}

div.photo:hover {
	opacity:0.9;filter:alpha(opacity=90);

	-moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);
	
	transition: all 0.5s ease;
}

.photonote {
	font-family: "Indie Flower";
	text-decoration: none !important;
	color:#333333;
	white-space: nowrap;
	overflow:hidden;
}

.photolink, .photolink:hover {
	color:#333333;
	text-shadow:none;
}

/* S E A R C H */
#searchbox {
	background-image:url(img/header.png);
	padding: 32px 4px;
}
#searchinp {
	border:#ccc 2px solid;
	padding: 4px;
	font-size:16px;
	width: 260px;
	font-weight:700;
}
#searchbtn {
	color:#000;
	font-weight:700;
	font-size:16px;
	font-family:Geneva, Thaoma, Arial, Helvetica, sans-serif;
	padding: 1px 4px;
	margin: 1px;
}
#searchico {
	margin-top: 2px;
	-vertical-align:middle;
}

/* on focus */
input#searchinp:focus::-webkit-input-placeholder { color:transparent; opacity: 0;}
input#searchinp:focus::-moz-placeholder { color:transparent; opacity: 0;}
input#searchinp:focus:-moz-placeholder { color:transparent; opacity: 0;}
input#searchinp:focus:-ms-input-placeholder {color:transparent; opacity: 0;} /* Internet Explorer */


@media all and (max-width: 480px) {
  #listItems {
    padding-left: 0px;
  }
  
  #listItems li.item {
    max-width: 100%;
	overflow: hidden;
  }
}