@font-face
{
	src: url('/css/HelveticaNeue/helveticaneue.ttf');
	font-family: HelveticaNeue;
}

@font-face
{
	src: url('/css/HelveticaNeue/HelveticaNeueBold.ttf');
	font-family: HelveticaNeueBd;
}

@font-face
{
	src: url('/css/interstate/Interstate-Regular.otf');
	font-family: Interstate;
}


body 
{
  overflow-x: hidden;
  font-family: HelveticaNeue;
  font-size: 16px;
  line-height: 1.2;
  background: #f3f3f3;
}

strong
{
	font-family: HelveticaNeueBd;
}

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

a
{
	color: #c7202c;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: HelveticaNeueBd;
}

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;
}

@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;

  }
}

.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;
}

@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;
}

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: #000 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000 !important;
}

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

footer a
{
	color: #fff;
}

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

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

.footerLegals
{
	display:flex;
	flex-direction:row;
	justify-content:center;
	margin-top:25px;
}
.footerLegals > div
{
	margin-left:10px;
	margin-right:10px;
	font-size:10px;
}
#privacyPolicyModal > div:first-child
{
	margin-bottom: 165px;
}

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: #c7202c;
    color: #fff;
	border-radius: 0;
	color: #c7202c;
  cursor: pointer;
  cursor: hand;
}

.btn-default:hover
{
	border-color: #fff;
  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;
	font-family: HelveticaNeue;
}

.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: #c7202c;
	height: 100%;
}

.submitYourIdeaFormWrap
{
	color: #fff;
}

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

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

.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;
}

.contactPage_contactDetailsWrap, .contactUsFormContentWrap
{
	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: space-between;
	-webkit-justify-content: space-between;
}

.contactPageActionBtnWrap
{
	text-align: center;
}

.contactPage_contactDetailsWrap iframe
{
	width: 100%;
    height: 300px;
}

.contactUsForm input, .contactUsForm textarea, .checkoutProcessForm input[type=text], .checkoutProcessForm textarea, .contactUsForm select
{
	width: 100%;
	margin-bottom: 30px;
	border-radius: 0;
    height: auto;
    font-size: 16px;
	background: none !important;
	border: 1px solid #fff;
}

.contactUsForm textarea, .checkoutProcessForm textarea
{
	height: 150px;
}

.contactUsFormContentWrap > div
{
	width: 50%;
}

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

.contactPageContactFormWrapInnerContainer
{
	background-image: url("/images/library/contactFormBg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

	border-top: 6px solid #c7202c;
}

.contactPageContactFormWrapInner
{
	padding: 30px;
}

.contactPageContactFormWrap_outer
{
	position: relative;
}

.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: 240px;
}


/* 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;
}

.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;
}


.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;
  font-family: HelveticaNeue;
}

.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;
	font-family: HelveticaNeueBd;
}

.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;
  /*font-family: HelveticaNeueBd;*/
}

.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;
	font-family: HelveticaNeue;
	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-family: HelveticaNeue;
	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: 50vh;
	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;
}

.newsHeadersWrap
{
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	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: #c7202c;
	margin-bottom: 20px;
    margin-top: 5px;
	font-size: 20px;
}

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

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

.servicesMainPage_subPagesWrap:after 
{
    content: '';
    background: #c7202c;
    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;
}

.findoutMoreBtnBannerWrap
{
	margin-top: 30px;
	text-align: right;
}

.findoutMoreBtnBannerWrap a
{
	font-size: 30px;
}

.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; 

    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;
}

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

.bannerTextLine
{
	/*margin: 5px;*/
	font-size: 210%;
	color: #fff;
    font-family: HelveticaNeue;
	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-family: HelveticaNeueBd;
	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-family: HelveticaNeue;
	font-weight: 400;
}

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

.processHeaderWrap
{
	font-size: 24px;
}

.process_headerUnderLine
{
	margin: 10px 0;
}

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

