.h-user-log {
    display: none;
}
lbl_up_img_galbody {
    font-family: 'Nunito', sans-serif;
    height: auto !important;
}
a:focus, .btn:focus {
    outline: none;
    outline-offset: 0px;
}
a:hover {
    text-decoration:none;
}
.relative{
  position:relative;
}
.cust-btn.profile-btn i {
  margin-right: 5px;
}
.cust-btn.profile-btn {
  margin-top: 12px !important;
  padding: 8px 15px;
}
li {
    list-style-type:none;
}
ul {
    padding:0px;
    margin:0px;
}
.custom-nav {
    padding:5px 50px;
    border-bottom:1px solid #eee;
}
.h-user-log {
    display: none;
}
.logo {
    float:left;
    background-color:#ffffff;
}
.logo img {
    width:200px;
}
.right-menu {
    float: right;
    width: 75%;
    text-align: right;
    position: relative;
    background-size:cover;
    padding:8px 0px 0px;
    background-position:center center;
}
.right-menu::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.6);
    content: "";
    z-index:0;
}
.right-menu ul{
  position:relative;
  z-index:1;
}
.right-menu ul li {
    display:inline-block;
    padding: 0 15px;
    border-left:1px solid #eee;
    vertical-align:middle;
        margin-top:8px;
}
.right-menu li:first-child {
  width: 460px;
  border-left: 0px;
  margin-top: 0px;
}
.right-menu ul li:last-child {
    border-right:none;
}
.right-menu ul li a {
    color:#000;
    font-size:14px;
    text-decoration:none;
    transition:all 300ms linear 0s;-o-transition:all 300ms linear 0s;-moz-transition:all 300ms linear 0s;-webkit-transition:all 300ms linear 0s;
}
.right-menu .navbar-nav > li > a{
    padding: 0px;
}
.right-menu ul li a img {
    width:20px;
    margin-right:5px;
}
.right-menu ul li a:hover, .right-menu ul li a:focus {
    color:#68BAFE;
        background-color: transparent;
}
.right-menu input {
    height:35px;
    box-shadow:none;
    border:1px solid #68BAFE;
    background:#ffffff;
}
.right-menu .btn {
    height:35px;
    background:#68BAFE;
    color:#fff;
    border:none;
    padding:0 20px;
}
.right-menu input:hover, .right-menu input:focus {
    box-shadow:none;
}
.paddins-opt-marquee {
    padding:5px 0;
    background:#68bafe;
    color:#fff;
    font-weight:bold;
        display:none;
}
.paddins-opt-marquee a {
    color:#000;
}
.comeents-tips-sec {
    padding:10px 0;
    background:#fafafa;
    border-bottom:1px solid #666;
    border-top:1px solid #666;
    font-size:12px;
    background-position:center 100%;
    background-size:cover;
    background-attachment:fixed;
    position:relative;
}
.comeents-tips-sec:before {
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    content:'';
    background:rgba(0,0,0,0.7);
}
.comeents-tips-sec h1, .comeents-tips-sec h2, .comeents-tips-sec h3, .comeents-tips-sec h4, .comeents-tips-sec h5, .comeents-tips-sec h6 {
    color: #ffffff;
}
.comeents-tips-sec p {
    margin-bottom:5px;
    color:#fff;
}
.comeents-tips-sec ul li {
    padding-left:20px;
    position:relative;
    color:#fff;
    margin-bottom:5px;
}
.comeents-tips-sec ul li:after {
    position:absolute;
    left:0;
    top:3px;
    height:10px;
    width:10px;
    border-radius:50%;
    background:#68BAFE;
    content:'';
    box-shadow:0 0 3px #000;
}
.user-dash-sec {
    position: relative;
}
.call-filter-btn{
  display: none;
}
.mon-search{
  display: none;
}
/***************breadcrums blk here*********************/
.cust-breadcrums {
  padding: 15px;
  width: 100%;
  background-color:#fafafa;
}
.cust-breadcrums li {
  display: inline-block;
  font-weight: 700;
  margin-right: 30px;
  position: relative;
}
.cust-breadcrums li a{
  color:#68BAFE;
  text-decoration:none;
}
.cust-breadcrums li:first-child {
  margin-right: 10px;
}
.cust-breadcrums li::after{
  position:absolute;
  right:-25px;
  top:0;
  content:"\f0a4";
  font-family:fontawesome;
}
.cust-breadcrums li:first-child::after, .cust-breadcrums li:last-child::after{
  content:none;
}
/***************end breadcrums blk here*********************/
.dash-cate-sec {
    padding:30px 15px 50px 15px;
}
.filter-div {
    padding:10px 40px;
    background:#fafafa;
    border-bottom:1px solid #eee;
}
.filter-div ul li {
    display:inline-block;
    margin-right:5px;
    font-size:16px;
    font-weight:900;
}
.filter-div ul li a {
    display:block;
    padding:3px 10px;
    background:#eee;
    border-radius:10px;
    font-weight:300;
    color:#000;
    text-decoration:none;
    transition:all 300ms linear 0s;-o-transition:all 300ms linear 0s;-moz-transition:all 300ms linear 0s;-webkit-transition:all 300ms linear 0s;
}
.filter-div ul li a:hover, .filter-div ul li.active a {
    color:#fff;
    background:#68BAFE;
}
.cust-select{
  position:relative;
}
.cust-select::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 34px;
  background: #EAEAEA;
  content: "\f107";
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-family: fontawesome;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  pointer-events: none;
}
.filter-div select {
    width:150px;
    box-shadow:none;
    border:none;
    background:#EAEAEA;
}
.filter-div select:hover, .filter-div select:focus {
    box-shadow:none;
}
.advertising-blk {
    width: 15%;
    float: left;
    padding:0px 0px 15px 15px;
}
.adv-img {
  margin-bottom: 30px;
  border-radius: 4px;
  overflow: hidden;
}
.advertising-blk .adv-img img {
    width: 100%;
}
.primary-navigation {
  float: left;
  width: 15%;
  padding-right: 30px;
}
.my_image_gallery .primary-navigation {
  padding: 0 15px 0 0;
}
.prinary-nav {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.pri-nav-head {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
  padding:10px 15px;
  background-color:#68bafe;
  border-radius:4px 4px 0 0;
}
.prinary-nav > ul {
  background-color:#FAFAFA;
}
.prinary-nav li {
  position: relative;
}
.prinary-nav li a {
  color: #353535;
  position: relative;
  display: block;
  font-size: 13px;
  margin: 0;
  padding: 5px 15px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 12px;
  text-decoration:none;
  transition:all 0.3s ease-in 0s;-moz-transition:all 0.3s ease-in 0s;-ms-transition:all 0.3s ease-in 0s;-o-transition:all 0.3s ease-in 0s;-webkit-transition:all 0.3s ease-in 0s;
}
span.drop-arrow {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 100%;
  text-align: center;
  line-height: 25px;
  z-index: 10;
  cursor: pointer;
}
.sub_menu_list {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 10px #e5e5e5;
  left: 100%;
  opacity: 0;
  position: absolute;
  top: 100%;
  transition: all 0.3s ease-in 0s;
  visibility: hidden;
  width: 200px;
  z-index: 11;
}
.prinary-nav li.active-drop .sub_menu_list {
  opacity: 1;
  top: 0;
  visibility: visible;
}
.sub_menu_list::before {
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid #68bafe;
  border-top: 10px solid rgba(0, 0, 0, 0);
  content: "";
  left: -10px;
  position: absolute;
  top: 2px;
}
.prinary-nav li a:hover, .prinary-nav li.active a {
  background-color:#68BAFE;
  color:#ffffff;
}
a.last {
  border-bottom: none !important;
  border-radius:0 0 4px 4px;
}
.dash-cate-sec #blog-landing {
    position: relative;
    max-width: 70%;
    width: 70%;
    overflow:visible;
    text-align:center;
    float:left;
}
.my_image_gallery #blog-landing {
    position: relative;
    max-width: 100% !important;
    width: 100% !important;
    overflow:visible;
    text-align:center;
    float:left;
}
/************* slider style ******************/
#blog-landing.manage-scrollbar{
  max-height: 600px;
  overflow-y: scroll;
}

