@import url('reset.css');

@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

@import url('https://fonts.googleapis.com/css?family=Michroma');

@import url('https://fonts.googleapis.com/css?family=Work+Sans:100,200,300&display=swap');

@font-face {
    font-family: "Flaticon";
    src: url("fonts/Flaticon.eot");
    src: url("fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("fonts/Flaticon.woff") format("woff"), url("fonts/Flaticon.ttf") format("truetype"), url("fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'michroma';
    src: url('../news/michroma-webfont.svg#michroma') format('svg');
    font-weight: normal;
    font-style: normal;
		}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("fonts/Flaticon.svg#Flaticon") format("svg");
    }
}
.loader {
    display: block;
    margin: 20px auto 0;
    vertical-align: middle;
}

#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 11000;
    position: fixed;
    display: block
}

.preloader {
	position: absolute;
	margin: 0 auto;
	left: 1%;
	right: 1%;
	top: 40%;
	width: 300px;
	height: 300px;
	background: center center no-repeat none;
	background-size: 65px 65px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%
}

/************************************
begin menu
************************************/
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  background: url('../news/nico-index.jpg');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
  background-color: rgb(0,0,0);
  background-color: rgba(255, 255, 255, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.overlay a {
  padding: 8px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
}
.overlay .closebtn {
  position: relative;
  top: 110px;
  left: 10%;
  width: 140px;
  text-align: center;
    font-family: 'Michroma', sans-serif;
	font-weight: 400;
    font-size: 18px;
	letter-spacing: 1px;
    color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
    border: 1px solid #ccc;
	border-radius:5px;
}
.overlay .closebtn:hover {
    background-color: #000000;
    color: #ffffff;
}
@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 60px;
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 30px;
  border:1px solid #CECECE;
  border-radius:4px;
  overflow: hidden;
  text-indent: 10%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.2) url('../news/up.png') no-repeat center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
#smallgap {
  width: 100%;
  height: 10px;
 }
#menu {
  width: 140px;
  border-radius:5px;
  padding: 5px;
  min-width:80px;
  min-height:38px;
  overflow:hidden;
  text-align:center;
  line-height:40px;
  background-color: rgba(255, 255, 255, 0.4);
  font-family: 'Michroma', sans-serif;
  font-weight:400;
  font-size: 18px;
  letter-spacing: 0px;
  color:black;
  border: 1px solid #ccc;
  border-radius:5px; 
 }
#menu:hover {
  color:black;
 }
