@media screen and (min-width : 1400px) {
}
@media screen and (min-width : 1200px) {
}
@media screen and (min-width : 992px) and (max-width : 1199px) {
}
@media screen and (min-width : 1024px) {
.cust-pagination {
  margin: 0 !important;
}
}
@media screen and (min-width : 768px) and (max-width : 1024px) {
/*****************header********************/
.custom-nav {
  padding: 5px 15px;
}
.logo img {
  width: 120px;
}
.right-menu {
  padding: 0px 0 0;
  width: 80%;
}
.right-menu ul li {
  padding: 0 8px;
}
.right-menu li:first-child {
  width: 250px;
}
.right-menu ul li a img {
  width: 15px;
}
.owner_messages {
  font-size: 14px;
  height: 30px;
  line-height: 25px;
  width: 30px;
}
span.message-counter {
  font-size: 12px;
  font-weight: 600;
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.right-menu input {
  height: 30px;
  font-size:12px;
}
.right-menu .btn {
  height: 30px;
}
.navbar-right {
  float: right !important;
  margin-right: 0px;
}
.cust-pagination {
  margin: 35% 0 0;
}
/***************login & registration forms***********/
.login_form {
  width: 70%;
}
/*************banner*****************/
.comeents-tips-sec .h1, .comeents-tips-sec h1 {
  font-size: 22px;
}
.comeents-tips-sec b, .comeents-tips-sec strong {
  font-weight: 600;
}
/*********************filter********************/
.filter-div {
  padding: 10px 15px;
}
.filter-div ul {
  font-size: 0;
  text-align: center;
}
.filter-div ul li {
  font-size: 14px;
  font-weight: 600;
}
.filter-div ul li a {
  margin: 0px 0 5px;
}
/********************greed content*************/
.dash-cate-sec #blog-landing {
  max-width: 50%;
  width: 50%;
}
.primary-navigation {
  width: 25%;
}
.advertising-blk {
  width: 25%;
}
/***************inner gallery pages***************/
.image_gallery_blk {
  width: 50%;
}
/****************************After login page***************************/
.room_form h3 {
  font-size: 16px;
}
#frm_rooms p {
  height:auto;
}
p.desp_blk {
  height: 66px !important;
  max-height: 66px !important;
}
.room_mgr_details {
  width: 100%;
}
.room_open h5 {
  font-size: 16px;
}
.upload_icon {
  font-size: 30px;
}
.upload_icon span {
  font-size: 16px;
  font-weight: 600;
}
.add_post_blk {
  padding: 20px 0;
}
.switch {
  width: 142px;
}
.slider::before {
  width: 60px;
}

/**************************** user-messages ***************************/
.conversion_holder > a {
    font-size: 14px;
}
/**************************** profile ***************************/
.profile_form {
    background-color: rgba(0,0,0,0.5);
    width: 81%;
    padding: 15px;
    top: 40%;
}
a.cust_btn {
    font-size: 12px;
}


}
@media screen and (min-width : 768px) and (max-width : 991px) {
	.profile_form {
    width: 81%;
    padding: 15px;
    top: 40%;
}
}

