@charset "UTF-8";
/* SCSS */
/* Includes*/
/*@import 'navbar.scss'; - funcions.php */
/*template (s)css*/
body {
  background: #f1e9cd;
  font-family: 'Lato', sans-serif; }

.no-bottom-space {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

.bottom-space {
  margin-bottom: 30px; }

.main-section {
  background: url("../img/bg.png") no-repeat top left;
  padding-bottom: 30px; }

.animacja {
  margin: 10px auto;
  width: 45px;
  display: block;
  position: relative;
  padding: 10px 10px 10px 15px;
  border-radius: 50%; }
  .animacja:after {
    border: 2px solid #11132e;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    z-index: -1;
    content: '';
    border-radius: 50%;
    opacity: 0;
    transition: 0.2s all; }
  .animacja:hover:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    top: 0;
    left: 0; }

/****************************Top***************************/
#top {
  position: relative;
  z-index: 5;
  -webkit-box-shadow: 0 25px 45px -20px #111;
  box-shadow: 0 25px 45px -20px #111; }
  #top .site-name {
    float: left; }
  #top .lang-switcher {
    padding-right: 30px;
    padding-top: 15px; }
    #top .lang-switcher ul {
      padding-left: 0;
      float: right; }
  #top .bufor {
    width: 100%;
    height: 40px;
    background: #f1e9cd; }

/****************************Content***************************/
.light-title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #11132e;
  padding-bottom: 15px;
  background: url("../img/team-bg.jpg") no-repeat bottom center;
  text-transform: uppercase;
  font-family: 'Lato', Arial, sans-serif; }

.content {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 16px; }

/****************************Team content***************************/
.main-team {
  border-bottom: 3px solid #11132e;
  padding-bottom: 30px;
  margin-bottom: 50px;
  margin-top: 50px; }

.main-team-name {
  color: #11132e;
  text-align: center;
  margin: 8px 0;
  font-size: 19px; }
  .main-team-name:before {
    content: '[';
    font-weight: bold;
    margin-right: 1px; }
  .main-team-name:after {
    content: ']';
    font-weight: bold;
    margin-left: 1px; }
  .main-team-name a {
    color: #11132e; }
    .main-team-name a:hover {
      color: #f90;
      text-decoration: none; }

.main-team-custom-field {
  color: #11132e;
  text-align: center;
  font-size: 16px;
  margin: 0;
  text-transform: lowercase; }

.main-team-excerpt {
  margin-top: 15px;
  text-align: justify; }

.main-team img, .team img {
  text-align: center;
  margin: 0 auto;
  transition: all 0.2s; }

.person {
  margin-bottom: 30px;
  min-height: 410px; }
  .person:hover img {
    -webkit-box-shadow: 1px 1px 5px 0 #11132e;
    box-shadow: 1px 1px 5px 0 #11132e; }

#lista-osob {
  list-style-type: none;
  padding: 10px 0 10px 5px;
  background: #11132e;
  margin-bottom: 0;
  max-height: 676px;
  overflow-y: hidden;
  position: relative; }
  #lista-osob li a {
    font-size: 14px;
    line-height: 16px;
    color: #11132e;
    padding: 3px 10px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -0.5px;
    color: #f0e8cc; }
    #lista-osob li a:hover {
      color: #f90;
      text-decoration: none; }

.arrowcontainer {
  display: block;
  width: 100%;
  height: 30px;
  background: #11132e;
  color: #f0e8cc;
  text-align: center;
  cursor: pointer; }
  .arrowcontainer:hover {
    background: #f90; }

#arrowup {
  border-bottom: 1px solid #f0e8cc; }

#arrowdown {
  border-top: 1px solid #f0e8cc;
  margin-bottom: 30px; }

