/* Defaults */
* {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;

	letter-spacing: .03em;
}
.wrapper {
	max-width: 1180px;
	margin: auto;
	padding: 0px 20px;
}

p a, p a:hover {color: #847150;}
p a:hover {text-decoration: underline;}


/* Typograhpy */
h1,
h2 {
	font-family: 'Marvel';
	font-weight: 400;
	word-break: break-all;
}
h1 {
	font-size: 36px;
	color: #be102b;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-family: 'Marvel';
}
h1.home,
h3.home {
	text-align: center;
}
h2 {
	position: relative;
	font-size: 26px;
	color: #be102b;
	margin-bottom: 10px;
	font-weight: normal;
	text-transform: uppercase;
}
h2.home {
	font-size: 36px;
	color: #be102b;
	font-family: 'Marvel';
	font-weight: normal;
	margin-bottom: 30px;
	text-align: center;
	letter-spacing: .05em;
}
h2.specials {
	font-size: 36px;
	color: #be102b;
	font-family: 'Marvel';
	font-weight: normal;
	margin-bottom: 30px;
	margin-top: 130px;
	text-align: left;
	letter-spacing: .05em;
}

h3 {
	font-size: 16px;
	color: #be102b;
	font-family: 'Marvel';
	font-weight: normal;
	margin: 0px;
	margin-bottom: 10px;
}

h3.home{
	font-size: 24px;
}

a{
	color: #be102b;
	text-decoration: underline;
}

a:focus, a:hover{
	color: #be102b;
}

button{
	border: none;
}

.slider-text a:focus, .slider-text a:hover{
	color: #ffffff;
}

p	{
	font-family: 'Marvel';
	font-size: 18px;
	line-height: 29px;
	margin-bottom: 24px;
	color: #3e3934;
}

p.introduction {
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 60px;
}

p.hygiene {
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 60px;
}
p.specials {
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 60px;
}

p.ophanging {
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 60px;
}

.home p {
	text-align: center;
}

.specials p {
	text-align: left;
}

.grey_bg p{
	color: #fff;
	text-align: center;
}

.divider{
	width: 120px;
	height: 1px;
	background: transparent;
	margin: 30px auto ;
}

.divider_bar {
	background-color: #5b5b5b;
}

.divider-full {
	background-color: #eaeaea;
	width: 100%;
}

sup {font-size: 20px; font-weight: bold;  vertical-align: text-bottom;}


/* Home */

body.home{
	padding-top: 84px;
}

.home section.intro {
	height: 90vh;
	padding: 0;
    position: relative;
}

.home section.slider-intro{
	background: url('images/emma_slider_back.jpg') no-repeat;
    background-size:  auto 100% ;
    background-position: center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    /*background-color: #303030;*/
}

.home section.slider-intro .container-fluid{
	height: 100%;
	position: relative;
	max-width: 960px;
}

.home section.slider-intro .wrapper{
	position: relative;
}

.home section.slider-intro .slider-front{
	position: absolute;
	top: 0;
	left:0%;
	bottom: 0;
	height: 100%;
}

.home section.slider-intro .slider-text{
	position: absolute;
	top: 20%;
	right: 0;
	color: #ffffff;
	font-family: 'Marvel';
	padding: 0 20px;
	z-index: 1;
	width: 100%;
	max-width: 550px;
	text-align: right;
}

.slider-text h1{
	font-weight: 500;
	margin: 5px 0;
	font-size: 42px;
	font-family: 'Marvel';
	color: #ffffff;
}

.slider-text p{
	color: #ffffff;
	text-align: right;
	line-height: 32px;
	font-size: 24px;
	margin: 0;
	font-family: 'Marvel';
}

.slider-text .button{
	background: transparent;
	border: 2px solid #ffffff;
	font-size: 16px;
	text-decoration: none;
	margin-top: 50px;
}

.home section.slider-intro .slider-logo{
	position: absolute;
	bottom: 20px;
	right: 0;
	z-index: 1;
}

.intro iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.intro_inner {
	transform: translateY(40px);
}
.intro_inner h2:before {
	display: none;
}
.intro_inner:before {
	height: 2px;
	width: 20px;
	background: #fff;;
	display: block;
	content: "";
	position: absolute;
	top: -20px;
	left: 0px;
}
.intro_inner:after {
	height: 2px;
	width: 20px;
	background: #fff;;
	display: block;
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0px;
}
.intro_inner h2,
.intro_inner {
	color: #fff;
	font-size: 36px;
}
.intro_inner span {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}

.intro#over{
	position: relative;
}

#over .video-overlay{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	background-image: url('images/video_overlay.jpg');
	background-size: cover;
	background-position: center center;
}

