@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,600,500,300,700);
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
body {
	font-family: 'Work Sans', sans-serif;
	font-weight: 400px;
	font-size: 16px;
	color: #000;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
.paddingBlock {
	padding: 40px 0;
}
input[type=submit] {
	cursor: pointer;
}
.logoHolder {
	float: left;
}
.inlineMiddle, .inlinedList > li {
	vertical-align: middle;
	display: inline-block;
}
.icon, .headerSearch, .mainMenu > ul > li > a {
	position: relative;
}
.icon:before, .smallTop li + li a:before, .mainMenu > ul > li > a:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
}
.headerSearch input[type=text] {
	padding: 5px 30px 5px 0;
	color: #FFF;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.sticky .headerSearch input[type=text] {
	color: #444;
}
.headerSearch input[type=submit] {
	position: absolute;
	right: 1px;
	top: 1px;
	border: 0 none;
	bottom: 1px;
}
.mainMenu > ul > li {
	display: inline-block;
}
.mainMenu > ul > li > a {
	display: block;
	padding: 15px 15px;
	font-size: 16px;
	line-height: 25px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
	text-decoration: none;
	text-transform: uppercase;
}
.mainMenu > ul > li > a:hover, .mainMenu > ul > li > a.active {
	background-color: #d64012;
	color: #fff;
}
.hasSubmenu {
	position: relative;
}
.ddSecondLevel {
	position: absolute;
	top: 100%;
	left: 0;
}
.ddSmartMenu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	opacity: 0;
	z-index: -1;
	margin-top: 20px;
	min-width: 260px;
	display: none;
}
.hasSmartMenu:hover .ddSmartMenu {
	opacity: 1;
	margin: 0;
	z-index: 10;
	display: block;
}
.topHeader {
	padding: 20px 0;
	background: #f1f1f1;
	text-transform: capitalize;
}
.topHeader .smallTop a {
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px !important;
}
.topHeader {
	background: none;
	/*background-color:rgba(255,255,255,0.8)*/
}
.topHeader .smallTop a:hover, .topHeader .smallTop a.active, .languagesMain a:hover, .myAccount .dropDownToggle:hover {
	color: #462116 !important;
}
.sticky .topHeader .smallTop a:hover, .sticky .topHeader .smallTop a.active, .sticky .languagesMain a:hover, .sticky .myAccount .dropDownToggle:hover {
	color: #d64012 !important;
}
.topHeader .smallTop a:before, .languagesMain a:before {
	background: #462116 !important;
}
.sticky .topHeader .smallTop a:before, .sticky .languagesMain a:before {
	background: #d64012 !important;
}
.header {
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
	z-index: 300;
	height: 90px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.header.sticky, .header.sticky > .whiteBg {
	background: rgba(255,255,255,1);
	border-bottom: 5px solid #d64012;
}
.header.sticky .smallTop a, .header.sticky .languagesMain a, .header.sticky .myAccount .dropDownToggle {
	color: #000;
}
.header > .whiteBg {
	background-color: rgba(255,255,255,0.8);
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
}
.header > .whiteBg a {
	color: #000;
}
.header > .whiteBg li {
	position: relative;
}
.header > .whiteBg li {
	padding-left: 10px;
	margin-left: 10px;
}
.header > .whiteBg li + li:after {
	position: absolute;
	display: block;
	content: '|';
	left: 0;
	top: 17px;
}
/**********sprite call*********/
.logoHolder a, .myAccount .dropDownToggle:before, .annualReport .listingLink a:before, .storeListing .listingLink a:before, .tools .email:before, .tools .print:before, .shareIcon a:before, .address .listingTitle:before, .gridView, .listView, .addtoCart:before, .myCart .delete:before, .phone .listingTitle:before, .email .listingTitle:before, .hours .listingTitle:before, .location:before, .mail:before, .numberPhone:before, .user:before, .accountLinks li:before, .headerSearch input[type=submit] {
	background-image: url(/AdminAssets/cms/images/sprite.png);
	background-repeat: no-repeat;
	display: block;
}
.logoHolder a {
	display: block;
	background-position: 0 -190px;
	width: 95px;
	height: 106px;
	font-size: 0;
	margin-top: -60px;
}
.header .shop {
	background-color: #d64012;
	padding-left: 0 !important;
}
.header > .whiteBg li + li.shop:after {
	content: '';
}
.header > .whiteBg li a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #d94f5c;
	-webkit-transform: scale3d(0, 5, 1);
	transform: scale3d(0, 5, 1);
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
	transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
}
.header .shop a {
	color: #FFF;
	padding: 15px 30px;
}
.mainSlider {
    overflow-x: hidden;
    /*height: 560px;*/
}
.mainSlider .flexslider {
	border: none;
	padding-bottom: 0;
	position: relative;
	margin: 0;
}
.mainSlider .flexslider .slides > li {
	height: 560px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.sliderCaption {
	position: absolute;
	top: 216px;
	font-size: 35px;
	color: #FFF;
	max-width: 480px;
	line-height: 40px;/*background-color: rgba(0,0,0,0.6);
    padding: 30px;
    padding-right: 80px;*/
}
.tools {
	float: right;
	width: 75px;
}
.tools .email, .tools .print, .shareIcon a {
	position: relative;
	float: left;
	margin-right: 10px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	cursor: pointer;
}
.tools .email {
	width: 16px;
	height: 14px;
	font-size: 0;
}
.tools .email:before {
	background-position: -215px 0;
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	width: 16px;
	height: 14px;
}
.tools .email:hover:before {
	background-position: -215px -19px;
}
.tools .print {
	width: 20px;
	height: 20px;
}
.tools .print:before {
	background-position: -232px 0;
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	width: 20px;
	height: 15px;
}
.tools .print:hover:before {
	background-position: -232px -19px;
}
.shareIcon a:before {
	background-position: -257px 0;
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	width: 20px;
	height: 15px;
}
.shareIcon a:hover:before {
	background-position: -257px -19px;
}
.flex-direction-nav a:before {
	content: '\f104 ';
	font-family: fontawesome;
	color: #FFF;
}
.flex-direction-nav a.flex-next:before {
	content: '\f105';
}
.mainSlider .flexslider:hover .flex-direction-nav .flex-prev {
	left: 17%;
}
.mainSlider .flexslider:hover .flex-direction-nav .flex-next {
	right: 17%;
}
.mainSlider .flex-direction-nav a {
	height: 50px;
}
.mainSlider .flex-direction-nav a:before {
	color: #FFF;
	font-size: 50px;
}
/*.topHeader li a {
	color: #FFF;
}*/
.topHeader li {
	position: relative;
}
.topHeader li + li {
	padding-left: 10px;
	margin-left: 10px;
}
.topHeader li + li:before {
	position: absolute;
	display: block;
	content: '.';
	left: 0px;
	color: #FFF;
    font-size:small;
}
/**my account link**/
.myAccount .dropDownToggle {
	position: relative;
	padding-left: 20px;
	margin-left: 20px;
	color: #fff;
	text-transform: uppercase;
	padding-right: 0;
}
.myAccount .dropDownToggle:before {
	position: absolute;
	display: block;
	content: '';
	background-position: 0 -75px;
	width: 20px;
	top: 6px;
	height: 15px;
	left: 0;
}
.lightGray {
	background-color: #f4f4f4;
	position: relative;
}
.lightGray:before {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 409px;
	height: 417px;
	content: '';
}
.checkout .form-intro {
	text-align: left;
	max-width: none;
}
.form-intro {
	text-align: center;
	max-width: 840px;
	margin: 0 auto;
	line-height: 25px;
}
.form-intro .mainIntro {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
}
.form-intro p {
	margin-bottom: 30px;
}
.btnPrimary, .viewAllBottom .viewAll, .productListing .listingLink, .formActions input {
	background-color: #d64012;
	color: #FFF;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	font-size: 13px;
	text-transform: uppercase;
	padding: 10px 20px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	cursor: pointer;
	min-width: 160px;
	text-align: center;
	border: none;
}
.formActions input:hover {
	background: #e2633c;
}
.btnPrimary:before, .viewAllBottom .viewAll:before, .productListing .listingLink:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #e2633c;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
}
.btnPrimary:hover:before, .btnPrimary:focus:before, .btnPrimary:active:before, .viewAllBottom .viewAll:hover:before, .productListing .listingLink:hover:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.sideLinks .viewAll:hover {
	text-decoration: underline;
	cursor: pointer;
}
.introInfo .row {
	color: #d64012;
	font-size: 14px;
	margin-top: 70px;
	text-align: center;
	text-transform: uppercase;
}
.introInfo .row h3 {
	font-weight: 700;
	font-size: 28px;
	margin: 5px 0;
}
.introInfo .row h3 sup {
	text-transform: none;
	font-size:12px;
}
.introInfo .row li {
	position: relative;
}
.introInfo .row li + li:before {
	background-color: #d64012;
	width: 1px;
	position: absolute;
	display: block;
	content: '';
	height: 40px;
	left: 0;
	top: 50%;
	margin-top: -20px;
}
.productListing .blockTitle, .newsListing .blockTitle, .info .blockTitle, .centerTitle .blockTitle {
	text-align: center;
	position: relative;
	margin-bottom: 35px;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 500;
}
.leftTitle .blockTitle {
	position: relative;
	margin-bottom: 35px;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 500;
}
.leftTitle .blockTitle:after {
	background-color: #d74214;
	position: absolute;
	content: '';
	display: block;
	height: 2px;
	bottom: -10px;
	width: 50px;
	left: 0;
}
.productListing .blockTitle:after, .newsListing .blockTitle:after, .branchLocator .blockTitle:after, .info .blockTitle:after, .centerTitle .blockTitle:after {
	background-color: #d74214;
	position: absolute;
	content: '';
	display: block;
	height: 2px;
	bottom: -10px;
	width: 50px;
	left: 50%;
	margin-left: -25px;
}
.productListing {
	max-width: 100%;
	overflow: hidden;
}
.productListing img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.productListing li {
	padding-left: 0;
	padding-right: 0;
}
.viewAllBottom {
	text-align: center;
}
.productListing li {
	overflow: hidden;
}
.productListing li img {
	display: block;
	cursor: pointer;
}
.productListing .listingItem {
	position: relative;
}
.productListing .listingItem .mainTitle {
	position: absolute;
	display: block;
	content: '';
	bottom: 30px;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	color: #FFF;
	font-size: 22px;
	font-weight: 500;
}
.productListing .blockBody {
	margin-bottom: 30px;
}
.productListing img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.productListing .listingInfos, .categoryProductListing .hiddenContent {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	background-color: rgba(9,9,9, 0.7);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	padding: 20px;
	text-align: center;
}
.productListing .listingInfos h3, .categoryProductListing .hiddenContent .listingTitle {
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-size: 25px;
	font-weight: 500;
	text-transform: uppercase;
}
.productListing .listingInfos h3 a {
	color: #FFF;
}
.productListing .listingInfos .listingDescription, .categoryProductListing .hiddenContent .listingDescription {
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.productListing .listingImage a:hover img, .categoryProductListing .hiddenContent a:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.productListing .listingLink, .btnInvert {
	background-color: #FFF;
}
.productListing .listingLink a {
	color: #d64012;
}
.productListing .listingLink a {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.productListing .listingItem:hover .listingInfos, .categoryProductListing .listingItem:hover .hiddenContent {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.productListing .listingItem:hover h3, .productListing .listingItem:hover .listingDescription, .productListing .listingItem:hover .listingLink a, .categoryProductListing .listingItem:hover .listingDescription, .categoryProductListing .listingItem:hover .listingTitle {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.productListing .listingImage a:hover .listingDescription, .categoryProductListing .listingItem:hover .listingDescription {
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.productListing .listingImage a:hover .listingLink a {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.borderContainer {
	border: 1px solid #FFF;
	width: 100%;
	height: 100%;
	padding: 20px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.productListing .listingItem:hover .mainTitle {
	font-size: 0;
}
.productListing .borderContainer {
	padding: 100px 20px;
}
.productListing .borderContainer .listingTitle {
	margin-bottom: 50px;
}
.productListing .listingLink:before, .btnInvert:before {
	background-color: #f4f4f4;
}
.greenBg {
	background-color: #d64012;
	color: #FFF;
	max-height: 410px;
	overflow: hidden;
}
.greenBg .listingItem {
	float: right;
	padding: 40px 20px 40px 0;
}
.greenBg .listingTitle, .graySection .listingTitle, .list .listingTitle {
	color: #FFF;
	position: relative;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 500;
}
.greenBg .listingTitle a, .list .listingTitle a {
	color: #fff;
}
.greenBg .listingTitle:after, .list .listingTitle:after {
	background-color: #fff;
	position: absolute;
	content: '';
	display: block;
	height: 2px;
	bottom: -10px;
	width: 50px;
	left: 0;
}
.list .listingTitle:after{
	background-color: #000;
	}
.backgroundSection .list .listingTitle:after{
	background-color: #fff;
	}
.greenBg .listingDescription, .list .listingDescription {
	margin-bottom: 20px;
	font-size: 18px;
}
.btnInvert, .btnInvert a, .btnInvert:hover, .btnInvert a:hover {
	color: #d64012;
}
.greenBg .btnInvert {
	margin-right: 20px;
}
.greenBg .row {
	margin-left: 0;
	margin-right: 0;
}
.greenBg .col-sm-3 {
	padding-left: 0;
	padding-right: 0;
}
.newsListing .listingImage {
	display: block;
}
.newsListing .listingImage img {
	max-width: 100%;
	display: block;
}
.newsListing li:first-child {
/*width: 50%;*/
}
.newsListing .row {
	margin: 0 -6px;
}
.newsListing .col-sm-3 {
	padding: 0 6px;
}
.newsListing .listingInfos {
	background-color: #FFF;
	padding: 15px;
	min-height: 125px;
}
.newsListing li:first-child .listingTitle a {
/*font-size: 22px;
	margin-bottom: 20px;*/
}
.newsListing li + li {
	margin-bottom: 15px;
}
.newsListing li:first-child .listingDescription {
/*margin-bottom: 20px;*/
}
.newsListing .listingInfos .listingTitle a {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	display: block;
}
.newsListing .listingInfos .listingDescription {
	font-size: 14px;
	font-weight: 400;
}
.newsListing .listingDate {
	color: #a0a0a0;
	font-size: 13px;
}
.sideLinks, .sideLinks .viewAll {
	text-align: right;
	margin-bottom: 10px;
	display: block;
	width: 100%;
	color: #d64012;
	font-size: 14px;
	font-weight: 500;
}
.map {
	border-top: 4px solid #d74214;
	max-height: 400px;
	overflow: hidden;
	position: relative;
}
.map img {
	width: 100%;
}
.branchLocator {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	background-color: #525252;
	color: #FFf;
	padding: 20px;
	max-width: 325px;
}
.branchLocator .blockTitle {
	position: relative;
	margin-bottom: 35px;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 500;
}
.branchLocator .blockTitle {
	margin-bottom: 40px;
}
.branchLocator .blockTitle:after {
	left: 0;
	margin-left: 0;
}
.simpleListBlock {
	margin-bottom: 20px;
}
.simpleListTitle {
	margin-bottom: 5px;
	font-size: 16px;
}
.blockMain {
	clear: both;
	margin-bottom: 20px;
}
.borderedList li {
	border-bottom: 1px solid red;
	padding: 5px 0;
}
.borderedList li:last-child {
	border-bottom: 0 none;
}
.newsletterSearch {
	position: relative;
}
.newsletterSearch input[type=text] {
	padding-right: 100px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	border: 1px solid red;
}
.newsletterSearch input[type=submit] {
	display: block;
	position: absolute;
	width: 100px;
	text-align: center;
	top: 1px;
	bottom: 1px;
	right: 1px;
}
.socialIcons li {
	display: inline-block;
	margin: 0 5px 0 0;
	text-align: center;
	width: auto !important;
}
.socialIcons a {
	display: block;
	width: 32px;
	height: 32px;
	border: 2px solid #FFF;
	line-height: 28px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	color: #FFF;
	font-size:13px;
}
.socialIcons a i {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}
.socialIcons a:hover, .share .socialIcons a:hover {
	border-color: transparent;
	background-color: #d64012;
}
.socialIcons a:hover i {
	border-color: #d64012;
	color: #FFF;
}
.simpleListTitle {
	margin-bottom: 5px;
	font-size: 16px;
}
.simpleListBlock {
	margin-bottom: 20px;
}
.borderedList li {
	border-bottom: 1px solid red;
	padding: 5px 0;
}
.borderedList li:last-child {
	border-bottom: 0 none;
}
.footer {
	background-color: #2a2a2a;
	color: #FFF;
	width: 100%;
	overflow: hidden;
	padding: 30px 0 10px;
}
.footer .simpleListTitle, .footer .simpleListTitle a {
	color: #FFF;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
}
/*.footer .footerTop a:before, .footer .footerTop a:after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}
.footer .footerTop a:before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}
.footer .footerTop a:after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}*/
.footer .footerTop a:hover::before, .footer .footerTop a:hover::after, .footer .footerTop a:focus::before, .footer .footerTop a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}
.footer .socialIcons a:before, .footer .socialIcons a:after {
	margin-right: 0;
	margin-left: 0;
	content: '';
	display: none;
}
.footer .footerBottom {
	border-top: 1px solid #6a6a6a;
	padding: 15px 0 5px;
	font-size: 12px;
}
.footer .simpleListTitle {
	margin-bottom: 15px;
}
.footerTop {
	padding-bottom: 60px;
}
.footerTop .col-md-6 .blockMain {
	width: 50%;
	float: right;
}
.footerBottom .rightAlign a {
	color: #FFF;
	text-decoration: underline;
}
.banner {
	height: 234px;
	position: relative;
	background-size: cover;
}
.pageMain {
	margin-top: 160px;
}
.banner h2 {
	font-size: 35px;
	font-weight: 500;
	color: #FFF;
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
}
.breadCrumbInsideCont li, .breadcrumbs li a {
    display: inline-block;
    color: #FFF;
    font-size: 12px;
    text-transform: capitalize;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    float: left;
    margin-right: 2px;
}
.breadCrumbInsideCont li.active a, .breadcrumbs li a:hover {
    color: #462116;
}
.breadCrumbInsideCont li a.last {
        cursor: default;
}
.breadCrumbInsideCont li a.last:before {
    content: "- ";
}
.info .blockTitle {
        text-align: left;
}
.info .blockTitle:after {
	left: 0;
	margin-left: 0;
}
.info .listingInfos {
	width: 50%;
	line-height: 26px;
	font-size: 18px;
}
.info .listingInfos .listingDescription {
	margin-bottom: 20px;
}
.info .listingInfos, .info .listingImage {
	display: inline-block;
}
.aboutusText .listingInfos {
	width: 48%;
	margin-right: 2%;
	float: left;
}
.aboutusText .listingInfos + .listingImage {
	width: 50% !important;
}
.aboutusSlider .listingItemLI {
	background-color: #FFf;
	border-bottom: 4px solid #d64012;
	/*padding: 20px;*/
	height: 240px;
}
.aboutusSlider .listingItemLI .listingTitle, .aboutusSlider .listingItemLI .listingTitle a {
	color: #d64012;
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 20px;
}
.flexslider {
	border: none;
	margin: 0;
	background: transparent;
}
.aboutusSlider .flex-direction-nav a:before {
	color: #000;
}
.aboutusSlider .flexslider:hover .flex-direction-nav .flex-prev {
	left: -40px;
}
.aboutusSlider .flexslider:hover .flex-direction-nav .flex-next {
	right: -40px;
}
.aboutusSlider .listingInfos {
	width: 100%;
	padding: 20px;
}
.aboutusSlider .listingItemLI .listingDescription {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}
.aboutusText, .aboutusText .blockBody {
	margin-bottom: 80px;
}
.aboutusSlider {
	margin-bottom: 40px;
}
.continueLeft {
	position: absolute;
	right: 100%;
	height: 100%;
	background: rgba(30,31,36,0.6);
	top: 0;
}
.continueRight {
	position: absolute;
	left: 100%;
	height: 100%;
	background: rgba(30,31,36,0.6);
	top: 0;
}
.backgroundSection {
	max-width: 100%;
	overflow: hidden;
}
.backgroundSection .continueLeft {
	background-color: #d64012;
}
.backgroundSection .greenBg {
	max-height: none;
}
.backgroundSection .greenBg .listingItem {
	width: 100%;
	display: block;
	padding: 0;
}
.backgroundSection .greenBg .listingDescription {
	font-weight: 300;
	font-size: 16px;
}
.backgroundSection .graySection, .backgroundSection .continueRight {
	background-color: #444444;
	color: #FFF;
}
.backgroundSection .graySection, .backgroundSection .greenBg {
	padding: 30px;
}
.listing .listingTitle {
	color: #FFF;
	position: relative;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 500;
}
/****Catering****/
.noSpace .row, .row.noSpace {
	margin: 0;
}
.lessSpace.row {
	margin-left: -6px;
	margin-right: -6px;
}
.lessSpace .col-xs-1, .lessSpace .col-sm-1, .lessSpace .col-md-1, .lessSpace .col-lg-1, .lessSpace .col-xs-2, .lessSpace .col-sm-2, .lessSpace .col-md-2, .lessSpace .col-lg-2, .lessSpace .col-xs-3, .lessSpace .col-sm-3, .lessSpace .col-md-3, .lessSpace .col-lg-3, .lessSpace .col-xs-4, .lessSpace.col-sm-4, .lessSpace .col-md-4, .lessSpace .col-lg-4, .lessSpace .col-xs-5, .lessSpace .col-sm-5, .lessSpace .col-md-5, .lessSpace .col-lg-5, .lessSpace .col-xs-6, .lessSpace .col-sm-6, .lessSpace .col-md-6, .lessSpace .col-lg-6, .lessSpace .col-xs-7, .lessSpace .col-sm-7, .lessSpace .col-md-7, .lessSpace .col-lg-7, .lessSpace .col-xs-8, .lessSpace .col-sm-8, .lessSpace .col-md-8, .lessSpace .col-lg-8, .lessSpace .col-xs-9, .lessSpace .col-sm-9, .lessSpace .col-md-9, .lessSpace .col-lg-9, .lessSpace .col-xs-10, .lessSpace .col-sm-10, .lessSpace .col-md-10, .lessSpace .col-lg-10, .lessSpace .col-xs-11, .lessSpace .col-sm-11, .lessSpace .col-md-11, .lessSpace .col-lg-11, .lessSpace .col-xs-12, .lessSpace .col-sm-12, .lessSpace .col-md-12, .lessSpace .col-lg-12 {
	padding-left: 6px;
	padding-right: 6px;
}
.noSpace .col-xs-1, .noSpace .col-sm-1, .noSpace .col-md-1, .noSpace .col-lg-1, .noSpace .col-xs-2, .noSpace .col-sm-2, .noSpace .col-md-2, .noSpace .col-lg-2, .noSpace .col-xs-3, .noSpace .col-sm-3, .noSpace .col-md-3, .noSpace .col-lg-3, .noSpace .col-xs-4, .noSpace .col-sm-4, .noSpace .col-md-4, .noSpace .col-lg-4, .noSpace .col-xs-5, .noSpace .col-sm-5, .noSpace .col-md-5, .noSpace .col-lg-5, .noSpace .col-xs-6, .noSpace .col-sm-6, .noSpace .col-md-6, .noSpace .col-lg-6, .noSpace .col-xs-7, .noSpace .col-sm-7, .noSpace .col-md-7, .noSpace .col-lg-7, .noSpace .col-xs-8, .noSpace .col-sm-8, .noSpace .col-md-8, .noSpace .col-lg-8, .noSpace .col-xs-9, .noSpace .col-sm-9, .noSpace .col-md-9, .noSpace .col-lg-9, .noSpace .col-xs-10, .noSpace .col-sm-10, .noSpace .col-md-10, .noSpace .col-lg-10, .noSpace .col-xs-11, .noSpace .col-sm-11, .noSpace .col-md-11, .noSpace .col-lg-11, .noSpace .col-xs-12, .noSpace .col-sm-12, .noSpace .col-md-12, .noSpace .col-lg-12 {
	padding: 0;
}
.cateringListing {
	background-color: #f4f4f4;
	width: 100%;
	overflow: hidden;
}
.cateringListing .listingTitle {
	color: #000;
}
.cateringListing .listingItemLI {
	display: table;
}
.cateringListing .listingInfos {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
}
.cateringListing .listingItemLI:nth-child(even) .col-sm-6 {
	float: right;
}
.cateringListing .listingItemLI:nth-child(even) .listingInfos {
	width: 100%;
	float: none;
	text-align: left;
}
.cateringListing .listingImage img {
	width: 100%;
	display: block;
}
.corporateCatering .coverBanner {
	background-image: url(../images/cateringBg.jpg);
	background-size: cover;
	position: relative;
	height: 316px;
	padding: 150px 0;
}
.corporateCatering .blockTitle {
	position: absolute;
	left: 0;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	top: 50%;
	width: 100%;
}
.cateringInfo .listingDescription {
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 35px;
}
.cateringInfo .listingDescription span {
	font-size: 18px;
	font-weight: 400;
	display: block;
	line-height: 25px;
	text-transform: none;
}
.mrgt20 {
	margin-top: 20px;
}
.meetingRequest {
	text-align: center;
}
.meetingRequest .coverBanner {
	padding: 0;
}
.meetingRequest .container {
	width: 530px;
	margin: 0 auto 20px;
	text-align: center;
}
.meetingRequest .blockTitle {
	position: relative;
	top: 0;
	margin-bottom: 30px;
}
.meetingRequest .listingDescription {
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 25px;
	line-height: 30px;
}
.meetingRequest .middleText {
	position: absolute;
	padding: 60px 0;
	height: 316px;
	max-width: 542px;
	margin: 0 auto;
}
/********Catering Forum************/
.forumCatering h3 {
	font-weight: 600;
	font-size: 20px;
	display: inline-block;
	max-width: 80%;
	float: left;
	margin-bottom: 20px;
}
.formCatering .sideLinks {
	display: inline-block;
	float: right;
}
.inputEntity input[type=text], .inputEntity input[type=password], .inputEntity textarea, .dk-selected, .fileUpload {
	border: 1px solid #c3c3c3;
	color: #a0a0a0;
	display: block;
	width: 100%;
	padding: 5px 10px;
	background: transparent;
	font-size: 17px;
	line-height: 24px;
	height: 38px;
}
.coreValue .form-intro {
	text-align: center;
	font-size: 18px;
	width: 50%;
	margin: 0 auto 45px;
}
.coreValue .col-sm-15 .listingImage {
	text-align: center;
	height: 77px;
}
.coreValue .listingTitle {
	text-align: center;
}
.coreValue .listingTitle a, .coreValue .listingTitle {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
}
.coreValue .blockBody {
	margin-bottom: 40px;
}
.externalLink {
	overflow: hidden;
}
.externalLink .lightGrayBg {
	padding-left: 15px;
}
.lightGrayBg, .externalLink .continueLeft {
	background-color: #f4f4f4;
}
.externalLink .continueRight {
	background-image: url(../images/externalLink.jpg);
	left: 0;
	background-size: cover !important;
	background-position: center center;
}
.externalLink .listingTitle a {
	color: #000;
}
.linksListing li {
	margin-bottom: 15px;
}
.linksListing li a, .topHeader .smallTop a {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	position: relative;
}
.topHeader .smallTop, .topHeader .myAccount {
	margin-right: 15px;
}
.linksListing li a:before, .forgotPass:before, .topHeader .smallTop a:before, .footer .footerTop .col-md-2 .simpleList .simpleListTitle a:before, .languagesMain a:before, .listingLink.readMore a:before, .newsDetails .viewAll:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -2px;
	left: 0;
	background: #d64012;
	visibility: hidden;
	border-radius: 5px;
	transform: scaleX(0);
	transition: .25s linear;
}
.linksListing li a:hover:before, .linksListing li a:focus:before, .forgotPass:hover:before, .topHeader .smallTop a:hover:before,  .footer .footerTop .col-md-2 .simpleList .simpleListTitle a:hover:before, .languagesMain a:hover:before,  .listingLink.readMore a:hover:before, .newsDetails .viewAll:hover:before {
	visibility: visible;
	transform: scaleX(1);
}
.inputEntity {
	margin-bottom: 15px;
	position: relative;
}
.errorInput {
	border: 1px solid #e33c3c !important;
}
.inputEntity textarea {
	height: 168px;
	margin: 0;
}
.inputEntity label {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	color: #595959;
}
.errorMessage {
	bottom: 100%;
	left: 0;
	padding-top: 5px;
	color: #e33c3c;
	font-weight: 600;
	font-size: 11px;
}
label + .errorMessage {
	bottom: inherit;
	top: 0;
	right: 0;
	left: inherit;
}
.inputEntity .errorMessage {
    position:absolute;
}
.captchaError {
    color: #e33c3c;
    font-weight: 400;
    font-size: 12px;
}
.formActions {
    text-align: right;
    display: inline-block;
    width: 100%;
}
input[type=checkbox]:not(old), input[type=radio ]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
}
input[type=checkbox]:not(old) + label, input[type=radio ]:not(old) + label {
	display: inline-block;
	margin-left: -2em;
	line-height: 1.5em;
}
input[type=checkbox]:not(old) + label:before, input[type=radio ]:not(old) + label:before {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 5px 5px 0 0;
	background: #fff;
	border: 1px solid #000;
	vertical-align: bottom;
	float: left;
	content: '';
}
input[type=radio ]:not(old) + label:before {
	border-radius: 50%;
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 5px 0 0;
	border-radius: 50%;
	float: left;
	content: '';
}
input[type=radio ]:not(old):checked + label:before, input[type=checkbox ]:not(old):checked + label:before {
	background: #e33c3c;
}
.stackedInput, ul.stackedInput li {
	display: inline-block;
	margin-right: 15px;
}
.fileUpload {
	overflow: hidden;
	position: relative;
}
.ruButton.ruBrowse { /*.fileUpload:after*/
	content: "Upload";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: #396086;
	color: #ffffff;
	padding: 0 15px;
	font-family: "Roboto Slab", serif;
	z-index: 1;
	line-height: 30px;
}
.fileUpload:hover:after {
	background: #000;
}
.fileUpload input {
/*font-size: 15px;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 99;
	left: 0;
	width: 100%;
	height: 100%;*/
}
.uploadValue {
	color: #000;
	display: block;
	left: 15px;
	opacity: 1;
	position: absolute;
	z-index: 50;
	top: 1px;
	color: #525252;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
}

::-webkit-input-placeholder {
 color: #868686;
 -webkit-opacity: 1 !important;
}

::-moz-placeholder {
 color: #868686;
 opacity: 1 !important;
}

:-ms-input-placeholder {
 color: #868686;
 -ms-opacity: 1 !important;
}
 input:-moz-placeholder {
 color: #868686;
 -moz-opacity: 1 !important;
}
.forgetPassword {
	text-align: right;
	font-size: 11px;
}
.forgetPassword a {
	color: green;
	font-style: italic;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 12px;
	height: 23px;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}
.ui-slider-horizontal {
	height: 9px;
	background: red;
}
.ui-slider-horizontal .ui-slider-handle {
	margin-top: -11.5px;
	margin-left: -6px;
	background: blue;
	top: 50%;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
/* You can alter this CSS in order to give Smooth Div Scroll your own look'n'feel */
.uiSliderMain {
	height: 9px;
	background: blue;
	float: none;
	margin-top: 12px;
}
.sliderValue {
	width: 85px;
	text-align: center;
}
.sliderValue input {
	text-align: center;
}
.loanRadio {
	width: 160px;
}
.allSlidingComponent {
	margin-right: 0;
	display: block !important;
}
.uiSliderParent {
	position: relative;
	padding: 1px 33px 15px 33px;
}
.dk-select, .dk-select *, .dk-select *:before, .dk-select *:after, .dk-select-multi, .dk-select-multi *, .dk-select-multi *:before, .dk-select-multi *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.dk-select, .dk-select-multi {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius: none;
}
.dk-selected {
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: block;
	line-height: 30px;
}
.dk-selected:before, .dk-selected:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
}
.dk-selected:before {
	border: none;
	margin: 0 10px;
	content: '\f107' !important;
	font-family: 'FontAwesome';
	color: #989898;
}
.dk-selected:after {
	top: 0;
	height: 100%;
	margin: 0 1.5em 0 0;
}
.dk-selected-disabled {
	color: #BBBBBB;
}
.dk-select .dk-select-options {
	position: absolute;
	display: none;
	left: 0;
	right: 0;
}
.dk-select-open-up .dk-select-options {
	border-radius: 0.4em 0.4em 0 0;
	margin-bottom: -1px;
	bottom: 100%;
}
.dk-select-open-down .dk-select-options {
	border-radius: 0 0 0.4em 0.4em;
	margin-top: -1px;
	top: 100%;
}
.dk-select-multi .dk-select-options {
	max-height: 10em;
}
.dk-select-options {
	background-color: white;
	border: 1px solid #CCCCCC;
	border-radius: 0.4em;
	list-style: none;
	margin: 0;
	max-height: 10.5em;
	min-width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0.25em 0;
	width: auto;
	z-index: 100;
}
.dk-option-selected {
	background-color: #3297fd;
	color: #fff;
}
.dk-select-options-highlight .dk-option-selected {
	background-color: transparent;
	color: inherit;
}
.dk-option {
	padding: 0 0.5em;
}
.dk-select-options .dk-option-highlight {
	background-color: #3297fd;
	color: #fff;
}
.dk-select-options .dk-option-disabled {
	color: #BBBBBB;
	background-color: transparent;
}
.dk-optgroup {
	border: solid #CCCCCC;
	border-width: 1px 0;
	padding: 0.25em 0;
	margin-top: 0.25em;
}
.dk-optgroup + .dk-option {
	margin-top: 0.25em;
}
.dk-optgroup + .dk-optgroup {
	border-top-width: 0;
	margin-top: 0;
}
.dk-optgroup:nth-child(2) {
	padding-top: 0;
	border-top: none;
	margin-top: 0;
}
.dk-optgroup:last-child {
	border-bottom-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.dk-optgroup-label {
	padding: 0 0.5em 0.25em;
	font-weight: bold;
	width: 100%;
}
.dk-optgroup-options {
	list-style: none;
	padding-left: 0;
}
.dk-optgroup-options li {
	padding-left: 1.2em;
}
.dk-select-open-up .dk-selected {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-color: #3297fd;
}
.dk-select-open-down .dk-selected {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;/*border-color: #3297fd;*/
}
.dk-select-open-up .dk-selected:before, .dk-select-open-down .dk-selected:before {
	border-width: 0 0.25em 0.25em;
	border-bottom-color: #3297fd;
}
.dk-select-open-up .dk-selected:after, .dk-select-open-down .dk-selected:after {
	border-left-color: #3297fd;
}
.dk-select-open-up .dk-select-options, .dk-select-open-down .dk-select-options, .dk-select-multi:focus .dk-select-options {
	display: block;
	border-color: #3297fd;
}
.dk-select-multi:hover, .dk-select-multi:focus {
	outline: none;
}
.dk-selected:hover, .dk-selected:focus {
	outline: none;
	border-color: #d64012;
}
.dk-selected:hover:before, .dk-selected:focus:before {
	border-top-color: #d64012;
}
.dk-selected:hover:after, .dk-selected:focus:after {
	border-left-color: #d64012;
}
.dk-select-disabled {
	opacity: 0.6;
	color: #BBBBBB;
	cursor: not-allowed;
}
.dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
	border-color: inherit;
}
.dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
	border-top-color: inherit;
}
.dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
	border-left-color: inherit;
}
select[data-dkcacheid] {
	display: none;
}
.customSelect .dk-select + select {
	display: none;
}
.formActions button {
	border: none;
}
.resetHolder {
    display:inline-block;
}
.submitHolder {
    display:inline-block;
}
.btnReset {
	background-color: #b8b8b8;
}
.loadMoreBtn a
{
    background-color: #d84419;
    color:white;
    padding:8px;
}
.login .listingDescription span {
	display: block;
	/*margin-top: 20px;*/
	font-size: 16px;
}
.backgroundSection .inputEntity label, .backgroundSection .inputEntity input[type=text], .backgroundSection .inputEntity input[type=password], .backgroundSection .inputEntity textarea, .backgroundSection .dk-selected, .fileUpload {
	color: #FFF;
}
.forgotPass {
	color: #FFF;
	position: relative;
	width: auto;
	font-size: 16px;
	line-height: 30px;
}
.forgotPass:before {
	background: #FFF;
	bottom: -5px;
}
.login .backgroundSection .greenBg {
	padding-left: 0;
}
.login .greenBg .btnInvert {
	margin-right: 0;
}
/***Latest news***/
.highlightedImage .listingImage {
	width: 35%;
	float: left;
	vertical-align: top;
}
.highlightedImage .listingImage img {
	height: 100%;
	display: block;
}
.highlightedImage .listingInfos {
	padding: 30px;
}
.highlightedImage .listingImage + .listingInfos {
	margin-left: 35%;
}
.latestNews .blockTitle {
	text-align: left;
}
.latestNews .blockTitle:after {
	background-color: #d74214;
	position: absolute;
	content: '';
	display: block;
	height: 2px;
	bottom: -10px;
	width: 50px;
	left: 25px;
	margin-left: -25px;
}
.latestNews .listingHolder li:first-child {
	width: 25%;
}
.latestNews li:first-child .listingTitle a {
	font-size: 16px;
	margin-bottom: 0;
}
.highlightedImage {
	margin-bottom: 30px;
}
.highlightedImage .listingItem .listingImage {
	float: left;
}
.readMore, .readMore a {
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 500;
	color: #d64012;
}
.readMore a:hover {
	text-decoration: underline;
}
.highlightedImage .listingInfos .listingTitle {
	margin-bottom: 20px;
}
.highlightedImage .listingInfos .listingTitle a {
	font-size: 30px;
	font-weight: 500;
	line-height:normal;
}
.highlightedImage .listingDate {
	margin-bottom: 10px;
}
.highlightedImage .listingInfos .listingDescription {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 20px;
}
.newsDetails .relatedImage {
	margin-bottom: 30px;
}
.newsDetails li:first-child {
	width: 100%;
}
.newsDetails .blockTitle {
	text-align: left;
	position: relative;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 500;
}
.newsDetails .blockTitle:after {
	background-color: #d74214;
	position: absolute;
	content: '';
	display: block;
	height: 2px;
	bottom: -10px;
	width: 50px;
	left: 25px;
	margin-left: -25px;
}
.newsDetails .listingInfo {
	margin-bottom: 53px;
}
.newsDetails .listingDescription {
	color: #3c3c3c;
	font-weight: 100;
}
.bignews .newsDetails .listingTitle, .fullWidth .listingTitle {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 500;
	display: inline-block;
	float: left;
}
.bignews .sideLinks {
	padding-right: 24px;
	display: inline-block;
	width: auto;
	float: left;
	margin-bottom: 0;
	vertical-align: middle;
	margin-top: 10px;
}
.bignews .listingDescription {
	margin-bottom: 20px;
}
.bignews .newsDetails .listingDate {
	color: #a0a0a0;
	font-size: 13px;
	font-weight: 100;
	display: block;
	width: 100%;
	clear: left;
	margin-bottom: 20px;
}
.bignews .newsDetails .listingImage img {
	margin-bottom: 20px;
}
.sideLinks {
	text-align: right;
	margin-bottom: 10px;
	display: block;
	width: 100%;
	color: #d64012;
	font-size: 14px;
}
.latestNews .listingHolder li {
	margin-bottom: 30px;
	min-height: 243px;
}
.newsDetails {
	margin-bottom: 20px;
}
.share h5 {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	display: inline-block;
	float: left;
	height: 40px;
	line-height: 32px;
	margin-right: 20px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.share .socialIcons a {
	color: #000;
	border-color: #000;
}
/***Categories listing***/
.categoryListing .row {
	margin-left: -15px;
	margin-right: -15px;
}
.categoryListing .col-sm-6 {
	padding-left: 15px;
	padding-right: 15px;
}
.categoryListing .listingItem .mainTitle {
	text-align: left;
	left: 30px;
	bottom: 20px;
	text-shadow: 1px 1px 1px #302d2d;
}
.categoryListing li {
	margin-bottom: 30px;
}
.categoryListing .borderContainer {
	padding: 20px;
	text-align: left;
}
.categoryListing .borderContainer .listingTitle, .categoryListing .borderContainer .listingDescription {
	margin-bottom: 20px;
}
.categoryListing .borderContainer .listingDescription {
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
}
.categoryListing .greenBg .listingDescription {
	font-weight: 300;
}
.categoryListing li:first-child, .categoryListing li:first-child .listingItem {
	width: 100%;
	max-height: 380px;
}
.categoryListing li:first-child .listingImage img, .categoryListing li .listingImage img {
	width: 100%;
}
.categoryListing .blockBody {
	margin-bottom: 0;
}
.categoryListing .greenBg .listingItem {
	width: 570px;
}
.toggleItem .toggleTitle {
	background: #cacaca;
	padding: 20px;
	color: #FFF;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
}
.toggleContent {
	display: none;
	padding: 20px 0 30px;
}
.toggleTitle {
	cursor: pointer;
	font-size: 20px;
}
.toggleTitle.active {
	background: #d64012;
}
.expandableSection .form-intro {
	background-color: #e2e2e2;
	color: #000;
	padding: 10px 0;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	max-width: 100%;
}
.wislistTitle {
	text-align: left;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	color: #113857;
	margin-bottom: 5px;
}
/*.wishlistReg {
	font-size: 14px;
	color: #08a682;
	font-weight: 500;
}*/
.wishlistQtt input {
	width: 35px;
	height: 35px;
	text-align: center;
	display: block;
}
.updateWishlist {
	font-size: 13px;
	color: #08a682;
	font-weight: 500;
	text-decoration: underline;
}
.wishlist .listingImage img {
	display: block;
	width: 80%;
}
.wishlist .listingHolder .listingItem {
	background-color: #FFF;
	border-bottom: 2px solid #e8e8e8;
	text-align: center;
}
.wishlist .table {
	display: table;
	height: 100%;
	width: 100%;
}
.tableCell {
	display: table-cell;
	vertical-align: middle;
}
.wishlist .listingHolder .col-sm-4, .wishlist .listingHolder .col-sm-2 {
	border-right: 1px solid #ccc;
}
.wishlist .blockBody {
	margin-bottom: 20px;
}
.totalNumber {
	font-size: 30px;
	color: #d64012;
	font-weight: 500;
	margin: 10px 0 20px 0;
	text-transform: uppercase;
}
.messagePage {
	padding: 100px 0;
}
.messagePage .form-intro {
	margin-bottom: 56px;
	font-size: 18px;
}
.green, .searchWord {
	color: #d64012;
}
.searchListing .listingTitle a {
	font-size: 24px;
	font-weight: 500;
	color: #000;
}
.searchListing .listingTitle, .searchListing .listingLink {
	margin-bottom: 10px;
}
.searchListing .listingLink a {
	color: #d64012;
	font-size: 18px;
}
.searchListing li + li {
	border-top: 1px solid #e8e8e8;
	padding-top: 20px;
	margin-top: 20px;
}
.careersListing .form-intro {
	margin-bottom: 20px;
}
.ruButton.ruBrowse { /*.fileUpload:after*/
	background-color: #d64012 !important;
	font-family: 'Work Sans', sans-serif;
}
.fileUpload:hover:after {
	background: #e2633c;
}
.corporateGovernance .listingItem {
	width: auto;
	float: none;
	padding-lefT: 40px;
}
.corporateGovernance {
	max-height: none;
}
.corporateGovernance .greenBgImage img {
	width: 100%;
	display: block;
}
.corporateGovernance ul li, .corporateGovernance ul {
	list-style: disc;
	font-size: 18px;
	font-weight: 300;
}
.corporateGovernance ul {
	width: 500px;
}
.corporateGovernance ul li {
	margin-bottom: 20px;
}
.annualReport .form-intro {
	margin-bottom: 20px;
}
.annualReport .listingLink a {
	color: #d64012;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	padding-left: 20px;
}
.annualReport .listingLink a:before {
	position: absolute;
	display: block;
	content: '';
	background-position: -276px 0;
	top: 0;
	left: 0;
	width: 16px;
	height: 20px;
}
.annualReport .listingLink a:hover {
	text-decoration: underline;
}
.annualReport .listingTitle {
	margin-bottom: 10px;
}
.storeListing .map {
	max-height: 545px;
}
.storeListing .greenBg {
	padding: 12px 0;
}
.storeListing .inputEntity label {
	color: #FFF;
	display: inline-block;
	font-size: 16px;
	margin-right: 12px;
	vertical-align: middle;
	height: 7px;
}
.storeListing .customSelect {
	display: inline-block;
	vertical-align: middle;
	color: #DDDBDB;
	width: 430px;
}
.storeListing .inputEntity {
	margin-bottom: 0;
}
.storeListing .listingTitle a {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	text-transform: capitalize;
}
.storeListing .listingTitle, .storeListing .listingDescription, .storeListing .listingLink {
	margin-bottom: 10px;
}
.storeListing .listingDescription {
	color: #2f6131 !important;
	font-size: 16px;
}
.storeListing .listingDescription a {
	color: #2f6131 !important;
}
.storeListing .listingLink a {
	color: #d64012;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	padding-left: 25px;
}
.storeListing .listingLink a:before {
	position: absolute;
	display: block;
	content: '';
	background-position: -291px 0;
	top: 50%;
	left: 0;
	width: 20px;
	height: 22px;
	margin-top: -11px;
}
.storeListing .listingLink a:hover {
	text-decoration: underline;
}
.storeListing .listingInfos {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.greenBg .dk-selected:hover, .greenBg .dk-selected:focus {
	border-color: #7aa379;
}
.categoryProductListing .listingImage img {
	width: 100%;
}
/*****category Product Listing******/
.categoryProductListing .listingCat {
	margin-bottom: 10px;
	font-size: 13px;
	color: #a0a0a0;
	text-transform: capitalize;
	font-weight: 400;
}
.categoryProductListing .listingInfos .listingTitle {
	margin-bottom: 10px;
}
.categoryProductListing .listingInfos .listingTitle a {
	font-size: 16px;
	font-weight: 400;
}
.categoryProductListing .listingHolder li:first-child {
	width: 33.33%;
}
.categoryProductListing .listingInfos .listingDescription, .categoryProductListing li:first-child .listingDescription {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 700;
}
.categoryProductListing .hiddenContent .listingInfos {
	background-color: transparent;
}
.categoryProductListing .hiddenContent {
	text-align: left;
}
.categoryProductListing .hiddenContent .listingInfos {
	padding: 0;
}
.categoryProductListing .hiddenContent .listingCat, .categoryProductListing .hiddenContent .listingTitle a, .categoryProductListing .hiddenContent .listingDescription, .hiddenContent .listingTitle {
	color: #FFF;
	margin-bottom: 10px;
}
.categoryProductListing .row {
	margin: 0 -15px;
}
.categoryProductListing .col-sm-4 {
	padding: 0 15px;
}
.categoryProductListing .hiddenContent {
	left: 15px;
	width: 90%;
}
.categoryProductListing li .hiddenContent .listingDescription {
	margin-bottom: 35px;
}
/****contact us *****/
.contactDetails {
	background-color: #d64012;
	position: absolute;
	display: block;
	width: 544px;
	right: 0;
	height: 555px;
	top: -4px;
	z-index: 209;
	padding: 30px;
}
.mapContactus {
	border-top: 4px solid #d74214;
	max-height: 550px;
	overflow: hidden;
	position: relative;
}
.contactDetails .listingTitle {
	text-align: left;
	position: relative;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 35px;
	text-transform: uppercase;
	color: #fff;
}
.contactus {
	margin-bottom: 30px;
}
.contactus .listingTitle:after {
	background-color: #d74214;
	position: absolute;
	content: '';
	display: block;
	height: 2px;
	bottom: -10px;
	width: 50px;
	left: 25px;
	margin-left: -25px;
}
.contactus .blockTitle {
	color: #000;
}
.contactus h3 {
	display: block;
	max-width: 100%;
	clear: right;
}
.mapContactus .blockTitle {
	color: #FFF;
}
.mapContactus .listingHolder .listingTitle {
	text-align: left;
	color: #f4f4f4;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: none;
	padding-left: 30px;
}
.mapContactus .listingHolder .listingDescription, .mapContactus .listingHolder .listingDescription a {
	text-align: left;
	color: #f4f4f4;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 30px;
}
.address .listingTitle {
	position: relative;
	padding-left: 32px;
}
.address .listingTitle:before, .location:before {
	background-position: -312px 0;
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	width: 18px;
	height: 22px;
}
.addCart {
	position: absolute;
	display: block;
	bottom: 30px;
}
.addCart .wishlistQtt input, .addCart .wishlistQtt label {
	display: inline-block;
	float: left;
}
.wishlistQtt label {
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
	margin-right: 10px;
	margin-top: 12px;
}
.addCart .wishlistQtt input {
	border: 1px solid #FFF;
	background-color: transparent;
	margin-right: 10px;
	color: #FFF;
}
.addWishlist {
	background-color: #d64012;
}
.filterPage {
	margin-bottom: 20px;
}
.addWishlist:before {
	background-color: #ebc04f;
}
.gridView, .listView {
	position: absolute;
	content: '';
	width: 27px;
	height: 27px;
	display: inline-block;
	bottom: 0;
	opacity: 0.2;
}
.gridView {
	background-position: -485px 0;
	left: 15px;
}
.listView {
	background-position: -521px 0;
	left: 51px;
}
.tools {
	height: 60px;
	position: relative;
}
.pageMain .tools {
	height: 30px;
}
.listMode .listingItemLI {
	display: block;
	width: 100% !important;
}
.listMode .listingImage {
	width: 35%;
	margin-right: 2%;
	float: left;
	vertical-align: top;
}
.listMode .listingImage + .listingInfos {
	padding-left: 37%;
	height: 220px;
}
.listMode .hiddenContent {
	width: 97%;
}
.listMode li:first-child .hiddenContent .listingDescription, .listMode .hiddenContent .listingDescription {
	margin-bottom: 8px;
}
.listMode .centerAligned {
	text-align: left;
}
.current {
	opacity: 1;
}
.addtoCart:before {
	position: absolute;
	display: block;
	content: '';
	background-position: -583px -2px;
	width: 30px;
	height: 27px;
	left: 50px;
}
.sideMenu {
	width: 100%;
}
.addtoCart {
	position: relative;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
}
.whiteSection {
	background-color: #FFF;
	text-align: center;
}
.myCart h3 {
	background-color: #454545;
	width: 100%;
	display: block;
	color: #FFF;
	padding: 10px 0;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
}
.myCart .totalAmount {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}
.totalAmount .price {
	font-size: 30px;
	display: block;
}
.myCart .btnPrimary {
	width: 210px;
	margin-bottom: 10px;
}
.myCart .lightGrayBg {
	padding: 10px;
}
.myCart .lightGrayBg .title {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}
.myCart .lightGrayBg .title .price {
	display: block;
	font-weight: 400;
}
.myCart .lightGrayBg li {
	font-size: 14px;
	font-weight: 400;
	border-top: 1px solid #d7d7d7;
	padding-top: 15px;
	margin-top: 15px;
	display: inline-block;
	width: 100%;
	position: Relative;/*padding-bottom: 10px;*/
}
.myCart .lightGrayBg li:first-child {
	border-top: none;
}
.myCart .lightGrayBg li .productName, .myCart .lightGrayBg li .price, .myCart .lightGrayBg li .delete {
	display: inline-block;
	float: left;
	text-align: center;
}
.myCart .productName, .myCart .lightGrayBg li .price {
	width: 40%;
}
.myCart .delete {
	position: relative;
	width: 20px;
	height: 20px;
	float: right !important;
}
.myCart .delete:before {
	position: absolute;
	display: block;
	content: '';
	background-position: -556px 0;
	width: 20px;
	height: 20px;
}
.myCart .delete:hover {
	opacity: 0.8;
}
.myCart .whiteSection {
	padding: 20px;
}
.myCart .summary {
	font-size: 14px;
	font-weight: 400;
	text-align: left;
}
.myCart .summary + .summary {
	margin-top: 10px;
}
.myCart .summary .price {
	font-weight: 600;
}
/*.myCart .productName{
        height: 34px;
        overflow: hidden;
    }*/
.myCart .productName a {
	color: #000;
}
.myCart .productName a:hover {
	text-decoration: underline;
}
.mrgt10 {
	margin-top: 10px;
}
.detailsLeft {
	display: inline-block;
	width: 46%;
	margin-right: 1.5%;
	vertical-align: top;
}
.detailsImage img {
	width: 100%;
}
.detailsImage #carousel {
	padding: 0 10px;
	margin-top: 10px;
}
.detailsImage #carousel .slides > li {
	position: relative;
}
.detailsImage #carousel .slides > li:before {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.6);
	content: '';
}
.detailsImage #carousel .slides .flex-active-slide:before {
	position: relative;
}
.detailsImage .flex-direction-nav a:before {
	color: #000;
}
.detailsInfos {
	width: 50%;
	display: inline-block !important;
	vertical-align: top;
}
.detailsTitle {
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	margin-bottom: 20px;
}
.detailsPrice {
	margin-bottom: 20px;
	font-size: 38px;
	font-weight: 600;
}
.detailsDescription {
	font-size: 18px;
	font-weight: 400;
	color: #3c3c3c;
	line-height: 25px;
	margin-bottom: 20px;
}
.addQuantity {
	margin-bottom: 20px;
}
.addQuantity label {
	color: #000;
	font-size: 13px;
	font-weight: 400;
	display: inline-block;
}
.addQuantity .wishlistQtt input {
	border-color: #000;
	display: inline-block;
	border-width: 1px;
	margin-right: 10px;
}
/****contact us *****/
.contactDetails {
	background-color: #d64012;
	position: absolute;
	display: block;
	width: 544px;
	right: 0;
	height: 600px;
	top: -4px;
	z-index: 209;
	padding: 30px;
}
.mapContactus {
	border-top: 4px solid #d74214;
	max-height: 600px;
	overflow-x: hidden;
	position: relative;
	width: 100%;
}
.contactDetails .listingTitle {
	text-align: left;
	position: relative;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 35px;
	text-transform: uppercase;
	color: #fff;
}
.contactus .listingTitle:after {
	background-color: #d74214;
	position: absolute;
	content: '';
	display: block;
	height: 2px;
	bottom: -10px;
	width: 50px;
	left: 25px;
	margin-left: -25px;
}
.successMessage {
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	color: #d64012;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 20px;
    width: 50%;
}
.errorMessage {
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	color: #cd0000;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.mapContactus .blockTitle {
	color: #FFF;
}
.mapContactus .listingHolder .listingTitle {
	text-align: left;
	color: #f4f4f4;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: none;
}
.mapContactus .listingHolder .listingDescription, .mapContactus .listingHolder .listingDescription a {
	text-align: left;
	color: #f4f4f4;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 30px;
}
.address .listingTitle {
	position: relative;
	padding-left: 32px;
}
.address .listingTitle:before {
	background-position: -312px 0;
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	width: 18px;
	height: 22px;
}
.mapContactus .phone .listingTitle:before, .numberPhone:before {
	background-position: -332px 0;
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	width: 21px;
	height: 22px;
}
.fax .listingTitle:before {
	background: transparent url(../images/fax.png) no-repeat left 2px;
	width: 25px;
	height: 30px;
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: -2px;
	color: #FFF;
}
.fax .listingTitle {
	padding-left: 30px;
}
.mapContactus .email .listingTitle {
	position: relative;
	padding-left: 32px;
}
.mapContactus .email .listingTitle:before, .userArea .mail:before {
	background-position: -358px -3px;
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
}
.hours .listingTitle {
	position: relative;
	padding-left: 32px;
}
.hours .listingTitle:before {
	background-position: -383px 0;
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
}
.mapContactus .blockTitle {
	color: #FFF;
}
.mapContactus .listingHolder .listingTitle {
	text-align: left;
	color: #f4f4f4;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: none;
}
.mapContactus .listingHolder .listingDescription, .mapContactus .listingHolder .listingDescription a {
	text-align: left;
	color: #f4f4f4;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 30px;
}
.mapContactus .listingHolder .listingDescription {
	margin-left: 30px;
}
.greenBg.userArea {
	max-height: none;
}
.userArea .listingImage {
	display: inline-block;
	width: 25%;
}
.userArea .listingImage img {
	display: block;
	width: 100%;
}
.userArea .listingItem {
	width: 100%;
	float: none;
	padding: 40px 0;
}
.userArea .listingInfos {
	margin-top: 5px;
	padding-left: 35px;
}
.userArea .listingInfos li {
	font-size: 18px;
	font-weight: 600;
	padding-left: 35px;
	margin-bottom: 40px;
	position: relative;
}
.userArea .listingInfos li:first-child {
	border-bottom: 1px solid #679565;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.userArea .listingInfos span {
	font-weight: 400;
}
.userArea .listingInfos li:before {
	top: -4px;
}
.user:before {
	position: absolute;
	display: block;
	content: '';
	background-position: -412px 0;
	height: 24px;
	width: 18px;
	left: 0;
}
.userArea .listingInfos a {
	color: #FFF;
	width: auto;
}
.userArea .listingInfos a:hover {
	text-decoration: underline;
}
.accountLinks li a {
	color: #FFF;
	text-transform: capitalize;
}
.accountLinks li a:before {
	background-color: #FFF;
}
.accountLinks li {
	margin-bottom: 10px;
	padding-left: 28px;
}
.accountLinks li, .accountLinks li a {
	position: relative;
	font-size: 16px;
	font-weight: 400;
}
.accountLinks li:before {
	position: absolute;
	display: block;
	content: '';
	top: -4px;
	left: 0;
	width: 22px;
	height: 22px;
}
.accountLinks .edit:before {
	background-position: -432px 0;
}
.accountLinks .password:before {
	background-position: -459px 0;
}
.accountLinks ul {
	float: right;
}
.accountLinks ul a {
	text-decoration: underline;
}
.accountLinks ul a:hover {
	text-decoration: none;
}
.topHeader .smallTop a {
	color: #FFF;
}
.listingImage, .listingImage a {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.listingImage a img {
	display: block;
	position: relative;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}
.listingImage a:hover img {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.quotation {
	position: relative;
	padding: 0 30px;
}
.quotation:before, .quotation:after {
	position: absolute;
	display: block;
	top: -10px;
	left: 0;
	font-size: 50px;
	color: #FFF;
	width: 20px;
	height: 20px;
}
.quotation:before {
	content: '“';
}
.quotation:after {
	content: '”';
	right: 0;
	top: auto;
	bottom: 10px;
	left: auto;
}
.authorName {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 30px;
	opacity: 0.5;
	float: right;
	font-weight: bold;
}
.side.newsDetails .listingImage img {
	margin-bottom: 0;
	width: 100%;
}
.side.newsDetails .listingInfos {
	background-color: #FFF;
	padding: 15px;
	display: inline-block;
	width: 100%;
}
.side.newsDetails .listingDate {
	margin-bottom: 0;
}
.side li:first-child .listingTitle a {
	font-size: 16px;
	font-weight: 500;
	display: block;
}
.side li:first-child .listingTitle a {
	margin-bottom: 0;
}
.bignews .newsDetails.side .listingTitle {
	margin-bottom: 0;
}
.detailsImage .flex-direction-nav a {
	height: 20px;
	margin-top: -15px;
}
.detailsImage .flex-direction-nav a:before {
	font-size: 24px;
	line-height: 24px;
}
.detailsImage .flexslider:hover .flex-direction-nav .flex-prev {
	left: -5px;
}
.detailsImage .flexslider:hover .flex-direction-nav .flex-next {
	right: -5px;
}
.wishlistInfo {
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 20px;
}
/***********************Serge ADDED************************/

.investorListing {
	background-image: url("../images/investors-background.jpg");
	height: 320px;
	padding-top: 54px;
	background-size: cover;
	background-repeat: no-repeat;
}
.investorListing .listingHolder {
	position: absolute;
	left: 50%;
	width: 552px;
	margin: 0 auto;
	text-align: Center;
	margin-left: -276px;
}
.investorListing .listingItemLI {
	padding: 0;
}
.investorListing .listingImage {
	position: relative;
	left: 50%;
	width: 156px;
	margin-left: -78px;
}
.investorListing .listingDescription {
	font-weight: 300;
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
	line-height: 30px;
}
.investorListing .listingLink {
	position: relative;
}
.wishlist .listingInfos a .whislistTitle {
	font-size: 18px;
	font-weight: 400;
	color: #000;
}
.formFieldError {
	color: red;
}
.wishlist .wishlisthHeader {
	color: #464646;
	font-weight: 500;
	font-size: 20px;
}
.login .noSpace {
	margin: 0;
}
.dk-select-options .dk-option-disabled {
	color: #FFF;
}
.dk-select-open-down .dk-select-options {
	background-color: #FFF;
	color: #444;
	border-radius: 0;
	border-color: #d64012;
}
.dk-select-open-down .dk-select-options .dk-option {
	padding-left: 15px;
}
.productsDetails .categoryProductListing {
	margin-top: 150px;
}
.sideLinks.backCatering {
	padding-top: 5px;
}
.dk-selected {
	padding-left: 20px;
}
.greenBg .cateringListItem.listingItem {
	padding: 70px 0;
}
.cateringListing .listingDescription {
	max-width: 420px;
}
.cateringListing .listingItemLI:nth-child(odd) .listingInfos {
	padding-left: 0;
}
.corporateGovernance ul li {
	margin-bottom: 20px;
	margin-left: 20px;
}
.annualReport .blockTitle:after {
	left: 36px;
}
.productListing .listingItem:hover h3 {
	margin-bottom: 10px;
}
.myCart .lightGrayBg {
	background-color: #fafafa;
	padding-bottom: 20px;
}
.storeListing .greenBg {
	overflow: visible;
}
.footer .footerTop .col-md-2 .simpleList .simpleListTitle a:before {
	background-color: #fff;
}
.captchaContainer {
	margin-top: 30px;
}
.captchaContainer h4 {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 14px;
}
.helpText {
	color: #595959;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 14px;
}
.captchaHolder {
	display: inline-block;
	float: left;
}
.flexloader {
	position: absolute;
	left: 0;
	width: 100%;
	height: 560px;
	overflow: visible;
	background: transparent url('../images/loading.gif') no-repeat center center;
	text-align: center;
	margin: 0 auto;
	top: 0;
}
.dropDownMenu {
	background-color: #d64012;
	right: 0;
	padding: 10px;
}
.topHeader .dropDownMenu li + li {
	padding-left: 0;
	margin-left: 0;
}
.topHeader .dropDownMenu li + li:before {
	display: none;
}
.languagesMain a {
	color: #FFF;
	font-family: 'Droid Arabic Kufi', sans-serif;
	font-size: 12px;
	margin-top: 3px;
	padding-right: 0;
	margin-right: 10px;
}
.languagesMain a:hover {
	color: #d64012;
}
.headerSearch input {
	border: none;
	background: none;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #FFF;
}
.sticky .headerSearch input[type=text] {
	border-bottom: 1px solid #000;
}
 .headerSearch ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #ffffff;
 font-family: 'Ubuntu', sans-serif;
 font-size: 14px;
 text-transform: capitalize;
}
 .headerSearch ::-moz-placeholder { /* Firefox 19+ */
 color: #ffffff;
 font-family: 'Ubuntu', sans-serif;
 font-size: 14px;
 text-transform: capitalize;
}
 .headerSearch :-ms-input-placeholder { /* IE 10+ */
 color: #ffffff;
 font-family: 'Ubuntu', sans-serif;
 font-size: 14px;
 text-transform: capitalize;
}
 .headerSearch :-moz-placeholder { /* Firefox 18- */
 color: #ffffff;
 font-family: 'Ubuntu', sans-serif;
 font-size: 14px;
 text-transform: capitalize;
}
.headerSearch input[type=submit] {
	background-position: 0 -95px;
	width: 20px;
}
.sticky .headerSearch input[type=submit] {
	background-position: 0 -120px;
}
 .sticky .headerSearch ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #000;
}
 .sticky .headerSearch ::-moz-placeholder { /* Firefox 19+ */
 color: #000;
}
 .sticky .headerSearch :-ms-input-placeholder { /* IE 10+ */
 color: #000;
}
 .sticky .headerSearch :-moz-placeholder { /* Firefox 18- */
 color: #000;
}
.summaryTotal {
	float: right;
}
.summaryTotal {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
}
.summaryTotal .viewAll {
	width: 100%;
}
.subTotal, .deliveryCharge {
	margin-bottom: 5px;
}
.wishlist input {
	border-color: #191919;
	color: #191919;
	width: 88px;
	border-width: 1px;
	height: 37px;
	padding-lefT: 5px;
}
.wishlist .listingImage {
	position: relative;
	overflow: hidden;
}
.wishlist .delete {
	display: block;
	height: 32px;
	font-size: 0;
}
.wishlist .delete:after {
	position: absolute;
	display: block;
	content: '\f014';
	font-family: FontAwesome;
	background-color: #d74214;
	color: #FFF;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	top: 10px;
	right: 64px;
	padding: 6px 8px 6px 4px;
	font-size: 28px;
	width: 42px;
	height: 42px;
	vertical-align: middle;
	cursor: pointer;
	z-index: 3;
}
/*.contactForm .inputEntity {
	margin-top: 20px;
}*/
#mapholder {
	width: 1500px;
	height: 600px;
}
#branchesHolder {
	width: 1903px;
	height: 690px;
}
.ajaxLoader {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.6);
	position: fixed;
	z-index: 15;
}

	.ajaxLoader:before {
		content: "";
		left: 50%;
		height: 50px;
		width: 50px;
		border-radius: 50%;
		top: 50%;
		border: 4px solid #d8d8d8;
		border-top-color: #d64012;
		-webkit-animation: 1s spin linear infinite;
		animation: 1s spin linear infinite;
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		position: absolute;
	}


