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

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;
}


@media only screen and (max-width:480px){
	
	.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
    position: absolute;
    visibility: hidden;
    -webkit-font-smoothing: antialiased !important;
    display: none;
}
	
	.logo img {
    width: 222px !important;
}
	
}


/*Whatapp code start*/


.rs_whatsapp_icon{
   right: 10px;
    display: block;
    position: fixed;
    bottom:180px;
    width: 50px;
    z-index: 999;
    height: 50px;
    margin: 0 auto;
    background-image: url(../images/whatsapp.png);
    background-size: cover;
}


.rs_call_icon{
   right: 10px;
    display: block;
    position: fixed;
    bottom:120px;
    width: 50px;
    z-index: 999;
    height: 50px;
    margin: 0 auto;
    background-image: url(../images/call.png);
    background-size: cover;
}


.rs_mobile_query {
    display:block !important;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.rs_mobile_query a {
    padding: 8px;
    font-size:25px;
    text-align: center;
    background:#C00;
    color: white;
    width:100%;
    display: inline-block;
    font-weight: bold;
    margin-top:10px;
}

@media only screen and (max-width: 767px){
.rs_mobile_query {
    display: block;
        position: fixed;
}
	
.rs_mobile_query a{margin-top:0em;}
.box_mobile p{font-size:14px}

}

/*//Whatapp code start*/

