/*--------------------------------------------------------
Resets
--------------------------------------------------------*/
html, body {
    height: 100%;
}
a:active, a:focus, input {
    outline: 0;
    outline-style:none;
    outline-width:0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	 outline: 0;
    outline-style:none;
    outline-width:0;
}

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

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


body.mceContentBody {
	background: #000000; 
	color: #FFFFFF;
}

/*--------------------------------------------------------
Commons
--------------------------------------------------------*/

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

}

::-moz-selection {background: #FFF100;color: black; }
::selection {background: #FFF100;color: black; }

body {
	background: white;
	font: 13px 'Open Sans', sans-serif;
	color: #FFFFFF;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img.scaleimg {
	width: 100%;
    height: auto;
}

.hidden {
	display: none !important;
}

.vertical-text {
	display: table-cell;
	vertical-align: middle;
	width: 960px;
}

.pattern {
	background: url(../files/template/pattern.png);
	width: 100%;
	position: absolute;
}

.italic{
	font-style: italic;
}

.center{
	text-align: center;
}

.no-transform{
	text-transform: inherit;
}

.clear{
	clear: both;
}

.hidden{
	display: none;
}

.left{
	float: left;
	position: relative;
}

.right{
	float: right;
	position: relative;
}

.full-height{
	height: 100%;
}

.bottom25{
	margin-bottom: 25px;
}

.top25{
	margin-top: 25px;
}

.top50{
	margin-top: 50px;
}

.superscript{
	vertical-align: super;
	font-size: 80%;
}

select{
	border: solid thin #666 !important;
	border-radius: 0px;
	line-height: 28px;
	height: 28px;
	padding: 4px;
}

/*--------------------------------------------------------
Typography
--------------------------------------------------------*/

h1, h2, h3, h4, h5 {
	text-transform: uppercase;
	font-weight: 400;
}

h1 {
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 86px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 7px;
}

h1.white {
	color: white;
}

h2 {
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 44px;
	text-transform: uppercase;
	position: relative;
	line-height:50px;
}

h2.white {
	color: white;
}


h3 {
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 27px;
	line-height:32px;
}

h3.white {
	color: white;
}

h4 {
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 22px;
}

h5 {
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 16px;
}

p {
	margin-top: 10px;
}

p a {
	color: #FFF100;
	text-decoration: none;
}

p a:hover {
	color: #868991;
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
}



/*--------------------------------------------------------
Navigation
--------------------------------------------------------*/

nav {
	background: url(../files/template/nav-bg.png);
	width: 100%;
	position: relative;
	z-index: 1000;
	height: 50px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.links {
	height: 50px;
	display: table-cell;
	vertical-align: middle;
}

.links li {
	display: inline;
	margin: 0 15px 0 0;
}

.links a, .links li {
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 16px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}

.links a:visited {
	color: white;
}

.links a:hover {
	color: #FFF100;
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
}
.links a img{
	position:relative;
	top:5px;
	}
.links img {
	margin-left: 12px;
	
	opacity:0.3;
}

.links img:hover {
	opacity:1; 
}

.links .shopLocator, .links .shopLocatorHome{
    position: relative;
}

.links .shopLocator.active:after, .links .shopLocatorHome.active:after, .links .shopLocator:hover:after, .links .shopLocatorHome:hover:after{
    width: 192px;
    height: 66px;
    position: absolute;
    top: 100%;
    right: 0;
    content: '';
    display: block;
    background: url("../files/template/find-store-bottom.png") center no-repeat;
}

.my-wrapper:not(.sticky) .links .shopLocatorHome.active:after, .my-wrapper:not(.sticky) .links .shopLocatorHome:hover:after{
    background: url("../files/template/find-store-top.png") center no-repeat;
    top: auto;
    bottom: 100%;
    right: auto;
    left: 0;
}

.social-icons {
	text-align: right;
	margin-top: 18px;
}

.social-icons li {
	display: inline-block;
	margin: 0 0 0 6px;
}

.social-icons img {
	background: url(../files/template/social-icons-bg.png);
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	margin: 0px !important;
	opacity: 1;
}

.social-icons img:hover, .link.language:hover, .link.language.selected {
	background-color: #FFF100;
	transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	-o-transition: wbackground-color 0.5s;
}

.dropmenu, #navDropMenu_msdd {
	display: none;
}

.link.language{
	font-size: 10px;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 24px;
	text-align: center;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}
.link.language:hover, .link.language.selected{
	color: black;
}


/*--------------------------------------------------------
Parallax
--------------------------------------------------------*/


#parallax1, #parallax2, #parallax3 {
	width: 100%;
	min-height: 440px;
	background-color: #1c1f26;
	position: relative;
	overflow: hidden;
}

#parallax1 .vertical-text,
#parallax2 .vertical-text,
#parallax3 .vertical-text,
#parallax1 .pattern,
#parallax2 .pattern,
#parallax3 .pattern {
	height: 100%;
}


	/*Parallax1------------------------------------------*/
	
	.bg1 {
		background: url(../files/data/parallax/teaser1.jpg) 50% 50% fixed repeat-y;
		width: 100%;
		height: 100%;
		margin: 0 auto;
		position: absolute;
		background-size: 110%;
	}
	
	p.prlx-quote {
		font-family: 'BebasNeueRegular', sans-serif;
		font-size: 48px;
		line-height: 1;
		margin-bottom: 20px;
		color: white;
		text-align: center;
		text-transform: uppercase;
		z-index: 200;
		margin: 0 10% 0 10%;
	}
	
	.prlx-author {
		height: 24px;
		background: url(../files/template/quote.png) left no-repeat;
		width: auto;
		padding-left: 40px;
		font-size: 11px;
		font-weight: 600;
		color: white;
		text-transform: uppercase;
		line-height: 0.9;
		position: relative;
		margin-top: 26px;
		left: 42%;
		z-index: 200;
	}


	/*Parallax2------------------------------------------*/
	
	.bg2 {
		background: url(../files/data/parallax/teaser2.jpg) top center fixed repeat-y;
		width: 100%;
		height: 100%;
		margin: 0 auto;
		position: absolute;
		background-size: 120%;
	}
	
	.twitter-author {
		text-transform: uppercase;
		font-family: 'BebasNeueRegular', sans-serif;
		font-size: 24px;
	
	}
	
	.tweet {
		font-family: 'BebasNeueRegular', sans-serif;
		font-size: 24px;
		color: white;
		line-height: 1.4;
		margin: 7px 0 12px 0;
	
	}
	
	.twitter-date {
		color: #868991;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: 600;
	}


	/*Parallax3------------------------------------------*/
	
	#parallax3 h2 {
		text-align: center;
		margin-bottom: 20px;
	}
	
	.bg3 {
		background: url(../files/data/parallax/teaser3.jpg) 50% 50% fixed repeat-y;
		width: 100%;
		height: 100%;
		margin: 0 auto;
		position: absolute;
		background-size: 110%;
	}
	
	.clients {
		text-align: center;
	}
	
	.clients li {
		display: inline;
		margin: 0 15px 0 15px;
		height: 50px;
		opacity:1;
	}
	
	.clients li:hover {
		opacity:0.7;
	}



