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

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

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

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

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

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

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

body, ul, ol, hr, img, h1, h2, h3, h4, p, fieldset{
	margin: 0;
	padding: 0;
	border: 0 none;
}

a {
	outline: none;
}

body {
	font-family: helen_proregular;
}

#leftLine {
	height: 5px;
	background: #999;
	position: absolute;
	left: 0;
	top: 0;
}

#rightLine {
	height: 5px;
	background: #4C474E;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

#header {
	height: 87px;
	margin: auto;
	width: 980px;
	position: relative;
}

#header .logo{
	float: left;
	position: relative;
	z-index: 1;
	margin-left: -1px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#header ul{
	list-style: none;
	margin-left: 36px;
	float: left;
}

#header .navigationBar > li{
	position: relative;
	background: none;
	float: left;
	height: 60px;
	margin-top: 27px;
}

#header .navigationBar > li:hover{
	background: #383838;
}

#header .navigationBar > li.active_menu  {
	-moz-box-shadow: 0 0 9px #383838;
	-webkit-box-shadow: 0 0 9px #383838;
	box-shadow: 0 0 9px #383838;
}
#header .navigationBar > li.active_menu > a {
	display: block;
	background: #383838 url("../images/site_images/navigationArrow.png") no-repeat center 40px;
	z-index: 3;
	position: relative;
}

#header .navigationBar li .dropDownMenu {
	display: none;
    overflow: hidden;
    padding: 0 0 15px;
    position: absolute;
	top: 60px;
	left: 0;
    z-index: 2;

    border-bottom: 3px solid #BE7E41;
    font-family: helen_prolight;
    font-size: 14px;

	background: #383838;
	-moz-box-shadow: 0 0 9px #383838;
	-webkit-box-shadow: 0 0 9px #383838;
	box-shadow: 0 0 9px #383838;
}

#header .navigationBar li .dropDownMenu ul {
	float: left;
	width: 160px;
	margin: 8px 10px 0 20px;
	text-transform: uppercase;
}

#header .navigationBar li .dropDownMenu li {
	padding: 4px 0;
}

#header .navigationBar li .dropDownMenu a {
	color: #fff;
	text-decoration: none;
}

#header .navigationBar li .dropDownMenu p {
	overflow: hidden;
	padding: 30px 20px 30px 40px;
	color: #d6d6d6;
}

#header .navigationBar > li > a{
	text-decoration: none;
	color: #161616;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 15px;
	line-height: 34px;
	display: block;
	height: 100%;

}

#header .navigationBar li:hover > a,
#header .navigationBar li > .active{
	color: #9B6733;
}

#header .navigationBar li .openCloseNav {
	float: right;
	width: 34px;
	height: 34px;
	margin: 0px;
	padding: 0px;
	display: none;
	background: #555057 url('../images/site_images/openCloseArrowDown.png') center center no-repeat;
}

#header .navigationBar li:hover .openCloseNav {
	background: #383838 url('../images/site_images/openCloseArrowDown.png') center center no-repeat;
	display: none;
}

#header .language{
	position: absolute;
	right: 0;
	width: 36px;
	height: 34px;
	margin: 8px 0 0 0;
}

#header .language li a:hover {
	border: 0 none;
	background: #000;
}

#header .language:hover li a {
	color: #9A6633;
}

#header .language li{
	text-align: center;
	border: 1px solid #D6D6D6;
}

#header .language .unActiveLanguage{
	display: block;
	margin-bottom: 3px;
}

#header .language li a{
	text-decoration: none;
	color: #939393;
	text-transform: uppercase;
	font-size: 14px;
	font-family: helen_prolight;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
}








#header .menu_trigger {
	position: relative;
	top: 21px;
	right: 90px;
	display: none;
	float: right;
	padding: 15px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background: #fff;
}

#header .menu_trigger .line {
	display: block;
	width: 26px;
	height: 4px;
	border: 0;
	background-color: #555157;

	-webkit-transition: -webkit-transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
}

#header .menu_trigger .line + .line {
	margin-top: 5px;
}

#header .menu_trigger.opened .line:nth-child(1) {
	-webkit-transform: rotate(45deg) translate(6px, 6px);
	transform: rotate(45deg) translate(6px, 6px);
}

#header .menu_trigger.opened .line:nth-child(2) {
	-webkit-transform: rotate(-45deg) translate(0px, -1px);
	transform: rotate(-45deg) translate(0px, -1px);
}

#header .menu_trigger.opened .line:nth-child(3) {
	opacity: 0;
}








.fourHundredAndFour + #footer .navigationBar:before,
.contacts + #footer .navigationBar:before,
.news + #footer .navigationBar:before,
.careers + #footer .navigationBar:before,
.search + #footer .navigationBar:before,
.products + #footer .navigationBar:before,
.company + #footer .navigationBar:before {
	background: url(../images/site_images/slider2Bgr.jpg) no-repeat center 100%;
	content: " . ";
	height: 17px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

#footer {
	position: relative;
}

#footer .navigationContainer{
	background: #F2F2F2;
}

#footer .navigationBar{
	width: 940px;
	margin: 0 auto;
}

#footer .navigationBar ul{
	list-style: none;
	float: left;
}

	#footer .navigationBar ul li {
		margin-bottom: 2px;
	}

	.navigationBar ul > li > ul li {
		width: 134px;
	}

#footer .navigationBar > ul{
	margin: 16px 0 0 0;
	width: 660px;
	min-height: 199px;
	border-right: 1px solid #FFFFFF;
}

#footer .navigationBar > ul > li:first-child{
	margin-left: 0;
}

#footer .navigationBar > ul > li{
	float: left;
	margin-left: 30px;
}

#footer .navigationBar > ul > li > h1 {
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

#footer .navigationBar > ul > li > h1 a{
	color: #000;
	font-size: 16px;
	font-family: helen_prolight;
	font-weight: lighter;
	text-transform: uppercasse;
	text-decoration: none;
}

#footer .navigationBar > ul > li > h1 a:hover{
	color: #9B6733;
}

#footer .navigationBar > ul > li  > ul a{
	color: #666;
	font-size: 16px;
	font-family: helen_prolight;
	font-weight: lighter;
	text-decoration: none;
}

#footer .navigationBar > ul > li  > ul a:hover {
	color: #9B6733;
}

#footer .navigationBar .linksAndSearch{
	float: right;
	padding: 25px 0 0 0;
	font-size: 0pt;
}

#footer .navigationBar .linksAndSearch legend{
	text-indent: -100000px;
	font-size: 0;
}

#footer .navigationBar .linksAndSearch input[type="text"]{
	display: inline-block;
	padding-left: 10px;
	border: 0 none;
	width: 220px;
	height: 32px;
	background: #fff;
	vertical-align: middle;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
}

#footer .navigationBar .linksAndSearch input[type="submit"]{
	display: inline-block;
	border: 0 none;
	width: 30px;
	height: 32px;
	cursor: pointer;
	font-size: 0pt;
	text-indent: -10000px;
	background: url('../images/site_images/searchIcon.png') no-repeat center center #fff;
	vertical-align: middle;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

#footer .navigationBar .linksAndSearch .linkedIn{
	background: url('../images/site_images/linkedInIcon.png') no-repeat;
	width: 32px;
	height: 32px;
	display: block;
	margin: 20px 0 0 3px;
}

#footer .links{
	width: 941px;
	margin: auto;
	padding: 10px 0 50px;
}

#footer .links .linksInner {
	width: auto;
	display: inline-block;
}

#footer .links a{
	background: url('../images/site_images/footerLinks.jpg') no-repeat -20px 0;
	display: inline-block;
}

#footer .links .halcore{
	width: 90px;
	height: 58px;
}

#footer .links .aCopper{
	width: 110px;
	height: 58px;
	background-position: -110px 0;
}

#footer .links .dB{
	width: 120px;
	height: 58px;
	background-position: -220px 0;
}

#footer .links small{
	float: right;
	font-size: 16px;
	font-family: helen_prolight;
	font-weight: lighter;
	text-transform: uppercasse;
	margin-top: 42px;
}

#footer .links small a{
	color: #000;
	text-decoration: none;
	background: none;
}

#content {
	margin-top: 20px;
	min-height: 500px;
}

#content.home {
	margin-top: 0;
}

#content .smWorks {
	width: 100%;
	background: url("../images/site_images/slider2Bgr.jpg") no-repeat scroll center -13px #F2F2F2;
	padding-top: 20px;
}

#content .smWorks h1{
	color: #fff;
	font-family: helen_prolight;
	font-weight: lighter;
	font-size: 25px;
	padding: 15px 15px;
}

#content .smWorks .plus{
	background: url('../images/site_images/plusSign.png') no-repeat;
	width: 44px;
	height: 44px;
	display: block;
	float: right;
	margin: 7px 7px 6px 0;
	cursor: pointer;
}

#content .smWorks .product_on_focus{
	width: 941px;
	height: 57px;
	margin: auto;
	background: #A76F36;
}

#content .smWorks .product_on_focus h1 {
	text-transform: uppercase;
	cursor: pointer;
	clear: none;
}

#content .smWorks .smWorldWide h1 {
	cursor: pointer;
	clear: none;
}

#content .smWorks .smWorldWide{
	width: 941px;
	height: 57px;
	margin: auto;
	background: #4C474E;
	margin-top: 1px;
}

#content .smThumbContainerWrapper {
	clear: both;
	width: 941px;
	margin: auto;
	margin: 30px auto 0px auto;
	position: relative;
	display: block;
}

#content .smThumbContainerWrapper h2{
	color: #000;
	font-family: helen_prolight;
	font-weight: lighter;
	font-size: 25px;
	margin: 0px 12px 10px 12px;
	text-align: left;
	padding: 0;
	text-transform: uppercase;
}

#content .smThumbContainer{
	width: 941px;
	height: 207px;
	margin: auto;
	margin-top: 0px;
	position: relative;
}

#content .smThumbContainer .thumbSlider{
	position: absolute;
	left: 0px;
	width: 945px;
	padding: 0px;
	/*overflow-x: hidden;*/
}