.contactForm .form-intro *, .forumCatering.careersListing .form-intro * {
	text-align: left;
}
.contactForm .form-intro, .forumCatering.careersListing .form-intro {
	margin: 0px;
	width: 100%;
	max-width: 100%;
}
.forumCatering.careersListing .form-intro h3 {
	max-width: 100%;
}
.fileUpload .RadUpload {
	width: 100%;
	opacity: 0;
	cusror: pointer;
}
.captchaParent {
	width: 50%;
}
.captchaTxt, .helpText {
	width: 360px;
	display: inline-block;
	margin-left: 20px;
}
.captchaParent img, .captchaParent .helpText {
	float: left;
}
.contactForm .RadPicker {
	width: 100% !important;
}
.contactForm .RadPicker .riTextBox.riEnabled {
	background: transparent;
	border: 1px solid #c3c3c3;
	color: #a0a0a0;
	font-size: 17px;
	line-height: 24px;
	height: 38px;
}
.detailsBlock {
	margin-bottom: 40px;
	padding: 10px;
	background: #fff;
	box-shadow: 1px 1px 1px 0 #dcdcdc;
}
.detailsBlock .listingInfos {
	padding: 0;
	background: #fff;
}
.detailsBlock .listingInfos > .listingTitle {
	color: #009788 !important;
	font-size: 16px;
}
.detailsBlock .listingInfos > .listingTitle b {
	font-size: 18px;
	color: #444 !important;
	text-transform: uppercase;
}
.detailsBlock .listingInfos .productLinks {
	position: static;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	left: 15px;
	margin-top: 20px;
	z-index: -1;
	top: 0;
}
.detailsBlock .listingInfos .productLinks li {
	display: inline-block;
	list-style: none;
}
.detailsBlock .listingInfos .productLinks li .normalBtn {
	border: 2px solid #d74114;
	padding: 5px 10px;
	display: inline-block;
	background: #d74114;
	color: #fff;
	font-size: 13px;
	cursor: pointer;
	transition: all linear 300ms;
}
.hasSmartMenu .leftNav li {
	border: none;
	padding-left: 0;
	margin-left: 0;
	word-break: break-word;
}
.hasSmartMenu .leftNav li a{
	padding: 5px;
	display:block;
	}