/****************************Team single***************************/
.single-team {
  padding-top: 50px;
  padding-bottom: 30px;
  margin-bottom: -30px;
  background: #faf5e3; }
  .single-team .single-team-header {
    background: #f1e9cd;
    border-top: 3px solid #11132e;
    border-bottom: 3px solid #11132e; }
    .single-team .single-team-header h1 {
      margin: 10px 0;
      font-size: 24px; }
      .single-team .single-team-header h1 small {
        font-size: 20px;
        color: #11132e; }
    .single-team .single-team-header p {
      text-align: right;
      font-size: 17px;
      margin: 0; }
    .single-team .single-team-header a {
      color: #11132e; }
    .single-team .single-team-header p.office {
      font-size: 21px;
      text-align: left;
      margin: 10px 15px;
      text-transform: uppercase; }
  .single-team .single-team-content {
    margin: 15px 0;
    font-size: 16px;
    text-align: justify; }
  .single-team .single-team-left-col {
    margin-bottom: 30px; }
    .single-team .single-team-left-col img {
      margin: 0 auto; }
  .single-team .person-publikacja {
    background: #f9f0cd;
    margin-top: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #f0e8cc; }
    .single-team .person-publikacja .publikacje-title {
      font-weight: 700; }
    .single-team .person-publikacja .publikacje-subtitle {
      font-size: 80%; }

@media (min-width: 992px) {
  .single-team-content {
    min-height: 260px; }

  .single-team-right-col {
    margin-bottom: 0px; } }
@media (max-width: 767px) {
  .person-publikacja .publikacje-title {
    font-size: 24px;
    font-weight: 700; }
  .person-publikacja .publikacje-subtitle {
    font-size: 20px !important; } }
#obszary {
  background: #11132e;
  color: #faf5e3;
  font-weight: 300;
  font-size: 21px;
  text-transform: uppercase;
  padding: 10px 10px 5px;
  margin-bottom: 10px; }

.obszary-praktyki {
  text-transform: uppercase; }
  .obszary-praktyki p {
    padding-left: 5px;
    margin-bottom: 0; }
    .obszary-praktyki p:hover {
      color: #f90;
      cursor: default; }
  .obszary-praktyki a {
    color: #11132e;
    padding: 2px 5px;
    display: block; }
    .obszary-praktyki a:hover {
      color: #f90;
      text-decoration: none;
      background: #f0e8cc; }

/****************************Praktyki***************************/
#pratyki {
  background: #11132e;
  color: #faf5e3;
  font-weight: 300;
  font-size: 21px;
  text-transform: uppercase;
  padding: 10px 10px 5px; }

#lista-praktyk {
  list-style-type: none;
  padding: 10px 0 10px 5px;
  background: #11132e; }
  #lista-praktyk li a {
    font-size: 14px;
    color: #11132e;
    padding: 3px 10px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -0.5px;
    color: #f0e8cc; }
    #lista-praktyk li a:hover {
      color: #f90;
      text-decoration: none; }

/****************************Baner***************************/
#baner {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#585d60+0,71777a+100 */
  background: #585d60;
  /* Old browsers */
  background: -moz-linear-gradient(left, #585d60 0%, #71777a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #585d60 0%, #71777a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #585d60 0%, #71777a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585d60', endColorstr='#71777a',GradientType=1 );
  /* IE6-9 */
  overflow: hidden; }
  #baner .container #gluchowski {
    width: 34.4200627%; }
  #baner .container #zwara {
    width: 32.47648903%; }
  #baner .container #siemiatkowski {
    width: 33.10344828%; }
  #baner .container .baner-partner {
    float: left;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden; }
    #baner .container .baner-partner:before {
      content: "";
      position: absolute;
      z-index: 9999;
      left: 50%;
      right: 50%;
      bottom: 0;
      background: #f90;
      height: 8px;
      -webkit-transition-property: left, right;
      transition-property: left, right;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    #baner .container .baner-partner:hover:before, #baner .container .baner-partner:focus:before, #baner .container .baner-partner:active:before {
      left: 0;
      right: 0; }
    #baner .container .baner-partner img {
      box-shadow: none;
      position: relative;
      -webkit-filter: grayscale(0);
      filter: grayscale(0);
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
  #baner .container:hover .baner-partner:not(:hover) img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.85; }

#baner-static {
  height: 400px;
  background: url("../img/baner-static.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

#baner-static-cat {
  height: 400px;
  background: url("../img/baner-static-cat.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

#baner-static-publikacje {
  height: 400px;
  background: url("../img/baner-static-publikacje.jpg") no-repeat bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

#baner-static-praktyki {
  max-height: 471px;
  background: #585d60;
  /* Old browsers */
  background: -moz-linear-gradient(left, #585d60 0%, #71777a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #585d60 0%, #71777a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #585d60 0%, #71777a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585d60', endColorstr='#71777a',GradientType=1 );
  /* IE6-9 */
  overflow: hidden; }

#baner-static-contact {
  height: 400px;
  background: url("../img/baner-static-contact.jpg") no-repeat bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

#baner-static-narrow {
  height: 300px;
  background: url("../img/baner-static.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/****************************Zakres us┼éug***************************/
#uslugi {
  background: #11132e;
  padding-top: 30px;
  padding-bottom: 45px;
  margin-bottom: 30px; }
  #uslugi #zakres-uslug-title {
    padding-bottom: 15px;
    background: url("../img/footer-title-bg.jpg") no-repeat bottom left;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color: #f0e8cc; }
  #uslugi .widget_nav_menu {
    padding-top: 15px; }
    #uslugi .widget_nav_menu ul {
      list-style-type: none;
      padding-left: 0; }
      #uslugi .widget_nav_menu ul li {
        padding-left: 30px;
        margin-bottom: 8px;
        background: url("../img/zakres-uslug-marker.jpg") no-repeat left center; }
        #uslugi .widget_nav_menu ul li a {
          color: #f0e8cc;
          text-transform: uppercase;
          display: block; }
          #uslugi .widget_nav_menu ul li a:hover {
            background: none;
            color: #d9c47d;
            text-decoration: none; }
  #uslugi #zdjecie-uslugi {
    padding-top: 15px; }

