/* ~/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="email"],
input[type="tel"],
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.6922.162701/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 */
.fadeIn {
    animation-name: fadeIn;
    animation-duration: 0.8s;
    animation-timing-function: ease-in-out;
    visibility: visible !important;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Add fallback for legacy fadein (without correct capitalization) */
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.fadeInBounce {
    animation-name: fadein;
    animation-duration: 0.8s;
    animation-timing-function: ease-in-out;
    visibility: visible !important;
}

@keyframes fadeInBounce {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }

    60% {
        transform: scale(1.1);
    }

    80% {
        transform: scale(0.9);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        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 breadcrumb default style*/

.piranya-breadcrumb-wrapper {
    width: 100%;
    margin-bottom: 10px;
    font-size: 0.8em;
}

.piranya-breadcrumb-wrapper > * {
    float: left;
    line-height: 1em;
    font-size: 1em;
    text-decoration: none;
    width: auto;
    padding: 0.1em 0;
}

.piranya-breadcrumb-wrapper > .separator {
    padding: 0.15em 5px;
    width: auto;
    margin: 0;
}

/* ~/Content/piranya/default-form.css */
.piranya-input-container {
    width: 100%;
    margin-bottom: 10px;
}

.piranya-input-container:last-of-type {
    margin-bottom: 0;
}

.piranya-validation-container {
    width: 100%;
}

.piranya-btn {
    padding: 5px 10px;
    cursor: pointer;
    border: none;
    background-color: black;
    color: white;
    white-space: normal;
    -webkit-appearance: none;
}

.piranya-btn-disabled,
.piranya-btn.disabled,
.piranya-btn[disabled]
{
    cursor: pointer;
    opacity: 0.5;
}

button.piranya-btn > p {
    color: inherit;
    font-size: 1em;
    line-height: 1em;
}

.btn {
    cursor: pointer;
    transition: color 0.2s ease;
}

.piranya-input-container > label {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.piranya-input-container.p-checkbox > label,
.piranya-input-container.p-radio > label {
    margin-bottom: 0;
}

.piranya-input-container.p-checkbox > .description {
    padding-left: 28px;
    width: calc(100% - 28px);
}

input.piranya-checkbox {
    margin-right: 5px;
}

.piranya-select,
.piranya-select:focus {
    padding: 6px 5px;
    margin: 0;
    font-size: 1em;
    border-radius: 0;
    box-sizing: border-box;
    width: 100%;
}

.piranya-txt,
.piranya-textarea {
    box-sizing: border-box;
    font-size: 1em;
    padding: 2px;
}

    .piranya-txt.disabled,
    .piranya-textarea.disabled {
        background-color: rgb(235, 235, 228);
        pointer-events: none;
    }

.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;
    width: calc(100% - 28px);
    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: 160px;
}

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 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: 'Montserrat_Light';
 src: url('/File/5/Montserrat-Light.otf?ticks=636808098910000000') format('opentype');
}

@font-face {
 font-family: 'Montserrat_Regular';
 src: url('/File/6/Montserrat-Regular.otf?ticks=636808099060000000') format('opentype');
}

@font-face {
 font-family: 'Montserrat_Bold';
 src: url('/File/7/Montserrat-Bold.otf?ticks=636808099170000000') format('opentype');
}

/* ~/Content/Piranya/WebViews/Users/PiranyaUserAdministration.css */
#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;
}

.piranya-view-users-saved-addresses .piranya-btn {
    margin-top: 5px;
}

.piranya-view-users-saved-addresses h3 {
    width: 100%
}

.piranya-view-users-saved-addresses .piranya-address-container {
    width: 100%;
}

.piranya-view-users-saved-addresses .piranya-address-container div {
    margin-top: 5px;
}

