*,
*:after,
*:before {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

clearfix {
    overflow: auto;
    content: "";
    clear: both;
    display: table;
}

html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    font-size: 100%;
}

html {
    font-size: 62.5%
}

body {
    font: 300 14px/1.6 'Open Sans', sans-serif;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'DM Serif Display', sans-serif;
    line-height: 1.2
}

h1 {
    font-size: 4rem;
    margin: .67rem 0
}

h2 {
    font-size: 2.5rem;
    margin: .75rem 0
}

h3 {
    font-size: 2.17rem;
    margin: .83rem 0
}

h4 {
    font-size: 2rem;
    margin: .83rem 0;
    line-height:1.5;
    font-family: 'Open Sans', sans-serif !important;
}

h5 {
    font-size: 1.83rem;
    margin: 1.5rem 0
}

h6 {
    font-size: 1.75rem;
    margin: 1.67rem 0
}

.clear:after,
.clear:before {
    content: ' ';
    display: table
}

.clear:after {
    clear: both
}

img {
    max-width: 100%;
    vertical-align: bottom
}

a {
    color: #131b21;
    text-decoration: none;
    outline: none
}

a:hover {
    color: #1d1d1b
}

a:focus {
    outline: 0
}

a:active,
a:hover {
    outline: 0
}

p, ul, li {color:#000}

input:focus {
    outline: 0;
    border: 1px solid #131b21
}

::-moz-selection {
    background: #131b21;
    color: #fff;
    text-shadow: none
}

.post p a {
	text-decoration: underline;
    color: #35A8E0;
	transition: 0.1s linear
}
.post p a:hover {
    color: #131B2E;
}

::selection {
    background: #131B2E;
    color: #fff;
    text-shadow: none
}

::-webkit-selection {
    background: #131B2E;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #131B2E;
    color: #fff;
    text-shadow: none
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.gallery-caption,
.wp-caption .wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.sharethis-inline-share-buttons {
    margin: 30px 0 75px 0
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.entry-thumb-outer {
  display:block;
  margin: 10px;
  overflow: hidden;
    border-radius: 5px;/* clip the excess when child gets bigger than parent */
}
.entry-thumb-outer .entry-thumb{
  display: block;
  transition: transform .4s;   /* smoother zoom */
}
.entry-thumb-outer:hover .entry-thumb {
  transform: scale(1.05);
  transform-origin: 50% 50%;
}
.entry-thumb-outer:hover .post h3,
.entry-thumb-outer:hover .projects h3 
.entry-thumb-outer:hover .featured-posts-single h3 
{transform: scale(.5);}
.post .meta-left, .post .meta-right {display: inline-block;}
.post .meta-right {width: calc(231px - 20px); }
.post .meta-left {    width: calc(65% - 20px);
    text-align: left;}

@media (max-width:768px) {
    .post .meta-left, .post .meta-right, .social-share {
        display: block !important;
        width:100% !important;
        text-align: left !important
    }
}

#latest-items article.all {
    display: none
}

.wide-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 50px;
    margin-bottom: 50px
}

header.header {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

header.header.sticky {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    max-height: 90px;
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(19, 27, 46, .5);
    z-index:9999;
}

header.header .logo {
    left: 50px;
    top: 15px;
    cursor: pointer;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1
}
#intro h3 {font-family: 'Open Sans', sans-serif}
.header .logo .logo-normal {
    opacity: 1;
    display: block
}

.nav-active .header .logo .logo-normal,
.nav-active .header .logo .logo-sticky {
    opacity: 0 !important;
    display: none !important
}

.header .logo .logo-sticky {
    opacity: 0;
    display: none;
    z-index: 10
}

.header.sticky .logo .logo-normal {
    opacity: 0;
    display: none
}

.header.sticky .logo .logo-sticky {
    opacity: 1;
    display: block
}

.header.sticky .menu-icon .menu-icon__line,
.header .menu-icon .menu-icon__line,
.nav-active .header .menu-icon .menu-icon__line {
    background-color: #fff
}

.home .header .menu-icon__line {
    background: #000
}

#wpadminbar {
    bottom: 0 !important;
    top: inherit !important
}

header.header {
position: fixed; width: 100%; padding: 30px 0; height: auto; top: 0; left: 0; margin: 0 auto; z-index: 99999; overflow: visible;
}

.home header.header {
position: fixed; width: 100%; padding: 30px 0; height: 90px; top: 0; left: 0; margin: 0 auto; z-index: 99999; overflow: visible;
}

.burger_contact {
    position: fixed;
    bottom: 0;
    padding: 20px;
    color: #fff;
    width: 100%;
    margin: 20px auto;
    text-align: center;
    font-size: 12px;
}
.burger_contact a {color:#fff}
.burger_contact .c-item {display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid white;}
.burger_contact .c-item:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none}



header.header .logo {
    position: absolute;
    top: 20px;
    left: 30px
}

header.header.sticky .button_container,
header.header.sticky .logo {
    z-index: 999
}

.cont {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto
}

.header .button_container {
    position:fixed;
    top: 30px;
    right: 30px;
    height: 35px;
    width: 35px;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    z-index: 100
}

.button_container:hover {
    opacity: 1
}

.button_container.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #fff
}

