/* CSS Document */

/*
Bootstrap Image Carousel Slider with Animate.css
Code snippet by Hashif (http://hashif.com) for Bootsnipp.com
Image credits: unsplash.com
*/
@import url(https://fonts.googleapis.com/css?family=Quicksand:400,700);

body {
    font-family: 'Quicksand', sans-serif;
    /*! font-weight:700; */
}

@font-face 
{
	font-family: 'AronGrotesque-bold';
	src: url('../../fonts/arongrotesque-bold.ttf')  format('truetype');
}

@font-face 
{
	font-family: 'myriad pro-regular';
	src: url('../../fonts/myriad pro-regular.ttf')  format('truetype');
}

@font-face 
{
	font-family: 'agencyfb';
	src: url('../../fonts/agencyfb.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'corbel-bold';
	src: url('../../fonts/corbel-bold.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'allerdisplay';
	src: url('../../fonts/allerdisplay.ttf')  format('truetype');
}
/********************************/
/*          Main CSS     */
/********************************/

.container {
	/*! width:1250px; */
}
#first-slider .main-container {
  padding: 0;
}

#first-slider .slide1 .text-left ,#first-slider .slide2 .text-left ,#first-slider .slide3 .text-left ,#first-slider .slide4 .text-left ,#first-slider .slide5 .text-left ,#first-slider .slide6 .text-left ,#first-slider .slide7 .text-left ,#first-slider .slide8 .text-left{
    margin-left: 10%;
    /*! margin-top: 43%; */
    width: 875px;
}

#first-slider .slide1 .text-right ,#first-slider .slide2 .text-right ,#first-slider .slide3 .text-right ,#first-slider .slide4 .text-right ,#first-slider .slide5 .text-right ,#first-slider .slide6 .text-right ,#first-slider .slide7 .text-right ,#first-slider .slide8 .text-right {
    text-align: right;
    /*! margin-left: 60%; */
    /*! margin-top: 57%; */
}
#first-slider .slide1 h2, #first-slider .slide2 h2, #first-slider .slide3 h2, #first-slider .slide4 h2{
    color: #fff;
    font-size: 65px;
    line-height: 26px;
    margin-bottom: 8%;
    
    font-weight: 700;
    /*! font-family: 'myriad pro-regular'; */
    font-family: 'corbel-bold';
    text-shadow: 4px 0px #000;
    white-space: nowrap;
}

#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    color: #fff;
    font-size: 65px;
    line-height: 50px;
    font-weight: 700;
    font-family: 'agencyfb';
    font-family: 'corbel-bold';
    text-shadow: 4px 0px #000;
    white-space: nowrap;
}

#first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4{
    color: #fff;
    font-size: 65px;
    line-height: 77px;
    margin-bottom: 8%;
    /*! font-family: 'AronGrotesque-bold'; */
    font-family: 'corbel-bold';
    text-shadow: 4px 0px #000;
    white-space: nowrap;
}
#first-slider .slide1 h5, #first-slider .slide2 h5, #first-slider .slide3 h5, #first-slider .slide4 h5{
    color: #fff;
    font-size: 65px;
    line-height: 95px;
    font-weight: 700;
    font-family: 'allerdisplay';
    font-family: 'corbel-bold';
    text-shadow: 4px 0px #000;
    white-space: nowrap;
}
#first-slider .slide1 h6, #first-slider .slide2 h6, #first-slider .slide3 h6, #first-slider .slide4 h6 {
    
}


#first-slider .carousel-indicators {
  bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  /*! min-height: 700px; */ 
  height: 100%;
  width:100%;
}

.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: -29%;
    right: 0%;
    top: 26%;
}

#first-slider h2 {
  animation-delay: 1s; 
}
#first-slider h3{
  animation-delay: 2s;
}
#first-slider h4 {
  animation-delay: 3s;
}
#first-slider h5 {
  animation-delay: 2s;
}
#first-slider h6 {
  animation-delay: 4s;
}

#first-slider .carousel-control {
    width: 6%;
        text-shadow: none;
}


#first-slider h1 {
  /*! text-align: center; */  
  /*! margin-bottom: 30px; */
  /*! font-size: 30px; */
  /*! font-weight: bold; */
}

#first-slider .p {
  padding-top: 125px;
  text-align: center;
}

#first-slider .p a {
  text-decoration: underline;
}
#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255, 255, 255, 0.12);
  border:none;
}
#first-slider .carousel-indicators .active{
    width: 14px;
    height: 14px;
    background-color: #ffffff4d;
  border:none;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    margin-top: 0px;
    font-size: 25px;
    color: #7d7d7d;
    width: 45px;
    background-color: #fff;
    height: 45px;
    border-radius: 50%;
    padding-top: 11px;
}
.carousel-control .fa-angle-right{
    right: 50%;
    margin-top: 0px;
    font-size: 25px;
    color: #7d7d7d;
    width: 45px;
    background-color: #fff;
    height: 45px;
    border-radius: 50%;
    padding-top: 11px;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
    /*! top: 50%; */
}


