@font-face
{
	src: url('/css/BasisGrotequePro/BasisGrotesquePro-Bold.ttf');
	font-family: BasisGrotesquePro-Bold;
}

@font-face
{
	src: url('/css/BasisGrotequePro/BasisGrotesquePro-Light.ttf');
	font-family: BasisGrotesquePro-Light;
}

@font-face
{
	src: url('/css/BasisGrotequePro/BasisGrotesquePro-Regular.ttf');
	font-family: BasisGrotesquePro-Regular;
}

body 
{
	overflow-x: hidden;
	font-family: BasisGrotesquePro-Regular;
	font-size: 16px;
	background: #FFF;
	color: #6e6c6c;
}
#pageBrief
{
	display:none;
}
#danCustomLightbox_overlay
{
	display:none;
    position:fixed;
    height: 100%;
    width: 100%;
    z-index: 999999999;
    background-color: rgba(0, 0, 0, 0.87);
}
#danCustomLightbox
{
  position:absolute;
  top: 0;
  left: 0;
  padding:20px;
  display:none;
  height:100vh;
  width:100vw;
  z-index:99999999999;
  background-color: rgba(0, 0, 0, 0.87);
}
#danCustomLightbox .stepImg_lightbox
{
	text-align:center;
	padding:10px;
}
#danCustomLightbox h1
{
	text-align:center;
	padding-bottom:20px;
	font-family:BasisGrotesquePro-Bold;
	font-size:24px !important;
	margin-top:0;
	margin-bottom:5px;
}
#danCustomLightbox p
{
	text-align:center;
}
#danCustomLightbox .squareButton
{
    background-color: transparent;
}
#danCustomLightbox .stepImg_lightbox img
{
    width: 36vw;
    height: auto;
}

#closeDanCustomLightbox {
	position: relative;
	float:right;
	right: 8px;
	top: 4px;
	width: 32px;
	height: 32px;
	color:#FFF !important;
	font-size:34px;
	font-weight:normal;
}

.stopScrolling
{
	height: 100%;
	margin: 0;
	overflow: hidden;
	/* position: fixed;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;*/
}
/*
#closeDanCustomLightbox:before, #closeDanCustomLightbox:after {
  position: absolute;
  content: 'X';
  height: 33px;
  width: 2px;
  background-color: #FFF;
  border:1pt solid #FFF;
  z-index:99999999999999;
}
#closeDanCustomLightbox:before {
  transform: rotate(45deg);
}
#closeDanCustomLightbox:after {
  transform: rotate(-45deg);
}
*/

.fiveStepLightboxContainer p
{
	font-size:14px;
}
.fiveStepLightboxContainer
{
    padding-left: 10px;
    padding-right: 10px;
}


	#theBurger_outer
	{
		position:relative;
		width:100%;
		float: right;
		display:none;
	}
	#mobileMenu_outer
	{
		display:none;
		height:100%;
		width:100%;
		background-color:#00aac7;
		position:absolute;
		z-index:9999999;
	}
	#mainMenu_outer
	{
		position:absolute;
		display:none;
		right:0vw;
		background-color:#00aac7;
		width:265px;
		height:100%;
		z-index:99999;
		padding:60px 40px;
		opacity:0;
	}
	#mainMenu_close
	{
		color:#FFF;
		text-align:right;
		position:relative;
	}
	#mainMenu_close > span
	{
		margin-left:12px;
		font-size:20px;
		font-family:arial;
		cursor:pointer;
	}
	.mainMenu_item,.mainMenu_item a
	{
		color:#FFF;
	}
	.mainMenu_item,.mainMenu_item a:hover
	{
		color:#207097;
	}
	.mainMenu_item
	{
		text-align:right;
		font-size:23px;
		font-weight:bold;
		margin:30px 0px 30px 0px;
	}
	#mainMenu_outer div:nth-child(2)
	{
		margin-top:55px;
	}

li
{
	padding-left:10px;
}
.stopScrolling
{
	overflow:hidden;
}
strong
{
	font-family: BasisGrotesquePro-Bold;
}

.form-control
{
	font-size: inherit;
	height: auto;
}

a
{
	color: #6e6c6c;
}

.extraSpacingForContactDetailPage
{
	margin-top:75px;
}
.bannerTextWrap .squareButtonGoBlue:hover
{
    background-color: #00aac7;
    border: 1pt solid #00aac7;
    display: inline-block;
    padding: 8px 14px;
	color:#FFF;
	cursor:pointer;
}

.bannerTextLine .contactBannerButton
{
    display: inline-block;
    padding: 8px 14px;
}

/****************
  MOBILE BURGER
****************/

#theBurger
{
	width: 32px;
	height: 22.5px;
	position: absolute;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
    margin: 70px 50px;
	right: 0;
	z-index:99999999;
}

#theBurger span
{
	display: block;
	position: absolute;
	height: 4.5px;
	width: 100%;
	background: #00aac7;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#theBurger span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#theBurger span:nth-child(2) {
	top: 11px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#theBurger span:nth-child(3) {
	top: 22px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#theBurger.open span {
	background: #fff;
}

#theBurger.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -1.5px;
	left: 4px;
}
#theBurger.open span:nth-child(2)
{
	width: 0%;
	opacity: 0;
}
#theBurger.open span:nth-child(3)
{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 19.5px;
	left: 4px;
}
#theBurger
{
	display: block;
}
#theBurger.open span:nth-child(1)
{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -1.5px;
	left: 4px;
}
#theBurger.open span:nth-child(2)
{
	width: 0%;
	opacity: 0;
}

#theBurger.open span:nth-child(3)
{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 21px;
	left: 3px;
}


a:hover, a:active, a:focus
{
	text-decoration: none;
	color: #00aac7;
}

.text-primary {
  color: #fed136 !important;
}

.fixed-top 
{
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
	z-index: 9999;
}

section {
  padding: 100px 0;
}

section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
}

@media (min-width: 768px) {
  section 
  {
	position: relative;
    padding: 40px 0;
  }
}

::-moz-selection {
  background: #fed136;
  text-shadow: none;
}

.mainNavBg, .mainNavBg .dropdown-menu
{
	/*background-color: #000;*/
}

.mainNavBg a, .mainNavBg .dropdown-menu a, .mainNavBg fieldset p
{
	/*color: #fff !important;*/
}

.mainNavBg .dropdown-menu a:hover
{
	color: #414b4d;
}

.mainNavBg fieldset 
{
	border-top: 1px solid #fff;
}

#mainNav
{
    padding-top: 15px;
}

#mainNav a
{
	cursor: pointer;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #fed136;
  font-family: 'Helvetica Neue';
}

#mainNav .navbar-brand {
  color: #fed136;
  font-family: 'Helvetica Neue';
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #fec503;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white;
  font-family: 'Helvetica Neue';
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #fed136;
}

/************
   PROCESS
************/

	#blueArrowUp2_container
	{
		position:absolute;
	}
	#ourProcess_desktop_outer
	{
		display:block;
	}
	#ourProcess_mobile_outer
	{
		display:none;
	}
	.blueArrowUp_container
	{
		padding:0;
		margin-top:40px;
		margin-left: 33%;
	}
	.blueArrowUp2
	{
		width: 30px; 
		/*height: 30px;*/
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-bottom: 32px solid #00aac7;
	}
	.blueArrowUp
	{
		width: 30px; 
		/*height: 30px;*/
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-bottom: 32px solid #FFF;
	}
	.defaultContentWrapInner
	{
		display:flex;
		padding-top:50px;
		/*padding-bottom:40px;*/
	}
	.featuredInSection
	{
		padding-top:0 !important;
		padding-bottom:20px;
	}
	.homePageMainContentClass
	{
		padding-top:30px !important;
		padding-bottom:30px;
	}
	.ourProcessIcons_details_bigIcon,.ourProcessIcons_details_description
	{
		display: inline-table;
	}
	.ourProcessIcons_details_description
	{
		margin-left:45px;
		color:#FFF;
	}
	.ourProcessIcons_details_bigIcon,.ourProcessIcons_details_description
	{
		display:none;
	}
	#ourProcessIcons_details_description1,#ourProcessIcons_details_bigIcon1
	{
		display:block;
	}
	.GoBlueContactDetail p,.GoBlueContactDetail
	{
		color:#00aac7 !important;
		font-size:20px;
		    line-height: 1.2;
	}
	.ourProcessIcons_details_description h2
	{
		font-family:BasisGrotesquePro-Bold;
		font-size:24px !important;
		margin-top:5px;
	}
	h2.fiveStepProcessHeading
	{
		color:#00aac7;
		font-family:BasisGrotesquePro-Bold;
		font-size:24px !important;
		margin-top:5px;
	}
	.ourProcessIcons_details_description a
	{
		color:#FFF !important;
		text-decoration:underline;
	}
	.processIcon
	{
		text-align:center;
		/*width:16%;*/
		cursor:pointer;
	}
	.processIcon img
	{
		width:100px;
		height:100px;
	}
	.processIcon_space
	{
		display:flex;
	}
	.processIcon_spacer
	{
		/*width:5%;*/
		text-align:center;
		margin-bottom: 10%;
	}
	.processIcon_spacer i
	{
		color:#00aac7;
		font-size: 25px;
	}
	.ourProcessIcons
	{
		display:flex;
		justify-content: space-between !important;
		align-items: center;
		flex-wrap: nowrap;
		color:#00aac7;
		font-size:24px;
	}
	.ourProcessIcons > div
	{
		text-align:center;
		width:20%;
	}

	.ourProcessIcons_details
	{
		min-height:270px;
		background-color:#00aac7;
	}
	.ourProcessIcons_details_bigIcon
	{

	}
	.ourProcessIcons_details_bigIcon > img
	{
		height:180px;
		width:auto;
	}
	.processIcon div:nth-child(2)
	{
		margin-top:20px;
	}

.relatedProjects h1
{
	color:#00aac7;
	font-family: BasisGrotesquePro-Bold;
	font-size:28px;
}

.relatedProjects .portfolioIndex > .portfolioIndex_itemBlock {
    width: 46% !important;
}

/******************
  FIVE STEP VIDEO
******************/

#our5stepVideo
{
	text-align:center;
	padding-bottom:20px;
}
#our5stepVideo h1
{
	color:#00aac7;
	text-align:center;
	margin-top:65px;
	margin-bottom:30px;
	font-family: BasisGrotesquePro-Bold;
	font-size:28px;
}
#our5stepVideo iframe
{
	width:80%;
	max-width:800px;
	margin-bottom:50px;
	border: none;
}
#our5stepVideo video
{
	width:80%;
	max-width:800px;
	margin-bottom:50px;
}

/*
@media (min-width: 992px) {
  #mainNav 
  {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}*/
/*
header.masthead {
  text-align: center;
  color: white;
  background-image: url("/images/library/banner_home.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
}

header.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
  color: #414b4d;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;

}

header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;

}*/

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header.masthead .intro-text .intro-lead-in
  {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;

  }
  header.masthead .intro-text .intro-heading 
  {
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;

  }
}

.accreditationWrap
{
	padding:60px 0px 60px 0px;
    max-width: 1170px;
	margin:0 auto;
	width: 100%;
    margin: 0 auto;
}
.accreditationWrap h2
{
	margin-top:0;
	text-align:center;
	margin-bottom:30px;
	color:#00aac7;
	font-size:18px;
	font-weight:bold;
}
.accreditationWrap div.aDivWrap_left,.accreditationWrap div.aDivWrap_right
{
	width:25% !important;
	margin:0 !important;
}

.aDivWrap_right
{
	padding-left:50px;
}

.accreditationWrap .aDivWrap_right
{
	padding-left:0;
}
/*
.service-heading {
  margin: 15px 0;
  text-transform: none;
}

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(254, 209, 54, 0.9);
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#portfolio * {
  z-index: 2;
}
*/

/**************
   PORTFOLIO
**************/

.filterSectionNav
{
	font-size:15px;
}
.filterSectionNav > div
{
	padding-bottom:15px;
}
.filterSectionNav > div:nth-child(1)
{
	color:#00aac7;
}
.filterSectionNav_filterTitle
{
	display:inline-block;
	margin-right:20px;
	width: 110px;
}
#portfolio_filter_outer
{

}
#portfolio_outer
{
	margin-top:0;
	padding-bottom:50px;
}
.portfolioIndex
{
    /*display: flex;
    justify-content: center;
    flex-direction: column;*/
    display: flex;
    justify-content: space-between !important;
    align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.portfolioIndex_itemBlock
{
	/*display:inline-block;
	padding:15px;*/
	width:30%;
	min-height:200px;
	margin-bottom:60px;
	/*color:#FFF;*/
	background-size:cover;
	background-position:center center;
	cursor:pointer;
}
.portfolioIndex_itemBlock_hover
{
	width:100%;
	height:100%;
	min-height:200px;
	padding:20px;
	cursor:pointer;
	background-image: linear-gradient(rgba(255, 255, 255, 1) 10%,rgba(255, 255, 255, 0.8) 40%,rgba(255, 255, 255, 0));
	position:relative;
	border:1pt solid #CDCDCD;
}
.portfolioIndex_itemBlock_title
{
	font-family: BasisGrotesquePro-Bold;
	font-weight:bold;
	font-size:18px;
}
.portfolioIndex_itemBlock_projectType
{
	margin-top:10px;
	font-size:14px;
}
.portfolioIndex_itemBlock:hover .portfolioIndex_itemBlock_hover
{
	background-image:none;
	background-color: rgba(0, 170, 198, 0.8);
}
.portfolioIndex_itemBlock:hover .portfolioIndex_itemBlock_title,.portfolioIndex_itemBlock:hover .portfolioIndex_itemBlock_projectType
{
	color:#FFF;
}
.portfolioIndex_itemBlock:hover .projectSquareButton
{
	display:block;
}
.projectSquareButton
{
	color:#FFF;
	border:1pt solid #FFF;
	padding:4px 8px;
	margin-top:20px;
	position: absolute; 
    bottom:10px;
	display:none;
}
.portfolioIndex_itemBlock:hover .projectSquareButton
{
	display:inline-block;
}
.filterSectionNav_filterTitle_all
{
	display:inline;
	padding-left:14px;
	padding-right:14px;
}
div.filterSectionNav_filterTitle_option
{
	display:inline;
	padding-left:10px;
	padding-right:10px;
}
.filterSectionNav_filterTitle_option,
.filterSectionNav_filterTitle_all
{
	cursor:pointer;
}

.portfolioFilterOptionSelected,.portfolioFilterTypeOptionSelected,.portfolioFilterCouncilOptionSelected
{
	color:#00aac7;
	font-weight:bold;
}
#portfolioFilterNav_desktop
{
	display:block;
	padding-bottom:40px;
}
#portfolioFilterNav_mobile
{
	display:none;
}
.bannerProjectInfo
{
	width:100%;
}
.bannerProjectInfo div
{
	width:49.5%;
	display:inline-block;
	padding-top: 9px;
}
.bannerProjectInfo div span
{
	color:#00aac7;
	font-weight:bold;
	margin-right:5px;
}
.bannerProjectBrief
{
	width:100%;
	margin-top:30px;
}
#portfolio_filter_outer h2
{
	color:#00aac7;
	font-weight:bold;
	margin-bottom:30px;
}
#galleryIndex_Container
{
	width:100%;
	display: flex;
	justify-content: space-between !important;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.galleryIndex_item
{
	width:48%;
	min-height:300px;
	margin-bottom:2.8vw;
	background-size:100% auto;
	background-position:top left;
	cursor:pointer;
	position:relative;
}
.galleryIndex_item_hover
{
	width:100%;
	height:100%;
	min-height:300px;
	cursor:pointer;
	position:relative;
	border:1pt solid #CDCDCD;
}
.galleryIndex_item:hover .galleryIndex_item_hover
{
	background-image:none;
	background-color: rgba(0, 170, 198, 0.8);
}

/*******
 TO FIX
*******/
.galleryIndex_item:hover #portfolio_detail_mobile
{
	border:1pt solid #FF0000;
}
#portfolio_detail_mobile
{
	display:none;
}
#portfolio_detail_brief_mobile
{
	display:none;
}
.relatedProjectIndex
{
	margin-top:20px;
}


/****************
  OUR EXPERTISE
****************/

.ourExpertise_home_container
{
	display:inherit;
}
.ourExpertise_home_block:nth-child(1)
{
	margin-top:0;
}
.ourExpertise_home_block
{
	display: table;
	margin-top:60px;
	margin-bottom:60px;
}
/*
.ourExpertise_home_block div:nth-child(1)
{
	width:100%;
}
*/
.ourExpertise_home_block div:nth-child(1) h1
{
	text-align:left;
	margin-top:0;
    margin-bottom:30px;
	font-weight:bold;
}
.ourExpertise_home_block .aDivWrap
{
	padding-bottom:30px;
}
.ourExpertise_home_block .aDivWrap .aDivWrap_left
{
	background-image:no-repeat;
	background-position:center center;
	background-size:cover;
	min-height:250px;
}
.ourExpertise_home_block .aDivWrap_right
{
    display: flex;
}
.ourExpertise_home_block .aDivWrap_right div:nth-child(1)
{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.ourExpertise_home_block_find_out_more
{
    position: relative;
    border: 1pt solid #00aac7;
    padding: 8px 20px;
    color: #00aac7;
    display: inline-block;
    font-size: 16px;
    margin-top: 25px;
	float:left;
}
.aDivWrap_right > div > div > a:hover .ourExpertise_home_block_find_out_more
{
    border: 1pt solid #FFF;
    color: #FFF;
	background-color:#00aac7;
}


/*
.ourExpertise_home_block div:nth-child(2)
{
	width:50%;
	float:left;
}
.ourExpertise_home_block div:nth-child(3)
{
	width:50%;
	float:right;
}
*/
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

.portfolio-modal {
  padding-right: 0px !important;
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}

.portfolio-modal .modal-content {
  padding: 100px 0;
  text-align: center;
}

.portfolio-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}

.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content button {
  cursor: pointer;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #212529;
}

.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #212529;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: '';
  background-color: #e9ecef;
}

.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}

