@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100);

body {
  background-color: #f5f5f5;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  text-decoration: none;
}

div.table-title {
  display: block;
  margin: auto;
  max-width: 600px;
  padding:5px;
  width: 100%;
}

.table-title h3 {
  color: #fafafa;
  font-size: 30px;
  font-weight: 400;
  font-style:normal;
  font-family: "Roboto", helvetica, arial, sans-serif;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  text-transform:uppercase;
}

/*** Table Styles **/

.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  height: 320px;
  margin: auto;
  max-width: 600px;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}

th {
  color:#ffffff;;
  background:#BE0F00;
  border-bottom: none;
  border-right: none;
  font-size:13px;
  font-weight: 300;
  padding:24px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

th:first-child {
  border-top-left-radius:3px;
}

th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}

tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color:#666B85;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}

tr:hover td {
  background:#dddddd;
  color:#000;
}

tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}

tr:nth-child(odd) td {
  background:rgba(241, 241, 241, 0.94);;
}

tr:nth-child(odd):hover td {
  background:#dddddd;
}

tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}

tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}

td {
  background:#FFFFFF;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:14px;
  border-right: 1px solid #C1C3D1;
  max-width:12vw;
}
@media only screen and (max-width: 1200px) {
  td {
    background:#FFFFFF;
    text-align:left;
    vertical-align:middle;
    font-weight:300;
    font-size:14px;
    border-right: 1px solid #C1C3D1;
    max-width:none;
  }
}
td.wrap {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

td:last-child {
  border-right: 0;
}

th.text-left {
  text-align: left;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
}

td.text-center {
  text-align: center;
}

td.text-right {
  text-align: right;
}

/*
    .imgBox:hover {
        -moz-box-shadow: 0 0 10px #ccc;
        -webkit-box-shadow: 0 0 10px #ccc;
        box-shadow: 0 0 10px #ccc;
    }
*/

/* left to  Right */
.image-hover {
  display: block;
  width: 200px;
  height: 200px;
}

/*  Category image */
.image1 {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -20px;
}


.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.container:hover .overlay {
  width: 100%;
  left: 0;
}

.text {
  white-space: nowrap;
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/*  Right to left */

.overlay1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.container:hover .overlay1 {
  width: 100%;
}
.mySlides {display:none;}

.footer{
  background-color: #000000;
  padding: 2%;
}

.sub-footer{
  background-color: rgb(54, 54, 54);
  padding: 1%;
  color: #ffffff;
}

.footer p {
  font-size: 18px;
  color: #FFFFFF;
}

.footer h4 {
  color: #FFFFFF;
  font-weight: 400;
}

/* text on image */
.cat-image {
  position: relative;
  overflow: hidden;
  border: 1px solid #d2d2d2;
  margin-bottom: 10px;
  width: 200px;
  height: 200px;
  display: inline-block;
  /* width: 100%;  for IE 6 */
}
.cat-image:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.cat-image h3 {
  position: absolute;
  top: 62%;
  width: 100%;
  padding: 7px;
  font-size: 19px;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.9);
  height: 60px;
}

.cat-image img  {
  width: 200px;
  height: 200px;
}

.cat-image p {
  position: absolute;
  top: 83%;
  left: 0;
  width: 100%;
  padding: 7px;
  font-size: 15px;
  font-weight: 400;
}

/* image paragraph media query
@media(max-width:768px) {
  .cat-image {
 width: 72%;
       }
  }
*/
.adv{
  background-color: #FFFFFF;
  padding: 12px;
  border: 1px solid #d2d2d2;
  font-weight: 300;
}
.adv:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.adv1{
  background-color: #FFFFFF;
  padding: 12px;
  border: 1px solid #d2d2d2;
  margin-top: 15px;
}
.adv1:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* popup login */
/* #####################################################################
   #
   #   Project       : Modal Login with jQuery Effects
   #   Author        : Rodrigo Amarante (rodrigockamarante)
   #   Version       : 1.0
   #   Created       : 07/28/2015
   #   Last Change   : 08/02/2015
   #
   ##################################################################### */

@import url(http://fonts.googleapis.com/css?family=Roboto);

* {
  font-family: 'Roboto', sans-serif;
}

#login-modal .modal-dialog {
  width: 350px;
}


#div-login-msg,
#div-lost-msg,
#div-register-msg {
  border: 1px solid #dadfe1;
  height: 40px;
  line-height: 28px;
  transition: all ease-in-out 500ms;
}

#div-login-msg.success,
#div-lost-msg.success,
#div-register-msg.success {
  border: 1px solid #68c3a3;
  background-color: #c8f7c5;
}