/********************************/
/*       Slides backgrounds     */
/********************************/
#first-slider .slide1 {
 /*  <!-- background-image: url(../image/bannerimage_01.jpg);-->*/
/*	background-image:url(../images/women-gym-b.png);*/
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide2 {
 /* background-image: url(http://s20.postimg.org/uxf8bzlql/image.jpg);*/
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide3 {
 /*<!-- background-image: url(http://s20.postimg.org/el56m97f1/image.jpg);-->*/
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide4 {
  /*background-image: url(http://s20.postimg.org/66pjy66dp/image.jpg);*/
      background-size: cover;
    background-repeat: no-repeat;
}

.box {
	background-color:#1d6c2f;
	padding: 9px;
	width: 745px;
	margin-left: -50%;
	margin-top: 25%;
	/*! position: relative; */
	/*! transition: all .3s ease; */
	transform: skew(25deg);
	border-right: 10px solid #fff;
	animation-delay: 2s;
}

.image-slider {
	z-index: 999;
	position: relative;
}

/********************************/
/*          Media Queries       */
/********************************/
@media only screen and (max-width: 480px) {

  .carousel-control .fa-angle-right {   
    font-size: 20px;
    width: 30px;
    height: 30px;
    padding-top: 4px;
}
  .carousel-control .fa-angle-left {   
    font-size: 20px;
    width: 30px;
    height: 30px;
    padding-top: 4px;
}
  
  #first-slider .carousel .item {
    min-height: auto;
  	 width: 100%;
}

#first-slider .slide1 h2, #first-slider .slide2 h2, #first-slider .slide3 h2, #first-slider .slide4 h2 {
	font-size:20px !important;
	line-height: 11px !important;
	margin-top: 0;
	margin-bottom: 5px;
}

#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3 {
    font-size: 9px !important;
    line-height: 20px !important;
    margin-top: 0;
    margin-bottom: 5px;
}

#first-slider .slide1 h4, #first-slider .slide2 h4, #first-slider .slide3 h4, #first-slider .slide4 h4 {
    font-size: 18px !important;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 22px;
}
#first-slider .slide1 h5, #first-slider .slide2 h5, #first-slider .slide3 h5, #first-slider .slide4 h5 {
    font-size: 14px !important;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 5px;
}
  #first-slider .slide1 h6, #first-slider .slide2 h6, #first-slider .slide3 h6, #first-slider .slide4 h6 {
  line-height: 3px;
}
.text-right {
   	/*! margin-top: 33%; */
    /*! margin-left: 0px; */
}
.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: -40%;
    right: 0;
    top: 5%;
}

.carousel-inner .item img {
    height: auto;
}
.slider img {
	height:260px;
}
.contact-btn a {
    font-size: 5px !important;
    padding: 7px 3% !important;
    border-radius: 21px 21px !important;
}
.view-btn a {
    margin-left: 2% !important;
    padding: 7px 3% !important;
}
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
.carousel-inner .item .container {
	top:30%;
	left: -40%;
}  
.box {
    padding: 3px;
    width: 480px;
    margin-left: -67%;
    border-right: 5px solid #fff;
    margin-top: 55px;
}
.image-slider {
	height: 250px !important;
    width: 250px !important;
}
#first-slider .slide1 h2, #first-slider .slide2 h2, #first-slider .slide3 h2, #first-slider .slide4 h2 {
  font-size: 40px; 
  margin-bottom: 20px !important;
  margin: 0;
  line-height: 15px;
  }
    
#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3 {
  font-size: 23px; 
  margin-bottom: 0px !important;
  margin: 0;
  line-height: 24px;
  }
  
#first-slider .slide1 h4, #first-slider .slide2 h4, #first-slider .slide3 h4, #first-slider .slide4 h4 {
 font-size: 45px; 
 margin: 0;
 margin-bottom: 8px !important;
  } 
#first-slider .slide1 h5, #first-slider .slide2 h5, #first-slider .slide3 h5, #first-slider .slide4 h5 {
  font-size: 29px; 
  line-height: 50px;
  margin-bottom: -23px !important;
  margin: 0;
  }
#first-slider .slide1 h6, #first-slider .slide2 h6, #first-slider .slide3 h6, #first-slider .slide4 h6 {
  margin-bottom: 0;
  }
  .contact-btn a {
    font-size: 12px !important;
    padding: 9px 5% !important;
    border-radius: 21px 21px !important;
}
.view-btn a {
    margin-left: 3% !important;
    padding: 9px 5% !important;
}
}





