/* body {
  font-family: "Lato", sans-serif; } */

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
@media (min-width: 768px) {
  .reverse {
    float: right; } }

.m-t-0 {
  margin-top: 0; }

.m-t-5 {
  margin-top: 5px; }

.m-t-10 {
  margin-top: 10px; }

.m-t-15 {
  margin-top: 15px; }

.m-t-20 {
  margin-top: 20px; }

.m-t-25 {
  margin-top: 25px; }

.m-t-30 {
  margin-top: 30px; }

.m-t-35 {
  margin-top: 35px; }

.m-t-40 {
  margin-top: 40px; }

.m-t-45 {
  margin-top: 45px; }

.m-t-50 {
  margin-top: 50px; }

.m-b-0 {
  margin-bottom: 0; }

.m-b-5 {
  margin-bottom: 5px; }

.m-b-10 {
  margin-bottom: 10px; }

.m-b-15 {
  margin-bottom: 15px; }

.m-b-20 {
  margin-bottom: 20px; }

.m-b-25 {
  margin-bottom: 25px; }

.m-b-30 {
  margin-bottom: 30px; }

.m-b-35 {
  margin-bottom: 35px; }

.m-b-40 {
  margin-bottom: 40px; }

.m-b-45 {
  margin-bottom: 45px; }

.m-b-50 {
  margin-bottom: 50px; }

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.text-reverse {
  text-align: right; }

body.rtl {
  text-align: left; }

.site-header .top-bar {
  position: relative;
  float: right;
  line-height: 25px;
  width: 100%;
  background-color: #181818;
  color: #DEB23F;
  text-align: center;
  font-weight: 700; }
  .site-header .top-bar:before {
    content: '';
    position: absolute;
    top: 0;
    left: -25px;
    width: 0;
    height: 0;
    border-top: 25px solid #181818;
    border-left: 25px solid transparent; }
  .site-header .top-bar .social {
    height: 25px; }
    .site-header .top-bar .social li {
      height: 25px;
      line-height: 25px; }

.logo a {
  color: #DEB23F;
  font-family: "Lobster", cursive; }
  .logo a:hover {
    text-decoration: none; }

nav.navbar {
  margin-bottom: 0; }

