/* line 62*/
* {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* line 67*/
html, body {
  height: 100% !important;
  min-height: 100%;
  background: #ccc;
  font-size: 16px; }
  @media screen and (max-width: 720px) {
    /* line 67*/
    html, body {
      font-size: 13px; } }

/* line 77*/
body {
  overflow-y: scroll; }

/* 
	Typography
*/
/* line 85*/
h1, h2 {
  margin-bottom: 20px; }

/* line 89*/
h1, h2, h3, h4, h5, h6 {
  color: #000; }

/* line 93*/
h1 {
  font-size: 5em;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 300; }
  /* line 97*/
  h1 .icon {
    height: auto;
    line-height: auto;
    padding: 20px; }
  @media screen and (max-width: 720px) {
    /* line 93*/
    h1 {
      font-size: 2.5em; } }

/* line 107*/
h2 {
  font-family: "Oswald", Arial, sans-serif;
  text-transform: uppercase; }

/* line 112*/
p {
  font-size: 1.35em;
  color: #888;
  margin-bottom: 30px; }
  /* line 116*/
  p.small {
    font-size: 1em; }

/* line 121*/
a {
  outline: none !important; }

/* line 125*/
blockquote {
  border-color: #000; }

/* line 129*/
.dark blockquote {
  border-color: #fff; }

/* 
	Modes
*/
/* line 137*/
.dark {
  background: #000; }
  /* line 139*/
  .dark p {
    color: #555;
    color: rgba(255, 255, 255, 0.5); }
  /* line 143*/
  .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
    color: #fff; }
  /* line 146*/
  .dark .btn {
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.5); }
    /* line 151*/
    .dark .btn:hover {
      color: #fff;
      border-color: #fff;
      background: transparent; }

.goldbk{background:#95743B;}
.gold{color:#95743B !important}
.goldbk.trans {
  background: rgba(149, 116, 59, 0.8); }
 .br {color: #fff;  }

/* line 158*/
.white {
  background: #fff; }
  /* line 160*/
  .white p, .white .icon {
    color: #555;
    color: rgba(0, 0, 0, 0.5); }
  /* line 164*/
  .white .btn {
    color: #555;
    color: rgba(0, 0, 0, 0.5);
    border-color: #555;
    border-color: rgba(0, 0, 0, 0.5); }
    /* line 169*/
    .white .btn:hover {
      color: #000;
      border-color: #000;
      background: transparent; }

/* line 176*/
.dark.trans {
  background: rgba(0, 0, 0, 0.8); }

/* line 179*/
.white.trans {
  background: rgba(255, 255, 255, 0.8); }

/* line 182*/
.blue {
  background: #558099;
  color: #afcce0; }
  /* line 185*/
  .blue h1, .blue h2, .blue h3, .blue h4, .blue h5, .blue h6 {
    color: #fff; }

/* line 190*/
.btn {
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  /* line 194*/
  .btn span {
    margin-right: 10px; }

/*
	Layout
*/
/* line 203*/
.centered {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 250px; }

/* line 209*/
.centered.medium {
  width: 100%;
  max-width: 500px;
  min-height: 350px;
  padding: 0 20px; }
  @media screen and (max-width: 720px) {
    /* line 209*/
    .centered.medium {
      min-height: 170px;
      height: 170px; } }

/* line 220*/
.centered.large {
  max-width: 1080px;
  padding: 20px;
  width: 100%;
  min-height: 475px; }
  @media screen and (max-width: 992px) {
    /* line 220*/
    .centered.large {
      position: relative !important;
      padding: 0 !important;
      height: auto !important; } }

/* line 232*/
section {
  min-height: 100%;
  width: 100%;
  position: relative;
  padding: 75px 30px; }
  /* line 237*/
  section.small {
    min-height: 1px !important;
    height: auto !important;
    padding: 130px 30px !important;
    width: 100%; }
  @media screen and (max-width: 720px) {
    /* line 232*/
    section {
      padding: 50px 20px; } }
  /* line 246*/
  section#footer {
    min-height: 1px !important;
    display: inline-block;
    height: auto;
    margin: -5px 0;
    margin-top: 0;
    padding-bottom: 0;
    border-top: 1px solid #222; }
    /* line 254*/
    section#footer .pre-icon {
      color: #fff; }
    /* line 257*/
    section#footer h4 {
      margin-bottom: 35px; }
    /* line 262*/
    section#footer .foot .btn-group .icon {
      height: 80px;
      line-height: 80px;
      width: 100%;
      color: #000;
      border: 1px solid #000;
      border-right: none;
      background: #555; }
      /* line 270*/
      section#footer .foot .btn-group .icon:hover {
        background: #fff; }
    /* line 275*/
    section#footer .foot .btn-group:last-child .icon {
      border-right: 1px solid #000; }
    /* line 282*/
    section#footer .copyright p {
      font-size: .9em; }
    /* line 286*/
    section#footer .thumbnail {
      width: 32%; }
  /* line 290*/
  section.content {
    display: inline-block;
    margin: -5px 0; }
  /* line 294*/
  section#home {
    height: 100%; }
    /* line 296*/
    section#home p {
      color: #000; }
  /* line 301*/
  section#about .centered {
    height: 250px; }
  /* line 305*/
  section.portfolio {
    padding: 15px;
    padding-bottom: 0; }
    /* line 308*/
    section.portfolio#portfolio {
      margin-bottom: -3px; }
      /* line 309*/
      section.portfolio#portfolio div[class*="col-"] {
        padding: 0;
        margin: -3px 0; }
    /* line 315*/
    section.portfolio .item {
      display: inline-block;
      margin-bottom: 0;
      position: relative;
      width: 100%;
      overflow: hidden; }
      @media screen and (max-width: 720px) {
        /* line 315*/
        section.portfolio .item {
          margin-bottom: 20px; } }
      /* line 324*/
      section.portfolio .item img {
        max-width: 100%;
        width: 100%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      /* line 329*/
      section.portfolio .item .caption {
        position: absolute;
        top: 20px;
        left: 20px;
        bottom: 20px;
        right: 20px;
        background: #fff;
        background: rgba(255, 255, 255, 0.9);
        color: #666;
        padding: 40px 30px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s; }
        /* line 330*/
        section.portfolio .item .caption .centered {
          height: 100px; }
        /* line 342*/
        section.portfolio .item .caption h3 {
          color: #000; }
          @media screen and (max-width: 720px) {
            /* line 342*/
            section.portfolio .item .caption h3 {
              font-size: 1.2em; } }
        /* line 348*/
        section.portfolio .item .caption p {
          font-size: 1em; }
      /* line 352*/
      section.portfolio .item:hover .caption {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1); }
        /* line 354*/
        section.portfolio .item:hover .caption p {
          color: #666; }
      /* line 360*/
      section.portfolio .item:hover img {
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1); }
  /* line 365*/
  section .block {
    padding: 40px;
    padding-top: 60px; }
    /* line 368*/
    section .block.small {
      padding: 20px 30px; }
      /* line 370*/
      section .block.small p {
        font-size: 1em; }
        /* line 372*/
        section .block.small p.small {
          margin-bottom: 8px; }
    /* line 377*/
    section .block.bottom {
      margin-top: 60px !important;
      padding-bottom: 0 !important; }
      /* line 380*/
      section .block.bottom .icon {
        border-bottom: none !important; }
    /* line 384*/
    section .block.top {
      padding-top: 0 !important;
      margin-bottom: 60px !important; }
      /* line 387*/
      section .block.top .icon {
        border-top: none !important; }

/* line 394*/
section {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  /* line 398*/
  section img.fs {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1); }
  /* line 403*/
  section.visible {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s; }
    /* line 406*/
    section.visible img.fs {
      -webkit-transition: all 4s;
      -moz-transition: all 4s;
      -o-transition: all 4s;
      transition: all 4s;
      -webkit-transform: scale(1.1, 1.1);
      -moz-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
      /* line 409*/
      section.visible img.fs.faded {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8; }

/* line 417*/
img {
  max-width: 100%; }
  /* line 419*/
  img.fs {
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0; }
  /* line 428*/
  img.faded {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    background: #000; }

/* line 435*/
p img {
  margin: 25px 0; }

/* line 440*/
.thumbnail {
  width: auto;
  display: inline-block;
  border: 0;
  background: none;
  margin: 0;
  padding: 0; }

/* line 449*/
form {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); }
  /* line 455*/
  form .form-control {
    margin-bottom: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
  /* line 459*/
  form input[type='submit'].form-control {
    margin-bottom: 0;
    background: #000;
    color: #fff;
    border: 0;
    font-family: "Oswald", Arial, sans-serif;
    text-transform: uppercase;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s; }
    /* line 467*/
    form input[type='submit'].form-control:hover {
      background: #333; }
  /* line 471*/
  form:hover {
    border: 1px solid #000; }

/* line 476*/
.overlay {
  position: fixed;
  z-index: 999999999 !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none; }
  /* line 481*/
  .overlay img, .overlay iframe {
    width: auto;
    max-width: 80%;
    max-height: 80%;
    height: auto; }
  /* line 487*/
  .overlay img {
    border: 1px solid #555; }
  /* line 490*/
  .overlay .fa-times, .overlay .prev, .overlay .next {
    position: absolute;
    top: 5%;
    right: 3%;
    color: #555;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #555;
    background: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9999999; }
    /* line 503*/
    .overlay .fa-times:hover, .overlay .prev:hover, .overlay .next:hover {
      text-decoration: none;
      color: #fff;
      border: 1px solid #fff; }
  /* line 509*/
  .overlay .prev, .overlay .next {
    top: 50%;
    margin-top: -20px; }
  /* line 513*/
  .overlay .prev {
    left: 3%;
    right: auto; }

/*
	Navigation
*/
/* line 523*/
nav#main {
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  height: 80px;
  background: #000;
  border-bottom: 1px solid #222;
  z-index: 9999999 !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  @media screen and (max-width: 720px) {
    /* line 523*/
    nav#main {
      height: 40px; } }
  /* line 535*/
  nav#main.visible {
    bottom: 0; }
  /* line 539*/
  nav#main .logo {
    height: 80px;
    line-height: 80px;
    padding: 0 40px;
    position: absolute;
    left: 0;
    color: #666;
    font-family: "Oswald", Arial, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    @media screen and (max-width: 720px) {
      /* line 539*/
      nav#main .logo {
        padding: 0 12px; } }
  /* line 554*/
  nav#main .fa-bars {
    font-size: 14px; }
  /* line 557*/
  nav#main .icon.toggle-menu {
    display: none; }
    @media screen and (max-width: 720px) {
      /* line 557*/
      nav#main .icon.toggle-menu {
        display: block; } }
  /* line 563*/
  nav#main ul {
    list-style: none;
    height: 80px;
    padding: 0;
    margin: 0;
    margin-left: 60px;
    text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    @media screen and (max-width: 992px) {
      /* line 563*/
      nav#main ul {
        text-align: right;
        margin-left: 0; } }
    /* line 575*/
    nav#main ul li {
      height: 80px;
      display: inline-block;
      border-left: 1px solid #222;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      /* line 580*/
      nav#main ul li a {
        height: 80px;
        display: inline-block;
        padding: 0 40px;
        line-height: 80px;
        color: #666;
        font-family: "Oswald", Arial, sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
        @media screen and (max-width: 992px) {
          /* line 580*/
          nav#main ul li a {
            padding: 0 12px; } }
        /* line 593*/
        nav#main ul li a:hover {
          text-decoration: none;
          background: #222;
          color: #fff; }
        /* line 598*/
        nav#main ul li a.active {
          background: #222;
          color: #fff; }
      /* line 603*/
      nav#main ul li:last-child {
        border-right: 1px solid #222; }
        @media screen and (max-width: 992px) {
          /* line 603*/
          nav#main ul li:last-child {
            border-right: 0; } }
  /* line 611*/
  nav#main .icon {
    height: 80px;
    line-height: 80px;
    border: 0;
    display: inline-block;
    border-left: 1px solid #222;
    color: #666;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    /* line 619*/
    nav#main .icon:hover {
      background: #222;
      color: #fff; }
  /* line 625*/
  nav#main.affix {
    position: fixed;
    z-index: 9999;
    top: -40px;
    bottom: auto;
    height: 40px;
    border-bottom: 1px solid #222; }
    /* line 629*/
    nav#main.affix.visible {
      top: 0; }
    /* line 635*/
    nav#main.affix .icon {
      line-height: 40px;
      height: 40px; }
    /* line 639*/
    nav#main.affix .logo {
      height: 40px;
      line-height: 40px;
      padding: 0 10px; }
    /* line 644*/
    nav#main.affix ul {
      height: 40px; }
      @media screen and (max-width: 720px) {
        /* line 644*/
        nav#main.affix ul {
          top: 40px;
          bottom: auto;
          height: auto;
          width: 100%;
          text-align: center;
          background: #000;
          display: none;
          border-bottom: 1px solid #222; }
          /* line 655*/
          nav#main.affix ul li {
            width: 100%; }
            /* line 657*/
            nav#main.affix ul li a {
              width: 100%; }
          /* line 661*/
          nav#main.affix ul.open {
            display: inline-block; } }
      /* line 665*/
      nav#main.affix ul li {
        height: 40px; }
        /* line 667*/
        nav#main.affix ul li a {
          height: 40px;
          line-height: 40px; }
  @media screen and (max-width: 720px) {
    /* line 523*/
    nav#main {
      position: fixed;
      z-index: 9999;
      top: -40px;
      bottom: auto;
      height: 40px;
      border-bottom: 1px solid #222; }
      /* line 679*/
      nav#main.visible {
        top: 0; }
      /* line 685*/
      nav#main .icon {
        line-height: 40px;
        height: 40px; }
      /* line 689*/
      nav#main .logo {
        height: 40px;
        line-height: 40px;
        padding: 0 10px; }
      /* line 694*/
      nav#main ul {
        height: 40px;
        top: 40px;
        bottom: auto;
        height: auto;
        width: 100%;
        text-align: center;
        background: #000;
        display: none;
        border-bottom: 1px solid #222; }
        /* line 704*/
        nav#main ul li {
          width: 100%;
          height: 40px; }
          /* line 707*/
          nav#main ul li a {
            width: 100%;
            height: 40px;
            line-height: 40px; }
        /* line 713*/
        nav#main ul.open {
          display: inline-block; } }

