@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oswald");
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,900|Open+Sans:300,400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");

.slider-ig {
left: 0;
right: 0;
bottom: 10px; }

.slider-ig:hover .owl-nav {
opacity: 1; }

.slider-ig .owl-nav {
opacity: 0;
transition: 0.4s; }
.slider-ig .owl-nav div {
position: absolute;
background: none !important;
opacity: 0;
transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-webkit-transition: opacity .25s ease-in-out;
opacity: 1; }
.slider-ig .owl-nav div .nc-icon {
width: 32px;
height: 32px; }
.slider-ig .owl-nav .owl-prev {
left: 10px; }
.slider-ig .owl-nav .owl-next {
right: 10px; }
.slider-ig .owl-nav .owl-prev, .slider-ig .owl-nav .owl-next {
top: 50%;
transform: translate(0, -50%); }

.slider-ig .owl-item img {
height: auto;
}
body {
background: #000;
}

:focus {
outline: none;
}

.navbar-second-top-menu{
padding: 4px;
background: #262a50;
border-radius: 0px;
min-height: 40px;
}

.navbar-right {
margin-right: 0px;
}

.navbar-down > li a:hover {
border-bottom: 2px solid black;
}

.navbar-brand > img {
width: 200px;
}

.navbar-fixed-top {
background: #ffffff;
box-shadow: 0 1px 3px 0 rgba(27,27,27,.2), 0 4px 8px 0 rgba(27,27,27,.1);
}

.navbar-second-top-menu .navbar-nav > li > a {
color: #ffffff;
padding-top: 5px;
padding-bottom: 5px;
}

.nav > li.menu-second-bottom > a {
padding-left: 0px;
}

.navbar-second-top-menu .navbar-nav > li:hover {
background: #f8f8f8;
}

.navbar-brand span {
  font-size: 30px;
font-family: unset;
font-weight: bold;
}

.col-8{
  border: 1px solid white;
  padding: 23px;
  background: white;border-radius: 7px;
}

/* Feel free to change duration  */
.animated  {
-webkit-animation-duration : 1000 ms  ;
animation-duration : 1000 ms  ;
-webkit-animation-fill-mode : both  ;
animation-fill-mode : both  ;
}
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
z-index : 1
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
z-index : 0
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut  {
-webkit-animation-name : fadeOut  ;
animation-name : fadeOut  ;
}
@-webkit-keyframes  fadeOut  {
0% {
opacity : 1   ;
}
100% {
opacity : 0   ;
}
}
@keyframes  fadeOut  {
0% {
opacity : 1   ;
}
100% {
opacity : 0   ;
}
}


.popup-box-on {
    display: block !important;
}
.off {
    display: none;
}
.chat_box .chat_message_wrapper ul.chat_message > li + li {
    margin-top: 4px;
}

#search.open {
    opacity: 1;
    transform: translate(0px, 0px) scale(1, 1);
}
#search {
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 2000;

}
#search .close {
    color: #000;
    font-size: 40px;
    opacity: 1;
    padding: 10px 17px;
    position: fixed;
    right: 15px;
    top: 15px;
}
button.close {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
}
.close {
    float: right;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}

#search input[type="text"] {
  border-radius: 63px;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
    color: #333;
    font-family: "Open Sans",sans-serif;
    font-size: 30px;
    font-weight: 300;
    margin: -51px auto 0;
    outline: medium none;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
#search .btn {
    left: 50%;
    margin-top: 60px;
    padding: 10px 50px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
}
nav {
    /*background: rgba(190, 82, 84, 0.86) none repeat scroll 0 0 !important;*/
    border: medium none !important;
}
.s-icon a {
  background: transparent none repeat scroll 0 0 !important;
border-radius: 4px !important;
color: #fff !important;
    font-size: 26px;
    height: 44px;
    margin: 3px -12px 0 0;
    padding: 7px 0 0 !important;
    text-align: center;
    width: 44px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}
.navbar-inverse .navbar-brand {
  font-family: initial;
  font-weight: bold;
  background: #373636 none repeat scroll 0 0 !important;
    border-radius: 4px;
    color: #fff !important;
    height: auto;
    margin: 3px 0 2px 0px !important;
    padding: 12px 20px !important;
}
.btn-lg, .btn-group-lg > .btn {
    border-radius: 153px;
    font-size: 29px;
}
.title-search {
  font-family: inherit;
font-size: 16px;
font-weight: bold;
}

.posted-container {
  color: #7f7f7f;
}