/* ~/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-view-users-login .reason + .piranya-view-content {
        margin-top: 10px;
    }

.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 > * {
    float: left;
    clear: both;
}

.piranya-user-login-view > :not(:last-child) {
    margin-bottom: 10px;
}

.piranya-user-login-view-remember-container {
    width: 100%;
}

.piranya-user-login-view-action-container a {
    clear: both;
    float: left;
}

.piranya-user-login-view .forgot-password {
    font-size: .9em;
    margin-bottom: 10px;
    float: left;
    clear: both;
}

    .piranya-user-login-view .forgot-password:hover {
        text-decoration: underline;
    }

.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 */
body:not(.piranya-page-home) #topbar {
  background-color: #19407c;
  top: 0;
  height: initial;
  z-index: 2; }

#topbar {
  position: absolute;
  width: 100%;
  height: 48px;
  top: 32px; }

.center-container {
  width: 100%;
  max-width: 1200px;
  display: flex; }

#logo {
  height: 41px;
  width: 200px;
  padding: 20px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left; }

.mini-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex; }

.mini-top p, .mini-top .fa, .mini-top a {
  color: white; }

.mini-top .fa {
  padding: 5px 10px; }

.mini-top li {
  padding-right: 30px;
  display: inline-block;
  position: relative; }

.mini-top li:nth-child(-n+2):after {
  content: "";
  height: 22px;
  width: 1px;
  display: block;
  position: absolute;
  right: 16px;
  top: 10px;
  background-color: rgba(255, 255, 255, 0.22); }

.thememount-topbar-inner {
  line-height: 42px;
  width: 100%; }

.top-contact {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  display: inline-block;
  position: relative; }

.social-icons {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  padding-top: 2px;
  padding-bottom: 3px;
  float: right; }

.social-icons li {
  display: inline-block !important;
  padding-left: 1px;
  min-width: 20px;
  border: none; }

body .top-contact .social-icons li:after {
  display: none !important; }


/* /content/dynamic/2.css */
body
{
    font-family: "Raleway", Tahoma, Geneva, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #646464;   
    margin:0px;
}



.center
{
    float: none;
    margin: 0px auto;
    position: relative;
    max-width: 1200px;
    width: 97%;
}

.mini-top li:hover
{
    color:#19407c;
}
a, a:hover, a:active, a:focus {
    text-decoration: none;
    color:#19407c;
    outline: none;
}

#arrow-down
{
    text-align:center;
    height:60px;
    margin-top:40px;
    text-align:center;
}

#phonetext-wrapper .fa
{
    font-size:4em;
    color:white;
    position:absolute;
    top:25%;
}
#bigstate, #bigstate_mobile
{
    font-size:2em;
    font-family:'Montserrat_Bold';

}
#normstate
{
      font-size:2em;
    font-family:'Montserrat_Light';  
}



body .tp-caption.very_big_white, .very_big_white
{
    background-color:transparent;
}

tr
{
    text-align:center;
}
tr h2, tr p
{
    text-align:left;
}
#welcome .welcomeimage
{
    max-width:100%;
}

.welcomeimage p img
{
     max-width:100%;
}

/* /content/dynamic/3.css */
section
{
      padding:50px 0px;  
}
@media (max-width:980px)
{
    section
    {
        width: calc(100% - 40px) !important;
        padding:50px 20px;
    }
}
#phone-section
{
    width:100%;
    background-color:#19407c;
        position:relative;
}
#phone-section h1, #phone-section p
{
    color:white;
}
#services
{
   
}
#services-text
{
   border-top: 1px solid #a0b2ce;
     padding:100px 0px;
     text-align:center;
}
#services-icons .fa
{
    color:#19407c;
    font-size:4em;
}
#services-icons
{
   padding-bottom:20px;
}
#review
{
     background-image: url('/File/55/review-bg1.png?ticks=636808915020000000');
}
#review h1, #review h2, #review h3, #review h4
{
     color:white;
}
#review p
{
    color:#ffffffd9;
}

.topic
{
    max-width:500px;
}
#projects
{
        background-color: #f7f7f7;
}