.button_container.active .middle {
    opacity: 0;
    background: #fff
}

.button_container.active .bottom {
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
    transform:translateY(-9px) translateX(0) rotate(-45deg);
    background: #fff
}

.button_container span.middle {
    width: 40px
}

.button_container span {
    background: #193058;
    border: none;
    height: 2px;
    width: 40px;
    position: fixed;
    top: 35px;
    right: 40px;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer
}

.home header.header.sticky .button_container span,
header.header.sticky .button_container span {
    background: #fff !important
}

header.header .button_container span,
.home header.header .button_container.active span {
    background: #fff !important
}

.home header.header .button_container span {
    background: #193058 !important
}

.button_container span:nth-of-type(2) {
    top: 45px
}

.button_container span:nth-of-type(3) {
    top: 55px
}

.overlay {
    position: fixed;
    background:rgba(19, 27, 46, 1);
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    z-index: 20;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden
}

.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%
}

.overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s
}

.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s
}

.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.overlay nav {
    position: relative;
    height: 70%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 400;
    text-align: center
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: auto;
    top: 45%;
}

.overlay ul li {
    height: 20%;
    height: calc(100%/4);
    min-height: 30px;
    position: relative;
    display: inline-block;
    opacity: 0;
    padding: 20px;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden
}

.overlay ul li a:active:after,
.overlay ul li a:focus:after,
.overlay ul li a:hover:after {
    width: 100%
}

.overlay ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    background: #fff;
    -webkit-transition: .35s;
    transition: .35s
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%
    }
    100% {
        opacity: 1;
        left: 0
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%
    }
    100% {
        opacity: 1;
        left: 0
    }
}

@media (max-width:768px) {
    .overlay ul li {
        display: block
    }
    .overlay nav {
        top: 30%;
        height: 100%;
    }
    .burger_contact .c-item {display:block;text-align: center;border-right: none;margin-bottom:5px;}
}

footer.footer {
    background: #131b21;
    padding: 30px 0;
    width: 100%;
}

.footer,
.footer a,
.footer-menu li a {
    color: #fff !important
}

p.copyright {
    font-size: 12px;
    text-align: right;
    color:#fff !important
}

.grecaptcha-badge {
    visibility: hidden
}

.footer-menu ul {
    padding: 0;
    margin: 0
}

.footer-menu li {
    color: #fff;
    opacity: 1 !important;
    display: block;
    position: relative
}

.footer h3 {
    margin-top: 0;
    line-height: inherit
}

