/**
 * Styles for enterprise page - privatniksam.rs
 * Only styles that applies to enterprise page can be found here
 * "_constants.scss" contains all necessary constants and must be included
 */
/**
 * Constants for whole project privatniksam.rs
 * These contants is being used in general.scss and other scss
 */
/** General constants */
/** Color constants */
/** Font constants */
/** Image constants */
/** Grid and responsive constants */
/** Mixins */
/* Mixin for combination of fixed and fluid layout
 * Make sure that HTML elements are placed in order of appearance from left to right
 * Also make sure to put fluid content inside .ps-inner div
 * $type - can be fixed or fluid, depends on design
 * $fluid-position - can be left or right depends on fluid element position
 * $width - width of fixed element
 * $margin - margin between fluid and fixed element
 */
/**
 * Mixin for vertical align image or one line of text
 * $height - height of centainer element
 */
/**
 * Mixin for CSS arrow (triangle)
 * 
 */
/** Functions */
/** Enterprise header */
.ent-left {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 214px; }
  @media screen and (max-width: 770px) {
    .ent-left {
      float: none;
      width: 100%;
      margin-bottom: 10px; } }
  .ent-left .ent-logo {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #DCDCE1;
    padding: 10px;
    height: 160px;
    line-height: 140px;
    text-align: center; }
    .ent-left .ent-logo img {
      max-width: 100%;
      max-height: 100%;
      vertical-align: middle;
      line-height: 160px; }
  .ent-left .enterprise-last-activity {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    float: none;
    text-align: center;
    margin-top: 0; }
    @media screen and (max-width: 770px) {
      .ent-left .enterprise-last-activity {
        margin: 10px 0 5px 0;
        padding-bottom: 0; } }

.ent-details {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top; }
  .ent-details .ps-inner {
    margin-left: 234px;
    margin-right: 0; }
    @media screen and (max-width: 770px) {
      .ent-details .ps-inner {
        margin-left: 0; } }

.ent-info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
  margin-right: -234px; }
  .ent-info .ps-inner {
    margin-right: 264px;
    margin-left: 0; }
  @media screen and (max-width: 1050px) {
    .ent-info {
      float: none; } }
  .ent-info .enterprise-header {
    display: table;
    width: 100%; }
    .ent-info .enterprise-header .enterprise-header-left {
      display: table-cell; }
    .ent-info .enterprise-header .enterprise-header-right {
      width: 210px;
      text-align: right;
      display: table-cell;
      vertical-align: bottom;
      padding-bottom: 2px; }
    @media screen and (max-width: 770px) {
      .ent-info .enterprise-header {
        display: block; }
        .ent-info .enterprise-header .enterprise-header-left {
          display: block; }
        .ent-info .enterprise-header .enterprise-header-right {
          display: block;
          width: 100%;
          margin: 10px 0;
          text-align: left; } }
  .ent-info h1 {
    display: inline-block;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.1;
    margin: 0; }
    @media screen and (max-width: 1050px) {
      .ent-info h1 {
        float: none;
        display: block;
        max-width: 100%;
        font-size: 30px;
        line-height: 1; } }
  .ent-info h3 {
    margin-bottom: 5px;
    font-weight: 400; }
  .ent-info .desc {
    font-size: 15px;
    line-height: 1.3;
    font-style: italic;
    color: #99999d;
    padding: 10px 0 10px 0;
    border-top: solid 1px #eee; }
  @media screen and (max-width: 1050px) {
    .ent-info .ps-inner {
      margin-right: 0 !important; } }

.ent-social {
  /*margin-top: 10px;*/
  text-align: right; }
  .ent-social span.title {
    display: block;
    margin: 20px 0 6px;
    font-size: 12px;
    color: #808084; }
  @media screen and (max-width: 1050px) {
    .ent-social {
      /*margin-top: -35px;*/
      float: right; } }
  @media screen and (max-width: 770px) {
    .ent-social {
      display: none; } }

.ent-actions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 234px;
  text-align: right; }
  @media screen and (max-width: 1050px) {
    .ent-actions {
      text-align: left;
      float: none;
      width: 100%; }
      .ent-actions .btn {
        margin-top: 20px; } }

.info-box {
  position: relative; }
  .info-box .cell-text {
    display: block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400; }
    .info-box .cell-text span {
      font-weight: normal;
      display: inline-block;
      width: 62px;
      color: #99999d; }

.about-ent-links {
  margin-bottom: 15px; }

.ent-info-related .like-box {
  float: none; }

/** Enterprise tabs */
.ent-tabs-holder {
  background: #efeff3;
  border-bottom: solid 1px #DCDCE1;
  padding: 0; }

.ent-tabs-holder ul {
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 770px) {
    .ent-tabs-holder ul {
      padding-top: 10px;
      padding-bottom: 10px; } }
  .ent-tabs-holder ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    float: left; }
    @media screen and (max-width: 770px) {
      .ent-tabs-holder ul li {
        float: none; } }
  .ent-tabs-holder ul a {
    display: inline-block;
    color: #353538;
    font-size: 18px;
    padding: 14px 30px;
    cursor: pointer;
    position: relative; }
    .ent-tabs-holder ul a:hover {
      text-decoration: none; }
    @media screen and (max-width: 770px) {
      .ent-tabs-holder ul a {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%; } }
  .ent-tabs-holder ul .active {
    background: #4d4d52;
    color: #fff; }
    @media screen and (max-width: 770px) {
      .ent-tabs-holder ul .active {
        display: block; } }
    @media screen and (min-width: 770px) {
      .ent-tabs-holder ul .active:after, .ent-tabs-holder ul .active:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      .ent-tabs-holder ul .active:after {
        border-color: rgba(77, 77, 82, 0);
        border-top-color: #4d4d52;
        border-width: 6px;
        margin-left: -6px; }
      .ent-tabs-holder ul .active:before {
        border-color: rgba(77, 77, 82, 0);
        border-top-color: #4d4d52;
        border-width: 7px;
        margin-left: -7px; } }

.tabs-items-container {
  position: relative; }

/** Enterprise - About us */
.about-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 49%;
  margin-right: 2%;
  float: left; }
  .about-container:nth-child(2) {
    margin-right: 0; }
  @media screen and (max-width: 1050px) {
    .about-container {
      margin-right: 0;
      width: 100%; } }

.about-text-container {
  margin-bottom: 20px;
  text-align: justify; }

.about-img-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 49%;
  margin-right: 2%;
  float: left;
  margin-top: 10px; }
  .about-img-container:nth-child(2n) {
    margin-right: 0; }
  .about-img-container img {
    width: 100%;
    vertical-align: bottom; }