.timeline > li:after, .timeline > li:before {
  display: table;
  content: ' ';
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #fed136;
}

.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

.team-member {
  margin-bottom: 50px;
  text-align: center;
}

.team-member img {
  width: 225px;
  height: 225px;
  border: 7px solid #fff;
}

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}

.team-member p {
  margin-top: 0;
}

.officeDetails_mobile
{
	display:none;
}

section#contact {
  background-color: #212529;
  background-image: url("../img/map-image.png");
  background-repeat: no-repeat;
  background-position: center;
}

section#contact .section-heading {
  color: #fff;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: #fed136;
  box-shadow: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #FFF !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #FFF !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #FFF !important;
}

/*********
  FOOTER
*********/

footer
{
  padding: 65px 0;
  text-align: left;
  background: #f2f2f2;
  position: relative;
  color: #000;
}

.footer_contactDetails,.footer_expertiseMenu
{
	width:20%;
	color: #6e6c6c;
}

.footer_logo
{
	width:16%;
}

.footer_siteMenu_1 div,.footer_expertiseMenu div,.footer_siteMenu_2 div,.footer_contactDetails div
{
	padding-top:5px;
	padding-bottom:5px;
}

.footer_socialMedia
{
	position:relative;
	clear:both;
	margin-top:20px;
}
.footer_socialMedia div
{
	display:inline;
	margin-right:20px;
}
.footer_socialMedia div i
{
	font-size:30px;
	color:#00aac7;
}
	.desktopFooter
	{
		display:block;
	}
	.mobileFooter
	{
		display:none;
	}
/*
.footerContainer_mobile
{
	display: none;
}

.footer_bottom_part_wrap
{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.footer_bottom_part_logo_wrap, .menuByItSelf_footer_wrap
{
	display: flex;
	display: -webkit-flex;
	color: #6e6c6c;
}

.footer_bottom_part_logo_wrap
{
  align-items: flex-end;
  -webkit-align-items: flex-end;
}

.footer_bottom_part_logo_wrap p
{
  margin-bottom: 0;
}

.footer_bottom_part_logo_wrap img
{
	max-width: 270px;
}
.footer_bottom_part_logo_wrap > div:first-child
{
	margin-right: 30px;
}
*/

.footer_siteMenu_1,.footer_expertiseMenu,.footer_siteMenu_2
{
	white-space: nowrap;
}

.menuByItSelf_footer li 
{
	list-style:none;
}

.menuByItSelf_footer
{
	display: flex;
	display: -webkit-flex;
}

.menuByItSelf_footer > ul
{
  padding-left: 70px;
}

.menuByItSelf_footer > ul:first-child
{
  padding-left: 0;
}

.footer_logo img
{
	max-width:150px;
}

/*
footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
*/

#footer_siteMenu {
	
}

footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}
/*
ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover
{
  background-color: #fed136;
}
*/
.btn
{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 0;
	font-size: 16px;
	padding: 8px 20px;

	background: none;
    color: #fff;
    border: 1px solid #fff;
	font-weight: bold;
}

.btn-default
{
    border-color: #00aac7;
    color: #fff;
	border-radius: 0;
	color: #00aac7;
  cursor: pointer;
  cursor: hand;
}

.btn-default:hover
{
    border-color: #00aac7;
  cursor: pointer;
  cursor: hand;
}

.navbar-nav > li > .dropdown-menu
{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	background: rgba(255, 255, 255, 0.95);
    color: #000;
	overflow: hidden;
}

.dropdown-menu>li>a
{
	color: #000;
}

.dropdown-menu
{
    padding: 5px 15px;
}

.dropdown-menu > li
{
    border-bottom: 1px solid #000;
    padding: 8px 5px;
    text-align: left;
	display: flex;
	display: -webkit-flex;
}

.dropdown-menu > li:last-child
{
    border-bottom: none;
}

.navbar-nav
{
	float: right;
}

.navbar-nav>li>a 
{
    text-transform: uppercase;
}

.parraph_red
{
	color:#bb2924;
}

.articleHome
{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 
}

.aDivWrap 
{
    display: flex;
    display: -webkit-flex;
    width: 100%;
}

.articleHome_inner
{
	width: 100% !important;
}

.contentSideImgWrap
{
	width: 50% !important;
	margin-left: 30px;
}

.contentSideImgWrap img
{
	width: 100%;
	margin-top: 70px;
}

#homePageIcons .container .row .col-md-4
{
	width: 30%;
	padding: 20px;
	background: #fff;
	box-shadow: 0px 5px 5px #ccc;
}

#homePageIcons .container .row .col-md-4:nth-child(2)
{
	margin: 0 3%;
}

