
			.indaver-home-carousel .carousel-indicators li {
				
			}
		


			.indaver-home-carousel .carousel-indicators {
				
			}
		


			.indaver-home-carousel .carousel-control {
				
			}
		


			.indaver-home-carousel .carousel-inner {
				
			}
		

#twitter-carousel {
    background: #e6e6e6;
    padding: 15px;
    height: 230px;
}

#twitter-carousel .carousel-inner, #twitter-carousel .carousel-inner>.item {
    height: 90px;
}

.twitter-user {
    margin-bottom: 20px;
}

.twitter-user i {
    display: block;
    float: left;
    color: #bbbbbb;
    padding-right: 10px;
}

.twitter-user h3, .twitter-user a:hover, .tweet-time a:hover {
    color: #434F55;
}

.twitter-user h3 {
    margin: 0;
}

.twitter-user a {
    color: #999999;
    font-weight: normal;
}

.twitter-pic img {
    float:left;
    border-radius:7px;
    border:none;
}

.twitter-text {
    display: block;
    padding-left: 62px;
}

.twitter-text a, .twitter-text p {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-style: italic;
}

.tweet-time a {
    color: #999999;
}

.c-nav {
    text-decoration: none;
    padding: 2px 10px;
    border: 1px solid #bbbbbb;
    font-size: 15px;
    font-family: 'Lato', sans-serif !important;
    background: #ffffff;
}

.c-nav:hover, .c-nav:hover i {
    color: #ffffff;
    background: #62af35;
}

.c-nav {
    position: absolute;
    bottom: 15px;
}

.c-nav:focus {
    background: white;
    text-decoration: none;
    color: #62af35;
}

.c-nav-left {
    left: 15px;
    right: auto;
    text-align: left;
}

.c-nav-right {
    left: auto;
    right: 15px;
    text-align: right;
}

/** RESPONSIVE **/


/* Large desktop */
@media (min-width: 1200px) {

}

/* Medium Desktop */
@media (min-width: 992px) and (max-width: 1199px) {
    .twitter-pic {
        display: none;
    }
    .twitter-text {
        padding-left: 0;
    }
    .twitter-user {
        margin-bottom: 5px;
    }
    .twitter-user i {
        padding-right: 0;
        font-size: 20px !important;
    }
    .twitter-user h3 {
        font-size: 14px;
        font-weight: bold;
        display: inline-block;
        padding: 0 5px;
    }
    #twitter-carousel {
        height: 185px;
    }
    .c-nav {
        bottom: 10px;
    }
    .twitter-text a, .twitter-text p {
        font-size: 13px;
        line-height: 17px;
    }
    #twitter-carousel .carousel-inner, #twitter-carousel .carousel-inner>.item {
        height: 102px;
    }
}

/* Portrait tablet */
@media (min-width: 768px) and (max-width: 991px) {

    #twitter-carousel {
        margin-bottom: 20px;
    }
    .twitter-text a, .twitter-text p {
        line-height: 22px;
    }

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .twitter-text a, .twitter-text p {
        line-height: 22px;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    #twitter-carousel {
        height: auto !important;
    }

    #twitter-carousel .carousel-inner, #twitter-carousel .carousel-inner>.item {
        height: 220px;
        padding-bottom: 15px;
    }

    .twitter-text a, .twitter-text p {
        font-size: 16px;
        line-height: 22px;
    }
}

/* Mobile Global */
@media (max-width: 767px) {

    #twitter-carousel {
        margin-bottom: 20px;
    }

}