#div-login-msg.error,
#div-lost-msg.error,
#div-register-msg.error {
  border: 1px solid #eb575b;
  background-color: #ffcad1;
}

#icon-login-msg,
#icon-lost-msg,
#icon-register-msg {
  width: 30px;
  float: left;
  line-height: 35px;
  text-align: center;
  margin-right: 4px;
  transition: all ease-in-out 500ms;
}

#icon-login-msg.success,
#icon-lost-msg.success,
#icon-register-msg.success {
  background-color: #68c3a3 !important;
}

#icon-login-msg.error,
#icon-lost-msg.error,
#icon-register-msg.error {
  background-color: #eb575b !important;
}

#img_logo {
  max-height: 100px;
  max-width: 100px;
}

/* #########################################
   #    override the bootstrap configs     #
   ######################################### */

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .8;
}

.modal-content {
  background-color: #fff;
  border: 1px solid #bdc3c7;
  border-radius: 0px;
  outline: 0;
}

.modal-header {
  min-height: 16px;
  padding: 15px 15px 15px 15px;
  border-bottom: 0px;
}

.modal-body {
  position: relative;
  padding: 5px 15px 5px 15px;
}

.modal-footer {
  padding: 15px 15px 15px 15px;
  text-align: left;
  border-top: 0px;
}

.checkbox {
  margin-bottom: 0px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}

.btn-lg, .btn-group-lg>.btn {
  border-radius: 0px;
}

.btn-link {
  padding: 10px 2px 0px 0px;
  color: #BE0F00;
}

.btn-link:hover, .btn-link:focus {
  color: #2c3e50;
  text-decoration: none;
}

.glyphicon {
  top: 3px;
}

.form-control {
  border-radius: 6px;
}

/* Dropdown */

.dropbtn {
  color: white;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #FFFFFF;
}

/* search dropdown */

#myInput {
  border-box: box-sizing;
  background-image: url('searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: transparent}

.show {
  display:block;
}


/* Multiple drop down menu */
.dropdown-menu.multi-column {
  width: 600px;
}

.dropdown-menu.multi-column .dropdown-menu {
  display: block !important;
  position: static !important;
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

/* Right border */

.right-border{
  border-right: 1px solid #ddd;
}

@media(max-width:768px) {
  .right-border {
    border-right: none;
  }
}

/* Left Side Category Scroll */
.side-category {
  padding: 10px;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  height: 220px;
  overflow-y: scroll;
}

/* offers logo */
.logo{
  margin-top: 20px;
}

/* On mobile display none */
.none {
  display: inline;
}

@media(max-width:995px) {
  .none {
    display: none;
  }
}
/* On mobile display */
.display {
  display: none;
}

@media(max-width:768px) {
  .display {
    display: block;
  }
}

.adver1{
  background-color: #FFFFFF;
  padding: 8px;
  border: 1px solid #d2d2d2;}
.adver1:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* View offer page */
.view-offer{
  width: 150px ;
  height: 170px;
  display: inline-block;
  background-color: #FFFFFF;
  padding: 15px;
  border: 1px solid #d2d2d2;
}
.view-offer:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* http://www.menucool.com/jquery-slider */

#thumbnail-slider {
  margin:0 auto; /*center-aligned*/
  width:100%;/*width:400px;*/
  /*padding:4px 40px; Gives room for arrow buttons*/
  box-sizing:border-box;
  position:relative;
  -webkit-user-select: none;
  user-select:none;
}

#thumbnail-slider div.inner {
  /*border:4px solid rgba(0,0,0,0.3);*/
  background-color:transparent;
  /*the followings should not be changed */
  position:relative;
  overflow:hidden;
  padding:2px 0;
  margin:0;
}

#thumbnail-slider div.inner ul {
  /*the followings should not be changed */
  white-space:nowrap;
  position:relative;
  left:0; top:0;
  list-style:none;
  font-size:0;
  padding:0;
  margin:0;
  float:left!important;
  width:auto!important;
  height:auto!important;
}

#thumbnail-slider ul li {
  /* opacity:0.5; */
  display: inline-block;
  width: 400px;
  height: 200px;
  z-index: 0;
  *display:inline!important; /*IE7 hack*/
  margin:0 4px; /* Spacing between thumbs*/
  transition:border-color 0.5s;
  box-sizing:content-box;
  text-align:center;
  vertical-align:middle;
  padding:0;
  position:relative;
  list-style:none;
  backface-visibility:hidden;
}

#thumbnail-slider ul li.active {
  /* opacity:1; */
}