/* line 720*/
.social-icons {
  margin: 20px 0; }
  /* line 722*/
  .social-icons a {
    margin: 0 20px;
    color: #000;
    color: rgba(0, 0, 0, 0.5);
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }
    /* line 727*/
    .social-icons a:hover {
      color: #000;
      text-decoration: none; }
    @media screen and (max-width: 720px) {
      /* line 722*/
      .social-icons a {
        margin: 0 10px;
        font-size: 21px; } }

/* line 738*/
.icon {
  display: inline-block;
  height: 45px;
  min-width: 45px;
  width: auto;
  padding: 0 20px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: #444;
  font-family: "Oswald", Arial, sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  /* line 751*/
  .icon span {
    margin-right: 6px; }
  /* line 755*/
  .icon:hover {
    color: #000;
    background: rgba(255, 255, 255, 0.2);
    text-decoration: none;
    border: 1px solid #555;
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1); }

/* line 764*/
.dark .icon {
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.6);
  color: #fff; }
  /* line 769*/
  .dark .icon:hover {
    border-color: #fff;
    color: #fff; }

/* line 775*/
.form-control-feedback {
  display: none; }

/* line 780*/
.has-feedback .form-control-feedback {
  display: inline-block;
  margin-top: -24px; }

/* line 786*/
.service {
  margin-bottom: 30px; }
  /* line 788*/
  .service span.fa {
    width: 30px; }
    /* line 790*/
    .service span.fa.fa-caret-right {
      width: auto; }

/* line 796*/
.controls-container {
  position: absolute;
  bottom: 60px;
  height: 200px;
  left: 0;
  right: 0;
  overflow: hidden; }
  @media screen and (max-width: 720px) {
    /* line 796*/
    .controls-container {
      bottom: 0; } }
  /* line 805*/
  .controls-container .controls {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0; }
    /* line 809*/
    .controls-container .controls a.control-left, .controls-container .controls a.control-right {
      width: 60px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      background: #000;
      color: #555;
      cursor: pointer;
      z-index: 9999;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      /* line 819*/
      .controls-container .controls a.control-left:hover, .controls-container .controls a.control-right:hover {
        text-decoration: none;
        background: #333;
        color: #fff; }
    /* line 825*/
    .controls-container .controls a.control-left {
      position: absolute;
      left: -60px; }
      @media screen and (max-width: 720px) {
        /* line 825*/
        .controls-container .controls a.control-left {
          left: 0; } }
    /* line 832*/
    .controls-container .controls a.control-right {
      position: absolute;
      right: -60px; }
      @media screen and (max-width: 720px) {
        /* line 832*/
        .controls-container .controls a.control-right {
          right: 0; } }
  /* line 841*/
  .controls-container.hover a.control-left {
    left: 0; }
  /* line 844*/
  .controls-container.hover a.control-right {
    right: 0; }

/* line 850*/
.posts-container {
  left: 0;
  right: 0;
  bottom: 60px;
  overflow: hidden;
  position: fixed;
  height: 150px; }
  @media screen and (max-width: 720px) {
    /* line 850*/
    .posts-container {
      bottom: 0; } }
  /* line 858*/
  .posts-container .posts {
    padding: 30px 80px;
    position: absolute;
    bottom: 5px;
    list-style: none;
    text-align: left;
    -webkit-transition: bottom 0.3s;
    -moz-transition: bottom 0.3s;
    -o-transition: bottom 0.3s;
    transition: bottom 0.3s; }
    /* line 865*/
    .posts-container .posts.blurred {
      bottom: -130px; }
    /* line 868*/
    .posts-container .posts .post {
      cursor: pointer;
      position: relative;
      margin-right: 30px;
      display: inline-block;
      text-align: left;
      background: #fff;
      width: 225px;
      height: 90px;
      padding: 5px 25px;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
      filter: alpha(opacity=20);
      -moz-opacity: 0.2;
      -khtml-opacity: 0.2;
      opacity: 0.2;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      @media screen and (max-width: 992px) {
        /* line 868*/
        .posts-container .posts .post {
          height: 50px;
          padding: 5px 15px;
          margin-right: 15px;
          width: 150px; } }
      @media screen and (max-width: 720px) {
        /* line 868*/
        .posts-container .posts .post {
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
          filter: alpha(opacity=100);
          -moz-opacity: 1;
          -khtml-opacity: 1;
          opacity: 1; } }
      /* line 888*/
      .posts-container .posts .post h3 {
        font-size: 1em;
        font-weight: bold;
        height: 40px;
        position: absolute;
        left: 25px;
        right: 25px;
        top: 0;
        line-height: 1.2em;
        color: #000;
        -webkit-transition: color 0.25s;
        -moz-transition: color 0.25s;
        -o-transition: color 0.25s;
        transition: color 0.25s; }
        @media screen and (max-width: 992px) {
          /* line 888*/
          .posts-container .posts .post h3 {
            font-size: .8em;
            line-height: 1.1em;
            left: 10px;
            right: 10px;
            top: -10px; } }
      /* line 907*/
      .posts-container .posts .post img {
        width: 215px;
        height: 0;
        margin: 20px -20px;
        margin-top: 10px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s; }
      /* line 915*/
      .posts-container .posts .post .content, .posts-container .posts .post p {
        display: none;
        font-size: 1em; }
      /* line 919*/
      .posts-container .posts .post .data {
        display: none; }
      /* line 923*/
      .posts-container .posts .post:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -20px;
        right: 0;
        width: 0;
        border-width: 20px 0 0 20px;
        border-style: solid;
        border-color: #fff transparent;
        -webkit-transition: border-color 0.2s;
        -moz-transition: border-color 0.2s;
        -o-transition: border-color 0.2s;
        transition: border-color 0.2s; }
        @media screen and (max-width: 992px) {
          /* line 923*/
          .posts-container .posts .post:after {
            border-width: 10px 0 0 10px;
            bottom: -10px; } }
      /* line 939*/
      .posts-container .posts .post:hover, .posts-container .posts .post.active {
        background: #000; }
        /* line 940*/
        .posts-container .posts .post:hover h3, .posts-container .posts .post.active h3 {
          color: #777; }
      /* line 946*/
      .posts-container .posts .post:hover:after, .posts-container .posts .post.active:after {
        border-color: #000 transparent; }
      /* line 949*/
      .posts-container .posts .post.visible {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        margin-bottom: 0; }

/* line 957*/
.post-content-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  /* line 961*/
  .post-content-container .post-comments {
    position: fixed;
    right: -300px;
    top: 30px;
    bottom: 240px;
    background: #fff;
    width: 300px;
    font-size: 12px;
    text-align: left;
    padding: 0 20px;
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    /* line 974*/
    .post-content-container .post-comments .write.icon {
      position: absolute;
      bottom: 10px;
      right: 10px;
      z-index: 9999;
      background: #fff; }
    /* line 981*/
    .post-content-container .post-comments.visible {
      right: 30px;
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      transform: scale(1, 1); }
      @media screen and (max-width: 1230px) {
        /* line 981*/
        .post-content-container .post-comments.visible {
          right: -300px !important; } }
    /* line 988*/
    .post-content-container .post-comments h3 {
      padding-top: 0; }
      /* line 989*/
      .post-content-container .post-comments h3 span {
        margin-right: 10px;
        font-size: 16px;
        color: #ddd; }
    /* line 996*/
    .post-content-container .post-comments .comments {
      list-style: none;
      padding: 0;
      overflow: hidden;
      top: 60px;
      border-top: 1px solid #ddd;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute;
      margin: 0; }
      /* line 1007*/
      .post-content-container .post-comments .comments .comment {
        padding: 20px;
        padding-bottom: 15px; }
        /* line 1010*/
        .post-content-container .post-comments .comments .comment:nth-child(odd) {
          background: #eee; }
        /* line 1014*/
        .post-content-container .post-comments .comments .comment .author-info h5 {
          margin: 5px 15px; }
        /* line 1017*/
        .post-content-container .post-comments .comments .comment .author-info .date {
          margin: 5px 15px; }
        /* line 1021*/
        .post-content-container .post-comments .comments .comment .content {
          margin: 10px 0; }
        /* line 1024*/
        .post-content-container .post-comments .comments .comment p {
          margin-bottom: 5px; }
  /* line 1030*/
  .post-content-container .post-content {
    position: absolute;
    z-index: 0;
    top: 45%;
    left: 50%;
    right: 0;
    margin-top: -250px;
    margin-left: -250px;
    width: 500px;
    height: auto;
    bottom: auto;
    background: #fff;
    display: inline-block;
    text-align: left;
    font-size: 14px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    @media screen and (max-width: 1230px) {
      /* line 1030*/
      .post-content-container .post-content {
        left: 0;
        margin: 50px 30px;
        width: 92%; } }
    @media screen and (max-width: 720px) {
      /* line 1030*/
      .post-content-container .post-content {
        left: 10px !important;
        right: auto !important;
        width: auto;
        margin-right: 10px;
        top: 53px !important;
        position: absolute;
        margin-top: 0 !important;
        margin-left: 0;
        left: auto;
        top: auto; } }
    /* line 1061*/
    .post-content-container .post-content .handle {
      position: relative;
      min-height: 65px;
      line-height: 75px;
      width: 100%;
      background: #fff;
      border-bottom: 1px solid #ddd; }
      @media screen and (max-width: 992px) {
        /* line 1061*/
        .post-content-container .post-content .handle {
          height: 45px;
          line-height: 45px; } }
      /* line 1072*/
      .post-content-container .post-content .handle h2 {
        margin: 0;
        padding: 25px 30px;
        display: inline-block; }
        @media screen and (max-width: 992px) {
          /* line 1072*/
          .post-content-container .post-content .handle h2 {
            padding: 5px 15px;
            font-size: 1.3em; } }
        @media screen and (max-width: 720px) {
          /* line 1072*/
          .post-content-container .post-content .handle h2 {
            padding: 17px 15px;
            padding-right: 30px; } }
      /* line 1085*/
      .post-content-container .post-content .handle .fa {
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        position: absolute;
        right: 10px;
        top: 17px;
        border: 0;
        cursor: pointer; }
        @media screen and (max-width: 992px) {
          /* line 1085*/
          .post-content-container .post-content .handle .fa {
            height: 30px;
            line-height: 30px;
            width: 30px;
            top: 8px; } }
    /* line 1104*/
    .post-content-container .post-content h2 {
      margin: 30px; }
    /* line 1107*/
    .post-content-container .post-content .content {
      padding: 20px 30px;
      margin: 0;
      margin-top: 0;
      height: 250px;
      overflow: hidden;
      position: relative; }
      /* line 1114*/
      .post-content-container .post-content .content p {
        font-size: 1em; }
        /* line 1116*/
        .post-content-container .post-content .content p:last-child {
          margin-bottom: 0; }
      /* line 1120*/
      .post-content-container .post-content .content img {
        margin: 10px 0;
        max-width: 100%; }
      @media screen and (max-width: 992px) {
        /* line 1107*/
        .post-content-container .post-content .content {
          padding: 10px 15px;
          height: 200px; }
          /* line 1127*/
          .post-content-container .post-content .content h2 {
            margin: 30px; } }
    /* line 1132*/
    .post-content-container .post-content.visible {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      transform: scale(1, 1);
      margin-top: -270px;
      z-index: 99999; }
    /* line 1138*/
    .post-content-container .post-content .foot {
      background: #000;
      width: 100%;
      height: 47px;
      padding: 0 10px; }
      @media screen and (max-width: 992px) {
        /* line 1138*/
        .post-content-container .post-content .foot {
          display: none; } }
      /* line 1146*/
      .post-content-container .post-content .foot a, .post-content-container .post-content .foot .info {
        border-right: 1px solid #333;
        color: #555;
        padding: 0 20px;
        font-size: 14px;
        display: inline-block;
        height: 45px;
        line-height: 45px;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        -o-transition: color 0.3s;
        transition: color 0.3s; }
        /* line 1155*/
        .post-content-container .post-content .foot a .glyphicon, .post-content-container .post-content .foot .info .glyphicon {
          font-size: 14px;
          margin-right: 4px;
          margin-left: 0; }
        /* line 1160*/
        .post-content-container .post-content .foot a:hover, .post-content-container .post-content .foot .info:hover {
          color: #fff;
          text-decoration: none; }
      /* line 1165*/
      .post-content-container .post-content .foot .block.bottom {
        padding: 30px !important; }

/* line 1172*/
.ps-container .ps-scrollbar-y-rail, .ps-container .ps-scrollbar-y {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

/* line 1176*/
.loader {
  border: 2px solid #555;
  width: 50px;
  height: 50px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-animation: load 1s infinite;
  /* Chrome, Safari, Opera */
  animation: load .3s infinite; }

@-webkit-keyframes load {
  /* line 1192*/
  0% {
    height: 50px;
    -webkit-transform: rotate(0); }

  /* line 1193*/
  50% {
    height: 0;
    margin-top: 0;
    -webkit-transform: rotate(180deg); }

  /* line 1194*/
  100% {
    height: 50px;
    margin-top: -25px;
    -webkit-transform: rotate(360deg); } }

@keyframes load {
  /* line 1199*/
  0% {
    height: 50px; }

  /* line 1200*/
  50% {
    height: 0;
    margin-top: 0; }

  /* line 1201*/
  100% {
    height: 50px;
    margin-top: -25px; } }
	
	
h4, .h4 {font-weight: bolder;}
