/*====== BASELINE =====*/

.clear{
	clear: both;
}
.fr{
	float: right;
}
.fl{
	float: left;
}
address{
	font-style: normal;
}
span.error,
span.success {
	display: block;
	margin-bottom: 20px;
	line-height: 20px;
	padding: 5px 10px;
	color: #fff;
}
span.error{
	background-color: #cf2525;
}
span.success{
	background-color: #777777;
}

/*====== POPUP =====*/

.mid_popup.long{
	margin-bottom: 60px;
}
.mid_popup.long input[type="text"], 
.mid_popup.long input[type="password"], 
.mid_popup.long input[type="email"] {
	margin-top: 0px;
	margin-bottom: 20px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	width: 100%;
}
.mid_popup.long input[type="button"],
.mid_popup.long input[type="submit"]{
	padding: 12px 30px;
	background-color: #777777;
	color: #fff;
}
.mid_popup.long input[type="button"]:hover,
.mid_popup.long input[type="submit"]:hover{ 
	background: #989696; 
	color: #000 !important; 
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in; 
	-ms-transition: all 0.5s ease-in; 
	-o-transition: all 0.5s ease-in; 
	transition: all 0.5s ease-in; 
	}
.mid_popup .input_half {
	width: 48%;
}

/*====== EXHIBITION DETAIL =====*/

/* .two-column{
	-moz-column-count: 2;
	-moz-column-gap: 40px;
	-webkit-column-count: 2;
	-webkit-column-gap: 40px;
	column-count: 2;
	column-gap: 40px;
} */

/*====== SLIDER =====*/

.slider-container{
	margin: auto;
	width: 100%;
	position: relative;
}
.slider-wrapper{
	height: auto; 
	width: 100%; 
	margin: auto;
	margin-top: 40px; 
}
.slider-content{
	position: relative;
	height: auto;
	width: 100%;
}
/*.slider-wrapper.slick2{
	height: 260px;
}
.slick2 .slider-content{
	height: 260px;
}*/
.ex-slide img{
	box-shadow: 3px 2px 3px hsl(0, 1%, 48%);
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 180px;
}	

.slider-content img{
	box-shadow: 3px 2px 3px hsl(0, 1%, 48%);
	display: inline-block;
	height: 180px;
	min-width: 30px;
	max-width: 100%;
}
.slider-content span{
	display: block;
	margin-top: 19px;
	font-family: 'nobelregular';
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
}
.slider-content a{
	display: block;
}
.slider-content span{
	display: block;
	margin-top: 19px;
	font-family: 'nobelregular';
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
}
.slick2 span {
	margin-bottom: 6px;
	margin-top: 19px;
}
.slick2 p{
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0;
	text-transform: none;
	width: 100%;
	display: block;
}
.slider-content a{
	display: block;
	text-align: left;
}
.slick-next,
.slick-prev,
.next,
.prev{
	display: none;
	height: 50px;
	width: 50px;
	position: absolute;
	top: 40%;
	background: url(../images/nav.png) no-repeat 0 0;
	cursor: pointer;
	opacity: 0.8;
}
.slick-next:hover,
.slick-prev:hover,
.next:hover,
.prev:hover{
	opacity: 1;
}
.slick-next{
	right: -65px;
	background-position: -50px 0px;
}
.slick-prev{
	left: -80px;
}
.slick-prev:before, .slick-next:before{
	content: "";
}

/*====== PRODUCT DETAIL =====*/