.menubox {
display:inline-block;
 width:90%;
}
.menuboxtext {
     font-family: 'Michroma', sans-serif;
     font-weight:400;
     font-size: 18px;
	 letter-spacing: 3px;
     color: #000000;
	 padding-bottom: 20px;
	 padding-left: 13%;
}
.columnx {
  float: left;
  width: 15%;
  padding: 10px;
  height: 400px;
  border-left: 1px solid #ccc;
  background-color: rgba(255, 255, 255, 0.6);
  text-align:center;
}
.column {
  float: left;
  width: 15%;
  padding: 10px;
  height: 450px;
  border-left: 1px solid #ccc;
  background-color: rgba(255, 255, 255, 0.6);
  text-align:center;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.twin {
     font-family: 'Michroma', sans-serif;
     font-weight:400;
     font-size: 18px;
	 letter-spacing: 2px;
     color: #000000;
	 padding-bottom: 530px;
	 background: url('../news/fournew.png');
     background-repeat: no-repeat;
     background-size: 170px;
     background-position: center;
	 -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
.twin:hover {
     color: #ffffff;
     background-size: 150px;
	 background-color: rgb(0,0,0,0.7);
}
.twinwave {
     font-family: 'Michroma', sans-serif;
     font-weight:400;
     font-size: 18px;
	 letter-spacing: 2px;
     color: #000000;
	 padding-bottom: 530px;
	 background: url('../news/fivenew.png');
     background-repeat: no-repeat;
     background-size: 170px;
     background-position: center;
	 -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
.twinwave:hover {
     color: #ffffff;
     background-size: 150px;
	 background-color: rgb(0,0,0,0.7);
}
.lightwind {
     font-family: 'Michroma', sans-serif;
     font-weight:400;
     font-size: 18px;
	 letter-spacing: 2px;
     color: #000000;
	 padding-bottom: 530px;
	 background: url('../news/sixnew.png');
     background-repeat: no-repeat;
     background-size: 170px;
     background-position: center;
	 -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
.lightwind:hover {
     color: #ffffff;
     background-size: 150px;
	 background-color: rgb(0,0,0,0.7);
}
.so {
     font-family: 'Michroma', sans-serif;
     font-weight:400;
     font-size: 18px;
	 letter-spacing: 2px;
     color: #000000;
	 padding-bottom: 530px;
	 background: url('../news/sevennew.png');
     background-repeat: no-repeat;
     background-size: 170px;
     background-position: center;
	 -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
.so:hover {
     color: #ffffff;
     background-size: 150px;
	 background-color: rgb(0,0,0,0.7);
}
.menux {
     font-family: 'Michroma', sans-serif;
     font-weight:400;
     font-size: 18px;
	 letter-spacing: 2px;
     color: #000000;
	 border-bottom: 1px solid #ccc;
	 border-radius:2px;
	 padding-bottom: 10px;
	 padding-top: 10px;
	 -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
.menux:hover {
background-color: #000000;
     color: #ffffff;
}
.spacemenuxx {
   width: 100%;
   height: 200px;
}
.textspace {
     font-family: 'Michroma', sans-serif;
     font-weight:400;
     font-size: 18px;
	 letter-spacing: 3px;
     color: transparent;
}
.menubtmtext {
     font-family: 'Michroma', sans-serif;
     font-weight:400;
     font-size: 12px;
	 letter-spacing: 1px;
     color: #000000;
	 padding-top: 100px;
	 padding-left: 13%;
}
.menubtmtexttwo {
     font-family: 'Michroma', sans-serif;
     font-weight:400;
     font-size: 12px;
	 letter-spacing: 1px;
     color: #000000;
	 padding-top: 4px;
	 padding-left: 13%;
}
@media only screen and (max-width:1350px) {
.menubox {
 width:100%;
}
.columnx {
  width: 150px;
}
.column {
  width: 160px;
}
.twin {
     background-size: 150px;
	 font-size: 14px;
}
.twin:hover {
     background-size: 135px;
}
.twinwave {
     background-size: 150px;
	 font-size: 14px;
}
.twinwave:hover {
     background-size: 135px;
}
.lightwind {
     background-size: 150px;
	 font-size: 14px;
}
.lightwind:hover {
     background-size: 135px;
}
.so {
     background-size: 150px;
	 font-size: 14px;
}
.so:hover {
     background-size: 135px;
}
.menux {
     font-size: 14px;
}
            }
@media only screen and (max-width:1024px) {
.menubox {
 width:100%;
}
.overlay .closebtn {
  left: 5%;
}
            }
@media only screen and (max-width:1020px) {
.menubox {
 width:100%;
}
.columnx {
  width: 0px;
  padding: 0px;
}
.column {
  width: 130px;
  padding: 0px;
}
.twin {
     background-size: 100%;
	 padding-bottom: 400px;
}
.twin:hover {
     background-size: 90%;
}
.twinwave {
     background-size: 100%;
	 padding-bottom: 400px;
}
.twinwave:hover {
     background-size: 90%;
}
.lightwind {
     background-size: 100%;
	padding-bottom: 400px; 
}
.lightwind:hover {
     background-size: 90%;
}
.so {
     background-size: 100%;
	padding-bottom: 400px; 
}
.so:hover {
     background-size: 90%;
}
            }
@media only screen and (max-width:900px) {
.menubox {
 width:100%;
}
.columnx {
  width: 0%;
}
.column {
  width: 100px;
}
            }
@media only screen and (max-width:800px) {
.menuboxtext {
     color: #ffffff;
}
.twin {
	 font-size: 10px;
}
.twinwave {
	 font-size: 10px;
}
.lightwind {
	 font-size: 10px;
}
.so {
	 font-size: 10px;
}
.menux {
     font-size: 10px;
}
            }
@media only screen and (max-width:530px) {
.menubox {
 width:100%;
}
.columnx {
  width: 0%;
}
.column {
  width: 70px;
}
.twin {
	 font-size: 8px;
}
.twinwave {
	 font-size: 8px;
}
.lightwind {
	 font-size: 8px;
}
.so {
	 font-size: 8px;
}
.menux {
     font-size: 8px;
}
}
.menuintro {
display:inline-block;
 width:100%;
}
.columnintro {
  float: left;
  width: 40%;
  height: 400px;
  text-align:center;
}
.columnintrox {
  float: left;
  width: 60%;
  height: 400px;
  text-align:center;
}
.annispace {
   width: 20px;
   height: 15px;
}
.columntwospace {
   width: 300px;
   height: 800px;
}
.spacemenu {
   width: 100%;
   height: 270px;
}

/************************************
end menu
************************************/
#block {
    display: inline-block;
    width: 400px;
    height: 80px;
	}
#blockcen {
    display: inline-block;
    width: 300px;
    height: 80px;
	}	
#teampeople {
    background: transparent;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight:300;
    font-size: 40px;
    color: #ffffff;
	}
#teampeople h5 {
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight:300;
    font-size: 20px;
    color: #ffffff;
	}
#teampeoplesmall h5 {
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight:300;
    font-size: 16px;
    color: #ffffff;
	}
#blockind {
    display: inline-block;
    width: 540px;
    height: 80px;
	}
