/*
 * Bootstrap v3.3.4
 * ALL Right Reserved By Nexthon.com
 * For More Info Visit nexthon.com
 * Designed By: Rizwan Akram
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
@import url(font-awesome.min.css);
@import url(bootstrap.min.css);

* {
	outline: none !important;
}

html, body {
	height: 100%;
	background: #E3E3E3 url(../images/background.jpg) center top no-repeat;
}

body {
	/*font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;*/
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
}

ol, ul {
	padding: 0;
	margin: 0;
}

textarea {
	resize: none;
}

strong, .strong {
	font-weight: 600;
}

.transition, a, .fa, .form-control, .badge, .cat {
	-webkit-transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	-transition: .5s;
}

.primary-bg-color {
	background-color: #10447D;
}
.secondary-bg-color {
	background-color: #F5F5F5;
}
.theme-card {
	background-color: #FFF;
}
.primary-text-color {
	color: #222;
}
.secondary-text-color {
	color: #777;
}
.link-color, a {
	color: #306AA8;
}
.white-text,
.white-text:hover,
.white-text:focus,
.white-text:active {
	color: #FFF;
	text-decoration: none;
}
.shadow-1 {
	box-shadow: 0 1px 2px rgba(16, 68, 125, 0.2);
	-webkit-box-shadow: 0 1px 2px rgba(16, 68, 125, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(16, 68, 125, 0.2);
}
.shadow-2 {
	box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.3);
}

/*LINE-CLAMP*/
.line-clamp {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-clamp:after {
    content: '...';
    text-align: right;
    bottom: 0;
    right: 0;
    width: 25%;
    display: block;
    position: absolute;
    height: calc(1em * 1.2);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 75%);
}

@supports (-webkit-line-clamp: 1) {
    .line-clamp:after {
        display: none !important;
    }
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
    height: calc(1em * 1.5 * 1);
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
    height: calc(1em * 1.5 * 2);
}

.line-clamp-3 {
    -webkit-line-clamp: 3;
    height: calc(1em * 1.5 * 3);
}

.line-clamp-4 {
    -webkit-line-clamp: 4;
    height: calc(1em * 1.5 * 4);
}

.line-clamp-5 {
    -webkit-line-clamp: 5;
    height: calc(1em * 1.5 * 5);
}

/*HEADER*/
.navbar {
	border-radius: 0;
}

.navbar-brand {
	padding: 8px 15px;
}

.navbar-default .navbar-nav > li > a {
	color: #FFF;
	font-weight: 400;
	font-size: 13px;
	cursor: pointer;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.06); 
}

.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a.active {
	background-color: transparent;
}

/*FOOTER*/
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -91px;
	padding: 0 0 60px;
}

footer {
	margin-top: 70px;
}

.footer {
	min-height: 60px;
	color: #FFF;
}

.footer a {
	color: #90CCFF;
}

.footer span a {
	padding-right: 15px;
	font-weight: 600;
	color: #FFF;
}

/*SIDEMENU*/
.top-searchbar {
	min-height: 200px;
	margin-bottom: 40px;
}

.top-searchbar a.search-logo {
	display: inline-table;
	bottom: 40px;
	position: relative;
}

.top-searchbar form {
	margin-top: 100px;
}

.top-searchbar input.input-lg {
	height: 57px;
	font-size: 16px;
}

.top-searchbar p {
	padding-top: 15px;
	font-size: 14px;
}

.top-searchbar .input-group-addon {
	color: #FFF;
	font-size: 16px;
	border: 0;
	border-radius: 0 2px 2px 0;
	cursor: pointer;
}

/*SIDEMENU*/
.side-menu #side-menu ul {
	z-index: 991;
}

.side-menu-btn i {
	color: #DDD;
	font-size: 1.6em;
	cursor: pointer;
}

.side-menu #side-menu .fa {
    margin-right: 8px;
}

.side-menu .admin-content h4 {
    margin: 0 0 8px;
}

.nav-pills > li > a {
	border-radius: 0;
	color: #ABB0B5;
}

