/*-----------------------------------------------------------------------------

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: 1170px; margin:auto; padding:0px 30px;}

/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container{
	width:101%;
	position:relative;
	padding:0;

}

.tp-banner{
	width:100%;
	position:relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}

body.boxed-v #wrap {
	max-width: 80%;
	margin: 20px auto;
	border-radius: 3px;
	box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
  }

.neat-text {
	line-height: 1.6;
	text-align: justify;
	font-weight: 400;
}

bottom-buffer { 
	padding-bottom: 2em;
}


/* Services Slideshow */
#slideshow {
	margin: 80px auto;
	position: relative;
	height: 15rem;
	max-width: 40rem;
	padding: 15%;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  }
  
  #slideshow > div {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
  }

  #slideshow {
	  max-width: 300px;
	  max-height: 300px;
  }

  .row-centered {
	text-align: center;
}

.col-centered {
	display: inline-block;
	float: none;
	/* reset the text-align */
	text-align: left;
	/* inline-block space fix */
	margin-right: -4px;
}