/*
Theme Name: Circles 
Theme URI: 
Description: Powerfully Responsive, a bold & super flexible theme
Author: Medialayout Team
Author URI: http://medialayout.com/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 0.1
Tags: blue, gray, one-column, two-columns, three-columns, right-sidebar, left-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, theme-options, translation-ready
Text Domain: circles
*/
@media (min-width: 320px) and (max-width: 480px) {
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 180%;
    height: auto;
    text-align: center;
    margin-left: -130px;
}

.carousel-inner .item img {
    width: 150%;
    height: 100%;
}
.carousel-caption p{display: none;}
    .carousel-caption {
            max-width: 50%;
    left: 0%;
    height: 100%;
    }

}


.table tr:nth-child(even) {
 background: #d7e1e9;
}

.table tr:nth-child(odd) {
}

.table td {padding:7px 7px;}


#language {float:left;}
#language a{color:#fff;}