.row-fluid {
	    width: 100%;
	}
	.row-fluid:before,
	.row-fluid:after {
	    display: table;
	    line-height: 0;
	    content: "";
	}
	.row-fluid:after {
	    clear: both;
	}
	.row-fluid [class*="span"] {
	    display: block;
	    float: left;
	    width: 100%;
	    min-height: 30px;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.row-fluid [class*="span"]:first-child {
	    margin-left: 0;
	}
	.row-fluid .span9 {
	    width: 74.46808510638297%;
	}
	.row-fluid .span8 {
	    width: 67%;
	}
	.row-fluid .span4 {
	    width: 33%;
	}
	.row-fluid .span3 {
	    width: 23.404255319148934%;
	}
	.text-center {
	    text-align: center;
	}
	.template-wrapper {
	    padding: 40px 30px;
	    background-color: #48c7ea;
	    /*text-shadow: #000 2px 2px 0px;*/
	}
	
	.template-wrapper * {
	    box-sizing: border-box;
	}
	.template-wrapper, .header-wrapper h3, .sidebar h4 {
	    color: #fff!important;
	}
	.template-wrapper h3, .template-wrapper h4 {
	    font-weight: bold;
	    margin: 10px 0;
	}
	.template-wrapper h3 {
	    font-size: 24px;
	    line-height: 40px;
	}
	.template-wrapper h4 {
	    font-size: 18px;
	    line-height: 30px;
	}
	h3.template-title {
	    margin-left: 30px;
	}
	.header-wrapper {
	    padding: 10px 0;
	}
	.template-content {
	    background-color: #fff;
	}
	.main-column {
	    color: #000!important;
	    padding: 0 20px;
	    text-shadow: none;
	}
	.phone-wrapper {
	    background-color: #406704;
	}
	.address {
	    background-color: #B1BB1E;
	}
	.template-wrapper img {
	    max-width: 100%;
	}
	.img-footer {
	    width: 100%;
	    height: 150px;
	}