#blog-landing.manage-scrollbar::-webkit-scrollbar {
    width: 5px;
}

#blog-landing.manage-scrollbar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}

#blog-landing.manage-scrollbar::-webkit-scrollbar-thumb {
    background: #444; 
    border-radius: 10px;
}

#blog-landing.manage-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #333; 
}

article .image_gallery_holder a.swipebox{
   left:0 !important;
   display: block;
   background-color:transparent;
}
.dash-cate-sec .white-panel {
    position: absolute;
    background: white;
    border-radius:4px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    transition:all 300ms linear 0s;-o-transition:all 300ms linear 0s;-moz-transition:all 300ms linear 0s;-webkit-transition:all 300ms linear 0s;
}
.dash-cate-sec .h-blog-landing .white-panel {
    position: absolute;
    background: transparent !important;
    border-radius:0 !important;
    box-shadow: none !important;
    transition:all 300ms linear 0s;-o-transition:all 300ms linear 0s;-moz-transition:all 300ms linear 0s;-webkit-transition:all 300ms linear 0s;
}
.dash-cate-sec .white-panel h1 {
    font-size: 1em;
}
.dash-cate-sec .white-panel:hover {
    box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
    margin-top: -5px;
}
.dash-cate-sec .h-blog-landing .white-panel:hover {
    box-shadow: none !important;
    margin-top: 0 !important;
}
.dash-cate-sec #jquery-script-menu {
    position: fixed;
    height: 90px;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 5px solid #316594;
    background: #fff;
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    z-index: 999999;
    padding: 10px 0;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
}

