/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0; 
	font-family: 'Lato', sans-serif;
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
	font-family: 'Lato', sans-serif;
}
.bg{
	background: #fff;
}
/*-- main --*/
.main-row{
	height: 100%;
	padding: 5px;
	margin: 2em auto; 
	text-align:center;
}

.main-row h1 {
    text-align: center;
    font-size: 3.5em;
	color: #fff;
    margin-bottom:0.4em;
}
.copy-right {
    text-align: center;
	margin: 2em 0;
}
.copy-right p {
    color: #fff;
    font-size: 1.1em;
    font-weight: 300;
}
.copy-right p a {
    color: #1dd2c8;
    font-weight: 500;
	text-decoration:none;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
.copy-right p a:hover{
    color: #fff; 
}
/*-- //main --*/ 


/*-- home-page --*/
.main {
    margin: 3em auto;
    width: 24%;
}
.header {
    background: #f8f7f7;
    padding: 1.2em 3em;
	position: absolute;
height: 65px;
width: 100%;
z-index: 5;
}
sup.notify-count {
background: #cc0000;
color: #fff;
font-size: 8px;
font-weight: 600;
padding: 3px;
top: -13px;
position: relative;

}
sup.notify-count:before {
content: "\f0d7 ";
font-family: 'FontAwesome';
position: absolute;
bottom: -1px;
color: #cc0000;
font-size: 13px;
left: 3px;
right: 0;
}


.menu-button img.menu-icon-img{ width:100%; }

.top-nav li { 
	display:block;
}
.top-nav li.menu-title {
height: 65px;
    font-size: 1.5em;
    padding: 1em 0.8em;
    text-align: left;
    color: #fff;
    border-bottom: 1px solid #FFF;
    text-transform: none;
    background: #fff;
    font-family: 'Lato', sans-serif;
	-webkit-transform: translate3d(0,500px,0);
    -moz-transform: translate3d(0,500px,0);
    -o-transform: translate3d(0,500px,0);
    -ms-transform: translate3d(0,500px,0);
    transform: translate3d(0,500px,0);
}
.show-menu li.menu-title {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.top-nav li a {
    font-size: 15px;
color: #666;
font-weight: 500; 
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
	outline: none;
	text-decoration: none;
} 
ul.nav-sub li a {
    font-size: 1em;
    padding-left: 3.5em;
}
.top-nav li a:hover,.top-nav li a.active { 
    background: #f8f7f7;
}
.top-nav i.glyphicon {
    margin-right: 10px;
    font-size: .9em;
}
.top-nav a.menu span.glyphicon {
    font-size: .8em;
    margin-left: 1.5em;
    top: 2px;
}
.container, 
.content-wrap {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
 
.content {
	position: relative; 
}

.content::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index:3;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.65);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(100%,0,0);
	-moz-transform: translate3d(100%,0,0);
	-o-transform: translate3d(100%,0,0);
	-ms-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	-webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
	-moz-transition: opacity 0.4s, -moz-transform 0s 0.4s; 
	transition: opacity 0.4s, transform 0s 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1); 
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.gallery-info-sec { padding:15px 0; }
.gallery-info-sec h3{ font-size:16px; text-transform:uppercase; font-weight:700; color:#333;  }
.gallery-info-sec h4{ font-size:13px;  font-weight:500; color:#333;  }
.verfy-txt { text-align:right; }
.view-star-ul{ list-style:none; margin-top:15px;  }
.view-star-ul li{ float:left; padding-right:5px; font-weight:300; font-size:14px; color:#333 }
.view-star-ul li img{ padding-right:10px; }
.detailed-info-sec{ padding:0px 0 15px 0; }
.gallery-info-sec  p{ font-weight:500; font-size:14px; color:#333; line-height:22px; padding:0 0 15px 0;  text-align:center; }
/*-- Menu Button --*/ 
.menu-button {
    position: relative;
    z-index: 1000;
    padding: 0;
    /*width: 2.5em;
    height: 2.2em;*/
    border: none;
    /*text-indent: 2.8em;*/
    font-size: 0.8em;
    color: transparent;
    background: transparent;
    outline: none;
    margin: .5em 0;
}
.menu-button::before {
font-family:'FontAwesome';
    position: absolute;
	 content:"";
	color:#333;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	/*background: -webkit-linear-gradient(#333 20%, transparent 20%, transparent 40%, #333 40%, #333 60%, transparent 60%, transparent 80%, #333 80%);
	background: linear-gradient(#333 20%, #333 20%, #333 40%, #333 40%, #333 60%, #333 60%, #333 80%, #333 80%);*/
} 

/*-- Close Button --*/
.close-button {
    width: 1em;
    height: 1em;
    position: absolute;
    right: 1em;
    top: 0.5em;
    overflow: hidden;
    text-indent: 1em;
    font-size: 1.1em;
    border: none;
    background: transparent;
    color: transparent;
    outline: none;
	z-index: 999;
}
.close-button::before, .close-button::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left:7px;
    background: #fff;
}

.close-button::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close-button::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
ul.nav-sub {
    display: none; 
} 
/*-- start scroll pane --*/
/*.nicescroll-cursors {
    background-color: #6b046b !important;
    border: 1px solid #b3b3b3;
}

#style-1::-webkit-scrollbar-track
{ 
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #6b046b;
    border: 1px solid rgba(255, 255, 255, 0.7) !important;
}*/
/*-- //start scroll pane --*/
/*-- Menu --*/
.menu-wrap {
    position: fixed;
    z-index:4;
    width:270px !important;
    height: 100% !important; 
    background: #fff; 
    -webkit-transform: translate3d(-320px,0,0);
	-moz-transform: translate3d(-320px,0,0);
	-o-transform: translate3d(-320px,0,0);
	-ms-transform: translate3d(-320px,0,0);
    transform: translate3d(-320px,0,0);
    -webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s; 
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1); 
	overflow-y:auto !important;
}
.icon-list {
	height: 400px !important;
	-webkit-transform: translate3d(0,100%,0);
	-moz-transform: translate3d(0,100%,0);
	-o-transform: translate3d(0,100%,0);
	-ms-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	margin-bottom: 1.5em;
}

.icon-list a {
    display: block;
    padding: 15px 20px 15px 10px;
    -webkit-transform: translate3d(0,500px,0);
	-moz-transform: translate3d(0,500px,0);
	-o-transform: translate3d(0,500px,0);
	-ms-transform: translate3d(0,500px,0);
    transform: translate3d(0,500px,0);
} 
.icon-list a:nth-child(2) {
	-webkit-transform: translate3d(0,1000px,0);
	-moz-transform: translate3d(0,1000px,0);
	-o-transform: translate3d(0,1000px,0);
	-ms-transform: translate3d(0,1000px,0);
	transform: translate3d(0,1000px,0);
}

.icon-list a:nth-child(3) {
	-webkit-transform: translate3d(0,1500px,0);
	-moz-transform: translate3d(0,1500px,0);
	-o-transform: translate3d(0,1500px,0);
	-ms-transform: translate3d(0,1500px,0);
	transform: translate3d(0,1500px,0);
}

.icon-list a:nth-child(4) {
	-webkit-transform: translate3d(0,2000px,0);
	-moz-transform: translate3d(0,2000px,0);
	-o-transform: translate3d(0,2000px,0);
	-ms-transform: translate3d(0,2000px,0);
	transform: translate3d(0,2000px,0);
}

.icon-list a:nth-child(5) {
	-webkit-transform: translate3d(0,2500px,0);
	-moz-transform: translate3d(0,2500px,0);
	-o-transform: translate3d(0,2500px,0);
	-ms-transform: translate3d(0,2500px,0);
	transform: translate3d(0,2500px,0);
}

.icon-list a:nth-child(6) {
	-webkit-transform: translate3d(0,3000px,0);
	-moz-transform: translate3d(0,3000px,0);
	-o-transform: translate3d(0,3000px,0);
	-ms-transform: translate3d(0,3000px,0);
	transform: translate3d(0,3000px,0);
}
 
/*-- Shown menu --*/
.show-menu .menu-wrap {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform 0.8s;
	-moz-transition: -moz-transform 0.8s; 
	transition: transform 0.8s;
}

.search-block{ background: #f8f7f7; }
/*.show-menu:before {
	content:"";
	background:#333; 
	width:100%; height:100%; 
	position:absolute;
	top:0; left:0;
}*/

.show-menu .icon-list,
.show-menu .icon-list a {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform 0.8s;
	-moz-transition: transform 0.8s; 
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1); 
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.show-menu .icon-list a {
	-webkit-transition-duration: 0.9s;
	-moz-transition-duration: 0.9s; 
	transition-duration: 0.9s;
}
.show-menu .icon-list a img{ padding-right:30px; }
.show-menu .icon-list a i.fa-angle-right{float: right;
vertical-align: middle;
padding-top: 8px;}

.show-menu .content::before {
	opacity: 1;
	-webkit-transition: opacity 0.8s;
	-moz-transition: opacity 0.8s; 
	transition: opacity 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1); 
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


/* Banner Section */
.banner-sec{ position: relative; margin-top:65px;}
.banner-sec .banner .item img{ width:100%; }
.banner-sec .owl-theme .owl-controls {display: none !important;}
/* End Banner Section Stylers */

.add-taq-a { font-weight:600; color:#cc0000; font-weight:14px; text-transform:uppercase;  text-align:right; }
p.addtaq-div { text-align:right; }

.button-gallery-sec{     background: #fff;
    border-radius: 63px;
    overflow: hidden;
}
.button-gallery-sec a.btn.btn-gry-red {width: 33.15%; text-align:center; padding:10x 0; border-radius:0; color:#333; text-transform:uppercase; font-size:14px; font-weight:600; }
.button-gallery-sec a.btn.btn-gry-red:hover, 
.button-gallery-sec a.btn.btn-gry-red.active { background:#cc0000; color:#fff; }



.news-events-page--list-page {
  text-align: center; padding: 10px 10px;
}

.news-events-page--list-page img{ width:100%; }


.customNavigation a {
  position: absolute;
  top: 35;
  left: 0;
  right: auto;
  padding: 30px;
  float: left;
  font-size: 3em;
  cursor: pointer;
  z-index: 1;
}
.customNavigation a.next {
  left: auto;
  right: 0;
}
@media (min-width: 320px) {
  .customNavigation a {
    top: 20%;
  }
}
@media (min-width: 480px) {
  .customNavigation a {
    top: 25%;
  }
}
@media (min-width: 768px) {
  .customNavigation a {
    top: 30%;
  }
}
@media (min-width: 992px) {
  .customNavigation a {
    top: 35%;
  }
}
#sync1 .item  img{ width:100%; }
#sync1 .item {
  background: #0c83e7;
  margin: 5px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
}

#sync2 .owl-item .item {
  background: #333;
  margin: 5px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
#sync2 .owl-item .item img {
  opacity: 0.5; 
}
#sync2 .owl-item.synced .item img {
  opacity: 1;
}

/*.modal.in .modal-dialog {
  border-radius: 0px;
}
.modal.in .modal-dialog .modal-content {
  border-radius: 0px;
}
.modal.in .modal-dialog .modal-content .modal-header {
  border-radius: 0px;
  text-align: center;
}*/


@media (max-width:991px){
.list-group {
    margin-bottom: 25px;
}
.grid_3 {
    margin-bottom: 0em;
}
.grid_5 {
    padding: 1em 0;
}
}
@media (max-width:768px){
.grid_5 {
	padding: 0 0 1em;
}
.grid_3 {
	margin-bottom: 0em;
}
}
@media (max-width:640px){
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		margin-bottom: .5em;
	}
	.label {
    font-size: 53%;
	} 
	h2.typoh2 {
		font-size: 1.5em;
	}
	.grid_4 {
		margin-top: 30px;
	}
	.progress {
		height: 10px;
		margin-bottom: 14px; 
	}
	.grid_3 p { 
		font-size: 0.9em;
		margin-bottom: 0.3em; 
	}
}
@media (max-width:480px){ 
	.codes .alert {
		font-size: 0.9em;
		padding: 10px;
	} 
}
@media (max-width: 320px){
	.grid_4 {
		margin-top: 18px;
	} 
	 
	.codes .row {
		margin: 0;
	}
}
/*-- //Short-codes --*/
.content-sec{ background:#fff; margin:10px 0; }
.profile-block .profile-teaser-left {
    float: left; width:25%; margin-right: 1%;
}
.profile-block .profile-img img {
    width: 100%; height: auto;  padding: 5px 5px 0 5px;
}

.profile-block .profile-teaser-main {
    float: left; width: 64%; padding-right: 5px; padding-top:25px; 
}

.profile-block .profile-teaser-main h2.profile-name { font-size:16px; font-weight:400; text-transform:uppercase; color:#333; position:relative; padding-bottom: 5px;
word-spacing: 2px; margin-bottom:10px; }
.profile-block .profile-teaser-main h2.profile-name:before{ content:""; width:100px; height:1px; background:#FF0000; position:absolute; bottom:0; left:0; }
.profile-block .profile-teaser-main .profile-info p{font-size:12px; font-weight:400; color:#333;}
.profile-block .list-group-item {border: 1px solid #ddd;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(196,196,196,1);
    -moz-box-shadow: 0px 0px 1px 1px rgba(196,196,196,1);
    box-shadow: 0px 0px 1px 1px rgba(196,196,196,1);
margin-top: 10px; border-radius: 0; padding:0;}
.profile-block .view-star-ul {
    list-style: none;
    margin-top:0px;
   /* padding: 10px 5px 30px;*/
    background: #eeeeee;
    text-align: center;}
.profile-block .view-star-ul li {
    color: #333;
    width: 33.3%;}
.profile-block .view-star-ul li a{ color: #333; }

.p-filters-sec { padding-top:10px; -webkit-box-shadow: 0px 0px 2px 2px rgba(196,196,196,1);
-moz-box-shadow: 0px 0px 2px 2px rgba(196,196,196,1);
box-shadow: 0px 0px 2px 2px rgba(196,196,196,1); margin-top: 15px; }
.p-filters-sec aside label{ font-size:14px; padding-bottom:5px; color:#333; font-weight:400; }
.p-filters-sec aside select{ border-radius:0; }

.headingpage-main h2.pageheading-sec{ font-size:30px; font-weight:300; color:#666666; padding-bottom:15px; float:left; }
.headingpage-main img.gare{ float: right;

width: 55px;

padding: 6px }


h2.pageheading-sec span{ font-size:14px; }
.label-primary {

    background-color: #ffd300;

}

.profile-block-form{ margin-top:15px; }
.heading-block { background: #fff;padding:0;  margin-bottom: 15px;}
.heading-block h2.heading{  font-size:14px; font-weight:500; color:#333;     padding: 14px 0 15px 15px; }
.heading-block select.action-select{ border-radius: 0;

background: #FED669;

border: 1px solid #fed669;

font-size: 15px;

font-weight: 600;

height: 44px; } 
.heading-block a.link{ color:#cc0000; }
.profile-block-form .formBox{
	padding-top: 40px;
padding-bottom: 15px; width:80%; margin:auto;
}
.profile-block-form .formBox  h1{
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 50px;
	text-transform: uppercase;
	font-size: 48px;
}
.profile-block-form .inputBox{
	position: relative;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.profile-block-form .inputBox .inputText{
	position: absolute;
    font-size:16px;
    line-height: 50px;
    transition: .5s;
    opacity: .5;
	transform: translateY(-30px);
}
.profile-block-form .inputBox .input{
	position: relative;
	width: 100%;
	height: 30px;
	background: transparent;
	border: none;
    outline: none;
    font-size:16px;
    border-bottom: 1px solid rgba(0,0,0,.5);

}
/*.profile-block-form .focus .inputText{
	transform: translateY(-20px);
	font-size: 16px;
	opacity: 1;
	color: #666;

}*/
.profile-block-form textarea{
	height: 100px !important;
}
.profile-block-form .button{
	width:70%;
    height: 50px;
    outline: none;
    background: #cc3333;
    color: #fff;
	border:2px solid #cc3333;
}
.profile-block-form .button:hover{
	 background: #fff;
    color: #cc3333;
}


.user-info-sec { padding:15px 0; margin-bottom:5px; }
.user-info-sec ul.user-info-ul { list-style:none; padding:10px 0; }
.user-info-sec ul.user-info-ul li.heading {  font-size:16px; font-weight:600; color:#333; text-transform:uppercase;  margin-bottom:10px;}
.user-info-sec h3.heading {  font-size:18px; font-weight:600; color:#333; text-transform:uppercase;  margin-bottom:10px;}
.user-info-sec ul.user-info-ul li div.tital{ width: 130px; float: left; padding-top:2px;}
.user-info-sec ul.user-info-ul li { padding:5px 0;  font-size: 13px;}

.edit-button{position:relative; }
.edit-button a{ position: absolute; right: 0; top: 15px; z-index: 5; }
.edit-button a p{ font-size:12px; }
.auditon-sec{ margin-top:20px; }
.auditon-sec ul.listing-ul {padding: 10px 0 10px 0px; list-style:none; }
.auditon-sec ul.listing-ul li { position:relative; padding-left:15px; border-bottom: 1px solid #ccc; padding-bottom: 15px;  padding-top: 10px; }
.auditon-sec ul.listing-ul li p a{ color:#333; }
.auditon-sec ul.listing-ul li:last-child {border-bottom:0px solid #ccc;  }
.auditon-sec ul.listing-ul li:before {content: "\f111"; font-family:'FontAwesome'; position:absolute; left:0; font-size: 9px;
top:14px;}
.auditon-sec ul.listing-ul li.bl:before{ color:#3399cc; }
.auditon-sec ul.listing-ul li.gn:before{ color:#339933; }
.auditon-sec ul.listing-ul li.yl:before{ color:#ffcc66; }
.auditon-sec ul.listing-ul li.py:before{ color:#666633; }
.auditon-sec .p-filters-sec {padding-top: 6px;}

.auditon-sec ul.listing-ul li strong{ font-size:16px; font-weight:700; color:#333; }

.auditon-sec ul.listing-ul li ul.view-star-ul {margin-top: 5px;}
.auditon-sec ul.listing-ul li ul.view-star-ul li{ width:33%; padding:0; font-size:12px; color:#666; font-weight:300; border:none; }
.auditon-sec ul.listing-ul li ul.view-star-ul li:last-child{ text-align:right;}
.auditon-sec ul.listing-ul li ul.view-star-ul li:before {content:"";}
.auditon-sec ul.listing-ul li ul.view-star-ul li p.red-text{ color: #cc0000;

text-align: center;

margin-top: -5px;

font-weight: 500;

letter-spacing: 1px;}
.auditon-sec ul.listing-ul li ul.view-star-ul li p.red-text span{ display:block; text-align:center; }
.check
{
    opacity:0.5;
	color:#996;
	
}
.category-sec {margin-top:15px;}

.category-sec img.img-check {width:100%; border-radius: 0; border: none;}
.category-sec label.btn.btn-primary{ background: transparent;
border: 1px solid #ddd;
border-radius: 0;
padding: 0;
display: block; }
.category-sec h2.heading{ text-transform:uppercase; padding-bottom:5px; }
.zero-padding{ padding:0;}
.category-sec .img-thumbnail.img-check.check {background-color: #cb3727; padding:0; color:#cc0000;}

.category-sec .img-thumbnail{background-color: #ccc; padding:0;}
.category-sec .btn-primary { background:transparent;}
.category-sec label.btn.btn-primary h4{ position: absolute;
bottom: 0;
text-align: center;
width: 100%;
padding: 10px 5px;
font-size: 14px;
color: #666;
left: 0;}

.chat-msg-sec { padding:15% 0; }
.chat-msg-sec h3{ font-size:16px; color:#333; font-weight:600; padding:20px 0; line-height:28px; }
.chat-list-sec ul.listing-ul { list-style:none; }
.chat-list-sec ul.listing-ul li { padding-left:0; border-bottom:1px solid #ccc;  }
.chat-list-sec ul.listing-ul li a{color:#333;}
.chat-list-sec ul.listing-ul li:before{ content:""; }
.chat-list-sec ul.listing-ul li ulview-star-ul li { width:40% !important; }
.auditon-sec .chat-list-sec ul.listing-ul li ul.view-star-ul li { width: 80%;
color: #666;
font-weight: 400;
font-size: 14px;}
.auditon-sec .chat-list-sec ul.listing-ul li ul.view-star-ul li:last-child { width:16%;  text-align:right;}
.chat-list-sec ul.listing-ul li figure{ float:left; padding-right:5px; width:35px; }
.chat-list-sec ul.listing-ul li figure img{ width:100%; }

img.video-img{position: absolute;
top: 50%;
width: 40px;
left: 50%;
right: 0;
bottom: 0;
margin: -20px 0 0 -20px;}
.image-hover.img-layer-image-hover-backgroundchange{ position:relative; }

/* M E N U */

.inchat-sec {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 50px;
    background: rgba(82,179,217,0.9);
    z-index: 100;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.back {
    position: absolute;
    width: 90px;
    height: 50px;
    top: 0px;
    left: 0px;
    color: #fff;
    line-height: 50px;
    font-size: 30px;
    padding-left: 10px;
    cursor: pointer;
}
.back img {
    position: absolute;
    top: 5px;
    left: 30px;
    width: 40px;
    height: 40px;
    background-color: rgba(255,255,255,0.98);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    margin-left: 15px;
    }
.back:active {
    background: rgba(255,255,255,0.2);
}
.name{
    position: absolute;
    top: 3px;
    left: 110px;
    font-family: 'Lato';
    font-size: 25px;
    font-weight: 300;
    color: rgba(255,255,255,0.98);
    cursor: default;
}
.last{
    position: absolute;
    top: 30px;
    left: 115px;
    font-family: 'Lato';
    font-size: 11px;
    font-weight: 400;
    color: rgba(255,255,255,0.6);
    cursor: default;
}

/* M E S S A G E S */

.chat {
    list-style: none;
    background: none;
    margin: 0;
    padding: 0 0 50px 0;
    margin-top: 60px;
    margin-bottom: 10px;
}
.chat li {
    padding: 0.5rem;
    overflow: hidden;
    display: flex;
}
.chat .avatar {
    width: 40px;
    height: 40px;
    position: relative;
    display: block;
    z-index: 2;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    background-color: rgba(255,255,255,0.9);
}
.chat .avatar img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    background-color: rgba(255,255,255,0.9);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.chat .day {
    position: relative;
    display: block;
    text-align: center;
    color: #c0c0c0;
    height: 20px;
    text-shadow: 7px 0px 0px #e5e5e5, 6px 0px 0px #e5e5e5, 5px 0px 0px #e5e5e5, 4px 0px 0px #e5e5e5, 3px 0px 0px #e5e5e5, 2px 0px 0px #e5e5e5, 1px 0px 0px #e5e5e5, 1px 0px 0px #e5e5e5, 0px 0px 0px #e5e5e5, -1px 0px 0px #e5e5e5, -2px 0px 0px #e5e5e5, -3px 0px 0px #e5e5e5, -4px 0px 0px #e5e5e5, -5px 0px 0px #e5e5e5, -6px 0px 0px #e5e5e5, -7px 0px 0px #e5e5e5;
    box-shadow: inset 20px 0px 0px #e5e5e5, inset -20px 0px 0px #e5e5e5, inset 0px -2px 0px #d7d7d7;
    line-height: 38px;
    margin-top: 5px;
    margin-bottom: 20px;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.other .msg {
    order: 1;
    border-top-left-radius: 0px;
    box-shadow: -1px 2px 0px #D4D4D4;
	background: #eee;
margin-left: 5px;
}

.other .msg p{ color:#666; 
}

.other .msg time {
    font-size: 10px;
    color: #666;}

.other:before {
    content: "";
    position: relative;
    top: 0px;
    right: 0px;
    left: 45px;
    width: 0px;
    height: 0px;
    border: 5px solid #eee;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.self {
    justify-content: flex-end;
    align-items: flex-end;
}
.self .msg {
    order: 1;
    border-bottom-right-radius: 0px;
    box-shadow: 1px 2px 0px #D4D4D4;
	border: 1px solid #0099cc;
background: #0099cc;
width: 65%;
margin-right: 5px;
}
.self .avatar {
    order: 2;
}
.self .avatar:after {
    content: "";
    position: relative;
    display: inline-block;
    bottom:15px;
    right:5px;
    width: 0px;
    height: 0px;
    border: 5px solid #09c;
    border-right-color: transparent;
    border-top-color: transparent;
    box-shadow: 0px 2px 0px #D4D4D4;
}

.msg {
    background: white;
    min-width: 50px;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.07);
}
.msg p {
  font-size: 14px;
margin: 0;
color: #fff;
}
.msg img {
    position: relative;
    display: block;
    width: 450px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px #eee;
    transition: all .4s cubic-bezier(0.565, -0.260, 0.255, 1.410);
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
@media screen and (max-width: 800px) {
    .msg img {
    width: 300px;
}
}
@media screen and (max-width: 550px) {
    .msg img {
    width: 200px;
}
}

.msg time {
    font-size: 10px;
color: #fff;
    margin-top: 3px;
    float: right;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.msg time:before{
    content:"\f017";
    color: #ddd;
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 4px;
}

emoji{
    display: inline-block;
    height: 18px;
    width: 18px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -7px;
    margin-right: 2px;
    transform: translate3d(0px, 3px, 0px);
}
emoji.please{background-image: url(https://imgur.com/ftowh0s.png);}
emoji.lmao{background-image: url(https://i.imgur.com/MllSy5N.png);}
emoji.happy{background-image: url(https://imgur.com/5WUpcPZ.png);}
emoji.pizza{background-image: url(https://imgur.com/voEvJld.png);}
emoji.cryalot{background-image: url(https://i.imgur.com/UUrRRo6.png);}
emoji.books{background-image: url(https://i.imgur.com/UjZLf1R.png);}
emoji.moai{background-image: url(https://imgur.com/uSpaYy8.png);}
emoji.suffocated{background-image: url(https://i.imgur.com/jfTyB5F.png);}
emoji.scream{background-image: url(https://i.imgur.com/tOLNJgg.png);}
emoji.hearth_blue{background-image: url(https://i.imgur.com/gR9juts.png);}
emoji.funny{background-image: url(https://i.imgur.com/qKia58V.png);}

@-webikt-keyframes pulse {
  from { opacity: 0; }
  to { opacity: 0.5; }
}

/*::-webkit-scrollbar {
    min-width: 12px;
    width: 12px;
    max-width: 12px;
    min-height: 12px;
    height: 12px;
    max-height: 12px;
    background: #e5e5e5;
    box-shadow: inset 0px 50px 0px rgba(82,179,217,0.9), inset 0px -52px 0px #fafafa;
}

::-webkit-scrollbar-thumb {
    background: #bbb;
    border: none;
    border-radius: 100px;
    border: solid 3px #e5e5e5;
    box-shadow: inset 0px 0px 3px #999;
}

::-webkit-scrollbar-thumb:hover {
    background: #b0b0b0;
  box-shadow: inset 0px 0px 3px #888;
}

::-webkit-scrollbar-thumb:active {
    background: #aaa;
  box-shadow: inset 0px 0px 3px #7f7f7f;
}

::-webkit-scrollbar-button {
    display: block;
    height: 26px;
}
*/
/* T Y P E */

input.textarea {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 50px;
    z-index: 99;
    background: #fafafa;
    border: none;
    outline: none;
    padding-left: 55px;
    padding-right: 55px;
    color: #666;
    font-weight: 400;
}
.emojis {
    position: absolute;
    display: block;
    bottom: 8px;
    left: 7px;
    width: 34px;
    height: 34px;
    
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
    cursor: pointer;
}
.emojis:active {
    opacity: 0.9;
}



/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
  float:right;
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #333;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #f6f4f4;
  background-image: #f6f4f4;
  color: #ba3527;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #f6f4f4;
  border-color: #f6f4f4;
}

.list-group-item.active, 
.list-group-item.active:focus, 
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #f6f4f4;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
div.bhoechie-tab-menu div.list-group a{ padding:23px; }
div.bhoechie-tab-menu div.list-group > a .fa ,
div.bhoechie-tab-menu div.list-group > a.active .fa{  font-size:32px; padding-bottom:10px; }

#filter-sec{    padding: 0;
    position: absolute;
    width: 100%;
    right: 15px;
    top: 45px }

#filter-sec .close-block{ background:#eee; padding:5px 15px; }
#filter-sec .close-block a{ color:#333; font-size:14px; }
#filter-sec .close-block a.btn-green{ background:#006633; border:1px solid #006633; color:#fff; font-weight:600; } 
#filter-sec .close-block a.btn-green:hover{ background:#fff; color:#006633;} 
.bhoechie-tab-content .form-check label{ padding: 10px 0;
font-size: 14px;
font-weight: 400; }




/* Bootstrap minified CSS included as External Resource*/
.bhoechie-tab-content .toggle-custom {position:absolute !important;top:0;right:0;}

.bhoechie-tab-content .toggle-custom[aria-expanded='true'] .glyphicon-plus:before {
  content: "\2212";
}

/* login-forms-sec Styles*/

.login-forms-sec .form-sec  h3.inn-heading{ font-size:30px; font-weight:700; text-align:center; color:#333333; text-transform:uppercase; }
.login-forms-sec .form-sec  hr.heading-title-line { width:50px; margin: auto; border-top:4px solid transparent; margin-bottom: 30px; border-bottom:4px solid #c00;}
.login-logo { padding:30px 0; }
.login-logo img{ width:150px; }
.form-sec .loginmodal-container p.terms-login{ font-size:14px; font-weight:400; color:#666; position:relative; padding: 0 0 0 33px; line-height: 20px; }
.form-sec .loginmodal-container p.terms-login a{ color: #cc0000 !important; }
.form-sec .loginmodal-container p.terms-login:before{ content:url('../images/login-tick.png'); position:absolute; left:0; top:0;  }
.form-sec .loginmodal-container p{ padding:15px 0; font-size:12px; font-weight:500; color:#666666; font-family: 'Montserrat', sans-serif; line-height:24px;  }
.form-sec .loginmodal-container form a{ color: #333333; }
.form-sec .loginmodal-container form label{ font-size:16px; font-weight:300; color:#999999; font-family: 'Montserrat', sans-serif; line-height:28px; display: none; }
.form-sec .loginmodal-container a:hover{ text-decoration:none;  } 
.form-sec .loginmodal-container h3{font-family: 'Montserrat', sans-serif; font-size:22px; text-transform:uppercase; font-weight:300; letter-spacing:-1px; color:#333333; margin-bottom:0px; }
.form-sec .loginmodal-container form input,.form-sec .loginmodal-container form select{ height: auto; font-size: 13px;     padding: 15px 15px 15px 35px; border-radius: 55px; color: #999999;  }
.form-sec .loginmodal-container form input[type=checkbox] {font-size:16px; color:#333333; font-weight:500; letter-spacing:1px;  float: left; vertical-align: top; height: 10px; margin-right: 15px; margin-top: 0;}
.form-sec .loginmodal-container form .form-btn-group { padding:0; text-align:center;}
.form-sec .loginmodal-container form .form-btn-group input.sub-btn{ font-family: 'Montserrat', sans-serif; background:#da0e2b; width:250px; padding:10px 15px; font-size:16px; font-weight:600; color:#fff; border:1px solid #da0e2b; }
.form-sec .loginmodal-container form .form-btn-group input.sub-btn:hover{ background:#fff; color:#da0e2b;     transform: 1s;  }
.ul-login-ter{ margin:10px 0; padding:15px 0; }

.log-inputs span.in-icon { font-family: 'FontAwesome'; height: auto;
    font-size: 13px;
    padding: 15px 20px;
    border-radius: 55px;
    color: #999999; position: absolute;
    top:1px; } /* This is for the placeholder */
.log-inputs form .form-group { position:relative; }    

    .omb_row-sm-offset-3 div:first-child[class*="col-"] {
        margin-left: 25%;
    }


.omb_login .omb_authTitle {
    text-align: center;
	line-height: 300%;
}
	
.omb_login .omb_socialButtons a {
	color: white; // In yourUse @body-bg 
	opacity:0.9;
}
.omb_login .omb_socialButtons a:hover {
    color: white;
	opacity:1;    	
}
.omb_login .omb_socialButtons .omb_btn-facebook {background: #3b5998;}
.omb_login .omb_socialButtons .omb_btn-twitter {background: #00aced;}
.omb_login .omb_socialButtons .omb_btn-google {background: #c32f10;}


.omb_login .omb_loginOr {
	position: relative;
	font-size: 1.5em;
	color: #aaa;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.omb_login .omb_loginOr .omb_hrOr {
	background-color: #cdcdcd;
	height: 1px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.omb_login .omb_loginOr .omb_spanOr {
	display: block;
	position: absolute;
	left: 50%;
	top: -0.6em;
	margin-left: -1.5em;
	background-color: white;
	width: 3em;
	text-align: center;
}			

.omb_login .omb_loginForm .input-group.i {
	width: 2em;
}
.omb_login .omb_loginForm  .help-block {
    color: red;
}
/*
.modal {
  text-align: center;
  padding: 0!important;
  width:100%;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}*/


.auditon-sec .notification-sec ul.listing-ul li ul.view-star-ul {}
.auditon-sec .notification-sec ul.listing-ul li ul.view-star-ul input[type="checkbox"] + .label-text::before { font-size: 18px;}

.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
   background: rgb(0, 0, 0);
box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
border-radius: 15px;
content: '';
height: 26px;
margin-top: -13px;
position: absolute;
opacity: 0.3;
transition: all 0.4s ease-in-out;
width: 50px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left:2px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 24px;
}

.privacy-settng-sec aside{ background:#fff; padding:20px; margin-top:10px; }

.privacy-settng-sec aside h3{ font-size:16px; color:#333; font-weight:700; margin-bottom:10px;}
.privacy-settng-sec aside .input-group {
    margin: 20px auto;
    width: 100%;
}
.privacy-settng-sec aside input.btn.btn-lg,
.privacy-settng-sec aside input.btn.btn-lg:focus {
    outline: none;
width: 59%;
height:40px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-radius:0;
border: 1px solid #ccc;
font-size:12px;
}
.privacy-settng-sec aside button.btn {
    width:20%;
    height: 40px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	border-radius:0;
	font-size: 12px;
background: #333;
border-color: #333;
color:#fff;
}

.privacy-settng-sec aside button.btn:hover { background: #fff;  color:#333; }
.privacy-settng-sec aside .promise {
    color: #999;
}

.profileedit-in{background:#fff; /*webkit-box-shadow: 0px 0px 2px 2px rgba(196,196,196,1);
-moz-box-shadow: 0px 0px 2px 2px rgba(196,196,196,1);
box-shadow: 0px 0px 2px 2px rgba(196,196,196,1);*/ padding:30px 0 0 0;}
.profileedit-in figure{ text-align: center; padding-bottom: 15px; width: 120px; margin: auto; position:relative;}
.profileedit-in figure img.userin{width:100%;}
.edit-icon{ width:25px; position:absolute; right:0; bottom: 20px; }
.profileedit-in h4{ font-size:16px; font-weight: 700; text-align: center; }
.profileedit-in .bar-warning {    background-color: #f0ad4e;}
.progress-striped .progress-bar-warning { background: #cc0000;}
.profileedit-in .progress { height: 15px; margin-top: 20px; }
.profileedit-in .progress-bar { line-height: 15px;}
.auditon-sec .profileedit-in  ul.listing-ul li ul.view-star-ul li:first-child {
    width:80%;
    padding: 0;
    font-size: 16px;
    color: #666;
    font-weight:500;
    border: none;
}

.auditon-sec .profileedit-in  ul.listing-ul li ul.view-star-ul li:last-child {
    width:20%;
    padding: 0 15px 0 0;
    font-size: 18px;
    color: #666;
    font-weight:300;
    border: none;
	text-align:right;
}

.auditon-sec .profileedit-in  ul.listing-ul li ul.view-star-ul li:last-child i.fa-angle-up{ color:#cc0000; font-weight:700; }

.gry-sec{ background:#f6f5f5; padding:15px 0;  }

.section-pd-block { /*webkit-box-shadow: 0px 0px 2px 2px rgba(196,196,196,1);
-moz-box-shadow: 0px 0px 2px 2px rgba(196,196,196,1);
box-shadow: 0px 0px 2px 2px rgba(196,196,196,1);*/ padding:15px; background:#fff; border-radius:4px;  margin-bottom:20px;}
.section-pd-block aside { margin-top:15px; }
.section-pd-block aside p i.fa-envelope { color:#cc0000; padding-right:10px; }
.section-pd-block aside p.text-email{ padding-left:27px; }
.section-pd-block aside.right p i.fa-pencil{color:#cc0000;}

.butten-sec .button {
   width: 30%;
outline: none;
background: #cc3333;
color: #fff;
border: 2px solid #cc3333;
margin: 10px 0;
padding: 10px 30px;
border-radius: 0;
font-size: 14px;
line-height: 20px;
font-weight: 600;
}


.butten-sec .button:hover {
    background: #fff;
    color: #cc3333;
    
}


.butten-sec .button-b {
    width: 30%;
    outline: none;
    background: #333333;
    color: #fff;
    border: 2px solid #333333;
	margin:10px 0;
	padding:10px; border-radius: 0;

	font-size:14px;
	line-height: 20px;
	font-weight: 600;
}


.butten-sec .button-b:hover {
    background: #fff;
    color: #333333;
    
}



.file-upload .hide{display:none;}
.file-upload .btn {
display: inline-block;
padding: 4px 12px;
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
color: #333333;
text-align: center;
vertical-align: middle;
cursor: pointer;
border: 1px solid #bbbbbb;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-bottom-color: #a2a2a2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.file-upload .btn {
border-color: #c5c5c5;
border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.file-upload .btn-large {
padding: 11px 19px;
font-size: 17.5px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}


.profile-block-form .file-upload .btn { background: #cc0000;

float: right;

border-radius: 0;

font-size: 12px;

padding: 5px 15px;

color: #fff;

font-weight: 600;

text-transform: uppercase; }
.profile-block-form .file-upload .inputBox { border-bottom:1px solid #ccc; }

.btn-yellow{ background: #fed669;

float: right;
border:1px solid #fed669;
border-radius: 0;

font-size: 12px;

padding: 5px 15px;

color: #666;

font-weight: 600;

text-transform: uppercase; }


.btn-yellow:hover{ background: #fff;color: #fed669; }


.btn-blue{ background: #57a8e2;

float: right;
border:1px solid #57a8e2;
border-radius: 0;

font-size: 12px;

padding: 5px 15px;

color: #fff;

font-weight: 600;

text-transform: uppercase; }


.btn-blue:hover{ background: #fff;color: #57a8e2; }


.auditon-sec ul.listing-ul.supprt-lst li ul.view-star-ul li:first-child {width: 48%; padding-right: 10px; font-size:14px; font-weight:500; color:#333;}
.auditon-sec ul.listing-ul.supprt-lst li ul.view-star-ul li:first-child p{font-size:13px; font-weight:400; color:#666;}
.auditon-sec ul.listing-ul.supprt-lst li ul.view-star-ul li:nth-child(2) {width: 25%; font-size:14px; font-weight:500; color:#333;}
.auditon-sec ul.listing-ul.supprt-lst li ul.view-star-ul li:last-child {width: 25%; font-size:14px; font-weight:500; color:#333;}

.auditon-sec ul.listing-ul.supprt-lst li::before { left: -4px; font-size: 13px; top: 17px;}

.profileedit-in.support-in { padding:0;}
.auditon-sec .profileedit-in.support-in ul.listing-ul li ul.view-star-ul li:first-child { font-size: 14px;}
.auditon-sec .profileedit-in.support-in ul.listing-ul li ul.view-star-ul li:last-child {padding: 0 5px 0 0; font-size: 14px;}
.lis-ul-more ul{ padding-left:30px; }
.lis-ul-more ul li{ float:left; width:50%; }
h2.sub-heading-arrow{ font-size:16px; font-weight:700; color:#333; text-align:center;}
.per-features{ padding:30px 0 }
.per-features aside{ display:table; padding: 20px 0; }
.per-features aside figure img{ width:50px; }
.per-features aside figure , .per-features aside div.text-content{ display:table-cell; vertical-align:middle; }
.per-features aside div.text-content  { text-align:left; font-size:16px; font-weight:500; color:#333; }
.per-features aside figure { padding:0; }
h2.tital-name {
    font-size: 16px;
    font-weight:700;
    color: #333;
    position: relative;
    padding-bottom: 5px;
    word-spacing: 2px;
    margin-bottom: 10px;
	text-align:left;
}
h2.tital-name::before {
    content: "";
    width:50px;
    height: 1px;
    background: #FF0000;
    position: absolute;
    bottom: 0;
    left: 0;
}

.lis-ul-more1 { padding:10px 15px; }
.lis-ul-more1 ul{ list-style:none; pa }
.lis-ul-more1 ul li a i{ padding-right:10px;  }
.lis-ul-more1 ul li a { color:#999; font-weight:500; padding:10px 0; }


h3.blue-text{ text-transform:uppercase; color:#00ccff; font-size:20px; font-weight:700; text-align:center; }

.footer-red{ background:#cc0000; padding:10px 0; text-align:center; }
.footer-red a{ color:#fff; font-size:14px; font-weight:600; }
.footer-red a span img{ width:15px; }


/*** effect layer-image hover - background change ***/

.img-layer-image-hover-backgroundchange .layer {position:absolute;top:0px;right:0px;bottom:0px;left:0px;opacity:0.6;background-image:url("icons/lupe.png");background-repeat:no-repeat;background-position:center center;}
.img-layer-image-hover-backgroundchange:hover .layer {opacity:0.5;background-color:#cc0000;background-image:url("icons/lupe-2.png");background-repeat:no-repeat;background-position:center center}

.img-layer-image-hover-backgroundchange .layer
{
transition:all .4s ease-in-out;
-webkit-transition:all .4s ease-in-out;
-moz-transition:all .4s ease-in-out;
-ms-transition:all .4s ease-in-out;
-o-transition:all .4s ease-in-out;
display:none;
}
.img-layer-image-hover-backgroundchange img.plus-img{width: 50px;
padding-top: 50px; }

.img-layer-image-hover-backgroundchange:hover .layer
{
transition:all .2s ease-in-out;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
display:block;
}



.bhoechie-tab-content nav ul li ul li{ padding-left:15px; }

.detailed-info-sec { padding:15px 0; }
.detailed-info-sec aside.left{ display:table;  }
.detailed-info-sec aside.left aside{ display:table-cell; vertical-align:middle; }
.detailed-info-sec aside.left aside.img-sec { width:100px; padding-right:15px; }
.detailed-info-sec aside.left aside.img-sec img{ width:100%; border-radius:50px; }
.detailed-info-sec aside h3{font-size: 18px;
font-weight: 600;
line-height:20px; color:#ff6666;}
.detailed-info-sec aside h3.verfy-txt{color:#333; padding-right:80px;     font-size: 14px;}
.detailed-info-sec aside h3 img{ width:23px; }
.detail-sec .detailed-info-sec aside h3{ color:#333;}
.detail-sec .detailed-info-sec .view-star-ul {margin-top: 10px;}

.detailed-info-sec  hr{ margin: 10px auto; width:94%;}
.detailed-info-sec aside h4{font-size: 12px;
font-weight: 400;}
.detailed-info-sec .profile-block .view-star-ul { background: #fff;}
.detailed-info-sec .profile-block .view-star-ul li img { width:20px;}
.detailed-info-sec .profile-block { padding:0 50px; }
.detailed-info-sec .view-star-ul li{
float: left;
padding-right:10px;
font-weight: 300;
font-size: 12px;
color: #333;
}

.detailed-info-sec .view-star-ul li:first-child{ text-align:left;  }
.detailed-info-sec .view-star-ul li:last-child{ text-align:right;  }
.detailed-info-sec .view-star-ul li a {
font-size: 12px;
color: #333;
}

.detailed-info-sec p.share{ text-align:right; }

.detailed-info-sec .view-star-ul li img {
padding-right: 0px;
width: 13px;
margin-top: -2px;
}
.detailed-points ul{ list-style:none; padding:15px 0; }
.detailed-points ul li { margin-top:15px; }
.detailed-points ul li h3{font-size: 18px;font-weight: 600; line-height: 36px; color: #666;}
.detailed-points ul li h3 span{font-size: 14px; font-weight: 700; line-height: 36px; color:#666; padding-right:15px;}
.detailed-points ul li p{font-size: 14px; font-weight: 400; color:#666; line-height:28px;}

.faq-sec ul{ list-style:none; padding:0 0 15px 0; }
.faq-sec ul li { margin-top:15px; }
.faq-sec ul li h3{font-size: 16px;
font-weight: 600;
line-height: 24px;
position: relative;
padding-bottom: 4px;
margin-bottom: 8px;}
.faq-sec ul li h3:before{ content:""; position:absolute; width:200px; height:1px; bottom:0; left:0; background:#cc0000; } 
.faq-sec ul li h3 span{font-size: 14px; font-weight: 700; line-height: 36px; color:#666; padding-right:15px;}
.faq-sec ul li p{font-size: 13px; font-weight: 400; color:#666; line-height:28px; text-align: justify;}


.detailed-info-sec .view-star-ul li{
float: left;
padding-right:10px;
font-weight: 300;
font-size: 12px;
color: #333;
display: table;
}

.detailed-info-sec .view-star-ul li aside{

display: table-cell; vertical-align:middle; text-align: center;
}
.detailed-info-sec .view-star-ul li aside span{ display:block; font-size:14px; font-weight:700; color:#ff6666; }
.detailed-info-sec .view-star-ul li aside:last-child { text-align:center;  } 
.detailed-info-sec .view-star-ul li aside:first-child { padding-right:15px; }
.user-info-drop-box  .accordion-heading { padding-bottom:15px; }
.user-info-drop-box  .accordion-heading .accordion-toggle{font-size: 16px;color: #666;font-weight: 500; text-decoration:none;}

.user-info-drop-box .accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f054";    
    float: right;
	padding-right:15px;  color:#cc0000;
}
.user-info-drop-box .accordion-toggle.collapsed:after {    
    content: "\f078";     
}

.contact-info-block {  padding:15px; }
.contact-info-block aside {font-size:16px; font-weight:500; color:#333;  text-align:center; padding:40px 0;}
.contact-info-block aside p.underline span{ position:relative;     line-height: 32px; }
.contact-info-block aside p.underline span:before{ content:""; position:absolute; border-bottom:1px solid #cc0000; width:100%; bottom:-4px  }



#logout-pop.modal { top:35%; }
#logout-pop h4.modal-title { font-weight:600; margin-bottom:5px; }
#logout-pop .button-sec-yn {  padding:5px 0; text-align:right; }
#logout-pop .button-sec-yn .btn.btn-default {  border:none; margin:0 0px 0 20px; }

/*side navi sliders*/
.buttoslide { padding: 10px 10px;
background: #fff;
margin-top: 8px; }
.buttoslide .carousel-control.left,
.buttoslide .carousel-control.right  {background:none;width:25px;}
.buttoslide .carousel-control.left {left:0px;}
.buttoslide .carousel-control.right {right:0px;}
.buttoslide .carousel-control {font-size:16px;color: #cc0000 !important;}
.carousel-inner > .item { text-align:center; }
.buttoslide .carousel-control.left ,
.buttoslide .carousel-control.right{ background: transparent !important;}
.carousel-inner > .item a{ padding:5px 10px; font-size:12px;color: #666; font-weight:600;  line-height: 32px; border-radius:4px;  }
.carousel-inner > .item a.active{  background:#cc0000; color:#fff;  } 
/* End latest-collection-sec Stylers */





.page-sec {  }

.info-links-ul{ list-style:none; }
.info-links-ul li{ font-size:14px; font-weight:500; color:#333; } 
.info-links-ul li i{ color:#cc0000; padding-right:6px; }
.info-links-div{ padding-top:15px; } 

.ph-address{ text-align:left; border-top:1px solid #ccc; padding-top:10px; margin-top:10px; }
.ph-address p{ text-align:left;  }
.ph-address aside.left{ padding-right:0;}
.ph-address aside.left address p{ padding:0; }
p.heading-p{ color: #333;

text-align: left;

padding-bottom: 2px;

font-size: 14px;

font-weight: 600;

position: relative;

margin-bottom: 4px;}

p.heading-p:before{ content: "";
position: absolute;
bottom: 0px;
left: 0;
width: 50px;
height:1px;
background: #cc0000;}


.ph-address aside.right p{ text-align:right; padding:0 0 5px 0; } 
.producer-sec .button-gallery-sec a.btn.btn-gry-red {padding: 8px 0;}

.produ-details-profile-sec{ padding:10px 0; }

.list-ul-pm{ list-style:none; padding:5px 0; }
.list-ul-pm li{ width:33.33%; position:relative; padding-left:15px;font-size: 12px; float: left;  }
.list-ul-pm li:before{content: "\f111";
font-family: 'FontAwesome';
position: absolute;
left: 0;
font-size: 8px;
top: 4px;
color: #cc0000;}

.upload-prvew ul{ list-style:none; }
.upload-prvew ul li{ width: 50%;

float: left;

margin: 5px 0;

padding: 8px; }

.upload-prvew ul li .priview-block{ border-bottom:1px solid #ccc;;  }

.profile-block-form .file-upload .upload-prvew ul li .btn{background: #009900;
background: #009900;
float: left;
border-radius: 0;
font-size: 14px;
padding: 2px;
color: #fff;
font-weight: 900;
text-transform: uppercase;
line-height: 12px;
margin-right: 3px;}

.profile-block-form .file-upload .upload-prvew ul li p.bg-txt { background:#dbdbdb; margin-left:1px; border-radius:4px; padding:2px; color:#333; margin-bottom:5px; }

.profile-block-form .file-upload .upload-prvew ul li p a.delete-prview{ color:#cc0000; float:right; }

.profile-block-form .team-fields .inputBox  input { width: 85%;
float: left;
padding: 0;
height: 20px;} 
.profile-block-form .team-fields .inputBox anchr-btn{ float:right; }
.profile-block-form .team-fields .inputBox a.delete-prview{ color:#cc0000;  }
.profile-block-form .team-fields .inputBox a.btn{background: #009900;
background: #009900;
float: left;
border-radius: 0;
font-size: 14px;
padding: 2px;
color: #fff;
font-weight: 900;
text-transform: uppercase;
line-height: 12px;
margin-right: 3px;}

.profileedit-in .viw-edit-sec-btn { text-align:center; margin:5px 0 10px 0; }
.profileedit-in .viw-edit-sec-btn a{ color: #666; font-size: 12px; border: 1px solid #ccc; padding:6px 10px; margin: 15px; font-weight:600;}
.profileedit-in .viw-edit-sec-btn a:hover{ color: #fff; background:#cc0000; border: 1px solid #cc0000; }


/*-- responsive-design --*/ 
@media(max-width:736px){
.properties-img .view-caption h4 { 
    letter-spacing: 0;
}
.w3agile, .services, .about {
    padding: 3.5em 1.8em; 
}
.properties-w3lsrow .w3ls-text h6 {
    margin: 0 0 0 4px; 
}
.latest-w3lsrow {
    margin-top: 3em;
}
h3.w3ls-title {
    font-size: 3em; 
}
.latest-grids { 
    width: 31%;
}
}
@media(max-width:667px){
.brand-grids { 
    width: 15.3%; 
}
p.w3-text {
    width: 72%; 
}
.properties-w3lsrow .w3ls-text h6 {
    margin: 0.5em 0 0;
    display: block;
}
.w3ls-details {
    margin: 1.5em 0;
}
.w3ls-details p.agile-text {
    margin: 0.5em 0 1.2em;
}
.w3ls-related h3.w3ls-title, .w3ls-features h3.w3ls-title {
    font-size: 2.3em;
}
.w3ls-related {
    margin-top: 2em;
}
.gallery-grids { 
    width: 30.7%;
}
.w3agile, .services, .about {
    padding: 3em 1.8em;
} 
}
@media(max-width:640px){
.banner-img { 
    min-height: 310px;
}
.welcome {
    padding: 3em 5em 0;
}
h3.w3ls-title {
    font-size: 2.8em;
}
.w3agile, .services, .about {
    padding: 3em 1.5em;
}
.properties-img .view-caption { 
    padding: 10px 12px; 
}
.brand-grids {
    width: 15%;
}
.banner.about-banner .banner-img {
    min-height: 100px;
}
.banner.about-banner h3 { 
    padding: 0.9em 1.2em;
}
.latest-grids {
    width: 30.9%;
}
.w3ls-related .carousel {
    width: 75%;
}
.w3ls-related .properties-img {
    height: 250px;
}
.services-grid { 
    width: 50%;
    padding: 0 3em;
}
.latest-grids {
    width: 70%;
    float: none;
    margin: 1.5em auto 0;
}
.latest-grids.latest-grids-mdl {
    margin: 1.5em auto;
}
.latest-grids h4 { 
    margin: 3em 0 1em;
}
.properties-img.properties-img-single {
    height: 315px;
}
.w3ls-details h4 {
    font-size: 1.6em; 
}
.w3ls-related h3.w3ls-title, .w3ls-features h3.w3ls-title {
    font-size: 2.2em;
}
}
@media(max-width:600px){
.banner-img {
    min-height: 270px;
}
.logo h2 {
    font-size: 1.2em; 
}
h3.w3ls-title {
    font-size: 2.6em;
}
.properties-bottom {
    margin: 1.6em auto 0;
    float: none;
    width: 70%;
    padding: 0;
}
.properties-img { 
    height: 247px; 
}
p.w3-text {
    width: 80%;
}
.w3agent-grid { 
    padding: 1.5em; 
    width: 44.4%;
}
}
@media(max-width:568px){
.services-grid { 
    padding: 0 2em;
}
p.w3-text {
    width: 90%;
}
.agents h4 {
    font-size: 1.6em; 
}
.w3agent-grid {
    padding: 1.5em;
    width: 46.5%;
    margin: 0.5em;
}
.gallery-grids {
    width: 30.6%;
}
.w3ls-hover .view-caption h5 { 
    padding-top: 12%; 
}
.w3ls-hover:hover .view-caption h5 {
    padding-top: 23%;
}
}
@media(max-width:480px){
.logo h2 {
    font-size: 1.1em;
}
.menu-button { 
    height: 2em; 
    margin: .45em 0;
}
.login a.sign-in span { 
    margin: 0.4em;
}
.header { 
    padding: 1em 2em;
}
.banner-img {
    min-height: 240px;
}
.welcome {
    padding: 2.5em 5em 0;
}
.w3agile, .services, .about {
    padding: 2.5em 1.5em;
}
.properties-bottom { 
    width: 80%; 
}
.properties-img {
    height: 225px;
}
.brand-grids {
    width: 31%;
}
p.w3-text {
    width: 100%;
}
.services-grid {
    padding: 0 1em;
}
.properties-w3lsrow .w3ls-text h6 {
    margin: 0 0 0 5em;
    display: inline-block;
}
.w3agent-grid {
    padding: 1.5em;
    width: 60%;
    margin: 0.8em auto;
    float: none;
}
.gallery-grids {
    width: 46.8%;
}
.w3ls-hover:hover .view-caption h5 {
    padding-top: 28%;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 85%; 
}
.map {
    margin: 2em 0;
}
.contact-form input[type="submit"] { 
    padding: 0.7em 2.5em; 
}
.properties-img.properties-img-single {
    height: 280px;
}
.w3ls-related .agents.w3agent-grid {
    width: 60%; 
}
}
@media(max-width:414px){
.header {
  padding: 15px 0;
}
.welcome {
    padding: 2.5em 3em 0;
}
h3.w3ls-title {
    font-size: 2.5em;
}
.properties-bottom {
    width: 90%;
    margin: 1.5em auto 0;
}
.properties-img {
    height: 210px;
}
.w3ls-related .agents.w3agent-grid {
    width: 75%;
}
.w3ls-related .carousel {
    width: 100%;
}
.w3ls-related .properties-img {
    height: 240px;
}
.properties-img.properties-img-single {
    height: 250px;
}
.w3ls-related h3.w3ls-title, .w3ls-features h3.w3ls-title {
    font-size: 2em;
}
.latest-grids {
    width: 90%; 
}
.w3agent-grid {
    padding: 2em;
    width: 90%;  
}
.gallery-grids {
    width: 46.1%;
}
.w3ls-hover:hover .view-caption h5 {
    padding-top: 24%;
}
.contact-form input[type="text"] { 
    padding: .7em; 
}
.contact-form textarea { 
    padding: .7em; 
    min-height: 8em; 
} 
}
@media(max-width:384px){
.brand-grids {
    width: 30.5%;
}
.footer-nav ul li { 
    margin-left: 1.2em;
}
.gallery-grids {
    width: 46%;
    margin: 0.3em;
}
h3.w3ls-title {
    font-size: 2.2em;
}
.properties-img {
    height: 190px;
}
.properties-img.properties-img-single {
    height: 190px;
}
.w3ls-related .properties-img {
    height: 200px;
}
.w3ls-related h3.w3ls-title, .w3ls-features h3.w3ls-title {
    font-size: 1.8em;
}
.w3ls-details h4 {
    font-size: 1.4em;
}
.latest-grids h4 {
    margin: 1.8em 0 1em;
    font-size: 1em;
}
}
@media(max-width:375px){
.welcome {
    padding: 2em 2em 0;
}
.properties-bottom {
    width: 100%; 
}
.footer-nav ul li { 
    font-size: 0.9em; 
}
.w3ls-related .agents.w3agent-grid {
    width: 82%;
}
}
@media(max-width:320px){
.header {
    padding: 1em;
}
.banner-img {
    min-height: 220px;
}
.banner.about-banner .banner-img {
    min-height: 80px;
}
.banner.about-banner h3 {
    font-size: 2.2em; 
}
.kb_caption h3 { 
    font-size: 1.3em; 
}
.nav-tabs li a h5 {
    font-size: 1.2em; 
}
h3.w3ls-title {
    font-size: 2em;
}
.w3agile, .services, .about {
    padding: 2em 1.2em;
}
.brand-grids {
    width: 30.4%;
} 
.footer-nav ul li {
    margin-left: 0.8em;
}
.properties-img {
    height: 200px;
}
.services-grid {
    width: 100%;
    padding: 0 2em;
    float: none;
}
.w3ls-hover .view-caption { 
    border: 2px solid #fff; 
}
.w3ls-hover:hover .view-caption { 
    border: 5px solid #fff;
}
.w3ls-hover .view-caption h5 { 
    font-size: 1.3em;
}
.login-form input[type="submit"] { 
    padding: .5em 2em; 
}
}
/*-- //responsive-design --*/ 

@media (max-width: 767px) {
.detailed-info-sec aside.left aside.img-sec { width: 58px; padding-right: 15px;}
.detailed-info-sec aside h3.verfy-txt { padding-right: 0; margin-top: 14px;  font-size: 14px;}
.button-gallery-sec a.btn.btn-gry-red { width: 32.6%;}
}

@media (max-width:567px) {
.detailed-info-sec .profile-block { padding: 0 15px;}
.profile-block .view-star-ul { padding: 10px 5px 0px;}
.detailed-info-sec .view-star-ul li {float: none; width: 100%; padding:5px 0; border-bottom:1px solid #ccc;}
.profile-block .view-star-ul {  text-align: left; }
.detailed-info-sec .view-star-ul li aside span { display: inline-block; font-size: 20px; padding-right: 5px;}
.detailed-info-sec .view-star-ul li:last-child { text-align: left; border-bottom:0px solid #ccc;}
.list-ul-pm li { width: 100%;float: none;}
.butten-sec .button { width: 100%;}
.chat-list-sec ul.listing-ul li figure {  width: 25px;}
.auditon-sec .chat-list-sec ul.listing-ul li ul.view-star-ul li {  width: 70%;}
}




/*
Project: Jquery Plugin to select multiple media files (i.e. images and videos). v.1.0.0.1
Project Description: using jquery and bootstrap by this you can create multiple file selector,preview
on boostrap modal,also able to delete file.
Author: Abhishek Mishra
*/

.upload-multi-iv-sec #media-list li img {
    width: 100px;
    height: 100px;
	padding:10px;
}

.upload-multi-iv-sec #media-list li {
    height: 102px
}

.upload-multi-iv-sec #media-list li video {
    width: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.upload-multi-iv-sec div#hint_brand .modal-dialog {
    top: 110px;
    width: 567px;
    max-width: 100%
}

.upload-multi-iv-sec #media-list li.myupload{width: 50px ;

height: 50px;

margin-top: 25px;}
.upload-multi-iv-sec li.myupload span {
    position: relative;
    width: 48px;
    height: 48px;
    display: block;
    background: #5cb85c;
}

.upload-multi-iv-sec li.myupload span input {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	width: 100%;
}

.upload-multi-iv-sec li.myupload span i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size:30px
}

.upload-multi-iv-sec #media-list li {
    float: left;
    border: 1px solid #ccc;
    background: #fff;
    position: relative;
    margin: 0 15px 5px 0;
    width: 102px
}

.upload-multi-iv-sec #media-list li:last-child {
    margin-right: 0
}

.upload-multi-iv-sec .post-thumb {
    position: absolute;
    /*background: rgba(0, 0, 0, 0.4);*/
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block
}

.upload-multi-iv-sec #media-list li:hover .post-thumb {
    display: block
}

.upload-multi-iv-sec a.remove-pic {
    position: absolute;
  top: -15px;
right: 00000;
font-size: 12px;
color: #c00;
border: 1px solid #c00;
    border-radius: 50%;
    display: block;
    height: 25px;
    width: 25px;
    text-align: center;
    padding: 3px 0
}

.upload-multi-iv-sec .inner-post-thumb {
    position: relative
}

.upload-multi-iv-sec .user-post-text-wrap {
    position: relative
}

.upload-multi-iv-sec .user-pic-post {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0
}

.upload-multi-iv-sec .user-pic-post img {
    width: 100%
}

.upload-multi-iv-sec .user-txt-post {
    padding: 0 0 0 65px
}

.upload-multi-iv-sec textarea.form-control.upostTextarea {
    border: 0;
    box-shadow: none;
    height: 85px;
    resize: none
}

.upload-multi-iv-sec .user-post-text-wrap {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px
}

.upload-multi-iv-sec .user-post-btn-wrap {
    margin: 25px 0 0
}

.upload-multi-iv-sec ul.btn-nav {
    list-style: none;
    padding: 0;
    margin: 0
}

.upload-multi-iv-sec ul.btn-nav li {
    position: relative;
    float: left;
    margin: 0 10px 0 0
}

.upload-multi-iv-sec ul.btn-nav li span input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    filter: alpha(opacity=100)
}

.upload-multi-iv-sec ul#media-list {
    list-style: none;
    padding: 15px 0;
    margin: 0
}

.upload-multi-iv-sec li.upload-li{ width:100%; padding:30px 0; }
.upload-multi-iv-sec li.upload-li span.upload-btn-1{background: #cc0000;
padding: 15px !important;
color: #fff;
font-weight: 600;
margin: auto;
width: 250px;
line-height: 40px;
margin: 10px auto;}


.upload-multi-iv-sec .user-post-btn-wrap a.btn.button1{
outline: none;
background: #fff;
color: #cc3333;
border: 2px solid #cc3333;
margin: 10px 0;
padding: 10px 30px;
border-radius: 0;
font-size: 14px;
line-height: 20px;
font-weight: 600; width: 158px;}

.upload-multi-iv-sec .user-post-btn-wrap a.btn.button1:hover{ background: #cc3333; color: #fff;}

.upload-multi-iv-sec .byurl-v-upload {width:100%; margin:auto; }
.upload-multi-iv-sec .byurl-v-upload form{width:40%; margin:auto;  }
.upload-multi-iv-sec .byurl-v-upload label{ width:100%; text-align:left; }
.upload-multi-iv-sec .byurl-v-upload input.urlin {width:80%; float:left;}
.upload-multi-iv-sec .byurl-v-upload input.submit-url{width: 20%; float: left; background: #c00; border:1px solid #c00; margin-left: -4px; position: relative; border-radius: 0 4px 4px 0; color: #fff;font-weight: 600;}
.upload-multi-iv-sec .byurl-v-upload input.submit-url:hover{ background:#fff; color:#c00; }



/* login-forms-sec Styles*/
.forms-sec{ background-repeat: repeat-x; background-size: 75%; background-position: top; background-image:url(images/bridge.png);}
.forms-sec figure { padding:10px 0; }
.forms-sec figure img.logo-p{width:100%;}
.forms-sec .as-form-sec{ border-radius:.1875rem;background-color:#fff;box-shadow:0 1px 5px 0 rgba(45,62,80,.12);padding: 2.5rem; position: relative;}
.forms-sec .as-form-sec{ margin-top:30px; margin-bottom:30px;}
.forms-sec .as-form-sec .textarea{ min-height:220px; resize:none;}
.forms-sec .form-control{ box-shadow:none; border-color:#eee; height:49px;}
.forms-sec .form-control:focus{ box-shadow:none; border-color:#00b09c;}
.forms-sec .form-control-feedback{ line-height:50px;}
.forms-sec .main-btn{ background:#00b09c; border-color:#00b09c; color:#fff;}
.forms-sec .main-btn:hover{ background:#00a491;color:#fff;}
.forms-sec .form-control-feedback { line-height: 50px; top: 0px; }
.forms-sec .as-form-sec label{padding:.5rem .75rem .25rem 0; color:#666; font-weight: 500;font-size: 14px; display: inline-block; vertical-align: middle;}
.forms-sec .as-form-sec label span{ color:#cc0000; }
.forms-sec .as-form-sec label span.label-text { color:#666; }
.forms-sec .as-form-sec input, 
.forms-sec .as-form-sec select { padding: 0 0.625rem 0 5px;border-radius: .1875rem;border: 1px solid #cbd6e2;font-size: 16px;transition: all .15s ease-out;background-color: #f5f8fa;color: #33475b;display: block;height: 40px;line-height:40px;text-align: left;vertical-align: middle;width: 100%; }
.forms-sec .confirmation input, 
.forms-sec .confirmation select{ border: none;border-bottom: 2px solid #cbd6e2;background: none;padding: 0; height: 25px; font-size: 14px;}
.forms-sec .confirmation .as-form-sec textarea.form-control { border-bottom: 2px solid #cbd6e2; border: none; background: none; padding: 0; font-size: 14px;  min-height: 55px !important;}
.forms-sec .as-form-sec textarea{ border-radius: .1875rem;border: 1px solid #cbd6e2;font-size: 16px;transition: all .15s ease-out;background-color: #f5f8fa;color: #33475b; }
.forms-sec .as-form-sec  .form-group p{ color:#666; font-size:11px; }
.forms-sec .as-form-sec input[type="checkbox"], 
.forms-sec .as-form-sec input[type="radio"]{position: absolute;right: 9000px;}
.forms-sec .as-form-sec h5{ font-size:14px; font-weight:500; line-height: 22px; color: #333; }
/*Check box*/
.forms-sec .as-form-sec input[type="checkbox"] + .label-text:before{content: "\f096";font-family: "FontAwesome";speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing:antialiased;width: 1em;display: inline-block;margin-right: 5px;font-size: 20px;}
.forms-sec .as-form-sec input[type="checkbox"]:checked + .label-text:before{content: "\f14a";color: #2980b9;animation: effect 250ms ease-in;}
.forms-sec .as-form-sec input[type="checkbox"]:disabled + .label-text{color: #aaa;}
.forms-sec .as-form-sec input[type="checkbox"]:disabled + .label-text:before{content: "\f0c8";color: #ccc;}
.forms-sec .button1 {
    text-align: center;
    border: 1px solid #e44b3d;
    background-color: #e44b3d;
    color: #FFF !important;
    padding: 10px 25px;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'montserratbold';
    margin:5px 20px;text-transform:uppercase;font-family: 'Montserrat', sans-serif;}


.forms-sec .button1:hover {
    background-color: #FFF;
    border: 1px solid #e44b3d;
    color: #e44b3d !important;
    transition: all 0.5s ease-in-out;
}

#success_message{ display: none;}

.content-sec-pay{ text-align:center; padding:15px 0; }

.content-sec-pay p {
    font-size: 12px;
    line-height: 25px;
    color: #666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

/*workaround*/

.forms-sec .intl-tel-input .selected-flag {
  z-index: 4;
}
.forms-sec .intl-tel-input .country-list {
  z-index: 5;
}
.forms-sec .input-group .intl-tel-input .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}

.forms-sec .intl-tel-input {width: 100%;}

/*Radio box*/

.forms-sec input[type="radio"] + .label-text:before{
	content: "\f10c";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
	font-size: 20px;
}

.forms-sec input[type="radio"]:checked + .label-text:before{
	content: "\f192";
	color: #df8666;
	animation: effect 250ms ease-in;
}

.forms-sec input[type="radio"]:disabled + .label-text{
	color: #aaa;
}

.forms-sec input[type="radio"]:disabled + .label-text:before{
	content: "\f111";
	color: #ccc;
}

/*Radio Toggle*/

/* The message box is shown when the user clicks on the password field */
#pw-message {
    display:none;
    background: #f1f1f1;
    color: #000;
    position: relative;
    padding: 20px;
    margin-top: 10px;
}

#pw-message p {
    padding:5px 10px;
    font-size: 14px;
}

/* Add a green text color and a checkmark when the requirements are right */
.pw-valid {
    color: green;
}

.pw-valid:before {
    position: relative;
    left:-5px;
	content: "\f058";
	font-family: "FontAwesome";
	z-index:1;
}


/* Add a red text color and an "x" when the requirements are wrong */
.pw-invalid {
   /* color: red;*/
}

.pw-invalid:before {
    position: relative;
    left:-5px;
	content: "\f10c";
	font-family: "FontAwesome";
}

/*#pw-message p:before {
    position: relative;
    left: -35px;
	content: "\f10c";
	font-family: "FontAwesome";
}*/


.forms-sec .as-form-sec figure.mesage-icon{ margin:10px auto; width:120px;  }
.forms-sec .as-form-sec figure.mesage-icon img.success-failed{ width:100%; }
.forms-sec .as-form-sec h3 strong.green{ font-size: 40px;
font-weight: 600;
line-height: 14px;
color: #7cb342; }
.forms-sec .as-form-sec h3 strong.red{ font-size: 40px;
font-weight: 600;
line-height: 14px;
color: #cc0000; }
.pw-sec-d .has-feedback label~.form-control-feedback { right: 40px;}

#fields input.input{ width:91%; float:left; margin-bottom:10px; }

#fields button.add-more{ height: 40px;

border-radius: 0;

border: 1px solid green;

background: green;

color: #fff;

font-size: 26px;

line-height: 15px; margin-bottom:10px; }


#fields button.remove-me{ height: 40px;

border-radius: 0; color: #fff;

font-size: 26px;

line-height: 15px; width: 8.4%; margin-bottom:10px;}
/* END login-forms-sec styles */
.navbar-brand { padding: 6px 0 15px 0px;}
.navbar-brand > img { width: 200px;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form.hear-search{ width:600px; }
.navbar-default .navbar-collapse, .navbar-default .navbar-form.hear-search input{ width:100%; }

@media (max-width: 767px) {
.navbar-default .navbar-collapse, .navbar-default .navbar-form.hear-search{ width:100%; } 
}


#slideout {z-index: 4; position: fixed;top: 150px;right: 0;width: 50px;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s;transition-duration: 0.3s;}
#slideout_tab {position: relative;top: 0;left: 0;padding:0px;text-align: center;background: #86B135;color: #fff;cursor:pointer;-webkit-border-radius: 5px 0 0 5px;-moz-border-radius: 5px 0 0 5px;border-radius: 5px 0 0 5px;}
#slideout_inner {position: absolute;top:0px;left: 35px;width: 35px;cursor:auto;}
#showblock:checked + #slideout{right:45px;}
#showblock{display:none;}

#slideout .classysocial {margin: 65px 0 0 10px;}
#slideout .classysocial .smain.default-image {background-image: url(../images/square/share-icon.png); }

#slideout .classysocial .smain { width: 30px;height: 30px;}
#slideout .classysocial .square .sbutton { background-size: cover; width: 30px; height: 30px;}



#no-more-tables{ padding:15px 0; }
@media (max-width:666px){
 /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
		margin:10px 0; padding:0;
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
	
	}
	
	
	th { text-align: center;}
	
	td.action-td{ width:100px; }
	
	
	table.action-td thead tr th{ border-bottom: 1px solid #ddd; }
	
	.headininner-sec h3{ float: left;

font-size: 15px;

font-weight: 600;

color: #57a8e2;

padding: 18px 0 0 0;

text-transform: uppercase;}

#no-more-tables td.action-td .btn-yellow { float:none;}
#no-more-tables td { padding-bottom: 10px;}
#no-more-tables td:last-child{ border:none; }
/* Profile container */
.profile {
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 150px;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
  border-radius:50px;
  float:none; 
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}
    
.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7; float: left;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

.profile-usermenu ul.nav {

    width: 70%;
    margin: auto;

}

/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
}

.profile-content .count-block-ii aside h2{ color:#666; }
.profile-content .count-block-ii aside p small{ color:#666; font-weight:500; }
.profile-content ul.scfloo{ color:#666; list-style:none; margin-top:20px;}
.profile-content ul.scfloo li{margin-top:10px;}
.profile-content p{  color:#666; line-height:28px;  }

/*ticket_page*/

#ticket-page{
   margin-top: 3%;
	
}
.ticket-backg{
	
	background-color:#eceff4;
	padding-top:3%;
	padding-bottom:3%;
}
.setting-icon{
	background-color: white;
    padding: 2%;
    border-radius: 33px;
}
.ticket-acct{
	font-family: montserrat;
    font-size: 30px;
    font-weight: ;
    font-weight: 300;
    color: #666666;
}
.ticket-sub{
	font-family: montserrat;
    font-size: small;
    font-weight: ;
    font-weight: 400;
    color: #666666;
}
.tick-nav{
	background-color: white;
    margin-top: 2%;
    margin-bottom: 6%;
 
	
}
.tick-nav-2{
	background-color: white;
    margin-top: 2%;
    margin-bottom: 6%;
  padding:15px;
	
}
.ticket-home{
	font-family: montserrat;
    font-size: 15px;
    font-weight: 400;
	margin-top: 4%;
}
}
.drop-settng{
	text-align: -webkit-right;
    /* margin-left: 13%; */
    padding-left: 43%;
}
.ticket-btn{
padding-top: 8%;
    padding-bottom: 8%;
    padding-left: 41%;
    padding-right: 20%;
    color: black;
    background-color: #fed669;
    border: none;
}

.ticket-btn:hover{
	padding-top: 8%;
    padding-bottom: 8%;
    padding-left: 41%;
    padding-right: 20%;
    color: black;
    background-color: #fed669;
    border: none;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.ticket-btn:active{
	padding-top: 8%;
    padding-bottom: 8%;
    padding-left: 41%;
    padding-right: 34%;
    color: black;
  background-color: #fed669;
    border: none;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
 .ticket-p{
	font-family: montserrat;
    font-size: 14px;
    text-align: justify;
    padding-bottom: 15px;
    line-height: 28px;

}
.ticket-span{
	font-family: montserrat;
    font-size: 20px;
    font-weight: 600;
}
.ticket-hr{
	margin-top: 2%;
	width: 100%;
}
.radio-label{
	font-size: 16px;
    color: grey;
}
.ticket-span-2{
	font-family: montserrat;
    font-size: 16px;
    font-weight: 600;
}
.ticket-row{
	margin-top: 2%;
    margin-bottom: 2%;
}
.ticket-order{
	background-color: #cccccc;
    font-size: 12px;
    font-family: montserrat;
    font-weight: 400;
    margin-bottom: 2%;
    padding-top: 3%;
    padding-left: 12%;
    height: 44px;
}
.ticket-span-3{
	font-family: montserrat;
    font-size: 13px;
    font-weight: 600;
}
.ticket-submit{
	background-color: #68afe4;
    color: white;
    font-size: 14px;
    font-weight: 500;
	
}
.ticket-submit:hover{
	background-color: white;
    color: #68afe4;
	font-size: 14px;
    font-weight: 500;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.my-radio{
	  -webkit-appearance: none;
    content: '';
    width: 16px;
    height: 16px;
    background-color: darkgrey;
    outline: 0px;
}
.my-radio:checked:after{
	  content: '';

background-color: #68afe4;

height: 50%;

width: 50%;

display: block;

margin: 25%;

border-radius: 50%;

position: absolute;

top: 0;
}

.my-radio:before{
	  content:'';
	  background-color:#fff;
	  height:50%;
	  width:50%;
	  display:block;
	  margin:25%;
	  border-radius:50%;
}

/*ticket_page-end*/

.dash-sec h2{ font-size:32px; color:#58a8e2; font-weight:600; padding:15px 0; }
.dash-sec p{ font-size:16px; color:#666; font-weight:500; line-height:28px; } 
.dash-sec .circle-tile {
    margin-bottom: 15px;
    text-align: center;
}
.circle-tile-heading {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    color: #FFFFFF;
    height: 80px;
    margin: 0 auto -40px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 80px;
}
.circle-tile-heading .fa {
    line-height: 80px;
}
.circle-tile-content {
    padding-top:30px;
}
.circle-tile-number {
    font-size: 30px;

font-weight: 700;

line-height: 1;

padding: 20px 0 15px;
}
.circle-tile-description {
    text-transform: uppercase;
}
.circle-tile-footer {
    background-color: rgba(0, 0, 0, 0.1);

color: #fff;

display: block;

padding: 5px;

transition: all 0.3s ease-in-out 0s;

border-top: 10px solid #fff;

font-weight: 600;
}
.circle-tile-footer:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}
.circle-tile-heading.dark-blue:hover {
    background-color: #2E4154;
}
.circle-tile-heading.green:hover {
    background-color: #138F77;
}
.circle-tile-heading.orange:hover {
    background-color: #DA8C10;
}
.circle-tile-heading.blue:hover {
    background-color: #2473A6;
}
.circle-tile-heading.red:hover {
    background-color: #CF4435;
}
.circle-tile-heading.purple:hover {
    background-color: #7F3D9B;
}
.tile-img {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
}

.dark-blue {
    background-color: #27a9e3;
}
.green {
    background-color: #1bbc9b;
}
.blue {
    background-color: #2980B9;
}
.orange {
    background-color: #F39C12;
}
.red {
    background-color: #E74C3C;
}
.purple {
    background-color: #9b58b5;
}
.dark-gray {
    background-color: #7F8C8D;
}
.gray {
    background-color: #95A5A6;
}
.light-gray {
    background-color: #BDC3C7;
}
.yellow {
    background-color: #f1c40f;
}
.text-dark-blue {
    color: #34495E;
}
.text-green {
    color: #16A085;
}
.text-blue {
    color: #2980B9;
}
.text-orange {
    color: #F39C12;
}
.text-red {
    color: #E74C3C;
}
.text-purple {
    color: #8E44AD;
}
.text-faded{
    color: #fff;
}

.text-faded  a {
    color: #fff; font-size:12px;
}

.ico{ font-size:40px; }

.color-box-sec { padding-top:20px; }


.tab-forms-sec .nav-tabs { border-bottom: 2px solid #fff; }
	.tab-forms-sec .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
	.tab-forms-sec .nav-tabs > li > a { border: none; color: #666; }
	.tab-forms-sec .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #4285F4 !important; background: transparent; }
	.tab-forms-sec .nav-tabs > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
	.tab-forms-sec .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
	.tab-forms-sec .tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
	.tab-forms-sec .tab-pane { padding: 15px 0; }
	.tab-forms-sec .tab-content{padding:20px}
	.tab-forms-sec .form-group .form-control{font-size: 14px;width:100%;margin-bottom:15px;background-color:#b1a9a91a;}
	.tab-forms-sec .card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; font-size: 14px; }
	
	.tab-forms-sec  .card-in-nav{border-bottom: 1px solid #ccc;}
	
	.form-group {

    margin-bottom: 0;

}