@charset "utf-8";
/* Table of Contents
----------------------------------
1.  GENERAL
2.  Home
----------------------------------*/


/*************************
*
*   1. GENERAL
*
*************************/

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-width: 0px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
ol, ul {
	list-style: none;
}
ul {
	margin: 0 0 19px;
}
ul li {
	list-style-type: none;
	line-height: 17px;
	font-size: 14px;
	font-size: 1.4rem;
}
input:focus, textarea {
	outline: none;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
}
button, input {
	line-height: normal;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
}
select::-ms-expand {
 display: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
}
button, input {
	line-height: normal;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
}

/*Remove button padding in FF*/

input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
img {
	max-width: 100%;
	height: auto;
}
/*************************
*
*   2. HOME PAGE
*
*************************/
.top-navbar {
	background: #F4F4F4;
}
.top-navbar .logout .text-muted {
	margin-right: 15px;
}
.header-logo {
	position: relative;
	float: left;
	z-index: 10;
}
.dropdown.login, .top-navbar .logout {
	position: relative;
	z-index: 99;
	margin: 8px 0;
	width: 300px;
}
.dropdown.login > a {
	width: 110px;
	margin-right: 10px;
}
.dropdown.login > a .glyphicon {
	margin-right: 5px;
}
.top-banner {
	padding-top: 14px;
	padding-bottom: 9px;
	text-align: right;
}
.top-banner img {
	display: inline-block;
}
.logo {
	margin-top: 22px;
	margin-bottom: 10px;
}
.table>thead>tr>th {
	white-space: nowrap;
}
.table>thead>tr>th .glyphicon {
	text-decoration: none;
	font-size: 10px;
}
.right-sidebar .panel-body, .right-sidebar .panel-heading {
	padding: 10px;
}
.right-sidebar img {
	margin-top: 5px;
	width:150px;
}
.right-sidebar.mfg img {
	margin-top: 0px;
	width:150px;
}
.right-sidebar a:first-child img {
	margin: 0;
}
.input-group-addon {
	border-radius: 0;
	background-color: #0099da;
	border-color: #008bc6;
	color: #fff;
}
.dropdown-login-box {
	overflow: hidden;
	padding: 10px;
	min-width: 300px;
	box-shadow: none;
	background-color: #f5f5f5;
}
.dropdown-login-box h4 {
	color: #0099da;
	margin: 5px 0 10px 0;
}
.dropdown-login-box .btn {
	margin-top: 10px;
}
.checkbox, .checkbox-inline {
	padding-left: 20px;
}
.checkbox label, .checkbox-inline label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 5px;
	margin-right: 10px;
	color: #666;
	line-height: 21px;
}
.checkbox label::before, .checkbox-inline label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 18px;
	height: 18px;
	left: 0;
	top: 2px;
	margin-left: -20px;
	border: 1px solid #ccc;
	border-radius: 0px;
	background-color: #fff;
	transition: border 0.15s ease-in-out;
}
.checkbox label::after, .checkbox-inline label::after {
	display: inline-block;
	position: absolute;
	width: 18px;
	height: 18px;
	left: 0;
	top: 2px;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #0099da;
}
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	opacity: 0;
	z-index: 1;
	transition: all 0.15s ease-in-out;
}
.checkbox input[type="checkbox"]:focus + label::before, .checkbox-inline input[type="checkbox"]:focus + label::before {
	border-color: #0099da;
}
.checkbox input[type="checkbox"]:checked + label::after, .checkbox-inline input[type="checkbox"]:checked + label::after {
	content: "";
	background-color: #0099da;
	width: 10px;
	height: 10px;
	top: 6px;
	left: 4px;
	transition: all 0.15s ease-in-out;
}
.checkbox input[type="checkbox"]:disabled + label, .checkbox-inline input[type="checkbox"]:disabled + label {
	opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before, .checkbox-inline input[type="checkbox"]:disabled + label::before {
	background-color: #ddd;
	cursor: not-allowed;
}
.checkbox.checkbox-inline, .checkbox-inline.checkbox-inline {
	margin-top: 0;
}
.radio {
	padding-left: 10px;
}
.radio label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 5px;
}
.radio label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #ccc;
	border-radius: 50%;
	background-color: #fff;
	transition: border 0.15s ease-in-out;
}
.radio label::after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 11px;
	height: 11px;
	left: 3px;
	top: 3px;
	margin-left: -20px;
	border-radius: 50%;
	background-color: #0099da;
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
	transition: 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
	opacity: 0;
	z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
	border-color: #0099da;
}
.radio input[type="radio"]:checked + label::after {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
	opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
	cursor: not-allowed;
}
.radio.radio-inline {
	margin-top: 0;
}
.language ul.dropdown-menu {
	padding: 10px;
}
.language ul.dropdown-menu li {
	padding-bottom: 10px;
}
.language ul.dropdown-menu li span {
	cursor: pointer;
}
.banner-image {
	margin-top: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 728px;
}
.featured-members .show {
	margin-top: 10px;
}
.search-form button.btn {
	margin-left: 10px;
}
.main-content {
	padding-bottom: 40px;
}
.table .glyphicon-user, .top-board .pull-right .glyphicon {
	margin-right: 5px;
}
.navbar-default {
	background: #e1e3e4;
	border-bottom: 1px solid #d2d6d5;
}
.navbar-nav>li a {
	-webkit-transition: background .25s ease-out, color .25s ease-out;
	transition: background .25s ease-out, color .25s ease-out;
}
.search-form .form-control {
	min-width: 250px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color: #F4F4F4;
}
.row.new {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
#footer {
	padding: 15px 0;
}
#footer a {
	color: #FFF;
}
#footer .banner-image-slider ul li img, #footer .banner-image-slider ul li a {
	max-width: 728px;
}
#footer .banner-image-slider ul li a {
	margin: 0 auto;
	display: block;
}
.row.new {
	margin-bottom: 15px;
}
.board-table .glyphicon-fire {
	color: #f87917;
}
.row.new .left-image {
	margin-top: 15px;
}
.panel-heading h4 {
	margin: 0;
}
.form-panel {
	margin-bottom: 60px;
}
#register-form .radio.radio-inline {
	margin-left: 12px;
	margin-right: 18px;
}
.friends-list .thumbnail {
	margin: 0 auto 5px;
	float: left;/*margin-right: 20px;*/
}
.friends-list .col-sm-6 {
	margin-bottom: 20px;
}
.pictures-list .col-sm-6 {
	margin-bottom: 8px;
}
.pictures-list .form-group {
	margin-bottom: 0px;
}
.dispatchers p, .searchResults p {
	margin-bottom: 0px;
}
.contacting-user {
	padding: 8px;
}
.contacting-user .btn {
	display: block;
	margin: 6px 0;
}
.contacting-user .col-md-6 {
	padding: 0 5px;
}
.searchLeftCol {
	min-width: 125px;
}
.pannelBodyNoPadding {
	padding: 0px;
}
.peopleCardTableLeft {
	font-size: 11px;
}
.user-pictures .col-sm-6 {
	padding: 4px;
}
.user-pictures img {
	width: 100%;
	margin: 0;
}
.user-pictures .btn {
	margin-top: 15px;
}
.user-pictures .panel-body {
	padding: 5px;
}
.div_table {
	background: #ccc;
	padding: 5px 10px;
	text-align: center;
}
.row_div {
	padding: 5px 10px;
}
.row_div:nth-child(odd) {
	padding: 5px 10px;
	background: #f5f5f5;
}
.inlineThumbnail {
	text-align: center;
}
.inlineThumbnail > img {
	display: inline-block;
	margin-bottom: 4px;
}
.peopleCardTableRight {
	font-size: 13px;
	margin-bottom: 10px;
}
.peopleCardTableRightTitle {
	max-width: 160px;
}
.thumbAvatar {
	text-align: center;
	display: block;
}
.thumbAvatar span {
	margin-top: 3px;
}
.navbar {
	min-height: 38px;
}
.sub-header {
	margin-top: -10px;
}
.container {
	position: relative;
}
.left-sidebar, .right-sidebar {
	width: 190px;
	position: absolute;
	left: 0;
	top: 0;
}
.right-sidebar {
	left: auto;
	right: 0;
}
.main-content .panel-primary {
	font-size: 13px;
}
.main-content {
	width: 100%;
	left: 0;
	padding-left: 220px;
	padding-right: 220px;
}
.by_admin {
	color: red;
}
.tab-pane {
	padding: 20px
}
.banner-image-slider {
	position: relative;
	height: 87.5px;
	/*overflow: auto;*/
	overflow: hidden;
	min-width: 100%;
}
.banner-image-slider.sy-list {
	overflow:hidden !important;
}
.banner-image-slider li {
	list-style: none;
}
.banner-image-slider ul li {
	float: left;
	min-width: 100%;
	max-width: 100%;
}
.banner-image-slider ul li img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.left-sidebar .panel>.list-group .list-group-item {
	font-size: 13px;
}
.sy-slides-wrap {
	height: unset !important;
	margin-bottom: 0 !important;
}
.col-sm-8.top-banner {
	max-height: 125px;
}