#blockcenter {
    display: inline-block;
    width: 120px;
    height: 80px;
	}
#textsection {
    width: 1200px;
	padding: 20px;
}
h3 {
    color: #FFFFFF;
	font-size:48px;
	font-weight:200;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	letter-spacing: 1.2pt;
}
#highlightbox {
	text-align:center;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size: 30px;
	color: #000000;
	width: 1200px;
	padding-top: 15px;
    padding-bottom: 15px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#D3D3D3));
	background: -webkit-linear-gradient(top,#ffffff, #D3D3D3 );
	background: -moz-linear-gradient(top, #ffffff, #D3D3D3);
	background: -o-linear-gradient(top, #ffffff, #D3D3D3);
	background: -ms-linear-gradient(top, #ffffff, #D3D3D3);
}
#partslist {
	text-align:center;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size: 20px;
	color: #000000;
	width: 1200px;
	border-radius:3px;
	padding-top: 10px;
    padding-bottom: 10px;
	border-top: 1px solid #A1A1A1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#D3D3D3));
	background: -webkit-linear-gradient(top,#ffffff, #D3D3D3 );
	background: -moz-linear-gradient(top, #ffffff, #D3D3D3);
	background: -o-linear-gradient(top, #ffffff, #D3D3D3);
	background: -ms-linear-gradient(top, #ffffff, #D3D3D3);
}
#highlightboxdown {
	text-align:center;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size: 40px;
	color: transparent;
	width: 1200px;
	padding-top: 15px;
    padding-bottom: 15px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#D3D3D3), to(#ffffff));
	background: -webkit-linear-gradient(top, #D3D3D3, #ffffff);
	background: -moz-linear-gradient(top, #D3D3D3, #ffffff);
	background: -o-linear-gradient(top,#D3D3D3, #ffffff );
	background: -ms-linear-gradient(top, #D3D3D3, #ffffff);
}
#people {
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight:300;
    font-size: 40px;
    color: #000000;
	}
#people h4 {
	padding-bottom: 30px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight:300;
    font-size: 30px;
    color: #000000;
	}
#people h5 {
	padding-bottom: 30px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight:300;
    font-size: 20px;
    color: #000000;
	}
#people h6 {
	padding-bottom: 1px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight:300;
    font-size: 20px;
    color: #000000;
	}
#people h7 {
	padding-bottom: 0px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight:300;
    font-size: 20px;
    color: #000000;
	}
#peoplekev {
    background: transparent;
    text-shadow: 1px 1px #000000;
	text-align: left;
	font-family: 'Lato', sans-serif;
	font-weight:300;
    font-size: 40px;
    color: #ffffff;
	}
#peoplekev h5 {
	text-align: left;
	font-family: 'Lato', sans-serif;
	font-weight:300;
    font-size: 20px;
    color: #ffffff;
	text-shadow: 1px 1px #000000;
	}
#cost {
	padding-bottom: 20px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	letter-spacing: -0.4pt;
	font-weight:400;
    font-size: 28px;
    color: #000000;
	}
#costnopadding {
	padding-bottom: 2px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	letter-spacing: -0.4pt;
	font-weight:300;
    font-size: 35px;
    color: #000000;
	}	
#costmini {
	padding-bottom: 5px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight:400;
    font-size: 18px;
    color: #000000;
	}
#cos {
	padding-bottom: 5px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight:300;
    font-size: 20px;
    color: #000000;
	}
#costminired {
	padding-bottom: 5px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight:400;
    font-size: 20px;
    color: #ff0000;
	}
#borderline {
    background: transparent;
    height: 70px;
    border-right: 1px solid #000000;
	}	
#simondrop {
    background: transparent;
    padding-top: 50px;
	padding-bottom: 10px;
	padding-right: 40px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight:300;
    font-size: 36px;
    color: #ffffff;
	}