/*--------------------------------------------------------
Content
--------------------------------------------------------*/

#about, #news, #services, #products, #ideas, #shop-locator {
	padding-top: 64px;
	padding-bottom: 80px;
	position: relative;
	background: black;
}

.one-text {
	font-size: 12px;
	line-height: 1.5;
}

.description {
	font-size: 12px;
	line-height: 18px;
}

.columns .img-wrp {
	position: relative;
}

.img-wrp img {
	display: block;
}


.overlay-wrp {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	height: 100%;
	width: 100%;
}

.overlay-wrp .overlay {
	opacity: 0.5;
	filter: alpha(opacity=50);
	height: 100%;
	width: 100%;
}

.overlay {
	background: #FFF100;

}
    
	
	/*Homepage------------------------------------------*/
	
	#homepage {
		background: url(../files/template/pattern.png);
		position: relative;
		overflow: hidden;
		height: 100%;
		margin-bottom: -50px;
	}
	
	#homepage .container {
		height: 100%;
	}
	
	.logo {
		top: 40px;
		position: absolute;
		opacity: 0;
		filter: alpha(opacity=50);
	}

	.cart-button{
		float: right;
		margin-top: 40px;
		cursor: pointer;
	}

	.cart-button img{
		height: 100px;
	}
	
	.slider-text {
		position: absolute;
		overflow: hidden;
		bottom: 110px;
		min-height: 220px;
	}
	
	#slidecaption { 
		overflow: hidden;
		float: left;
		color: #FFF100;
		font: 92px/0.9 "BebasNeueRegular", Helvetica, Arial, sans-serif;
		margin: 0 20px 0 0;
	}
	
	.slidedescription {
		font: 600 14px "Open Sans", Helvetica, Arial, sans-serif;
		margin: 13px 0 0 0;
		color:#FFF;
	}
	
	.line {
		border-bottom: solid white 1px;
		margin-bottom: 36px;
		opacity: 0;
		filter: alpha(opacity=0);
	}	
	
	
	/*About------------------------------------------*/
	
	.container .overlay-content.social-icons {
		text-align: center;
		margin-top: -11px;
		position: absolute;
		top: 20%;
		width: 100%;
		z-index: 10;
	}
	
	.container .overlay-content.social-icons img {
		background: white;
		border-radius: 18px;
		-webkit-border-radius: 18px;
		-moz-border-radius: 18px;
		opacity: 0.7;
	}
	
	.container .overlay-content.social-icons img:hover {
		opacity: 1;
		transition: opacity 0.5s;
		-moz-transition: opacity 0.5s;
		-webkit-transition: opacity 0.5s;
		-o-transition: opacity 0.5s;
	}
	
	.column .img-wrp {
		position: relative;
		margin: 52px 0 14px 0;
		
	}	
	
	.job-position {
		color: #868991;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: 600;
		margin: -4px 0px 14px 0px;
	}
	
	.box {
		padding: 20px 30px 30px 30px;
		width: 74%;
		margin: auto;
		margin-bottom: 25px;
		font-size:12px;
		line-height:15px;
	}

	.bg3D{
		background: #3D3D3D;
	}

	.workflow-card{
		width: 195px;
		float: left;
		position: relative;
		margin: 10px 20px;
	}

	.workflow-card a, .workflow-card p{
		color: #FFFFFF;
		display: block;
		width: 100%;
		height: 100%;
		text-align: center;
	}

	.workflow-card a{
		height: 180px;
		width: 164px;
		text-decoration: none;
		margin: auto;
	}

	/*.workflow-card a:hover{
		background: rgba(255, 255, 255, 0.3);
		transition: background 0.5s;
		-moz-transition: background 0.5s;
		-webkit-transition: background 0.5s;
		-o-transition: background 0.5s;
	}*/

	.workflow-card p{
		font-size:12px;
		line-height:15px;
	}

	.lnkProfile.lnkDesign{
		background-image : url(../files/template/icons/iconDesign.png);
	}

	.lnkProfile.lnkMaterial{
		background-image : url(../files/template/icons/iconMaterial.png);
	}

	.lnkProfile.lnkProduction{
		background-image : url(../files/template/icons/iconProduction.png);
	}

	.lnkProfile.lnkControl{
		background-image : url(../files/template/icons/iconControl.png);
	}

	.lnkProfile.lnkDesign:hover{
		background-image : url(../files/template/icons/iconDesignActive.png);
	}

	.lnkProfile.lnkMaterial:hover{
		background-image : url(../files/template/icons/iconMaterialActive.png);
	}

	.lnkProfile.lnkProduction:hover{
		background-image : url(../files/template/icons/iconProductionActive.png);
	}

	.lnkProfile.lnkControl:hover{
		background-image : url(../files/template/icons/iconControlActive.png);
	}



	.slideshow .info{
		position: absolute;
		background: rgba(0, 0, 0, 0.7);
		width: 440px;
		color: white;
		font-size: 12px;
	}

	.slideshow .info.right{
		float: left;
		left: 405px;
		padding: 25px 60px 25px 35px;
	}

	.slideshow .info.left{
		padding: 25px 35px 25px 60px;
	}

	.slideshow .info .info-card{
		float: left;
		margin: 5px 4px;
		padding: 4px;
		text-align: center;
		font-size: 11px;
	}

	.slideshow .info .info-card > img{
		width: 47px;
	}

	.slideshow .info .title{
		width: 360px;
	}
	.slideshow .info .content{
		width: 345px;
		margin-left: 15px;
		margin-top: 10px;
	}
	.slideshow .container{
		width: 450px;
	}
	.slideshow .container .eight.columns{
		width: 45%;
	}


	/*news------------------------------------------*/

	.news-full {
		background: #f0f2f5;
		padding: 60px 0px 60px 0px;
		margin: 53px 0px 0px 0px;
	}
	
	#news h4 {
		margin: 54px 0 10px 0;
	}

	#news .five{
		width: 300px;
		position: relative;
		margin-bottom: 20px;
	}

	#news .image-wrapper{
		width: 100%;
		height: 200px;
		background: grey;
		overflow: hidden;
	}

	#news .image-wrapper img{
		width: 100%;
		height: auto;
	}

	#news .news-title{
		position: absolute;
		bottom: 75px;
		float: left;
		padding: 5px 10px 0px 10px;
		line-height: 25px;
	}

	#news .description{
		line-height: 15px;
		height: 50px;
		background: white;
		color: black;
		padding: 5px 10px;
	}

	#news .description p{
		margin-top: 0px;
	}

	#news .description a{
		color: black;
		font-weight: bold;
		text-decoration: none;
	}

	#news .description a:hover {
		color: #333;
		transition: color 0.5s;
		-moz-transition: color 0.5s;
		-webkit-transition: color 0.5s;
		-o-transition: color 0.5s;
	}

	#news .pagination{
		position: relative;
	}

	#news .pagination .next, #news .pagination .prev{
		position: relative;
		float: right;
	
		width: 50px;
		height: 35px;
	}

	#news .pagination .next{
		background: url(../files/template/next.png) center no-repeat rgba(255, 255, 255, 0.4);
	}
	#news .pagination .next:hover{
		background: url(../files/template/next.png) center no-repeat rgba(255, 255, 255, 0.6);
	}

	#news .pagination .prev{
		background: url(../files/template/prev.png) center no-repeat rgba(255, 255, 255, 0.4);
		float: left;
	}
	#news .pagination .prev:hover{
		background: url(../files/template/prev.png) center no-repeat rgba(255, 255, 255, 0.6);
	}

	#news .pagination a{
		display: block;
		height: 100%;
	}

	#news .pagination a:hover{
		transition: background 0.5s;
		-moz-transition: background 0.5s;
		-webkit-transition: background 0.5s;
		-o-transition: background 0.5s;
	}

	#news-content{
		padding: 25px;
	}

	/*Services------------------------------------------*/
	
	#services h3 {
		text-align: center;
		margin-top: 46px;
	}
	
	#services .description {
		text-align: center;
	}

	.icon {
		width: 160px;
		height: 160px;
		display: block;
		border-radius: 80px;
		-webkit-border-radius: 80px;
		-moz-border-radius: 80px;
		margin: 24px auto 24px auto;
		background: center center no-repeat;
	}

	.icon.lnkBuyer{
		background-image: url(../files/template/icons/iconBuyer.png);
	}

	.icon.lnkSupplier{
		background-image: url(../files/template/icons/iconSupplier.png);
	}

	.icon.lnkOther{
		background-image: url(../files/template/icons/iconInquiry.png);
	}

	.icon.lnkBuyer:hover{
		background-image: url(../files/template/icons/iconBuyerActive.png);
	}

	.icon.lnkSupplier:hover{
		background-image: url(../files/template/icons/iconSupplierActive.png);
	}

	.icon.lnkOther:hover{
		background-image: url(../files/template/icons/iconInquiryActive.png);
	}
	
	#services .one-text p img{
		max-width: 100%;
	}
	
	
	/*Products------------------------------------------*/
	
	#products h1  {
		margin-bottom: 34px;
	}
	
	.project-title {
		font-family: 'BebasNeueRegular', sans-serif;
		font-size: 12px;
		text-transform: uppercase;
		margin-top: 7px;
	}
	
	.project-description {
		color: #868991;
		font-size: 10px;
		text-transform: uppercase;
		font-weight: 600;
		margin: 0 0 20px 0;
	}
	
	.columns .overlay-content.loupe {
		width: 34px;
		height: 34px;
		background: url(../files/template/loupe.png) 0px 0px no-repeat;
		position: absolute;
		top: 22%;
		margin: -17px 0 0 -17px;
		left: 50%;
		z-index: 10;
	}


	/*Contact------------------------------------------*/

	#contact {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	background-color: #1c1f26;
	background-size: cover;
	}
	
	#contact .pattern {
		height: 100%;
	}

	#contact > .container > .content{
		width: 100%;
		height: 534px;
		background: url(../files/data/contact.jpg) center no-repeat;
	}

	#contact .box{
		margin-top: 84px;
		max-width: 500px;
		height: 287px;
		font-size: 16px;
		font-weight: 600;
		background: rgba(0, 0, 0, 0.4);
		padding-top: 35px;
		z-index: 1000;
	}

	#contact .box > div{
		border-top: solid 1px #FFFFFF;
		border-bottom: solid 1px #FFFFFF;
		padding-top: 29px;
		padding-bottom: 26px;
	}

	#contact .box > div .row{
		line-height: 20px;
		margin-bottom: 0px;
	}

	#contact .fb, #contact .twitter, #contact .ym{
		width: 20px;
		height: 20px;
		margin: 5px;
		display: inline-block;
	}
	#contact .fb a, #contact .twitter a, #contact .ym a{
		display: block;
		width: 42px;
		height: 42px;
	}
	#contact .fb a{
		background: url(../files/template/social-icons/fb-icon-circle.png) center no-repeat;
	}
	#contact .twitter a{
		background: url(../files/template/social-icons/twitter-icon-circle.png) center no-repeat;
	}
	#contact .ym a{
		background: url(../files/template/social-icons/ym-icon-circle.png) center no-repeat;
	}
	
	/*Footer-----------------------------------------------------*/

	#footer{
		width: 100%;
		position: relative;
	}

	.copyright {
		background: url(../files/template/footer-gr.png);
		width: 100%;
		height: 80px;
		position: absolute;
		bottom: 0;
	}
	
	.copyright p {
		text-transform: uppercase;
		text-align: center;
		font-weight: 600;
		font-size: 11px;
		color: white;
		margin-top: 46px;
	}