.process_middle_text_header b, .process_middle_text_mobile_header b
{
	font-family: HelveticaNeue;
}

.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);
	font-family: HelveticaNeue;
	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: #c7202c;
    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;
}

.news-article-list h3
{
    font-family: HelveticaNeue;
}

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

.news-article-list a:hover
{
	color: #b72d1f;
}

.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;
}

.timeLine_header
{
	font-family: HelveticaNeue;	
}

.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: #c7202c !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;
	font-family: HelveticaNeue;
}

.bannerArrowDown {
    position: absolute;
    color: #fff;
    font-size: 30px;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 50px;
}

.headerMenuAndLogoWrap 
{
    display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
	-webkit-align-items: center;
}

.cartIconHeaderWrap
{
	position: relative;
}

.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: #c7202c;
	font-family: HelveticaNeue;
}


/*.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;
}

.reorderFormContentWrap input, .reorderFormContentWrap textarea, .contactUsForm input, .contactUsForm textarea, .checkoutProcessForm input[type=text], .checkoutProcessForm textarea, .contactUsForm select
{
	-webkit-appearance: none;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 0;
	padding: 10px;
	outline: none;
	resize: none;
}

.cartQty_checkout
{
	width: 70px !important;
	text-align: center;
}

.reorderFormContentWrap textarea
{
	height: 130px;
}

.reorderFormWrapOuter
{
	background: #c7202c;
	color: #fff;
	position: relative;
	margin-top: 60px;
}

.reorderFormWrapOuter:after
{
	content: '';
	position: absolute;
	top: -5px;
	left:50%;
	width: 40px;
	height: 40px;
	background: #c7202c;

	-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;
}

.cartItemsTable_header_actionsWrap button, .myOrder_continueShoppingBtnWrap a, .checkoutProcessForm button, .contactFormSection .btn-default, .backToFaqBtn, .backToFaqsBtn, .communityWorkReadMoreBtnWrap a, .packageListBtnWrap a, .cart_header_continueShoppingBtnsWrap a, .cart_checkout_productListTable button, .cart_backhomeBtnWrap a, .readMoreBtnWrap button, .checkoutProcessForm a
{
	font-family: HelveticaNeue;
}

.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;
	font-family: HelveticaNeue;
}

.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: #c7202c;
}*/

.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;
}

.contactFormQuestionairs input
{
	text-align: center;
}

.contactPageUnderBoookForm
{
	text-align: center;
}

.contactPageUnderBoookForm hr
{
	width: 100px;
}

#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: #c7202c;
	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: #c7202c;
}

#faqs ol li span
{
	font-family: HelveticaNeue;
}

.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: #c7202c;
    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;
	font-family: HelveticaNeue;
}

.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: #c7202c;
	color: #fff;
	border-color: #c7202c;
}

.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: #c7202c;
}

.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-family: HelveticaNeue;
	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: #c7202c;
}

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

.contactPageHeaderWrap a:hover
{
	background: #fff;
	color: #c7202c !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;
}

.childName_popup
{
	color: #f00;
}

.childName_popupWrap
{
	font-family: HelveticaNeue;
}

.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;
}

.contactUsForm .nice-select
{
	border-radius: 10px;
	background: #ccc;
	line-height: inherit;
	padding-top: 4px;
	padding-bottom: 4px;
	border: none;
	line-height: 30px !important;
	float: inherit;
}

.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: #c7202c;
}

.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: #c7202c;
	background: #c7202c;
}

.sweet-alert h2
{
	color: #c7202c;
}

.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-family: HelveticaNeue;
	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-family: HelveticaNeue;
	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
{
	width: 60%;
}

.aDivWrap .aDivWrap_right
{
	width: 40%;
}

.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;
}

.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;
}

.bannerSoundIconWrap
{

}

.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: #c7202c;
}