#simondrop h5 {
    padding-top: 10px;
	padding-right: 15px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight:300;
    font-size: 16px;
    color: #ffffff;
	}	
	
@media only screen and (max-width:470px) {
#people {
    font-size: 25px;
	}
#people h5 {
    font-size: 8px;
	}
#people h4 {
    font-size: 10px;
	}
#people h7 {
    font-size: 8px;
	}
	}

#prices {
	background-color: #ffffff;
	border-radius:3px;
    z-index:1;
	overflow:hidden;
	position: absolute;
    width: 400px;
	max-height: 60px;
	color: #ffffff;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#D3D3D3));
	background: -webkit-linear-gradient(top, #ffffff, #D3D3D3);
	background: -moz-linear-gradient(top, #ffffff, #D3D3D3);
	background: -o-linear-gradient(top, #ffffff, #D3D3D3);
	background: -ms-linear-gradient(top, #ffffff, #D3D3D3);
}
#pricetext {
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight:400;
    font-size: 15px;
    color: #000000;
	}
#pricetextlink {
    width:150px;
	height: 40px;
	border: 1px solid #ff0000;
	border-radius: 5px;
	background: rgba(0,0,0, 0);
	padding-top: 9px;
	padding-bottom: 6px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight:400;
    font-size: 15px;
    color: #ff0000;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	}
#pricetextlink:hover {
    border: 1px solid #333333;
	background: rgba(0,0,0, 0.6);
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight:400;
    font-size: 15px;
    color: #ffffff;
	}
#prices:hover {
   height: auto;
   padding-bottom:30px;
   max-height: 300px;
   cursor: pointer;   
	-webkit-user-select: none;
    -webkit-touch-callout: none; 
}
#parts {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#D3D3D3));
	background: -webkit-linear-gradient(top, #ffffff, #D3D3D3);
	background: -moz-linear-gradient(top, #ffffff, #D3D3D3);
	background: -o-linear-gradient(top, #ffffff, #D3D3D3);
	background: -ms-linear-gradient(top, #ffffff, #D3D3D3);
	border-top: 1px solid #A1A1A1;
	border-radius:3px;
	padding-top: 15px;
	margin-left: 5px;
	margin-right: 5px;
    z-index:1;
	overflow:hidden;
	position: absolute;
    width: 390px;
	max-height: 60px;
	color: #ffffff;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
#parts:hover {
    height: auto;
    padding-bottom:30px;
	max-height: 300px;
    cursor: pointer;  
}
#prices-drop {
    position: absolute;
    top: 5px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: transparent;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	border:1px solid #ff0000;
}
#prices-drop {
    left: 85%;
	background-image: url('../news/down-arrow.png');
	background-repeat: no-repeat;
	background size: auto;
}
#centerbox {
	background-image: url('../lwimages/sofa.jpg');
	background-repeat: no-repeat;
	background-size: auto;
	background-position:center;
	z-index:1;
	overflow:visible;
	position: center;
	width: 200px;
	height: 80px;
} 

/* index settings */
#worldicon {
    width: 300px;
	height: 100px;
   	background-image: url('../news/world-icon.png');
	background-repeat: no-repeat;
	background-position:center;
	} 
#lighticon {
    width: 300px;
	height: 100px;
   	background-image: url('../news/light-icon.png');
	background-repeat: no-repeat;
	background-position:center;
	}
#smileicon {
    width: 300px;
	height: 100px;
   	background-image: url('../news/smile-icon.png');
	background-repeat: no-repeat;
	background-position:center;
	} 
#indexblock {
    display: inline-block;
    width: 320px;
    height: 300px;
	}     
#indexinfo {
    z-index:2;
	overflow:hidden;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight:300;
    font-size: 30px;
	line-height: 180%;
    color: #333333;
	padding-left:15px;
	padding-right:15px;
	}
#indexinfosmallt {
    z-index:2;
	overflow:hidden;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight:300;
    font-size: 16px;
    color: transparent;
	padding-left:15px;
	padding-right:15px;
	}
#worldicon {
    width: 250px;
	height: 100px;
   	background-image: url('../news/world-icon.png');
	background-repeat: no-repeat;
	background-position:center;
	} 
#lighticon {
    width: 250px;
	height: 100px;
   	background-image: url('../news/light-icon.png');
	background-repeat: no-repeat;
	background-position:center;
	}
#smileicon {
    width: 250px;
	height: 100px;
   	background-image: url('../news/smile-icon.png');
	background-repeat: no-repeat;
	background-position:center;
	}