.hasSmartMenu .leftNav {
	padding: 0;
}
.hasSmartMenu .leftNav li + li:after {
	content: '';
}
.hasSmartMenu .leftNav li:hover {
	background-color: #d64012;
	color: #fff;
	transition: all linear 500ms;
}
.hasSmartMenu .leftNav li:hover a {
	color: #fff;
}
.redText {
	color: red;
}
.redText:before {
	content: '\f071';
	font-family: FontAwesome;
	font-size: 20px;
}
.alertBtn {
	margin-top: 15px;
}
.listingDescription ul, .listingDescription ul li {
	list-style-type: disc;
}
.footer .container .col-md-12 a {
	color: inherit;
	font: inherit;
}
input[type="reset"], .grayButton {
	background-color: #9f9e9e;
}
input[type="reset"]:hover {
	background-color: #afafaf;
}
.grayButton:before {
	background: #afafaf;
}
.freeNumb {
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 300;
}
.freeNumb span {
	font-weight: bold;
	font-size: 15px;
}
.errorSearch.errMsg {
	position: absolute;
	background-color: #d64012;
	z-index: 10;
	color: #FFF;
	padding: 10px;
	margin-top: 10px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	text-transform: lowercase;
}
.errorSearch.errMsg:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12.5px 13px 12.5px;
	border-color: transparent transparent #d64012 transparent;
	line-height: 0px;
	_border-color: #000000 #000000 #d64012 #000000;
 _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	position: absolute;
	content: '';
	display: block;
	right: 50%;
	top: -12px;
}
.newsListing .sideLinks .viewAll:after {
	font-family: FontAwesome;
	content: '\f105';
	padding-left: 10px;
}
.newsListing .sideLinks .viewAll:hover:after {
	text-decoration: none;
}
.bignews .newsDetails .listingTitle {
	width: 100%;
}
.detailNews .newsDetails .listingImage {
	display: inline-block;
	width: 48%;
	margin-right: 1.5%;
	vertical-align: top;
	float: left;
}
.detailNews .newsDetails .listingImage img {
	max-width: 100%;
}
.detailNews .newsDetails .listingImage + .listingDescription {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.listingDescription ul li:first-child {
	clear: left;
}
.listingDescription ul li {
	margin-left: 20px;
}
.captchaTxt {
	margin-top: 9px;
}
.newsListing .latestNews .listingInfos {
	height: 120px;
}
.newsDetailInfo .gridView {
	width: 100%;
	height: 100%;
	opacity: 1;
	position: unset;
	margin:0;
}
.newsDetailInfo.bignews .newsDetails .listingTitle {
	width: auto;
}

.header .shop:hover, .header .shop:hover a {
	background-color: #000;
}
.header.sticky .shop:hover, .header.sticky .shop:hover a {
	background-color: #000;
}
.filterPage .tools {
	height: 70px;
}
.detailsImage #carousel li {
	cursor: pointer;
}
#homeMapHolder {
	width: 1903px;
	height: 503px;
}
.productsListing .listingHolder li {
	min-height: 340px !important;
}
.productsListing .listingHolder li .listingItem {
	min-height: 340px !important;
	background: #fff;
}
.productsListing .listingHolder li .listingImage {
	min-height: 220px !important;
}
.productListing li img {
	margin: 0 auto;
}
.listingLink.readMore a, .newsDetails .viewAll {
	position: relative;
	text-decoration: none;
}
.listingLink.readMore a:hover, .newsDetails .viewAll:hover {
	text-decoration: none;
}
.contactForm .errorMessage {
	right: 0;
	left: auto;
	text-transform: Capitalize;
	top: 5px;
	font-size: 12px;
}
.chairmanPage .listingImage {
	display: inline-block;
	width: 30%;
	float: left;
}
.chairmanPage .listingImage img {
	width: 100%;
}
.chairmanPage .listingImage + .listingDescription {
	padding-left: 33%;
}
.missionVission .listingTitle {
	margin-bottom: 30px;
}
.missionVission .listingDescription {
	margin-bottom: 40px;
}
.paddingBlock.graySection.list .authorName {
	width: 100%;
}
.paddingBlock.graySection.list .btnPrimary {
	float: right;
}
.backgroundSection .greenBg .listingDescription, body {
	font-size: 18px;
	font-weight: 400;
	display: block;
	line-height: 25px;
	text-transform: none;
}
h4 {
	color: #d64012;
	text-transform: capitalize;
}
.footerTop .col-md-2 {
	width: auto !important;
	margin-right: 30px;
}
.mobileHeader {
	display: none;
}
.categoryProductListing .pull-right {
	float: right !important;
}
.newsListing .slides, .newsListing .slides > li {
	padding-left: 15px;
	padding-right: 15px;
}
.mobileMenuToggler #cross span {
	display: none;
}
.categoryProductListing .listingHolder li .listingImage {
	max-height: 220px !important;
}
.wishlist .listingImage img {
	margin-top: -32px;
}
.contactForm .btnPrimary {
	width: auto;
}
.newsListing .portlet-container .listingTitle {
	margin-bottom: 10px;
	line-height: 20px;
}
.listMode .listingHolder li .listingItem {
	min-height: inherit !important;
}
.listMode .productsListing .listingHolder li {
	min-height: 220px !important;
}
.textEditor a {
	color: #d64012;
}
.RadUpload .ruFileWrap {
	width: 100%;
}
.RadUpload .ruStyled .ruFileInput {
	opacity: 1;
}
.fileUpload:after {
	content: "Upload";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: #d64012;
	color: #ffffff;
	padding: 3px 15px 0;
	z-index: 1;
	line-height: 30px;
	cursor: pointer;
}
.fileUpload {
    overflow: hidden;
    position: relative;
}

    .fileUpload:after {
        content: "Upload";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        background: #d64012;
        color: #ffffff;
        padding: 0 15px;
        z-index: 1;
        line-height: 34px;
    }

    .fileUpload:hover:after {
        background: #e2633c;
    }

    .fileUpload input {
        font-size: 15px;
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0;
        cursor: pointer;
        z-index: 99;
        left: 0;
        width: 100%;
        height: 100%;
    }