@media (max-width: 980px)
{
    .mini-top
    {
    display:none;    
    }
    #logo
    {
        padding:0px;
        margin-left:5px;

    }
#phonetext-wrapper .fa
{
    display:none;
}
body .piranya-menu-wrapper.responsive > ul
{
    top:0px;
}
body #phone-section
{
    height:200px;
}
#bigstate_mobile
{
    display:none;
}
}


@media (min-width: 980px)
{


#arrow-down
{
    display:none;
}
}

/* /content/dynamic/4.css */
.piranya-menu-wrapper.responsive a
{
    color:white;
    line-height:80px;
    text-transform:uppercase;
}
.piranya-menu
{
    float:right;
}
@media (min-width: 980px)
{
    body .piranya-menu-wrapper.responsive li 
    {
        padding: 0px 30px;
        position: relative;
    }
    body .piranya-menu-wrapper.responsive li:nth-last-child(2) 
    {
        padding: 0px 0px 0px 30px;
        position: relative;
    }
}
@media(min-width:680px)
{
    body .piranya-menu-wrapper.responsive > ul > li:hover ul
{
    background-color: #19407c;
    top: 88px;
        padding: 0px 40px 0px 10px;
}
}


.piranya-menu-wrapper.responsive ul a
{
    white-space: nowrap;
    width:100%;
}

/* /content/dynamic/5.css */
h1
{
    font-family:'Montserrat_Bold';
    color:#202020;
    font-size:29px;
    line-height: 35px;

}
h2
{
    font-family:'Montserrat_Regular'; 
    color:#202020;
}
h3
{
    font-family:'Montserrat_Light';
    line-height: 27px;
    letter-spacing: 1.5px;
    color: #636363;
}
p
{
    font-family:'Montserrat_Regular';
    line-height: 24px;
    font-size:14px;
}

/* /content/dynamic/7.css */
.skewcarousel {
    width: 100%;
    .work-categories-slide {
        width: inherit;
        .skew-wrapper {
            width: 100%;
        }
    }
}


.category-item {
    margin-bottom: 50px;
    text-align: center;
    display: block;
}
@media (max-width: 767px){
    .category-item:last-child {
        margin-bottom: 15px;
    }
}


