





/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {

  z-index: 10;

margin:3% auto ;

  
  
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 25rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 25rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */




/* Xenofex style */





.scroll-mnu {
	background-color: #fff;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
        z-index:20;
}







.xenzag {
text-transform: uppercase;
font-weight: bold;
color: black;
font-size:25px;
}



.xenzag2 {
text-transform: uppercase;


font-size:16px;
}



.xenofex-button {

background: #408fa0;
background: #282828;
width: 100%;
padding-top: 4px !important;
padding-bottom: 4px !important;
border-radius: 3px !important;
font-weight: bold; 
color: white;
}


.xenofex-button:hover {


padding-top: 4px !important;
padding-bottom: 4px !important;
border-radius: 3px !important;
font-weight: bold; 
color: #ffc611;

}



.dropdown-item {
padding-top: 5px;
padding-bottom: 5px;
color: black;

}

.dropdown-item.active{
color: #406FEC;
background-color: white;
}

.dropdown-item:hover{
color: #406FEC;
background-color: white;
}



.dropdown-menu a:hover {


  color: #408fa0;
}


.nav-item {
margin-left: 0px;
margin-right: 20px;
}

.nav-link {
padding-top: 20px;
padding-bottom: 20px;


}

.navbar-nav .nav-item .nav-link {
    color: black;
}
.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link {
   
  color: #408fa0;
}


}

.nav-link:hover {
color: #ff6d00 !important;
font-weight: bold;

}

.navbar {

background: white;
}

.tradeblock {
background: white;
padding: 30px;
border-radius: 4px;
}

.tradeblock img{

border-radius: 5px;
}



.tradeblock:hover { 
background: white;
box-shadow: 0 0 40px 7px rgba(0,0,0,0.14);
padding: 30px;
}



.otst-1 {
padding-left: 55px;
}


.xquote {
padding: 20px;
border-left: 5px #408fa0 solid;

line-height: 26px;
margin: 25px 0px;
}

.xen-btn {
visibility: hidden;

}




.tradeblock:hover .xen-btn { 

visibility: visible;
}

.ixen {
margin:5px;
max-width: 100%;
}






div.ixen {
    position: relative 



}













	
.flip-container {
perspective: 1000;
}
 
.flip-container:hover .flipper, .flip-container.hover .flipper {
transform: rotateY(180deg);
}
 
.flip-container, .front, .back {
width: 100%;
height: 100%;
}
.flipper {
transition: 0.6s;
transform-style: preserve-3d;
 
position: relative;
}
.front, .back {
backface-visibility: hidden;
 
position: absolute;
top: 0;
left: 0;
}
.front {
z-index: 2;
}
.back {
transform: rotateY(180deg);
}











div.ixen p {
 position: relative;
margin: 0;
visibility: hidden;
color: white;
font-weight: bold;
position: absolute;
top: 55%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%) 




 
}







.ixen:hover p{
visibility: visible;
top: 50%;
transition: top .3s linear;
}
.ixen:hover img{
filter: brightness(25%);
transition: filter .2s;
}

@media (max-width: 768px) { 
.xen-btn {
visibility: visible;
}
.xenzag {

font-size:24px;
}

}


@media (max-width: 576px) { 
.xen-btn {
visibility: visible;
}
.xenzag {

font-size:22px;
}


}





























/* End of Xenofex style */



@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }


}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }


}
