/************************************* Reset Styles ********************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-weight: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
.pagingHolder span{
	display:none;
}
.pagingHolder a{
	padding:3px 6px;
	display:inline-block;
	background:#000;
	color:#fff;
}
.pagingHolder a.selected, .pagingHolder a:hover{
	background:#d1cb44;
	color:#000;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, div {
	vertical-align: top;
	font-family: Arial;
}
* {
	outline: none;
}
li, ol {
	list-style-type: none;
	list-style-image: none;
	list-style: none;
}
img {
	border: 0px;
}
textarea {
	resize: none;
}
input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
}
img, iframe {
	max-width: 100%;
}
/************************************* Website Styles ********************************/






/************************************* Common Styles ********************************/
/*@import url(http://fonts.googleapis.com/css?family=Questrial);*/
@font-face {
	font-family: 'CenturyGothic';
	src: url('fonts/gothic0.eot');
	src: url('fonts/gothic0.eot?#iefix') format('embedded-opentype'),
			 url('fonts/gothic0.woff') format('woff'),
			 url('fonts/gothic0.ttf') format('truetype'),
			 url('fonts/gothic0.svg#gothic0') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Questrial-Regular';
	src: url('fonts/questrialregular.eot');
	src: url('fonts/questrialregular.eot?#iefix') format('embedded-opentype'), url('fonts/questrialregular.woff') format('woff'), url('fonts/questrialregular.ttf') format('truetype'), url('fonts/questrialregular.svg#questrialregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AvantGarde-Thin';
	src: url('fonts/avantgar0.eot');
	src: url('fonts/avantgar0.eot?#iefix') format('embedded-opentype'),
			 url('fonts/avantgar0.woff') format('woff'),
			 url('fonts/avantgar0.ttf') format('truetype'),
			 url('fonts/avantgar0.svg#avantgar0') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	min-width: 1000px;
	position: relative;
	min-height: 100%;
}
html {
	height: 100%;
}
.topSmall, .menuList, .offeringItemText, .secondMenuList a {
	font-family: 'Questrial-Regular';
}
.topSmall {
	z-index: 3;
}
/***font Sizes***/
.topSmall, .menuList, .greenTitle {
	font-size: 14px;
}
.footerMenu, .searchMain input[type=text], .greenLink, .date {
	font-size: 12px;
}
.copyRights, .secondLevelMenu a, .offeringItemText {
	font-size: 12.5px;
}
.thirdLevelMenu a, .smallDate {
	font-size: 10px;
}
.text .big {
	font-size: 15px;
}
.arrowedGrey, h3, .filteringMenu ul li a {
	font-size: 14px;
}
h1 {
	font-size: 28px;
}
/***font Sizes***/
/***Colors***/
.topSmall a, .topSmall, .menuList a, .offeringItemText, .submitBtn, .contentContainer a.submitBtn {
	color: #fff;
}
.smallDate {
	color: #808080;
}
h1 {
	color: #0e1011;
}
body, .footerMenu a, .text, .seenHeardDesc a, .imageTitle, .imageTitle a {
	color: #231f20;
}
.copyRights, .copyRights a {
	color: #808285;
}
.searchMain input[type=text] {
	color: #373734;
}
.menuList a:hover, .menuList a.active, .greenTitle {
	color: #d1cb44;
}
.secondMenuList a {
	color: #5c5c5c;
}
.greenLink {
	color: #a6a12f;
}
.arrowedGrey {
	color: #000;
	text-decoration:underline;
	margin-top:10px;
}
.pageTitle{
	margin-top:15px;
}
.pageTitle.noTop{
	margin-top:0px;
	padding-top:45px;
}
.contentPad.proListing {
	min-height:170px;
	padding-bottom:0px;
}
.date {
	color: #909090;
}
/***Colors***/
/***Uppercase***/
.topSmall, .menuList a, .greenTitle, h1 {
	text-transform: uppercase;
}
.thirdLevelMenu a {
	text-transform: none;
}
/***Uppercase***/
.topSmall {
	right: 5px;
	top: 20px;
}
.fullWidth {
	width: 100%;
}
.floatLeft, .footerLeft, .secondMenuList li, .filteringMenu ul li {
	float: left;
}
.floatRight, .footerRight, .smallDate {
	float: right;
}
.posRelative {
	position: relative;
}
.absolutePos, .footer, .offeringItemImage, .offeringsCarousel, .offeringItemAction, .offeringItemText {
	position: absolute;
}
a, .textDecorationNone, .topSmall a, .footerMenu a, .copyRights a, .menuList a, .secondMenuList a, .arrowedGrey, .seenHeardDesc a, .yellow, .contentContainer a.submitBtn, .filteringMenu ul li a {
	text-decoration: none;
}
.textDecorationUnderline {
	text-decoration: underline;
}
.fontWeightBold, h3, h3 a, .mapInfo .title {
	font-weight: bold;
}
.clearBoth {
	clear: both;
}
.menuList a, .logo, .secondMenuList a, .greenLink {
	display: block;
}
.greenLink {
	padding-top: 13px;
}
.safeArea {
	max-width: 1110px;
	min-width: 990px;
	margin: 0 auto;
	padding: 0 5px;
}
.footer {
	left: 0;
	width: 100%;
	background: #f1f2ea;
	padding: 10px 0;
	bottom: 0;
	z-index: 3;
}
.footerMenu {
	margin-bottom: 5px;
}
.searchMain, .socialLink, .arrowedGrey {
	display: inline-block;
 *display:inline;
	zoom: 1;
	vertical-align: middle;
}
.searchMain input[type=text], .searchMain input[type=submit] {
	background: none transparent;
	display: inline-block;
	border: 0 none;
	padding: 0;
	margin: 0;
	vertical-align:middle;
}
.searchMain {
	border-bottom: 1px solid #373734;
	margin: 5px 10px 10px 0;
}
.socialLink {
	width: 20px;
	height: 20px;
	border: 1px solid #d5c13d;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-left: 2px;
}
.searchMain input[type=text] {
	width: 125px;
	height:25px;
}
.searchMain input[type=submit] {
	width: 20px;
	height: 20px;
	background: url(../images/search-icon.gif) center center no-repeat;
	cursor: pointer;
}
.fb {
	background: url(../images/fb.gif) center center no-repeat;
}
.tw {
	background: url(../images/tw.gif) center center no-repeat;
}
.ut {
	background: url(../images/ut.gif) center center no-repeat;
}
.pin {
	background: url(../images/pin.gif) center center no-repeat;
}
.insta {
	background: url(../images/insta.gif) center center no-repeat;
}
.mainMenu {
	background: #000;
	position: absolute;
	width: 150px;
	top: 0;
	bottom: 0;
	padding-top: 30px;
	text-align: center;
	z-index: 2;
}
.logo {
	margin-bottom: 90px;
}
.menuList {
	margin-bottom: 50px;
	padding: 0 10px;
}
.menuList a.firstLevelLink {
	border-bottom: 1px solid #828282;
	padding: 6px 0;
}
.secondLevelMenu, .thirdLevelMenu {
	background: #262626;
	border-bottom: 1px solid #828282;
}
.secondLevelMenu a {
	padding: 5px 0;
}
.thirdLevelMenu {
	padding-bottom: 5px;
}
.thirdLevelMenu a {
	padding: 3px 0;
}
.secondLevelMenu, .thirdLevelMenu {
	display: none;
}
.topSlider {
	margin-left: 149px;
	position: relative;
	height: 440px;
}
.topSlider.bigHeight {
	height: 560px;
}
.topSlider.galleryCarouselMain {
	height: 750px;
	margin-bottom: 50px;
}
.galleryImageMain {
	width: 340px;
	margin-right: 5px;
	height: 710px;
	position: relative;
}
.galleryInnerImage {
	height: 710px;
	width: 340px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.galleryInnerImage img {
	max-width: none;
}
.mainSlider {
	width: 100%;
	overflow: hidden;
}
.offeringsCarousel {
	top: 0;
	left: 40px;
	right: 175px;
}
.offeringItem {
	width: 246px;
	margin: 0 3px 15px 0;
	height: 177px;
	position: relative;
	background: #fff;
}
.offeringItemImage {
	bottom: 21px;
	left: 5px;
	right: 5px;
	text-align: center;
	/*height:146px;*/
}
.offeringItemImage img{
	max-height:120px;
	}
.offeringItemAction {
	bottom: 0;
	background: #e2e2e2 url(../images/item-action.gif) 0 0 repeat-x;
	height: 19px;
	width: 100%;
	left: 0;
}
.offeringMore, .offeringLoop, .readMoreArrow {
	width: 20px;
	height: 19px;
	display: block;
	background: url(../images/offering-more.png) center center no-repeat;
}
.offeringLoop {
	background: url(../images/offering-loop.png) center center no-repeat;
	display:none;
}
.readMoreArrow {
	background: url(../images/plus-arrow.png) center center no-repeat;
	margin-right: 2px;
}
.readMoreArrow.active {
	background: url(../images/minus-arrow.png) center center no-repeat;
	margin-right: 2px;
}
.offeringItemText {
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0, 0.64);
	padding: 10px 15px;
	text-align: left;
	z-index: 1;
	display: none;
}
.greenTitle {
	margin-bottom: 10px;
}
.contentPad {
	margin: 0 175px 0 190px;
	padding-top: 15px;
	padding-bottom: 80px;
	text-align:justify;
	font-family: 'AvantGarde-Thin';
	min-height:240px;
}
.photoGallery.contentPad {
    min-height:inherit !important;
}
.titlePad {
	padding-bottom: 15px;
}
.titlePad h1 {
	margin-bottom: 0;
}
.contentPad.topAttached {
	padding-top: 0;
}
h1, .contentTextHighlight {
	margin-bottom: 15px;
}
.secondMenu {
	background: #ededed;
}
.secondMenuList {
	margin: 0 0 0 170px;
}
.secondMenuList a {
	text-align: center;
	padding: 10px 20px;
	border-right: 3px solid #fff;
}
.popupContainer {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 11;
	display: table;
}
.popupContainer {
	display: none;
}
.popupImage {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.loopIcon {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/loop-icon.png) center center no-repeat;
}
.arrowedGrey {
	padding-right: 25px;
	margin-top:10px;
	color:#000;
	text-decoration:underline;
	background: url(../images/grey-arrow.png) right center no-repeat;
}
.leftBodyBg {
	right: 98%;
	position: absolute;
	height: 440px;
	/*background: url(../images/right-bg-image.jpg) right center no-repeat;*/
	width: 100%;
}
.seenHeardList li {
	padding: 10px 100px 30px 10px;
	margin-bottom: 5px;
	position: relative;
	background: #f6f6f6;
}
.floatedImage {
	padding-right: 15px;
}
h3 {
	margin-bottom: 15px;
}
.date {
	margin-bottom: 5px;
}
.imageTitle {
	background: #f4f4f4;
	padding: 10px;
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.imageTitle .date {
	margin-bottom: 0;
	float: right;
}
.twoCols li {
	width: 49.5%;
	margin-right: 1%;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-right: 20px;
	height: 167px;
	margin-bottom: 3px;
}
.contentHoverSlider {
	position: relative;
	margin-top: -555px;
	z-index: 3;
	padding-bottom: 50px;
}
.contentOverSliderMain {
	margin-left: 190px;
	margin-right: 175px;
}
.contentHoverSlider .titlePad {
	margin-left: 0;
}
.twoCols li:nth-child(2n) {
	margin-right: 0;
}
.twoCols li:nth-child(2n+1) {
	clear: both;
}
.seenHeardList .offeringItemImage {
	display: table;
}
.seenHeardList .seenHeardDesc {
	padding-bottom: 10px;
}
.seenHeardList .seenHeardDesc, .seenHeardList .floatedImage {
	display: table-cell;
	text-align: left;
	vertical-align: bottom;
}
.seenHeardList .offeringItemImage {
	bottom: 40px;
	left: 20px;
	right: 20px;
}
.mainImagesCarousel .prevSlider, .mainImagesCarousel .nextSlider {
	width: 22px;
	height: 41px;
	bottom: 85px;
	margin-top: -19px;
	display: block;
	position: absolute;
	z-index: 3;
}
.offeringsCarousel .prevSlider, .offeringsCarousel .nextSlider {
	width: 18px;
	height: 33px;
	display: block;
	position: absolute;
	z-index: 3;
}
.prevSlider {
	left: 5px;
	background: url(../images/prev-arrow.png) 0 0 no-repeat;
}
.offeringsCarousel .prevSlider {
	left: -30px;
	background: url(../images/prev-grey.png) 0 0 no-repeat;
}
.nextSlider {
	right: 5px;
	background: url(../images/next-arrow.png) 0 0 no-repeat;
}
.offeringsCarousel .nextSlider {
	right: -30px;
	background: url(../images/next-grey.png) 0 0 no-repeat;
}
.offeringsCarousel .prevSlider, .offeringsCarousel .nextSlider {
	top: inherit;
	bottom: 275px;
}
.closeIcon, .closeIcon2 {
	width: 21px;
	height: 19px;
	right: 5px;
	top: 5px;
	position: absolute;
	display: block;
	background: url(../images/close-icon.png) 0 0 no-repeat;
	z-index: 12;
	display: none;
}
.newsContent {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: #f6f6f6;
	padding: 40px 20px;
	z-index: 5;
	display: none;
}
.newsImage {
	margin-bottom: 10px;
}
.closeIcon2 {
	right: 20px;
	top: 10px;
}
.leftWhiteOverlay, .rightWhiteOverlay {
	position: absolute;
	top: .0;
	width: 250px;
	background: rgba(255,255,255,0.8);
	height: 200px;
	z-index: 2;
	height: 100%;
}
.leftWhiteOverlay {
	left: 0;
}
.rightWhiteOverlay {
	right: 0;
}
/****Sitemap*****/
.sitemapHolder ul li {
	width: 218px;
	margin: 0 30px 0 0;
	min-height: 200px;
}
.sitemapHolder ul li ul li {
	float: none;
	min-height: inherit;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #e5e5e5;
	margin-right: 0;
}
.sitemapHolder ul li ul li.mainTitle {
	border-bottom: 1px solid #999999;
}
.sitemapHolder ul li ul li.last {
	padding-bottom: 0;
	margin-bottom: 0;
	border: 0;
}
.sitemapHolder ul li ul li a {
	font-size: 14px;
	color: #191919;
}
.sitemapHolder ul li ul li a.bigTitle {
	font-size: 20px;
	color: #191919;
}
.sitemapHolder ul li ul li a:hover {
	color: #d1cb44;
}
/****************/
.titleCountry {
	clear: both;
	font-size: 20px;
	color: #D1CB44;
}
.margBot20 {
	margin-bottom: 20px;
}
.desc {
	text-align: justify;
}
a.selected {
	color: #d1cb44;
}
/*.contentTextHighlight {
	font-size: 16px;
	color: #2B2A2A;
	margin-bottom: 15px;
	text-align:justify;
}
span.visionHighlight, div.visionHighlight {
	color: #545353;
	font-size: 25px;
	line-height:30px;
}*/
.contentTextHighlight {
	font-weight: bold;
}
div.visionHighlight, .visionHighlight {
	margin-bottom: 15px;
}
.visionHighlight {
	font-weight: bold;
}
.contentContainer a {
	text-decoration: underline;
	color: #8D8D8D;
}
.contentContainer a:hover {
	text-decoration: none;
}
.contentContainer ul {
	padding: 10px 0 0 0;
}
.contentContainer ul li {
	background: url(../images/small-slider-bullet-hover.gif) no-repeat left 5px;
	padding: 0 0 5px 15px;
	margin: 0px;
}
.floatedImg {
	width: 220px;
	/*height: 220px;*/
	margin: 0 0 10px 10px;
}
.floatedImg img {
	width: 100%;
}
.floatRight {
	float: right;
}
.mapInfo {
	color: #191919;
	color: #636363;
}
.mapInfo span, .mapInfo a:hover, .contactInfos span, .contactInfos a:hover, .yellow:hover {
	color: #282828;
}
.mapInfo .title {
	font-size: 17px;
}
.mapInfo {
	font-size: 12px;
	float: left;
	margin-bottom: 20px;
	width: 50%;
}
.title, .iframeContent span, .iframeContent a {
	display: block;
}
.mapInfo:nth-child(2n+1) {
	clear: both;
	padding-right: 2%;
	width: 48%;
}
.yellow, .iframeContent .title {
	color: #D1CB44;
}
.margBot10, .contactForm input[type="text"], .contactForm .selectHolder, .contactForm textarea, .newsListing span {
	margin-bottom: 10px;
}
/*****************/
.contactForm .floatLeft {
	float: left;
	margin-bottom: 20px;
	width: 50%;
}
.contactForm input[type="text"] {
	width: 325px;
	height: 42px;
	border: 1px solid #b5b5b5;
	padding: 0 5px;
}
.contactForm textarea {
	width: 99%;
	height: 125px;
	border: 1px solid #b5b5b5;
	padding-left: 1%;
	padding-top: 5px;
}
.firstBloc {
	margin-right: 220px;
}
/****Sitemap*****/
.sitemapHolder ul li {
	width: 218px;
	margin: 0 30px 0 0;
	min-height: 200px;
}
.sitemapHolder ul li ul li {
	float: none;
	min-height: inherit;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #e5e5e5;
	margin-right: 0;
}
.sitemapHolder ul li ul li.mainTitle {
	border-bottom: 1px solid #999999;
}
.sitemapHolder ul li ul li.last {
	padding-bottom: 0;
	margin-bottom: 0;
	border: 0;
}
.sitemapHolder ul li ul li a {
	font-size: 14px;
	color: #191919;
}
.sitemapHolder ul li ul li a.bigTitle {
	font-size: 20px;
	color: #191919;
}
.sitemapHolder ul li ul li a:hover {
	color: #d1cb44;
}
/****************/
.selectHolder {
	width: 325px;
	height: 30px;
	border: 1px solid #b5b5b5;
	padding: 10px 5px 0 5px;
}
.selectHolder select {
	width: 320px;
	border: 0;
	font-size: 13px;
}
.submitBtn {
	background-color: #000000;
	cursor: pointer;
	border: 0;
	padding: 8px 50px;
}
.submitBtn:hover {
	background-color: #D1CB44;
}
.requiredError input[type="text"] {
	border: 1px solid #FF0000;
}
.filteringMenu {
	background:#ededed;
	margin-left:-40px;
	padding-left:40px;
}
.filteringMenu ul li {
	margin-right: 30px;float:left;
}
.filteringMenu ul li a {
    display:block;
    
	color: #000;
	font-family: 'Questrial-Regular';
	
	border-right: 3px solid #fff;
    padding: 10px 20px 10px 0;
    text-align: center;
}
.filteringMenu ul li a:hover, .filteringMenu ul li a.selected {
	color: #D1CB44;
}
.filteringMenu {
	margin-bottom: 30px;
}
.clearFix {
	clear: both;
}
.filterServices td {
	vertical-align: middle;
}
.smallSelect {
	height: 25px;
	padding-top: 5px;
	width: 105px;
}
.smallSelect select {
	width: 100px;
}
.filteringMenu, .newsListing li, .pressListing ul li, .careersListing li {
	margin-bottom: 30px;
}
.newsListing .submitBtn {
	display: inline-block;
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.footer .menu li a, .newsListing .desc, .yellowBtn, .pdfLink, .SearchLink {
	font-size: 11px;
}
.newsListing span.newsTitle, .pressListing .title, .newsListing .title, .mapInfo .title, .contactInfos h4 {
	font-size: 17px;
}
.introText {
	text-align: justify !important;
}
.introText {
	color: #2B2A2A;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 15px;
}
.filterServices {
	padding-bottom: 15px;
}
.blocsListing ul li {
	background-color: #D1CB44;
	float: left;
}
.blocsListing ul li {
	height: 122px;
	padding: 0 5px;
	width: 112px;
}
.blocsListing ul li.black {
	background-color: #191919;
}
.valignMid {
	vertical-align: middle !important;
}
.blocsListing table td {
	text-align: center;
}
.blocsListing table td a {
	color: #191919;
	font-size: 14px;
	text-transform: uppercase;
}

.iframeContent .imageHolder {
	width: 347px;
	margin-right: 15px;
}

.iframeContent .blocRight {
	width: 100%;
}
.iframeContent .desc span {
	display: inline !important;
}
iframeContent .introText, .iframeContent .desc {
	color: #565655;
}
.iframeContent .title {
	font-size: 23px;
}
.iframeContent .introText {
	font-size: 17px;
}
.iframeContent .desc, .iframeContent input[type="submit"] {
	font-size: 12px;
}
.iframeContent .title, .iframeContent .desc {
	margin-bottom: 15px;
}

.iframeDescp span {
	color: #9D981E;
	font-weight: bold;
}
.shareButtonsHolder span{
	display:block;
	float:left;
}
.sitemapHolder ul li {
	margin: 0 2% 20px 0;
	width: 32%;
	min-height:0;
	float: left;
}
.sitemapHolder ul li li {
	margin-right: 0;
	float: none;
	width: 100%;
}
.sitemapHolder ul li:nth-child(3n) {
	margin-right: 0;
}
.mobileHeader {
	display: none;
}
.franchiesSteps {
	height: 49px;
	margin-bottom: 20px;
	position: relative;
}
.franchiesSteps span.step1, .franchiesSteps span.step2, .franchiesSteps span.step3 {
	background: url("../images/blackPart.png") no-repeat scroll right top rgba(0, 0, 0, 0);
	display: block;
	float: left;
	height: 49px;
	left: 0;
	padding-right: 39px;
	position: absolute;
	top: 0;
	z-index: 100;
}
.franchiesSteps span.step1.current, .franchiesSteps span.step2.current, .franchiesSteps span.step3.current {
	background: url("../images/greenPart.png") no-repeat scroll right top rgba(0, 0, 0, 0);
}
.franchiesSteps span.step1.current a, .franchiesSteps span.step2.current a, .franchiesSteps span.step3.current a {
	background: none repeat scroll 0 0 #C8C342;
	color: #000000;
}
.franchiesSteps span.step1 a, .franchiesSteps span.step2 a, .franchiesSteps span.step3 a {
	background: none repeat scroll 0 0 #191919;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	line-height: 23px;
	padding: 13px 20px;
}
.franchiesSteps span.step2 {
	left: 100px;
	z-index: 3;
}
.franchiesSteps span.step2 a {
	padding-left: 40px;
}
.franchiesSteps span.step3 {
	left: 200px;
	z-index: 0;
}
.franchiesSteps span.step3 a {
	padding-left: 60px;
}
ul.Mobile {
	display: none;
}

.expandables{
	display:block;
	}
.galleryFiltering{
	margin-bottom:30px;
	margin-left:190px;
	}
.galleryFiltering .filteringMenu{
	margin-bottom:0;
	}
.pdfLink {
	text-decoration: underline;
	background: url(../images/pdf-link.png) left 0 no-repeat;
	padding-left: 23px;
}
.phoneMain{
	display:block;
	width:50%;
	float:left;
	}
.singleItem{
	width:48%;
	margin-right:2%;
	float:left;
	margin-bottom:20px;
	}
.singleItem:nth-of-type(2n+1){
	clear:both;
	}
.singleItem .mapInfo:nth-child(2n+1), .singleItem .mapInfo{
	width:100%;
	margin-right:0;
	float:none;
	}
.mainMenu, .mainMenu a{
	font-family: 'CenturyGothic' !important;
	}
.bigHeight .swiper-slide img{
	max-width:none;
	}
.imageSmallHolder{
	width:400px;
	margin:0 auto;
	padding:30px;
	background:rgba(0,0,0,0.7);
	}
.popupImage.bigger{
	background:rgba(0,0,0,0.7);
	}
.popupImage.bigger .imageSmallHolder{
	width:auto;
	background:transparent none;
	padding:20px;
	position:static;
	}
.popupImage.bigger .loopIcon{
	display:none;
	}
.allWrapper{
	opacity:0;
	-webkit-opacity:0;
	-moz-opacity:0;
	}
.newsLink img {
    max-width :inherit;
}
.LargeImage{height:100%; max-height:inherit !important;}
.LargeImage img{height:auto; max-height:inherit !important;}
.fullBanner{height:440px;}
.NewsDetailsBox a{color:#D1CB44; text-decoration:underline;}
.NewsDetailsBox a:hover{color:#231f20}
.hiddenVisibility{
	visibility:hidden;
	}
	.showDetails{display:block; }
	.NewsDetailsBox{padding-top:20px;}
	.LargeImage table{width:100%; height:100%;}
	td.centeredImage{width:100%; height:100%; text-align:center; vertical-align:middle;}
	
	
	.bigDetailsPopup .offeringItemText{
		top:inherit;
		bottom:20px;
		}
.smooth_zoom_preloader{
	min-height:300px;
	}
.catalogueDownload, .catalogueDownloadRamadan{
	/*background:#000 url(../images/ramadan.jpg) 10px center no-repeat;*/
	background:#000 url(../images/christmas-2016.png) center center no-repeat;
	position:absolute;
	right:0;
	color:#fff;
	font-size:12px;
	text-decoration:none;
	width:179px;
	height:179px;
	font-family: 'CenturyGothic' !important;
	top:15px;
	}
	.catalogueDownloadRamadan{
	
	background:#000 url(../images/ramadan-2018.png) center center no-repeat !important;
	}
.catalogueDownload:hover, .catalogueDownloadRamadan:hover{
	text-decoration:none;
	}
.twoColTable {width:85%;}
.twoColTable td{	vertical-align:middle !important;}
#PhContent_divMap img {
    max-width:none;
}
.videoRelative{
	position:relative;
	max-width:640px;
	padding-bottom:57%;
	width:100%;
	}
.videoRelative object, .videoRelative embed{
	position:absolute;
	width:100% !important;
	height:100% !important;
	left:0;
	top:0;
	}
.secondMenuList{
	margin-top:10px;
	}
.productDetailsContainer {
	height:420px !important;
	width:600px;
}
.productDetailsContainer .mainImage {
	width:600px;
}
.productDetailsContainer .mainImage img {
	height:345px;
}
.productDetailsContainer .mainImage table{
	width:660px;
}
.productDetailsContainer .title{
	text-transform:uppercase;
	color:#bfaf59;
	font-family: 'CenturyGothic' !important;
	font-size:18px;
	font-weight:700;
	margin-bottom:10px;
}
.productsTitle {
	text-transform:uppercase;
	color:#bfaf59;
	font-family: 'CenturyGothic' !important;
	font-size:14px;
	text-align:left;
}
.boldText{
	font-weight:bold;
	margin-bottom:10px;
}
.careersDetailsForm {
	padding-left:40px;
}
.careersDetailsForm .RadUpload .ruFileWrap {
	height:46px;
	width:100%;
}

.careersDetailsForm .RadUpload .ruStyled .ruFileInput {
	position:absolute;
	left:0;
	width:100%;
	height:38px;
}
.careersDetailsForm .RadUpload .ruBrowse {
	left:0;
	margin-top:10px;
	position:absolute;
}
.careersDetailsForm .contactForm .floatLeft {
	float: left;
	margin-bottom: 20px;
	width: 50%;
}
.careersDetailsForm .contactForm input[type="text"], .careersDetailsForm .contactForm select, .careersDetailsForm .selectHolder {
	width: 100%;
}
.careersDetailsForm .contactForm textarea {
	width: 99%;
	height: 125px;
	border: 1px solid #b5b5b5;
	padding-left: 1%;
	padding-top: 5px;
}
.careersDetailsForm .RadUpload .ruFileWrap {
	overflow:inherit !important;
}
.offeringsCarousel .nextSlider.disabled, .offeringsCarousel .prevSlider.disabled {
	display:none;
}
h4.introText2 {
    font-family:Arial;
}
.catalogueDownload{
	position:absolute;
	right:0;
	top:0;
	z-index:1111;
	display:block;
	width:179px;
	height:177px;
	background:url(../images/christmas-2016.png);
	padding:0;
	}
	
.careerTitle{
	color:#191919;
	font-size:17px;
	}
.careerTitle a{
	color:#191919;
	}
.countryJobList{
	display:block;
	color:#868686;
	font-size:13px;
	margin-top:10px;
	}
.careersJobListing .careerDesc{
	color:#999999;
	margin-bottom:10px;
	line-height:15px;
	font-size:12px;
	}
.careersJobListing .submitBtn{
	margin-top:0;
	width:142px;
	text-align:center;
	}
.highZ{
	z-index:1999;
	}
.mapInfosSection .mapInfo:nth-child(2n+1){
	clear:both;
	}



/****************** LANDING PAGE NEW *******************/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

body {
	background: url(../images/landing-page-bg.jpg) no-repeat left center fixed;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.landingContainer {
	display: inline-block;
    position: fixed;
    top: 35%;
    left: 53%;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}

.landingWelcome {
	margin-bottom: 0;
	font-size: 28px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}

.landingDescription {
	font-size: 38px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 60px;
	line-height: 35px;
}

.landingDescription span {
	font-weight: 800;
}

.landingVisit {
	font-size: 20px;
	font-weight: 600;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 65px;
}

.landingVisit a {
	font-size: 20px;
	font-weight: 600;
	color: #cec24c;
	text-decoration: underline;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	transition: 0.2s linear;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
}

.landingVisit a:hover {
	color: #93928c;
}

.landingButtons {}

.landingButtons a:first-child {
	margin-right: 5px;
}

.landingButtons a {
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Open Sans', sans-serif;
	padding: 18px 89px 18px 69px;
    border: 1px solid #cec24c;
    display: inline-block;
    background: #cec24c;
    text-align: left;
    width: 77px;
    transition: 0.2s linear;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
}

.landingButtons a:hover {
	background-color: #93928c;
}

.landingButtons a::after {
	content: "";
	width: 8px;
	height: 12px;
	background: url(../images/landing-arrow.png);
	position: absolute;
	top: 24px;
	right: 20px;
}

.landingButtons a::before {
	content: "";
	width: 44px;
	height: 30px;
	position: absolute;
	top: 15px;
	left: 20px;
}

.landingButtons .visitLebanon::before {
	background: url(../images/visit-lebanon.jpg);
}

.landingButtons .visitUsa::before {
	background: url(../images/visit-usa.jpg);
}


.errorMessage{
    color:red;
}
.captchaText{
    display:block;
}
.RadCaptcha img{
    margin-bottom:10px;
}
.captchaErrorMessage{
        color: red;
    padding-top: 15px;
    display: block;
    float: left;
}
.catalogueDownloadRamadan span { 
	color: #000;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: bold;
	font-family: 'CenturyGothic' !important;
      display: block;
    line-height: 16px;
    text-align: center;
    position: absolute;
    bottom: -21px
} 
.productDetailsContainer .mainImage {width:60% !important; margin:0 auto 10px;} 
.fancybox-skin {
	position: relative;
	background: #ffffff;
	color: #444;
	height:420px !important;
	text-shadow: none;
	border:5px solid #bfaf59 !important;
	padding:30px !important;	
}
ul#slide-list{
max-width:100%}
.fancybox-prev span {
	left: 0px;
	background-position: -9px -36px;
}
.fancybox-next span {
	right: 0px;
	background-position: -9px -72px;
}
.fancybox-nav span {
			cursor: pointer;
			height: 34px;
			margin-top: -18px;
			position: absolute;
			top: 50%;
			width: 40px;
			z-index: 8040;
		}
.iframeContent {
	width:97%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
	padding-right:3%;
}
.iframeContent .imageHolder.chocolateImg {
    	margin: 0 auto 20px;
    	width: 50% !important;
}
.iframeContent .imageHolder.chocolateImg img{
	width:100%;
}