/* CLEAR DIALOG */
.clearDialog{
	padding: 0px !important;
	border-radius: 0px !important;
	border: none !important;
}

.clearDialog button{
	outline: none;
}

.clearDialog .ui-dialog-titlebar{
	background: none;
	border: none;
	float: right;
	position: absolute !important;
	padding: 0px !important;
	width: 100% !important;
}

.clearDialog .ui-dialog-titlebar .ui-dialog-titlebar-close{
	z-index: 100002;
	border: none;
	background: rgba(255, 255, 255, 0.3);
	display: block;
	width: 48px;
	height: 40px;
	border-radius: 0px;
	margin-right: 14px;
}
.clearDialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover{
	background: rgba(255, 255, 255, 0.5);
}

.clearDialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon-closethick{
	background: url(../files/template/icon-close.png) center no-repeat !important;
}

.clearDialog .ui-dialog-content{
	padding: 0px !important;
	width: 100% !important;
	top: 0px !important;
	border-radius: 0px;
}

.dialog-loading{
	background: url(../files/template/progress.gif) center no-repeat rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100003;
	top:0px;
	left:0px;
}
.ui-widget-overlay{
	background: black !important;
	opacity: 0.7 !important;
	filter: Alpha(Opacity=70) !important;
}

/* FORM----------------------------------- */
form .row{
	margin: 3px 0px;
	font-size: 11px;
	vertical-align: middle;
	
}

