@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: "Karla", Arial, sans-serif;
  line-height: 1.8;
  font-size: 20px;
  background: #f0f0f0;
  /*background-image: url(images/photography.png);*/
  font-weight: 300;
  overflow-x: hidden;
  position: relative;
}
body.menu-show {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
}

#fh5co-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#fh5co-wrapper > div {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}
/* SCROLL */
::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
  /*background: lightblue; */
  background: rgb(0, 120, 192);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: lightblue; 
}

a {
  color: #539DDB;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: underline;
  color: #539DDB;
}
a:focus, a:active {
  outline: none;
}

th{
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

td {
    background-color: ;
    font-size: 15px;
    text-align: center;
    position: center;
    color: black;
    width: 10px;
}

p, span {
  margin-bottom: 1.5em;
  font-size: 18px;
  color: #727272;
  font-weight: 300;
  font-family: "Karla", Arial, sans-serif;
}

span {
  font-size: 18px;
  color: rgba(114, 114, 114, 0.8);
}

h1, h2, h3, h4, h5, h6 {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Playfair Display", Arial, serif;
  font-weight: 300;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

::-moz-selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

::selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

.sectionTitle{
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.sectionLine{
  width: 60px;
  height: 2px;
  background: black;
  margin-bottom: 50px;
  margin-top: 4px;
}

.aTagButtons{
  padding: 10px!important;
  background: black;
  color: white;
  font-size: 15px!important;
  text-transform: uppercase;
  border-radius: 4px;
  text-decoration: none;
}

.aTagButtons:hover{
  color: #ccc;
}

#fh5co-page {
  position: relative;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background: #fff;
}
.menu-show #fh5co-page {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

#fh5co-main-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.93);
  padding: 3em 0;
  z-index: 1002;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  overflow-y: scroll;
}
#fh5co-main-nav .fh5co-nav-toggle {
  position: absolute;
  top: 10px;
  right: 100px;
  padding: 20px;
  height: 50px;
  width: 50px;
  background: rgba(0, 0, 0, 0.5);
  line-height: 0;
  padding: 0 !important;
  visibility: hidden;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-main-nav .fh5co-nav-toggle:hover {
  background: rgba(0, 0, 0, 0.7);
}
#fh5co-main-nav .fh5co-nav-toggle i {
  top: 19px !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
  text-indent: 0;
}
#fh5co-main-nav .fh5co-nav-toggle.show {
  visibility: visible;
  opacity: 1;
}
.menu-show #fh5co-main-nav {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#fh5co-main-nav h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 0;
}
#fh5co-main-nav h1 .fh5co-logo {
  color: #fff;
}
#fh5co-main-nav h1 .fh5co-logo:hover {
  text-decoration: none;
}
#fh5co-main-nav ul {
  text-align: center;
  padding: 50px 0 50px 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #fh5co-main-nav ul {
    padding: 20px 0 0 0;
  }
}
#fh5co-main-nav ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  font-family: "Playfair Display", Arial, serif;
}
#fh5co-main-nav ul li a {
  display: block;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 30px;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  #fh5co-main-nav ul li a {
    font-size: 30px;
    padding: 10px 0;
  }
}
#fh5co-main-nav ul li a:hover, #fh5co-main-nav ul li a:active, #fh5co-main-nav ul li a:focus {
  color: white;
  outline: none;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #fh5co-main-nav ul li {
    display: block;
  }
}
#fh5co-main-nav .fh5co-social-icon a i {
  color: rgba(255, 255, 255, 0.5);
}

.fh5co-table {
  display: table;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-table {
    display: block !important;
    height: inherit !important;
    width: inherit !important;
  }
}
.fh5co-table .fh5co-table-cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .fh5co-table .fh5co-table-cell {
    display: block !important;
    height: inherit !important;
    width: inherit !important;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Karla", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn.btn-md {
  padding: 10px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
  color: #fff !important;
}

.btn-primary {
  background: #539DDB;
  color: #fff;
  border: 2px solid #539DDB;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #68a9df !important;
  border-color: #68a9df !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #539DDB;
  border: 2px solid #539DDB;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #539DDB;
  color: #fff !important;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.view-button .btn-outline {
  background: transparent;
  color: #000;
  border: 2px solid #000;
}
.view-button .btn-outline:hover, .view-button .btn-outline:focus, .view-button .btn-outline:active {
  background: #fff !important;
  color: #000 !important;
  border: 2px solid #000 !important;
}