ul.footer_contact {
    font-size: 12px;
    font-weight: bold;
    padding-left: 0;
    line-height: 1.8;
    list-style-type: none;
    margin: 0
}
ul.footer_contact li {color:#fff}
ul.footer_contact li span {
    font-weight: normal;
    display: table-cell;
    padding-left: 40px;
    position: absolute;
    margin-top: -20px;
    color:#fff
}

.social-media {
    display: inline-block;
    margin-top: 20px;
}

.fai {
    font-size: 15px;
    width: 25px;
    height: 25px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    padding: 10px;
}

.fai:hover {
    opacity: 0.7;
}

.fai-twitter {
    background: #55ACEE;
    color: white;
}

.fai-linkedin-in {
    background: #007bb5;
    color: white;
}

.footer-menu li a {
    font-size: 14px;
}

@media (max-width:768px) {
    footer .logotype {
        display: block;
        margin: 30px auto
    }
    footer.footer h3 {
        text-align: center;
        padding: 20px 20px 30px 20px;
        font-size:18px;
    }
    .footer-menu {
        display: none
    }
    .social-media {
        display: block;
        margin: 40px auto 30px auto;
        text-align: center;
    }
    .copyright {
        text-align: center
    }
}

.titlebar {
    position: relative;
    background: #193058;
    background: linear-gradient(to right bottom, #131b2e 50%, #193058 50%);
    
    background-size:cover;background-repeat:no-repeat;background-position: center;
    
    
    width: 100%;
    display: inline-block;
    padding: 8.75em 2.0em;
    font-size: 1.5em;
    text-align: center;
    margin: 0;
    color: #ffffff;
    font-weight: normal;
    font-family: sans-serif
}

h3.video-title {   z-index: 1;
    top: 450px !important;}

.single .titlebar, .single .sinlge-titlebar {
    text-align: left;
}

.single .titlebar h1,.single-titlebar h1 {
    max-width: 80%;
}

.titlebar p {
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-transform: none
}

.titlebar-title {
    z-index: 1
}

.titlebar-title span {
    font-family: 'Open Sans', sans-serif;
    display: inline;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone !important;
    color: #131B2E;
    padding: 5px 10px;
    font-size: 1em;
    background-color: #ffffff;
    text-transform: none;
    font-weight: 600;
    line-height: 70px;
}
#wpl-video { 
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);}
#wpl-video-featured {position: relative;
    width: 100%;
    height: 550px;
    background-position: center;
    background-size: cover;
    object-fit: cover;
    border-radius: 5px;
}
#wpl-video-post {
    position: absolute;
    width: 100%;
    height: 550px;
    background-position: center;
    background-size: cover;
    object-fit: cover;
    border-radius: 5px;
}



@media (max-width:768px) {
    .single .titlebar h1 {
        max-width: 100% !important;
        width: 100% !important;
        font-size: 28px;
    }
    .featured-projects .swiper-pagination {bottom: 30px !important;text-align:center !important}
}


#latest-work {
    margin-bottom: 75px;
    min-height:800px;
}

.post,
.projects {
    position: relative;
}

.post .entry-thumb,
.projects .entry-thumb {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    min-height: 250px;
    background-position: center;
    position: relative;
    margin-bottom: 0;
    border-radius: 5px;
}
.gradient {border-radius:5px}

.slider-slide .post .entry-thumb {
    min-height: 450px;
}

.post .entry-thumb:before,
.projects .entry-thumb:before,
.titlebar:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right bottom, rgba(12, 27, 46, .2) 50%, rgba(25, 48, 88, .2) 50%);
    border-radius: 5px;
    top: 0;
    left: 0
}

.post .entry-content,
.projects .entry-content {
    padding: 5px 15px;
}

.post h3,
.projects h3,
.featured-posts-single h3 {
    color: #fff !important;
    position: absolute !important;
    bottom: 0;
    font-size: 2.5rem;
    line-height: 2.8rem;
    width: 100%;
    margin-bottom: 0 !important;
    padding: 20px 20px 20px 20px;
}

.featured-posts-single .swiper-slide {
	display: block
}

.featured-posts-front h3 {    font-size: 3rem !important;line-height: 3rem !important;padding-bottom: 40px !important;}
.single-post .post h3 {
    color: inherit !important;
    position: relative !important;
    margin: 30px 0 20px 0 !important;
    padding: 0 !important
}

.post p,
.projects p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    margin-top: 5px;
}

.post .date,
.post .category,
.post .category a,
.projects .date,
.projects .category,
.projects .category a {
    font-size: 14px;
    text-transform: uppercase;
    color: #BAC1CC
}

.post span.stripe:after,
.projects span.stripe:after {
    position: absolute;
    background: #BAC1CC;
    border: 1px solid #BAC1CC
}

.entry-meta span.date {
    margin-right: 30px
}

.entry-meta span.date:after {
    content: '';
    width: 20px;
    background: #BAC1CC;
    position: absolute;
    height: 1px;
    top: 12px;
    margin-left: 7px;
}

.entry-content .entry-meta {
    position: relative
}

.single article {
    margin-bottom: 75px;
}

.proejct-wrapper {
    display: table-cell;
    vertical-align: middle;
    width: 100%
}

.proejct-wrapper .proejcts-meta,
.proejct-wrapper .projects-item {
    display: inline-block;
    vertical-align: middle
}