ul.exb li {
	height: 250px;
	vertical-align: top;
}
ul.exb li span a{
	white-space: normal;
	width: 240px;
}
.message{
	width: 1024px;
	margin: 0px auto;
}
.receiver{
	height: 33px; 
	margin: 0;
	vertical-align: middle;
	display: block;
}
.initiator{
	display: inline-block;
}
/* .akordeon-item-content ul li.active a {
	text-decoration: underline;
} */
.other_ul li a{
	display: block;
}
.other_ul li a img{
	width: 18px;
	height: 18px;
	margin-top: 5px;
}
.r404{
	margin-top: 120px;
	margin-bottom: 80px;
	margin-left: 300px;
	margin-right: 0;
}
.r404 h3{
	font-family: 'nobellight';
	font-size: 55px;
	line-height: 70px;
	color: #000;
	margin-bottom: 20px;
}
.r404 span{
	display: block;
	color: #000;
	font-size: 15px;
	line-height: 20px;
}
.r404 ul{
	color: #000;
	font-size: 15px;
	line-height: 30px;
	margin-top: 30px;
}	
.r404 ul li{
	margin-left: 20px;
	margin-right: 0;
	list-style-position: inside;
	list-style-image: url(images/bullet.png);
}
.contact .left-col {
	width: 30%;
}
.contact .right-col {
	width: 70%;
}
.detail_left {
	float: left;
	max-width: 100%;
	text-align: center;
	width: 500px;
	margin-right:30px;
}
.detail_left img {
	max-height: 345px;
}
select.input{
	margin-top: 0;
	border: 0;
	border: 1px solid hsl(0, 0%, 83%);
	width: 100%;
	padding: 15px 10px;
	cursor: pointer;
}
.input_half select.input{
	padding: 7px 10px;
	margin-top: 20px;
	outline: 0;
	border: 0;
	border-bottom: 2px solid #bababa;
}
.addthis_sharing_toolbox{
	margin-left: -45px !important;
}
.addthis_sharing_toolbox .at300bs.at15nc.at15t_compact{
	background: none;
}
.load-more{
	text-align: center;
	color: e4e4e4;
	line-height: 50px;
	height: 50px;
	background: #fff;
	border: 1px solid #888888;
	font-size: 14px;
	text-transform: uppercase;
	display: none;
}
.carousel-pagination li {
	display:block;
	width:10px;
	height:10px;
	margin-right:5px;
	cursor:pointer;
	float:left;
	background:#333;
}
.carousel-pagination .carousel-pagination-active {
	background:#ff0000;
}

.simple-slide{
	position: relative;
	margin-top: 40px;
}
.next{
	right: 0;
	background-position: -50px 0px;
}
.prev{
	left: 0;
}
.sliding{
	margin:0;
	padding:0;
	list-style:none;
}
.sliding{
	margin-bottom: 50px;
}
.sliding li span{
	display: block;
	margin-top: 19px;
	font-family: 'nobelregular';
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
}
.sliding li span {
	margin-bottom: 6px;
	margin-top: 19px;
}
.sliding li p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0;
	text-transform: none;
	width: 100%;
	display: block;
}
.sliding li a{
	display: block;
}
.sliding li a img{
    box-shadow: 1px 2px 9px hsl(0, 1%, 48%);
    display: block;
    height: 180px;
    max-width: 100%;
    min-width: 30px;
	margin-right: 25px;
	margin-left: 0;
}
@media (min-width:1150px){
	.next{
		right: -60px;
	}
	.prev{
		left: -60px;
	}
}
@media only screen and (max-width:799px){
	.container-home, .container-home-footer{
		padding: 0 10px;
		width:98%;
	}
	.home-column{
		width: 29.2%;
	}
}
@media only screen and (max-width:768px){
       /* default iPad screens */
	.slider-container{width: 98%;}
	.home-column{
		width: 101%;
		display:block;
		text-align: center;
	}
	.title-home{
		background: none repeat scroll 0 0 #d9d8d8;
		margin-left: -10px;
		padding-left: 0;
	}
	.column-space{
		display: none;
	}
}
@media only screen and (max-width:480px){
       /* styles for mobile browsers smaller than 480px; (iPhone) */
	.slick-prev {left: -35px;}
	.slick-next {right: -35px;}
	/*.slider-content{margin: auto;}  
	.slider-container{width: 310px;}*/
}
@media only screen and (max-width:320px){
	/*.slider-container{width: 250px;}*/
	.slick-prev {left: -25px;}
	.slick-next {right: -25px;}
}