/* ~/Content/piranya/default.css */
p, h1, h2, h3, h4, h5, h6 {
    padding: 0px;
    margin: 0px;
}

p {
    font-size: 0.8em;
}

body {
    line-height: 1.15;
}

input[type=checkbox] {
    margin: 0px;
}

input[type=submit] {
    margin: 0px;
}

input[type=text] {
    margin: 0px;
}

textarea {
    margin: 0px;
    overflow: auto;
}

.piranya-view, 
.piranya-view-content {
    width: 100%;
    position: relative;
}

.piranya-view .piranya-view-headline,
.piranya-view .piranya-view-description {
    float: left;
    clear: both;
}

.piranya-view .piranya-view-description-text {
    margin: 10px 0px;
    clear: both;
}

div.negative p,
p.negative {
    color: red;
}

div.positive p,
p.positive {
    color: #208220;
}

/*Start Views*/
.piranya-view-cookies .piranya-view-content h2, .piranya-view-cookies .piranya-view-content p
{
    margin-bottom: 10px;
}
/*End views*/
.piranya-align-children-center {
    /* Internet Explorer 10 */
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    /* Firefox */
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    /* Safari, Opera, and Chrome */
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    /* W3C */
    display: flex;
    box-pack: center;
    box-align: center;
     align-items: center;
    justify-content: center;
}

