@charset "UTF-8";
/* CSS Document */

*{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

b{
	font-weight: 500;	
}

body, html, #main{
	margin: 0;
	height: 100%;	
}

#main{
	position:relative;
	min-height: 375px;
	min-width: 800px;
}

#middleContainer{
	position: absolute;
    top: 84px;
    width: 100%;
	height:100px;
    margin: 0 auto;	
}

#middleContainerSoftening{
	position: absolute;
    top: 180px;
    width: 100%;
	height:100px;
    margin: 0 auto;	
	background-color:white;
	opacity:0.5;
}

#middleContentImage{
	margin: 0 auto;
	/*width: 60%;*/
	min-width: 500px;
	/*max-width: 800px;*/
	height: 100%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}

#middleContentVideo{
	margin: 0 auto;
    /* width: 70%; */
    min-width: 500px;
    /* max-width: 1050px; */
    height: 100%;
    overflow: auto;
    text-align: center;
}

#middleContentText{
	margin: 0 auto;
	/*width: 70%;
	min-width: 500px;
	max-width: 1050px;*/
	height: 100%;
	overflow:auto;
	/*text-align:center;*/
	width: 550px;
    font-size: 18px;
    padding: 0 80px 0 80px;
	font-weight: 300;
}

#middleContentText h2{
	margin: 40px 0 30px 0;	
}

#middleContentText a{
	color:lightseagreen;
    text-decoration: none;	
}

.bar{
    position: absolute;
    width: 100%;
    height: 54px;
    background-color: #FFFFFF;
    opacity: 1;
    border-style: solid;
    /*border-color: #44e800;*/
	border-color: #8dc73f;
}

#topBar{
	top: 0px;
	border-width: 0 0 30px 0;
}

#bottomBar{
	bottom: 0px;
	border-width: 30px 0 0 0;
}

#lawContainer{
	width: 251px;
    position: absolute;
    right: 0px;
    bottom: 31px;	
}

#lawContainer a{
	text-decoration: none;
    color: #666;
    margin-left: 12px;
    font-size: 17px;
    font-weight: 300;
}

#lawContainer a:hover{
    color: #000;
}

/*Color Gallery*/
div.centerHelper{
	position:absolute;	
	width: 100%;
	bottom: 13px;
}

div#colorContainer {
    width: 384px;
    height: 126px;
    position: relative;
    margin: 0 auto;
	color:#3a3a3a;
	font-size: 12px;
    text-align: left;
	z-index:10;
}

.colorBox {
    width: 30px;
    height: 30px;
    float: left;
    text-align: center;
    padding: 5px;
    margin: 4px;
    font-size: 0px;
    cursor: pointer;
	border-radius:30px;
	margin-bottom: 23px;
}

.colorBoxSelected{
	background-color: #8dc73f;	
}

.colorBox:hover{
	background-color: #8dc73f;	
}

.colorButton {
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 15px;
}

#colorName{
	margin:0 auto;
	text-align: center;
	font-size: 19px;	
}

#colorText{
	bottom: 11px;
    left: 30px;
    position: absolute;
    z-index: 20;
    font-size: 14px;	
}

/*Gallery*/

#galleryContainer{
	position:absolute;
	bottom: 62px;
    left: 20px;
}

.galleryImage{
	height: 90px;
    text-align: center;
    display: inline-block;
    margin: 0px 3px;
}

.galleryImage:hover{
    /*outline: white solid 3px;	*/
}

.galleryImage img{
	height: 70px;	
	cursor:pointer;
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
         -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
            filter: grayscale(100%);
}

.galleryImage img:hover{
    -webkit-filter: grayscale(0%);
       -moz-filter: grayscale(0%);
         -o-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
            filter: grayscale(0%);
}

#schirmImage{
	margin: 0 auto;
	height: 100%;
	width: 100%;
	position:absolute;
	background-image:url(../img/schirm.jpg);
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	/*display:none;*/
}

