@font-face {
    font-family: 'IconsMind';
    font-style: normal;
    font-weight: 400;
    src: url('/assets/font/iconsmind.eot') format('eot'), url('/assets/font/iconsmind.woff') format('woff'), url('/assets/font/iconsmind.ttf') format('truetype');
}


/**/

html {
    font-size: 87.5%;
}

@media all and (max-width: 768px) {
    html {
        font-size: 81.25%;
    }
}

body {
    overflow-x: hidden;
    font-size: 1em;
    line-height: 1.85714286em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Open Sans';
    color: #666666;
    font-weight: 400;
}

a,
.a {
    font-family: 'Roboto';
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Roboto'!important;
    color: #252525;
    font-weight: 300;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    margin-bottom: 0;
}

h1,
.h1 {
    font-size: 3.14285714em;
    line-height: 1.31818182em;
}

h1:not(:last-child),
.h1:not(:last-child) {
    margin-bottom: 0.59090909090909em;
}

h2,
.h2 {
    font-size: 2.35714286em;
    line-height: 1.36363636em;
    font-weight: 300!important;
}

h3,
.h3 {
    font-size: 1.78571429em;
    line-height: 1.5em;
}

h4,
.h4 {
    font-size: 1.35714286em;
    line-height: 1.36842105em;
    font-weight: 300;
}

h5,
.h5 {
    font-size: 1em;
    line-height: 1.85714286em;
}

h6,
.h6 {
    font-size: 0.85714286em;
    line-height: 2.16666667em;
}

.lead,
.grijs {
    font-size: 1.35714286em;
    line-height: 1.68421053em;
}

.wit {
    color: #fff;
}

.zwart {
    color: #000;
}

@media all and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 2.35714286em;
        line-height: 1.36363636em;
    }
    h2,
    .h2 {
        font-size: 1.78571429em;
        line-height: 1.5em;
    }
    h3,
    .h3 {
        font-size: 1.35714286em;
        line-height: 1.85714286em;
    }
    .lead {
        font-size: 1.35714286em;
        line-height: 1.36842105em;
    }
}

p,
ul,
ol,
pre,
table,
blockquote {
    margin-bottom: 1.85714286em;
}

ul,
ol {
    line-height: 1.85714286em;
}

ul.bullets {
    list-style: inside;
}

ol {
    list-style-type: upper-roman;
    list-style-position: inside;
}

blockquote {
    font-size: 1.78571429em;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    border-left: 0;
}

strong {
    font-weight: 600;
}