#infoclick {
    width: 120px;
	height: 40px;
	padding-top: 8px;
	cursor:pointer;
	background-color: #FF6666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight:400;
    font-size: 18px;
	color: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out; 
	}
#infoclick:hover {
	background-color: #A80000;
	}
#indexspacer {
    display: inline-block;
    width: 120px;
    height: 80px;
	}
#indexspacerheight {
    display: inline-block;
    width: 120px;
    height: 30px;
	}
#greyline {
     width: 100%;
	 border-bottom: 1px solid #CCCCCC;
	 } 
#germantext {
     width: 100%;
	 height: 100px;
	 background-color: #555555;
	 text-align: center;
	 padding: 10px;
     } 
#germantextred {
     font-family: 'Lato', sans-serif;
	 font-weight:500;
	 letter-spacing: 4.0pt;
     font-size: 30px;
	 color: #ff6666;
	 }
.style54 {
     color: #FFFFFF
	 }

@media only screen and (max-width:1240px) {	
#indexblock {
    width: 250px;
	}
#indexspacer {
    width: 70px;
	}
#indexinfo {
    font-size: 24px;
	}
#indexinfosmallt {
    font-size: 15px;
	}
	}
#teamphoto {
   width: 280px;
   height: 30px;
   padding-top: 5px;
   font-family: 'Lato', sans-serif;
   font-size:20px;
   font-weight:200;
   color: #ffffff;
   text-align:left;
   }
#teamphotoline {
   width: 280px;
   height: 2px;
   border-top:1px solid #ff0000;
   margin-top: 5px; 
   }
#teamphoto h5 {
   width: 200px;
   height: 60px;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:20px;
   font-weight: 500;
   color: #ffffff;
   }
 /* fins handle store css */
 .style1 {
	color: #000000; 
}
.style2 {
	color: #FFFFFF; 
	font-size:10px;
}
.style3 {
  color: #ffffff;
  font-size:20px;
  font-weight: 400;
  letter-spacing: -1.2px;
  line-height: 1.2;
}
.style4 {
    font-family: 'Titillium Web', sans-serif; 
	font-size:26px;
}
.style5 {
    color: #ffffff;
	font-size: 40px;
	font-family: 'Open Sans Condensed', sans-serif;
	letter-spacing: -0.9pt;
}
.style6 {
    color: #CCCCCC;
	font-size:18px;
	font-family: 'Titillium Web', sans-serif;
	letter-spacing: 1.2pt;
	line-height: 1.1;
}
.style7 {
    color: #ffffff;
	font-size:44px;
	font-family: 'Open Sans Condensed', sans-serif;
	letter-spacing: 1.1pt;
}
.style8 {color: #999999}
.style9 {
    color: #ffffff;
	font-size:40px;
	font-family: 'Titillium Web', sans-serif;
	letter-spacing: 1.2pt;
	line-height: 1.1;
}
.style10 {
    color: #ffffff;
	font-size:13px;
	font-family: 'Titillium Web', sans-serif;
	letter-spacing: 1.2pt;
	line-height: 1.1;
}
.style11 {
    color: #333333;
	font-size:13px;
	font-family: 'Verdana, Arial, Helvetica, sans-serif', sans-serif;
}
.style12 {
    color: #333333;
	font-size: 16px;
	font-family: 'Verdana, Arial, Helvetica, sans-serif', sans-serif;
}
.style14 {
  color: #ffffff;
  font-size:16px;
  font-weight: 400;
  letter-spacing: -1.2px;
  line-height: 1.2;
}
.style15 {
    color: #ffffff;
	font-size:13px;
	font-family: 'Verdana, Arial, Helvetica, sans-serif', sans-serif;
}
/*  _______________________________________

	01 MENU BAR
    _______________________________________  */
#highlights {
	background-image: url('../store/highlights.jpg');
	background-repeat: no-repeat;
	background size: auto;
	position: absolute;
	left: 10%;
	top: 71%;
	width: 500px;
	height: 90px;
	padding: 15px 155px;
}

