/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/webfonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/webfonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/webfonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/webfonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/webfonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/webfonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/webfonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/webfonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/webfonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/webfonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/webfonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/webfonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/webfonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/webfonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/webfonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/webfonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/webfonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/webfonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/webfonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/webfonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/webfonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/webfonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/webfonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/webfonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('/webfonts/open-sans-v34-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/webfonts/open-sans-v34-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/webfonts/open-sans-v34-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('/webfonts/open-sans-v34-latin-800.woff') format('woff'), /* Modern Browsers */
       url('/webfonts/open-sans-v34-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/webfonts/open-sans-v34-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}


html {
	overflow-y:scroll;	
}

body {
	font-family:'Open Sans', sans-serif;
	font-size:13px;
}

#logo {
    display:block;
   	width:100%;
}

#logo img {
    display:block;
   	width:100%;
}

.container {
	min-width:320px;
	width:100%;
	max-width:100%;
	padding:0px 50px;	
}

#languages {
	position:absolute;
	right:50px;
	bottom:50px;	
}
#languages ul {
	margin:0px;
	padding:0px;	
}

#languages li {
	float:left;
	list-style:none;
	padding-left:15px;
}

#languages a {
	color:#000000;
	font-weight:700;
}

#languages a.active {
	color:#999999;
}

#languages a:hover {
	color:#999999;
}

.navbar {
	margin-bottom:0px;
	padding-top:0px;
	background:none;
	border:0px;
}

#navbar {
	padding:35px 0px 35px 0px;	
	text-transform:uppercase;
}

.navbar-default .navbar-nav > li > a {
	color:#000000;	
	padding:15px 10px;
	font-weight:700;
}

.navbar-default .navbar-nav > li:first-child > a {
	padding-left:0px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color:#999999;		
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	background:none;
	color:#999999;	
}

/* Collection -------------------------------- */

.collection.overview {
	padding-bottom:30px;	
}

.collection.overview h2 {
	font-weight:700;	
}

.collection.overview a {
	display:block;
	float:left;
	padding:0px 30px 30px 0px;
	color:#000000;
	max-width:50%;
}

.collection.overview a:hover {
	color:#999999;
}

.collection.overview a img {
	height:120px;
}

.collection #cycle-2 {
	float:left;
	width:800px;
	padding-bottom:30px;	
}

.collection #cycle-2 .slide {
	height:550px;
	width:750px;
}

.collection #cycle-2 .slide img {
	height:auto;
	width:750px;
}

.collection #cycle-2 .slide img.portrait {
	height:550px;
	width:auto;
}

.collection #text {
	margin-left:620px;	
}

.collection table td {
	padding-right:30px;	
	vertical-align:top;
}

.collection #thumbnails .thumbnail {
	float:left;
	padding:0px 30px 30px 0px;	
	max-width:50%;
	border:none;
}

.collection #thumbnails img {
	display:block;
	cursor:pointer;
	height:120px;

}

/* Gallery ----------------------------------- */

.wrapper.gallery {
	padding-top:20px;	
}

.wrapper.gallery img {
	margin-bottom:20px;
}

.wrapper.gallery img {
	margin-bottom:20px;
	opacity:1;
	transition:opacity .5s ease-in-out;
	-moz-transition:opacity .5s ease-in-out;
	-webkit-transition:opacity .5s ease-in-out;		
}

.wrapper.gallery img:hover {
	opacity:0.5;	
}

/* Map --------------------------------------- */

#map_canvas {
	height:550px;	
}

/* Slideshow --------------------------------------- */

.wrapper.slideshow {
	padding-bottom:50px;	
}

/* Text -------------------------------------- */

a:hover {
	text-decoration:none;	
}

.wrapper.text {
	padding-bottom:50px;
}

.wysiwyg a {
	color:#000000;
}

.wysiwyg a:hover {
	color:#999999;
}