#thumbnail-slider ul li p {
  display: block;
  position: absolute;
  top: 65%;
  padding: 5px;
  font-size: 17px;
  font-weight: 300;
  color: white;
  width: 100%;
  height: 35%;
  border: 1px solid rgba(255,255,255,0.4);
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
#thumbnail-slider ul li.active:after {
  /* font-size:10px;
   background-color:#C00;*/
}

#thumbnail-slider li:hover {
  opacity:0.8;
}


#thumbnail-slider .thumb {
  width:100%;
  height: 100%;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center center;
  display:block;
  font-size:0;
  position: relative;
  overflow: hidden;
  border: 1px solid #d2d2d2;
  margin-bottom: 10px;
}

/* --------- navigation controls ------- */
/* The nav id should be: slider id + ("-prev", "-next", and "-pause-play") */

#thumbnail-slider-pause-play {
  display:none;
} /*.pause*/

#thumbnail-slider-prev, #thumbnail-slider-next{
  opacity:1;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.35);
  *background-color:#ccc;/*IE7 hack*/
  backface-visibility:hidden;
  width:36px;
  height:48px;
  line-height:48px;
  top: 50%;
  margin:0;
  margin-top:-24px;
  color:white;
  z-index:10;
  cursor:pointer;
}

#thumbnail-slider-prev {
  left:0px; right:auto;
}

#thumbnail-slider-next {
  left:auto; right:0px;
}
#thumbnail-slider-next.disabled, #thumbnail-slider-prev.disabled {
  opacity:0.3;
  cursor:default;
}

/* arrows */
#thumbnail-slider-prev::before, #thumbnail-slider-next::before {
  position: absolute;
  top: 16px;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-left: 3px solid white;
  border-top: 3px solid white;
}

#thumbnail-slider-prev::before {
  left:13px;
  -ms-transform:rotate(-45deg);/*IE9*/
  -webkit-transform:rotate(-45deg);
  transform: rotate(-45deg);
}

#thumbnail-slider-next::before {
  right:13px;
  -ms-transform:rotate(135deg);/*IE9*/
  -webkit-transform:rotate(135deg);
  transform: rotate(135deg);
}

/*Responsive settings*/
@media only screen and (max-width:736px){

  #thumbnail-slider {
    padding:0;
  }

  #thumbnail-slider-prev, #thumbnail-slider-next {
    display:block;
  }
}

/* Every page margin for top */
.page{
  margin-top: 11%;
}
@media (max-width: 768px) {
  .page {
    margin-top: 150px;
  }
}

/* Table responsive */
@media only screen and (max-width: 1200px) {
  /* 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;
  }

  /* 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: none; }

  #no-more-tables td {
    /* Behave like a "row" */
    border: none;
    border-bottom: none;
    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;
    color: #BE0F00;
  }

  /*
  Label the data
  */
  #no-more-tables td:before { content: attr(data-title); }
}


@media print {
  a:link:after,
  a:visited:after {
    content: "" !important;
  }
}

/* offer div CSS */
.offer-img{
  width: 45px;
  height: 45px;
  display: inline-block;
  margin-top: 30px;
}
.offer-comp{
  display: inline-block;
  font-size: 14px;
  color: #BE0F00;
  white-space: nowrap;
  width: 13em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.offer-add{
  display: block;
  margin-left: 47px;
  margin-top: -30px;
  font-size: 12px;
  white-space: nowrap;
  width: 17em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hr{
  margin-bottom: 0px;
  margin-top: 0px;
}
.offer-head {
  font-size: 16px;
  font-weight: bold;
  margin-top: 2px;
  height: 60px;
}
.offer-tags {
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 12px;
  height: 43px;
}
.offer-tags a{
  background-color: #e9e9e9;
  color: #BE0F00;
  border-radius: 3px 3px 3px 3px;
  font-size: 14px;
  padding: 2px 4px;
  display: inline-block;
  margin: 2px;
  text-decoration: none;
}
.offer-tags a:hover,
.offer-tags a:focus{
  background-color: #BE0F00;
  color: #ffffff;
  border-radius: 3px 3px 3px 3px;
  font-size: 14px;
  padding: 2px 4px;
  display: inline-block;
  margin: 2px;
  text-decoration: none;
}
.offer-dis{
  color: #BE0F00;
  font-size: 16px;
  font-weight: bold;
}

/* Show more / less content */
.morecontent span {
  display: none;
  font-size:14px;
}
.morelink {
  display: block;
  font-size:13px;
  float: right;
}

/* swipe menu */
div.scrollmenu {
  overflow: auto;
  white-space: nowrap;
  background: #be0f00;
}

div.scrollmenu a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  padding: 15px;
  font-size: 12px;
  display: inline-block;
}

div.scrollmenu img {
  display: block;
  width: 33px;
  height: 33px;
  margin: 5px;
}

@media only screen and (max-width:736px) {
  div.scrollmenu a {
    display: inline-block;
    color: #fff;
    text-align: left;
    padding: 6px;
    text-decoration: none;
    margin-right: 4px;
    margin-left: 4px;
  }
}

div.scrollmenu a:hover, div.scrollmenu a:focus, div.scrollmenu a:active{
  background-color: #605f5f4d;
}

/* Store Scroll bar */
div.scrollmenu1 {
  overflow: auto;
  white-space: nowrap;
}

div.scrollmenu1 a {
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  margin-right: 20px;
  margin-left: 20px;
  font-size: 18px;
}

@media only screen and (max-width:736px) {
  div.scrollmenu1 a {
    display: inline-block;
    color: #fff;
    text-align: left;
    padding: 10px;
    text-decoration: none;
    margin-right: 4px;
    margin-left: 4px;
    font-size: 17px;
  }
}

div.scrollmenu1 a:hover {
  background-color: #fff;
  color: #c00030;
  font-weight: 400;
}

/* Nav Search */

nav #search{
  width: 43%;
  position: absolute;
  left: 32%;
  top: 22px;
}
@media screen and (max-width: 768px){
  nav #search{
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
  }
}