.proejct-wrapper .projects-item img {
    height: auto
}

.slider.projects-posts-image {
    width: 100%;
    height: 535px;
    background-image: url(../img/Pad.png);
    position: absolute;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.project-inner img {
    display: block;
    z-index: -1
}

.projects-posts-image .slider-slide {
    display: block
}

.featured-projects {
    position: relative;
    overflow: hidden;
    padding: 75px 0 100px 0;
}

.featured-projects .swiper-pagination {
    bottom: 160px !important;
    text-align: left
}

.featured-projects .csimage {
    max-height: 500px;
    margin: 0 auto
}

#featured-projects {
    position: relative
}

.featured-projects .text-items {
    padding-bottom: 50px;
    padding-top: 50px
}

.projects-wrapper {
    display: block
}

.proejcts-meta,
.proejcts-item {
    display: inline-block;
    float: left
}

.featured-posts-front {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    z-index: 0
}


.arrows .swiper-button-next,
.arrows .swiper-button-prev {
    top: 60% !important;
    outline: none;
    padding: 40px;
}
.gradient:before {
    content: '';
    width: 100%;
    top: 70%;
    left: 0;
    z-index: 0;
    height: 30%;
    position: absolute;
background: rgb(0,0,0);
background: -moz-linear-gradient(360deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(360deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,0) 100%);
background: linear-gradient(360deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);}
.featured-posts-front .entry-thumb {
    max-height: 550px;
    height: 550px;
}

.featured-posts-front .swiper-slide-prev .entry-thumb {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.featured-posts-front .swiper-slide-next .entry-thumb {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.featured-posts-front .swiper-slide-prev .entry-content,
.featured-posts-front .swiper-slide-next .entry-content {
    opacity: 0 !important
}

.featured-posts-single .swiper-button-prev {
    left: -50px;
    top: 32% !important;
}

.featured-posts-single .swiper-button-next {
    right: -50px;
    top: 32% !important;
}
    .featured-projects .text-items h2 {font-size: 4rem;line-height: 4.5rem}
    .featured-projects .text-items h4 {font-size:14px;color:#131b2e}
@media (max-width:768px) {
    .featured-posts-single .swiper-button-prev,
    .featured-posts-single .swiper-button-next,
    .circle {
        display: none
    }
    .featured-projects .text-items,
    .featured-projects .image-item {
        text-align: center
    }

    .featured-posts-front .swiper-slide-active,
    .featured-posts-front .swiper-slide,
    .featured-posts-front .swiper-slide.swiper-slide-prev,
    .featured-posts-front .swiper-slide.swiper-slide-next,
    .featured-posts-front .swiper-slide.swiper-slide-active {
        opacity: 1 !important;
        width: 100% !important;
        margin: 0 !important;
        position:relative;
    }
    .featured-posts-front #post-122 h3 {    top: 120px !important;}
    .featured-posts-front .entry-thumb, #wpl-video-featured {
        max-height: 250px !important;
        height: 250px !important;
        border-radius: 0
    }
    .featured-posts-front .entry-content {
        display: none !important
    }
    .featured-posts-front {
        margin-bottom: 50px;
    }
    .arrows .swiper-button-next,
    .arrows .swiper-button-prev {
        top: 35% !important;
        color: #fff !important;
    }
    .filter-wrap {
        text-align: left !important;
        margin-bottom: 20px;
    }
    .filter-wrap span {
        padding-left: 0 !important;
        display: none
    }
}

.masonry {
    transition: all .5s ease-in-out;
    column-gap: 30px;
    column-fill: initial;
    margin-bottom: 100px;
}

.masonry .brick {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
    width: 33%;
    bottom: 0;
}

.masonry .brick:nth-child(3n+2) {
    bottom: -90px;
}


.masonry .loadmore {
    
}

.masonry .brick .entry-thumb {
    min-height: 400px;
}

.masonry .brick img {
    transition: all .5s ease-in-out;
    backface-visibility: hidden;
}

.masonry .brick:hover img {
    opacity: .75;
}

.masonry.bordered {
    column-rule: 1px solid #eee;
    column-gap: 50px;
}

.masonry.bordered .brick {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.masonry.gutterless {
    column-gap: 0;
}

.masonry.gutterless .brick {
    margin-bottom: 0;
}

#projects .masonry {
    column-count: 2;
}
.masonry {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    position: relative;
    z-index: 0;
    clear: both;
}

@media only screen and (min-width:768px) and (max-width:1023px) {

    .masonry .brick .entry-thumb {
        max-height: 250px !important;
        min-height: 250px !important;
    }
}

@media only screen and (max-width:767px) {
    .masonry .brick .entry-thumb {
        max-height: 250px !important;
        min-height: 250px !important;
    }
}

@media only screen and (min-width:1024px) {
    .masonry {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        position: relative;
        z-index: 0;
        clear: both;
    }
}

#about {
    position: relative
}

.logo-bkg {
    position: absolute;
    background: url(../img/wpl.svg);
    background-size: contain;
    width: 100%;
    left: -10%;
    top: 0%;
    display: block;
    height: 140%;
    background-repeat: no-repeat !important;
    background-position: left center !important;
}
@media (max-width:650px) {
    .logo-bkg, .spacer-bottom, .spacer-top {display:none}
    #about {text-align:center}
}

.our-services {
    padding: 75px 0 75px 0;
    text-align: center
}

.our-services h2 {
    margin-bottom: 50px;
}

.our-services h5 {
    color: #154384
}

.our-services i {
    font-size: 36px;
}

.our-services .tile {
    margin-top: 50px
}

.spacer-top {
    padding-top: 75px;
}

.spacer-bottom {
    padding-bottom: 75px;
}

#projects {
    padding: 75px 0
}