/****************************Zesp├│┼é slider***************************/
#zespol .default-theme.wp-posts-carousel .wp-posts-carousel-container {
  background: none;
  box-shadow: none; }
  #zespol .default-theme.wp-posts-carousel .wp-posts-carousel-container .wp-posts-carousel-title a {
    color: #11132e; }
    #zespol .default-theme.wp-posts-carousel .wp-posts-carousel-container .wp-posts-carousel-title a:before {
      content: '[';
      font-weight: bold;
      margin-right: 6px; }
    #zespol .default-theme.wp-posts-carousel .wp-posts-carousel-container .wp-posts-carousel-title a:after {
      content: ']';
      font-weight: bold;
      margin-left: 6px; }

.kodeks {
  min-height: 530px; }
  .kodeks .kodeks-title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px; }
    .kodeks .kodeks-title:before {
      content: '[';
      font-weight: bold;
      margin-right: 2px; }
    .kodeks .kodeks-title:after {
      content: ']';
      font-weight: bold;
      margin-left: 2px; }
  .kodeks .kodeks-subtitle {
    text-align: center;
    font-size: 14px;
    font-weight: bold; }
  .kodeks a {
    color: #11132e; }
    .kodeks a:hover, .kodeks a:focus, .kodeks a:active {
      text-decoration: none; }

/****************************Footer***************************/
#city {
  margin-top: 30px; }

#footer-contact {
  background: #11132e;
  color: #f0e8cc;
  padding-top: 15px;
  padding-bottom: 30px; }
  #footer-contact .footer-contact-title {
    padding-bottom: 15px;
    margin-top: 15px;
    background: url("../img/footer-title-bg.jpg") no-repeat bottom left;
    font-size: 110%;
    text-transform: uppercase; }
  #footer-contact .footer-contact-content {
    padding-top: 5px; }
    #footer-contact .footer-contact-content p {
      margin: 0;
      font-weight: 300; }
    #footer-contact .footer-contact-content a {
      color: #f0e8cc; }
      #footer-contact .footer-contact-content a:hover {
        color: #d9c47d;
        text-decoration: none; }

.footer-logo {
  text-align: center;
  margin-top: 30px; }
  .footer-logo img {
    margin: 0 auto; }

.blog-footer {
  text-align: center;
  font-weight: bold; }

/****************************Category***************************/
@media (max-width: 991px) {
  .category {
    padding-top: 50px; }
    .category .partnerzy-odpowiedzialni {
      background: #f9f0cd;
      text-align: center;
      margin-bottom: 30px; }
      .category .partnerzy-odpowiedzialni img {
        margin: 0 auto;
        text-align: center; } }
.category {
  padding-top: 50px; }
  .category .partnerzy-odpowiedzialni {
    margin-top: 15px; }
    .category .partnerzy-odpowiedzialni .partnerzy-odpowiedzialni-title {
      font-size: 22px;
      text-transform: uppercase;
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 15px;
      display: block; }
  .category .person {
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 30px;
    min-height: 0;
    background: #f9f0cd; }
    .category .person .main-team-name {
      font-size: 18px; }
    .category .person .main-team-custom-field {
      font-size: 14px;
      margin-bottom: 5px;
      text-transform: lowercase; }
    .category .person:hover .animacja img {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .category .person .animacja::after {
      z-index: 0; }
  .category .cat-content {
    padding-left: 45px;
    font-size: 16px;
    text-align: justify; }
    .category .cat-content .cat-title {
      text-align: left;
      background-position: left bottom; }
    .category .cat-content ul li a {
      color: #f0e8cc;
      text-transform: uppercase;
      display: block; }
      .category .cat-content ul li a:hover {
        background: none;
        color: #d9c47d;
        text-decoration: none; }

/****************************Kontakt***************************/
#kontakt .light-title {
  margin-bottom: 50px; }
#kontakt .contact-title {
  background: #11132e;
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding: 8px 10px;
  font-size: 20px; }