header {
  width: 100%;
  position: absolute;
  top: 100px;
  padding: 0.5em 0;
  z-index: 2;
  background-color: transparent!important;
}
/*#home-header{
  border-top: 2px solid #337ab7;
}*/

.home-header-top-box{
  background-color: #000;
  height: 20px;
  padding: 0;
}

.small-navbar-box{ background: linear-gradient(90deg, rgba(0,120,192,1) 20%, rgba(69,201,245,1) 80%); }
.small-navbar-box a{ text-decoration: none; color: white; font-size: 12px; text-transform: uppercase; margin-left: 75px; }


.fh5co-staff h3 { font-size:10px; }
.slika{ width: 100px; margin-left: 10px;}

.nospace {
  margin: 0;
  /*padding: 0;*/
  list-style: none;
  white-space: nowrap;
}

.navbarButtons{
  color: white;
}

.navbarButtons ul li{
  color: white;
  list-style: none;
  display: inline-block;
  white-space: nowrap;
  /*margin-right: 10px;*/
  padding-right: 15px;
  /*border-right: 1px solid;*/
  font-size: 10px;
}

.navbarButtons ul li a{
  color: white;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 0px 0px 6px black;
}

.navbarButtons a{
  color: black;
  font-size: 15px;
}



@media screen and (max-width: 768px) {
  header p, header span {
    margin-bottom: 0em;
  }
}
header .fh5co-navbar-brand {
  float: left;
  width: 100%;
  position: relative;
  padding: 0;
}
header .fh5co-navbar-brand h1 {
  width: 20%;
  display: block;
  font-family: "Playfair Display", Arial, serif;
  margin-bottom: 0;
}
header .fh5co-navbar-brand .fh5co-logo {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}
header .fh5co-navbar-brand .fh5co-logo:hover {
  text-decoration: none !important;
  color: #fff !important;
}
header .fh5co-navbar-brand .fh5co-logo:active, header .fh5co-navbar-brand .fh5co-logo:focus {
  outline: none;
  text-decoration: none;
}
header .fh5co-navbar-brand .fh5co-logo span {
  font-size: 12px;
  letter-spacing: 4px;
  display: block;
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 20px;
}
header .fh5co-navbar-brand .fh5co-social-icon {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 50px;
}
header .fh5co-navbar-brand .fh5co-social-icon a {
  margin-bottom: 0;
}
@media screen and (max-width: 2992px) {
  header .fh5co-navbar-brand .fh5co-social-icon a i {
    color: rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 480px) {
  header .fh5co-navbar-brand .fh5co-social-icon {
    display: none;
  }
}



.navbar-button ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  background-color: #333;
}

.navbar-button ul li {float: right;}



.navbar-button ul li a {
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
  position: absolute !important;
  top: 0;
  right: 0;
  color: black;
  text-transform: uppercase;
  font-size: 18px;
}

.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: black;
}
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: black;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: rgba(255, 255, 255, 0.5);
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000;
  transition: all .2s ease-out;
}
.menu-show .fh5co-nav-toggle i {
  background: #fff;
  color: rgba(255, 255, 255, 0.5);
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.menu-show .fh5co-nav-toggle i::before, .menu-show .fh5co-nav-toggle i::after {
  background: #fff;
}
@media screen and (max-width: 992px) {
  #whiteColorMenu i {
        color: white;
    float: right;
    text-align: center;
    font-size: 33px;
  }
  #whiteColorMenu i::before, #whiteColorMenu i::after {
        color: white;
    float: right;
    text-align: center;
    font-size: 33px;
  }
}
.fh5co-nav-toggle .tm-menu {
    background: rgba(255, 255, 255, 0.8);
  }
  .fh5co-nav-toggle .tm-menu::before, .fh5co-nav-toggle .tm-menu::after {
    background: rgba(255, 255, 255, 0.8);
  }

.fh5co-nav-toggle.dark i {
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  background: #000;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  float: right;
  z-index: 1003;
  position: relative;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
    top: -5px;
    left: 110px;
  }
}