hr {
    margin: 1.85714286em 0;
    border-color: #fafafa;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}


/*! Typography -- Helpers */

.type--fade {
    opacity: .5;
}

.type--uppercase {
    text-transform: uppercase;
}

.type--bold {
    font-weight: bold;
}

.type--italic {
    font-style: italic;
}

.type--fine-print {
    font-size: 0.85714286em;
}

.type--strikethrough {
    text-decoration: line-through;
    opacity: .5;
}

.type--underline {
    text-decoration: underline;
}

.type--body-font {
    font-family: 'Open Sans', 'Helvetica';
}


/* End Typography */

.text_center {
    text-align: center;
}

.big-header {
    height: 30vh;
    width: 100%;
    position: relative;
    display: flex;
    top: 0;
    background-blend-mode: screen;
    margin-top: -100px;
}

.big-header>div {
    margin: auto;
    width: 100vw;
}

.big-header h1 {
    font-family: 'Roboto';
    font-weight: 300;
    letter-spacing: -0.01em;
    font-size: 3.14285714em;
    line-height: 1.31818182em;
}

.big-header .btn {
    max-width: 236px;
}


/* Menu-Items */

ul.menu_items a.dark,
a.light {
    font-family: 'Open Sans';
    text-decoration: none;
    text-transform: capitalize;
    transition: .3s;
    opacity: .5;
    font-size: 12px;
    line-height: 2.166666666666667em;
    letter-spacing: .5px;
}

ul.menu_items a.dark:hover,
a.light:hover {
    opacity: 1;
    text-decoration: none;
}

ul.menu_items {
    list-style: none;
    margin: 0;
}

ul.menu_items li {
    color: #fff;
    display: block;
    float: left;
    padding: 0 1rem 1rem;
    position: relative;
    text-decoration: none!important;
    transition-duration: 0.5s;
}

ul.menu_items li a.light {
    font-weight: 500;
    color: #ffffff;
}

ul.menu_items li a.dark {
    font-weight: 600;
    color: #252525;
}

ul.menu_items li:hover,
ul.menu_items li:focus-within {
    cursor: pointer;
}

ul.menu_items li:focus-within a {
    outline: none;
}

ul.menu_items li .submenu_item li {
    padding: 0;
}

ul.menu_items li ul.submenu_item li a.light,
ul.menu_items li ul.submenu_item li a {
    color: #252525;
    padding: 10px;
}

ul.menu_items li ul.submenu_item {
    padding-top: 0;
    padding-left: 5px;
    background: #fff;
    border-radius: 6px;
    visibility: hidden;
    opacity: 0;
    min-width: 120px;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 1rem;
    left: 0;
    display: none;
}

ul.menu_items li:hover>ul,
ul.menu_items li:focus-within>ul,
ul.menu_items li ul:hover,
ul.menu_items li ul:focus {
    visibility: visible;
    opacity: 1;
    display: block;
}

ul.menu_items li ul li {
    clear: both;
    width: 100%;
}

.rick-wrapper {
    position: sticky;
    top: 0;
    background: black;
    color: white;
    min-height: 60px;
    z-index: 20;
}
@media (min-width: 768px) {
    .rick-wrapper {
        min-height: 80px;
    }
}

/* End Menu-Items */

@media (min-width: 768px) {
    .mobile_menu {
        display: none;
    }
    .menu {
        background: none;
        padding: 0.92857143em 0;
        min-height: 70px;
        min-width: 1300px;
        top: 0;
    }
    .menu .btn {
        min-width: 0;
        padding-top: 0.30952381em;
        padding-bottom: 0.30952381em;
        padding-right: 1.85714286em;
        padding-left: 1.85714286em;
        transition: 0.3s;
        height: 35px;
    }
    .menu .btn--secundary {
        border: 1px solid;
        border-color: rgba(255, 255, 255, 0.3);
    }
    .menu {
        position: absolute;
        z-index: 99;
    }
}


/* Mobile Menu Media Query  */

@media (max-width: 768px) {
    .mobile_menu .menu_btn {
        font-size: 28px;
        float: right;
        padding-right: 60px;
    }
    .mobile_menu .menu_btn i {
        color: #000;
    }
    .mobile_menu {
        padding: 0.92857143em 0;
        z-index: 99;
        max-height: 60px;
        background: #fff;
        width: 100%;
    }
    .menu {
        display: none;
    }
    .mobile_menu img {
        padding-left: 60px;
    }
    ul.menu_items li {
        color: #525252;
        line-height: 0;
        float: none;
        padding: 0;
    }
    ul.menu_items li a.dark,
    ul.menu_items li a.light {
        font-weight: 600;
        color: #252525;
    }
    ul.menu_items li ul.submenu_item {
        padding-top: 0;
        padding-left: 5px;
        background: #fff;
        border: none;
        border-radius: 6px;
        visibility: hidden;
        opacity: 0;
        min-width: 120px;
        position: absolute;
        transition: all 0.5s ease;
        margin-top: 1rem;
        left: 0;
        display: none;
    }
    .btn--secundary_light {
        border: 1px solid #d3d3d3!important;
    }
    .btn--secundary_light:hover {
        border-color: #252525!important;
    }
    .btn--secundary_light span.btn__text {
        color: #000!important;
    }
    .mobile_menu .btn {
        width: 100%;
    }
    .mobile_menu .btn .btn__text {
        font-weight: 500;
    }
    #target {
        background-color: #fff;
        padding: 60px;
    }
}


