/* Add here all your CSS customizations */

.footer {
    background-color: #000;
    color: #9b9b9b;
    font-size: 12px;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding: 0;
    width: 100%;
    z-index: 1;
}


.footer__nav {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    width: 100%;
}
.shuffle, .shuffle--with-bg {
    transition: all .5s ease-in-out;
    opacity: 0;
}
.background--active .shuffle--with-bg, .shuffled {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.footer__col {
    float: left;
    line-height: 25px;
    width: 50%;
}
.footer__col--intro {
    border-bottom: 1px solid #272727;
    clear: both;
    margin-bottom: 7px;
    padding-bottom: 5px;
    min-width: 100%;
}
.footer__col-title {
    color: #fff;
    margin-bottom: 4px;
    margin-top: 5px;
}
.footer__link {
    color: #9b9b9b;
    display: block;
    font-size: 12px;
    transition: color .75s ease;
}
.footer section {
    position: relative;
    padding: 20px 0 0;
}
@media screen and (min-width: 480px) {
	.footer__col {
    width: 33.333%;
}
}

@media screen and (min-width: 1024px) {
	.footer {
		padding-bottom: 20px;
		padding-top: 10px;
	}
	
	.footer__col {
		margin-left: 2.5641%;
		width: 17.52991%;
		margin-right: 3.5641%;
	}
	.footer__col--intro {
		clear: none;
		border-bottom: 0;
		margin-bottom: 0;
		min-width: auto;
		padding-bottom: 40px;
	}
	.footer__col-title {
		margin-top: -2px;
	}
}


.navbar-default {
  background-color: transparent;
  border-color: rgba(34, 34, 34, 0.05);
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
    color: #652637;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #eb3812;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.15em;
  color: #DC5B7D;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #75243A;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #FBB2C3;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
.navbar-right .dropdown-menu {
    right: auto;
    left: 14px;
}
@media (min-width: 768px) {

   .marginbottom1em { margin-bottom:0;}
   .ptop4 {padding-top:4px;}
    .navbar-toggle {position: relative; float: left; margin-left:15px;}

   
  .navbar-default {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.3);
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: #F5F5F5;
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: white;
  }
  .navbar-default.affix {
    background: #f05f40;
    background: -moz-linear-gradient(left, #7B4397 0%, #B5238A 59%, #DC2430 87%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f05f40), color-stop(59%, #f05f40), color-stop(87%, #DC2430));
    background: -webkit-linear-gradient(left, #f05f40 0%, #f05f40 59%, #DC2430 87%);
    background: -o-linear-gradient(left, #f05f40 0%, #f05f40 59%, #DC2430 87%);
    background: -ms-linear-gradient(left, #f05f40 0%, #f05f40 59%, #DC2430 87%);
    background: linear-gradient(to right, #EA9797 0%,#DA577C 59%,#EF8383 87%);
    border-color: rgba(34, 34, 34, 0.05);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #FFFFFF;
    font-size: 14px;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #eb3812;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #F2DEDE;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #f05f40;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
    float: right!important;
    clear: left;
    position: absolute;
    right: 0;
}
 
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  margin-left: 134px;
  margin-right: 16px;
  padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
    display: block;
    padding: 3px 15px 3px 5px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #fff;
    white-space: normal;
    margin-left: 5px;
    word-wrap: break-word;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: rgb(222, 155, 27);
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
    color: rgb(248, 11, 11);
    font-size: 1.2em;
    font-weight: bold;
}
@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 10px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 10px !important;
  }
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #75243A;
    /*background-color: rgb(243, 225, 230);*/
	background-color: transparent;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 12px;
    text-align: left;
    list-style: none;
    background-color: #070F13!important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    width: 100%;
}
.dropdown-header {
    display: block;
    padding: 3px 10px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
.dropdown-menu-large > li ul > li > a:hover, .dropdown-menu-large > li ul > li > a:focus {
    text-decoration: none;
    color: #FFFFFF;
    background-color: rgb(248, 126, 150);
    display: block;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #F05F40;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #FFEFF1;
    background-color: #e7e7e7;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: rgba(246, 113, 147, 0.19);
}
.navbar-default .navbar-toggle {
    border-color: rgba(220, 91, 125, 0.35);
}
.clearfix { clear: both;}
.height-xs {height: 12px;}
.height-sm {height: 14px;}
.height-md {height: 16px;}
.my-padding{
  padding: 20px;
}
.sublist-filter label{
  font-size: 12px;
  font-weight: 500;
}

#wallmain{
  height: 100% !important;
}
.info-box-title-white{
  color: whitesmoke;
}

.heading-title-black{
  color: black !important;
}
.heading-title-drak-gray{
  color: darkgray;
}

.bg-dark {
  background-color:black !important;
}

.color-link{
  color: blue !important;
  font-weight: 600;
  /* text-decoration: underline; */
}

.tile-name{
  text-transform: uppercase;
  font-size: 14px;
  color: #000 !important;
}

.tile-size{
  font-size: 12px;
  text-transform: uppercase;
}

.my-wall-container{
	padding: 25px;
}

.product-share{
  padding-left: 10px;
  font-size: 20px;
}


/* Start of social media */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}

.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 30px;
	height: 30px;
	font-size:20px;
	background-color: #D3D3D3;
}
.social-circle li i {
	margin:0;
	line-height:30px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.social-media-row{
  margin-top:20px;
}
/* End of social media */

/* STart of Where to buy */
.where-to-buy{
  padding-top:20px;
}

.where-to-buy .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  border-bottom: 2px solid #3B3E40 !important;
  color: #3B3E40 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.where-to-buy  .nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus {
  border-color: transparent !important;
  color: #3B3E40 !important;
  border-bottom-color: transparent;
}

.where-to-buy  .nav-tabs{
  border-color: transparent !important;
  border-bottom-color: transparent;
  text-transform: uppercase;
  color: #3B3E40 !important;
  border-bottom: 1px solid #F0F1F2 !important;
  letter-spacing: 2px;
}

.where-to-buy .form-control {
  height: 40px;
  line-height: 2;
}

.where-to-buy .dropdown-menu {
  background-color: white!important;
  }
  
  .address-list ul {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: scroll;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    font-size: 16px;
    font-family: Arial, sans-serif;
    -webkit-overflow-scrolling: touch;
  }
  
  .address-list li {
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
  }
  .address-list li:last-child {
    border-bottom: none;
  }
  .address-list li:nth-child(even) {
    background: #f8f8f8;
  }
  
  .address-list dt {
    float: left;
    clear: both;
    min-width: 200px;
    line-height: 2;
    font-size: 14px;
    font-weight: 600;
}
.address-list dd {
  margin-left: 200px;
  line-height: 2;
  font-size: 14px;
}
/* End of where to buy */

.mediaandall-wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.container-fostrap {
  display: table-cell;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
}
.fostrap-logo {
  width: 100px;
  margin-bottom:15px
}
h1.heading {
  color: #fff;
  font-size: 1.15em;
  font-weight: 900;
  margin: 0 0 0.5em;
  color: #505050;
}
@media (min-width: 450px) {
  h1.heading {
    font-size: 3.55em;
  }
}
@media (min-width: 760px) {
  h1.heading {
    font-size: 3.05em;
  }
}
@media (min-width: 900px) {
  h1.heading {
    font-size: 3.25em;
    margin: 0 0 0.3em;
  }
} 
.mediaandall-card {
  display: block; 
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
    transition: box-shadow .25s; 
}
.mediaandall-card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.img-card {
  width: 100%;
  height:200px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
    overflow: hidden;
}
.img-card img{
  width: 100%;
  height: 200px;
  object-fit:cover; 
  transition: all .25s ease;
} 
.mediaandall-card-content {
  padding:15px;
  text-align:left;
}
.mediaandall-card-title {
  margin-top:0px;
  font-weight: 700;
  font-size: 1.65em;
}
.mediaandall-card-title a {
  color: #000;
  text-decoration: none !important;
}
.card-read-more {
  border-top: 1px solid #D4D4D4;
}
.card-read-more a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  text-transform: uppercase
}
.font-strong{
  font-weight: bold;
}


.gallery .gallery-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.gallery .gallery-container .gallery-title {
  color: #363636;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: lighter;
  text-transform: uppercase;
}
.gallery .gallery-container .gallery-title span {
  font-weight: bold;
}
.gallery .gallery-container #gallery-video-player-close {
  color: #363636;
  font-size: 40px;
  display: none;
  position: absolute;
  top: 8px;
  right: 0;
  z-index: 4;
  padding: 20px;
  box-sizing: content-box;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
}
.gallery .gallery-container #gallery-video-player {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  padding: 16px 8px;
  opacity: 0;
  z-index: 3;
  transition: all 0.5s ease-in-out;
}
.gallery .gallery-container #gallery-video-player.gallery-video-player-active {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.gallery .gallery-container .gallery-items {
  position: relative;
  height: 600px;
  margin: -8px;
  padding: 8px 0;
  *zoom: 1;
}
.gallery .gallery-container .gallery-items:after, .gallery .gallery-container .gallery-items:before {
  content: ' ';
  display: table;
}
.gallery .gallery-container .gallery-items:after {
  clear: both;
}
.gallery .gallery-container .gallery-items .gallery-item {
  position: relative;
  float: left;
  width: 16.666%;
  height: 33.333%;
  padding: 8px;
  transition: all 0.5s ease-in-out;
}
.gallery .gallery-container .gallery-items .gallery-item.video {
  cursor: pointer;
}
.gallery .gallery-container .gallery-items .gallery-item.video:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 60px;
  height: 60px;
  background: #000;
  border-radius: 100%;
  opacity: 0.75;
}
.gallery .gallery-container .gallery-items .gallery-item.video:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  margin-left: 0.5%;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #fff;
  opacity: 0.75;
}
.gallery .gallery-container .gallery-items .gallery-item:first-child {
  width: 50%;
  height: 100%;
}
.gallery .gallery-container .gallery-items .gallery-item:nth-child(6n) {
  float: right;
  width: 33.333%;
  height: 66.666%;
}
.gallery .gallery-container .gallery-items .gallery-item .gallery-item-inner {
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
}
@media (max-width: 1024px) {
  .gallery .gallery-container .gallery-items .gallery-item {
    width: 20%;
    height: 33.333%;
  }
  .gallery .gallery-container .gallery-items .gallery-item:first-child {
    width: 40%;
  }
  .gallery .gallery-container .gallery-items .gallery-item:nth-child(6n) {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .gallery .gallery-container .gallery-items {
    height: auto;
  }
  .gallery .gallery-container .gallery-items .gallery-item {
    width: 30%;
    height: 200px;
  }
  .gallery .gallery-container .gallery-items .gallery-item:first-child {
    width: 70%;
    height: 400px;
  }
  .gallery .gallery-container .gallery-items .gallery-item:nth-child(4n) {
    width: 100%;
    height: 250px;
  }
  .gallery .gallery-container .gallery-items .gallery-item:nth-child(6n) {
    float: right;
    width: 70%;
    height: 400px;
  }
}
@media (max-width: 480px) {
  .gallery .gallery-container .gallery-items {
    height: auto;
  }
  .gallery .gallery-container .gallery-items .gallery-item {
    width: 35%;
    height: 150px;
  }
  .gallery .gallery-container .gallery-items .gallery-item:first-child, .gallery .gallery-container .gallery-items .gallery-item:nth-child(4n), .gallery .gallery-container .gallery-items .gallery-item:nth-child(6n) {
    width: 35%;
    height: 150px;
  }
  .gallery .gallery-container .gallery-items .gallery-item:nth-of-type(2), .gallery .gallery-container .gallery-items .gallery-item:nth-of-type(3), .gallery .gallery-container .gallery-items .gallery-item:nth-of-type(6), .gallery .gallery-container .gallery-items .gallery-item:nth-of-type(7) {
    width: 65%;
    height: 150px;
  }
  .gallery .gallery-container .gallery-items .gallery-item:last-child {
    width: 100%;
  }
}
.container-social-media {
  margin: auto;
  width: 100%;
}
.container-social-media div {
  display: flex;
  padding: 20px;
  box-sizing: border-box;
  justify-content: center;
}
.container-social-media div:nth-child(1) {
  background: #111E6C;
}
.container-social-media div:nth-child(2) {
  background: #1034A6;
}
.container-social-media div:nth-child(3) {
  background: #000080;
}
.container-social-media div:nth-child(4) {
  background: #0080FF;
}
.container-social-media div:nth-child(5) {
  background: #6593F5;
}
.container-social-media div:nth-child(6) {
  background: #008ECC;
}
.container-social-media i {
  font-size: 80px;
  color: #FFF;
}

@media (min-width: 900px) {
  .title {
    font-size: 60px;
  }

  .container-social-media {
    display: flex;
    height: 30vh;
  }
  .container-social-media div {
    display: flex;
    width: 30%;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
  .container-social-media i {
    font-size: 100px;
    margin-top: 70px;
  }
}


.calculate-tile-dropdown-menu {
  background-color: #fff !important;
}


.mission-management-font{
  font-size: 18px;
}