/* Slide out contact form styles
   ----------------------------- */
   
/*	Quick Reset
	-----------	*/




fieldset, img {
  border: 0;
}
address, caption, cite, den, th, var {
  font-style: normal;
  font-weight: normal;
}
caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}


.sample-content {
	margin: 200px auto;
	width: 900px;
	height: 800px;
}



/* Only the below styles needed
   ---------------------------- */
   
/* Background Overlay
   ------------------ */

.overlay {
    background:transparent url(../images/overlay.png) repeat top left;
    position:fixed;
    display:none;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    height: 100%; /* makes it work in IE8 */
    width: 100%;
    z-index:500;
}

.overlay_whatsapp{
    background:transparent url(../images/overlay.png) repeat top left;
    /*position:fixed; */
    display:none;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    height: 100%; /* makes it work in IE8 */
    width: 100%;
    z-index:500;
}

/* Contact Form
   ------------ */

#slideout {
	position:fixed;
	top: 10px;
	left: -600px;
	z-index:1000;
	
}
#slideout_whatapps {
	position:fixed;
	top: 10px;
	left:-1px;
	z-index:1000;
	
}
#contact-tab {
	float:left;
	margin-top:4px;
	margin-left:-3px;
    cursor: pointer;
    text-indent: -9999px;
}

#whats-app-tab {
	float:left;
	margin-top:4px;
	margin-left:-3px;
    cursor: pointer;
    text-indent: -9999px;
}

#contact-tab a {
	display: block;
	height:129px;
    width:40px;
	background: url(../images/contact-tab.png) no-repeat transparent;
}

#whats-app-tab a {
	display: block;
	height:129px;
    width:40px;
	background: url(../images/whats-app.png) no-repeat transparent;
}

#contact-tab a.active {
	/*background-position: -35px 0px;*/
}
 
#slidecontent {
    float:left;
    width: 600px;
	height:258px;
	margin: 4px 0px;
	background: url(../images/form_img.png) repeat scroll 0px 0 transparent;
border-radius:5px;
position:;
	-webkit-box-shadow: -6px 7px 5px rgba(0,0,0,0.24);
       -moz-box-shadow: -6px 7px 5px rgba(0,0,0,0.24);
            box-shadow: -6px 7px 5px rgba(0,0,0,0.24);
}

#slidecontent_whats_apps {
    float:left;
    width: 110px;
	height:90px;
	margin: 4px 0px;
	padding:7px;
	
	background:#fff;
border-radius:5px;
position:;
	-webkit-box-shadow: -6px 7px 5px rgba(0,0,0,0.24);
       -moz-box-shadow: -6px 7px 5px rgba(0,0,0,0.24);
            box-shadow: -6px 7px 5px rgba(0,0,0,0.24);
}

#slidecontent form {
	display:block;
	width:600px;
	height:200px;

}

#slidecontent form fieldset {
	display:block;
	width:560px;
	height:225px;
	margin: 5px;
	padding: 3px 5px 0px 15px;
	font-family: sans-serif;
}

#slidecontent form fieldset p {
	margin-bottom: 10px;
	line-height: 1.3em;
	color: #515151;
}

#slidecontent form fieldset input {

	margin-bottom: 10px;;
	font-size: 12px;
}

#slidecontent form fieldset textarea {

	margin-bottom: 1.5em;
}

#slidecontent form fieldset label {
	display: block;
	font-size:12px;
	width: 100%;
	margin-bottom:0px;
	color:#CCCCCC;
	font-weight:bold;
}

/* Nice button
   ----------- */

#slidecontent form fieldset input#submit {
	display: inline-block;
	width: 100px;
    margin: 0 auto 20px auto;
    padding: 5px 15px 6px 15px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
	background:#051B32;
	color:#FFFFFF;
	border:none;
 
}

#slidecontent form fieldset input#submit:hover {
background:#000;
}
#slidecontent form fieldset input#submit:active {
    padding-top: 6px;
    padding-bottom: 5px;
background:#000;
}

.inptext{

width:230px;
border-radius:5px;
padding:7px;
color:#999999;
border:none;

}

.inpselect {
width:230px;
height:70px;
border-radius:5px;
padding:5px;
color:#666666;
font-style:italic;
font-size:14px;
border:none;
}
#slidecontent h2{
color:#CCCCCC; 
font-size:14px; 
margin:10px 0 0px 20px;
font-family:Tahoma;

height:10px; 
border-radius:5px;

}
