/**
*
* @copyright 	Copyright (c) 2014 {@link http://www.gsmhub.me}
* @license 		http://www.gsmhub.me
* @since 		2013-10-09
*/

body {
	background:#000 url(../../images/general/bg-col.png) repeat;
	font-family:'source_sans_proregular', Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#383838;
}

a, a:focus {
	color:#1386bf;
	outline:none;
	cursor:pointer;
	text-decoration:none; 
}

a:hover {
	text-decoration:none;
	color:#000; 
}

img {
	max-width:100%;
}

label.error {
	color:#b94a48;
	display:block;
}

label {
	font-weight:normal;
}

.alert {
	padding:10px 35px 10px 15px;
}

.mb10 { 
	margin-bottom:10px; 
}

.ml15 {
	margin-left:15px;
}

.input-group-addon {
	min-width:39px;
}

.title-one {
	text-align:center;
	padding-bottom:15px;
	margin:40px 0 30px;
	font-size:28px;
	color:#7f7f7f;
}

.main-container {
	max-width:500px; 
	margin:50px auto;
}

.inner-container {
	 border:1px solid #e5e5e5;
	 background-color:#fafafa;
	 position:relative;
	 padding:25px;
}
/**
*
* @copyright 	Copyright (c) 2014 {@link http://www.gsmhub.me}
* @license 		http://www.gsmhub.me
* @since 		2013-10-09
*/


header.navbar {
	margin:0 0 40px;
}

h1.navbar-brand {
	padding:0 10px;
	margin:0;
	height:auto;
	float:none;
}

h1.navbar-brand a {
	font-size:28px;
	display:block;
	text-align:center;
}

.field-max {
	 max-width:300px;
	 margin:0 auto;
}

.captcha-img {
	margin-top:0;
	margin-bottom:0;
}

.captcha-img input {
	width:165px;
	float:left;
}

.captcha-img img {
	border:1px solid #ccc;
	float:left;
	min-width:126px;
	min-height:33px;
	line-height:32px;
	text-align:center;
	margin:0 10px;
}

.captcha-img a {
	display:inline-block; 
	margin:3px 0 0; 
	font-size:20px; 
	line-height:normal;	
}

.login-footer {
	background-color:#103167;
	font-size:14px;
	padding:25px 0;
	color:#e6e7e8;
	text-align:center;
}

.login-footer hr {
	border-color:#898989;
}

.social-footer {
	font-family:'source_sans_prolight';
	font-size:16px;
	margin-bottom:15px;
}

.social-footer a:hover {
	color:#fff;
}

.social-footer small {
	font-size:16px;
}

.login-footer span {
	color:#74afeb;
}

[class^=social-ico] a,
[class*=social-ico] a {
	background:url(../../images/footer/social_icons.png) no-repeat;
	width:32px;
	height:32px;
	text-indent:-999em;
	display:inline-block;
}

.social-fbk a   { background-position:0 0;      }
.social-pint a  { background-position:-47px 0;  }
.social-twit a  { background-position:-94px 0;  }
.social-gplus a { background-position:-141px 0; }

.social-fbk a:hover   { background-position:0 -33px;      }
.social-pint a:hover  { background-position:-47px -33px;  }
.social-twit a:hover  { background-position:-94px -33px;  }
.social-gplus a:hover { background-position:-141px -33px; }

.foot-pad {
	font-size:18px;
}

@media (max-width:480px) {
	.main-container {
		margin:0;
	}
	
	.foot-pad {
		display:block;
	}
	
	.chk-box {
		font-size:14px;
	}
}

@media (max-width:320px) {
	.captcha-img input {
		width:110px;
	}
}

/*-- Live Chat
=========================*/
.custom-livechat {
	position:absolute;
	right:-1px;
	top:50%;
	bottom:0;
	margin-top:-58px;
	z-index:9999;
}

.btn-chat {
	line-height:28px;
	padding:6px 15px;
	height:116px;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	border-radius:4px 0 0 4px;
	background-color:#009ffd;
	*background-color:#009ffd;
	background-image:-moz-linear-gradient(top, #009ffd, #009ffd);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#009ffd), to(#009ffd));
	background-image:-webkit-linear-gradient(top, #009ffd, #009ffd);
	background-image:-o-linear-gradient(top, #009ffd, #009ffd);
	background-image:linear-gradient(to bottom, #009ffd, #009ffd);
	background-repeat:repeat-x;
	background-repeat: repeat-y;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5998', endColorstr='#ff133783', GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-chat:hover,
.btn-chat:focus,
.btn-chat:active {
	background:#0f91ff;
	color:#fff;
}

.custom-livechat .txt-chat i,
.btn-chat {
	color:#fff;
}

.custom-livechat .txt-chat {
	font-family:Arial, Helvetica, sans-serif;
	transform:rotate(270deg);
	-moz-transform:rotate(270deg);  
	-webkit-transform:rotate(270deg);  
	-o-transform:rotate(270deg);  
	-ms-transform:rotate(270deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	position:absolute;
	font-size:14px;
	font-weight:bold;
	top:75px;
	right:0;
	left:0;
}

.txt-chat span {
	margin-left:5px;
}