body {
    font-family: "Helvetica", sans-serif;
}

p {
    font-size: 14px;
}

.header {
    margin-top: 40px;
    padding-bottom: 40px;
}

.separator {
    height: 10px;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 97%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(97%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 97%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 97%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 97%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 97%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}

.main_nav {
    margin-left: 120px;
}

.main_nav li {
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    float: left;
}

.main_nav li a {
    text-decoration: none;
    color: black;
    line-height: 76px;
}

.selected_menu {
    color: #ff6600 !important;
}

.logo_orange {
    margin-top: 8px;
}

.logo_unia {
    margin-right: 40px;
}

.arrow-back {
    position: absolute;
    top: 28%;
}

.orange_text {
    color: #ff6600;
}

.photoholder {
    position: relative;
}

.photo_text_holder {
    position: absolute;
    top: 0;
    left: 10px;
}

.head_title {
    font-size: 44px;
    font-weight: 700;
    line-height: 50px;
}

.head_subtitle {
    font-size: 33px;
    font-weight: 700;
    line-height: 40px;
}

.big_head_title {
    font-size: 75px;
    color: white;
    line-height: 90px;
}

.big_head_subtitle {
    font-size: 26px;
}

.extra_bold_span {
    font-weight: 800;
}

.bold_span {
    font-weight: 700;
}

.photo_caption {
    font-size: 12px;
    color: #7C8BB0;
}

.content_text p{
  margin-bottom: 20px;
}
.content_text p, .circle li p {
    line-height: 22px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-50 {
    margin-top: 50px;
}

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

.margin-bottom-20 {
    margin-bottom: 20px;
}

.inner_link {
    text-decoration: underline;
    float: right;
}

.inner_link:hover {
    color: inherit;
}

.circle {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.circle li {
    background-image: url('http://uniaswiatlowodowa.pl/css/img/bullet.png');
    background-repeat: no-repeat;
    background-position: 5px 5px;
    padding-left: 30px;
}

.circle li span {
    font-size: 18px;
}

.circle li p {
    margin-top: 8px;
}

.equalheight {
    height: 300px;
}

.equalheight_2 {
    height: 600px;
}

.equalheight_3 {
    height: 400px;
}

.height_100 {
    height: 100px;
}

.vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.vertical-center-reset {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.download_btn {
    background-color: #ff6600;
    padding: 15px 5px 15px 5px;
    text-align: center;
}

.download_btn a {
    text-align: center;
    color: white;
    font-size: 30px;
    line-height: 30px;
}

.infoholder {
    text-align: center;
}

.infoholder p {
    font-size: 17px;
}

.menu_holder {
    position: relative;
}

.date {
    text-decoration: underline;
}

.text-justify {
    text-align: justify;
}

.hamburger {
    display: none;
}

.hamburger_news {
    display: none;
}

.mobile_menu {
    display: none;
    list-style-type: none;
}

.mobile_menu li {
    display: inline-block;
    padding: 10px;
}

.addmargin {
    margin-top: 3%;
}

.button{
  display: block;
  margin: 30px 0px;
  text-align: center;
  padding: 30px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.button:hover{
  text-decoration: none;
}
.button img{
  display: block;
  margin: auto;
}
.button .button-small{
  display: block;
  background: #f16e00;
  width: auto;
  width: 200px;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  text-decoration: none;
  padding: 17px 20px;
  margin: auto;
  margin-top: 20px;
  font-weight: bold;
  transition: all 0.5s ease-in-out;
}
.button:hover .button-small{
  background: #f48b33;
}
.button-orange:focus,
.button-orange:active,
.button-orange:visited,
.button-orange{
  border: solid 2px #ff7900;
  outline-color: #ff7900;
  outline-width: 0px; 
  outline-style: solid;
  text-decoration: none;
}
.button-orange:hover{
  border: solid 2px #f48b33;
  outline-color: #f48b33;
  outline-width: 6px;  
  outline-style: solid;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*media queries*/
@media (max-width: 1200px) {
    .main_nav li {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 1280px) {
    .equalheight {
        height: 350px;
    }

    .vertical-center-reset {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1200px) {

    .equalheight_2 {
        height: 700px;
    }

    .main_nav li {
        font-size: 17px;
      padding-left: 7px;
      padding-right: 6px;
    }
    .equalheight, .equalheight_2, .equalheight_3 {
        height: auto;
    }

    .vertical-center-reset {
        position: static;
        transform: none;
    }

    .logo_unia {
        margin-right: 0px;
        max-width: 100%;
    }

    .logo_holder {
        display: inline-block;
    }

    .head_subtitle {
        line-height: 40px;
    }
}

@media (max-width: 991px) {
    .content_text p, .circle li p {
        font-size: 16px;
        line-height: 21px;
    }

    .hide_nav {
        height: 0;
        overflow: hidden;
    }

    .hamburger {
        display: inline-block;
        position: absolute;
        right: 50px;
        top: 20px;
        display: inline-block;
        cursor: pointer;
    }

    .hamburger_news {
        display: inline-block;
        position: absolute;
        right: 50px;
        top: 5px;
        display: inline-block;
        cursor: pointer;
    }

    .arrow-back {
        bottom: 5px;
    }

    .open {
        z-index: 5;
        height: auto;
        margin: 0 auto;
        padding: 0;
    }

    .open li {
        display: block;
        float: none;
    }

    .open li a {
        text-align: center;
    }

    .open li a:hover {
        color: inherit;
    }

    .open li:hover {
        text-decoration: underline;
        cursor: pointer;
    }

    .add_margin {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .head_title.long_title {
        font-size: 24px;
        line-height: 27px;
    }
}

@media (max-width: 375px) {
    .download_btn a {
        text-align: center;
        color: white;
        font-size: 25px;
        line-height: 27px;
    }

    .big_head_subtitle {
        line-height: 27px;
    }

    .head_title {
        font-size: 24px;
        line-height: 27px;
    }

    .head_subtitle {
        font-size: 20px;
        line-height: 20px;
    }

    .header {
        margin-bottom: auto;
    }
}

@media (max-width: 325px) {
    .hamburger {
        right: 0px;
    }

    .hamburger_news {
        right: 40px;
    }
}