.nav li a {
  color: #181818;
  font-weight: 700; }
  .nav li a:hover {
    text-decoration: none;
    background-color: #DEB23F; }

.navbar-toggle {
  color: #181818;
  margin-top: 28px; }
  .navbar-toggle .icon-bar {
    background-color: #181818; }

@media (min-width: 992px) {
  .site-header .top-bar {
    text-align: left;
    width: 50%;
    height: 25px; }
  .nav {
    float: right; } }

.language-section {
  position: relative; }
  .language-section:hover .language-list {
    top: 100%;
    height: auto;
    opacity: 1; }
  .language-section .language-list {
    position: absolute;
    top: 150%;
    left: 50%;
    z-index: 3;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 150px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    background-color: #DEB23F;
    text-align: center;
    -khtml-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -khtml-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
    .language-section .language-list li {
      width: 100%;
      display: block;
      margin-bottom: 5px;
      color: #181818; }
      .language-section .language-list li a {
        width: 100%;
        display: block;
        color: #181818; }
        .language-section .language-list li a:hover {
          background-color: #c89a22;
          text-decoration: none; }

.site-footer {
  background-image: url("../images/test/footer.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  padding-top: 15px; }

.copyrights {
  font-family: "Lobster", cursive;
  color: #fff;
  padding: 10px 0;
  border-top: 2px solid #fff;
  margin-top: 10px; }

ul.social {
  text-align: center;
  padding: 0;
  margin: 0;
  height: 100%;
  list-style: none; }
  ul.social li {
    height: 100%;
    line-height: 100%;
    width: 40px;
    display: inline-block;
    text-align: center; }
    ul.social li:hover.facebook, ul.social li:hover.instagram {
      background-color: #3B5998; }
    ul.social li:hover.twitter {
      background-color: #0084B4; }
    ul.social li:hover.google-plus, ul.social li:hover.youtube {
      background-color: #C13C31; }
    ul.social li:hover a {
      color: #fff; }
    ul.social li a {
      height: 100%;
      width: 100%;
      display: block;
      color: #DEB23F; }

.widget .widget-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  border-bottom: 2px solid #DEB23F; }
  .widget .widget-title span {
    display: inline-block;
    background-color: #DEB23F;
    color: #181818;
    padding: 5px 10px;
    font-family: "Lobster", cursive; }

.widget .seconday-title {
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px; }

.widget .widget-list .item-title.lato {
  font-size: 18px;
  font-style: normal; }

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .widget ul li {
    margin-top: 15px; }
  .widget ul .item-title {
    margin-top: 0;
    font-family: "Lobster", cursive;
    font-size: 20px; }
    .widget ul .item-title a {
      color: #181818; }
    .widget ul .item-title.lato {
      font-family: "Lato", sans-serif;
      font-size: 16px;
      font-style: italic;
      font-weight: 600; }

.widget .widget-read-more {
  margin-top: 7px;
  color: #181818;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline; }
  .widget .widget-read-more:hover {
    color: #DEB23F;
    text-decoration: none; }

.sidebar-widget ul li {
  margin-top: 5px; }
  .sidebar-widget ul li a {
    color: #000; }

.slimScrollRail {
  width: 1px !important;
  background-color: #1a1404 !important;
  right: 4px !important; }

.site-footer .widget {
  margin-top: 15px;
  margin-bottom: 15px; }
  .site-footer .widget .widget-title {
    color: #fff;
    font-family: "Lobster", cursive;
    border-bottom: 0px;
    margin-bottom: 10px; }
  .site-footer .widget ul li {
    margin-top: 0; }
    .site-footer .widget ul li a {
      color: #fff; }

.article-details h1 {
  margin-top: 0; }

.article-details .article-title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DEB23F; }

.article-details .social-share {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DEB23F; }

.article-details .header-ad {
  clear: both;
  padding: 10px 0; }

.home-slider {
  position: relative; }
  .home-slider .slider-item {
    height: auto; }
  .home-slider .home-slider-next, .home-slider .home-slider-prev {
    position: absolute;
    top: 50%;
    right: 10%;
    z-index: 3;
    transform: translate(50%, -50%);
    color: #fff;
    text-align: center;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
    border-radius: 100%;
    display: block;
    cursor: pointer; }
    .home-slider .home-slider-next i, .home-slider .home-slider-prev i {
      line-height: 45px; }
    .home-slider .home-slider-next i, .home-slider .home-slider-prev i {
      margin-right: -5px; }
    .home-slider .home-slider-next:hover, .home-slider .home-slider-prev:hover {
      background-color: rgba(255, 255, 255, 0.3); }
  .home-slider .home-slider-prev {
    right: auto;
    left: 10%;
    transform: translate(-50%, -50%); }
    .home-slider .home-slider-prev i {
      margin-right: 0px;
      margin-left: -5px; }
  .home-slider .slick-dots {
    position: absolute;
    bottom: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%; }
    .home-slider .slick-dots li {
      display: inline-block;
      margin: 0 5px; }
      .home-slider .slick-dots li.slick-active button, .home-slider .slick-dots li:hover button {
        background-color: #fff;
        color: #181818; }
      .home-slider .slick-dots li button {
        background-color: transparent;
        box-shadow: none;
        border: 0px;
        width: 30px;
        height: 30px;
        display: block;
        border: 1px solid #fff;
        border-radius: 100%;
        color: #fff; }

.info-box a {
  position: relative;
  width: 100%;
  display: block; }
  .info-box a .info-box-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
    padding: 20px 40px 25px 20px;
    color: #fff;
    font-family: "Lobster", cursive;
    text-align: right;
    font-size: 25px; }

@media screen and (max-width: 768px) {
  .info-box {
    margin-top: 0 !important;
    margin-bottom: 30px; }
  .site-header .navbar {
    min-height: 25px; } }

/*# sourceMappingURL=app.css.map */