form .row > label{
	text-align: right;
	width: 75px;
	display: inline-block;
	vertical-align: top;
}

form .row > label:first-child{
	width: 125px;
}

form .row > input[type=checkbox] + label, form .row > input[type=radio] + label{
	display: inline;
	text-align: left;
	margin-right: 20px;
	margin-left: 5px;
}

form .row input[type=text], form .row input[type=password], form .row select, form .row textarea, form .row button{
	width: 55%;
	border: solid thin #959595;
	background: #ebebeb;
	padding: 5px 3px;
}

form .row input[type=submit], form .row input[type=reset], form .row button{
	background: black;
	border-top: solid thin transparent;
	border-left: solid thin transparent;
	border-right: none;
	border-bottom: none;
	text-transform: uppercase;
	padding: 5px 20px;
	width: auto;
	color: #FFFFFF;
	cursor: pointer;
}

form .row input[type=submit]:hover, form .row input[type=reset]:hover, form .row button:hover{
	background: #333333;
	border-top: solid thin #BEBEBE;
	border-left: solid thin #BEBEBE;
}

form .row input[disabled], form .row select[disabled], form .row textarea[disabled], form .row button[disabled]{
	color: #959595;
	background: #dfdfdf;
}

form .row .small_input{
	width: 19% !important;
}