#content .smThumbContainer  ul{
	width: 100%;
	list-style: none;
}

#content .smThumbContainer  ul.gall li {
	cursor: pointer;
}

#content .smThumbContainer li {
	width: 188px;
	height: auto;
	border: 1px solid rgba(214, 214, 214, 0);
	float: left;
	margin: 0px 0px 0px 1px;
	padding: 9px;
	font-family: helen_prolight;
	font-weight: lighter;
	position: relative;
	box-sizing: border-box;
}

#content .smThumbContainer li:hover {
	border: 1px solid rgba(214, 214, 214, 1);
	background: #fff;
}

#content .smThumbContainer li .liInfo {
	display: none;
}

#content .smThumbContainer li:hover .liInfo {
	display: block;
	color: #000;
}

/*#content .smThumbContainer li:hover {
	z-index: 1;
	top: -10px;
	left: -10px;
	margin-right: -10px;
	padding: 9px;
	width: 188px;
	height: auto;
	background: #fff;
	box-shadow: 0 0 6px #000;
}*/

#content .smThumbContainer li div.image {
	width: 100%;
	height: auto;
	padding: 3px;
	margin: 0px;
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
}

#content .smThumbContainer li:hover div.image {
	border: 1px solid #d6d6d6;
}

#content .smThumbContainer li:hover div.image h3 {
	position: static;
}

#content .smThumbContainer .buttonLearn {
	background: #4c474e;
	color: #fff;
	width: 90px;
	height: 20px;
	padding: 7px;
	font-family: helen_proregular;
	font-size: 17px;
	margin-top: 10px;
	cursor: pointer;
	text-decoration: none;
	display: block;
	text-align: center;
}

#content .smThumbContainer li img {
	width: 100%!important;
	height: auto!important;
	margin: 0px;
}

#content .smThumbContainer li h3 {
	padding: 5px 0;
	margin: 0 0px 4px;
	font-size: 16px;
	color: #333333;
	font-family: helen_prolight;
	text-overflow: ellipsis;
	text-align: center;
	font-weight: normal;
	background: #F2F2F2;
}

#content .smThumbContainer p {
	margin-top: 10px;
}

#content .smThumbContainer .leftArrow,
#content .smThumbContainer .rightArrow {
	display: block;
	position: absolute;
	top: 9px;
	left: -11px;
	width: 15px;
	height: 140px;
	background: url(../images/site_images/slider2Navigation.png) no-repeat left center;
	cursor: pointer;
}

/*#content .smThumbContainer.gallProfille .leftArrow,
#content .smThumbContainer.gallProfille .rightArrow {
	top: 42px;
	height: 142px;
	background-color: #fff;
}*/

#content .smThumbContainer .rightArrow {
	left: auto;
	right: -16px;
	background-position: -9px center;
}

#content .latest_news a {
	color: #000;
	text-decoration: none;
}

#content .latest_news h4{
	font-size: 16px;
	color: #000;
	font-family: helen_prolight;
	font-weight: lighter;
	text-transform: uppercasse;
	background: #F2F2F2;
	width: 919px;
	height: 18px;
	border: 1px solid #B4B4B4;
	padding: 5px 10px;
	margin: 8px auto;
}

#content .latest_news h4 strong{
	color: #A56D34;
}

#popUpMap {
	width: 980px;
	height: 507px;
	background: #4C474E;
	position: absolute;
	left: 50%;
	margin-left: -491px;
	z-index: 999;
	display: none;
	box-shadow: 0 0 10px #000;
	border: 1px solid #333;
}

#popUpMap #map-canvas{
	width: 962px;
	height: 440px;
	margin: 0 auto;
}

#product_on_focus_popup .close,
#popUpMap .close {
	text-indent: -10000px;
	font-size: 0;
	background: url('../images/site_images/closeIcon.png') no-repeat;
	width: 13px;
	height: 16px;
	display: block;
	float: right;
	margin: 10px;
}

#product_on_focus_popup h2,
#popUpMap h2 {
	font-family: helen_prolight;
	color: #fff;
	font-size: 25px;
	margin: 15px;
	text-transform: uppercase;
}

#product_on_focus_popup{
	width: 980px;
	min-height: 497px;
	background: #A76F36;
	position: absolute;
	left: 50%;
	margin-left: -491px;
	z-index: 999;
	display: none;
	box-shadow: 0 0 10px #000;
	border: 1px solid #333;
	padding-bottom: 10px;
}

#product_on_focus_popup .popUpcontent {
	width: 962px;
	min-height: 440px;
	background: #fff;
	margin: 0 auto;
}

#product_on_focus_popup .popUpcontent img {
	float: left;
	padding: 20px;
}

#product_on_focus_popup .popUpcontent .info {
	display: table;
}

#product_on_focus_popup .popUpcontent p {
	padding: 20px 20px 0 0;
	color: #333;
	font-family: helen_prolight;
	font-size: 16px;
	font-weight: lighter;
}

#product_on_focus_popup .popUpcontent a {
	width: 104px !important;
	height: 34px !important;
	margin: 20px 0px!important;
}

#infoMapWindow {
	padding: 18px;
}

#infoMapWindow h3 {
	color: #BE7E3D;
	font-family: helen_proregular;
	font-weight: bold;
	font-size: 17px;
	margin-left: 15px;
}

#infoMapWindow .phone:before,
#infoMapWindow a:before,
#infoMapWindow .mail:before,
#infoMapWindow .fax:before,
#infoMapWindow address:before {
	content: ' ';
	position: absolute;
}

#infoMapWindow address:before {
	background: url('../images/site_images/infoMapIcons.png') no-repeat 0 0;
	width: 18px;
	height: 16px;
	top: 0;
	left: 0;
}

#infoMapWindow .phone:before {
	background: url('../images/site_images/infoMapIcons.png') no-repeat 0 -15px;
	width: 18px;
	height: 15px;
	top: 0;
	left: 0;
}

#infoMapWindow .fax:before {
	background: url('../images/site_images/faxIcon_black.png') no-repeat;
	/*background: url('../images/site_images/infoMapIcons.png') no-repeat 0 -15px;*/
	width: 17px;
	height: 18px;
	top: 0;
	left: 0;
}

#infoMapWindow .mail:before {
	background: url('../images/site_images/infoMapIcons.png') no-repeat 0 -31px;
	width: 18px;
	height: 15px;
	top: 0;
	left: 0;
}

#infoMapWindow a:before {
	background: url('../images/site_images/infoMapIcons.png') no-repeat 0 -45px;
	width: 18px;
	height: 15px;
	top: 0;
	left: 0;
}

#infoMapWindow .phone,
#infoMapWindow a,
#infoMapWindow .mail,
#infoMapWindow .fax,
#infoMapWindow address {
	position: relative;
	padding-left: 30px;
	margin-left: 15px;
}

#infoMapWindow .phone,
#infoMapWindow a,
#infoMapWindow .mail,
#infoMapWindow .fax,
#infoMapWindow address {
	color: #333;
	font-family: helen_prolight;
	font-weight: lighten;
	font-size: 14px;
	font-style: normal;
}

#infoMapWindow p {
	margin: 12px 0;
}

#infoMapWindow a {
	color: #996633;
	font-family: helen_prolight;
	font-weight: lighten;
	font-size: 14px;
}

#gallContainer {
	background: url('../images/site_images/blackTranBgr.png') repeat;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	text-align: center;
	z-index: 1;
}

	#gallContainer .leftArrowGall{
		background: url('../images/site_images/gallNavArrow.png') no-repeat -29px 0;
		width: 29px;
		height: 32px;
		position: absolute;
		top: 0;
		left: 0;
		cursor: pointer;
	}

	#gallContainer .rightArrowGall{
		background: url('../images/site_images/gallNavArrow.png') no-repeat;
		width: 29px;
		height: 32px;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		cursor: pointer;
	}

	#gallContainer .gallHolder {
		width: 100%;
		max-width: 800px;
		height: auto;
		padding: 0px 20px 20px 20px;
		margin: 0px;
		position: relative;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		box-sizing: border-box;
	}

	#gallContainer .closeGall{
		background: url('../images/site_images/closeGall.png') no-repeat;
		width: 25px;
		height: 18px;
		display: block;
		position: absolute;
		top: 0;
		right: 20px;
		cursor: pointer;
	}

	#gallContainer .loaderImages {
		width: 32px;
		height: 32px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -16px 0 0 -16px;
		z-index: 99;
		visibility: hidden;
	}

	#gallContainer .bgr_gallery {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: url('../images/site_images/transparentBgr.png') repeat;
	}

	#gallContainer .imgInfoBox {
		width: calc(100% - 40px);
		position: absolute;
		bottom: -33px;
		left: 0;
		font-family: helen_prolight;
		background: #fff;
		overflow: hidden;
		display: none;
		box-sizing: border-box;
	}

	#gallContainer h3 {
		color: #000;
		height: 35px;
		line-height: 35px;
		text-align: left;
		text-indent: 20px;
	}

	#gallContainer p.desc {
		color: #000;
		padding: 0 10px 10px 20px;
		text-align: left;
		font-size: 14px;
	}

	#gallContainer img.mainImage {
		width: 100%!important;
		height: auto!important;
		border: 2px solid #fff;
		position: relative;
		z-index: 1;
		box-sizing: border-box;
	}

#news_gall {
	text-align: center;
}

#news_gall .smThumbContainer {
	display: none;
}
/* home ------------------------------------------------------------------------------------------------------------------------------------------- */
.home .sliderContainer{
	height: 580px;
	background: #F2F2F2;
}

.home .sliderContainer .mask{
	overflow: hidden;
	margin: 0 auto;
	width: 1147px;
	height: 561px;
	position: relative;
	z-index: 1;
}

.home .sliderContainer .mask .imageContainer{
	width: 1000000px;
	list-style: none;
}

.home .sliderContainer .mask .imageContainer li{
	float: left;
	border-right: 1px solid #fff;
}