.nav-pills > li > a:hover {
    color: #222;
    background-color: transparent;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	background-color: #10447D;
	color: #FFFFFF;
	font-weight: 600;
}

.side-menu .set-btns .btn {
	height: 30px;
	width: 30px;
	line-height: 20px;
}

/*PAGE*/
.theme-page {
	min-height: 500px;
}

.page-header {
    margin: 0 0 20px;
    border: 0;
}

.page-header .fa-rss {
	font-size: 5em;
	position: relative;
	bottom: 8px;
}

.page-header .fa-rss:hover,
.page-header:hover .fa-rss {
	color: #FF6600;
}

.page-header h3 {
	margin: 0 0 3px;
	font-size: 20px;
}

.page-header small {
	font-size: 14px;
}

.marketPlace {
	overflow: auto;
}

.marketPlace .cat {
	background-color: #FFF;
	color: #10447D;
	margin: 5px 0;
	padding: 10px 15px;
	box-shadow: 0 1px 2px rgba(16, 68, 125, 0.2);
	-webkit-box-shadow: 0 1px 2px rgba(16, 68, 125, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(16, 68, 125, 0.2);
	cursor: pointer;
}

.marketPlace .cat:hover {
	background-color: #FAFAFA;
}

.marketPlace .col-lg-3.col-md-2.col-sm-3.col-xs-4 {
	padding: 0 5px;
}

.search-web .show-web-url {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
}

.search-web .w-l-update-date {
	margin: 10px 0 0;
}

.search-web .w-l-update-date .label {
	font-size: 12px;
	padding: 1px 7px 2px;
	font-weight: 400;
	border-radius: 0;
}

.search-web .website-worth {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
}

.search-web .website-detail {
	text-align: justify;
}

.search-web .cash-img {
	max-width: 13%;
	width: 45px;
}

.search-web .featured-stats .alert span {
	margin: 10px 0;
	display: block;
	font-size: 12px;
}

.search-web .featured-stats .progress {
	height: 15px;
	margin-bottom: 0;
}

.search-web .table>tbody>tr>td {
	border-top: 0;
	border-bottom: 1px solid #EEE;
}

.search-web .width-70 {
	width: 70%;
}

.search-web .headerResponse p {
	overflow-x: hidden;
	overflow-y: scroll;
	white-space: pre-line;
	height: 130px;
}

.search-web .w-s-i .table>tbody>tr>td,
.search-web .w-s-i .table>tbody>tr>th,
.search-web .w-s-i .table>thead>tr>td {
	padding: 7px 8px;
}

.search-web .widget-code {
	height: 126px !important;
	font-size: 12px;
	font-family: monospace;
	padding-top: 15px;
	overflow: hidden;
	white-space: pre-line;
	border-radius: 2px;
	background-color: #F9F9F9;
}

.search-web .stats .badge,
.search-web .stats .label {
	font-weight: 600;
	padding: 4px 8px;
	font-size: 11px;
	border-radius: 2px;
}

.search-web .stats .panel-default>.panel-heading {
	color: #222;
	background-color: #FFF;
	border-color: #EEE;
}

.search-web .stats .panel-default>.panel-heading {
	color: #222;
	background-color: #FFF;
	border-color: #EEE;
}

/*SIMILAR WEBSITES*/
.similar-websites .sw-heading {
	padding: 8px 15px;
	border-radius: 2px;
}

.similar-websites .sw-heading h4 {
	font-size: 16px;
}

.similar-websites .sw-para {
	font-size: 11px;
}

.similar-websites .media-object {
	border: 1px solid #F5F5F5;
	width: 120px;
}

.similar-websites .detail {
	position: relative;
	right: 0;
	bottom: -8px;
}

.R_S .fa-star.active,
.R_S .fa-star {
	position: relative;
	top: 1px;
	color: #EEE;
	font-size: 13px;
}

.R_S .fa-star.active {
	color: #FFC200;
}

/*MY FORMS*/
.modal-form .modal-header h4,
.modal-form .modal-header small {
	color: #FFF;
}

.modal-form .modal-header {
	padding: 10px 14px;
	border: 0;
}

.modal-form .modal-header i {
	opacity: 0.5;
	padding-right: 5px;
}

.modal-form .form-control.input-md {
	height: 38px;
}

.modal-form .form-control-feedback {
	top: 2px;
	left: 0;
	right: none;
}

.modal-form .has-feedback .form-control {
	padding-left: 38px;
}

.modal-form .tab-content {
	padding-top: 30px;
}

.modal-form .modal-body {
	padding-bottom: 7px;
}

.modal-form .nav-tabs {
	border-bottom: 0;
}

.modal-form .nav-tabs>li>a {
	color: #ABB0B5;
	border-width: 0 0 3px;
	border-color: #FFF;
}

.modal-form .nav>li>a:focus,
.modal-form .nav>li>a:hover {
	background-color: #FFF;
	border-radius: 0;
	color: #222;
}

.modal-form .nav-tabs>li.active>a,
.modal-form .nav-tabs>li.active>a:focus,
.modal-form .nav-tabs>li.active>a:hover {
	color: #10447D;
	background-color: #FFF;
	border-width: 0 0 3px;
	border-color: #10447D;
	border-radius: 0;
}

.modal-form .captcha-img {
	margin-top: 4px;
}

.modal-form .btn-default {
	background-color: #FFF;
	border: 0;
}

.modal-form .btn-default.active,
.modal-form .btn-default.focus,
.modal-form .btn-default:active,
.modal-form .btn-default:focus,
.modal-form .btn-default:hover {
	background-color: #FFF;
	color: #2693E6;
	box-shadow: none;
}

/*SOCIAL BUTTONS*/
.social-btns {
	margin: 0 auto;
	display: table;
}

.social-btns .social-btn {
	display: block;
	text-align: center;
	margin: 2px;
	color: #fff;
	float: left;
	width: 33px;
	height: 33px;
}

.social-btns .social-btn .fa {
	font-size: 18px;
	line-height: 35px;
}

.social-btns .fb-btn {
	background-color: #306199;
}

.social-btns .fb-btn:hover {
	background-color: #244872;
}

.social-btns .twitter-btn {
	background-color: #26C4F1;
}

.social-btns .twitter-btn:hover {
	background-color: #0EAAD6;
}

.social-btns .google-btn {
	background-color: #E93F2E;
}

.social-btns .google-btn:hover {
	background-color: #CE2616;
}

.social-btns .pin-btn {
	background-color: #B81621;
}

.social-btns .pin-btn:hover {
	background-color: #8A1119;
}

.social-btns .red-btn {
	background-color: #F02A23;
}

.social-btns .red-btn:hover {
	background-color: #CF1710;
}

.social-btns .vk-btn {
	background-color: #42678e;
}

.social-btns .vk-btn:hover {
	background-color: #3A5E85;
}

.social-btns .digg-btn {
	background-color: #2b2b2b;
}

.social-btns .digg-btn:hover {
	background-color: #1A1919;
}

.social-btns .tumblr-btn {
	background-color: #36465d;
}

.social-btns .tumblr-btn:hover {
	background-color: #2A3A52;
}

.social-btns .li-btn {
	background-color: #007BB6;
}

.social-btns .li-btn:hover {
	background-color: #005983;
}

/*ARTICLES*/
.grid-list-option {
    margin-bottom: 10px;
}

.grid-list-option span {
    position: relative;
    top: -4px;
}

.grid-list-option a {
    padding-left: 10px;
    color: #DDD;
    font-size: 1.6em;
}

.grid-list-option a:hover {
    color: #10447D;
}

.webList .thumbnail {
    width: 100%;
    display: inline-block;
    position: relative;
    border: 0;
    overflow: hidden;
    margin-bottom: 15px;
}

.webList .thumbnail:hover img.thumbs-img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    cursor: pointer;
}