.category-image img {
    height: auto;
    max-width: 100%;
}
.category-item .category-image {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    text-align: center;
}
.category-item .category-image a {
    margin: 0 auto;
    display: inline-block;
}
.category-item .category-image:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: -200%;
    top: 0;
    width: 200%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-transition: 0s ease-in-out;
    -moz-transition: 0s ease-in-out;
    -ms-transition: 0s ease-in-out;
    -o-transition: 0s ease-in-out;
    pointer-events: none;
}
.category-item .category-image img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: optimizeQuality;
    -webkit-transform: translateZ(0) scale(1, 1);
}
.category-item:hover .category-image:before {
    left: 200%;
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -ms-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
}
.category-item .category-title {
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: none;
}
@media (max-width: 767px){
	.category-item .category-title {
       font-size: 18px;
       line-height: 24px;
	}	
}
.category-item .category-text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
@media (max-width: 768px) {
   .category-item .category-image {
        display: inline-block;
    }
}
.work-categories-slide .vc_column-inner {
    padding-top: 0 !important;
}
@media (min-width: 768px) {
    .category-carousel [class*="col-"] {
        display: inline-block;
        float: none;
        vertical-align: top;
        margin-right: -4px;
    }
}
@media (min-width: 768px) {
    .skew-wrapper {
        position: relative;
        overflow: unset;
        height: 450px;
        padding: 0 210px;
        background: $darkColor;
    }
    .skew-wrapper:before,
    .skew-wrapper:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 210px;
        z-index: 100;
        background: url(images/flash.png) no-repeat center top;
    }
    .skew-wrapper:after {
        left: auto;
        right: 0;
    }
    .skew-wrapper .skew {
        transform: skew(16deg, 0);
        overflow: hidden;
        display: block;
        width: 33.333333%;
        height: 100%;
        position: relative;
        float: left;
        transition: all 0.3s ease 0.05s;
        top: 0;
    }
    .skew-wrapper .skew:before {
        content: "";
        z-index: 100;
        position: absolute;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 100%);
        -webkit-transition: 0s ease-in-out;
        -moz-transition: 0s ease-in-out;
        -ms-transition: 0s ease-in-out;
        -o-transition: 0s ease-in-out;
        pointer-events: none;
    }
    .skew-wrapper .skew:hover:before {
        left: 100%;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -ms-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
    }
    .skew-wrapper .skew + .skew {
        margin-left: -2px;
    }
    .skew-wrapper .skew .straight-image {
        background-position: center;
        background-repeat: repeat;

    }
    .skew-wrapper .skew.min {
        width: 25%;
    }
    .skew-wrapper .skew:active {
        width: 50%;
        z-index: 99;
    }
    .skew-wrapper .straight-image {
        position: absolute;
        height: 100%;
        width: 200%;
        left: -50%;
        transform: skew(-16deg, 0);
    }
    .skew-wrapper .straight {
        position: absolute;
        transform: translate(-50%, -50%) skew(-16deg, 0);
        display: block;
        text-align: center;
        top: 50%;
        left: 50%;
        z-index: 10;
    }
    .skew-wrapper .straight .title {
        display: block;
        margin-bottom: 1em;
        font-size: 38px;
        line-height: 40px;
        font-weight: 500;
        color: #fff;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
    }
}
@media (max-width: 1199px) {
    .skew-wrapper {
        padding: 0 50px;
    }
    .skew-wrapper:before,
    .skew-wrapper:after {
        display: none;
    }
}
@media (max-width: 767px) {
    .skew-wrapper {
        position: relative;
        overflow: unset;
        height: 450px;
    }
    .skew-wrapper .skew {
        overflow: unset;
        display: block;
        width: 100%;
        height: 200px;
        position: relative;
    }
    .skew-wrapper .skew .straight-image {
        background-position: center;
        background-size: cover;
    }
    .skew-wrapper .straight-image {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        transform: skew(0deg, 0);
    }
    .skew-wrapper .straight {
        position: absolute;
        transform: translate(-50%, -50%);
        text-align: center;
        top: 50%;
        left: 50%;
        z-index: 10;
    }
    .skew-wrapper .straight .title {
        display: block;
        margin-bottom: 1em;
        font-size: 38px;
        line-height: 40px;
        font-weight: 400;
        color: #fff;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
    }
    .skew-wrapper .slick-dots {
        position: relative;
        bottom: 0;
        margin: 20px 0 0;
    }
}


/* Dots */
.slick-slider {
    margin: 0;
    padding: 0;
    list-style: none;
}
.slick-slider.nav-dot {
    margin-bottom: 75px;
}
.owl-theme {

    .owl-nav {
        .owl-prev,
        .owl-next {
            font-family: FontAwesome;
            //border-radius: 50%;
            //padding: whatever-to-get-a-circle;
            transition: all, .2s, ease;
        }
        .owl-prev {
            &::before {
                content: "\f104";
            }
        }
        .owl-next {
            &::before {
                content: "\f105";
            }
        }
    }
}


@media (max-width: 767px) {
    .slick-slider {
        margin-bottom: 30px;
    }
    .skew-wrapper.category-carousel.light-arrow.slick-initialized.slick-slider{
        margin-bottom: 0px;
    }
    .work-categories-slide .vc_column-inner {
        padding: 0 !important;
    }
}
.slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 -4px 0 0;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    color: transparent;
    background-color: transparent;
    border: 0;
    outline: none;
}
.slick-dots li button:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #252936;
}


.block .slick-dots li button:after{
    background: #333;
}
.work-categories-slide .slick-dots li.slick-active button:after{
    background: #fff;
}
.work-categories-slide .slick-dots li.slick-active button:after
{
    background: $mainColor;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}



#review .owl-carousel .owl-item img
{
max-width:150px;
    margin-left: auto;
	margin-right: auto;
	display: block;
}