.piranya-no-user-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.piranya-icon-text {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hide,
.loaded .hide-after-ancestor-loaded,
.loaded > .hide-after-parent-loaded,
.loaded.hide-after-loaded {
    display: none;
}

.hide-under {
    position: absolute;
    z-index: -9999;
}

.p-loading {
    background-image: url('/content/v1.0.6655.212401/piranya/images/loading.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    min-height: 32px;
}

p .horizontal-ruler {
    width: 100%;
    border-bottom: 1px solid black;
    display: block;
    margin: 10px 0;
    float: left;
}

/* ~/Content/piranya/default-animations.css */
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* ~/Content/piranya/media-queries.css */
/* Landscape phones and down */
@media (max-width: 480px) {
    .piranya-ltw480-show {
        display: block !important;
    }

    .piranya-ltw480-hide {
        display: none !important;
    }

    .piranya-ltw480-full-width {
        width: 100% !important;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .piranya-ltw767-show {
        display: block !important;
    }

    .piranya-ltw767-hide {
        display: none !important;
    }

    .piranya-ltw767-full-width {
        width: 100% !important;
    }
}
@media (max-width: 640px) {
    .piranya-ltw640-show {
        display: block !important;
    }

    .piranya-ltw640-hide {
        display: none !important;
    }

    .piranya-ltw640-full-width {
        width: 100% !important;
    }
}
@media (max-width: 979px) {
    .piranya-ltw979-show {
        display: block !important;
    }

    .piranya-ltw979-hide {
        display: none !important;
    }

    .piranya-ltw979-full-width {
        width: 100% !important;
    }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .piranya-gtw768-ltw979-show {
        display: block !important;
    }

    .piranya-gtw768-ltw979-hide {
        display: none !important;
    }

    .piranya-gtw768-ltw979-full-width {
        width: 100% !important;
    }
}

@media (min-width: 481px) {
    .piranya-gtw481-show {
        display: block !important;
    }

    .piranya-gtw481-hide {
        display: none !important;
    }

    .piranya-gtw481-full-width {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .piranya-gtw768-show {
        display: block !important;
    }

    .piranya-gtw768-hide {
        display: none !important;
    }

    .piranya-gtw768-full-width {
        width: 100% !important;
    }
}
/* Large desktop */
@media (min-width: 980px) {
    .piranya-gtw980-show {
        display: block !important;
    }

    .piranya-gtw980-hide {
        display: none !important;
    }

    .piranya-gtw980-full-width {
        width: 100% !important;
    }
}

/* ~/Content/piranya/default-menu.css */
.piranya-menu {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin: 0 auto 0 auto;
    width: auto;
    display: inline-block;
}

    .piranya-menu > li {
        float: left;
    }

        .piranya-menu > li > a {
            display: inline-block;
            width: 100%;
            text-decoration: none;
        }

/*Piranya breadchrumb default style*/

.piranya-breadchrumb-wrapper {
    width: 100%;
    margin-bottom: 10px;
    font-size: 0.8em;
}

.piranya-breadchrumb-wrapper > * {
    float: left;
    line-height: 1em;
    font-size: 1em;
    text-decoration: none;
    width: auto;
    padding: 0.1em 0;
}

.piranya-breadchrumb-wrapper > .separator {
    padding: 0.15em 5px;
    width: auto;
    margin: 0;
}

/* ~/Content/piranya/default-form.css */
.piranya-input-container {
    width: 100%;
    margin-bottom: 10px;
}
.piranya-validation-container
{
    width: 100%;
}
.piranya-btn {
    padding: 5px 10px;
    cursor: pointer;
    border: none;
    background-color: black;
    color: white;
    white-space: normal;
}
.piranya-btn-disabled,
.piranya-btn.disabled,
.piranya-btn[disabled]
{
    cursor: pointer;
    opacity: 0.5;
}

.btn {
    cursor: pointer;
    transition: color 0.2s ease;
}

.piranya-input-container > label {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

input.piranya-checkbox {
    margin-right: 5px;
}

.piranya-txt, .piranya-textarea {
    width: 70%;
    padding-left: 2px;
}

.piranya-textarea {
    height: 100px;
}

.piranya-error-container {
    width: 100%;
    margin-bottom: 10px;
}

.piranya-label-must-be-filled {
    color: red;
}

.validation-message {
    color: red;
}

/* Search box */

div.piranya-searchbox {
    position: relative;
}

div.piranya-searchbox > input {
    padding: 3px 10% 3px 3px;
    font-size: inherit;
    color: inherit;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #ececec;
    border-radius: 3px;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

div.piranya-searchbox > .button-wrapper {
    position: absolute;
    right: 0;
    height: 100%;
}

div.piranya-searchbox button {
    height: 100%;
    padding: 0 15%;
    font-size: inherit;
    color: inherit;
    border: 0;
    background: none;
    cursor: pointer;
}

div.piranya-searchbox > input:focus {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
}

div.piranya-searchbox > .button-wrapper > button:hover {
    color: #66afe9;
}

/* End of search box */

/* p-radio and p-checkbox */

div.p-radio > input[type="radio"],
input.p-radio[type="radio"],
div.p-checkbox > input[type="checkbox"],
input.p-checkbox[type="checkbox"] {
    position: absolute;
    left: -9999px;
}

div.p-radio > input[type="radio"] + label,
input.p-radio[type="radio"] + label,
div.p-checkbox > input[type="checkbox"] + label,
input.p-checkbox[type="checkbox"] + label {
    position: relative;
    padding-left: 28px;
    padding-top: 2px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
}

div.p-radio > input[type="radio"] + label:before,
input.p-radio[type="radio"] + label:before,
div.p-checkbox > input[type="checkbox"] + label:before,
input.p-checkbox[type="checkbox"] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
    border: 1px solid #c3c3c3;
}

div.p-radio > input[type="radio"] + label:before,
input.p-radio[type="radio"] + label:before {
    border-radius: 100%;
}

div.p-radio > input[type="radio"] + label:after,
input.p-radio[type="radio"] + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #709bc5;
    position: absolute;
    top: calc(50% - 5px);
    left: 4px;
    border-radius: 100%;
    opacity: 0;
    transform: scale(0);
    transition: all 0.2s ease;
}

div.p-radio > input[type="radio"]:checked + label:after,
input.p-radio[type="radio"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

div.p-checkbox > input[type="checkbox"] + label:after,
input.p-checkbox[type="checkbox"] + label:after {
    content: '';
    position: absolute;
    opacity: 0;
    left: 7px;
    top: calc(50% - 6px);
    width: 4px;
    height: 10px;
    border: solid #709bc5;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(0);
    transition: all 0.2s ease;
}

div.p-checkbox > input[type="checkbox"]:checked + label:after,
input.p-checkbox[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

/* end of p-radio and p-checkbox */

/* p-toggle-boxes */

ul.p-toggle-boxes {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.p-toggle-boxes > li,
div.p-toggle-box {
    float: left;
    width: 100%;
    margin: 0;
    border: 1px solid #ececec;
    border-radius: 2px;
    padding: 7px 9px;
    box-sizing: border-box;
    transition: all 0.5s ease;
    max-height: 45px;
    overflow: hidden;
}

ul.p-toggle-boxes > li p,
div.p-toggle-box p {
    line-height: 1.15;
}

ul.p-toggle-boxes > li:not(:first-child),
div.p-toggle-box:not(:first-child) {
    margin-top: 5px;
}

ul.p-toggle-boxes > li:not(.has-content),
div.p-toggle-box:not(.has-content) {
    display: flex;
    align-items: center;
}

ul.p-toggle-boxes > li:not(.disabled),
ul.p-toggle-boxes > li:not(.disabled) > div.p-radio,
ul.p-toggle-boxes > li:not(.disabled) > div.p-radio > input[type="radio"],
ul.p-toggle-boxes > li:not(.disabled) > div.p-checkbox,
ul.p-toggle-boxes > li:not(.disabled) > div.p-checkbox > input[type="checkbox"],
div.p-toggle-box:not(.disabled),
div.p-toggle-box:not(.disabled) > div.p-radio,
div.p-toggle-box:not(.disabled) > div.p-radio > input[type="checkbox"],
div.p-toggle-box:not(.disabled) > div.p-checkbox,
div.p-toggle-box:not(.disabled) > div.p-checkbox > input[type="checkbox"] {
    cursor: pointer;
}

ul.p-toggle-boxes > li > div.p-radio,
ul.p-toggle-boxes > li > div.p-checkbox,
div.p-toggle-box > div.p-checkbox {
    float: left;
}

ul.p-toggle-boxes > li > .content,
div.p-toggle-box > .content {
    padding: 0;
}

ul.p-toggle-boxes > li > .right,
div.p-toggle-box > .right {
    float: right;
    margin-left: auto;
    padding: 0;
}

ul.p-toggle-boxes > li.selected:not(.disabled),
div.p-toggle-box.selected:not(.disabled) {
    border-color: #709bc5;
    max-height: 150px;
}

ul.p-toggle-boxes > li.selected:not(.disabled) > .content,
ul.p-toggle-boxes > li.selected:not(.disabled) > .right,
div.p-toggle-box.selected:not(.disabled) > .content,
div.p-toggle-box.selected:not(.disabled) > .right {
    color: #709bc5;
}

ul.p-toggle-boxes > li > *,
ul.p-toggle-boxes > li > .content .choice,
ul.p-toggle-boxes > li > .right.choice,
ul.p-toggle-boxes > li > .right .choice,
div.p-toggle-box > *,
div.p-toggle-box > .content .choice,
div.p-toggle-box > .right.choice,
div.p-toggle-box > .right .choice {
    opacity: 1;
    transition: all 0.5s ease;
}

ul.p-toggle-boxes > li.disabled > *,
div.p-toggle-box.disabled > * {
    opacity: 0.3;
}

ul.p-toggle-boxes > li:not(.selected):not(.disabled) > .right,
div.p-toggle-box:not(.selected):not(.disabled) > .right {
    opacity: 0.7;
}

ul.p-toggle-boxes > li:not(.selected) > .content,
ul.p-toggle-boxes > li:not(.selected) > .content .choice,
ul.p-toggle-boxes > li:not(.selected) > .right .choice,
div.p-toggle-box:not(.selected) > .content,
div.p-toggle-box:not(.selected) > .content .choice,
div.p-toggle-box:not(.selected) > .right.choice,
div.p-toggle-box:not(.selected) > .right .choice {
    opacity: 0;
    display: none;
}

ul.p-toggle-boxes > li > .content,
ul.p-toggle-boxes > li > .content > .choice,
div.p-toggle-box > .content,
div.p-toggle-box > .content > .choice {
    width: 100%;
    float: left;
}

ul.p-toggle-boxes > li.selected > .content,
ul.p-toggle-boxes > li.selected > .content > :not(:first-child):not(.empty),
div.p-toggle-box.selected > .content,
div.p-toggle-box.selected > .content > :not(:first-child):not(.empty) {
    margin-top: 10px;
}

ul.p-toggle-boxes > li select,
div.p-toggle-box select {
    padding: 6px 5px;
    margin: 0;
    font-size: 0.9em;
    border-radius: 0;
    box-sizing: border-box;
    width: 100%;
}

ul.p-toggle-boxes > li input[type="text"],
div.p-toggle-box input[type="text"] {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

/* end of p-toggle-boxes */

/* ~/Content/piranya/styles/localization.css */
body.language-da .language-da-hide,
body.language-de .language-de-hide,
body.language-en .language-en-hide,
body.language-nl .language-nl-hide
{
    display: none;
}

body.language-da .language-da-show,
body.language-de .language-de-show,
body.language-en .language-en-show,
body.language-nl .language-nl-show
{
    display: block;
}

/* ~/Content/dynamic/fonts */
@font-face {
 font-family: 'Myriadpro_regular';
 src: url('/File/11964/MyriadPro-Regular.ttf?ticks=636475002050000000') format('truetype');
}

@font-face {
 font-family: 'Myriadpro_Bold';
 src: url('/File/11965/MyriadPro-Bold.ttf?ticks=636475002050000000') format('truetype');
}

/* ~/Content/Piranya/WebViews/Users/PiranyaUserAdministration.css */
.piranya-selectbox {
    width: 70%;
}

#piranya-select-birthdate-day {
    width: 22%;
    margin-right: 2%;
    float: left;
}
#piranya-select-birthdate-month {
    width: 50%;
    margin-right: 2%;
    float: left;
}

#piranya-select-birthdate-year {
    width: 24%;
    float: left;
}

.piranya-profile-picture-container > input {
    width: 100%;
}

/*User actions*/
.piranya-user-actions
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.piranya-view-users-saved-addresses .piranya-view-content > * {
    float: left;
    clear: both;
    margin-bottom: 10px;
}

.piranya-view-users-saved-addresses h3,
.piranya-view-users-saved-addresses a {
    float: left;
    margin-right: 10px;
}

/* ~/Content/Piranya/WebViews/Users/PiranyaLogin.css */

.piranya-user-login-view-seperator {
    left: 50%;
    top: 0%;
    height: 100%;
    position: absolute;
    border-left: 1px dotted black;
}

.piranya-user-login-view-seperator > p {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 50%;
    left: -32px;
    background-color: white;
    width: 60px;
    text-align: center;
    margin-top: -15px;
}

.piranya-view-users-login {
    display: flex;
    justify-content: center;
}

.piranya-login-group {
    width: 100%;
    max-width: 340px;
    background: white;
    box-sizing: border-box;
    padding: 20px;
    display: inline-block;
}

    .piranya-login-group h1.piranya-view-headline,
    .piranya-login-group label,
    .piranya-login-group a {
        color: black;
    }

    .piranya-login-group h1 {
        width: 100%;
    }

.piranya-user-login-view-container .piranya-txt {
    width: 100%;
    box-sizing: border-box;
}

.piranya-user-login-view:not(.register) .register {
    display: none;
}

.piranya-social-media-login-wrapper .piranya-facebook-link {
    background-size: cover;
    background-position: center;
}

.piranya-social-media-login-wrapper .separator {
    height: 25px;
    text-align: center;
    position: relative;
    margin-top: 8px;
    width: 100%;
}

.piranya-social-media-login-wrapper .separator .text {
    display: inline-block;
    font-size: 1em;
    overflow: hidden;
    text-align: center;
	width: 100%;
    color: black;
}

.piranya-social-media-login-wrapper .separator .text:before,
.piranya-social-media-login-wrapper .separator .text:after {
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
    background-color: #333;
}
.piranya-social-media-login-wrapper .separator .text:before {
    right: 0.5em;
    margin-left: -50%;
}
.piranya-social-media-login-wrapper .separator .text:after {
    left: 0.5em;
    margin-right: -50%;
}

.piranya-user-login-view-inner-container {
}

.piranya-user-login-view-remember-container {
    width: 100%;
}

.piranya-user-login-view-action-container a {
    clear: both;
    float: left;
}

.piranya-user-login-view-signup-forgot-password, .piranya-user-login-view-signup
{
    font-size: .9em;
    margin-bottom: 10px;
}

.piranya-user-login-view-signup 
{
    margin-top: 10px;
}

.piranya-user-login-view-signup-forgot-password:hover, .piranya-user-login-view-signup:hover
{
    text-decoration: underline;
}

.piranya-user-login-view-signup {
    margin: 10px 0px;
}

.piranya-btn-login-wrapper {
    width: 100%;
}

.piranya-btn-login-wrapper > input {
    float: left;
}

.piranya-user-login-view-login, .piranya-user-login-view-guest {
    display: block;
}


@media only screen and (max-width: 979px) {
    .piranya-user-login-view-seperator {
        display: none;
    }

    .piranya-view-users-login .piranya-view-content .piranya-grid .piranya-col {
        width: 100%;
    }

    .piranya-user-login-view-inner-container {
        float: left;
    }
}

/* /content/dynamic/1.css */
.model-wrapper {
  text-align: center;
  margin-top: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #d4d0d0; }

section {
  box-sizing: border-box; }

body:not(.piranya-page-home) section {
  padding: 30px 20px; }

body .circle .fa {
  color: #99cc33; }

.piranya-col.span_1_of_4.social {
  display: flex;
  flex-direction: column; }

.piranya-col.span_1_of_4.social #socialmedia {
  margin-top: 20px; }

.piranya-page-home #piranya-page .piranya-grid {
  align-items: center;
  display: flex;
  flex-wrap: wrap; }

.circle {
  border-radius: 50%;
  height: 33px;
  width: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  margin-right: 10px; }

.front-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0; }

#contact-form {
  width: 100%; }

.tp-leftarrow tparrows zeus noSwipe {
  display: none; }

body.piranya-page-home #header-wrapper {
  height: 100vh; }

body #header-wrapper {
  width: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  height: 35vh; }

#Phone-Btn {
  padding: 10px 30px; }

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