.webList .thumbnail img.thumbs-img {
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    -transition: 1s;
    width: 100%;
    height: auto;
}

.webList h5 {
	font-size: 16px;
    margin: 5px 0;
}

.webList p {
    color: #3C3C3C;
    text-align: justify;
}

.webList a {
    font-weight: 400;
}

.webList hr {
    margin-top: 15px;
    margin-bottom: 10px;
}

.webList .item {
    float: none;
    width: 100%;
    margin-bottom: 10px;
}

.webList .thumbnail {
    margin-bottom: 0;
}

.webList .item:after {
    display: table;
    content: " ";
}

.webList .item.l-g-item:after {
    clear: both;
}

.webList .detail {
    position: absolute;
    bottom: 8px;
    right: 5px;
}

.webList .detail .btn-inverse,
.webList .detail .btn-inverse:hover,
.webList .detail .btn-inverse:focus,
.webList .detail .btn-inverse:active {
    box-shadow: none;
    text-transform: uppercase;
    background-color: transparent;
}

.webList .detail .btn-inverse:hover,
.webList .detail .btn-inverse:focus,
.webList .detail .btn-inverse:active,
.webList .btn-toolbar .btn-inverse:hover,
.webList .btn-toolbar .btn-inverse:focus,
.webList .btn-toolbar .btn-inverse:active {
    color: #222;
}

