/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:   	1.0
date:      	07/27/11
author:		themepunch
email:     	support@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/



.boxedcontainer		{	max-width: 1280px; margin:auto; }

/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;

}

.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}

.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    
}
.row-centered {
    text-align:center;
}
.carousel-control.left {
    background: rgba(0, 0, 0, 0) url("../images/arrow-left.png") no-repeat scroll 0 0 / 100% auto;
    height: 54px;
    left: 3%;
    top: 80%;
    width: 76px;
}
.carousel-control.right {
    background: rgba(0, 0, 0, 0) url("../images/arrow-right.png") no-repeat scroll 0 0 / 100% auto;
    height: 54px;
    left: auto;
    right: 3%;
    top: 80%;
    width: 76px;
}

a {
    color: #1C355D;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
width: 100% !important;
}