form .row .medium_input{
	width: 19% !important;
}

form .row .xsmall_input{
	width: 4% !important;
}

form .row .small_font{
	font-size: 10px;
}

form .required:after{
	content: " *";
	color: red;
}

form .error, form .success{
	background: #FBE3E4;
	color: #8a1f11;
	border: solid thin #FBC2C4;
	padding: 10px 50px;
	margin: 25px 3% !important;
	font-size: 11px;
	line-height: 15px;
	width: 83% !important;
}

form .error  ul > li{
	padding-left: 20px;
	font-weight: bold;
}

form .success{
	background: #F3FDE9;
	border-color: #80D126;
	color: #257500;
}
/* WIDGET FORM---------------------------------------------------- */

form.widget .row > label{
	width: auto;
}

form.widget .row input, form.widget .row select, form.widget .row textarea, form.widget .row button{
	margin-right: 20px;
}

form.widget .row input[type=text], form.widget .row input[type=password], form.widget .row select, form.widget .row textarea, form.widget .row button{
	width: 60%;
	border: solid thin #FFFFFF;
	background: #000000;
	color: white;
	padding: 6px 10px 4px 10px;
	outline-color: #FFF;
}

form.widget .row input[type=submit], form.widget .row input[type=reset], form.widget .row button{
	background: #FFFFFF;
	border-top: solid thin transparent;
	border-left: solid thin transparent;
	border-right: none;
	border-bottom: none;
	text-transform: uppercase;
	padding: 5px 10px;
	width: auto;
	color: #000000;
	cursor: pointer;
}

form .row input[type=submit]:hover, form .row input[type=reset]:hover, form .row button:hover{
	background: #BEBEBE;
	border-top: solid thin #AAAAAA;
	border-left: solid thin #AAAAAA;
}

/*--------------------------------------------------------
Horizontal Menu
--------------------------------------------------------*/

.horizontal-menu{
	list-style: none;
	padding:0px;
	margin: 0px 0px 0px 4px;
	width: 100%;
}

.horizontal-menu li{
	display: inline-block;
	float: left;
	position: relative;
}

.horizontal-menu li a{
	text-decoration: none;
	display: block;
	color: white;
	text-transform: uppercase;
	font-size: 15px;
	
	font-family: 'BebasNeueRegular', sans-serif;
	padding: 8px 20px;
}

.horizontal-menu li a:hover, .horizontal-menu li a.selected{
	background: rgba(255, 255, 255, 0.2);
}

/*--------------------------------------------------------
Category Card
--------------------------------------------------------*/
.category-card{
	float: left;
	margin: 4px 4px;
	height: 162px;
	overflow: hidden;
	background: transparent;
}

.category-card.small{
	width: 148px;
}

.category-card.big{
	width: 304px;
}

.category-card > img{
	width: 100%;
	height: 100%;
}