#kontakt .contact-content {
  margin-top: 30px;
  font-size: 18px; }
  #kontakt .contact-content a {
    color: #11132e; }
#kontakt #kontakt-name {
  font-size: 22px;
  text-align: center;
  margin-bottom: 50px;
  background: #cec198;
  padding-top: 30px;
  padding-bottom: 30px; }
  #kontakt #kontakt-name span {
    font-size: 19px;
    padding: 0 13px; }

@media (max-width: 991px) {
  #kontakt .contact-content {
    font-size: 14px;
    margin-bottom: 30px; }
  #kontakt .contact-title {
    max-width: 291px; } }
#kontakt-form {
  margin-bottom: 50px; }
  #kontakt-form div[class*="file-"] {
    margin: 0;
    font-weight: normal; }
    #kontakt-form div[class*="file-"] label {
      font-weight: normal;
      margin: 0; }
  #kontakt-form textarea.form-control {
    min-height: 133px; }
  #kontakt-form .btn-primary {
    background: #11132e;
    text-transform: uppercase;
    border-radius: 0;
    transition: all 0.2s; }
    #kontakt-form .btn-primary:hover {
      -webkit-box-shadow: 1px 1px 3px 1px #11132e;
      box-shadow: 1px 1px 3px 1px #11132e;
      transition: all 0.2s; }
  #kontakt-form .form-control {
    border-radius: 0; }

.btn-file {
  position: relative; }

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 0px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block; }

/****************************Publikacje***************************/
#publikacje .light-title {
  margin-bottom: 30px; }
#publikacje .publikacje-grid {
  position: relative; }
  #publikacje .publikacje-grid .pub-wrapper .publikacja {
    background: #f9f0cd;
    padding: 30px;
    min-height: 300px;
    margin-bottom: 30px;
    border: 1px solid #f90;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    #publikacje .publikacje-grid .pub-wrapper .publikacja .publikacje-title {
      margin: 0;
      font-weight: bold;
      text-transform: uppercase;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    #publikacje .publikacje-grid .pub-wrapper .publikacja .publikacje-subtitle {
      padding-bottom: 15px;
      background: url("../img/publikacje-title-bg.jpg") no-repeat bottom left;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    #publikacje .publikacje-grid .pub-wrapper .publikacja .subheader {
      text-transform: uppercase;
      margin-bottom: 0;
      margin-top: 10px;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    #publikacje .publikacje-grid .pub-wrapper .publikacja a {
      color: #11132e; }
      #publikacje .publikacje-grid .pub-wrapper .publikacja a:hover {
        color: #f90;
        text-decoration: none; }
  #publikacje .publikacje-grid .pub-wrapper.small {
    width: 300px;
    height: 300px; }
    #publikacje .publikacje-grid .pub-wrapper.small .publikacje-title {
      font-size: 12px; }
    #publikacje .publikacje-grid .pub-wrapper.small .publikacje-subtitle {
      font-size: 12px; }
    #publikacje .publikacje-grid .pub-wrapper.small .subheader {
      font-size: 12px; }
    #publikacje .publikacje-grid .pub-wrapper.small .publikacja-content {
      font-size: 12px; }
  #publikacje .publikacje-grid .pub-wrapper.large {
    width: 600px;
    height: 300px; }
    #publikacje .publikacje-grid .pub-wrapper.large .publikacje-title {
      font-size: 18px; }
    #publikacje .publikacje-grid .pub-wrapper.large .publikacje-subtitle {
      font-size: 16px; }
    #publikacje .publikacje-grid .pub-wrapper.large .subheader {
      font-size: 16px; }
    #publikacje .publikacje-grid .pub-wrapper.large .publikacja-content {
      font-size: 14px; }
  #publikacje .publikacje-grid .pub-wrapper, #publikacje .publikacje-grid .pub-wrapper > :not(.dragging) {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  #publikacje .publikacje-grid .pub-wrapper .dragging {
    z-index: 800; }

@media (min-width: 992px) {
  #publikacje .publikacje-grid {
    width: 960px;
    margin: 0 auto; } }
@media (max-width: 991px) {
  #publikacje .publikacje-grid {
    width: 660px;
    margin: 0 auto; } }
@media (max-width: 767px) {
  #publikacje .publikacje-grid {
    width: 340px;
    margin: 0 auto; } }
