/*
* ------------------------------------------------------------------
* 
* Carousel slider - Style 1
*
* ------------------------------------------------------------------
*/
.style1 .id-slideshow-caption {
    background-color: rgba(0, 0, 0, 0.2);
    bottom: 0;
    color: #ffffff;
    padding: 1em 1em 2em;
    position: absolute;
    text-align: center;
    width: 100%;
}

.style1 .id-slideshow-caption h3{
    width:70%;
    margin:8px auto;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.style1 .id-slideshow-caption p{
    width:70%;
    margin:10px auto;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.style1 .id-slideshow-caption .btn{
    background-color:#3D3D3D;
    margin:10px 0 15px;
}

.style1 .carousel-indicators {
    bottom: 0px;
}

@media screen and (max-width: 768px){
    
    .style1 .id-slideshow-caption{
        padding:1em;
    }

    .style1 .id-slideshow-caption p {
        display: none;
    }
}


/*
* ------------------------------------------------------------------
* 
* Carousel slider - Style 2
*
* ------------------------------------------------------------------
*/
.style2 .id-slideshow-caption {
    position: absolute;
    right: 0;
    top: 50px;
    padding: 2.4em;
    background-color: rgba(0,0,0,0.8);
    color:#ffffff;
}

.style2 .id-slideshow-caption h3{
    margin-top:0px;
}

.style2 .carousel-indicators li{
    margin: 0.75em 0.2em;
}

.style2 .carousel-indicators .active{
    width:10px;
    height:10px;
}

@media (max-width: 1200px) {
    .style2 .id-slideshow-caption {
        top: 0;
    }

    .style2 .carousel-indicators {
        bottom: 50px;
    }
}

@media screen and (min-width: 768px){
    .style2 .carousel-indicators {
        bottom: 0px;
    }
}

@media screen and (max-width: 768px){

    .style2 .id-slideshow-caption p {
        display: none;
    }

    .style2 .id-slideshow-caption h3 {
        margin: 5px;
        color:#ffffff;
    }
    
    .style2 .id-slideshow-caption {
        padding: 1em;
        width: 100%;
        bottom: 0px;
        background:none;
    }
    
    .style2 .carousel-indicators {
        bottom: 0px;
    }
}


/*
* ------------------------------------------------------------------
* 
* Carousel slider - Style 3
*
* ------------------------------------------------------------------
*/

.style3 .id-slideshow-caption{
    color: #ffffff;
    padding: 1em 1em 2em;
    position: absolute;
    text-align: center;
    top: 34%;
    width: 100%;
}

.style3 .id-slideshow-caption h3{
    width:70%;
    margin:8px auto;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.style3 .id-slideshow-caption p{
    width:70%;
    margin:10px auto;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    font-size: 1.5em;
    font-weight: bold;
}

.style3 .id-slideshow-caption .btn{
    background-color:#3D3D3D;
    margin:10px 0 15px;
}

.style3 .carousel-indicators {
    bottom: 0px;
}

@media screen and (max-width: 768px){
    
    .style3 .id-slideshow-caption{
        padding:1em;
        top:20%;
    }

    .style3 .id-slideshow-caption p {
        display: none;
    }
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
    
   .style3 .id-slideshow-caption{
        top:5%;
    }
    
    .style3 .id-slideshow-caption .btn{
        margin-top:0px;
    }
    
}


/*
* ------------------------------------------------------------------
* 
* Carousel slider - Style 4
*
* ------------------------------------------------------------------
*/
.style4 .id-slideshow-caption {
    background-color: rgba(255, 255, 255, 0.7);
    bottom: 45px;
    color: #000000;
    padding: 5px 15px;
    position: absolute;
    right: 0;
    width: 55%;
}

.style4 .id-slideshow-caption h3{
    margin-top:0px;
}

.style4 .id-slideshow-caption p{
    margin-bottom:0px;
    font-size:1.2em;
}

.style4 .id-slideshow-caption img{
    margin-bottom:0px;
}

.style4 .carousel-indicators li{
    margin: 0.75em 0.2em;
}

.style4 .carousel-indicators .active{
    width:10px;
    height:10px;
}

.style4 .carousel-control .icon-prev, .style4 .carousel-control .icon-next, .style4 .carousel-control .glyphicon-chevron-left, .style4 .carousel-control .glyphicon-chevron-right {
    background: none repeat scroll 0 0 red;
    border-radius: 50%;
    color: #c0c0c0;
    display: inline-block;
    font-size: 1.3em !important;
    height: 1.5em !important;
    padding: 0.2em;
    position: absolute;
    top: 50%;
    width: 1.5em !important;
    z-index: 5;
}

.style4 .glyphicon-chevron-left{
    padding: 0.25em 0.1em !important;   
}

@media (max-width: 1200px) {
    .style4 .id-slideshow-caption {
        
    }

    .style4 .carousel-indicators {
        bottom: 50px;
    }
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .style4 .id-slideshow-caption p {
        font-size: 1.1em;
    }
}

@media screen and (min-width: 768px){
    
    .style4 .id-slideshow-caption p {
        font-size: 1.1em;
    }
    
    .style4 .carousel-indicators {
        bottom: 0px;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    
    .style4 .id-slideshow-caption img{
        display:block;
    }

}

@media screen and (max-width: 768px){
    
    .style4 .id-slideshow-caption img{
        display:block;
    }

    .style4 .id-slideshow-caption h3 {
        margin: 5px 5px 5px 0;
        color:#000000;
    }
    
    .style4 .carousel-indicators {
        bottom: 0px;
    }
    
    .style4 .carousel-control .icon-prev, .style4 .carousel-control .icon-next, .style4 .carousel-control .glyphicon-chevron-left, .style4 .carousel-control .glyphicon-chevron-right{
        top:40% !important;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .style4 .id-slideshow-caption {
        background-color: rgba(255, 255, 255, 0.7);
        padding: 2px 15px;
        width: 100%;
        bottom: 0px;
    }
    
    .style4 .id-slideshow-caption p{
        margin-bottom:0px;
        font-size:1em;
    }
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
    .style4 .id-slideshow-caption {
        background-color: rgba(255, 255, 255, 0.7);
        padding: 2px 15px;
        width: 100%;
        bottom: 0px;
    }
    
    .style4 .id-slideshow-caption p{
        margin-bottom:0px;
        font-size:0.7em;
    }
    
    .style4 .id-slideshow-caption img{
        max-width:80px;
    }
    
    .style4 .id-slideshow-caption h3{
        color:#000000;
        margin-left:0px;
    }
    
    .style4 .carousel-control .icon-prev, .style4 .carousel-control .icon-next, .style4 .carousel-control .glyphicon-chevron-left, .style4 .carousel-control .glyphicon-chevron-right{
        top:30% !important;
        background-color: transparent;
    }
}




/*
* ------------------------------------------------------------------
* 
* Carousel slider - General
*
* ------------------------------------------------------------------
*/
.carousel .item {
    -webkit-transition: opacity 3s !important; 
    -moz-transition: opacity 3s !important; 
    -ms-transition: opacity 3s !important; 
    -o-transition: opacity 3s !important; 
    transition: opacity 3s !important;
}

.carousel .item.active.left {
    left:0 !important;
    opacity:0 !important;
    z-index:2 !important;
}

.carousel .item.next {
    left:0 !important;
    opacity:1 !important;
    z-index:1 !important;
}

.awesome-main-widget{
    padding-left: 0px;
    padding-right: 0px;
}

div.carousel-inner div.item{
    padding-bottom: 40%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-control.left, .carousel-control.right{
    background: none !important;
    opacity:1 !important;
    
     -webkit-transition: all 2s ease;
     -moz-transition: all 2s ease;
       -o-transition: all 2s ease;
      -ms-transition: all 2s ease;
          transition: all 2s ease;
}

.carousel-control.left:hover{
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0) 100%) !important;
    background-repeat: repeat-x;
}

.carousel-control.right:hover{
    background: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0) 100%) !important;
    background-repeat: repeat-x;
}


/*
* ------------------------------------------------------------------
* 
* Carousel slider - Video Embed
*
* ------------------------------------------------------------------
*/
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}