/*   
Theme Name: Studio Davero
Author: freestudios.ch
Author URI: www.freestudios.ch
Version: 1
*/

@font-face {
    font-family: 'TeXGyreAdventorRegular';
    src: url('fonts/texgyreadventor-regular-webfont.eot');
    src: url('fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('fonts/texgyreadventor-regular-webfont.svg#TeXGyreAdventorRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,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,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

html {width: 100%;}
body { 
	background-color: #efefef;
	font-family: "Century Gothic", CenturyGothic, AppleGothic,'TeXGyreAdventorRegular', sans-serif;
	letter-spacing: 1px;
	font-size: 14px;	
	width: 100%;
}
body.home { background-color: #222; }
h1 { font-size: 22px; }
h2 { font-size: 16px; text-align: right; text-transform: uppercase; }
h3 { font-size: 16px; text-align: center; text-transform: uppercase; margin-top: 5px; }
hr { color: #b70000; background-color: #b70000; height: 5px; border: none; }
hr.small { color: #222; background-color: #222; margin-top: 10px; height: 2px; border: none; }

strong { font-weight: bold; }
a {
	color: #efefef;
	text-decoration: none;
	cursor: pointer;
}
a:hover {color: #b70000;}

p {line-height: 20px; font-size: 12px;}

.bold { font-weight: bold }
.center {text-align: center}
.clear {clear: both;}
/* .menu { text-transform: uppercase } */

header {
	width: 100%;
	height: 70px;
	background-color: #222;
	color: #efefef;
	font-size: 14px;
	line-height: 16px;
}

#header-content {
	width: 1240px;
	height:100%;
	background-color: #222;
	margin: 0px auto;
}

#header-top-left{ 
	width: 200px;
	height: 70px;
	float: left;
}
#logo {	
	height: 20px;
	width: 200px;
	margin-top: 10px;
	padding-top: 30px;
	padding-left: 5px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	font-size: 12px;
	text-transform: uppercase;
}

#header-top-right {
	float: left;
	width: 180px;
	margin-top: 22px;
	font-size: 12px;
	text-align: right;
	text-transform: uppercase;
}

#header-menu {
	float: left;
	width: 800px;
	height: 70px;
	margin-left: 50px;
}

#header-menu ul.menu {
	width: 800px;
	height: 70px;
	margin: 0px auto;
}

#header-menu ul.menu > li { 
	float: left;
	height: 20px;
	width: 110px;
	margin: 0px auto;
	padding: 22px 0;
	text-align: center;	
	position: relative;
}


#header-menu ul.menu ul.children { 
	display: none;
	background-color: #222;
	position: absolute;
	top: 50px;
	left: 0;
	float: left;
	width: 110px;
	z-index: 10;
	padding: 8px;
	
}

#header-menu ul ul.children li { 
	background-color: #222;
	margin: 10px 0;
	font-size: 12px;
	text-align: center;
}

#header-menu ul.menu li:hover ul.children, ul.children:hover  {
	display: block;
}

.page-item-22, #menu-item-63{
	background-image: url(images/flags.jpg);
	background-repeat: no-repeat;
	background-position: 5px 20px;
}

#wrapper {
	width: 1240px;
	height: 600px;
	margin: auto;
	background-color: #efefef;
}
#wrapper2 {
	width: 1240px;
	height: 800px;
	margin: auto;
	background-color: #efefef;
}

#content {
	width: 1240px;
	height: 100%;	
	margin: 0px auto ;
}
p.center a { color: #b70000;} 

#content-home {
	width: 1240px;
	margin: 0px auto ;
}

#left {
	width: 360px;
	height: 600px;
	float: left;
	margin: 40px 70px 40px 0;	
}

#middle {
	width: 380px;
	height: 600px;
	float: left;
	margin: 40px 0px 40px 0;	
}
#right {
	width: 360px;
	height: 600px;
	float: left;
	margin: 40px 0px 40px 70px;	
}

#left2 {
	width: 380px;
	height: 600px;
	float: left;
	margin: 40px 30px 40px 0;	
}

#right2 {
	width: 400px;
	height: 600px;
	float: left;
	margin: 40px 0px 40px 30px;	
}
#middle2 {
	width: 400px;
	height: 600px;
	float: left;
	margin: 40px 0px 40px 0;	
}

#middle2 p, #right2 p, div.text-contact p {
	font-size: 12px;
	margin-bottom: 10px !important;
}

#image-selector {
	width: 360px;
	height: 360px;
	float: left;
	margin: 22px 60px 80px 0;
}

div.vignette {
	position: relative;
	width: 120px;
	height: 120px;
	float: left;	
	overflow: hidden;
	cursor: pointer;
}

div.vignette div{
	position: relative;
	z-index: 2;
	bottom: 0px;
	left: 0px;
	width: 120px;
	height: 120px;
	margin: 0;
	padding: 0;

	background-color: rgba(0,0,0,0.6);

	color: #efefef;
	
	text-align: center;
	text-transform: uppercase;
	
   -webkit-transition: all 0.3s ease-out ;
   -moz-transition: all 0.3s ease-out;
   -o-transition: all 0.3s ease-out;
   -ms-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
}