/* User header */
.relative{
  position: relative!important;
}

nav .user-search{
  width: 65%;
  position: absolute;
  right: 0px;
  top: 22px;
}
#inner .user-search{
  width: 100%;
  position: relative;
  right: 0px;
  top: 7px;
}
.Nav-menu{
  padding-left: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
}
.Nav-menu li{
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
}
.Nav-menu li a{
  color: white;
}
.Nav-menu li a:hover, .Nav-menu li a:active, .Nav-menu li a:focus, .Nav-menu li a:visited{
  text-decoration: none;
}
#inner-menu{
  padding-left: 0px!important;
  padding: 10px 0 20px 0;
}
#mob-btn{
  position: relative;
  padding: 5px 5px;
  margin-right: -5px;
}

.display-mob{
  display: none;
}

.user-search .btn{
  margin-left: -14px;
  margin-top: 0px;
}

.space{
  margin-top: -40px;;
}
@media screen and (max-width: 768px){
  .space{
    margin-top: -1%;;
  }
  .user-search .btn{
    margin-left: -14px;
    margin-top: -3px;
  }

  #drop-d .dropdown-toggle{
    display: none;
  }
  #inner .dropdown-menu{
    background-clip: padding-box;
    background: none;
    border: 0px;
    border-radius: 0;
    box-shadow: none;
    display: block;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: relative;
    text-align: left;
    top: 100%;
    z-index: 1000;
  }
  #inner{
    width: 100%!important;

  }
  #inner-menu #search{
    margin-bottom: 20px!important;
  }
  #inner-menu{
    border-top: 1px solid #ccc;
    margin-top: 20px;
  }
  .display-mob{
    display: block;
  }
  #user-header #brand img{
    margin-top: -10px;
  }
  #brand img{
    width: 200px;
  }
  .user-search .city{
    display: none;
  }
  #inner .city{
    display: block;
    width: 100%!important;
  }
  .user-search .Tags{
    width: 70%!important;
  }
  #menu{
    text-align: left!important;
  }
  .Nav-menu li{
    display: inline-block;
    margin-right: 6px;
    margin-left: 6px !important;
    font-size: 16px;
  }
  .Nav-menu{
    padding-left: 0px;
    margin-top: -20px;
  }

  #inner ul li{
    display: block;
    color: #fff;
  }
}
@media screen and (min-width: 768px){
  #inner-menu #search{
    display: none;
  }
  #inner .collapse{
    display: block!important;
  }
}

/* Fixed Menu CSS */
@media screen and (max-width: 767px){
  .scrollmenu{
    background: #be0f00;
    position: relative;
    margin-right: auto;
    z-index: 1000;
    width: 100%;
    top: 0px!important;
  }
  .navbar{
    margin-bottom: 0px!important;
  }
  #down{
    margin-top: 150px;
  }
}
@media screen and (min-width: 768px){
  .pos-fix{
    position: fixed;
    margin-right: auto;
    z-index: 1000;
  }
}

div.scrollmenu .container{
  padding-left: 0px ;
  padding-right: 0px ;
}