#price {
	background-image: url('../store/price-hover.png');
	background-repeat: no-repeat;
    z-index:1;
	overflow:hidden;
	position: absolute;
	padding: 2px 65px;
	top: 58%;
	left: 10%;
	width: 500px;
	height: 80px;
	color: #ffffff;
	-webkit-transition:height 300ms ease-in;
    -moz-transition:height 300ms ease-in;
    -o-transition:height 300ms ease-in;
	transition:height 300ms ease-in;
}
#price h4 {
  font-size:40px;
  font-weight: 400;
  letter-spacing: -1.2px;
  line-height: 1.2;
}
#price h5 {
  font-size:13px;
  	font-family: 'Titillium Web', sans-serif;
	letter-spacing: 1.2pt;
	line-height: 1.1;
}
#price h6 {
  font-size:16px;
 	font-family: 'Titillium Web', sans-serif;
	letter-spacing: 1.2pt;
	line-height: 1.1; 
}
#price:hover {
   height: 190px; 
}
#box:hover h2 span {
  color: white;
}
#figcaptions {

	background-color: rgba(0, 0, 0, 0);
	opacity: 1;
	background-image: url('../store/nomad-carbon-handle-light.jpg');
	background-repeat: no-repeat;
	background size: auto;
	width: 500px;
	height: 320px;
	position: absolute;
	colour: transparent;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	left: 10%;
	top: 83%;

}
#figcaption {

	background-color: rgba(0, 0, 0, 0);
	opacity: 0;
	background-image: url('../store/nomad-carbon-handle-dark.jpg');
	background-repeat: no-repeat;
	background size: auto; 
    width: 500px;
	height: 320px;
	position: absolute;
	colour: transparent;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	left: 10%;
	top: 83%;

}
#figcaption:hover {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  colour: #ff0000;
} 
#techs {

	background-color: rgba(0, 0, 0, 0);
	opacity: 1;
	background-image: url('../store/kitesurfing-handle-cnc-carbon.png');
	background-repeat: no-repeat;
	background size: auto;
	width: 500px;
	height: 320px;
	position: absolute;
	colour: transparent;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	left: 10%;
	top: 118%;
}
#tech {

	background-color: rgba(0, 0, 0, 0);
	opacity: 0;
	background-image: url('../store/kitesurfing-handle-cnc-black.png');
	background-repeat: no-repeat;
	background size: auto;
	width: 500px;
	height: 320px;
	position: absolute;
	colour: transparent;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	left: 10%;
	top: 118%;
}
#tech:hover {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  colour: #ff0000;
}
#renders {

	background-color: rgba(0, 0, 0, 0);
	opacity: 1;
	background-image: url('../store/render-handle.jpg');
	background-repeat: no-repeat;
	background size: auto;
	width: 500px;
	height: 320px;
	position: absolute;
	colour: transparent;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	left: 10%;
	top: 153%;
}
#render {

	background-color: rgba(0, 0, 0, 0);
	opacity: 0;
	background-image: url('../store/render-handle-dark.jpg');
	background-repeat: no-repeat;
	background size: auto;
	width: 500px;
	height: 320px;
	position: absolute;
	colour: transparent;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	left: 10%;
	top: 153%;
}
#render:hover {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  colour: #ff0000;
}

/* carbon fin photos */
#fotoones {

	background-color: rgba(0, 0, 0, 0);
	opacity: 1;
	background-image: url('../store/carbon-fin-one.jpg');
	background-repeat: no-repeat;
	background size: auto;
	width: 500px;
	height: 320px;
	position: absolute;
	colour: transparent;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	left: 10%;
	top: 83%;

}
#fotoone {

	background-color: rgba(0, 0, 0, 0);
	opacity: 0;
	background-image: url('../store/carbon-fin-one-dark.jpg');
	background-repeat: no-repeat;
	background size: auto; 
    width: 500px;
	height: 320px;
	position: absolute;
	colour: transparent;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	left: 10%;
	top: 83%;

}
#fotoone:hover {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  colour: #ff0000;
} 
#fototwos {

	background-color: rgba(0, 0, 0, 0);
	opacity: 1;
	background-image: url('../store/carbon-fin-two.jpg');
	background-repeat: no-repeat;
	background size: auto;
	width: 500px;
	height: 320px;
	position: absolute;
	colour: transparent;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	left: 10%;
	top: 118%;
}
#fototwo {

	background-color: rgba(0, 0, 0, 0);
	opacity: 0;
	background-image: url('../store/carbon-fin-two-dark.jpg');
	background-repeat: no-repeat;
	background size: auto;
	width: 500px;
	height: 320px;
	position: absolute;
	colour: transparent;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	left: 10%;
	top: 118%;
}
#fototwo:hover {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  colour: #ff0000;
}
#fotothrees {

	background-color: rgba(0, 0, 0, 0);
	opacity: 1;
	background-image: url('../store/carbon-fin-three.jpg');
	background-repeat: no-repeat;
	background size: auto;
	width: 500px;
	height: 320px;
	position: absolute;
	colour: transparent;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	left: 10%;
	top: 153%;
}
#fotothree {

	background-color: rgba(0, 0, 0, 0);
	opacity: 0;
	background-image: url('../store/carbon-fin-three-dark.jpg');
	background-repeat: no-repeat;
	background size: auto;
	width: 500px;
	height: 320px;
	position: absolute;
	colour: transparent;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	left: 10%;
	top: 153%;
}
#fotothree:hover {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  colour: #ff0000;
}