.about-table {
  background: white;
  border: solid 1px #DCDCE1;
  padding: 15px; }

.about-table-row {
  padding: 5px 10px; }
  .about-table-row:nth-child(2n+1) {
    background: #efeff3; }

.about-table .about-table-row-map {
  margin-top: 20px;
  background: #fff;
  padding: 0; }
  .about-table .about-table-row-map img {
    width: 100%;
    vertical-align: bottom; }

.about-table-data {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  font-size: 13px;
  width: 40%;
  margin-right: 3%; }
  .about-table-data:nth-child(2) {
    width: 57%;
    margin-right: 0;
    font-weight: 500; }

.contact-form fieldset.left {
  float: left;
  width: 69%; }
  @media screen and (max-width: 1050px) {
    .contact-form fieldset.left {
      float: none;
      width: 100%; } }
  .contact-form fieldset.left textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 116px;
    margin-bottom: 8px; }
.contact-form fieldset.right {
  float: left;
  width: 26%;
  margin-left: 5%; }
  @media screen and (max-width: 1050px) {
    .contact-form fieldset.right {
      max-width: 300px;
      float: none;
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }
  .contact-form fieldset.right input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: block;
    margin-bottom: 20px; }
.contact-form fieldset.bottom {
  margin-top: 20px; }
.contact-form fieldset.bottom .btn {
  margin-top: -36px; }
  @media screen and (max-width: 1260px) {
    .contact-form fieldset.bottom .btn {
      margin-top: 20px; } }

#gmap_canvas {
  position: relative;
  height: 250px; }

/** Enterprise - Gallery */
.gal-img-holder {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 22.75%;
  float: left;
  margin-bottom: 20px;
  margin-right: 3%;
  overflow: hidden; }
  @media screen and (min-width: 1050px) {
    .gal-img-holder {
      height: 250px; }
      .gal-img-holder:nth-child(4n) {
        margin-right: 0; } }
  @media screen and (max-width: 1050px) and (min-width: 770px) {
    .gal-img-holder {
      width: 30.66%;
      margin-right: 4%;
      height: 150px; }
      .gal-img-holder:nth-child(3n) {
        margin-right: 0; } }
  @media screen and (max-width: 770px) and (min-width: 450px) {
    .gal-img-holder {
      width: 45%;
      margin-right: 5%;
      height: 100px; }
      .gal-img-holder:nth-child(2n) {
        margin-right: 0; } }
  @media screen and (max-width: 450px) {
    .gal-img-holder {
      width: 100%;
      margin-right: 0;
      height: 100px; } }
  .gal-img-holder img {
    max-width: 100%;
    vertical-align: bottom; }