.home .sliderContainer .mask button{
	position: absolute;
	border: 0 none;
	background: none;
	cursor: pointer;
	border-right: 1px solid #fff;
	text-indent: -10000px;
	font-size: 0;
}

.home .sliderContainer .mask .prev{
	background: url('../images/site_images/leftArrow.png') no-repeat;
	width: 84px;
	height: 283px;
	top: 0;
	left: 0;
}

.home .sliderContainer .mask .next{
	background: url('../images/site_images/rightArrow.png') no-repeat;
	width: 84px;
	height: 282px;
	top: 281px;
	left: 0;
}

.home .sliderContainer .mask .navBtn{
	position: relative;
	top: -80px;
	list-style: none;
	margin-left: 100px;
	width: 1147px;
}

.home .sliderContainer .mask .navBtn li{
	float: left;
	margin:0 8px;
	width: 300px;
	height: 55px;
	background: url('../images/site_images/sliderBtnBgr.png') repeat;
	border: 1px solid #fff;
}

.home .sliderContainer .mask .navBtn li a{
	color: #151515;
	font-family: helen_prolight;
	font-size: 28px;
	text-shadow: 0px 1px 0px #fff;
	line-height: 56px;
	text-decoration: none;
	margin-left: 20px;
	text-transform: uppercase;
	display: block;
}

.home .sliderContainer .mask .navBtn .activeSliderBtn{
	width: 302px;
	height: 57px;
	background: url('../images/site_images/sliderActivBtn.png') no-repeat;
	border: 0 none;
}

.home .sliderContainer .mask .navBtn .activeSliderBtn a{
	color: #BE7E3D;
	text-shadow: 0px 0px 0px;
}

.home .sliderContainer .infoBox{
	background: url('../images/site_images/sliderInfoBox.png') no-repeat;
	width: 459px;
	height: 353px;
	position: absolute;
	top: 20px;
	left: 585px;
	overflow: hidden;
}

.home .sliderContainer .infoBox ul{
	list-style: none;
	width: 100000px;
}

.home .sliderContainer .infoBox li{
	width: 440px;
	height: 353px;
	float: left;
	overflow: hidden;
	padding: 0 10px;
}

.home .sliderContainer .infoBox li h1{
	font-family: helen_prolight;
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: lighter;
	line-height: 38px;
	margin: 25px 15px 15px 20px;
	min-height: 114px;
}

.home .sliderContainer .infoBox li img{
	border: 1px solid #E5E5E5;
}

.home .sliderContainer .infoBox li img:first-child{
	margin-left: 0;
}

.home .sliderContainer .infoBox li img{
	margin-left: 10px;
}

.home .sliderContainer .infoBox li .learnMore{
	text-align: center;
	text-decoration: none;
	width: 79px;
	height: 20px;
	border: 1px solid #D6D6D6;
	display: block;
	color: #D6D6D6;
	font-size: 17px;
	padding: 7px 15px;
	float: right;
	margin: 18px 3px 0 0;
	white-space: nowrap;
}

.home .sliderContainer .infoBox li .learnMore:hover {
	background: #000;
	border: 0 none;
	color: #9B6733;
	border: 1px solid #000;
}

.home .sliderContainer .infoBox li h1 strong{
	color: #BE7E3D;
}
.infoBox small {
	display: inline-block;
	margin-bottom: 10px;
}

.home .sMedInfo{
	background: url("../images/site_images/sliderBgr.jpg") no-repeat scroll center -18px transparent;
	font-family: helen_prolight;
	color: #333333;
	padding-bottom: 17px;
}

.home .sMedInfo .slidwr2Container{
	width: 941px;
	margin: auto;
	padding-top: 14px;
}

.home .sMedInfo .slidwr2Container h2{
	font-size: 25px;
	text-transform: uppercase;
}

.home .sMedInfo .slidwr2Container p{
	font-size: 15px;
	line-height: 19px;
}

.home .sMedInfo .slidwr2Container .slider{
	width: 941px;
	height: 362px;
	margin-top: 13px;
	position: relative;
	overflow: hidden;
}

.home .sMedInfo .slidwr2Container .mask{
	width: 941px;
	height: 304px;
	overflow: hidden;
}

.home .sMedInfo .slidwr2Container .mask > ul {
	list-style: none;
	width: 100000px;
}

.home .sMedInfo .slidwr2Container .mask > ul > li {
	float: left;
}

.home .sMedInfo .slidwr2Container .mask li .imageRotateContainer{
	width: 482px;
	height: 304px;
	overflow: hidden;
	float: left;
	position: relative;
}

.home .sMedInfo .slidwr2Container .mask li .imageRotateContainer > ul{
	width: 99999px;
	list-style: none;
}

.home .sMedInfo .slidwr2Container .mask li .imageRotateContainer > ul > li{
	float: left;
}

.home .sMedInfo .slidwr2Container .mask li .imageRotatePaginator {
	bottom: 0;
	position: absolute;
	right: 0;
	width:34px;
	height: 38px;
}

.home .sMedInfo .slidwr2Container .mask li .imageRotatePaginator span {
	width: 10px;
	height: 10px;
	background: #fff;
	display: list-item;
	cursor: pointer;
	margin: 5px 4px 0 0;
	float: left;

}

.home .sMedInfo .slidwr2Container .mask li .imageRotatePaginator span.active {
	background: #9A6633;
	cursor: default;
}

.home .sMedInfo .slidwr2Container .mask .sInfo{
	background: rgba(84, 79, 86, 1);
	width: 459px;
	height: 304px;
	float: left;
	border-left: 1px solid #fff;
	color: #fff;
	padding: 20px;
	box-sizing: border-box;
}

.home .sMedInfo .slidwr2Container .mask .sInfo h3 {
	color: #fff;
	font-size: 25px;
	font-family: helen_prolight;
	font-weight: lighter;
	padding: 0 0 20px 0;
}

.home .sMedInfo .slidwr2Container .mask .sInfo p {
	color: #fff;
	font-size: 15px;
	font-family: helen_prolight;
	font-weight: lighter;
}

.home .sMedInfo .slidwr2Container .mask .sInfo strong {
	font-family: helen_probold !important;
}

.home .sMedInfo .slidwr2Container .mask .sInfo ul {
	list-style-type: disc;
}

.home .sMedInfo .slidwr2Container .mask .sInfo ol,
.home .sMedInfo .slidwr2Container .mask .sInfo ul {
	margin-left: 20px;
}

#content.home .sMedInfo .slidwr2Container .mask .sInfo table {
	width: auto !important;
}

.home .sMedInfo .slidwr2Container .mask .sInfo table tr:nth-child(odd) td {
	color: #000;
	background-color: #F2F2F2;
}

.home .sMedInfo .slidwr2Container .navigation{
	background: #D9D9D9;
	width: 100%;
	height: 57px;
	margin-top: 1px;
	position: relative;
	text-align: center;
}

.home .sMedInfo .slidwr2Container .navigation .leftArrow{
	background: url('../images/site_images/slider2Navigation.png') no-repeat;
	width: 11px;
	height: 18px;
	display: block;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -9px;
	cursor: pointer;
}

.home .sMedInfo .slidwr2Container .navigation .rightArrow{
	background: url('../images/site_images/slider2Navigation.png') no-repeat -14px 0;
	width: 11px;
	height: 18px;
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -9px;
	cursor: pointer;
}

.home .sMedInfo .slidwr2Container .navigation .paginator{
	/*position: absolute;
	top: 50%;*/
	height: 4px;
	display: inline-block;
	padding: 26px 0 0;
}

.home .sMedInfo .slidwr2Container .navigation .cell{
	background: url('../images/site_images/slider2Navigation.png') no-repeat -60px -7px;
	width: 26px;
	height: 4px;
	display: block;
	float: left;
	cursor: pointer;
	margin: 0 3px;
}

.home .sMedInfo .slidwr2Container .navigation .activeCell{
	background: url('../images/site_images/slider2Navigation.png') no-repeat -26px -7px;
	width: 26px;
	height: 4px;
	display: block;
	float: left;
	margin: 0 3px;
}
/* company page------------------------------------------------------------------------------------------------------------------------------------ */
/* sections */

.companySectionWrapper {
	display: inline-block;
	width: 100%;
	height: auto;
}


.company .companySections{
	width: 980px;
	margin: 0 auto;
}
.careersBox .treeMenu,
.careersBox > h1,
.productsBox .treeMenu,
.productsBox > h1,
.company .companySections .treeMenu,
.company .companySections > h1
{
	margin-left: 20px;
}

.treeMenu {
	float: left;
	margin-bottom: 15px;
	color: #333;
}

.products .productsBox .treeMenu a,
.contacts .contactsBox .treeMenu a,
.careers .careersBox .treeMenu a,
.news .treeMenu a,
.company .treeMenu a{
	text-decoration: none;
	color: #333;
	font-family: helen_prolight;
	font-weight: lighter;
	font-size: 11px;
	text-transform: uppercase;
}

.contacts .contactsBox .treeMenu a:hover,
.careers .careersBox .treeMenu a:hover,
.products .productsBox .treeMenu a:hover,
.treeMenu a:hover {
	color: #9B6733;
}

.company .companySections .sections {
	width: 980px;
	height: 501px;
	margin: 20px 0 25px;
	/*background: url(../images/site_images/companyBgr_hover.jpg) no-repeat;*/
	background: url(../images/site_images/productsBgr.jpg) no-repeat;

}

.company .companySections .sections:hover li {
	background-color: transparent;
}

.company .companySections .sections:hover li:hover {
	background-color: #4c474e;
}

.company .companySections  ul{
	list-style: none;
}

.company  .companySections li:first-child{
	border-left: 0 none;
}

.company  .companySections li{
	width: 162.5px;
	height: 501px;
	border-left: 1px solid #fff;
	position: relative;
	float: left;
	background-color: rgba(76, 71, 78, .6);

	transition: background-color .3s;
}

.company  .companySections li:hover{
	background-color: #161616;
}

.company .companySections h2{
	font-size: 22px;
	text-align: center;
	padding: 17px 7px 0 7px;
	font-family: helen_prolight;
}

	.company .companySections h2 a{
		color: #fff;
		text-decoration: none;
	}