.projects {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset
}

.circle {
    z-index: 0;
    background: #193058;
    width: 600px;
    height: 600px;
    overflow: hidden;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    bottom: -100px;
    right: -100px;
    border-radius: 50%;
}

.client, .author {
    display: block;
}
.client {
    margin-bottom: 30px
}

#projects-section {
    padding-bottom: 75px;
}

a.button,
.button {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #35A8E0;
    color: #fff;
    font-weight: bold;
    border: none;
    font-size: 12px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
}

a.button.fill {
    background: #131B2E;
}

.button-block {
    margin: 0 auto;
    position: relative;
    left: 0;
    bottom: -100px;
}

a.button:hover,
.button:hover {
    background: #131B2E;
    color: #fff;
}

a.button.fill:hover,
input[type="submit"]:hover {
    background: #35A8E0;
}

a.view-article {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin-top: 15px;
    transition: 0.3s;
    color: #dbcab7;
}

a.view-article:hover {
    color: #131B2E;
    transition: 0.3s;
}

input[type="submit"] {
    width: inherit !important;
    display: inline-block !important;
    padding: 10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #131B2E;
    color: #fff;
    font-weight: bold;
    border: none !important;
    font-size: 12px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
    float: right;
    top: -30px;
}

input[type="submit"]:hover {
    background: #35A8E0;
    color: #fff;
}

input[type="checkbox"] {
    width: inherit !important
}

.error404 main {
    padding: 75px 0;
    text-align: center
}

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

#quote-contact {
    background: #DBCAb7;
    padding: 75px 0 95px 0;
    position: relative
}

.contact {
    background: #fff;
    padding:60px 130px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 7px -7px 8px -8px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 7px -7px 8px -8px rgba(0, 0, 0, 0.67);
    box-shadow: 7px -7px 8px -8px rgba(0, 0, 0, 0.67);
}

.contact h3 {font-family: 'Open Sans', sans-serif;margin-bottom: 60px;font-size: 16px;}
sup.asterisk,
.wpcf7-not-valid-tip {
    color: #ff776b !important;
    font-size: 11px !important
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    background: #ff776b !important;
    border: none !important;
    padding: 15px;
    font-size: 12px;
    text-align: center;
}

.wpcf7-form-control-wrap {
    padding: 15px 0 10px 0;
}

.columns,
.textarea {
    display: block;
    position: relative;
    width: 100%;
    float: none;
    clear: both
}

.columns .column-one,
.columns .column-two {
    width: calc(50% - 15px);
    display: inline-block;
    margin-right: 10px;
}

.textarea {
    padding-top: 30px;
}

.columns input {
    width: 100%;
}

.one {
    width: inherit
}

input,
select,
textarea {
    border: none !important;
    border-bottom: 2px solid #CFD5E1 !important;
    resize: none;
    padding: 15px 0 10px 0;
    font-weight: bold;
    color: #131B2E;
    width: 100%
}

textarea:focus,
input:focus {
    outline: none;
}