.gal-img-hover {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.15);
  position: absolute;
  display: table;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  color: #353538;
  font-weight: 200;
  display: none; }
  .gal-img-hover p {
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    padding: 20px; }

.galleryLightbox .imageHolder {
  float: left;
  position: relative; }
  .galleryLightbox .imageHolder img {
    vertical-align: bottom; }

.galleryLightbox .descHolder {
  float: left;
  max-width: 400px; }

.galleryLightbox .descContainer {
  padding: 20px 65px 20px 20px; }
  .galleryLightbox .descContainer .title {
    font-size: 40px;
    line-height: 44px;
    font-weight: 200; }
  .galleryLightbox .descContainer .ent-social {
    text-align: left; }
    .galleryLightbox .descContainer .ent-social .ent-social-icon {
      float: left;
      margin-right: 7px; }
      .galleryLightbox .descContainer .ent-social .ent-social-icon:nth-child(1) {
        margin-right: 0; }

.galleryLightbox .descFooter {
  background: #EFEFF3;
  border-top: solid 1px #DCDCE1;
  padding: 20px; }

/*.fancybox-title {
    position: absolute;
    width: 300px;
    right: -300px;
    height: 100%;
    background: #fff;
    color: #000;
    top: 0;
    margin-top: 0;
    .title {
        @include box-sizing;
        padding: 20px;
        font-family: $default-font-family;
        font-weight: $thin-font-weight;
        font-size: 27px;
        line-height: 33px;
        width: 255px;
    }
    .footer {
        @include box-sizing;
        padding: 20px;
        border-top: solid 1px $border-gray;
        background: $background-gray;
        position: absolute;
        bottom: 0;
        width: 100%;
        font-size: 11px;
        line-height: 15px;
        color: $gray-three;
        .footer-title {
            font-size: 18px;
            line-height: 24px;
        }
    }
}*/
.fancybox-close {
  /*    right: -291px;
      z-index: 8051;*/ }

/** Filters */
.box-filter ul {
  margin: 0;
  padding: 0; }
  .box-filter ul li {
    background: #EFEFF3;
    list-style: none;
    padding: 10px 22px;
    display: inline-block;
    border: solid 1px #DCDCE1;
    z-index: 2;
    cursor: pointer;
    float: left;
    margin-right: -1px; }
  .box-filter ul .active {
    background: #fff;
    border-bottom-color: #fff;
    cursor: default; }

.filter-content {
  background: #fff;
  border: solid 1px #DCDCE1;
  margin-top: -1px;
  z-index: 1;
  padding: 30px 16px 10px; }
  .filter-content input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: solid 1px #DCDCE1;
    margin-bottom: 10px; }
  .filter-content .select2-container {
    margin-bottom: 0; }

.filter-checkbox-holder {
  padding-bottom: 20px; }

.filter-checkbox-border {
  padding-top: 20px;
  border-top: solid 1px #DCDCE1; }

@media screen and (max-width: 1260px) {
  .filter-checkbox-item {
    margin-right: 15px;
    display: inline-block; } }

/** View and sorting */
.view-and-sorting {
  /*margin: 5px 0 20px 0;*/
  float: right; }

/** Reviews tab **/
.user-review {
  margin-bottom: 30px; }
  .user-review .user-review-header .user-review-image {
    float: left;
    margin-right: 20px; }
    @media screen and (max-width: 770px) {
      .user-review .user-review-header .user-review-image {
        margin-right: 10px; } }
  .user-review .user-review-header .user-review-info .rating-box {
    font-size: 19px;
    line-height: 1; }
    .user-review .user-review-header .user-review-info .rating-box > span {
      color: #808084; }
  .user-review .user-review-header .user-review-info .user-review-username {
    font-size: 18px;
    font-weight: 500; }
    @media screen and (max-width: 770px) {
      .user-review .user-review-header .user-review-info .user-review-username {
        line-height: 1; } }
  .user-review .user-review-header .user-review-info .user-review-date {
    color: #808084;
    font-size: 13px; }
    @media screen and (max-width: 770px) {
      .user-review .user-review-header .user-review-info .user-review-date {
        line-height: 1;
        padding: 5px 0 8px; } }
  .user-review .user-review-body {
    padding-left: 100px; }
    @media screen and (max-width: 770px) {
      .user-review .user-review-body {
        padding-left: 60px; } }
    .user-review .user-review-body p {
      margin: 0; }

/*# sourceMappingURL=enterprise.css.map */