.openCloseAccordion {
	float: right;
	width: 35px;
	height: 35px;
	background: url("../images/site_images/openCloseBtn.png") no-repeat 0px -35px;
	display: none;
}	

.company .companySections p{
	overflow: hidden;
	height: 340px;
	color: #fff;
	font-family: helen_prolight;
	font-weight: lighter;
	font-size: 15px;
	line-height: 17px;
	position: absolute;
	top: 85px;
	padding: 0 18px;
}

.company .companySections p a{
	color: #fff;
	float: left;
	clear: both;
	margin: 4px 0;
	font-size: 12px;
	text-transform: uppercase;
}

.company .companySections p a:hover {
	text-decoration: none;
	color: #9A6633;
}

.company .companySections a.learnMore{
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
	width: 104px;
	height: 27px;
	display: block;
	text-align: center;
	padding-top: 7px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -52px;
}

.company .companySections a.learnMore:hover {
	border-color: transparent;
	background: #161616;
	color: #9A6633;
}

/* profille */

.company .companyMainBox{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

span#bgrShadow{
	background: url('../images/site_images/slider2Bgr.jpg') no-repeat center 100%;
	display: block;
	height: 30px;
	margin: auto;
	position: relative;
	top: 17px;
	z-index: 0;
}

.company .navMenuBox{
	width: 158px;
	background: #383838;
	font-family: helen_prolight;
	font-weight: lighter;
	font-size: 16px;
	padding: 10px;
	float: left;
}

.company .navMenuBox ul {
	list-style: none;
}

.company .navMenuBox li {
	padding: 4px 0;
}

.company .navMenuBox a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}

.company .navMenuBox a:hover,
.company .navMenuBox li.active a{
	color: #9A6633;
}

.company .companyMainBox .smThumbContainer{
	left: 30px;
}

.company .companyMainBox .smThumbContainer.gallProfille{
	margin: 71px -10px auto!important;
}

h1 {
	clear: both;
	overflow: hidden;
	color: #9A6633;
	font-family: helen_prolight;
	font-weight: lighter;
	font-size: 45px;
	text-transform: uppercase;
}

.search .searchBox .searched {
	color: #9A6633;
}

#company_wrapper p,
#company_wrapper .rich_text {
	margin: 10px 0;
	color: #333;
	font-family: helen_prolight;
	font-weight: lighter;
	font-size: 15px;
}

.company .companyMainBox .smThumbContainer{
	display: inline-block;
}

/* history */
#company_wrapper{
	float: left;
	margin: 0 0 0 56px;
}

#company_wrapper .historyBox {
	background: url(../images/site_images/chartersImg_hover.jpg) no-repeat;
	width: 747px;
	height: 373px;
	margin-top: 30px;
}

#company_wrapper .historyBox:hover{
	background: url(../images/site_images/chartersImg.jpg) no-repeat;
}

#company_wrapper .historyBox li:hover{
	background-color: #161616;
}

#company_wrapper .historyBox ul{
	list-style: none;
	font-family: helen_prolight;
	font-weight: lighter;
}

#company_wrapper .historyBox ul li{
	border-left: 1px solid #fff;
	padding: 0 10px;
	width: 128px;
	height: 373px;
	float: left;
	line-height: 19px;
	font-size: 15px;
	color: #fff;
}

#company_wrapper .historyBox ul li:first-child{
	border-left: 0 none;
}

#company_wrapper .historyBox ul li h2{
	color: #fff;
	font-size: 22px;
	text-align: center;
	margin: 10px 0;
	min-height: 50px;
}

#company_wrapper .historyBox ul li p{
	padding: 0 22px;
	min-height: 50px;
	line-height: 19px;
	color: #fff;
	font-size: 15px;
}

/* mission, investments, financial and Charters*/
#company_wrapper {
	float: left;
	margin: 0 0 20px 52px;
	min-height: 200px;
	width: 747px;
}

#company_wrapper .textBox {
	width: 751px;
	color: #333;
	font-size: 15px;
	font-family: helen_prolight;
	margin-top: 20px;
}

#attachments {
	overflow: hidden;
	width: 100%;
	max-width: 800px;
	box-sizing: border-box;
}

#attachments ul{
	list-style: none;
}

.company .smThumbContainer.gallInvestments,
.company .smThumbContainer.gallMision {
	margin: 36px -10px auto!important;
}

#attachments li{
	height: 47px;
	border-bottom: 1px solid #d6d6d6;
	position: relative;
	padding-left: 5px;
}

#attachments li:last-child{
	border-bottom: 0 none;
}

#attachments li a:before,
#attachments li a:after {
	position: absolute;
	content: ' ';
}

#attachments li a:before,
#attachments li a.txt:before {
	background: url('../images/site_images/document-default.png') no-repeat top left;
	width: 29px;
	height: 32px;
	left: -45px;
	top: -8px;
}

#attachments li a.doc:before {
	background: url('../images/site_images/word.png') no-repeat top left;
 	width: 29px;
	height: 32px;
	left: -45px;
	top: -8px;
}

#attachments li a.xls:before {
	background: url('../images/site_images/excel.png') no-repeat top left;
 	width: 29px;
	height: 32px;
	left: -45px;
	top: -8px;
}

#attachments li a.ppt:before {
	background: url('../images/site_images/ppt.png') no-repeat top left;
 	width: 29px;
	height: 32px;
	left: -45px;
	top: -8px;
}

#attachments li a.pdf:before {
	background: url('../images/site_images/pdf.png') no-repeat top left;
 	width: 29px;
	height: 32px;
	left: -45px;
	top: -10px;
}

#attachments li a {
	position: relative;
	display: inline-block;
	margin: 15px 0 0 40px;
	color: #333;
	font-family: helen_proregular;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#attachments li a:hover {
	text-decoration: underline;
}

#attachments li a span {
	margin-left: 20px;
}

#attachments li a:after {
	background: url(../images/site_images/downloadPdfIcon.png) no-repeat top left;
 	width: 16px;
	height: 14px;
	top: 1px;
	right: -30px;
}

#company_wrapper .sections{
	background: url(../images/site_images/chartersImg.jpg) repeat;
	width: 100%;
	height: 373px;
	margin-top: 25px;
	overflow: auto;
}

#company_wrapper .sections .section_colums {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}

#company_wrapper .sections .section_colums li {
	position: relative;
	display: table-cell;
	vertical-align: top;
	min-width: 200px;
	width: 33.33%;
	border-left: 1px solid #fff;
	background-color: rgba(76, 71, 78, .6);

	transition: background-color .3s;
}

#company_wrapper .sections:hover {
	/*width: 747px;*/
	/*height: 373px;*/
}

#company_wrapper .sections ul {
	list-style: none none;
	padding: 0;
}
#company_wrapper .sections:hover li {
	background-color: rgba(76, 71, 78, 0);
}

#company_wrapper .sections li:hover {
	background-color: rgba(76, 71, 78, 1);
}

#company_wrapper  .sections li:first-child {
	border-left: 0 none;
}

#company_wrapper .sections li h2 {
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	font-size: 22px;
	text-align: center;
	padding: 15px 5px 0 5px;
	text-transform: uppercase;
}

#company_wrapper  .sections li p {
	overflow: hidden;
	margin: 0;
	padding: 15px 10px 10px 10px;
	height: 210px;
	color: #fff;
	line-height: 17px;
	font-family: helen_prolight;
	font-weight: lighter;
	font-size: 15px;
	word-wrap: break-word;
}

#company_wrapper .sections li p a {
	color: #fff;
	float: left;
	clear: both;
	margin: 4px 0;
	font-size: 12px;
	text-transform: uppercase;
}

#company_wrapper .sections li a.learnMore {
	position: absolute;
	left: 50%;
	bottom: 16px;
	margin-left: -52px;
	text-decoration: none;
	color: #888;
	border: 1px solid #383838;
	width: 104px;
	height: 34px;
	display: block;
	text-align: center;
	line-height: 33px;
}

#company_wrapper .sections li a.learnMore:hover {
	border-color: transparent;
	background: #161616;
	color: #9A6633;
}

.company .navMenuBox ul.dMenu {
	display: none;
	margin-top: 5px;
}

.company .navMenuBox ul.dMenu li{
	padding: 2px 0;
}

.company .navMenuBox ul.dMenu a{
	list-style: none;
	text-transform: none;
	font-size: 16px;
	color: #fff;
}

.company .navMenuBox ul.dMenu a:hover,
.company .navMenuBox ul.dMenu a.active {
	color: #9A6633;
}

/* news page */
.news .newsBox{
	width: 100%;
	max-width: 940px;
	margin: 20px auto;
}

	.news .newsBox .newsSection {
		padding-top: 10px;
		list-style: none;
		color: #333;
		font-family: helen_prolight;
	}

		.news .newsBox .newsSection li {
			padding-bottom: 20px;
		}

		.news .newsBox .newsSection li + li {
			padding-top: 20px;
			border-top: 1px solid #d6d6d6;
		}

			.news .newsBox .newsSection li > a {
				float: left;
				margin-right: 10px;
				width: 134px;
				overflow: hidden;
			}

				.news .newsBox .newsSection li img {
					border: 2px solid #D6D6D6;
				}

.news .newsBox .newsSection li .newsInfo {
	display: table;
}

.news .newsBox .newsSection li .newsInfo small{
	font-size: 12px;
}

.news .newsBox .newsSection li .newsInfo a.newsTitle{
	font-family: helen_probold;
	font-weight: normal;
	font-size: 18px;
	padding: 5px 0;
	text-decoration: none;
	color: #333;
	display: block;
}

.news .newsBox .newsSection li .newsInfo p {
	padding-bottom: 10px;
	font-size: 15px;
}

.news .newsBox .newsSection li .newsInfo p img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.news .newsBox .newsSection li .newsInfo a.learnMore{
	text-decoration: none;
	font-size: 17px;
	width: 104px;
	height: 34px;
	border: 1px solid #d6d6d6;
	color: #8d8d8d;
	display: inline-block;
	text-align: center;
	line-height: 34px;
}

