/*DEMO STYLES*/
@charset "utf-8";
body{
	padding: 0 0 100px 0 !important;
}

.clear{
	clear: both;
}
*{
	margin:0;
	padding:0;
}
.topLoaderOut{
	position:absolute;
	top:0;
	left:0;
	width:50%;
	z-index:99999;
}
.topLoader{
	font-family: 'Play', sans-serif !important;
	position:absolute;
	top:200px;
	right:-40px;
	width:80px;
	height:80px;
	font-size:13px;
	color:#000000;
	background:url(../images/loader.gif) no-repeat center center #ffffff;
	text-align:center;
	z-index:99999;
	border:1px solid #cccccc;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	
	-webkit-box-shadow:  0px 0px 5px 1px #cccccc;
    box-shadow:  0px 0px 5px 1px #cccccc;
	display:none;
}
#header p{
	text-align:justify; margin-top:50px;
	line-height:24px;
}
#header p img{
	border:5px solid #ffffff; 
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.75);
	box-shadow: 0 1px 5px rgba(0,0,0,0.75);
}
#demo-details a{
	color: white;
}
#demo-details a:hover{
	text-decoration: none;
}

#demo-details .no-underline{
	text-decoration: none;
}

#demo-details{
	background:url(../images/headbg.jpg) no-repeat top center #ffffff;
	font-family: 'Century Gothic', sans-serif !important;
	left: 0;
	min-width: 960px;
	position: fixed;
	width: 100%;
	height:70px;
	z-index: 1000;
	color: #383838;
	font-size: 1.2em;
	padding: 10px 0 5px 0;
}
.BackShadow{
	width:100%;
	height:4px;
	background:#ffae00;
	position:absolute;
	bottom:-4px;
}
.shadow{
	width:100%;
	height:6px;
	background:url(../images/shadow.png) repeat-x top;
	position:absolute;
	bottom:-6px;
}
.logo{
	float:left;
	margin-right:50px;
	margin-left:15px;
}
.header{
	width: 960px;
	height:100%;
	margin:0 auto;
}
.topMenu{
	position:relative;
	margin-left:150px;
	width:auto;
	height:auto;
}
.corrent{
	position:absolute;
	width:34px;
	height:15px;
	background:url(../images/current.png) no-repeat top left;
	bottom:-15px;
	left:280px;
}

#topMenu{
	font-size:17px;
}
#topMenu li{
	padding:45px 25px 13px 25px;
	cursor:pointer;
	font-weight:bold;
}
#topMenu li.on{
	color:#e17003;
}

#demo-details li{
	vertical-align: middle;
}

#demo-details h1{
	font-size: 18px;
}

#share{
	float: right;
	line-height: 200%;
	list-style: none;
	margin: 0 40px 0 0;
	text-align: right;
	width: 390px;	
}

.logo-small{
	padding: 0 5px;
	vertical-align: middle;
}

.facebook{
	padding: 7px 0 0 0;	
}

.twitter{
	padding: 6px 0 0 0;	
}

.hire{
	font-size: 12px;
	padding: 5px 0 0 0;
}

.hire p{
	width: 170px;
}

.hire span{
	float: left;
	margin-top: -2px;
}

.hire img{
	float: right;
}

.hire a{
	padding: 0 0 0 5px;
}

#share li{
	vertical-align: top;
}

#demo-details li{
	display: inline-block;
	margin: 0 10px 0 0;
}

.medium{
	line-height: 1.4em;
	margin: 20px;
	width: 600px;	
}

.bottom{
	bottom: 0;	
}

.top{
	top: 0;	
}

#demo-links{
	float: left;
	font-size: 18px !important;
	font-weight: 200;
	margin: 5px 0 0 20px;
	width: 450px;
}

#demo-links ul{
	font-family: 'Play', sans-serif !important;
	font-size: 18px;
	line-height: 150%;
	margin: 0;
	padding: 0;	
}

a{
	padding: 5px 0;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

#main{
	border-top: #333 solid 3px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	width: 960px;
}

#content p{
	margin: 0 0 20px 0;
}

#content #product-links{
	margin: 0 0 40px 0;
	padding: 0;
}