/* pay block */
#pa {
    background-color: transparent;
	position: center;
	width: 100%;
	padding: 5px 20px;
}
#pay {
    background-color: #000000;
	position: center;
	border-radius:0px 0px 0px 0px;
	width: 500px;
	height: 220px;
	padding: 5px 5px;
	box-shadow: 3px 3px 5px #B6B6B6;
}
#payinside {
	background-image: url('../store/paypal-logo.png');
	background-repeat: no-repeat;
	background size: 100%;
    background-color: #000000;
	position: center;
	border-radius:3px 3px 0px 0px;
	width: 100%;
	padding: 5px 20px;
}
#payinsidetwo {;
    background-color: #000000;
	position: center;
	border-radius:3px 3px 0px 0px;
	width: 100%;
	padding: 5px 20px;
}
#linepay {
    width: 100%;
	height: 5px;
    border-bottom: 1px solid #FAFAFA;
}
#contactform {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#646464));
	background: -webkit-linear-gradient(top, #CCCCCC, #646464);
	background: -moz-linear-gradient(top, #CCCCCC, #646464);
	background: -o-linear-gradient(top, #CCCCCC, #646464);
	background: -ms-linear-gradient(top, #CCCCCC, #646464);
	position: center;
	width: 500px;
	height: 390px;
	padding: 5px 20px;
	box-shadow: 3px 3px 5px #B6B6B6;
} 

/******************************************
footer everything
******************************************/ 
 #footerxx {
	width: 100%;
	background: #000;
	padding-top:0px;
}
#blockssss {
    display: inline-block;
    width: 70%;
	padding-top: 10px;
	padding-bottom: 10px;
	}
#space {
    display: inline-block;
    width: 6%;
    height: 20px;
	}
#contactForm {
	position: center;
	width: 90%;
	height: 390px;
	padding: 5px 0px;
	display: block;
	margin-bottom:10px;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
    font-size: 16px;
    color: #999999;
}
#contactForm label {
	display: inline-block; 
	float: left; 
	width:80px;
}
#contactForm input, 
#contactForm textarea {
   	font-family: 'Lato', sans-serif;
	font-weight: 100;
    font-size: 16px;
    color: #ffffff;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 9px 0 9px 0; 
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    border-radius: 3px;
}   
#contactForm textarea {
	resize:none;
}   
#contactForm .required {
	color:#C00;
}
#contactForm .form_buttons {
	margin:4px 0 0 0;
}
#contactForm input.button {
	width: 80px;
	margin-left:8px;
	cursor: pointer;
	padding: 4px;
}
#contactForm .special {
	display:none;
}
#contactForm .error, 
#contactForm .sent {
	font-size:11px;
	padding:2px 5px 2px 5px;
	text-shadow:none;
	-webkit-border-radius:3px; 
	-moz-border-radius:3px; 
	border-radius: 3px;
}
#contactForm .error {
	background:#FBE5E2; 
	border:#F2A197 solid 1px; 
	color:#992213;
}
#contactForm .sent {
	background:#E1F8CB; 
	border:#C6D880 solid 1px; 
	color:#37620d;
}
#contactForm input:focus, 
#contactForm textarea:focus, 
#contactForm select:focus,
#contactForm input:hover, 
#contactForm textarea:hover, 
#contactForm select:hover {  
	border:1px solid #ff0066;
}
#contactForm input, textarea,  select {
	color: #FFFFFF; 
	background-color:#222222;
	border:1px solid #999999;
}
#contactForm input.button {
	background-color:#1E1E1E;
	border:1px solid #999999;
	color:#cccccc;	
}
#contactForm input.button:hover {
	color:#eeeeee;	
	background-color:#222222;
	border:1px solid #ff0000;
	}
.style50 {
   	font-family: 'Michroma', sans-serif;
	font-weight: 100;
    font-size: 16px;
    color: #999999;
	} 
