@charset "utf-8";

/* CSS Document */

@font-face {
  font-family: Shabnam;
  src: url('../fonts/Shabnam-FD.eot');
  src: url('../fonts/Shabnam-FD.eot?#iefix') format('embedded-opentype'), url('../fonts/Shabnam-FD.woff') format('woff'), url('../fonts/Shabnam-FD.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: Shabnambd;
  src: url('../fonts/Shabnam-Bold-FD.eot');
  src: url('../fonts/Shabnam-Bold-FD.eot?#iefix') format('embedded-opentype'), url('../fonts/Shabnam-Bold-FD.woff') format('woff'), url('../fonts/Shabnam-Bold-FD.ttf') format('truetype');
  font-weight: bold;
}

@font-face {
  font-family: Shabnamlt;
  src: url('../fonts/Shabnam-Light-FD.eot');
  src: url('../fonts/Shabnam-Light-FD.eot?#iefix') format('embedded-opentype'), url('../fonts/Shabnam-Light-FD.woff') format('woff'), url('../fonts/Shabnam-Light-FD.ttf') format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: Shabnamld;
  src: url('../fonts/Shabnam-Light.eot');
  src: url('../fonts/Shabnam-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Shabnam-Light.woff') format('woff'), url('../fonts/Shabnam-Light.ttf') format('truetype');
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: shabnamlt !important;
}

body {
  font-family: shabnam;
}

.btn {
  font-family: shabnamlt;
}

.bar-1 .menu-horizontal>li>.dropdown__trigger,
.bar-1 .menu-horizontal>li>a {
  font-size: 1.157142857142857em;
}

.ld {
  font-family: shabnamld;
  font-size: 2em;
  direction: ltr;
}


/*video*/

.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative;
}

.no-video .video-container video,
.touch .video-container video {
  display: none;
}

.no-video .video-container .poster,
.touch .video-container .poster {
  display: block !important;
}

.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000;
}

.video-container .poster img {
  width: 100%;
  bottom: 0;
  position: absolute;
}

.video-container .filter {
  z-index: 100;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
}

.video-container video {
  position: absolute;
  z-index: 0;
  bottom: 0;
}

.video-container video.fillWidth {
  width: 100%;
}

.field--name-user-picture.field--type-image img {
  border-radius: 100px;
}

.list-inline--images img {
  max-height: 3.78571429em !important;
}

#raychatFrame {
  top: auto !important;
  min-height: 200px;
}

ul.social-list.list-inline {
  z-index: 99999999999999;
  position: relative;
}

.masonry-filter-holder .masonry__filters {
  left: auto;
  right: 0;
  text-align: right;
}

.select-wrapper:after {
  padding-left: .6em;
  right: auto;
  left: 0;
}
.field--label-inline .field--items, .field--label-inline .field--label {
  float: right;
}
.article__body ol {
  padding-right: 30px;
  line-height: 3px;
}
.project-thumb.border--round .background-image-holder {
    border-radius: 6px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
.project-thumb.hover-element {
    margin: 0;
    box-shadow: 4px 4px 18px #c8c8c8;
}
[data-scrim-top]:not(.image--light) h4 {
	color: #247e5c;
    font-weight: bold;
}
.project-thumb.border--round .background-image-holder {
    border-radius: 6px;
    background-size: 70% !important;
    background-repeat: no-repeat !important;
}

.project-thumb__title span {
    color: #709771 !important;
    position: fixed !important;
    bottom: 25px !important;
}
.article__body li {
    list-style: disc;
}
.blog-image img.img-responsive {
    max-height: 188px;
    min-width: 188px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 14px;
}
/* .bloglabel {
  background-color: #ff0000;
  color: #fff;
  font-size: 8px;
  left: -1.7em;
  position: absolute;
  border-radius: 20px;
  padding: 0px 4px;
  font-weight: bold;
  top: -10px;
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {  
  50% { opacity: 0.1; }
}
.addtoany_list {
  float: left;
  margin-top: 50px;
} */
@media (max-width:767px) {
  .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .site-branding {
    margin-top: -12px;
}
.menu-horizontal li {
  border-bottom: 1px solid #efefef;
  margin: 0px !important;
  margin-bottom: 10px !important;
}
.bar.bar--sm.visible-xs {
  box-shadow: 1px 0px 11px #ccc;
}
  .region.region-footer {
    text-align: center;
}
section#block-footershort3 img {
  text-align: center;
  margin: 0 auto;
}
}