.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: #c7202c;
	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: #c7202c;
	top: 7px;
	left: 0;
	-ms-transform: rotate(-10deg); /* IE 9 */
    -webkit-transform: rotate(-10deg); /* Safari 3-8 */
    transform: rotate(-10deg);
}

.mainContentWrap
{
	position: relative;
}

.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: #c7202c;
	padding: 20px 15px;
	position: sticky;
	position: -webkit-sticky;
	top: 30px;
	margin-top: 60px;
	z-index: 9999;
}

.storeFilterPopUpWrap_mobile
{
	display: none;
	background: #c7202c;
	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: #c7202c !important;
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-primary-o label:after
{
	background-color: #c7202c !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: #c7202c;
}

.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 > div
{
	padding: 20px;
}

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

.news-article-list:nth-child(2n+2)
{
	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;
	font-family: HelveticaNeue;
}

.briefWrap_news
{
	width: 75%;
}

.nice-select, .nice-select .list
{
	border-radius: 0 !important;
	background: #1a1a1a !important;
}

.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: #c7202c;
}

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

.supportIndeItem:hover
{
	background: #c7202c;
	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: #c7202c;
}

.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: #c7202c !important;
}

.iAgree_checkout 
{
	margin-bottom: 30px;
}

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

.modal-title {
    color: #c7202c;
    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-family: HelveticaNeue;
	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: #c7202c;
}

.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: #c7202c;
}

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

.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: #c7202c;
    outline: none;
    color: #000;
    box-shadow: none;
	font-family: HelveticaNeue;
}

.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-family: HelveticaNeue;
  font-size: 16px;
}

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

.messageBoxWrap_contact
{
	margin-top: 20px;
}

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

.contactFormQuestionairs .pretty.p-default input:checked~.state label:before {
    border-color: #c7202c !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: #c7202c;
}

.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: #c7202c;
	margin: 0 auto;
}

.yearMonthWrap_news .nice-select, .yearMonthWrap_news .nice-select .list
{
	
     background: #fff !important;
	 color: #c7202c !important;
}

.newsWrapOuter
{
	text-align: center;
}

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

.streamsIndeSubTitleWrap h4
{
	margin-top: 0;
}

.partneredTeamHeader
{
	color: #c7202c;
	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: #c7202c;
}

.popUpHeaderWrap_mobile
{
	display: none;
}

.cartFull_productName p 
{
    color: #c7202c;
	margin-bottom: 0;
	font-family: HelveticaNeue;
	font-size: 20px;
}

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

.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%;
}

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

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

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

.subPageBannerWrap > div
{
	margin-top: 100px;
}

.soundIcon_banner, .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: #c7202c;
  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 #c7202c;
}

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

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

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

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

.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: #c7202c;
}

.bg_red
{
	background: #c7202c;
}

.textCenter
{
	align-items: center;
}

.articleHome_inner
{
	text-align: center;
}

.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: #fff;
}

.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;
}

.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;
}

.homePagePageContent_custom
{
	border-top: 10px solid #c7202c;
	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;
}

.contactFormQuestionairs > div
{
	width: 50%;
}

.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
{
	box-shadow: 1px 1px 5px #ccc;
}

.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: #c7202c;
	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-family: HelveticaNeue;
	font-size: 16px;
	font-weight: bold;
}

.readBtnName_text
{
	font-family: HelveticaNeue;
	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: #c7202c;
	padding: 10px 20px;
	color: #fff;

  font-family: HelveticaNeueBd;
}

.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 #c7202c;
	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: #c7202c !important;
	color: #fff !important;
	border-color: #c7202c !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 #c7202c;
	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: #c7202c;
	color: #fff;
}

.subPages_flightExperence .pageDiv_normal:hover .flightHeaderWrap
{
	color: #fff;
}

.subPages_flightExperence .pageDiv_normal:hover .btn-default
{
  background: #fff;
	border-color: #fff;
  color: #c7202c;
}

.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: #c7202c !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: #c7202c;
}

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

.cartOnHeaderPopUpBtn
{
	color: #fff;
	border-color: #fff;
}

