﻿/**
 * JS Social Tabs Slider
 * @license    GNU/GPL http://www.gnu.org/copyleft/gpl.html
 * @link       http://facebooklikebox.net
 */

#social_slider {
	height: 0;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 1;
}

#likebox_1 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 0 0 0 4px;
	border-left:1px solid #e3e4e4;
	border-bottom:1px solid #e3e4e4;
	background-color: #fff;
	position: relative;
	z-index: 10009;
	box-shadow:1px 1px 2px rgba(0,0,0,0.1);
	width:auto;
	position:absolute;
	left:auto;
	
}

#likebox_1_1 {
	text-align: left;overflow:hidden; position:relative;
}
#likebox_1_1 iframe { position:absolute; left:-1px; top:-1px; margin-bottom:-1px;}
#likebox_1 img {
	position: absolute; 
	top: 0px; 
	cursor: pointer;
	border: 0;
}

#likebox_1 iframe {
	border:0px;
	overflow: hidden; 
	position: absolute;
	width:100%;
	height: 100%;
}

#polecam_1 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 0 0 0 4px;
	border-left:1px solid #e3e4e4;
	border-bottom:1px solid #e3e4e4;
	background-color: #fff;
	position: absolute;
	z-index: 10008;
	box-shadow:1px 1px 2px rgba(0,0,0,0.1);
	width:auto;
	position:absolute;
	left:auto;
}

#polecam_1_1 {
	text-align: left;overflow:hidden; position:relative;
}
#polecam_1_1 iframe { position:absolute; left:-1px; top:-1px; margin-bottom:-1px;}

#polecamy_img {
	position: absolute; 
	top: 0px; 
	border: 0;
	cursor: pointer;
}

#youtube_1 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 0 0 0 4px;
	border-left:1px solid #e3e4e4;
	border-bottom:1px solid #e3e4e4;
	background-color: #fff;
	position: absolute;
	z-index: 10006;
	box-shadow:1px 1px 2px rgba(0,0,0,0.3);
	width:auto;
	position:absolute;
	left:auto;
	padding:5px;
}

#youtube_1_1 {
	text-align: left;overflow:hidden; position:relative;
}
#youtube_1_1 iframe { position:absolute; left:0px; top:0px;}

			
#linkedin_1 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #006699;
	position: fixed;
	display:block;
	z-index: 10004;
}


#contactus_1 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 0 0 0 4px;
	border-left:1px solid #e3e4e4;
	border-bottom:1px solid #e3e4e4;
	background-color: #fff;
	z-index: 10007;
	box-shadow:1px 1px 2px rgba(0,0,0,0.3);
	width:auto;
	position:absolute;
	left:auto;
	
}
#contactus_1 h3 { font-size:20px; color:#292f38; text-transform:capitalize; font-weight:300;}
#contactus_1_1 {
	text-align: left;overflow:hidden; position:relative;height:560px;
}

#contact_img {
	position: absolute; 
	border: none;
	cursor: pointer;
}


#contact h1 { margin: 10px 0 10px; font-size: 24px; color: #333333; }
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#contact { display: block; width: 266px; height: 560px; padding: 20px; text-align: left; position:absolute; left:0; top:0;  }

#contact input.contact_input { width:99%; height:36px; padding:8px 10px; border-radius:3px;border:2px solid #e2e6e7; background:#f5f7f8; box-shadow:none; margin-bottom:15px; color:#696e6e;}
#contact textarea { width:99%; height:36px; padding:8px 10px; border-radius:3px;border:2px solid #e2e6e7; background:#f5f7f8; box-shadow:none; margin-bottom:15px; color:#696e6e; min-height:160px; max-width:224px;}

#contact fieldset { padding:20px; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; }
#contact legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }
#contact span.required{ font-size: 12px; color: #696e6e; display:inline-block; } 
#contact span.required i { color:#428bca;}
#contact .verify  { display:inline-block;}
#contact .wrapper { width:100%;}
#contact .wrapper  label { float:left; font-weight:normal; padding-top:5px; margin-right:10px;}
#contact .wrapper input { width:40px; float:left;}
#message { margin:0; padding: 0; }

.error_message { display: block; height: auto; line-height: 22px; background: #FBE3E4; padding: 3px 10px 3px 10px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; margin:0  0 10px 0; }

.loader { padding: 0 10px; }

#contact #success_page h1 { background: url('../images/success.gif') left no-repeat; padding-left:22px; }

acronym { border-bottom:1px dotted #ccc; }