.category-card a{
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #FFFFFF;
	position:relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.category-card a img{
	width: 100%;
	height: 100%;
}

.category-card a p{
	background: rgba(0,0,0,0.7);
	margin: 0px;
	width: 100%;
	padding: 17px 10px;
	font-size: 14px;
	
	font-family: 'BebasNeueRegular', sans-serif;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	/*float: left;*/
    /*position: relative;*/
    /*top: -50px;*/
	/*transition: top 0.5s;*/
	/*-moz-transition: top 0.5s;*/
	/*-webkit-transition: top 0.5s;*/
	/*-o-transition: top 0.5s;*/
}

/*.category-card a:hover > p{*/
    /*top: -50px;*/
	/*transition: top 0.5s;*/
	/*-moz-transition: top 0.5s;*/
	/*-webkit-transition: top 0.5s;*/
	/*-o-transition: top 0.5s;*/
/*}*/

.category-card .blank{
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(255, 255, 255, 0.6);
}

.category-card .text{
	width: 244px;
	height: 122px;
	display: block;
	background: #FFFFFF;
	padding: 20px 30px;
	color: #000000;
}

/*--------------------------------------------------------
Product Top Bar
--------------------------------------------------------*/
.product-top-bar{
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 14px;
	
	top: -90px;
	position: relative;
}

.product-top-bar a, .product-top-bar .button-search{
	text-decoration: none;
	color: #FFFFFF !important;
	display: inline-block;
	padding: 5px 10px ;
	background: rgba(255, 255, 255, 0.3);
	margin: 2px 5px auto 5px;
	border: none !important;
}

.product-top-bar form{
	margin-left: 5px;
}

.product-top-bar input{
	margin: 0px !important;
}

.product-top-bar input[type=text]{
	border-color: rgba(255, 255, 255, 0.3) !important;
	height: 13px;
}

.button-compare, .button-wishlist{
	padding-left: 35px !important;
	height: 15px;
	position: relative;
	top: 1px;
}

.button-wishlist{
	background: url(../files/template/icon-wishlist.png) 10px no-repeat rgba(255, 255, 255, 0.3)  !important;
}

.button-compare{
	background: url(../files/template/icon-compare.png) 10px no-repeat rgba(255, 255, 255, 0.3)  !important;
}

.button-search{
	background: url(../files/template/icon-search.png) 8px no-repeat rgba(255, 255, 255, 0.3)  !important;
	padding-left: 17px !important;
	left: -2px;
	top: -1px;
	position: relative;
	height: 25px;
	line-height: 16px;
	width: 30px !important;
}

@-moz-document url-prefix() {
	.button-search{
		top: 0px;
	}
}

/*-------------------------------------------------------
Breadcrumb
---------------------------------------------------------*/
.breadcrumb a {
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 5px;
	text-decoration: none;
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 14px;
	
}

.breadcrumb .separator{
	cursor: default;
}
/*-------------------------------------------------------
Product Card
---------------------------------------------------------*/
.product-card {
	width: 220px;
	height: 220px;
	float: left;
	position: relative;
	background: white;
	margin: 12px 6px;
	overflow: hidden;
}

.product-card a {
	display: block;
	width: 100%;
	height: 100%;
	color: white;
	text-decoration: none;
}

.product-card a img {
	min-width: 100%;
	height: 100%;
}

.product-card > div {
	position: absolute;
	bottom: 0px;
	float: left;
	width: 280px;
	padding: 10px;
	background: rgba(0,0,0,0.7);
	color: #FFFFFF;
}

.product-card .btnCompare {
	float: left;
	position: absolute;
	left: 140px;
	top: 12px;
	background: #FFF100;
	border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	color: #000000;
	padding: 5px 10px;
	border: none;
	cursor: pointer;
}

.product-card h3{
	font-size: 20px;
}

.product-card h3 + span{
	font-size: 12px;
}

#products .pagination, #ideas .pagination{
	display: inline-block;
}

#products .pagination > div, #ideas .pagination > div{
	float: left;
	position: relative;
	line-height: 30px;
	text-align: center;
	background: url(../files/template/round_30x30.png) center no-repeat;
	opacity: 0.6;
	margin: 0px 2px;
}

#products .pagination > div, #products .pagination > div a, #ideas .pagination > div, #ideas .pagination > div a{
	width: 30px;
	height: 30px;
	text-decoration: none;
	color: black;
	font-weight: bold;
	display: inline-block;
}

#products .pagination > div:hover, #products .pagination > div.cur, #ideas .pagination > div:hover, #ideas .pagination > div.cur{
	opacity: 1;
	transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
}

#products .pagination > div.prev, #ideas .pagination > div.prev{
	background: url(../files/template/back.png) center no-repeat;
}

#products .pagination > div.next, #ideas .pagination > div.next{
	background: url(../files/template/forward.png) center no-repeat;
}

#products .product-detail-image, #ideas .ideas-detail-image {
	float: left;
	position: relative;
	bottom: 0px;
	max-width: 400px;
	max-height: 400px;
    width: 100%;
    height: 100%;
	display: inline-block;
}

#ideas .ideas-detail-image{
	width: 630px;
	/*height: 650px;*/
    max-width: 630px;
    /*max-height: 650px;*/
    max-height: none;
}

#products .product-detail-image img, #ideas .ideas-detail-image img{
	width: 100%;
}

#products .product-detail-deskripsi, #products .product-detail-buttons, #ideas .ideas-detail-deskripsi, #ideas .ideas-detail-buttons {
	float: left;
	position: absolute;
	bottom: 45px;
	left: 450px;
	max-width: 500px;
    /*width: 100%;*/
}
#ideas .ideas-detail-deskripsi, #ideas .ideas-detail-buttons{
	width: 290px;
	right: 0;
    left: auto;
}
#ideas .ideas-detail-deskripsi{
	max-height: 423px;
	overflow-y: auto;
	bottom: 45px;
}