#content #product-links li{
	display: inline-block;
	margin: 0 20px 0 0;
}

#content{
	float: left;
	line-height: 1.6em;
	margin: 0 20px 0 0;
	width: 580px;
}

#aside{
	float: right;
	width: 320px;
}

#aside small{
	font-size: 12px;
}

#aside .features{
	font-family: tahoma;
	font-size: 14px;
}

#content h3{
	font-size: 30px;
	font-weight: bold;
	margin: 15px 0 20px 0;
}

#main ul{
	line-height: 1.4em;
	list-style: disc;
	margin: 20px 0;
	padding: 0 0 0 20px;
}

#aside small{
	padding: 40px 0;
}

code{
	color: #4885D5;
	font-size: 0.8em !important;
	word-wrap: break-word;
}

pre{
	line-height: 1.4em !important;
}

p code{
	background: white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}

pre{
	background: white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 20px 0 !important;
	padding: 10px 10px 15px 10px !important;
}

.additional{
	height: 250px;
	overflow-x: scroll;
}

ol{
	font-size: 0.9em !important;
	list-style-type: lower-roman !important;
	margin: 0 0 0 20px !important;
}

#footer {
	margin: 120px 0 0 0;
	position: relative;
}

#footer ul {
	position: absolute;
	bottom: 0;
	margin: 0;
	right: 0;
	line-height: 1em;
}

#footer li {
	display: inline-block;
}

.twitter-follow-button {
	clear: both;
	float: right;
	font-family: Tahoma;
	font-size: 0.8em;
	line-height: 2em;
	width: 140px !important;
}

#footer small{
	font-size: 0.8em;
	line-height: 1.6em;
	margin-top: 27px;
	position: absolute;
	bottom: 0;
}

#client{
	width:70%; height:870px; text-align:left; margin-top:20px;
}
#client p{
	color:#333; margin-top:10px; text-align:justify;
}
#client #list-client{
	margin-top:30px;
	padding-left:50px;
}
#client #list-client li{
	list-style:none;
	margin:0px 15px 15px 0px;
	float:left;
	height:195px;
	background:url(../images/client_shadow.png) no-repeat bottom;
}
#client #list-client li img{
	border:3px solid #FFF
}
#contact{
	width:100%;
	margin:auto;
	margin-top:50px;
}
#contact_header{
background:url(../images/contact_header.png) no-repeat; text-align:center; width:942px; height:34px; color:#286ca6; font-size:18px; font-weight:bold; font-style:italic; padding-top:10px;
}
#contact_form{
	background:url(../images/bg_form_contact_m.png);
	width:820px;
	min-height:420px;
	text-align:left;
	padding:40px;
	float:left;
}
#contact_form_t{
	margin-top:60px;
	background:url(../images/bg_form_contact_t.png) top no-repeat;
	width:900px;
	height:26px;
	float:left;
}
#contact_form_u{
	background:url(../images/bg_form_contact_u.png) bottom no-repeat;
	width:900px;
	height:16px;
	float:left;
}
#contact_form #form{
	width:465px;
	height:auto;
	float:left;
}
#contact_form #form td{
	height:35px;
	color:#333;
	padding:10px 0px;
}
#contact_form #form td input[type="text"]{
	width:365px;
	height:35px;
	background:url(../images/text_box.png) no-repeat;
	border:0px;
	padding-left:5px;
}
#contact_form #form td input[type="submit"]{
	width:122px;
	height:32px;
	border:0px;
	background:url(../images/submit.png) no-repeat;
	cursor:pointer;
}
#contact_form #form td textarea{
	width:365px;
	height:160px;
}
#contact_form #contact_detail{
	width:293px;
	height:auto;
	float:right;
	text-align:left;
}
#contact_detail p{
	color:#333; margin-top:10px; text-align:justify;
	font-size:14px;
}
#contact_detail img{
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.75);
	box-shadow: 0 1px 5px rgba(0,0,0,0.75);
}

/*!DEMO STYLES*/
.inp-form:focus {
    outline: none;
    box-shadow: 0px 0px 3px #7bc1f7;
    -moz-box-shadow: 0px 0px 3px #7bc1f7;
    -webkit-box-shadow: 0px 0px 3px #7bc1f7;
}