label,
.wpcf7-list-item-label {
    color: #16253E;
    font-weight: bold;
    font-size: 12px;
}

.wpcf7-list-item-label {
    padding-left: 5px;
}

span.wpcf7-list-item {
    margin: 0 !important
}

span.wpcf7-list-item {
    display: block;
}

::-webkit-input-placeholder {
    color: #CFD5E1;
    font-wight: bold;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #CFD5E1;
    font-wight: bold;
    font-size: 14px;
}

::placeholder {
    color: #CFD5E1;
    font-wight: bold;
    font-size: 14px;
}

@media (max-width:768px) {
    .button-block {
    margin: 0 auto;
    position: relative;
    left: inherit;
            width: 100%;
    text-align: center;
}
    .masonry .brick {display:block}
    .columns .one,
    .columns .two {
        width: 100% !important;
        margin-right: 0;
        display: inline-flex
    }
    .columns .column-one,
    .columns .column-two {
        width: calc(100% - 0px);
        display: block;
        margin-right: 0;
    }
    .columns .column-two {
        margin-top: 30px;
    }
    .contact {
        padding: 30px !important;
    }
    input[type="submit"] {
        margin-top: 15px !important;
        top: inherit
    }
}

.quote,
blockquote p {
    overflow: hidden;
    font-family: 'DM Serif Display', sans-serif;
    font-size: 22px !important;
    color: #131B2E;
    margin: .5em 10px;
    padding: 0 10px;
    line-height: 1.6 !important;
}

.quote p {
    padding: 0 10px 10px 0;
    margin: 0
}

.quote .swiper-wrapper {
    padding: 0 0 30px 0;
    margin-bottom: 30px;
}

.quote .swiper-pagination-bullets {
    bottom: 30px !important
}

.wp-block-quote:before {
    content: '';
    position: absolute;
    width: 2px;
    left: -30px;
    height: 100%;
    background: #CFD5E1;
}

blockquote {
    position: relative
}

.wp-block-quote {
    margin-top: 30px;
    margin-bottom: 30px;
}

.wp-block-quote p {
    color: #000 !important;
}

.single blockquote:after {
    content: none!important
}

.wp-block-quote cite {
    color: #000 !important;
    padding-left: 20px;
    text-align: left;
    display: block;
    font-style: normal
}

.quotemark {
    background: url(../img/quote.svg);
    background-color: #DBCAb7;
    display: inline;
    height: 40px;
    width: 40px;
    line-height: 40px;
    left: 10px;
    position: absolute;
    top: 16px;
    z-index: 1;
    background-repeat: no-repeat
}

.quotemark:after,
blockquote:after {
    background-size: cover;
    content: '';
    position: absolute;
    height: 2px;
    background: #154384;
    width: 80px;
    left: 80px;
    top: 20px;
}

.quote footer,
blockquote cite {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    color:#154384;
}
.footer h3 {font-family: 'Open Sans', sans-serif;font-size: 18px;}
.quote .entry-content {
    padding-left: 160px
}

.slider-wrapper.testimonials {
    height: 220px !important
}

.testimonials .slider-slide {
    background-position: top;
    vertical-align: top;
}

.testimonials .slider-pagination {
    bottom: 20px !important;
}

@media (max-width:768px) {
    .quotemark {
        display: block !important;
        margin: 20px auto;
        position: relative !important
    }
    .quotemark:after,
    .wp-block-quote:before {
        display: none
    }
    .quote .entry-content {
        padding-left: 0 !important
    }
}