.webList .btn-toolbar .btn-inverse {
    color: #DDD;
}

/*PAGES*/
.index-1 .btn-default {
	color: #222;
	background-color: #FFF;
	border-color: #DDDDDD;
	padding: 10px;
}

.index-1 .btn-default.active,
.index-1 .btn-default.focus,
.index-1 .btn-default:active,
.index-1 .btn-default:focus,
.index-1 .btn-default:hover {
	color: #2693E6;
	background-color: #FFF;
	border-color: #DDDDDD;
	box-shadow: none;
}

.index-1 h4 {
	font-size: 16px;
}

.index-1 .table>tbody>tr>td,
.index-1 .table>tbody>tr>th,
.index-1 .table>thead>tr>td {
	padding: 15px 8px;
}

/*ADS*/
.ad-tray-728, .ad-tray-336 {
    padding: 3px;
    background: #FFF;
    margin: 0 auto;
    position: relative;
}

.ad-tray-728 {
    width: 734px;
    text-align: center;
}

.ad-tray-336 {
    width: 342px;
    text-align: center;
}

.ad.mrg-btm {
    margin-bottom: 20px; 
}

.mrg-b-10 {
    margin-bottom: 10px;
}

/*CHAT BOX*/
.chat {
	list-style: none;
	overflow-y: auto;
	max-height: 500px;
	padding: 15px 15px 15px 0;
}

.chat ul {
    margin: 0;
    padding: 0;
}

.chat ul li {
    list-style: none;
}

.chat ul li .chat-box p {
    margin: 0;
}

.chat .slidedown .fa, .chat .fa {
    margin-right: 5px;
}

.btn-send {
	padding: 9px 12px;
}

.chat .blue-user,
.chat .grey-user {
	border-radius: 17px;
	margin: 25px 0;
	padding: 15px;
}

.blue-user {
	background-color: #2693E6;
	color: #FFF;
	position: relative;
}

.blue-user .text-muted {
	color: #FFF;
}

.blue-user:before {
	bottom: 100%;
	right: 5px;
	top: -35px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #2693E6;
	border-width: 20px;
}

.grey-user {
	background-color: #F1F1F1;
	color: #222;
	position: relative;
}

.grey-user .text-muted {
	color: #222;
	float: right;
}

.grey-user:before {
	bottom: 100%;
	left: 5px;
	top: -35px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #F1F1F1;
	border-width: 20px;
}

.chat-loader {
	background-color: #FCFCFC;
	border: 0;
}

.N_C {
	position: relative;
	top: 150px;
}

.N_C h1 {
	color: #EEE;
	font-size: 3em;
	font-weight: bold;
}

