@charset "UTF-8";
@font-face {

	font-family: 'MyFont1';

	 src: url('../fonts/EurostileLTStd.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/EurostileLTStd.ttf')  format('truetype'); /* Safari, Android, iOS */

}



/* CSS Document */

body {
	font-family:"MyFont1", Arial, Helvetica, Arial, sans-serif;
	color:#675e55;
	background-color:#ffffff;
	font-size:16px;
	line-height:140%;
}

p, h1, h2 {
	margin-bottom:20px;

	line-height:120%;
}

h1 {
	font-size:18px;
	text-align:right;
}

h2 {
	font-size:16px;

}

h1, h2 {
	text-transform:uppercase;
}

#inner_techniques h2 {
	text-transform:uppercase;
	margin-bottom:5px;
}

h1, h2, a {
	color:#534132;
}

a:hover {
	color: #969186;
}

a {
	text-decoration:none;
}



img {
	max-width:100%;
	height:auto;
 }


#wrapper {
	width:100%;
	box-sizing:border-box;
	padding:10px 25px 0 25px;
	margin:0 auto;
}

.homepage #wrapper {
	padding: 10px 0 0 0;
}

header {
    display: block;
    overflow: hide;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 30px;
}

.logon header {
	margin-bottom: 110px;
}

.reg header {
	margin-bottom: 20px;
}

#middle_logo {
	width:190px;
	float:left;
}

#logo {
	width:100%;
	float:left;
}

#logo img {
	width:100%;
}

#right_side_header {
	width:879px;
	float:right;
}

#middle_social {
    position: absolute;
    right: 0;
    bottom: 8px;
}

#social {
	float:right;
	margin-top:20px;
}

#social img {
    height: 25px;
    float: right;
    margin-left: 2px;
}

#middle_nav {
	float:right;
	width:auto;
}

nav {
	float:right;
	width:100%;
	margin-top: 103px;
}

footer {
	position: relative;
    max-width: 1200px;
    display: block;
    margin: auto;
    text-align: center;
}

#middle_footer {
	width:100%;
	max-width:1050px;
	box-sizing: border-box;
	padding:0 25px;
	margin:0 auto;
}

#inner_footer {
    width: auto;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 0 8px 0;
    margin-top: 40px;
}


#middle_home_slider {
	width:100%;
	max-width:425px;
	margin:0 auto;

}

#inner_slider {
	width:100%;
	float:left;
}

#main_content {
	width:100%;
	float:left;
}

#gallery {
	width:100%;
	float:left;
}

#gallery ul li {
	display:block;
	width:25%;
	box-sizing:border-box;
	float:left;
	padding:0 2.5px 0 2.5px;
	text-align:center;
	text-transform:uppercase;
}



#gallery ul li,
#gallery-2 ul li {
	margin-bottom:25px!important;
}

#gallery ul li img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	width:100%;
	margin-bottom:5px;
    transition: -webkit-filter 0.5s ease;
	transition: -moz-filter 0.5s ease;
	transition: -o-filter 0.5s ease;
	transition: -ms-filter 0.5s ease;
	transition: filter 0.5s ease;
}

#gallery ul li img:hover {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
	filter: grayscale(0);
}

#gallery-2 {
	width:100%;
	float:left;
}

#gallery-2 ul li {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	position: relative;
	font-size: 10px;
	display:block;
	width:20%;
	box-sizing:border-box;
	float:left;
	padding:0 2.5px ;
	text-align:center;
	text-transform:uppercase;
	margin-bottom: -3px;
    transition: -webkit-filter 0.5s ease;
	transition: -moz-filter 0.5s ease;
	transition: -o-filter 0.5s ease;
	transition: -ms-filter 0.5s ease;
	transition: filter 0.5s ease;
}

#gallery-2 ul li.shop-item {
	width: 20%;
}

#gallery-2 ul li:hover {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
	filter: grayscale(0);
}

footer #middle_footer {
	color: #969186;
}