#review .item-description-wrapper
{
    text-align:center;
        width: 100%;
}



body #frontpage-items-wrapper
{
  width: 100%;
overflow:hidden;

}

#frontpage-items-wrapper .item-image-wrapper
{
    width:100%;
    margin-bottom: 10px;
}

#frontpage-items-wrapper .carousel-item-wrapper
{
    width:100%;
}
.score-wrapper h4
{
    text-align:center;
font-size:1.1em;
    font-family:'Montserrat_Regular';
    
}
.score-wrapper
{
width:100%;
margin-bottom:10px;
    
}
#reviewstars
{
    max-width:100px !important;
    margin-bottom:10px;
}


#review-headline h1
{
    margin-bottom:0px;
}
#frontpage-items-wrapper h3
{
    margin-bottom:10px;
    font-size:2em;
}
p.firstname
{
    font-family: 'Montserrat_Light';
    line-height: 27px;
    letter-spacing: 1.5px;
    margin-top:15px;
    
}

/* 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="5"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
        grid-template-columns: repeat(5, 1fr);
    }

    .piranya-grid[data-column-count="6"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
        grid-template-columns: repeat(6, 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);
        }

        .piranya-grid[data-column-count="5"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
            grid-template-columns: repeat(4, 1fr);
        }

        .piranya-grid[data-column-count="6"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
            grid-template-columns: repeat(5, 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/9.css */
#frontpage-items-wrapper-case
{
    width: calc(100% - 150px);
    padding: 0 75px;
    overflow: hidden;
}
.carousel-item-wrapper
{
    width: 100%;
    max-width: 400px;
    float: none;
    margin: 0 auto;
}
.item-image-wrapper, .item-image-wrapper img
{
    width: 100%;
}

.item-image-wrapper-case {
      -webkit-filter: grayscale(100%) ;
  filter: grayscale(100%);

  
  transition: filter 0.3s;
  -webkit-transition: filter 0.3s, -webkit-filter 0.3s;
}
.item-image-wrapper-case:hover,
.item-image-wrapper-case:focus {
  -webkit-filter: none;
  filter: none;

}
.item-description-wrapper-case > h3
{
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom:5px;
    color:white;
    font-weight:normal;

    font-size:0.8em;
    margin-left:11px;

}
.item-description-wrapper-case .piranya-btn
{
    background-image:url('/image/15993');
    background-repeat: no-repeat;
    background-position: center; 
    background-color:white;
    height:25px;
    border-radius: 0;
    float: left;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    margin-top: 20px;
    
}

.item-description-wrapper-case .description
{
    float: left;
    width: 100%;
    min-height: 100px;

    color:white;
    margin-left:10px;
   
}
.item-description-wrapper-case
{
background-color:#19407c;
    height:70px;
 
}

/* /content/dynamic/10.css */
.opening-hours {
  width: 100%; }

#footer {
  background-color: #193f7b;
  width: 100%;
  color: black;
  flex-direction: column;
  align-items: center;
  float: left;
  padding: 20px;
  box-sizing: border-box; }

#footer a, #footer p, #footer h1 {
  color: white;
  padding: 20px 0px; }

#footer a {
  float: left;
  clear: left;
  padding: 10px 0px;
  width: 100%; }

#footer h1 {
  text-transform: uppercase; }

#contact-info {
  width: 100%; }

body #footer .piranya-grid[data-column-count]:not([data-auto-position]):not([data-auto-align-columns="True"]):not([data-positioned="true"]) {
  grid-gap: 150px; }


/* /content/dynamic/11.css */
.piranya-btn
{
    padding: 15px 30px;
    cursor: pointer;
    border: none;
    background-color: #193f7b;
    color: white;
    white-space: normal;
    -webkit-appearance: none;

    
}
.piranya-btn
{
        width: 100%;
    color: white;
    background-color: #19407c;
      padding: 18px;
    border-radius: 40px;
    display:block;
    text-align:center;

    text-transform:uppercase;
    box-sizing: border-box;
}