div.scrollmenu1 .container{
  padding-left: 0px ;
  padding-right: 0px;
}

.relative{
  position: relative;
}
.padding{
  margin-top: 110px;
}

/* Large screen */
.carousel-inner > .item > img, .carousel-inner > .item > a > img{
  width:100%;
}
@media screen and (min-width: 1440px) {
  .container{
    width: 90%;
  }
  .col-lg-3{
    width: 20.24em ;
  }
}

@media screen and (min-width: 1920px) {
  .container{
    width: 90%;
  }
  .col-lg-3{
    width: 21.22em ;
  }
}

@media screen and (min-width: 2560px) {
  .container{
    width: 90%;
  }
  .col-lg-3{
    width: 23.68em ;
  }
}

/* Zoom In #1 */
.hover01 figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.hover01 figure:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);

}

/* Header */

@media screen and (max-width: 768px){

  #web-logo{
    display: none;
  }
  #mob-logo{
    display: inline-block;
  }
  #Search-box{
    margin-top: 22px;
  }
}
@media screen and (min-width: 768px){
  #web-logo{
    display: inline-block;
    width: 300px;
  }
  #mob-logo{
    display: none;
  }
  #Search-box{
    margin-top: -60px;

  }
  /*
  #search-container{
    margin-top: 80px;
  }
  */
}

/* text on image banner */
.image {
  position: relative;
  width: 100%; /* for IE 6 */
  height: 420px;
  overflow: hidden
}

.image h2 {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  color: white;
}
.image p {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  color: white;
  padding-left: 25px;
  padding-right: 25px;
}

@media screen and (max-width: 768px){
  .image {
    position: relative;
    width: 100%; /* for IE 6 */
    height: 200px;
    overflow: hidden
  }
  .image h2 {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    color: white;
    font-size: 18px;
  }
}

/****************
    News feed
*****************/
.s-menu {
  float: left;
  padding-left: 0px!important;
}

.s-menu li{
  display: block;

}
.black-font{
  color: #000 !important;
}
.font-w-l{
  font-weight: 300!important;
}
.font-12 {
  font-size: 13px !important;
}

/* CSS for user News feed */

nav .glyphicon{
  color: #ffffff;
}
@media(max-width:768px) {
  nav .glyphicon {
    color: #ada9a9;
    margin-right: 8px;
    margin-left: 8px;
  }
}

.tools {
  font-size: 17px;
  font-family: "Malgun Gothic";
  font-weight: 500;
}

.div-border{
  border: 1px solid #e0dede;
  margin-bottom: 15px;
  padding: 10px;
}

@media(max-width:768px) {

  .tools {
    font-size: 14px;
  }

  .div-border{
    border: 1px solid #e0dede;
    margin-bottom: 15px;
  }
  .time {
    float: none !important;
    display: block;
  }
}

/*custom*/

.color-white{
  color:  #fff!important;
}
.scrollmenu2 a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  padding: 15px!important;
  font-size: 15px!important;
  display: inline-block;
}
@media screen and (max-width: 500px){
  .none{
    display: none!important
  }
  .scrollmenu2 a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    padding: 15px!important;
    font-size: 15px!important;
    display: inline-block;
    margin-top: -15px;
  }
}

/*************************************
        Additional for News feed
**************************************/

@media screen and (max-width: 1200px){
  .desktop-n{
    display: none!important;
  }
  .desktop-y{
    display: block;
  }

  #inner .dropdown-menu li a{
    font-weight: 300!important;
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px){
  .lg-screen-n{
    display: none!important;
  }

  #inner .dropdown-menu li a{
    font-weight: 300!important;
    font-size: 16px;
  }
}

@media screen and (max-width: 992px){
  .Nav-menu li{
    display: inline-block;
    margin-right: 17px;
    font-size: 16px;
  }

}
@media screen and (max-width: 767px){
  .tab{
    display: block;
  }
  .margin-b{
    margin-bottom: 10px;
  }
  #inner .dropdown-menu{
    margin-left: -12px!important;
  }
  #inner .dropdown-menu li a{
    font-weight: 300!important;
    font-size: 16px;
  }
  #inner .dropdown-menu li:hover a{
    color: #cccccc!important;
  }
}
@media screen and (max-width: 614px){
  .Nav-menu li{
    display: inline-block;
    margin-right: 0px;
    font-size: 16px;
  }

}
@media screen and (max-width: 359px){
  .normal-mob {
    display: none;
  }

  #mob-btn {
    margin-right: -5px;
    padding: 5px;
    position: relative;
  }
}