.back-to-shop {
	position: absolute;
	right: 0;
	top: 6px;
}

.back-to-shop a {
    -webkit-transition: color 0.25s ease-out;
    -moz-transition: color 0.25s ease-out;
    -ms-transition: color 0.25s ease-out;
    -o-transition: color 0.25s ease-out;
    transition: color 0.25s ease-out;
	color: #969186;
}

.back-to-shop a:hover {
	color: #534132;
}

#gallery-2 ul.temp {
	padding:0 25%;

}

#gallery-2 ul.temp li {
	width:50%;

}

#gallery-2 ul li img {
	width:100%;
}

#outer_news {
	width:100%;
	max-width:800px;
	margin:0 auto;
}

#middle_content {
	width:100%;
	box-sizing:border-box;
	max-width:1050px;
	margin:0 auto;

}

#inner_content {
	width:100%;
	float:left;
}

#wrapper .showroom {
	width: 100%;
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
}

.showroom #inner_content {
	max-width: 866px;
	width: 100%;
	float: right;
}


#left_image_holder{
	box-sizing:border-box;
	width:50%;
	padding-right:20px;
	max-width:450px;
	float:left;


}

#left_image_holder img {
	width:100%;

}

#left_image_holder-2{
	box-sizing:border-box;
	width:50%;
	padding-right:20px;
	max-width:450px;
	float:left;


}

#left_image_holder-2 img {
	width:100%;

}


#right_column {
	box-sizing:border-box;
	width:50%;
	padding-left:20px;
	float:right;


}

#right_column-2 {
	box-sizing:border-box;
	width:50%;
	padding-left:20px;
	float:right;


}

#form1 {
	margin-top:30%;
	float:left;
}

#form1 input {
	width:100%;
	max-width:300px;
	padding:5px;
	margin-bottom:10px;
	box-sizing:border-box;
}

#form2 {

	float:left;
}

#form2 input {
	width:100%;
	max-width:300px;
	padding:5px;
	margin-bottom:10px;
	box-sizing:border-box;
}



input.button {
	width:auto;
	margin-bottom:15px;
}

input.button:hover {
	color:#a00d1e;
}

#form2 {

	float:left;
}

input {
	width:70%;
	max-width:300px;
	padding:5px;
	margin-bottom:10px;
	box-sizing:border-box;
}

#form2 select {
	width:80%;
	max-width:300px;
	padding:5px;
	margin-bottom:10px;
	box-sizing:border-box;
}

#form2 label {
	width:20%;
	max-width:300px;
	padding:5px;
	margin-bottom:10px;
	box-sizing:border-box;
	font-size:12px;
	color:#999;
	font-family:Arial, Gotham, "Helvetica Neue", Helvetica,  sans-serif
}




#form2 input.button {
	width:auto;
	margin-bottom:15px;
}


#middle_events {
	width:100%;
	max-width:700px;
	margin:0 auto;
}

#inner_events {
	width:100%;
	float:left;
}

#inner_techniques {
	width:100%;
	float:left;
	margin-top:20px;
}

#inner_techniques ul {
	margin-bottom:30px;

}

#inner_techniques ul li{
	list-style:disc;
	margin-bottom:15px;
	margin-left:25px;

}

#inner_techniques ul ul {
	margin-top:10px;
	margin-bottom:10px;
}

#inner_techniques ul ul li{
	list-style:circle;


}

#inner_events ul li{
	display:block;
	width:100%;
	margin-bottom:50px;
	/*border:#969186 solid 1px;*/
}

#inner_events ul li img {
	border: #969186 solid 1px;
	width:100%;
}

#inner_events ul li .description {
	display:block;
	width:100%;
	padding:5px 10px;
	box-sizing:border-box;


}

.inside_image {
	float:left;
	margin:0 10px 10px 0;
	display:none;

}

.map_row {
	width:100%;
	float:left;
	margin:20px 0;
}

.address {
	width:40%;
	box-sizing:border-box;
	padding-right:20px;
	float:left;
	margin-top:20px;
}

