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

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;
}
.contact_call{
       display:none;
   }
       .side {
	    position: fixed;
	    /* bottom: 40%; */
	    right: 12px;
	    bottom: 150px;
	    z-index: 5;
	    
    }
    .side2 {
	    position: fixed;
	    /* bottom: 40%; */
	    right: 12px;
	    bottom: 220px;
	    z-index: 5;
	   
    }
     .head_text{
        float: right; font-weight: 700;font-size: 26px; padding: 18px 0px;
    }
    .btn-page-current {
    color: #fff;
    background: #00AEEF;
}
center a {
    padding: 6px 12px;
    border: 2px solid black;
    background: #89C046;
    color: #fff;
}
center a:hover {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.services-three .serv-sec p a {
    text-transform: none; 
    border: none;
    padding: 0;
    border-radius: 0;
    display: inline-block;
    margin: 0;
    font-weight: normal;
}
p a {
    text-transform: none !important;
    border: none;
    padding: 0 !important;
    font-weight: 300 !important;
    font-size: 20px !important;
    line-height: 27px;
    /* display: inline-block; */
    margin: 0 !important;
    background: none !important;
    color: #444444 !important;
    
}
     @media only screen and (max-width: 768px) {
        .contact_call{           display:block;        }
        .head_text{        font-size: 18px;     }
        span.number {    font-size: 25px;  }
        .loader{    left: 20px !important; top: 41%; padding:30px 0; }
        .get-directions input[type="text"] {    width: 50%; } 
     }     