.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;
}

.submitBtn_submitYourIdeaWrap
{
	text-align: right;
}

.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-top: 60px;
}

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

.newsLinkIndexNo
{
	color: #c7202c;
}

.faqListWrap li
{
	border-bottom: 1px solid #000;
	color: #fff;
}

.faqListWrap li:hover
{
	background: #c7202c;
}

.faqListWrap li:hover .newsLinkIndexNo
{
	color: #fff;
}

.faqListWrap li:hover a
{
	color: #fff;
}

.faqListWrap li a
{
	color: #000;
	padding: 10px 0 10px 3px;
	display: inline-block;
	width: 100%;
}

.faqListWrap ol
{
	padding-left: 0;
	list-style: none;
}

.faqlistSection
{
	padding-top: 40px;
}

.homePage_otherPages_inde_content h1
{
	font-size: 22px;
}

.bannerSoundIconWrap img
{
	max-width: 60px;
	max-height: 60px;
}

.planeAnimationSection
{
	padding-top: 0;
}

.faqDetailsSectionWrap
{
  padding-top: 30px;
}

.faqDetailsSectionWrap  h2
{
	margin-top: 0;
	font-size: 16px;
	font-family: HelveticaNeue;
}

.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: #c7202c;
}

.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-family: HelveticaNeue;
	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: #c7202c !important;
}

/* Create an active/current "tab button" class */
.tab div.active
{
  color: #c7202c !important;
}

.subTabsContentsWrap > div
{
  display: none;
}

.activeContent
{
  display: block !important;
}
/* VERTICAL TABS - ENDS --*/


.trial_also_see_wrap > a > div:hover
{
  background: #c7202c;
}

.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: #c7202c !important;
}

.logo_invereted
{
  display: none !important;
}

.instagramSection
{
  padding-bottom: 0;
}

.hireMe
{
	font-family: HelveticaNeueBd;
	margin-left: 10px;

	position: relative;
    right: 0;
    top: -5px;
    white-space: nowrap;
}

.hireMe a
{
	font-size: 12px;
}
.review_rating{
	text-align: center;
    margin-top: 15px;
}


/* BOOKING CSS -------- 2019.11.14 ------------ START */

.card
{
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
	min-height: 340px;
	display: flex;
	flex-direction: column;
}

.cardImgWrap
{
	height: 180px;
}

.justifyContentCenter
{
	display: flex;
	justify-content: center;
}

.wrap
{
	flex-wrap: wrap;
}