/*MSG BOX*/
.msg-box {
	position: absolute;
	width: 300px;
	max-height: 290px;
	overflow-y: auto;
	right: 15px;
	top: 120px;
	border-radius: 2px;
	display: none;
	z-index: 999;
}

.msg-box .text-muted {
	position: absolute;
	right: 10px;
}

.chat-users {
	border-bottom: 1px dotted #EEE;
	padding: 10px 15px 0;
	cursor: pointer;
}

.chat-users:hover {
	background-color: #FAFAFC;
}

.chat-users h5 {
	margin-bottom: 5px;
}

.chat-users p {
	font-size: 12px;
}

.chat-del {
	position: relative;
	right: -5px;
	bottom: 5px;
	opacity: 0;
	float: right;
}

.chat-users:hover .chat-del {
	opacity: 1;
}

.chat-users:hover .text-muted {
	opacity: 0;
}

/*SCROLLBAR*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 8px;
    height: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #2693E6;
}

/*1*/
.responsive-footer,
.responsive-h-scroll {
	white-space: nowrap;
	width: 100%;
	overflow-y: hidden;
	overflow-x: auto;
}

.responsive-footer::-webkit-scrollbar {
    height: 3px;
}

.responsive-footer::-webkit-scrollbar-track {
	background-color: #FFF;
	border-radius:1px;
}

.responsive-footer::-webkit-scrollbar-thumb {
	background-color: #90CCFF;
	border-radius: 1px;
}

/*2*/
.responsive-h-scroll::-webkit-scrollbar {
    height: 5px;
}

.responsive-h-scroll::-webkit-scrollbar-track {
	background-color: #FFF;
	border-radius:1px;
}

.responsive-h-scroll::-webkit-scrollbar-thumb {
	background-color: #10447D;
	border-radius: 1px;
}


/*MIX*/
.form-control {
	border-radius: 2px;
	box-shadow: none;
	border-color: #DDD;
	font-size: 13px;
}

.form-control:hover,
.form-control:focus {
	border-color: #10447D;
	box-shadow: none;
}

.thumbnail {
	padding: 0;
	border-radius: 0;
}

.btn,
.well {
	border-radius: 2px;
	box-shadow: none;
}

.modal-content {
    border-radius: 0;
    border: 0;
}

.modal-backdrop {
    background-color: #CCC;
}

.btn-primary {
	background-color: #2693E6;
	border: 0;
}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	background-color: #3FA2ED;
}

.btn-default {
	color: #666;
	background-color: #fff;
	border-color: #b3b3b3;
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
	color: #222;
	background-color: #F5F5F5;
	border-color: #7F7F7F;
	box-shadow: none;
 }

.btn-danger,
.label-danger {
	color: #fff;
	background-color: #E62626;
	border: 0;
}
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
	background-color: #EC2B2B;
 }

.table>thead>tr>th {
	border-bottom: 0;
}

.table-striped>tbody>tr:nth-of-type(even) {
	background-color: #F7F7F7;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #FDFDFD;
}

.badge {
	font-weight: 600;
	color: #222;
	background-color: #FAFAFA;
	border-radius: 0;
	padding: 2px 8px;
	font-size: 11px;
	box-shadow: 0 1px 0 #E8E8E8;
	-webkit-box-shadow: 0 1px 0 #E8E8E8;
	-moz-box-shadow: 0 1px 0 #E8E8E8;
}

.badge:hover {
	background-color: transparent;
}

.alert {
	padding: 10px 15px;
	border-radius: 2px;
}

.alert-default {
	background-color: #FFF;
	border: 1px solid #F2F2F2;
}

.panel {
	border-radius: 2px;
	border: 0;
}

.progress {
	border-radius: 2px;
}

.box {
	padding: 15px;
}

.positioner-height {
    margin-top: 12px;
}

.th-center {
	text-align: center;
	width: 40px;
}

/*------------------------------------------*/
/*  RESPONSIVENESS                          */
/*------------------------------------------*/
@media (max-width: 450px) {
	.marketPlace .col-lg-3.col-md-2.col-sm-3.col-xs-4 {
		width: 50%;
	}
}