#fh5co-hero {
  width: 65%;
  margin-bottom: 5em;
  min-height: 500px;
  /*background: #fff url(../images/loader.gif) no-repeat center center;*/
  z-index: 1;
}
@media screen and (max-width: 992px) {
  #fh5co-hero {
    width: 100%;
  }
}
#fh5co-hero .btn {
  font-size: 24px;
}
#fh5co-hero .btn.btn-primary {
  padding: 14px 30px !important;
}
#fh5co-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#fh5co-hero .flexslider .slides {
  position: relative;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .flexslider .slides {
    overflow: hidden;
  }
}
#fh5co-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 700px;
  position: relative;
}
#fh5co-hero .flexslider .slides li:after {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  /*box-shadow: inset 0px 130px 30px #0000005c;*/
}
#fh5co-hero .flexslider .flex-control-nav {
  position: absolute;
  bottom: 1em;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .flexslider .flex-control-nav {
    bottom: 1em;
  }
}
#fh5co-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}
#fh5co-hero .flexslider .flex-direction-nav {
  display: none;
}
#fh5co-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  height: 700px;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .flexslider .slider-text {
    text-align: center;
  }
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  height: 700px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  color: black;
  text-shadow: 0 0 10px black;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 20px;
  }
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner p {
  color: black;
  text-shadow: 0 0 10px black;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner p .btn:hover {
  color: black !important;
  text-shadow: 0 0 10px black;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner span {
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 12px;
  display: block;
  margin-bottom: 20px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead a {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead a:hover {
  text-decoration: none;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .desc {
  padding: 2em!important;
  width: 75%;
  /*background: rgba(83, 157, 219, 0.9);*/
  /*background: linear-gradient(120deg, rgba(57,181,74,0.5) 20%, rgba(0,120,192,0.5) 50%, rgba(69,201,245,0.5) 80%);*/
  /*background: #0000008f!important;*/
  clip-path: polygon(0% 0%, 100% 0%, 100% 82%, 74% 82%, 74% 100%, 57% 82%, 0 82%);
  background: #ffffff8f!important;
  -webkit-box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 992px) {
  #fh5co-hero .flexslider .slider-text > .slider-text-inner .desc {
    padding: 0;
    background: none;
    width: 100%;
    -webkit-box-shadow: 0px 10px 30px -13px transparent;
    -moz-box-shadow: 0px 10px 30px -13px transparent;
    box-shadow: 0px 10px 30px -13px transparent;
    padding: 20px;
  }

  .navbarButtons{
    display: none!important;
  }
  .toggleNav{
    display: block!important;
  }
}

#fh5co-featured,
#fh5co-about,
#fh5co-blog,
#fh5co-contact-section,
#fh5co-work-section,
#fh5co-about-section,
#fh5co-map-section {
  padding-bottom: 2em;
}

#fh5co-intro-section {
  margin-bottom: 2em;
  padding-bottom: 2em;
}

#fh5co-blog, #fh5co-work-section {
  padding-top: 7em;
}

.fh5co-work-section {
  padding-top: 0 !important;
}

.fh5co-heading {
  margin-bottom: 3em;
}
.fh5co-heading h2 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.5;
}

.fh5co-bg-section {
  background: rgba(0, 0, 0, 0.05);
}

.intro-heading {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .intro-heading {
    font-size: 30px;
  }
}

@media screen and (max-width: 400px){
  #fh5co-about {
    padding-bottom: 4em;
  }
}