.news .newsBox .newsSection li .newsInfo a.learnMore:hover {
	border: 0 none;
	background: #161616;
	color: #9A6633;
	line-height: 34px;
	margin: 1px 0;
}

.pageNum {
	width: 100%;
	height: 57px;
	background: #d9d9d9;
}

.paginator {
	padding: 0 10px;
}

	.paginator > ol {
		display: table;
		width: 100%;
		list-style: none none;
	}

		.paginator > ol > li {
			display: table-cell;
			text-align: center;
			line-height: 57px;
			height: 57px;
			vertical-align: middle;
		}

.pageNum .paginator a {
	text-decoration: none;
	color: #333;
	font-family: helen_prolight;
	font-size: 1.17em;
}

.pageNum .paginator li.active a {
	color: #999;
}

	.pageNum .leftArrow,
	.pageNum .rightArrow {
		height: 18px;
		width: 11px;
	}

	.pageNum .leftArrow a,
	.pageNum .rightArrow a {
		display: block;
		height: 100%;
		background-image: url(../images/site_images/slider2Navigation.png);
		background-position: 0 50%;
		background-repeat: no-repeat;
	}

	.pageNum .rightArrow a {
		background-position: -14px 50%;
	}

	.pageNum .leftArrow span,
	.pageNum .rightArrow span {
		text-indent: -9999px;
		font-size: 0pt;
	}

.pages {
	text-align: center;
}

.pages ol {
	line-height: 57px;
}

.pages ol li {
	display: inline;
}

/* news name */

.news .newsBox .currentNews{
	margin-top: 20px;
}

.news .newsBox .currentNews img.thumb{
	float: left;
	border: 2px solid #D6D6D6;
	margin: 0 23px 0 0;
}

#product_on_focus_popup .popUpcontent a.learn_more ,
.search .searchBox  ul li a.learn_more,
.news .newsBox .currentNews a.learn_more{
	text-decoration: none;
	font-size: 17px;
	width: 104px;
	height: 34px;
	border: 1px solid #d6d6d6;
	color: #8d8d8d;
	display: inline-block;
	text-align: center;
	line-height: 32px;
	float: left;
	clear: left;
	margin: 10px 0 0 0;
}

#product_on_focus_popup .popUpcontent a.learn_more:hover,
.search .searchBox  ul li a.learn_more:hover,
.news .newsBox .currentNews a.learn_more:hover {
	background: #000;
	border-color: transparent;
	color: #9B6733;
}

.news .newsBox .currentNews .infoBox{
	color: #333;
	font-family: helen_prolight;
	display: table;
	font-size: 15px;
}

.news .newsBox .currentNews .infoBox a {
	color: #996633;
}

/* careers */
.careers .careersBox{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	margin-top: 20px;
}

.accordion{
	width: 100%;
	max-width: 947px;
	margin: 0 auto;
	margin-top: 50px;
}

.accordion > p {
	min-height: 200px;
}

.accordion dl dt{
	height: 23px;
	background: #4C474E;
	margin: 1px 0;
	position: relative;
	color: #fff;
	font-size: 25px;
	font-family: helen_prolight;
	padding: 17px 15px;
	text-transform: uppercase;
	cursor: pointer;
}

.accordion dl dt.active{
	background: #A76F36;
}

.accordion dl dt img{
	position: absolute;
	top: 7px;
	right: 7px;
	cursor: pointer;
}

.accordion dl dt.active img{
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform: rotate(180deg);
}

.accordion dl dd{
	display: none;
	margin: 0;
	padding: 10px 0;
	color: #333;
	font-family: helen_prolight;
	font-size: 15px;
}

.accordion dl dd small{
	font-size: 12px;
}

.accordion dl dd h3{
	font-size: 18px;
	font-family: helen_probold;
	font-weight: normal;
}

.accordion dl dd p{
	font-size: 15px;
	margin-top: 10px;
}

/* contacts */
.contacts .contactsBox {
	width: 100%;
	max-width: 940px;
	margin: 0 auto 30px;
}

.contacts .contactsBox .contactsContainer {
	width: 100%;
	max-width: 940px;
	margin-top: 20px;
}

.contacts .contactsBox .contactsContainer > h2 {
	padding: 15px;
	background-color: #af7842;
	font-weight: normal;
	color: #fff;
}

.contacts .contactsBox .contactsContainer .contact{
	width: 48%;
	height: auto;
	min-height: 230px;
	background: #f9f9f9;
	border: 1px solid #e5e5e5;
	display: inline-block;
	margin: 3px 1% 8px 1%;
	overflow: hidden;
	padding: 15px;
	vertical-align: top;
	box-sizing: border-box;
}

.contacts .contactsBox .contactsContainer .contact:nth-child(even) {
    margin: 3px 0 8px 0px;
}

.contacts .contactsBox .contactsContainer .contact h2{
	color: #BE7E3D;
	font-size: 18px;
	font-family: helen_probold;
	font-weight: normal;
	margin: 5px 0;
}

.contacts .contactsBox .contactsContainer .contact address{
	padding: 5px 0;
	color: #333;
	font-size: 15px;
	font-style: normal;
	font-family: helen_prolight;
	padding-left: 26px;
}

.contacts .contactsBox .contactsContainer .contact address a{
	color: #996633;
}

.contacts .contactsBox .contactsContainer .contact address a:hover {
	text-decoration: none;
}

.contacts .contactsBox .contactsContainer .contact address img{
	margin-right: 10px;
	position: relative;
	top: 3px;
	margin-left: -26px;
}
/* products page */
#content.news,
.products .productsBox {
	width: 100%;
	max-width: 980px;
	margin: 0 auto 30px auto;
}

.products .productsBox .productsSectionBox {
	display: table;
	table-layout: fixed;
	margin-top: 20px;
	height: 501px;
	background: url(../images/site_images/productsBgr.jpg) no-repeat;
}

.products .productsBox .productsSectionBox  > div {
	display: table-row;
}

	.products .productsBox .productsSectionBox  > div h2 {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		padding: 15px 0;
	}

		.products .productsBox .productsSectionBox  > div h2 + h2 {
			border-left: 1px solid white;
		}

		.products .productsBox .productsSectionBox > div h2 a {
			color: #fff;
			font-size: 22px;
			text-decoration: none;
		}

.products .productsBox .productsSectionBox:hover li {
	background-color: rgba(76, 71, 78, 0);
}

.products .productsBox .productsSectionBox li:hover {
	background-color: rgba(76, 71, 78, 1);
}
.products .productsBox .productsSectionBox ul {
	display: table-row;
	width: 100%;
	height: 100%;
	list-style: none none;
	font-style: normal;
	font-family: helen_prolight;
}

.products .productsBox .productsSectionBox li {
	background-color: rgba(76, 71, 78, .6);
	width: 20%;
	-ms-transition: background-color .4s;
	-webkit-transition: background-color .4s;
	transition: background-color .4s;
}

.products .productsBox .productsSectionBox li h2 a {
	display: block;
	text-align: center;
	padding: 15px 0;
	color: #fff;
	font-size: 22px;
	text-decoration: none;
}

.products .productsBox .productsSectionBox li > div {
	display: table;
	width: 100%;
	height: 100%;
}

.products .productsBox .productsSectionBox li {
	display: table-cell;
	position: relative;
	padding: 15px;
}

.products .productsBox .productsSectionBox .column {

	display: table-column;
}

.products .productsBox .productsSectionBox .column.hover {
	background-color: #4c474e;
}

.products .productsBox .productsSectionBox li + li {
	border-left: 1px solid #fff;
}

.products .productsBox .productsSectionBox li p {
	line-height: 15px;
	color: #fff;
	font-family: helen_prolight;
	font-size: 14px;
}

.products .productsBox .productsSectionBox li img {
	position: absolute;
	bottom: 97px;
	left: 50%;
	width: 134px;
	border: 2px solid #d6d6d6;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
}

.products .productsBox .productsSectionBox a.learnMore {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -52px;
	width: 104px;
	height: 34px;
	border: 1px solid #fff;
	line-height: 34px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.products .productsBox .productsSectionBox a.learnMore:hover {
	color: #9A6633;
	border-color: transparent;
	background: #161616;
}
/* products - copperSheets */

.products .productsBox .product_details{
	width: 100%;
	max-width: 980px;
	margin-top: 20px;
}

.products .productsBox .product_details img.productImg {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
	height: auto;
}

.products .productsBox .product_details .back{
	margin: 0 15px 20px 20px;
	text-decoration: none;
	height: 34px;
	display: inline-block;
	float: right;
	border: 1px solid #d6d6d6;
	color: #929292;
	font-family: helen_prolight;
	font-size: 15px;
	line-height: 34px;
	text-transform: uppercase;
	padding: 0 30px;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
}

.products .productsBox .product_details .back:hover {
	border: 1px solid transparent;
	background: #4C474E;
	color: #9A6633;

}

.products .productsBox .product_details h2{
	font-size: 18px;
	color: #333;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.products .productsBox .product_details p{
	font-family: helen_prolight;
	font-size: 15px;
	color: #333;
}

.products .productsBox .product_details .accordion dl dd small{
	font-size: 15px;
	font-style: italic;
	margin: 10px;
}

.tableWrapper {
	width: 90%;
	height: auto;
	overflow: auto;
	overflow-y: hidden;
	padding: 0px 0px 20px 0px!important;
	margin: 0px 0px 20px 20px;
	box-sizing: border-box;
}

#content table {
	padding: 0;
	border-spacing: 1px;
	width: 100% !important;
}

	#content table tr:first-child td {
		background-color: #F2F2F2;
	}

	#content table tr th,
	#content table tr td {
		padding: 12px;
	}

	#content table tr:first-child td:first-child,
	#content table tr td {
		border: 1px solid #d6d6d6;
	}



	#content table.products {
		padding: 0;
		width: 100% !important;
		border-collapse: collapse;
		margin-top: 10px;
		margin-bottom: 20px;
		table-layout: fixed;
	}

	#content table.products caption {
		padding: 12px;
		text-align: left;
		text-transform: uppercase;
		background: #544f56;
		color: #fff;
	}

	#content table.products tr:first-child td {
		background-color: #be7e41;
		color: #fff;
		text-transform: uppercase;
	}

	#content table.products tr:nth-of-type(even) td {
	    background: #f2f2f2;
	}

	#content table.products tr th,
	#content table.products tr td {
		padding: 12px;
	}

	#content table.products tr:first-child td:first-child,
	#content table.products tr td {
		border: 1px solid #d6d6d6;
	}	