@media (min-width: 551px) {
    .webList .thumbnail img.thumbs-img {
		float: left;
		padding-right: 15px !important;
		width: 265px;
		padding: 5px;
    }
    .webList .item.col-md-4.col-xs-6 {
		padding-right: 7.5px;
		padding-left: 7.5px;
    }
    .webList .webList-box {
		padding: 0 7.5px;
	}
	.webList .thumbnail .caption {
	    padding: 10px 15px 0;
	}
	.webList .thumbnail .btn-toolbar {
		margin-top: -2px;
	}
}

@media (max-width: 550px) {
    .webList .item.col-xs-6,
    .search-web .web-visitor-value .col-xs-6 {
        width: 100%;
    }
    .search-web .web-visitor-value .col-xs-6.pull-left {
        padding-bottom: 10px; 
    }
    .webList .thumbnail .caption {
	    padding: 10px 15px;
	}
	.top-searchbar .input-group-addon {
		left: 0;
		width: 160px;
		font-size: 14px;
		padding: 12px 0;
		margin: 20px auto 0;
		display: inline-table;
	}
	.top-searchbar .input-group {
		display: block;
	}
	.top-searchbar p {
		margin-top: 15px;
		text-align: center;
		float: none !important;
	}
}

@media (min-width: 768px) {
	.navbar-brand {
		width: 130px;
	}
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
		color: #FFFFFF;
		background-color: #DDD;
	}
	.modal-dialog {
		margin: 60px auto;
	}
	#side-menu {
		display: block !important;
	}
	.table {
		margin-bottom: 10px;
	}
	.footer {
		line-height: 62px;
	}
}

@media (max-width: 767px) {
	.navbar-brand {
		width: 150px;
	}
	.navbar-toggle {
		margin-top: 13px;
		margin-bottom: 13px;
		border-radius: 0;
		z-index: 99999;
	}
	.navbar-default .navbar-toggle {
		border: 0;
	}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color: transparent;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #FFF;
	}
	.navbar-nav {
		margin: 0 -15px;
	}
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border: 0;
		width: 180px;
		position: absolute;
		top: 58px;
		right: 15px;
		z-index: 999;
	}
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:active,
	.navbar-default .navbar-nav > li > a.active {
		color: #FFF;
		background-color: rgba(0, 0, 0, 0.06);
		cursor: pointer;
	}
	.navbar-default .navbar-nav > li > a {
		margin: 5px;
		border-bottom: 1px groove rgba(255, 255, 255, 0.1);
	}
	#side-menu {
		display: none;
		position: absolute;
		z-index: 999;
	}
	.side-menu #side-menu ul {
		width: 200px;
		background-color: #FFF;
	}
	.side-menu-btn {
		background-color: #F1F1F1;
		padding: 7px 10px 5px;
		box-shadow: 0 1px 0 rgba(0,0,0,.1);
		-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
		-moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
	}
	.index-1 .table {
		margin-bottom: 0;
	}
	.responsive-h-scroll {
		margin-bottom: 15px;
	}
	.social-btns {
		margin-bottom: 15px;
	}
	.search-web .show-web-url .fa-star.active,
	.search-web .show-web-url .fa-star {
		padding: 10px 0;
	}
	.footer {
		line-height: 20px;
		text-align: center;
		padding: 20px 0 15px;
	}
	.footer .pull-left,
	.footer .pull-right {
		width: 100%;
	}
	.responsive-footer {
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.social-btns .social-btn {
		width: 28px;
		height: 28px;
	}
	.social-btns .social-btn .fa {
		font-size: 14px;
		line-height: 29px;
	}
}

@media (max-width: 430px) {
	.social-btns .social-btn {
		width: 22px;
		height: 22px;
	}
	.social-btns .social-btn .fa {
		font-size: 12px;
		line-height: 23px;
	}
	.search-web .featured-stats .col-md-3.col-xs-6 {
		width: 100%;
	}
}