#play-video{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50%);
	font-size: 60px;
	color: #303030;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
	background: #ffffff;
	padding: 0 0 0 13px;
	text-align: center;
	opacity: .7;
}

#play-video:hover{
	opacity: 1;
}

/* Header */
header {
	position: fixed;
	z-index: 99;
	top: 0px;
	width: 100%;
	background: #ffffff;
	height: auto;

	-webkit-box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.21);
	-moz-box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.21);
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.21);

	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
}
#logo-navbar-middle {
	max-width: 120px;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
}
#logo-navbar-middle.small_header_logo {
	max-width: 50px;
}

/* Navigation */
.navbar {
	margin: 0px;
	float: left;
}
.navbar a {
	font-family: 'Marvel';
	font-size: 18px;
	font-weight: 400;
	color: #303030;
}
.navbar .active a {
	color: #be102b;
}
.nav > li > a:focus,
.nav > li > a:hover {
	background: none;
	opacity: .6;
}
.navbar-brand {
	display: block;
}
.logo{
	width: 170px;
	height: auto;
	vertical-align: top;
	display: inline-block;
	margin: 0;
	float: left;
}

.logo img{
	width: 100%;
}
nav li.logo {
	display: none;
}
nav li.logo img {
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

/* Sections */
section {
	background-color: #ffffff;
	padding: 20px 0px;
}
section#products {
	background-color: #ffffff;
}

section#hygiene{
	background: #eaeaea;
	border: none;
}
section#specials {
	background-color: #ffffff;
}


/* Dealers */
.contact_information img {
	padding: 10px;
	background: #fff;
	margin-bottom: 20px;
}
.contact_list {
	margin: 0px;
	padding: 0px;
}
.contact_list li {
	list-style-type: none;
	font-weight: bold;
	margin-top: 5px;
	font-family: 'Marvel';
	color: #262b36;
	font-size: 12px;
}
.contact_list li a {
	text-decoration: none;
	color: #856118;
}
.contact_list li a:hover {
	text-decoration: underline;
}
#dealers {
	padding-bottom: 40px;
}
#dealers article {
	margin:40px 0 40px 0 ;
}

#dealers article:last-child {
	margin-bottom: 0px;
}

.conversion  {
	background: #fff url('images/chair_conversion.png') right center no-repeat;
	padding-right: 200px;
	padding: 40px 200px 40px 40px;
	border:1px solid rgba(0,0,0,.15);
}
.conversion  p{
	font-size: 14px;
	line-height: 20px;
}


.button{
	padding: 0 30px;
	line-height: 50px;
	background: #be102b;
	color: #ffffff;
	display: inline-block;
	font-size: 19px;
	font-family: 'Marvel';
	text-decoration: none;
	font-weight: 700;
}

.button:hover{
	color: #ffffff;
}

select{
	background: transparent;
	border: 1px solid #eaeaea;
	font-size: 16px;
	font-family: 'Marvel';
	height: 50px;
	padding: 5px 15px;
	width: 100%;
}

.load-more{
	text-align: center;
	width: 100%;
	padding: 50px 0;
	margin: 50px 0 0 0;
}

.load-more .button{
	width: auto;
	float: none;
	font-family: 'Marvel';
	font-size: 19px;
	position: relative;
	background: transparent;
	padding: 0;
	line-height: auto;
	color: #be102b;
	font-weight: 400;
	margin-top: 10px;
}

.load-more .button:after{
	content: '\f107';
	font-family: 'FontAwesome';
	font-size: 42px;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translate(-50%, 0);
}

.load-more .button:hover{
	color: #303030;
}


/* Product */
.product_slider {
	position: relative;
	margin-bottom: 80px;
}
.product_slider button {
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	height: 40px;
	width: 40px;
	border: 0px;
	background: #333 url('images/arrow.png') center center no-repeat;
	background-size: 8px;
}
.product_slider button[data-direction="prev"] {
	left: 20px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	display: none;
}
.product_slider button[data-direction="next"] {
	right: 20px;
}
.product_numbers {
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
#product{
	white-space: nowrap;
}
#product table {
	font-family: 'Marvel;
	width: 100%;
	margin-bottom: 40px;
}
#product table th {
	border-bottom: 1px solid rgba(0,0,0,.15);
	vertical-align: middle;
}
#product table td {
	border-bottom: 1px solid rgba(0,0,0,.10);
}