.piranya-txt
{
    font-family:'Montserrat_Regular';

}
.piranya-view-form-wrapper > form div[data-field] > .editor > span[data-editor] > *
{
        padding: 15px;
        width:100%;
}

textarea
{
        min-height: 150px;
}

#welcome-wrapper td
{
    padding-top: 20px;
}

/* /content/dynamic/12.css */
#btn-container {
  width: 100%; }

h4 {
  color: black; }

#arrow-down {
  margin-top: 40px;
  text-align: center;
  font-size: 1.5em; }

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto; }

body:not(.piranya-page-home) .owl-carousel {
  margin-top: 100px; }

@media (max-width: 980px) {
  body:not(.piranya-page-home) .owl-carousel {
    margin-top: 48px; } }

#owl-demo {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 20vh; }
  #owl-demo .item {
    width: 100%;
    height: 20vh;
    padding: 20px;
    overflow: hidden;
    z-index: 20;
    visibility: inherit;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center; }
    #owl-demo .item > div.text {
      z-index: 2;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center; }
      #owl-demo .item > div.text img {
        margin-bottom: 40px;
        width: auto; }
      #owl-demo .item > div.text h1,
      #owl-demo .item > div.text h2,
      #owl-demo .item > div.text h3,
      #owl-demo .item > div.text h4,
      #owl-demo .item > div.text h5,
      #owl-demo .item > div.text p,
      #owl-demo .item > div.text a {
        color: white; }
      #owl-demo .item > div.text h1 {
        margin-bottom: 40px;
        text-align: center; }
        @media (max-width: 680px) {
          #owl-demo .item > div.text h1 {
            font-size: 2.0em;
            margin: 15px 10px; } }
      #owl-demo .item > div.text h2 {
        font-size: 3em;
        margin-bottom: 40px; }
        @media (max-width: 680px) {
          #owl-demo .item > div.text h2 {
            font-size: 2.0em;
            margin: 15px 10px; } }
      #owl-demo .item > div.text p {
        font-size: 1.25em; }
  #owl-demo.subpage {
    height: auto;
    min-height: 20vw; }
    @media (max-width: 680px) {
      #owl-demo.subpage {
        height: auto; } }
    #owl-demo.subpage .item {
      height: auto;
      min-height: 18vw;
      background-position: bottom; }
      @media (max-width: 680px) {
        #owl-demo.subpage .item {
          margin-top: 0;
          height: auto; } }
      #owl-demo.subpage .item .text h1, #owl-demo.subpage .item .text p {
        color: white;
        margin-bottom: 12px; }

div.owl-prev,
div.owl-next {
  position: absolute;
  top: 30%; }

div.owl-prev {
  left: 0; }

div.owl-next {
  right: 0; }

.owl-controls.clickable .owl-buttons div {
  width: 20px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.owl-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%; }