.cardNames
{
  padding: 2px 16px;
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

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

.card h1
{
	font-size: 16px;
}

.font_white
{
	color: #fff;
}

.mt-1
{
	margin-top: 1rem;
}

.mt-2
{
	margin-top: 2rem;
}

.mt-3
{
	margin-top: 3rem;
}

.mt-4
{
	margin-top: 4rem;
}

.mt-5
{
	margin-top: 5rem;
}

.mb-1
{
	margin-bottom: 1rem;
}

.mb-2
{
	margin-bottom: 2rem;
}

.mb-3
{
	margin-bottom: 3rem;
}

.mb-4
{
	margin-bottom: 4rem;
}

.mb-5
{
	margin-bottom: 5rem;
}

.text-left
{
	text-align: left;
}

.text-center
{
	text-align: center;
}

.text-right
{
	text-align: right;
}

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

.form_control
{
	display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#right, #calendar
{
	position: unset !important;
}

.wizard > div.wizard-inner {
	position: relative;
}

.round-tab {
    width: 40px;
    height: 40px;
    line-height: 35px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    text-align: center;
    font-size: 20px;
}

.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
    
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

.sf_booking_nav_tabs
{
	list-style: none;
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-left: 0;
}

.sf_booking_nav_tabs:after
{
	content: '';
	width: 100%;
	height: 2px;
	background: #f00;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.sf_booking_nav_tabs li
{
	position: relative;
	z-index: 2;
}

.sf_booking_nav_tabs a h5
{
	position: absolute;
	left: -50%;
	/*transform: translate(50%, 0);*/
	text-align: center;
	white-space: nowrap;
}

.steps_checkOut_text
{
	right: 0;
	left: unset !important;
}

.steps_category_text
{
	left: 0 !important;
}

.sf_booking_nav_tabs .disabled *
{
	color: #ccc;
}

.sf_bookingCalendar_menu
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.sf_bookingStepsWrap
{
	margin-bottom: 60px;
}

.panel-danger>.panel-heading 
{
    color: #ffffff;
    background-color: #c7202c;
    border-color: #c7202c;
}

.sf_paymentCards
{
	display: flex;
	padding-left: 0;
	list-style: none;
	font-size: 45px;
}

.sf_paymentCards > li
{
	margin-right: 20px;
}

.sf_checkout_form .form-control
{
	color: #000;
}

.bookingDate
{
	pointer-events: none;
}

.bookingDate_wrap
{
	display: flex;
	align-items: center;
}

.bookingDate_wrap img
{
	max-height: 33px;
}

.shiftID
{
	display: none;
}

input.labelauty + label
{
	border:none !important;
}

input.labelauty + label > span.labelauty-checked-image
{
	border: 1px solid #c7202c;
}
input.labelauty:checked + label
{
	background-color: #c7202c !important;
}

/* BOOKING CSS -------- 2019.11.14 ------------ END */

.ui-datepicker
{
	z-index: 999 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    border: 1px solid #f3f3f3;
    /* background: #f6f6f6; */
    font-weight: normal;
    color: #454545;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3px;
}

.ui-datepicker
{
	width: auto;
	padding: 0;
}

.ui-corner-all
{
	border-radius: 0;
}

.ui-widget-header
{
	background: #c7202c;
	border: none;
}

.ui-datepicker-month
{
	margin-right: 5px !important;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year
{
	border: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active 
{
    color: #ffffff;
}

.ui-state-hover
{
	background: #c7202c !important;
	color: #fff !important;
}

.ui-datepicker-title
{
	color: #fff;
}

.ui-widget.ui-widget-content 
{
    border: none;
    box-shadow: 1px 1px 5px #ccc;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: none;
    background: none;
    font-weight: normal;
    color: #ffffff;
}

.panel-unavailable
{
	background: #ccc;
}

.panel-body {
    padding: 5px;
}

/** SPINNER CREATION **/

.loader {
  position: relative;
  text-align: center;
  margin: 35px auto 35px auto;
  z-index: 9999;
  display: block;
  width: 80px;
  height: 80px;
  border: 10px solid rgba(0, 0, 0, .5);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

#loadMe .modal-content
{
	background: #c7202c;
    border: 1px solid #c7202c;
}

#loadMe h4
{
	color: #fff;
}

#loadMe .fa
{
	color: #288f00;
	font-size: 35px;
}

.sweet-alert .sa-icon
{
	overflow: hidden;
}

.sa-button-container .btn-success 
{
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.grouponHeader
{
	text-align: center;
	background: #53a318;
	color: #fff;
	font-size: 28px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#grouponVoucherForm
{
	padding: 20px 10px;
	border: 1px solid #ccc;
	background: #fff;
}

.grouponHeader img
{
	height: 30px;
}

.grouponHeader span
{
	margin: 0 10px;
}

.selectMultipleAddons_wrap
{
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

input.labelauty:checked + label {
    background-color: #c7202c;
    color: #ffffff;
}

input.labelauty + label
{
	border: 1px solid #c7202c;
	color: #000;
	border-radius: 0;
	padding: 5px;
}

.confirmTnC_wrap
{
	display: flex;
}

.confirmTnC_text
{
	margin-left: 5px;
}

.confirmTnC_wrap label
{
	margin-bottom: 0;
}

.flightHours_gift select
{
	color: #555;
}