
/******************************************************************************
  Main
*******************************************************************************/
#main {
    padding: 0px 0;
  }
  #main.no-padding {
    padding: 20;
  }
  .page-header {
    border-bottom: 1px solid #e1e1e1;
    margin: 0 0 20px;
    padding: 0;
  }
  .page-header .title {
    font-weight: normal;
    margin: -4px 0 18px;
    padding: 0;
    position: relative;
  }
  .page-header .container {
    position: relative;
  }
  .page-header .container:before {
    background: #1e1e1e;
    bottom: 0px;
    content: "";
    display: block;
    height: 1px;
    left: 15px;
    margin: 0 0 -1px;
    position: absolute;
    width: 40px;
  }
  .page-header .page-description {
    padding: 0 0 18px;
  }
 

  /******************************************************************************
  Min Width "768px"
*******************************************************************************/
@media (min-width: 768px) {
    .filter-list.filter-buttons .dropdown-toggle {
      display: none;
    }
    .filter-list.filter-buttons .dropdown-menu {
      background: none;
      border: 0 none;
      border-radius: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      display: block !important;
      float: none;
      left: inherit;
      margin: 0;
      min-width: inherit;
      padding: 0;
      position: relative;
      top: inherit;
      z-index: inherit;
    }
    .filter-list.filter-buttons .dropdown-menu > li {
      float: left;
      margin: 0 20px 10px 0;
    }
    .filter-list.filter-buttons .dropdown-menu > li > a {
      background: transparent;
      border: 1px solid transparent;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      clear: none;
      color: #1e1e1e;
      height: 38px;
      line-height: 38px;
      margin: 0;
      padding: 0 20px;
      -webkit-transition: opacity .2s ease-out;
      transition: opacity .2s ease-out;
      font-family: 'Kruti Dev 010';display: flex;font-size: 22px;padding-right:65px;align-items: flex-start;
    }
    .filter-list.filter-buttons .dropdown-menu > li > a:hover {
      background: transparent;
      text-decoration: none;
      opacity: .7;
      filter: alpha(opacity=70);
      -webkit-transition: opacity .2s ease-out;
      transition: opacity .2s ease-out;
    }
    .filter-list.filter-buttons .dropdown-menu > li > a.active {
      border: 1px solid #e1e1e1;
      font-weight: bold;
      opacity: 1;
      filter: alpha(opacity=100);
      text-decoration: none;
    }
    .filter-list.filter-buttons.white .dropdown-menu > li > a {
      color: #fff;
    }
  }

  @charset "utf-8";