.post-entry {
  width: 100%;
  min-height: 700px;
  display: table;
}
@media screen and (max-width: 992px) {
  .post-entry {
    display: block;
    min-height: 400px;
  }
}
.post-entry .post-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 700px;
}
@media screen and (max-width: 768px) {
  .post-entry .post-image {
    display: block;
    height: 400px;
  }
}
.post-entry .display-tc {
  display: table-cell;
  vertical-align: middle;
  height: 700px;
  text-align: right;
}
@media screen and (max-width: 992px) {
  .post-entry .display-tc {
    display: block;
    vertical-align: none;
    text-align: left;
    height: inherit;
  }
}
.post-entry .desc {
  padding: 5em;
  background: rgba(83, 157, 219, 0.9);
  -webkit-box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.75);
}
.post-entry .desc h3 {
  color: #fff;
  font-size: 40px;
  line-height: 54px;
}
.post-entry .desc p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}
.post-entry .desc .date {
  display: block;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
@media screen and (max-width: 768px) {
  .post-entry .desc {
    padding: 1.5em;
  }
  .post-entry .desc h3 {
    font-size: 30px;
  }
}

.work {
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 200px;
  margin-bottom: 300px;
}

.work .view {
  width: 100%;
  height: 200px;
  display: table;
  opacity: 0;
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .work .view {
    opacity: 0;
  }
}
.work .view span, .work .view i {
  height: 200px;
  display: table-cell;
  vertical-align: middle;
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.work h3 {
  margin-top: 30px;
}
.work h3 a {
  color: #000;
}
.work:hover .view, .work:focus .view {
  opacity: 1;
}

.fh5co-counters {
  padding: 3em 0;
  background: #e6e6e6;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.fh5co-counters .heading-section h2 {
  color: #fff;
  font-weight: 400;
  font-size: 40px;
}
.fh5co-counters .fh5co-counter {
  font-size: 60px;
  display: block;
  color: #fff;
  font-family: "Karla", Arial, sans-serif;
  width: 100%;
  font-weight: 700;
  margin-bottom: .3em;
}
.fh5co-counters .fh5co-counter-label {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
}

.about-content {
  margin-bottom: 5em;
}

.fh5co-staff {
  margin-bottom: 30px;
}
.fh5co-staff a{
  font-size: 60px;
  padding: 25px;
  border-radius: 80px;
  background-color: #dff0d8;
}

.fh5co-staff i{
  width: 80px;
  height: 10px;
}
.contactForm{
  margin:50 auto;
  padding-top:200px;
  border:1px solid #F2F2F2;

}

.fh5co-staff img {
  margin-bottom: 20px;
  margin-left: 10px;
  background: #fff;
  /*-webkit-box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.21);*/
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-staff h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
.fh5co-staff p {
  padding: 10px;
  margin-bottom: 30px;
  font-size: 17px;
}
.fh5co-staff .role {
  color: #b3b3b3;
  margin-bottom: 30px;
  font-weight: normal;
  display: block;
  font-size: 16px;
}
.fh5co-staff:hover img {
  /*background: #6ec2e5;*/
}

.fh5co-blog {
  margin-bottom: 60px;
}
.fh5co-blog > a {
  display: block;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-blog > a img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-blog {
    width: 100%;
  }
}
.fh5co-blog .blog-text {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  padding: 30px;
  float: left;
  background: #fff;
  border: 1px solid rgb(#000, 0.2);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-blog .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
}
.fh5co-blog .blog-text span.comment {
  float: right;
  font-size: 14px;
}
.fh5co-blog .blog-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.fh5co-blog .blog-text span.comment a i {
  color: #539DDB;
  padding-left: 7px;
}
.fh5co-blog .blog-text span.posted_on {
  font-size: 13px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.fh5co-blog .blog-text h3 {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.fh5co-blog .blog-text h3 a {
  color: black;
}
.fh5co-blog .blog-text:hover {
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
}
.fh5co-blog .blog-text:hover h3 a {
  text-decoration: none;
}

.fh5co-social-icons {
  margin: 0;
  padding: 0;
}
.fh5co-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}
.fh5co-social-icons li a i {
  font-size: 20px;
}

.contact-info {
  margin-bottom: 4em;
  padding: 0;
}
.contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
  color: #727272;
}
.contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: #727272;
}
.contact-info li a {
  color: #727272;
}

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 2px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 300;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.form-control:focus, .form-control:active {
  box-shadow: none;
  border: 2px solid rgba(0, 0, 0, 0.8);
}

input[type="text"] {
  height: 50px;
}

.form-group {
  margin-bottom: 30px;
}

#footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4em 0;
}
#footer .section-title {
  font-size: 24px;
  font-weight: 400;
}
#footer ul {
  margin: 0;
  padding: 0;
}
#footer ul li {
  font-size: 18px;
  list-style: none;
  margin-bottom: 0;
}
#footer ul li a {
  color: #727272;
}
#footer ul li i {
  margin-right: 10px;
}
#footer .float {
  width: 50%;
  float: left;
}
@media screen and (max-width: 768px) {
  #footer .float {
    width: 100%;
  }
}
#footer .copy-right {
  padding-top: 4em;
}
#footer a {
  color: black;
}
#footer a:hover, #footer a:focus {
  text-decoration: none;
  color: #539DDB;
}
#footer .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#footer .form-inline .form-group .form-control {
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#footer #fh5co-header-subscribe #email {
  padding-right: 4em;
}
#footer #fh5co-header-subscribe button {
  position: absolute;
  top: 0;
  right: 10px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  background: #539DDB;
  border: none;
}
#footer #fh5co-header-subscribe button i {
  color: #fff;
  font-size: 25px;
}