.owl-controls .owl-page span {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid transparent !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0px !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

.owl-controls .owl-page.active span {
  background: white !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid black !important;
  -webkit-box-shadow: none;
  box-shadow: none; }


/* /content/dynamic/13.css */
p
{
    font-feature-settings: 'lnum' 1;
    
}

.colums-1 {
    width: 100%;
}

.feature-box-inner
{
float:left;
    padding: 50px 0px;
    text-align:center;

display: flex;
flex-direction: column;
    align-items: center;
}

.fbox-icon
{
    display: flex;
    justify-content: center;
    color: #fff;
    background: #193f7b;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 76px;

    font-size: 30px;
    margin-bottom: 20px;
}

.description p
{

    font-size: 20px;
    color: black;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
body .box
{
    background-color: #fafafb;
    min-height:100px;
    display: inline-block;
    margin-bottom:20px;
}

/* /content/dynamic/14.css */
.dpr-calibra-social-block .rounded.on-dark-bg ul li a, .dpr-calibra-social-menu .rounded.on-dark-bg ul li a {
    background-color: rgba(255,255,255,.1);
}

.dpr-social-icons .dpr-calibra-social-block ul li a {
    font-size: 16px;
    margin-bottom: 10px;
    margin-right: 1px;
    margin-left: 1px;
}

.dpr-calibra-social-block .rounded ul li a, .dpr-calibra-social-menu .rounded ul li a {
    position: relative;
    display: inline-block;
    background-color: #3c3950;
    color: #fff;
    line-height: 1;
    padding: 1em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 32px !important;
}

.dpr-calibra-social-block ul li:first-child a, .dpr-calibra-social-menu ul li:first-child a {
    margin-left: 0;
}

.dpr-calibra-social-block ul li a, .dpr-calibra-social-menu ul li a {
    display: inline-block;
    background-color: transparent;
    color: #5f727f;
    font-size: 12px;
    padding: 0 4px;
    margin: 0 2px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0;
}

.dpr-calibra-social-block ul li, .dpr-calibra-social-menu ul li {
    float: left;
    position: relative;
}


#footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.dpr-calibra-social-block .rounded.on-dark-bg ul li a:hover, .dpr-calibra-social-menu .rounded.on-dark-bg ul li a:hover {
    background-color: rgba(255,255,255,.2);
    color: #fff!important;
}

.dpr-social-icons
{
    margin-top:30px;
}

/* /content/dynamic/15.css */
#reference-description
{
    width:100%;
    float:left;
}
#reference-slider #owl-demo.subpage .item
{
background-position: center;
position:relative;
}
#reference-slider #owl-demo.subpage .item:after
{
content:"";
position:absolute;
top:0;
left:0;
bottom:0;
right:0;
background-color:rgba(0,0,0, 0.3);
}

#facts-box
{
    background-color: #e2e2e2;
    padding: 2%;
    /* width: 20%; */
    float: right;

}
#facts-box h4
{
    padding:20px 0px;
    color:black;
    font-family: 'Montserrat_Bold';
}
body #facts-box p
{
    color:black;
    font-family:'Montserrat_Light';
}
#referencewrapper h1
{
      padding:20px 0px;  
}
#facts-box p,#facts-box h1,#facts-box h3
{
color:white;
}

.reference-image-wrapper
{
    float:left;
    width:50%;
    margin-top:20px;
}



.reference-image-wrapper div img {
    width: 100%;
    height: 100%;
   
}


.reference-items-wrapper
{
    width: 45%;
    margin-right:20px;
    margin-bottom:20px;
        display: inline-block;
}


.item-description-wrapper
{
    width:100%;
}






.item-box {
    display: flex;
    align-items: center;
    margin: 0 0 3.125rem;
}
.fact-icon {
    height: 65px;
    width: 65px;
    margin: 0 1.0625rem 0 0;
}

/* /content/dynamic/16.css */
.gallery-wrapper {
  width: 100%;
  margin-bottom: 20px; }

.gallery-wrapper > h2 {
  width: 100%;
  padding: 25px 0px; }

.gallery-wrapper > div {
  margin-top: 10px; }

.gallery-wrapper img {
  width: 100%; }

.galleries-container {
  display: flex;
  flex-flow: row wrap;
  grid-gap: 10px;
  justify-content: center; }
  .galleries-container > .gallery-wrapper {
    margin-bottom: unset;
    display: flex;
    flex-flow: column nowrap;
    width: 353px;
    float: left;
    overflow: hidden;
    position: relative; }
    .galleries-container > .gallery-wrapper img {
      height: 353px;
      width: auto; }
    .galleries-container > .gallery-wrapper .cover-link {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      display: flex; }
      .galleries-container > .gallery-wrapper .cover-link h2 {
        margin-top: auto;
        display: flex;
        width: 100%;
        height: 1.5em;
        padding: 20px;
        color: white;
        background: #193f7b; }


/* ~/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 250ms;
        -moz-transition: width 250ms;
        -o-transition: width 250ms;
        -ms-transition: width 250ms;
        transition: width 250ms;
    }
    .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*/
    }
}