#homePageIcons
{
	background-position: center;
	background-size: cover;
	background-attachment: fixed;

	background-repeat: no-repeat;

	-webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -ms-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.submitYourIdeaForm, .submitYourIdeaForm_submitBtn_wrap
{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 
}

.submitYourIdeaForm > div:first-child
{
	margin-right: 50px;
}

.submitYourIdeaForm > div
{
	width: 50%;
}

.submitYourIdeaForm input, .submitYourIdeaForm textarea
{
	border-radius: 0;
	margin-bottom: 30px;
	padding: 10px;
	height: auto;
	font-size: 16px;
	resize: none;
}

.submitYourIdeaFormWrap
{
	/*background-image: url("/images/library/submitIdeaBg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

	position: relative;*/
}

.submitYourIdeaFormWrap_overlay
{
	background: #00aac7;
	height: 100%;
}

.submitYourIdeaFormWrap
{
	color: #fff;
}

.submitYourIdeaFormWrap_header
{
	text-align: center;
	margin-bottom: 40px;
}

.submitYourIdeaRedLine
{
	display: inline-block;
    height: 10px;
    position: relative;
    width: 177px;
	background: #00aac7;
}

.container_custom table
{
	width: 100%;
}

.yearMonthWrap_news
{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

	justify-content: flex-end;
	-webkit-justify-content: flex-end;

	position: relative;
	z-index: 5;
}

.newsDefaultPageBodyWrap, .newsDefaultPageBodyInnerWrap, .fotekTeamImagesWrap > a
{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 
}

.newsDefaultPageBodyWrap, .fotekTeamImagesWrap > a
{
	justify-content: center;
	-webkit-justify-content: center;

	align-items: center;
	-webkit-align-items: center;
}


.fotekTeamImagesWrap
{
	/*justify-content: space-between;
	-webkit-justify-content: space-between;*/

	align-items: center;
	-webkit-align-items: center;
}


.newsDefaultPageBodyWrap
{
	background-image: url("/images/library/submitIdeaBg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

	padding: 50px 0;

	position: relative;
}

.newsDefaultPageBodyInnerWrap > div
{
	padding: 90px 40px;
	color: #fff;
	text-align: center; 

	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;

	justify-content: center;
	-webkit-justify-content: center;

	align-items: center;
	-webkit-align-items: center;
}

.newsDefaultPageBodyWeeklyWrap h3, .newsDefaultPageBodyFeatureWrap h3
{
    margin: 0;
}

.newsDefaultPageBodyWeeklyWrap > div:nth-child(2), .newsDefaultPageBodyFeatureWrap > div:nth-child(2)
{
    margin-top: 0;
}

.newsDefaultPageBodyWeeklyWrap
{
	margin-right: 50px;

	/*background-image: url("/images/library/weeklyNewsBg.jpg") !important;*/
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
}

.newsDefaultPageBodyFeatureWrap
{
	/*background-image: url("/images/library/featuredNewsBg.jpg") !important;*/
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
}

.fotekTeamImagesWrap, .variantImagesWrap
{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.blocksWrap
{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

	position: relative;
    z-index: 999;
}

/*.blockWrap:nth-child(2)
{
	margin: 0 2%;
}*/

.blockWrap
{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

	text-align: center;
	width: 33.33%;
	padding: 80px 40px;

    cursor: pointer;

	min-height: 320px;
}

#homePageIcons:after
{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/*background: rgba(0, 0, 0, 0.5);*/
	z-index: 9;
}

.homePageGetStartedHeader
{
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 10;
}

.homePageGetStartedHeader h1
{
	display: inline-block;
	border-bottom: 5px solid #f00;
}

.homeBlockBriefWrap h1
{
	color: #fff;
}

.newsDefaultPageBodyFeatureWrap, .newsDefaultPageBodyWeeklyWrap
{
	min-height: 320px;
}

.blockWrap_subPage
{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	box-shadow: none;
	padding: 110px 40px;
	color: #fff;
	position: relative;

	border: 10px solid #fff;
	box-shadow: 1px 1px 5px 1px #a5a1a1;
}

.blockWrap_subPage > div
{
	position: relative;
	z-index: 999;
}

.blockWrap_subPage > div:nth-child(2)
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 65px;
}

.newsDefaultPageBodyFeatureWrap, .newsDefaultPageBodyWeeklyWrap
{
    position: relative;
}

.blockWrap_subPage:hover:after, .galleryImageLink:hover:after, .newsDefaultPageBodyWeeklyWrap:hover:after, .newsDefaultPageBodyFeatureWrap:hover:after, .fotekGalleryImagesWrap a:hover:after
{
	content: '';
	background: rgba(0, 0, 0, 0.66);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    z-index: 88;
}

.blockWrap_subPage:before
{
	content: '';
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    z-index: 8;
}

.newsDefaultPageBodyFeatureWrap > div, .newsDefaultPageBodyWeeklyWrap > div
{
    position: relative;
    z-index: 99;
	width: 100%;
}

.blockWrap_subPage_null
{
	background: none;
}

.fotekTeamImagesWrap > a
{
	display: block;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;

	position: relative;
}

.fotekTeamImagesWrap > a:last-child
{
	margin-right: 0 !important;
}

.fotekTeamImagesWrap img
{
	width: 100%;
}

.servicesMainPage_subPagesWrap
{
	background-image: url("/images/library/submitIdeaBg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

	padding: 50px 0;

	position: relative;
}

.seeAlsoProductsHeaderWrap
{
	color: #fff;
	position: relative;
	z-index: 9;
	margin-bottom: 30px;
}

.galleryText
{
	position: absolute;
	text-align: center;
	color: #fff;
	z-index: 999;
	left: 0;
	right: 0;

	top: 50%;

  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slick-slide img
{
	width: 100%;
}
/*
.testimonialsWrap
{
	margin-top: 20px;
    margin-bottom: 40px;
}

.testimonials_indeWrap
{
	margin-bottom: 60px;
	position: relative;
}

.testimonialsHeaderWrap
{
	margin-top: 40px;
}
*/


.arrowOnTheBannerWrap
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
	z-index: 999;
}

.contactPageContactFormHeaderWrap
{
	text-align: left;
}

.nav-link
{
	color: #fff;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover
{
	background: none;
}

.navbar-brand
{
	height: auto;
	padding: 0;
}

.navbar-brand>img
{
	width: 180px;
}


/* process - START */
.processWrap_inner
{
  /*margin-top: 100px;*/
}

.processWrap_inner, .process_middle
{
  position: relative;

  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

  justify-content: center;
  -webkit-justify-content: center;
}

.process_middle
{
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.processWrap_inner > div
{
  width: 25%;
  position: relative;
}

.process_middle
{
  width: 45% !important;
}

.process_middle img
{
  width: 100%;
}

.process_middle_img
{
  position: relative;
  top: 0;
  z-index: 99;
}

.process_middle_text
{
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
}

.process_middle_text
{
  width: 70%;
  margin: 0 auto;
  text-align: center;

  top: 50%;

  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.process_left, .process_right
{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

  flex-direction: column;
  -webkit-flex-direction: column;

  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.process_left > div, .process_right > div
{
  position: relative;
  z-index: 9999;

  width: 100%;

  /*border: 1px solid #000;*/
}

.process_left > div > div:first-child,
.process_left > div > div:nth-child(2),
.process_right > div > div:first-child,
.process_right > div > div:nth-child(2)
{
  padding-left: 25px;
}

.processOne
{
  top: -70px;
  right: 80px;
}

.processTwo
{
  top: 30px;
  right:0px;
}

.processThree
{
  top: 110px;
  right: 80px;
}

.processFour
{
  top: 80px;
  left: 60px;
}

.processFive
{
  top: 15px;
  left: 0px;
}

.processSix
{
  top: -70px;
  left: 60px;
}

.process_middle_text_mobile
{
  display: none;
}

.process_headerUnderLine
{
  display: block;
  height: 1px;
  background: #000;
  width: 80%;
}

/* process - END */

/* Time line - START */
/*
.packagesListWrap_outer
{
	padding-top: 40px;
	padding-bottom: 100px;
}

.timeLineDescriptionWrapOuterWrap
{
  padding-top: 100px;
  padding-bottom: 100px;
}

.timeLineContentWrap_outer, .timeLine_header, .timeLine_header_wrap, .timeLineDescriptionWrapOuter
{
  position: relative;
}

.timeLineContentWrap_outer:nth-child(odd)
.timeLine_header_line:before
{
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #414b4d;
  left: 0;
  top: -10px;
}

.timeLineContentWrap_outer:nth-child(even)
.timeLine_header_line:before
{
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #414b4d;
  right: 0;
  top: -10px;
}


.timeLineContentWrap_outer:nth-child(odd)
.timeLine_header_line
{
  content: '';
  position: absolute;
  width: 35%;
  background: #414b4d;
  height: 2px;
  right: 0;
  top: 50%;
}

.timeLineContentWrap_outer:nth-child(even)
.timeLine_header_line
{
  content: '';
  position: absolute;
  width: 35%;
  background: #414b4d;
  height: 2px;
  left: 0;
  top: 50%;
}



.timeLineContentWrap_outer {
  width: 50%;
}

.timeLineContentWrap_inner {
  text-align: center;
}

.timeLineContentWrap_outer
{
  clear: both;
}

.timeLineContentWrap_outer:nth-child(odd)
{
  float: left;
}

.timeLineContentWrap_outer:nth-child(even)
{
  float: right;
}

.timeLineContentTextWrap
{
  width: 200px;
  margin: 0 auto;
}

.timeLineDescriptionWrap
{
  display: inline-block;
  width: 100%;
  position: relative;
}

.timeLineDescriptionWrap:before
{
  background: #333333 none repeat scroll 0 0;
  bottom: -22px;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  top: -22px;
  transform: translateX(-50%);
  width: 2px;
}

.timeLineDescriptionWrapOuter:before
{
  content: '';
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #bb2924;
  z-index: 9999;
}

.timeLineDescriptionWrapOuter:after
{
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #bb2924;
}
*/
/* Time line - END */

/* CREATE CUSTOM HEADER - START */

.showPreview_customHeader_wrap_outer
{
  width: 100%;
  height: 150px;
  border: 1px solid #cccccc;
  position: relative;
  overflow-y: scroll;
}

#showPreview_customWaterMark
{
  position: absolute;
  cursor: move;
  top: 0;
}

#showPreview_customHeader
{
  height: 150px;
  text-align: center;
  
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

/* CREATE CUSTOM HEADER - START */

.processWrap_outer
{
    padding-bottom: 165px;
    padding-top: 165px;
	background: #ededed;
}

.whatToExpectContentWrap_inner
{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}

.whatToExpectContentWrap_inner > div
{
  width: 50%;
}

.whatToExpectContentWrap_inner > div > div
{
  width: 60%;
  margin: 0 auto;
}

.whatToExpectHeaderWrap
{
  text-align: center;
}

.navbar-toggle .icon-bar
{
  background: #fff;
}

.briefWrap_news
{
  display: block;
}

/*.styled-select {
  background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;
  height: 29px;
  overflow: hidden;
  width: 240px;
}

.styled-select select {
  background: transparent;
  border: none;
  font-size: 14px;
  height: 29px;
  padding: 5px; 
  width: 268px;
}

.styled-select.slate
{
  background: url(/images/library/arrowDownNews.png) no-repeat right center;
  height: 34px;
  width: 240px;
  border-radius: 0;
  -webkit-appearance: none;
  padding-left: 10px;
  border: 2px solid #b72d1f;
}

.styled-select.slate select {
  border: 1px solid #ccc;
  font-size: 16px;
  height: 34px;
  width: 268px;
}

#newsMonths .styled-select
{
	width: 180px;
	background-position-x: 148px;
    color: #b72d1f;
}

#newsYears .styled-select
{
	width: 95px;
	background-position-x: 63px;
}
*/

#newsArticleListing
{
  margin-top: 40px;
}
#newsYears div:nth-child(1),#newsMonths div:nth-child(1)
{
    margin-right: 13px;
    vertical-align: middle;
    margin-top: 9px;
}
#newsMonths div:nth-child(1)
{
    margin-left: 25px;
}

#newsYears,#newsMonths
{
	display:flex;
}
/*
.yearMonthWrap_news > div:last-child
{
  margin-left: 20px;
}*/

/*.readMoreBtnWrap_newsList
{
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
}*/

.readMoreBtnWrap_newsList_weekly
{
	bottom: 30px;
}

.defaultContentWrapInner h1 p
{
	margin-bottom: 0;
	color:#6e6c6c;
	text-align:left;
    line-height: 1.2;
	font-size:16px;
}

.defaultContentWrapInner h2
{
	text-align:left;
	font-size:18px;
}
.defaultContentWrapInner a
{
	color: #00aac7;
}

.pageTitleWrap_all
{
  position: relative;
  z-index: 999;
}

.pageTitleWaterMark_all
{
  position: absolute;
  z-index: 99;
  right: 0;
  opacity: 0.1;
  font-size: 162px;
  line-height: 60px;
}

.headerNews .pageTitleWaterMark_all
{
	right: auto;
}

.pageTitleWrapInner_all
{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  line-height: 1;
  min-height: 75px;
}

.alignHeaderInCenter
{
	justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
/*
.alignHeaderInCenter aside
{
	margin-right: 0 !important;
}

.ourProductsBlurbWrap_ourWork
{
    margin-left: 10% !important;
}
*/
.pageTitleWrapInner_all h1
{
	margin: 0;
	white-space: nowrap;
}

.headerMenuWrap
{
  display: inline-block;
  float: right;
  position: relative;
  z-index: 999999999;
  top: 10px;
}

.navbar-collapse
{
  padding-left: 0;
  padding-right: 0;
}

.navbar-nav>li>a
{
  padding: 0;
  margin: 0;
  width: auto;
  display: flex;
  display: -webkit-flex;
}

.navbar-nav>li
{
  float: left;
  margin-right: 30px;
}

.navbar-nav>li:last-child
{
  margin-right: 0;
}

#ideaAttacment, #contactAttachment_contactPage
{
  display: none;
}

.contactPageActionBtnWrap
{
  color: #fff;
}

.historyTimeLineHeaderWrap
{
    text-align: center;
}

.caret_custom
{
    display: block;
    font-size: 25px;
    text-align: center;

	position: relative;
    top: -2px;
    margin-left: 5px;

  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.lg-item
{
    position: relative;
    width: 80% !important;
    margin: auto;
    height: 80% !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.gallery_images_Wrap .slick-slide
{
	margin: 15px;
}

.homeBlockHeader
{
	position: relative;
	
	 /*display: -webkit-box;      OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

	justify-content: center;
	-webkit-justify-content: center;

	align-items: center;
	-webkit-align-items: center;

	z-index: 999;
	margin-bottom: 40px;
}

.homeBlock_watermark
{
	font-size: 140px;
	position: absolute;
	z-index: 99;
	opacity: 0.1;
	line-height: 50px;
	left: 0; 
	right: 0;
	top: 0;
}

.homeBlockBriefWrap
{
	margin-bottom: 30px;
}

.homeBlockHeader_head > div:first-child
{
	font-size: 20px;
}

.homeBlockHeader_head > div:last-child
{
	font-size: 30px;
}

.homeBlock_readMoreBtn:hover
{
	background: #b72d1f;
	color: #fff;
}

.nav-link:hover
{
	background: none !important;
	color: #fff;
}

.submitYourIdea_comments
{
	height: 142px !important;
}

.submitYourIdeaForm_submitBtn_wrap
{
	margin-top: 20px;
}

.submitYourIdeaForm_submitBtn_wrap > div:first-child
{
	margin-right: 50px;
}

.submitYourIdeaRedLineWrap
{
	margin-bottom: 20px;
	margin-top: 5px;
}

.bannerHeight100VH
{
	height: 100vh;
	background-position: center left;
	background-size: cover;
	background-repeat: no-repeat;
}

.bannerHeight40VH
{
	height: 100vh;
	/*max-height:900px;*/
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#banner_outer_mobile
{
	display: none;
}

.clientImagesWrap .slick-list, .gallery_images_Wrap .slick-list
{
	margin: 0 45px;
}

.goBackBtnWrap
{
	text-align: center;
}

.newsArticleListFeature_inner, #newsArticle_featured, .featuredNewsDetail_imageWrap, .newsHeadersWrap
{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

	position: relative;
}

.featuredNewsDetail_imageWrap
{
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	align-items: center;
	-webkit-align-items: center;

	padding: 10px;
}

#newsArticle_featured > div 
{
	width: 50%;
}

.featuredNewsDetail_imageWrap img
{
	width: 80%;
}

.newsArticleListFeature_image
{
	width: 700px;
	margin-right: 5%;
}

.newsArticleListFeature_image img
{
	width: 100%;
}

.newsArticleListFeature_inner .newsDate a
{
	text-align: left;
}

.lineUnderFeaturedNews 
{
    background: #000;
    width: 70%;
    height: 1px;
	margin: 50px auto;
}

.newsArticleListFeature_content
{
	position: relative;
}

.newsArticleListFeature:last-child .lineUnderFeaturedNewsWrap
{
	display: none;
}

.backToFaqsBtnWrap
{
	margin-top: 40px;
    text-align: center;
}

.newsHeadersWrap
{
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: center;
	-webkit-align-items: center;

	margin-bottom: 30px;
}	

.newsHeadersWrap .pageTitleWaterMark_all
{
	right: 0;
}

.header_news_description_mobile
{
	display: none;
}

#newsArticle h3, .articleTitle, #newsArticle_featured h3
{
	color: #00aac7;
	margin-bottom: 20px;
    margin-top: 5px;
	font-size: 20px;
}

.newsDate
{
	color: #00aac7;
    margin-top: 5px;
	font-size: 20px;
}

.articleHeader_details, .articleTitle, .newsArticle_featured_title_desktop
{
	font-weight: 400;
}
.articleHeader_details
{
	display:none;
}

.servicesMainPage_subPagesWrap:after 
{
    content: '';
    background: #00aac7;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.btn-primary 
{
  background: none;
  border-color: #fff;
  color: #fff;
  border-radius: 0;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus
{
	background: #b72d1f;
	border-color: #b72d1f;
}

.btn-info
{
	border-radius: 15px;
	border: 1px solid #b72d1f;
}

.btn-info:hover, .btn-info:active, .btn-info:focus
{
	background: #b72d1f;
	border-color: #b72d1f;
}
.slick-slide
{
	background-size: cover;
	position: relative;
}

.bannerTextWrap {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	display: unset;

	height: 100%;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	text-align: left;

	position: absolute;
	left: 0;
	/*right: 0;*/
	top: 0;
	z-index: 6;	margin-left: calc((100vw - 1170px)/2);

}

.bannerTextLine_home_wrap
{
	justify-content: center;
	-webkit-justify-content: center;
}

.bannerTextLine
{
	/*margin: 5px;
	font-size: 150%;*/
	color: #6e6c6c;
	/*line-height: 1.2;*/
	/*text-align: center;*/
}
.bannerTextLine p
{
	/*margin: 5px;*/

	color: #6e6c6c;
	line-height: 1.2;
	/*text-align: center;*/
}

.navbar>.container .navbar-brand
{
	margin-left: 0;
}

.bannerTextLine_home
{
	line-height: 1;
	/*text-align: center;*/
}

.bannerTextWrap > div, .slickDots_banner
{
	position: relative;
}

.bannerTextWrap > div
{
	/*margin-top: 10px;*/
}
/*
.slick-dots 
{
   top: 70%;
}*/

.dropdown-menu
{
	/*border-top: 1px solid #414b4d;*/
	min-width: inherit;
}

.dropdown-menu>li>a
{
	font-size: 14px;
	padding: 3px 0px;
}

/* CIRCLE ANIMATION - START */

.process_middle_img img 
{
    -webkit-animation:spin 16s linear infinite;
    -moz-animation:spin 16s linear infinite;
    animation:spin 16s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/* CIRCLE ANIMATION - END */


figure 
{
position: relative;
background-color: #fff;

	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

  justify-content: center;
  -webkit-justify-content: center;
    align-items: flex-start;
	-webkit-align-items: flex-start;
}

figcaption {
	position: relative;
	top: 0;
	right: 0;
	width: 500px;
	height: 100%;
}

img.mfp-img
{
	padding: 0;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close
{
	top: -55px;
	opacity: 1;
}

.mfp-bottom-bar
{
	color: #000;
	margin: 0;
	padding: 30px 40px;
}

.mfp-counter
{
	display: none;
}

.mfp-title
{
	padding: 0;
	color: #000;
}

.mfp-bottom-bar
{
	position: relative;
}

.contactFormSection
{
	padding-bottom: 0;
}

.contactPageContactFormHeaderWrap h1
{
	font-size: 28px;
}

.submitYourIdeabrief
{
	width: 80%;
	margin: 0 auto;
}

.about_whatToExpectWrap
{
	background: #ededed;
}

#banner_outer_desktop, .downloadCapabilityStatementWrap
{
	position: relative;
}

.downloadCapabilityStatement
{
	position: absolute;
	top: -65px;
	right: 0;
}

.come-in {
  transform: translateY(200px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 0.6s; /* So they look staggered */
}

.already-visible {
  transform: translateY(0);
  animation: none;
}

@keyframes come-in {
  to { transform: translateY(0); }
}

.newsDefaultPageHeaderWrap_outer
{
	padding-bottom: 0;
}

.mfp-arrow-left 
{ 
	background:url(/images/library/lightbox_prev.png) no-Repeat top left !important; 
} 

.mfp-arrow-right 
{ 
	background:url(/images/library/lightbox_next.png) no-Repeat top left !important; 
} 

.mfp-arrow:before, .mfp-arrow:after
{ 
	display: none; 
}

.fotekTeamImagesWrap > a
{
	position: relative;
	vertical-align: middle;
}

.fotekTeamImagesWrap > a:hover:after
{
	content: '';
	background: rgba(0, 0, 0, 0.66);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.galleryText_team, .cartTop_showInMobile_row
{
	display: none;
}
/*
.fotekTeamImagesWrap > a:hover .galleryText_team
{
	display: block;
}
*/
.mfp-wrap, .slick-track
{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.mfp-container
{
	position: relative;
	width: auto;
	height: auto;
}

.mfp-image-holder .mfp-close
{
	font-size: 58px;
}

.mfp-arrow-left {
    left: -65px;
}

.mfp-arrow-right {
    right: -65px;
}

.mfp-arrow-right
{
	width: 53px;
}

.readMoreBtnWrap button
{
	border-color: #fff;
    color: #fff;
}

.readMoreBtnWrap button:hover
{
	border-color: #b72d1f;
    background: #b72d1f;
	color: #fff;
}

.blockWrap_home
{
	position: relative;
}

/*.homeBlock_readMoreBtn_wrap 
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
}*/

.whatToExpectContentWrap_inner > div
{
	margin-bottom: 30px;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("/images/preloader.svg") no-repeat center center;
}

.whatToExpectHeaderWrap h4
{
	font-size: 26px;
	font-weight: 400;
}

.whatToExpectHeaderWrap strong
{
	display: block;
	margin-top: 5px;
}

.processHeaderWrap
{
	font-size: 24px;
}

.process_headerUnderLine
{
	margin: 10px 0;
}

.process_middle_text_header, .process_middle_text_mobile_header
{
	position: relative;
	font-size: 26px;
	font-weight: 400;
	    margin-bottom: 35px;
}

.process_middle_text_header span, .process_middle_text_mobile_header span
{
	position: relative;
	z-index: 9;
}

.process_middle_text_mobile_header_watermark
{
	position: absolute !important;
    top: -40px;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 120px;
	z-index: 8 !important;
	color: rgba(99, 99, 99, 0.15);
	text-align: center;
}

.blockWrap_subPage_null
{
    cursor: auto;
}

.blockWrap_subPage_null:after
{
    background: none !important;
}

.galleryWrap_services, .ourClients_ourWork, .caseStudiesWrap_ourWork, .gallerySectionWrap, .goBackBtnWrap, .ourProductsWrap_ourWork, .newsDefaultPageHeaderWrap_outer
{
    padding-top: 0;
}

.lb-data .lb-close
{
    margin-bottom: 10px;
}

.caseStudyBlurbWrap, .ourProductsBlurbWrap_ourWork
{
    width: 100% !important;
}

.goBackBtnWrap a:hover, .btn-default:hover, .cart_checkout_productListTable button:hover
{
    background: #00aac7;
    color: #fff;
}

.newsDefaultPageBodyWeeklyWrap, .newsDefaultPageBodyFeatureWrap
{
	cursor: pointer;
}

.newsDefaultPageBodyWeeklyWrap a, .newsDefaultPageBodyFeatureWrap a
{
	border-color: #fff;
    color: #fff;
}

.newsDefaultPageBodyWeeklyWrap a:hover, .newsDefaultPageBodyFeatureWrap a:hover
{
	background: #fff;
	border-color: #fff;
    color: #b72d1f;
}

.alignWaterMarkInCenter
{
    right: 0;
	left: 0;
	text-align: center;
}

.testimonials_author 
{
    color: #f00;
	font-weight: bold;
}

.readMoreBtnWrap_newsList a:hover
{
	color: #fff;
}

.navbar-brand_mobile
{
	display: none;
}

.headerContactNoDesktop p, .headerContactNoDesktop a
{
	color: #414b4d;
}

.headerNews .pageTitleWrap_all
{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.headerNews .pageTitleWrapInner_all
{
	position: relative;
}

.headerNews .pageTitleWrapInner_all .pageTitleWaterMark_all
{
	left: -10px;
	right: 0;
}

.caseStudiesWrap_ourWork .fotekTeamImagesWrap, .productVariantWrap .fotekTeamImagesWrap, .galleryWrap_services .fotekTeamImagesWrap
{
	justify-content: space-between;
    -webkit-justify-content: space-between;
}

.caseStudiesWrap_ourWork .fotekTeamImagesWrap a, .productVariantWrap .fotekTeamImagesWrap a, .galleryWrap_services .fotekTeamImagesWrap a
{
	margin-right: 0;
}

.mfp-close 
{
    top: -18px !important;
    width: auto !important;
    right: -4px !important;
}

.dropdown-menu>li>a:hover, .navbar-nav>li>a:hover
{
	color: #00aac7 !important;
	background: none;
}

.form-control
{
	color: #fff;
}

#introFormOne input, #introFormTwo input
{
	padding: 6px 12px;
	font-size: 14px;
}

.formMarginLeft
{
	margin-left: 15px !important;
}

.researchAndDevelopmentWrap
{
	position: absolute !important;
	top: -80px;
    text-align: center;
}

.researchAndDevelopmentWrap div
{
	font-size: 26px;
	font-weight: 400;
}

.bannerArrowDown {
    position: absolute;
    color: #959595;
    font-size: 18px;
    text-align: left;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 100;
	max-width:1145px;
	margin:0 auto;
	cursor:pointer;
}
.bannerArrowDown img {
	height:20px;
}
.headerMenuAndLogoWrap 
{
    display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
	-webkit-align-items: center;
	z-index:100;
    width: 1170px;
    margin: 0 auto;
}

.cartIconHeaderWrap
{
	position: relative;
}
.hamburger
{
	position:relative;
	/*float:right;*/
	cursor:pointer;
	top:5px;
}
.hamburger i
{
	font-size:30px;
	color:#00aac7;
	margin-left:25px;
	margin-top:4px;
}

.noOfItemsInCart
{
	/*position: absolute;
    top: -25px;
    right: -18px;
    display: none;
    background: #f00;
    border-radius: 100%;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
	background: url('/images/library/shoppingcart-quantity-icon.png');
	background-repeat: no-repeat;
	background-size: cover;*/

	position: absolute;
    top: 7px;
    right: -100px;
    display: none;
    padding: 5px 10px;
    color: #00aac7;
}


/*.noOfItemsInCart:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 3px;
  top: 18px;
  border: 8px solid;
  border-color: #f00 transparent transparent #f00;
}

.aScrollImages_five .slick-slide 
{
    margin: 40px !important;
}

.reorder_package_wrap, .reorder_package_prices_wrap, .reorder_relatedProducts, .reorder_relatedProducts > div, .productInDetailWrap, .reorderFormContentWrap, .cartItemsTable_header_actionsWrap, .storeVariantListWrap
{
	display: flex;
	display: -webkit-flex;
}

.reorder_relatedProducts, .storeVariantListWrap
{
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.reorder_relatedProducts > div, .variantDetailsLinkWrap
{
	width: 33%;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;

	box-sizing: border-box;
	padding: 20px 10px;
	text-align: center;
}

.variantDetailsLinkWrap
{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}

.reorder_relatedProducts > div:nth-child(3n+3), .variantDetailsLinkWrap:nth-child(3n+3)
{
	border-right: none;
}

.reorder_package_wrap .btn, .reorder_relatedProducts .btn, .reorder_package_wrap_mobile .btn
{
	border: 1px solid #f00;
	color: #f00;
}

.productInDetailWrapOuter
{
	padding-bottom: 0;
}

.productInDetailWrap > div, .reorderFormContentWrap > div
{
	width: 50%;
}
.reorderFormContentWrap > div:nth-child(1)
{
	margin-right: 40px;
}
*/
/*
.cartQty_checkout
{
	width: 70px !important;
	text-align: center;
}

.reorderFormContentWrap textarea
{
	height: 130px;
}

.reorderFormWrapOuter
{
	background: #00aac7;
	color: #fff;
	position: relative;
	margin-top: 60px;
}
*/
.reorderFormWrapOuter:after
{
	content: '';
	position: absolute;
	top: -5px;
	left:50%;
	width: 40px;
	height: 40px;
	background: #00aac7;

	-ms-transform: rotate(45deg) translateX(-50%); /* IE 9 */
    -webkit-transform: rotate(45deg) translateX(-50%); /* Safari 3-8 */
    transform: rotate(45deg) translateX(-50%);
}
/*
.reorderFormInner
{
	padding-top: 30px;
	padding-bottom: 30px;
}

.reorderFormBuyNowBtnWrap
{
	margin-top: 30px;
	text-align: center;
}

.reorderFormContentInnerWrap > div
{
	margin-bottom: 20px;
}

.cartLinkHeaderWrap
{
	position: relative;
}
*/
/*.displayCartItems
{
	position: absolute;
	right: -60px;
	background: #fff;
	padding: 15px;
}

.displayCartItems:after
{
	content: '';
	position: absolute;
	top: -5px;
	right: 55px;;
	width: 40px;
	height: 40px;
	background: #fff;

	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}*/
/*
.productImgWrapPopup_header
{
	width: 70px;
}

.productImgWrapPopup_header img
{
	width: 100%;
}
.hidePopUpCartHeaderWrap
{
	text-align: right;
}

.qtyInputCartPopUpHeader
{
	width: 70px;
    text-align: center;
	border: 1px solid #fff;
	height: 40px;
	font-size: 18px;
}

.cartItemsTable_header td
{
	vertical-align: middle !important;
	border-top: none !important;
	text-align: center;
}

.productSeperatorPopupHeader_heading td
{
	padding-left: 0;
	padding-right: 0;
}

.productSeperatorPopupHeader_heading hr
{
	border-color: #000;
	margin-top: 0;
}

.cartItemsTable_header th
{
	border-bottom: none !important;
	text-align: center;
}
*/

.cartItemsTable_header_leftAlign
{
	text-align: left !important;
}

.productSeperatorPopupHeader_mobile_row, .cartTop_hideInDesktop, .cartBottom_hideInDesktop, .cartBottom_hideInDesktop_row
{
	display: none !important;
}

.checkoutProcessForm button
{
	border-radius: 10px;
}

.cartItemsTable_header_actionsWrap button
{
	margin-left: 10px;
}

.myOrder_continueShoppingBtnWrap a
{
	padding: 7px 30px;
	font-size: 22px;
}

.popover
{
	max-width: inherit;
	display: block;
}

.displayCartItems
{
	margin: 50px 0;
}

.menuTitleOnBanner
{
	position: absolute;
	left: 0;
	right: 0;
	text-align: left;
	color: #fff;

	top:50%;

	-ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Safari 3-8 */
    transform: translateY(-50%);
}

.menuTitleOnBanner h1
{
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
}

.myOrderWrap
{
	margin-top: 0;
	margin-bottom: 65px;
}

.myOrderWrap:before, .myOrderWrap:after
{
	display: none;
}

.myOrder_continueShoppingBtnWrap
{
	margin-top: 30px;
}

/* PAYMENT PROCESS CSS - START */

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row, .billingDetailsHeadingWrap, .contactPageHeaderWrap, .communityWorksWrap, .communityWorkInDetailWrap_inde, .connectWithUs_contactPage .aDivWrap, .menuFooterWrap, .subMenuFooterWrap_more, .subMenuFooterWrap, .packagesListIndeWrap, .cart_checkout_packageDetailsInputsWrap, .packages_bg_parallax, .reorderProductDescriptionWrap, .subPagesOthers, .clientImagesWrap, .fotekGalleryImagesWrap, .checkoutCartTotalWrap, .featureProductsContentHomeWrap, .featureProductsHomeContentWrap, .variantInDetailContentWrap, .variantInDetailContentImagesWrap, .variantInDetailContentTextAddToCartWrap, .briefWrap_news_outer, .supportIndeItemsWrap, .variantInDetailContentTextQtyWrap, .popUpCartHeaderWrap, .paymentOptionWrap_creaditCard, .whatsOnIndeWrap, .accreditationIndeContentWrap
{
    display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.subVariantsWrap_sport, .subVariantsWrap_sport > div > div, .reorder_package_wrap > div, .parallaxHalfOverLayWrap, .news-article-list, .newsDate, .productDescriptionWrap_checkout, .applyCouponWrap_checkout, .leftAndRightArrowWrap_featureProduct, .cart_header_continueShoppingBtnsWrap_inner, .checkoutPaymentCardExpiryDateWrap, .checkoutPaymentCardCcvWrap, .paymentOptionWrap_creditCard, .paymentOptionWrap_paypal, .checkoutPaymentCardExpiryDateWrap_outer, .whatsOnIndeImageWrap, .whoAreWeWrap, .contactFormQuestionairs > div, .streamsWrap, .accreditationIndeContentBriefWrap, #newsArticleListing, .monthsLinkWrap
{
	display: flex;
	display: -webkit-flex;
}

.whatsOnIndeImageWrap, .accreditationIndeContentBriefWrap, .briefWrap_news_outer
{
	flex-direction: column;
	-webkit-flex-direction: column;
}

.featureProductsHomeInde, .parallaxHalfOverLay
{
    display: inline-flex;
	display: -webkit-inline-flex;
}

.stepwizard 
{
    position: relative;
}
.stepwizard-step button[disabled]
{
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    pointer-events: none;
}

.stepwizard-step a[disabled]
{
  pointer-events: none;
  cursor: not-allowed;
}

/*.stepwizard-row:before {
    top: 45px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 90%;
    left: 40px;
    height: 1px;
    background-color: #00aac7;
}*/

.stepwizard-step 
{
    position: relative;
	text-align: center;
}

.btn-circle {
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
	opacity: 1 !important;
	border: none;
}

.btn-circle img
{
	max-width: 70px;
}

.btn-circle:hover
{
	background: none;
	background-color: transparent !important;
}

.stepwizard-row
{
	margin: 40px 0;
}

/* PAYMENT PROCESS CSS - END */

.billingDetailsHeadingWrap, .contactPageHeaderWrap, .communityWorksWrap, .connectWithUs_contactPage .aDivWrap, .packagesListIndeWrap, .packages_bg_parallax, .subVariantsWrap_sport > div, .subVariantsWrap_sport > div > div, .reorder_package_img_wrap, .reorder_package_wrap, .checkoutCartTotalWrap, .featureProductsHomeInde, .parallaxHalfOverLay, .parallaxHalfOverLayWrap, .newsDate, .variantInDetailContentTextAddToCartWrap, .variantInDetailContentTextQtyWrap, .productDescriptionWrap_checkout, .applyCouponWrap_checkout, .cart_header_continueShoppingBtnsWrap_inner, .checkoutPaymentCardExpiryDateWrap, .checkoutPaymentCardCcvWrap, .paymentOptionWrap_creditCard, .paymentOptionWrap_paypal, .checkoutPaymentCardExpiryDateWrap_outer, .paymentOptionWrap_creaditCard
{
	align-items: center;
	-webkit-align-items: center;
}

.parallaxHalfOverLay, .parallaxHalfOverLayWrap
{
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}

.packages_bg_parallax, .whatsOnIndeImageWrap
{
	color: #fff;
	text-align: center;
}	

.packages_bg_parallax, .subVariantsWrap_sport > div, .reorder_package_wrap > div, .featureProductsHomeInde, .newsDate, .cart_header_continueShoppingBtnsWrap_inner, .accreditationIndeContentBriefWrap, .whoAreWeWrap
{
	justify-content: center;
	-webkit-justify-content: center;
}

.clientImagesWrap, .fotekGalleryImagesWrap, .supportIndeItemsWrap, .streamsWrap, .news-article-list, #newsArticleListing, .monthsLinkWrap
{
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.checkoutProcessForm hr
{
	margin-top: 0;
	border-color: #fff;
}

.contactPageInfoBtnsWrap
{
	text-align: center;
	margin-top: 20px;
}

.contactPageHeaderWrap
{
	margin-bottom: 10px;
}

.contactPageInfoBtnsWrap a:first-child
{
	margin-right: 10px;
}

.contactPage_contactDetailsWrap
{
	width: 100%;
}

.contactFormQuestionairs > div
{
	margin-top: 10px;
    margin-bottom: 10px;
}

.contactFormQuestionairs input
{
	text-align: center;
}

.contactPageUnderBoookForm
{
	text-align: center;
}

.contactPageUnderBoookForm hr
{
	width: 100px;
}
.faxPageTitle
{
	display:none;
}
#faqs ol
{
	list-style-type:none;
	text-align:left;
	padding-left: 25px;
	width: 100%;
}

#faqs ol li
{
	text-indent:-24px;
	text-align:left;
	line-height: 200%;	
	color: #00aac7;
	text-align: center;
	border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#faqs ol li a
{
	color: #fff;
}

#faqs ol li a:hover
{
	color: #00aac7;
}


.faqHeader
{
	margin-bottom: 30px;
}

.backToFaqBtn
{
	margin-top: 30px;
}

#faqs
{
	margin-top: -30px;
	margin-bottom: 65px;
	position: relative;
    z-index: 99;
}

#faqs > div
{
	width: 100%;
}

.communityWorkWrap_inde img
{
	width: 100%;
}

.communityWorksWrap > div
{
	text-align: center;
}

.communityWorksWrap
{
	margin-bottom: 65px;
}

.connectWithUs_contactPage
{
	background-image: url("/images/library/connectWithUs_contactPage.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	

  padding: 60px 0;
  margin-top: 30px;

  color: #fff;

	background-attachment: fixed;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -ms-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.whyFotekWrap
{
	padding: 60px 0;
	background: #00aac7;
    color: #fff;
}

.menuFooterWrap
{
	text-align: left;
	border-bottom: 1px solid #fff;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.menuFooterWrap a
{
	color: #fff;
}

.subMenuFooterWrap_more, .subMenuFooterWrap 
{
	flex-wrap: wrap-reverse;
	-webkit-flex-wrap: wrap-reverse;
}

.subMenuFooterWrap  > div
{
	width: 100%;
}

.subMenuFooterWrap_more > div, .cart_checkout_packageDetailsInputsWrap > div
{
	width: 50%;
}

.cart_checkout_packageDetailsInputsWrap > div:first-child
{
	margin-right: 20px;
}

.subMenuFooterWrap_more > div:nth-child(even) > a
{
	display: inline-block;
    min-width: 62px;
    text-align: left;
}

.subMenuFooterWrap_more > div:nth-child(even)
{
	text-align: right;
}

.menuByItSelf_footer, .menuWithChildren_footer
{
	padding: 0;
	font-size: 16px;
	padding: 3px;
}

.menuFooterWrap > div, .reorder_package_wrap > div
{
    width: 33.33%;
}

.reorder_package_prices_wrap > div
{
	width: 50%;
}

.reorder_package_wrap, .reorder_package_wrap_mobile
{
	margin-bottom: 90px;
}

.subMenuFooter 
{
    padding: 5px 0;
}

.packagesListIndeWrap:nth-child(even) > div:nth-child(1)
{
	order: 2;
}

.packagesListIndeWrap:nth-child(even) > div:nth-child(2)
{
	order: 1;
}

.packagesListIndeWrap
{
	width: 75%;
	margin: 0 auto;
}

.variantDetailsWrap, .variantDetailsLinkWrap
{
	text-align: center;
}

.variantDetailsWrap
{
	margin-top: 30px;
}

.productSeperatorPopupHeader td
{
	padding-left: 0;
	padding-right: 0;
}

.productSeperatorPopupHeader hr
{
	border-bottom: 1px solid #000;
}

.cart_header_continueShoppingBtnsWrap b
{
	display: inline-block;
	margin: 0 10px;
	font-size: 20px;
}

.cart_header_continueShoppingBtnsWrap
{
	text-align: right;
}

.checkoutProductImage
{
	max-width: 90px;
	display: inline-block;
}

.cart_checkout_productListTable img
{
	width: 100%;
}

.cart_checkout_productListTable td
{
	border-top: none !important;
}

.cart_checkout_productListTable th
{
	border-bottom: none !important;
}

.productVariantWrap
{
	margin-bottom: 65px;
}

.packages_bg_parallax
{
	background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 250px;
  background-attachment: fixed;
  padding: 30px 0;

  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -ms-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;

  position: relative;

      z-index: 9;
	  background-position: center;
}

.variantDetailsLinkWrap img, .reorder_relatedProducts img
{
	width: 225px;
}

.variantDetailsLinkWrap, .variantDetailsLinkWrap:hover
{
	color: #000;
}

.btn-danger
{
	background: #00aac7;
	color: #fff;
	border-color: #00aac7;
}

.subVariantsWrap_sport > div
{
	margin-right: 100px;
	text-align: center;

	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	flex-direction: column;
}

.checkoutCartTotalWrap
{
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	margin-bottom: 20px;
}

.subVariantsWrap_sport_outer h2, .checkOutPayment_termsAndConditionsWrap p, .reorderPrice h2, .total_popupCart h2, .checkoutCartTotal_Amount_Wrap
{
	color: #00aac7;
}

.price_popup h3, .checkoutCartTotal_Amount_Wrap
{
	margin: 0;
	padding: 0;
}

.checkoutCartTotal_Amount_Wrap
{
	margin-left: 20px;
}


.checkOutPayment_termsAndConditionsWrap p span
{
	cursor: pointer;
}

.subVariantsWrap_sport_outer hr
{
	border-color: #000;
}

.subVariantsWrap_sport_title
{
	margin-top: 30px;
}

.reorder_package_prices_wrap h2, .checkoutAmount h2, .checkOutRightItem h2, .checkOutCenterItem h2, .indeItemPriceWrap h2
{
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 24px;
}

.reorder_package_img_inner_wrap 
{
	width: 62%;
}

.reorder_package_img_inner_details_wrap
{
	display: inline-block;
	width: 50%;
}

.reorder_package_wrap img, .productInDetailWrap img, .reorder_package_wrap_mobile img
{
	width: 100%;
}

.productInDetailWrap > div:nth-child(2), .checkoutAmount, .checkOutRightItem, .checkoutPaymentDetailsBottomPartsWrap, .checkOutRightItem h3, .checkOutRightItem 
{
	text-align: right !important;
}

.checkOutLeftItem
{
	text-align: left !important;
}

.checkoutAmount, .checkOutHr, .checkoutAmount
{
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.checkoutAmountInde, .checkOutCenterItem, .checkOutOrderConfirmedWrap
{
	text-align: center;
}

.cart_backhomeBtnWrap, .checkOutOrderConfirmedWrap
{
	margin-top: 30px;
}

.reorderProductTitle h2
{
	width: 300px;
	margin: 0 auto;
	font-size: 24px;
}

.reorderPrice h2
{
	font-size: 24px;
}

.packagesListIndeWrap:nth-child(odd) > div:first-child, .reorder_package_wrap:nth-child(odd) .reorder_package_img_inner_wrap, .reorder_package_img_inner_details_wrap, .reorder_package_wrap_mobile:nth-child(odd) .reorder_package_img_inner_wrap
{
	-ms-transform: rotate(10deg); /* IE 9 */
    -webkit-transform: rotate(10deg); /* Safari 3-8 */
    transform: rotate(10deg);
}

.packagesListIndeWrap:nth-child(even) > div:first-child, .reorder_package_wrap:nth-child(even) .reorder_package_img_inner_wrap, .reorder_package_wrap_mobile:nth-child(even) .reorder_package_img_inner_wrap
{
	-ms-transform: rotate(-10deg); /* IE 9 */
    -webkit-transform: rotate(-10deg); /* Safari 3-8 */
    transform: rotate(-10deg);
}

.packagesListIndeWrap > div
{
	position: relative;
}

.packagesListIndeWrap > div:first-child, .reorder_package_img_inner_wrap, .reorder_package_img_inner_details_wrap
{
	position: relative;
	border: 10px solid #fff;
	box-shadow: 1px 1px 5px 1px #a5a1a1;
}

.packagesListIndeWrap > div:first-child:hover:after
{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.66);
	top: 0;
	left: 0;
}

.reorderProductDescriptionWrap
{
	width: 65% !important;
	margin-left: 5%;
}

.reorderProductDescriptionWrap > div
{
	width: 50%;
}

.subPagesOthers > div
{
	width: 22%;
}

img.mfp-img
{
	max-width: 45vw;
}

/*
.aDivWrap_left, .communityWorkInDetailWrap_inde > div:first-child
{
    margin-right: 10%;
}
.clientImagesWrap img
{
	width: 100%;
}

.clientImagesWrap > div
{
	width: 18%;
	margin: 1%;
}

.clientImagesWrap > div:nth-child(5n+5)
{
	margin-right: 0;
}

.clientsAndTestimonialsYoutube
{
	text-align: center;
	margin-top: 30px;
}

.fotekGalleryImagesWrap > a
{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	position: relative;
}

.fotekGalleryImagesWrap > a:nth-child(3n+3)
{
	margin-right: 0;
}

.fotekGalleryImagesWrap img
{
	width: 100%;
}
*/

.submitYourIdeaFormWrap_overlay 
{
	    padding: 30px 0 30px 0;	
}

.menuFooterWrap a:hover
{
	color: #fff200;	
}

.dropdown-menu
{
	background: rgba(255, 255, 255, 0.8);
}

.subVariantsWrap_sport_outer > div
{
	margin-bottom: 65px;
}

.reorder_package_prices_wrap a:hover, .reorder_relatedProducts a:hover, .contactPageInfoBtnsWrap a:hover
{
	color: #fff;
}

.reorderFormBuyNowBtnWrap button:hover
{
	background: #fff;
	color: #00aac7;
}

.contactPageHeaderWrap a, .communityWorkReadMoreBtnWrap a:hover
{
	background: #00aac7;
	color: #fff !important;
}

.contactPageHeaderWrap a:hover
{
	background: #fff;
	color: #00aac7 !important;
}

.popover 
{
	opacity: 0.95 !important;
	border-radius: 0;
	z-index: 99999;
	background-color: #000;
	border: 2px solid #fff;
	position: absolute;
	right: inherit;
	top: 0;
	 left: 50%;
    transform: translate(-50%, 0);
}

.hidePopUpCartHeader
{
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	cursor: pointer;
	line-height: 30px;
}


.testimonialsWrap hr
{
	border-color: #000;
	width: 300px;
	margin-bottom: 50px;
}

.isItIndeProductImgYes
{
	border: none;
	box-shadow: none;
}

.homeBlockHeaderImgInvert
{
	display: none;
}

.homeBlockHeader:hover .homeBlockHeaderImgInvert
{
	display: block;
}

.homeBlockHeader:hover .homeBlockHeaderImg
{
	display: none;
}

.teamWrap_about
{
	position: relative;
    padding: 10px 0;
}

.blockWrap_subPage h3 span span
{
	color: #fff200 !important; 
}

.yearMonthWrap_news .nice-select, .checkoutProcessForm .nice-select
{
	width: 100%;
	border-radius: 10px;
	background: #ccc;
	line-height: inherit;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
	float: inherit;
	color: #fff;
}

.yearMonthWrap_news .nice-select
{
	line-height: 22px !important;
	font-size: inherit;
	font-weight: bold;
}

.yearMonthWrap_news .nice-select:after
{
	margin-top: -7px;
}

.nice-select:after
{
	width: 10px;
	height: 10px;
	border-color: #00aac7;
}

.cart_header_continueShoppingBtnsWrap
{
	text-align: right !important;
}

.cartItemsTable_header button, .cart_header_continueShoppingBtnsWrap a
{
	font-size: 17px;
	padding: 7px 20px;
}

.cartItemsTable_header button
{
	font-size: 30px;
}

.childName_popupWrap
{
	font-size: 18px;
}

.checkOutNoPadding
{
	padding: 0 !important;
}

.has-error .form-control 
{
    border: 1px solid #a94442 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

.checkoutFormAddMargin
{
	margin: 0 auto;
}

.checkoutFormRed
{
	color: #ae332e;
}

.shoppingCartImgInverted
{
	display: none;
}

.newsSectionWrap
{
	position: relative;
	z-index: 9;
}

.newsSectionWrapDetails
{
	padding-top:60px;
}

#step-3 .nice-select
{
	margin-bottom: 30px;
}

.createGap
{
	width: 100%;
	height: 20px;
}

.sameAsDeliveryTickWrap 
{
	margin-right: 0;
}

.cartLinkHeaderWrapMobile
{
  display: none;
}

.variantDetailsLinkWrap_empty
{
	border-right: none;
}

.sweet-alert .btn-default
{
	color: #fff;
	border-color: #ccc;
}

.sweet-alert .btn-primary
{
	color: #fff;
	border-color: #00aac7;
	background: #00aac7;
}

.sweet-alert h2
{
	color: #00aac7;
}

.sweet-overlay
{
	z-index: 99999;
}

.sweet-alert
{
	z-index: 999999;
}

#step-2 .col-sm-6, #step-2 .col-sm-4, #step-2 .col-sm-12
{
	margin-bottom: 0;
}
/*
.pretty.p-svg .state .svg
{
  width: calc(1.1em + 2px);
  height: calc(1.1em + 2px);
}

.pretty .state label:before, .pretty .state label:after
{
  content: '';
  width: calc(1.1em + 2px);
  height: calc(1.1em + 2px);
}

.pretty .state label
{
  text-indent: 2em;
}

.iAgree_checkout label
{
  direction: ltr !important;
}

.iAgree_checkout
{
  margin-right: 0;
}
*/
.parallaxMobile
{
  display: none;
}
/*
.total_popupCart, .price_popup
{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.total_popupCart h2, .totalHeading_popupCart h2
{
	font-size: 20px;
}

.checkoutHeading_total_popup h2
{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 26px;
}

.stepwizard-step b, .cart_checkout_productListTable th
{
	font-weight: 400;
}

.stepwizard-step b
{
	font-size: 20px;
}
*/
.checkOutItemHeading_popup
{
	/*padding-left: 10px;
	padding-right: 10px;*/
	font-size: 22px;
	color: #b52c2a;
	max-width: 150px;
}

.scrollDownBanner_homePage
{
  cursor: pointer;
}

.sweet-alert .btn-default:hover
{
	color: #fff;
}
/*
.cart_checkout_productListTable td
{
	line-height: 1.1 !important;
}
*/
.lb-data .lb-close
{
	width: 25px;
	height: 25px;
}

.cartItemsTable_header th
{
	font-size: 16px;
}
/*
.totalRow_wrap_desktop td
{
	padding-bottom: 20px !important;
}

.ccvHelpLinkWrap
{
	color: #f00;
	cursor: pointer;
}

.reorderFormContentInnerWrap .nice-select
{
	width: 100%;
	color: #000;
	font-size: 16px;
	background: #f5a6a1;
    border: none;
}

.productInDetailWrapOuter 
{
	position: relative;
	z-index: 999;
}
*/

.aDivWrap .aDivWrap_left,.aDivWrap .aDivWrap_right
{
	width: 50%;
	text-align:left;
}
.aDivWrap_left img,.aDivWrap_right img
{
	width:100%;
}
.buyNowBtn_reorder_mobile
{
  display: none;
}

.mfp-arrow
{
    opacity: 1;
}
/*
.reorder_package_wrap_mobile
{
	display: none;
}
*/
.homeBannerWithVideoWrap
{
	position: relative;
	height: 100vh;
	overflow: hidden;
	margin-top: 0;
	z-index:50;
}

.homeBannerWithVideo
{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.langOuter
{
	position:relative;
}
.langOuter a
{
	color:#FFF;
}
.langOuter > div
{
	position:absolute;
	top:5px;
	right:5px;
	z-index:10000;
}
/*
.langOuter img
{
	height:30px;
}

.featureProductsContentHomeWrap > div
{
	width: 50%;
}

.featureProductsHomeInde
{
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}

.featureProductsHomeImageWrap
{
	width: 150px;
}

.featureProductsHomeInde
{
	width: 450px;
	height: 450px;
	position: relative;
}
*/
.slick-slide
{
	text-align: center;
}

.featureProductsHomeContentHeaderWrap
{
	color: #fff;
	text-align: left;
	width: 200px;
}

.featureProductsHomeContentBuyNowBtnWrap
{
	text-align: left;
}

.featureProductsHomeInde:before
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 4;
}

.featureProductsHomeContentWrap
{
	position: relative;
	z-index: 5;
}

.homeParallaxWrap
{
	position: relative;
	margin-top: 65px;
}

.parallaxHalfOverLayWrap
{
	width: 50%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	text-align: right;
}

.homePageContentSection
{
	padding-bottom: 0;
}

.parallaxHalfOverLay > div
{
	margin-right: 20px;
}
/*
.storeVariantListWrap
{
	text-align: center;
}

.storeVariantListWrap > div
{
	width: 18%;
	margin-right: 2.5%;
}

.storeVariantListWrap > div:nth-child(5n+5)
{
	margin-right: 0;
}

.variantDetail_relatedProductsWrap > .storeVariantListWrap > .storeVariantListIndeWrap 
{
	width: 23%;
	margin-right: 2.5%;
}

.variantDetail_relatedProductsWrap > .storeVariantListWrap > .storeVariantListIndeWrap:nth-child(5n+5)
{	
	margin-right: 2.5%;
}

.variantDetail_relatedProductsWrap > .storeVariantListWrap > .storeVariantListIndeWrap:nth-child(4n+4)
{
	margin-right: 0;	
}

.storeVariantListHeaderWrap
{
	width: 155px;
	margin: 0 auto;
}

.storeVariantListHeaderWrap h1
{
	font-size: 18px;	
	color: #00aac7;
}

.storeVariantListIndeWrap
{
	margin-bottom: 40px;
	position: relative;
}

.storeVariantListIndeWrap > div
{
	margin-bottom: 20px;
	cursor: pointer;
}

.storeVariantListIndeWrap img
{
	max-width: 100%;
}

.onSaleTag
{
	position: absolute;
	top: 0;
	right: 0;
	background: #00aac7;
	border-radius: 100%;
	padding: 10px;
	width: 85px;
	height: 85px;
	margin-bottom: 0;

	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.onSaleTag h1
{
	color: #fff;
	font-size: 18px;
	margin: 0;
}


.crossPrice
{
	position: relative;
}
/*
.crossPrice:after
{
	content: '';
	position: absolute;
	width: 85px;
	height: 3px;
	background: #00aac7;
	top: 7px;
	left: 0;
	-ms-transform: rotate(-10deg); /* IE 9 */
    /*-webkit-transform: rotate(-10deg);*/ /* Safari 3-8 */
    /*transform: rotate(-10deg);*/
}

.mainContentWrap
{
	position: relative;
	    padding-top: 45px;
}

.mainContentWrap_store
{
	/*background-image: url("/images/library/storePageBg.png");
	background-repeat: no-repeat;
	background-position: center 100px;*/

	background-attachment: fixed;

	background-repeat: no-repeat;

	-webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -ms-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
/*
.storeFilterPopUpWrap_outer
{
	position: absolute;
    top: 0;
    bottom: 0;
}

.storeFilterPopUpWrap
{
	background: #00aac7;
	padding: 20px 15px;
	position: sticky;
	position: -webkit-sticky;
	top: 30px;
	margin-top: 60px;
	z-index: 9999;
}

.storeFilterPopUpWrap_mobile
{
	display: none;
	background: #00aac7;
	padding: 20px 15px;
	position: relative;
}
*/

/*
.pretty.p-curve .state label:after, .pretty.p-curve .state label:before, .pretty.p-curve .state label:after, .pretty.p-curve .state label:before
{
	border-radius: 0;
}

.filterByWrap_popUp > div
{
	margin-bottom: 15px;
}
*/
.pretty input:checked~.state.p-primary-o label:before, .pretty.p-toggle .state.p-primary-o label:before, .pretty .state label:before, .pretty.p-default:not(.p-fill) input:checked~.state.p-primary-o label:after
{
	/*border-color: #00aac7 !important;*/
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-primary-o label:after
{
	/*background-color: #00aac7 !important;*/
}

.pretty.p-default .state label:after 
{
    /*-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);*/
}

.filterByHeading_popUp
{
	margin-top: 0;
}
/*
.variantInDetailContentImageFullWrap
{
	max-width: 400px;
	max-height: 100%;
	padding: 20px;
}

.variantInDetailContentImageFullWrap img
{
	width: 100%;
}

.relatedProductHeading
{
	text-align: center;
	margin-bottom: 30px;
	color: #00aac7;
}

.variantInDetailContentImagesWrap
{
	height: 440px;
}

.variantInDetailContentOtherImagesWrap
{
	overflow-y: auto;
}
.variantImageWrap
{
	height: 100px;
	background: #000;
	margin-bottom: 10px;
	padding: 10px;
	cursor: pointer;
}

.variantImageWrap  img
{
	max-height: 100%;
	max-width: 100%;
}

.variantInDetailContentTextQtyWrap input
{
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	background: none;
	text-align: center;
	font-size: 30px;
	margin-left: 10px;
}

.variantInDetailContentTextPriceWrap
{
	margin: 30px 0;
}
*/

.news-article-list
{
	width: 32%;
	margin-bottom: 2%;
	background: #fff;
	cursor:pointer;
}

.news-article-list
{
	padding: 20px 20px 30px 20px;
}

.news-article-list:hover
{
	background-color:#00aac7;
	border:1pt solid #00aac7 !important;
}

.news-article-list:hover h3.newsDate,
.news-article-list:hover div,
.news-article-list:hover a
{
	color:#FFF;
}
span.news-button-default
{
    color: #00aac7;
	font-size: 16px;
    padding: 8px 20px;
    background: none;
	border:1pt solid #00aac7;
}
.news-article-list:hover .news-button-default
{
	border:1pt solid #FFF !important;
    color: #FFF;
}

.news-article-list:nth-child(3n+3),.news-article-list:nth-child(3n+2)
{
	margin-left: 2%;
}
/*
.notF33irstMargin
{
	margin-left: 2%;
}
*/
.newsDate
{
	margin: 0;
	width: 100%;
	height: 20%;
}

.briefWrap_news h3
{
	margin-top: 0;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;

	font-size: 19px;
}

.newsArticleDate
{
	font-weight: bold;
}

.newsArticle_date_details
{
	margin-bottom: 0 !important;
}

.articleHeader_details
{
	margin-bottom: 40px !important;
}

.briefWrap_news
{
	width: 95%;
}

.nice-select, .nice-select .list
{
	border-radius: 0 !important;
	/*background: #1a1a1a !important;*/
	border:1pt solid #00aac7;
}

.cartItemsTable_header .nice-select, .cartItemsTable_header .nice-select .list
{
	background: #000 !important;
}

.nice-select .list
{
	border: 1px solid #fff;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus
{
	color: #00aac7;
}

.supportIndeItem
{
	display: flex;
	display: -webkit-flex;
	width: 30%;
	border: 1px solid #00aac7;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	height: 150px;
	margin-bottom: 30px;
}

.supportIndeItem:hover
{
	background: #00aac7;
	color: #fff;
}

.supportIndeItem h1
{
	margin: 0;
}

.supportIndeItemsWrap:before, .supportIndeItemsWrap:after
{
	display: none;
}

#faqs_detail, .backToSupportPageBtnWrap, .defaultContentWrapInner h1, .variantInDetailHeaderWrap
{
	text-align: center;
}

.defaultContentWrapInner h1, .supportInDetailPageTile, .faqHeader, .variantInDetailHeaderWrap h1
{
	color: #00aac7;
}
/*
.defaultContentWrapInner h2
{
	color: #00aac7;
	text-align: center;
	font-weight:bold;
	font-size:18px;
}*/

.variantInDetailContentWrap > div
{
	width: 50%;
}

.variantInDetailHeaderWrap
{
	margin-bottom: 30px;
}

.checkOutStepBgWrap
{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 8;
	top: 0;
	left: 0;
}

.checkOutStepBg_red
{
	fill:#AE332E;
}

.checkOutStepBg_black
{
	fill: #000;
}

.stepwizard-step
{
	width: 25%;
}

.stepwizard-step > a
{
	background-color: inherit !important;
	position: relative;
	width: 105%;
	height: 76px;
	padding: 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.stepwizard-step:last-child > a
{
	width: 100%;
}

.stepwizard-step > a > p
{
	position: relative;
	z-index: 9;
	font-size: 24px;
}

.myOrderWrap
{
	padding: 0;
}

.shoppingCartHeaderName
{
	text-align: center;
	margin: 60px 0;
	color: #AE332E;
}

.shoppingCartHeaderName h1
{
	margin: 0;
}

.checkoutProcessForm > .row
{
	margin-left: 0;
	margin-right: 0;
}

.cart_checkout_productListTable td
{
	vertical-align: middle !important;
}

.cartFull_productName 
{
    width: 175px;
    text-align: left;
}

.productDescriptionWrap_checkout > div
{
	margin-right: 20px;
}

.checkoutProcessForm .form-group
{
	margin-bottom: 0;
}

.checkoutAmountInde
{
	padding-right: 30px !important;
}

.deleteItemOnCart_inde, .popUpCartRemoveBtn_inde
{
	border: none;
	background: none !important;
	padding: 0;
	color: #fff !important;
}

.applyCouponWrap_checkout input
{
	margin-bottom: 0 !important;
}

.applyCouponWrap_checkout > div
{
	margin-right: 20px;
}

.invalidDiscountCodeWrapOuter
{
	display: none;
	margin-top: 10px;
}

.invalidDiscountCodeWrapOuter > div:first-child
{
	color: #1a1a1a;
}

.nice-select .list
{
	max-height: 300px;
	overflow-y: auto;
}

.paymentOptionWrap
{
	border: 1px solid #fff;
	padding: 20px;
}

.checkoutFormAddMargin
{
	margin-top: 5px;
}

.paymentOptionWrap img
{
	max-width: 160px;
}

.checkoutFormAddMargin img
{
	max-width: 80px;
}

.paymentOptionCreditCardsWrap
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	display: none;
}

.leftAndRightArrowWrap_featureProduct img
{
	max-width: 50px;
}

.leftAndRightArrowWrap_featureProduct > div
{
	cursor: pointer;
}

.customLeftArrow_fetatureProduct
{
	margin-right: 10px;
}

.featureProductsHomeContentWrap_outer
{
	position: relative;
	z-index: 5;
}

.slick-initialized .slick-slide
{
	outline: none;
}

.popUpCartHeaderWrap h1
{
	margin: 0;
}

.cart_header_continueShoppingBtnsWrap_inner > a:first-child
{
	margin-right: 20px;
}
/*
.checkoutProcessForm .pretty .state label 
{
    font-weight: normal;
    direction: rtl !important;
}

.checkoutProcessForm .pretty .state label::before, .checkoutProcessForm .pretty .state label::after, .checkoutProcessForm .pretty.p-svg .state .svg
{
	right: 0;
	left: inherit;
}

.checkoutProcessForm .pretty.p-default:not(.p-fill) input:checked~.state.p-primary-o label:after {
    background-color: #00aac7 !important;
}

.iAgree_checkout 
{
	margin-bottom: 30px;
}

.modal-content
{
	border-radius: 0;
	background: #000;
	border: 1px solid #fff;
}

.modal-title {
    color: #00aac7;
    font-size: 25px;
}

.modal-header .close
{
    color: #f00;
    opacity: 1;
    font-size: 35px;
}

.iAgree_checkout input
{
	left: inherit;
	right: 0;
	width: auto;
}

.iAgree_checkout label span
{
	cursor: pointer;
	text-decoration: underline;
}

.paymentOptionWrap .pretty .state label 
{
    font-weight: normal;
    direction: ltr !important;
	font-size: 20px;
}

.paymentOptionWrap .pretty .state label::before, .paymentOptionWrap .pretty .state label::after, .paymentOptionWrap .pretty.p-svg .state .svg {
    right: inherit;
    left: 0;
}

.checkoutPaymentCardExpiryDateWrap_outer input, .checkoutPaymentCardCcvWrap input, .checkoutPaymentCardExpiryDateWrap_outer label, .checkoutPaymentCardCcvWrap label
{
	margin-bottom: 0 !important;
}

.checkoutPaymentCardExpiryDateWrap_outer input, .checkoutPaymentCardCcvWrap input
{
	text-align: center;
}

.checkoutPaymentCardExpiryDateWrap_outer label, .checkoutPaymentCardCcvWrap label
{
	margin-right: 10px;
	white-space: nowrap;
}

.checkoutPaymentCardExpirySeperator
{
	margin: 0 10px;
}

.checkoutFormPaymentAddMargin
{
	margin-top: 30px;
}

.checkoutFormPaymentAddMargin img
{
	max-width: 65px;
}

.paymentOptionWrap_creaditCard_dropDownArrow
{
	font-size: 30px;
}
*/

/* for animated tick box - start */

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke .6s cubic-bezier(0.650, 0.000, 0.450, 1.000) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke .3s cubic-bezier(0.650, 0.000, 0.450, 1.000) .8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}

/* for animated tick box - end */

.creditCardWaitWrap
{
	display: none;
}

.creditCardWaitWrap, .creditCardWaitBg
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}

.creditCardWaitBg
{
	background: rgba(0, 0, 0, 0.8);
}

.creditCardWaitSpinner
{
	position: fixed;
	left: 45%;
	top: 45%;
	font-size: 100px;
	color: #fff;
	z-index: 999999;
}

.whatsOnIndeImageWrap b, .whatsOnIndeTitleWrap
{
	color: #00aac7;
}

.whatsOnIndeTitleWrap
{
	margin-bottom: 20px;
	font-weight: bold;
}

.whatsOnIndeWrap
{
	padding: 30px 0;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}

.whatsOnIndeWrap:last-child
{
	border: none;
}

.whatsOnIndeImageWrap > div:last-child
{
	margin-top: 20px;
}

.whatsOnIndeWrap > div:first-child
{
	width: 55%;
	margin-right: 5%;
}

.whatsOnIndeWrap > div:last-child
{
	width: 40%;
}

.whoAreWeIndeWrap, .streamsIndeWrap
{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 250px;
	position: relative;
}

.whoAreWeWrap > div
{
	width: 32%;
}

.whoAreWeWrap > div:nth-child(2n+2)
{
	margin-left: 2%;
	margin-right: 2%;
}

.whoAreWeIndeTitlesWrap
{
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 10px;
	width: 100%;
}

.whoAreWeIndeTitlesWrap_outer
{
	/*background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 10%, rgba(168, 164, 87, 0) 100%);
	background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.85) 10%, rgba(168, 164, 87, 0) 100%);
	width: 100%;
	height: 100%;*/
}

.whoAreWeIndeTitleWrap
{
	color: #00aac7;
}

.articleHome_inner iframe
{
	width: 100%;
	height: 250px;
}

/******************
   CONTACT FORM
******************/

.contactFormSection
{
	margin-top:0;
    padding-top: 0;
}
.contactUsForm input, .contactUsForm textarea, .checkoutProcessForm input[type=text], .checkoutProcessForm textarea, .contactUsForm select
{
	-webkit-appearance: none;
	background: #00aac7;
	border-radius: 0;
	padding: 10px 0;
	outline: none;
	resize: none;
}
.contactUsForm .nice-select
{
	border-radius: 10px;
	background: #00aac7;
	line-height: inherit;
	padding-top: 4px;
	padding-bottom: 4px;
	border: none;
	line-height: 30px !important;
	float: inherit;
}

.contactFormSection .pretty .state label:before {
    border-color: #FFF;
}
.contactFormSection .pretty.p-default input:checked~.state label:after {
    background-color: #FFF !important;
}
.contactFormSection h4
{
	color:#FFF;
	font-size:14.5px;
}
.contactFormSection .form-control
{
	border:none;
	-webkit-box-shadow: none;
	border-bottom:1px solid #2984a2;
	margin-bottom:25px;
	font-size: 14.5px;
}
.contactFormSection #message_contactPage
{
	-webkit-box-shadow: none;
	border:1px solid #2984a2;
	padding:15px;
	width:100%;
	color:#FFF;
	font-size: 14.5px;
	/*margin-top:50px;*/
}

.message_contactPageWrap
{
	margin-top:50px;
}

.contactUsFormLeft,.contactUsFormRight
{
	width:50%;
	display:table-cell;
}
.contactUsFormLeft
{
	padding-right:20px;
}
.contactUsFormRight
{
	padding-left:20px;
}
.contactFormSection .btn-default
{
		color:#FFF;
		border:1pt solid #FFF;
		display:inline-block;
		padding:8px 20px;
		margin-top:20px;
		font-size:16px;
		cursor:pointer;
}
.submitBtn_submit
{
	text-align: center;
	margin-top:30px;
	margin-bottom:30px;
}
.frmEnquiry_outer h1
{
    color: #FFF;
    font-size: 28px;
    font-weight: bold;
    font-family: BasisGrotesquePro-Bold;}
#robChk
{
	display:none;
}
.howdidyoufindus > div
{
	width:33%;
}

.interestedInExpterise > div
{
	/*width:50%;*/
}
.interestedInExpterise > div:nth-child(odd)
{
	width:60%;
}
.interestedInExpterise > div:nth-child(even)
{
	width:40%;
}
/*
.contactUsForm textarea,
.contactUsForm input,
.contactUsForm input[type=text],
.contactUsForm select
{
    width: 100%;
    margin-bottom: 20px;
    height: auto;
    font-size: 16px;
    background: none !important;
    -webkit-appearance: none;
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:1pt solid #207097;
    outline: none;
    color:#FFF;
    box-shadow: none;
	margin-top:40px;
	padding-bottom:20px;
}
.contactUsForm textarea
{
    border:1pt solid #207097 !important;
	padding:10px;
}
.contactUsForm h4
{
	color:#FFF;
}
*/
/*
.contactUsForm .form-control
{
	border:none !important;
}
.form-control:focus {
  border-color: #fed136;
  box-shadow: none;
}

.form-control
{
	color: #000;
}

.pretty .state label:before 
{
    border-color: #FFF;
}

.pretty.p-default input:checked ~ .state label:after {
    background-color: #FFF !important;
}
.pretty .state label:before, .pretty .state label:after
{
	border-radius: 5px;
}
*/

/*
.contactUsForm textarea, .contactUsForm input[type=text], .contactUsForm select
{
    width: 100%;
    margin-bottom: 48px;
    border-radius: 0;
    height: auto;
    font-size: 16px;
    background: none !important;
    -webkit-appearance: none;
    border-color: #00aac7;
    outline: none;
    color: #000;
    box-shadow: none;
}

.contactUsForm textarea
{
	height: 260px;
}

.contactUsForm input {
    border-left: none;
    border-top: none;
    border-right: none;
}

.contactPageContactFormWrap .container 
{
	position: relative;
    z-index: 9;
}

.contactFormQuestionairs_label h4
{
	margin: 0;
  font-size: 16px;
}

.whatTypeHeader_contact h4
{
  font-size: 16px;
}

.messageBoxWrap_contact
{
	margin-top: 20px;
}

.contactFormQuestionairs .pretty.p-default input:checked~.state label:after {
    background-color: #00aac7 !important;
}

.contactFormQuestionairs .pretty.p-default input:checked~.state label:before {
    border-color: #00aac7 !important;
}

.whatTypeHeader_contact hr
{
	margin-top: 15px;
}

.streamsWrap > a
{
	width: 32%;
	margin: 10px 1%;
	display: block;
}

.streamsWrap > a:nth-child(3n+3)
{
	margin: 0;
}

.streamsIndeSubTitleWrap
{
	color: #fff;
}
*/
.accreditationIndeContentImageWrap 
{
    width: 30%;
	margin-right: 5%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 200px;
}

.accreditationIndeContentBriefWrap {
    width: 65%;
}

.accreditationIndeWrap
{
	margin-bottom: 50px;
}

.accreditationIndeContentBriefWrap h4
{
	margin-top: 0;
	color: #00aac7;
}
/*
.featureProductsHomeContentWrap_outer
{
	width: 90%;
}

.featureProductsHomeContentWrap > div:first-child
{
	width: 60%;
}

.featureProductsHomeContentWrap > div:last-child
{
	width: 40%;
}

.featureProductsHomeContentHeaderWrap h1
{
	font-size: 28px;
}

.whatsOnIndeImageWrap img
{
	max-width: 100%;
}
*/
.hideContentNews
{
	display: none;
}
/*
.newsHeadersWrap > aside
{
	position: absolute;
	width: 100%;
	z-index: 4;
	left: 0;
}

.newsHeadersWrap  aside h1
{
	color: #00aac7;
	margin: 0 auto;
}
*/
.yearMonthWrap_news .nice-select, .yearMonthWrap_news .nice-select .list
{
	
     background: #fff !important;
	 color: #00aac7 !important;
}

.newsWrapOuter
{
	/*text-align: center;*/
}

.streamsIndeTitleWrap h3
{
	font-size: 21px;
	margin-bottom: 0;
}

.streamsIndeSubTitleWrap h4
{
	margin-top: 0;
}
/*
.partneredTeamHeader
{
	color: #00aac7;
	text-align: center;
	margin-bottom: 20px;
}
*/
.accreditations_about_wrap 
{
	padding-top: 0;
}

.supportIndeItem h1
{
	color: #fff;
}

.contactPage_contactDetails_mobile
{
	display: none;
}

.contactPage_contactDetails_desktop, .contactPage_contactDetails_mobile
{
	width: 100%;
	margin-bottom: 90px;
	margin-top: 30px;
}

.contactPage_contactDetails_desktop .aDivWrap > div
{
	width: 50%;
	margin: 0;
}

.contactPage_contactDetails_desktop > div
{
  width: 50%;
}

.contactPage_contactDetailsWrap .aDivWrap > div h3, .cart_checkout_productListTable h4
{
	color: #00aac7;
}

.popUpHeaderWrap_mobile
{
	display: none;
}

.cartFull_productName p 
{
    color: #00aac7;
	margin-bottom: 0;
	font-size: 20px;
}

.homeBannerWithVideoWrap:after, .popoverWrap:after, #heroBannerWrap
{
	position: absolute;
	content: '';
	background: rgba(255,255,255,0.7);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

#heroBannerWrap
{
	background: rgba(255,255,255,0.3);
}

.popoverWrap
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9999;
}

.checkOutItemHeading_popup, .price_popup h3
{
	font-size: 18px;
}

.popUpCartHeaderWrap h1
{
	font-size: 26px;
}

.cartQty_checkout
{
	font-size: inherit;
	line-height: 25px !important;
}

.bannerHomeTextOnlyWrap
{
	position: absolute !important;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	z-index:100;
}

.billingAndDeliveryAddressSeparator
{
	margin: 30px 0 40px 0 !important;
}

#cardExpiry_month, #cardExpiry_year, #cardCVN
{
	width: 90px !important;
}

.faqHeader > h1
{
	font-size: 26px;
}

/************************
  HIDING VIDEO CONTROLS
************************/

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works! */

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

/**************
  FEATURED IN
***************/

.featuredIn_outer
{
	padding-top:30px;
	padding-bottom:50px;
}
.featuredInBlock div
{
	width:32%;
	height:20vw;
	max-height:200px;
	display: inline-table;
	margin-bottom:2%;
	background-image:no-repeat;
	background-size:cover;
	background-position:center center;
}
.featuredInBlock:nth-child(3n+2),.featuredInBlock:nth-child(3n+3)
{
	margin-left:2%;
}

/************
  DIRECTORS
*************/

.directors_container
{
	background-color:#00aac7;
	padding-top:10px;
	padding-bottom:20px;
}

.directors_container h1
{
	text-align:left;
	font-size:26px;
	font-weight:bold;
	color:#FFF;
	font-family:BasisGrotesquePro-Bold
}

.directorsBlock
{
	width:42%;
	/*min-height:20vw;*/
	display: inline-table;
	margin-bottom:60px;
}
.directorsBlock div:nth-child(1)
{
	color:#2984a2;
	font-size:28px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
	font-family:BasisGrotesquePro-Bold
}
.directorsBlock p
{
	color:#FFF;
}

.directorsBlock:nth-child(2n+2)
{
	margin-left:8%;
}

/****************
  FIND OUT MORE
****************/

.findOutMore_container
{
	margin-top:50px;
	margin-bottom:50px;
}
.findOutMore_container h1
{
	text-align:left;
	font-size:26px;
	font-weight:bold;
	color:#00aac7;
}
.findOutMore_block
{
	width:50%;
	min-height:280px;
	display: inline-table;
}
.findOutMore_outer a  div
{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.findOutMore_block div
{
    vertical-align: middle;
    display: table-cell;
}
.findOutMore_block h2
{
	color:#FFF;
	text-align:center;
    font-size: 44px;
	font-weight:bold;
	font-family:BasisGrotesquePro-Bold

}
.findOutMore_outer a:nth-child(1) > div
{
	background-image:url('/images/library/findoutmore_ourexpertise.png');
}
.findOutMore_outer a:nth-child(2) > div
{
	background-image:url('/images/library/findoutmore_portfolio.png');
}
.findOutMore_block:nth-child(1),.findOutMore_block:nth-child(2)
{
	float:left;
}
.findoutMoreBtnBannerWrap
{
	margin-top: 30px;
	text-align: right;
}
.findoutMoreBtnBannerWrap a
{
	font-size: 30px;
}
.findOutMore_block > div > div
{
	position:relative;
	border:1pt solid #00aac7;
	padding: 8px 20px;
	color:#00aac7;
	display:table;
	font-size: 16px;
    margin: 0 auto;
    text-align: center;
	margin-top:25px;
}
.findOutMore_outer
{
	margin-top:110px;
}
.findOutMore_outer a:hover div > div > div
{
	color:#FFF;
	background-color:#00aac7;
}

.subPageBannerWrap > div
{
	width: 45%;
    margin-top: 37vh;
}

.homeBannerWithImg
{
	display: none;
}
/*
.bannerSoundIconWrap
{
	cursor: pointer;
}*/

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.itemsHeadeing
{
	display: inline-block;
	margin-left: 10px;
}

.iAgree_checkout br
{
	display: none;
}

.CheckOutBtnWrap
	{
		position: relative;
		margin-bottom: 50px;
		text-align: center;
	}

.aDivWrap_right img
{
	max-width: 100% !important;
	height: 100% !important;
}

.articleImage_thumb
{
	height: 100%;
}

.articleImage_thumb img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.articleImage_thumb_wrap
{
	
}

.briefWrap_news_outer
{
	text-align: left;
}

.newsInDetailsWrap_new > div:first-child
{
	padding-right: 10px;
}

.newsInDetailsWrap_new > div:last-child
{
	padding-left: 20px;
}

.newsInDetailsWrap_new img
{
	max-width: 100%;
}

.slick-slide
{
	height: 100%;
}

.bannerSmall_wrap_inner
{
	width: 100%;
	height: 400px;
	position: relative;
	left: 0;
	margin: 0 auto;
	z-index: 999;
}

.bannerSmall_wrap
{
	width: 100%;
	height: 100%;
}

.slider-progress
{
	position: absolute;
	top: 0;
	height: 0;
	width: 100%;
}

.bannerSmall_wrap .slick-dots
{
	top: auto;
	bottom: 10%;
}

.bannerSmall_wrap .slick-dots li, .bannerSmall_wrap .slick-dots li button
{
	width: 15px;
	height: 15px;
}

.bannerSmall_wrap .slick-dots li button:before
{
	width: 12px;
	height: 12px;
	font-size: 10px;
	line-height: 10px;
}

.slider-progress .progress
{
	height: 4px;
	border-radius: 0;
}

.bannerSmall_inde
{
	width: 100%;
	height: 100% !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bannerSmall_wrap_outer
{
	position: relative
}

.bannerSmall_inde_inner
{
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	height: 100%;
}

.variantInDetailContentTextPriceWrap
{
  display: flex;
  display: -webkit-flex;
}

.originalPrice_productDetail
{
  margin-right: 30px;
  position: relative;
}

.originalPrice_productDetail:after
{
  content: '';
  position: absolute;
  width: 100px;
  height: 3px;
  background: #00aac7;
  top: 10px;
  left: 0;
  -ms-transform: rotate(-7deg);
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}

.pageDiv_normal_header_wrap
{
	display: flex;
	display: -webkit-flex;

	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;

  /*height: 100%;*/
}

.pageDiv_normal
{
	padding: 20px;
	background: #fff;
	box-shadow: 1px 1px 5px #ccc;
}

.pageDiv_normal h1, .pageDiv_normal h2
{
	padding: 0;
	margin: 0;
}

.vertical
{
	border-left: 6px solid #00aac7;
}

.vertical > div
{
	display: flex;
	display: -webkit-flex;
}

.vertical .contentImageWrap
{
	margin-right: 30px;
}

.vertical img
{
	max-width: 300px;
}

.horizontal
{
	border-left: 6px solid #00aac7;
}

.horizontal > div
{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}

.horizontal .contentImageWrap
{
	margin-right: 30px;
}

.horizontal img
{
	max-width: 100%;
	position: absolute;
	top: -90px;
}

.horizontal .contentImageWrap_createDiv
{
	height: 150px;
	overflow: hidden;
}

.contentImageWrap_createDiv
{
	position: relative;
}

.color_red
{
	color: #00aac7;
}

.bg_red
{
	background: #00aac7;
}

.textCenter
{
	align-items: center;
}

.articleHome_inner
{
	text-align: center;
}


.homePagePageContent_custom
{
	border-top: 10px solid #00aac7;
	background: #fff;
	box-shadow: 1px 3px 5px #ccc;
	position: relative;
	z-index: 999;
	margin-top: -100px;
}

.homePagePageContent_custom > div
{
	display: flex;
	display: -webkit-flex;
}

.homePagePageContent_custom > div > div
{
	width: 50%;
}

.homePagePageContent_custom img
{
	max-width: 100%;
}

.homePagePageContent_custom_mainContent
{
	padding: 30px 60px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;

  flex-direction: column;
  -webkit-flex-direction: column;
}

.homePagePageContent_custom_mainContent > div
{
  width: 100%;
}

.homePage_otherPages_inde
{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin: 30px 0;
	padding: 30px 0;
	text-align: left;
}

.homePage_otherPages_inde_wrap:nth-child(even)
{
	background: #fff;
}

.homePage_otherPages_inde_wrap:nth-child(even) .homePage_otherPages_inde
{
	direction: rtl;
}

.homePage_otherPages_inde_wrap:nth-child(odd) .homePage_otherPages_inde_content
{
	padding-left: 60px;
}

.homePage_otherPages_inde_wrap:nth-child(even) .homePage_otherPages_inde_content
{
	padding-right: 60px;
}

.container_inner
{
	width: 90%;
	margin: 0 auto;
}

.container_outer
{
	margin-left: -30px;
	margin-right: -30px;
}

.homePage_otherPages_inde_wrap .homePage_otherPages_inde > div:first-child
{
	width: 60%;
}

.homePage_otherPages_inde_wrap .homePage_otherPages_inde > div:last-child
{
	width: 40%;
}

.homePage_otherPages_inde img
{
	max-width: 100%;
	width: 100%;
}

.contentImage_display_class
{
	display: flex;
	display: -webkit-flex;
	text-align: left;

	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.contentImage_display_class .articleHome_inner, .contentImage_display_class h1
{
	text-align: left;
}

.contentImage_display_class > div:first-child
{
	width: 55%;
}

.contentImage_display_class > div:last-child
{
	width: 40%;
}

.contentImage_display_class img
{
	max-width: 100%;
}

.subPages_trial
{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.subPages_trial > div
{
	width: 48%;
	margin-bottom: 4%;
}

.subPages_trial_sp
{
	margin-bottom: 4%;
}

.subPages_trial > div:nth-child(2n+2)
{
	margin-left: 4%;
}

.subPages_trial .contentImageWrap
{
	margin-right: 0;
}

.contactFormQuestionairs
{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.mb0
{
	margin-bottom: 0 !important;
}

.mt20_minus
{
	margin-top: -20px;
}

.mt0
{
	margin-top: 0;
}

.mt30
{
	margin-top: 30px;
}

.mt20
{
	margin-top: 20px;
}

.mt60
{
	margin-top: 60px;
}

.mt90
{
	margin-top: 90px;
}

.mb30
{
	margin-bottom: 30px;
}

.mb20
{
	margin-bottom: 20px;
}

.mb10
{
	margin-bottom: 10px;
}

.mb40
{
	margin-bottom: 40px;
}

.mb60
{
	margin-bottom: 60px;
}

.mb90
{
	margin-bottom: 90px;
}

.ml30
{
	margin-left: 30px;
}

.mr30
{
	margin-right: 30px;
}

.mr20
{
	margin-right: 20px;
}

.m0
{
	margin: 0;
}

.pt0
{
	padding-top: 0;	
}

.pb0
{
	padding-bottom: 0;	
}

.pb60
{
	padding-bottom: 60px;	
}

.pb90
{
	padding-bottom: 90px;	
}

.pl30
{
	padding-left: 30px;
}

.pr30
{
	padding-right: 30px;
}

.pt0
{
	padding-top: 0;
}

.pb0
{
	padding-bottom: 0;
}

.contactPageMap
{
	padding-bottom: 0;
}

.contactPageMap iframe
{
	width: 100% !important;
	vertical-align: middle;
}

.contactPageMap p
{
	padding: 0;
	margin: 0;
}

.teamImagesWrap > div
{
	margin-bottom: 40px;
}

.defaultBoxShadow
{
	border:1pt solid #00aac7;
}

.monthsLinkWrap > a
{
	display: block;
	width: 16.6666%;
	background: #fff;
	border-color: #ccc;
	padding-top: 17px;
	padding-bottom: 17px;
	color: #969696;
	border-top: none;
	border-right: none;
}

.monthsLinkWrap > a:first-child, .monthsLinkWrap > a:nth-child(7)
{
	border-left: none;
}

.monthsLinkWrap > a:nth-child(7n+n)
{
	border-bottom: none;
}

.monthsLinkWrap > a:hover
{
	border-color: #00aac7;
	color: #fff;
}

.planePath {
  stroke: #D9DADA;
  stroke-width: .1%;
  stroke-width: .5%;
  stroke-dasharray: 1% 2%;
  stroke-linecap: round;
  fill: none;
}

.fil1 {
  fill: #D9DADA;
}

.fil2 {
  fill: #C5C6C6;
}

.fil4 {
  fill: #9D9E9E;
}

.fil3 {
  fill: #AEAFB0;
}

#plane
{
	transform: translate(0, -15px) scale(0.85);
	-webkit-transform: translate(0, -15px) scale(0.85);
}

.planePathGroup
{
	transform: translate(0, 25px);
	-webkit-transform: translate(0, 25px);
}

.trialFlightsWrap > div
{
	margin-bottom: 30px;
}

.content_flight
{
	display: none;
}

.content_flight_wrap
{
	margin: 30px 0;
}

.flightPriceWrap
{
	margin-left: 20px;
	padding: 10px 0 10px 20px;
	border-left: 1px solid #000;
	font-size: 16px;
	font-weight: bold;
}

.readBtnName_text
{
	font-size: 16px;
	font-weight: bold;
}

.flightHeaderWrap
{
	font-size: 20px;
}

.horizontal .contentImageWrap
{
	margin-bottom: 20px;
}

.subPages_trial_sp .contentImageWrap_createDiv:before
{
	content: 'Most Popular';
	position: absolute;
	top: 0;
	left: 0;
	background: #00aac7;
	padding: 10px 20px;
	color: #fff;
}

.subPages_trial_sp .contentImageWrap_createDiv img
{
	max-width: 100%;
}

.subPages_trial_sp .pageDiv_normal_content_wrap
{
  display: flex;
  display: -webkit-flex;

  justify-content: center;
  -webkit-justify-content: center;

  flex-direction: column;
  -webkit-flex-direction: column;
}

.trial_also_see_wrap
{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}

.trial_also_see_wrap > a
{
	width: 24%;
	margin-right: 2%;
}

.trial_also_see_wrap > a:last-child
{
	margin-right: 0;
}

.trial_also_see_wrap .horizontal
{
	padding: 0;
	border-left: none;
	border-bottom: 6px solid #00aac7;
	text-align: center;
}

.trial_also_see_wrap .horizontal .contentImageWrap
{
	margin-right: 0;
}

.trial_also_see_wrap .horizontal img
{
	top: 0;
	left: 0;
}

.trial_also_see_wrap .pageDiv_normal_header_wrap h2
{
	font-size: 16px;
	margin: 0 20px;
}

.trial_also_see_wrap .pageDiv_normal_content_wrap
{
	margin-bottom: 20px;
	min-height: 68px;
    display: flex;
    display: -webkit-flex;
}

/*
.trial_also_see_wrap .horizontal
{
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.trial_also_see_wrap .horizontal:hover
{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
*/

.flightTabs
{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	border: none;

	z-index: 999;
    position: relative;
}

.flightTabs > li
{
	width: 25%;
	background: #fff;
	text-align: center;
	color: #ccc;
	border-radius: 0;
}

.flightTabs li a
{
	margin: 0;
	border-radius: 0;
	height: 60px;

	display: flex;
	display: -webkit-flex;
    align-items: center;
	-webkit-align-items: center;
    justify-content: center;
	-webkit-justify-content: center;
}

.flightTabs .active a
{
	background-color: #00aac7 !important;
	color: #fff !important;
	border-color: #00aac7 !important;
}

.subPages_flightExperence, .flightExperence_also_see_wrap
{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.subPages_flightExperence > div
{
	width: 31%;
}

.subPages_flightExperence .horizontal, .flightExperence_also_see_wrap .pageDiv_normal
{
	border-top: 6px solid #00aac7;
	border-left: none;
}

.subPages_flightExperence .contentImageWrap, .flightExperence_also_see_wrap .contentImageWrap
{
	margin-right: 0;
}

.subPages_flightExperence .horizontal img
{
	top: -35px;
}

.subPages_flightExperence .pageDiv_normal, .flightExperence_also_see_wrap .pageDiv_normal
{
	box-shadow: none;
}

.subPages_flightExperence .pageDiv_normal
{ 
	transition: all .2s ease-in-out; 
}

.subPages_flightExperence .pageDiv_normal:hover 
{ 
	transform: scale(1.1); 
	background: #00aac7;
	color: #fff;
}

.subPages_flightExperence .pageDiv_normal:hover .flightHeaderWrap
{
	color: #fff;
}

.subPages_flightExperence .pageDiv_normal:hover .btn-default
{
  background: #fff;
	border-color: #fff;
  color: #00aac7;
}

.subPages_flightExperence .pageDiv_normal:hover span
{
  color: #fff !important;
}

.flightExperence_also_see_wrap > div
{
	width: 48%;
}

/*.instagramImgWrap
{
	display: flex;
	display: -webkit-flex;
}*/

.instagramPostLink
{
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;

	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*.instagramPostLink img {
    height: 100%;
    position: absolute;
    top: 0;
    left: -50%;
    transform: translate(5%, 0);
    z-index: 4;
}*/

.instagramSection 
{
	padding-top: 0;
}

.instagramPostHeader
{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;

	padding: 5px 0;
}

.instagramPostHeader img
{
  max-width: 25px;
  max-height: 25px;
}

.aboutUs_pagesWrap
{
	position: relative;
    display: inline-block;
    width: 31.3333%;
    padding-top: 31.3333%;
    overflow: hidden;

	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.aboutUs_pagesWrap:before
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.35);
}

.aboutUs_pagesWrap:hover:after
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(199, 32, 44, 0.7);
}

.aboutUs_pagesWrap h2
{
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	z-index: 9;
	font-size: 27px;
    width: 100%;
    text-align: center;
}

.aboutUs_pagesWrapOuter
{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;

  margin-top: -20px;
  margin-bottom: 40px;
}

.aboutUsAccredicationsWrap
{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.aboutUsAccredicationsWrap h2
{
  font-size: 20px;
}

.aboutUsAccredicationsWrap > div:first-child
{
	margin-right: 30px;
}

.ourCraftSection
{
	background-image: url('/images/library/ourAircraft_bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;

	color: #fff;

  margin-top: 30px;
  padding: 60px 0;
  position: relative;
}

.ourCraftSection:before
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.35);
	z-index: 8;
}

.ourCraftContentWrap
{
	position: relative;
	z-index: 9;
}

.ourCraftContent
{
	margin-bottom: 40px;
  width: 50%;
}

.activeMonth_tab
{
	background: #00aac7 !important;
	color: #fff !important;
}

.tabContentInnerWrap
{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;

	/*padding: 50px 0 0 0;*/
}

.tab-pane
{
  padding: 50px 0;
}

.tabContentInnerWrap > div
{
	width: 48%;
}

.breakOutBoxWrap
{
	display: flex;
	display: -webkit-flex;
	color: #fff;
}

.breakOutBoxWrap img
{
	max-width: 100%;
}

.breakOutBoxWrap > div
{
	width: 50%;
}

.breakOutBoxImgWrap
{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.breakOutBoxTextWrap
{
	padding: 60px;
}

.breakOutBoxTextWrap h1
{
	margin: 0;
	font-size: 22px;
	color: #fff;
}

.white_color
{
	color: #fff;
}

.breakOutBoxBtnWrap a
{
	border-color: #fff;
}

.breakOutBoxBtnWrap a:hover
{
  background: #fff;
  color: #00aac7;
}

.menuByItSelf_footer_wrap
{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.cartOnHeaderPopUpBtn
{
	color: #00aac7;
	border-color: #00aac7;
}

.planeAnimationWrap
{
	position: relative;
}

.planeAnimationTextWrap
{
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translate(-50%, 0);
}

.newsMonths_mobile
{
	display: none;
}

.contactPage_contactDetails_desktop
{
	display: flex;
	display: -webkit-flex;
}

.contactPage_contactDetails_desktop> div:first-child
{
	margin-right: 50px;
}

.messageBoxWrap_contact_wrap
{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.readMoreArrow
{
	max-width: 20px;
	margin-left: 5px;
	cursor: pointer;
}

.readMoreBtnWrap > span
{
	cursor: pointer;
}

.readMoreArrowRotate
{
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari 3-8 */
    transform: rotate(180deg);
}

.readBtnName_less .readBtnName_text
{
	display: none;
}

.readBtnName_less:before
{
	content: 'READ LESS';
	font-weight: bold;
}

.trialFlightsWrap .contentImageWrap_createDiv
{
	width: 200px;
	height: 200px;
	overflow: hidden;
	position: relative;
}

.trialFlightsWrap .contentImageWrap_createDiv img
{
	position: absolute;
	left: -20px;
	top: -20px;
}

.readMoreBtnWrap img
{
	position: relative;
	top: -2px;
}

.defaultContentWrap h1
{
	font-size: 20px;
}

.defaultContentWrap 
{
	padding: 20px 0px 80px 0px;
}

.defaultContentWrapInner:before, .defaultContentWrapInner:after
{
	display: none;
}

.newsLinkIndexNo
{
	color: #00aac7;
}

.faqListWrap ul
{
	list-style-type: none;
	list-style-position: inside;
}


.faqListWrap li {
		font-size:18px;

}
.faqListWrap li:before {
  content: "\f105"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  font-weight:bold;
  color:#00aac7;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  font-size:24px;
}

.faqListWrap li:hover
{
	color: #00aac7;
}

.faqListWrap li:hover .newsLinkIndexNo
{
	color: #00aac7;
}

.faqListWrap li:hover a
{
	color: #00aac7;
}

.faqListWrap li a
{
	color: #6e6c6c;
	padding: 10px 0 10px 8px;
	display: inline-block;
	width: 100%;
}

.faqListWrap ol
{
	padding-left: 0;
	list-style: none;
}

.faqlistSection
{
	padding-top: 40px;
}
.expertiseDetailPage
{
	padding-top:70px !important;
}
.portfolioDetailPage
{
	padding-top:40px !important;
}
.homePage_otherPages_inde_content h1
{
	font-size: 22px;
}

.bannerSoundIconWrap img
{
	max-width: 60px;
	max-height: 60px;
}

.planeAnimationSection
{
	padding-top: 0;
}

.faqDetailsSectionWrap
{
  padding-top: 60px;
}
.faqDetailsSectionWrap p
{
  text-align:left;
}

.aDivWrap_flexi
{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
/*
.bg_white
{
	background: #fff;
}

.bg_gray
{
	background: #f3f3f3;
}

.teamImagesWrap .contentImageWrap_createDiv
{
	border-radius: 100%;
	overflow: hidden;
	width: 180px;
	height: 180px;
}

.teamImagesWrap .contentImageWrap_createDiv img
{
  position: absolute;
  top: -10px;
  left: -35px;
  max-width: 250px;
}
*/
.faqDetailsSectionWrap 
{
	text-align: center;
}

/*
.pauseIcon_banner_wrap, .playIcon_banner_wrap > img:nth-child(2), .pauseIcon_banner_wrap > img:nth-child(2)
{
	display: none;
}
*/
/*

.playIcon_banner_wrap, .pauseIcon_banner_wrap > img:nth-child(2), .playIcon_banner_wrap > img:nth-child(2)
{
  display: none;
}

.playIcon_banner_wrap:hover .playIcon_banner, .pauseIcon_banner_wrap:hover .pauseIcon_banner
{
	display: none;
}

.playIcon_banner_wrap:hover .playIconHover_banner, .pauseIcon_banner_wrap:hover .pauseIconHover_banner
{
	display: block;
}

.playPauseIcons_mobile
{
	display: none;
}

.yearMonthWrap_news
{
	justify-content: center;
	-webkit-justify-content: center;
}

.cartIconHeaderWrap a:hover
{
	border-color: #00aac7;
}

.whiteUnderlay, .grayUnderlay
{
	position: relative;
}

.whiteUnderlay:before, .grayUnderlay:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 50%;
	width: 100%;
	z-index: 1;
}

.whiteUnderlay:before
{
	background: #fff;
}

.grayUnderlay:before
{
	background: #f3f3f3;
}

.whiteUnderlay > div, .grayUnderlay > div
{
	position: relative;
	z-index: 2;
}*/

.divLinkClickClass
{
	cursor: pointer;
}

svg:not(:root) 
{
    overflow: inherit;
}
/*
.teamImagesWrap h2
{
	font-weight: bold;
	font-size: 18px;
}

.teamImagesWrap h2:first-child
{
	margin-bottom: 10px !important;
}

.teamImagesWrap .content_flight_wrap
{
	margin: 20px 0 10px 0;
}

.teamImagesWrap .content_flight_wrap p
{
	margin-bottom: 0;
}*/

.navbar-nav
{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.arrowStraight_menu
{
  display: none;
}

.open .nav-link .arrowStraight_menu
{
  display: block;
}

.open .nav-link .arrowDown_menu
{
  display: none;
}

.caret_custom img
{
  width: 18px;
}

.aboutUsAccredicationsImagesWrap
{
  display: flex;
  display: -webkit-flex;

  align-items: center;
  -webkit-align-items: center;
}

.aboutUsAccredicationsImagesWrap > div:first-child
{
  margin-right: 20px;
}

/* VERTICAL TABS _ START --*/

/* Style the tab */

.subTabsWrap
{
  display: flex;
  display: -webkit-flex;
}

.subTabsWrap > div
{
  width: 50%;
}

/* Style the buttons that are used to open the tab content */
.tab div
{
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  color: #000;
}

.activeTabTitle *
{
  color: #00aac7 !important;
}

/* Create an active/current "tab button" class */
.tab div.active
{
  color: #00aac7 !important;
}

.subTabsContentsWrap > div
{
  display: none;
}

.activeContent
{
  display: block !important;
}
/* VERTICAL TABS - ENDS --*/

/*
.trial_also_see_wrap > a > div:hover
{
  background: #00aac7;
}

.trial_also_see_wrap > a:hover .flightHeaderWrap
{
  color: #fff;
}

.subPages_flightExperence
{
  margin-bottom: 85px;
}

.flightExperence_also_see_wrap .pageDiv_normal
{
  background: #f3f3f3;
}*/

.newPageHeader
{
  font-size: 20px;
}
/*
.hideVideoPlayBtn_otherPages
{
  display: none !important;
}

.subPages_trial .pageDiv_normal > div, .subPages_flightExperence .pageDiv_normal > div
{
  height: 100%;
}

.subPages_trial .pageDiv_normal_content_wrap, .subPages_flightExperence .pageDiv_normal_content_wrap
{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-direction: column;
  -webkit-flex-direction: column;
  height:100%;
}

.trialFlightsWrap .contentImageWrap
{
	width: 250px;
}

.trialFlightsWrap .pageDiv_normal_content_wrap, .teamImagesWrap .pageDiv_normal_content_wrap
{
	width: 100%;
}

.teamImagesWrap .contentImageWrap
{
	width: 230px;
}

.contentImage_display_class
{
  margin: 35px 0;
}

.fixed_top_red_bg
{
  background: #00aac7 !important;
}

.logo_invereted
{
  display: none !important;
}

.instagramSection
{
  padding-bottom: 0;
}

.hireMe
{
	margin-left: 10px;

	position: relative;
    right: 0;
    top: -5px;
    white-space: nowrap;
}

.hireMe a
{
	font-size: 12px;
}*/

.GoBlue
{
	color: #00aac7;
}

.container {
	/*width: inherit;*/
}

	#our_expertise_banner
	{
		position:relative;
		height:100%;
		width:100%;
	}
	.our_expertise_banner
	{
		position:relative;
		height:100%;
		width:100%;
	}
	.banner_our_expertise_outer
	{
		height:400px;
	}
	.slick-dots li button:before
	{
		border:1px solid #FFF;
	}
	.slick-dots li.slick-active button:before
	{
		color: #FFF;
		background: #FFF;
	}
	.slick-dots li
	{
		display:list-item;
	    margin:0;
		margin-bottom:10px;
	}
	.our_expertise_banner_overlay
	{
	    background-color: rgba(70, 172, 189, 0.8);
		height:100%;
		width:100%;
		display:table;
	}
	.our_expertise_banner_overlay > div > div
	{
		width:60%;
		max-width:800px;
		margin:0 auto;
	}
	.our_expertise_banner_overlay > div
	{
		margin: 0 auto;
		vertical-align: middle;
		height: 100%;
		display: table-cell;
	}
	.our_expertise_banner_overlay h2,.our_expertise_banner_overlay h3
	{
		color:#FFF;
		font-weight:bold;
		margin-top:20px;
		margin-bottom:20px;
		font-size:24px;
	}
	.our_expertise_banner_overlay h2
	{
		letter-spacing:2.2px;
		border-bottom:1pt solid #FFF;
		padding-bottom:3px;
		display:inline-block;
	}
	.our_expertise_banner_overlay h3
	{
		font-size:38px;
		margin-top:0;
	}
	.our_expertise_banner_overlay p
	{
		color:#FFF;
	}
	.slick-dots
	{
		/* position: absolute; */
		/* bottom: 105px; */
		display: inline-block;
		/* width: 100%; */
		padding: 0;
		margin: auto 0;
		list-style: none;
		text-align: center;
		/* vertical-align: middle !important; */
	}
	.slick-initialized .slick-slide
	{
		display: inline-flex;
	}
	.squareButton
	{
		color:#FFF;
		border:1pt solid #FFF;
		display:inline-block;
		padding:8px 20px;
		margin-top:20px;
		font-size:16px;
		cursor:pointer;
	}
	.squareButtonGoBlue
	{
		color:#00aac7;
		border:1pt solid #00aac7;
	    display: inline-block;
		padding:8px 20px;
		font-size:16px;
	}
	.morePaddingTop
	{
		margin-top:25px;
	}
	.ourProcessIcons_details_description .squareButton:hover
	{
		color:#00aac7;
		background-color:#FFF;
		border:1pt solid #FFF;
	}
	#slickDotsNavOuter
	{
		display: flex;
		vertical-align: middle;
		position: absolute;
		/*width: 100px;*/
		height: 100%;
		left: 93%;
		top:-2%;
	}

/**************
  OUR OFFICES
***************/

.mobileMapContainer
{
	display:none;
}
.mobileContactBannerText
{
	display:none;
}
.ourOffice_home_container
{
    padding-top: 60px;
	display:flex;
	padding-bottom:120px;
}
.ourOffice_home_container .mapContainer
{
    width: 53%;
}
.ourOffice_home_container .mapContainer iframe
{
    height:100%;
	width:90%;
}
.ourOffice_home_container .officeList
{
	position:relative;
	float:right;
	width:40%;
}
.ourOffice_home_container .officeList h1
{
	color:#00aac7;
	font-size:28px;
	font-weight:bold;
	margin-bottom:40px;
	font-family:BasisGrotesquePro-Bold;
}
.officeList
{
	margin-top:none !important;
}

.ourOffice_home_container .officeList h2
{
	color:#00aac7;
	font-size:23px;
}

.officeList p
{
	margin-bottom:0;
}

.officeList .phone
{
	padding-top:15px;
}

.officeList_block
{
	display:flex;
	align-items: center;
    padding-top: 12px;

}
.officeList_block_details
{
	width:70%;
}
.officeList_block_details h2
{
	margin-top:0;
}
.officeList_block_moreInfo
{
	width:30%;
}

.officeList_block_moreInfo .squareButtonGoBlue:hover
{
	background-color:#00aac7;
	border:1pt solid #00aac7;
	color:#FFF;
}

/**********
  CAREERS
***********/

	.careers_block 
	{
		padding-bottom:40px;
	}
	.careers_block h1
	{
		font-family: BasisGrotesquePro-Bold;
		text-align:left;
		font-size:28px;
		margin-top:0;
	}
	.careers_spiel
	{
		padding-left:30px;
	}
	.careers_title h1
	{
		margin-top:50px;
	}
	.careers_title h1
	{
		margin-top:50px;
	}
	.careers_block:nth-child(1) h1
	{
		margin-top:0;
	}
	.careers_block
	{
		display:inherit !important;
		padding-top:0 !important;
	}
.surveyWrap
{
	display: inline-block;
	width: 100%;
	margin: 15px 0;
}

.surveyContactInputRelated
{
	float: left !important;
}

.surveyWrap>div>div>div
{
	display: inline-flex;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	/*float: left;*/
	width: 30%;
	margin-right: 3%;
	margin-top: 2%;
}

.surveyWrap>div>div>div>div
{
	float: left;
	text-align: left;
	word-wrap: break-word;
}

.addCommentsSurvey
{
	width: 100%;
	height: 50px;
	resize: none;
	color: #09a9c6;
}

.attachfilesSurvery>span
{
	display: inline-block !important;
	width: 100% !important;
}

.attachfilesSurvery
{
	width: 100% !important;
}

.sendSurveyBtn
{
	float: right;
	clear: both;
	border: 1px solid #ccc;
    padding: 7px 50px;
    cursor: pointer;
	color: #696969;
	margin-top:30px;
	font-size: 18px;
}

.sendSurveyBtn:hover
{
	box-shadow: 1px 1px 5px #ccc;
}

.sendSurveyBtn:active
{
	box-shadow: 1px 1px 5px #0f0;
}

.addContactInfoSurvey
{
	border: none;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    outline: none;
    margin-left: 4%;
	color: #09a9c6;
}

.otherCommentsBox
{
	outline: none;
	display: none;
	color: #09a9c6;
}
#resConfirm
{
	display:none;
}

.text-dark
{
	/*color: #000 !important;*/
}

@media (max-width: 1200px) {
	.container {
		width: 98% !important;
	}
	.bannerTextWrap  {
		margin-left:1.6vw;
		width: 45vw !important;
	}
	.headerMenuAndLogoWrap {
		width: inherit;
	}
	.subPageBannerWrap > div
	{
		width: 95%;
	}
}