.style49 {
   	font-family: 'Michroma', sans-serif;
	font-weight: 100;
    font-size: 12px;
    color: #999999;
	} 
.style51 {
   	font-family: 'Michroma', sans-serif;
	font-weight: 400;
    font-size: 17px;
    color: #ffffff;
	}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#style52 {
   	font-family: 'Michroma', sans-serif;
	font-weight: 100;
    font-size: 17px;
    color: #ffffff;
	}
#style52:hover {
    color: #ff0066;
	}
.style53 {
   	font-family: 'Michroma', sans-serif;
	font-weight: 100;
    font-size: 18px;
    color: #ffffff;
	}
@media only screen and (max-width:1240px) {
.style50 {
    font-size: 14px;
	}
.style49 {
    font-size: 10px;
	} 
	}
@media only screen and (max-width: 479px), screen and (min-device-width:719px) and (max-device-width:721px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
#blockssss {
    display: inline-block;
    width: 70%;
	padding-top: 6px;
	padding-bottom: 30px;
	}
.style50 {
    font-size: 10px;
	}
.style49 {
    font-size: 8px;
	}
	}
@media only screen and (max-width: 420px)) {
#blocksss {
    display: inline-block;
    width: 280px;
	padding-top: 40px;
	}
#blockssss {
    display: inline-block;
    width: 70%;
	padding-top: 6px;
	padding-bottom: 30px;
	}
.style50 {
    font-size: 10px;
	}
.style49 {
    font-size: 8px;
	}
	}
#iconspace {
    display:inline-block;
    width: 20px;
	height: 25px;
	}
@media only screen and (max-width:1240px) {
#iconspace {
    width: 10px;
	}
	}
#facesocial {
    display:inline-block;
	width: 25px;
	height: 25px;
	background: url('../news/w-facebook.png') repeat center center rgba(0, 0, 0, 0.0);
	background-repeat: no-repeat;
	background-position:center;
	background-size: 90%;
	}
#facesocial:hover {
	background: url('../news/w-facebook-down.png') repeat center center rgba(0, 0, 0, 0.0);
	}
#youtubesocial {
    display:inline-block;
	width: 25px;
	height: 25px;
	background: url('../news/w-youtube.png') repeat center center rgba(0, 0, 0, 0.0);
	background-repeat: no-repeat;
	background-position:center;
	background-size: 90%;
	}
#youtubesocial:hover {
	background: url('../news/w-youtube-down.png') repeat center center rgba(0, 0, 0, 0.0);
	}
#instagramsocial {
    display:inline-block;
	width: 25px;
	height: 25px;
	background: url('../news/w-instagram.png') repeat center center rgba(0, 0, 0, 0.0);
	background-repeat: no-repeat;
	background-position:center;
	background-size: 90%;
	}
#instagramsocial:hover {
	background: url('../news/w-instagram-down.png') repeat center center rgba(0, 0, 0, 0.0);
	}
#pininterestsocial {
    display:inline-block;
	width: 25px;
	height: 25px;
	background: url('../news/w-pin.png') repeat center center rgba(0, 0, 0, 0.0);
	background-repeat: no-repeat;
	background-position:center;
	background-size: 90%;
	}
#pininterestsocial:hover {
	background: url('../news/w-pin-down.png') repeat center center rgba(0, 0, 0, 0.0);
	}
	#footdivide{
display:inline-block;
 width:86%;
 background-color:#transparent;
 margin-left:7%;
  margin-right:7%;
}
@media only screen and (max-width:600px) {
#footdivide{
 width:100%;
 margin-left:0%;
  margin-right:0%;
}
	 }
#footleft{
  float: left;
  width: 44%;
  height: 450px;
  text-align:center;
}
@media only screen and (max-width:600px) {
#footleft{
  float: left;
  width: 80%;
  height: 370px;
  text-align:center;
   margin-left:10%;
  margin-right:10%;
}
	 }
#footcenter{
  float: left;
  width: 10%;
  height: 450px;
  text-align:center;
  background-color:#transparent;
}
@media only screen and (max-width:600px) {
#footcenter{
  float: left;
  width: 0px;
}
	 }
#footright{
  float: left;
  width: 45%;
  height: 450px;
  text-align:center;
  background-color:#transparent;
}
@media only screen and (max-width:600px) {
#footright{
    width: 80%;
	height: 370px;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
}
}
#footbackground {
    padding: 4rem 0;
    background-color: #000;
	background: url('../news/sea-black.jpg') repeat center center rgba(0, 0, 0, 0.0);
	
}  