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

@font-face
{
	src: url('/css/GlacialIndifference-Bold.otf');
	font-family: GlacialIndifferenceBold;
}

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

@font-face
{
	src: url('/css/SourceSansPro-Bold.otf');
	font-family: SourceSansProBold;
}

body 
{
  overflow-x: hidden;
  font-family: GlacialIndifference;
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  background: #eeefef;
}

strong
{
	font-family: SourceSansProBold;
}

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

a
{
	color: #f00;
}

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

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

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;
	border-bottom: 2px solid #fff;
}

#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: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-brand {
  color: #fed136;
  font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive;
}

#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: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

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

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  /* Firefox 18- */
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  /* Firefox 19+ */
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

footer
{
  padding: 65px 0;
  text-align: center;
  background: #322f31;
  position: relative;
}

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

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

.footerMenuWrap td
{
    padding: 10px;
}

.footerMenuWrap_gap
{
    width: 50px;
}

.footerContainer .row .col-md-4:last-child
{
    padding-bottom: 0 !important;
}

.footerContainer .row
{
    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;
    align-items: center;
    -moz-webkit-align-items: center;
    -ms-webkit-align-items: center;
    -o-webkit-align-items: center;
    -khtml-webkit-align-items: center;
    -webkit-align-items: center;
}

.footerMenuWrap_outer
{
	border-left: 1px solid #fff;
}

.footerMenuWrap a
{
    color: #fff;
}

.footerMenuWrap a:hover
{
    color: #b72d1f;
}

.footerContainer .row .col-md-4
{
	padding: 30px 0;

	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;

	text-align: left;
}

.footerContainer p
{
	color: #fff;
}

.btn
{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 15px;
	font-size: 20px;
	padding: 8px 30px;

	background: none;
    color: #fff;
    border: 1px solid #fff;
}

.btn-default
{
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.btn-default:hover
{
	border-color: #fff;
}

.navbar-nav > li > .dropdown-menu
{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

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

.dropdown-menu > li
{
    /*border-bottom: 1px solid #414b4d;*/
    padding: 5px;
    text-align: left;
}

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

.submitYourIdeaFormWrap
{
	color: #fff;
}

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

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

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

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

#newsArticleListing > div
{ 
    position: relative;
	margin-bottom: 30px;
}

.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, .contactUsForm
{
	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: right;
}

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

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

.contactUsForm > div
{
	width: 50%;
}

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

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

	padding: 0 0 50px 0;
	background: #eb4d42;
}

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


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

#newsYears
{
  margin-left: 10px;
}

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

.readMoreBtnWrap_newsList_weekly
{
	bottom: 30px;
}

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

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

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

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

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

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

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

#ideaAttacment, #contactAttachment_contactPage
{
  display: none;
}

.contactPageActionBtnWrap
{
  color: #fff;
}

.footerContainer_mobile
{
    display: none;
}

.historyTimeLineHeaderWrap
{
    text-align: center;
}

.caret_custom
{
    display: block;
    font-size: 25px;
    text-align: 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: GlacialIndifferenceBold;
	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: GlacialIndifferenceBold;
	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;
}

.submitBtn_submitYourIdeaWrap button
{
	background: none;
	border-color: #fff;
	padding: 7px 25px;
	color: #fff;
}

.submitBtn_submitYourIdeaWrap button:hover
{
	color: #eb4d42;
	background: #fff;
	border-color: #fff;
}

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

.bannerHeight40VH
{
	height: 55vh;
	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: 60px;
}

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

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

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

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

.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: flex-start;
	-webkit-justify-content: flex-start;
	align-items: center;
	-webkit-align-items: center;
	text-align: left;

	position: absolute;
	left: 0;
	right: 0;
}

.bannerTextLine
{
	margin: 5px;
	font-size: 210%;
	color: #fff;
    font-family: GlacialIndifference;
	line-height: 0.8;
}

.bannerTextLine_home
{
	line-height: 1;
}

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

.bannerTextWrap > div
{
	/*margin-top: 35px;
    top: -20px;*/
}

.banner_otherPages
{
  top: 50px;
}

.slick-dots 
{
   top: 70%;
}

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

.dropdown-menu>li>a
{
	font-size: 17px;
	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;
}

.contactPageContactFormHeaderWrap
{
	margin: 60px 0;
	color: #fff;
}

.contactFormSection
{
	padding-bottom: 0;
}

.contactPageContactFormHeaderWrap h1
{
	font-family: GlacialIndifferenceBold;
	font-size: 30px;
}

.footerContainer .row .col-md-4:first-child
{
	justify-content: flex-start;
    -webkit-justify-content: flex-start;
	width: 27%;
}

.footerContainer .row .col-md-4:nth-child(2)
{
	width: 27%;
}