/*
  #########################  MEDIA QUERY BREAKPOINTS #########################

 */



 @media (min-width: 768px) {
.modal-dialog {
	width: 761px;
}
.navbar-nav>li>a {
	padding-top: 9px;
	padding-bottom: 9px;
}
}
 @media (min-width: 1300px) {
.container {
	width: 1270px;
}
}
@media (min-width: 1500px) {
.container {
	width: 1470px;
}
}
@media (min-width: 1700px) {
.container {
	width: 1670px;
}
}
 @media (max-width: 1199px) {
.logo img, .header-logo {
}
}
 @media (max-width: 990px) {
.top-banner {
/*padding: 18px 0 10px 250px;*/
}
.logo img, .header-logo {
/*  width: 250px;*/
}
.left-sidebar, .right-sidebar {
	width: 100%;
	position: relative;
	text-align: center;
}
.main-content {
	padding-left: 15px;
	padding-right: 15px;
}
.banner-image {
	display: inline-block;
}
.main-content .banner-image {
	display: block;
}
/*.right-sidebar .panel-body a img {
	margin: 5px;
	width:150px;
}*/
.sub-header .row > div {
	float: none;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.friends-list.members_page .col-sm-6 {
	width: 20%;
}
}
.tab-content>.tab-pane#inbox .row > div.col-sm-1.text-center span, .tab-content>.tab-pane#sent .row > div.col-sm-1.text-center span {
	font-size: 0;
}
.tab-content>.tab-pane#inbox .row > div.col-sm-1.text-center span i, .tab-content>.tab-pane#sent .row > div.col-sm-1.text-center span i {
	font-size: 15px;
}
 @media (max-width: 768px) {
.top-banner {
	margin: 0px auto;
	padding: 0;
	float: none;
}
.top-banner .banner-image-slider {
	margin-bottom: 20px;
}
.logo img,  .header-logo {
	/*width: 290px;*/
	float: none;
	margin: 0 auto;
}
.search-form {
	width: 100%;
	float: none !important;
	text-align: center;
}
.search-form + a {
	float: none !important;
	margin: 21px auto 0;
	width: 145px;
	display: block;
}
.board-table tbody tr td:before {
	content: attr(data-th)": ";
	font-weight: bold;
	width: 125px;
	display: inline-block;
	color: #797979;
}
.board-table thead {
	display: none;
}
.board-table tbody tr td {
	display: block;
	width: 100%;
	border: 0 none;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
}
.board-table tbody tr {
	margin: 0;
	padding-bottom: 10px;
	display: block;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.board-table td:first-child .glyphicon {
	position: absolute;
	top: 11px;
	left: 120px;
}
.board-table tbody tr td:first-child:before {
	display: none;
}
.board-table.topic_page td:first-child .glyphicon {
	position: relative;
	top: 0;
	left: 0;
}
.board-table.topic_page tbody tr td {
	text-align: left;
}
.friends-list.members_page .col-sm-6 {
	width: 40%;
}
.tab-content>.tab-pane#inbox .row > div:before, .tab-content>.tab-pane#sent .row > div:before {
	content: attr(data-th)": ";
	font-weight: bold;
	width: 125px;
	display: inline-block;
	color: #797979;
}
.tab-content>.tab-pane#inbox .row > div, .tab-content>.tab-pane#sent .row > div {
	text-align: left;
}
.tab-content>.tab-pane#inbox .row > div.col-sm-1.text-center span, .tab-content>.tab-pane#sent .row > div.col-sm-1.text-center span {
	font-size: 15px;
	color: RED;
	text-transform: uppercase;
}
.tab-content>.tab-pane#inbox .row > div.col-sm-1.text-center span i, .tab-content>.tab-pane#sent .row > div.col-sm-1.text-center span i {
	font-size: 0;
}
.tab-content>.tab-pane#inbox .row > div.col-sm-1.text-center:before, .tab-content>.tab-pane#sent .row > div.col-sm-1.text-center:before {
	display: none;
}
.tab-content>.tab-pane#inbox .row > div.col-sm-1.text-center span, .tab-content>.tab-pane#sent .row > div.col-sm-1.text-center span {
	float: right;
	position: relative;
	top: -15px;
}
}
.tab-content>.tab-pane#inbox .row, .tab-content>.tab-pane#sent .row {
	border-bottom: 1px solid #ddd;
	padding: 4px 0;
}
.tab-content>.tab-pane#inbox .row:nth-of-type(even), .tab-content>.tab-pane#sent .row:nth-of-type(even) {
	background-color: #f9f9f9;
}
 @media (max-width: 550px) {
.dropdown.login, .top-navbar .logout, .top-navbar .language {
	float: none !important;
	text-align: center;
	width: 100%;
}
.top-navbar .language button {
	float: none;
	display: inline-block;
}
.language ul.dropdown-menu {
	right: auto;
	left: 50%;
	margin-left: -79px;
}
.logo img, .header-logo {
	width: 230px;
}
}
.Editor-editor {
	height: 150px;
	margin-top: 4px;
	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;
	-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;
}
/** SLIDER===================================*/.bx-wrapper {
	max-height: 90px;
	position: relative;
	margin: 0 auto;
	padding: 0;
*zoom: 1;
	width: 100%;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
img {
	max-width: 100%;
	height: auto;
}/** THEME===================================*/
.bx-wrapper .bx-viewport {	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
} /* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}/* PAGER */
.bx-wrapper .bx-pager, .bx-controls {
	display: none;
}
.top-banner .banner-image-slider {
	max-width: 728px;
	min-width: inherit;
	float: right;
	position: absolute;
	width: 728px;
	top: 0;
	right: 0;
}
#results {
	width: 51%;
	padding: 10px;
	border: solid 1px #ccc;
	margin-top: 5px;
	z-index: 1000;
	position: absolute;
	top: 32px;
	left: 23px;
	background-color: #fff;
	display: none;
}
/* add css */
.nav>li {
	margin-right: 1px;
}
.friends-list.members_page .col-sm-6 {
	margin-right: 0 !important;
}
.friends-list.members_page .col-sm-6 img {
	width: 100% !important;
}
@media (max-width: 1024px) {
.logo {
	margin-top: 32px;
}
.search-form .form-control {
	min-width: 242px;
}
.wrap-content .btn-warning {
	margin-top: 10px;
}
}
@media (max-width: 990px) {
.top-banner .banner-image-slider {
	width: 100%;
	padding-top: 0 !important
}
.logo {
	margin-top: 10px;
	margin-bottom: 0;
}
.sy-slides-wrap {
	height: auto !important
}
.nav>li>a {
	padding: 10px 8px 10px 7px;
}
.banner-image {
	margin-top: 0;
}
}
 @media (max-width: 768px) {
.sy-slides-wrap {
	margin-bottom: 10px !important;
}
}
@media (max-width: 480px) {
.sy-slides-wrap {
	margin: 0px !important;
	padding: 0;
}
.nav>li {
	margin-right: 0;
	margin-bottom: 1px;
}
.page-header {
	margin: 20px 0 20px;
	padding-bottom: 5px;
}
#head_slider li a {
	padding: 0 10px 10px;
}
.sy-slides-wrap {
	height: auto !important;
}
}
.top-banner .banner-image-slider {
	height: 102px;
	overflow: hidden;
}
#footer_slider ul {
	margin: 0;
}
#footer_slider_container .sy-slides-wrap {
	margin-bottom: 0px;
	height: auto;
}
#header_slider_container .sy-slides-wrap {
	margin-bottom: 0;
	height: auto;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 99px;
	padding-bottom: 0px;
}
html {
	position: relative;
	min-height: 100%;
	padding-bottom: 100px;
}
.bg-primary, .panel-primary>.panel-heading {
	background-color:#395E7D;
	border-color:#395E7D;
}
.panel-primary {
	border-color:#395E7D;
}

.fa.fa-star.checked {
    color: orange !important;
}