/* End Mobile Menu Media Quarry  */

[data-overlay="3"]:before {
    opacity: 0.3;
}

[data-overlay]:before {
    position: absolute;
    content: '';
    background: #252525;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.floatr {
    float: right;
}

.floatl {
    float: left;
}

.floatt {
    vertical-align: top;
}

.floatb {
    position: absolute;
    bottom: 0;
}

.grayimage {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.boxed.boxed--border {
    border: 1px solid #ececec;
}

.boxed.boxed--lg {
    padding: 2.78571429em;
}


/* Icon Element */


/* End Icon Element */

.boxed.icon {
    min-height: 410px;
}

.boxed p {
    font-size: 15px;
}

.boxed p.lead {
    font-size: 21px;
}

.text-center {
    text-align: center;
}

.boxed {
    border-radius: 6px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 1.85714286em;
    margin-bottom: 30px;
}

.icon .label {
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #fff;
    text-transform: uppercase;
    height: 26px;
    min-width: 65px;
    padding: 0 10px;
    text-align: center;
    border-radius: 100px;
    position: absolute;
    z-index: 3;
    top: 1.23809524em;
    right: 1.23809524em;
}

.icon .label p {
    margin-top: 7px;
    font-size: 9px;
    color: #fff;
}

.icon i {
    font-size: 5.57142857em;
    color: #666;
}

.icon p {
    font-family: 'Lato'!important;
    font-size: 1em!important;
    margin-top: 1.36842105263158em;
    margin-bottom: 1.85714286em;
    line-height: 1.85714286em;
    color: #666666;
    font-weight: 400;
    opacity: .9;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon h4 {
    text-transform: capitalize;
    font-family: 'Rubik'!important;
    font-weight: 400;
    color: #222;
    margin-top: 1.36842105263158em;
    margin-bottom: 0.342105263157895em;
    font-size: 1.35714286em;
    line-height: 1.36842105em;
}

.icon a {
    margin-bottom: 20px;
    font-size: 0.85714286em;
    line-height: 2.16666667em;
}


/* End Icon Element */


/* Feature Element */

@media (min-width: 768px) {
    .row div[class*='col-']:nth-child(1):nth-last-child(3) .feature,
    .row div[class*='col-']:nth-child(2):nth-last-child(2) .feature,
    .row div[class*='col-']:nth-child(3):last-child .feature {
        margin-bottom: 0;
    }
}

.bg--dark .boxed[class*='bg-'].boxed--border,
.imagebg:not(.image--light) .boxed[class*='bg-'].boxed--border {
    border: none;
}

.bg--dark p {
    color: #FFF!important;
}

.feature-1 {
    min-height: 11.14285714em;
}

.boxed {
    border-radius: 6px;
}

.bg--white {
    background: #fff;
}

.boxed {
    position: relative;
    overflow: hidden;
    padding: 1.85714286em;
    margin-bottom: 30px;
}

.feature.feature--first:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #4a90e2;
    left: 0;
}

.feature a {
    font-size: 0.85714286em;
    font-weight: 600;
}

.feature h5 {
    font-family: 'Roboto';
    color: #252525;
    font-weight: 500;
}

.feature p {
    font-family: 'Roboto';
    color: #666;
    opacity: .9;
    font-weight: 400;
    font-size: 1em;
}

.feature .label {
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #fff;
    text-transform: uppercase;
    height: 26px;
    min-width: 65px;
    padding: 0 10px;
    text-align: center;
    border-radius: 50px;
    position: absolute;
    z-index: 3;
    top: 1.23809524em;
    right: 1.23809524em;
}

.feature .label p {
    margin-top: 8px;
    font-size: 9px;
    color: #FFF;
}

.feature.boxed.boxed--border {
    border: none;
}


/* End Feature Element */


/* Spotlight Element */

.spotlight hr.short {
    width: 2.78571429em;
}

.spotlight .desc {
    font-size: 1em;
    line-height: 1.85714286em;
    font-family: 'Lato';
}


/* End Spotlight Element*/


/* Skill-box Element */

.skill-box {
    text-align: center;
}

.skill-box .pie-chart {
    position: relative;
    margin: auto;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #f9f9f9;
}

.skill-box .pie-chart .inner-pie {
    width: 185px;
    height: 185px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: white;
}

.skill-box .pie-chart .inner-pie span {
    position: absolute;
    line-height: 185px;
    height: 185px;
    width: 185px;
    left: 0;
    top: 0;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    bottom: 0;
    right: 0;
    margin: auto;
    font-size: 25px;
    font-weight: 400;
    text-transform: capitalize;
}

.skill-box .skill-desc {
    margin-top: 15px;
    width: 100%;
}


/* End Skill-box Element */


/* Pricebox Element */

.pricing {
    text-align: center;
    height: 390px;
}

.pricing:hover {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
}

.pricing-1 .btn {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 0 0 6px 6px;
    padding: 0.92857143em 0;
    margin: 0;
}

.pricing i {
    font-size: 30px;
    margin-top: 10px;
}

.pricing span.amount {
    font-size: 55px;
    font-family: 'Rubik';
    font-weight: 300;
}

.pricing p {
    font-family: 'Lato';
    font-size: 14px;
    line-height: 1.85714286em;
    color: #666666;
    font-weight: 400;
}

.pricing h4 {
    text-transform: capitalize;
    font-weight: 400;
}

.pricing span.sign {
    font-family: 'Rubik';
    font-weight: 300;
    font-size: 28px;
}

.pricing a span {
    margin-bottom: 20px;
    color: #fff;
    font-size: 0.85714286em;
    line-height: 2.16666667em;
}


/* Imagegalery Element */

.imggalery img:last-child {
    padding-top: 30px;
}


/* End Imagegalery Element */

.form .field {
    background-color: #FCFCFC;
    width: 100%;
    min-height: 40px;
    border-color: #CACACA;
    border-style: solid;
    border-radius: 6px;
    border-width: 0.5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #000;
}

.form .field.textarea {
    height: 120px;
}

.halfbg {
    background-repeat: no-repeat;
    background-size: 50%;
}


/* (Social) Button Element */

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn.type--uppercase {
    letter-spacing: .5px;
}

h2+.btn,
.h2+.btn {
    margin-top: 0.92857143em;
}

.btn,
.btn__text,
button {
    font-family: 'Lato', 'Verdana', 'Helvetica', sans-serif;
}

.btn {
    position: relative;
    display: inline;
}

.btn {
    font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
    transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    border-radius: 6px;
    padding-top: 0.46428571em;
    padding-bottom: 0.46428571em;
    padding-right: 2.78571429em;
    padding-left: 2.78571429em;
    border: 1px solid #252525;
    border-width: 1px;
    font-size: inherit;
    line-height: 1.85714286em;
}

.type--uppercase {
    text-transform: uppercase;
}

.btn {
    display: inline-block;
    min-width: 236px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn--secundary:hover {
    border: 1px solid #fff;
}

.btn--secundary_dark {
    border: 1px solid #d3d3d3!important;
}

.btn--secundary_dark:hover {
    border-color: #252525!important;
}

.btn--secundary_dark span.btn__text {
    color: #000!important;
}

.btn:hover {
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
}

.btn.type--uppercase .btn__text {
    letter-spacing: .5px;
    margin-right: -0.5px;
}

.btn.bg--socialicon .btn__text,
.btn.bg--socialicon .btn__text i,
.btn--primary .btn__text,
.btn--primary:visited .btn__text {
    color: #fff;
}

.btn .btn__text,
.btn i {
    color: #252525;
    border-color: #252525;
    font-weight: bold;
    font-size: 0.85714286em;
}

.btn--icon i.socicon {
    line-height: 42px;
}

.btn--icon i {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    padding: 0 13px;
    border-radius: 6px 0 0 6px;
    font-size: 30px;
    line-height: 41px;
}

.btn .btn__text,
.btn i {
    color: #252525;
    border-color: #252525;
    font-weight: 700;
    font-size: 0.85714286em;
}

.btn,
.btn__text,
button {
    font-family: 'Roboto';
}

.btn .btn_label {
    top: -1.82857143em;
    right: -3.71428571em;
}

.btn_label {
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #fff;
    text-transform: uppercase;
    height: 26px;
    min-width: 65px;
    padding: 0 10px;
    text-align: center;
    border-radius: 50px;
    position: absolute;
    z-index: 3;
    top: 1.23809524em;
    right: 1.23809524em;
}

.btn_label p {
    margin-top: 8px;
    font-size: 9px;
}

.btn.bg--socialicon {
    border-color: rgba(0, 0, 0, 0) !important;
}

.btn.bg--socialicon.btn--icon i {
    line-height: 35px;
}


/* End (Social) Button Element */


/* GoogleMap Section */

.bg--dark:not(.nav-bar):not(.bar) {
    color: #ffffff;
}

div.space--lg,
footer.space--lg {
    padding-top: 14.85714286em;
    padding-bottom: 14.85714286em;
}

.switchable {
    position: relative;
}

.imageblock {
    position: relative;
    padding: 0;
}

.googlemap h3 {
    font-family: 'Rubik'!important;
    font-weight: 300;
}

.googlemap p {
    font-weight: 400;
    color: #fff;
    line-height: 1.68421053em!important;
    font-size: 1.35em;
    font-family: 'Lato';
}
.google-maps-container iframe {
    width: 100%;
    height: 100%;
}
.switchable div[class*='col-']:first-child:not([class*='pull']):not([class*='push']) {
    left: 0;
}

.switchable div[class*='col-']:first-child {
    float: left;
    right: auto;
}

.switchable>div[class*='col-'] {
    padding: 0;
}

.imageblock .imageblock__content {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 2;
    padding: 0;
}

.pos-right {
    right: 0;
}

@media (min-width: 768px) {
    .background-image-holder .map-container,
    .imageblock__content .map-container {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .map-container {
        min-height: 400px;
    }
    .map-container {
        position: relative;
        overflow: hidden;
    }
}

.lead:not(:last-child),
.grijs:not(:last-child) {
    margin-bottom: 1.36842105263158em!important;
}

.lead,
.grijs {
    font-weight: 400!important;
    color: #808080;
    font-family: 'Lato';
}

.lead,
.grijs {
    font-size: 17px!important;
    line-height: 1.68421053em!important;
}


/* End GoogleMap Section */


/* Half Section */

.background-image-holder:not([class*='col-']) {
    width: 100%;
}

.background-image-holder {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 0;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    opacity: 0;
    background: #252525;
}


/* End Half Section */


/* Radial Element */

.radial:not(:last-child) {
    margin-bottom: 1.85714286em;
}

.radial {
    margin-left: auto;
    margin-right: auto;
}

.radial {
    position: relative;
}

.radial .radial__label {
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
}

.radial .radial__label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    margin-bottom: 0;
}


/* End Radial Element */


/* Social Media Icon Element */

.list-inline:not(:last-child) {
    margin-right: 1.85714286em;
}

.list-inline {
    margin-left: 0;
    display: inline-block;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list--hover li:not(:hover) {
    opacity: .6;
}

.list-inline li:not(:last-child) {
    margin-right: 1.85714286em;
}

.list-inline li:first-child {
    padding-left: 0;
}

.list--hover {
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
}

.list-inline li {
    display: inline-block;
    padding: 0;
}

.list-inline li {
    padding: 0 1em;
    margin-left: 0;
}

.social_icon.icon--xs {
    font-size: 1.14285714285714em;
}

.social_icon:not(.block) {
    display: inline-block;
}

.icon--xs {
    font-size: 1em;
}

.social_icon {
    line-height: 1em;
    font-size: 3.14285714em;
    font-weight: bold;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'iconsmind';
    speak-as: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="socicon-"],
[class*=" socicon-"] {
    font-family: 'Socicon' !important;
    speak-as: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* End Social Media Icon Element */


/* Post Index */

.post {
    color: #808080;
}

.post h2 {
    color: #000;
}

.post h2 a {
    text-decoration: none;
    color: #252525;
    font-weight: 300;
    margin-top: 0;
    font-size: 33px;
    margin-bottom: 0;
    transition: .3s;
    line-height: 2.16666667em;
}

.post h5 {
    font-weight: 400;
}

.post a.next {
    font-family: 'Open Sans';
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 0.85714286em;
    line-height: 2.16666667em;
}

.post h2:hover a {
    color: #808080;
}

.post p {
    font-size: 1.35714286em;
    line-height: 1.68421053em;
    font-weight: 400;
    color: #808080;
}


/* End Post Index */


/* Post Index Category */


/* End Post Index Category */


/* Post Show */

.bg--dark {
    background-color: #252525;
}

.bg--dark input {
    color: #666666;
}


/* End Post Show */


/* Random Post (Show) */

.post3-1>a.block img {
    border-radius: 6px 6px 0 0;
}

article.post3-1 a img {
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
}

article.post3-1 a:hover img {
    opacity: .85;
}

article {
    min-height: 200px;
}

article .boxed.boxed--border {
    border-radius: 0 0 6px 6px;
}


/* End Random Post (Show) */


/* Form Element */

.input-checkbox {
    padding: 0;
}

.input-checkbox,
.input-radio,
.input-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
}

input[type],
select,
textarea {
    padding-left: 0.92857143em;
}

input:not([class*='col-']),
.input-select:not([class*='col-']),
textarea:not([class*='col-']),
button[type="submit"]:not([class*='col-']) {
    width: 100%;
}

.input-checkbox input,
.input-radio input,
.input-select input {
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    position: absolute !important;
}

input[type],
textarea,
select {
    -webkit-appearance: none;
    background: #fcfcfc;
    padding: 0.46428571em;
    border-radius: 6px;
    border: 1px solid #ececec;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input,
[class*='input-'] label,
select,
textarea {
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
}

input,
select {
    height: 2.78571429em;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select,
    textarea,
    input {
        font-size: 16px;
    }
}

button,
input {
    overflow: visible;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.bg--dark .input-checkbox:not(.checked) label {
    border-color: #a5a5a5;
}

.input-checkbox input:checked+label {
    border-color: #4a90e2;
    background: #4a90e2;
}

.text-center .input-checkbox label,
.text-center .input-radio label {
    margin: 0 auto;
}

.input-checkbox label {
    background: none;
    border: 1px solid #d3d3d3;
    text-align: center;
    position: relative;
}

.input-checkbox label,
.input-radio label {
    font-size: 1em;
}

input,
[class*='input-'] label,
select,
textarea {
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
}

.bg--dark label,
.imagebg:not(.image--light) label {
    color: #fff;
}

.input-checkbox label {
    width: 1.85714286em;
    height: 1.85714286em;
    border-radius: 6px;
    background: #000;
}

.input-checkbox label,
.input-radio label,
.input-select label {
    display: block !important;
    cursor: pointer;
}

.input-checkbox input:checked+label:before {
    animation: pulse .45s ease forwards;
    -webkit-animation: pulse .45s ease forwards;
}

.input-checkbox label:before {
    content: '';
    left: 0;
    border-radius: 6px;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #4a90e2;
    opacity: 0;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
}

.input-checkbox input:checked+label:after {
    content: 'L';
    transform: rotateY(180deg) rotateZ(-45deg);
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    font-weight: 700;
}

.bg--dark .input-checkbox+span {
    opacity: .75;
}

.input-checkbox+span {
    display: inline-block;
    position: relative;
    bottom: 10px;
    margin-left: 0.92857143em;
    font-size: 0.85714286em;
    white-space: nowrap;
}


/* End Form Element */


/* Portfolio Post Show & Index */

.portfolio h2 {
    font-weight: 400;
    font-size: 48px;
}

.portfolio-index {
    padding-bottom: 80px;
}


/* End Portfolio Post Show */


/* Related Portfolio Post Tray */

.project-thumb.hover-element.hover--active {
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
}

.project-thumb.hover-element {
    margin: 0;
}

.border--round {
    border-radius: 6px;
}

.hover-element {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.project-thumb.border--round>a {
    border-radius: 6px;
    overflow: hidden;
}

.project-thumb.hover-element>a {
    height: 24.14285714em;
    text-decoration: none;
    font-weight: normal;
}

.project-thumb>a {
    display: block;
}

.hover-element * {
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
}

.project-thumb.border--round .background-image-holder {
    border-radius: 6px;
}

.project-thumb.hover-element .background-image-holder {
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
}

.border--round .background-image-holder {
    border-radius: 6px;
}

.background-image-holder:not([class*='col-']) {
    width: 100%;
}

.hover-element * {
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
}

.background-image-holder {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 0;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    opacity: 0;
    background: #252525;
}

.hover-element:hover .hover-element__reveal,
.hover-element.hover--active .hover-element__reveal {
    opacity: 1;
}

.hover-element .hover-element__reveal {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.hover-element * {
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
}

[data-scrim-top] {
    position: relative;
}

.project-thumb.hover-element [data-scrim-top]:before {
    height: 100%;
}

.border--round [data-scrim-top]:before,
.border--round [data-scrim-bottom]:before,
.border--round [data-overlay]:before {
    border-radius: 6px;
}

[data-scrim-top="5"]:before {
    opacity: 0.5;
}

[data-scrim-top]:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 80%;
    background: -moz-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%, #252525), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
    z-index: 1;
}

.project-thumb.hover-element .hover-element__reveal .project-thumb__title {
    padding: 1.85714286em;
    z-index: 2;
    position: relative;
    color: #fff;
}

.hover-element * {
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
}

[data-scrim-top]:not(.image--light) h1,
[data-scrim-top]:not(.image--light) h2,
[data-scrim-top]:not(.image--light) h3,
[data-scrim-top]:not(.image--light) h4,
[data-scrim-top]:not(.image--light) h5,
[data-scrim-top]:not(.image--light) h6 {
    color: #fff;
}

.project-thumb h4 {
    margin-bottom: 0;
}

[data-scrim-top]:not(.image--light) p,
[data-scrim-top]:not(.image--light) span,
[data-scrim-top]:not(.image--light) ul {
    color: #e6e6e6;
}

.hover-element * {
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
}

.hover-element:hover .hover-element__reveal,
.hover-element.hover--active .hover-element__reveal {
    opacity: 1;
}

.project-thumb.hover-element.hover--active:hover {
    opacity: .85;
}


/* End Related Portfolio Post Tray */


/* Cycle2 custom */

.cycle-pager span {
    font-family: arial;
    font-size: 30px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #C9C9C9;
    cursor: pointer;
}

.cycle-pager span:hover {
    color: #7C7C7C;
}

.cycle-pager span.cycle-pager-active {
    color: #000;
}

.cycle-prev {
    left: 0;
}

.cycle-next {
    right: 0;
}

.cycle-next,
.cycle-prev {
    top: 45%;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    border-radius: 0;
    opacity: .7;
    color: #ABA9A9;
    background: #252525;
    width: 2.78571429em;
    height: 5.57142857em;
    text-align: center;
    padding-top: 30px;
}

.cycle-prev,
.cycle-next {
    position: absolute;
    filter: alpha(opacity=0);
    z-index: 800;
    cursor: pointer;
}

.cycle-prev:hover,
.cycle-next:hover {
    opacity: 1;
    color: #fff;
}

.cycle-next:before,
.cycle-prev:before {
    font-size: 1em;
    font-weight: normal;
}

.cycle-next:before {
    font-family: 'stack-interface'!important;
    content: "\e80c";
}

.cycle-prev:before {
    font-family: 'stack-interface'!important;
    content: "\e80b";
}


/* End Cycle2 custom */


/* Services Post */

.imagebg.border--round {
    overflow: hidden;
}

.border--round {
    border-radius: 6px;
}

.box-shadow-wide {
    box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}

.imagebg {
    position: relative;
}

[data-overlay] {
    position: relative;
}

@media (min-height: 600px) and (min-width: 767px) {
    .height-50 {
        height: 50vh;
    }
}

.border--round:before {
    border-radius: 6px;
}

[data-overlay="4"]:before {
    opacity: 0.4;
}

[data-overlay]:before {
    position: absolute;
    content: '';
    background: #252525;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.border--round .background-image-holder {
    border-radius: 6px;
}

.background-image-holder:not([class*='col-']) {
    width: 100%;
}

.background-image-holder {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 0;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    opacity: 0;
    background: #252525;
}

[data-overlay] *:not(.container):not(.background-image-holder) {
    z-index: 2;
}

img:last-child {
    margin-bottom: 0;
}

.switchable div[class*='col-']:last-child:not([class*='pull']):not([class*='push']) {
    right: 0;
}

.switchable.switchable--switch div[class*='col-']:last-child {
    float: left;
    left: 0;
    right: auto;
}

.switchable div[class*='col-']:last-child {
    float: right;
    left: auto;
}

@media (min-width: 768px) {
    .switchable .imagebg .boxed {
        padding-left: 5.57142857em;
    }
    .pos-vertical-center {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
}

[data-overlay] *:not(.container):not(.background-image-holder) {
    z-index: 2;
}

.boxed.boxed--lg {
    padding: 2.78571429em;
}

.boxed {
    border-radius: 6px;
}

.boxed {
    position: relative;
    overflow: hidden;
    padding: 1.85714286em;
    margin-bottom: 30px;
}

[data-overlay] *:not(.container):not(.background-image-holder) {
    z-index: 2;
}

.imagebg h1,
.imagebg h2,
.imagebg h3,
.imagebg h4,
.imagebg h5,
.imagebg h6 {
    position: relative;
}

h2,
.h2 {
    margin-bottom: 0.78787878787879em;
}

h2,
.h2 {
    font-size: 2.35714286em;
    line-height: 1.36363636em;
}

[class*='bg-']:not(.bg--white):not(.bg--secondary) p,
[class*='imagebg']:not(.image--light) p {
    opacity: .9;
}

[data-overlay] *:not(.container):not(.background-image-holder) {
    z-index: 2;
}

.bg--none {
    background: none;
}

.whitetext {
    color: #fff!important;
}

p:last-child {
    margin-bottom: 0;
}

.services .lead {
    color: #fff;
}
.services-text h2{
    font-size: 45px;
}
.services-text .lead{
    padding-top: 20px;
}
.height-100, .height-90, .height-80, .height-70, .height-60, .height-50, .height-40, .height-30, .height-20, .height-10 {
    height: auto;
    padding: 5em 0;
}
/* End Services Post*/


/* Back to top */

.back-to-top {
    position: fixed;
    width: 3.71428571em;
    height: 3.71428571em;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    right: 1.85714286em;
    bottom: 3.71428571em;
    padding-top: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
    z-index: 99;
    border: 1px solid #ececec;
    transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
}

.back-to-top i {
    color: #252525;
}


/* End Back to top */


/* FAQ Element */

.faq {
    color: #000;
    padding-bottom: 50px;
}


/* End FAQ Element */

.menu-languages {
display: inline-block;
vertical-align: middle;
}