.footerContainer .row .col-md-4:last-child
{
	justify-content: flex-end;
    -webkit-justify-content: flex-end;
	width: 46%;
}

.footerContainer .row
{
	margin: 0;
}

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

.subPageExtraBtn
{
	border: 1px solid #b72d1f; 
	color: #b72d1f; 
	padding: 10px	;
}

.subPageExtraBtn: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: GlacialIndifference;
	font-weight: 400;
}

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

.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: GlacialIndifference;
	font-weight: 400;
	    margin-bottom: 35px;
}

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

.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: GlacialIndifferenceBold;
	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, .contactFormSection
{
    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: #eb4d42;
    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: GlacialIndifference;
}

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

.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: #fff200 !important;
	background: none;
}

.form-control
{
	color: #000;
}

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

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


.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
{
	display: flex;
	display: -webkit-flex;
}

.reorder_relatedProducts
{
	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: none;
	border-radius: 10px;
	padding: 8px;
	outline: none;
	resize: none;
    color: #000;
}

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

.reorderFormContentWrap textarea
{
	height: 130px;
}

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

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

	-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: 50px;
    text-align: center;
    padding: 10px;
    border: none;
    background: #ccc;
    -webkit-appearance: none;
    border-radius: 10px;
}

.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, .altAlbumInner_content a
{
	color: #f00;
	border-color: #f00;
	font-family: GlacialIndifference;
}

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

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

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

.popover
{
	max-width: initial;
}

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

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

.myOrder_continueShoppingBtnWrap
{
	margin-top: 30px;
}

/* PAYMENT PROCESS CSS - START */

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

.stepwizard-row, .billingDetailsHeadingWrap, .contactPageHeaderWrap, .contactFormQuestionairs > div, #faqs, .communityWorksWrap, .communityWorkInDetailWrap_inde, .connectWithUs_contactPage .aDivWrap, .menuFooterWrap, .subMenuFooterWrap_more, .subMenuFooterWrap, .packagesListIndeWrap, .cart_checkout_packageDetailsInputsWrap, .packages_bg_parallax, .reorderProductDescriptionWrap, .subPagesOthers, .clientImagesWrap, .fotekGalleryImagesWrap, .checkoutCartTotalWrap
{
    display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.subVariantsWrap_sport, .subVariantsWrap_sport > div > div, .reorder_package_wrap > div
{
	display: flex;
	display: -webkit-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: #eb4d42;
}
.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
{
	align-items: center;
	-webkit-align-items: center;
}

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

.packages_bg_parallax, .subVariantsWrap_sport > div, .reorder_package_wrap > div
{
	justify-content: center;
	-webkit-justify-content: center;
}

.clientImagesWrap, .fotekGalleryImagesWrap
{
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

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

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

.contactFormQuestionairs input
{
	text-align: center;
}

.contactUsForm, .contactPageUnderBoookForm
{
	color: #fff;
}

.contactPageUnderBoookForm
{
	text-align: center;
}

.contactPageUnderBoookForm hr
{
	width: 100px;
}

#faqs ol
{
	list-style-type:none;
	text-align:left;
	padding-left: 25px;
}

#faqs ol li
{
	text-indent:-24px;
	text-align:left;
	line-height: 200%;	
	color: #ed1b23;
}

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

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

.faqHeader
{
	margin-bottom: 30px;
}

.backToFaqBtn
{
	margin-top: 30px;
}

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

.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: #eb4d42;
    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: 5px 0;
	font-size: 20px;
}

.menuByItSelf_footer a, .menuWithChildren_footer a
{
	text-decoration: underline;
	text-transform: uppercase;
}

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

.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_wrap
{
	margin-top: 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: #eb4d42;
	color: #fff;
	border-color: #eb4d42;
}

.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, .price_popup h3, .total_popupCart h2, .checkoutCartTotal_Amount_Wrap
{
	color: #f00;
}

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

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

/*.checkoutProductImage
{
	position: relative;
	border: 5px 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: 5%;
}

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

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

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

.popover 
{
	opacity: 0.95 !important;
	border-radius: 0;
	z-index: 99999;
}

.hidePopUpCartHeader
{
	color: #f00;
	font-weight: bold;
	font-size: 30px;
	cursor: pointer;
}

.childName_popup
{
	color: #f00;
}

.childName_popupWrap
{
	font-family: SourceSansProBold;
}

#faqs a:hover
{
	color: #eb4d42;
}

.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: 8px;
	padding-bottom: 8px;
}

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

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

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

.nice-select:after
{
	width: 10px;
	height: 10px;
}

/*.yearMonthWrap_news select, .checkoutProcessForm select
{
	background: #ccc;
	border-radius: 10px;
	-webkit-appearance: none;
	padding: 6px 40px 6px 20px;
	position: relative;
	background: url('/images/library/selectDropDownIcon.png');
	background-repeat: no-repeat;
}

.checkoutProcessForm select
{
	background-size: 15px;
}

.cart_checkout_productListTable select
{
	background-position: 273px 7px !important;
}

.cardTypeSelect
{
	background-position: 540px 7px !important;
}

.cardMonthClass
{
	background-position: 540px 7px !important;
}

.linkMonthNews 
{
	background-position: 128px 6px !important;
	padding: 10px 40px 10px 20px !important;
}

.linkYearNews
{
	background-position: 73px 6px !important;
	padding: 10px 40px 10px 20px !important;
}*/

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

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

.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
{
	width: 80%;
	margin: 0 auto;
}

.checkoutFormRed
{
	color: #f00;
}

.shoppingCartImgInverted
{
	display: none;
}

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

#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: #000;
	border-color: #ccc;
}

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