.fh5co-social-icon a {
  padding: 0 5px;
}
.fh5co-social-icon a i {
  color: #000;
}
.fh5co-social-icon a:hover, .fh5co-social-icon a:focus {
  text-decoration: none;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.nopaddingbottom {
  padding-bottom: 0 !important;
}

.js .animate-box {
  opacity: 0;
}

#return-to-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  background: #49a83f;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 8px;
  font-size: 19px;
   -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 800px){
#return-to-top:hover i {
  color: #fff;
  top: 0px;
}
}

.gray-list{
  font-size: 18px;
  color: #727272;
  font-weight: 300;
  font-family: "Karla", Arial, sans-serif;
}

article {
  height: 170px;
}

article h6 {
  margin-bottom: -10px;
  font-size: 15px;
  font-family: sans-serif;
}

article em {
  font-size: 13px;
  font-family: sans-serif;
}
article img{
  margin-bottom: 10px;
  border-radius: 80px;
}


.articlepadding {
  padding-left: 8px;
  padding-right: 8px;
}

/* Library */
.main {
    max-width: 1000px;
    margin: auto;
}
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
h1 {
    font-size: 50px;
    word-break: break-all;
}

#myBooks .row {
    margin: 10px -16px;
}
.books-img {
    max-width: inherit;
    width: 100px;
    height: 100px;
}
.book-title{
  padding-top: 15px;
  text-align: center;
  margin: 10px;
  color: #404040;
  font-size: 15px;
}
.book-box{
  max-height:100px;
}
#author{
  text-align: center;
}

.text_container {
    display: block;
    width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.loader {
  background: none repeat scroll 0 0 #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; 
}
.loader .loader_inner {
  background-image: url("images/preloader.gif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  margin-left: -30px;
  left: 50%;
  top: 50%;
  position: absolute; 
} 
/* Add padding BETWEEN each column */
#myBooks .row,
#myBooks .row > .column {
    padding: 8px;
    display: inline-block;
}

/* Create three equal columns that floats next to each other */
.column {
    display: inline-block;
   /*width: 23%;
    padding: 8px;*/
}

#myBtnContainer
{
  /*margin-left: 23%;*/
  background-color: #39b54a;
  list-style-type: none;
    margin: 0;
    padding: 0;
    border-radius: 200px;
    color: white;
    text-align: center;
}

@media screen and (max-width: 2000px){
    .column {
        width: 23%;
        padding: 8px;
    }
    .content {
        background-color: white;
        padding: 10px;
        width: 204px;
    }
    .borderline{
    border: 1px solid rgb(0,120,192);
    margin-left: -15%;
    margin-right: -15%;
    }
}
@media screen and (min-width:1140px){
    .hoc{max-width:1140px;}
}
@media screen and (max-width:978px){
    .hoc{max-width:90%;}
}
@media screen and (max-width: 900px){
    .hoc{max-width:90%;}
    .column {
        width: 20%;
        padding: 8px;
    }
    .content {
        background-color: white;
        padding: 5px;
        width: 150px;
    }
    .imageresponsive {
        width: 150px;
    }

    .text_container {
      width: 267px!important;
    }
}
@media screen and (max-width: 700px){
    .column {
        width: 20%;
        padding: 8px;
        display: inline-block;
    }
    .content {
        background-color: white;
        padding: 5px;
        width: 150px;
    }
    .imageresponsive {
        width: 150px;
    }
    .navbarresponsive {
        margin-left: 0px;
    }
    #topbar{padding-top:15px; text-align:center;}
    #topbar ul{margin:0 0 15px 0; line-height:normal;}
}
@media screen and (max-width: 500px){
    .navbarresponsive {
        margin-left: -20px;
    }
    .booksresponsive {
        margin-left: -25px;
    }
    .column {
        float: all; 
        display: inline-block!important;
        width: 45%;
        display: inline-block;
    }
    .content {
        background-color: white;
        /*padding: 1px;
        width: 135px;*/
        margin-left: -30px;
    } 
    .borderline{
        border: 1px solid rgb(0,120,192);
        margin-left: 0%;
        margin-right: 0%;
    }
    .imageresponsive {
        width: 150px;
    } 
    .desc {
      padding: 20px;
    }
    #myBooks .row,
    #myBooks .row > .column {
        padding: 8px;
        display: inline-block;
        margin-left: 13px;
    }
}