@media screen and (max-width: 452px) {
  .normal-mob {
    display: none;
  }
  nav .glyphicon {
    color: #ada9a9;
    margin-right: 17px;
    margin-left: 17px;
  }


  #mob-btn {
    margin-right: 2px;
    padding: 5px;
    position: relative;
  }
}

.adv1 h4{
  margin-bottom: 0px;
}
.adv1 h5{
  margin-bottom: 0px;
}

.adv h5{
  margin-bottom: 0px;
}

.solid-header{
  background-color: #be0f00;
  padding: 5px 15px;
}
.solid-header h4{
  color : #ffffff;
  font-family: "Malgun Gothic";
  font-weight: 700
}

.solid-header1{
  background-color: #be0f00;
  padding: 1px 15px;
}
.solid-header1 h4{
  color : #ffffff;
  font-family: "Malgun Gothic";
  font-weight: 700
}

.m-right {
  display: inline;
}
@media screen and (max-width: 786px) {
  .m-right {
    float: left;
  }
}

/*
CSS for Search bar
------- Find Friends ------------
*/

.icon-addon {
  position: relative;
  color: #555;
  display: block;
}

.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon,
.icon-addon.addon-md .fa,
.icon-addon .fa {
  position: absolute;
  z-index: 2;
  left: 10px;
  font-size: 14px;
  width: 20px;
  margin-left: -2.5px;
  text-align: center;
  padding: 10px 0;
  top: 1px
}

.icon-addon.addon-lg .form-control {
  line-height: 1.33;
  height: 46px;
  font-size: 18px;
  padding: 10px 16px 10px 40px;
}

.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {
  font-size: 18px; !important;
  margin-left: 0; !important;
  left: 11px; !important;
  top: 6px; !important;
}


/* Narabhit CSS for events */
/*01-08-2017 Custom Events Style*/



.header-bg{
  background: #be0f00;
  padding: 5px;
}

/**************************************************
              EVENT INDEX PAGE CSS
 **************************************************/
.event-box-ds{
  margin-top: 22px
}
.event-box-ds .header{
  padding: 10px 12px;
}
.event-box-ds .offer-img{
  margin-top: 18px;
}
.event-box-ds .header-brand{
  padding-top:  12px
}
.event-box-ds .header-brand a h4{
  /* display: inline-block; */
  color: #fff;
  margin-top: 10px;
  white-space: nowrap;
  /*width: 11em;*/
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-box-ds .header-brand h5{
  margin-top: -9px;
  white-space: nowrap;
  /* width: 18em; */
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-box-ds .header-brand h5 .glyphicon, .event-box-ds .header-brand h5 small{
  color: #fff;
}
.event-tag-con{
  position: relative;
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -35px;
  padding-bottom: 20px;
}
.event-tag-con .org1{
  border-top: 1px solid #ccc;
  padding: 1px 5px 0 5px;
}
.event-tag-con img{
  height: 180px;
  width: 100%
}
.event-box-ds .event-name{
  height: 60px;
}

.event-box-ds .date-time-con small, .event-box-ds .date-time-con .glyphicon, .event-box-ds .date-time-con span{
  color: #777;
}
.status-online{
  position: absolute;
  top: 2px;
  right: 0px;
  border-radius: 0px;
  width: 120px;
  padding: 6px 1px 5px 1px;
  border: 1px solid #ccc;
  background: green;
  font-weight: 600;
}
.status-online1{
  width: 160px;
  padding: 6px 1px 5px 1px;
  border: 1px solid #ccc;
  background: green;
  font-weight: 300;
}
.status-offline {
  position: absolute;
  top: 2px;
  right: 0px;
  border-radius: 0px;
  width: 120px;
  padding: 6px 1px 5px 1px;
  background: #fbbc05;
  color: #000;
  border: 1px solid #ccc;
  font-weight: 500;
}

.status-offline1{
  width: 190px;
  padding: 6px 1px 5px 1px;
  border: 1px solid #ccc;
  background: #fbbc05;
  font-weight: 300;
}
.status-bck{
  position: absolute;
  top: 42px;
  right: -2px;
  border-radius: 0px;
  width: 110px;
  padding: 6px 1px 5px 1px;
  background: #ccc;
  z-index: -1;
  height: 10px;
  transform: rotate(-26deg)
}

/**************************************************
              EVENT VIEW PAGE CSS
 *************************************************/

#event-display-div .blck-layer{
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(65,65,65,0.5);
  width: 100%;
  height: 100%;
  z-index: 1
}
#event-display-div .blck-layer h3 span{
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-radius: 3px 0px 0px 0px
}
#event-display-div .red{
  color: #BE0F00;
}
#event-display-div .logo{
  width: 50px;
  height: 50px;
  margin-top: 9px;
}