/*
* default theme
*/
.team {
  overflow: hidden; }

.team .wp-posts-carousel-slide {
  display: none;
  padding: 1%;
  position: relative;
  margin-left: 2%;
  width: 95%; }

.team.owl-loaded .wp-posts-carousel-slide {
  display: block; }

.team .wp-posts-carousel-container {
  box-shadow: 0px 1px 2px #CCC;
  background: none repeat scroll 0% 0% #FFF;
  padding: 10px;
  transition: all 0.3s ease 0s; }

.team .wp-posts-carousel-container:hover {
  box-shadow: 0px 1px 3px 0px #6E95B6; }

/*
* posts's image
*/
.team .wp-posts-carousel-image {
  text-align: center;
  vertical-align: central;
  overflow: hidden;
  padding-top: 10px; }

.team .wp-posts-carousel-image a {
  display: inline-block;
  width: 100%;
  text-align: center; }

.team .wp-posts-carousel-image img {
  display: block;
  margin: 0 auto;
  width: auto; }

.team .wp-posts-carousel-image img.owl-lazy {
  opacity: 0; }

/*
* posts's details
*/
.team .wp-posts-carousel-details {
  padding: 0 5px 10px 5px; }

.team .wp-posts-carousel-title {
  text-align: center;
  font-size: 18px; }

.team .wp-posts-carousel-desc {
  font-size: 12px;
  color: #666;
  padding: 2%;
  margin-bottom: 2%; }

.team .wp-posts-carousel-created-date {
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #666; }

.team .wp-posts-carousel-categories:after {
  content: "";
  border-width: 6px 6px 6px 0px;
  border-style: solid;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  border-color: #892026 transparent transparent;
  position: absolute;
  right: 0px;
  bottom: -12px; }

.team .wp-posts-carousel-categories:before {
  content: "";
  border-width: 14px 2px 14px 14px;
  border-style: solid;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  border-color: #D23D46 #D23D46 #D23D46 transparent;
  position: absolute;
  top: 0px;
  left: -14px; }

.team .wp-posts-carousel-categories {
  position: absolute;
  top: 10px;
  right: -3px;
  background: none repeat scroll 0% 0% #D23D46;
  padding: 3px 12px 2px 8px;
  font-size: 14px;
  color: #FFF;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25); }

.team .wp-posts-carousel-categories a {
  color: #fff; }

.team .wp-posts-carousel-buttons {
  text-align: center; }

.team .wp-posts-carousel-buttons a {
  padding-right: 5px; }

/*
* tags
*/
.team .wp-posts-carousel-tags {
  font-size: 12px; }

.team .wp-posts-carousel-tags a:before {
  font-family: "FontAwesome";
  font-size: 11px;
  content: "\f02c";
  padding-right: 7px; }

.team .wp-posts-carousel-tags a {
  padding: 2px 10px;
  background: #fafafa;
  color: #666;
  line-height: 24px;
  text-decoration: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  transition: all 0.3s ease 0s; }

.team .wp-posts-carousel-tags a:hover {
  color: #6E95B6; }

/*
* controls
*/
.team .owl-controls {
  *height: 0; }

/*
* navigation
*/
.team .owl-nav div:before {
  font-family: "FontAwesome";
  font-size: 40px;
  display: inline-block;
  content: "\f104"; }

.team .owl-controls .owl-nav div {
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  text-decoration: none;
  display: block;
  width: 0px;
  height: 55px;
  line-height: 52px;
  margin: -50px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.team .owl-controls .owl-nav .owl-prev {
  left: -50px;
  padding: 0px 24px 0px 8px; }

.team .owl-nav .owl-next:before {
  content: "\f105"; }

.team .owl-controls .owl-nav .owl-next {
  right: -50px;
  padding: 0px 22px 0px 10px; }

.team:hover .owl-controls .owl-nav .owl-prev {
  opacity: 0.7;
  left: 0px; }

.team:hover .owl-controls .owl-nav .owl-next {
  opacity: 0.7;
  right: 0px; }

.team:hover .owl-controls .owl-nav .owl-prev:hover,
.team:hover .owl-controls .owl-nav .owl-next:hover {
  opacity: 1; }

/*
* dots
*/
.team .owl-dots {
  margin-top: 10px;
  text-align: center; }

.team .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.team .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

.team .owl-dots .owl-dot.active span {
  background: #869791; }

.team .owl-dots .owl-dot:hover span {
  background: #869791; }

/*# sourceMappingURL=style.min.css.map */