.dash-cate-sec .jquery-script-center {
    width: 960px;
    margin: 0 auto;
}
.dash-cate-sec .jquery-script-center ul {
    width: 212px;
    float:left;
    line-height:45px;
    margin:0;
    padding:0;
    list-style:none;
}
.dash-cate-sec .jquery-script-ads {
    width: 728px;
    height:90px;
    float:right;
}
.dash-cate-sec .jquery-script-clear {
    clear:both;
    height:0;
}
.otg-found {
    padding:15px;
    position:relative;
    border-bottom:1px solid #eee;
    margin-bottom:15px;
}
.otg-found h4 {
    text-transform: uppercase;
    font-weight: 900;
    color: #68BAFE;
    text-align: left;
    width: 70%;
    font-size: 16px;
}
.otg-found .media-heading a {
	width: 100%;
	display: block;
}
.otg-found p {
    margin: 0px;
    text-align: left;
    width: 78%;
}
.pos-relative {
    position:relative;
}
.bottom-cout {
    border-top:1px solid #2073B7;
    border-radius:0 0 4px 4px;
    background: -moz-linear-gradient(270deg, rgba(104,186,254,0.85) 0%, rgba(23,107,177,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(104,186,254,0.85)), color-stop(100%, rgba(23,107,177,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(104,186,254,0.85) 0%, rgba(23,107,177,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(104,186,254,0.85) 0%, rgba(23,107,177,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(104,186,254,0.85) 0%, rgba(23,107,177,1) 100%); /* ie10+ */
    background: linear-gradient(180deg, rgba(104,186,254,0.85) 0%, rgba(23,107,177,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68bafe', endColorstr='#176bb1',GradientType=0 ); /* ie6-9 */
}
.int-count-type {
    width:50%;
    float:left;
    padding:10px 0;
    text-align:center;
    font-weight:500;
    font-size:16px;
    color:#fff;
    border-right:1px solid #2073B7;
}
.int-count-type:last-child {
    border-right:none;
}
.percentage-count {
    position:absolute;
    /*height:40px;
    width:40px;*/
    border-radius:40%;
    line-height:25px;
    font-size:12px;
    text-align:center;
    color:#000;
    font-weight:bold;
    right:15px;
    top:30px;
	border-bottom: 3px solid #68BAFE;
	border-radius:0;
}
.percentage-count div {
  border-radius: 100%;
  border: 3px solid #68BAFE;
  box-shadow: 0px 0px 3px #68BAFE;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
}
@keyframes spinY {
  to {
    transform: rotateY(360deg);
  }
}
@keyframes spinX {
  to {
    transform: rotateX(360deg);
  }
}
@keyframes spinZ {
  to {
    transform: rotateZ(180deg);
  }
}
.custome-img-list {
    margin:0 -5px;
    padding:0 15px;
}
.custome-img-list li {
    float:left;
    width:25%;
    padding:0 5px;
    margin-bottom:10px;
}
.custome-img-list li a img {
    width:100%;
    border-radius:5px;
}
.custome-img-list .first-big li:first-child {
    width:50%;
}
/****************pagination*******************/
.pagination-blk {
  margin-top: 50px;
  width: 100%;
}
.pagination-blk.inner_pagination_blk {
  margin: 0;
}
.cust-pagination {
  padding: 0px 15px;
}
.cust-pagination li a {
  padding: 5px 10px;
}
.cust-pagination ul li.active > a {
  background-color: #2073b7;
  border-color: #2073b7;
}
#toTop.btn {
  background-color: #287ABE;
  color: #ffffff;
  font-size: 22px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 25px;
  right: 15px;
  position: fixed;
  bottom: 50px;
  z-index:1;
}
/*******************bottom banner************/
.bottom-banner {
  position: relative;
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center center;
}
/**************footer****************/
.cust-footer {
  padding: 10px 0px;
  background-color: #ffffff;
  color: #ffffff;
  box-shadow:1px 1px 10px #e5e5e5;
}
.social-icons {
  float: left;
}
.social-icons li{
  display:inline-block;
}
.social-icons a {
  color: #ffffff;
  background-color: #68BAFE;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  margin-right: 5px;
  text-decoration:none;
  border: 1px solid transparent;
}
.footer-link {
  float: right;
  padding:5px 0px 0px;
}
.footer-link li{
  display:inline-block;
}
.footer-link li a {
  color:#68BAFE;
  font-size:14px;
  margin-left:15px;
  text-decoration:none;
}
.social-icons a:hover {
    color:#68BAFE;
    background-color:#ffffff;
    border-color: #68BAFE;
}
/************************video listing page start here 31.10.2017*********************/
.video_listing_blk {
  float: left;
  padding: 0 15px;
  width: 70%;
}
.inner-blk .primary-navigation {
  padding-right: 15px;
}
.video_listing_holder {
  margin: 0 0 30px;
  position: relative;
  width: 100%;
}
.video_time {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 5px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.video_name h6 a {
  color: #353535;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  transition:all 0.3s ease-in 0s;-moz-transition:all 0.3s ease-in 0s;-ms-transition:all 0.3s ease-in 0s;-o-transition:all 0.3s ease-in 0s;-webkit-transition:all 0.3s ease-in 0s;
}
.video_name a:hover {
  color: #68bafe;
}
.poster_name a{
  color: #6a6a6a;
  font-size: 12px;
}
.video_details span {
  color: #6a6a6a;
  font-size: 12px;
  margin-right: 5px;
}
span.lounch_month {
  background-color: #e5e5e5;
  border-radius: 4px;
  font-size: 8px;
  padding: 2px 5px;
}
.video_info > span:last-child, .video_like_unlike span:last-child {
  margin-right: 0;
}
.video_info {
  float: left;
}
.video_like_unlike {
  float: right;
}
.video_like_unlike span {
  color: #68bafe;
}
/**********************video details page***************************/
.video_details_blk {
  padding: 15px 30px;
  position: relative;
  width: 100%;
}
.video_play_area {
  float: left;
  width: 70%;
}
.video_details_blk .advertising-blk {
  float: left;
  padding: 0 0 15px 15px;
  width: 30%;
}
/*.video_details_blk .adv-img {
  margin: 0;
}*/
.video_ralated_inf li {
  display: inline-block;
}
.video_ralated_inf a {
  background-color: #68BAFE;
  border: 1px solid #68BAFE;
  color: #ffffff;
  display: inline-block;
  padding: 5px 15px;
  font-weight:700;
  transition:all 0.3s ease-in 0s;-moz-transition:all 0.3s ease-in 0s;-ms-transition:all 0.3s ease-in 0s;-o-transition:all 0.3s ease-in 0s;-webkit-transition:all 0.3s ease-in 0s;
}
.video_ralated_inf a:hover{
  background-color:#ffffff;
  color:#333333;
}
/****************room manager blk*********************/
.room-manager-blk {
  background-position: center center;
  background-size: cover;
  padding: 30px 15px;
  position: relative;
  width: 100%;
}
.room-manager-blk::after {
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.room-manager-blk .container-fluid {
  position: relative;
  z-index: 1;
}
.room-manager-blk .container-fluid .room_form label {
  color: #ffffff;
}
.room_profile {
  border: 5px solid #e5e5e5;
  height: 208px;
  width: 100%;
  overflow: hidden;
}
.room_profile img {
  width: 100%;
  height:100%;
}
.upload_msg > p {
  color: #ff0000;
  font-size: 14px;
  font-weight: 700;
  margin: 5px 0 0;
}
.upload_room_img {
  background-color: rgba(33,150,243,0.8) /*rgba(0, 0, 0, 0.8);*/;
  bottom: -100%;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  visibility: hidden;
  transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-o-transition: all 0.3s ease-in 0s;-ms-transition: all 0.3s ease-in 0s;-webkit-transition: all 0.3s ease-in 0s;
}
.upload_room_img .form-control {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.upload_icon {
  color: #ffffff;
  display: block;
  font-size: 40px;
  height: 100%;
  padding: 50px 0 0;
  pointer-events: none;
  text-align: center;
}
.upload_icon span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.room_profile:hover .upload_room_img{
  bottom:0;
  visibility: visible;
  opacity: 1;
}
.room_form h3 {
  color: #ffffff;
  font-weight: 800;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.room_form h3 span {
  color: #68bafe;
  font-size: 12px;
}
.room_form h3 a {
  background-color: #68bafe;
  border: 1px solid #68bafe;
  border-radius: 10px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  padding: 2px 10px;
  text-transform: capitalize;
  text-decoration:none;
  transition:all 0.3s ease-in 0s;-moz-transition:all 0.3s ease-in 0s;-ms-transition:all 0.3s ease-in 0s;-o-transition:all 0.3s ease-in 0s;-webkit-transition:all 0.3s ease-in 0s;
}
.room_form h3 a:hover {
  background-color: transparent;
  color: #68bafe;
}
.room_form .form-control {
  background-color: transparent;
  border-radius: 0;
  color: #ffffff;
  box-shadow:none;
}
.room_form .form-control option {
  color: #333333;
}
.my-form textarea.form-control {
  min-height: 70px;
  resize: vertical;
}
/**************room_switch_button************/
.room_open {
  color: #ffffff;
  padding: 42px 0 0;
  text-align: center;
  width: 100%;
}
.room_open h5 {
  font-size: 20px;
  font-weight: 700;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 40px;
}
/* Hide default HTML checkbox */
.switch input {display:none;}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: /*#ccc*/rgba(104, 186, 254, 0.7);
  transition: .4s;-webkit-transition: .4s;-moz--webkit-transition: .4s;-ms--webkit-transition: .4s;-o--webkit-transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 32px;
  width: 70px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;-webkit-transition: .4s;-moz--webkit-transition: .4s;-ms--webkit-transition: .4s;-o--webkit-transition: .4s;
}
input:checked + .slider {
  background-color: #2196F3;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(73px);
  -ms-transform: translateX(73px);
  transform: translateX(73px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
  font-size: 12px;
  padding-top: 11px;
}
.slider.round:before {
  border-radius: 30px;
}
.open_room {
  padding: 0 0 0 15px;
}
.close_room {
  padding: 0 15px 0 0;
}
/**************************room manager details blk*****************/
.room_manager_details {
  background-color: #fafafa;
  padding: 30px 0;
}
.upload_img_details{
   background-color: #fafafa;
  padding: 30px 0;
}
button.cust-btn {
  background-color: #68bafe;
  border: 1px solid #68bafe;
  border-radius: 30px;
  color: #ffffff;
  font-weight: 700;
  padding: 8px 30px;
  text-transform: uppercase;
  margin:0 15px 0 0;
  transition:all 0.3s ease-in 0s;-moz-transition:all 0.3s ease-in 0s;-ms-transition:all 0.3s ease-in 0s;-o-transition:all 0.3s ease-in 0s;-webkit-transition:all 0.3s ease-in 0s;
}
button.cust-btn:last-child {
  margin:0px;
}
button.cust-btn:hover {
  background-color:rgba(0,0,0,0);
  color:#68bafe;
}
.room_mgr_details {
  padding: 15px 0;
}
.room_mgr_details {
  background-color: #e5e5e5;
  margin: 30px auto 0;
  padding: 15px;
  width: 80%;
}
.room_mgr_details .table thead {
  background-color: #68bafe;
  color: #ffffff;
}
.room_mgr_details .table > tbody > tr > td, .room_mgr_details .table > tbody > tr > th, .room_mgr_details .table > tfoot > tr > td, .room_mgr_details .table > tfoot > tr > th, .room_mgr_details .table > thead > tr > td, .room_mgr_details .table > thead > tr > th {
  border:none;
}
.room_mgr_details .table-hover > tbody > tr:hover {
  background-color: rgba(104, 186, 254, 0.2);
}
.room_mgr_details .table tbody tr {
  border-bottom: 1px solid #fafafa;
  cursor:pointer;
}
.room_mgr_details .table tbody tr:last-child {
  border: medium none;
}
.edit_frm .form-control {
  background-color: transparent;
  border: 1px solid #a6a6a6;
  border-radius: 0;
  box-shadow: none;
}
.add_media_btn {
  padding: 20px 0 0;
}
.post_uploader_img li {
  float: left;
  width: 20%;
  padding:10px 5px;
}
.post_upl_img {
  border: 3px solid rgba(104, 186, 254, 0.8);
  position:relative;
}
.post_upl_img > img {
  width: 100%;
}
.close_img {
  background-color: rgba(104, 186, 254, 0.8);
  height: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 20px;
  cursor:pointer;
  vertical-align:middle;
}
.close_img > img {
  width: 10px;
}
.btns_blk {
  padding: 15px 0;
}
.upload_btns .cust-btn {
  font-size: 10px;
  font-weight: 800;
  margin: 0;
  padding: 5px 10px;
}
.btns_blk p {
  font-size: 12px;
  margin: 0;
  padding: 4px 0 0;
}
/*.room_manager_details.active .table-responsive, .edit_room_details{
  display:none;
}
.room_manager_details.active .edit_room_details{
  display:block;
}*/
.check-tags-blk {
  background-color: #f6f6f6;
  height: 170px;
  overflow: auto;
}
.check-tags-blk > ul {
  padding: 10px;
}
.check-tags-blk li {
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0;
}
.check-tags-blk h6 {
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 5px;
}
.check-tags-blk li label {
  font-weight: 400;
  vertical-align: top;
}
/***********************heading***********************/
.heading {
  background-color: #e5e5e5;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px;
  padding: 10px 15px;
}
/**************message conversation blk here***************/
.ims_messages_blk {
  padding: 30px 0;
  width: 100%;
}
.my_all_conversation {
  background-color: #fafafa;
  margin: 0 auto;
  padding: 15px;
  width: 60%;
}
.my_all_conversation ul li{
  display:block;
  margin:0 0 15px;
}
.my_all_conversation ul li:last-child{
  margin:0 0 0px;
}
.conversion_holder {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 15px 146px 15px 15px;
  position: relative;
}
.conversion_holder > a {
  color: #68bafe;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.message_time {
  color: #68bafe;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  right: 15px;
  top: 15px;
}
.conversion_holder p {
  color: #6a6a6a;
  font-size: 12px;
  margin: 0;
}
/*****************ims personal chatting messages here***************/
.back-pg-btns {
  padding: 10px 0;
}
.back-pg-btns a.cust-btn {
  background-color: #68bafe;
  border-radius: 30px;
  color: #ffffff;
  display: inline-block;
  padding: 5px 15px;
  font-size:12px;
  border:1px solid #68bafe;
  transition:all 0.3s ease-in 0s;-moz-transition:all 0.3s ease-in 0s;-ms-transition:all 0.3s ease-in 0s;-o-transition:all 0.3s ease-in 0s;-webkit-transition:all 0.3s ease-in 0s;
}
.back-pg-btns a.cust-btn:hover{
  background-color: rgba(0,0,0,0);
  color:#68bafe;
}
.personal_ims_message .my_all_conversation {
  width: 50%;
}
.personal_ims_message .my_all_conversation > ul, ul#parent_replace {
  max-height: 250px;
  overflow-y: auto;
}
.conversion_holder.sender {
  border-radius: 15px;
  float: left;
  width: 70%;
}
.conversion_holder.receiver {
  border-radius: 15px;
  float: right;
  width: 70%;
  background-color:#eeeeee;
}
.chatting_box {
  margin: 0 auto;
  padding: 15px 15px 0;
  width: 100%;
  position:relative;
}
.chatting_box .form-control {
  border: 1px solid #cccccc;
  border-radius: 0;
  box-shadow: none;
  height: 100px;
}
.chatting_box button.cust-btn {
  margin: 15px 0 0;
  font-size:12px;
  padding:5px 15px;
}
.chatting_box button.cust-btn {
  margin: 15px 0 0;
}
/***************add post blk here*****************/
.add_post_blk {
  padding: 30px 0;
  width: 100%;
}
.heading > span {
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
}
.add_post_blk .table-responsive {
  background-color: #e5e5e5;
  padding: 15px;
  width: 100%;
}
.table-responsive{
    text-align: center;
}
.table.all_post_table a {
  color: #333;
  font-weight: 600;
  text-transform: capitalize;
}
.table.all_post_table thead tr, .table.all_post_table thead tr th {
  background-color: #68bafe;
  border: none;
}
.table.all_post_table .table tbody tr {
  border-bottom: 1px solid #fafafa;
  cursor: pointer;
}
.table.all_post_table .table tbody tr:last-child {
  border: medium none;
}
.table.table-hover.all_post_table > tbody > tr:hover {
  background-color: rgba(104, 186, 254, 0.2);
}
.table.table-hover.all_post_table span {
  background-color: #68bafe;
  border-radius: 4px;
  display: inline-block;
  height: auto;
  text-align: center;
  width: 30px;
}
/*********************Login block here*******************/
.registration_blk, .login_blk {
  background-position: center center;
  background-size: cover;
  height: 100%;
  position: relative;
  width: 100%;
  background-image: url("../img/log-bg.jpg");
}
.login_blk::before, .registration_blk::before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.login_form {
/*  box-shadow: 0 0 10px #e5e5e5;*/
  left: 50%;
  margin: 0 auto;
  padding: 30px 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);
  width: 30%;
  z-index: 1;
  background-color:rgba(0,0,0,0.5);
}
.top_heading {
  color: #68BAFE;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}
.top_heading > span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-transform:capitalize;
  color:#ffffff;
}
.form_login .form-control {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  box-shadow: none;
  color: #e5e5e5;
  height: 40px;
  padding: 6px 12px 6px 40px;
}
span.icons {
  color: #ffffff;
  display: block;
  height: 40px;
  left: 0px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 40px;
}
.login_btn {
  background-color: #68bafe;
  border: 1px solid #68bafe;
  border-radius: 0 !important;
  color: #ffffff;
  font-weight: 700;
  height: 40px;
  text-transform: uppercase;
  width: 100%;
  transition:all 0.3s ease-in 0s;-moz-transition:all 0.3s ease-in 0s;-ms-transition:all 0.3s ease-in 0s;-o-transition:all 0.3s ease-in 0s;-webkit-transition:all 0.3s ease-in 0s;
}
.login_btn:hover {
  background-color:transparent;
  color:#68bafe;
}
.other_login {
  border-top: 1px solid #e5e5e5;
  padding: 15px 0 0;
}
.login_fb {
  background-color: #5782c7;
  border: 1px solid #5782c7;
  color: #ffffff;
  font-weight: 700;
  height: 40px;
  text-transform: uppercase;
  width: 48%;
  font-size:12px;
  box-shadow:0 0 10px #e5e5e5;
}
.login_fb:hover {
  color:#5782c7;
  background-color:transparent;
}
.login_twitter {
  background-color: #48B1F3;
  border: 1px solid #48B1F3;
  color: #ffffff;
  font-weight: 700;
  height: 40px;
  text-transform: uppercase;
  width: 48%;
  font-size:12px;
  box-shadow:0 0 10px #e5e5e5;
}
.login_twitter:hover {
  background-color:transparent;
  color:#48B1F3;
}
p.create_ac_link a {
  color: #68bafe;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin: 15px 0 0;
  text-transform: uppercase;
}
.registration_blk .login_form {
  padding: 15px;
}
label.text-danger {
  color: #ff0000 !important;
  font-weight: 400;
}
span.help-block strong {
  color: #ff0000 !important;
  font-weight: 400;
}
/********************Image gallery block start here gallery holder for light box ************/
.my_image_gallery .primary-navigation{
  padding:0 15px 0px 0px;
}
.image_gallery_blk {
  float: left;
  padding: 0 15px;
  width: 70%;
}
.image_gallery_holder > a {
  display: block;
}
.image_gallery_holder {
  height: 200px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.image_gallery_holder > a img {
  height: 200px;
  width: 100%;
}
article .image_gallery_holder{
    margin: 0;
    height: auto;
}
article .image_gallery_holder > a img {
  height: auto;
  width: 100%;
}
.image_gallery_holder a.swipebox {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  width: 100%;
  line-height: 200px;
  color: #ffffff;
  text-align:center;
  display: block;transition:all 0.3s ease-in 0s;-moz-transition:all 0.3s ease-in 0s;-ms-transition:all 0.3s ease-in 0s;-o-transition:all 0.3s ease-in 0s;-webkit-transition:all 0.3s ease-in 0s;
}
.image_gallery_holder:hover a.swipebox{
   left:0px;
}
/*********************gallery rating here*****************/
.gallery_rating_blk {
  background-color: #68bafe;
  border-radius: 5px;
  box-shadow: 0 5px 5px #fafafa;
  margin: 0 auto 30px;
  padding: 15px;
  width: 100%;
}
.gallery_name h1 {
  font-size: 16px;
  font-weight: 700;
  color:#ffffff;
  margin: 0px;
}
.gallery_rating_blk p {
  color: #ffffff;
  font-size: 12px;
  margin: 5px 0 0;
}
.gal_rating li {
  display: inline-block;
  vertical-align: middle;
}
.gal_rating li a {
  color: #ffffff;
  font-size: 16px;
  margin: 0 2px;
}
/***************record not found - 14.11.2017***************/
.record_not_found img {
    width: 100%;
}
/*******************cms pages start************************/
.cms_pages_banner_caption {
  margin: 0 auto;
  width: 60%;
  color:#ffffff;
  text-align:center;
}
.cms_pages_banner_caption h2 {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.cms_content_blk {
  padding: 3% 0;
}
.page_heading {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.privaci_pol_info {
  margin-top: 20px;
  padding: 0 15px;
}
.privaci_pol_info p {
  color: #808080;
  line-height: 24px;
  padding-left: 20px;
  position:relative;
}
.privaci_pol_info p i {
  color: #68BAFE;
  font-size: 18px;
  left: 5px;
  position: absolute;
  top: 2px;
}
#frm_rooms p {
  color: #ffffff;
  height: 36px;
}
p.desp_blk {
  height: 76px !important;
  max-height: 76px !important;
  overflow: auto;
}
/*******************video & Images Gallery **************/
.image_gallery_blk.video_listing_blk .video_listing_holder, .image_gallery_blk.video_listing_blk .image_gallery_holder {
  height: 200px;
}
.image_gallery_blk.video_listing_blk .video_blk, .image_gallery_blk.video_listing_blk .video_blk video {
  height: 100%;
}

/*******************profile block here - 28.11.2017*******************/
.profile_block {
    padding: 50px 0;
    position: relative;
}
.profile_form {
    background-color:rgba(0,0,0,0.5);
    width: 50%;
    margin: 0 auto;
    padding: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);
}
.view_name h4 {
    margin: 4px 0px 0;
    font-size: 14px;
}
.view_name label {
    color:#ffffff;
}
.view_name {
    margin: 0 0 20px;
    color:#ffffff;
}
a.cust_btn {
    display: inline-block;
    padding: 8px 5px;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    background-color: #68bafe;
    border: 1px solid #68bafe;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-o-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;-webkit-transition: all 0.3s ease-in 0s;
}
a.cust_btn:hover {
    background-color:transparent;
    color:#68bafe;
}
a.cust_btn i {
    margin-right: 10px;
}
.editing_profile ul {
    text-align: center;
}
.editing_profile ul li {
    display: inline-block;
    width: 30%;
}
.form_heading {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 18pX;
    text-align: center;
    padding: 0 0 30px;
}
.my_img_listing > li {
    float: left;
    list-style-type: none;
    width: 25%;
    padding: 8px 15px;
    margin-bottom: 15px;
}
/**********************video section here********************/
.video_edit_blk {
    padding: 3% 0;
}
.my_image_blk.edit_video {
    padding: 0px 36px;
}
.video_edit_blk .video_listing_holder {
    height: 194px;
}
.video_edit_blk .video_blk video {
    height: 158px;
}
.video_edit_blk .close_video, #hide_img_11 .close_video {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    background-color: #ffffff;
}
.video_edit_blk .my_img_holder img {
    width: 100%;
}
.my_imgl {
    position: relative;
}
.my_imgl .close_btn img {
    width: 8px !important;
}
.my_imgl .close_btn {
    position: absolute;
    top: 0px;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    text-align: center;
    cursor: pointer;
}
.img-middle.text-left {
    width: 100%;
    margin: 0px auto;
    text-align: center;
}
button.mainBtn.load {
    background-color: orange;
    padding: 6px 15px;
    border: none;
    box-shadow: none !important;
}
button.mainBtn.remove {
    background-color: red;
    padding: 6px 15px;
    border: none;
    box-shadow: none !important;
}

.user_galllary_upload{
    margin:5px;

    border-radius:3px;
    background-color: lightgrey;
    padding:0px 5px 0px 5px;
}
.user_galllary_upload_btn{

    margin-bottom:10px;
}
#ipImgBtnUp,#ipVdoBtnUp{
 display: none;
}

#imgBtnUp{

    display: inline-block;
}
.upBtnInline{
    align-items: center;
    display:inline-block;
    padding: 5px;
}
#frm_upload_gallery {
    text-align: center;
}
#lbl_up_img_gal{
    font-size: 16px;
    margin: 20px;
    font-
}
.upload_images_page{
  background-position: center center;
  background-size: cover;
  text-align: center;
  height: 100%;
  position: relative;
  width: 100%;
  background-image: url("../img/log-bg.jpg");
    }
 .modal-btn{
         position: absolute;
         top: 50%;
  }
  
  .owner_messages {
  border: 2px solid #e5e5e5;
  border-radius: 50%;
  font-size: 18px;
  line-height: 35px;
  margin: -10px 0 0;
  text-align: center;
  width: 40px;
  height: 40px;
}
span.message-counter {
  background-color: #68BAFE;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  height: 25px;
  line-height: 25px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 25px;
  transition:all 0.3s ease-in 0s;-moz-transition:all 0.3s ease-in 0s;-ms-transition:all 0.3s ease-in 0s;-o-transition:all 0.3s ease-in 0s;-webkit-transition:all 0.3s ease-in 0s;
  animation:1.2s linear infinite running counter;
  -moz-animation:1.2s linear infinite counter;
  -ms-animation:1.2s linear infinite counter;
  -o-animation:1.2s linear infinite counter;
  -webkit-animation:1.2s linear infinite counter;
}
@keyframes counter{
  0%{
	  box-shadow:0 0 0 0 rgba(255,255,255,0.5);
	}
  100%{
	  box-shadow:0 0 0 10px rgba(255,255,255,0);
	}
}
@-webkit-keyframes counter{
  0%{
	  box-shadow:0 0 0 0 rgba(255,255,255,0.5);
	}
  100%{
	  box-shadow:0 0 0 10px rgba(255,255,255,0);
	}
} 
/*********************28.12.2017************************/
.left-align {
    display: block;
    text-align: left;
    margin: 15px 0 0;
    font-size: 13px;
}
.con-info h3 {
    font-size: 14px;
    text-transform: capitalize;
}
.btn.btn-send {
    background-color: transparent;
    color: #287ABE;
    border: 1px solid #287ABE;
}
.btn.btn-send:hover {
    background-color:  #287ABE;
    color: #ffffff;
    border: 1px solid #287ABE;
}
.contact-form {
    padding: 3% 0;
}
/*******************comments section start**********************/
#posts-data {
    width: 80%;
    margin: 0px auto;
}
.row.cmt {
    padding: 15px;
    border: 1px solid #e5e5e5;
    margin: 0px 0 15px;
    box-shadow: 0 0 10px #e5e5e5;
    border-radius: 5px;
}
.room_view {
    position: absolute;
    right: 15px;
    top: 15px;
}
.my_holder_div {
    margin-top: 10px;
}
.my_holder_div span {
    position: absolute;
    top: 0;
	right:0 !important;
    right: 70px;
    font-size: 14px;
    padding-top: 5px;
}
/**********************Post images adjustment*******************/
.h-blog-landing article .image_gallery_holder {
  height: auto;
  margin: 0px;
}
.h-blog-landing article .image_gallery_holder > a img {
    height: auto;
    width: 100%;
}
.h-blog-landing article .image_gallery_blk.video_listing_blk .video_listing_holder, .image_gallery_blk.video_listing_blk .image_gallery_holder {
    height: auto;
}
/******************comment section css here for disturbing page design******************/
.m-comment-block {
	position: relative;
	display: block;
	padding: 5% 0 0;
}
/************laoder***************/
.loader-sec {
  background-color: #ffffff;
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.loader-caption {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}
/********************continue to add file*****************/
.my-middle-button {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
}
button.h-upload-image, .h-go-back {
    padding: 10px 30px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #68BAFE;
    border: 1px solid #68BAFE;
    color: #ffffff;
    margin: 0 15px;
}
/*********************responsive button hide in desktop****************************/
.sign-up-btn{
  display: none;
}

.cust-pagination .pagination > li > span {
    padding: 5px 12px;
}