#schirmButton{
	margin: 0 auto;
    height: 13%;
	width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
	background-color: #e6e1df;
    border-radius: 50%;
	cursor:pointer;
	display:none;
}

#schirmButton2{
	margin: 0 auto;
    height: 13%;
	width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
	background-color: #e6e1df;
    border-radius: 50%;
	color:#666;	
	display:none;	
}

#indexLogo {
	position: absolute;
    top: 15%;
    width: 100%;
    left: 2%;
	/*background-image:url(../img/logo_inactive.png);*/
}

#schirmButton>div{
	width: 100%;
	text-align:center;
	top: 47%;
    position: absolute;
	font-weight: 700;
	font-family: 'Merriweather', serif;
}

#schirmButton2>div{
	width: 100%;
	text-align:center;
	top: 47%;
    position: absolute;
	font-weight: 700;
	font-family: 'Merriweather', serif;
	cursor:default;
}

#schirmButton:hover{
	background-color: #fff
}

/*DROPDOWN ----------------------------------------------*/
#primary_nav_wrap
{
	margin-top: 24px;
    position: a;
    right: 0px;
    position: absolute;
	z-index: 20;
}

.menuSelected{
	/*color:#44e800 !important;	*/
	color:#8dc73f !important;
	font-weight: 400 !important;
	font-size: 18px !important;
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
	cursor:pointer;
}

#primary_nav_wrap ul a
{
	font-weight: 300;
    font-size: 17px;
    color: #555;
	display:block;
	text-decoration:none;
	line-height:32px;
	padding:0 11px;
	/*font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;*/
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#primary_nav_wrap ul a:hover
{
	/*color:#44e800;*/
	color:#8dc73f;
}

img#logo {
    position: absolute;
	left: 78px;
    top: 16px;
    width: 119px;
}

#primary_nav_wrap ul li
{
    position: relative;
    float: left;
    margin: 0 10px;
    padding: 0;
	height: 40px;
}

#primary_nav_wrap ul li.current-menu-item
{
	background:#ddd;
}

#primary_nav_wrap ul li:hover
{
	/*background-color:#b6b4b4;*/
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top: 100%;
	left:0;
	padding:0;
	/*background-color:#b6b4b4;*/
}

#primary_nav_wrap ul ul li:parent{
	border:dashed 5px #000;
}

#primary_nav_wrap ul ul li
{
	float:none;
	width: 140px;
	margin: 0;
	background-color:#FFF;
	padding: 0 0 5px 0;
}

#primary_nav_wrap ul ul li:first-child{
	margin-top: -10px;
    border-top: 19px white solid;	
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px;
	font-size: 16px;
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
}

.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
  height:100%;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
  height:100%;
}
.swipe-wrap > div {
  float:left;
  /*width:100%;*/
  position: relative;
  height:100%;
  background-size: cover;
  background-position: center;
}

#middleContainer nav span.slideNextButton {
    right: 20px;
	background-image:url(../img/nextArrow.png);
}

#middleContainer nav span.slidePrevButton {
    left: 20px;
	background-image:url(../img/backArrow.png);
}

#middleContainer nav span {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 100px;
    /* background: #47a3da; */
    color: #fff;
    font-size: 50px;
    text-align: center;
    margin-top: -50px;
    line-height: 100px;
    cursor: pointer;
    font-weight: normal;
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	opacity:0.5;
}

.slideDots {
    position: absolute;
    bottom: 21px;
    white-space: nowrap;
    text-align: center;
    width: 100%;
}

.slideDots span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #ddd;
    margin: 4px;
    border-radius: 50%;
    cursor: pointer;
}

.slideDots span.currentSlideDot{
    background: #8dc73f;
    box-shadow: 0 0 0 2px #FFF;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}

.fadein {
    position: relative;
    height: 100%;
    margin: 0 auto;
    width: 100%;
}

.fadein img {
    position:absolute;
    left:0;
    right:0;
	margin:0 auto;
	height:100%;
	display:none;
}