/* products - rolledRoofing */

.products .product_details .sections {
	width: 100%;
	max-width: 980px;
	height: 201px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.products .product_details .sections .sectionsInner{
	position: absolute;
	top: 10px;
	left: 0;
	z-index: -1;
}

.products .product_details .sections .sectionsInner img.bgr{
	width: 100%;
	height: auto;
}

.products .product_details .sections ul {
	list-style: none none;
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-top: 10px;
}

.products .product_details .sections li + li {
	border-left: 1px solid #fff;
}

.products .product_details .sections li {
	background: url('../images/site_images/blackTranBgr.png') repeat;
	display: table-cell;
	margin-right: 1px;
	vertical-align: middle;
}

.products .product_details .sections li a {
	position: relative;
	line-height: 33px;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
}

.products .product_details .sections li:hover a,
.products .product_details .sections li.active a {
	height: 44px;
	margin-top: -10px;
	line-height: 43px;
	background: #4C474E;
}

.products .product_details h2 {
	color: #333;
	font-size: 18px;
	margin: 17px 0 15px 20px;
}

.products .product_details .rich_text > * {
	padding: 0 20px 10px;
}

.products .product_details p {
	color: #333;
	font-size: 15px;
	font-family: helen_prolight;
}

.products .product_details .subcategory{
	padding: 10px 10px 10px 20px;
}

.products .product_details .subcategory img{
	border: 2px solid #d6d6d6;
	float: left;
	margin-right: 10px;
}

.products .product_details .subcategory h3{
	color: #333;
	font-size: 18px;
	margin-bottom: 5px;
	position: relative;
	left: 5px;
}

.products .product_details .subcategory a:first-child {
	margin-right: 0;
}

.products .product_details .subcategory a {
	background: #BE7E3D;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	width: 176px;
	height: 34px;
	display: inline-block;
	margin: 0 5px 15px 5px;
	line-height: 34px;
	text-align: center;
}

.products .product_details .subcategory a:hover {
	background: #4C474E;
	color: #9A6633;
}

/* 404 */

.fourHundredAndFourBox{
	width: 100%;
	max-width: 959px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
}

.fourHundredAndFourBox p {
	color: #333;
	font-size: 15px;
	font-family: helen_prolight;
}

.fourHundredAndFourBox img {
	width: 100%;
	height: auto;
	padding: 10px 0;
}

.fourHundredAndFourBox span {
	display: block;
	margin-top: 50px;
	text-indent: -10000px;
	font-size: 0;
}
/* search box */
.search .searchBox {
	width: 940px;
	margin: 0 auto;
	margin-top: 30px;
}

.search .searchBox > h2 {
	color: #333;
	font-size: 18px;
	font-family: helen_proregular;
	font-weight: bold;
	margin-top: 15px;
}

.search .searchBox  ul {
	list-style: none;
	margin-top: 20px;
}

.search .searchBox  ul li {
	margin: 10px 0 0 0;
}

.search .searchBox  ul li h2 {
	color: #333;
	font-size: 18px;
	font-family: helen_proregular;
	font-weight: bold;
}

.search .searchBox  ul li p {
	color: #333;
	font-size: 15px;
	font-family: helen_prolight;
	font-weight: lighter;
	margin: 4px 0 0 0;
}

.search .searchBox  ul li a {
	margin: 16px 0 16px 22px;
	width: 104px;
}

.search .searchBox  ul li a:hover {
	width: 104px;
}

.search .searchBox  .pageNum {
	margin: 16px auto 40px auto;
}

/* end */

p.no_results {
	color: #9A6633;
	margin: 10px 0;
}

#product_on_focus_popup .popUpcontent:after,
.search .searchBox  ul li:after,
#header .navigationBar li .dropDownMenu ul:after,
.products .product_details .subcategory:after,
.news .newsBox:after,
.company .companyMainBox:after,
#content .smWorks ul:after,
#footer .navigationBar:after,
#footer .navigationBar ul:after,
#footer .navigationBar .linksAndSearch:after,
#footer .navigationBar .linksAndSearch input:after,
#content:after,
#header:after{
	visibility: hidden;
	display: block;
	font-size: 0pt;
	content: " ";
	clear: both;
	height: 0;
}


.rich_text ul {
	margin: 0;
	padding: 0 0 0 30px;
}

.rich_text ul li {
	margin: 0;
	color: #333;
}

.rich_text {
	color: #333333;
	font-family: helen_prolight;
	font-size: 15px;
	font-weight: lighter;
}

.rich_text a {
	color: #996633;
}

.rich_text strong {
	font-family: helen_probold !important;
}


#infoMapWindow address {
	max-width: 60%;
}


@media (min-width: 0px) and (max-width: 390px) {
	#attachments li a {
		max-width: 190px;
	}
}