.address a {
	text-decoration:underline;
}

.map {
	width:60%;
	box-sizing:border-box;
	padding-left:20px;
	float:left;
	position:relative;
	overflow:hidden;

	padding-bottom: 30%;
    height: 0;
}


 .map iframe {
       position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
}
.col-2 {
	box-sizing:border-box;
	width:50%;
	font-size: 20px;
	text-align:center;
	margin-bottom:40px;
	float:left;
	padding:0 10px;;
	line-height:130%;

}

.col-3 {
	box-sizing:border-box;
	width:33.33%;
	text-align:center;
	margin-bottom:30px;
	float:left;

	padding:0 10px;
}

.col-2 a, .col-3 a {
	color:#a00d1e
}

.col-2 .inner_show {
	background-color:#b5b2aa;
	width:100%;
	box-sizing:border-box;
	height:175px;
	color:#fff;
	padding:20px;
}

.col-3 .inner_show {
	background-color:#b5b2aa;
	width:100%;
	box-sizing:border-box;
	height:175px;
	padding:20px;
	color:#fff;
}

.col-3 .empty {
  background-color:#fff;
}



@media screen and (max-width: 1175px) {
	/*#middle_logo {
		width:190px;
		float:none;
		margin:0 auto;
	}

	#right_side_header {
		width:100%;
		float:left;
	}*/

	#middle_social {
		width:118px;
		float:none;
		margin:0 auto;

	}

	#social {
		width:100%;
		box-sizing:border-box;
		padding-right:7px;
		margin-top:15px;
	}

	#middle_nav {
		float:none;
		width:auto;
		margin:0 auto;
	}

	nav {
		margin-top:8px;
		width: 100%!important;
	}

	#middle_social {
	    right: 50%;
	    bottom: 7px;
	    transform: translateX(50%);
	}

	#inner_footer {
		margin-bottom: 30px;
	}
	#middle_logo {
	  width: 130px;
	  position: absolute;
	  top: 0;
	}
}/* max-width:1175px */


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

	#middle_nav {
		float:none;
		width:100%;
		margin:0 auto;
	}

	header {
		margin-bottom:30px;
	}

	.logon header {
		margin-bottom: 120px;
	}

	.reg header {
		margin-bottom: 20px;
	}

	.col-2 {

		font-size: 16px;

	}
	.col-3 {
		width:50%;
	}


	.col-2 .inner_show {
		padding-top:20px;
	}

	.col-3 .empty {
	  display:none;
	}
}

@media screen and (max-width: 850px) {
.address {
	width:100%;

	padding-right:0;
	float:left;
	text-align:center;
	margin-bottom:20px;
	margin-top:0;
}



.map {
	width:100%;
	padding-left:0;

}

.col-2 {

	font-size: 18px;

}

}


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

	#gallery ul li {

	width:50%;

}

#gallery-2 ul li {

	width:50%;

}

#gallery-2 ul.temp {
	padding:0;

}

#gallery-2 ul.temp li {
	width:50%;

}


}


@media screen and (max-width: 660px) {
.col-2 {

	width:100%;
	height:auto;
	margin-bottom:20px;


}
.col-3 {
	width:100%;
	height:auto;
	margin-bottom:20px;
}


#left_image_holder-2{

	width:100%;
	padding-right:20px;
	padding-left:20px;
	max-width:450px;
	float:left;


}



}

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

	.inside_image {

	display:block;



}

	#left_image_holder{
	    width: 60%;
	    float: none;
	    margin: auto;
	    padding-bottom: 30px;
	}

	#right_column {

		width:100%;
		padding-left:0;
	}

	#right_column-2 {

		width:100%;
		padding-left:0;
	}

	#form1 {
		margin-top:20px;
	}
}

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

	#gallery ul li {

	width:100%;


}

#gallery-2 ul li {

	width:100%;


}




#gallery-2 ul.temp li {
	width:100%;

}


}


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

	.inside_image {

	float:none;
	margin:0 auto 20px auto;



}

}