#ideas .hide-mobile{

}

#ideas .show-mobile{
    display: none;
}

#products .product-detail-buttons {
	bottom: 0px;
}

#ideas .ideas-detail-buttons {
	bottom: 0px;
}

#ideas .relative{
    position: relative;
}

#ideas #galleryThumbs{

}
#ideas #galleryThumbs .wrapper{
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;
}

#ideas #galleryThumbs ul{
    position: relative;
}

#ideas #galleryThumbs li{
    width: 112px;
    height: 112px;
    float: left;

    border-radius: 5px !important;
    -o-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border: 2px solid #C2C2C2 !important;
    position: relative;
    margin: 10px;
}

#ideas #galleryThumbs li img{
    width: 100%;
    height: 100%;
}

#ideas .thumbnailsWrapper .buttonNext, #ideas .thumbnailsWrapper .buttonPrev{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 25px;
    height: auto;
}
#ideas .thumbnailsWrapper .buttonNext{
    right: 0;
}
#ideas .thumbnailsWrapper .buttonPrev{
    left: 0;
}

#products .btnAddWishlist, #products .btnAddCompare, #ideas .btnEmail {
	float: left;
	position: relative;
	background: url(../files/template/add.png) 7px center no-repeat #FFFFFF;
	height: 25px;
	width: 120px;
	line-height: 25px;
	text-align: center;
	margin-right: 30px;
	text-decoration: none;
	color: #000000;
}

#ideas .btnEmail {
	width: 165px;
}

#products .btnAddWishlist:hover, #products .btnAddCompare:hover, #ideas .btnEmail:hover {
	background-color: #BEBEBE;
	transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
}

#products .btnAddWishlist span, #products .btnAddCompare span, #ideas .btnEmail span {
	width: 25px;
	height: 25px;
	display: inline-block;
	float: left;
	position: relative;
	border-right: solid thin #000000;
}

#products table .odd td{
	background: rgba(255, 255, 255, 0.2);
	border: solid 3px #000000;
}

#products table .even td{
	background: rgba(255, 255, 255, 0.3);
	border: solid 3px #000000;
}

#products table tr td{
	padding: 10px;
}

#products table tr .text{
	width: 150px;
	font-weight: bold;
	font-size:12px;
}

#products table tr td img{
	width: 192px;
}

.product-list .item{
	display: inline-block;
}

.product-list .item div{
	float: left;
	position: relative;
	margin: 5px 5px;
}

.product-list .item .number{
	width: 20px;
	text-align: right;
}

.product-list .item .value{
	width: 235px;
	text-align: left;
}

/*------------------------------------------
No FORM
------------------------------------------*/
.no-form.row{
	margin: 3px 0px;
}

.no-form.row .label {
	float: left;
	width: 125px;
}

.no-form.row .colon {
	float: left;
	width: 10px;
}

.no-form.row .colon:after {
	content: ':';
}

.no-form.row .value {
	margin: 0px;
	float: left;
	width: 360px;
	max-height: 230px;
	overflow-y: auto;
}

/*------------------------------------------
quick view
------------------------------------------*/
.quick-view{
	float: left;
	position: absolute;
	width: 200px;
	min-height: 100px;
	background: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	z-index: 200;
	border: solid 2px rgba(0,0,0, 0.5);
	background: rgba(10, 10, 10, 0.8);
    color: #FFF;
    width: 228px;
    padding: 10px;
}
.quick-view .content{
	overflow: auto;
	max-height: 200px;
}
.quick-view .content .item{
	/*border-bottom: solid thin;*/
	position: relative;
}
.quick-view .content .item a{
	display: inline-block;
	width: 205px;
	margin: 0px;
}
.quick-view .content .item a:hover{
	background-color: #DEDEDE;
	transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
}
.quick-view .content .item a.remove{
	width: 20px;
	height: 20px;
	left: 194px;
	top: 3px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	color: #000000 !important;
	text-align: center;
	line-height: 20px;
}
.quick-view .content .item a img{
	width: 50px;
	float: left;
	position: relative;
}
.quick-view .content .item a span{
	float: left;
	position: relative;
	margin-left: 10px;
	color: #000000;
	font-weight: bold;
}
.quick-view .content .item a span.separator{
	background: #ACACAC;
	width: 205px;
	height: 1px;
	display: inline-block;
	margin: 10px 0px;
}
.quick-view .buttons{
	text-align:center;
}
.quick-view .buttons a{
	cursor:pointer;
	-moz-box-shadow:inset 0px 0px 0px 0px #999999;
	-webkit-box-shadow:inset 0px 0px 0px 0px #999999;
	box-shadow:inset 0px 0px 0px 0px #999999;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #787878), color-stop(1, #404040) );
	background:-moz-linear-gradient( center top, #787878 5%, #404040 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#787878', endColorstr='#404040');
	background-color:#787878;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #696969;
	display:inline-block;
	color:#ebebeb;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:3px 7px;
	text-decoration:none;
	text-shadow:1px 1px 0px #1c1c1c;
	min-width: 60px;
	margin:5px;
}
.quick-view .buttons a:hover{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #404040), color-stop(1, #787878) );
	background:-moz-linear-gradient( center top, #404040 5%, #787878 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#404040', endColorstr='#787878');
	background-color:#404040;
}


.wishlist-quick-view{
	left: 382px;
	top: 30px;
}

.compare-quick-view {
    left: 475px;
    top: 35px;
}
.items-wrapper {
    margin-bottom: 20px;
    font-size: 11px;
    color: #CCC;
    text-align: center;
}


/*------------------------------------------------------
SHOP LOCATOR
------------------------------------------------------*/
#shop-locator .grey, #shop-locator .grey h3{
	background: rgba(255, 255, 255, 0.1);
}

#shop-locator .grey > div{
	height: 470px;
	overflow: auto;
	margin: 10px 0px;
}