.open-hours td {
  padding-bottom: 10px;
  font-size: 15px;
  color: white; }

.open-hours tr:not(:first-child) td {
  padding-top: 10px; }

.open-hours p {
  font-size: 15px;
  color: white; }

#contact-map {
  height: 350px;
  width: 100%; }

#contact-map.frontpage {
  width: 48%; }

#contact-front-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%; }

table {
  width: 100%; }

#contact-front {
  float: right;
  width: 48%; }

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

#time-order a {
  color: #0f5f5e;
  font-size: 0.9em;
  padding-left: 5px; }

.white-content p {
  color: white;
  float: left;
  margin-top: 5px;
  padding-left: 5px;
  padding-right: 20px; }

.white-content img {
  margin-right: 5px;
  float: left; }

#time-order.white-content p {
  padding-left: 5px; }

.white-content1 img {
  margin-right: 5px;
  float: left; }

#time-order {
  float: right; }

#phone-adress-wrapper {
  width: 100%; }

#bar {
  width: 100%;
  padding: 20px 0;
  background-color: #495154; }

#slider-wrapper {
  width: 100%; }

@-webkit-keyframes fadein {
  0% {
    -webkit-opacity: 0; }
  100% {
    -webkit-opacity: 1; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

body, html {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  font-family: opensans; }

body.piranya-page-home {
  background-color: #fdfdfd; }

ul {
  padding: 0;
  margin: 0; }

#about-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#about-wrapper ul li {
  margin: 0;
  padding: 0;
  background: url("/image/11495") no-repeat 0 0;
  padding-left: 30px;
  min-height: 30px; }

#info-text ul li {
  margin: 0;
  padding: 0;
  background: url("/image/11576") no-repeat 0 0;
  padding-left: 30px;
  list-style-type: none;
  min-height: 30px; }

#main-wrapper {
  width: 100%;
  min-height: 100%;
  background: #efefef !important; }

body:not(.piranya-page-home) #main-wrapper {
  background-color: white; }

#main {
  width: 100%;
  height: 100%;
  padding-bottom: 0px; }

div {
  float: left; }

#piranya-page {
  height: 100%;
  width: 100%;
  opacity: 0;
  animation-duration: 100ms;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: fadein;
  -webkit-animation-duration: 100ms;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-name: fadein;
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms; }

#page-wrapper {
  width: 100%; }

body .center {
  position: relative;
  max-width: 1200px;
  width: 97%;
  float: none;
  margin: 0px auto; }

.top-image {
  width: 100%;
  display: block;
  left: 0; }

#topbar {
  width: 100%;
  position: absolute;
  bottom: 5px;
  left: 0px;
  z-index: 1000;
  display: flex;
  justify-content: center;
  min-height: 56px; }
  @media (max-width: 979px) {
    #topbar {
      position: fixed;
      bottom: auto;
      top: 0; } }

#topbar > div {
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 20px; }

#logo-wrapper {
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  margin-top: 2rem; }

#logo-wrapper img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

#logo {
  text-align: center;
  max-width: 80%; }

/*Frontpage forms*/
.light-wrapper {
  background-color: white;
  width: 100%; }

.light-wrapper:first-of-type {
  padding: 30px 20px; }

.light-wrapper:first-of-type .front-text a {
  margin-left: 20%; }

.grey-wrapper {
  background-color: #efefef;
  width: 100%; }

.light-wrapper img, .grey-wrapper img {
  vertical-align: top; }

.green-line-bottom {
  background: url("/image/11076") bottom center no-repeat;
  padding-bottom: 10px; }

.caption .tp-caption .very_big_white .lfl .stl p {
  color: white; }

#subpage-text {
  margin-top: 50px; }

@media (max-width: 767px) {
  #header-wrapper {
    min-height: 0; } }

@media (max-width: 800px) {
  .light-wrapper:last-of-type .piranya-grid {
    flex-flow: column-reverse; }
  .light-wrapper:first-of-type .front-text a {
    margin-left: auto; }
  #logo {
    text-align: center;
    max-width: calc(100% - 0px); } }

/* RESPONSIVE - HTML */
.flex-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start; }

