 

/********************
*****Slide effect
**********************/
 @font-face {
    	font-family:"Trajan Pro Bold";
    	src: url('../fonts/trajan-pro-bold.eot') format('embedded-opentype'),
    	url('../fonts/trajan-pro-bold.woff') format('woff'),
    	url('../fonts/trajan-pro-bold.ttf') format('truetype');
    }


.fade {
    opacity: 1;
}
.fade .carousel-item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .carousel-item:first-child {
    top: auto;
    position: relative;
}
.fade .carousel-item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}


.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inline-block;
}


.bs-slider{

    z-index: 10;
    
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.30);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}








/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 40px;
    height: 40px;
    z-index: 100;
    color: #646464;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 39px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 0;
	background:#cccdcd;
    border-radius: 0;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;    text-align: center;
}
.control-round .carousel-control.right {
    right: 1%;     text-align: center;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #000;
     
    
}







/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: auto;
    top:20%;    text-align: center;
    left: 5%;
    width: auto;
    height: auto;
    
    overflow-x: auto;
  
    
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
        margin: 0 0 5px;
    padding-top: 1px; display:block;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 41px 0 0;
    width:25px; color:#ccc;
	text-align:center;
	    text-indent:inherit;
    height: 60px;     max-width: 25px;
    border:none;
    font-size:15px; color:#fff; font-weight:bold;
    overflow: hidden; display:block; clear:both;
    
    position: relative;
    letter-spacing: 1px;
    background: none;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 0;
    border-radius:0;
    
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer; margin:5px 2px;
}
.indicators-line > .carousel-indicators li + li{  background:url() no-repeat center top;
    }
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{

 border: none;
    background-color:none; color:#8fc964;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
/*.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:13px;
    height: 13px;
    border-radius: 100%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}*/



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
left: 0;
    bottom: 122px;
    right: 0;
    width: 50%;
	margin:0 auto;
	text-align:center;
    position: absolute;
    
    padding: 10px 0 10px 0;
    z-index: 100;
}
.slide-text ul {color:#fff;}
.slide-text ul li{color:#fff; display:inline;}




.slide-text > h1 {
font-family:"Trajan Pro Bold";

       padding: 0;
    color: #fff;
     font-size: 50px;
       
    font-style: normal;
 padding-bottom:15px;
    margin-bottom: 13px;
    letter-spacing: 0;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    font-weight: 600;   background:url() no-repeat center bottom;
	line-height: 51px;

}
.slide-text strong{text-transform:uppercase; display:block; color:#fff; font-family: 'Josefin Sans', sans-serif;
  font-style: normal;
  font-weight: 700;  font-weight:normal; font-size:40px; line-height:normal;    padding: 7px 0 12px;}

.slide-text > p {
    padding: 0; 
    color: #fff;
    font-size: 17px; 
  font-style: normal;
  text-align: center;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 10px;
    letter-spacing: 0; 

    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > p a{color:#000; font-size:14px; background:#fff; border-radius:4px; display:inline-block;     padding: 9px 13px 9px;
    text-shadow: none; line-height: 18px; }
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
 
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #0c225a;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}


.slide-text .btn-primary {
    display: inline-block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    background: #fff;
    font-size: 16px;
    color: #0c225a;
	text-transform:uppercase;
    border-radius: 0;
    padding: 7px 25px 6px 25px;
    border:1px solid #fff;
    transition: all 0.5s ease;
}

.respondiamond {
/*	margin-top: -275px;*/
}



/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
	
	.respondiamond {
		margin-top: -175px;
	}
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;    display: none;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }
	
	.respondiamond {
		margin-top: 0px;
	}

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px; display:none;}
    
    .slide-text h1 {
       
    }
    .slide-text > p {
        
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
  /*  .indicators-line > .carousel-indicators{
        display: none;
    }*/
	
	.respondiamond {
		margin-top: 0px;
	}

}

 @media (min-width: 1000px) and (max-width: 1199px) {
    
     
}




/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
   .indicators-line > .carousel-indicators{
    right: auto;
    top:25%;    text-align: center;
    left: 5%;
    

   }
   .slide-text {
    left: 45px;
    bottom: 288px;
   }
    
    }