.slider-slide {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.slider-slide h3 {
    display: block;
    color: #fff
}

.slider-slide p {
    display: block;
}

.slider-slide .slider-inner {
    display: block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 30px 40px;
}

.slider-slide .slider-inner h3 {
    position: absolute;
    bottom: 30px
}

.slider {
    overflow: hidden;
    position: relative
}

.slider .slider-wrapper {
    height: auto;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    transition-timing-function: cubic-bezier(.7, 0, .3, 1)
}

.slider .slider-slide {
    background-size: cover;
    background-position: center top;
    height: 100%;
    display: inline-block
}

.slider .slider-pagination {
    text-align: center;
    width: 100%;
    bottom: 0;
    position: absolute
}

.slider .slider-pagination .pagination-bullet {
    display: inline-block;
    cursor: pointer;
    width: 16px;
    height: 5px;
    margin: 4px;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.slider .slider-pagination .pagination-bullet.is-active {
    background-color: #16253E
}

.slider .slider-btn {
    width: 20%;
    height: 50px;
    line-height: 50px;
    top: 50%;
    cursor: pointer;
    background-repeat: no-repeat;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 14px;
    font-weight: bold
}

.slider .slider-btn.slider-btn-prev {
    left: 40px;
    background-position: left;
    text-align: left;
}

.slider .slider-btn.slider-btn-next {
    right: 40px;
    background-position: right;
    text-align: right;
}

.slider.featured-posts {
    height: 650px;
}

.slider-buttons {
    position: relative;
    bottom: 45%;
}

.featured-posts .slider-slide:first-child article {
    margin-left: 100px;
}

.featured-posts .slider-slide:last-child article {
    margin-right: 100px;
}

.featured-posts .slider-slide article {
    margin: 0 20px;
}

.filter-wrap {
    text-align: right
}

.filter-wrap h4 {
    display: inline-block;
    text-align: right;
    margin: 0
}

.filter-wrap span,
.filter-wrap div {
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    font: 300 16px/1.6 'Open Sans', sans-serif;
}

.filter-wrap a:last-child {
    padding-right: 0
}

.filter-wrap div {
    color: #CFD5E1;
    transition: 0.3s;
}

.filter-wrap div.active,
.filter-wrap div:hover {
    color: #131B2E;
    border-bottom: 2px solid #07B5CD;
    padding-bottom: 3px;
    transition: 0.3s;
}

.social-share {
    text-align: right;
    position: relative;
    padding: 0 !important;
    margin-bottom: 50px;
}

.social-share h5 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: left;
    font-size: 16px;
}


ul.social {
    padding-left: 0 !important
}

ul.social li {
    color: rgba(167, 146, 129, 0.8);
    list-style-type: none;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 2px solid rgba(167, 146, 129, 0.4);
    cursor: pointer;
    transition: ease 0.3s;
    text-align: center
}

ul.social li a {
    color: rgba(167, 146, 129, 0.8) !important
}

ul.social li:hover {
    color: #a79281;
    border: 2px solid #a79281;
}

.social:hover > li {
    opacity: 0.5;
}

.social:hover > li:hover {
    opacity: 1;
}

@-ms-viewport {
    width: device-width
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (max-width:992px) {
    .masonry {
        margin-bottom: 0;
    }
    .masonry .brick {
        width: 50% !important;
    }
    .masonry .brick:nth-child(3n+2) {
        bottom: 0 !important;
    }
}



@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.333333%
    }
    .offset-sm-2 {
        margin-left: 16.666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.333333%
    }
    .offset-sm-5 {
        margin-left: 41.666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.333333%
    }
    .offset-sm-8 {
        margin-left: 66.666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.333333%
    }
    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.333333%
    }
    .offset-md-2 {
        margin-left: 16.666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.333333%
    }
    .offset-md-5 {
        margin-left: 41.666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.333333%
    }
    .offset-md-8 {
        margin-left: 66.666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.333333%
    }
    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.333333%
    }
    .offset-lg-2 {
        margin-left: 16.666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.333333%
    }
    .offset-lg-5 {
        margin-left: 41.666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.333333%
    }
    .offset-lg-8 {
        margin-left: 66.666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.333333%
    }
    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.333333%
    }
    .offset-xl-2 {
        margin-left: 16.666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.333333%
    }
    .offset-xl-5 {
        margin-left: 41.666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.333333%
    }
    .offset-xl-8 {
        margin-left: 66.666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.333333%
    }
    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.half-container {
    padding-right: 30px;
    padding-left: 30px;
}

.half-container h2 {
    line-height: 1
}

.space {
    padding-top: 40px;
    padding-bottom: 20px
}

.half-half .sameheight {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (min-width:768px) {
    .half-container {
        width: calc(750px/2);
    }
}

@media (min-width:1200px) {
    .half-container {
        width: calc(1140px/2);
    }
}

@media (min-width:768px) {
    .half-container_sm.right-site_container {
        float: left;
        display: inline-block;
    }
    .half-container_sm.left-site_container {
        float: right;
        display: inline-block;
    }
}

.sitemap a,
.sitemap ul li a,
.sitemap ul li ul li a {
    font-size: 16px
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    @page {
        margin: 0.5cm
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}


.titlebar h2 span {
    line-height: 50px;
}