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

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:100%;
	position:relative;
	padding:0;

}

.tp-banner{
	width:100%;
	position:relative;
}

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

.detail {
	
	height: 150px;
}


.custom-video-controls {
  z-index: 2147483647;
}

.submenu a:hover {
    background: #464C5B !important;
    width: 100%;
    display: block;
    border-radius: 0px !important;
    padding-left: 8px !important;
    transition: background-color 0s ease;
}
.main-footer .get-touch2 { margin: 10px 0 0 0; display: inline-block; width:100%; float:left;}

header.sticky .logo img {
    margin: 8px 0 0 0;
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3) {
	.main-footer .get-touch2 { margin: 40px 0 0 0; display: inline-block; width:100%; float:left;}
	
.services-one {
    padding: 90px 0 35px 0;
    margin-top: 150px;
}
	
}