.uploadValue {
    color: #000;
    display: block;
    left: 15px;
    opacity: 1;
    position: absolute;
    z-index: 50;
    color: #525252;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
}
.previouslyRead {
	position: absolute;
	right: 15px;
	top: 0;
	padding: 0 5px;
	color: #fff;
	background: #d64012;
	font-size: 13px;
	z-index: 11;
}
.previouslyRead:empty {
	display: none;
}
.newNotificationDivs {
	position: fixed;
	right: 10px;
	bottom: 10px;
	background: #2f2f2f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	padding: 10px;
	width: 250px;
	z-index: 111;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transition: all linear 500ms;
	-moz-transition: all linear 500ms;
	transition: all linear 500ms;
	display: block;
}
.newNotificationDivs.displayed {
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}
.newNotificationDivs ul, .newNotificationDivs li {
	margin: 0;
	padding: 0;
}
.newNotificationDivs li {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.newNotificationDivs a {
	color: #fff;
}
.newNotificationDivs li:last-child {
	border-bottom: 0 none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.newNotificationTitle {
	margin: 0 0 5px 0;
}
.newNotificationDivs p {
	margin-bottom: 5px;
}
.newNotificationDivs p:last-child {
	margin-bottom: 0;
}
.closeNewNotification {
	position: absolute;
	right: 10px;
	top: 10px;
	display: block;
	width: 10px;
	height: 10px;
}
.newNotificationTitle, .newNotificationTitle a {
	font-size: 16px;
	color: #fff;
	font-weight:normal;
    text-transform: none;
}
.newNotificationDivs a {
	color: #fff;
	font-size: 13px;
}
.newNotificationDivs p {
	font-size: 13px;
	line-height: normal;
}
.contactForm{
	padding-top:20px;
	}
.headerSearch input[type=text]{
	width:150px;
	}
.headerSearch .errorRecord{
	font-size:12px;
	position:absolute;
	left:0;
	bottom:100%;
	color:#fff;
	white-space:nowrap;
	margin-bottom:-7px;
	}
.headerSearch a{
	color:#fff;
	}
.sticky .headerSearch .errorRecord, .sticky .headerSearch a{
	color:#000;
}
.newsListing .greenBg .listingInfos{
	background-color:transparent;
	}
.newsListing .greenBg .listingTitle a{
	color:#fff;
	}
.bignews .newsDetails .listingTitle:after, .newsDetails .blockTitle::after{
	background:#000;
	}
.listingImage img{
	width:100%;
	}
div.autosuggest#as_txtAdvancedSearch{
	position:fixed !important;
	}
.greenBg .greenBgImage img{
	width:100%;
	}
.greenBg .col-md-6:first-child .greenBgImage{
	margin-left:-15px;
	}
.greenBg .col-md-6:last-child .greenBgImage{
	margin-right:-15px;
	}
.greenBg .col-md-6:last-child .listingItem{
	float:left;
	}
.greenBgImage .continueRight{
	left:0;
	background-size:cover;
    min-height:200px
	}
.greenBgImage .continueLeft{
	right:0;
	background-size:cover;
    min-height:200px
	}
/*****************Slider****************/
.fullBg{
	background-size:cover;
	}
.sliderHeight{
	height:478px;
	}
.sliderContent{
	position:absolute;
	left:15px;
top: 216px;
font-size: 35px;
color: #FFF;
max-width: 480px;
line-height: 40px;
	}
.sliderMain{
	position:relative;
	margin-bottom:30px;
	}
.sliderMain .flexLoader{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	text-align:center;
	}
.sliderMain .flexLoader:before, .sliderMain .flexLoader:after{
	content:'';
	height:100%;
	display:inline-block;
	vertical-align:middle;
	}
.sliderMain .flexLoader .fa-spin{
	display:inline-block;
	vertical-align:middle;
	font-size:50px;
	}

/*****************Slider****************/
.ui-search-hover
{
    background-color:lightgrey;
    border:0;
}
.ui-view-all-results
{
    text-align:center;
}
.MvcDynamicHorizontal li {
    display: inline-block;
    padding-right:20px;
}
.surveyMainContainer .errorMessage {
    left: 0px;
    padding-top: 10px;
    font-size:13px;
}
.surveyForm {
    padding-top:20px;
    padding-left:15px;
}
.surveyMainIntro
{
    padding-top: 10px;
    text-align:left;
}
.surveyMainPage {
    padding-top: 200px;
    padding-bottom: 50px;
}
.surveySubmitted .successMessage {
    width: 100%;
}
.changeLanguage a {
    color: white;
    font-size: 18px;
}
/*************************************/
.input-validation-error
{
    border: 1px solid red!important;
}
.customCaptcha
{
    width:305px;
}
.surveyRankList li {
    position: relative;
    padding-left: 23px;
}

.surveyRankList .fa {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 14px;
}
.personalInfo {
    padding: 10px;
    background-color: #dcdcdc;
    margin-bottom:10px;
}
.separatorHolder {
    padding: 10px;
    background-color: #dcdcdc;
    margin-bottom: 10px;
}
.owl-carousel {
    display: block;
}