@media screen and (max-width : 767px) {
#swipebox-close {
    top: 0 !important;
    right: 0 !important;
    position: absolute;
    z-index: 99999999 !important;
    background-position: 15px 12px;
    left: 0 !important;
    margin: 0px auto !important;
}
.cust-pagination {
  margin: 100px auto 0 !important;
}
/*********************header responsive**********************/
.fixed-header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
.sign-up-btn, .gal-menu-btn {
  background-color: #68BAFE;
  color: hsl(0, 0%, 100%);
  font-size: 16px;
  height: 30px;
  line-height: 26px;
  position: fixed;
  text-align: center;
  top: 10px;
  width: 30px;
  z-index: 1;
  cursor: pointer;
  display: block;
}
.sign-up-btn{
  right: 60px;
}
.right-menu {
  background-color: hsl(0, 0%, 100%);
  height: auto;
  padding: 10px;
  position: absolute;
  right: 0;
  opacity: 0;
  visibility: hidden;
  top: 70px;
  width: 200px !important;
  z-index: 1;
  border-radius: 5px;
  transition: all 300ms ease-in 0s;-moz-transition: all 300ms ease-in 0s;-webkit-transition: all 300ms ease-in 0s;-o-transition: all 300ms ease-in 0s;-ms-transition: all 300ms ease-in 0s;
}
.right-menu ul{
  margin: 0px;
}
.right-menu ul li {
  border-left: 0px;
  display: block;
  margin: 0 0 10px !important;
  text-align: left;
}
.right-menu ul li:last-child {
  margin-bottom: 0px !important;
}
.open-sign-up .right-menu{
  opacity: 1;
  visibility: visible;
  right: 0;
  top: 48px;
  z-index: 10;
}
.gal-menu-btn {
  right:15px;
}
.gal-menu-btn{
  background-color:transparent !important;
}
.gal-menu-btn span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #68BAFE;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);-webkit-transform: translateY(-50%);
    transition: all 300ms ease-in 0s;-moz-transition: all 300ms ease-in 0s;-o-transition: all 300ms ease-in 0s;-webkit-transition: all 300ms ease-in 0s;-ms-transition: all 300ms ease-in 0s;
}
.gal-menu-btn span::after, .gal-menu-btn span::before {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color:#68BAFE;
  left:0;
  content: "";
  transition: all 300ms ease-in 0s;-moz-transition: all 300ms ease-in 0s;-o-transition: all 300ms ease-in 0s;-webkit-transition: all 300ms ease-in 0s;-ms-transition: all 300ms ease-in 0s;
}
.gal-menu-btn span::after{
  top:8px;
}
.gal-menu-btn span::before{
  top:-8px;
}
.primary-navigation {
  height: 100%;
  left: -100%;
  opacity: 0;
  visibility: hidden;
  padding: 0 !important;
  position: fixed;
  top: 48px;
  width: 100% !important;
  z-index: 15;
  transition: all 300ms ease-in 0s;-moz-transition: all 300ms ease-in 0s;-o-transition: all 300ms ease-in 0s;-webkit-transition: all 300ms ease-in 0s;-ms-transition: all 300ms ease-in 0s;
}
.open-gal-menu .primary-navigation {
  left:0;
  visibility: visible;
  opacity: 1;
}
.prinary-nav {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
  background-color: #fafafa;
  border-radius: 0px;
  max-height: 100%;
  overflow: auto;
}
.sub_menu_list {
    left: 0 !important;
    top: 28px !important;
}
.sub_menu_list {
    left: 60%;
    top: 100%;
    width: 100% !important;
}
.open-gal-menu .gal-menu-btn span{
  width: 0px;
}
.open-gal-menu .gal-menu-btn span::after, .open-gal-menu .gal-menu-btn span::before{
  top: 0;
}
.open-gal-menu .gal-menu-btn span::before{
  transform: rotate(45deg);
}
.open-gal-menu .gal-menu-btn span::after {
  transform: rotate(-45deg);
}
.comeents-tips-sec ul li {
  font-size: 12px;
}
.mon-search{
  display: block;
}
.my_image_blk.edit_video {
  padding: 0px !important;
}
.my_img_listing > li {
    float: none;
    width: 100%;
    padding: 0;
}
button.h-upload-image, .h-go-back {
    padding: 5px 15px;
    font-weight: 500;
    font-size: 12px;
    margin: 0 10px;
}
.video_play_area {
    float: none;
    width: 100%;
}
.video_details_blk .advertising-blk {
    float: none;
    padding: 0;
    width: 100%;
}
/***********responsive fliter button***************/
.call-filter-btn {
  height: auto;
  padding: 0 5px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width:auto;
  line-height: 30px;
  color: #ffffff;
  background-color: #68BAFE;
  font-size: 16px;
  display: block;
  cursor: pointer;
  z-index: 13;
}
.filter-div {
  padding: 10px 20px 10px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  left: -100%;
  opacity: 0;
  z-index: 12;
  visibility: hidden;
  transition: all 0.3s ease-in 0s;-webkit-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;
}
.open-filter-up .filter-div {
  left: -0;
  opacity: 1;
  visibility: visible;
}
.filter-div ul li:first-child {
    display: block !important;
    margin-bottom: 10px;
    text-align: center;
    width: 100% !important;
}
.filter-div ul li {
  font-size: 14px;
  margin: 0 0 5px 0;
}
.gallery_rating_blk {
  margin: 10px auto 15px;
}
.mon-search {
  display: table;
  width: 100%;
  padding: 5px 0 0 ;
}
.mon-search button.btn.btn-default {
  background-color: #68BAFE;
  color: #ffffff;
  border-color: #68BAFE;
}
.mon-search .form-control {
  border-color: #68BAFE !important;
  box-shadow: none;
}
/*******************end header responsive*******************/
.custom-nav {
    padding: 5px 15px;
}
.logo {
	float: left;
  text-align: left;
}
.logo img {
    width: 130px;
    padding-top: 5px;
}
.right-menu li:first-child {
    width: 285px;
    text-align: left;
	  float:right;
}
.col-xs-hidden {
    display: none !important;
}
.resp-inp {
    display: table !important;
    width: 100% !important;
}
.right-menu .btn {
  padding: 0 10px;
}
.right-menu {
  width: 100%;
	float:left;
	text-align:center;
}
.filter-div ul li a {
    margin:1px;
}
.right-menu li:first-child {
    width: 250px;
	text-align:center;
}
.filter-div ul li {
    font-size: 14px;
}
.login_form {
	padding: 15px 15px;
    width: 80%;
}
.registration_blk, .login_blk {
    height: 450px;
}
.profile_form {
    width: 85%;
}
.my_all_conversation {
    padding: 15px;
    width: 95%;
}
.my_all_conversation .heading{
	font-size:16px;
}
.conversion_holder .message_time {
    font-size: 10px;
    right: 15px;
    top: 15px;
}
.conversion_holder > a {
    font-size: 13px;
}
.message_time {
    font-size: 10px;
}
.advertising-blk {
  float: left;
  width: 100%;
  padding-top: 20px;
  padding-left: 0;
}
.primary-navigation {
    width: 80%;
}
.dash-cate-sec #blog-landing {
    max-width: 100%;
    width: 100%;
}
.sub_menu_list {
    width: 75%;
}
.adv-img {
    width: 50%;
    margin: auto;
    margin-top: 5px;
}
.comeents-tips-sec{
  padding: 80px 0 0;
}
.comeents-tips-sec{
  font-size: 16px !important;
}
h1 {
    font-size: 16px;
}
.personal_ims_message .my_all_conversation {
    width: 100%;
}
.chatting_box {
    padding: 15px 0px 0;
    width: 100%;
}
.conversion_holder.receiver {
    float: none;
    width: 100%;
}
.back-pg-btns a.cust-btn {
    padding: 4px 4px;
    font-size: 12px;
}
button.cust-btn {
    padding: 5px 15px;
}
#posts-data {
    width: 100%;
    margin: 0px auto;
}
.m-comment-block {
    position: relative;
    display: block;
    padding: 5% 0 0;
}
}
@media screen and (max-width : 480px) {
.right-menu ul li {
    padding: 0 10px;
    margin-top: 13px;
}
.right-menu li:first-child {
    width: 320px;
	text-align:center;
}
.bottom-banner {
    height: 100px;
}

.image_gallery_blk {
    width: 100%;
}
.filter-div ul li {
    font-size: 14px;
	margin-right:3px;
}
.login_form {
    width: 95%;
}
.profile_form {
    width: 85%;
}
.primary-navigation {
    width: 100%;
}
.sub_menu_list {
    left: 60%;
    top: 100%;
    width: 150px;
}
.footer-link li a {
    color: #68BAFE;
    font-size: 12px;
    margin-left: 15px;
    text-decoration: none;
}
.social-icons {
    float: none;
    text-align: center;
}
.footer-link {
    float: none;
    text-align: center;
}
.pagination {
    margin: 0px 0;
}
.user-dash-sec a{
	font-size:10px;
}
.cust-select::before {
    width: 25px;
    height: 25px;
	line-height: 25px;
    font-size: 15px;
}
.user-dash-sec .form-control {
    height: 25px;
    font-size: 11px;
}
.room_form h3 {
    font-weight: 500;
    margin: 10 0 10px;
    font-size: 20px;
}
.table-responsive .btn{
	padding: 2px 8px;
}
.room_mgr_details {
    background-color: #e5e5e5;
    margin: 30px auto 0;
    padding: 15px;
    width: 100%;
}
.form-body .btn-lg {
    padding: 3px 12px;
    font-size: 15px;
	text-align: center;
}
h3 {
    font-size: 16px;
}
p{
  font-size: 13px;
}
#blog-landing.manage-scrollbar{
  max-height: 250px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
}
 
}