.flex-container > div {
  background-color: none;
  margin: 10px;
  border: 1px solid #cc6600;
  text-align: center;
  justify-content: center;
  flex: 0 0 calc(20% - 22px);
  overflow: hidden;
  background: #ffffff; }

.flex-container > div img {
  width: 100% !important;
  height: auto; }

t1 {
  font-size: 1rem;
  line-height: 3rem;
  text-transform: uppercase !important;
  color: #cc6600;
  margin-top: 10px !important;
  font-weight: 600; }

@media (max-width: 360px) {
  .flex-container > div {
    flex: 0 0 100%; } }

@media (min-width: 360px) and (max-width: 520px) {
  .flex-container > div {
    flex: 0 0 calc(50% - 22px); } }

@media (min-width: 520px) and (max-width: 680px) {
  .flex-container > div {
    flex: 0 0 calc(33.3333% - 22px); } }

@media (min-width: 680px) and (max-width: 900px) {
  .flex-container > div {
    flex: 0 0 calc(25% - 22px); } }

.light-wrapper:first-of-type {
  background: #efefef none repeat scroll 0 0; }

/* RESPONSIVE - HTML */
.flex-container2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start; }

.flex-container2 > div {
  background-color: none;
  margin: 10px;
  border: 1px solid #cc6600;
  text-align: center;
  justify-content: center;
  flex: 0 0 calc(33.3333% - 22px);
  overflow: hidden;
  background: #ffffff; }

.flex-container2 > div img {
  width: 100% !important;
  height: auto; }

t1 {
  font-size: 1rem;
  line-height: 3rem;
  text-transform: uppercase !important;
  color: #cc6600;
  margin-top: 10px !important;
  font-weight: 600; }

@media (max-width: 360px) {
  .flex-container2 > div {
    flex: 0 0 100%; } }

@media (min-width: 360px) and (max-width: 520px) {
  .flex-container2 > div {
    flex: 0 0 calc(100%); } }

@media (min-width: 520px) and (max-width: 680px) {
  .flex-container2 > div {
    flex: 0 0 calc(50% - 22px); } }

@media (min-width: 680px) and (max-width: 900px) {
  .flex-container2 > div {
    flex: 0 0 calc(33.3333% - 22px); } }


/* /content/dynamic/16.css */
.btn-animation, .piranya-btn
{
    border-radius: 3px;
    color: white;
    background-color: #cc6600;
    text-transform: uppercase;
    padding: 10px 40px;
    margin: 0 auto;
    clear: both;
}
#dealwrap-btn
{
    float:left;
}
a.piranya-btn:hover
{
    text-decoration: none;
}
.error input, .error textarea
{
    background-color: #ff9595;
}
input[type=submit].piranya-btn
{
    margin: 0 auto;
}
.piranya-txt, .piranya-textarea
{
    width: 100%;
}
.btn-animation:hover, .piranya-btn:hover
{
    opacity: 0.8;
}
input.piranya-btn
{


}
input, textarea
{
    font-family: Myriadpro_regular;
}
form
{
    width: 100%;
}
textarea
{
    min-height: 100px;
}
label
{
    font-size: 0.8em;
    color: #737373;
    font-family: myriad_pro_regular;
    font-weight: bold;
}
.piranya-view-form-wrapper div[data-error]
{
    font-size: 0.8em;
}

.piranya-txt
{

    min-height: 10px;
    color: #666666;
    letter-spacing: 1px;
    border-radius: 3px;
    font-weight: 400;
    padding: 10px;
    border: 1px solid #D0D0D0;
    background-color: #FBFBFB;
    width:100%;
    font-family:'Myriadpro_regular';
}
/*input.piranya-txt, textarea.piranya-textarea, textarea.piranya-txt
{
    width: calc(100% - 6px);
}
textarea.piranya-txt
{
    width: calc(100% - 6px);
}*/

input::placeholder {
  color: black;
  font-family:'Myriadpro_regular';
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: red;
}

/* /content/dynamic/17.css */
@font-face {
    font-family: 'myriad_pro_bold';
    src: url('/file/11524');
    src: url('/file/11524?#iefix') format('embedded-opentype'),
         url('/file/11527') format('woff'),
         url('/file/11526') format('truetype'),
         url('/file/11525#myriad_pro_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'myriad_pro_regular';
    src: url('/file/11520');
    src: url('/file/11520?#iefix') format('embedded-opentype'),
         url('/file/11523') format('woff'),
         url('/file/11522') format('truetype'),
         url('/file/11521#myriad_pro_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'oswald-light';
    src: url('/file/8199');
    src: url('/file/8199?#iefix') format('embedded-opentype'),
         url('/file/8203') format('woff2'),
         url('/file/8202') format('woff'),
         url('/file/8201') format('truetype'),
         url('/file/8200#oswald_light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oswald_regular';
    src: url('/file/8204');
    src: url('/file/8204?#iefix') format('embedded-opentype'),
         url('/file/8208') format('woff2'),
         url('/file/8207') format('woff'),
         url('/file/8206') format('truetype'),
         url('/file/8209#oswald_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'tahomabd';
    src: url('/file/8612');
    src: url('/file/8612?#iefix') format('embedded-opentype'),
         url('/file/8614') format('woff'),
         url('/file/8615') format('truetype'),
         url('/file/8616#tahomabd') format('svg');
    font-weight: normal;
    font-style: normal;
}
h1, h2, h3
{

}
p, label, li, div, a, input, textarea, select
{
    font-family:'Myriadpro_regular';
    font-size:1em;
    font-weight: normal;
}
p
{
    line-height:20px;
     color:black;   
  font-family:'Myriadpro_regular';
}

h1
{
font-size:1.8em;
color: black;
font-family:'Myriadpro_Regular';
line-height:3rem;
}
h2
{
font-size:1.3em;
color: black;
font-family:'Myriadpro_Regular';
line-height:24px;
}
h3
{
font-size:1.4em;
color: #0f5f5e;
font-family:'Myriadpro_Bold';
}
h4
{
  color:white;
    font-size: 0.9em;
    border-bottom: 1px solid #747474;
    font-family:'Myriadpro_regular';
}
h5
{
    color:white;
    font-size: 1.4em;
    tex-align: left;
    font-family:'Myriadpro_regular';
}



a
{
    color: black;
    text-decoration: none;
        font-family:'Myriadpro_regular';
}
a:hover
{
    text-decoration: underline;
}

ul
{
      list-style-type: none;
}
ul.styled-bullets li
{
    background: url(/image/11576) left top no-repeat;
    padding-left: 30px;
    min-height: 30px;
}

#info-text ul.styled-bullets li
{
    background: url(/image/11576) left top no-repeat;
    padding-left: 30px;
    min-height: 30px;
}

::-webkit-input-placeholder {
   color: #0f5f5c;
}
:-moz-placeholder { /* Firefox 18- */
   color: #0f5f5c;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #0f5f5c;  
}

:-ms-input-placeholder {  
   color: #0f5f5c;  
}

.btn-center {
    text-align: center;
}

.REF-TEKST > p {
    font-size: 1.3rem;
    line-height: 2rem;
}

/* /content/dynamic/18.css */
#piranya-menu-1 a
{
    font-family: 'Myriadpro_regular';
}
@media (max-width: 979px)
{
    .piranya-menu-wrapper.responsive > ul:not(.open)
    {
        right: 10px;
        position: absolute;
    }
    div.piranya-menu-wrapper.responsive
    {
        position: relative;
    }
    div.piranya-menu-wrapper.responsive > ul.open
    {
        background-color: #495154; 
    }
    div.piranya-menu-wrapper.responsive > ul
    {
        color: white;
        position: relative;
        top: auto;
        right: auto;
    }
    .piranya-menu-wrapper.responsive ul.open li
    {
        position: relative;
    }
    .piranya-menu-wrapper.responsive ul.open li:before
    {
        position: absolute;
        left: 10px;
        top: 5px;
    }
}
@media (min-width: 980px)
{
    div.piranya-menu-wrapper.responsive
    {
        width: auto;
 
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
    }
    .piranya-menu-wrapper
    {
        float: right;
        margin-top:10px;
    }
    #topbar #piranya-menu-1 > ul {
        position: relative;
    }
    #topbar #piranya-menu-1 ul
    {
        overflow: hidden;
        list-style-type: none;
        height: 0px;
        z-index: 1000;
        left: 0;
        top: 100%;
        -webkit-transition: height 0.4s linear;
        -moz-transition: height 0.4s linear;
        -ms-transition: height 0.4s linear;
        -o-transition: height 0.4s linear;
        transition: height 0.4s linear;
    }
    #piranya-menu-1 > li > i
    {
        display: none;
    }
    #piranya-menu-1 li:not(:last-child)
    {
        margin-right: 5px;
        padding-right: 10px;
    }
    #piranya-menu-1 > li
    {
        padding: 0px 20px 0 0;
        position: relative;
    }
    #piranya-menu-1 > li.piranya-menu-item-selected
    {
        border-radius: 5px 5px 5px 5px;
    }
    #piranya-menu-1 ul li {
        background-color: rgba(255,255,255,0.8);
    }

    #piranya-menu-1 a
    {
        color: white;
        font-size:1.1em;
        padding-left: 30px;
        line-height: 45px;
        vertical-align: middle;
        float: left;
        letter-spacing: 1px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
        #piranya-menu-1 > li.piranya-menu-item-selected a
    {
        color:white;
    }
    #topbar #piranya-menu-1 > li:not(.piranya-menu-item-selected) > a:hover
    {
        color: #cc6600;
    }
    #topbar #piranya-menu-1 li:hover ul
    {
        height: 50px;
        padding-top: 14px;
    }
    #topbar #piranya-menu-1 ul li
    {
        float: left;
        width: 100%;
        clear: left;
    }
    #topbar #piranya-menu-1 ul a
    {
        display: block;
        white-space: nowrap;
        font-size: 1em;
        width: 100%;
        float: left;
    }
    #topbar #piranya-menu-1 ul a:hover
    {
        text-decoration: none;
    }
}
/*Custompage submenu*/
#submenu-wrapper
{
    width: 100%;
}
#submenu-wrapper .piranya-menu-wrapper
{
    width: 100%;
    float: left;
}
#submenu-wrapper #piranya-menu-1 li
{
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}
#submenu-wrapper #piranya-menu-1 ul li
{
    margin-bottom: 10px;  
}
#submenu-wrapper #piranya-menu-1 li a
{
    width: calc(100% - 20px);
        line-height: 45px;
    font-size: 1.2em;
    background-color: #484848;
    vertical-align: middle;
    float: left;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 10px;
    font-family: Myriadpro_regular;
    color: black;
    background: #f5f5f5 url('/image/8262') calc(100% - 10px) center no-repeat;
}
#submenu-wrapper #piranya-menu-1 li a:hover, #submenu-wrapper #piranya-menu-1 li.piranya-menu-item-selected a
{
    text-decoration: none;
    background: #ff8900 url('/image/8263') calc(100% - 10px) center no-repeat;
}
#submenu-wrapper #piranya-menu-1 > li > a, #submenu-wrapper #piranya-menu-1 > li > i
{
    display: none;
}
#submenu-wrapper #piranya-menu-1 > li ul
{
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/* /content/dynamic/19.css */
@media screen and (max-width: 600px) {

}

/* /content/dynamic/22.css */
@media (max-width: 767px)
{
    div.piranya-page318-0, div.piranya-page320-0, div.piranya-page316-0, div.piranya-page319-0
    {
        width: 100%;
        margin: 0;
        max-width: none;
    }
    .piranya-page301-0, .piranya-page309-0, .piranya-page310-0, .piranya-page311-0, .piranya-page312-0, .piranya-page313-0, .piranya-page314-0, .piranya-page315-0, .piranya-page300-0
    {
        display: none;
    }
    div#frontpage-box-wrapper
    {
        margin-top: 0;
    }
    div#time-order
    {
        float: left;
    }
}
@media (min-width: 481px) and (max-width: 979px)
{
    img#subpage-graphic
    {
        top: 220px;
    }
    div#menu-bar
    {
        background-color: transparent;
        width: 100%;
        top: 130px;
    }
    img#arrow,
    img#call
    {
        display: none;
    }
}
@media (min-width: 601px)
{
    .piranya-gtw601-hide
    {
        display: none;
    }
}
@media (max-width: 600px)
{
    .piranya-ltw600-hide
    {
        display: none;
    }
}
@media (min-width: 481px)
{
    #piranya-menu-1 .piranya-menu-item-icon
    {
        display: none;
    }
}

/* piranya/grid-responsive */


.piranya-grid
{
    width: 100%;
}

.piranya-grid > .p-layout-container {
    min-height: 1px;
}

.piranya-section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

.piranya-group:before,
.piranya-group:after {
    content: "";
    display: table;
}

.piranya-group:after {
    clear: both;
}

.piranya-group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.piranya-col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

.piranya-col:first-child {
    margin-left: 0;
}

.piranya-col.align {
    text-align: center;
}

.piranya-col > .align {
    margin: 0 auto;
    float: none;
    text-align: initial;
}

/* all browsers except IE6 and lower */

/*Grid*/
/*  GRID OF ONE   ============================================================================= */
.span_1_of_1 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

/*  GRID OF TWO   ============================================================================= */
.span_2_of_2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_1_of_2 {
    width: 49.2%;
}

/*  GRID OF THREE   ============================================================================= */
.span_3_of_3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_2_of_3 {
    width: 66.1333333333333%;
}

.span_1_of_3 {
    width: 32.2666666666667%;
}

/*  GRID OF FOUR   ============================================================================= */
.span_4_of_4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_3_of_4 {
    width: 74.6%;
}

.span_2_of_4 {
    width: 49.2%;
}

.span_1_of_4 {
    width: 23.8%;
}

/*  GRID OF FIVE   ============================================================================= */
.span_5_of_5 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_4_of_5 {
    width: 79.68%;
}

.span_3_of_5 {
    width: 59.36%;
}

.span_2_of_5 {
    width: 39.04%;
}

.span_1_of_5 {
    width: 18.72%;
}

/*  GRID OF SIX   ============================================================================= */
.span_6_of_6 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_5_of_6 {
    width: 83.0666666666667%;
}

.span_4_of_6 {
    width: 66.13333333333333%;
}

.span_3_of_6 {
    width: 49.2%;
}

.span_2_of_6 {
    width: 32.2666666666667%;
}

.span_1_of_6 {
    width: 15.3333333333333%;
}

/*  GRID OF SEVEN   ============================================================================= */
.span_7_of_7 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_6_of_7 {
    width: 85.4857142857143%;
}

.span_5_of_7 {
    width: 70.9714285714286%;
}

.span_4_of_7 {
    width: 56.4571428571429%;
}

.span_3_of_7 {
    width: 41.9428571428572%;
}

.span_2_of_7 {
    width: 27.4285714285714%;
}

.span_1_of_7 {
    width: 12.9142857142857%;
}

/*  GRID OF EIGHT   ============================================================================= */
.span_8_of_8 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_7_of_8 {
    width: 87.3%;
}

.span_6_of_8 {
    width: 74.6%;
}

.span_5_of_8 {
    width: 61.9%;
}

.span_4_of_8 {
    width: 49.2%;
}

.span_3_of_8 {
    width: 36.5%;
}

.span_2_of_8 {
    width: 23.8%;
}

.span_1_of_8 {
    width: 11.1%;
}

/*  GRID OF NINE   ============================================================================= */
.span_9_of_9 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_8_of_9 {
    width: 88.7111111111111%;
}

.span_7_of_9 {
    width: 77.4222222222222%;
}

.span_6_of_9 {
    width: 66.1333333333333%;
}

.span_5_of_9 {
    width: 54.8444444444444%;
}

.span_4_of_9 {
    width: 43.5555555555556%;
}

.span_3_of_9 {
    width: 32.2666666666667%;
}

.span_2_of_9 {
    width: 20.9777777777778%;
}

.span_1_of_9 {
    width: 9.68888888888889%;
}

/*  GRID OF TEN   ============================================================================= */
.span_10_of_10 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_9_of_10 {
    width: 89.84%;
}

.span_8_of_10 {
    width: 79.68%;
}

.span_7_of_10 {
    width: 69.52%;
}

.span_6_of_10 {
    width: 59.36%;
}

.span_5_of_10 {
    width: 49.2%;
}

.span_4_of_10 {
    width: 39.04%;
}

.span_3_of_10 {
    width: 28.88%;
}

.span_2_of_10 {
    width: 18.72%;
}

.span_1_of_10 {
    width: 8.56%;
}

/*  GRID OF ELEVEN   ============================================================================= */
.span_11_of_11 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_10_of_11 {
    width: 90.7636363636364%;
}

.span_9_of_11 {
    width: 81.5272727272727%;
}

.span_8_of_11 {
    width: 72.2909090909091%;
}

.span_7_of_11 {
    width: 63.0545454545455%;
}

.span_6_of_11 {
    width: 53.8181818181818%;
}

.span_5_of_11 {
    width: 44.5818181818182%;
}

.span_4_of_11 {
    width: 35.3454545454545%;
}

.span_3_of_11 {
    width: 26.1090909090909%;
}

.span_2_of_11 {
    width: 16.8727272727273%;
}

.span_1_of_11 {
    width: 7.63636363636364%;
}

/*  GRID OF TWELVE   ============================================================================= */
.span_12_of_12 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_11_of_12 {
    width: 91.5333333333333%;
}

.span_10_of_12 {
    width: 83.0666666666667%;
}

.span_9_of_12 {
    width: 74.6%;
}

.span_8_of_12 {
    width: 66.1333333333333%;
}

.span_7_of_12 {
    width: 57.6666666666667%;
}

.span_6_of_12 {
    width: 49.2%;
}

.span_5_of_12 {
    width: 40.7333333333333%;
}

.span_4_of_12 {
    width: 32.2666666666667%;
}

.span_3_of_12 {
    width: 23.8%;
}

.span_2_of_12 {
    width: 15.3333333333333%;
}

.span_1_of_12 {
    width: 6.86666666666667%;
}

.span_1_of_1 > .align, .span_2_of_2 > .align, .span_3_of_3 > .align, .span_4_of_4 > .align, .span_5_of_5 > .align, .span_6_of_6 > .align, .span_7_of_7 > .align, 
.span_8_of_8 > .align, .span_9_of_9 > .align, .span_10_of_10 > .align, .span_11_of_11 > .align, .span_12_of_12 > .align  {
    margin: 0;
    float: left;
    clear: both;
}

@media (min-width: 980px) {
    .span_1_of_2:nth-child(-n+2), .span_1_of_3:nth-child(-n+3), .span_1_of_4:nth-child(-n+4),
    .span_1_of_5:nth-child(-n+5), .span_1_of_6:nth-child(-n+6), .span_1_of_7:nth-child(-n+7), .span_1_of_8:nth-child(-n+8),
    .span_1_of_9:nth-child(-n+9), .span_1_of_10:nth-child(-n+10), .span_1_of_11:nth-child(-n+11), .span_1_of_12:nth-child(-n+12) {
        margin-top: 0;
    }

    .span_1_of_2:nth-last-child(-n+2), .span_1_of_3:nth-last-child(-n+3), .span_1_of_4:nth-last-child(-n+4),
    .span_1_of_5:nth-last-child(-n+5), .span_1_of_6:nth-last-child(-n+6), .span_1_of_7:nth-last-child(-n+7), .span_1_of_8:nth-last-child(-n+8),
    .span_1_of_9:nth-last-child(-n+9), .span_1_of_10:nth-last-child(-n+10), .span_1_of_11:nth-last-child(-n+11), .span_1_of_12:nth-last-child(-n+12) {
        margin-bottom: 0;
    }

    .span_1_of_2:nth-child(2n+1), .span_1_of_3:nth-child(3n+1), .span_1_of_4:nth-child(4n+1),
    .span_1_of_5:nth-child(5n+1), .span_1_of_6:nth-child(6n+1), .span_1_of_7:nth-child(7n+1), .span_1_of_8:nth-child(8n+1),
    .span_1_of_9:nth-child(9n+1), .span_1_of_10:nth-child(10n+1), .span_1_of_11:nth-child(11n+1), .span_1_of_12:nth-child(12n+1) {
        clear: both;
        margin-left: 0;
    }

    .span_1_of_2:nth-child(2n+1) > .align, .span_1_of_3:nth-child(3n+1) > .align, .span_1_of_4:nth-child(4n+1) > .align,
    .span_1_of_5:nth-child(5n+1) > .align, .span_1_of_6:nth-child(6n+1) > .align, .span_1_of_7:nth-child(7n+1) > .align, .span_1_of_8:nth-child(8n+1) > .align,
    .span_1_of_9:nth-child(9n+1) > .align, .span_1_of_10:nth-child(10n+1) > .align, .span_1_of_11:nth-child(11n+1) > .align, .span_1_of_12:nth-child(12n+1) > .align {
        margin: 0;
        float: left;
    }

    .span_1_of_2:nth-child(2n) > .align, .span_1_of_3:nth-child(3n) > .align, .span_1_of_4:nth-child(4n) > .align,
    .span_1_of_5:nth-child(5n) > .align, .span_1_of_6:nth-child(6n) > .align, .span_1_of_7:nth-child(7n) > .align, .span_1_of_8:nth-child(8n) > .align,
    .span_1_of_9:nth-child(9n) > .align, .span_1_of_10:nth-child(10n) > .align, .span_1_of_11:nth-child(11n) > .align, .span_1_of_12:nth-child(12n) > .align {
        margin: 0;
        float: right;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 481px) and (max-width: 980px) {
    .span_1_of_2 {
        width: 100%;
    }
    
    .span_1_of_2 {
        margin: 1% 0 1% 0%;
    }
    
    .span_1_of_3, .span_1_of_4, .span_1_of_5, .span_1_of_6, .span_1_of_7, .span_1_of_8, .span_1_of_9, .span_1_of_10, .span_1_of_11, .span_1_of_12 {
        width: 49.2%;
    }

    .span_1_of_3:nth-child(-n+2), .span_1_of_4:nth-child(-n+2), .span_1_of_5:nth-child(-n+2), 
    .span_1_of_6:nth-child(-n+2), .span_1_of_7:nth-child(-n+2), .span_1_of_8:nth-child(-n+2),
    .span_1_of_9:nth-child(-n+2), .span_1_of_10:nth-child(-n+2), .span_1_of_11:nth-child(-n+2), .span_1_of_12:nth-child(-n+2) {
        margin-top: 0;
    }

    .span_1_of_3:nth-last-child(-n+2), .span_1_of_4:nth-last-child(-n+2), .span_1_of_5:nth-last-child(-n+2), 
    .span_1_of_6:nth-last-child(-n+2), .span_1_of_7:nth-last-child(-n+2), .span_1_of_8:nth-last-child(-n+2),
    .span_1_of_9:nth-last-child(-n+2), .span_1_of_10:nth-last-child(-n+2), .span_1_of_11:nth-last-child(-n+2), .span_1_of_12:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

    .span_1_of_3:nth-child(2n+1), .span_1_of_4:nth-child(2n+1), .span_1_of_5:nth-child(2n+1), 
    .span_1_of_6:nth-child(2n+1), .span_1_of_7:nth-child(2n+1), .span_1_of_8:nth-child(2n+1),
    .span_1_of_9:nth-child(2n+1), .span_1_of_10:nth-child(2n+1), .span_1_of_11:nth-child(2n+1), .span_1_of_12:nth-child(2n+1) {
        clear: both;
        margin-left: 0;
    }

    .span_1_of_2 > .align, .span_1_of_3:nth-child(2n+1) > .align, .span_1_of_4:nth-child(2n+1) > .align,
    .span_1_of_5:nth-child(2n+1) > .align, .span_1_of_6:nth-child(2n+1) > .align, .span_1_of_7:nth-child(2n+1) > .align, .span_1_of_8:nth-child(2n+1) > .align,
    .span_1_of_9:nth-child(2n+1) > .align, .span_1_of_10:nth-child(2n+1) > .align, .span_1_of_11:nth-child(2n+1) > .align, .span_1_of_12:nth-child(2n+1) > .align {
        margin: 0;
        float: left;
    }

    .span_1_of_3:nth-child(2n) > .align, .span_1_of_4:nth-child(2n) > .align,
    .span_1_of_5:nth-child(2n) > .align, .span_1_of_6:nth-child(2n) > .align, .span_1_of_7:nth-child(2n) > .align, .span_1_of_8:nth-child(2n) > .align,
    .span_1_of_9:nth-child(2n) > .align, .span_1_of_10:nth-child(2n) > .align, .span_1_of_11:nth-child(2n) > .align, .span_1_of_12:nth-child(2n) > .align {
        margin: 0;
        float: right;
    }
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .span_12_of_12, .span_11_of_12, .span_10_of_12, .span_9_of_12, .span_8_of_12, .span_7_of_12, .span_6_of_12, .span_5_of_12, .span_4_of_12, .span_3_of_12, .span_2_of_12, .span_1_of_12 {
        width: 100%;
    }

    .span_11_of_11, .span_10_of_11, .span_9_of_11, .span_8_of_11, .span_7_of_11, .span_6_of_11, .span_5_of_11, .span_4_of_11, .span_3_of_11, .span_2_of_1, .span_1_of_11 {
        width: 100%;
    }

    .span_10_of_10, .span_9_of_10, .span_8_of_10, .span_7_of_10, .span_6_of_10, .span_5_of_10, .span_4_of_10, .span_3_of_10, .span_2_of_10, .span_1_of_10 {
        width: 100%;
    }

    .span_9_of_9, .span_8_of_9, .span_7_of_9, .span_6_of_9, .span_5_of_9, .span_4_of_9, .span_3_of_9, .span_2_of_9, .span_1_of_9 {
        width: 100%;
    }

    .span_8_of_8, .span_7_of_8, .span_6_of_8, .span_5_of_8, .span_4_of_8, .span_3_of_8, .span_2_of_8, .span_1_of_8 {
        width: 100%;
    }

    .span_7_of_7, .span_6_of_7, .span_5_of_7, .span_4_of_7, .span_3_of_7, .span_2_of_7, .span_1_of_7 {
        width: 100%;
    }

    .span_6_of_6, .span_5_of_6, .span_4_of_6, .span_3_of_6, .span_2_of_6, .span_1_of_6 {
        width: 100%;
    }

    .span_5_of_5, .span_4_of_5, .span_3_of_5, .span_2_of_5, .span_1_of_5 {
        width: 100%;
    }

    .span_4_of_4, .span_3_of_4, .span_2_of_4, .span_1_of_4 {
        width: 100%;
    }

    .span_3_of_3, .span_2_of_3, .span_1_of_3 {
        width: 100%;
    }

    .span_2_of_2, .span_1_of_2 {
        width: 100%;
    }

    .piranya-col {
        margin: 1% 0 1% 0%;
    }

    .piranya-col:first-child {
        margin-top: 0;
    }

    .piranya-col:last-child {
        margin-bottom: 0;
    }

    .piranya-col.align > .align {
        margin: 0;
        float: left;
    }
}

@supports (display: grid) {
    .piranya-grid[data-column-count]:not([data-auto-position]):not([data-auto-align-columns="True"]):not([data-positioned="true"]) {
        display: grid;
        grid-gap: 15px;
    }

    .piranya-grid[data-column-count="1"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

    .piranya-grid[data-column-count="2"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
        grid-template-columns: repeat(2, 1fr);
    }

    .piranya-grid[data-column-count="3"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
        grid-template-columns: repeat(3, 1fr);
    }

    .piranya-grid[data-column-count="4"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
        grid-template-columns: repeat(4, 1fr);
    }

    .piranya-grid[data-column-count]:not([data-auto-position]):not([data-auto-align-columns="True"]) > .piranya-col {
        width: 100%;
        margin: 0;
    }

    @media only screen and (max-width: 980px) {
        .piranya-grid[data-column-count="2"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
            grid-template-columns: 1fr;
            grid-auto-rows: auto;
        }

        .piranya-grid[data-column-count="3"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
            grid-template-columns: repeat(2, 1fr);
        }

        .piranya-grid[data-column-count="4"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    @media only screen and (max-width: 480px) {
        .piranya-grid[data-column-count]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
            grid-template-columns: 1fr;
            grid-auto-rows: auto;
        }
    }
}

/* /content/dynamic/35.css */
#footer
{
    width: 100%;
    margin-top: 0px;
}
#footer .details
{
    width: 100%;
    margin-bottom: 10px;
}
#footer .details img, #footer .details p
{
    float: left;
}
#footer .details p
{
    margin-left: 10px;
    margin-top: 4px;
}
#upper-footer
{
    min-height: 160px;
    padding: 15px 0;
    width: 100%;
    background-color: #555555;
    color:white;
   

}
#upper-footer a {
    color: #cc6600;
}
#upper-footer a:hover {
    color: #ffffff;
}
#lower-footer
{
    height: auto;
    display: table;
    width: 100%;
    background-color: #f8f9f7;
    font-size: 0.85rem;
    padding: 1rem;
}
#lower-footer p
{
    line-height: 100%;
    width: 100%;

    display: table-cell;
    vertical-align: middle;
     color:black;
     display: flex;
    align-items: center;
    justify-content: center;
    margin-top:0px;
}
#upper-footer .piranya-col h3
{

    color:white;
    padding-bottom: 3px;
    font-size:18px;
    font-family:Myriadpro_Regular;
    font-weight:normal;
 
}
#upper-footer .piranya-col p
{
    color:white;
    line-height:1.6em;
}
#signup-newsletter
{
    margin-top: 10px;
}
#upper-footer p
{
    color:white;

}

#footer .piranya-col:nth-of-type(2) {
    text-align: center;
}

#footer .piranya-col:nth-of-type(3) {
    text-align: right;
}

/* /content/dynamic/34.css */
#slider-wrapper
{
    width: 100%;

}
.piranya-page-home .tp-caption.very_big_white p, .very_big_white p
{
    color:black;
}

#slider-wrapper > .slider-tag {
    position: absolute;
    bottom: -190px;
    left: calc(50% - 550px);
}

.piranya-page-home .fullwidthbanner-container {
    margin-top: 0px;
}


.piranya-page-home .tp-caption.very_big_white, .very_big_white 
{
    background-color: rgba(216,216,211,0.6);
    color:black;
    font-size:3em;
    font-family: myriad_pro_regular;
    padding:7px;
    letter-spacing: 3px;
}

.piranya-page-home .tp-caption.big_white{ 
    
    background-color: rgba(216,216,211,0.6);
    font-size:1.9em;
    font-family: myriad_pro_regular;
    
    letter-spacing: 1px;
    color:black;
}
.piranya-page-home .tp-caption.very_big_white p, .very_big_white p {
    line-height:initial;
    FONT-SIZE:0.5em;
}
.piranya-page-home .tp-caption.very_big_white h2, .very_big_white h2{
    color:black;
}

/* /content/dynamic/47.css */
.album-wrapper {
    width: 100%;
    margin-top: 20px;
}

.album-wrapper h2 {
    margin-bottom: 10px;
    font-weight: normal;
    border-bottom: 1px solid black;
}

#photos
{
    width: 100%;
}
#photos .item
{
    height: 350px;
    box-sizing: border-box;
}
#photos .facebook_album
{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0e6483;
    text-align: center;
}
#photos .facebook_album > div
{
    width: 75%;
    float: none;
    text-align: center;
    margin: 0 auto;
}

#piranya-page .facebook_album h2 {
    color: white;
}

#piranya-page .facebook_album a {
    color: white;
    border: 1px solid white;
}

.item
{
    height: 50%;
    transition: all 0.3s;
    overflow: hidden;
}

.item .image
{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    height: 100%;
    width: 100%;
    background-color: #0e6483;
}

.item .image:hover
{
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}
.item .image:before {
    content: " ";
    height: 100%;
    width: 100%;
   
    display: block;
}

.item .image:hover:before {
    background-color: rgba(153, 204, 51, 0.2);
}

.image-structure{
    max-width:480px;
}

@media (max-width: 767px)
{
    .gallery-image{
        display: none;
    }
}

/* ~/content/piranya/module/custompage/menues/responsive.css */
/*Tablet portrait and smartphones*/
@media (max-width: 979px) {
    body.has-active-menu {
        overflow: hidden;
    }

    .piranya-menu-wrapper.responsive {
        position: relative;
    }

    header, footer, #piranya-page
    {
        -webkit-transition: transform 0.3s;
        -moz-transition: transform 0.3s;
        -o-transition: transform 0.3s;
        -ms-transition: transform 0.3s;
        transition: transform 0.3s;
    }
    .piranya-menu-wrapper.responsive > ul {
        width: 32px;
        height: 32px;
        top: 10px;
        right: 10px;
        position: absolute;
        z-index: 1000;
        color: white;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        -o-transition: width 0.3s;
        -ms-transition: width 0.3s;
        transition: width 0.3s;
    }

    .piranya-menu-wrapper.responsive li {
        color: #FFFFFF;
        padding: 0;
        width: 100%;
        list-style: none;
        font-size: 10px;
        visibility: hidden;
        line-height: 30px;
        -webkit-transition: transform 0.2s linear;
        -moz-transition: transform 0.2s linear;
        -o-transition: transform 0.2s linear;
        -ms-transition: transform 0.2s linear;
        transition: transform 0.2s linear;
        transform: translateX(calc(100% + 20px));
    }
    .piranya-menu-wrapper.responsive > ul > li
    {
        padding: 5px 0;
        border-bottom: 1px dashed dimgrey;
    }
    .piranya-menu-wrapper.responsive li:before {
        position: absolute;
        line-height: 30px;
        vertical-align: middle;
        left: 0;
    }

    .piranya-menu-wrapper.responsive > ul > li:before {
        content: "\f111";
    }

    .piranya-menu-wrapper.responsive > ul ul > li:before {
        content: "\f1db";
    }

    .piranya-menu-wrapper.responsive a {
        color: inherit;
        text-decoration: none;
        display: block;
        width: calc(100% - 37px);
        padding: 0px 5px 0px 32px;
        line-height: 200%;
        font-size: 16px;
        text-align: left;
    }

    .piranya-menu-wrapper.responsive a:hover {
        color: #000;
    }

    .piranya-menu-wrapper.responsive .piranya-menu-item-selected > a {
        background: #999;
        color: #fff;
        border-radius: 5px;
        display: block; /* show menu item if main menu */
        background: none;
        color: #666;
    }

    .piranya-menu-wrapper.responsive > ul i {
        display: none;
    }

    .piranya-menu-wrapper.responsive .piranya-menu-wrapper.open {
        width: auto;
    }

    .piranya-menu-wrapper.responsive {
        margin: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .piranya-menu-wrapper.responsive ul > li > a {
        color: #474C58;
    }

    .piranya-menu-wrapper.responsive > ul.open {
        width: 280px;
        padding-left: 20px;
        top: 0;
        overflow-y: auto;
        right: 0;
        position: fixed;
        background-color: #272822;
        height: calc(100% - 50px);
        z-index: 10000;
        border: 1px solid #aaa;
        padding-top: 50px;
    }
    .piranya-menu-wrapper.responsive > ul.closed
    {
        -webkit-transition: width 0s;
        -moz-transition: width 0s;
        -o-transition: width 0s;
        -ms-transition: width 0s;
        transition: width 0s;
    }
    .piranya-menu-wrapper.responsive > ul li
    {

    }
    .piranya-menu-wrapper.responsive > ul.open li
    {
        transform: translateX(0);
        display: inline-block;
        visibility: visible;
    }
    .piranya-menu-wrapper.responsive > ul.open a {
        color: white;
    }
    .piranya-menu-wrapper.responsive > ul.open a:hover
    {
        color: #cccbcb;
    }

    .piranya-menu-wrapper.responsive > ul:not(.open) .close-btn {
        display: none;
    }
    .piranya-menu-wrapper.responsive > ul:not(.open) {
        cursor: pointer;
        overflow: hidden;
        text-align: center;
        line-height: 32px;
        font-size: 32px;
    }

    .piranya-menu-wrapper.responsive > ul:not(.open):before {
        content: "\f0c9";
    }

    .piranya-menu-wrapper.responsive ul.open li.piranya-menu-item-selected:before {
        content: "\f00c";
    }

    .piranya-menu-wrapper.responsive ul.open ul li.piranya-menu-item-selected:before {
        content: "\f00c";
    }

    .piranya-menu-wrapper.responsive .piranya-menu-item-selected,
    .piranya-menu-wrapper.responsive .piranya-menu-item-selected-ancestor {
        display: block;
    }

    .piranya-menu-wrapper.responsive .piranya-menu-item-selected-ancestor > a {
        display: none; /* hide mainmenu item if ´submenu is selected */
    }

    .piranya-menu-wrapper.responsive .piranya-menu-item-selected > a {
        pointer-events: none;
        cursor: default;
    }

    .piranya-menu-wrapper.responsive li.piranya-menu-item-selected > a {
        display: block; /* show only current <li> item */
    }

    .piranya-menu-wrapper.responsive li.piranya-menu-item-selected ul {
        display: none;
    }

    /* on nav hover */
    .piranya-menu-wrapper.responsive ul.open,
    .piranya-menu-wrapper.responsive ul.open {
        background-image: none;
    }

    .piranya-menu-wrapper.responsive ul.open li, .piranya-menu-wrapper.responsive ul.open .close-btn {
        margin: 0 0 5px;
    }

    .piranya-menu-wrapper.responsive > ul.open ul {
        padding-left: 35px;
        display: block;
    }

    .piranya-menu-wrapper.responsive > ul.open ul > li a {
        padding-left: 20px;
    }

    .piranya-menu-wrapper.responsive ul.open li.piranya-menu-item-selected-root > a {
        display: block;
    }

    .piranya-menu-wrapper.responsive ul.open li.piranya-menu-item-selected:before {
        content: "\f00c";
    }

    .piranya-menu-wrapper.responsive > ul.open > li.piranya-menu-item-selected {
        background-position-x: 10px;
    }

    .piranya-menu-wrapper.responsive > ul.open .close-btn {
        position: absolute;
         -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
        right: 10px;
        top: 10px;
        height: 32px;
        width: 32px;
        font-size: 32px;
        cursor: pointer;
        color: white;
    }
    .piranya-menu-wrapper.responsive > ul.open .close-btn:hover {
        color: #d89999 
    }

    .piranya-menu-wrapper.responsive .close-btn:focus {
        outline: none;
    }

    .piranya-menu-wrapper.responsive .close-btn:before {
          content: "\f061";
    }

    .piranya-menu-wrapper.responsive > ul.open .close-btn, .piranya-menu-wrapper.responsive > ul, .piranya-menu-wrapper.responsive li {
        font-family: FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    #piranya-menu-mask
    {
        position: fixed;
        top: 0;
        left: 0;
        overflow: hidden;
        width: 0;
        height: 0;
        background-color: #000;
        opacity: 0;
        transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
    }
    #piranya-menu-mask.is-active 
    {
        width: 100%;
        height: 100%;
        opacity: 0.7;
        transition: opacity 0.3s;
    }
    header.has-push-right, footer.has-push-right, #piranya-page.has-push-right {
        transform: translateX(-300px);
    }
}

@media (min-width: 980px) {
    .piranya-menu-wrapper.responsive {
        width: 100%;
    }

    .piranya-menu-wrapper.responsive li {
        padding: 0px 20px;
        position: relative;
    }

    .piranya-menu-wrapper.responsive ul a {
        vertical-align: middle;
        float: left;
    }

    .piranya-menu-wrapper.responsive > ul > li:hover ul
    {
        max-height: 600px;
    }

    /*Submenu*/
    .piranya-menu-wrapper.responsive > ul ul {
        position: absolute;
        overflow: hidden;
        list-style-type: none;
        padding: 0;
        max-height: 0;
        z-index: 1000;
        left: 0;
        top: 100%;
        -webkit-transition: max-height 0.6s linear;
        -moz-transition: max-height 0.6s linear;
        -ms-transition: max-height 0.6s linear;
        -o-transition: max-height 0.6s linear;
        transition: max-height 0.6s linear;
    }

    .piranya-menu-wrapper.responsive .close-btn {
        display: none;
    }

    .piranya-menu-wrapper.responsive > ul ul ul, .piranya-menu-wrapper.responsive i
    {
        display: none; /*Sub submenu not added support yet*/
    }
}