#shop-locator .grey h3{
	padding: 10px 20px;
}

#shop-locator .grey ul li{
	height: 25px;
}

#shop-locator .grey ul li a{
	text-decoration: none;
	color: #ffffff;
	display: block;
	line-height: 25px;
	font-weight: bold;
	padding: 0px 20px;
}

#shop-locator .grey ul li a:hover, #shop-locator .grey ul li a.selected{
	background: rgba(255, 255, 255, 0.2);
}

#shop-locator .location{
	padding: 10px 20px;
	margin-bottom: 15px;
}

#shop-locator .location a{
    color: #FFF100;
    text-decoration: none;
}

#shop-locator .location h4{
	font-size: 16px;
}

#shop-locator .location p{
	margin: 0px;
	padding: 0px;
}

/*------------------------------------------------------
SEARCH WIDGET
------------------------------------------------------*/

.product-search-widget .ddcommon{
	height: 19px;
	float: left;
	margin-right: 10px;
}

.product-search-widget .ddcommon .ddTitle{
	height: 16px;
	line-height: 16px;
	display: inline-block;
}

.product-search-widget .color-icon{
	display: inline-block;
	margin-right: 5px;
	width: 16px;
	height: 16px;
	float: left;
	border: solid thin #555555;
	border-radius: 3px;
}

.product-search-widget input[type=submit]{
	height: 31px;
	line-height: 15px;
	float: left;
	position: relative;
}

.product-search-widget .btnDownloadCatalog{
    background: #FFFFFF;
    border-top: solid thin transparent;
    border-left: solid thin transparent;
    border-right: none;
    border-bottom: none;
    text-transform: uppercase;
    padding: 8px 10px;
    width: auto;
    color: #000000;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin: 3px 0;
    font-size: 11px;
}

.product-search-widget form label{
    display: none;
}

.colour-row{
	height: 16px;
	margin-bottom: 5px;
	line-height: 16px;
}

.colour-thumbnail{
	height: 16px;
	width: 16px;
	display: inline-block;
	margin-right: 5px;
	float: left;
	border: solid thin #EEEEEE;
	border-radius: 3px;
}

@media screen and (max-width:1024px){
    [aria-describedby="serviceDialog"],[aria-describedby="newsDialog"],[aria-describedby="aboutDialog"]{
        max-width: 100% !important;
        margin-left: 0 !important;
        left: 0 !important;
    }

    .slideshow .info.left{
        padding: 10px 15px 15px 10px !important;
    }

    .slideshow .info.right{
        padding: 10px 15px 15px 10px;
        float: right;
        left: auto;
    }

    .slideshow .info{
        max-width: 80%;
        width: 30% !important;
    }

    .slideshow .container, .slideshow .info .content, .slideshow .info .title{
        width: auto;
    }

    #ideas .ideas-detail-image{
        width: 60%;
    }
}

@media screen and (min-width:768px) and (max-width:959px){
    .no-form.row .value{
        width: 180px;
    }
}

@media screen and (max-width:767px){
    form .row > label:first-child{
        width: 80px;
    }

	.workflow-card{
		float: none;
		margin : 10px auto;
	}
	
	#services .one-text p img{
		margin-right: 0;
	}

    .product-top-bar{
        top: -30px;
    }

    .product-top-bar *{
        float: none;
    }

    .no-form.row .value{
        width: 100%;
        padding-left: 20px;
    }

    #products .product-detail-image, #ideas .ideas-detail-image{
        float: none;
    }

    #products .product-detail-deskripsi, #products .product-detail-buttons, #ideas .ideas-detail-deskripsi, #ideas .ideas-detail-buttons{
        float: none;
        position: relative;
        bottom: auto;
        left: auto;
    }

    #ideas .ideas-detail-image{
        width: 100%;
    }
    #ideas .hide-mobile{
        display: none;
    }

    #ideas .show-mobile{
        display: block;
    }
}



.addCss{
    color:white;
    text-decoration: none;
}

.addCss :hover{
    color:yellow;
    text-decoration: none;
}