/*reposive*/
@media (min-width: 980px){
	.top-bar .collapse {
		display: block !important;
		height: auto !important;
		overflow: visible !important;
		visibility: inherit!important;
		padding-bottom: 0;
	}
}
/**/

/* head V2 */
header .top-bar{
	color: #555;
	min-height: 30px;
	background: #fafafa;
	border-bottom: 1px solid #eee;
	padding: 0;
}
header .social, footer .social {
	margin-right: 4px;
	line-height: 30px;
	padding-left: 0;
	margin-bottom: 0;
}
header .social li:first-child {
	border-left: 1px solid #ddd;
}
header .social li, footer .social li {
	border-right: 1px solid #ddd;
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	margin-right: 5px;
	width: 40px;
	text-align: center;
	-webkit-transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	-o-transition: background .5s ease-in-out;
	-ms-transition: background .5s ease-in-out;
	transition: background .5s ease-in-out;
	padding: 1px;
}
header .social li:hover a i, footer .social li:hover a i {
	color: #fff;
}
header .social li.facebook:hover, footer .social li.facebook:hover {
	background: #4C66A4;
}
header .social li.twitter:hover, footer .social li.twitter:hover {
	background: #2C77BA;
}
header .social li.dribbble:hover, footer .social li.dribbble:hover {
	background: #EA4C89;
}
header .social li.linkedin:hover, footer .social li.linkedin:hover {
	background: #069;
}
header .social li.rss:hover, footer .social li.rss:hover {
	background: #f60;
}
header .social li.google-plus:hover, footer .social li.google-plus:hover {
	background: red;
}
header .social li.instagram:hover, footer .social li.instagram:hover {
	background: #4c68d7;
}
 
.phone-login {
	padding: 10px 8px 0 0;
}
.phone-login .btn-group {
	margin-top: 0px;
}
.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.phone-login a {
	margin-right: 20px;
}
.phone-login i {
	margin-right: 3px;
}
[role="button"] {
	cursor: pointer;
}
.phone-login .dropdown-menu {
	margin: 8px 0 0;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
/**/


/* login */
.featured-boxes.login .featured-box {
	text-align: left;
}
.featured-boxes .featured-box {
	margin-bottom: 30px;
}
.featured-box {
	background: #F5F5F5;
	background-color: transparent;
	background: -webkit-linear-gradient(top,white 1%,#f9f9f9 98%) repeat scroll 0 0 transparent;
	background: linear-gradient(to bottom,white 1%,#f9f9f9 98%) repeat scroll 0 0 transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #ECECEC;
	border-radius: 8px!important;
	border-right: 1px solid #ECECEC;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.04);
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	min-height: 100px;
	position: relative;
	text-align: center;
	z-index: 1;
}
h2.form-signin-heading {
	border-bottom: 3px solid #f57f20;
}
h2.form-signin-heading, .login a.prev, .login a.next, .login a.prev, .login a.next {
	background: #f57f20;
}
h2.form-signin-heading {
	border-radius: 5px 5px 0 0!important;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 25px 15px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.featured-box .box-content {
    border-radius: 8px;
    border-top: 0px solid #33B8FF;
    border-top-width: 0px;
    padding: 30px 30px 10px 30px;
}
.login input.form-control, .login textarea.form-control {
    border: 1px solid #d5d5d5 !important;
    background: #fff !important;
}
.login .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.login .form-control {
    margin-bottom: 25px;
    height: 62px;
    border-color: #dddddd;
    box-shadow: none;
}

/**/