#product table th,
#product table td {
	text-transform: uppercase;
	font-size: 12px;
	padding: 5px;
	text-align: center;
}
#product table.horizontal_order  th,
#product table.horizontal_order  td {
	text-align: left;
}
.horizontal_order tr td:first-child {
	font-weight: bold;
}
.horizontal_order tr td.uitleg {
	font-weight: normal;
	font-size: 11px !important;
}


.slide_container {
	position: relative;
}
.slide_container img {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* Contact */
#contact_form {
	width: calc(100% - 10px);
}
form label {
	display: block;
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Marvel', serif;
}
label.product-name{
	font-size: 16px;
	font-family: 'Marvel';
	font-weight: 500;
}

label.product-name img{
	width: 50px;
}
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea {
	width: 100%;
	border: 0px;
	background: #fff;
	padding: 10px;
	font-family: 'Marvel', serif;
	border: 1px solid #ededed;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="tel"]:focus,
form textarea:focus {
	background: #333;
	color: #fff;
	outline: none;
}
input[type="checkbox"]{
	float: left;
	clear: left;
	margin: 7px 15px 0 0;
}
form textarea {
	height: 70px;
}
form textarea:focus {
	height: 140px;
}
form input[type="submit"] {
	border: 2px solid #333;
	background: #333;
	color: #fff;
	font-family: 'Marvel', serif;
	padding: 5px 8px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;

	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
form input[type="submit"]:hover {
	background: transparent;
	color: #333;
}
#google_maps {
	padding-top: 20px;
}
.info_content span {
	display: block;
}
.map_window_name {
	font-weight: bold;
}

/* dealer info */

.container {position: relative; width: 100%; margin: 0px; padding: 0px;}

.box1, .box2, .box3 {
	float:left;
	width: 100px;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	cursor: default;
}

.top1, .top2, .top3 {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position:left center;
	margin-right: 20px;
}

.container .box1 .top1 {background-image: url("images/store.png");}
.container .box2 .top2 {background-image: url("images/store.png");}
.container .box3 .top3 {background-image: url("images/conceptstore.png");}

.legend{
	width: 100%;
	height: 30px;
}

.box_container{
	width: 100%;
	height: 100px;
}

.bottom1, .bottom2, .bottom3 {
	padding: 12px;
  	background-color: #f7f7f7;
	box-shadow: 0px 0px 1px #888888;
	display: none;
	width: 100%;
	margin-top: 20px;
	text-align: left;
}

.bottom1 p, .bottom2 p, .bottom3 p{
	text-align: left;
}

/*.box1:hover + .bottom1{
	display: block;
}

.box2:hover + .bottom2{
	display: block;
}

.box3:hover + .bottom3{
	display: block;
}*/



/* footer */
footer {
	padding: 50px 0px;
	background: #ffffff;
	font-size: 14px;
}
footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
footer li{
	color: #303030;
	padding: 2px 0;
	font-size: 13px;
}
footer a {
	color: #303030;
	font-size: 13px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
footer a:hover {
	color: #be102b;
	text-decoration: none;
}

footer h4{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}

footer .col{
	border-left: 1px solid #eaeaea;
}

/* Utilitys */
.explain {
	margin-bottom: 40px;
}
.explain span {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
a[data-prev="true"] {
	font-weight: bold;
	color: #be120b;
	font-family: 'Marvel';
	font-size: 16px;
}
.no_scroll {
	overflow: hidden;
}
#overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background:rgba(0,0,0,.8);
	z-index: 10;
	display: none;
}
img {
	max-width: 100%;
}
.white_bg {
	background-color: #fff;
}
.grey_bg {
	background-color: #1b191a;
	color: #fff;
}
.btn {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;

	color: #fff;
	border:2px solid #fff;
	border-radius: 0px;
	display: inline-block;
}
.btn:hover {
	color: #333;
	background: #fff;
}
.btn:focus {
	background: #333;
	color: #fff;
}
.btn_secondary {
	background: #333;
	border-color: #333;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
.btn_secondary:hover {
	color:#333;
	background: transparent;
}
.btn > span {
	font-size: 70%;
}
.product_filter {
	border-bottom: 1px solid #edece8;
	border-top: 1px solid #edece8;
	padding: 15px 0px;
	margin-bottom: 40px;
}
.product_filter li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #888;
	padding: 0px 10px;
	font-size: 13px;
	letter-spacing: .5px;
}
.product_filter li.isfocus a {
	color: #856118;
}
.product_filter nav ul {
	margin: 0px;
	text-align: center;
}
.product_filter nav ul li {
	list-style-type: none;
	display: inline-block;
}
.product_filter nav ul li a {

}
.pt_serif {
	font-family: 'PT Serif', serif;
	font-size: 18px;
	margin-bottom: 	20px;
	display: block;
}

/* Masonry */
.products .grid{
	text-align: center;
    margin: 0 auto;
    white-space: nowrap;
    max-width: 1080px;
}

.products a {
	display: block;
	text-decoration: none;
	width: 25%;
	margin-bottom: 50px;
	position: relative;
	color: #333;
	opacity: 1;
	display: inline-block;
	display: none;
	float: left;
}

.product a {
	display: none;
}
.products .grid-item:hover {
	opacity: .7;
}
.products .grid-item .product_name {
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1em;
  	color: #303030;
}

.products .grid-item .product_code{
	font-size: 11px;
	display: block;
}

.products .grid-item.nosee {
	display: none;
}


#showcase {
	width: 100%;
	padding: 0;
}

#showcase img {
	width: 100%;
	height: 960px;
}