@media screen and (max-width: 400px){
    .wrapper{width: 143%;}
    #topbar ul li{margin-bottom:2px; padding-right:0; border-right:none;}
    .navbarresponsive {
        margin-left: 0px;
    }
    .booksresponsive {
        margin-left: -10px;
    }
    .column {
        float: all; 
        width: 45%;
        display: inline-block;
        margin-left: 8px;
    }
    .content {
        background-color: white;
        padding: 1px;
        width: 160px;
    } 
    .imageresponsive {
        width: 100px;
    } 
    #myBooks .row,
    #myBooks .row > .column {
        padding: 8px;
        display: inline-block;
        margin-left: 0px;
    }
}

/* Clear floats after rows */ 
#myBooks .row:after {
    content: "";
    display: table;
    clear: both;
}

/* Content */
.content {
    background-color: white;
    padding: 10px;
    /*width: 150px;*/
} 

.column h2 {
      font-size: 24px;
      font-weight: 800;
      text-transform: uppercase;
      padding-bottom: .2em;
      color: #000;
  margin-top: 1%;
  margin-bottom:0%;
  margin-left:43%;
  font-family: Arial, Helvetica, sans-serif;
}
.column p{
  font-size: 12px;
  text-align: center;
}
.column strong{
  font-size: 20px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}
.column h4{
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}

.dropbtn {
  border: none;
  outline: none;
  padding: 14px 16px;
  cursor: pointer;
  background-color: transparent;
  color: white;
  font-weight: bold;
  text-decoration: none!important;
  font-family: Arial,Helvetica,sans-serif; 
}

.dropbtn1 {
  border: none;
  outline: none;
  padding: 14px 16px;
  cursor: pointer;
  background-color: transparent;
  color: white;
  font-weight: bold;
  text-decoration: none!important;
  font-family: Arial,Helvetica,sans-serif;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    /*min-width: 126px;*/
    margin-left: 8px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 10px;
    padding: 8px 0px;
}

.dropdown-content a {
    color: black;
    padding: 5px 17px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.dropdown-content a:hover {background-color: #ccc}

.dropbtn.active {
      /*border-bottom: 1.5px solid rgb(0,120,192);*/
      color: #0078c0;
}
.dropbtn1.active {
      /*border-bottom: 1.5px solid rgb(0,120,192);*/
      color: #0078c0;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    /*border-bottom: 1.5px solid rgb(0,120,192);*/
}
.dropdown:hover .dropbtn1 {
    /*border-bo*/
  }


/* Holiday */

.tooltiptext {
  width: 200px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 2px;
    position: absolute;
    z-index: 1;
    /* top: 150%; */
    left: 50%;
    margin-left: -100px;
    font-size: 12px;
}

.tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}
    .holidaysButtons a{
      margin-bottom: 1.5em;
      font-size: 18px;
      padding: 5px;
      /*color: #727272;*/
      font-weight: bold;
      font-family: "Karla", Arial, sans-serif;
      text-decoration: none;
    }
    .holidaysButtons a:hover{
      border-bottom: 1px solid black;
    }
    .loader {
  background: none repeat scroll 0 0 #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; 
}
.loader .loader_inner {
  background-image: url("images/preloader.gif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  margin-left: -30px;
  left: 50%;
  top: 50%;
  position: absolute; 
}

/* The Modal (Admin Books) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  /*margin: auto;*/
  padding: 20px;
  border: 1px solid #888;
  /*width: 80%;*/
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.bookBox {
padding: 30px 30px 0px 30px;
border-bottom: 1px solid black;
height: 300px;
}

#lista{
  background-size: cover!important;
}
.karpa-col{
  height: 100% !important;
  min-height: 200px !important;
}
@media screen and (max-width: 900px){
    #myList {
      width: 350px;
      column-count:2;
    }
}

@media screen and (min-width: 901px){
    #myList {
      width: 700px;
      column-count:3;
    }
}

#myList li {
/*margin-top: 10px;*/
margin-right: 10px;
font-size: 15px;
}


/*# sourceMappingURL=style.css.map 