div.vignette:hover div { 
	bottom: 122px;
}

div.vignette.selected div { 
	bottom: 122px;
}

div.vignette div a {
	display: block;
	width: 100px;
	height: 40px;
	padding: 50px 10px 30px 10px;
	font-size: 14px;
}
div.vignette div a:hover { color: #efefef; }


#welcome {
	height: 600px;
	text-align: center;
}

#welcome-image {
	display: none;
	margin: 20px auto;
	border: 5px #b70000 solid;
}

footer {
	width: 100%;
	height: 100px;
	background-color: #222;
	color: #efefef; 
}
footer div {
	width: 1240px;
	height: 100%;
	background-color: #222;

}
footer.home div { width: auto; }



/* ----------- IMAGE VIEWER ----------- */

#image-viewer {
	width: 810px;
	height: 600px;
	float: left;
	margin: 0px 0px;
}

#image-main {
		height: 600px;
		width: 600px;
	
}
#prev, #next {
	float: left;
	width: 105px; 
	height: 600px;
	background-image: url(images/arrows.png);
	cursor: pointer;

}

#prev:hover { background-position: -105px 0; }
#next {  background-position: -315px 0; }
#next:hover {  background-position: -210px 0; }

#image-main { 
	float: left; 
	width: 600px;
	height: 600px;
}

/* ----------- CONTACT FORM ----------- */

#contact-form {
	width: 810px;
	height: 600px;
	float: left;
	margin: 0px 0px;
	padding-top: 100px;
}

/* ----------- SCROLLABLE ----------- */

.scrollable {
  position:relative;
  overflow:hidden;
}
 
.scrollable .items {
  width:20000em;
  position:absolute;
}
 
.items div {
	width: 600px;
	height: 600px;
	float:left;
}
.items div img {
	display: block;
	margin: auto;
}

ul.brochure {
	margin-top: 10px;
	text-align: center;
}

ul.brochure a {
	color: #b70000;
	line-height: 20px;
}


#pdf-logo {
	position: relative;
	top:30px;
	left:35px;
}


/* ----------- PHOTOSLIDER ----------- */

.photoSlider {
  position:relative;
  overflow:hidden;
  width: 318px;
  height: 212px;
  float: left;
}
 
.photoSlider .photoSliderItems {
  width:20000em;
  position:absolute;
}
 
.photoSliderItems div {
	width: 318px;
	height: 212px;
	float:left;
} 
 
.photoSliderItems a {
	display: block;
	float:left;
	height: 106px;
}

#prev-small, #next-small {
	float: left;
	width: 21px; 
	height: 100px;
	margin-top: 58px;
	background-image: url(images/arrows-small.png);
	cursor: pointer;
}

#prev-small { margin-right: 10px; }
#next-small { margin-left : 10px; }
#prev-small:hover { background-position: -21px 0; }
#next-small {  background-position: -63px 0; }
#next-small:hover {  background-position: -42px 0; }

.disabled { visibility:hidden !important; }






/* form style */
#myform {
    width:380px;
    margin:0 auto;
    position:relative;
}

/* nested fieldset */
#myform fieldset {
    border:0;
    margin:0;
    padding:0;
}

/* typography */
#myform h3 { color:#eee; margin-top:0px; }
/* #myform p { font-size:11px; } */


/* input field */
#myform input {
    border:1px solid #444;
    background-color:#666;
    padding:5px;
    color:#ddd;
    font-size:12px;
    width: 368px;

    /* CSS3 spicing */
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
}

#myform input:focus { color:#fff; background-color:#777; }
#myform input:active { background-color:#888; }

/* textarea field */
#myform textarea {
    border:1px solid #444;
    background-color:#666;
    padding:5px;
    color:#ddd;
    font-size:12px;
    width: 368px;
    height: 120px;

    /* CSS3 spicing */
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
}

#myform input:focus { color:#fff; background-color:#777; }
#myform input:active { background-color:#888; }


/* button */
#myform button {
    outline:0;
    margin-top: 10px;
}


/* error message */
.error {
    height:15px;
    background-color:#FFFE36;
    font-size:11px;
    border:1px solid #E1E16D;
    padding:4px 10px;
    color:#000;
    display:none;

    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius-bottomleft:0;
    -moz-border-radius-topleft:0;
    -webkit-border-bottom-left-radius:0;
    -webkit-border-top-left-radius:0;

    -moz-box-shadow:0 0 6px #ddd;
    -webkit-box-shadow:0 0 6px #ddd;
}

.error p {
    margin:0;
}

/* field label */
label {
    display:block;
    margin-top: 10px;
}

#terms label {
    float:left;
}

#terms input {
    margin:0 5px;
}


#confirm {
	margin-top: 15px;
	color: #b70000;
}




@media screen and (max-device-width: 1024px) and (orientation: landscape) {
	body {height: 930px;}
}



@media screen and (device-width: 768px) and (orientation: portrait) {
	
}





@media only screen and (-webkit-min-device-pixel-ratio: 2) {
/*
header { 
	background-image: url(images/bg_ret.jpg);
	-webkit-background-size: 1240px 80px ;  
}
*/
}