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


@charset UTF-8;

* {
  margin: 0;
}


html, body {
  height: 100%;
}
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
color:#000;
font-family:'NeuzeitSLT-Book', sans-serif;
font-size:1em;
margin: 0 auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

a{  
    transition:all 300ms ease;
    color:#000;
}
a:hover{cursor: pointer;}
a:hover, a:focus{color:#303030;}

a:focus,input:focus, textarea:focus, keygen:focus, select:focus{
    outline: none;
    outline-offset: 0;
}
input, select, textarea
{
	-webkit-appearance: none !important;
	-moz-kit-appearance:none !important;
}

.underline{
    text-decoration: underline;
}

h1 {
font-size:2em;
color:#000;
font-weight:400;
letter-spacing:.6em;
line-height:.5;
font-family:'NeuzeitSLT-Book', sans-serif;
}

h2 {
}

h3{
font-size:1.25em;
letter-spacing:0.05em;
text-transform:capitalize;
line-height:1;
font-weight:500;
font-family:'NeuzeitSLT-Book', sans-serif;
}

h4{font-size:1em;}

h5 {
letter-spacing:.5px;
font-size:12px;
line-height:normal;
font-family:'NeuzeitSLT-Book', sans-serif;
color:#000;
}

section{clear: both; position: relative;}


.jumbotron {
    padding-bottom: 0;
    background-color: #fff;
}

#home img {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

input, select, textarea {
    -moz-appearance: none;
    -webkit-apperance: none;
    border: 2px solid;
}

/* nav bar */
.navbar-default {
    background-color: #fff;
    border-color: #424242;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
    text-transform: capitalize;
    letter-spacing: 0.05em;
    font-size: 1.1em;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #fff;
    text-decoration: underline;
    color:#303030;
}



.navbar-default .navbar-toggle {
    border-color: transparent;
    border-radius: 0px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #303030;
    border-radius: 0px;
    height: .3em;
}
.navbar-default .navbar-toggle:hover .icon-bar, 
.navbar-default .navbar-toggle:focus .icon-bar{
    background-color: #444;
}

ul #socialbar.nav{display: block}
#socialbar.nav > li {
    position: relative;
    display: inline-block;
}
#socialbar.nav > li > a{
    color:#000;
    transition: color 500ms ease;
}
#socialbar.nav > li > a:hover{
    color: #303030;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 405px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background-color: transparent;
}

/*wishlist*/

.button a {
    background: #dbf0d5;
    padding: 7px 13px;
    border-radius: 9px;
    display: inline-block;
    box-shadow: 2px 3px #c8c3c3;
}
.button a:hover {    
    text-decoration: none;
    box-shadow: 1px 2px #bab0b0;
}

/* store */

.blue{background-color:#ff424d;}
.orange{background-color:#00aff0;}

tr {
    display: inline-block;
}

.price {
    font-size: 1.2em;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

#store{
    font-size: 1.2em;
    position: relative;
}
#store .col-md-6.col-xs-6:last-child{
    position: relative;
    padding-top: 15%;
    right: 0px;
}

#store h3{
    text-align: left;
line-height: 2;
padding-left: 1.5%;
font-size: 1.4em;
}

#store img.img-responsive{
max-height: 300px;
margin: 0 auto;
text-align: right;}

#shop .col-md-4{
    position: absolute;
    display: block;
    bottom: 10%;
    right: 10%;
}
#shop .col-md-4 form{
    
}

input {
    border: 1px solid #000;
    border-radius: 0;
    padding: 1% 2%;
    background-color: #fff;
    text-transform: capitalize;
    margin-top: 2%;
    transition: all 300ms ease;
    font-size: 1em;
    letter-spacing: 0.05em;
}
input:hover {
    background-color: #F0F0F0;
}

select{
   padding: 0px 8px;
text-align: left;
border: 0;
border-bottom: 2px solid;
    border-radius: 0;
    background-color: #fff;
}

#store select:hover{cursor:pointer;}

section#thanks{
    padding:0 2%;
    height: 100%;

}
section .centered{
position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
}

/* swiper */


/* gallery */
.thumbnail {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.thumbnail {
    display: inline-block;
    padding: 4px;
    margin: 0 auto;
    line-height: 1.42857;
    background-color: #FFF;
    border: 0px solid rgb(255, 255, 255);
    border-radius: 0px;
    transition: border 0.2s ease-in-out 0s;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: transparent;
    border-width: 0px;
    transition:opacity 300ms ease;
}
a.thumbnail img{opacity: 1;transition:opacity 300ms ease;}
a.thumbnail:hover img, a.thumbnail:focus img, a.thumbnail.active img{opacity:0.8;}

.thumbnail {
  position: relative;
  width: 200px;
  height: 150px;
  overflow: hidden;
}
.thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.thumbnail > img, 
.thumbnail a > img, .carousel-inner > 
.item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: none;
    height: auto;
}
ul {
list-style-type:none;
display:inline;
}

#links li{list-style: none;line-height: 2;}
#links li a{font-size: 1.1em;}


#slide {
width:800px;
height:575px;
overflow-x:scroll;
overflow-y:hidden;
white-space:nowrap;
background:center;
padding:0 20px 0 0;
}

#slide li {
display:inline;
}

#slider {
width:900px;
}

text {
border-color:#333;
border-width:1px;
}

.style3 {
color:#666;
font-family:'NeuzeitSLT-Book', sans-serif;
}

[data-icon]:before{
	font-size:2.27em;
	  
}

p {
}

img {
border:0;
}

a img {
border:0;
}

/*email sign up*/

  #mc_embed_signup{background:transparent;font:14px Helvetica,Arial,sans-serif; width:100%;
  display:block;
  }

  #mc_embed_signup input.email {
    font-family: INHERIT;
    font-size: 12px;
    border: 1px solid #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    color: #000;
    background-color: #fff;
    box-sizing: border-box;
    height: 32px;
    padding: 0px 0.9em;
    display: inline-block;
    margin: 0;
    max-width: 350px;
    vertical-align: top;
}

#mc_embed_signup .button {
    font-size: 15px;
    border: 1px solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    letter-spacing: .03em;
    color: #000;
    background-color: #fffdfd;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    padding: 0 18px;
    display: inline-block;
    margin: 0;
    transition: all 0.23s ease-in-out 0s;
    max-width: 32px;
}
#mc_embed_signup .button:hover {
    background-color: rgb(253, 239, 239);
    cursor: pointer;
}

  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}
::-moz-placeholder { /* Firefox 19+ */
  color: black;
}
:-ms-input-placeholder { /* IE 10+ */
  color: black;
}
:-moz-placeholder { /* Firefox 18- */
  color: black;
}

footer {

padding: 5px 15px;
background-color: #fff;
display: block;
    bottom: 0;
    margin-bottom:0px; 
    width: 100%;
    height: auto;
}

footer a{
	color:#333;
}
footer p.copyright{
    text-align: center;
font-size: 0.8em;
margin: 0 auto;

font-family:Arial,Helvetica,sans-serif;
}

.info[class] {
    display: none;
}

.border {
	
	border-top:thin #CCC solid;
}


.hidden {
	display:none;
}

@media (max-width: 768px) {
    
    .container section{    
    padding: 25px 0px;
    margin: 0 auto;}
    section#home {
    margin-top: 50px;
    margin-bottom: 0px;
}
.jumbotron {
    padding-top: 48px;
    padding-bottom: 0;
}
.thumbnail {
    position: relative;
    width: 150px;
    height: 150px;}

}