/*#showcase .grid-item {
	max-width: 370px;
	margin-bottom: 10px;
}
#showcase .grid-item .project_title {
	background: #333 url('images/arrow.png') right 20px center no-repeat;
	background-size: 8px;
	padding: 0px;
	color: rgba(255,255,255,0);
	display: block;
	position: absolute;
	bottom: 20px;
	right: 20px;
	overflow: hidden;
	width: 14px;
	height: 44px;
	padding-right: 50px;
	white-space: nowrap;
	text-transform: uppercase;
	font-family: 'Marvel', serif;
	font-weight: bold;
	font-size: 12px;

	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
#showcase .grid-item:hover .project_title {
	width: calc(100% - 40px);
	color: rgba(255,255,255,1);
	padding: 14px 10px 10px 20px;
}*/

/* Responsive */
.navbar-header {
	background: #fff;
	float: right;
	margin-top: 20px;
	width: auto;
}
.navbar-toggle {
	background: #be102b;
	margin-top: 4px;
	border-radius: 0;
	height: 44px;
	width: 44px;
	margin: 0;
}
.navbar-toggle .icon-bar {
	background: #fff;
}
.disclaimer {
	width: 100%;
	margin-top: 50px;
}

.navbar-nav>li>a{
	text-decoration: none!important;
	padding: 0 20px;
    line-height: 104px;
    color: #303030;
}

#navbar-primary{
	display: inline-block;
}

.navbar-right{
	float: right;
}

.navbar-right li a{
	padding: 5px 15px!important;
	border: 2px solid #303030!important;
	line-height: 21px!important;
	margin: 34px 20px!important;
	font-size: 13px;
}

/* Slider */

.slider-wrapper #projects{
	position: relative;
	width: 100%;
	height: 120px;
}

#showcase {
	position: relative;
}

#slide-window
  {
  position:absolute;
  width:100%;
  height:100%;
  overflow:hidden;
  top:0px;
  left:0px;
  }

#slide-window .slider-overlay{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(190,16,43,.4);
z-index: 1;
text-align: center;
}

.slider-overlay button{
	border: 2px solid #fff;
	color: #fff;
	background: transparent;
	font-size: 16px;
	line-height: 32px;
	padding: 5px 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%, -50%);
}

#slides
  {
  height:100%;
  position:absolute;
  margin:0px;
  padding:0px;

  -webkit-transform: translate3d(0px,0px,0px);
  transform: translate3d(0px,0px,0px);

  transition: all 0.66s ease; -webkit-transition: all 0.66s ease;

  }

.slide
  {
  list-style:none;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 500px;
  height: 100%;
  background: #ccc;
  text-align: center;
  line-height: 300px;
  background-size: cover;
  background-position:50% 50%;
  color:#fff;
  -webkit-transform: translate3d(0px,0px,0px);
  visibility:hidden;
  -webkit-transform-style: preserve-3d;
  }

.slide .credit{
	left: 50px;
    bottom: 50px;
    position: absolute;
}

.slide .credit h4{
	text-align: left;
	color: #847150;
	background: #1b191a;
	display: inline-block;
	float: left;
	clear: both;
  line-height: 42px;
  padding: 0 15px 0 10px;
	margin: 0 0 5px 0;
}

.slide .credit p{
	text-align: left;
	color: #ffffff;
	background: #1b191a;
	display: inline-block;
	float: left;
	clear: both;
    line-height: 32px;
    padding: 10px;
}

.alive { visibility:visible; }

#showcase  .slide-window .nav
  {
  position:fixed;
  z-index:9;
  top:50%;
  cursor:pointer;
  color:#fff;
  opacity:0.7;
  transition: all 0.66s ease; -webkit-transition: all 0.66s ease;
  }

  #showcase .nav img{
  	width: 48px!important;
  	height: 48px!important;
  }

