/*
Theme Name: Customizr Pro Child
Template: customizr-pro
Author: priin
Version: 1.1
Updated: 2015-01-24 09:38:46
*/

@charset "UTF-8";

.Table {
	display: table;
}

.Title {
	display: table-caption;
	text-align: center;
	font-weight: bold;
	font-size: larger;
}

.Heading {
	display: table-row;
	font-weight: bold;
	text-align: center;
}

.Row {
	display: table-row;
	width: 70%;
}

.Cell {
	display: table-cell;
	border: none;
	padding-left: 25px;
	padding-right: 25px;
	width: 50%;
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: top;
}

.carousel-caption {
    background: none repeat scroll 0% 0%;
    vertical-align: top;
    margin-left: 0;
}

.carousel-caption .lead, .carousel-caption h1 {
    text-shadow: 0px 3px 3px rgba(11, 59, 36, 0.7);
}

.wp-caption .wp-caption-text {
    font-size: 13px;
    line-height: 15px;
}

@media all and (max-width: 768px) {
    .Table .Row .Cell {
        display: block;
        clear: both;
        width: auto;
    }
 
    .Table .Row .Cell .alignright, .Table .Row .Cell .alignleft  {
        float: none;
        margin: 0 auto;
    }
}