@media (min-width: 0px) and (max-width: 767px) {

	h1 {
		font-size: 30px;
	}
    
	#header {
		height: 63px;
	}

	#header .logo {
		width: 125px;
		height: 63px;
	}

	#header .menu_trigger {
		top: 6px;
	}

	#header .language {
		margin: 14px 10px 0px 0px!important;
	}

	#header .navigationBar {
		padding-top: 63px!important;
	}
    
	.home .sMedInfo .slidwr2Container {
		width: 320px;
	}
	.home .sMedInfo .slidwr2Container .slider {
		width: 320px;
		height: 750px;
	}
	.home .sMedInfo .slidwr2Container .mask {
		width: 320px;
		height: 680px;
	}
	.home .sMedInfo .slidwr2Container .mask li .imageRotateContainer {
		width: 320px;
		height: 202px;
	}
	.home .sMedInfo .slidwr2Container .mask li .imageRotateContainer > ul > li {
		width: 320px;
	}
	.home .sMedInfo .slidwr2Container .mask li .imageRotateContainer ul li img {
		width: 100%!important;
		height: auto!important;
	}
	.home .sMedInfo .slidwr2Container .mask .sInfo {
		width: 320px;
		height: 480px;
		border-left: 0px solid #fff;
	}
	.home .sMedInfo .slidwr2Container .mask > ul > li {
		width: 320px;
	}


	#content .smWorks .product_on_focus {
		width: 100%;
		height: auto;
		position: relative;
	}
	#content .smWorks .product_on_focus h1 {
		width: 70%;
	}
	#content .smWorks .smWorldWide {
		width: 100%;
		height: auto;
		position: relative;
	}
	#content .smWorks .smWorldWide h1 {
		width: 70%;
	}
	#content .smWorks .plus {
		position: absolute;
		top: 50%;
		right: 2%;
		margin: 0px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}


	#content .latest_news h4 {
		width: 100%;
		height: auto;
		box-sizing: border-box;
	}


	#footer .navigationBar {
		width: 100%;
	}
	#footer .navigationBar > ul {
		width: 100%;
		border-right: none;
	}
	#footer .navigationBar > ul > li {
		width: 50%;
		margin: 0px;
		padding: 20px;
		min-height: 230px;
		box-sizing: border-box;
	}
	#footer .navigationBar .linksAndSearch {
		float: left;
		width: 100%;
		text-align: center;
	}
	#footer .navigationBar .linksAndSearch .linksAndSearchInner {
		width: auto;
		display: inline-block;
		margin-bottom: 20px;
	}
	#footer .navigationBar .linksAndSearch form {
		float: left;
		width: auto;
	}
	#footer .navigationBar .linksAndSearch .linkedIn {
		float: left;
		margin: 0px 0px 0px 6px;
	}
	#footer .links {
		width: 100%;
	}
	#footer .links .linksInner {
		width: 100%;
		text-align: center;
	}
	#footer .links small {
		float: none;
		display: block;
		width: 100%;
		text-align: center;
	}


	#product_on_focus_popup {
		width: 100%;
		margin-left: 0px;
		padding: 10px;
		box-sizing: border-box;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#product_on_focus_popup .popUpcontent {
		width: 100%;
	}
	#product_on_focus_popup .popUpcontent img {
		width: 100%;
		height: auto;
		box-sizing: border-box;
	}
	#product_on_focus_popup .popUpcontent .info {
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}

	#popUpMap {
		width: 100%;
		height: auto;
		margin-left: 0px;
		padding: 10px;
		box-sizing: border-box;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#popUpMap #map-canvas {
		width: 100%;
		height: 300px;
	}

	#content .smThumbContainerWrapper {
		width: 320px;
	}

	#content .smThumbContainer {
		width: 278px;
		height: 140px;
		z-index: 101;
	}
	#content .smThumbContainer .thumbSlider {
		width: 278px;
	}

	#content .smThumbContainerWrapper h2 {
		margin: 0 30px 10px 30px;
	}

	#content .smThumbContainer li h3 {
		font-size: 12px;
	}

	/*#content .smThumbContainer li {
		width: 135px;
		margin-right: 8px;
		padding: 3px;
		box-sizing: border-box;
	}
	#content .smThumbContainer li:hover {
		z-index: 1;
		top: -7px;
		left: -7px;
		margin-right: -7px;
		padding: 7px;
		width: 150px;
	}
	#content .smThumbContainer li img {
		width: 100%!important;
		height: auto;
		margin: 0px;
	}
	#content .smThumbContainer li:hover img {
		padding: 3px;
		box-sizing: border-box;
	}
	#content .smThumbContainer li h3 {
		font-size: 10px;
	}*/
	#content .smThumbContainer .leftArrow {
		left: -15px;
		top: 0px;
		height: 110px;
	}
	#content .smThumbContainer .rightArrow {
		right: -15px;
		top: 0px;
		height: 110px;
	}

	#attachments {
		padding: 0px 15px 0px 15px;
	}



	.company .companySections {
		width: 100%;
	}
	.company .companySections .sections {
		width: 100%;
		height: auto;
		display: inline-block;
		background: url(../images/site_images/productsBgr.jpg) repeat-y;
	}
	.company .companySections li {
		width: 100%;
		height: auto;
		border-left: none;
		border-bottom: 1px solid #fff;
	}
	.company .companySections h2 {
		float: left;
		width: 80%;
		height: auto;
		padding: 0px 20px;
		text-align: left;
		box-sizing: border-box;
	}
	.company .companySections p {
		float: left;
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
		box-sizing: border-box;
	}
	.company .companySections a.learnMore {
		display: inline-block;
		position: relative;
		bottom: 0;
		margin-bottom: 20px;
		margin-top: 20px;
	}






	.company .companySections .accordionItem {
	    float: left;
	    width: 100%;
	    height: auto;
	    padding: 0px;
	    margin: 0px 0px 0px 0px;
	    border-top: 1px solid #d0d0d0;
	    box-sizing: border-box;
	    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
	}

	.company .companySections .accordionItem > h2 a {
	    float: left;
	    width: 100%;
	    height: auto;
	    padding: 20px 0px 20px 0px;
	    margin: 0px;
	    background: url(../images/accordionItemArrowDown.png) no-repeat 99% 11px;
	    box-sizing: border-box;
	    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
	}

	.company .companySections .accordionItem > h2 a.close {
	    background: #fff url(../images/accordionItemArrowUp.png) no-repeat 99% 11px;
	    color: #1a1a1a;
	    display: inline-block;
	}

	.company .companySections .accordionItem .accordionSub {
	    float: left;
	    width: 100%;
	    height: auto;
	    padding: 0px;
	    margin: 4px 0px 0px 0px;
	    display: none;
	    box-sizing: border-box;
	}

	.openCloseAccordion {
		display: block;
		margin: 14px 12px 0px 0px;
	}
	.openCloseAccordion.close {
		background: url("../images/site_images/openCloseBtn.png") no-repeat 0px 0px;
	}





	.products .productsBox .productsSectionBox {
		width: 100%;
		height: auto;
		display: inline-block;
		background: url(../images/site_images/productsBgr.jpg) repeat-y;
	}
	.products .productsBox .productsSectionBox li {
		display: block;
		width: 100%!important;
		height: auto;
		border-left: none;
		border-bottom: 1px solid #fff;
	}
	.products .productsBox .productsSectionBox li + li {
		border-left: none;
	}
	.products .productsBox .productsSectionBox h2 {
		float: left;
		width: 80%;
		height: auto;
		padding: 0px 20px;
		text-align: left;
		box-sizing: border-box;
	}
	.products .productsBox .productsSectionBox li p {
		float: left;
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
		padding: 15px;
		box-sizing: border-box;
	}
	.products .productsBox .productsSectionBox a.learnMore {
		display: inline-block;
		position: relative;
		bottom: 0;
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.products .productsBox .productsSectionBox .accordionItem {
	    float: left;
	    width: 100%;
	    height: auto;
	    padding: 0px;
	    margin: 0px 0px 0px 0px;
	    border-top: 1px solid #d0d0d0;
	    box-sizing: border-box;
	    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
	}

	.products .productsBox .productsSectionBox .accordionItem > h2 a {
	    float: left;
	    width: 100%;
	    height: auto;
	    padding: 20px 0px 20px 0px;
	    margin: 0px;
	    background: url(../images/accordionItemArrowDown.png) no-repeat 99% 11px;
	    text-align: left;
	    box-sizing: border-box;
	    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
	}

	.products .productsBox .productsSectionBox .accordionItem > h2 a.close {
	    background: #fff url(../images/accordionItemArrowUp.png) no-repeat 99% 11px;
	    color: #1a1a1a;
	    display: inline-block;
	}

	.products .productsBox .productsSectionBox .accordionItem .accordionSub {
	    float: left;
	    width: 100%;
	    height: auto;
	    padding: 0px;
	    margin: 4px 0px 0px 0px;
	    display: none;
	    box-sizing: border-box;
	}

	.products .productsBox .productsSectionBox li img {
		position: relative;
		bottom: 0px;
	}

	.products .productsBox .productsSectionBox a.learnMore {
		display: block;
	}

	.product_details .accordion .rich_text img {
		width: 100%!important;
		height: auto!important;
	}

	.products .productsBox .product_details .back {
		float: none;
	}






	




	.contacts .contactsBox .contactsContainer .contact {
		width: 100%;
		margin: 3px 0px 8px 0px;
	}


	.company .companyMainBox .smThumbContainer {
		display: block;
		clear: both;
		left: auto;
	}



	.company .navMenuBox {
		width: 100%;
		margin-bottom: 20px;
		box-sizing: border-box;
	}

	#company_wrapper {
		width: 100%;
		margin: 0px 0px 20px 0px;
		padding: 0px 12px 0px 12px;
		box-sizing: border-box;
	}

	#company_wrapper .sections {
		height: auto;
	}

	#company_wrapper .sections .section_colums li {
		width: 100%;
		border-left: none;
		border-bottom: 1px solid #fff;
		display: block;
	}

	#company_wrapper .rich_text p img {
		float: none!important;
		width: 100%!important;
		height: auto!important;
		margin-left: 0px!important;
		margin-bottom: 10px!important;
		box-sizing: border-box;
	}

	.products .product_details .subcategory a {
		width: 100%;
		margin: 5px 0px 0px 0px;
	}

	.products .product_details .sections {
		height: auto;
	}

	.products .product_details .sections li {
		display: inline-block;
		width: 100%;
	}

	.products .product_details .sections li {
		border-left: none;
		border-bottom: 1px solid #fff;
	}

	.products .product_details .sections li + li {
		border-left: none;
		border-bottom: 1px solid #fff;
	}

	.products .product_details .sections li a {
		line-height: 42px;
	}

	.products .product_details .sections li:hover a,
	.products .product_details .sections li.active a {
		height: 42px;
		margin-top: 0px;
		line-height: 42px;
	}

	.products .product_details .sections .sectionsInner {
		position: relative;
		top: 0;
	}


	#content table {
		min-width: 940px;
	}






	.home .sliderContainer {
		height: 300px;
	}
	.home .sliderContainer .mask {
		height: 300px;
		width: 320px;
	}
	.home .sliderContainer .mask .prev {
		height: 80px;
		width: 25px;
		background: url('../images/site_images/leftArrowSm.png') no-repeat center center;
	}
	.home .sliderContainer .mask .next {
		height: 80px;
		width: 25px;
		top: 80px;
		background: url('../images/site_images/rightArrowSm.png') no-repeat center center;
	}
	.home .sliderContainer .mask .imageContainer img {
		width: 300px!important;
		height: 160px!important;
	}
	.home .sliderContainer .mask .navBtn {
		top: 50px;
		margin-left: 38px;
		width: 100%;
	}
	.home .sliderContainer .mask .navBtn .activeSliderBtn {
		width: 112px;
		height: 30px;
		margin-bottom: 10px;
		box-sizing: border-box;
	}
	.home .sliderContainer .mask .navBtn li {
		width: 112px;
		height: 30px;
		margin: 0px 6px 10px 6px;
		box-sizing: border-box;
	}
	.home .sliderContainer .mask .navBtn li a {
		line-height: 30px;
		font-size: 14px;
		margin-left: 10px;
	}
	.home .sliderContainer .infoBox {
		left: 42px;
		width: 240px;
		height: 184px;
	}
	.home .sliderContainer .infoBox li {
		width: 220px;
		height: 184px;
	}
	.home .sliderContainer .infoBox li h1 {
		font-size: 20px;
		line-height: 18px;
		margin: 15px 15px 15px 0px;
		min-height: 50px;
	}
	.home .sliderContainer .infoBox li img {
		width: 64px!important;
		height: 53px!important;
		margin-left: 6px;
	}
	.home .sliderContainer .infoBox li .learnMore {
		margin: 10px 3px 0 0;
		font-size: 12px;
		line-height: 16px;
		padding: 0px;
		box-sizing: border-box;
	}




	.news .newsBox .newsSection li .newsInfo {
		display: block;
	}

}










@media (min-width: 0px) and (max-width: 1023px) {

	#header {
		width: 100%;
	}
	
	#header .menu_trigger {
		display: inline-block;
		z-index: 101;
		-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
	}

	#header .menu_trigger.opened {
		background: #555057;
	}

	#header .menu_trigger.opened .line {
		background-color: #be7e41;
	}

	#header .navigationBar {
		position: absolute;
		top: 0;
		right: 0;
		overflow-x: hidden;
		overflow-y: auto;
		width: 200px;
		padding-top: 87px; 
		padding-bottom: 20px;
		margin-left: 0px;
		height: auto;
		background-color: #555057;
		opacity: 0;
		z-index: -100;
		/*-webkit-transform: translateX(100%);
		transform: translateX(100%);*/
		-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
	}
	#header .navigationBar.open {
		opacity: 1;
		/*-webkit-transform: translateX(0%);
		transform: translateX(0%);*/
		z-index: 100;
		-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
	}
	#header .navigationBar > li {
		width: 100%;
		margin-top: 0px;
		height: auto;
	}
	#header .navigationBar li .dropDownMenu {
		float: left;
		position: relative;
		top: 0px;
		box-shadow: none;
		border-bottom: none;
	}
	#header .navigationBar li .dropDownMenu ul {
		margin: 0px;
		padding: 8px 10px 0px 20px;
		width: 170px;
	}
	#header .navigationBar > li > a {
		float: left;
		width: 136px;
		color: #fff;
	}
	#header .navigationBar li .openCloseNav {
		display: block;
	}
	#header .navigationBar li:hover .openCloseNav {
		display: block;
	}
	#header .navigationBar li .openCloseNav.close {
		background: #383838 url('../images/site_images/openCloseArrowUp.png') center center no-repeat;
	}

	#header .navigationBar li:hover .openCloseNav.close {
		background: #383838 url('../images/site_images/openCloseArrowUp.png') center center no-repeat;
	}
	#header .navigationBar > li.active_menu  {
		-moz-box-shadow: 0 0 0 #383838;
		-webkit-box-shadow: 0 0 0 #383838;
		box-shadow: 0 0 0 #383838;
	}
	#header .navigationBar > li.active_menu > a {
		color: #9b6733;
	}


	#header .language {
		z-index: 101;
		width: 80px;
		margin: 28px 10px 0px 0px;
	}
	#header .language .unActiveLanguage {
		display: inline-block;
	}



	.accordion {
		padding: 0px 22px;
		box-sizing: border-box;
	}

	.accordion dl dt {
		height: auto;
		padding: 17px 60px 17px 15px;
		font-size: 18px;
	}

	.accordion dl dt img {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.accordion dl dt.active img {
		-webkit-transform: rotate(180deg) translateY(50%);
		transform: rotate(180deg) translateY(50%);
	}

	.search .searchBox {
		width: 100%;
		padding: 0px 20px;
		box-sizing: border-box;
	}

	.news .newsBox {
		padding: 0px 20px 0px 20px;
		box-sizing: border-box;
	}

	.contacts .contactsBox {
		padding: 0px 20px 0px 20px;
		box-sizing: border-box;
	}

}