.slide-window .nav:hover { opacity:1.0; }

#left {
	left: 3%;
}

#right {
	right: 3%;
}

#left, #right {
	top: 50%;
	margin-top: -15px;
	height: 30px;
	font-size: 36px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	position: absolute;
	opacity: .5;
	cursor: pointer;
	transform: translateY(-50%);
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
}

#left:hover, #right:hover{
	opacity: 1;
}


#credit {
  position: absolute;
  top: 25px;
  left: 25px;
  color: #eaeaea;
  font-family: 'Marvel';
  text-shadow: 1px 1px 1px rgba(0,0,0,.5);
  font-size: 14px;
}

#intro

.newsletter input{
	background: transparent;
	border: 1px solid #5b5b5b;
	border-radius: 0;
	color: #fff;
}

.newsletter .input-group-addon{
	border-radius: 0;
	color: #847150;
	font-size: 19px;
	background: transparent;
	border: 1px solid #5b5b5b;
	border-left: none;
}

.socialMedia a{
	width: 32px;
	height: 32px;
	line-height: 32px;
	color: #303030;
	border: 1px solid #555;
	text-align: center;
	display: inline-block;
	font-size: 18px;
}

.light-grey-bg{
	background: #f5f3ef;
}


.legend h4:first-child {margin-left:-0px;}

.legend h4{
	display: inline-block;
}

#product .wrapper{
	white-space: nowrap;
	max-width: 960px;
}

.product-image{
	width: 33.333%;
	display: inline-block;
	vertical-align: top;
}

.product-image img{
	width: 100%;
}

.product-info{
	width: 66.666%;
	display: inline-block;
	padding-left: 20px;
	vertical-align: top;
}

.product-info h1{
	margin-top: 0;
}

.hidden-mobile{
	display: initial;
}

.hidden-desktop{
	display: none;
}

#newsletter {
	position: relative;
}

#newsletter input{
	width: 100%;
	height: 50px;
	border-color: #606060;
}

#newsletter button{
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	width: 50px;
	border: 1px solid #606060;
	background: #ffffff;
}

/** MODALS **/

.modal-container{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 20px;
	z-index: 99999;
	white-space: nowrap;
	display: none;
}

.modal{
	max-width: 380px;
	width: 100%;
	position: fixed;
	top: 50%;
	left: 50%;
	bottom: auto;
	display: block!important;
	transform: translate( -50%, -50%);
	-webkit-box-shadow: 2px 2px 30px -8px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 30px -8px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 30px -8px rgba(0,0,0,0.5);
}

.modal-header{
	background: #ffffff;
	border-radius: 5px 5px 0 0;
	width: 100%;
}

.modal-body{
	background: #ffffff;
	width: 100%;
	padding: 20px;
	margin: -2px 0 -2px 0;
}

.modal-footer a{
	color: #ffffff;
	text-decoration: none;
}


.modal-footer{
	background: #ffffff;
	border-radius: 0 0 5px 5px;
	width: 100%;
}

@media(min-width:768px) {
	section {
		padding: 20px 0px;
	}
	.section_correction {
		padding-top: 180px;
	}
	.contact_data_info {
		margin-left: 50px;
		margin-top: 250px;
	}
	.contact_data_info span {
		display: block;
	}
	.contact_data_info span:first-child {
		font-weight: bold;
	}
}

@media(max-width:799px){
	.logo{
		width: 150px;
	}
	.navbar-nav > li > a{
		padding: 0 20px;
		line-height: 97px;
	}
	.navbar-right li a{
		margin: 35px 20px!important;
	}
}

@media(max-width:767px) {

	body.home{
		padding-top: 44px;
	}
	.navbar {
		min-height: 0!important;
		border: none!important;
	    clear: both;
	}
	.navbar-header,
	.navbar-toggle{
		margin-top: 0;
	}
	.navbar-right .navbar-nav{
		display: none;
	}
	.navbar-nav > li > a{
		padding: 0 10px;
		line-height: 40px;
	}
	.logo{
		width: 110px;
	}
	#navbar-primary{
		width: 100%;
	}
	#product{
		padding-top: 100px;
	}
	.hidden-mobile{
		display: none;
	}
	.hidden-desktop{
		display: initial;
	}
	.home section.intro{
		height: 60vh;
	}

}

@media(max-width:680px) {
	.products .grid .grid-item{
		width: 50%;
	}

	.product-image{
		width: 50%;
	}
	.product-info{
		width: 100%;
		display: block;
	}

	.slider-intro{
		display: none;
	}
}

@media(max-width:480px) {
	.products .grid .grid-item{
		width: 100%;
	}
}