#event-display-div .org h4 a{
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  /*width: 11em;*/
  overflow: hidden;
  text-overflow: ellipsis;
}
#event-display-div .event-id{
  border: 2px solid #dddddd
}
#event-main .header{
  padding: 5px 15px;
}

.side-bar-ds{
  padding: 12px;
  border-bottom: 1px solid #d2d2d2;
  margin-left: -12px;
  margin-right: -12px;
}
.side-bar-ds .logo-img{
  height: 80px;
  border: 1px solid #eee
}
#event-main .black{
  color: #333;
}
#event-main .user-list-block{
  padding: 15px;
  margin-left: -12px;
  margin-right: -12px;
  border-bottom: 1px solid #d2d2d2;
}
#event-main .user-list-block img{
  margin-top: 5px;
  border: 1px solid #dddddd
}
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px){
  #event-main .user-list-block{
    padding: 15px;
    margin-left: -12px;
    margin-right: -27px;
    border-bottom: 1px solid #d2d2d2;
  }
  #welcome{
    font-size: 25px;
  }
  #event-display-div .org{
    top: 0px;
    left: 0px;
    width: 100%;
    min-width: 280px;
    box-shadow: none;
    border: 1px solid #d2d2d2;
  }
  #event-display-div .org-back{
    display: none;
  }
  #event-display-div #ev-img{
    padding-top: 70px!important;
  }
}