@media (min-width: 768px) and (max-width: 900px) {

	.products .productsBox .productsSectionBox li h2 a {
		font-size: 18px;
	}

}




@media (min-width: 768px) and (max-width: 1023px) {
    
	.home .sMedInfo .slidwr2Container {
		width: 740px;
	}
	.home .sMedInfo .slidwr2Container .slider {
		width: 740px;
		height: 526px;
	}
	.home .sMedInfo .slidwr2Container .mask {
		width: 740px;
		height: 468px;
		position: relative;
	}
	.home .sMedInfo .slidwr2Container .mask li .imageRotateContainer {
		width: 740px;
		height: 468px;
	}
	.home .sMedInfo .slidwr2Container .mask li .imageRotateContainer > ul > li {
		width: 740px;
	}
	.home .sMedInfo .slidwr2Container .mask li .imageRotateContainer ul li img {
		width: 100%!important;
		height: auto!important;
	}
	.home .sMedInfo .slidwr2Container .mask .sInfo {
		width: 740px;
		height: 310px;
		position: relative;
		bottom: 310px;
		background: rgba(84, 79, 86, 0.7);
	}
	.home .sMedInfo .slidwr2Container .mask > ul > li {
		width: 740px;
	}




	#content .smWorks .product_on_focus {
		width: 100%;
		height: auto;
		position: relative;
	}
	#content .smWorks .product_on_focus h1 {
		width: 70%;
	}
	#content .smWorks .smWorldWide {
		width: 100%;
		height: auto;
		position: relative;
	}
	#content .smWorks .smWorldWide h1 {
		width: 70%;
	}
	#content .smWorks .plus {
		position: absolute;
		top: 50%;
		right: 2%;
		margin: 0px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}



	#content .latest_news h4 {
		width: 100%;
		height: auto;
		box-sizing: border-box;
	}



	#footer .navigationBar {
		width: 100%;
	}
	#footer .navigationBar > ul {
		width: 100%;
		border-right: none;
	}
	#footer .navigationBar > ul > li {
		width: 25%;
		margin: 0px;
		padding: 20px;
		min-height: 180px;
		box-sizing: border-box;
	}
	#footer .navigationBar .linksAndSearch {
		float: left;
		width: 100%;
		text-align: center;
		padding: 0px;
	}
	#footer .navigationBar .linksAndSearch .linksAndSearchInner {
		width: auto;
		display: inline-block;
		margin-bottom: 20px;
		margin-left: 332px;
	}
	#footer .navigationBar .linksAndSearch form {
		float: left;
		width: auto;
	}
	#footer .navigationBar .linksAndSearch .linkedIn {
		float: left;
		margin: 0px 0px 0px 6px;
	}
	#footer .links {
		width: 100%;
		padding: 10px 20px 50px 20px;
		box-sizing: border-box;
	}
	#footer .links small {
		margin-top: 42px;
	}
	/*#footer .links .linksInner {
		width: 100%;
		text-align: center;
	}
	#footer .links small {
		float: none;
		display: block;
		width: 100%;
		text-align: center;
	}*/




	#product_on_focus_popup {
		width: 100%;
		margin-left: 0px;
		padding: 10px;
		box-sizing: border-box;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#product_on_focus_popup .popUpcontent {
		width: 100%;
	}
	#product_on_focus_popup .popUpcontent img {
		width: 50%;
		height: auto;
		box-sizing: border-box;
	}
	#product_on_focus_popup .popUpcontent .info {
		width: 50%;
		padding: 10px;
		box-sizing: border-box;
	}

	#popUpMap {
		width: 100%;
		height: auto;
		margin-left: 0px;
		padding: 10px;
		box-sizing: border-box;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#popUpMap #map-canvas {
		width: 100%;
		height: 300px;
	}


	#content .smThumbContainerWrapper {
		width: 742px;
	}

	#content .smThumbContainer {
		width: 710px;
		height: 140px;
		z-index: 101;
	}
	#content .smThumbContainer .thumbSlider {
		width: 710px;
	}

	#content .smThumbContainerWrapper h2 {
		margin: 0 30px 10px 30px;
	}

	#content .smThumbContainer li h3 {
		font-size: 12px;
	}
	/*#content .smThumbContainer li {
		width: 135px;
		margin-right: 8px;
		padding: 3px;
		box-sizing: border-box;
	}
	#content .smThumbContainer li:hover {
		z-index: 1;
		top: -7px;
		left: -7px;
		margin-right: -7px;
		padding: 7px;
		width: 150px;
	}
	#content .smThumbContainer li img {
		width: 100%!important;
		height: auto;
		margin: 0px;
	}
	#content .smThumbContainer li:hover img {
		padding: 3px;
		box-sizing: border-box;
	}
	#content .smThumbContainer li h3 {
		font-size: 10px;
	}*/
	#content .smThumbContainer .leftArrow {
		left: -15px;
		height: 110px;
	}
	#content .smThumbContainer .rightArrow {
		right: -15px;
		height: 110px;
	}



	.company .companySections {
		width: 100%;
		max-width: 980px;
	}
	.company .companySections .sections {
		width: 100%;
	}


	.company .companyMainBox .smThumbContainer {
		display: block;
		clear: both;
		left: auto;
	}


	.company .navMenuBox {
		width: 100%;
		margin-bottom: 20px;
		box-sizing: border-box;
	}

	#company_wrapper {
		width: 100%;
		margin: 0px 0px 20px 0px;
		padding: 0px 12px 0px 12px;
		box-sizing: border-box;
	}

	.products .product_details .sections ul {
		font-size: 0;
	}

	.products .product_details .sections li {
		display: inline-block;
		width: 25%;
		margin-right: 0px;
		border-top: 1px solid rgba(255, 255, 255, 0.7);
		box-sizing: border-box;
	}

	.products .product_details .sections li + li {
		border-left: 1px solid rgba(255, 255, 255, 0.5);
	}

	.products .product_details .sections li a {
		line-height: 42px;
	}

	.products .product_details .sections li:hover a,
	.products .product_details .sections li.active a {
		height: 42px;
		margin-top: 0px;
		line-height: 42px;
	}







	.home .sliderContainer {
		height: 400px;
	}
	.home .sliderContainer .mask {
		height: 380px;
		width: 767px;
	}
	.home .sliderContainer .mask .prev {
		height: 190px;
		width: 54px;
		background: url('../images/site_images/leftArrowMd.png') no-repeat center center;
	}
	.home .sliderContainer .mask .next {
		height: 190px;
		width: 54px;
		top: 190px;
		background: url('../images/site_images/rightArrowMd.png') no-repeat center center;
	}
	.home .sliderContainer .mask .imageContainer img {
		width: 714px!important;
		height: 380px!important;
	}
	.home .sliderContainer .mask .navBtn .activeSliderBtn {
		width: 200px;
		height: 40px;
	}
	.home .sliderContainer .mask .navBtn {
		top: -70px;
		margin-left: 62px;
	}
	.home .sliderContainer .mask .navBtn li {
		width: 200px;
		height: 40px;
		margin: 0px 4px;
	}
	.home .sliderContainer .mask .navBtn li a {
		line-height: 40px;
	}
	.home .sliderContainer .infoBox {
		left: 354px;
		width: 340px;
		height: 260px;
	}
	.home .sliderContainer .infoBox li {
		width: 320px;
		height: 260px;
	}
	.home .sliderContainer .infoBox li h1 {
		font-size: 30px;
		line-height: 28px;
		margin: 15px 15px 15px 0px;
		min-height: 88px;
	}
	.home .sliderContainer .infoBox li img {
		width: 94px!important;
		height: 80px!important;
		margin-left: 9px;
	}
	.home .sliderContainer .infoBox li .learnMore {
		margin: 10px 3px 0 0;
	}

}







@media (min-width: 1024px) and (max-width: 1365px) {

	.home .sliderContainer {
		height: 522px;
	}
	.home .sliderContainer .mask {
		height: 502px;
		width: 1024px;
	}
	.home .sliderContainer .mask .prev {
		height: 251px;
		width: 70px;
		background-position: center;
	}
	.home .sliderContainer .mask .next {
		height: 251px;
		width: 70px;
		top: 251px;
		background-position: center;
	}
	.home .sliderContainer .mask .imageContainer img {
		width: 950px!important;
		height: 502px!important;
	}
	.home .sliderContainer .mask .navBtn .activeSliderBtn {
		width: 270px;
		height: 50px;
	}
	.home .sliderContainer .mask .navBtn li {
		width: 270px;
		height: 50px;
		margin: 0px 4px;
	}
	.home .sliderContainer .mask .navBtn li a {
		line-height: 50px;
	}
	.home .sliderContainer .infoBox {
		left: 524px;
	}

}