.wysiwyg ul {
	padding-left:0px;
	margin-left:15px;
}

h1 {
	margin-top:0px;
	font-size:20px;
	font-weight:normal;	
	text-transform:uppercase;
}

h2 {
	margin-top:0px;
	font-size:13px;
	font-weight:normal;	
	text-transform:uppercase;
}

h3,	h4, h5 {
	margin-top:0px;
	font-size:15px;
	font-weight:normal;
}

/* Teaser ------------------------------------ */

.wrapper.teaser {
	padding:50px 0px;
}

/* Online sale ------------------------------- */

.online-sale {
	padding:15px 0px;	
}

.online-sale h1 {
	background:#80a8c8;
	color:#ffffff;
	display:inline-block;
	line-heihgt:34px;
	padding:0px 10px;
}

.online-sale .disabled {
    -webkit-filter:grayscale(1);
    filter:grayscale(1);
}

/* Yform ------------------------------------- */

#yform-position {
	position:relative;
	top:-100px;
}

.wrapper.yform {
    padding: 50px 0;
}

#rex-yform input,
#rex-yform textarea,
#rex-yform button {
	font-family:'Open Sans', sans-serif;
	font-size:15px;
}

#rex-yform label {
	font-weight:400;	
}

#rex-yform .submit {
	border:0px;
	background:none;
	padding:0px;
	color:#000000;	
	text-transform:uppercase;
}

#rex-yform .submit:hover {
	color:#999999;
}

/* Parallax ---------------------------------- */

.wrapper.parallax .row {
	margin:0px;
}

.wrapper.parallax .background {
	height:500px;
	background-size:auto 700px;
}

/* Footer ------------------------------------ */

.wrapper.footer {
	padding:50px 0px;
}

#footer ul {
	padding:0px;	
	margin:0px;
}

#footer .footer_1 li {
	list-style:none;
	float:left;
	padding-right:15px;	
}

#footer .footer_2 {
	text-align:right;	
}

#footer .footer_2 li {
	list-style:none;	
	float:right;
	padding-left:15px;	
}

#footer a {
	color:#000000;	
}

#footer a:hover,
#footer a:focus {
	color:#999999;		
}

@media screen and (max-width:1023px) {
	
	#footer .footer_1 li,
	#footer .footer_2 li {
		float:none;
	}
}

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

	#languages {
		top:15px;
		bottom:auto;	
	}
	
	.wrapper.parallax .background {
	    height:300px;
		background-size:auto 550px;	    
	}
	
	.wrapper.gallery .col-sm-3 {
		display:block;
		max-width:400px;
		margin:0px auto;
	}
	
	.collection #cycle-2 {
		float:none;
		width:100%;
	}
	
	
	.collection #text {
		margin-left:0px;	
	}
	
}

@media screen and (max-width:767px) {
	
	.navbar-default .navbar-nav > li:first-child > a {
		padding-left:10px;
	}
	
	#languages {
		right:15px;	
	}
	
	.navbar {
		padding-top:40px;
	}
	
	#cycle-1 img {
		height:200px;
	}
	
	.container {
		padding:0px 15px;	
	}
	
	#navbar {
		padding:0px 15px;	
	}
	
	.collection #cycle-2 .slide {
		width:100%;
		height:450px;
	}
	
	.collection #cycle-2 .slide img {
		width:100%;
	}
	
	.collection #cycle-2 .slide img.portrait {
		height:450px;
		width:auto;
	}
	
	.collection.overview img {
		max-width:100%;
	}
	
	.collection #thumbnails img {
		max-width:100%;
	}	


}

@media screen and (max-width:575px) {
	
	.collection #cycle-2 .slide {
		height:350px;
	}
	
	.collection #cycle-2 .slide img.portrait {
		height:350px;
	}
	
	.collection.overview a img {
		height:80px;
	}
	
	.collection #thumbnails img {
		height:80px;
	}
		
}