.txt-normal{
  font-weight: 500!important;
}
.rotating-item, .rotating-item2, .rotating-item3,.rotating-item4, .rotating-item5, .rotating-item6, .rotating-item7, .rotating-item8 {
  display: none;
  position: absolute;
  height: 200px;
  top: 0;
  left: 0;
  border: 2px solid #fff;
}
.no-padding{
  padding-left: 0px!important;
  padding-right: 0px !important;
}
#eye{
  color: #be0f00;
  font-size: 40px;
  animation: color-change 2s infinite;

}
@keyframes color-change{
  0% { color: #be0f00; }
  10%{ color: #cc2213; }
  20%{ color: #d23729; }
  30%{ color: #d94a3d; }
  40%{ color: #e15d51; }
  50%{ color: #e7776c; }
  60%{ color: #e15d51; }
  70%{ color: #d94a3d; }
  80%{ color: #d23729; }
  90%{ color: #cc2213; }
  100%{ color: #be0f00; }
}

@media screen and (max-width: 500px) {
  .filter {
    height: 107%;
    overflow: scroll;
    z-index: 9;
    position: fixed;
    margin-top: -30px!important;
  }

  .close-filter {
    left: 100%;
    transition: 0.2s;
  }

  .open-filter {
    left: 0px;
    transition: 0.2s;
  }
  .menu-inline li{
    width: 100%;
  }
}
#search .filter{
  margin-top: 10%!important;
}
.active-filter {
  background: green!important;
  color: #fff!important;
}

@media screen and (min-width: 500px){
  #filter-btn-close, #filter-btn{
    display: none;
  }
}

@media screen and (min-width: 360px){
  .picker__holder{
    width: 331px!important;
  }
  .picker__weekday{
    padding-left: 9px;
  }
}
.menu-inline{
  padding-left: 0px;
}

/* Loader Design*/
.loader-ds{
  background: rgb(225,225,225); width: 100%; height: 150%; position: fixed; top: 0px; left: 0px; z-index: 999999;
}

.loader-ds h2{
  margin-top: 300px;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
}

/* Selfie view CSS */
.selfie{
  background: #000000;
}
.selfie-count{
  background: rgb(60, 59, 59);
  padding: 12px;
  padding-right: 80px;;
  padding-left: 80px;
}
.selfie-img{
  height: 450px;
  /*display: flex;*/
  align-items: center;
  z-index: -1;
}
.selfie-user{
  background: rgba(18, 16, 16, 0.66);
  padding: 3px;
}
.selfie-controls{
  position: relative;
  top: -53px;
  margin-bottom: -40px;
  padding-right: 80px;;
  padding-left: 80px;
}
.selfie-winner{
  background: rgba(0, 0, 0, 0.41);
  padding: 8px;
}
.selfie-winner input{
  width: 30%; !important;
}
@media only screen and (max-width:736px) {
  .selfie-count{
    background: rgb(60, 59, 59);
    padding: 12px;
    margin-bottom: -100px;
  }
  .selfie-img{
    height: 450px;
    display: flex;
    align-items: center;
    z-index: -1;
    margin-bottom: -100px;
  }
  .selfie-user{
    background: rgba(18, 16, 16, 0.66);
    padding: 3px;
  }
  .selfie-controls{
    position: relative;
    top: 0px;
    margin-bottom: 0px;
    padding-right: 80px;
    padding-left: 80px;
  }
  .selfie-winner{
    background: rgba(0, 0, 0, 0.41);
    padding: 8px;
  }
  .selfie-winner input{
    width: 60%; !important;
  }
}
/* SCO Business Page Design */
.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  position:relative;
}
.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}
.MultiCarousel .MultiCarousel-inner .item {
  float: left;
}
.MultiCarousel .MultiCarousel-inner .item > div {
  text-align: center;
  padding:10px;
  margin:10px;
  background:#f1f1f1;
  color:#666;
}
.MultiCarousel .leftLst, .MultiCarousel .rightLst {
  position:absolute;
  border-radius:50%;
  top:calc(50% - 20px);
}
.MultiCarousel .leftLst {
  left:0;
}
.MultiCarousel .rightLst {
  right:0;
}
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
  pointer-events: none;
  background:#ccc;
  color: #000000;
}
/*
.owl-carousel .item{
    background: #f5dbc9; padding-top: 15px;border: 1px solid #d05f0d; border-radius: 3px;
}

.owl-carousel .item img{
    margin-bottom: 15px;
}
*/
.orange{
  background: #be0f00 !important;
  color: #fff !important;
  height: auto;
  text-align: center;
  padding: 1px 12px;
}

.orange h4{
  margin-bottom: 5px !important;
  margin-top: 5px !important;
  color: #fff;
  font-family: 'Malgun Gothic';
  text-transform: capitalize;
}

.testimonial_btn{
  background-color: #373d4b !important;
  color: #fff !important;
}

/*********** STORE HOME CSS *************/
.pro-pic {
  height: 220px;
  width: 220px;
  border: whitesmoke 2px solid;
  margin-top: -42%;
}

.up-pro-pic{
  position: relative;
  background:  rgba(30, 30, 33, 0.65);
  padding: 10px;
  top: -45px;
  width: 83%;
  margin-bottom: -40px;
}

.up-cover-pic{
  position: relative;
  background: transparent;
  padding: 10px;
  top: 43px;
  width: 200px;
}

.adv1{
  background-color: #FFFFFF;
  padding: 12px;
  border: 1px solid #d2d2d2;
  margin-top: 15px;
}
.adv1:hover {
  box-shadow: none;
}
.adv{
  background-color: #FFFFFF;
  padding: 12px;
  border: 1px solid #d2d2d2;
  font-weight: 300;
}
.adv:hover {
  box-shadow: none;
}
h5 a{
  color: #be0f00;
}
.store-tag{
  position: absolute;
  text-align: center;
  width: 250px;
  height: 53px;
  background: #be0f00;
  color: #fff;
  right: 20px;
  padding: 8px;
  top: 28px;
}
.store-tag-shadow{
  position: absolute;
  background: #9c9b9b;
  width: 10px;
  height: 40px;
  transform: rotate(30deg);
  right: 271px;
  top: 29px;
  z-index: -1;
}
.store-tag span {
  font-family: "Malgun Gothic";
  font-weight: inherit;
  text-transform: uppercase;
  padding: 5px;
  line-height: 2;
}
/* Store Profile Div  */
@media only screen and (max-width:1200px) {
  .pro-pic {
    position: relative;
    width: 100px;
    height: 100px;
    margin-top: -70px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .up-pro-pic{
    position: relative;
    background:  rgba(30, 30, 33, 0.65);
    padding: 5px;
    top: -45px;
    width: 40%;
    margin: auto;
  }
  .up-pro-pic :hover{
    background: none;
    padding: 0;
  }

  .up-cover-pic{
    position: relative;
    background: #333333b3;
    padding: 5px;
    top: 27px;
    width: 42%;
    font-size: 12px;
  }
  .up-cover-pic :hover{
    background: none;
    padding: 0;
    width: auto;
  }
  .store-tag-shadow, .store-tag {
    display: none;
  }
  .center{
    text-align: center;
  }
}

.wrap1{
  white-space: nowrap;
  width: 16vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.font-small{
  font-size: 16px;
  margin-top: -5px;
}
@media only screen and (max-width:736px) {
  .wrap1{
    white-space: nowrap;
    width: 44vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
  }
  .font-small{
    font-size: 13px;
    margin-top: -5px;
  }

  .font-less{
    font-size: 14px;
  }
}


.color-black{
  color: #000;
}