@media screen and (max-width : 360px) {
.logo {
	text-align: center;
}
.right-menu li:first-child {
    width: 285px;
	text-align:center;
}
.primary-navigation {
    width: 90%;
}
.sub_menu_list {
    left: 60%;
    top: 100%;
    width: 150px;
}
.dash-cate-sec #blog-landing {
    max-width: 100%;
    width: 100%;
    text-align: center;
    float: left;
	margin:5px;
}

.editing_profile a.cust_btn {
    padding: 4px 5px;
    font-size: 10px;
}
.my_all_conversation {
    padding: 15px;
    width: 100%;
}
.my_all_conversation .heading{
	font-size:16px;
}
.conversion_holder .message_time {
    font-size: 10px;
    right: 15px;
    top: 15px;
}
.conversion_holder > a {
    font-size: 13px;
}
.message_time {
    font-size: 10px;
}
.bottom-banner {
    height: 100px;
}
.image_gallery_blk {
    width: 100%;
}
.filter-div ul li {
    font-size: 14px;
	margin-right:0px;
}

.pri-nav-head {
    font-size: 14px;
    padding: 10px 10px;
}
.login_form {
    width: 95%;
}
.profile_form {
    width: 100%;
}
.footer-link li a {
    color: #68BAFE;
    font-size: 12px;
    margin-left: 2px;
    text-decoration: none;
}
.social-icons {
    float: none;
    text-align: center;
}
.footer-link {
    float: none;
    text-align: center;
}
.pagination {
    margin: 0px 0;
}
.user-dash-sec a{
	font-size:10px;
}
.cust-select::before {
    width: 25px;
    height: 25px;
	line-height: 25px;
    font-size: 15px;
}
.user-dash-sec .form-control {
    height: 25px;
    font-size: 11px;
}
.psot-btns .btn {
    padding: 5px 5px;
    font-size: 12px;
}
.room_form h3 {
    font-weight: 500;
    margin: 10 0 10px;
    font-size: 20px;
}
.adv-img {
    width: 75%;
    margin: auto;
    margin-top: 5px;
}


}