h1.title {color:#000;font-family: 'Kruti Dev 010';display: flex;font-size: 36px;padding-right:65px;align-items: flex-start;}
h3.title {color:#000;font-family: 'Kruti Dev 010';font-size: 36px; padding:20px; text-align: center; }

.jslider .jslider-bg i,
.jslider .jslider-pointer { background: url(../img/jslider.png) no-repeat 0 0; }

.jslider { display: block; width: 100%; height: 1em; position: relative; top: 0.6em; font-family: Arial, sans-serif; }
.jslider table { width: 100%; border-collapse: collapse; border: 0; }
.jslider td, .jslider th { padding: 0; vertical-align: top; text-align: left; border: 0; }

.jslider table,
.jslider table tr,
.jslider table tr td { width: 100%; vertical-align: top; }

.jslider .jslider-bg { position: relative; }
.jslider .jslider-bg i { height: 5px; position: absolute; font-size: 0; top: 0; }
.jslider .jslider-bg .l { width: 10%; background-position: 0 0; left: 0; }
.jslider .jslider-bg .f { width: 80%; left: 10%; background-repeat: repeat-x; background-position: 0 -20px; }
.jslider .jslider-bg .r { width: 10%; left: 90%; background-position: right 0; }
.jslider .jslider-bg .v { position: absolute; width: 60%; left: 20%; top: 0; height: 5px; background-repeat: repeat-x; background-position: 0 -40px; }

.jslider .jslider-pointer { width: 13px; height: 15px; background-position: 0 -60px; position: absolute; left: 20%; top: -4px; margin-left: -6px; cursor: pointer; cursor: hand; }
.jslider .jslider-pointer-hover { background-position: -20px -60px; }
.jslider .jslider-pointer-to { left: 80%; }

.jslider .jslider-label { font-size: 9px; line-height: 12px; color: black; opacity: 0.4; white-space: nowrap; padding: 0px 2px; position: absolute; top: -18px; left: 0px; }
.jslider .jslider-label-to { left: auto; right: 0; }

.jslider .jslider-value { font-size: 9px; white-space: nowrap; padding: 1px 2px 0; position: absolute; top: -19px; left: 20%; background: white; line-height: 12px; -moz-border-radius: 2px; -webkit-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; }
.jslider .jslider-value-to { left: 80%; }

.jslider .jslider-label small,
.jslider .jslider-value small { position: relative; top: -0.4em; }

.jslider .jslider-scale { position: relative; top: 9px; }
.jslider .jslider-scale span { position: absolute; height: 5px; border-left: 1px solid #999; font-size: 0; }
.jslider .jslider-scale ins { font-size: 9px; text-decoration: none; position: absolute; left: 0px; top: 5px; color: #999; }

.jslider-single .jslider-pointer-to,
.jslider-single .jslider-value-to,
.jslider-single .jslider-bg .v,
.jslider-limitless .jslider-label { display: none; }



.portfolio .filter-elements {
    overflow: visible !important;
  }
  .portfolio .work {
    margin-bottom: 40px;
  }
  .work,
  .work:visited {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    display: block;
    position: relative;
    text-align: center;
    text-shadow: 0 1px #000;
  }
  .work:hover {
    display: block;
    text-decoration: none;
  }
  .carousel .work {
    margin: 2px 1px;
  }
  .work img {
    background-color: #555;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
    box-shadow: 0 1px 2px rgba(0,0,0,.4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    width: 100%;
  }
  .work .shadow {
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 29%, rgba(0,0,0,0.01) 30%, rgba(0,0,0,0.01) 33%, rgba(0,0,0,0.17) 62%, rgba(0,0,0,0.24) 68%, rgba(0,0,0,0.62) 90%, rgba(0,0,0,0.73) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(29%,rgba(255,255,255,0.01)), color-stop(30%,rgba(0,0,0,0.01)), color-stop(33%,rgba(0,0,0,0.01)), color-stop(62%,rgba(0,0,0,0.17)), color-stop(68%,rgba(0,0,0,0.24)), color-stop(90%,rgba(0,0,0,0.62)), color-stop(100%,rgba(0,0,0,0.73)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 29%,rgba(0,0,0,0.01) 30%,rgba(0,0,0,0.01) 33%,rgba(0,0,0,0.17) 62%,rgba(0,0,0,0.24) 68%,rgba(0,0,0,0.62) 90%,rgba(0,0,0,0.73) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 29%,rgba(0,0,0,0.01) 30%,rgba(0,0,0,0.01) 33%,rgba(0,0,0,0.17) 62%,rgba(0,0,0,0.24) 68%,rgba(0,0,0,0.62) 90%,rgba(0,0,0,0.73) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 29%,rgba(0,0,0,0.01) 30%,rgba(0,0,0,0.01) 33%,rgba(0,0,0,0.17) 62%,rgba(0,0,0,0.24) 68%,rgba(0,0,0,0.62) 90%,rgba(0,0,0,0.73) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 29%,rgba(0,0,0,0.01) 30%,rgba(0,0,0,0.01) 33%,rgba(0,0,0,0.17) 62%,rgba(0,0,0,0.24) 68%,rgba(0,0,0,0.62) 90%,rgba(0,0,0,0.73) 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .work .work-title {
    bottom: 37px;
    left: 0;
    margin: 0 0 -17px;
    padding: 0 5px;
    position: absolute;
    right: 0;
    text-align: center;
    -webkit-transition: bottom .2s ease-in;
    transition: bottom .2s ease-in;
  }
  .work .title {
    bottom: 46px;
    font-size: 36px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 6px;
    text-align: center;
  }
  .work .description {
    font-size: 24px;
    font-style: normal;
    line-height: auto;
    text-align: center;
    color:#000;
    font-family: 'Kruti Dev 010';
    align-items: flex-start;
  }
  .work .bg-hover {
    background: #fff;
    background: rgba(255,255,255,.9);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    bottom: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
  }
  .work:hover {
    text-shadow: none;
  }
  .work:hover .work-title {
    bottom: 46%;
    color: #1e1e1e;
    -webkit-transition: bottom .2s ease-in;
    transition: bottom .2s ease-in;
  }
  .work:hover .bg-hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
  }
  .work-single .carousel-box {
    overflow: hidden;
  }
  .work-single .carousel-box .carousel img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .work-single .carousel-box.load {
    max-height: 270px;
  }
  .work-single .title {
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 5px;
  }
  .work-single .type {
    color: #7f7f7f;
    font-size: 14px;
    margin: 0 0 22px;
  }
  .year-regulator {
    padding-top: 13px;
  }
  .year-regulator .label {
    color: inherit;
    display: table-cell;
    font-size: 12px;
    line-height: 14px;
    padding: 0 20px 0 0;
    text-align: left;
    vertical-align: middle;
  }
  .year-regulator .layout-slider {
    display: table-cell;
    width: 100%;
  }
  .year-regulator .layout-slider input[type="slider"] {
    visibility: hidden;
  }
  .portfolio .filter-elements {
    overflow: visible !important;
  }
  .portfolio .work {
    margin-bottom: 40px;
  }