.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.5em + 2px);
  height: calc(1.5em + 2px);
}

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

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

.iAgree_checkout label
{
  direction: ltr !important;
}

.iAgree_checkout
{
  margin-right: 0;
}

.iAgree_checkout .state label:before, .state label:after,
.iAgree_checkout .state .svg
{
  left: 0;
  right: auto;
  top: -5px;
}

.parallaxMobile
{
  display: none;
}

.total_popupCart, .price_popup
{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

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

.checkoutHeading_total_popup h2
{
	margin-top: 0;
	margin-bottom: 0;
}

.stepwizard-step b, .cart_checkout_productListTable th
{
	font-family: SourceSansProBold;
}

.checkOutItemHeading_popup
{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 22px;
	width: 260px;
}

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

.aDivWrap .aDivWrap_right
{
	width: 40%;
}

.buyNowBtn_reorder_mobile
{
  display: none;
}

.mfp-arrow
{
    opacity: 1;
}

.reorder_package_wrap_mobile
{
	display: none;
}

.cart_checkout_packageDetailsInputsWrap .photoColor_reorderForm
{
	font-size: 16px;
	line-height: 23px !important;
}

.cartFull_productName br, .checkOutItemHeading_popup br
{
	display: inline-block;
	margin: 10px 3px;
	content: ' ';
}

.addUpdateCartByQtyWrap_desktop
{
	margin-top: 40px;
	text-align: right;
}

.stepwizard-step:last-child
{
	pointer-events: none;
}

.actionBtnsWrap_checkout div
{
	display: none;
}

.addUpdateCartByQtyWrap_desktop
{
	margin-bottom: 20px;
}

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

.whyFotekWrap .aDivWrap_left
{
	width: 30%;
	margin-right: 5%;
}

.whyFotekWrap .aDivWrap_left img
{
	width: 100%;
}

.whyFotekWrap .aDivWrap_right
{
	width: 65%;
}



/*****************
 OPS PAGES START
*****************/

.loginFormWrap
{
	width: 660px;
    height: 400px;
    border: 1px solid;
    border-radius: 10px;
    margin: 100px auto;
}

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

.loginInputsWrap>input
{
	width: 100%;
    height: 40px;
    background: #f3f3f3;
    border: 1px solid #949494;
    border-radius: 0;
	font-size: 20px;
}

.loginInputsWrap>span
{
	float: left;
}

.loginFormWrap>h3
{
	margin-top: 80px;
}

.loginPasswordBtn {
	width: 139px;
    padding: 10px;
    font-size: 20px;
    margin-top: 20px;
    background: #e8e2e2;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    float: right;
    margin-right: 60px;
}

.loginImgHeader
{
	position: absolute;
    top: 25px;
    width: 130px;
    margin-left: -88px;
}


table.OPSlist
{
	width:60%;
	max-width:800px;
	/*margin-left:auto; 
    margin-right:auto;*/
}
.OPSlist .columnHeading,.OPSlist th
{
	padding:5px;
	min-width:20px;
	text-align:center;
	color:#FFFFFF;
	background-color:#322f31;
    white-space: nowrap;
	border:1pt solid #b7b3b5;
}
.OPSdataRow
{
	background-color:#F4F4F4;
}
.OPSdataRow:nth-child(even)
{
	background-color:#E9E9E9;
}
.OPSdataRow:hover
{
	background-color:#C8C8C8;
}
.OPSdataRow td
{
	padding:5px 8px 5px 8px;
	text-align:left;
	white-space: nowrap;
	border-collapse: collapse;
	border:1pt solid #b7b3b5;
}
.OPSdataRow td.money
{
	text-align:right;
}

.packageContentWrap
{
	/*border: 1px solid #000;*/
    width: 70%;
	max-width: 1000px;
    margin: 0 auto;
}

.wantFullPackageWrap 
{
    display: inline-block;
    width: 100%;
    border: 1px solid #000;
    padding: 20px;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.wantFullPackageWrap>div
{
	/*float: left;*/
}

.wantFullPackage
{
	margin-left: 10px;
}

.wantFullPackage>p 
{
    text-align: center;
	font-size: 20px;
}

#imgPlaceHolder
{
	font-size: 60px;
}

.packageContentHeader
{
	display: inline-block;
    width: 100%;
}

.packageContentHeader>div
{
	margin-right: 10px;
}

.packageContentHeaderImg
{
	display: inline-block;
	float: left;
}

.packageName
{
	display: inline-block;
    margin: 0 auto;
}

.packageContent {
    border: 1px solid #000;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
	display: inline-block;
}

/* for check box in individual package*/
.squaredTwo {
	width: 58px;
	height: 58px;
	background: #fcfff4;
	float: right !important;
	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	margin: 20px auto;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
}

.squaredTwo label {
	cursor: pointer;
	position: absolute;
	width: 50px;
	height: 50px;
	left: 4px;
	top: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.squaredTwo label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 30px;
	height: 12px;
	background: transparent;
	top: 10px;
	left: 7px;
	border: 6px solid #b9ff00;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredTwo label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squaredTwo input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
/* ends here*/


/* for check box in individual package*/
.squaredTwoInde {
	width: 38px;
	height: 38px;
	background: #fcfff4;
	float: right !important;
	background: #b9aeae;
	position: absolute;
    right: 0;
}

.squaredTwoInde label {
	cursor: pointer;
	position: absolute;
	width: 30px;
	height: 30px;
	left: 6px;
	top: 2px;
	background: #bfb8b8;
}

.squaredTwoInde label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 18px;
    height: 7px;
    background: transparent;
    top: 6px;
    left: 4px;
    border: 4px solid #219a00;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredTwoInde label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squaredTwoInde input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
/* ends here*/

.packageContentAmount
{
	display: none;
	float: right;
    clear: both;
}

.packageContentMainBody>div
{
	display: inline-block;
    float: left;
    width: 23%;
    margin-right: 10px;
    margin-bottom: 10px;
    min-height: 200px;
}

.OPSproductsImgWrap
{
    position: relative;
	border: 5px solid #b9aeae;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
}

.OPSproductsImgPrice
{
	position: absolute;
	background: #b9aeae;
    bottom: 0;
	right: 0;
	padding: 5px 10px;
}

.OPSproductsImg
{
	width: 100%;
}

.totalPriceBundle
{
	font-size: 30px;
    color: #8c7e7e;
    display: inline-block;
    margin-top: 15px;
    float: right;
    margin-right: 15px;
}

/*****************
 OPS PAGES END
*****************/

.altAlbumWrap
{
	border: 1px solid #000;
	padding: 60px;
	margin-top: 60px;
}

.altAlbumInnerWrap
{
	display: flex;
	display: -webkit-flex;
	/*justify-content: space-between;
	-webkit-justify-content: space-between;*/
}

.altAlbumInner_content_btn
{
	margin-top: 40px;
}

.altAlbumInner_content
{
	width: 60%;
}

.altAlbumInner_image
{
	width: 35%;
	text-align: right;
}

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

.altAlbumInner_image_mobile
{
	display: none;
}


.paymentPopUpLogo img
{
	max-width: 100px;
}

.paymentStatusText, .paymentStatusIcon
{
    text-align: center;
}

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

.cashPaymentCheckBoxWrap
{
	text-align: center;
}

.cashPaymentCheckBox
{
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.border
{
  border: 1px solid #ccc;
}

.p-2
{
  padding: 5px;
}

.opsItemDisplayWrap
{
  margin-top: 10px;
}

.paymentStatusIcon_failed_decline
{
  text-align: center;
}

/*.AllTicksBannerWrap
{
  position: absolute;
  bottom: 190px;
  z-index:9999;
}*/

.AllTicksBannerWrap img
{
  max-width: 100%;
  width: 65%;
}
.btnPhotoProtection
{
	position: absolute;
	z-index: 99999999;
}
.btnPhotoProtection > a > img
{
	margin-top:40px;
	width:50%;
}

.hideInMobile
{
  display: block;
}

.hideInDesktop
{
  display: none;
}

.packagesListIndeWrap img
{
  max-width: 282px;
}

@media (max-height: 770px)
{
	.AllTicksBannerWrap
	{
		bottom: 17vh;
	}
	.AllTicksBannerWrap img
	{
		width: 100vh;
	}
	.btnPhotoProtection > a > img
	{
		margin-top:20px;
		width:50%;
	}
}